/*
Theme Name:     Edouard 7
Description:   Thème Edouard 7
Author:         Benoist Lawniczak
Template:       Divi                 
Version:       3.0
*/

@import url("../Divi/style.css");

body {
	font-family: 'Muli', Arial, sans-serif;
}

.et_pb_section {
	padding: 0;
}
/* Logo */

body.et_fixed_nav.et_secondary_nav_enabled #main-header {
	top: 41px;
}

.et_fixed_nav.et_secondary_nav_enabled #page-container {
	padding-top: 141px;
}

@media only screen and (max-width: 479px) {
	#logo {
		margin-left: 10px;
	}
}

@media only screen and ( min-width:981px ) {
    #logo { height: 66px; max-height: 66px !important; padding-bottom:18px; }
	.et-fixed-header #logo { max-height: 43px !important; padding-bottom:10px !important; }

}

/* Secondary nav */

#top-header {
	line-height: 0;
}

.et_nav_text_color_dark #et-secondary-nav a {
  color: #575757;
}

#et-secondary-nav {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 100;
	font-size: 14px;
}

#et-secondary-nav li {
	vertical-align: bottom;
	display: inline-block;
	line-height: 20px;
}

#et-secondary-nav a {
	display: inline-block;
	padding: 0 !important;
	height: 20px;
}

#et-secondary-nav .topHome a{
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-right: 15px !important;
	border-right: 1px solid #575757;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-image: url(img/icon-home.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#et-secondary-nav .topHome:last-child a
{	border: none;
	padding-right: 0px !important;
}

#et-secondary-nav .topHome.current_page_item a, #et-secondary-nav .topHome:hover a{
	background-image: url(img/icon-home-active.png);
}

.et_nav_text_color_dark #et-secondary-nav a:hover, #et-secondary-nav .current_page_item a {
	color: #7b0808 !important;
}

/* Primary nav */

#main-header nav#top-menu-nav {
	padding-top: 30px;
}

#top-menu {
	position: relative;
}

#top-menu > li {
	padding: 0;
	margin: 0 15px 24px;
}

#top-menu > li:after {
	content: "|";
	position: absolute;
	top: -2px;
	right: -15px;
	color: #222222;
}

#top-menu > li:last-child {
	margin-right: 0;
}

#top-menu > li:last-child:after {
	content: none;
}


#top-menu > li > a {
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 4px;
}

#top-menu > li:hover > a {
	color: #7b0808;
}

#magic-line {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 0;
	height: 8px;
	border-bottom: 3px solid #7b0808;
	background-image: url(img/selector.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

/* Primary nav Fixed header */

.et-fixed-header #top-menu > li {
	margin-bottom: 0;
}

.et-fixed-header #magic-line {
	bottom: 8px;
}

.et-fixed-header {
	padding: 0 !important;
}

/* Slideshow */

@media only screen and ( min-width:981px ) {
    /* Set the slider height */
    .slideshowEdouard.et_pb_slider, .slideshowEdouard.et_pb_slider .et_pb_container { 
        height: 580px !important; 
    }
    .slideshowEdouard.et_pb_slider, .slideshowEdouard.et_pb_slider .et_pb_slide { 
        max-height: 580px; 
    }
	
	.slideshowEdouard .et_pb_slide_description {
		height: 100%;
		padding: 0;
	}
	
	.slideshowEdouard .et_pb_slide_description h2{
		left: 0;
		bottom: 25%;
		padding: 40px;
	}
}

@media only screen and ( max-width:980px ) {
	.slideshowEdouard .et_pb_slide_description h2{
		left: 10%;
		right: 10%;
		bottom: 25%;
		padding: 40px;
	}
	
	.moreInfo {
		display: none;
	}
}

@media only screen and ( max-width:767px ) {
	.slideshowEdouard .et_pb_slide_description h2{
		bottom: 10%;
		left: 0;
		right: 0;
		padding: 40px;
	}
}

