@media only screen and (min-width: 992px){
    .mobile-header{
        display: none;
    }
    /* Container */
    .container {
        max-width: 1440px;
        margin: 10px auto;
    }
    .alert-label:hover{
        background-color: #fff !important;
    }
    .alert-label{
        transition: all .35s ease-in-out;
    }
    .main-header .container{
        margin: 0 auto 0 auto !important;
        padding: 10px 0;
    }
    .alert-banner-content{
        color: white;
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 10px 20px;
        font-size: 14px;
        margin: auto;
    }
    .search-container {
        position: relative;
        display: inline-block;
    }

    .search-icon-default {
        cursor: pointer;
        transition: opacity 0.3s ease;
    }

    .search-form-container {
        position: absolute;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(20px);
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .search-container:hover .search-icon-default {
        opacity: 0;
        visibility: hidden;
    }

    .search-container:hover .search-form-container {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .search-form {
        display: flex;
        align-items: center;
        background: white;
        border-radius: 20px;
        overflow: hidden;
        height: 32px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .search-submit {
        background: none; /* Pas de background */
        border: none;
        width: 32px;
        height: 32px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        order: -1; /* Met la loupe à gauche */
        flex-shrink: 0;
    }

    .search-input {
        border: none;
        outline: none;
        font-size: 16px;
        background: #fff;
        height: 100%;
        box-sizing: border-box;
        flex: 1;
    }

    /* Image de la loupe */
    .search-icon {
        width: 16px;
        height: 16px;
        /* Pas de filter puisque l'image est déjà rouge */
    }
    /* Header */

    /*Hero */
    .hero-section {
        position: relative;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }
    .hero-overlay {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .hero-content {
        text-align: left;
        padding: 2rem;
    }
    .hero-content h1 {
        font-size: 96px !important;
    }
    .latest-news-item{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .hero-content p {
        font-size: 40px;
    }
    .hero-button {
        display: inline-block;
        background-color: white;
        color: #197654;
        padding: 0.75rem 1.5rem;
        border-radius: 0.5rem;
        font-weight: bold;
        text-decoration: none;
    }
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .dropdown-menu{
        border-radius: 0;
        border-left: 4px solid #C90C0F;
        border-right: 0;
        border-top: 0;
        border-bottom: 0;
        box-shadow: 0px 0px 8px #1A1D1A59;
    }
    .navbar-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .card-body .news-title a{
        font-size: 20px !important;
    }
    .news-teaser-text{
        font-size: 14px;
    }
    .news-text-wrap{
        margin-bottom: 50px !important;
    }
    .filters{
        display:flex;
        flex-wrap:wrap;
        justify-content: space-around;
        gap:1rem;
    }
    .select-custom{
        width: 214px;
    }
    .cta-news{
        text-align: right;
        width: fit-content;
        height: 45px;
        margin: 0 0 0 auto;
        font-size: 20px;
        border-radius: 8px;
        padding: 20px;
    }
    .custom-card-1 .ce-card, .custom-card-2 .ce-card, .custom-card-3 .ce-card, .ce-card .card-body{
        height: 480px;
    }
    .custom-card-3 h3{
        font-size: 64px !important;
        color: #C90C0F;
    }
    .navbar-nav > li.nav-item {
        flex: auto;
        text-align: center;
    }
    .navbar-nav > li.nav-item > a,
    .navbar-nav > li.nav-item > span {
        display: block;
        width: 100%;
        padding: 1rem 0;
    }
    .main-nav ul {
        list-style: none;
        display: flex;
        gap: 20px;
        margin: 0;
        padding: 0;
    }
    .nav-link.dropdown-toggle::after{
        color: #C90C0F !important;
    }
    .nav-link{
        text-align: left;
    }
    .nav-item.hover .dropdown-menu{
        display: block !important;
    }
    .navbar .container-fluid{
        gap: 15px;
    }
    .main-nav a {
        text-decoration: none;
        color: #000;
        font-weight: bold;
    }

    .main-nav a:hover {
        color: #C90C0F;
    }

    .social-icons a img {
        margin-left: 10px;
        vertical-align: bottom;
    }
    .social-icons{
        margin: 0 0 0 auto;
    }
    /* Footer */
    .footer-top {
        background-color: #C90C0F
    }
    .footer-top-content{
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding: 15px 50px;
        text-align: center;
        margin: auto;
    }
    .footer-info h3,
    .footer-social h3 {
        margin-bottom: 10px;
        font-weight: 400;
        color: #FFE433;
        font-size: 40px;
    }
    .form-bloc{
        margin-left: auto;
    }
    .footer-social a img {
        margin-right: 20px;
    }
    .powermail_fieldset_3 .row{
        display: block !important;
    }
    .powermail_fieldwrap_type_textarea{
        width: 100% !important;
    }
    .powermail_field .btn{
        width: 130px;
        font-size: 20px;
        font-family: poppinsmedium;
    }
    .powermail_field .btn{
        float: right;
    }
    .footer-bottom {
        text-align: center;
        padding: 15px;
    }
    .footer-links a:hover {
        text-decoration: none;
    }
    .partenaires {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .partenaires-logos img{
        height: 116px;
        width: auto;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1189px) {
    .logo{
        width: 230px;
        height: auto;
    }
    .nav-link{
        font-size: 14px;
    }
}

