/*
SOMMAIRE
01 - Accueil
02 - Présentation
03 - Page détail produit
04 - Comment porter un masque
05 - Masques à usage unique ...
06 - Panier
*/

/* 01 - Accueil */

.home section#contents {
  padding: 0;
}
.home_section1 {
  position: relative;
}
.home_section1-slider .slick-list {
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .home_section1-slide,
  .home_section1 {
    height: 20vh !important;
    margin-bottom: 30vh;
  }
  .home_section1-slide-content {
    bottom: auto;
    top: auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    max-width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    /* -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15); */

    position: relative;
  }
  .home_section1-slide {
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .home_section1-slide,
  .home_section1 {
    height: 60vh !important;
    margin-bottom: 0;
  }
}
.home_section1 h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 3rem;
}
.home_section1 h1 strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 6rem;
}
.home_section1-slide-contentText strong {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}

.home_section1-slide-contentText p {
  margin: 0 0 10px 0;
  font-family: "DuraraPlayfulRegular";
}
.home_section1-slide-contentText {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .home_section1-slide-contentText strong {
    font-size: 5rem;
  }
  .home_section1-slide-contentText {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .home_section1-slider ul.slick-dots {
    bottom: 30px;
  }
}
.productSlider ul.slick-dots {
  top: -30px;
  padding-top: 50px;
}
ul.slick-dots {
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.slick-dots li::before {
  display: none !important;
}
ul.slick-dots li {
  display: block;
  padding: 0;
  max-width: 16px;
  margin: 0 3px;
  flex: 1 0 16px;
  height: 16px;
}

ul.slick-dots li.slick-active button {
  background-color: var(--colorprimary);
}
ul.slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background-color: var(--black);
  text-indent: -5000px;
  overflow: hidden;
}
.blocInfo-picture img {
  opacity: 0.2;
  border-radius: 20px;
}
.blocInfo-description ul {
  margin: 0;
}
.blocInfo-description ul li {
  border-bottom: 1px solid var(--white);
  padding: 10px 0;
}
.blocInfo-description ul li a {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}
.blocInfo-description ul li a::after,
.blocInfo-description ul li a::before {
  display: block;
  content: "";
}
.blocInfo-description ul li a::after {
  width: 26px;
  height: 26px;
  margin-left: auto;
  background-position: -227px -7px;
}
.blocInfo-description ul li::before {
  display: none;
}
.blocInfo-description ul li a strong {
  margin: 0 3px;
  display: inline-block;
}
.blocInfo-description ul li a::before {
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent var(--white);
}

.blocPersonnalisation-text h2 strong {
  font-size: 4rem;
}
.blocPersonnalisation-text h2 {
  font-size: 20px;
}

/* .home_section4{
          background-attachment: fixed;
          background-size: 100% auto;
          padding: 10rem 0;
          background-repeat: no-repeat;
      } */

.chiffreAnim {
  font-size: 5rem;
}

.chiffreInfo {
  font-size: 1.6rem;
}
.home_section4-chiffreBloc {
  line-height: 1;
}
.home_section4-sep {
  width: 60%;
  height: 1px;
}
.home_section4-presentation {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
[class*="home_mea_"] {
  background-color: var(--black);
  height: 100%;
  border-radius: 20px;
}

.home_meaContent * {
  color: var(--white);
}
.home_meaContent {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 8rem 8%;
  border-radius: 20px;
}
.home_mea_3 .home_meaContent,
.home_mea_4 .home_meaContent {
  padding: 12rem 8%;
}
.home_meaContent-bg {
  opacity: 0.7;
  border-radius: 20px;
}
.blocInfo-picture {
  border-radius: 20px;
}
/* 02 - Présentation */
.page-template-page-presentation .paragrapheContent {
  margin-bottom: 80px;
}
.page-template-page-presentation .image {
  max-height: 400px;
  position: relative;
  overflow: visible;
}
.page-template-page-presentation .image img.image {
  border: 4px solid var(--colorprimary);
}
.page-template-page-presentation .image .picto {
  position: absolute;
  top: -25px;
  width: 50px;
  height: 50px;
  background-color: var(--colorprimary);
  border-radius: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-template-page-presentation .image .picto.left {
  left: -5px;
}
.page-template-page-presentation .image .picto.right {
  right: -5px;
}
.page-template-page-presentation .image .picto img {
  width: 30px;
  height: 30px;
}

.page-template-page-presentation section#contents {
  padding: 50px 0 0 0;
}
.page-template-page-presentation .blocPersonnalisation {
  padding: 30px 80px 30px 30px;
}
.page-template-page-presentation .blocInfo .blocInfo-title {
  font-size: 3rem;
}
.page-template-page-presentation .blocInfo-description li {
  border-bottom: 1px solid var(--white);
  padding: 10px 0 10px 20px;
}
.page-template-page-presentation .blocInfo-description li::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent var(--white);
  background-color: transparent !important;
  top: 50% !important;
  border-radius: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-template-page-presentation .fabfr {
  margin-top: -55px;
  margin-bottom: 50px;
}

/* 03 - Page détail produit */

/* 04 - Comment porter un masque */
.page-id-497 div.glissiere div.cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-id-497 div.glissiere div.cover img {
  height: auto;
  width: auto;
}

/* 05 - Masques à usage unique ... */
.page-id-502 .bloc-introduction {
  margin-bottom: 80px !important;
}
.page-id-502 .bloc-texte-colonnes {
  padding: 30px 0px;
}

/* 06 - Panier */
body.woocommerce-page section.cart-content span.info {
  text-align: center;
  margin-bottom: 30px;
}

/*RESPONSIVE
  01 - DESKTOP */
@media screen and (max-width: 1400px), (max-device-width: 1400px) {
}
@media screen and (max-width: 992px), (max-device-width: 992px) {
  .productDetail-section1 .add_to_cart_article {
    width: 140%;
  }
  .productDetail-section1 .add_to_cart_article a.boutonSmaller {
    /* max-height: 37px; */
    margin: 10px 0px;
    margin-top: auto;
  }
}
@media screen and (max-width: 767px), (max-device-width: 767px) {
  .page-template-page-presentation .image {
    margin-top: 20px;
  }
  .page-template-page-presentation .image .picto {
    top: 0px;
  }
  .productDetail-section1 .add_to_cart_article {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productDetail-section1 .add_to_cart_article a.boutonSmaller {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-height: inherit;
    padding: 5px 30px !important;
  }
}

@media screen and (max-height: 750px), (max-device-height: 750px) {
  /* .productDetail-section1 {
      height: 100vh !important;
  } */
}

/*Downloads*/
.fileDownload-item {
  margin-bottom: 30px;
}
/*Maintenance*/
.aiowps-site-lockout-body {
  background: var(--black);
  padding-top: 100px;
  height: 100vh;
  overflow: auto;
}
.aiowps-site-lockout-box {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  margin-top: 0;
  padding: 30px;
  border: 2px solid var(--black);
  background: white;
}
.aiowps-site-lockout-body .aiowps-site-lockout-msg h1 {
  padding-bottom: 1em;
  color: var(--black);
}
.aiowps-site-lockout-body .aiowps-site-lockout-msg p {
  color: var(--black);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
