body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
/** barre de navigation **/

.navbar {
    background-color: #1B7083;
    color: white;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

.navbar-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.nav-item {
    text-align: center;
}

.nav-item a {
    color: #4E9AAB; /* Couleur de base pour le lien */
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav-item i {
    color: #4E9AAB; /* Couleur de base pour l'icône */
    font-size: 1.5em;
    margin-bottom: 5px;
}

.nav-item:hover a,
.nav-item:hover i {
    color: #dcdcdc; /* Nouvelle couleur au survol */
}



/** fin de barre de navigation **/ 

.carousel-item img {
    border-radius: 10px;
    /* Ajoute d'autres styles si nécessaire */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
    background-color: #1B7083; /* Ajuste la couleur des indicateurs */
}



/* Formulaire de contact */

.contact-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    background-image: url('images/@.gif'); /* Chemin vers votre image .gif */
    background-size: cover; /* Assure que l'image couvre toute la zone */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Empêche la répétition de l'image */
}

.contact-container h2 {
    text-align: center;
    color: #1B7083;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #1B7083;
    outline: none;
}

.submit-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #1B7083;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #4E9AAB;
}

.error {
    color: red;
    margin-bottom: 10px;
}

/* Ajoutez vos styles pour l'image à droite ici */
.contact-container h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0; /* Réinitialisation de la marge */
}

.contact-container h2 span {
    flex: 1; /* Fait en sorte que le texte "Contactez-nous" prenne toute la largeur disponible */
    text-align: center; /* Centre le texte */
}

.contact-container h2 img {
    max-width: 100px; /* Ajustez la taille de l'image selon vos besoins */
    height: auto;
}

.contact-info {
    margin-top: 30px;
    text-align: center;
}

.contact-info p {
    margin-bottom: 10px;
}

.contact-info strong {
    margin-right: 10px;
}

/* Fin formulaire de contact */

/* Style pour centrer l'image */
.center-image {
    display: block;
    margin: 0 auto; /* Centre l'image horizontalement */
    max-width: 100%; /* Assurez-vous que l'image ne dépasse pas la largeur de son conteneur */
    height: auto; /* Hauteur automatique pour conserver les proportions de l'image */
}

.content-between {
    background-color: #E3E4E4; /* Couleur de fond */
    padding: 40px 20px; /* Espacement intérieur ajusté */
    text-align: center; /* Alignement du texte à gauche */
    color: #333; /* Couleur du texte */
    font-size: 18px; /* Taille de police */
    margin-left: 20px; /* Décalage vers la droite */
    margin-right: 20px; /* Décalage vers la gauche */
}

.content-bold {
    background-color: #E3E4E4; /* Couleur de fond */
    padding: 40px 20px; /* Espacement intérieur ajusté */
    text-align: center; /* Alignement du texte au centre */
    color: #333; /* Couleur du texte */
    font-size: 18px; /* Taille de police */
    margin-left: 20px; /* Décalage vers la droite */
    margin-right: 20px; /* Décalage vers la gauche */
    font-weight: bold; /* Texte en gras */
}

.flex-container {
    display: flex; /* Utilisation de Flexbox pour aligner les éléments */
    align-items: center; /* Alignement vertical des éléments sur l'axe Y */
}

.left-image {
    height: auto; /* Hauteur automatique pour conserver les proportions */
    margin-right: 20px; /* Marge à droite de l'image pour l'espacement */
}


.image {
    max-width: 150px; /* Ajustez cette valeur selon vos besoins */
    height: auto;
    margin-right: 20px; /* Marge pour espacement à droite */
}
.text-container {
    flex: 1; /* Le conteneur de texte prend tout l'espace restant */
}

.centered-text {
    text-align: center; /* Alignement du texte au centre horizontalement */
    margin: 0; /* Réinitialisation de toutes les marges */
    font-weight: bold;
}


.bold{
    font-weight: bold; /* Texte en gras */
    text-align: center;
    font-size: 25px;

}

.underline {
    text-decoration: underline; /* Texte souligné */
}

.orange-text {
    color: rgb(220, 142, 6); /* Texte en rouge */
    text-decoration: underline; /* Texte souligné */
}

.Services-box h3.orange-text {
    color: rgb(220, 142, 6) !important; /* Texte en rouge avec priorité élevée */
    text-decoration: underline; /* Texte souligné */
}



/* box delai */

