:root {
  --blue: #143a84;
  --green: #87b726;
  --brown: #847259;
  --logoSize:250px;
  --contentMaxWidth:1350px;
}

html{
	  height: -webkit-fill-available;
}
body{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
	min-height: 100vh;
  	min-height: -webkit-fill-available;
  	overflow-x: hidden;
  	
}

.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}


h1,h2{
	text-transform: uppercase;
	font-weight: 400;
	font-size:2rem;
}
h1{
/* 	color: var(--blue); */
	color: var(--blue);
	font-weight: 400;
	font-size: 2rem;
}
h1, h2, h3{
	color: var(--blue);
	margin:20px 0;
}

h3{
	margin:20px 0 10px 0;
	font-weight: 400;
}

h4{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
}


a{
	color: var(--blue);
}

.lien-rapport li a{
	color: var(--blue);
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
}

.lien-rapport li a:hover{
	color: var(--blue)
}


.menu-toggle{
	display: none;
}

.site-header{
	max-width: var(--contentMaxWidth);
	margin: 0 auto;
	display: grid;
	grid-template-columns: var(--logoSize) 1fr;
	align-items: end;
	width: 90%;
}

.main-navigation ul{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 3.9rem;
}
.main-navigation ul li{
	/*display: inline-block;*/
	margin-right: 3rem;
}

.main-navigation ul li:last-child{
 margin-right:0;
}

.main-navigation ul li a{
	color: var(--blue);
	text-transform: uppercase;
	text-decoration: none;	
	font-weight: 400;
}
.main-navigation ul li a:hover{
	color: var(--brown);
}

.main-navigation ul li.current_page_item a{
	color: var(--brown);
}

.site{
	/*display: flex;
    flex-direction: column;*/
}
.site-main{
	  flex: 1 0 auto;
	  max-width: var(--contentMaxWidth);
	  width: 90%;
	  margin: 3rem auto 0 auto;
}

.site-main{

}

.bottomless h2{
	margin-bottom: -40px;
}

.entry-content ul{
	list-style: none;
	line-height: 1.2;
}


.entry-content ul li{
	margin-bottom: 20px;
}

.entry-content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--blue); /* Change the color */
  font-weight: 100; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.wp-block-group.numbers .wp-block-group__inner-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	max-width: var(--contentMaxWidth);
	margin: 0 auto;
	color: var(--blue);
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 400;
}

.wp-block-group.numbers .wp-block-group__inner-container strong{
	font-weight: 400;
}

.wp-block-group.numbers {
	/*padding-bottom: 4rem;*/
}

/*.wp-block-group.numbers:after {
	content: '';
	width: 100vw;
	position: absolute;
	left: 0;
	height: 80px;
	background: url('../img/line-dots-green.svg') no-repeat;
	background-position: center;
}
*/

.frm_style_style-formidable.with_frm_style .form-field {
    margin-bottom: 30px;
}

.with_frm_style input[type="text"], .with_frm_style input[type="email"], .with_frm_style textarea{
	border-top:none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid var(--blue);
	padding: 0;
}


.site .post-thumbnail{
	position: relative;
}
.site .post-thumbnail img{
	object-fit: cover;
	width: 100vw;
	height: 25vh;
}
.site .post-thumbnail:after{
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: url('../img/dots.svg') no-repeat;
	background-position: right center;
	background-size: cover;
	/*pour cvc > background-size: contain; */

}

.imgs{
	width: 100vw;
	overflow: hidden;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: repeat(3,33.32%);
	margin:3rem 0;
}
.imgs div img{
	max-width: 100%;
}


.edit-link a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: .5rem;
	border-radius: 5px;
	font-weight: 400;
}
.edit-link{
	background: #000;
	
	font-size: 2rem;
	position: fixed;
	bottom: 2rem;
	left: 0;
	width: auto;
}


/*#line-dots g{
	opacity: 0;
	transform: translateX(-50px);
}*/