@media only screen and ( max-width:479px ) {
	.slideshowEdouard .et_pb_slide_description h2{
		bottom: 5%;
		left: 0;
		right: 0;
		padding: 20px;
		font-size: 16px !important;
	}
}

.slideshowEdouard .et_pb_slide_description {
	text-shadow: none;
}

.slideshowEdouard .et_pb_slide_description h2{
	position: absolute;
	background-color: rgba(39,39,39,0.6);
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}

.slideshowEdouard .et_pb_slide_description h2:before {
	content:"";
	position: absolute;
	top: -2px;
	left: 25%;
	right: 25%;
	height: 3px;
	background-color: #fff;
}

.slideshowEdouard .et_pb_slide_description h2:after {
	content:"";
	position: absolute;
	bottom: -2px;
	left: 25%;
	right: 25%;
	height: 3px;
	background-color: #fff;
}

/* Formulaire modal */

.moreInfo { /* Cette classe est créée par edouard.js ligne 43 */
	position: absolute;
	right: 0;
	bottom: 15%;
	z-index: 9999;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 25px;
	background-color: #7b0808;
	border-right: 7px solid #fff;
	background-image: url(img/moreinfo.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	display: none;
}

.formWrap {
	margin-left: 7.5%;
	padding-left: 2.5%;
	border-left: 1px solid #fff;
	font-size: 0;
}

.formTitle {
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 40px;
}

.formCol1 {
	float: left;
	width: 22.5%;
	margin-right: 1.5%;
}

.formWrap label[for=civilite] {
	box-sizing: border-box;
	display: inline-block;
	width: 35%;
	font-size: 13px;
	text-align: center;
}

.formWrap .civilite {
	box-sizing: border-box;
	display: inline-block;
	width: 65%;
}

.formWrap input[type="text"], .formWrap input[type="email"], .formWrap input[type="tel"], .formWrap select, .formWrap textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #585858;
	font-family: 'Muli', arial, sans-serif;
	font-size: 13px;
	color: #575757;
	margin-bottom: 10px;
}

.formWrap .civilite:after {
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 10px;
	width: 40px;
	background-color: #eee;
	background-image: url(img/dropdown.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #585858;
	pointer-events:none;
}

.formWrap .formCoord {
	margin-bottom: 40px;
}

.formWrap .wpcf7-list-item-label {
	display: inline-block;
	font-size: 13px;
	line-height: 21px;
	vertical-align: middle;
	margin-bottom: 20px;
}

.formWrap .wpcf7-list-item {
	margin: 0;
}

.formWrap [type="checkbox"]:not(:checked), .formWrap [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.formWrap [type="checkbox"]:not(:checked) + span, .formWrap [type="checkbox"]:checked + span {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

.formWrap [type="checkbox"]:not(:checked) + span:before, .formWrap [type="checkbox"]:checked + span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #585858;
	background-color: #fff;
}

.formWrap [type="checkbox"]:not(:checked) + span:after, .formWrap [type="checkbox"]:checked + span:after {
	content: '✔';
	position: absolute;
	top: 0;
	left: 6px;
	font-size: 14px;
	color: #575757;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.formWrap [type="checkbox"]:not(:checked) + span:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.formWrap [type="checkbox"]:checked + span:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.formWrap .callMe, .formWrap .wpcf7-response-output {
	font-size: 13px;
	margin: 0;
}

.formWrap .callMe p {
	padding-bottom: 10px;
}

.formWrap .callMe .smallText{
	font-size: 11px;
	line-height: 12px;
}

.formWrap .radio {
	font-size: 0;
}

.formWrap [type="radio"]:not(:checked), .formWrap [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}

.formWrap [type="radio"]:not(:checked) + span, .formWrap [type="radio"]:checked + span {
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	width: 20%;
	background-color: #fff;
	border: 1px solid #585858;
	color: #575757;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding: 10px;
	margin: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.formWrap [type="radio"]:checked + span {
	background-color: #7b0808;
	color: #fff;
}

.formCol2 {
	float: left;
	width: 55%;
	margin-right: 10%;
}

.formWrap textarea {
	height: 300px;
}

.formWrap .submitForm {
	text-align: right;
}

.formWrap [type="submit"] {
	display: block;
	margin-left: auto;
	border: none;
	background-color: #7b0808;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 25px;
}

.formWrap .requiredForm {
	clear: both;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 10px;
	text-align: center;
}
/* Push Accueil */

.mediumSpace {
	padding-top: 30px;
}

.pushAccueil {
	font-size: 14px;
}

.pushAccueil h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 25px;
	border-bottom: 1px solid #9c9c9c;
	color: #7b0808;
	margin-bottom: 20px;
}

.pushAccueil a {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: #3a3a3a;
	padding: 8px;
}

/* Footer */

#main-footer {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 12px;
	margin-top: 30px;
	
}

#footer-bottom {
	background-color: transparent;
	padding: 20px 0;
}


