/**
 * Theme Name: bivouaq
 * Template:   Divi
 */


/* Fonts si besoin */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');


/* LOGO en mode tel page attente */
@media only screen and (min-width: 200px) and (max-width: 670px) {
    div.logo-box > img {
        display: block;
        width: 50% !important;
        height: auto;
        text-align: center !important;
        margin: auto !important;
    }
}


*{  margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
}

body, p, li, ul, a {
  font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 92px;
}

h1.big {
    font-size: 92px;
    border-bottom: 8px solid #faf28d;
    text-transform: uppercase;
    width: min-content;
    max-width: 100%;
}

h1.home {
    font-size: 14px;
    font-weight: 400 !important;
}

.subtitle {
    font-size: 22px;
    color: #000;
    font-weight: 800;
    margin-bottom: 50px;
}

h2 {
    font-size: 52px;
}

h2.small {
    font-size: 42px;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
}

h1, h2, h3, p.hero {
    font-weight: 900 !important;   
}

.citation {
    font-size: 24px;
    font-style: italic;
}

p.hero {
/*    font-size: 4vw;*/
    font-size: 50px;
    line-height: 1em;
}

p {
    font-size: 16px;
}

a:hover {
    font-weight: 600;
}

.title-outline {
    text-align: center;
    color: white;
    background-color: white;
    text-shadow: -1px -1px 0 #cbcbcb, 1px -1px 0 #cbcbcb, -1px 1px 0 #cbcbcb, 1px 1px 0 #cbcbcb;
    font-size: 8vw;
    white-space: nowrap;
}

.sticky {
    position: sticky !important;
    top: 50%;
}


/* /////////// MENU /////////// */


.mobile_menu_bar:before {
    color: #000 !important;
}

.menu-item {
    line-height: 2em;
}

.et_slide_in_menu_container #mobile_menu_slide li li a {
    opacity: 1;
}
.et_slide_in_menu_container #mobile_menu_slide li li a:hover,
.et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a:hover{
    opacity: 1 !important;
    text-decoration: underline !important;
}


/* /////////// TEXTE HERO SECTION /////////// */










/* ///////////  BOUTONS /////////// */









/* /////////// FOOTER /////////// */


.footer p {
    font-size: 14px;
}

.et_pb_social_icon a.icon:before {
    font-size: 20px;
}



/* /////////// RESPONSIVE /////////// */


@media screen and (min-width: 821px) and (max-width: 1140px) {
    
}

@media (min-width: 981px) {
       
}

@media (max-width: 980px) {
    
}


@media (max-width: 768px) {
    .container.et_menu_container {
        margin: 0 25px !important;
        width: auto !important;
    }
    h12 {
        font-size: 82px;
    }
    h2 {
        font-size: 38px;
    }
     h2.small {
        font-size: 32px;
    }
    .et_slide_in_menu_container .et_mobile_menu>.menu-item-has-children>a {
        font-weight: 400;
    }
}


@media (max-width: 480px) {
    h1 {
        font-size: 32px;
    }
    h1.big {
        font-size: 54px;
    }  
    h2 {
        font-size: 26px;
    }
    h2.small {
        font-size: 26px;
    }
    p.hero {
        font-size: 40px;
    }
    .citation {
        font-size: 18px;
    }
    .et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a {
        font-size: 22px;
    }
    .footer p {
        text-align: left !important;
    }
    .footer .et_pb_button_module_wrapper {
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        text-align: left;
    }
    .footer .et_pb_text_0_tb_footer, .footer .et_pb_text_1_tb_footer {
        margin-top: 0 !important;
    }
    .et_header_style_fullscreen #mobile_menu_slide .menu-item-has-children {
        margin-right: -10px !important;
        padding-left: 15px !important;
        padding-right: 25px !important;
    }
    
}


