* {
    margin: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}


.container {
    width: 100vw;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: white;
}





/*---------------------------header---------------------------*/
header {
    position: fixed;
    top: 0;
    background-color: #333;
    width: 100%;
    height: 80px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 10px;
}

.index-hd {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 10px;
}

.index-hddd {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.bar {
    margin-top: 5px;
    border-radius: 25px;
    background-color: rgb(212, 212, 212);
    width: 35px;
    padding: 3px;
    height: 2px;
    color: transparent;
}

.index-hdd2 img {
    width: 100px;
}

.index-hdd3 {
    color: transparent;
}

@media (max-width: 431px) {

    .index-hdd2 img {
        width: 100px;
        position: relative;
        left: 20px;
    }

    .index-hdd3 {
        display: none;
    }

}

/*----------------------fin header---------------------- */









/*----------------------début setion---------------------- */
.index-section {
    position: relative;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.index-sd {
    color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    font-size: 30px;
    display: flex;
    flex: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 150px 0px 50px 0px;
    width: 95%;
    max-width: 1500px;
    background-color: #333;
    color: rgb(255, 255, 255);
    border-radius: 15px;
    /* Couleur du texte */
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.index-sdd {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    width: 100%;
}

/*debut form*/
.index-sddf {
    color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.index-sddfd1-add {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    bottom: 85px;

}

.car-carrousel {
    width: 100%;
    display: inline-block;
    animation: 5s moveLeftRight infinite linear;
}

#test {
    margin-right: 30px;
    height: 120px;
    width: 120px;
}


@keyframes moveLeftRight {
    from {
        transform: translateX(-1000%);
    }

    to {
        transform: translateX(1000%);
    }
}


@media (max-width:1400px) {

    #a,
    #b {
        display: none;
    }
}



.index-sddfdh {
    margin-top: 20px;
    margin-bottom: 20px;
}


.index-sddfd1-lines {
    width: 100%;
    max-height: 75px;
}

.index-sddfd1-lines img {
    height: 50px;
    width: 100%;
}

.index-sddfd2 {
    display: flex;
}

.index-selectmarque,
.index-selectannee,
.index-selectprixmaxi,
.index-selectkmmaxi {
    cursor: pointer;
    max-width: 360px;
    width: 100%;
    min-width: 150px;
    opacity: 90%;
    border-radius: 25px;
    padding: 20px 5px 20px 5px;
    margin-top: 5px;
    font-size: 19px;
    color: #333;
    border: 4px solid black;
    background-color: #ffffff;
    overflow: hidden;
}

.index-submitselect {
    color: white;
    padding: 15px;
    background-color: transparent;
    font-size: 20px;
    width: 200px;
    border-radius: 15px;
    margin-top: 10px;
    border: 4px solid black;
}

.index-submitselect:hover {
    background-color: rgba(255, 217, 0, 0.4);
    cursor: pointer;
    color: rgb(206, 189, 189);
}

@media (max-width: 431px) {

    .index-sddfd2d {
        margin-right: 10px;
    }
}


@media (max-width: 420px) and (min-width:391px) {

    .index-sddfd2d {
        margin-right: 5px;
    }
}

@media (max-width: 1000px) and (min-width:420px) {

    .index-sddfd2d {
        margin-right: 5px;
    }
}


/*fin form*/

/*---------------------------------------------------------*/

/*debut container picture*/





/*fin container picture*/

/*---------------------------------------------------------*/

/*debut vehicule sd3*/

.index-sd3 {
    height: auto;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.index-sd3d {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.index-sd3dd {
    padding: 25px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.index-sd3dd2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}


.index-sd3dd2dd {
    max-width: 400px;
    min-width: 400px;
    max-height: 110px;
    min-height: 110px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 15px;
    color: white;
    gap: 10px;
    width: 250px;
    background-color: #333;
    border-radius: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.index-sd3dd2ddd {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1;
}

.index-sd3dd2ddd2 {

    flex: 2;
    border-radius: 0px 25px 25px 0px;

}

.index-sd3dd2ddd2 img {
    min-width: 140px;
    max-width: 140px;
    max-height: 110px;
    min-height: 110px;
    width: 100%;
    height: 100%;
    max-width: 140px;
    border-radius: 0px 20px 20px 0px;
}

@media (max-width: 431px) {

    .index-sd3dd2 {
        flex-wrap: wrap;
        gap: 25px;
    }

    .index-sd3dd2dd {
        max-width: 330px;
        min-width: 330px;
        max-height: 110px;
        min-height: 110px;
        font-size: 25px;
    }

}

/*fin find vehicule sd3*/

/*---------------------------------------------------------*/

/*début logos container*/




@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos-carrousel {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.logos-carrousel:before,
.logos-carrousel:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos-carrousel:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos-carrousel:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos-carrousel:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.logos-slide img {
    height: 75px;
    margin: 0 40px;
}

@media (max-width:600px) {

    .logos-carrousel:before,
    .logos-carrousel:after {
        position: absolute;
        top: 0;
        width: 50px;
        height: 100%;
        content: "";
        z-index: 2;
    }
}

/*fin logos container*/

/*---------------------------------------------------------*/

/*début sd5 container*/

.index-sd5 {
    color: rgb(0, 0, 0);
    margin-top: 50px;
    height: auto;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.index-sd5d {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.index-sd5dd {

    margin-top: 40px;
    width: 100%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 30px;

}

.index-sd5ddd {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    font-size: 35px;
    width: auto;
    flex-wrap: wrap;
}

.index-sd5ddd img {
    width: 35px;

}

.index-sd5dd2 {
    border: 2px solid black;
    padding: 20px;
    background: #333;
    color: white;
    border-radius: 25px;
    margin-bottom: 50px;
    width: 200px;
}

/*fin sd5 container*/

/*-----------------------fin section------------------------*/








/*-----------------------début Footer------------------------*/

footer {
    width: 100%;
    height: auto;
}

.index-fd {
    color: white;
    display: flex;
    flex-direction: column;
    background-color: #333;
}

.index-fdspan {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2px;
    width: 100%;
    background-color: white;
}

.index-fdd {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 700px) {

    .index-fdd {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}



@media (min-width: 700px) {

    .index-fdd {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.ulf {
    font-size: 15px;
    list-style: none;
    margin-right: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

.lifirstf {
    font-weight: bold;
    font-size: x-large;
    margin-bottom: 15px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.index-fdd2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #333;
}

.index-fdd2 img {
    width: 100px;
}

.index-fdd2d {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.index-fdd2dd {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 5px;
    gap: 15px;
}

#insta {
    margin-top: 10px;
    width: 73px;
    border-radius: 10px;
}

.reslog1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#facebook {
    margin-top: 10px;
    width: 40px;
    border-radius: 10px;
}


/*-----------------------fin Footer------------------------*/








/*-----------------------début Menu------------------------*/

.menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #333;
    color: white;
    transition: left 0.3s ease-in-out;
    padding-top: 50px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 11000;
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.menu ul li {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #444;
}

.menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

.menu ul li a:hover {
    color: #ff6f61;
}

.menu img {
    margin-top: auto;
    width: 50%;
    height: auto;
    position: relative;
    bottom: 50px;
}


.menu.open {
    left: 0;
    z-index: 1000000000;
}

/*-----------------------Fin Menu------------------------*/