/*
Theme Name: Divi Child
Description: Theme enfant de Divi
Author: Flavien
Template: Divi
Version: 2.0
*/

@font-face {
    font-family: 'ElegantIcons';
    src: url('/wp-content/themes/Divi-child/font/ElegantIcons.eot');
    src: url('/wp-content/themes/Divi-child/font/ElegantIcons.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/Divi-child/font/ElegantIcons.woff') format('woff'),
         url('/wp-content/themes/Divi-child/font/ElegantIcons.ttf') format('truetype'),
         url('/wp-content/themes/Divi-child/font/ElegantIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  overflow-x: hidden;
}

/* HIDE HEADER BAR FOR THE MOMENT */
/* #main-header, #main-header .et_menu_container {
    display: none !important;
    opacity: 0 !important;
    width: 0px !important;
} */

/* DESIGN GENERAL */
.elegant_icone {
	font-family: 'ElegantIcons' !important;
}
#main-footer>.container {
    display: none !important;
}
#footer-bottom .container {
	width:90%!important;
	max-width: 90%!important;
}
#footer-bottom #footer-info {
	width: 60%!important;
}
#footer-bottom .cgu {
	float: right!important;
}


/* CUSTOMIZED HEADERS */
#mobile_menu .menu-button a, #top-menu .menu-button a, .et-fixed-header #top-menu .menu-button a {
    background-color: #fff !important;
    color: #282828 !important;
    border: 3px solid !important;
    border-color: #282828 !important;
    /* font-family: 'Poppins','Akrobat SemiBold',Helvetica,Arial,Lucida,sans-serif; */
    font-size: 15px;
    border-radius: 0px !important;
    transition: none;
}
#mobile_menu .menu-button a:hover, #top-menu .menu-button a:hover, .et-fixed-header .menu-button a:hover  {
    background-color: #282828 !important;
    color: #fff !important;
    opacity: 1;
    transition: none;
}
#top-menu .menu-button a {
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-top: 10px !important;
    padding-bottom: 11px !important;
    margin-top: -9px !important;
}
#mobile_menu .menu-button a {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; 
}

/* MODIFS PAGE ARTICLE */
.single #main-content .container:before {
    content: none !important;
}
.single .et_right_sidebar #left-area {
    padding-right: 0 !important;
}
.single #left-area {
    width: 100% !important;
}
.single #top-background {
    height: 80px;
    background-color: #000;
}
#sidebar {
    display: none;
}
#left-area {
    border-left: none !important;
}

/* COUNTDOWN */
.et_pb_countdown_timer .section.days p.value:first-letter {    
    font-size: 0px;   
    vertical-align: top 
}