/*
 Theme Name:     Divi_Child_LAV
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        4.9.8
*/
 
/* Enlever footer par défaut
------------------------------------------------------- */
#footer-bottom {
    display: none;
}

/* Enlever titres des pages
------------------------------------------------------- */
.page-id-32156 .entry-title {
   display: none;
}
.page-id-93 .entry-title {
   display: none;
}
.page-id-67 .entry-title {
   display: none;
}
.page-id-63 .entry-title {
   display: none;
}
.page-id-32161 .entry-title {
   display: none;
}
.page-id-69 .entry-title {
   display: none;
}
.page-id-90 .entry-title {
   display: none;
}

/* Apparence menu top avec simili boutons
------------------------------------------------------- */
#top-menu li a:hover {opacity: 1!important;}
             
.btn_menu a {
    border: 2px solid #00d6a4!important;
    padding: 12px!important;
    border-radius: 5px;
    text-align: center;
	color: #00d6a4;
}
 
.btn_menu a:hover {
    background-color: #00d6a4;
    color: white!important;
}
 
.et_header_style_left #et-top-navigation {
    padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 6px!important;
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .btn_menu a {
color: rgba(0,0,0,0.6) !important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
.btn_menu a {
    background-color: #8dc63f;
    }
}

/* Hide right sidebar by default
------------------------------------------------------- */
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}