/**
 * @file
 * Modules styles
 *
 * Modules are reusables CSS objects (components).
 * They can be utilized
 */

.main-paragraph{
  padding:1.5rem 0;
}
@media screen and (min-width:750px) {
  .main-paragraph{
    padding:4.5rem 0;
  }
}

/**
 * Ckeditor
 */

.color-red {
  color: #FC0019;
}
.color-green {
  color: #0A8751;
}

/**
 * Hero
 */
.page__header--with-background{
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding:1.5em 0em;
  min-height:250px;
}
.page__header--without-background{
  height: 250px;
  background-color:#2D2D2D;
  padding:1.5em 0em;
}
.page__header-content{
  width: 100%;
}
.page__header--search{
  background-image: url('../images/background-recherche.jpg');
}
.page__header--hp{
  position: relative;
}
.page__header--hp .page__header-title{
  left:0;
  position: absolute;
  top: 0;
  max-width: 1590px;
  padding:1.5rem;
}
@media screen and (min-width:550px) {
  .page__header--with-background{
    background-position: center top 33%;
    background-size: 145%;
  }
  .page-node-4 .page__header--with-background{
    background-position: center top 23%;
  }
  .page-node-5 .page__header--with-background{
    background-position: center top 30%;
  }
  .page-node-8 .page__header--with-background{
    background-position: center top 19%;
  }
  .page-node-14 .page__header--with-background{
    background-position: center top 29%;
  }
  .path-recherche .page__header--with-background{
    background-position: center top 13%;
  }
}
@media screen and (min-width:750px) {
  .page__header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page__header--with-background{
    padding:1.5em 0em;
  }
  .page__header--hp .page__header-title{
    left:50%;
    transform:translateY(-50%) translateX(-50%);
    width: 85%;
    top:50%;
  }
}
@media screen and (min-width:1250px) {
  .page__header--with-background{
    min-height:330px;
    padding-top:4rem;
  }
}
@media screen and (min-width:1550px) {
  .page__header--with-background{
    background-size: 100%;
  }
}
/* Hero -- Title -- Hero */
.page__header-title h1{
  display: inline;
  padding:0 0.25rem;
  text-transform: uppercase;
  font-family:'Gotham', sans-serif;
  font-weight: 900;
  color:#FC0019;
  background-color:#fff;
  font-size: 1.375em;
  line-height: 1.25;
}
.page__header--hp h1 span {
  padding: 0 0.25rem;
}
.page__header--hp h1{
  font-size: 1.25em;
  padding:0rem;
}
@media screen and (min-width:750px) {
  .page__header-title h1{
    font-size: 2em;
  }
}
@media screen and (min-width:1000px) {
  .page__header-title h1{
    font-size: 2.5em;
  }
  .page__header--hp h1 span {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width:1250px) {
  .page__header-title h1{
    font-size: 2.875em;
  }
  .page__header--hp h1 span {
    padding: 0 0.65rem;
  }
}

/* Hero -- Breadcrumbs -- Hero */
.page__header-breadcrumbs{
  margin-top:0.5rem;
}
.page__header-breadcrumbs li{
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  /* font-weight: 300; */
}
.page__header-breadcrumbs li,
.page__header-breadcrumbs a{
  color:#fff;
}
@media screen and (min-width:750px) {
  .page__header-breadcrumbs{
    margin-top:1rem;
  }
}

/**
 * Citation
 */
.citation__inner{
  padding:1rem 1rem 0;
  background-image: url('../images/quote.svg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 96.6px 71.8px;
}
.citation__inner p:first-child{
  margin-top:0;
}
.citation__inner p:last-child{
  margin-bottom:0;
}
@media screen and (min-width:750px) {
  .citation__inner{
    /* font-weight: 300; */
  }
}
@media screen and (min-width:1000px) {
  .citation__inner{
    font-size: 1.125em;
    background-size: 193.2px 143.6px;
    padding:1.75rem 2rem 0rem;
  }
}

/**
 * Titre mis en avant
 */
.paragraph--titre-mis-en-avant{
  background-color:#FC0019;
  color:#fff;
  padding:2.5rem 0;
}
.paragraph--titre-mis-en-avant a{
  color:#fff;
}
.paragraph--titre-mis-en-avant a:hover{
  text-decoration: underline;
}
.titre-mis-en-avant__inner{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.titre-mis-en-avant__title{
  font-size: 1.5em;
  width: 100%;
  text-transform: uppercase;
}
.titre-mis-en-avant__title h1,
.titre-mis-en-avant__title h2,
.titre-mis-en-avant__title h3,
.titre-mis-en-avant__title h4,
.titre-mis-en-avant__title h5,
.titre-mis-en-avant__title h6{
  font-family: 'Montserrat', sans-serif;
  /* font-weight: 300; */
  display: inline-block;
  border-bottom:2px solid #fff;
  padding-bottom:1rem;
  line-height: 1.1;
}
.titre-mis-en-avant__title strong{
  font-weight: 900;
  font-family: 'Gotham', sans-serif;
}
.titre-mis-en-avant__subtitle{
  font-size: 1.25rem;
  width: 100%;
}
.titre-mis-en-avant__content{
  font-size: 1.125em;
}
@media screen and (min-width:1000px) {
  .paragraph--titre-mis-en-avant{
    width:100%;
    background-color:rgba(252,0,25,1);
  }
  .titre-mis-en-avant__inner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .titre-mis-en-avant__title{
    width: 46%;
  }
  .titre-mis-en-avant__subtitle{
    max-width: 375px;
  }
  .titre-mis-en-avant__content{
    width:45%;
  }
}
@media screen and (min-width:1250px) {
  .titre-mis-en-avant__title{
    font-size: 2.4em;
  }
}

/**
 * PUSH ITEMS
 */
.push-container__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.paragraph--push-item{
  height:100%;
}
.push-container__item{
  margin:5rem 0 1rem;
  width: 100%;
}
.push-item__inner{
  background-color:#fff;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.18);
  padding:5rem 2rem 2rem;
  width: 100%;
  position: relative;
  height:100%;
}
.push-item__image{
  text-align: center;
  position: absolute;
  top:-65px;
  left:50%;
  transform:translateX(-50%);
}
.push-item__image .field__item{
  display: inline-block;
  position: relative;
}
.push-item__image .field__item:after{
  content:'';
  display: block;
  position: absolute;
  width:57px;
  height:57px;
  top: -15px;
  right: -12px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/after-icon.svg');
}
.push-item__image img{
  width: 90px;
  height:90px;
  display: inline-block;
}
.push-item__title{
  font-size: 1.5em;
  font-weight: 700;
  position: relative;
  padding-bottom:1.125rem;
  line-height: 1.15;
}
.push-item__title:after{
  content:'';
  display: block;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width: 70px;
  height:1px;
  position: absolute;
  background-color:#000;
}
.push-item__desc{
  /* font-weight: 300; */
}
.push-item__desc a{
  text-decoration: underline;
}
.push-container__footer{
  font-size:1.25rem;
  /* font-weight: 300; */
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width:1000px) {
  .push-container__inner{
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
  .push-container__item{
    width:33.333%;
    max-width: 412px;
    padding:0 0.5rem;
    margin:5rem 0 0;
  }
  .push-container__inner--by-4 .push-container__item{
    width:25%;
  }
  .push-item__title{
    font-size: 1.125em;
  }
  .push-item__desc{
    font-size: 1.125rem;
  }
}
@media screen and (min-width:1250px) {
  .push-container__item{
    padding:0 1rem;
  }
  .push-item__title{
    font-size: 1.5em;
  }
  .push-container__footer{
    font-size:2rem;
  }
}

/**
 * Simple text
 */
.paragraph--texte-simple{
  margin:0 0 1.5rem;
  background-color:#fff;
}
.texte-simple__inner{
  padding:1rem;
  background-color:#fff;
  /* font-weight: 300; */
  font-size:1rem;
}
.texte-simple__title{
  font-size:1.5rem;
  font-weight: 700;
  font-family: 'Gotham', sans-serif;
}
.texte-basique__inner{
  font-size:1rem;
  /* font-weight: 300; */
}
@media screen and (min-width:750px) {
  .texte-simple__inner{
    padding:3rem 0;
  }
  .paragraph--texte-simple{
    margin:0 0 4.5rem;
  }
}
@media screen and (min-width:1000px) {
  .texte-simple__inner{
    padding:4rem 0;
    font-size:1.125rem;
  }
  .texte-basique__inner{
    font-size:1.125rem;
  }
  .texte-simple__title{
    font-size:2rem;
  }
}



/**
 * Sources
 */
.main-content_sources{
  text-align: left;
  font-size:1rem;
  color:#707070;
}
.main-content_sources a{
  color:#000;
}
/**
 * FAQ Item
 */
.faq-container__inner{
  background-color:#fff;
  padding:1.5rem;
}
.paragraph--faq-container{
  background-color:#fff;
}
.faq-item__wrapper{
  position: relative;
}
.faq-item__title{
  color:#000000;
  font-weight: 900;
  font-family: 'Gotham', sans-serif;
  position: relative;
  font-size:1em;
  text-transform: uppercase;
  border-bottom:1px solid #FC0019;
  margin-top:3rem;
  padding-right:2rem;
}
.faq-item__title:after, .faq-item__title:before{
  content:'';
  position: absolute;
  right:1rem;
  top:50%;
  transform:translateY(-50%);
  transform-origin: center;
  width:4px;
  height:18px;
  background-color:#FC0019;
  transition:all 0.5s;
}
.faq-item__title:after{
  transform:translateY(-50%) rotateZ(270deg);
}
.faq-item__title:before{
  transform:translateY(-50%) rotateZ(270deg);
}
.faq-item:first-child .faq-item__title{
  margin-top:0;
}
.faq-item__title p{
  margin:0;
}
.faq-item{
  margin:0.5rem 0;
}
.faq-item__input{
  position: absolute;
  cursor: pointer;
  width: 100%;
  height:100%;
  opacity: 0;
  z-index:1;
  top:0;
  left:0;
}
.faq-item__content{
  position: relative;
  z-index:2;
  overflow: hidden;
  max-height: 1000px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.faq-item__input:checked ~ .faq-item__content {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.faq-item__input:checked ~ .faq-item__title:after {
  transform:translateY(-50%);
}
.faq-item__input:checked ~ .faq-item__title:before {
  transform:translateY(-50%) rotateZ(90deg);
}
.faq-item__input:checked ~ .faq-item__title{
  font-weight: 400;
}
@media screen and (min-width:750px) {
  .faq-item__title{
    font-size:1.25em;
  }
  .faq-container__inner{
    padding:2rem;
  }
}
@media screen and (min-width:1000px) {
  .faq-item__title{
    font-size:1.5em;
  }
}
@media screen and (min-width:1250px) {
  .faq-item__title{
    font-size: 1.625em;
    padding-right:4rem;
  }
  .faq-container__inner{
    padding:3rem;
  }
  .faq-item__title:after, .faq-item__title:before{
    right:2rem;
  }
}


/* Illustrated text */
.font-size--xs,
.font-size--s,
.font-size--m,
.font-size--l{
  display: inline-block;
  width: 100%;
  line-height: 1.1;
  /* font-weight: 300; */
  font-size: 1.625rem;
}
.illustrated-text--information-style{
  margin-top:2.5rem;
}
.illustrated-text__title{
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  font-weight: 900;
  font-size: 1.625rem;
  font-family: 'Gotham', sans-serif;
}
.illustrated-text--information-style .illustrated-text__title{
  /* font-weight: 300; */
  font-family: 'Montserrat', sans-serif;
}
.illustrated-text--information-style a {
  color: white;
}
.illustrated-text--information-style a:hover {
  text-decoration: underline;
}

.illustrated-text--information-style .illustrated-text__title:after{
  content:'';
  height:1rem;
  display: block;
  width:100%;
  border-bottom:2px dashed #fff;
}
.illustrated-text--information-style .illustrated-text__inner{
  color:#fff;
  background-color:#345E89;
}
.font-size--xs strong,
.font-size--s strong,
.font-size--m strong,
.font-size--l strong,
strong .font-size--xs,
strong .font-size--s,
strong .font-size--m,
strong .font-size--l{
  font-weight: 900;
  font-family: 'Gotham', sans-serif;
}
.illustrated-text__title span{
  font-weight: 900;
  font-family: 'Gotham', sans-serif;
}
.illustrated-text--classic-style{
  background-color:#fff;
}
.illustrated-text__text, .illustrated-text__more{
  position: relative;
  z-index:2;
  /* font-weight: 300; */
}
.illustrated-text__text{
  order:1;
}
.illustrated-text__more{
  order:2;
}
.illustrated-text__image{
  order:3;
}
.illustrated-text__number{
  font-size: 3.375rem;
  font-weight: 900;
  font-family: 'Gotham', sans-serif;
  line-height: 1;
  color:#FC0019;
  padding-right:1rem;
}
.illustrated-text--image-right .illustrated-text__image{
  text-align: center;
}
.illustrated-text__inner{
  display: flex;
  flex-direction: column;
}
.illustrated-text__inner p,
.illustrated-text__inner ul{
  margin-bottom:0;
}
.illustrated-text__text hr{
  height:1px;
  background-color:transparent;
  border:none;
  width: 100%;
  border-top:2px dashed #333333;
  margin-top:1rem;
}
.illustrated-text--information-style .illustrated-text__content{
  position: relative;
}
.illustrated-text--information-style .illustrated-text__content:before{
  content:'';
  position: absolute;
  width: 62px;
  height:62px;
  background-image: url('../images/icon-info.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -20px;
  left: 50%;
  transform:translateX(-50%) translateY(-50%);
  z-index:3;
}
.illustrated-text ul{
  padding-left:1rem;
}
.illustrated-text li{
  padding:0.25rem 0;
}
.illustrated-text__content{
  padding:2rem 1rem 1rem;
}
.illustrated-text__more{
  padding:0rem 1rem 1rem;
  margin-top:-2rem;
}
.illustrated-text__heading--with-number{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (min-width:700px) {
  .illustrated-text--information-style .illustrated-text__content:before{
    top: -62px;
    left: -62px;
    transform: none;
  }
  .illustrated-text__inner{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .illustrated-text__image{
    width: 41%;
    position: relative;
    z-index:3;
  }
  .illustrated-text__content{
    width: 51%;
    position: relative;
    padding: 0;
  }
  .illustrated-text--information-style .illustrated-text__content{
    padding:0;
  }
  .illustrated-text__more{
    padding:0;
    margin-top:0;
  }
  .illustrated-text__more{
    width: 79%;
    order:3;
  }
  .illustrated-text--information-style .illustrated-text__more{
    width: calc(100% - 32px);
    padding-right:2rem;

  }
  .illustrated-text--image-right .illustrated-text__content,
  .illustrated-text--image-left .illustrated-text__image{
    order:1;
  }
  .illustrated-text--image-right .illustrated-text__image,
  .illustrated-text--image-left .illustrated-text__content{
    order:2;
  }
  .illustrated-text--information-style .illustrated-text__content:after{
    background-color:#345E89;
    height:100%;
  }
  .illustrated-text--image-right .illustrated-text__image{
    text-align: left;
  }
  .illustrated-text--image-left .illustrated-text__image{
    text-align: right;
  }
  .illustrated-text{
    padding:2rem 0;
  }
  .illustrated-text--information-style .illustrated-text__inner{
    padding:2rem 0 2rem 4rem;
    background-color:#345E89;
    position: relative;
  }
  .illustrated-text--information-style .grid-row--without-padding-mobile{
    position:relative;
  }
  .illustrated-text--information-style .grid-row--without-padding-mobile:before,
  .illustrated-text--information-style .grid-row--without-padding-mobile:after{
    content:'';
    height:100%;
    width:32px;
    background-color: #F1F1F1;
    position: absolute;
    top:0;
    z-index:1;
  }
  .illustrated-text--information-style .grid-row--without-padding-mobile:before{
    left:0;
  }
  .illustrated-text--information-style .grid-row--without-padding-mobile:after{
    right:0;
  }
}
@media screen and (min-width:1000px) {
  .illustrated-text{
    padding:3.5rem 0;
  }
  .illustrated-text--information-style.illustrated-text{
    padding-top:4rem;
  }
  .illustrated-text--information-style .illustrated-text__content:before{
    width: 110px;
    height:110px;
    left: -110px;
    top: -90px;
  }
  .illustrated-text__text, .illustrated-text__more{
    font-size:1.125rem;
  }
  .illustrated-text--information-style .illustrated-text__inner{
    padding:2rem 0 2rem 7.5rem;
  }
  .illustrated-text--information-style .grid-row--without-padding-mobile:before,
  .illustrated-text--information-style .grid-row--without-padding-mobile:after{
    width:64px;
  }
  .illustrated-text--information-style .illustrated-text__more{
    width: calc(100% - 64px);
    padding-right:3.5rem;
  }
}
@media screen and (min-width:1250px) {
  .font-size--xs{
    font-size: 2rem;
  }
  .font-size--s{
    font-size: 2.25rem;
  }
  .font-size--m{
    font-size: 2.625rem
  }
  .font-size--l{
    font-size: 2.875rem;
  }
  .illustrated-text__number{
    font-size: 6.25rem;
  }
  .illustrated-text__title{
    font-size: 2rem;
  }
  .illustrated-text--information-style .illustrated-text__title{
    font-size: 2.25rem;
  }
  .illustrated-text--information-style .illustrated-text__inner{
    padding:3.5rem 0 3.5rem 8.5rem;
  }
  .illustrated-text--information-style .grid-row--without-padding-mobile:before{
    width:64px;
  }
  .illustrated-text--information-style .grid-row--without-padding-mobile:after{
    width:100px;
  }
  .illustrated-text--information-style .illustrated-text__more{
    width: calc(100% - 100px);
    padding-right:4.5rem;
  }
  .illustrated-text--information-style .illustrated-text__content:before{
    left: -125px;
    top: -115px;
  }
  .illustrated-text--information-style .illustrated-text__content{
    width: 38%;
  }
  .illustrated-text--information-style .illustrated-text__image{
    width: 55%;
  }
}
@media screen and (min-width:1450px) {
  .font-size--l{
    font-size: 3.25rem;
  }
}

/* SLIDER */
.slider-container__inner .slick-track{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.slider-container__item{
  width: 100%;
}
.slider-container__item:focus{
  outline:none;
}
.slider-item__content{
  background-color:#345E89;
  color:#fff;
  padding:2rem 2rem 4rem;
  max-width: 100%;
}
.slider-item__title{
  font-family: 'Gotham';
  font-weight: 900;
  line-height: 1.1;
  font-size: 1.5em;
}
.slider-item__desc{
  padding-top:1rem;
  /* font-weight: 300; */
  font-size: 1rem;
}
.slider-item__desc p{
  margin:0;
}
.slider-item__image{
  text-align: center;
  margin-top: -2rem;
}
.slider-item__image img{
  display: inline-block;
}
.slider-container__inner .slick-dots{
  margin:0;
  padding:1rem 0;
}
.slider-container__inner .slick-dots button{
  border:2px solid #345E89;
  border-radius:50%;
  width: 12px;
  height:12px;
  background-color: transparent;
  overflow: hidden;
  text-indent:-999rem;
  padding:0;
}
.slider-container__inner .slick-dots{
  text-align: center;
}
.slider-container__inner .slick-dots li{
  width: 12px;
  height:12px;
  margin:0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0.25rem;
}
.slider-container__inner .slick-dots .slick-active button{
  background-color: #345E89;
}
@media screen and (min-width:1000px) {
  .slider-item__desc{
    font-size: 1.125em;
  }
  .paragraph--slider-item{
    height:100%;
  }
  .slider-container__item{
    padding: 0rem;
    width: 32% !important;
    height:auto;
    float: none;
  }
  .slider-item__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider-item__content{
    height:100%;
  }
  .slick-track:before, .slick-track:after{
    display: none !important;
  }
}
@media screen and (min-width:1250px) {
  .slider-item__content{
    background-color:#345E89;
    color:#fff;
    padding:2.5rem 3rem 4rem;
  }
}

.produits-list__item{
  padding:1rem 0;
  text-align: center;
}
.produits-list__title{
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.1;
  max-width: 200px;
  margin:0 auto;
  padding-bottom: 1rem;
  position: relative;
}
.produits-list__icon{
  width: 60px;
  height:60px;
  margin:1rem 0;
  display: inline-block;
}
.produits-list__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.produits-list__more{
  /* font-weight: 300; */
  font-size: 0.625em;
  text-align: right;
}
.produits-list__image{
  order:1;
}
.produits-list__content{
  order: 2;
}
.produits-list__name{
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Gotham', sans-serif;
}
.produits-list__item--1 .produits-list__title, .produits-list__item--1 .produits-list__name{
  color:#FC0019;
}
.produits-list__item--2 .produits-list__title, .produits-list__item--2 .produits-list__name{
  color:#0A8751;
}
.produits-list__item--1 .produits-list__title:after{
  background-color:#FC0019;
}
.produits-list__item--2 .produits-list__title:after{
  background-color:#0A8751;
}
.produits-list__image img{
  height: 250px;
  width:auto;
}
.produits-list__image-inner{
  display: inline-block;
}
.produits-list__footer{
  text-align: center;
  font-size: 1.5em;
  color:#000;
  /* font-weight: 300; */
}
.produits-list__link {
  width: 100%;
  order: 3;
  margin-top:auto;
  padding-top:1rem;
}
.produits-list__link a{
  color:#355E89;
  border:2px solid #355E89;
  padding:0.5rem 2.25rem;
  display: inline-block;
  border-radius:99rem;
  font-weight: 700;
  transition:all 0.25s;
}
.produits-list__link a:hover{
  background-color:#355E89;
  color:#fff;
}
@media screen and (min-width:750px) {
  .produits-list__inner{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
  .produits-list__inner--alternative{
    flex-direction: column;
    align-items: center;
  }
  .produits-list__inner--alternative .produits-list__item{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
  }
  .produits-list__inner--alternative .produits-list__content{
    margin-top:0;
  }
  .produits-list__inner--alternative .produits-list__item--1 .produits-list__image{
    order:2;
  }
  .produits-list__inner--alternative .produits-list__item--1 .produits-list__content{
    order:1;
    text-align: right;
    padding-right:1rem;
  }
  .produits-list__inner--alternative .produits-list__item--1 .produits-list__name{
    order:3;
    text-align: left;
    padding-left:1rem;
  }
  .produits-list__inner--alternative .produits-list__item--2 .produits-list__name{
    order:1;
    padding-right:1rem;
    text-align: right;
  }
  .produits-list__inner--alternative .produits-list__item--2 .produits-list__content{
    text-align: left;
    padding-left:1rem;
  }
  .produits-list__inner--alternative .produits-list__item--1 .produits-list__title:after{
    right:0;
    left:inherit;
    transform: none;
  }
  .produits-list__inner--alternative .produits-list__item--2 .produits-list__title:after{
    left:0;
    right:inherit;
    transform: none;
  }
  .produits-list__inner--alternative .produits-list__item--1{
    margin-bottom:2.5rem;
  }
  .produits-list__item{
    width: 50%;
  }
  .produits-list__content{
    margin-top:auto;
  }
  .produits-list__title:after{
    content:'';
    height:1px;
    width:125px;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
  }
  .produits-list__name{
    font-size: 1.75rem;
  }
}
@media screen and (min-width:1250px) {
  .produits-list__item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .produits-list__title{
    max-width: 100%;
  }
  .produits-list__item--1 .produits-list__image{
    order:2;
  }
  .produits-list__item--1 .produits-list__content{
    order:1;
    text-align: right;
  }
  .produits-list__item--2 .produits-list__content{
    text-align: left;
  }
  .produits-list__image{
    width:60%;
  }
  .produits-list__content{
    width: 33%;
    margin-bottom:4rem;
  }
  .produits-list__more{
    text-align: right;
    font-size: 1rem;
  }
  .produits-list__icon{
    width: 90px;
    height:90px;
  }
  .produits-list__footer{
    text-align: center;
    font-size: 2em;
    color:#000;
    /* font-weight: 300; */
    padding-top:1rem;
  }
  .produits-list__title:after{
    width:180px;
    transform:none;
  }
  .produits-list__item--1 .produits-list__title:after{
    right:0;
    left:inherit;
  }
  .produits-list__item--2 .produits-list__title:after{
    left:0;
    right:inherit;
  }
  .produits-list__title{
    font-size: 1.5em;
  }
  .produits-list__image img{
    height: 375px;
  }
  .produits-list__link{
    padding-top:3rem;
  }
  .produits-list__link a{
    font-size:1.25rem;
  }
  .produits-list__name{
    font-size: 2.5rem;
  }
  .produits-list__inner--alternative .produits-list__content{
    margin:0;
  }
  .produits-list__inner--alternative .produits-list__image{
    width: 30%;
  }
  .produits-list__inner--alternative .produits-list__content{
    width:35%;
  }
  .produits-list__inner--alternative .produits-list__name{
    width: 35%;
  }
  .produits-list__inner--alternative .produits-list__item--1 .produits-list__content{
    padding-left:11rem;
  }
  .produits-list__inner--alternative .produits-list__item--2 .produits-list__content{
    padding-right:11rem;
  }
}



/* HERO */
.paragraph--hero{
  color:#fff;
  text-align: center;
  /* font-weight: 300; */
  position: relative;
  overflow-x: hidden;
}
.hero__wrapper:before{
  content:'';
  position: absolute;
  top:-45px;
  left:50%;
  transform:translateX(-50%);
  background-position: top center;
  background-repeat: no-repeat;
  width:455px;
  height:275px;
  background-size: contain;
  background-image: url('../images/wave-big-mobile.svg');
  z-index:0;
}
.hero__wrapper{
  background-color:#345E89;
  padding:5rem 0 2.5rem;
  overflow: hidden;
  position: relative;
}
.hero__header{
  max-width: 625px;
  margin:0 auto;
}
.hero__title{
  font-size: 1.4rem;
  font-weight: 900;
  font-family: 'Gotham', sans-serif;
  line-height: 1.1;
}
.hero__title span{
  font-size: 1.75rem;
}
.hero__subtitle{
  font-size:1.125em;
}
.hero__item-image{
  text-align: left;
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}
.hero__item-image:before{
  content:'';
  width:193.19px;
  height:129.09px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/wave-small.svg');
  position: absolute;
  left:0;
  top:0;
}
.hero__item-image img{
  width: 100px;
  height: 100px;
  position: relative;
  z-index:2;
}
.hero__item{
  max-width: 400px;
  margin:0 auto;
  padding:0.5rem 0;
  font-size: 1.125rem;
}
.hero__transition{
  font-size: 1.125rem;
}
.hero__inner{
  position: relative;
  z-index:1;
}
@media screen and (min-width:500px) {
  .hero__wrapper:before{
    top:-75px;
  }
}
@media screen and (min-width:750px) {
  .hero__content{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .hero__item{
    width: 45%;
  }
  .hero__transition{
    width: 9%;
    align-self: center;
  }
}
@media screen and (min-width:1000px) {
  .hero__wrapper:before{
    top:0px;
    transform:none;
    width:100%;
    height:100%;
    background-image: url('../images/wave-big.svg');
    background-size: cover;
    background-position: left top;
    left:-100px;
  }
  .hero__wrapper{
    width: calc(100% - 70px);
    margin-left: 70px;
    padding: 5rem 0;
  }
}
@media screen and (min-width:1250px) {
  .hero__title{
    font-size: 2.125rem;
    line-height: 0.75;
  }
  .hero__title span{
    font-size: 2.875rem;
  }
  .hero__item strong{
    font-size:1.625rem;
    line-height: 36px;
  }
  .hero__item-text{
    max-width: 350px;
    margin: 0 0 0 auto;
    padding-right: 30px;
    line-height: 26px;
  }
  .hero__item-image:before{
    width:397px;
    height:265px;
    left: inherit;
    right:0;
    top: 30px;
  }
  .hero__transition{
    font-size: 1.875rem;
    width: 12%;
  }
  .hero__item-image img{
    width: 191px;
    height: 191px;
  }
  .hero__item{
    max-width: 100%;
    width: 44%;
    padding:0rem;
  }
  .hero__item-image{
    max-width: 100%;
    margin:0;
  }
  .hero__item-text p{
    margin:0.2rem 0;
  }
  .hero__item-text span{
    font-size: 1.375rem;
  }
  .paragraph--hero{
    padding: 1rem 0;
  }
  .hero__header{
    padding-bottom:2rem;
  }
}



.view-recherche .view-content{
  background-color:#fff;
  padding:1.5rem;
}
.view-recherche .view-content li{
  list-style: none;
  margin:0;
  padding:1rem 0;
}
.view-recherche .view-content .views-field-title{
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  text-transform: uppercase;
}
.view-recherche .view-content .views-field-title a{
  color:#000;
}
.view-recherche .view-content .views-field-field-texte-recherche{
  max-width: 1190px;
  font-size: 1em;
  /* font-weight: 300; */
}
@media screen and (min-width:750px) {
  .view-recherche .view-content{
    padding:3.5rem;
  }
}
@media screen and (min-width:1000px) {
  .view-recherche .view-content .views-field-field-texte-recherche{
    font-size: 1.125em;
  }
}
@media screen and (min-width:1250px) {
  .view-recherche .view-content .views-field-title{
    font-size: 2rem;
  }
}

.paragraph--produit-hp{
  margin-top:0
}
.paragraph--type--produit-hp.main-paragraph {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1.5rem;
}
.produit-hp__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom:2rem;
}
.produit-hp__content{
  font-family: 'Gotham', sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
}
.produit-hp__content span{
  color:#FC0019;
}
.produit-hp__note{
  font-size: 0.625rem;
  font-weight:300;
  display: inline-block;
  text-align: left;
}
.produit-hp__image{
  margin-top:-4rem;
  position: relative;
  z-index:1;
  margin-bottom:2rem;
  text-align: center;
}
@media screen and (min-width:750px) {
  .produit-hp__image{
    margin-top:-6rem;
  }
}
@media screen and (min-width:1000px) {
  .produit-hp__inner{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .produit-hp__content{
    width:45%;
    padding-top:2rem;
  }
  .produit-hp__image{
    width:49%;
  }
  .produit-hp__note{
    text-align: right;
    display: block;
  }
}
@media screen and (min-width:1250px) {
  .produit-hp__content{
    font-size: 2.375rem;
  }
  .produit-hp__note{
    font-size: 1.125rem;
  }
  .produit-hp__note span{
    font-size: 1rem;
  }
  .produit-hp__image{
    margin-top:-10rem;
  }
  .produit-hp__inner{
    margin-bottom:0;
  }
}


/* text illustrated for HP */

.path-frontpage .illustrated-text--information-style .illustrated-text__content:before{
  display: none;
}
.path-frontpage .illustrated-text--information-style{
  padding:0;
  background:#345e89;
  margin-top:1.5rem;
}
.path-frontpage .illustrated-text--information-style .illustrated-text__image{
  order:1;
  text-align: center;
}
.path-frontpage .illustrated-text--information-style .illustrated-text__content{
  margin-top:0;
  order:2;
}
.path-frontpage .illustrated-text--information-style .illustrated-text__inner{
  padding:0;
  align-items: stretch;
}
.path-frontpage .illustrated-text--information-style .illustrated-text__inner{
  background:#345e89;
}
.path-frontpage .illustrated-text--information-style .illustrated-text__title:after{
  border-bottom: 2px solid #fff;
}
@media screen and (min-width:700px) {
  .path-frontpage .illustrated-text--information-style{
    width: 100%;
  }
  .path-frontpage .illustrated-text--information-style .illustrated-text__image{
    width: 55%;
    max-width: 630px;
  }
  .path-frontpage .illustrated-text--information-style .illustrated-text__content{
    width: 43%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:1.5rem;
  }
  .path-frontpage .illustrated-text__inner{
    justify-content: flex-start;
  }
}
@media screen and (min-width:750px) {
  .path-frontpage .illustrated-text__image{
    text-align: left;
  }
  .path-frontpage .illustrated-text--information-style .illustrated-text__content{
    padding-left:2rem;
  }
}
@media screen and (min-width:1000px) {
  .path-frontpage .illustrated-text--information-style{
    max-width: 100%;
    width: calc(100% - 70px);
    margin-left:70px;
  }
  .path-frontpage .illustrated-text--information-style .illustrated-text__content{
    padding-left:4rem;
  }
}


/* produit alternative for HP */
.path-frontpage .produits-list__footer{
  text-align: center;
  font-size: 1rem;
  margin-bottom:2rem;
}
@media screen and (min-width:1000px) {

}
@media screen and (min-width:1250px) {

}

.main-button{
  text-align: center;
  width: 100%;
  position: relative;
  z-index:3;
}
.main-button a{
  color:#355E89;
  border:2px solid #355E89;
  padding: 0.5rem 2.25rem;
  display: inline-block;
  border-radius:99rem;
  font-weight: 700;
  transition:all 0.25s;
  margin-top:1rem;
}
.main-button a:hover{
  background-color:#355E89;
  color:#fff;
}
.illustrated-text--information-style .main-button a{
  color:#fff;
  border:2px solid #fff;
  display: inline-block;
  margin-top:1rem;
}
.illustrated-text--information-style .main-button a:hover{
  background-color:#fff;
  color:#355E89;
}
.hero--background-color-red .main-button a{
  color:#fff;
  border:2px solid #fff;
}
.hero--background-color-red .main-button a:hover{
  background-color:#fff;
  color:#FC0019;
}
.page-node-6 .main-button{
  text-align: left;
}
.page-node-6 .main-button a, .page-node-1 .main-button a{
  color:#FC0019;
  border:2px solid #FC0019;
}
.page-node-6 .main-button a:hover, .page-node-1 .main-button a:hover{
  background-color:#FC0019;
  color:#fff;
}
@media screen and (min-width:1250px) {
  .main-button a{
    font-size: 1.25rem;
  }
}




/**
 * Pharmacy Filter
 */
.geolocation-map-wrapper .gm-style .gm-style-iw {
  font-weight: 400;
  font-size: 1em;
}
.geolocation-map-wrapper .gm-style .gm-style-iw .views-field-title {
  font-size: 1.125rem;
  margin:0.25rem 0;
  font-weight: 700;
}
.pharmacy-block .block-title{
  width: 100%;
  padding:1rem 0;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}
.pharmacy-block .view-filters {
  background-color: #333333;
  padding:1rem;
}
.pharmacy-block .view-ou-trouver-une-pharmacie.view-display-id-block_1 > .view-filters {
  margin-top:2rem;
}
.pharmacy-block .view-ou-trouver-une-pharmacie.view-display-id-block_1 > .view-content {
  margin-bottom:2rem;
}
.pharmacy-block .view-filters form,
.pharmacy-block .view-filters .form--inline {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.pharmacy-block .view-filters fieldset {
  border: 0;
  padding: 0 0.5rem;
}
.pharmacy-block .view-filters fieldset label{
  display: none;
}
.pharmacy-block .view-filters .form-item,
.pharmacy-block .view-filters .form-actions{
  margin:0;
}
.pharmacy__geolocation,
.pharmacy-block .form-submit {
  color: #fff;
  text-transform: uppercase;
}
.pharmacy-geolocation__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
}
.pharmacy-geolocation__image img {
  vertical-align: middle;
  display: inline-block;
}
.pharmacy-block .view-filters .description,
.pharmacy-block .view-filters label {
  color: #fff;
}
.pharmacy-block .form-item {
  margin-right: 0;
}
.pharmacy-block .form-item label {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.pharmacy-block .view-filters .form-search {
  border: none;
  padding: 0.55rem;
  max-width: 300px;
  width: 100%;
  margin:0.5rem 0;
}
.pharmacy-block .attachment{
  background-color:#fff;
}
@media screen and (min-width:450px) {
  .pharmacy-block .view-filters .form--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .pharmacy-block .view-filters .form-search {
    max-width: 250px;
  }
  .pharmacy-block .view-filters .form-item{
    margin-right: 1rem;
  }
}
@media screen and (min-width:800px) {
  .pharmacy-block .view-filters form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .pharmacy-block .view-filters .form--inline {
    margin-right: auto;
  }
  .pharmacy-block .view-filters .form-search {
    max-width: 650px;
  }
  .pharmacy-block .block-title{
    font-size: 1.5em;
  }
}
/**
 * Pharmacy List
 */
.pharmacy__list {
  margin:0;
  padding:0 1rem;
}
.pharmacy__item {
  list-style: none;
  border-bottom:1px solid #fff;
  padding:1rem 0;
}
.pharmacy-header__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: flex-start;
          align-items: flex-start;
}
.pharmacy__number {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC0019;
  color: #fff;
  position: relative;
  margin-right: 1rem;
  margin-top:0.2rem;
}
.pharmacy-header__text {
  width: calc(100% - 68px);
}
.pharmacy__title {
  font-weight: 900;
  color: #000;
  margin: 0;
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
}
.pharmacy__address {
  color: #333333;
  padding:0.5rem 0;
}
.pharmacy__address p {
  margin: 0;
}
.pharmacy__inner-wrapper {
  display: none;
}
.pharmacy__inner-wrapper.is-active {
  display: block;
}
.pharmacy__content {
  margin: 1.5rem 0;
}
.pharmacy__phone{
  color:#828282;
  font-size:0.9em;
}
.pharmacy__phone a{
  color:#828282;
}
.pharmacy__phone a:hover{
  text-decoration: underline;
}
.pharmacy__website{
  margin:1rem 0;
}
.pharmacy__website a{
  color:#fff;
  background-color:#FC0019;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  font-weight: 700;
  display: inline-block;
}
.office-hours-status {
  background-color: #000;
  font-size: 1.25em;
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-bottom: 1.5rem;
}
.office-hours-status--open {
  color: #39b54a;
}
.office-hours-status--closed {
  color: #FF0000;
  font-style: normal;
}
.office-hours__item {
  color: #fff;
}
.office-hours__item-label {
  font-weight: 500;
}
.pharmacy-footer__inner {
  text-align: right;
}
.pharmacy__geolocation,
.pharmacy-block .form-submit {
  background-color: #FC0019;
  font-weight: 700;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  display: inline-block;
  position: relative;
  border:none;
}
.pharmacy-block .view-filters .description{
  display: none;
}
.pharmacy__geolocation{
  text-transform: none;
  margin-top:0.5rem;
  cursor:pointer;
}
.pharmacy-block .attachment .view-content{
  margin-top:2rem;
  background-color:#fff;
}
@media screen and (min-width:500px) {
  .pharmacy__content {
    margin: 1.5rem 0 1.5rem 4.25rem;
  }
  .pharmacy__footer {
    margin: 0 0 0 4.25rem;
  }
}
@media screen and (min-width: 800px) {
  .pharmacy__geolocation{
    margin-top:0rem;
  }
  .pharmacy__item {
    padding:1rem 0;
  }
}
@media screen and (min-width:1250px) {
  .pharmacy__title {
    font-size: 1.125rem;
  }
  .pharmacy__number {
    margin-top:0.3rem;
  }
  .pharmacy-block .attachment .view-content{
    margin-top:4.5rem;
    padding-top:3rem;
  }
  .pharmacy-block .view-ou-trouver-une-pharmacie.view-display-id-block_1 > .view-filters {
    margin-top:4.5rem;
  }
  .pharmacy-block .view-ou-trouver-une-pharmacie.view-display-id-block_1 > .view-content {
    margin-bottom:4.5rem;
  }
}

/* Double texte */
.double-texte__container .texte-simple__inner:first-child{
  margin-bottom:1rem;
}

@media screen and (min-width:750px) {
  .double-texte__container .texte-simple__inner{
    padding:2rem;
  }
  .double-texte__container .texte-simple__inner:first-child{
    margin-bottom:2rem;
  }
}
@media screen and (min-width:1000px) {
  .double-texte__container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .double-texte__container .texte-simple__inner{
    width:49%;
    padding:4rem;
  }
  .double-texte__container .texte-simple__inner:first-child{
    margin-bottom:0rem;
  }
}
@media screen and (min-width:1250px) {
  .double-texte__container .texte-simple__inner{
    padding:5rem 6rem;
  }
}
/* EU COOKIE COMPLIANCE */

.eu-cookie-compliance-secondary-button {
  padding: .25rem .75rem;
  color: #2D2D2D;
  background-color: #fff;
  border-radius: .5rem;
  font-weight: 700;
}
.eu-cookie-compliance-default-button {
  font-weight: normal;
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
}
.eu-cookie-compliance-default-button:hover {
  background: none;
  color: #fff;
}

.to-top{
  position: fixed;
  right:1rem;
  bottom:1rem;
  cursor: pointer;
  z-index:10
}

.page__anchor{
  margin:0 auto;
  text-align: center;
  padding:0 1rem;
}
.page__anchor-list{
  background-color:#fff;
  padding:0.5rem 1.5rem;
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 425px;
}
.page__anchor a{
  color:#000;
  text-align: left;
  font-size: 1rem;
}
.page__anchor a:before{
  content:'»';
  color:#FC0019;
  padding-right:0.25rem;
  display: inline-block;
  vertical-align: middle;
  transform:translateY(-2px);
}
.page__anchor .field__item{
  padding:0.25rem 0;
}
.page__anchor a:hover{
  color:#FC0019;
}
@media screen and (min-width:1000px) {
  .page__anchor a{
    font-size: 1.125rem;
  }
}

/**
 * Card Wrapper
 */

.card-wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 2rem 0;
}
@media screen and (min-width:1250px) {
  .card-wrapper{
    margin: 4.5rem 0;
  }
}


/**
 * Card Item
 */
.card-item {
  width: 100%;
  padding: 2rem;
  background-color: white;
  max-width: 365px;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.18);
  box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.18);
}
.card-item__image img{
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:760px) {
  .card-item {
    width: calc(50% - 2rem);
  }
}

.path-frontpage .paragraph--texte-basique {
  padding: 1rem 0;
}
.texte-basique__inner h2 {
  font-size: 1.9em;
}


/**
 * Product Hero
 */

.product {
  background-color: white;
  padding: 2rem 0;
}
.product h1 {
  font-size: 2.4em;
}
.product h2 {
  font-size: 1.9em;
}
.product__wrapper {
  margin: 2rem 0;
}
.product__image img {
  margin: 0 auto;
  display: block;
}
.product__breadcrumb{
  margin-top:0.5rem;
}
.product__breadcrumb li{
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  /* font-weight: 300; */
}
.product__breadcrumb li,
.product__breadcrumb a{
  color:#000;
}
.product__breadcrumb a:hover{
  text-decoration: underline;
}
@media screen and (min-width:750px) {
  .product__breadcrumb{
    margin-top:1rem;
  }
}
@media screen and (min-width:768px) {
  .product__wrapper {
    display: flex;
    gap: 2rem;
  }
  .product__image {
    width: calc(40% - 1rem);
    margin-top: 2rem;
  }
  .product__text {
    width: calc(60% - 1rem);
  }
}
@media screen and (min-width:1200px) {
  .product__image,
  .product__text {
    width: calc(50% - 1rem);
  }
}


/**
 * push-item--alt
 */

.push-item--alt .field__item::after{
  content: none;
}
.push-item--alt .push-item__image img {
  width: inherit;
  height: inherit;
}




/**
 * Product button
 */


#checkAvailabilityButton {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 2px solid #FFF;
  background: var(--secondary, #345E89);
  color: #FFF;
  font-size: 1.125;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

#checkAvailabilityButton.opened {
  border: 2px solid #345E89;
  background: #FFF;
  color: #345E89;
}

#product__link--wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease, visibility 0.5s ease; /* Ajout de la transition sur max-height, padding et visibility */
  padding: 0;
  display: flex;
  gap: 2rem;
  visibility: hidden;
  margin-left: 1.5rem;
}

#product__link--wrapper.open {
  max-height: 500px; /* Ajuste la hauteur selon tes besoins */
  padding: 1.5rem 0;
  visibility: visible;
}


.product__link--element {
  color: #345E89;
  font-weight: 400;
}

/* Styles pour la popin */
.confirmation-popup {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 99999;
  padding-bottom: 1.8rem;
}

.confirmation-popup-title {
  background: var(--secondary, #345E89);
  display: flex;
  padding: 25px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.confirmation-popup-title span{
  max-width: 350px;
}

.confirmation-popup-text {
  color: #666;
  margin: 1.5rem 0.5rem;
  font-size: 1.125rem;
  color: var(--secondary, #345E89);
}

.confirmation-popup button,
.confirmation-popup button.cancel {
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 32px;
  border: 2px solid #FFF;
  background: #345E89;
}
.confirmation-popup button:hover,
.confirmation-popup button.cancel:hover {
  color: #345E89;
  border: 2px solid #345E89;
  background: #fff;
}

@media screen and (min-width:300px) {
  .confirmation-popup {
    min-width: 280px;
  }
}
@media screen and (min-width:760px) {
  .confirmation-popup {
    min-width: 610px;
  }
  .confirmation-popup-title {
    padding: 24px 59px;
  }
  .confirmation-popup-text {
    margin: 2rem 0 2.5rem 0;
  }
}



/* Styles pour l'arrière-plan de la popin (fond sombre) */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* Styles pour centrer la popin */
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.confirmation-popup .popup-header {
  position: relative;
}

.confirmation-popup .close-button {
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  content: 'gggg';
  z-index: 9999;
  right: 1.25rem;
  top: -5px;
  color: #fff;
}








