/* HEADER */
/* #header-menubar */

@media all and (max-width: 1279px) {
    #header-menubar {
        display: none;
    }
}

#header-menubar .et_pb_row {
	width: calc(100% - 100px);
	margin-left: 50px;
}

#header-menubar .et_pb_row .et_pb_column:first-child {
    margin-right: 50px;
    width: 240px;
}




#header-menubar .et_pb_row .et_pb_column:last-child {
    width: calc(100% - 290px);
    display: flex;
    flex-flow: row wrap;
}


#header-menubar .et_pb_menu_inner_container div, 
#header-menubar .et_pb_menu_inner_container nav, 
#header-menubar .et_pb_menu_inner_container ul {
    width: 100% !important;
}

#header-menubar .et_pb_menu_inner_container ul a {
    padding-top: 25px;  
    padding-bottom:25px;
}

#header-menubar .translation  {
    padding-top: 25px;  
    padding-bottom:25px;
}
#header-menubar .et_pb_menu_inner_container ul {
    justify-content: space-between;
}



#header-menubar .et_pb_menu  {
    width: calc(100% - 140px);
    padding-right: 100px;
    padding-left: 25px;
}

#header-menubar .translation {
    width: 120px !important;
}

#header-menubar .width20p100 {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.has_et_pb_sticky #header-menubar .width20p100 {
    display: none;
}

#header-menubar .et_pb_main_blurb_image {
    margin-bottom: 0px;
}

#header-menubar .horaires:after {
    content:'';
    background-color: #16874a;
    width:1px;
    height: calc(100% - 10px);
    position: absolute;
    top:5px;
    left:0px;
    z-index:9999;
}

#header-menubar .horaires .days {
    color: #16874a;
    font-size: 16px;
    font-weight: 400;
}



@media all and (min-width: 1080px) {
    .presta-row {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
    }
    .presta-row-last .et_pb_column:nth-child(3) {
        margin-right: 0px;
    }
    .presta-row-last .et_pb_column:last-child {
        display: none;
    }
}
@media all and (min-width: 640px) and (max-width: 1079px) {
    .presta-row {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .presta-row-first {
        margin-bottom: 0px;
    }
    .presta-row .et_pb_column {
        width: calc((100% - 25px) / 2);
        margin-right: 25px;
        margin-bottom: 75px;
    }
    .presta-row .et_pb_column:nth-child(2n)  {
        margin-right: 0px;
    }

    .presta-row-last .et_pb_column:nth-child(3) {
        margin-right: 0px;
    }
    .presta-row-last .et_pb_column:last-child {
        display: none;
    }
}
@media all and (max-width: 639px) {
    .presta-row {
        display: flex;
        flex-flow: column nowrap;
    }
    .presta-row-first {
        margin-bottom: 0px!important;
    }
    .presta-row .et_pb_column {
        width: 100% !important;
        margin-right: 0px!important;
        margin-bottom: 75px!important;
    }
    .presta-row-last .et_pb_column:nth-child(3) {
        margin-bottom: 0px!important;
    }
    .presta-row-last .et_pb_column:last-child {
        display: none;
    }
}