.button-blue {
    display: inline-block;
    color: #ffffff;
    background-color: #003399;
    padding: 8px 15px;
    border-radius: 20px;
    border: 1px solid #003399;
    font-size: 14px;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
}

.button-blue:hover {
    color: #003399;
    background-color: #ffffff;
}

.load-more-blue,
.button-blue-trans {
    background-color: transparent;
    display: inline-block;
    color: #003399;
    padding: 10px 30px;
    border: 1px solid #003399;
    font-size: 16px;
    font-weight: 600;
}

.load-more-blue:hover,
.button-blue-trans:hover {
    color: #ffffff;
}

.section-padding-gaia {
    padding-top: 80px;
}

.single-service-icon {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: 2px solid #f3f7ff;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
}

.single-service-container {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-more {
    display: none;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.footer-menu li a {
    color: #ffffff;
}

.footer-icon {
    display: flex;
    gap: 30px;
}

.footer-icon a i {
    color: #ffffff;
    font-size: 30px;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.footer-contact i {
    font-size: 20px;
}

.footer-contact i,
.footer-contact p {
    margin: 0;
    color: #ffffff;
}

.contact-gaia {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.job-container {
    margin-bottom: 60px;
    padding: 20px;
    border: 2px solid #f3f7ff;
    border-radius: 20px;
}

.job-container a {
    border: none;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #003399;
    border: 1px solid #003399;
    color: #ffffff;
    transition: all ease-in-out 0.3s;
}

.job-container a:hover {
    background-color: #f3f7ff;
    color: #003399;
}

.achievement-image {
    display: flex;
    justify-content: center;
    height: 400px;
    margin-bottom: 50px;
    overflow: hidden;
}

.whatsappButton {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 82%;
    right: 8%;
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 30px;
    border: 2px solid #25d366;
    color: #25d366;
    text-align: center;
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

.whatsappButton:hover {
    background-color: #25d366;
    color: #ffffff;
}

@media (max-width: 468px) {
    .whatsappButton {
        right: 12%;
    }
}

/* Debut CSS de réalisations */
.image-container {
    width: 100%; /*donne une largeur spécifique */
    height: 400px; /* définit la hauteur de l’espace */
    overflow: hidden;
    position: relative;
}

.image-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Remplit l’espace en conservant le ratio de l’image */
}
/* Fin CSS de réalisations */

.text-right {
    text-align: right; /* Aligne le bouton à droite */
}
/* Fin CSS de contact */

/* Debut CSS de choix de catégorie client */
.radio-custom {
    width: 24px; /* Ajuste la largeur selon vos besoins */
    height: 24px; /* Ajuste la hauteur selon vos besoins */
    margin-right: 10px; /* Espace à droite du bouton radio */
}
.radio-label {
    font-size: 18px; /* Taille de police pour les labels */
}

.head-area {
    padding-top: 200px;
    padding-bottom: 100px;
    background: url("../images/home-slider-2.jpg") no-repeat scroll top
        center/cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-height: 190px;
    display: flex;
    align-items: center;
}

.logo2 {
    display: none;
}

.logo1,
.logo2 {
    transition: opacity 0.2s ease;
}

.about-description p img {
    padding-left: 10px;
    padding-right: 10px;
    object-fit: cover;
}

.header-text {
    background-color: transparent;
    height: 100%;
    padding: 0 35px;
    display: flex;
    align-items: center;
}

.header-text h4 {
    color: #ffffff;
    font-size: 38px;
    width: 400px;
}

.header-button {
    display: block;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-button a {
    display: flex;
    justify-content: center;
    color: #003399;
    background-color: #ffffff;
    text-wrap: nowrap;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    transition: all ease-in-out 0.3s;
}
.header-button:last-child a {
    margin-top: 20px;
}
.header-button a:hover {
    color: #ffffff;
    background-color: #003399;
}

.success-image {
    height: 100px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

@media (max-width: 598px) {
    .navbar-brand {
        width: 140px;
    }
    .load-more-blue,
    .button-blue-trans {
        padding: 6px 18px;
        font-size: 12px;
    }
    .button-blue {
        font-size: 12px;
        padding: 6px 12px;
    }

    .section-padding-gaia {
        padding-top: 40px;
    }

    .job-container a {
        padding: 6px 14px;
        font-size: 14px;
    }

    .header-button a {
        font-size: 14px;
        width: 180px;
    }

    /* .header-text {
        padding: 0 50px;
    } */
    .header-text h4 {
        font-size: 28px;
        width: 200px;
    }
}
