/*
Theme Name: 3 ans de garantie
*/


* {
    box-sizing: border-box;
  }
  
  .item {
    width: 200px;
    height: 200px;
    margin: 50px auto;
    padding-top: 75px;
    background: #ccc;
    text-align: center;
    color: #FFF;
    font-size: 3em;
  }

body { background-color: #ffffff;
    font-family: "Roboto", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
    overflow-x: hidden;
  }

p, ol {
    font-family: "Roboto", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
    font-size: 1.125rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .barre-EnSavoirPlus, .btn, #menu ul {
    font-family: "TTNormsProMedium", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
  }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,body{
  color: #181818;
}
.badge-lp a {
  color: #966703 !important;
}
.bg-ico{
  background: rgb(190, 196, 238);
}
.rounded-20{
  border-radius: 20px;
}
.hero .heading {
  font-size: 2.4rem;
  font-weight: 600;
}
b, strong{
  font-weight: bold;
}
@media (max-width: 700px){
  h1, .h1, .hero .heading {
      font-size: 32px;
  }
}

h3, .h3 {
    font-size: 32px;
  }
@media (max-width: 700px){
  h3, .h3 {
      font-size: 30px;
    }
  }
  h2, .h2 {
      font-size: 40px;
    }
    @media (max-width: 700px){
      h2, .h2 {
          font-size: 36px;
        }
      } 
      
  .fit-cover{
    object-fit: cover;
  }
  .main-container{
    min-height: calc(100vh - 92px);
    position: relative;
    background: #f2f4f7;
    padding-bottom: 35px;
}  
.description-section{
  font-size: 20px;
  line-height: 170%;
}
@media (max-width: 700px){
  .description-section{
    font-size: 20px;
  }
}

.h5{
  font-size: 22px;
  line-height: 1.9rem;
}
.card{
  border-radius: 11px;
  font-family: "TTNormsProNormal", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.card-content{
  padding: 91.5px 68px;
  background-color: #f7f8fa;
}
@media (max-width: 700px){
  .card-content{
    padding: 60px 32px;
  }
}
.card-content p{
  font-size: 18px;
  line-height: 170%;
}
.text-blue-underline{
  color: #006ce1;
  text-decoration: underline;
}
.link-show-more{
  font-size: 1.125rem;
  line-height: 120%;
  color: #006ce1;
  text-decoration: none !important;
  font-weight: 600;
}
.w-900{
  max-width: 900px;
}
/***********************************************/

.animation-commerciale > div:nth-child(2) > div:nth-child(2) > div > div.informations > div:nth-child(2),
.container.animation-commerciale > div:nth-child(2) > div:nth-child(3) > div > div.informations > div:nth-child(2){
  display: none !important;
}
.text-blue{
  color: #60baff;
}  
.text-dark{
  color: #181818 !important;
}




@media (max-width: 576px) {
    #hero .height-fix {
        height: 560px;
    }
}
@media (min-width: 577px) {
    #hero .height-fix {
        height: 630px;
    }
}
@media (min-width: 731px) {
  .carousel-inner.hero{
    height: 777px;
  }
}
@media (min-width: 768px) {
    #hero .height-fix {
        height: 650px;
    }
}

@media (min-width: 992px) {
    #hero .height-fix {
        height: 777px;
    }
}
.carousel-inner.hero{
    display: flex;
    align-items: center;
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
  }

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.w-100 {
  width: 100% !important;
}
/******************   bouton du header   *****************************/

.btn-primary{
  background: #006ce1;
}
.btn.btn-outline-white-reverse {
    background-color: #fff;
    border-color: #fff;
    color: #03253c;
}

