.home.page-template #videoheader {
  overflow: hidden;
}
.home.page-template .videoheader__video {
  float: left;
}
@media screen and (min-width: 1331px) and (max-width: 1560px) {
  .home.page-template #site-header.is_homepage:not(.header--mini) {
    top: 837px;
  }
}
@media screen and (min-width: 1070px) and (max-height: 900px) {
  .home.page-template #site-header.is_homepage:not(.header--mini) {
    top: 565px;
  }
}
@media screen and (min-width: 1070px) {
  .home.page-template {
    /*and (max-height:1350px)*/
  }
}
@media screen and (min-width: 1070px) and (max-width: 1331px) and (min-height: 901px) {
  .home.page-template #site-header.is_homepage:not(.header--mini) {
    top: 726px;
  }
  .home.page-template #videoheader {
    height: 780px !important;
  }
}
#site-header:not(.is_homepage) {
  -moz-animation-delay: 0s !important;
  -webkit-animation-delay: 0s !important;
  -o-animation-delay: 0s !important;
  -ms-animation-delay: 0s!important ;
  animation-delay: 0s !important;
  -webkit-transition: top 0.1s !important;
  -o-transition: top 0.1s !important;
  transition: top 0.1s !important;
}
@media screen and (min-width: 1070px) {
  #site-header #ccts_navigation_container {
    display: block;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
  }
  #site-header #ccts_navigation_container #ccts_menu_options {
    flex: none;
    max-width: 100%;
  }
  #site-header #ccts_navigation_container #ccts_menu_options ul > .menu-item.header__menuitem--cart {
    padding-right: 50px;
  }
  #site-header #ccts_navigation_container .navigationcomplement {
    flex: none;
    position: absolute;
    bottom: 21px;
    right: 0;
    padding: 0;
  }
  #site-header.is_homepage #ccts_navigation_container .navigationcomplement {
    bottom: 31px;
  }
  #site-header.header--mini #ccts_navigation_container .navigationcomplement {
    bottom: 20px;
  }
}
@media screen and (min-width: 1700px) {
  #site-header.is_homepage #ccts_navigation_container .navigationcomplement {
    bottom: 43px;
  }
  #site-header.is_homepage.header--mini #ccts_navigation_container .navigationcomplement {
    bottom: 23px;
  }
  #site-header #ccts_navigation_container .navigationcomplement {
    bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  #site-header #ccts_navigation_container {
    display: flex;
  }
}
.navigationcomplement__languages {
  display: none;
}
#achetezLodyss {
  height: 65vh;
  background: url(../images/achat_bientot.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 768px) {
  #achetezLodyss {
    height: 80vh;
    background: url(../images/achat_bientot_mobile.jpg) no-repeat center center / cover;
  }
}
/* CTA HEADER */
.header_cta {
  position: relative;
  background-color: #e8edf1;
  padding: 5px 20px 4px;
  z-index: 1;
  right: 0;
  color: #133157;
  font-size: 14px;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-style: normal !important;
  font-weight: bold !important;
  display: inline-block;
  width: auto;
  line-height: 33px;
  margin-right: 15px;
  box-sizing: border-box;
  border: 1px solid #c72635;
}
.header_cta svg {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.header_cta svg path {
  fill: #133157;
}
.header_cta:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px dotted #c72635;
  content: '';
}
.header_cta:hover {
  color: #fff;
  background: #133157;
  text-decoration: none;
}
.header_cta:hover svg path {
  fill: #fff;
}
/*
@media only screen and (max-width: 1023px){
	.header_cta{
		position: fixed;
		top: calc(50% - 33px);
		right: 0;
		margin: 0;
		display: block;
		-webkit-transform: rotate(-90deg) translateX(50%);
		transform: rotate(-90deg) translateX(50%);
		-webkit-animation-name: none;
		animation: none;
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
	.header_cta{
		margin-right: 0;
	}
}
*/
#site-header.is_homepage .ccts_menu_options > ul {
  padding-left: 57px;
}
.ccts_menu_options > ul > .menu-item.header__menuitem--logo {
  margin-right: 20px;
}
/* CTA MENU */
#ccts_navigation_container .cta_menu a {
  position: relative;
  background-color: #133157;
  padding: 10px 12px 6px 42px;
  z-index: 1;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-style: normal !important;
  font-weight: bold !important;
  display: inline-block;
  width: auto;
}
#ccts_navigation_container .cta_menu a:before {
  position: absolute;
  content: '';
  display: inline-block;
  background: url(../images/shopping-cart-white.svg) no-repeat center center;
  height: 18px;
  width: 18px;
  top: 10px;
  left: 12px;
}
#ccts_navigation_container .cta_menu a:hover {
  color: #133157;
  background: #e8edf1;
}
#ccts_navigation_container .cta_menu a:hover:before {
  background-image: url(../images/shopping-cart-blue.svg);
}
#ccts_navigation_container .cta_menu a:hover:after {
  display: none;
}
/* PRODUITS - creation d'un 3e produit sur le site */
#site-content .products .product__title {
  min-width: 100%;
  flex: 0 0 100%;
}
#site-content .products .products__item {
  flex: 0 0 30.33%;
  max-width: 30.33%;
  position: relative;
  margin: 0 1.5%;
}
#site-content .products .products__item.products__item--select {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  transition: all 1000ms ease-in-out;
}
#site-content .products .products__item.products__item--select .products__background {
  width: calc(100% + 10vw ) !important;
  left: -5vw !important;
}
#site-content .products .products__item.products__item--animation {
  opacity: 0;
  visibility: hidden;
  transition: all 1500ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
}
#site-content .products .products__item.products__item--hidden {
  display: none;
}
#site-content .products .products__item .products__background {
  width: 100% !important;
  left: 0 !important;
  height: auto !important;
  bottom: 160px !important;
}
#site-content .products .products__item .products__image > img {
  width: auto !important;
  max-width: 320px !important;
  height: auto !important;
  max-height: 100vh !important;
}
.sectionproducts__background > video {
  object-fit: cover;
}
.sectionproducts__subtitle.ctitle {
  font-size: 34px;
  margin-bottom: 10px;
}
.product .product__gammecontainer .csubtitle.csubtitle--list {
  font-size: 14px;
}
.product .product__gammecontainer .products_slides .csubtitle {
  font-size: 14px;
  text-align: center;
}
.product .product__gammecontainer img {
  max-width: 100%;
  height: auto;
}
.product .product__gammecontainer .col-xl-7 .col-xl-4.aligndiv {
  margin-left: 32%;
}
.product .product__gammecontainer .col-xl-5 {
  /*flex: 0 0 14.6%;
	    max-width: 14.6%;
	    margin: 0 1%;*/
}
.product .product__gammecontainer .col-xl-5 .col-xl-6 {
  padding-left: 0;
  padding-right: 15px;
}
.product .product__gammecontainer .col-xl-5 .product__gammebg {
  margin-bottom: 0 !important;
  background-size: 250px 315px;
  background-repeat: no-repeat;
  background-position: 54% 45%;
}
.product .product__gammecontainer .col-xl-5 .product__gammelink.product__gammelink--center {
  margin-bottom: 0 !important;
}
/* PRODUITS - creation d'un 3e produit sur le site */
.moveInLeft_b {
  animation-name: moveInLeft_b;
}
@keyframes moveInLeft_b {
  to {
    transform: translateX(-70%);
  }
}
@media only screen and (max-width: 1050px) and (min-width: 767px) {
  @keyframes moveInLeft_b {
    to {
      transform: translateX(-100%);
    }
  }
}
.moveInRight_b {
  animation-name: moveInRight_b;
}
@keyframes moveInRight_b {
  to {
    /*opacity: 1*/
    transform: translateX(70%);
  }
}
@media screen and (min-width: 1600px) and (max-width: 1750px) and (max-height: 1100px) {
  #site-content .products .products__item .product__title {
    margin-top: -60px;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1700px) {
  #site-content .products .products__item .product__title {
    margin-top: -75px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1199px) {
  #site-content .product .product__gamme {
    margin-bottom: 5vh;
  }
  #site-content .product .products_slides {
    padding-bottom: 0;
  }
  #site-content .product .product__gammecontainer > div:last-of-type {
    margin-top: 5vh;
  }
  #site-content .product .product__gammecontainer .csubtitle.csubtitle--list {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 767px) {
  #site-content .products .products__item .products__background {
    top: 50px;
    bottom: auto !important;
    height: 380px !important;
  }
  #site-content .products .products__item .products__image > img {
    max-width: 240px !important;
  }
  #site-content .products .products__item .product__title {
    margin-top: -45px;
    line-height: 1.2em;
  }
  #site-content .products .products__item {
    flex: 0 0 30.33%;
    max-width: 30.33%;
    position: relative;
    margin: 0 1.5%;
  }
}
@media only screen and (max-width: 1023px) {
  #ccts_navigation_container #navigationcontainer .cta_menu a {
    position: fixed;
    bottom: 0;
    right: -100%;
    font-size: 22px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: right 1s;
    -o-transition: right 1s;
    transition: right 1s;
  }
  #ccts_navigation_container #navigationcontainer .cta_menu a:before {
    position: relative;
    height: 27px;
    width: 27px;
    margin-right: 15px;
    left: 0;
    top: 5px;
  }
  #ccts_navigation_container #navigationcontainer.navigationcontainer--opened .cta_menu a {
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .footerimages .footerimages__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footerimages .footerimages__list .footerimages__item {
    margin-right: 25px;
  }
  .footerimages .footerimages__list .footerimages__item.footerimages__item--brasserie {
    order: -1;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 0;
  }
  .footerimages .footerimages__list .footerimages__item.footerimages__item--brasserie img {
    max-width: 45%;
    height: auto;
  }
  .footerimages .footerimages__list .footerimages__item.last {
    margin-right: 0;
  }
  body.home .sectionproducts__content {
    min-height: 475px;
  }
  #site-content .products .products__item .product__title {
    font-size: 14px;
  }
  #site-content .products .products__item .products__background {
    width: 80% !important;
    left: 10% !important;
    height: 300px !important;
    bottom: auto !important;
  }
  #site-content .products .products__item.products__item--select {
    transition: none;
  }
  #site-content .products .products__item .products__image > img {
    max-height: 70vh !important;
    height: auto !important;
    max-width: 180px !important;
  }
  #site-content .product .product__gamme .product__gammecontainer .col-xl-7 .col-xl-4.aligndiv {
    margin-left: 0;
  }
  #site-content .product .product__gamme .product__gammecontainer .col-xl-5 .col-xl-6 {
    width: 50%;
    float: left;
  }
  #site-content .product .product__gamme .product__gammecontainer .col-xl-5 .col-xl-6:nth-of-type(n+2) {
    padding-right: 0;
    padding-left: 15px;
  }
  #site-content .product .product__gamme .product__gammecontainer .col-xl-5 .product__gammebg {
    background-size: 250px 220px;
  }
  #site-content .product .product__gamme .product__gammecontainer .products_slides .csubtitle {
    margin-bottom: 15px;
  }
  #site-content .product .products_slides {
    padding-bottom: 25px;
  }
  #site-content .product .products_slides .slick-dots {
    bottom: -6px;
  }
}
@media only screen and (max-width: 320px) {
  #site-content .products .products__item {
    margin: 0;
  }
  #site-content .products .products__item .product__title {
    font-size: 14px;
  }
  #site-content .products .products__item .products__background {
    height: 270px !important;
  }
}
.packshot-button {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #133157;
  color: white;
  border: 1px solid #e33a57;
  z-index: 100;
  text-transform: uppercase;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 30px;
  text-decoration: none;
  animation-name: packshotbutton;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
@keyframes packshotbutton {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.packshot-pastille {
  position: absolute;
  top: 35%;
  left: 33%;
  z-index: 100;
  animation-name: packshotpastille;
  animation-duration: 0.8s;
  animation-delay: 2s;
  animation-fill-mode: both;
}
@media screen and (max-width: 1590px) {
  .packshot-pastille {
    left: 25%;
  }
}
@keyframes packshotpastille {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.packshot-button:hover {
  background-color: #e8edf1;
  color: #133157;
  text-decoration: none;
}
.videoheader {
  background-position: center bottom;
}
.videoheader__image {
  align-items: flex-end;
}
.videoheader__image > img {
  max-width: 600px;
  height: auto;
}
.videoheader__title,
.videoheader__subtitle {
  text-transform: none;
  font-family: 'termina', sans-serif !important;
  font-size: 45px;
  color: #133157;
  font-weight: 500;
  line-height: 1.1;
  text-shadow: none;
}
.videoheader__content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 10%;
}
.videoheader__circle {
  display: none;
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
  .packshot-pastille {
    left: 10%;
  }
  .videoheader__image > img {
    max-width: 370px;
  }
  .videoheader__title,
  .videoheader__subtitle {
    font-size: 25px;
  }
  .packshot-button {
    font-size: 17px;
    font-weight: bold;
    padding: 7px 18px;
  }
}
@media screen and (min-width: 576px) and (max-width: 899px) {
  .packshot-pastille {
    left: 10%;
    width: 100px;
  }
  .videoheader__content {
    top: 14%;
  }
  .videoheader__title,
  .videoheader__subtitle {
    font-size: 18px;
  }
  .videoheader__image > img {
    max-width: 300px;
  }
  .packshot-button {
    font-size: 17px;
    font-weight: bold;
    padding: 7px 18px;
  }
}
@media screen and (max-width: 575px) {
  .videoheader__image > img {
    max-width: 90%;
  }
  .videoheader__title,
  .videoheader__subtitle {
    font-size: 25px!important;
  }
  .packshot-button {
    font-size: 17px;
    font-weight: bold;
    padding: 7px 18px;
    bottom: 7%;
  }
  .videoheader__content {
    top: 12%;
    width: 100%;
  }
  .packshot-pastille {
    left: 6%;
    top: 26%;
    width: 100px;
  }
}
@media screen and (max-width: 431px) {
  .videoheader__image > img {
    margin-bottom: 24%;
  }
  .packshot-pastille {
    top: 32%;
  }
}
@media screen and (max-width: 376px) {
  .videoheader__image > img {
    margin-bottom: 13%;
  }
  .packshot-pastille {
    top: 23%;
  }
}
#site-content .products .products__item {
  flex: 0 0 23%;
  max-width: 23%;
  margin: 0 1%;
}
#site-content .products .products__item .products__background {
  bottom: 219px!important;
}
.products .products__list a {
  width: 100%;
  height: 100%;
}
.products .products__image {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.products.products--select .product__title {
  min-width: 100%;
  flex: 0 0 100%;
}
.products .product__title {
  padding: 0 15px;
}
body.page-template-template-produits .product .products_slides,
body.single-produit .product .products_slides,
body.page-template-template-homepage .product .products_slides {
  align-items: stretch;
}
body.page-template-template-produits .product__forthy,
body.single-produit .product__forthy,
body.page-template-template-homepage .product__forthy {
  position: relative;
}
body.page-template-template-produits .product__forthy .cbutton,
body.single-produit .product__forthy .cbutton,
body.page-template-template-homepage .product__forthy .cbutton {
  position: relative;
  z-index: 2;
  background: white;
  border-radius: 100%;
}
body.page-template-template-produits .product__forthy .labelbox,
body.single-produit .product__forthy .labelbox,
body.page-template-template-homepage .product__forthy .labelbox {
  color: white;
  background-color: #317ac1;
  font-family: "termina", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  display: table;
  margin: -28px auto 8px auto;
}
body.page-template-template-produits .product__forthy .product__gammecl,
body.single-produit .product__forthy .product__gammecl,
body.page-template-template-homepage .product__forthy .product__gammecl {
  margin-top: 0;
}
body.page-template-template-produits .product__forthy img,
body.single-produit .product__forthy img,
body.page-template-template-homepage .product__forthy img {
  width: 80%;
  display: block;
  margin: 0 auto;
  max-width: 100%!important;
}
body.page-template-template-produits .product__forthy .bb-boxinfo,
body.single-produit .product__forthy .bb-boxinfo,
body.page-template-template-homepage .product__forthy .bb-boxinfo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #e7f1f4;
  width: 100%;
  top: 100%;
  transform: translateY(-41px);
  font-size: 13px;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
body.page-template-template-produits .product__forthy .bb-boxinfo h3,
body.single-produit .product__forthy .bb-boxinfo h3,
body.page-template-template-homepage .product__forthy .bb-boxinfo h3 {
  font-size: 15px;
  font-weight: bold;
  font-family: "termina", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.page-template-template-produits .product__forthy .bb-boxinfo .bb-boxinfo__content,
body.single-produit .product__forthy .bb-boxinfo .bb-boxinfo__content,
body.page-template-template-homepage .product__forthy .bb-boxinfo .bb-boxinfo__content {
  margin-bottom: 18px;
  padding: 0 30px;
  display: flex;
  gap: 15px;
}
body.page-template-template-produits .product__forthy .bb-boxinfo .bb-boxinfo__content div:first-child,
body.single-produit .product__forthy .bb-boxinfo .bb-boxinfo__content div:first-child,
body.page-template-template-homepage .product__forthy .bb-boxinfo .bb-boxinfo__content div:first-child {
  min-width: 73px;
  flex: 0 0 73px;
}
body.page-template-template-produits .product__forthy .bb-boxinfo .bb-boxinfo__content div img,
body.single-produit .product__forthy .bb-boxinfo .bb-boxinfo__content div img,
body.page-template-template-homepage .product__forthy .bb-boxinfo .bb-boxinfo__content div img {
  width: 73px;
}
body.page-template-template-produits .product__forthy .bb-boxinfo .bb-boxinfo__content:last-child,
body.single-produit .product__forthy .bb-boxinfo .bb-boxinfo__content:last-child,
body.page-template-template-homepage .product__forthy .bb-boxinfo .bb-boxinfo__content:last-child {
  padding-bottom: 10px;
}
body.page-template-template-produits .product__forthy .bb-boxinfo .bb-boxinfo__content:first-child,
body.single-produit .product__forthy .bb-boxinfo .bb-boxinfo__content:first-child,
body.page-template-template-homepage .product__forthy .bb-boxinfo .bb-boxinfo__content:first-child {
  padding-top: 50px;
}
@media (max-width: 768px) {
  body.page-template-template-produits .product .product__gammecontainer img,
  body.single-produit .product .product__gammecontainer img,
  body.page-template-template-homepage .product .product__gammecontainer img {
    max-width: 58%;
  }
  body.page-template-template-produits .product__forthy .labelbox,
  body.single-produit .product__forthy .labelbox,
  body.page-template-template-homepage .product__forthy .labelbox {
    margin: -10px auto 8px auto;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-template-produits .product__forthy .bb-boxinfo,
  body.single-produit .product__forthy .bb-boxinfo,
  body.page-template-template-homepage .product__forthy .bb-boxinfo {
    transform: translateY(-29px);
  }
}
@media screen and (min-width: 1700px) {
  #site-content .products .products__item .product__title {
    margin-top: -52px;
  }
}
@media screen and (min-width: 768px) {
  body.single-produit .product__forthy .bb-boxinfo .bb-boxinfo__content div:first-child,
  body.page-template-template-homepage .product__forthy .bb-boxinfo .bb-boxinfo__content div:first-child,
  body.page-template-template-produits .product__forthy .bb-boxinfo .bb-boxinfo__content div:first-child {
    min-width: 65px;
    flex: 0 0 65px;
  }
  body.single-produit .product__forthy .bb-boxinfo .bb-boxinfo__content div img,
  body.page-template-template-homepage .product__forthy .bb-boxinfo .bb-boxinfo__content div img,
  body.page-template-template-produits .product__forthy .bb-boxinfo .bb-boxinfo__content div img {
    width: 65px;
  }
  body.single-produit .product__forthy .bb-boxinfo .bb-boxinfo__content,
  body.page-template-template-homepage .product__forthy .bb-boxinfo .bb-boxinfo__content,
  body.page-template-template-produits .product__forthy .bb-boxinfo .bb-boxinfo__content {
    padding: 0 20px;
  }
}
/* iPad Mini - Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .videoheader__image > img {
    max-width: 388px;
  }
  .packshot-pastille {
    left: 16%;
  }
  .videoheader__content {
    top: 8%;
  }
  .videoheader__langsocial .videoheader__langsociallist {
    display: none;
  }
  .videoheader {
    height: 500px!important;
  }
}
/* iPad Mini - Paysage */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .videoheader__image > img {
    max-width: 407px;
  }
  .packshot-pastille {
    left: 19%;
  }
  .videoheader__content {
    top: 8%;
  }
}
/* iPad Air - Portrait */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .videoheader__image > img {
    max-width: 388px;
  }
  .packshot-pastille {
    left: 16%;
  }
  .videoheader__content {
    top: 8%;
  }
  .videoheader__langsocial .videoheader__langsociallist {
    display: none;
  }
  .videoheader {
    height: 500px!important;
  }
}
/* iPad Air - Paysage */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .videoheader__image > img {
    max-width: 407px;
  }
  .packshot-pastille {
    left: 19%;
  }
  .videoheader__content {
    top: 8%;
  }
  .videoheader__title,
  .videoheader__subtitle {
    font-size: 29px;
  }
}
/* iPad Pro - Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .videoheader {
    height: 700px!important;
  }
  .videoheader__image > img {
    max-width: 552px;
  }
}
@media screen and (min-width: 1070px) and (max-height: 900px) {
  .videoheader {
    height: 891px;
  }
  .home.page-template #site-header.is_homepage:not(.header--mini) {
    top: 837px;
  }
}
body.single-produit,
body.page-template-template-homepage {
  overflow: visible;
}
body.single-produit .video__iframe,
body.page-template-template-homepage .video__iframe {
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}
body.single-produit .video__iframe iframe,
body.page-template-template-homepage .video__iframe iframe {
  width: 100%;
  height: 100%;
}
body.single-produit .position-sticky,
body.page-template-template-homepage .position-sticky {
  position: sticky;
  top: 20px;
}
body.single-produit .mg-center,
body.page-template-template-homepage .mg-center {
  text-align: center;
}
@media screen and (max-width: 991px) {
  body.single-produit .information .information__image,
  body.page-template-template-homepage .information .information__image {
    max-width: 100%;
  }
  body.single-produit .information .information__image > img,
  body.page-template-template-homepage .information .information__image > img {
    width: 70%;
  }
}
@media (min-width: 992px) {
  body.single-produit .mg-center,
  body.page-template-template-homepage .mg-center {
    text-align: left;
  }
}
.sectionproducts__product {
  display: none;
}
.sectionproducts__product.active {
  display: block;
}
/*# sourceMappingURL=binsfeld.css.map */