.delai {
    background: linear-gradient(135deg, #064D66, #1897b4); /* Dégradé de couleur */
    color: #dcdee0;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 800px;

}

.bold-blue {
    color: #00b0f0;
}

.bold-yw {
    color: yellow;

}

.bold-beige {
    color: #FBD5B5
}

.bold-black {
    color : black ;
    font-size: 10px;
}

.contrat {
    background: linear-gradient(135deg, #064D66, #1897b4); /* Dégradé de couleur */
    color: #dcdee0;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    font-weight: bold;
}

/* fin */

/* services */

.services {
    background: linear-gradient(135deg, #064D66, #1897b4); /* Dégradé de couleur */
    color: #dcdee0;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    font-weight: bold;
}

.services-text {

    text-align: center;
    font-size: 25px;
}

.services-text-right {

    text-align: right;
    font-size: 10px;
    font-weight: bold;
}

.services-carousel {
    position: relative;
    flex: 1;
    margin: 10px;
    overflow: hidden;
    width: 100%; /* Assurez-vous que la largeur est définie */
    max-width: calc(50% - 20px); /* Limite la largeur à 50% du conteneur, moins les marges */
    align-self: flex-start; /* Aligne le carrousel en haut */


    }

/* fin */


.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.small-image {
    width: 150px; /* Ajustez la taille selon vos besoins */
    height: auto;
    margin: 0 10px; /* Espace autour de l'image */
}



/* localisation */ 

.localisation {
    background: linear-gradient(135deg, #064D66, #1897b4); /* Dégradé de couleur */
    color: #dcdee0;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 800px;

    }

.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    max-width: 800px; /* Ajustez la largeur maximale */
    padding: 20px;
    box-sizing: border-box;
}

.map-container iframe {
    width: 100%;
    height: 450px; /* Ajustez la hauteur */
    border: 0;
    border-radius: 10px; /* Coins arrondis si souhaité */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Ombre pour effet de profondeur */
}



/* fin */

/** carte contact **/

.depannage {
    background: linear-gradient(135deg, #064D66, #1897b4); /* Dégradé de couleur */
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
}

.bold-orange {
    color: rgb(220, 142, 6);
    font-weight: bold;
}

.bold-yellow {
    color : cfca33;
    font-weight: bold;
}

.contact {
    color: yellow;
    margin: 20px 0;
    text-decoration: underline; /* Texte souligné */
}

.depannage-title {
    color: yellow;
    margin: 20px 0;
    text-decoration: underline; /* Texte souligné */
}

.au-magasin p {
    margin: 5px 0;
}

/** fin carte contact **/


/** photo + video **/ 
/* Style pour la vidéo */
.video-iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Maintient les proportions 16:9 */
    border-radius: 10px;
    margin-top: 100px; /* Ajustez cette valeur pour abaisser la vidéo */
}

/* Ajustements pour la mise en page du conteneur des médias */
.media-container {
    display: flex;
    justify-content: center; /* Centre les éléments horizontalement */
    align-items: flex-start; /* Aligne les éléments en haut */
    margin: 20px auto;
    max-width: 800px; /* Ajustez cette valeur selon vos besoins */
    gap: 20px; /* Ajoute un espacement entre les éléments */
}

.carousel {
    position: relative;
    flex: 1;
    margin: 10px;
    overflow: hidden;
    width: 100%; /* Assurez-vous que la largeur est définie */
    max-width: calc(50% - 20px); /* Limite la largeur à 50% du conteneur, moins les marges */
    align-self: flex-start; /* Aligne le carrousel en haut */
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box; /* S'assurer que le padding n'affecte pas la largeur */
}

.carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.media-item {
    flex: 1;
    margin: 10px;
    max-width: calc(50% - 20px); /* Limite la largeur à 50% du conteneur, moins les marges */
    text-align: center;
    align-self: flex-start; /* Aligne l'iframe en haut */
}

iframe {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


/** fin video +photo **/ 

/** Services section **/

.Services {
    margin-top: 90px;
    padding: 60px 0;
    background: #004d66; /* Couleur de fond bleue foncée */
    font-family: Poppins, Arial, sans-serif;
    text-align: center; /* Centrer le contenu */
}

.Services .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.Services .row {
    display: flex;
    justify-content: space-around; /* Espacement égal entre les colonnes */
}

.Services .col {
    flex: 1; /* Chaque colonne prend une part égale */
    margin: 0 10px; /* Marge entre les colonnes */
}

.Services .Services-box {
    background-color: #004d66; /* Couleur de fond bleue foncée */
    border-radius: 20px;
    border: 2px solid #cecfd7; /* Couleur de la bordure */
    padding: 40px;
    text-align: center;
    transition: ease-in all 0.3s;
    min-height: 400px; /* Hauteur minimale pour aligner les boîtes */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Services .Services-box:hover {
    background-color: #4E9AAB; /* Couleur de fond bleue plus foncée au survol */
    border-color: #fff; /* Couleur de la bordure au survol */
    cursor: pointer;
}

.Services .Services-box i {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    line-height: 100px;
    font-size: 36px; /* Taille de l'icône */
    color: #1B7083; /* Nouvelle couleur de l'icône */
    margin: 0 auto 20px; /* Marge en bas pour l'icône */
    transition: background-color 0.3s ease;
}

.Services .Services-box img {
    max-width: 0%; /* Ajuster la largeur de l'image pour qu'elle ne dépasse pas de la boîte */
    height: auto; /* Hauteur automatique pour conserver les proportions */
    display: block; /* Permet de centrer l'image si nécessaire */
    margin: 0 auto; /* Centrer l'image horizontalement */
    margin-top: 20px; /* Espacement vers le haut */
}

.Services .Services-box:hover i {
    background-color: #ddd; /* Couleur de fond de l'icône au survol */
}

.Services .Services-box h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.Services .Services-box p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .Services .col {
        flex: 0 0 100%; /* Chaque colonne prend toute la largeur */
        margin: 10px 0; /* Marge entre les colonnes */
    }
}
