/*
Theme Name: Divi Child
Theme URI: https://saint-paul-apotre.paroisse-immaculee-conception.fr
Description: Thème enfant Divi
Author: Frère Pierre-Yves Noyer
Author URI: https://saint-paul-apotre.paroisse-immaculee-conception.fr
Template: Divi
Version: 1.0.0
*/
 
 
/* =Vous pouvez personnalisez à partir d'ici. 
------------------------------------------------------- */
/* CHANGEMENT COULEUR FOND
.et_pb_section {
	background-color: #F7DEC8;
}
*/
/* Ombre slide */
.et_pb_slide_description h2 {
	text-shadow: 2px 2px 5px rgba(0,0,0,0.98);
}

.et_pb_slide_content {
	text-shadow: 2px 2px 5px rgba(0,0,0,0.98);
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header {
	background-position: top center;
}

.header-content h1 {
	text-shadow: 2px 2px 5px rgba(0,0,0,0.98);
}

h3 {
	color: #993300;
}

/* réglage exposant */
sup {
	font-size: 70%;
	line-height: 72%;
}

/* ligne horizontale en pointillé */
hr {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}

/* sous menu + large */
#top-menu li li a {
	width: 300px;
}

.nav li ul {
	width: 300px;
}

/* alignement vertical */
.ds-vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#footer-info {
	display: none;
}

#footer-widgets {
    padding: 2% 0 0 0;
	  text-align: center;
}

.et_pb_gutters3 .footer-widget {
    margin: 0 2% 2% 0;
}