* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat";
    scroll-behavior: smooth;
    text-decoration: none;
    list-style-type: none;
}

html,
body {
    overflow-x: hidden;
}

/*------ HEADER ------*/

header {
    position: fixed;
    bottom: 0%;
    padding: 0 2rem;
    width: 100%;
    background-color: #ffffff;
    z-index: 3000;
}

header ul li a {
    color: #000000;
    font-size: 1em;
    font-weight: 300;
}

header ul li a span {
    color: #000000;
    font-size: 0.85em;
    font-weight: 500;
}

.navbar {
    width: 100%;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo img {
    width: 150px;
    height: auto;
}

.navbar .links {
    display: flex;
    gap: 9rem;
}

.navbar .burger-menu-button {
    font-size: 1.2em;
    margin: 4px 0px 0px 0px;
    cursor: pointer;
    display: none;
}

.navbar .action-button .buttons {
    display: flex;
}

.navbar .action-button {
    background-color: #910044;
    color: #ffffff;
    font-size: 0.85em;
    padding: 0.5rem 1.2rem;
    border-radius: 5px;
    outline: none;
}

.navbar .action-button:hover {
    background-color: #000000;
}

.burger-menu .buttons-burger-menu .action-button {
    background-color: #5661FA;
    color: #ffffff;
    font-size: 0.85em;
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    outline: none;
}

.burger-menu .buttons-burger-menu .action-button:hover {
    background-color: #000000;
}

/*------ BURGER-MENU ------*/

.burger-menu {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.dropdown-menu {
    display: none;
    flex-direction: column;
    background-color: #ffffff;
    position: absolute;
    top: -300px;
    right: 20px;
    width: 200px;
    border-radius: 0px 0px 5px 5px;
    z-index: 100;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.dropdown-menu.flex {
    display: flex;
}

.dropdown-menu ul {
    list-style: none;
    padding: 10px;
}

.dropdown-menu ul li {
    padding: 10px 0;
}

.dropdown-menu ul li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 16px;
    display: block;
}

.dropdown-menu .action-button {
    background-color: #910044;
    color: #ffffff;
    width: 160px;
    font-size: 0.85em;
    padding: 0.5rem 1.2rem;
    border-radius: 5px;
    outline: none;
    margin-left: 20px;
    margin-bottom: 15px;
}

.dropdown-menu .action-button:hover {
    background-color: #000000;
}

@media (max-width: 1100px) {

    .navbar .links,
    .navbar .buttons {
        display: none;
    }

    .burger-menu {
        display: block;
    }

    .dropdown-menu {
        display: none;
    }

    .dropdown-menu.flex {
        display: flex;
    }
}

@media (min-width: 1101px) {
    .dropdown-menu {
        display: none;
    }
}

/*------ SOUS-SECTION ------*/

.subsec {
    max-width: 100%;
    box-sizing: border-box;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/*------ SOUS-SECTION 1 : Accueil ------*/

.subsec1 {
    height: 1070px;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 1001;
    position: relative;
    overflow: hidden;
}

.subsec1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Permet de remplir complètement la section sans se déformer */
    top: 0;
    left: 0;
}

@media screen and (max-width: 1700px) {
    .subsec1 img {
        height: 100%;
        width: 100%;
    }
}

.subsec1 p1,
.subsec1 p2 {
    text-align: center;
    color: #ffffff;
    z-index: 100;
    margin-top: -100px;
}

.subsec1 p1 {
    position: absolute;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.2em;
    top: 40%;
    z-index: 100;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

@media screen and (max-width:1400px) {
    .subsec1 p1 {
        font-size: 1.1em;
    }
}

@media screen and (max-width:1000px) {
    .subsec1 p1 {
        font-size: 1em;
    }
}

@media screen and (max-width: 600px) {
    .subsec1 p1 {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 478px) {
    .subsec1 p1 {
        font-size: 0.75em;
    }
}

@media screen and (max-width: 425px) {
    .subsec1 p1 {
        font-size: 0.7em;
    }
}

.subsec1 p1.visible {
    opacity: 1;
    transform: translateY(0);
}

.subsec1 p1 span {
    color: #5661FA;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 300;
}

.subsec1 p2 {
    position: absolute;
    font-weight: 200;
    font-size: 0.8em;
    top: 35%;
}

@media screen and (max-width:1400px) {
    .subsec1 p2 {
        font-size: 0.7em;
    }
}

@media screen and (max-width:1100px) {
    .subsec1 p2 {
        font-size: 0.6em;
    }
}

@media screen and (max-width:1000px) {
    .subsec1 p2 {
        font-size: 0.55em;
    }
}

@media screen and (max-width: 650px) {
    .subsec1 p2 {
        font-size: 0.5em;
    }
}

@media screen and (max-width: 850px) {
    .subsec1 p2 {
        font-size: 0.55em;
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media screen and (max-width: 600px) {
    .subsec1 p2 {
        font-size: 0.5em;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media screen and (max-width: 478px) {
    .subsec1 p2 {
        font-size: 0.45em;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media screen and (max-width: 425px) {
    .subsec1 p2 {
        font-size: 0.4em;
    }
}

.subsec1 .btn {
    height: 40px;
    width: auto;
    top: 51%;
    background-color: #910044;
    color: #ffffff;
    padding: 13px 25px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 0.4em;
    position: absolute;
    z-index: 3000;
    cursor: pointer;
    margin-top: 230px;
}

.subsec1 .btn i {
    margin-left: 5px;
    color: #ffffff;
    rotate: 0deg;
}

.subsec1 .bloc-1 {
    position: absolute;
    width: 180px;
    height: 50px;
    background-color: #00000000;
    backdrop-filter: blur(10px);
    /* Applique le flou */
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
    margin-top: -100px;
}

.subsec1 .bloc-1 .paragraph-2 {
    color: #ffffff;
    font-size: 0.5em;
    margin-top: 5px;
    text-align: center;
    font-weight: 300;
}

.subsec1 .bloc-1 .paragraph-2 span {
    color: #ffffff;
    font-size: 0.7em;
    margin-top: 5px;
    text-align: center;
    font-weight: 500;
}

.subsec1 .bloc-2 {
    position: absolute;
    width: 180px;
    height: 50px;
    background-color: #00000000;
    backdrop-filter: blur(10px);
    /* Applique le flou */
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
    margin-top: 100px;
}

.subsec1 .bloc-2 .paragraph-2 {
    color: #ffffff;
    font-size: 0.5em;
    margin-top: 5px;
    text-align: center;
    font-weight: 300;
}

.subsec1 .bloc-2 .paragraph-2 span {
    color: #ffffff;
    font-size: 0.7em;
    margin-top: 5px;
    text-align: center;
    font-weight: 500;
}

.subsec1 .bloc-3 {
    position: absolute;
    width: 180px;
    height: 50px;
    background-color: #00000000;
    backdrop-filter: blur(10px);
    /* Applique le flou */
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
    margin-top: 300px;
}

.subsec1 .bloc-3 .paragraph-2 {
    color: #ffffff;
    font-size: 0.5em;
    margin-top: 5px;
    text-align: center;
    font-weight: 300;
}

.subsec1 .bloc-3 .paragraph-2 span {
    color: #ffffff;
    font-size: 0.7em;
    margin-top: 5px;
    text-align: center;
    font-weight: 500;
}

/*------ SOUS-SECTION 2 : A propos ------*/

.subsec2 {
    background-color: #ffffff;
    height: 1200px;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 200;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:600px) {
    .subsec2 {
        top: -3.5%;
    }
}

.subsec2 .content {
    max-width: 100%;
    position: relative;
    top: -27%;
    color: red;
    transition: opacity 0.5s ease-in-out;
}

.subsec2 .content h1 {
    position: relative;
    color: #000000;
    margin-right: 25%;
    left: 16.5%;
    font-weight: 400;
    font-size: 1em;
    margin-top: 0px;
}

@media screen and (max-width:1600px) {
    .subsec2 .content h1 {
        left: 13.67%;
    }
}

@media screen and (max-width:1500px) {
    .subsec2 .content h1 {
        left: 11.67%;
    }
}

@media screen and (max-width:1400px) {
    .subsec2 .content h1 {
        left: 9.67%;
    }
}

@media screen and (max-width:1350px) {
    .subsec2 .content h1 {
        left: 7.67%;
    }
}

@media screen and (max-width:1300px) {
    .subsec2 .content h1 {
        left: 4.67%;
    }
}

@media screen and (max-width:950px) {
    .subsec2 .content h1 {
        font-size: 0.9em;
    }
}

@media screen and (max-width:650px) {
    .subsec2 .content h1 {
        font-size: 0.8em;
    }
}

@media screen and (max-width:600px) {
    .subsec2 .content h1 {
        margin-top: -150px;
        font-size: 0.65em;
    }
}

@media screen and (max-width:478px) {
    .subsec2 .content h1 {
        font-size: 0.6em;
    }
}

.subsec2 .content .paragraph-1 {
    position: relative;
    margin-right: 33%;
    left: 16.5%;
    margin-right: 60%;
    color: #000000;
    font-size: 0.65em;
    font-weight: 300;
    margin-top: 30px;
}

@media screen and (max-width:1600px) {
    .subsec2 .content .paragraph-1 {
        left: 13.67%;
    }
}

@media screen and (max-width:1500px) {
    .subsec2 .content .paragraph-1 {
        left: 11.67%;
    }
}

@media screen and (max-width:1400px) {
    .subsec2 .content .paragraph-1 {
        left: 9.67%;
    }
}

@media screen and (max-width:1350px) {
    .subsec2 .content .paragraph-1 {
        left: 7.67%;
        margin-right: 30%;
    }
}

@media screen and (max-width:1300px) {
    .subsec2 .content .paragraph-1 {
        left: 4.67%;
    }
}

@media screen and (max-width:950px) {
    .subsec2 .content .paragraph-1 {
        font-size: 0.55em;
    }
}

@media screen and (max-width:600px) {
    .subsec2 .content .paragraph-1 {
        font-size: 0.5em;
    }
}

@media screen and (max-width:478px) {
    .subsec2 .content .paragraph-1 {
        font-size: 0.45em;
    }
}

.subsec2 .content .bloc-4 {
    position: absolute;
    height: 1460px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    margin-top: 100px;
}

.subsec2 .content .bloc-4 img {
    height: 100%;
    opacity: 100%;
}

.subsec2 .content .bloc-3 {
    position: absolute;
    height: 400px;
    width: 30%;
    overflow: hidden;
    background: #ffffff;
    align-items: center;
    display: flex;
    overflow: hidden;
    margin-top: -5%;
    margin-left: 65%;
}

.subsec2 .content .bloc-3 img {
    width: 100%;
}

@media screen and (max-width:1300px) {
    .subsec2 .content .bloc-3 img {
        display: none;
    }
}

/*------ SOUS-SECTION 3 : Les avantages / Pour qui ? ------*/

.subsec3 {
    position: relative;
    top: -8.5%;
    height: 1300px;
    z-index: 600;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}

@media screen and (max-width:600px) {
    .subsec3 {
        top: -3.5%;
    }
}

.subsec3 {
    position: relative;
    top: -8.5%;
    height: 1300px;
    /* Hauteur par défaut pour les grands écrans */
    z-index: 600;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}

/* 📏 Quand l'écran fait 1800px ou moins */
@media (max-width: 1800px) {
    .subsec3 {
        height: 1300px;
    }
}

/* 📏 Quand l'écran fait 1400px ou moins */
@media (max-width: 1400px) {
    .subsec3 {
        height: 1200px;
    }
}

/* 📏 Quand l'écran fait 1200px ou moins */
@media (max-width: 1200px) {
    .subsec3 {
        height: 1100px;
    }
}

/* 📏 Quand l'écran fait 1000px ou moins */
@media (max-width: 1000px) {
    .subsec3 {
        height: 1000px;
    }
}

/* 📏 Quand l'écran fait 800px ou moins */
@media (max-width: 800px) {
    .subsec3 {
        height: 950px;
    }
}

/* 📏 Quand l'écran fait 600px ou moins */
@media (max-width: 600px) {
    .subsec3 {
        height: 900px;
    }
}

.subsec3 .content {
    width: 100%;
    position: relative;
    left: 0%;
    margin-top: -400px;
    justify-content: center;
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    background-color: #ffffff;
}

.subsec3 .content {
    width: 100%;
    position: relative;
    left: 0%;
    margin-top: -700px;
    /* Valeur par défaut pour grands écrans */
    justify-content: center;
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    background-color: #ffffff;
}

/* 📏 Quand l'écran fait 1800px ou moins */
@media (max-width: 1800px) {
    .subsec3 .content {
        margin-top: -700px;
    }
}

/* 📏 Quand l'écran fait 1400px ou moins */
@media (max-width: 1400px) {
    .subsec3 .content {
        margin-top: -600px;
    }
}

/* 📏 Quand l'écran fait 1200px ou moins */
@media (max-width: 1200px) {
    .subsec3 .content {
        margin-top: -550px;
    }
}

/* 📏 Quand l'écran fait 1000px ou moins */
@media (max-width: 1000px) {
    .subsec3 .content {
        margin-top: -500px;
    }
}

/* 📏 Quand l'écran fait 800px ou moins */
@media (max-width: 800px) {
    .subsec3 .content {
        margin-top: -450px;
    }
}

/* 📏 Quand l'écran fait 600px ou moins */
@media (max-width: 600px) {
    .subsec3 .content {
        margin-top: -400px;
    }
}

.subsec3 .content h2 {
    color: #000000;
    font-size: 1em;
    font-weight: 400;
    margin-left: 5%;
    margin-right: 5%;
}

@media screen and (max-width:950px) {
    .subsec3 .content h2 {
        font-size: 0.9em;
    }
}

@media screen and (max-width:650px) {
    .subsec3 .content h2 {
        font-size: 0.8em;
    }
}

@media screen and (max-width:600px) {
    .subsec3 .content h2 {
        font-size: 0.65em;
    }
}

@media screen and (max-width:478px) {
    .subsec3 .content h2 {
        font-size: 0.6em;
    }
}

.subsec3 .content .paragraph-2 {
    color: #000000;
    font-size: 0.65em;
    font-weight: 300;
    margin-top: 30px;
    margin-left: 7%;
    margin-right: 7%;
}

@media screen and (max-width:950px) {
    .subsec3 .content .paragraph-2 {
        font-size: 0.55em;
    }
}

@media screen and (max-width:600px) {
    .subsec3 .content .paragraph-2 {
        font-size: 0.5em;
    }
}

@media screen and (max-width:478px) {
    .subsec3 .content .paragraph-2 {
        font-size: 0.45em;
    }
}

.subsec3 .content .paragraph-3 {
    color: #000000;
    font-size: 0.65em;
    font-weight: 300;
    margin-top: 30px;
    margin-left: 7%;
    margin-right: 7%;
}

@media screen and (max-width:950px) {
    .subsec3 .content .paragraph-3 {
        font-size: 0.55em;
    }
}

@media screen and (max-width:600px) {
    .subsec3 .content .paragraph-3 {
        font-size: 0.5em;
    }
}

@media screen and (max-width:478px) {
    .subsec3 .content .paragraph-3 {
        font-size: 0.45em;
    }
}

.subsec3 .content .bloc-1 {
    position: absolute;
    margin-top: 65px;
    height: 100%;
    width: 100%;
    background-color: #ffffff00;
}

.subsec3 .content .bloc-1 img {
    position: absolute;
    width: 50%;
    /* Commence à 50% */
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    /* Centrer l'image horizontalement */
    transform-origin: center;
    /* Définit le point de départ de l'agrandissement au centre */
}

/*------ SOUS-SECTION 4 : Entreprise ------*/

.subsec4 {
    position: relative;
    /* top: -2%;
    height: 990px; */
    z-index: 1100;
    max-width: 100%;
    box-sizing: border-box;
    background: #ffffff;
}

/* @media screen and (max-width:1650px) {
    .subsec4 {
        top: -4%;
    }
}

@media screen and (max-width:1400px) {
    .subsec4 {
        top: -5%;
    }
}

@media screen and (max-width:1200px) {
    .subsec4 {
        top: -6.5%;
    }
}

@media screen and (max-width:1000px) {
    .subsec4 {
        top: -9%;
    }
}

@media screen and (max-width: 950px) {
    .subsec4 {
        top: -9%;
    }
}

@media screen and (max-width: 900px) {
    .subsec4 {
        top: -9%;
    }
}

@media screen and (max-width: 800px) {
    .subsec4 {
        top: -10%;
    }
}

@media screen and (max-width:650px) {
    .subsec4 {
        top: -10%;
    }
}

@media screen and (max-width:600px) {
    .subsec4 {
        top: -9%;
    }
} */


.subsec4 .content {
    max-width: 100%;
    position: relative;
    /* top: -180px; */
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

/* @media (max-width: 1800px) {
    .subsec4 .content {
        top: -180px;
    }
}

@media (max-width: 1400px) {
    .subsec4 .content {
        top: -200px;
    }
}

@media (max-width: 1200px) {
    .subsec4 .content {
        top: -220px;
    }
}


@media (max-width: 1000px) {
    .subsec4 .content {
        top: -240px;
    }
}

@media (max-width: 800px) {
    .subsec4 .content {
        top: -260px;
    }
}

@media (max-width: 700px) {
    .subsec4 .content {
        top: -240px;
    }
}

@media (max-width: 600px) {
    .subsec4 .content {
        top: -270px;
    }
}

@media (max-width: 550px) {
    .subsec4 .content {
        top: -240px;
    }
}

@media (max-width: 500px) {
    .subsec4 .content {
        top: -240px;
    }
} */

.subsec4 .content h3 {
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: 1em;
    margin-left: 16.5%;
    margin-right: 16%;
}

div#compagny {
    margin-top: 70px;
}

@media screen and (max-width:1600px) {
    .subsec4 .content h3 {
        margin-left: 13.5%;
    }
}

@media screen and (max-width:1500px) {
    .subsec4 .content h3 {
        margin-left: 11.5%;
    }
}

@media screen and (max-width:1400px) {
    .subsec4 .content h3 {
        margin-left: 9.5%;
    }
}

@media screen and (max-width:1350px) {
    .subsec4 .content h3 {
        margin-left: 7.5%;
    }
}

@media screen and (max-width:1300px) {
    .subsec4 .content h3 {
        margin-left: 4.5%;
        font-size: 0.9em;
        margin-top: -100px;
    }
}

@media screen and (max-width:950px) {
    .subsec4 .content h3 {
        font-size: 0.8em;
    }
}

@media screen and (max-width:650px) {
    .subsec4 .content h3 {
        font-size: 0.7em;
    }
}

@media screen and (max-width:600px) {
    .subsec4 .content h3 {
        font-size: 0.65em;
        margin-right: 5%;
    }
}

@media screen and (max-width:500px) {
    .subsec4 .content h3 {
        font-size: 0.6em;
        margin-right: 5%;
    }
}

.subsec4 .content .paragraph-3 {
    position: relative;
    font-size: 0.65em;
    font-weight: 300;
    margin-top: 30px;
    margin-left: 16.5%;
    margin-right: 40%;
}

@media screen and (max-width:1600px) {
    .subsec4 .content .paragraph-3 {
        margin-left: 13.5%;
    }
}

@media screen and (max-width:1500px) {
    .subsec4 .content .paragraph-3 {
        margin-left: 11.5%;
    }
}

@media screen and (max-width:1400px) {
    .subsec4 .content .paragraph-3 {
        margin-left: 9.5%;
    }
}

@media screen and (max-width:1350px) {
    .subsec4 .content .paragraph-3 {
        margin-left: 7.5%;
        margin-right: 20%;
    }
}

@media screen and (max-width:1300px) {
    .subsec4 .content .paragraph-3 {
        margin-left: 4.5%;
        font-size: 0.6em;
    }
}

@media screen and (max-width:950px) {
    .subsec4 .content .paragraph-3 {
        font-size: 0.55em;
    }
}

@media screen and (max-width:600px) {
    .subsec4 .content .paragraph-3 {
        font-size: 0.5em;
    }
}

.subsec4 .content .bloc-1 img {
    position: absolute;
    margin-top: 80px;

}

.subsec4 .content .bloc-3 {
    position: absolute;
    height: 400px;
    width: 30%;
    overflow: hidden;
    background: #ffffff;
    align-items: center;
    display: flex;
    overflow: hidden;
    margin-top: 0%;
    margin-left: 65%;
}

.subsec4 .content .bloc-3 img {
    height: 100%;
}

@media screen and (max-width:1350px) {
    .subsec4 .content .bloc-3 img {
        display: none;
    }
}

/*------ SOUS-SECTION 6 : Comment Ã§a fonctionne ? ------*/

.subsec6 {
    position: relative;
    background-color: #ffffff;
    height: 1060px;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 400;
    overflow: hidden;
    top: 1.5%;
}

@media screen and (max-width:1650px) {
    .subsec6 {
        top: -1%;
    }
}

@media screen and (max-width:1400px) {
    .subsec6 {
        top: -1.5%;
    }
}

@media screen and (max-width:1300px) {
    .subsec6 {
        top: -1.9%;
    }
}

@media screen and (max-width:1200px) {
    .subsec6 {
        top: -4.2%;
    }
}

@media screen and (max-width:1100px) {
    .subsec6 {
        top: -3.5%;
    }
}

@media screen and (max-width: 900px) {
    .subsec6 {
        top: -6%;
    }
}

@media screen and (max-width: 800px) {
    .subsec6 {
        top: -6.5%;
    }
}

@media screen and (max-width:650px) {
    .subsec6 {
        top: -6.5%;
    }
}

@media screen and (max-width:600px) {
    .subsec6 {
        top: -3.4%;
    }
}

.subsec6 .content {
    position: relative;
    top: -5%;
    justify-content: center;
    color: #000000;
    width: 100%;
    opacity: 100;
    transition: opacity 0.5s ease-in-out;
}

.subsec6 .content h5 {
    position: relative;
    margin-top: 30px;
    color: #000000;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    z-index: 1000;
    transition: opacity 0.5s ease-out;
}

@media screen and (max-width:950px) {
    .subsec6 .content h5 {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 600px) {
    .subsec6 .content h5 {
        font-size: 0.65em;
        margin-left: 0%;
        text-align: center;
    }
}

@media screen and (max-width: 478px) {
    .subsec6 .content h5 {
        font-size: 0.6em;
    }
}

@media screen and (max-width: 400px) {
    .subsec6 .content h5 {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.subsec6 .content .paragraph-5 {
    position: relative;
    color: #910044;
    text-align: center;
    font-size: 3em;
    font-weight: 300;
    margin-top: 20px;
    z-index: 1000;
}

.subsec6 .content .paragraph-5 span {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    top: -70px;
    z-index: 1000;
    color: #000000;
}

.subsec6 .content .paragraph-6 {
    position: relative;
    color: #910044;
    text-align: center;
    font-size: 3em;
    font-weight: 300;
    margin-top: -15px;
    z-index: 1000;
}

.subsec6 .content .paragraph-6 span {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    top: -70px;
    z-index: 1000;
    color: #000000;
}

.subsec6 .content .paragraph-7 {
    position: relative;
    color: #910044;
    text-align: center;
    font-size: 3em;
    font-weight: 300;
    margin-top: -15px;
    z-index: 1000;
}

.subsec6 .content .paragraph-7 span {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    top: -70px;
    z-index: 1000;
    color: #000000;
}

.subsec6 .content .bloc-1 {
    position: relative;
    /* background-color: #000000; */
    width: 100%;
    /* Plus large */
    height: 40px;
    /* Ajuster la hauteur selon ton besoin */
    margin-top: 0px;
    display: flex;
    justify-content: center;
    /* Centre horizontalement */
    align-items: center;
    /* Centre verticalement */
    text-align: center;
}

.subsec6 .content .bloc-1 .privacyWrapper {
    background-color: black;
    padding: 10px;
}

.subsec6 .content .bloc-1 .paragraph-8 {
    color: #ffffff;
    font-size: 0.6em;
    margin: 0;
    /* Supprime l'espace autour du texte */
}


.subsec6 .content img {
    position: absolute;
}


/*------ FORMULAIRE ------*/

/* Style général du formulaire */
.form-popup {
    display: none;
    /* Caché par défaut */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 50px;
    z-index: 9999;
}

.form-container {
    background-color: white;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    width: 70%;
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.form-container h3 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 0.8em;
}

.form-container p {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 0.8em;
    margin-top: 10px;
}

.form-container label {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 0.8em;
    margin-top: 10px;
}


.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
}

.close-btn:hover {
    color: #f00;
    /* Change la couleur en rouge au survol */
}

.text-side {
    flex: 1;
    padding-right: 20px;
}

.form-side {
    flex: 1;
}

form input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form select,
form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.submit-button {
    padding: 10px 20px;
    background-color: #910044;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.submit-button:hover {
    background-color: #218838;
}

/* Boutons de contact sous le texte */
.contact-buttons {
    margin-top: 20px;
}

.contact-buttons a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background-color: #25D366;
    padding: 10px 20px;
    margin-right: 15px;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s;
}

.contact-buttons a:hover {
    background-color: #128C7E;
}

.contact-buttons a.email-btn {
    background-color: #007bff;
}

.contact-buttons a.email-btn:hover {
    background-color: #0056b3;
}

.contact-buttons {
    margin: 20px 0;
}

.contact-buttons a {
    font-size: 14px;
}

.inputWrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.inputWrapper input {
    width: fit-content;
    margin: 0;
    margin-top: 0.1rem;
}

.inputWrapper label {
    margin: 0;
}

.checkboxes-wrapper {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contact-buttons a i {
    margin-right: 0.3rem;
}

.subsec4 .content .bloc-1.bannerImg img {
    position: relative !important;
}

/* Hassan CSS 10 March  */
.aboutSec {
    height: 100%;
    padding: 100px 70px;
}

.aboutSec .content {
    top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.aboutSec .content .contentWrapper {
    width: 48%;
}

.aboutSec .content .contentWrapper h1 {
    left: auto;
    margin: 0;
    width: fit-content;
}

.aboutSec .content .contentWrapper p.paragraph-1 {
    left: auto;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
}

.aboutSec .content .bloc-3.imgWrapper {
    width: 48%;
    margin: 0;
    height: 100%;
    position: relative;
}

.aboutSec .content .bloc-3.imgWrapper img {
    height: 400px;
    object-fit: cover;
    display: block;
}

.banner .bloc-4 {
    height: 600px;
}

.banner .bloc-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paraWrappers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: 20px;
    align-items: center;
}

.paraWrappers p {
    font-size: 16px;
    font-weight: 300;
    color: black;
    text-align: left !important;
}

.paraWrappers p span {
    font-weight: 500;
}

.sec3 p {
    font-size: 0.65em;
    width: 80%;
    margin: 0 auto;
    font-weight: 300;
}

.sec3 h2 {
    margin-bottom: 1rem;
}

.sec3 {
    height: 100%;
}

.sec3 .content {
    padding: 100px 0;
}

.sec3 .content {
    margin: 0;
}

.sec3 .content .bloc-1 {
    position: relative;
}

.sec3 .content .bloc-1 img {
    position: relative;
    transform: none;
    left: auto;
}

#wa-widget-wrapper {
    right: auto !important;
    left: 20px !important;
}

#wa-btn-wrapper {
    right: auto !important;
    left: 20px !important;
}

.btn-mobile {
    display: none;
}

/* Hassan CSS 07 March 2025  */
@media screen and (min-width: 280px) and (max-width:600px) {
    .form-container {
        width: 90%;
    }

    .aboutSec .content {
        flex-direction: column;
        gap: 50px;
    }

    .aboutSec {
        padding: 50px 20px;
    }

    .aboutSec .content .contentWrapper,
    .aboutSec .content .bloc-3.imgWrapper {
        width: 100%;
    }

    .aboutSec .content .bloc-3.imgWrapper img {
        display: block;
        height: 300px;
    }

    .banner .bloc-4 {
        height: 400px;
    }

    .sec3.subsec3 .content {
        margin-top: 0;
    }

    .sec3.subsec3 .content .bloc-1 {
        position: relative;
        height: 100%;
    }

    .sec3.subsec3 .content .bloc-1 img {
        position: relative;
        transform: none;
        left: auto;
    }

    .paraWrappers {
        grid-template-columns: repeat(1, 1fr);
    }

    .sec3 .content {
        padding: 50px 0;
    }

    .sec3 p {
        font-size: 0.45em;
    }

    .navbar .btn-mobile a.action-button {
        font-size: 14px;
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-transform: uppercase;
    }

    #wa_btn-content p {
        display: none !important;
    }

    #wa_btn-content {
        padding: 10px !important;
    }

    #wa-btn-wrapper {
        bottom: 25px !important;
    }

    .btn-mobile {
        display: block;
    }
}

@media screen and (min-width: 601px) and (max-width:1024px) {
    .aboutSec {
        padding: 50px 40px;
    }
}