/*
Theme Name: Divi Enfant par WP Marmite
Description: Theme enfant du theme Divi. Vous pouvez desormais le personnaliser sans risquer de perdre vos modifications
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: Divi
Version: 1.0
*/

/*** 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;
}
}


/* --- Yoast breadcrumbs inserted in header.php --- */
 #breadcrumbs{ 
	width: 100%; 
	 text-align: right;
	margin-top: 1rem ;
	 margin-bottom: 1rem ;
	font-size: 0.9rem;
}

 
@media (max-width: 980px) {
.et_pb_section {
    padding: 0;
	}}

@media (max-width: 980px){
.et_pb_column .et_pb_row_inner, .et_pb_row {
    padding: 0;
}}

@media (max-width: 980px){
.et_pb_column {
    margin-bottom: 0; 
}}