html {
    font-size: 62.5%;  /* Taille de police de base 10px */
}
body{
    margin: 0;
    overflow-x: hidden;
}
#header {
    background: url("../img/Backgroungheader.png");
    background-color: #0d0f10;
    width: 100vw;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat; 
    position: relative;
}

@media screen and (min-width:500px){
    .custom-drop-down.show{
        display: flex !important;
        align-items: center;
        justify-content: center;
        left: -20vw !important;
    }
}
.custom-card {
    display: flex;
    align-items: center;
}
.iconDropdown img {
    margin-right:2rem;
    margin-top: -4rem;
}
.custom-drop-down .dropdown-item{
    color: black !important; 
    margin-right: 5rem; 
}
.custom-drop-down{
    padding: 3rem !important;
    border-radius: 2rem !important;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
}
.text h3{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 500 !important;
    font-size: 2.2rem;
    line-height: 3.08rem;
    color: #0D0F10;
    margin-bottom: 1rem;
}
.text h3:hover{
    color: #C88A0F !important;
}
.text p{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.nav-item a{
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem; 
    font-weight: 400;
    line-height: 2.7rem;
    color: #FFFFFF;
    margin-right: 3rem;
}
.nav-link.btn-langue {
    border: 0.2px solid #D6BFA5;
    width: 5rem; 
    height: 2.7rem; 
    padding: 0.3rem 0.1rem; 
    gap: 0.5rem; 
    border-radius: 200px;
    font-size: 1.4rem; 
    font-weight: 600;
    line-height: 2.1rem; 
    text-align: center;
    font-family: "Inter", sans-serif;
}
.btn-contact {
    width: 11rem; 
    height: 5.2rem; 
    padding: 1.5rem 2rem; 
    border-radius: 0.5rem; 
    background: #C88A0F;
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem; 
    line-height: 2.1rem; 
    color: #FFFFFF;
    border: none;
}
#offcanvasNavbar {
    background-color: #0d0f10;
    width: 100vw;
}
#wrapper-text{
    max-width: 100% !important;
    height:auto;
}
.title{
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 6rem;
    font-weight: 400;
    line-height: 7.2rem;
    width: 54rem;
    height: 21.6rem;
}
.paragraph-L{
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
    color: #FFFFFF;
    width: 54rem;
    height: 13.5rem;
}
.Check-list {
    color: #FFFFFF;
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 400;
}
.Check-box{
    margin-right: 3rem;
}
.CTA-buton button{
    width: 20rem;
    height: 5.2rem;
    margin-right: 2rem;
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2rem;
    border-radius: 0.5rem;
}
.btnBook{
    background: #C88A0F;
    color: #FFFFFF;
    border: none;
}
.btnDemo{
    background: rgba(244, 232, 207, 0.1019607843);
    color: #FFFFFF;
    border: none;
}
.first-image-fluid{
    float: right;
    margin-right: -10rem;
}
.second-image-fluid{
    margin-top: 3rem;
    float: right;
    margin-right: -5rem;
}
.third-image-fluid{
    float: right;
    margin-right: -10rem;
    margin-top: 5rem;
}

.container .nuage-logo{
    margin-top: 3rem;
}
.logo-slide{
    margin-bottom: 5rem;
    margin-top: 3rem !important;
}
.nuage-logo{
    width: 70% !important;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.slider{
    animation: slidein 30s linear infinite;
    white-space: nowrap;
}
.logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
}

.img-fluid .logo{
    width: calc(100% / 5);
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
@keyframes slidein{
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fade-in {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
}

.row.justify-content-center.bg-cercle{
    background: url("../img/cerclecontenu-principal.svg") !important;
    background-size: cover;
    background-repeat: no-repeat; 
    z-index: -1;
    position: relative;
    width: 100%;
    height: 44rem;
    background-position: center bottom !important;
}
.frame1299{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 34rem;
    margin-top: 6.5rem !important;
    position: relative;
}
.frame1299 h2{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 8rem;
}
.frame1299 p{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3rem;
    width: 54rem;
    height: 8.1rem;
    margin-left: auto;
    margin-right: auto;
}
.frame1299 button{
    width: 16.3rem;
    height: 5.2rem;
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    line-height:2.1rem;
    font-weight: 400;
    margin-top: 1rem;
}
.icon-title:hover {
    cursor: pointer;
}
.CTA-tertiary {
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    color: #0D0F10;
    text-decoration: none;
}
.CTA-tertiary i {
    color: #C88A0F;
    margin-left: 8px;
}
.CTA-tertiary:hover {
    text-decoration: underline;
    opacity: 0.8;
}
.option.active {
    width:54rem;
    height: auto ;
    background: #F6F6FB;
    border-radius: 1.2rem;
    padding: 1.5rem;
    padding-bottom: 2rem;
    margin-left: 3rem;
    position: relative;
    overflow: hidden;
}
.option:not(.active){
    margin-bottom: -1rem;
    margin-left: 0;
}
.text-content{
    font-size: 1.6rem;
    font-weight: 300;
    font-family: "DM Sans", sans-serif;
}
.option {
    margin-bottom: 3rem; 
    padding:2rem 0rem 0rem 5rem;
}
.option .icon-title {
    margin-bottom: 1rem; 
}

.option:not(.active) .icon-title {
    margin-bottom: 5rem; 
}

.option.active .progresse {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.3rem;
    width: 100%;
    background: #ddd !important;
    z-index: 101;
}

.option.active .progresse::before{
    content: '';
    position: absolute;
    bottom: 0;
    right:0;
    height: 100%;
    width: 100%;
    background: #C88A0F !important;
    z-index: 102;
}


.col-md-6.col-12.optionimg {
    width: 53rem;
    height: 45rem;
    background: #F6F6FB;
    border-radius: 15px;   
}
.contentAcordion{
    margin-top:-2rem !important;
}
#content1{
    display: block;
}
#content2{
    display: none;
}
#content3{
    display: none;
}
#content4{
    display: none;
}
.icon-title object {
    margin-right: 10px; /* Adjust the space as needed */
}
.deuxieme-section{
    margin-top: 10rem;
    background-color: #F6F6FB;
    background-image: url("../img/Decorarion.svg");
    background-position: top right;
    background-repeat: no-repeat;
    width: 100vw;
    height: auto;
    border-radius: 0px 0px 50px 50px;
    position: relative;
    z-index: 1;
}
.container.deuxiemeSection{
    margin-left: auto;
    margin-right: auto;
}

