@font-face {
  font-family: 'collection-font';
  src: url("collection-font.woff") format("woff");
}






.header {
    position: relative;
}
header .header__navbar {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    z-index: 105;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    height: 90px;
    background-color: #fff;
    transition: 0.2s ease;
}
header.header--without-banner .header__navbar {
    background-color: #822a42;
}
header .logo {
    margin: 0;
}

header p {
    overflow-wrap: break-word;
}
header a:not(.wp-block-button__link, .advanced-link), [data-obf]:not(.wp-block-button__link, .advanced-link) {
    font-weight: bold;
    color: #822a42;
    text-decoration: none;
    transition: 0.2s ease;
}
header a:not(.wp-block-button__link, .advanced-link, .not-link-style), [data-obf]:not(.wp-block-button__link, .advanced-link, .not-link-style) {
    -webkit-text-decoration: none;
    text-decoration: none;
    text-underline-offset: 2px;
}
body.iris-hover a:not(.wp-block-button__link, .advanced-link):hover, body.iris-hover [data-obf]:not(.wp-block-button__link, .advanced-link):hover, body.iris-hover a:not(.wp-block-button__link, .advanced-link):focus, body.iris-hover [data-obf]:not(.wp-block-button__link, .advanced-link):focus, body.iris-hover a:not(.wp-block-button__link, .advanced-link):active, body.iris-hover [data-obf]:not(.wp-block-button__link, .advanced-link):active {
    color: #e74a52;
}
header .logo img {
    height: 60px;
}
header img {
    max-width: 100%;
    display: block;
}
header .sr-only {
    border: 0px !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0px !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}


.tools {
    display: flex;
    align-items: center;
}
.tools__item {
    margin-left: 15px;
}
.tools__item--panier {
    position: relative;
    margin-right: 15px;
}

