/*
Theme Name: MEGAO
Theme URI: WEBSITE
Description: Thème du site web MEGAO
Author: Korigan
Author URL: https://www.korigan.fr
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/

html {
    width: 100%;
    height: auto;
    overflow-x: hidden !important;
}

#content {
    overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6, p, span {
    margin: 0 !important;
}

#open-menu {
    display: none;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .65s ease-in-out;
    width: 100%;
    min-height: 100vh;
}

#menu-mobile #open-menu.is-open {
    display: flex !important;
    pointer-events: all !important;
    visibility: visible;
    opacity: 1;
}

#btn-toggle-menu a {
    width: 60px !important;
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all .35s ease-in-out;
}

#btn-toggle-menu a:hover {
    background-color: var(--e-global-color-text) !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
}

.btn-menu-wrapper .elementor-button-content-wrapper {
    align-items: center;
}

.btn-menu-wrapper .elementor-button-icon {
    font-size: 18px;
    font-weight: 300;
}


/**
*** GENERALS
**/

.collaborator, .certifications {
    background-size: cover !important;
    background-position: center center !important;
}


/**
*** FORMS
**/

.gform-body label, 
.gform-body legend,
.gform-body .gfield_required_text,
.gform-body .gfield_description {
    color:#fff!important;
    font-size:1rem!important;
}

.gform-body input[type="text"],
.gform-body input[type="email"],
.gform-body input[type="tel"],
.gform-body select {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    padding: .5em 1em !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 6px !important;
}

.gform-body textarea {
    font-size: 1rem !important;
    padding: 1.5em !important;
    border: 0 !important;
    border-radius: 6px !important;
}

.gform-footer input[type="submit"] {
    font-size: 1.25rem !important;
    padding: 1em 2em !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 100px !important;
}

.gform_validation_errors {
    background-color:#ffacac!important;
}

.gform-body .gfield .gfield_validation_message {
    color:#ffacac!important;    
    font-weight: 600;
}

.gform_wrapper .gform_confirmation_message {
    color: #9affa5;
    text-align: center;
    font-size: 1.25rem;
}


/**
*** SIZES
**/

@media(min-width:1366px) {
    .max-fw {
    max-width: 1366px;
}

    .max-sw {
        max-width: 683px;
    }
}