.btn {
    padding: 6px 24px;
    border-radius: 4px;
    font-size: 1.125rem;
    font-weight: 400;
    min-height: 40px;
    line-height: 120%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn.btn-outline-white-reverse:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-video {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-video:hover {
    background-color: #fff;
    border-color: #fff;
    color: #03253c;
}




/******************   axe asus   *****************************/


.axe-asus {
    font-size: 24px;
    text-align: center;
    font-family: "TTNormsProMedium", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
    padding: 15px 60px;
    border-radius: 4px;
    border-color: none;
    font-weight: 600;

}

@media (max-width: 700px){
  .axe-asus {
      font-size: 20px;
    }
  }

.nav-tabs {
    border-bottom: 1px solid #ecf3f2;
    margin-bottom: 40px;
    justify-content: center;
  }
  
  .nav-tabs .nav-link {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: var(--p-color);
    font-family: var(--title-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--font-weight-medium);
    padding: 15px 25px;
    transition: all 0.3s;
  }
  
  
  .nav-tabs .nav-item.show .nav-link, 
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link:focus, 
  .nav-tabs .nav-link:hover {
    border-bottom-color: var(--primary-color);
    color: var(--primary-color);
  }

  
  .nav-tabs .nav-link:first-child {
    /*margin-right: 50px;*/
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }
.nav-link{
  font-size: 14px;
  font-family: 'TTNormsProNormal', Segoe UI, system-ui, sans-serif;
}

  /******************   bouton axe asus   *****************************/

.btn_2 {
    padding: 15px 20px;
    border-radius: 4px;
    border-color: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
}

.btn_2.btn-brochure {
    background-color: #006799;
    border-color: #006799;
    color: #fff;
}


.btn_2.btn-brochure:hover {
    background: #008FD3;
    border-color: #008FD3;
    color: #fff;
}


  /******************  inline KSP   *****************************/

  .sec-features, .barre-EnSavoirPlus {
    background-color: #03253c;
    background: #03253c;
    background: -webkit-linear-gradient(310deg, #03253c 0%, #006799 100%);
    background: -o-linear-gradient(310deg, #03253c 0%, #006799 100%);
    background: linear-gradient(140deg, #03253c 0%, #006799 100%);
    overflow: hidden;
}

.section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec-features .feature [class^="bi-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    font-size: 40px;
    position: relative;
    margin-right: 10px;
}


.icon-axe {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  position: relative;
  margin-right: 30px;  
}


  /******************  services *****************************/


.service {
    padding: 40px;
    border-radius: 12px;
    background: #fff;
}

.service p {
  font-size: 18px;
  line-height: 170%;
}


.btn-enSavoirPlus {
  color: #fff;
  background-color: #006799;
  border: none;
  min-height: 52px;
  min-width: 80%;
  position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}


.btn-enSavoirPlus:hover {
  background: #006799;
  border-color: #006799;
  color: #fff;
}



 /******************  offers *****************************/


.card-offers {
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.05);
}

.ksp {
  text-align: left;
  line-height: 20px;
}
.border-l-1-grey {
  border-left: 1px solid #666;
}
footer{
  background-color: #262626;
  border-top: 1px solid #ccc;
    font-size: 14px;
    color: #fff;
}
footer a {
  color: #b3b3b3;
  margin: 0 12px;
}
footer p {
  color: #999999;
  font-family: 'TTNormsProNormal', Segoe UI, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  padding: 9px 0px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 14px;
  right: 3px;
  display: none;
  transition: opacity 0.8s ease-in-out;
}

#cookiebanner .modal-dialog{
  max-width: 712px;
}
#cookiebanner .modal-body{
  padding-top: 0; padding-bottom: 0;
}
#cookiebanner button{
  font-size: 1.063rem; border-radius: 4px;
}

#cookiebanner .modal-body a{
  color: #000;
}

@media (max-width:700px) {
  .text-footer {
    display: block;
    margin-bottom: 8px;
  }
  #solutions ul{
    line-height: 2;
    overflow: auto;
    white-space: nowrap;
    display: inline-block;
  }
  #solutions li{
    display: inline-block;
  }
  #menu ul{
    margin-top: 1.6rem;
  }
}


