
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* Home */ 

/* tools */

.bold {
    font-weight: bold;
}
.ft-w-300 {
    font-weight: 100;
}
.primary-btn, .hs-button {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 41px;
    border: solid 2px #DB0025;
    justify-content: space-between;
    color: #DB0025;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    margin:  30px 0;
}
.btn-secondary {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 41px;
    border: solid 2px white;
    justify-content: space-between;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer; 
    margin:  30px 0;
}
.primary-btn > img {
    margin-left: 10px;
}
.btn-secondary  > img {
    margin-left: 10px;
}
/* hero section */

main {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;


}
.hero-section {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0 auto;
}
.logo-banner > img {
    margin: 40px 0;
}
.logo-banner {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}
.hero-bandeau {
    background-color: #DB0025;
    display: flex;
    flex-basis: 100%;
}
.hero-content {
    display: flex;
    max-width: 1300px;
    flex-basis: 100%;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    
}
.hero-title {
    padding: 70px 0;
}
.hero-title, .hero-img {
    flex-basis: 49%;
}
.hero-img {
    position: relative;
}
.shader {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #db002592;
}
.hero-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
h1 {
    color: white;

    font-family: 'Unbounded', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 200;
    line-height: 50px; 
    text-transform: uppercase;
}
h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
    padding: 30px 0;
}
p {

    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
@media screen and (max-width: 1000px) {
    h1 {
        font-size: 28px;
       
    }
}

@media screen and (max-width: 762px) {
    h1 {
        font-size: 23px;
        line-height: 32px;
    }
    .hero-content {
        padding:  0;
    }
    .hero-title {
        padding: 40px 20px;
    }
    .hero-title, .hero-img {
        flex-basis: 100%;
    }
}

/* who is section */

.who {
    display: flex;
    width: 100%;
    justify-content: center;
}

.who-content {
    padding: 50px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1300px;
    padding-bottom: 20px;
    align-items: center;
}
.who-content > div {
    flex-basis: 45%;

}
.who-img > img {
    height: 278px;
    margin-top: 40px;
}

.who-content {
    display: flex;

}

@media screen and (max-width: 1000px) {
    .who-img {
        order: 2;
        
    }
    .who-img > img {
        margin-top: 10px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px; /* 125% */
        padding: 20px 0;
    }
    p {
        font-size: 14px;
    }
    .who-img > img {
        height: 200px;
    }
    .who-content > div {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    
    }
    .who-content {
        padding: 20px 20px;
    }

}
@media screen and (max-width: 1200px) {

   
    .who-img > img {
        height: 230px;
    }
}
@media screen and (max-width: 762px) {
    .logo-banner > img {
        margin: 20px 0;
       height: 40px;
    }
   
    .who-img > img {
        height: 150px;
    }
}

/* secteur */

.sector {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
}
.sector-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
    margin: 10px auto;
    max-width: 1300px;
    flex-basis: 100%;
}
.sector-content h2 {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.sector-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
    

}
.sector-cards .cards {
    flex-basis: 20%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;

}

.sector-cards .cards h3 {
    color: #DB0025;
    text-align: center;
    flex-basis: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 10px;
}
.sector-cards .cards p {
    flex-basis: 100%;
    text-align: center;
} 

@media screen and (max-width: 1200px) {
    .sector-cards .cards  {
        flex-basis: 45%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 850px) {
    .sector-cards .cards  {
        flex-basis: 100%;

    }
    .sector-cards {
        margin: 10px 0;
    }
}

/* problems */

.problems {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    flex-wrap: wrap;
    background: linear-gradient(180deg, #FAF0F2 33.34%, rgba(250, 240, 242, 0.00) 100%);
}
.problems-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 44px auto;
}
.problems-content h2 {
    text-align: center;
}
.problem-card {
    flex-basis: 30%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.problem-card h3 {
    color:  #303030;
    text-align: center;

    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    flex-basis: 100%;
    margin: 10px 0;
}
.problem-card img {
    background: rgba(219, 0, 37, 0.11);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.problem-card p {
    flex-basis: 100%;
    text-align: center;
}
.problem-first-line {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    justify-content: space-around;
    
}
.problem-second-line {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    justify-content: space-between;
    
}
.btn-container {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
}

@media screen and (max-width: 1200px) {
    .problems-content {
        margin: 20px auto;
    }
    .problems-content {
        padding: 0 20px;
    }
}
@media screen and (max-width: 850px) {
    .sector-cards .cards  {
        flex-basis: 100%;

    }
    .problem-second-line {
        margin: 0;
    }
    .problem-card  {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .sector-cards {
        margin: 10px 0;
    }
}

/* footer */

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    background-color: #303030;
}
.footer-content {
    flex-basis: 100%;
    max-width: 1300px;
    color: white;
}
.footer-content  p {
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .footer-content {
        padding: 20px;
    }
    .footer-content  p {
        margin-top: 0;
    }
}
/* missions */

.missions {
    display: flex;
    width: 100%;
    justify-content: center;
}
.missions-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    justify-content: center;
    flex-basis: 100%;
    width: 100%;
}
.missions-content h2 {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    
}

.mission-card {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px 40px 20px;
    justify-content: center;
    flex-wrap: wrap;
    
    min-height: 510px;
}
.mission-card h3 {
    color: black;
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 850;
    line-height: normal;
    text-transform: uppercase;
    flex-basis: 100%;
    margin: 15px 0;
    height: 60px;
    
}
.mission-card ul li, .mission-card ol li  {
    list-style: inside;
    color: #303030;

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;

}
.mission-card ol li {
    padding-left: 30px;
    list-style-type: decimal;
}
.mission-card ul ul {
    padding-left: 30px;
}
.mission-card ul {
    list-style: normal;
}
.mission-card h4 {
    font-size: 19px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px;
}
.mission-card p { 
    display: flex;
    flex-basis: 100%;
}
.mission-card img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
#acc {
    margin-bottom: 2px;
}
#gen li {
    margin-bottom: 0;
}
#gen {
    margin-bottom: 10px;
}

