/*
 Theme Name:     Naoko
 Theme URI:      https://www.sevenlab.fr
 Description:    Naoko
 Author:         Seven Lab
 Author URI:     https://www.sevenlab.fr
 Template:       Divi
 Version:        1.0.0
*/
 

/* -------------------------------------------------------
    Couleurs:
                ORANGE : #e57a00;
*/

/* =Theme customization starts here
------------------------------------------------------- */

.et_pb_scroll_top.et-pb-icon{
    background:#e57a00;
}

.et_mobile_menu{
    border-top: 3px solid #e57a00 !important;
}

.mobile_menu_bar::before, .mobile_menu_bar::after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a{
    color: #e57a00 !important;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

@media (min-width:1065px){
    #logo{
        max-height: 80% !important;
    }
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

}