.condition-zencare{
  font-size: .872rem;
  color: #878787;
  padding-top: 10px;
  display:block;
}
.TTNormsNormal{
  font-family: 'TTNormsProNormal' !important;
}
.cta-big{
  text-align: center;
}
.cta-big a{
  color: #fff;
  font-size: 18px;
  font-family: 'TTNormsProMedium';
  text-decoration: none;
  background: #006ce1;
  text-align: center;
  padding: 16px 24px;
  border-radius: 7px;
}

.bg-grey-blue{
  background: #e2ebf4;
}

.bg-azure{
  background: #edf4fd;
}
.border-azure{
  border:1px solid #edf4fd;
}
.bg-blue-1{
  background-color: #459ad3;
}
.bg-blue-2{
  background-color: #2b8dcf;
}
.bg-blue-3{
  background-color: #2081c2;
}
.bg-blue-4{
  background-color: #0272bf;
}
.text-white{
  color: #fff;
}   

/******************  Section Step *****************************/

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1296px;
  }
}

.step {
display: flex;
margin-bottom: 24px;
align-items: flex-start;
padding: 8px 45px 0 24px;
}
.step-number{
padding: 0 22px;
text-align: center;
position: relative;
font-size: 46px;
font-weight: bold;
margin-top: -11px;
color: #006ce1;
}
.step-number span{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.step-title{
font-weight: bold;
font-size: 21px;
}
.step-description {
font-size: 18px;
}
.step-cta{
margin-top: 16px;
}
.step-cta a{
text-decoration: none;
vertical-align: middle;
}
.step-cta svg{
width: 8px;
}
.booster{
font-size: 18px;
text-align: center;
margin: 50px 24px;
max-width: 900px;
}
.table-of-targets table{
width: 100%;
}
.table-of-targets td{
font-size: 18px;
}

.title-section-step{
  margin: 45px 0 32px 0;
}

.block-right-step{
  margin-left: 40px;
}
.block-left-form-signup{
  padding: 50px 40px;
  background: #fff;
  border-radius: 20px;

}
.block-left-form-login{
  padding: 50px 40px;
  background: #fff;
  border-radius: 20px;

}
/******************  Contact section *****************************/

#contact-section .contact-card{
  padding: 0 0 48px;
  border-radius: 12px;
  margin: 0 12px;
  background: #f7f8fa;
}

#contact-section p {
  font-size: 18px;
  line-height: 170%;
  padding: 0 32px;
}

#contact-section img {
  border-radius: 7px 7px 0 0 ;
}

.btn-link{
  text-decoration: none;
  font-size: 18px;
  vertical-align: middle;
}
.btn-link a{
  text-decoration: none;
}
.btn-link.fixed {
  position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 70%;
}
.contact-card h3{
  font-size: 28px;
}


/******************  General Conditions *****************************/

.general-conditions{
  background-color: #f7f8fa;
}

.general-conditions .list{
  line-height: 200%;
  font-size: 15px;
}
.general-conditions .list div{
  margin-left: 10px;
  position: relative;
}

.general-conditions .list div::before{
  content: '';
  position: absolute;
  left: -10px;
}

.contact-card a{
  color: var(--bs-body-color) !important;
  text-decoration: none !important;
}
.animation-commerciale{
  margin-top: 50px;
}
.animation-commerciale .informations{
  margin-top: 24px;
}
.animation-commerciale .informations > div{
  margin-bottom: 4px;
}

.animation-commerciale h2{
  margin-bottom: 24px;
}

.animation-commerciale .informations .rebate{
  position: relative;
}

.animation-commerciale .informations .h2 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}


.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 33%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.blue .circle {
  stroke: #1b7dc4;
}

.percentage {
  fill: #575757;
  font-size: 0.5em;
  text-anchor: middle;
}

