/**handles:divi-style**/
/*
 Theme Name: Theme enfant DIVI
 Theme URI: http://www.webwikan.com/
 Description: Theme enfant pour site Web DIVI
 Author: Webwikan
 Author URI: http://www.webwikan.com
 Template: Divi
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom styles below */

#main-header{box-shadow:none!important;}
.widget_search #searchsubmit{width:40%!important;}
.page-id-5 .et_pb_section_8{display:none!important;}
.page-id-309 .et_pb_section_6{display:none!important;}

/*.et_pb_section_7{display:none!important;}*/
.page-id-153 .et_pb_section_4{display:none!important;}

.menu-item-has-children .menu-item-289 li ul{background-color:#b4d824!important;}
.submedical{background-color:#b4d824!important;}
.subbusiness{background-color:#e09900!important;}
#et-secondary-nav li ul{padding-top:0!important;padding-bottom:0!important;}
/*#menu-item-825{background-color:#e09900!important;}*/

#left-area{padding-bottom:0px!important}

.mega-link > a {
    text-align: center;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 3px;
}
 
.mega-link > a img {
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
 
}


/*---------------SEARCH TITLES--------------*/
.blog-title {
    margin-bottom: 60px;}
hr.archive-line {
    width: 25%;
    float: left;
    border: 0;
    height: 4px;
    background-color: #2ea3f2;}

/***recherche**/
.search img{display:none;}
.search #main-header{background-color:#6c5735!important;}
.search .post-meta{display:none;}
.search a{color:blue;}
.search a:hover{text-decoration:underline;}
.search article{margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #6c5735;}

/***hamburger menu***/
@media only screen and (max-width: 1300px) and (min-width: 961px) {
#et_mobile_nav_menu {
display: block;
}
#top-menu {
display: none;
}
}
.mobile_menu_bar:before{color:black!important;}

/****bouton more du blog****/
.elegantdesign a.more-link {
    font-size: 14px;
    color: #f15a22!important;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    float: none;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 0px;
    background-color: white;
    border: 2px solid #f15a22;
}
.elegantdesign a.more-link:hover{background-color:#f15a22;color:white!important;transition: all .5s ease;}

/* Convert Read More Links to Buttons */
.more-link {
    display: inline-block;
    text-transform: capitalize;
    float: right;
    margin-top: 10px;
    background: transparent;
    color: #c55396;
    font-weight: 400;
    border: 1px solid #c55396;
    border-radius: 2px;
    padding: 2px 16px;
}
.more-link:hover {
    background-color: #c55396;
    border-color: #c55396;
    color: #ffffff;
}
.et_pb_bg_layout_dark a.more-link {
    color: #fff  !important;
}