.bloc-intro {
    background-color: #F6C3DB;
}

.bloc-intro .bloc-intro-contenu {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 5% 0 0;
}

.bloc-intro .bloc-intro-contenu h2 {
    color: white;
}

.bloc-intro .bloc-intro-contenu h2 strong {
    color: #03563C;
}

.bloc-intro .bloc-intro-contenu .contenu p {
    color: #03563C;
}

.bloc-intro .bloc-intro-image {
    z-index: 3;
    position: relative;
    height: 800px;
}

.bloc-intro .bloc-intro-image .imgcropCtn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 50vw;
    height: 100%;
}

.bloc-intro .scooter {
    z-index: 2;
    position: absolute;
    aspect-ratio: 181/172;
    bottom: 0;
    right: 50%;
    width: auto;
    height: 172px;
    background-image: url("https://madcommunication.fr/wp-content/uploads/2025/06/Scooter.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bloc-intro-gauche {
    background-color: #03563C;
}

.bloc-intro-gauche .bloc-intro-image {
    order: 1;
}

.bloc-intro-gauche .bloc-intro-contenu {
    order: 2;
    padding: 0 0 0 5%;
}

.bloc-intro-gauche .bloc-intro-contenu h2 strong {
    color: #F6C3DB;
}

.bloc-intro-gauche .bloc-intro-contenu p {
    color: white !important;
}

.bloc-intro-gauche .bloc-intro-contenu ul {
    color: white !important;
}

.bloc-intro-gauche .bloc-intro-contenu ul li {
    position: relative;
    padding: 0 0 16px 32px;
    font-family: "Gotham", sans-serif;
    font-size: 1.6rem;
    color: white !important;
}

.bloc-intro-gauche .bloc-intro-contenu ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-image: url("https://madcommunication.fr/wp-content/uploads/2025/06/Group-16.svg");
    background-size: 15px;
    background-color: #F6C3DB;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.bloc-intro-gauche .scooter {
    display: none;
}

.bloc-intro-gauche .bloc-intro-image .imgcropCtn {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    margin: 0;
    width: 50vw;
    height: 100%;
}

@media (max-width: 992px) {
    .bloc-intro {
        padding: 50px 0 0 0;
    }

    .bloc-intro .scooter {
        display: none;
    }

    .bloc-intro .bloc-intro-image .imgcropCtn {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .bloc-intro .bloc-intro-image {
        height: 400px;
        margin: 32px 0 0 0;
    }

    .bloc-intro-gauche  {
        padding: 0 0 50px 0;
    }

    .bloc-intro-gauche .bloc-intro-image {
        margin: 0 0 32px 0;
    }

    .bloc-intro-gauche .bloc-intro-contenu ul li::before {

    }
}