/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */

/* GENERAL */
@font-face {
    font-family: "BariolRegular";
    src: url(../assets/_fonts/BariolRegular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bariol";
    src: url(../assets/_fonts/BariolRegular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bariol";
    src: url(../assets/_fonts/BariolRegularItalic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Bariol";
    src: url(../assets/_fonts/BariolBold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Bariol";
    src: url(../assets/_fonts/BariolBoldItalic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Bitcrusher";
    src: url(../assets/_fonts/Bitcrusher.otf) format("opentype");
}

@font-face {
    font-family: "MuseoSans900";
    src: url(../assets/_fonts/museosans900.ttf) format("truetype");
}

a {
    transition: all .3s ease-in-out;
}

i.italic-std {
    font-family: "BariolRegular";
}

body {
    font-family: "Bariol";
}

/*body {
    font-family: "Bariol";
    font-size: 22px;
    line-height: 28px;
    color: #17223F;
}*/

.asterisk::after {
    content: '*';
}

.back-to-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 999; /* Make sure it does not overlap */
    outline: none; /* Remove outline */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 20px; /* Increase font size */
    color: #FFFFFF;
    background: #172544 0% 0% no-repeat padding-box;
    /*border: solid 1px #F4C000;*/
    padding: 14px 16px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top:hover {
        background-color: #F4C000;
    }

.mamao-border-r {
    border-right: solid 1px #172544;
}

.mamao-border-l {
    border-left: solid 1px #172544;
}

.mamao-bg-yellow {
    background-color: #F5BE2C;
}

.mamao-bg-blue {
    background-color: #172544;
}

.mamao-bg-lblue {
    background-color: #1F2C55;
}

.mamao-bg-gray {
    background-color: #0F1932;
}

.mamao-bg-orange {
    background-color: #F49D44;
}

.mamao-title {
    font-family: "Bitcrusher";
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
}

.mamao-title-cards {
    font-family: "Bitcrusher";
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 10px;
}

.mamao-title-m {
    font-family: "Bitcrusher";
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
}

.mamao-title-sm {
    font-family: "Bitcrusher";
    font-size: 38px;
    line-height: 20px;
    text-transform: uppercase;
}

.mamao-subtitle {
    font-family: "Bariol";
    font-style: italic;
    font-size: 35px;
    line-height: 43px;
    color: #F5BE2C;
    text-transform: uppercase;
}

.mamao-title-thin {
    font-size: 50px;
    line-height: 60px;
}

.mamao-subtitle-thin {
    font-family: "Bariol";
    font-size: 30px;
    line-height: 40px;
    color: #F5BE2C;
}

.mamao-content {
    font-size: 22px;
    line-height: 28px;
}

.text-blue {
    color: #1F2C55;
}

.text-yellow {
    color: #F5BE2C;
}

.text-gray {
    color: #0F1932;
}

.text-orange {
    color: #F49D44;
}

.mamao-white-border {
    border-left: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}

.mamao-button {
    background-color: transparent;
    border: solid 1px #17223F;
    border-radius: 50px;
    padding: 10px 45px;
    font-family: "Bariol";
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #17223F;
    display: inline-block;
}

.mamao-button-hover-yellow:hover {
    color: #17223F;
    background-color: #F3BC3F;
    border-color: #F3BC3F;
}

.mamao-button-hover-blue:hover {
    color: #FFFFFF;
    background-color: #17223F;
    border-color: #17223F;
}

#sb_instagram {
    padding-bottom: 0 !important;
}

.sbi_item {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

    .sbi_item:first-child {
        padding-left: 0;
    }

.mt-35 {
    margin-top: 35px;
}

.mt-80 {
    margin-top: 80.6px;
}

.mamao-vh {
    height: calc(100vh - 150px);
    min-height: 827px;
}

.mamao-video {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
/* GENERAL */

/* HEADER */
.mamao-menu-desktop, .mamao-menu-mobile {
    position: fixed;
    z-index: 999;
    top: 0;
}

.mamao-menu-desktop-bg {
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_menu_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.mamao-menu-mobile-bg {
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_menu_bg_mobile.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.mamao-menu-mobile-icon {
    width: 37px;
    display: inline-block;
}

#wrapper {
    padding-top: 107px;
}

.mamao-flag:hover {
    transform: rotate(-9deg);
}

.mamao-logo {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    height: 71.09px;
    width: 96.09px;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .mamao-logo:hover {
        background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_logo_hover.svg);
    }

.mamao-menu {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding-left: 0;
    margin-bottom: 0;
}

    .mamao-menu li {
        display: table-cell;
        padding-left: 10px;
        padding-right: 10px;
    }

        .mamao-menu li a {
            background-color: #FFFFFF;
            font-family: 'Bariol';
            font-size: 25px;
            line-height: 28px;
            font-weight: bold;
            color: #1F2C55 !important;
            text-transform: uppercase;
            text-align: center;
        }

.mamao-menu-right li:last-child a {
    color: #FFFFFF !important;
    background-color: #F4C000;
}

.mamao-menu li a:hover {
    background-color: #1F2C55;
    color: #FFFFFF !important;
}

.mamao-menu li a:hover {
    transform: rotate(4deg);
}

.mamao-menu li:first-child a:hover {
    transform: rotate(-4deg);
}

.mamao-header-socials a {
    color: #FFFFFF;
    font-size: 21px;
    margin-left: 15px;
}

    .mamao-header-socials a:first-child {
        margin-left: 0;
    }

.mamao-social-facebook, .mamao-social-instagram, .mamao-social-linkedin {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mamao-social-facebook {
    width: 10px;
    height: 21px;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_facebook.svg);
}

    .mamao-social-facebook:hover {
        background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_facebook_hover.svg);
        transform: rotate(-22deg) scale(1.5);
    }

.mamao-social-instagram {
    width: 21px;
    height: 21px;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_instagram.svg);
}

    .mamao-social-instagram:hover {
        background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_instagram_hover.svg);
        transform: rotate(22deg) scale(1.5);
    }

.mamao-social-linkedin {
    width: 21px;
    height: 21px;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_linkedin.svg);
}

    .mamao-social-linkedin:hover {
        background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_linkedin_hover.svg);
        transform: rotate(-22deg) scale(1.5);
    }

.mamao-book, .mamao-book b, .mamao-book u {
    transition: none !important;
}

.mamao-book {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 1.5px;
    transition: none !important;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .mamao-book:hover {
        background-color: #1F2C55;
        color: #F5BE2C;
    }
/* HEADER */

/* FOOTER */
.gbdi-footer {
    font-family: "Bariol";
    font-size: 18px;
    line-height: 20px;
}

    .gbdi-footer a {
        color: #1F2C55;
    }

    .gbdi-footer p:last-child {
        margin-bottom: 0;
    }

.gbdi-footer-logo {
    max-height: 100px;
}

.gbdi-footer-links {
    font-family: "Bariol";
    font-size: 10px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
}

    .gbdi-footer-links a {
        color: #FFFFFF;
    }

        .gbdi-footer-links a:hover {
            color: #1F2C55;
        }
/* FOOTER */

/* HOME */
.mamao-lentita-bg {
    background-color: #153A29;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_lentita_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 140px;
    padding-bottom: 290px;
}

.mamao-lentita-title {
    position: relative;
    display: inline-block;
}

    .mamao-lentita-title span {
        position: relative;
        z-index: 200;
    }

    .mamao-lentita-title:after {
        content: '';
        position: absolute;
        width: 170px;
        height: 170px;
        background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_tampon.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        right: -145px;
        top: -55px;
        z-index: 190;
        transform-origin: center !important;
        animation: tampmove 3s linear infinite;
    }

@keyframes tampmove {
    0% {
        transform: rotate(20deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(20deg);
    }
}

.mamao-lentita-image, .mamao-silow-image, .mamao-penem-image {
    width: 100%;
    object-fit: cover;
}

.mamao-lentita-content {
    padding-right: 90px;
}

    .mamao-lentita-content blockquote {
        font-weight: bold;
        font-size: 25px;
        line-height: 32px;
    }

    .mamao-lentita-content strong {
        color: #F4C000;
    }

.mamao-sand-top {
    z-index: 960;
    position: relative;
}

    .mamao-sand-top img {
        position: absolute;
        margin-top: -170px;
        width: 100%;
    }

.mamao-sand-silow {
    z-index: 960;
    position: relative;
}

    .mamao-sand-silow img {
        position: absolute;
        margin-top: -355px;
        width: 100%;
    }

.mamao-silow-bg {
    background-color: #0F1523;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_silow_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 180px;
    padding-bottom: 115px;
}

.mamao-silow-content blockquote {
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
}

.mamao-silow-content strong {
    color: #F4C000;
}

.mamao-silow-content a strong {
    color: inherit;
}

.mamao-silow-content a {
    width: 238px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    color: #F4C000;
    border: solid 2px;
    border-radius: 27px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .mamao-silow-content a:hover {
        background-color: #F4C000;
        color: #172544;
    }

.mamao-silow-animation {
    width: 206px;
    height: 206px;
    display: inline-block;
    margin-right: -54px;
    margin-top: -1rem;
}

.mamao-penem-bg {
    background-color: #0F1523;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_penem_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 149px;
    padding-bottom: 377px;
}

.mamao-penem-title span {
    position: relative;
}

.mamao-penem-animation {
    width: 208px;
    height: 208px;
    position: absolute;
    top: -15px;
    right: -258px;
}

.mamao-penem-content {
    font-size: 30px;
    line-height: 40px;
}

    .mamao-penem-content span {
        text-decoration: none !important;
        text-transform: uppercase;
        color: #4EBBBD;
    }

.mamao-plan {
    position: relative;
    margin-top: -355px;
}

    .mamao-plan img {
        width: 100%;
        object-fit: cover;
    }

.mamao-plan-sand {
    z-index: 960;
    position: relative;
    margin-bottom: -100px;
}

.mamao-place {
    margin-top: 100px;
    margin-bottom: 230px;
}

    .mamao-place img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.mamao-bloc-bg {
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_place_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}

.mamao-bloc-title {
    font-family: 'Bitcrusher';
    font-size: 120px;
    line-height: 120px;
    text-transform: uppercase;
}

.mamao-bloc-introduction {
    font-size: 30px;
    line-height: 35px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 65px;
}

.mamao-place-content {
    padding-top: 70px;
    padding-right: 80px;
}

.mamao-place-subtitle {
    font-size: 40px;
    line-height: 40px;
    font-style: italic;
    display: inline-block;
    border-bottom: solid 6px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.mamao-place-content .mamao-content {
    font-size: 30px;
    line-height: 30px;
}

    .mamao-place-content .mamao-content strong {
        font-family: 'Bitcrusher';
        font-size: 50px;
        text-transform: uppercase;
    }

    .mamao-place-content .mamao-content p {
        margin-bottom: 40px;
    }

.mamao-cadre {
    padding: 55px 32px;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_lieu_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .mamao-cadre div {
        font-size: 35px;
        line-height: 40px;
        font-weight: bold;
        border-radius: 130px;
        padding-top: 42px;
        padding-bottom: 42px;
        text-transform: uppercase;
    }

        .mamao-cadre div:hover {
            background-color: #172544;
            color: #F5BE2C;
        }

.mamao-bottom-text {
    font-family: 'Bitcrusher';
    font-size: 40px;
    line-height: 30px;
    color: #FFFFFF;
}

    .mamao-bottom-text p {
        margin-bottom: 0;
    }

    .mamao-bottom-text strong {
        color: #F5BE2C;
        text-transform: uppercase;
    }

.mamao-programmation {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #FFFFFF;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_programmation_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.mamao-programmation-p-e {
    padding-right: 100px !important;
}

.mamao-programmation-p-e-50 {
    padding-right: 55px !important;
}

.mamao-programmation-page {
    padding-bottom: 0px;
}

.mamao-programmation-top {
    position: relative;
}

.mamao-programmation-date {
    font-family: 'Bitcrusher';
    font-size: 70px;
    line-height: 84px;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    padding: 6px 20px;
    display: inline-block;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    white-space: nowrap;
    position: absolute;
    z-index: 200;
}

.mamao-programmation-title {
    font-size: 70px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 35px;
    position: relative;
    z-index: 200;
}

.mamao-programmation-subtitle {
    font-size: 60px;
    line-height: 77px;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    z-index: 200;
}

.mamao-programmation-type {
    font-size: 18px;
    line-height: 23px;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mamao-programmation-image {
    position: relative;
}

.mamao-programmation img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 200;
}

.mamao-programmation-image:before {
    position: absolute;
    z-index: 190;
}

.mamao-programmation-image:after {
    position: absolute;
    z-index: 190;
}

.mamao-programmation-1 {
    padding-top: 115px;
    margin-top: -190px;
}

    .mamao-programmation-1.mamao-prog-first {
        margin-top: 0;
    }

    .mamao-programmation-1 .mamao-programmation-image:before {
        content: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_programmation_1_bg.svg);
        top: -115px;
        left: -90px;
    }

    .mamao-programmation-1 .mamao-programmation-image:after {
        content: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_programmation_1_bg_visa.svg);
        bottom: -155px;
        right: 135px;
    }

.mamao-programmation-2 {
    padding-top: 215px;
}

    .mamao-programmation-2 .mamao-programmation-image:before {
        content: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_programmation_2_bg.svg);
        bottom: -165px;
        right: -135px;
    }

.mamao-programmation-3 {
    /*margin-top: -100px;*/
    margin-top: -50px;
}

    .mamao-programmation-3 .mamao-programmation-image:before {
        content: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_programmation_3_bg.svg);
        bottom: -195px;
        right: -175px;
    }

.mamao-programmation-4 {
    padding-top: 180px;
}

    .mamao-programmation-4 .mamao-programmation-image:before {
        content: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_programmation_4_bg.svg);
        top: -65px;
        left: -25px;
    }

.mamao-programmation-content {
    font-size: 15px;
    line-height: 19px;
    max-width: 100%;
    position: relative;
    z-index: 200;
}

.mamao-programmation-1 img {
    height: 360px;
}

.mamao-programmation-2 img {
    height: 409px;
}

.mamao-programmation-3 img {
    height: 400px;
}

.mamao-programmation-4 img {
    height: 429px;
}

.mamao-programmation-1 .mamao-programmation-content {
    /*width: 295px;*/
    width: 560px;
}

.mamao-programmation-2 .mamao-programmation-content {
    width: 478px;
}

.mamao-programmation-3 .mamao-programmation-content {
    /*width: 288px;*/
    width: 440px;
}

.mamao-programmation-4 .mamao-programmation-content {
    /*width: 294px;*/
    width: 480px;
}

.mamao-home-prog-more {
    display: inline-block;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_programmation_plus_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 200px;
    right: 20%;
    padding-top: 20px;
    padding-right: 20px;
}

.mamao-prog-plus {
    width: 273px;
    height: 272px;
}

.mamao-prog-banner {
    overflow: hidden;
    font-family: 'Bariol';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

    .mamao-prog-banner > :first-child {
        display: inline-block; /* modèle de boîte en ligne */
        white-space: nowrap; /* pas de passage à la ligne */
        animation: defilement-rtl 200s infinite linear;
    }

@keyframes defilement-rtl {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}
/* HOME */

/* CARTES */
.mamao-cards-page {
    padding-top: 0;
}

.mamao-cards-top-title {
    font-family: 'Bitcrusher';
    font-size: 50px;
    line-height: 58px;
    letter-spacing: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 4px;
    border-bottom: solid 4px;
}

.mamao-cards-top-links a:hover .mamao-cards-top-title {
    color: #F4C000;
    border-color: #F4C000;
    transition: all .3s ease-in-out;
}

.mamao-cars-top-icon {
    border-radius: 50%;
    width: 100%;
    position: relative;
}

.mamao-cards-top-links a:hover .mamao-cars-top-icon {
    background-color: #F4C000;
    transition: all .3s ease-in-out;
}

.mamao-cars-top-icon:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.mamao-cars-top-icon lottie-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    transition: all .3s ease-in-out;
}

.mamao-cards-top-links a:hover .mamao-cars-top-icon-1 lottie-player {
    transform: translate(-50%, -50%) rotate(15deg);
}

.mamao-cards-top-links a:hover .mamao-cars-top-icon-2 lottie-player {
    transform: translate(-50%, -50%) rotate(-15deg);
}

.mamao-card {
    border-radius: 80px;
    padding: 60px;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_cards_bg.png);
}

.mamao-card-full {
    padding-left: 160px;
    padding-right: 160px;
}

.mamao-card-title {
    font-size: 41px;
    line-height: 54px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.mamao-card-subtitle {
    font-family: "Bitcrusher";
    font-size: 31px;
    line-height: 37px;
    letter-spacing: 3.1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    min-width: 227px;
    margin-top: 50px;
}

.mamao-card-white {
    background-color: #FFFFFF;
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_cards_bg.png);
    background-size: cover;
    padding: 30px;
    padding-top: 58.5px;
    position: relative;
}

    .mamao-card-white .mamao-card-subtitle {
        position: absolute;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0;
        top: -28.5px;
    }

.mamao-card-separator {
    height: 2px !important;
    opacity: 1;
}

.mamao-card-content {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.mamao-card-content-text {
    font-size: 22px;
    line-height: 28px;
    font-style: italic;
}

    .mamao-card-content-text b {
        font-size: 25px;
        line-height: 32px;
        text-transform: uppercase;
        font-style: normal;
    }

        .mamao-card-content-text b i {
            text-transform: initial;
        }

.mamao-card-content-price {
    position: relative;
    /*right: 15px;*/
    background-color: #FFFFFF;
    width: 61px;
    height: 61px;
    border-radius: 50px;
}

    .mamao-card-content-price span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.mamao-cards-informations-small {
    font-size: 25px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mamao-cards-informations {
    font-family: "Bitcrusher";
    /*font-size: 50px;
	line-height: 60px;*/
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    margin-top: 40px;
    margin-bottom: 150px;
}

.mamao-card-subtitle-bloc {
    margin-top: 50px;
}

    .mamao-card-subtitle-bloc .mamao-card-subtitle {
        margin-top: 0;
        display: block;
    }

.mamao-card-subtitle-price {
    font-family: "Bitcrusher";
    font-size: 51px;
    line-height: 61px;
}

.mamao-card-subtitle-no-mt {
    margin-top: 0;
}

.mamao-card-no-pt {
    padding-top: 0;
}

.mamao-spec-15 {
    right: 8px;
    position: relative;
}

.mamao-card-footer {
    font-size: 26px;
    line-height: 35px;
    /*font-weight: bold;*/
    margin-top: 50px;
}

    .mamao-card-footer span {
        font-family: "Bitcrusher";
        font-size: 26px;
        line-height: 35px;
        letter-spacing: 2.6px;
    }

.mamao-card-bar-left .mamao-card-subtitle {
    display: inline-block;
}

.mamao-card-bar-left .mamao-card-subtitle-intro {
    font-family: "Bitcrusher";
    font-size: 20px;
    line-height: 24px;
}

.mamao-card-content-bloc {
    font-size: 25px;
    line-height: 32px;
}

    .mamao-card-content-bloc b {
        text-transform: uppercase;
    }

.mamao-card-content-bloc-price {
    background-color: rgba(255,255,255,0.3);
    font-size: 25px;
    line-height: 32px;
}

.mamao-small-italic {
    font-size: 21px;
    line-height: 28px;
}

    .mamao-small-italic b {
        text-transform: none;
    }

.mamao-card-bar-right .mamao-card-subtitle {
    display: block;
}
/* CARTES */
@media only screen and (min-width:1260px) and (max-width:1440px) {
    .mamao-lentita-bg {
        background-size: cover
    }

    .mamao-place {
        margin-top: 30px;
        margin-bottom: 260px;
    }

    .mamao-silow-bg {
        margin-top: 93px;
        background-size: cover
    }

    .mamao-programmation-1 .mamao-programmation-image:after {
        display: none
    }

    .mamao-penem-bg {
        background-size: cover
    }
}

/* CONCOURS */
.mamao-concours-bg {
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_home_game_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.mamao-concours-content {
    font-size: 30px;
    line-height: 40px;
}

    .mamao-concours-content a {
        width: 238px;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        color: #F4C000;
        border: solid 2px;
        border-radius: 27px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

        .mamao-concours-content a:hover {
            background-color: #F4C000;
            color: #172544;
        }

.mamao-concours-signature {
    font-family: "Bitcrusher";
    font-size: 40px;
    line-height: 25px;
    margin-top: 50px;
}

.mamao-jeu-concours-content {
    font-size: 20px;
    line-height: 25px;
}

.mamao-jeu-concours {
    background-image: url(https://www.mamao.fr/wp-content/themes/gbdi-starter/assets/images/mamao_concours_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
    padding-top: 250px;
}

    .mamao-jeu-concours a {
        color: #FFFFFF;
    }

        .mamao-jeu-concours a:hover {
            color: #F5BE2C;
        }

.mamao-concours-bold {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 0px;
    margin-top: 30px;
}

    .mamao-concours-bold:first-child {
        margin-top: 0;
    }

    .mamao-concours-bold mark {
        padding: 0;
    }

.mamao-concours-title {
    text-transform: initial;
    margin-bottom: 70px;
    font-size: 100px;
    letter-spacing: 10px;
}

.mamao-concours-header {
    position: relative;
}

.mamao-concours-cocktails {
    position: absolute;
    z-index: -1;
    right: -35px;
    bottom: 65px;
    box-shadow: 0px 0px 20px #00000087;
    background-color: #1F2C55;
    border-radius: 100%;
    padding: 45px;
}

    .mamao-concours-cocktails img {
        width: 100%;
    }

    .mamao-concours-cocktails lottie-player {
        width: 445px;
        max-width: 100%;
    }

.mamao-concours-sand img {
    position: absolute;
    margin-top: -200px;
}

.mamao-programmation-links a, .mamao-programmation-links button {
    font-family: Bariol;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    padding: 7px 30px;
    text-transform: uppercase;
    background-color: transparent;
    border: solid 3px;
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

    .mamao-programmation-links a.mamao-programmation-month {
        border-color: #F4C000;
        color: #F4C000;
    }

.mamao-programmation-links a {
    border-color: #1F2C55;
    color: #1F2C55;
}

    .mamao-programmation-links a.mamao-programmation-month:hover {
        color: #FFFFFF;
        background-color: #F4C000;
    }

    .mamao-programmation-links a:hover {
        color: #FFFFFF;
        background-color: #1F2C55;
    }

.mamao-programmation-month-title {
    background-color: #1F2C55;
    color: #FFFFFF;
    font-family: 'Bitcrusher';
    font-size: 70px;
    line-height: 84px;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    padding: 6px 20px;
    display: inline-block;
}

.pum-container a {
    font-family: 'Bariol';
    font-size: 25px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF !important;
    background-color: #F4C000;
    padding: 0.5rem 1rem;
}

    .pum-container a:hover {
        background-color: #FFFFFF;
        color: #F4C000 !important;
    }


.mamao-footer {
    background-color: #072858;
}






/* RESPONSIVE */
@media(max-width:575px) {
    #wrapper {
        padding-top: 107px;
    }

    .mamao-vh {
        height: auto;
        min-height: auto;
        max-height: 100vh;
        display: flex;
    }

    .mamao-plan {
        margin-top: -55px;
    }

    .mamao-plan-sand {
        margin-bottom: -30px;
    }

    .mamao-sand-top img {
        margin-top: -45px;
    }

    .mamao-lentita-bg {
        background-image: url(../images/mamao_lentita_bg_mobile.jpg);
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .mamao-lentita-content {
        padding-right: initial;
    }

    .mamao-silow-bg {
        background-image: url(../images/mamao_silow_bg_mobile.jpg);
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .mamao-silow-content blockquote {
        font-size: 20px;
        line-height: 26px;
    }

    .mamao-penem-bg {
        background-image: url(../images/mamao_penem_bg_mobile.jpg);
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .mamao-content-block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mamao-title {
        line-height: 110px;
    }

    .mamao-lentita-content blockquote {
        font-size: 20px;
        line-height: 26px;
    }

    .gbdi-footer .mamao-white-border {
        border: none;
    }

        .gbdi-footer .mamao-white-border img {
            width: 194px;
        }

    .mamao-lentita-title:after {
        width: 110px;
        height: 110px;
        right: 15px;
        top: -15px;
    }

    .mamao-penem-content {
        font-size: 20px;
        line-height: 26px;
    }

    .mamao-penem-animation {
        right: -208px;
    }

    .hide-mobile {
        display: none;
    }

    .mamao-bloc-bg {
        padding-top: 100px;
        padding-bottom: 130px;
    }

    .mamao-place {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mamao-bottom-text {
        font-size: 33px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mamao-silow-bg {
        padding-top: 100px;
    }

    .mamao-sand-silow img {
        margin-top: -65px;
    }

    .mamao-programmation-1, .mamao-programmation-2, .mamao-programmation-3, .mamao-programmation-4 {
        margin-top: 0 !important;
        margin-bottom: 50px !important;
    }

    .mamao-programmation-2 {
        padding-top: 0;
    }

    .mamao-programmation .mamao-title {
        font-size: 75px;
        line-height: 75px;
    }

    .mamao-programmation .mamao-programmation-subtitle {
        font-size: 33px;
    }

    .mamao-programmation-date {
        transform: none;
        position: relative;
        margin-left: 30px;
        margin-top: 30px;
    }

    .mamao-programmation-title, .mamao-programmation-type, .mamao-programmation-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mamao-programmation-p-e, .mamao-programmation-p-e-50 {
        padding-right: 0 !important;
    }

    .mamao-programmation-1 .mamao-programmation-image:after {
        right: -60px;
    }

    .mamao-home-prog-more {
        position: relative;
        right: initial;
        bottom: initial;
    }

    .mamao-home-more {
        text-align: center;
        margin-bottom: 50px;
    }

    .mamao-programmation {
        padding-bottom: 0px;
    }

    .mamao-title-cards {
        font-size: 75px;
        line-height: 85px;
    }

    .mamao-card {
        padding: 30px;
    }

    .mamao-card-content-price {
        right: 0px;
        font-size: 18px;
        width: 50px;
        height: 50px;
    }

    .mamao-cards-top-title {
        font-size: 30px;
        line-height: 35px;
    }

    .mamao-card-content-bloc-price {
        font-size: 21px;
    }

    .mamao-jeu-concours {
        padding-top: 100px;
    }

    .mamao-concours-title {
        font-size: 55px;
        line-height: 65px;
    }

    .mamao-concours-cocktails lottie-player {
        width: 95px;
    }

    .mamao-concours-cocktails {
        padding: 15px;
        right: 0;
        bottom: 15px;
    }
}

@media(min-width:576px) and (max-width:767px) {
    #wrapper {
        padding-top: 107px;
    }

    .mamao-vh {
        height: auto;
        min-height: auto;
        max-height: 100vh;
        display: flex;
    }

    .mamao-plan {
        margin-top: -75px;
    }

    .mamao-plan-sand {
        margin-bottom: -45px;
    }

    .mamao-sand-top img {
        margin-top: -60px;
    }

    .mamao-lentita-bg {
        background-image: url(../images/mamao_lentita_bg_mobile.jpg);
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .mamao-silow-bg {
        background-image: url(../images/mamao_silow_bg_mobile.jpg);
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .mamao-penem-bg {
        background-image: url(../images/mamao_penem_bg_mobile.jpg);
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .mamao-lentita-content {
        padding-right: initial;
    }

    .mamao-content-block {
        padding-left: 35px;
        padding-right: 35px;
    }

    .mamao-lentita-title:after {
        width: 100px;
        height: 100px;
        right: -70px;
        top: -30px;
    }

    .mamao-bloc-bg {
        padding-top: 100px;
        padding-bottom: 130px;
    }

    .mamao-place {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mamao-bottom-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mamao-silow-bg {
        padding-top: 150px;
    }

    .mamao-sand-silow img {
        margin-top: -75px;
    }

    .mamao-programmation-1, .mamao-programmation-2, .mamao-programmation-3, .mamao-programmation-4 {
        margin-top: 0 !important;
        margin-bottom: 50px !important;
    }

    .mamao-programmation-2 {
        padding-top: 0;
    }

    .mamao-programmation .mamao-title {
        font-size: 75px;
        line-height: 75px;
    }

    .mamao-programmation .mamao-programmation-subtitle {
        font-size: 33px;
    }

    .mamao-programmation-date {
        transform: none;
        position: relative;
        margin-left: 30px;
        margin-top: 30px;
    }

    .mamao-programmation-title, .mamao-programmation-type, .mamao-programmation-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mamao-programmation-p-e, .mamao-programmation-p-e-50 {
        padding-right: 0 !important;
    }

    .mamao-programmation-1 .mamao-programmation-image:after {
        right: -60px;
    }

    .mamao-home-prog-more {
        position: relative;
        right: initial;
        bottom: initial;
    }

    .mamao-home-more {
        text-align: center;
        margin-bottom: 50px;
    }

    .mamao-programmation {
        padding-bottom: 0px;
    }

    .mamao-card {
        padding: 30px;
    }

    .mamao-card-content-price {
        right: 20px;
    }

    .mamao-cards-top-title {
        font-size: 30px;
        line-height: 35px;
    }

    .mamao-card-content-bloc-price {
        font-size: 21px;
    }

    .mamao-jeu-concours {
        padding-top: 100px;
    }

    .mamao-concours-title {
        font-size: 55px;
        line-height: 65px;
    }

    .mamao-concours-cocktails lottie-player {
        width: 135px;
    }

    .mamao-concours-cocktails {
        padding: 15px;
        right: 0;
        bottom: 55px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #wrapper {
        padding-top: 107px;
    }

    .mamao-vh {
        height: auto;
        min-height: auto;
        max-height: 100vh;
        display: flex;
    }

    .mamao-plan {
        margin-top: -90px;
    }

    .mamao-plan-sand {
        margin-bottom: -50px;
    }

    .mamao-sand-top img {
        margin-top: -90px;
    }

    .mamao-lentita-bg {
        background-image: url(../images/mamao_lentita_bg_mobile.jpg);
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .mamao-penem-bg {
        background-image: url(../images/mamao_penem_bg_mobile.jpg);
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .mamao-silow-bg {
        background-image: url(../images/mamao_silow_bg_mobile.jpg);
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .mamao-lentita-content {
        padding-right: initial;
    }

    .mamao-content-block {
        padding-left: 35px;
        padding-right: 35px;
    }

    .mamao-lentita-title:after {
        top: -20px;
    }

    .mamao-bloc-bg {
        padding-top: 100px;
        padding-bottom: 130px;
    }

    .mamao-place {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mamao-bottom-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mamao-silow-bg {
        padding-top: 190px;
    }

    .mamao-sand-silow img {
        margin-top: -95px;
    }

    .mamao-programmation-1, .mamao-programmation-2, .mamao-programmation-3, .mamao-programmation-4 {
        margin-top: 0 !important;
        margin-bottom: 50px !important;
    }

    .mamao-programmation-2 {
        padding-top: 0;
    }

    .mamao-programmation-date {
        transform: none;
        position: relative;
        margin-left: 30px;
        margin-top: 30px;
    }

    .mamao-programmation-title, .mamao-programmation-type, .mamao-programmation-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mamao-programmation-p-e, .mamao-programmation-p-e-50 {
        padding-right: 0 !important;
    }

    .mamao-programmation-1 .mamao-programmation-image:after {
        right: -60px;
    }

    .mamao-home-prog-more {
        position: relative;
        right: initial;
        bottom: initial;
    }

    .mamao-home-more {
        text-align: center;
        margin-bottom: 50px;
    }

    .mamao-programmation {
        padding-bottom: 0px;
    }

    .mamao-card {
        padding: 30px;
    }

    .mamao-card-content-price {
        right: 20px;
    }

    .mamao-cards-top-title {
        font-size: 30px;
        line-height: 35px;
    }

    .mamao-jeu-concours {
        padding-top: 100px;
    }

    .mamao-concours-title {
        font-size: 55px;
        line-height: 65px;
    }

    .mamao-concours-cocktails lottie-player {
        width: 185px;
    }

    .mamao-concours-cocktails {
        padding: 15px;
        right: 0;
        bottom: 80px;
    }
}

@media(min-width: 992px) and (max-width:1330px) {
    .mamao-vh {
        height: auto;
        min-height: auto;
        max-height: 100vh;
        display: flex;
    }

    .mamao-plan-sand {
        margin-bottom: -85px;
    }

    .mamao-lentita-content {
        padding-right: 0;
    }

    .mamao-menu li a {
        font-size: 13px;
        line-height: 13px;
    }

    .mamao-bloc-bg {
        padding-top: 100px;
        padding-bottom: 130px;
    }

    .mamao-place {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mamao-bottom-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mamao-silow-bg {
        padding-top: 190px;
    }

    .mamao-sand-silow img {
        margin-top: -95px;
    }

    .mamao-sand-top img {
        margin-top: -110px;
    }

    .mamao-programmation-1, .mamao-programmation-2, .mamao-programmation-3, .mamao-programmation-4 {
        margin-top: 0 !important;
        margin-bottom: 50px !important;
    }

    .mamao-programmation-2 {
        padding-top: 0;
    }

    .mamao-programmation-date {
        transform: none;
        position: relative;
        margin-left: 30px;
        margin-top: 30px;
    }

    .mamao-programmation-title, .mamao-programmation-type, .mamao-programmation-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mamao-programmation-p-e, .mamao-programmation-p-e-50 {
        padding-right: 0 !important;
    }

    .mamao-programmation-1 .mamao-programmation-image:after {
        right: -60px;
    }

    .mamao-home-prog-more {
        position: relative;
        right: initial;
        bottom: initial;
    }

    .mamao-home-more {
        text-align: center;
        margin-bottom: 50px;
    }

    .mamao-programmation {
        padding-bottom: 0px;
    }

    .mamao-concours-cocktails lottie-player {
        width: 185px;
    }

    .mamao-concours-cocktails {
        padding: 15px;
        right: 0;
        bottom: 80px;
    }
}

@media(min-width: 992px) and (max-width:1100px) {
    .mamao-menu li a {
        font-size: 11px;
        line-height: 11px;
    }
}

@media(min-width: 1200px) and (max-width:1399px) {
    .mamao-bloc-introduction {
        margin-bottom: 0;
    }

    .mamao-bloc-bg {
        padding-top: 160px;
    }

    .mamao-bottom-text {
        font-size: 33px;
    }

    .mamao-cadre div {
        font-size: 25px;
        line-height: 27px;
    }

    .mamao-place-content {
        padding-top: 15px;
        padding-right: 15px;
    }

        .mamao-place-content .mamao-content strong {
            font-size: 30px;
        }

    .mamao-title-m {
        font-size: 45px;
        line-height: 45px;
    }

    .mamao-place-subtitle {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .mamao-place-content .mamao-content {
        font-size: 22px;
        line-height: 22px;
    }

        .mamao-place-content .mamao-content p {
            margin-bottom: 25px;
        }
}

@media(min-width: 1331px) and (max-width:1399px) {
    .mamao-menu li a {
        font-size: 17px;
    }

    .mamao-concours-cocktails lottie-player {
        width: 270px;
    }

    .mamao-concours-cocktails {
        padding: 15px;
        right: 0;
        bottom: 80px;
    }

    .mamao-concours-sand img {
        margin-top: -135px;
    }
}

@media(min-width: 1400px) and (max-width:1768px) {
    .mamao-menu li a {
        font-size: 18px;
        line-height: 18px;
    }

    .mamao-bloc-introduction {
        margin-bottom: 0;
    }

    .mamao-bloc-bg {
        padding-top: 160px;
    }

    .mamao-bottom-text {
        font-size: 33px;
    }

    .mamao-cadre div {
        font-size: 25px;
        line-height: 27px;
    }

    .mamao-place-content {
        padding-top: 15px;
        padding-right: 15px;
    }

        .mamao-place-content .mamao-content strong {
            font-size: 30px;
        }

    .mamao-title-m {
        font-size: 45px;
        line-height: 45px;
    }

    .mamao-place-subtitle {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .mamao-place-content .mamao-content {
        font-size: 22px;
        line-height: 22px;
    }

        .mamao-place-content .mamao-content p {
            margin-bottom: 25px;
        }

    .mamao-concours-cocktails lottie-player {
        width: 270px;
    }

    .mamao-concours-cocktails {
        padding: 15px;
        right: 0;
        bottom: 80px;
    }

    .mamao-concours-sand img {
        margin-top: -135px;
    }
}

@media(min-width: 1697px) {
}

@media(min-width: 1200px) and (max-width:1768px) {
    .mamao-card-full {
        padding-left: 50px;
        padding-right: 50px;
    }

    .mamao-card-content-text b {
        font-size: 19px;
        line-height: 25px;
    }

    .mamao-card-content-text {
        font-size: 18px;
        line-height: 24px;
    }

    .mamao-card-content-price {
        right: 0px;
        font-size: 18px;
        width: 50px;
        height: 50px;
    }

    .mamao-spec-15 {
        right: 0;
    }

    .mamao-card-bar-left .mamao-card-subtitle-intro {
        margin-bottom: 7px;
    }
}
/* RESPONSIVE */














/* NAVBAR */
.nav-link {
    color: #FFFFFF !important;
}
/* NAVBAR */

@media(max-width:992px) {
    .mamao-navbar {
        position: fixed;
        top: 0px;
        left: -220px;
        width: 220px;
        padding: 0;
        padding-top: 34px;
        height: 100%;
        background-color: #FFFFFF;
        z-index: 999;
        transition: left 480ms ease-in-out !important;
    }

    .mamao-mobile-padding {
        padding-left: 34px;
    }

    .mamao-navbar .mamao-logo {
        margin: 0;
        width: 130px;
        height: 96px;
        margin-bottom: 40px;
    }

    .mamao-navbar .mamao-flag {
        margin-bottom: 15.5px;
    }

    .wrapper-open .mamao-menu-mobile {
        transition: left 480ms ease-in-out !important;
        left: 0px;
    }

    .wrapper-close .mamao-menu-mobile {
        transition: left 480ms ease-in-out !important;
        left: 220px !important;
    }

    .wrapper-close .mamao-navbar {
        transition: left 480ms ease-in-out !important;
        left: 0px;
    }

    .mamao-navbar .mamao-menu li {
        display: block;
        padding: 0;
    }

        .mamao-navbar .mamao-menu li a {
            background-color: transparent;
            font-size: 16px;
            font-weight: bold;
            line-height: 21px;
            color: #1F2C55;
            text-align: left;
            padding: 0;
            margin-bottom: 10px;
        }

            .mamao-navbar .mamao-menu li a:hover, .mamao-navbar .mamao-menu li:first-child a:hover {
                transform: none;
                color: #F4C000 !important;
                background-color: transparent;
            }

    .mamao-mobile-flower {
        margin-top: 48px;
    }
}


/*html {
    font-size: 20px;
}*/

img {
    max-width: 100% !important;
}

.hidden {
    display: none !important;
}

a {
    transition: all .2s ease-in-out;
}

:hover {
    transition: all .2s ease-in-out !important;
}

#wrapper {
    overflow-x: hidden;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

    .gallery-item a,
    .gallery-item a:hover,
    .gallery-item a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        display: inline-block;
        max-width: 100%;
    }

        .gallery-item a img {
            display: block;
            -webkit-transition: -webkit-filter 0.2s ease-in;
            transition: -webkit-filter 0.2s ease-in;
            transition: filter 0.2s ease-in;
            transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .gallery-item a:hover img,
        .gallery-item a:focus img {
            -webkit-filter: opacity(60%);
            filter: opacity(60%);
        }

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000; /* Above WP toolbar. */
    }

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1640px !important;
    }
}