.ressource-grid{
  display: flex; 
  flex-wrap: wrap; 
  gap: 15px;
}
.ressource-card{
  flex: 1 0 21%; 
  border-radius: 12px; 
  margin-bottom: 15px;
  background: #fff;
  margin: 12px;
  padding: 0;
}
.ressource-card img{
  border-radius: 12px 12px 0 0;

}
.ressource-description {
  background: #fff;
  border-radius: 0 0 12px 12px;
}
.ressource-description p{
  padding: 0 32px 24px;
  font-size: 16px;
}

.block-divider{
  margin: 50px 0;
}
.block-divider div{
  width: 100%;
  height: 39px;
  background: #d7dbe1;
  border-radius: 47px;
  padding: 0 12px;
}

.custom-form-asus .input, 
.custom-form-asus label{
  width: 100%;
}

.custom-form-asus .label{
  font-size: 14px;
  font-weight: 500;
}
.custom-form-asus label{
  margin-bottom: 0;
}

.custom-form-asus .space-labels{
  margin-bottom: 6px;
}

.custom-form-asus > div{
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.custom-form-asus .input, 
.custom-form-asus select{
  min-height: 40px;
  font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    color: #181818;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid #cccccc;
}

.custom-form-asus label.checkbox{
  font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

input[type=checkbox]:checked, body .ng-dropdown-panel .ng-dropdown-panel-items .ng-option input[type=checkbox]:checked {
  background-image: url("img/check.svg");
  border-color: #006ce1;
  background-color: #006ce1;
}

input[type=checkbox], body .ng-dropdown-panel .ng-dropdown-panel-items .ng-option input[type=checkbox] {
  border-color: #4d4d4d;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border-radius: 0.25rem;
  vertical-align: top;
  border: 1px solid #ccd1d9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
  margin-right: 8px;
}

.custom-form-asus input[type=submit]{
  font-size: 0.875rem;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    min-height: 36px;
    height: 36px;
    padding: 8px 20px;
    min-width: 80px;
    border-radius: 8px;
    background: #006ce1;
    color: #fff;
    border: 0;
}

.reset-password{
  max-width: 607px;
  margin: auto;
}

.ressource-card h3{
  font-size: 23px;
  padding: 24px 32px 0;
}
.ico-logout img{
  margin-bottom: 2px;
}

#toast-container{
  position: relative;
}
#toast-container>div {
  padding:6px;
}

.informations #quarter{
  margin-left: 4px;
  padding: 6px 4px;
  border-color: #a6a6b4;
  border-radius: 7px;
}

.table-historique-achats{
  overflow-y: auto;
  max-height: 500px;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 24px;
}

.table-historique-achats table{
  width: 100%;
  border:0;
}
.table-historique-achats th {
  padding: 6px 8px;
}
.table-historique-achats td {
  padding: 6px 8px;
  font-size: 15px;
  max-width: 300px;
}

.table-historique-achats tr:nth-child(even) {
  background-color: #eaebef;
}

.table-historique-achats tr:nth-child(odd) {
  background-color: #ffffff;
}

