/* --- bloc-accordeon-nombre.css --- */
.container-bloc-accordeon-nombre {position: relative;}
.container-bloc-accordeon-nombre .accordeon-toggle.open:after,.container-bloc-accordeon-nombre .accordeon-toggle:after{display: none;}
.container-bloc-accordeon-nombre .accordeon-toggle{padding: 0;margin-bottom: 0;margin-top:0;}
.container-bloc-accordeon-nombre .accordeon-list { list-style: none; margin: 0;width: 100%;}
.container-bloc-accordeon-nombre .accordeon-item {  position: relative; }
.container-bloc-accordeon-nombre .accordeon-line { position: absolute; left: 2rem;  top: 4rem;  height: 100%; width: 2px;  background-color: var(--couleur-texte);}
.container-bloc-accordeon-nombre .accordeon-header {display: flex; align-items: center; gap: 1.5rem;}
.container-bloc-accordeon-nombre .accordeon-item:last-child .accordeon-line{display: none;}
.container-bloc-accordeon-nombre .accordeon-number {display: flex;align-items: center;justify-content: center;width: 4rem; height: 4rem; border: 2px solid var(--couleur-texte);border-radius: 50%;background-color: white;color: var(--couleur-texte); font-weight: bold; z-index: 1; font-size: 2rem;}
.container-bloc-accordeon-nombre .accordeon-number.active {background-color: var(--couleur-texte); color: white;}
.container-bloc-accordeon-nombre .accordeon-title { flex: 1; display: flex;justify-content: space-between;align-items: center; cursor: pointer;font-weight: bold; color: var(--couleur-texte);}
.container-bloc-accordeon-nombre .accordeon-content {  margin-left: 4rem;  overflow: hidden;transition: max-height 0.5s ease-out;}
.container-bloc-accordeon-nombre .accordeon-toggle i {transition: transform 0.5s ease-out;}
.container-bloc-accordeon-nombre .accordeon-title.open i { transform: rotate(180deg);}
.container-bloc-accordeon-nombre .bloc-accordeon-intro{margin: 0px;} 

/* Styles pour les listes dans le contenu des accordéons */
.container-bloc-accordeon-nombre .accordeon-content ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.container-bloc-accordeon-nombre .accordeon-content ul li {
    margin-bottom: 0.5rem;
}

.container-bloc-accordeon-nombre .accordeon-content ul li::marker {
    color: var(--couleur-cta, #0073aa);
}

/* --- bloc-animation-carte.css --- */
/* Styles pour l'animation de la carte */
.container-bloc-animation-carte {
    width: 100%;
    overflow: hidden;
}

.container-bloc-animation-carte .bloc-animation-fond-carte {
    position: relative;
    width: 100%;
    overflow: visible;
}

.container-bloc-animation-carte .bloc-animation-fond-carte svg {
    width: 100%;
    height: auto; 
    display: block;
    max-width: none;
}

/* Élément rouge - invisible par défaut */
.container-bloc-animation-carte .bloc-animation-fond-carte svg #anim-rouge {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-200px);
    transition: transform 1.2s ease-out, opacity 0.5s ease-out;
    filter: drop-shadow(0 0 8px rgba(228, 53, 42, 0.6));
}

/* Animation de clignotement */
@keyframes blink-rouge {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.container-bloc-animation-carte .bloc-animation-fond-carte svg #anim-rouge.animate-blink {
    animation: blink-rouge 3s ease-in-out infinite;
}

/* --- bloc-blocs.css --- */
.bloc-allraisons-blocs {display: flex; margin-bottom: 4rem; flex-direction: column;}
.bloc-raison-blocs{padding: 1rem; text-align: center; color: white;}
.bloc-raison-blocs h3 {font-size: 2rem; color:white; margin-top: 1rem; margin-bottom: 1rem;}
.bloc-raison-blocs p {color:white;}


@media (min-width: 768px) {
	.nbblocs1 {width: 100%;}
	.nbblocs2 {width: 50%;}
	.nbblocs3 {width: 33%;}
	.nbblocs4 {width: 25%;}
	.nbblocs5 {width: 20%;}
	.nbblocs6 {width: 33%;}
	.nballblocs6 {flex-wrap: wrap;}
    .bloc-allraisons-blocs {flex-direction: row;}
} 

