/*
Theme Name: Neuhauser
Description: Neuhauser child theme for Divi by Mout.
Author: Maxime GINDRE - MOUT
Author URI: https://moutwebagency.com
Template: Divi
Version: 1.0.0
*/

.d-none {
    display: none !important;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.flex-center-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-around-center {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-justify-content-right {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

@media all and (min-width: 1024px) {
    ul.nav-submenu {
        padding: 20px !important;
        top: 110% !important;
    }
}

@media (max-width: 768px) {
    .flex-col-mb {
        flex-direction: column;
    }

    .flex-col-reverse-mb {
        flex-direction: column-reverse;
    }

    /** NOS ENGAGEMENTS PAGE **/
    .column-with-border-nos-engagements {
        border-right: none;
        border-bottom: 1px solid #97bcc8;
        padding-bottom: 20px;
        margin-bottom: 20px !important;
    }
}

@media all and (max-width: 1024px) {
    .wpforms-one-half.wpforms-first,
    .wpforms-one-half {
        width: 100% !important;
    }

    .wpforms-one-half {
        margin-left: unset !important;
    }
}

.w-max-content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.gap-2 {
    gap: 20px;
}