/*!
Theme Name: maudalaux
Theme URI: http://underscores.me/
Author: Angel Hmeli
Author URI: https://www.instagram.com/a_aine_jai_eu_el/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maudalaux
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template: hello-elementor

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

maudalaux is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
    --lightGreen: rgba(2, 76, 76, 1);
    --green: rgba(0, 68, 69, 1);
    --beige: #EBDCD1;
}
::selection{
    background-color: var(--beige);
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--green);
}
::-webkit-scrollbar-track {
    background-color: var(--beige);
}
html{
    overflow-x: hidden;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.bressay{
    font-family: bressay, serif;
}
h1, h2, h3, h4{
    font-family: bressay, serif !important;
}
p{
    font-family: myriad-bengali, sans-serif;
}
/*-------------HEADER----------------*/
#masthead{
    margin: 0;
    max-width: 100%;
    background-color: var(--green);
}

#menu-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    width: 60vw;
}
#menu-header li{
    margin: 4%;
    font-size: 20px;
    font-weight: 700;
    transition: 500ms ease-in-out;
}
#menu-header li:hover{
    scale: 1.2;
    transition: 500ms ease-in-out;
}
#menu-header a{
    color: white;
}
#menu-header #menu-item-92{
    margin-right: 0;
}
#menu-header #menu-item-91{
    background-color: var(--beige);
    padding: 10px 20px;
    border-radius: 18px;
}
#menu-header #menu-item-91 a{
    color: black;
}

@media screen and (max-width: 1300px) {
    #masthead{
        flex-direction: column;
    }
    #menu-header{
        width: 100vw;
        justify-content: center;
    }
}
/*------------HEADER------------*/

/*----------FOOTER---------------*/
#colophon{
    background-color: var(--green);
    margin: 0;
    max-width: 100%;
}
.menu-footer-container{
    display: flex;
    align-items: center;
}
#menu-footer li{
    margin: 4%;
    font-size: 20px;
    font-weight: 700;
    list-style: none;
    width: 21vw;
}
#menu-footer a{
    color: white;
}
@media screen and (max-width: 766px) {
    #menu-footer li{
        width: 100%;
    }
}
/*----------FOOTER---------------*/

/*--------------ACCUEIL--------------*/
#onglets-accueil{
    background-color: var(--green);
    border-radius: 36px;
    margin: 5% 0;
}
#onglets-accueil .elementor-tabs-wrapper{
    text-align: center;
    align-items: center;
}
#onglets-accueil .elementor-tab-title{
    padding: 3%;
}
#onglets-accueil .elementor-tabs-content-wrapper{
    border-radius: 0 0 34px 34px;
}

.elementor-widget-wrap {
    justify-content: center;
}
@media screen and (max-width: 850px) {
    .elementor-widget-container{
        width: 80vw;
        margin: auto !important;
    }
}
/*--------------ACCUEIL--------------*/

/*--------------A PROPOS--------------*/
.onglet-valeur-title{
    position: absolute !important;
    z-index: 1;
    background: white;
    padding: 17px;
    margin: auto;
    border-radius: 34px;
    top: -5px;    
    width: 60% !important;
    margin: 0 4rem;
}
.onglet-valeur-content{
    background: var(--beige);
    padding: 9%;
    padding-top: 15%;
    border-radius: 34px;
}
#text-propos-max{
    display: none;
    transition: 1s ease-out;
}
#text-propos-min{
    transition: 1s ease-out;
}
#lireplus{
    cursor: pointer;
}
@media screen and (max-width: 850px) {
    .elementor-element-54674e7{
        text-align: center;
    }
    .onglet-valeur-title h4{
        width: 55vw;
    }
}

/*--------------A PROPOS--------------*/

/*--------------BOUTIQUE--------------*/
#carte-cadeau h3{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

/*--------------BOUTIQUE--------------*/

/*--------------CGV - MENTIONS LEGALES--------------*/

#cgv-content h3{
    color: var(--green);
    font-weight: 700;
}
#cgv-content h4{
    color: var(--green);
    font-weight: 500;
}

#ml-content h2{
    color: var(--green);
    font-weight: 700;
}
#ml-content h3{
    color: var(--green);
    font-weight: 700;
}

/*--------------CGV - MENTIONS LEGALES--------------*/

.entry-title-article{
    text-align: center;
    font-size: 100px;
    color: var(--green);
    margin: 3% 0;
}
.divImg{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.divImg .attachment-post-thumbnail{
    width: 65vw !important;
    max-height: 550px !important;
    border-radius: 0 245px 0 0;
}
