:root {
    --color1: #202636;
    --color2: #FF3E17;
    --color3: #1A62B9;
    --color4: #737b8f;
}

body {
    font-family: "Roboto", sans-serif;
    color: var(--color1);
    font-size: 24px;
    font-weight: 400;
    overflow-x: hidden;
}

.color-1 { color: var(--color1); }
.color-2 { color: var(--color2); }
.color-3 { color: var(--color3); }
.color-4 { color: var(--color4); }

.container {
    max-width: 1920px !important;
}

.uppercase { text-transform: uppercase; }

header {
    min-height: 750px;
    padding-bottom: 200px;
    background: url('images/bg-header.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    position: relative;
}

.header-max-content {
    max-width: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bg-iframe {
    background-color: rgba(255, 255, 255, 0.9); /* Blanc légèrement transparent */
    border-radius: 20px; /* Ajouter des coins arrondis */
    padding: 20px; /* Ajouter un peu d'espace intérieur */
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.05); /* Ajouter une ombre */
}

.iframe-title {
    font-family: 'Playfair', serif;
    font-size: 54px;
    line-height: 54px;
    
    text-align: center;
    color: #FF3E17;
    margin-bottom: 20px; /* Ajouter un peu d'espace en bas */
}




#scroll_iframe {
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.05);
}

.title {
    font-family: "Rajdhani", sans-serif;
    font-size: 70px;
    line-height: 84px;
    font-weight: 700;
}

h1 {
    font-family: "Rajdhani", sans-serif;
    font-size: 32px;
    background-color: var(--color2);
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

ul {
    list-style: none;
}

ul li {
    position: relative;
    padding-top: 8px;
    padding-left: 10px;
}

ul li::before {
    content: '•';
    position: absolute;
    left: -18px;
}

header li {
    font-family: "Rajdhani", sans-serif;
    font-size: 32px;
    font-weight: 600;
}

.header-info {
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    width: 776px;
    height: 159px;
    background: url('images/bg-header-info.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
}

.arrow {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #fff;
    border-radius: 100%;
    margin-left: 5px;
}



p {
    line-height: 40px;
}

.section-title {
    font-family: "Rajdhani", sans-serif;
    font-size: 32px;
    color: var(--color2);
    font-weight: 600;
    text-transform: uppercase;
}

.section-separator {
    margin-top: 5px;
    width: 56px;
    height: 3px;
    background-color: var(--color2);
}

h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 56px;
}

.separator {
    width: 100%;
    height: 2px;
    background: #e9e9ee;
    margin: 40px 0;
}

button {
    border: none;
    outline: none;
    text-decoration: none; /* Supprime le soulignement */
    border-radius: 40px;
    padding: 12px 12px 12px 30px;
    color: #fff;
    background: var(--color2);
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: "Rajdhani", sans-serif;
    font-size: 28px;
    font-weight: 500;
}

button .arrow {
    width: 40px;
    height: 40px;
}

.bg-blur {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.bg-cloud {
    background: url('images/cloud.webp');
    background-size: 448px 280px;
    background-repeat: no-repeat;
    background-position: top right;
}

.aides-wrapper {
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
}

.aides-wrapper.top {
    margin-top: 150px;
}

.aides-wrapper .picture3 {
    position: absolute;
    top: -80px;
    right: 50px;
    z-index: 1;
}

.aides-wrapper .bars {
    position: absolute;
    top: -20px;
    right: -80px;
}

.aides-wrapper .intersect {
    position: absolute;
    top: 40px;
    right: -10px;
}

.bg-aides {
    margin-top: 120px;
    background: #edf6ff;
    padding: 100px 70px;
    border-radius: 24px 0 70px 24px;
}

.bg-aides p {
    margin-bottom: 30px;
}

.bg-aides .col-left,
.bg-aides .col-right {
    padding-right: 100px;
}

.bg-aides .col-right {
    margin-top: 120px;
    padding-right: 100px;
}

.z-index-priority {
    position: relative;
    z-index: 10;
}

.wrap-revente {
    position: relative;
    background: url('images/picture4.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 1059px;
}

.wrap-revente .infos {
    position: absolute;
    top: 150px;
    left: 13%;
    width: 810px;
    border-radius: 24px;
    background: #fff;
    padding: 55px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}

footer {
    color: #434447;
    max-width: 1615px;
    margin: 0 auto;
    text-align: center;
    line-height: auto;
    padding-bottom: 80px;
    font-size: 15px;
}

footer a {
    color: #434447;
    text-decoration: underline;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .content-2 .body-content {
        margin-top: 48% !important;
    }
}

@media (max-width: 1399px) {
    .header-max-content {
        max-width: 100%;
    }

    .picture3 {
        width: 50%;
    }

    .bg-aides .col-right {
        margin-top: 7%;
    }
}

@media (min-width: 1200px) {
    .content-2 .top-content {
        position: absolute;
        top: 0;
        left: 38%;
        width: 750px;
    }
    
    .content-2 .body-content {
        margin-top: 41%;
        padding: 0 150px 0 40px;
    }
}

@media (max-width: 1199px) {

    .title {
        font-size: 54px;
        line-height: 64px;
        text-align: center;
    }

    h2 {
        font-size: 40px;
    }

    .separator {
        margin: 30px 0;
    }

    .picture3 {
        width: 40%;
    }

    .bg-aides {
        padding: 50px 35px;
    }

    .bg-aides .col-right {
        margin-top: 0;
    }

    .bg-aides .col-left,
    .bg-aides .col-right {
        padding: 0 15px;
    }

    .wrap-revente .infos {
        left: 50%;
        transform: translateX(-50%);
    }

}

@media (max-width: 991px) {
    

    header {
        min-height: auto;
    }

    body {
        font-size: 18px;
    }
   
    h1, header ul li {
        font-size: 28px;
    }

    p {
        margin-bottom: 10px;
        line-height: 32px;
    }

    .header-info {
        width: 100%;
        height: auto;
        bottom: 0;
        padding: 40px;
        font-size: 20px;
    }

    .content-1 {
        margin-top: -50px;
        padding: 0 0 20px 0;
    }

    .picture3, .bars, .intersect {
        display: none;
    }

    .bg-aides {
        border-radius: 20px;
        padding: 20px 20px 10px 20px;
        margin-top: 20px;
    }

    .aides-wrapper.top {
        margin-top: 20px;
    }

    .wrap-revente {
        height: auto;
        padding: 60px 80px;
    }

    .wrap-revente .infos {
        background: rgba(255,255,255,0.95);
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        width: 100%;
        padding: 20px;
    }

    button {
        font-size: 20px;
    }

    footer {
        padding-bottom: 40px;
    }
     
}

@media (max-width: 767px) {

    .logo {
        max-width: 180px;
    }

    header {
        padding-bottom: 0;
    }

    .title {
        font-size: 30px;
        line-height: 36px;
    }

    h1, header ul li {
        font-size: 24px;
    }

    .header-info {
        margin-top: 50px;
        position: relative;
        background: var(--color3);
        padding: 30px 20px;
    }

    .section-title {
        font-size: 28px;
    }

    h2 {
        font-size: 28px;
    }

    .wrap-revente {
        padding: 60px 20px;
    }
    .btn-get-started {
      
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

}

@media (max-width: 575px) {

}