/* =========================================
   MEGAMENU ANVANTO
   Desktop / tablette centré
   Mobile non centré
========================================= */

/* -------------------------
   DESKTOP / TABLETTE
------------------------- */
@media (min-width: 768px) {

    .anmm-menu-horizontal {
        text-align: center;
    }

    .anmm-title,
    .anmm-link {
        display: block !important;
        width: 100%;
        text-align: center !important;
    }

    .anmm-dropdown-content-title,
    .anmm-dropdown-item,
    .anmm-dropdown-block-item,
    .anmm-block,
    .anmm-menu-block,
    .anmm-menu-horizontal [class*="col-"] {
        text-align: center !important;
    }

    .anmm-dropdown-block,
    .anmm-menu-horizontal .row,
    .anmm-menu-horizontal .container,
    .anmm-menu-horizontal .anmm-block {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .anmm-menu-horizontal img {
        display: block;
        margin: 0 auto;
    }

    .anmm-dropdown-item {
        padding: 5px 10px;
    }

    /* UNIQUEMENT le bouton du bas */
    .anmm-column.col-md-12 .anmm-dropdown-content-title a.anmm-dropdown-link {
        display: inline-block !important;
        width: auto !important;
        background: #F3EAE5 !important;
        padding: 14px 28px !important;
        border-radius: 14px !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        font-weight: 700 !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
        color: #000 !important;
        margin-top: 20px !important;
        transition: background 0.2s ease;
    }

    .anmm-column.col-md-12 .anmm-dropdown-content-title a.anmm-dropdown-link:hover {
        background: #eaded7 !important;
        color: #000 !important;
    }
}

/* -------------------------
   MOBILE
------------------------- */
@media (max-width: 767px) {

    .anmm-menu-horizontal,
    .anmm-title,
    .anmm-dropdown-content-title,
    .anmm-link,
    .anmm-dropdown-item,
    .anmm-dropdown-block-item,
    .anmm-block,
    .anmm-menu-block,
    .anmm-menu-horizontal [class*="col-"] {
        text-align: initial !important;
    }

    .anmm-link,
    .anmm-title {
        width: auto !important;
        display: inline !important;
    }

    .anmm-dropdown-block {
        display: block !important;
        justify-content: initial !important;
        flex-wrap: initial !important;
    }

    .anmm-menu-horizontal img {
        display: inline-block;
        margin: 0;
        max-width: 100%;
        height: auto;
    }

    .anmm-dropdown-item {
        padding: initial;
    }

    /* UNIQUEMENT le bouton du bas */
    .anmm-column.col-md-12 .anmm-dropdown-content-title a.anmm-dropdown-link {
        display: inline-block !important;
        width: auto !important;
        background: #F3EAE5 !important;
        padding: 12px 22px !important;
        border-radius: 14px !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        font-weight: 700 !important;
        font-size: 18px !important;
        line-height: 1.2 !important;
        color: #000 !important;
        margin-top: 15px !important;
    }

    .anmm-column.col-md-12 .anmm-dropdown-content-title a.anmm-dropdown-link:hover {
        background: #eaded7 !important;
        color: #000 !important;
    }
}

/* -------------------------
   GLOBAL
------------------------- */
.anmm-link:hover {
    color: #ff6600 !important;
}