/*
Theme Name: DiviChild
Description: Thème enfant pour Divi
Author: Laurent
Template: Divi
*/

@import url("ILD-css/ILD-general.css");
@import url("ILD-css/ILD-accueil.css");

/**
* Tous les sites Index
**/

/* BB2B5E 145C6E */ 

/* réglage du bug des mentions légales */
.ILD_mentions_legales h3 { font-size: 25px; padding-left: 0 !important; }

/* Page 404 */
.error404 .container:before { display: none !important; }

div.wpcf7-response-output { margin: 10em 0.5em 1em !important; }

/* case à cocher RGPD */
.et_pb_contact p input[type=checkbox] {
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-appearance: checkbox !important;
}

.et_pb_contact p input[type="checkbox"] {
	position: relative;
	top: 6px;
}

#ILDPopUpCookies {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    opacity: 1;
    overflow: scroll;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	transition: .8s ease-in-out;
	display: none;
}

#ILDPopUpCookiesContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

#ILDPopUpCookiesForm {
	text-align: center;
	padding: 150px 0;
}

#ILDPopUpCookiesForm h2 {
	color: #fff;
	font-size: 35px;
}

#ILDPopUpCookiesForm button {
	color: #fff;
	cursor: pointer;
	margin: 25px;
}

#ILDPopUpCookiesLogo {
	margin-top: 150px;
}

/* page 404 */
.ILD_page_404 {
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("http://sudmosai.cluster006.ovh.net/wordpress_sudmosaique/wp-content/uploads/2021/03/img_mosaique.jpg");
}

.ILD_page_404 article {
	font-size: 2rem;
}

.ILD_page_404 p,
.ILD_page_404 h1 {
	color:  #fff;
	text-shadow: 1px 1px 1px #000;
}

.error404 #main-header,
.error404 #main-footer,
.error404 #top-header {
	display: none;
}

.grecaptcha-badge {
	display: none;
}

/**
* Général
**/

.ILD_flex_center_row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.et_overlay:before {
	color: #BB2B5E;
}

#top-header {
	background-color: #BB2B5E;
}

.ILD_row_univers_sites .et_pb_column {
	border: 2px solid #fff;
	transition: .5s ease-in;
	cursor: pointer;
}

.ILD_row_univers_sites .et_pb_column:hover {
	border-color: #BB2B5E;
	filter:drop-shadow()
}

#main-header {
    box-shadow: 0 1px 0 rgb(0 0 0 / 0%);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 0%);
}

#top-menu li.current-menu-item>a {
	color: #BB2B5E;
    border-bottom: 2px solid #BB2B5E;
}

.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
	padding-bottom: 15px !important;
}

/**
* Header & navigation
**/

/**
* Footer
**/

/**
* Responsive
**/
@media(max-width: 980px) {
	.et_pb_contact p {
		width: 100% !important;
		margin: 1px 0 !important;
	}
}