/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/**
    Fonts
*/


/**
    General Style
*/

html,body{
    overflow-x: hidden;
}

.loader{
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
}

.admin-bar{
    #nav_header{
        margin-top: 30px;
    }
    #nav_header_mobile{
        margin-top: 46px;
    }
}

footer{
    &.et-l--footer{
        &.fixed{
            position: fixed;
            width: 100%;
            bottom: 0;
            left: 0;
        }
    }
}

/*FOOTER*/
.footer_bloc {
  display: flex;
  align-items: flex-start;
  gap: 15px;               
  color: white;
  font-size: 13px;
    @media  screen and (max-width:980px){
        gap: 10px;
    }
}

.footer_bloc{
    .image{
        width: 34px;
        height: 34px;
        img {
            max-width: 34px;  
            max-height: 34px;
            width: auto;
            height: auto;
        }
    } 
} 

.title {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px; 
}

.item {
    flex: 1 0 30%;
    line-height: 1.3;
    font-size: 15px;
}

a {
    color: #FFFFFF;
}
.content{
    flex: 1;
}

.et_pb_row_1-2_1-4_1-4 .et_pb_column_1_2{
    width: 50%!important;
    @media  screen and (max-width:980px) {
        width: 100%!important;
        padding-bottom: 35px!important;
    }
}

.et_pb_row_1-2_1-4_1-4 .et_pb_column_1_4{
    width: 25%!important;
    @media  screen and (max-width:980px) {
        width: 100%!important;
        padding-bottom: 35px!important;
        &:last-child{
            padding-bottom: 0!important;
        }
    }    
}
.swiper {
    --swiper-pagination-color: #000000;
    --swiper-theme-color: #000000;
}

.carte-swiper, .lieu-swiper {
    .swiper-slide{
        padding-bottom: 40px;
        img{
            height: 600px;
            width: 100%;
            object-fit: cover;
            @media  screen and (max-width:980px) {
                height: 400px;
            }
        }
    }
}

/*mobile menu*/
@media (max-width: 980px) {
 .et_pb_menu_0_tb_header.et_pb_menu, .et_pb_menu_1_tb_header.et_pb_menu{
    flex: none!important;
 }
}
@media only screen and (max-width: 980px) {
    .et_pb_icon_0_tb_header {
        margin-left: 0!important;
        margin-right: 0!important;
    }
}
@media (max-width: 980px) {
    .et_pb_column .et_pb_module {
        margin-bottom: 0px!important;
    }
}
.et_pb_column .et_pb_column_1_2 .et_pb_column_2_tb_header{
    display: flex;
    align-items: center;
}
@media (max-width: 980px) {
    .et_pb_column {
        width: 100%;
        margin-bottom: 0px!important;
    }
}

/*ERROR 404*/
.container::before{
    display: none;
}

/*LIGHTBOX*/

.lightbox {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
}

/*NAV INTERNE*/
#reserver {
    padding-top: 175px!important; 
    margin-top: -175px!important;
}