#footer-info {
	color: #fff;
	width: 100%;
	margin:0 auto;
	text-align: center !important;
	padding: 0;
}

#footer-info a {
	color: #fff;
	font-weight: 600;
}

#menu-menu-footer li {
	font-size: 12px;
	padding-right: 10px;
}

#menu-menu-footer li:after {
	content: "-";
	padding-left: 10px;
}

#menu-menu-footer li a {
	color: #fff;
	font-weight: 600;
}

/* Page content */

@media only screen and ( min-width:981px ) {
    /* Set the slider height */
    .slideshowPage.et_pb_slider, .slideshowPage.et_pb_slider .et_pb_container { 
        height: 330px !important; 
    }
    .slideshowPage.et_pb_slider, .slideshowPage.et_pb_slider .et_pb_slide { 
        max-height: 330px; 
    }
}

@media only screen and ( min-width:1921px ) {
    /* Set the slider height */
    .slideshowPage.et_pb_slider, .slideshowPage.et_pb_slider .et_pb_container { 
        height: 530px !important; 
    }
    .slideshowPage.et_pb_slider, .slideshowPage.et_pb_slider .et_pb_slide { 
        max-height: 530px; 
    }
}

.slideshowPage .et_pb_slide {
	background-position: center;
}

.bgTop .et_pb_slide {
	background-position: center top;
}

.titrePage h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 28px;
	color: #7b0808;
	text-align: center;
}

.ligneTitre {
	margin-top: 10px;
}

.citation {
	padding: 20px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 18px;
	color: #9c9b9b;
}

.citation strong {
	font-weight: 400;
	color: #7b0808;
}

.membre-equipe .et_pb_team_member_image {
	width: 70%;
	margin: 0 auto 30px;
	border-bottom: 4px solid #3a3a3a;
}

.membre-equipe .et_pb_team_member_description h4 {
	text-align: center;
}

.membre-equipe.et_pb_toggle {
	border: 0;
	position: relative;
}

.membre-equipe.et_pb_toggle_open, .membre-equipe.et_pb_toggle_close {
	padding: 0;
	background-color: transparent;
}

.membre-equipe h5.et_pb_toggle_title {
	padding: 0;
	color: #3a3a3a;
	text-align: center;
	position: static;
	overflow: hidden;
	line-height: 1.6;
}

.membre-equipe .et_pb_toggle_title:before {
	bottom: -30px;
	right: 50%;
	margin-left: -8px;
	color: #3a3a3a;
}

.membre-equipe.et_pb_toggle_open h5.et_pb_toggle_title {
	height: 0;
}

.membre-equipe.et_pb_toggle_open .et_pb_toggle_title:before {
	content: '\e051';
}

.menu-equipe h2, .menu-equipe h1 {
	font-family: georgia, serif;
	font-size: 32px;
}

.bascule {
	background-color: transparent;
	padding: 15px 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #3a3a3a;
}

.bascule:last-child {
	border-bottom: 1px solid #3a3a3a;
}

.bascule h5.et_pb_toggle_title {
	line-height: 39px;
	color: #3a3a3a;
	-webkit-transition: .4s;
	transition: .4s;
	font-family: georgia, serif;
}

