h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #3468A6;
}

.logos_footer_list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 0;
    flex-wrap: wrap;
    padding: 0;
}

.footer-inner a:hover {
    color: #173660;
}

#searchbar {
    background: none;
    color: #ffffff;
    border: none;
    position: relative;
    padding: 0;
    border-radius: 0;
}

#searchbar::placeholder {
    color: #ffffff;
}

.searchbar_container {
    background: #3468A6;
    color: #ffffff;
    border: 1px solid #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    padding: 8px 20px;
    width: fit-content;
}

/*.searchbar_container::after {
    content: url("../../assets/images/icons/icon_search.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 19px;
    height: 19px;
    z-index: 10;
}*/

.header_link {
    text-decoration: underline;
}

.header_link:hover {
    color: #173660;
}

.header-top-info--right {
    display: flex;
    justify-content: flex-end;
}

.banner {
    margin-top: -118px;
}

.header_nav_bg_white {
    padding: 0.5rem 1.5rem;
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.2);
}

.slicknav_menu .slicknav_menutxt {
    color: #173660;
}

.searchbar_submit {
    background: none;
    border: none;
}

.no-anim-p p, .carousel-caption .btn svg {
    animation-delay: 0s !important;
    opacity: 1 !important;
}

.box-icon {
    display: flex;
    justify-content: center;
}

.box-icon .icon-container {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.to-do-inner a:hover .box-icon .icon-container {
    background-color: #173660;
    transition: all .3s
    ease-in-out;
}

.navbar-button {
    display: flex;
    justify-content: flex-end;
}

.btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
}

.btn svg path {
    transition: all .3s ease-in-out;
}

.btn:hover svg path {
    fill: #3468A6;
}

.hero-slider-btn-container {
    display: flex;
    justify-content: center;
}

.about-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.inquiry-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #E9E9E9;
}

.about-us-title .h5, .campaign-title-left .h5 {
    color: #444444;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.job-info-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
}

.text-container.m-0 p {
    margin-bottom: 0;
}

.campaign-button {
    display: flex;
    justify-content: flex-end;
}

.btn, .btn1, .btn2 {
    text-transform: none;
}

.btn1:hover {
    background: #ffffff;
    border: 1px solid #3468A6;
    color: #3468A6;
}

.fixed-top {
    background: rgba(0, 0, 0, 0);
}

.blog-box .blog-image {
    border-radius: 1rem;
}

.blog-box .blog-image img {
    height: 200px;
    object-fit: cover;
}

.light-blue {
    color: #A7CFFF;
}

.black {
    color: #294145;
}

.nav-link:focus {
    color: #173660;
}

.event {
    background-image: linear-gradient(90deg, #ffffff 30%, #EFEFEF 0);
}

.campaign-detail-left .h3 {
    color: #294145;
}

.bold {
    font-weight: bold;
}

.bg-grey {
    background-color: #E9E9E9;
}

/* Lien normal */
.info-list a.darkgreen {
    text-decoration: none;
}

/* Lien actif */
.info-list a.bold {
    font-weight: 700;
}

/* Sous-menu replié par défaut (si tu veux un vrai déroulant) */
.info-list .submenu {
    display: none;
}

/* Groupe ouvert (parent ou sous-page active) */
.info-list li.open > .submenu {
    display: block;
}

/* Lien "normal" dans la box */
.event-detail-info .info-list a.darkgreen {
    text-decoration: none;
}

/* Lien actif */
.event-detail-info .info-list a.bold {
    font-weight: 700;
}

/* Sous-menu : replié par défaut */
.event-detail-info .info-list .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* Sous-menu ouvert */
.event-detail-info .info-list li.open > .submenu {
    max-height: 500px; /* assez grand pour contenir tous les items */
}

/* Petite rotation de la flèche quand c'est ouvert */
.event-detail-info .info-list li.has-children .toggle-submenu i {
    transition: transform 0.2s ease;
}

.event-detail-info .info-list li.open .toggle-submenu i {
    transform: rotate(180deg);
}

.custom-table-name {
    background-color: #E3F0FF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0.5rem;
    border-radius: 4px;
    width: 100%;
    color: #444444;
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 8px;
}

.custom-table-wrapper {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    border-bottom: 4px solid #E3F0FF;
}

.custom-table th {
    background-color: #3468A6;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 1rem 0.5rem;
    font-weight: 400;
    font-size: 15px;
}

.custom-table td {
    padding: 1rem 0.5rem;
    border-radius: 4px;
}

.custom-table td p, .custom-table td ul {
    margin: 0;
}

.custom-table tbody tr:nth-child(even) td {
    background-color: #E3F0FF;
}

.custom-table tbody tr:nth-child(odd) td {
    background-color: #ffffff;
}

.page-breadcrumb {
    background-attachment: initial;
}

.bg-light-blue {
    background-color: #E3F0FF;
}

.border-light-blue {
    border-color: #E3F0FF;
}

.search-result img {
    object-fit: contain;
}

.dropdown-menu li:hover a {
    background: #3468A6;
}

input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=time]:focus, textarea:focus, select:focus {
    box-shadow: none;
    border: none;
}

.gallery {
    background: none;
}

.bg-darkblue {
    background-color: #173660;
}

.btn {
    border: 1px solid #3468A6;
}

.btn:hover {
    background: none;
    border-color: #3468A6;
}

select.wpcf7-select {
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-radius: 20px;
    padding: 12px 20px;
    color: #707070;
    margin-bottom: 0;
    width: 100%;
    background-color: #fff;

    /* On supprime la flèche native */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* On ajoute la flèche custom */
    background-image: url("data:image/svg+xml,%3Csvg height='20' width='20' viewBox='0 0 20 20' fill='%23707070' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7.5L10 12.5L14.5 7.5' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    cursor: pointer;

    /* Transition légère */
    transition: box-shadow .2s, outline .2s;
}

select.wpcf7-select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
}

@media (max-width: 1100px) {
    .header-top, nav.navbar.navbar-expand-lg.py-2.navbar-sticky-in, .navbar-button {
        display: none;
    }

    .header-top {
        display: block;
    }

    .header-top-info, .header-top-info--right {
        display: flex;
        justify-content: center;
    }

    .header-top-info--right {
        margin-top: 1rem;
    }

    .slicknav_nav {
        top: 177px;
    }

    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        color: #173660;
        top: -45px;
        left: -20px;
    }
}

@media (max-width: 990px) {
    .slicknav_nav {
        top: 216px;
    }

    .header-nav-menu .container {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .slicknav_nav {
        top: 216px;
    }

    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        top: -45px;
        left: -20px;
    }

    .header-nav-menu .container {
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        color: #173660;
    }
}