.swiper {
    width: 100%;
    height: 620px;
    z-index: 99;

    
}
.swiper-button-next, .swiper-button-prev {
    z-index: 99;
    top: 60px !important;
}
.swiper-button-next::after{
    opacity: 0;
}
.swiper-button-next {
    right: 0px !important;
}
.swiper-button-prev {
    left: 25px !important;
}
.swiper-button-prev::after {
    opacity: 0;
}
.swiper-pagination-bullet-active {
    background: #DB0025 !important;
}
/* Keyrus */

.keyrus {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    padding: 40px 0;
}
.keyrus-content {
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.keyrus-content h2, .keyrus-content p {
    flex-basis: 100%;
    text-align: center;
}
.keyrus-card {
    flex-basis: 60%;
    margin-top: 30px;
    margin-bottom: 30px !important;
}
.keyrus-card > article {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    background-color: #DB0025;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    flex-basis: 60%;

}
.keyrus-left {
    background-color: white;
    flex-basis: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px;
    border-radius: 8px;
    padding-left: 10px;
}

.keyrus-collab {
    flex-basis: 45%;
}
.keyrus-left .make {
    color: #28C6FF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.keyrus-collab h3 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-bottom: 10px;
}
.keyrus-collab p {
    text-align: left;
    color: white;
    font-size: 14px;
}
.swiper {
    width: 100%;
    max-width: 100%;
}
.percent {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    margin: 30px 0;
    padding-bottom: 50px;
}
.percent-content {
    display: flex;
    max-width: 1300px;
    flex-basis: 100%;
    flex-wrap: wrap;  
    justify-content: space-between;
    
 
}
.percent-card {
    flex-basis: 23%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.percent-card .percentage {
    flex-basis: 100%;
    color:  #DB0025;
    text-align: center;
    font-family: 'Unbounded', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px; /* 66.667% */
    text-transform: uppercase;
}
.percent-card .subtitle {
    flex-basis: 100%;
    color:  #0B1C55;
    text-align: center;
    /* H4 */
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 30px;
}
@media screen and (max-width: 1000px) {
    .keyrus-card {
        flex-basis: 80%; 
        margin-top: 30px;
    }
    .percent-card {
        flex-basis: 46%;
        margin-top: 30px;
    }
    .keys {
        font-size: 25px;
        font-weight: 600;
        margin-top: 30px;
    }
}

@media screen and (max-width: 850px) {
    .keyrus-card {
        flex-basis: 100%;
        
    }
    .keyrus-left {
        flex-basis: 100%;
    }
    .keyrus-collab {
        flex-basis: 100%;
        margin-top: 20px;
    }
    .keyrus-content {
        padding: 0 20px;
    }
    .mission-card ul li {
        font-size: 12px;
    }
    .percent-card {
        flex-basis:100%;
        font-size: 40px;
    }
    .percent-card .subtitle {
        margin-top: 20px;
    }
    .form-content {
        width: 95%;
        
        
    }
}

.form-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.646);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    visibility: hidden;
}
.form-content {
    position: relative;
    background-color: white;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    padding: 30px;
    

}

.hbspt-form  {
    font-family: "Poppins", sans-serif !important;
}
.hbspt-form .field {
    margin-bottom: 15px !important;
    font-size: 18px;
}
.hbspt-form .input input, .input textarea{
    margin-top: 8px;
    width: 100%;
    border: solid 1px rgba(126, 132, 134, 0.426);
    border-radius: 1px;
    height: 35px;
}

#close {
    border: none;
    background-color: white;
    color: black;
    font-family: 'Unbounded', sans-serif;
    font-size: 12px;
    font-weight: 200;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
}



  
  .ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
  }
  
  .ml11 .line {
    opacity: 1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #fff;
    transform-origin: 0 70%;
  }
  
  .ml11 .line1 { 
    top: 0; 
    left: 0;
  }
  
  .ml11 .letter {
    display: inline-block;
    line-height: 1em;
  }


  .cards {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.cards.visible {
    opacity: 1;
    transform: translateY(0);
}