/*
Theme Name: Tourouvre Child Theme
Description: Theme enfant de Divi
Author: Barbara Maldat
Author URI: https://www.luciemarceline.fr
Template: Divi
Version: 1.1
*/

/*
$$\      $$\   $$\  $$$$$$\  $$$$$$\ $$$$$$$$\       $$\      $$\  $$$$$$\  $$$$$$$\   $$$$$$\  $$$$$$$$\ $$\       $$$$$$\ $$\   $$\ $$$$$$$$\ 
$$ |     $$ |  $$ |$$  __$$\ \_$$  _|$$  _____|      $$$\    $$$ |$$  __$$\ $$  __$$\ $$  __$$\ $$  _____|$$ |      \_$$  _|$$$\  $$ |$$  _____|
$$ |     $$ |  $$ |$$ /  \__|  $$ |  $$ |            $$$$\  $$$$ |$$ /  $$ |$$ |  $$ |$$ /  \__|$$ |      $$ |        $$ |  $$$$\ $$ |$$ |      
$$ |     $$ |  $$ |$$ |        $$ |  $$$$$\          $$\$$\$$ $$ |$$$$$$$$ |$$$$$$$  |$$ |      $$$$$\    $$ |        $$ |  $$ $$\$$ |$$$$$\    
$$ |     $$ |  $$ |$$ |        $$ |  $$  __|         $$ \$$$  $$ |$$  __$$ |$$  __$$< $$ |      $$  __|   $$ |        $$ |  $$ \$$$$ |$$  __|   
$$ |     $$ |  $$ |$$ |  $$\   $$ |  $$ |            $$ |\$  /$$ |$$ |  $$ |$$ |  $$ |$$ |  $$\ $$ |      $$ |        $$ |  $$ |\$$$ |$$ |      
$$$$$$$$\\$$$$$$  |\$$$$$$  |$$$$$$\ $$$$$$$$\       $$ | \_/ $$ |$$ |  $$ |$$ |  $$ |\$$$$$$  |$$$$$$$$\ $$$$$$$$\ $$$$$$\ $$ | \$$ |$$$$$$$$\ 
\________|\______/  \______/ \______|\________|      \__|     \__|\__|  \__|\__|  \__| \______/ \________|\________|\______|\__|  \__|\________|                                                                                                                                                

*/


/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}

/* supprimer la ligne grise sous le menu principal */
#main-header {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/* menu mobile */
#et-top-navigation {
  font-weight: 400 !important;
}

.et_mobile_menu > li > a {
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* liens */
a {
    text-decoration: none;
}

/* bouton back to top */
.et_pb_scroll_top.et-pb-icon {
    background-color: rgba(202, 182, 161, 0.4) !important;
    transition: background-color 0.3s ease;
}

.et_pb_scroll_top.et-pb-icon:hover {
    background-color: rgba(202, 182, 161, 0.7) !important;
}