/*
Theme Name:   wp-graphsynergie child theme
Description:  Écrivez ici une brève description de votre thème enfant
Author:       admin
Author URL:   https://ithq.devsynergie.com
Template:     wp-graphsynergie
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  wp-graphsynergie-child
*/

/* Écrivez ici votre propre feuille de style personnelle */
@media screen and (max-width: 1300px){
    .galerie-visite_virtuelle{
        grid-template-columns: 1fr 1fr !important;
    }
    .container_accueil{
        background-position: -500px 0 !important;
    }
}
@media screen and (max-width: 1000px) {
    .container_accueil{
        background-position: right !important;
    }
    header.page_header nav.main_menu ul.menu_items{
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }
    .galerie-visite_virtuelle{
        grid-template-columns: 1fr !important;
        padding: 30px 0 30px 0 !important;
    }
    .barre-du-haut{
        /* background-color: #ffffff; */
        padding: 0 30px!important;
    }
    .container_accueil{
        background-position: -700px 0 !important;
    }
    .main_menu{
        display: none;
    }
    .main_menu_mobile{
        display: block !important;
    }
    
}
@media screen and (max-width: 850px){
    .container_accueil{
        background-position: -850px 0 !important;
    }
}
@media screen and (max-width: 700px){
    .container_accueil{
        background-position: -900px 0 !important;
    }
}
@media screen and (max-width: 600px){
    .container_accueil{
        background-position: -1000px 0 !important;
    }
}
@media screen and (max-width: 500px){
    .container_accueil{
        background-position: -1100px 0 !important;
    }
}
@media screen and (max-width: 400px){
    .container_accueil{
        background-position: -1000px 0 !important;
    }
    .carte-visite .titre-visite{
        font-size: 22px;
    }
}


body{
    height: 100vh;
    /* overflow: hidden; */
}
.fullpage_container{
    display: grid;
    height: 100%;
    /* padding-top: 100px; */
    
}
.page_header {
    grid-row: 2 !important;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 10;
    display: grid;
    grid-template-columns: auto 1fr;
    overflow: hidden;
    align-content: center;
    position: fixed !important;
    height: 100px;
    bottom: 0;
} 
.page_content{
    grid-row: 1;
    height: 100%;
    overflow-x: hidden;
    /* padding-bottom: 125px; */
    overflow: visible;
    grid-template-columns: 100%;
    justify-content: center;
    overflow-y: auto !important;
}
header.page_header .page_header_container.container{
    grid-template-columns: auto !important;
    justify-content: center !important;
}
.page_footer {
    display: none;
} 
.galerie-visite_virtuelle{
    padding: 50px 50px 10px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.carte-visite{
    height: 230px;
    width: 100%;
    position: relative;
    justify-content: center;
}
.carte-visite a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carte-visite .titre-visite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    /* text-transform: uppercase; */
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    transition-property: background-color;
    transition-duration: 0.2s;
}
.carte-visite .titre-visite:hover{
    background-color: transparent;
}
.barre-du-haut{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr;
    justify-content: space-between;
    z-index: 100;
    padding: 0 80px 0 80px;
    /* pointer-events: none; */
    align-items: center;
    gap: 10px;
}
.barre-du-haut a {
    width: 150px;
    text-align: left;
}
.barre-du-haut a svg {
    object-fit: cover;
}
.container_accueil{
    /* background: url("/wp-content/uploads/2021/08/Photos-Drone-ITHQ_2021-0070_crop_PRENDRE_CELLE_CI-scaled.jpg") no-repeat center; */
    background-size: cover;
    overflow: hidden !important;
    background-position: right;
}
.select-lang{
    display: flex;
    flex-direction: row;
    justify-self: end;
    /* color: #000000; */
}
.select-lang .langue, .select-lang .separator{
    color: #000000 !important;
}

.select-lang a {
    width: auto;
}
.burger.menu_open, .menu_container {
    display: block;
}
.menu_open .menu_container{
    visibility: visible !important;
    opacity: 1 !important;
    height: 200px !important; 
    align-items: center;
    /* position: fixed; */
    /* bottom: 0; */
}
.main_menu_mobile .menu_container ul li {
    font-size: 20px;
    padding: 10px 0;
}
.current-menu-item a{
    color: #444E69 !important;
}
.current-menu-item a:hover{
    color: #444E69 !important;
}
.fancybox-button--thumbs{
    /* display: inline-block !important; */
}

.barre-du-haut .burger{
    display: flex;
    width: 35px;
    height: 35px;
    cursor: pointer !important;
    align-self: flex-end;
    flex-direction: column;
}
nav.main_menu_mobile{
    padding: 150px 0 0 80px !important;
    width: 33% !important;
}
.overlay_menu{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #00000095;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 95;
}
body.menu_open .overlay_menu{
    opacity: 1;
    visibility: visible;
}
body.menu_open .menu_custom{
    display: none;
}
body.menu_open .barre-du-haut{
    grid-template-columns: auto 1fr 1fr;
}
nav.main_menu_mobile ul li {
    text-align: left;
}
.menu_custom .menu_container ul{
    display: flex;
    flex-direction: row;
}
.menu_custom .menu_container ul li {
    padding: 0 25px;
    font-weight: 600;
}
.main_menu_mobile ul li {
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
    .barre-du-haut{
        grid-template-columns: auto 1fr 1fr;
    }
    .menu_custom{
        display: none;
    }
}
@media screen and (max-width: 940px){
    nav.main_menu_mobile{
        padding: 150px 0 0 30px !important;
        width: 66% !important;
    }
}

body.home .menu_custom {
    display: none;
}
body.home .burger{
    display: none;
}
body.home .barre-du-haut{
    grid-template-columns: 1fr 1fr;
}

body:not(.home) .barre-du-haut{
    background-color: #ffffff !important;
}
body.home .wpb_wrapper{
    position: fixed !important;
    top: 0 !important;
}
.bouton_accueil{
    font: 300 100% "larsseit", sans-serif !important;
    text-transform: uppercase !important;
    padding: 25px 50px;
    margin: 30px;
}
.titre_accueil{
    font: 300 100% "larsseit", sans-serif !important;
}
body.home .change_langue .langue, body.home .change_langue .separator{
    color: #ffffff !important;
    text-shadow: 1px 1px #000000 !important;
}