.Citation{
    font-family: 'Clash Grotesk', sans-serif; 
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.9rem;
}
.Author-content.col-md-6{
    background-color: #F6F6FB;
    border-radius: 20px;
    padding: 3rem;
    width: 67.5rem;
    height: 49.3rem;
    position: relative;
    margin-left: -20rem;
    margin-top: 15rem;
    margin-bottom: 9rem;
}

.info-author-name{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height:2.7rem;
}
.info-author-post{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
}
.Author-img.col-md-6{
    margin-top: 10rem;
}
.col-md-6 .imgLogo{
    text-align: end;
}
.scroll-arrow-deuxiemeSection{
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem !important;
}

.troisieme-section{
    background-image: url("../img/Background-troisieme-section.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    padding: 10rem;
    margin-top: -10rem;
    z-index: 2;    
}
.content1-troisieme-section{
    border-radius: 20px;
    border: 0.1rem solid rgba(244, 232, 207, 0.2);
    width: 111rem;
    height: 44.2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:5rem;
    margin-top: 10rem;
}
.content2-troisieme-section{
    border-radius: 20px;
    border: 0.1rem solid rgba(244, 232, 207, 0.2);
    width: 111rem;
    height:71rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:5rem;
}
.content3-troisieme-section{
    border-radius: 20px;
    border: 0.1rem solid rgba(244, 232, 207, 0.2);
    width: 111rem;
    height:44.2rem;
    margin-left: auto;
    margin-right: auto;

}
.wrapper-text-content1{
    width: 51rem;
    height: 38.2rem;    
    padding: 2.5rem;
}
.col-lg-6.wrapper-text-content2{
    padding: 2.3rem;
}
.wrapper-text-title{
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 5.4rem;
    color: #FFFFFF;
    margin-bottom: 2.3rem;
}
.wrapper-text-paragraph{
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
    opacity: 0.8;
    color:#FFFFFF;
    margin-bottom: 2.3rem;
    margin-top: 1.5rem;
}
.wrapper-text-paragraph-content2{
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
    opacity: 0.8;
    color:#FFFFFF;
    margin-bottom: 2.3rem;
    margin-top: 2rem;
    width: 51rem;
    height: auto;
}
.wrapper-text-title-content3{
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 5.4rem;
    color: #FFFFFF;
    width: 51rem;
    height: auto;
    margin-top: 2rem;
}
.wrapper-text-paragraph-content3{
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
    opacity: 0.8;
    color:#FFFFFF;
    width: 51rem;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.btn-action {
    background: #C88A0F;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.16rem;
    color: #FFFFFF;
    border: none;
    width: 14.5rem;
    height: 5.2rem;
}
.col-lg-6.col-sm-12.content1-img img{
    margin-top: 1.4rem;
    margin-left: 4.5rem;
    border-radius: 15px;
}
.img2{
    border-radius: 10px;
}
.img4{
    margin-top: 1.5rem;
    border-radius: 15px;
}


.btn-rendez-vous{
    width: 21.2rem;
    height: 5.2rem;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    background: #C88A0F;
    font-family: "Roc Grotesk", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.16rem;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.content-quatrieme-section{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
    margin-bottom:5rem;
    width: 111rem;
    height: auto;
    border-radius: 20px;
    background: radial-gradient(circle at top right, #C88A0F 0%, #0D0F10 45%);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem;
}
.content1-quatrieme-section{
    width: 100%;
    height:auto;
    margin-top: 3rem;
}

.content1-quatrieme-section h2{
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 5.4rem;
    color: #FFFFFF;
    margin-bottom: 2.5rem;
}
.content1-quatrieme-section p{
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
    color: #FFFFFF;
    margin-bottom: 2.5rem;
}
.CTA-quatrieme-section{
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 2rem;

}

.CTA-quatrieme-section i {
    color: #C88A0F;
    margin-left: 0.8rem;
}
.CTA-quatrieme-section:hover {
    text-decoration: underline;
    opacity: 0.8;
}
.frame1301{
    margin-left: auto !important;
    margin-right: auto !important;
    width:85%;
    height: auto;
    margin-top: 10rem !important;
}
.frame1307{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 5.4rem;
}
.CARD{
    margin-left: auto !important;
    margin-right: auto !important;
    width:111rem;
    height: auto;
    margin-top: 4rem !important;
    margin-bottom: 5rem;
}
.card1{
    background-color: #F6F6FB;
    width: 35rem;
    height: auto;
    border-radius: 2rem;
    padding: 3rem;
    background-image: url("../img/card1bg.svg");
    background-position: top right;
    background-size: 16rem 15rem;
    background-repeat: no-repeat;
}
.card-title{
    width: auto;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}
.card-parag{
    width: auto;
    height: auto;
    opacity: 80%;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 1rem !important;
}
.card2{
    background-color: #F6F6FB;
    width: 35rem;
    height: auto;
    border-radius: 2rem;
    padding: 3rem;
}
.card3{
    background-color: #F6F6FB;
    width: 35rem;
    height: auto;
    border-radius: 2rem;
    padding: 3rem;
}
.card1, .card2, .card3 {
    margin: 1rem; 
} 

.content-ressources{
    margin-left: auto;
    margin-right: auto;
    width: 111rem;
    height: auto;
    margin-top: 10rem;
}
.frame1307{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 5.4rem;
    width: auto;
    height: auto;
}
.contentCards{
    margin-top: 5rem !important;
    margin-bottom: 12rem;
}
.card-img{
    position: relative;
}
.Label{
    width: 24.7rem;
    height: 3.6rem;
    border-radius: 0px 5px 0px 5px;
    padding:1rem 1.5rem 1rem 1.5rem;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    color:#1A1E21;
    font-size: 1.4rem;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.contentCards h3{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3.08rem;
    color: #0D0F10;
    margin-top: 1.5rem;
    width: auto;
}
.Label:hover {
    font-family: "DM Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1rem;
    letter-spacing: 0.05em;
    color: #C88A0F; 
}

.contentCards .col-4 h3:hover {
    font-family: "Clash Grotesk Variable", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 2.86rem;
    color: #C88A0F; 
    text-decoration: underline; 
}
footer{
    background-color: #0D0F10;
    background-image: url("../img/FooterBg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100vw;
    position: relative;
}
.pre-footer{
    background-image: url("../img/Background pre-footer.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 44.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pre-footer .container {
    width: 100%;
    max-width: 75.8rem;
}

.footer-title {
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 5.4rem;
    text-align: center;
    color: #FFFFFF;
    height: 5.4rem;
    width: 75.8rem;
}
.Paragraphe_F{
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
    text-align: center;
    color: #FFFFFF;
    height: 5.4rem;
    width: 75.8rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.btn-footer{
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    width: 41rem;

}
.btn-footer1 {
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.16rem;
    color: #C88A0F;
    padding: 1.5rem 2rem;
    border-radius: 5px;
    border: none;
    width: 21.2rem !important;
    height: 5.2rem;
}
.call-action_F{
    font-family: "DM Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
    margin-left: 2rem;
}
.call-action_F i {
    margin-left: 0.8rem;
}
.content-footer{
    height: 45rem;
}
.frame1400{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.frame1401{
    margin-top: 10rem !important;
}
.logiciel {
    width: 25.3rem;
    height: 11.1rem;
    list-style: none;
    padding-left: 0; 
    margin-top: 0; 
    margin-bottom: 0; 
    line-height: 2.7rem; 
}
.logiciel li {
    margin-bottom: 1.5rem;
} 
.logiciel li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 2.7rem;

}
.P_logicel{
    color: #FFFFFF;
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem;
    line-height: 2.7rem;
}
.btn-langue-footer {
    border: 0.2px solid #D6BFA5;
    width: 3rem;
    height: 3rem;
    padding: 0.3rem 0.6rem;
    border-radius: 200px;
    font-size: 1.4rem;
    font-weight:600;
    line-height: 2.1rem;
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}
.language{
    padding-left: 0; 
    margin-top: 3rem; 
    margin-bottom: 0; 
    list-style: none;
}
.contentcol a{
    text-decoration: none;
    color: #FFFFFF;
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.7rem;
    margin-bottom: 1.5rem;
}

.social{
    margin-top: 2.5rem;
}
.social a {
    margin-right: 1rem;
    margin-top: 2.5rem;
    text-decoration: none;
    color: #FFFFFF;
}
.social a i {
    font-size: 2rem;
}


.column2 button{
    margin-top: 3rem !important;
}

.frame1402{
    margin-top: 10rem !important; 
    width: 84%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.frame1402 p{
    color: #FFFFFF;
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
}

@media screen and (max-width:500px){
    #header {
        background: url("../img/BackgroundheaderRes.svg");
        background-size: cover;
        background-repeat: no-repeat; 
        width: 100vw;
        height: auto;
    }
    .collapse {
            position: static;
            background-color: transparent; 
            width: auto; 
            display: block;
            padding: 0;
            border-radius: 0;
            margin: 0;
            color: #FFFFFF;
    }
    .navbar-nav li{
        margin-bottom: 2rem !important;
        margin-top: 1rem;
    }
    .title{
        font-size: 3.7rem;
        line-height: 4.44rem;
        width: auto;
        height: auto;
        text-align: center;
        margin-left:auto ;
        margin-right: auto;
    }
    .paragraph-L{
        font-size: 1.5rem;
        line-height: 2.25rem;
        width:auto;
        height:auto;
        text-align: center;
        margin-left:auto ;
        margin-right: auto;
    }
    .Check-list {
        font-size: 1.3rem;
        line-height: 2rem;
        font-weight: 400;
        text-align: center;
        margin-left:auto ;
        margin-right: auto;
    }
    .CTA-buton {
        text-align: center;
    }
    .btnBook,.btnDemo{
        margin-top: 2rem !important;
        margin-left:auto ;
        margin-right: auto;
    }
    .first-image-fluid{
        margin-right:5rem !important;
        margin-left:10rem !important;
        margin-top: 4rem;
    }
    .second-image-fluid{
        margin-right:5rem !important;
        margin-left:11rem !important;
    }
    .third-image-fluid{
        margin-right:4rem !important;
        margin-left:10rem !important;
    }
    .row.justify-content-center.bg-cercle{
        width: 100%;
        height: 28rem;
        background:none !important;
    }
    .contentAcordion{
        margin-top: -3rem !important;
    }
    .frame1299{
        width: 100%;
        margin-left: 0.5rem;
        margin-right: auto;
        height: 24.7rem;
        margin-top: 1rem !important;
    }
    .frame1299 h2{
        font-size: 3rem;
        line-height: 3.6rem;
        width: auto;
    }
    .frame1299 p{
        font-size: 1.6rem;
        line-height: 2.4rem;
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .option.active {
        width:90%;
        height: auto ;
        background: #F6F6FB;
        border-radius: 1rem;
        margin-left: auto;
        margin-right: auto;
        padding: 1.5rem 0rem 1.5rem 1.5rem;
    }
    .option {
        margin-bottom: 3rem; 
    }
    .contentAcordion{
        margin-top: 10rem;
    }
    .img-fluid .logo {
        animation: none !important; 
    }
    .slider {
        animation: none !important;
        white-space: normal !important; 
    }
    .logos:nth-child(2) {
        display: none;
    } 
    .logo-slide {
        margin-bottom: 6rem; 
        margin-top: 3rem !important; 
    }
    .nuage-logo {
        width: 100% !important; 
        margin-right: auto;
        margin-left: auto;
        overflow: visible;
    }
    .logos:nth-child(1) {
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; 
    }
    .logos:nth-child(1) img{
        margin-bottom:3rem;
    }
    .img-fluid .logo {
        width: calc(100% / 5); 
        animation: none !important; 
    }
    .deuxieme-section{
        margin-top: 10rem;
        background-image: none;
        background-color: #F6F6FB;
        border-radius: 0px 0px 50px 50px;
        position: relative;
        z-index: 1;
    }
    .container.deuxiemeSection{
        margin-left: auto;
        margin-right: auto;
    }   
    .Citation{
        font-size: 2rem;
        line-height: 2.6rem;
        width: auto;
    }
    .Author-content.col-md-6{
        background-color: #F6F6FB;
        border-radius: 20px;
        padding: 3rem;
        width: 75%;
        height: auto;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9.5rem;
    }
    
    .info-author-name{
        text-align: center;
        margin-top: 2rem;
    }
    .info-author-post{
        text-align: center;
    }
    .Author-img.col-md-6{
        margin-top: 5rem;
        width: 90% ;
        height: 31.8rem !important;
        margin-left: auto;
        margin-right: auto;
    }
    .col-md-6 .imgLogo{
        text-align: center;
    }
    .troisieme-section{
        padding: 5rem;    
    }
    .content1-troisieme-section{
        border-radius: 20px;
        border: 0.1rem solid rgba(244, 232, 207, 0.2);
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:5rem;
        margin-top: 10rem;
    }
    .wrapper-text-content1{
        width: 100%;
        height: auto;    
        padding: 2rem;
    }
    .wrapper-text-title{
        font-size: 3rem;
        line-height: 3.6rem;
        margin-bottom: 2rem;
        width: auto;
    }
    .wrapper-text-paragraph{
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 2rem;
        margin-top: 1rem;
        width: auto;
    }
    .btn-action {
        font-family: 'Clash Grotesk', sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 2.16rem;
        border: none;
        width: 14.5rem;
        height: 5.2rem;
    }
    .col-lg-6.col-sm-12.content1-img img{
        margin-top: -1rem;
        margin-left: 0rem;
    }
    .content2-troisieme-section{
        border-radius: 20px;
        border: 0.1rem solid rgba(244, 232, 207, 0.2);
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:5rem;
    }
    .col-lg-6.wrapper-text-content2{
        padding: 2.3rem;
        width: auto;
    }
    .wrapper-text-paragraph-content2{
        font-family: "DM Sans", sans-serif;
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 2.3rem;
        margin-top: -1rem;
        padding: 1.9rem;
        width: auto;
        height: auto;
    }
    .col-lg-6.img3{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;
    }
    .content3-troisieme-section{
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-text-title-content3{
        font-size: 3rem;
        line-height: 3.6rem;
        width: auto;
        height: auto;
        margin-top: 2rem;
        margin-left: 1.5rem;
    }
    .wrapper-text-paragraph-content3{
        font-size: 1.6rem;
        line-height: 2.4rem;
        width: auto;
        height: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: 1.5rem;
    }
    #lastbutton{
        margin-left: 1.5rem;
    }
    .content-quatrieme-section{
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 5rem;
        margin-bottom:5rem;
        width:85%;
        height: auto;
        background: radial-gradient(circle at bottom left, #C88A0F 0%, #0D0F10 45%);
        padding: 4rem;
    }
    .content1-quatrieme-section{
        width: 110%;
        height:auto;
        margin-top: 0;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
    
    .content1-quatrieme-section h2{
        font-size: 3rem;
        line-height: 3.6rem;
        margin-bottom: 2.5rem;
        text-align: center !important;
        margin-left: -2rem;
    }
    .content1-quatrieme-section p{
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 2.5rem;
        text-align: center;
        margin-left: -2.8rem;
    }
    .CTA-quatrieme-section{
        font-family: "DM Sans", sans-serif;
        font-size: 1.6rem;
        text-decoration: none;
        width: 50% !important;
        margin-left: auto ;
        margin-right: auto;
        display: flex;
        margin-top: 3rem;
        margin-bottom: 3rem;

    }
    #button-quatrieme-section{
        margin-left: 3rem;
        margin-right: auto;
        text-align: center !important;
        width: 73%;
        display: flex;
    }
    .frame1301{
        margin-top: 2rem !important ;
    }
    .frame1307{
        margin-bottom: 2rem;
    }
    .cinquieme-section{
        overflow: hidden;
    }
    .CARD{
        margin-right: auto !important;
        width:111rem;
        height: auto;
        margin-top: 4rem !important;
        margin-bottom: 1rem;
        margin-left: 4rem !important;
    }
    .card1{
        margin-left: 2rem;
    }
    .card3{
        margin-right: 6rem !important;
    }
    .scroll-arrow{
        text-align: end;
        margin-right:2.5rem;
    }
    .ressources{
        overflow: hidden;
    }
    .frame1307{
        font-size: 3rem;
        line-height: 3.6rem;
        margin-bottom: 2rem;
        width: auto;
    }
    .content-ressources{
        margin-left: 3rem !important;
        margin-top: 5rem;
    }
    .contentCards{
        margin-top: 3rem !important;
        margin-bottom:1rem;
    }
    
    footer{
        background-color: #0D0F10;
        background-image: url("../img/Background\ footerRes.svg");
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        width: 100vw;
        position: relative;
        margin-top: 8rem !important;
        }
    .pre-footer{
        background-image: none;
        background-color: #C88A0F;
        border-radius: 0px 0px 50px 50px;
        height: 42.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-title {
        font-family: 'Clash Grotesk', sans-serif;
        font-size: 3rem;
        font-weight: 400;
        line-height: 3.6rem;
        height: 7.2rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .Paragraphe_F{
        font-family: "DM Sans", sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.4rem;
        color: #FFFFFF;
        height:9.6rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .btn-footer{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        display: flex;
        flex-direction: column;
    }
    .btn-footer1 {
        width: 80%;
        height: 5.2rem;
        margin-left: auto;
        margin-right: auto;
    }
    .call-action_F{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        margin-top: 2rem;
    }

    .content-footer{
        height: auto;
    }
    .frame1400{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    .logo-footer{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 5rem;
        margin-top: -5rem !important;
    }
    .logiciel {
        width: 25.3rem;
        height: 11.1rem;
        list-style: none;
        padding-left: 0; 
        margin-top: 0; 
        margin-bottom: 0; 
        line-height: 2.7rem; 
    }
    .language{
        margin-top: 3rem; 
        margin-bottom:3rem; 
        list-style: none;
    }
    .social{
        margin-top: 0 !important;
    }
    .column2 button{
        margin-top: 1rem !important;
        margin-bottom: 2rem;
    }
    .frame1402{
        margin-top: 6rem !important; 
        padding-bottom: 6rem;
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
    }
}
@media screen and (min-width: 500px) and (max-width: 800px) {
    body{
        margin: 0;
        overflow-x: hidden;
    }
    #header {
        background: url("../img/BackgroundheaderRes.svg");
        width: 100vw !important;
        height: auto !important;
        background-size: cover;
        background-repeat: no-repeat; 
        position: relative;
    }
    #wrapper-text{
        max-width:50% !important;
        height:auto;
    }
    .title{
        font-family: 'Clash Grotesk', sans-serif;
        font-size: 4rem;
        font-weight: 400;
        line-height: 5rem;
        width: 40rem;
        height: auto;
    }
    .paragraph-L{
        font-family: "DM Sans", sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2.5rem;
        color: #FFFFFF;
        width: 37rem;
        height: 13.5rem;
    }
    .Check-list {
        color: #FFFFFF;
        font-family: "DM Sans", sans-serif;
        font-size: 1.3rem;
        line-height: 2.5rem;
        font-weight: 400;
    }
    .Check-box{
        margin-right: 1rem;
    }
    .CTA-buton button{
        width: 14rem;
        height: 5.2rem;
        margin-right: 1.5rem;
        font-family: 'Clash Grotesk', sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 2rem;
        border-radius: 0.5rem;
    }
    .btnBook{
        background: #C88A0F;
        color: #FFFFFF;
        border: none;
    }
    .btnDemo{
        background: rgba(244, 232, 207, 0.1019607843);
        color: #FFFFFF;
        border: none;
    }
    .first-image-fluid{
        float: right;
        margin-right: -6rem;
    }
    .second-image-fluid{
        margin-top: 3rem;
        float: right;
        margin-right: -5rem;
    }
    .third-image-fluid{
        float: right;
        margin-right: -5.5rem;
        margin-top: 5rem;
    }
    .img-fluid .logo {
        animation: none !important; 
    }
    .slider {
        animation: none !important;
        white-space: normal !important; 
    }
    .logos:nth-child(2) {
        display: none;
    } 
    .logo-slide {
        margin-bottom: 0; 
        margin-top: 2rem !important; 
    }
    .nuage-logo {
        width: 100% !important; 
        overflow: visible;
    }
    .logos:nth-child(1) {
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; 
    }
    .logos:nth-child(1) img{
        margin-bottom:3rem;
    }
    .row.justify-content-center.bg-cercle{
        background: url("../img/cerclecontenu-principal.svg") !important;
        background-size: cover;
        background-repeat: no-repeat; 
        z-index: -1;
        position: relative;
        width: 80%;
        height: 35rem;
        margin-left: auto !important;
        margin-right: auto !important;
        background-position: center bottom !important;
    }
    .contentAcordion{
        margin-top: -15rem !important;
    }
    .frame1299{
        width: 100%;
        margin-left: 0.5rem;
        margin-right: auto;
        height: 24.7rem;
        margin-top: 1rem !important;
    }
    .frame1299 h2{
        font-size: 3rem;
        line-height: 3.6rem;
        width: auto;
    }
    .frame1299 p{
        font-size: 1.6rem;
        line-height: 2.4rem;
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .contentAcordion{
        margin-top: 5rem;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 90% !important;
    }
    .deuxieme-section{
        margin-top: 5rem;
        background-image: none;
        background-color: #F6F6FB;
        width: 100vw;
        border-radius: 0px 0px 50px 50px;
        position: relative;
        z-index: 1;
    }
    .container.deuxiemeSection{
        margin-left: auto !important;
        margin-right: auto !important;
    }   
    .Citation{
        font-size: 2rem;
        line-height: 2.6rem;
        width: auto;
    }
    .Author-content.col-md-6{
        background-color: #F6F6FB;
        border-radius: 20px;
        padding: 3rem;
        width: 70%;
        height: auto;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: -2rem;

    }
    .info-author-name{
        text-align: center;
        margin-top: 2rem;
    }
    .info-author-post{
        text-align: center;
    }
    .Author-img.col-md-6{
        margin-top: 5rem !important;
        width: 75%;
        height: 31.8rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .col-md-6 .imgLogo{
        text-align: center;
    } 
    .troisieme-section{
        background-image: url("../img/Background-troisieme-section.svg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        padding: 10rem;
        margin-top: -10rem;
        z-index: 2;    
    }
    .content1-troisieme-section{
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:5rem;
        margin-top: 10rem;
    }
    .content2-troisieme-section{
        border-radius: 20px;
        border: 0.1rem solid rgba(244, 232, 207, 0.2);
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:5rem;
    }
    .content3-troisieme-section{
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-text-content1{
        width: 100%;
        height: auto;    
        padding: 2rem;
    }
    .col-lg-6.wrapper-text-content2{
        padding: 2.3rem;
        width: auto;
    }
    .col-lg-6.col-sm-12.content1-img img{
        margin-top: -1rem;
        margin-left: 5rem;
    }
    .troisieme-section{
        padding: 10rem;    
    }
    .wrapper-text-paragraph-content2{
        margin-bottom: 1rem;
        margin-top: 0rem;
        padding: 1.9rem;
        width: auto;
        height: auto;
    }
    .col-lg-6 .img2{
        width: 95%;
        margin-left: 3rem;
    }
    .col-lg-6.img3{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }
    .wrapper-text-title-content3{
        width: auto;
        height: auto;
        margin-top: 2rem;
        margin-left: 1.5rem;
    }
    .wrapper-text-paragraph-content3{
        font-size: 1.6rem;
        line-height: 2.4rem;
        width: auto;
        height: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: 1.5rem;
    }
    #lastbutton{
        margin-left: 1.5rem;
    }
    .content-quatrieme-section{
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 5rem;
        margin-bottom:5rem;
        width:85%;
        height: auto;
        background: radial-gradient(circle at bottom left, #C88A0F 0%, #0D0F10 45%);
        padding: 4rem;
    }
    .content1-quatrieme-section{
        width: 110%;
        height:auto;
        margin-top: 0;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
    .content1-quatrieme-section h2{
        width: 90%;
        font-size: 5rem;
        line-height: 5.5rem;
        margin-bottom: 2rem;
        margin-left:auto !important;
        margin-right:5.5rem !important;
    }
    .content1-quatrieme-section p{
        width: 90%;
        margin-right:5.5rem !important;
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 2.5rem;
    }
    .CTA-quatrieme-section{
        font-family: "DM Sans", sans-serif;
        font-size: 1.6rem;
        text-decoration: none;
        width: 100%;
        margin-left:-2rem;
        margin-right: auto;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    #button-quatrieme-section{
        margin-left:-3rem;
        margin-right:4rem;
        text-align: center !important;
        width: 36.5%;
    }
    .frame1301{
        margin-top: 2rem !important ;
    }
    .frame1307{
        margin-bottom: 2rem;
    }
    .cinquieme-section{
        overflow: hidden;
    }
    .CARD{
        margin-right: auto !important;
        width:111rem;
        height: auto;
        margin-top: 4rem !important;
        margin-bottom: 1rem;
        margin-left: 1rem !important;
    }
    .card3{
        margin-right:5rem !important;
    }
    .scroll-arrow{
        text-align: end;
        margin-right:2rem;
    }
    .ressources{
        overflow: hidden;
        margin-bottom: 4rem !important;
    }
    .frame1307{
        font-size: 3rem;
        line-height: 3.6rem;
        margin-bottom: 2rem;
        width: auto;
    }
    .content-ressources{
        margin-left: 3rem !important;
        margin-top: 5rem;
    }
    .contentCards{
        margin-top: 3rem !important;
        margin-bottom:1rem !important;
    }
    .Cards1{
        margin-left: -4.5rem;
    }

    .pre-footer{
        background-image: none;
        background-color: #C88A0F;
        border-radius: 0px 0px 50px 50px;
        height: 42.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-title {
        font-family: 'Clash Grotesk', sans-serif;
        font-size: 4rem;
        font-weight: 400;
        line-height: 3.6rem;
        height: 7.2rem;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .Paragraphe_F{
        font-family: "DM Sans", sans-serif;
        font-size: 2rem;
        font-weight: 400;
        line-height: 2.4rem;
        color: #FFFFFF;
        height:9.6rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .btn-footer{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        display: flex;
        flex-direction: column;
    }
    .btn-footer1 {
        width: 80%;
        height: 5.2rem;
        margin-left: auto;
        margin-right: auto;
    }
    .call-action_F{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        margin-top: 2rem;
    }
    .content-footer{
        margin-left: -5rem;
        margin-right: -9rem !important;
        height: auto;
    }
    .content-logicel{
        margin-left: -3rem;
    }
    .logo-footer{
        margin-left: -3rem;
    }
    .column1{
        margin-left: -2rem ;
    }
    .column3{
        margin-right: -3rem !important;
        margin-left: 2.5rem;
    }
    .social a i {
        font-size: 1.8rem;
    }
    .frame1402{
        margin-top: 6rem !important; 
        padding-bottom: 3rem !important;
        width: 100%;
        margin-left: -5rem !important;
        margin-right:-9rem !important;
    }
    .frame1402 p{
        font-size: 1.35rem;
        font-weight: 500;

    }
}




























/* page produit */

.title-principale{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 400;
    font-size: 6rem;
    line-height: 7.2rem;
    text-align: center;
    color: #FFFFFF;
    margin-top: 2rem;
}
.paragraph-principale{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
    text-align: center;
    color: #FFFFFF;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem !important;
    margin-bottom: 4rem;
}
.frame1293{
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
    
}
.box{
    width: 55% !important;
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.box p{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #FFFFFF;
}
.frame1276 p{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 5.4rem;
    margin-top: 8rem;
    margin-bottom: 4rem;
}

.frame1305 h3{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 5.4rem;
    margin-bottom: 5rem;
    margin-top: 8rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.frame101{
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    margin-top: 3rem;
}
.frame101 button{
    width: 20%;
    height: 4.5rem;
    border-radius: 10px;
    border: none;
    padding: 7px 10px;
    background-color: #F6F6FB;
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3.08rem;
    margin-right: 5rem;
}
.frame101 img{
    margin-right: 1rem;
}
.frame1294{
    margin-top: 8rem !important;
    width: 45% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.frame1294 h5{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3.08rem;
    width: 100%;
    margin-bottom: 2rem;
}
.frame1294 p{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}

.frame1159{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.frame1159 p{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    flex: 0 0 calc(50% - 10px); 
}
.frame1159 img{
    margin-right: 1rem;
}
.frameimg{
    margin-top: 6rem !important;
    background-color: #F6F6FB;
    border-radius: 2rem;
    width: 40% !important;
    margin-left: auto !important;
    margin-right: 9rem !important;
}
.frameimg img{
    float: right;
    margin-right: -0.8rem;
}
.frame303{
    background-image: url("../img/BackgroundCARDS.svg");
    width: 100vw;
    height: auto;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 2;
    margin-top: -5rem;
    
}
.frame313{
    padding-top: 20rem !important;
    padding-bottom: 20rem;
}

.frame1313{
    width:111rem;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}
.frame1313-title{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 5.4rem;
    color: #FFFFFF;
}
.cards{
    margin-left: auto !important;
    margin-right: auto !important;
    width:111rem;
    height: auto;
    margin-top: 4rem !important;
}
.CARD-b{
    width: 35rem;
    height: auto;
    border-radius: 2rem;
    padding: 3rem;
    border: 1px solid #F4E8CF33;
    margin: 1rem;
}
.CARDS-title{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3.08rem;
    color: #FFFFFF;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.CARDS-parag{
    font-family: "DM Sans", sans-serif;
    opacity: 80%;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.frame202{
    background-color: #F6F6FB;
    width: 100vw;
    height: 78.2rem;
    border-radius: 0px 0px 50px 50px;

}
.frame1314{
    text-align: center;
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 5.4rem;
}
.frame1315{
    width: 85%;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}
.accordion{
    width: 100vw;
    height: auto;
    background-color: #F6F6FB;
    border-radius: 0px 0px 50px 50px;
}
.title-accordion{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 5.4rem;
    text-align: center;
    padding: 5rem !important;
}
.question-arrow {
    font-family: 'Clash Grotesk', sans-serif;
    color: #0D0F10 !important;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3.08rem;
}

.faq-body{
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    padding-bottom: 5rem !important;
}

.faq-text li{
    list-style:none ;
    padding: 1.5rem 2rem 1.5rem 2rem;
    margin-bottom: 2rem;
    background-color: #F6F6FB;
}
.faq-text li:hover {
    background-color:#FFFFFF ; 
    border-radius: 1rem;
}

.faq-text li .question-arrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.question-arrow i{
    color: #C88A0F;
}
.faq-text li p{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
    width: 95%;
    display:none !important;
}
.faq-text li.showAnswer p{
    display: block !important;
}
.faq-text li.showAnswer .question-arrow i{
    transform: rotate(-180deg);
}


.faq-text li.showAnswer{
    background-color:#FFFFFF;
    border: 1px solid #DCDCEF;
    border-radius: 1rem;
}







/* Landing page */
.header-landing{
    background: url("../img/BackgroundLanding.svg");
    background-color: #0d0f10;
    width: 100vw;
    height: 86.6rem;
    background-size: cover;
    background-repeat: no-repeat; 
}
.logo-brand{
    width: 8.415rem;
    height: 7.9rem;
    margin-top: 4rem !important;
    margin-bottom: 4rem;
}
.content1Landing{
    padding: 2rem;   
}

.content1Landing h1{
    font-size: 6rem;
    font-weight: 400;
    font-family: 'Clash Grotesk', sans-serif;
    color:#FFFFFF;
    line-height: 7.2rem;
    width: 85%;
    margin-bottom: 3rem;
}
.content1Landing-paragh{
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
    font-family: "DM Sans", sans-serif;
    width: 85%;
    margin-bottom: 3rem;
}
.Check-list-landing{
    color: #FFFFFF;
    font-family: "DM Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
}
.content2Landing{
    padding: 2rem;
}
.content2Landing label{
    color: #FFFFFF;
    font-family: "DM Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1rem;
    letter-spacing: 5%;
}
#nom {
    width: 255px; 
    height: 54px; 
    padding: 1rem; 
    border-radius: 4px;
    border: 1px solid #F4E8CF33; 
    background: transparent;
}
#prenom{
    width: 255px; 
    height: 54px; 
    padding: 1rem; 
    border-radius: 4px;
    border: 1px solid #F4E8CF33; 
    background: transparent;
}
#entreprise{
    width: 91%;
    height: 54px; 
    padding: 1rem; 
    border-radius: 4px;
    border: 1px solid #F4E8CF33; 
    background: transparent;
}

#email{
    width: 91%;
    height: 54px;
    padding: 1rem; 
    border-radius: 4px;
    border: 1px solid #F4E8CF33; 
    background: transparent;
}
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-group label {
    margin-bottom: 5px;
}

.form-group input {
    padding: 10px;
    border: 1px solid #ccc;
}