.table-historique-achats th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.info-icon{
  cursor: pointer; 
}
.info-icon svg{
  width: 16.2px;
  margin-bottom: 12px;
}
.info-icon .tooltip{
  position: absolute;
  background: #19212d;
  color: #fff;
  padding: 16px 16px;
  border-radius: 5px;
  top: 30px;
  left: 64%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 1;
}
.tooltip::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #19212d transparent;
}
.composants-video iframe{
  border-radius: 4px;
}


        .indice-reparability {
            position: relative;
            width: 144px; /* Adatta alla dimensione della tua immagine */
            margin: 0 auto 40px;
        }

        .indice-reparability img {
            width: 100%;
            display: block;
        }

        .indice-valeur {
          position: absolute;
          top: 11px;
          right: 14px;
          font-weight: bold;
          font-size: 37px;
          color: #181818;
        }
    
        .composants-container .img-product {
          max-width:423px;
      }
      .composants-container h2 {
          font-size:32px;
      }
      .composants-container {
          max-width: 1340px;
          margin: auto;
      }
      
      .composants-container h3 {
          font-size: 20px;
          font-family: "TTNormsProMedium", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      }
      .composants-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
          gap: 20px;
          margin-bottom: 40px;
      }
      
      .composants-card-link,
      .composants-card-link:hover {
          text-decoration: none;
      }
      
      .composants-card {
          background: #f5f5f5;
          border-radius: 8px;
          display: flex;
          flex-direction: row;
          transition: transform 0.3s ease-in-out;
      }
      
      .composants-card:hover {
          transform: translateY(-5px);
      }
      
      
      .composants-card-image img {
          width: 100px;
          height: 100px;
          object-fit: cover;
          border-radius:8px 0 0 8px;
      }
      
      .composants-card-content {
          flex: 3 1 0;
          padding:20px;
      }
      
      .composants-card-content h3 {
          margin-bottom: 0;
          color: #333;
      }
      
      .composants-card-content p {
          font-size: 16px;
          color: #666;
      }
      
      /* Video Grid */
      .composants-video-grid {
          display: flex;
          flex-wrap: wrap;
          gap: 20px;
          justify-content: center;
      }
      
      .composants-video {
          flex: 1 1 300px;
          max-width: 400px;
      }

      .dropdown {
            display: none;
            position: absolute;
            background: white;
            box-shadow: 0 0 43px #00000036;
            z-index: 10;
            min-width: 180px;
            top: 60px;
            left: 10px;
            border-radius: 6px;
            padding: 10px;
            font-weight: 600;

        }
        .dropdown a {
            display: block;
            padding: 10px 16px;
            color: #333;
            text-decoration: none;
            border-radius: 6px;
            font-size: .9rem;
        }
        .dropdown a:hover {
            background: #f3f5f7;
            color: #006ce1;
        }
.search-product-page{
  max-width: 800px;
  margin: auto;
}     
#search-product-config{
  padding-top: 60px;
}   
#search-results{
  padding: 0 24px;
}
#product-search{
  min-height: 60px;
  border: 2px solid #d6d6e7;
  font-size: 1.2rem;
  padding: 18px 24px 18px 45px;
}

.search-result-card {
    border-bottom: 1px solid #d1d2d4;
    outline: none !important;
    box-shadow: none !important;
}
.search-result-card img{
    width: 80px !important;
    height: auto;
}
.search-result-card:hover{
      background: #f3f5f7;
}
.search-result-card .badge{
      background: #006ce1;
      font-size: 0.8rem;
      font-weight: 100;
}
.search-icon-product {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    fill: #006ce1;
}

.container-full-height {
    min-height: calc(100vh - 188px);
}
.container-full-height-home {
    min-height: calc(100vh - 92px);
}

.series-tag{
  font-size: 1rem;
  padding: 12px 16px;
  font-weight: 100 !important;
  cursor: pointer;
  border: 1.5px solid #006ce1;
  color: #006ce1;
}
.series-tag:hover{
  background: #006ce1;
  color: #fff;
}

.step-search-page .card:hover{
  box-shadow: none !important;
  cursor:default
}

.step-search-page .card{
 background: #eff1f4;
 border: none;
}

.step-search-page .card .badge {
    width: 42px;
    height: 42px;
    line-height: 32px;
}

.step-search-page .card-text {
    font-size: 0.9rem;
}

.container-search{
  margin-top: 100px;
  margin-bottom: 100px;

}

.composants-container .card {
      background: #f4f4f4 ;
      border: none;
}

.composants-container .card:hover{
   cursor: pointer;
   background: #ececec;
}

.container-small{
  max-width: 800px;
  margin: auto;
}
.container-medium{
  max-width: 945px;
  margin: auto;
}
.bg-grey {
    background-color: #f5f5f7;
}
.section-info{
  padding: 100px 0;
}