.footer{
    overflow:hidden;
}
.footer__content {
    position: relative;
    padding: 100px 0 25px;
    color: #fff;
    background-color: #822a42;
}
.footer__content:before {
    content: "";
    display: block;
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e74a52;
}
.footer__content__wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}
.footer__content__wrapper.container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.footer p {
    overflow-wrap: break-word;
}
.footer img {
    max-width: 100%;
    display: block;
    border-style: none;
}
.footer .footer__content__address__logo {
    margin-bottom: 20px;
}
.footer .footer__content__address__logo img {
    width: 140px;
    max-width: 100%;
    display: block;
}
.footer .footer__content__address__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 220px;
}
.footer .footer__content__address__street, .footer .footer__content__address__city, .footer .footer__content__address__phone {
    font-weight: 300;
    line-height: 1.5625rem;
    font-size: 1rem;
}
.footer .footer__content__address__phone {
    display: block;
    margin-bottom: 30px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: normal !important;
}
.footer .copyright {
    margin-top: 100px;
    color: #fff;
    font-size: 0.75rem;
}
.footer .fi--favorite-filled:not(.fi--after):before {
    content: "\ea3c";
}
.footer .fi:before, .fi:after {
    display: inline-block;
    vertical-align: middle;
    font-family: 'collection-font', sans-serif;
    font-style: initial;
    text-transform: none;
    font-weight: 400;
    font-display: swap;
}
.footer .copyright a {
    color: #fff;
    text-decoration: none !important;
    font-weight: normal !important;
}
.footer .footer__content__wrapper__item__right {
    display: flex;
    gap: 100px;
    justify-content: space-between;
}
.footer .footer__links {
    margin-top: 115px;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0;
}
.footer ul.not-list-style {
    list-style-type: none;
    overflow-wrap: break-word;
    padding: 0;
    margin-top: 0;
}
.social {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.footer .social-item {
    margin-right: 15px;
    color: #fff;
}
.footer .footer__content__navigation a {
    color: #fff !important;
}
.footer .social-item i {
    font-size: 1.8125rem;
}
.footer .fi:before, .fi:after {
    display: inline-block;
    vertical-align: middle;
    font-family: 'collection-font', sans-serif;
    font-style: initial;
    text-transform: none;
    font-weight: 400;
    font-display: swap;
}
.fi--facebook:not(.fi--after):before {
    content: "\ea3b";
}
.fi--instagram:not(.fi--after):before {
    content: "\ea51";
}
.fi--youtube:not(.fi--after):before {
    content: "\eaae";
}
.fi--twitter:not(.fi--after):before {
    content: "\eaa2";
}
.social-item i.fi--youtube, .social-item i.fi--twitter {
    font-size: 1.5rem;
}
.footer .sr-only {
    border: 0px !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: visible !important;
    padding: 0px !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.footer .footer__localisation {
    position: relative;
    width: 100%;
}
.footer .footer__localisation__map {
    margin: 0 auto;
}
.footer .footer__localisation__map__mobile {
    display: none;
}
.footer .footer__partner {
    padding: 40px 0 0;
    font-size: 0;
}
.footer .footer__partner__item {
    display: inline-flex;
    cursor: pointer;
    margin: 0 30px 25px 0;
    vertical-align: middle;
    transition: 0.2s ease;
}
.footer .footer__partner__item img {
    object-fit: contain;
    max-width: 150px;
    height: 40px;
}
.footer .copyright__right {
    margin-top: 0;
}
.footer .copyright__right__mobile {
    display: none;
}
.footer .copyright__right .copyright__item, .footer .copyright__right a {
    color: rgba(255, 255, 255, 0.5) !important;
}
.footer .copyright a {
    color: #fff;
    text-decoration: none !important;
    font-weight: normal !important;
}
.footer .copyright__right .copyright__item, .footer .copyright__right a {
    color: rgba(255, 255, 255, 0.5) !important;
}







/************ Responsive ***************/



@media screen and (max-width: 1452.380952381px){
	.footer .footer__content__wrapper.container {
		width: calc(100% - 8% * 2);
	}
	.footer .footer__content__wrapper__item__right {
		gap: 50px;
	}
}


@media screen and (max-width: 1000px){
	
	.footer .footer__content__wrapper.container {
		width:100%;
	}
	.footer .footer__content {
		padding: 60px 0 60px;
	}	
	.footer .footer__content:before {
		width: 43%;
	}
	.footer .footer__content__wrapper {
		grid-template-columns: 1fr 1fr;
	}
	.footer .footer__content__wrapper__item {
		text-align: center;
	}
	.footer .footer__content__address__logo img {
		margin: 0 auto;
	}
	.footer .footer__content__address__title {
		margin: 0 auto 10px;
		text-align: center;
	}
	.footer .footer__content__wrapper__item__right {
		flex-direction: column;
		gap: 0;
	}
	.footer .footer__localisation__map__desktop {
		display: none;
	}
	.footer .footer__localisation__map__mobile {
		display: block;
	}
	.footer .social {
		justify-content: center;
	}
	.footer .footer__links {
		margin-top: 20px;
	}
	
}


@media screen and (max-width: 650px){
	
	.footer .footer__content__wrapper {
		display: flex;
		flex-direction: column;
	}
	.footer .footer__content__address {
		position: relative;
	}
	.footer .footer__content__address > * {
		position: relative;
		z-index: 1;
	}
	.footer .footer__content__address:before {
		content: "";
		display: block;
		height: calc(100% + 120px);
		width: calc(100% + 40px);
		position: absolute;
		top: -60px;
		left: -20px;
		z-index: 0;
		background-color:#e74a52;
	}
	.footer .footer__content__address__logo {
	  margin-bottom: 20px;
	}
	.footer .footer__content__address__logo img {
	  width: 140px;
	}
	.footer .footer__content__address .copyright {
		display: none;
	}
	.footer .footer__content__navigation__item {
	  margin-bottom: 10px;
	}
	.footer .footer__content__navigation a {
	  color: #fff !important;
	}
	.footer .footer__content__backtotop {
	  display: none;
	}
	.footer__localisation {
		padding-top: 30px;
		margin: 0 auto;
		width: 100%;
	}
	.footer .copyright__right__mobile {
		display: block;
		color: #fff !important;
	}
	.footer .copyright__right__mobile .copyright__item,
	.footer .copyright__right__mobile span,
	.footer .copyright__right__mobile a {
		color: #fff !important;
	}
	.footer .footer__links {
		margin-top: 115px;
	}
	.footer .footer__content:before {
    display:none;
}

}






.container {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1452.380952381px) {
  .container {
    width: calc(100% - 8% * 2);
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: calc(100% - 60px * 2);
  }
}
@media screen and (max-width: 650px) {
  .container {
    width: calc(100% - 20px * 2);
  }
}
@media screen and (max-width: 370px) {
  .container {
    width: calc(100% - 20px * 2);
  }
}