/*
Theme Name: Divi-CHILD
Description: Theme enfant du thème DIVI
Author: Terza Rima
Author URI: https://www.terza-rima.com
Template: Divi 
Version: 0.1.0
*/


/*SUPPRESSION DU FOOTER*/
footer#main-footer {
    display: none !important;
}

a:visited {
	color: #ffffff !important;
}

a:link {
	color: #ffffff !important;
}

a:hover {
	color: #e84e0f !important;
}


#page-container #et-top-navigation {
	display: none !important; 
} 

blockquote {
    border-left: 5px solid #e84e0f; /* Modifiez cette ligne pour changer la bordure gauche */
}