.video-section{
  border-radius: 16px;
}
.badge-lp p{
  font-size: 1.2rem;
}
.badge-lp .video-section iframe{
  width: 100%;
  height: 100%;
  min-width: 320px;
      position: absolute;
    top: 0;
    left: 0;
}

.badge-lp .hero{
  margin-bottom: 120px;
}

.badge-lp .intro-section{
  margin-bottom: 60px;
}
.badge-lp .intro-section .lead{
  font-size: 24px;
  font-weight: 400;
}

.badge-lp .intro-section h1{
      font-size: 2.75rem;
    font-family: TTNormsProMedium, Segoe UI, system-ui, sans-serif;
    line-height: 120%;
    font-synthesis: none;
    font-weight: 600;
}
.badge-lp .badge-section {
  margin-bottom: 60px;
}

.badge-lp .video-section{
  margin-bottom: 120px;
      position: relative;
    width: 100%;
    height: 0;
    -webkit-margin-before: 48px;
    margin-block-start: 48px;
    margin-inline: auto;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.badge-lp .terms-section p,
.badge-lp .terms-section li{
  font-size: 1rem;
}

.badge-lp .terms-section{
  margin-bottom: 60px;
}
.list-dash li{
  list-style-type: '-';
}
.list-no-style{
  list-style-type: none;
}
ol li::marker{
  font-weight: bold;
}
ol li{
  list-style-type: decimal;
}
.badge-lp .terms-section ul li,
.badge-lp .terms-section ol li{
  padding-left: 8px;
  margin-bottom: 16px;
}

.badge-lp .card .badge{
  padding: 0;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #181818;
}

.badge-lp .card-body{
  padding: 32px 40px;
}

.container-badge-3ans-garantie img{
        text-align: center;
    }
    .container-badge-3ans-garantie {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 32px;
        padding-bottom: 1px;
        width: 94%;
        max-width: 950px;
    }

.info-card{
  background-color: #f8f9fa;
}

.list-alpha{
  list-style-type: lower-alpha;
}

.badge-lp .terms-section h3 {
  margin-bottom: 24px;
}
.badge-lp .intro-section h2{
  font-size: 4rem;
}
@media (max-width: 730.5px) {
    .badge-lp .intro-section .h2 {
        font-size: 1.65rem;
        width: 100%;
    }
    .badge-lp .intro-section .h1 {
        font-size: 2.4rem;
    }
    .badge-lp .intro-section .lead{
      font-size: 20px;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px) {
    .badge-lp .intro-section .h1  {
        font-size: 3.3rem;
        margin-top: 0;
    }
    .badge-lp .intro-section .h2 {
        font-size: 2.3rem;
    }
}
.terms-section .collapsed-block {
      max-height: 250px;
      overflow: hidden;
      position: relative;
      background: #fff;
      transition: max-height 0.6s cubic-bezier(.4,0,.2,1);
    }
.terms-section .collapsed-block::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 48px;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 90%);
      transition: opacity 0.4s;
    }
.terms-section .collapsed-block.expanded {
      max-height: 4000px; /* grande valeur pour permettre l'expansion */
      transition: max-height 0.6s cubic-bezier(.4,0,.2,1);
    }
.terms-section .collapsed-block.expanded::after {
      opacity: 0;
      transition: opacity 0.4s;
    }
.terms-section .show-more-btn {
      background: none;
      border: none;
      color: #0d6efd;
      padding: 0;
      margin-top: 0.5rem;
      font-size: 1rem;
      cursor: pointer;
      text-decoration: underline;
    }

 .gold-gradient-title {
      background-image: linear-gradient(113deg, #aa932d 0%, #be9313 35%, #6e5407 100%);
      background-size: 100%;
      background-repeat: no-repeat;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .badge-lp .card .border-start {
      border-left-color: #181818 !important;
    }