.bascule h5.et_pb_toggle_title:before {
	content: '';
	position: static;
	display: inline-block;
	width: 39px;
	height: 39px;
	background-image: url(img/filet-rouge.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
	-webkit-transition: .4s;
	transition: .4s;
}

.bascule.et_pb_toggle_open h5.et_pb_toggle_title {
	color: #7b0808;
}

/*.bascule.et_pb_toggle_open h5.et_pb_toggle_title:before {
	background-image: url(img/Fleche-rouge.png);
}*/

.bascule .et_pb_toggle_content {
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.shorter {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.shorter blockquote {
	border: 0;
	padding: 0;
	margin: 0 auto 30px;
	text-align: center;
}

.shorter blockquote p {
	font-size: 18px;
	text-align: center;
	font-weight: 200;
	display: inline-block;
}

.shorter blockquote em {
	display: block;
	font-style: normal;
	font-size: 14px;
	text-align: right;
}

.lienActus p{
	border: 1px solid #9c9b9b;
	padding-left: 50px;
	height: 100px;
	line-height: 100px;
	background-image: url(img/Fleche-rouge.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.lienActus a {
	vertical-align: middle;
	display: inline-block;
	line-height: 1.2;
	font-family: georgia, serif;
	font-size: 18px;
	color: #3a3a3a;
}

.listeActus .et_pb_row {
	border: 1px solid #d2d2d2;
	padding: 15px 30px;
	margin-bottom: 30px;
}

.et_pb_bg_layout_light.liste-actus .et_pb_post .post-meta {
	color: #7b0808;
}

.et_pb_bg_layout_light.liste-actus .et_pb_post p:not(.post-meta) {
	font-size: 12px;
}

.liste-actus .et_pb_image_container img {
	max-width: 100%;
	max-width: calc(100% - 2px);
	position: relative;
	top: 1px;
	left: 1px;
}

.titreActus {
	height: 170px;
	line-height: 170px;
	margin: 0;
}

.titreActus h2 {
	font-family: georgia, serif;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.singleActu {
	box-sizing: border-box;
	height: 170px;
	line-height: 170px;
	margin: 0;
	border: 1px solid #d2d2d2;
	border-left: 5px solid #7b0808;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.singleActu .et_pb_blurb_content {
	padding: 20px;
}

.imgActu .et_pb_blurb_content {
	padding-left: 80px;
	padding-top: 50px;
}

.imgActu .et_pb_main_blurb_image {
	width: 70px;
	top: 25%;
	
}

.singleActu h4 {
	font-weight: 200;
}

.pdfActu {
	background-image: url(img/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
}

.left {
	margin-bottom: 0;
}

.left h1 {
	text-align: left;
}

.contact-form {
	border-right: 1px solid #ccc;
}

.contact-form form {
	width: calc(100% - 60px);
}

.contact-form label {
	display: inline-block;
	width: 80px;
	vertical-align: top;
}

.contact-form sup {
	color: #7b0808;
	bottom: .2em;
}

.contact-form input:not([type='submit']),
.contact-form textarea {
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background-color: #eee;
}

.contact-form input[type='submit'] {
	float: right;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	background-color: #7b0808;
	cursor: pointer;
	border: none;
}

.contact-map {
	border: 1px solid #ccc;
}

.contact-address strong {
	color: #7b0808;
	font-size: 1.3rem;
	font-weight: normal;
}

.liste-actus article h2 a, .liste-actus .post-meta a, .liste-actus .et_pb_image_container a {
	cursor: default;
}


ul.liste-equipe-header
{
display:flex;
padding:30px 0;
margin:0;
list-style-type:none;
height:100%;
margin:0 auto;
justify-content:center;
align-items:center;
gap:15px;
}

ul.liste-equipe-header li
{
width:25%;
max-width:220px;
}

.et_pb_row.row-equipe
{
display:flex;
flex-wrap:wrap;
justify-content:center;
}