/* --- bloc-carrousel.css --- */

.slick-carousel-post .slick-slide a {display: block; margin: auto;}

.slick-carousel-post .slick-slide a:focus-visible {outline: none !important;}
.bloc-carrousel {padding: 2rem 0;}
.bloc-carrousel h2 {padding: 0 20px; text-align: center; margin: 0 auto 2rem;}
.bloc-carrousel>p {max-width: 800px; margin: 30px auto 60px; padding: 0 20px;}

.slick-carousel-post p {margin: 8px 0;} 
.slick-carousel-post img, .bloc-post-sans-carrousel img {width: 100%; height: 100%; object-fit: cover; margin-left: auto; margin-right: auto;}
.slick-carousel-post .post-resume {width: 250px;}  

.slick-carousel-texte-image h3 {border-radius: 25px; border: 2px solid var(--couleur-secondaire-light); color: var(--couleur-principale); font-size: 13px; font-weight: 400;}
.slick-carousel-texte-image {margin-bottom: 0 !important;}


.section-carrousel-post {display: flex;width: 100%; justify-content: space-between; align-items: center;overflow: hidden; margin-top: 4rem; position: relative;}
.slick-carousel-post {  flex: 1 1 auto; width: 100%;}

.bloc-carrousel-rea .section-carrousel-post .bloc-fleche {order: -1;}
.bloc-carrousel-rea .vignette-bg {width: 40rem; border-radius: var(--border-radius); overflow: hidden; background-color: var(--couleur-fond-light); margin: .5rem 1rem; display: flex; flex-direction: column; height: inherit;}
.bloc-carrousel-rea .vignette-bg:hover {box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.bloc-carrousel-rea .vignette-bg:hover img {transform: scale(1.1);}
.bloc-carrousel-rea .vignette-bg h3 {font-size: 1.7rem; font-weight: 400; margin: 0; padding-top: 2rem; padding-bottom: 1rem;}
.bloc-carrousel-rea .vignette-bg h3, .bloc-carrousel-rea .vignette-btn {padding-left: 2rem; padding-right: 2rem;}
.bloc-carrousel-rea .vignette-btn {text-decoration: underline; font-size: 1.4rem; position: relative; margin-bottom: 2.5rem; margin-left: 2.5rem; transition: all 230ms ease-in-out;}
.bloc-carrousel-rea .vignette-btn::before {content: ">>"; color: var(--couleur-cta); text-decoration: none; transition: inherit; position: absolute; left: 0;}


.bloc-carrousel-rea .slick-track {display: flex;}

.bloc-fleche a.btn-underline {max-width: max-content; margin-bottom: 2rem;} 





@media (min-width: 768px) {
    .bloc-carrousel-rea .section-carrousel-post .bloc-fleche .fleches {justify-content:flex-start;}
    .bloc-carrousel-rea .vignette-bg {margin: .5rem 2rem;}
    .bloc-carrousel-rea .vignette-bg:hover .vignette-btn {padding-left: 2.4rem;}
    .bloc-carrousel-rea .vignette-bg:hover .vignette-btn::before {left: .3rem;}

}


@media (min-width: 1000px) {
    .bloc-carrousel-rea .bloc-fleche {padding-left: 4rem; padding-right: 2rem;}
    .bloc-carrousel-rea .bloc-fleche * {text-align: left;}
    .bloc-carrousel-rea .section-carrousel-post .bloc-fleche {order: initial;}
    .bloc-carrousel-rea .vignette-bg h3 {margin: auto 0;  padding-top: 2.5rem; }
}



@media (min-width: 900px) {
    .bloc-post-sans-carrousel {flex-direction: row;}
}

@media (min-width: 1200px) {

    /*.section-carrousel-post{
        display: table;
    }
    .section-carrousel-post .slick-carousel-post{
        display: table-cell;
        width: 70%;
    }*/
    .bloc-fleche {flex: 0 0 auto;display: flex;flex-direction: column; justify-content: center; align-items: center;width: 30%; }
    .bloc-carrousel-actus h2 {position: absolute; right: 60%; max-width: 300px; text-align: right; font-size: 2.5rem; top: 40px; line-height: normal;}

    .bloc-carrousel-rea .realisation-thumbnail {height: 27rem;}
    .bloc-carrousel-rea .bloc-fleche * {max-width: 100%;}
}







/* --- bloc-carrousel-centre.css --- */

/*.slick-carousel-centre .slick-track {display: flex;}*/

.section-chronologie.section-carrousel-centre .slick-carousel-centre .slick-slide .slide-num {display: none;}
.section-chronologie.section-carrousel-centre .slick-carousel-centre .slick-slide h3 {font-weight: 800; font-size: 3rem;}
 



.section-carrousel-centre {display: flex;justify-content: space-between; align-items: center; position: relative; flex-direction: column;}
.section-carrousel-centre .bloc-fleche {display: flex;}
.section-carrousel-centre .bloc-fleche a {display: none !important;top: 50%; z-index: 1;}
.section-carrousel-centre h2 {font-size: 2rem; padding: 0 20px 15px;}

.section-carrousel-centre .slick-track {display: flex;}
.section-carrousel-centre .slick-slide {height: inherit; margin: 1rem 2rem; display: flex; flex-direction: column; overflow: hidden;}
.section-carrousel-centre .slick-slide img {width: 100%; object-fit: contain; max-height: 8.5rem;}

.section-carrousel-centre .slick-prev {display: block;}
.section-carrousel-centre .slick-next{left: -55px;}
.section-carrousel-centre .slick-next:hover {opacity: 1;}
.section-carrousel-centre .slick-next:before, .section-carrousel-centre .slick-prev:before{display: none;}
.section-carrousel-centre .slick-next, .section-carrousel-centre .slick-prev {position: absolute; bottom: 0; left: auto; top: auto;}


.slick-carousel-centre{  flex: 1 1 auto; width: 100%;}

.section-chronologie .fleche-chrono { top: 50%; z-index: 1; text-shadow: -5px 0 #f2f2f2, 0 5px #f2f2f2, 5px 0 #f2f2f2, 0 -5px #f2f2f2;}

.pilierhome .slick-carousel-centre .slick-slide .slide-num {
  display: none;
}
.pilierhome .annee{
  font-size: inherit;
  color: #000;
  font-weight: 700;
  margin-right: 8px;
}

.section-carrousel-centre .carrousel-vignette{ border-radius: var(--border-radius);height: 100%; flex-direction: column;}


.container-chronologie{position: relative;}


@media (min-width: 768px) {
    .section-carrousel-centre.section-chronologie {position: relative;}
    .section-carrousel-centre.section-chronologie::before {content: ''; height: 2px; width: 100%; left: 0; background-color: var(--couleur-secondaire); position: absolute; display: block; top: calc(50% + 2px); opacity: .3;}
    .slick-carousel-centre .slick-slide .vignette-piliers  {width: 47rem; padding: 2rem 3.5rem 2.5rem; }
    .section-chronologie.section-carrousel-centre .slick-carousel-centre .slick-slide .vignette-piliers {width: 35rem;}
    .slick-carousel-centre .slick-slide img {max-width: 100%; max-height: 100%;}
    .slick-carousel-centre .slick-slide p {font-size: 1.4rem;}
    .slick-carousel-centre .slick-slide .carousel-infos {flex: 1;}
    .section-carrousel-centre .slick-next, .section-carrousel-centre .slick-prev {bottom: -3rem;}
/*    .section-carrousel-centre .slick-next {right: 45px;}*/
    .section-carrousel-centre .slick-prev {left: -20px;}
    .slick-carousel-centre .slick-slide .vignette-piliers .slider-thumbnail {width: 25%;}
/*    .section-carrousel-centre.section-chronologie .fleche-chrono.slick-prev {left: 2rem; right: auto;}
    .section-carrousel-centre.section-chronologie .fleche-chrono.slick-next {left: auto; right: 2rem;}*/

}

@media (min-width: 1000px) {
    .section-chronologie .fleche-chrono {display: block;}
    .section-carrousel-centre.section-chronologie {padding-left: 6rem; padding-right: 6rem;}
    .section-carrousel-centre .bloc-fleche a {display: block !important;}
}

@media (min-width: 1200px) {
    .section-carrousel-centre .bloc-fleche {width: 35%; align-items: flex-end;}
    .section-chronologie.section-carrousel-centre .bloc-fleche {display: none !important;}

}







/* --- bloc-carrousel-expertise.css --- */

.slick-carousel-post .slick-slide a {display: block; margin: auto;}
.slick-carousel-post .slick-slide a:focus-visible {outline: none !important;}
.bloc-carrousel {padding: 2rem 0;}
.bloc-carrousel h2 {padding: 0 20px; text-align: center; margin: 0 auto 2rem;}
.bloc-carrousel>p {max-width: 800px; margin: 30px auto 60px; padding: 0 20px;}

 
.slick-carousel-post img {width: 100%; height: 100%; object-fit: cover; margin-left: auto; margin-right: auto;}

.section-carrousel-post .slick-prev, .section-carrousel-post .slick-next {display: block; opacity: .7;}
.section-carrousel-post .slick-prev:hover, .section-carrousel-post .slick-next:hover {opacity: 1;}
.bloc-carrousel-actus .slick-prev, .bloc-carrousel-actus .slick-next {top: auto;}
.section-carrousel-post .slick-next:before, .section-carrousel-post .slick-prev:before {display: none;}
.section-carrousel-post .slick-next, .section-carrousel-post .slick-prev {top: auto; left: auto;}

.section-carrousel-post .bloc-fleche {margin: 0 2rem; flex-direction: column; width: 100%;}
.section-carrousel-post .bloc-fleche h2 {margin-top: 0;}


.section-carrousel-post {display: flex;width: 100%; justify-content: space-between; align-items: center;overflow: hidden; margin-top: 4rem; position: relative;}
.slick-carousel-post {  flex: 1 1 auto; width: 100%;}

.bloc-carrousel-expertise .slick-track {display: flex;}
.bloc-carrousel-expertise .vignette-bg * {color:white;}
.bloc-carrousel-expertise .vignette-bg {background-color: var(--couleur-principale); border-radius: var(--border-radius); overflow: hidden; padding-bottom: 2.5rem; margin: 0 .5rem; height: inherit; display: flex !important; flex-direction: column;}
.bloc-carrousel-expertise .vignette-bg:hover {box-shadow: rgba(0, 0, 0, 0.16) 2px 4px 4px;}
.bloc-carrousel-expertise .vignette-bg:hover .expertise-slider-thumbnail img {transform: scale(1.1);}
.bloc-carrousel-expertise .slick-slide h3, .bloc-carrousel-expertise .slick-slide p {color: #fff;}
.bloc-carrousel-expertise .slick-slide h3 {margin: 2.5rem 2rem 1rem; font-size: 1.8rem; font-weight: 600;}
.bloc-carrousel-expertise .slick-slide p {font-size: 1.4rem; margin: 1rem 2rem 0; overflow: hidden;  display: -webkit-box;  -webkit-line-clamp: 4; line-clamp: 4;  -webkit-box-orient: vertical;}
.bloc-carrousel-expertise .slick-slide p strong {font-weight: inherit;}
.bloc-carrousel-expertise p.read-more {text-decoration: underline; opacity: .8; transition: inherit; margin-top: auto !important; color: var(--couleur-cta);}
.bloc-carrousel-expertise .vignette-bg:hover p.read-more {opacity: 1;}
.section-carrousel-post .slick-prev, .section-carrousel-post .slick-next {position: static;}
.section-carrousel-post .bloc-fleche a:not(.slick-arrow):not(.btn-underline) {border-radius: 2.5rem; background-color: var(--couleur-cta); color: #fff; padding: .8rem 2.5rem; font-weight: 400; width: 100%; text-align: center;}
.section-carrousel-post .bloc-fleche a:not(.slick-arrow):not(.btn-underline):hover {box-shadow: inset 35em 0 0 0 var(--couleur-principale);}
.section-carrousel-post .bloc-fleche .slick-arrow {margin: 2rem 1.5rem;}
.section-carrousel-post .bloc-fleche .fleches {justify-content: space-between;}



@media (min-width: 768px) {
    .bloc-carrousel {padding: 0;}
    .section-carrousel-post {margin-top: 5rem;}
    .bloc-carrousel-expertise .bloc-fleche h2 strong {display: block;}
    .bloc-carrousel-expertise .bloc-fleche .fleches {justify-content:flex-end;}
    .section-carrousel-post .bloc-fleche a:not(.slick-arrow):not(.btn-underline) {width: max-content;}

}


@media (min-width: 1000px) {
    .bloc-carrousel-expertise .slick-slide p {margin: 1rem 3rem;}
    .bloc-carrousel-expertise .slick-slide h3 {margin: 2.5rem 3rem 1rem;}
    .bloc-carrousel-expertise .bloc-fleche {padding-right: 4rem; padding-left: 2rem; align-items: flex-end;}
    .section-carrousel-post .bloc-fleche {margin: 0; flex: 0 0 auto; width: 40%;}
    .bloc-carrousel-expertise .bloc-fleche * {text-align: right;}
    .section-carrousel-post .slick-carousel-post {width: 60%;}
    .bloc-carrousel-expertise .vignette-bg { margin: 0 2rem;}
}



@media (min-width: 1200px) {
    .section-carrousel-post .bloc-fleche {width: 32%;}
    .section-carrousel-post .slick-carousel-post {width: 68%;}
    .bloc-carrousel-expertise .bloc-fleche * {max-width: 26rem;}

}


@media (min-width: 1700px) {
    .section-carrousel-post .bloc-fleche {width: 35%; }
    .section-carrousel-post .slick-carousel-post {width: 65%;}
}


/* --- bloc-entete.css --- */

.section-entete {height: 60vh; max-height: 800px; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative;}
.entete-container {width: 100%; padding-left: 2rem; padding-right: 2rem; position: relative; z-index: 1; }
.section-entete.entete-center {align-items: center;}
.section-entete:not(.entete-center) {align-items: flex-end; padding-bottom: 3rem;}
.section-entete.entete-center .entete-container {margin-left: auto; margin-right: auto; text-align: center;}
.section-entete.entete-center .entete-container .btn-cta {margin-left: auto; margin-right: auto;}
.section-entete h1 {font-size: 3rem; margin-top: 0;}
.section-entete.entete-center .entete-container img {display:inline;}
@media (min-width: 768px) {
    .section-entete {height: 52rem;}
    .entete-container {padding-left: 5rem; padding-right: 5rem; }
    .section-entete h1 {font-size: 5rem;}
    .section-entete:not(.entete-center) {padding-bottom: 6rem;}
    }
     
@media (min-width: 1000px) {
    .section-entete:not(.entete-center) h2, .section-entete:not(.entete-center) h1 {max-width: 60%;}

    }

/* --- bloc-liste-prestations.css --- */
#filters {list-style: none; column-gap: 1rem; justify-content: center; margin: 4rem 0; row-gap: 2rem;}
#filters button {border: none; background-color: transparent; text-transform: uppercase; transition: all 180ms ease-in-out; border-radius: 2rem; padding: .8rem 1.2rem;}
/*#filters button:not(.is-checked):hover {background-color: var(--couleur-secondaire-light);}*/
#filters button[data-filter="isoler"]:not(.is-checked):hover {background-color: var(--couleur-isoler-light);}
#filters button[data-filter="proteger"]:not(.is-checked):hover {background-color: var(--couleur-proteger-light); color: #fff;}
#filters button[data-filter="entretenir"]:not(.is-checked):hover {background-color: var(--couleur-renover-light);}
#filters button[data-filter="ventiler"]:not(.is-checked):hover {background-color: var(--couleur-ventiler-light);}
#filters button[data-filter="produire"]:not(.is-checked):hover {background-color: var(--couleur-produire-light);}
#filters button[data-filter="chauffer-climatiser"]:not(.is-checked):hover {background-color: var(--couleur-chauffer-light);}
 
#filters button.is-checked {font-weight: 600;}
#filters button[data-filter="isoler"].is-checked {background-color: var(--couleur-isoler);}
#filters button[data-filter="entretenir"].is-checked {background-color: var(--couleur-entretenir);}
#filters button[data-filter="ventiler"].is-checked {background-color: var(--couleur-ventiler);}
#filters button[data-filter="produire"].is-checked {background-color: var(--couleur-produire);}
#filters button[data-filter="chauffer-climatiser"].is-checked {background-color: var(--couleur-chauffer);}
#filters button[data-filter="proteger"].is-checked {background-color: var(--couleur-proteger); color: #fff;}

/* Styles pour le conteneur Slick */
.bloc-liste-prestations-slick {
    position: relative;
    margin: 2rem 0;
}

.section-filtre-prestation  .slick-prev::before, .section-filtre-prestation  .slick-next::before {font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--couleur-texte); font-size: 3rem;}
.section-filtre-prestation  .slick-prev::before {content: "\f060";}
.section-filtre-prestation  .slick-next::before {content: "\f061";}


/* Styles pour les éléments */
.section-filtre-prestation .element-item {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 4px;
    border-radius: var(--border-radius);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 5px;
    text-align: center;
    height: 150px;
    display: flex !important;
}

.section-filtre-prestation .element-item .item-prestation svg {
    width: 8rem;
    height: auto;
}

.section-filtre-prestation .element-item .item-prestation h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 300;
}

.section-filtre-prestation .element-item .item-prestation {
    padding: 2rem 3rem;
}

.section-filtre-prestation .element-item:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
}

/* Styles pour Slick Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide.slick-active {
    display: block;
}



.section-prestations .btn-rouge {margin-top: 4rem;}

@media (min-width: 900px) {
    .section-filtre-prestation .element-item {
        height: 19rem;
    }
    #filters {
        column-gap: 2rem;
    }
    .section-filtre-prestation .element-item .item-prestation h4 {
        font-size: 1.4rem;
    }
    .bloc-liste-prestations .slick-slide {margin: 0 2rem;}
}

/* --- bloc-promotions.css --- */
.section-promotions {column-gap: 1.5rem; row-gap: 1.5rem;}
.section-promotions .bloc-promotion {width: 100%; border-radius: var(--border-radius); overflow: hidden; flex-direction: column; justify-content: flex-end; background-repeat: no-repeat; background-size: cover;}
.bloc-promotion .promotion-contenu { flex-direction: column; background-color: var(--couleur-principale); padding: 2rem 2.5rem; height: auto; transition: all 600ms ease-in-out;}
.bloc-promotion .promotion-contenu * {color: #fff;}
.section-promotions:not(.nbpost1) .bloc-promotion .promotion-contenu * {text-align: center;}
.bloc-promotion .promotion-contenu h3 {margin-top: 0; margin-bottom: 8px; font-size: 1.8rem; text-transform: uppercase; font-weight: 300;}
.bloc-promotion .promotion-contenu h3 i {border: 1px solid #fff; border-radius: 50%; width: 2.5rem; height:2.5rem; display: inline-flex;  justify-content: center; align-items: center; margin-right: 1rem; font-size: 1.5rem;}
.bloc-promotion .promotion-contenu h4.offre-price,
.promotions h4.offre-price {color: var(--couleur-cta); font-size: 3.4rem;font-weight: bold;margin:0;}
.section-promotions:not(.nbpost1) .promotion-detail, .section-promotions:not(.nbpost1) .promotion-contenu .bottom-btn p {display: none;}

.bloc-promotion .promotion-contenu .bottom-btn{margin-top:auto; margin-left:0; display: flex; justify-content: space-between;flex-direction: column;align-items: start;}
.bloc-promotion .promotion-contenu .bottom-btn .btn-border{min-width: 160px; padding: 1rem 1rem; background-color: var(--couleur-cta); border-color: var(--couleur-cta); }
.bloc-promotion .promotion-contenu .bottom-btn .btn-border:hover{background-color: white; border-color: white; }
.bloc-promotion .promotion-contenu .bottom-btn p{margin-bottom:0;}
 
@media (min-width: 768px) {
    .bloc-promotion .promotion-contenu .bottom-btn{flex-direction: row; gap: 3rem;align-items: center; }
    .section-promotions .bloc-promotion {min-height: 40rem;}
    .bloc-promotion .promotion-contenu {padding: 2.5rem;}
    .bloc-promotion .promotion-contenu * {max-width: 60rem; }
    .section-promotions .bloc-promotion {flex: 1; min-width: calc(50% - 1rem); width: auto;}
    .section-promotions.nbpost1 .bloc-promotion { align-items: end; }
    .nbpost1 .bloc-promotion .promotion-contenu {width: 50%; height: 100%;}
    .nbpost1 .bloc-promotion {background-size: 50% 100%;}
}

@media (min-width: 1000px) {
    .bloc-promotion .promotion-contenu {padding: 4.5rem 4.5rem 3.5rem;}
}

/* --- bloc-trustindex.css --- */
 

/* --- bloc-twentytwenty.css --- */
.twentytwenty-block .legende {text-align: center; font-weight: bold;}
 

