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

/* Delete menu's grey line */
#main-header {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Delete menu's shadow */
#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;
}}

/* Letter spacing */

.et_pb_module_header, h1, h2, h3, h4, h5, h6{
	letter-spacing: -0.03em;
}

.et_pb_text, body p, .et_pb_button{
	letter-spacing: 0.01em !important;
}

/* Buttons */

.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover{
    transition: all 0.4s ease-out !important;
    padding: 0.6em 1.2em !important;
}

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