/*
 Theme Name:     arturo bernard
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Thème enfant de Divi par Arturo Bernard pour la customisation
 Author:         Arturo BERNARD
 Author URI:     https://www.arturobernard.com
 Template:       Divi
 Version:        20.26
*/
 
/* Theme customization here
------------------------------------------------------- */

/* Colors for faster coding */
:root {
    --color-1: #ffffff;
    --color-2: #ffffff;
    --color-3: #ffffff;
    --color-4: #ffffff;
    --color-5: #ffffff;
}

/* Supprimer la ligne grise sous le menu de Divi */
#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Supprimer l'ombre sous le menu */
#main-header.et-fixed-header {
    -webkit-box-shadow:none!important; 
    -moz-box-shadow:none !important; 
    box-shadow:none !important;
}

/* Remove sidebar */
#sidebar {
	display:none;
}

/* Remove thin line */
#main-content .container:before {
	background: none;
}

/* Make content 100% width */
@media (min-width: 981px){
#left-area {
	width: 100%;
	padding-right: 0px !important;
}}

/* ------------- Coder à partir d'ici ----------------------- */
