@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
    font-weight: 600;
}

.HeaderRight a {
    font-size: 20px;
    color: #cb111c;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.HeaderRight a i {
    font-size: 25px;
    color: #cb111c;
    padding-right: 5px;
}

.HeaderRight a:hover {
    color: #cb111c;
}

/* banner section here  */
.bannerSec {
    height: 100vh;
    width: 100%;
    background: url(./img/diapo4.jpg);
    color: #fff;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerSec h1 {
    font-size: 80px;
    font-weight: bold;
}

/* first section here  */
.firstSec {
    height: auto;
    width: 100%;
    padding: 50px 0;
}

.firstSec h4 {
    text-align: center;
    color: black;
    padding-bottom: 20px;
}

.carSec {
    height: auto;
    width: 100%;
    padding: 20px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 19px 0px;
}


.carSec h6 {
    color: #000;
    font-weight: bold;
}

.leftSide {
    border-right: 1px solid #000;
}

.cars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;

}


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 400px;
    text-align: center;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.pricesSec {
    display: flex;
    justify-content: space-between;
}

.pricesSec h6 span {
    color: #cb111c;
    font-size: 15px;
}

.carSec p {
    font-size: 10px;
}

.buttons {
    display: flex;
    margin-top: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.modal-item {
    margin-bottom: 10px;
    /* Ajoute un espace entre chaque élément */
}

.leftBtn,
.rightBtn {
    height: auto;
    width: 240px;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #cb111c;
    color: #fff;

}

.leftBtn1 {
    height: auto;
    width: 240px;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #cb111c;
    color: #fff;
    margin-right: 10px;
}

.leftBtn {
    margin-right: 10px;
}

.rightBtn {
    margin-left: 10px;
}

.rating {
    display: inline-block;
    font-size: 2em;
    color: #ffc107;
}

.rating-note {
    display: block;
    font-size: 1.2em;
    color: #333;
}

.see-all {
    color: #cb111c;
    font-weight: bold;
    text-decoration: none;
}

.card {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border: none;
}

.card .card-title strong {
    color: #333;
}

.card-text {
    color: #666;
}

.card-subtitle {
    font-size: 0.875rem;
}
.footerSec {
    height: auto;
    width: 100%;
    padding: 50px 0;

}

.leftFooter {
    display: flex;
    height: 120px;
    align-items: center;
    border-right: 1px solid #000;
}

.RightFooter {
    display: flex;
    align-items: center;
    height: 120px;
}

.RightFooter p {
    font-weight: bold;
}

.middleFooter {
    border-right: 1px solid #000;
    height: 120px;
    text-align: center;
}

.img-fluid {
    margin-top: 15px;
}


.leftFooter p {
    font-weight: bold;
    color: #000;
}

.contactFooter ul {
    list-style: none;
}

.contactFooter ul li {
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.contactFooter ul li i {
    font-size: 25px;
    padding-right: 5px;
}

.contactFooter ul li:hover {
    color: #cb111c;
}

.Icons ul {
    list-style: none;
    display: flex;
    align-content: space-between;
}

.Icons ul li {
    color: #000;
    font-weight: bold;

}

.Icons ul li {
    font-size: 25px;
    padding: 0 5px;

}

.Icons ul li i:hover {
    color: #cb111c;
    cursor: pointer;

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fond noir semi-opaque */
    color: white; /* Couleur du texte */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; /* Taille du texte */
    font-weight: bold;
    pointer-events: none; /* Rend le contenu en-dessous cliquable */
}



@media screen and (max-width:767px) {
    .buttons {
        display: block;
    }

    .rightBtn,
    .leftBtn {
        margin-left: 0px;
        width: 100%;
    }

    .pricesSec {
        display: block;
        justify-content: space-between;
    }

    .leftBtn {
        margin-bottom: 20px;
    }

    .leftSide {
        border-right: 0px solid #000;
    }

    hr {
        visibility: hidden;
    }

    .bannerSec h1 {
        font-size: 50px;
    }

    .middleFooter {
        border: none;
    }

    .leftFooter {
        border: none;
    }

    .RightFooter {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .leftFooter {
        display: block;
        text-align: center;
    }

    .Icons ul {
        list-style: none;
        display: flex;
        align-content: space-between;
        margin-right: 40px;
    }

    .contactFooter {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bannerSec {
        height: 50vh;
        width: 100%;
        background: url(./img/diapo4.jpg);
        color: #fff;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cars {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin-bottom: 15px;

    }

    .cars1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin-bottom: 15px;

    }
    .navbar-brand {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-left: -15px; /* Ajustez cette valeur si nécessaire pour centrer le logo */
    }

    .navbar-toggler {
        position: absolute;
        right: 10px;
    }

    .leftFooter {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
    
      .contactFooter {
        width: 100%;
      }
    
      .contactFooter ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
    
      .contactFooter ul a {
        display: flex;
        justify-content: center;
        width: 100%;
        text-decoration: none; /* Optionnel, pour un meilleur style */
      }
    
      .contactFooter ul a li {
        display: flex;
        align-items: center; /* Centre les éléments de la liste verticalement */
        justify-content: center; 
      }

}