/*
Theme Name: Mapaiesereine
Theme URI: https://attps.dev
Author: Anthony
Author URI: https://attps.dev
Description: Un thème de base minimaliste pour le développement.
Version: 1.0
Text Domain: mapaiesereine
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    overflow-x: hidden !important;

}

/* GUTENBERG */
#gut {
    max-width: 1200px;
    margin: auto;
    padding: 10vh 0;
}

/*--------------------*/
/* STYLE PERSONNALISÉ */
/*--------------------*/
/* MENU */
.menu-overlay {
    background: rgba(20, 23, 28, 0.90) !important;
}

#menu-menu-principal>li>a:hover,
#menu-menu-principal>li>a:focus {
    color: var(--onepager-color2) !important;
    opacity: 1 !important;
}

/* section NOTRE SAVOIR FAIRE */
#section-notre-savoir-faire .section-content .item:nth-child(3)>.image {
    text-align: center !important;
}

#section-notre-savoir-faire .section-content .item:nth-child(3)>.image>img {
    box-shadow: none !important;
    width: 250px !important;
}

/* section CERTIFICATIONS & LABELS */
#section-certifications-labels .item .image {
    text-align: center !important;
}

#section-certifications-labels .item .image img {
    width: 200px !important;
}

/* section CONTACT */
#gform_1 .gfield_consent_label {
    color: #fff !important;
}

#gform_1 .gfield_consent_description {
    border: none !important;
    overflow-y: auto !important;
    color: #fff !important;
}

/* FOOTER */
.custom-footer-2 .footer-grid-2 {
    justify-items: center !important;
}