.wp-block-button__link a{
    background-color: #87b726 !important;
    border: 1px solid #87b726;
    border-radius: 30px !important;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}

.wp-block-button__link:focus, .wp-block-button__link:hover{
	border: 1px solid #87b726;
	color: #87b726;
	background-color: #fff !important;
}



/* footer */
footer.site-footer{
	flex-shrink: 0;
	color: #fff;
}
footer.site-footer a{
	color: var(--blue);
}
footer.site-footer .green a{
	color:#fff;
}

footer.site-footer .green{
	min-height: 150px;
	background: var(--blue);
	position: relative;
}

footer.site-footer .green .container{
	position: absolute;
	bottom: 0;
	max-width: var(--contentMaxWidth);
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	
}

footer.site-footer .green p{
	display: inline-block;
	font-size: .9rem;
	margin-right: 3vw;

}

footer.site-footer .site-info{
	
	display: grid;
	max-width: var(--contentMaxWidth);
	margin: 0 auto 15px auto;
	grid-template-columns: var(--logoSize) 1fr;
	grid-gap: 3vw;
	font-weight: 400;
	padding: 0 12px;
}
footer.site-footer .site-info p a{
	text-decoration: none;
	font-weight: 400;
}
footer.site-footer .site-info p{
	color: var(--blue);
	margin-bottom: 0rem;
	margin-top: 73px;

}




#responsive-menu-pro-container #responsive-menu-pro-wrapper {
	margin-top:50px;
	font-weight: 400;
	
	
}


.mobile{
	display: none;
}


.schema-mobile{
	display: none;
	margin: 0 !important;
	}

.schema-desktop{
	display: block;
	margin: 0 !important;
	}



@media screen and (min-width: 10px) and (max-width: 500px) {
	
	.site .post-thumbnail img {
	    object-fit: cover;
	    width: 100vw;
	    height: 15vh;
	}

	.site-main {
	    margin: 1rem auto 0 auto
    }
    
    h1,h2{
	font-size:1.6rem;
	}
	footer.site-footer .site-info{
		grid-template-columns: 1fr;
		padding: 0 12px;
	}
	footer.site-footer .site-info p{
		font-size: .85em;
		margin: 0 1rem 1rem;
	}
	
	
	

	.mobile{
		display: block;
	}
	.svganim{
		display: none;
	}
	
	.schema-desktop{display: none;}
	
	.schema-mobile{
		display: block;
		margin:0 !important;
	}
	
	footer img{
		width: 60%;
		padding:10px;
	}
	
	table td{
		font-size: 1rem;
	}
	
	.wp-block-image .alignright {
    float: left;
    margin-left: 0em;
}

}


@media screen and (min-width: 501px) and (max-width: 1000px) {
	
	footer.site-footer .site-info{
			padding: 0 12px;
	}

}

hr{
	width: 30%;
	 border: 0.5px solid #e1e1e1;
	 border-radius: 5px;
	 margin:40px auto;
}

/* tableau */

body .wprt-container .table > thead > tr > th, body .wprt-container .table > tbody > tr > th, body .wprt-container .table > tfoot > tr > th, body .wprt-container .table > thead > tr > td, body .wprt-container .table > tbody > tr > td, body .wprt-container .table > tfoot > tr > td, body .wprt-container .table > tr > td {
    border: 0px solid #dddddd !important;
}


.tableau .table-responsive table{
    width: 100% !important;
    margin: 0;
}

.tableau{
	margin: 0;
}

.tableau td:nth-last-child(1){
	text-align: right !important;
}

.tableau tr:nth-last-child(1){
	border-top: 1px solid var(--blue);
}


.wprt-container .table > thead > tr > th, .wprt-container .table > tbody > tr > th, .wprt-container .table > tfoot > tr > th, .wprt-container .table > thead > tr > td, .wprt-container .table > tbody > tr > td, .wprt-container .table > tfoot > tr > td, .wprt-container .table > tr > td {
    padding-top: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
    vertical-align: middle;
    text-align: none !important;
}
