@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

html,
body {
	overflow-x: hidden
}

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1, 125rem;
	line-height: normal;
	background: #ffffff;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	text-align: left;
	font-weight: 400;
	color: #284833;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.rwmb-hidden-wrapper {
	display: none !important;
}

a {
	text-decoration: none;
	color: rgba(var(--wp-primary-700), 1);
}


a,
.cursor {
	cursor: pointer;
}

p {
	margin: 1.2em 0;
	padding: 0;
	color: #2a2f32;
	font-size: 1rem;
	line-height: 25px
}

::-moz-selection {
	background: rgba(var(--wp-primary-700), 1);
	color: #fff
}

::selection {
	background: rgba(var(--wp-primary-700), 1);
	color: #fff
}

.container {
	max-width: calc(1160px + 1.5rem);
	position: relative;
	margin: 0 auto;
	padding: 0 0.75rem;
}

.pb-40 {
	padding-bottom: 40px;
}

/* Formats Images */
.alignleft {max-width: 1160px;float: left !important;margin: 1em 1em 1em 0;}
.alignright {max-width: 1160px;float: right !important;margin: 1em 0 1em 1em;}
.aligncenter {max-width: 1160px;display: block;margin: 1em auto;float:none !important;}

nav.page ul .blocTitleLeft.blocTitleLefthiden, .Labeltrie {display: none;}

#formMotdepass{ display: none;}

header {
	height: 45vh;
	background-image: url(./images/fleur.png);
	position: relative;
}

body.home header {
	height: 80vh;
}

body.home header:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 340px;
	height: 506px;
	background-image: url(./images/fleur.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.borderRightBottom {
	border-bottom-right-radius: 25px;
}

.borderLefttBottom {
	border-bottom-left-radius: 25px;
}

.opaciteBloc {
	opacity: 0.95;
}

.ColorVert {
	color: rgba(var(--wp-primary-700), 1);
}

.bgVert {
	background: rgba(var(--wp-primary-700), 1);
	background: linear-gradient(90deg, rgba(var(--wp-primary-700), 1) 0%, rgba(var(--wp-primary-500), 1) 100%);
}

.bgVertlight {
	background: rgba(var(--wp-primary-500) , 0.5);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(var(--wp-primary-500), 0.1) 100%);
	transition: background .25s ease-in-out;
}

.btnOrange {
	background-color: rgba(var(--wp-secondary-700), 1);
	transition: background-color .25s ease-in-out;
}

.btnOrange:hover {
	background-color: rgba(var(--wp-secondary-500), 1);
}

.bgBlanc {
	background-color: #ffffff;
	transition: background-color .25s ease-in-out;
}

h1 {
	font-size: 2rem;
	font-weight: bold;
	line-height: normal;
}

h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #274732;
}

h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

h4 {
	font-size: 1.2rem;
	font-weight: bold;
}

h5 {
	font-size: 1rem;
	font-weight: bold;
}

h6 {
	font-size: 0.8rem;
	font-weight: bold;
}

.d-flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.line {
	padding: 30px 0px 0;
}

body.home .line {
	padding: 60px 0;
}

.read-more {
	color: #274732;
	font-size: 1.2rem;
	padding: 15px;
	max-width: 315px;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 63px;
	margin-top: -40px;
	font-weight: 600;
	transition: background-color .25s ease-in-out;
}


main {
	padding-top: 148px;
}

.home main {
	padding-top: 180px;
}


#breadcrumbs li {
	display: inline
}

#breadcrumbs li a,
#breadcrumbs li>span {
	font-size: 16px;
	color: rgba(62, 73, 113, 0.6);
	cursor: pointer;
}

#breadcrumbs li>span {
	color: rgba(62, 73, 113, 0.6);
}

#breadcrumbs li.separator {
	font-size: 12px;
	color: rgba(62, 73, 113, 0.6);
	margin: 0 5px;
}

#breadcrumbs li a:hover {
	border-bottom: 1px solid;
}

/*** Header ***/

.header-info {
	padding: 8px 23px;
	color: #4c4128;
	font-size: 16px;
	font-weight: 400;
	margin-left: 15px;
}

.header-reserve {
	height: 38px;
}

.header-reserve a {
	display: flex;
	align-items: center;
}

.header-reserve img {
	height: 25px;
	width: auto;
}

.header-reserve span {
	padding-left: 5px;
}

.header-info a {
	color: rgba(var(--wp-primary-700), 1);
	transition: color .25s ease-in-out;
	cursor: pointer;
}
.header-info a:hover {
	color: rgba(var(--wp-secondary-700), 1);
}

.header-info a svg {
	color: rgba(var(--wp-primary-700), 1);
	width: 20px;
	height: 20px;
}
.header-info a svg path , .footer-social a svg path, .footer-social a .svg-icon {
	fill: rgba(var(--wp-primary-700), 1);
	transition:  fill .25s ease-in-out;
}
.header-info a:hover svg path ,  .footer-social a:hover svg path, .footer-social a:hover .svg-icon {
	fill: rgba(var(--wp-secondary-700), 1) ;
}

.header-social ul li {
	margin-left: 15px;

}

.header-tel a {
	font-weight: 600;
}

.headerTop {
	justify-content: flex-end;
	margin-bottom: 20px;
}

.headerCenter {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.headerBottom {
	position: relative;
}

header div.main-nav nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header div.main-nav nav ul li{
	position: relative;
}

header div.main-nav nav ul>li:last-child a {
	padding-right: 0;
}

header div.main-nav nav ul li a {
	font-size: 18px;
	display: block;
	height: 100%;
	position: relative;
	transition: all .2s ease-in-out;
	color: #ffffff;
	font-weight: 400;
	padding: 0 15px;
	border-left: 1px solid #fff;
	line-height: 18px;
	cursor: pointer;
}

header div.main-nav nav ul li.current-menu-item a {
	font-weight: 600;
}

header div.main-nav nav ul li:first-child a {
	border-left: none;
}

/*header li.current-menu-item > a:after, header li.current-page-ancestor > a:after, header div.main-nav nav ul li a:hover:after  {content: '';position: absolute;left: calc((100% - 25px) / 2);bottom: -8px;border-bottom: 2px solid #ffffff !important;width: 25px;}*/

header div.main-nav nav ul.poles-cloned,
header div.main-nav nav div.menu-main-menu-container div.social, header div.main-nav nav ul li ul.sub-menu {
	display: none;
}

.main-nav .header-social {
	display: none;
}



/* Slideshow */
#slideshow {
	height: 40vh;
	width: 95%;
	position: relative;
	z-index: 1;
	border-bottom-right-radius: 80px;
	overflow: hidden;
}

div.slideshow,
div.slideshow ul,
div.slideshow li {
	height: 40vh;
	width: 100%;
	position: relative;
}

div.slideshow span#overlay {
	height: 40vh;
}

div.slideshow {
	width: 100%;
	position: relative;
}

div.slideshow ul li {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%
}

div.slideshow span#overlay {
	height: 410px;
	z-index: 999;
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	color: #fff;
	padding: 0 50px;
}

div.slideshow span#overlay span {
	text-align: center;
	font-size: 1rem;
}

div.slideshow span#overlay span.title {
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 15px;
}
.headerBottom  .bloc-pager{ position: absolute; bottom: 75px; z-index: 999;    display: flex; justify-content: center;    left: 0;
    right: 0;    align-items: center; }

	
	.headerBottom span.prev ,
	.headerBottom span.next  {
	width: 37px;
	height: 25px;
	cursor: pointer;
	transform: rotate(90deg);
	opacity: .7;
	transition: opacity .2s ease-in-out;
	z-index: 200;
	background-image: url(images/arrow-white.svg);
	background-size: 31px 99px;
    background-position: 0;
    background-repeat: no-repeat;

}

.headerBottom span.next  {
	transform: rotate(-90deg);
	right: 0;
}


.headerBottom span.prev:hover,
.headerBottom span.next:hover {
	opacity: 1;
}

.headerBottom span.prev, .headerBottom span.next{    background-image: url(images/arrow-white.svg);}
.headerBottom span.next{top: -6px; position: relative;}
.headerBottom span.round{background-color: rgba(255, 255, 255, .6);}
.headerBottom span.round.active, .headerBottom span.round:hover{background-color: rgba(255, 255, 255, 1);}
.headerBottom  .cycle-pager{min-width: 225px; text-align: center;}

/* Slideshow home */
.home #slideshow {
	height: 70vh;
	width: calc(100% - (((100% - 1160px) / 2) + 250px));
}

.home div.slideshow,
.home div.slideshow ul,
.home div.slideshow li {
	height: 70vh;
	width: 100%;
}

.home div.slideshow span#overlay {
	height: 70vh;
}
.home div.slideshow video{width: 100%; height: inherit; object-fit: cover; object-position: center center; margin-top: 0px; position: relative;}


/***** left slide *****/
.blocLeftSlide {
	position: absolute;
	top: 180px;
	right: 0;
	width: 100%;
	z-index: 1;
}

.blocSlides {
	flex-direction: column;
	align-items: flex-end;
	padding-top: 40px;
}

.blocSlideItem {
	padding: 20px 15px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #284833;
	transition: 0.5s;
	border: 1px solid rgba(76, 190, 194, 0.15);
	box-shadow: 0 0 20px rgba(6, 72, 109, 0.05);
}

.blocSlides a {
	font-size: 20px;
	color: #284833;
	display: block;
	max-width: 300px;
	width: 100%;
}

.blocSlides a:hover .blocSlideItem {
	padding-left: 25px;
}

.blocSlideItem svg,
.blocSlideItem img {
	width: 15px;
	height: auto;
	margin-right: 15px;
	transform: rotate(180deg);
}

.blocSlideItem svg path {
	fill: #58a92b;
}

@-webkit-keyframes run {
	0% {
		left: 0;
		transform: translateX(0);
	}

	100% {
		left: 100%;
		transform: translateX(-100%);
	}
}

#welcome.line {
	padding-top: 0px;
}

/****  top-content ***/
.top-content figure {
	width: 360px !important;
	height: 370px !important;
	flex-shrink: 0 !important;
	border-bottom-right-radius: 55px !important;
	overflow: hidden !important;
}

.top-content img {
	border-bottom-right-radius: 53px;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
}

.blocNom {
	padding-top: 10px;
}

.top-content .right {
	padding: 0 25px;
}

.top-content h2 {
	position: relative;
	padding-bottom: 0.5em;
}

.top-content h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 95px;
	border-bottom-right-radius: 10px;
	background-color: rgba(var(--wp-secondary-700), 1);
}

a.linkMore {
	font-weight: bold;
	padding-right: 25px;
	position: relative;
}

a.linkMore:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	width: 17px;
	height: 17px;
	transform: rotate(180deg);
	background-image: var(--wp-arrow);
	background-repeat: no-repeat;
	background-size: 17px auto;
}

a.linkMore:hover {
	text-decoration: underline;
}

.left img {
	margin-bottom: 15px;
}

.left span {
	display: block;
}

.subtitle {
	margin-bottom: 30px;
}

/*** news ***/
#news .subtitle {
	justify-content: space-between;
	align-items: center;
}

.home-news {
	position: relative;
}

.home-news figure,
.home-news .no-thumb {
	width: 387px;
	height: 360px;
	flex-shrink: 0;
	border-bottom-right-radius: 55px;
	overflow: hidden;
}

.home-news figure img {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
}

.home-news ul {
	height: 385px;
	overflow: hidden;
	position: relative;
}

.home-news ul li {
	display: flex !important;
	align-items: start;
	position: absolute !important;
}

.home-news ul li a {
	text-decoration: none;
}

.home-news ul li a.content {
	color: #fff;
	padding: 40px;
	border-bottom-left-radius: 55px;
	min-width: calc(100vw - 667px);
}

.home-news ul li a.content p {
	color: #fff;
}

.home-news h3 {
	margin-bottom: 10px;
	color: #fff;
}

.home-news .sousTitle {
	line-height: 16px;
}

.home-news .sousTitle span:last-child {
	border-left: 1px solid #ffffff;
	padding-left: 10px;
	margin-left: 10px;
	display: block;
}

span.prev svg,
span.next svg {
	width: 37px;
	height: 25px;
	cursor: pointer;
	transform: rotate(90deg);
	opacity: .7;
	transition: opacity .2s ease-in-out;
	z-index: 200;
	position: relative;
	z-index: 9;
}

span.next svg {
	transform: rotate(-90deg);
	right: 0;
}
span.prev svg path,
span.next svg path {
	fill: rgba(var(--wp-primary-700), 1);
}

span.prev:hover svg,
span.next:hover svg {
	opacity: 1;
}

.home-news .cycle-pager, .bloc-pager .prev , .bloc-pager .next {
	position: relative;
	z-index: 999;
}
.cycle-pager span {
	opacity: 0;
	display: none;
}

span.round {
	width: 14px;
	height: 14px;
	opacity: 1;
	background-color: rgba(var(--wp-primary-700), .6);
	display: inline-block;
	border-radius: 50%;
	margin: 0 5px;
}

span.round.active,
span.round:hover {
	background-color: rgba(var(--wp-primary-700), 1);
}

span.next:hover {
	opacity: 1;
}

.home-news .bloc-pager.d-flex {
	position: absolute;
	bottom: 0;
	height: 33px;
	width: calc(100% - 412px);
	justify-content: space-between;
	align-items: center;
}

/*** engagement ***/

#engagements .bloc_content {
	position: relative;
	padding: 90px 0;
}

#engagements .subtitle h2 {
	margin-bottom: 80px;
}

#engagements .bloc_content:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: calc(100% - ((100% - 1160px) / 2));
	height: 100%;
	background-color: rgba(var(--wp-primary-500), 0.2);
	border-bottom-left-radius: 55px;
}

#engagements .bloc_content:after {
	content: "";
	position: absolute;
	top: -40px;
	right: 65%;
	width: 60%;
	height: 100%;
	background-image: url(./images/img-engagements.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom-right-radius: 55px;
}

#engagements .bloc_contents {
	justify-content: flex-end;
	align-items: center;
	z-index: 1;
	flex-wrap: wrap;
}

#engagements .bloc_contents .item_bloc_content {
	min-width: 300px;
	width: 100%;
	padding: 30px;
	margin-left: 20px;
	background-color: rgba(255, 255, 255, .9);
	border-bottom-right-radius: 55px;
	margin-top: 20px;
	height: 335px;
}
ul.slideshowEngagement {
	width: calc(100% - (100% / 6)) !important;
}

ul.slideshowEngagement .cycle-carousel-wrap{
	display: flex;
}
ul.slideshowEngagement .texte{
	white-space: normal;
}

#engagements .bloc-pager{
	justify-content: center;
    align-items: center;
    width: calc(100% - (100% / 6));
    padding: 40px 0 20px;
	position: relative;
    z-index: 9;
}

.icon {
	width: 110px;
	height: 110px;
	border-bottom-right-radius: 25px;
	padding: 20px;
	position: relative;
	top: -55px;
	margin-bottom: -55px;
}

.icon img , .icon svg  {
	width: 100%;
	height: 100%;
}
#engagements  .icon svg path, #engagements  .icon svg rect, #engagements  .icon svg circle {
	fill:#fff !important;
}

#engagements .bloc_contents .item_bloc_content h3 {
	color: #274732;
	margin: 20px 0;
	white-space: normal;
}

#engagements .bloc_contents .item_bloc_content .texte {
	margin-bottom: 20px;
}



/*** events ***/
#events .subtitle {
	max-width: calc(100% / 3);
	width: 100%;
}

#events .subtitle h2 {
	margin-bottom: 30px;
}

#events .bloc_events_slide {
	max-width: calc(100% - (100% / 3));
	width: 100%;
	padding: 0px;
	position: relative;
}

ul.slideshowEvents.aos-init.aos-animate {
    max-width: 773px;
}

.slideshowEvents {
	margin: 0 auto;
	padding: 40px;
}

.slideshowEvents li {
	width: 50%;
	max-width: 335px;
	position: relative;
	padding: 0 15px;
	margin: 0 25px;
	background-color: rgba(255, 255, 255, .9);
	border-bottom-right-radius: 55px;
	box-shadow: 0 0 7px rgba(61, 72, 109, 0.07);
	border: 1px solid rgba(76, 190, 194, 0.15);
	min-height: 115px;
	transition: 0.5s;
}

.slideshowEvents .cycle-carousel-wrap {
	top: 40px !important;
	width: 100%;
}

.slideshowEvents li:hover {
	transform: translate(-10px, -10px);
	box-shadow: 0 0 27px rgba(61, 72, 109, 0.07);
}

div.responsive li {
	width: auto;
	height: auto
}

#events .icon {
	width: 80px;
	height: 80px;
	padding: 15px;
	top: 0px;
	left: -38px;
	margin-bottom: 0;
	color: #274732;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
}

#events .icon span {
	font-weight: normal;
	font-size: 18px;
	display: block;
}

#events li a p {
	margin-left: -15px;
	width: calc(100% - 80px);
	white-space: normal !important;
}

#events .bloc-pager {
	text-align: center;
}

#events span.prev,
#events span.next {
	position: absolute;
	top: 80px;
	left: -35px;
}

#events span.next {
	left: inherit;
	right: -12px;
}

#events .eventLink {
	height: 100%;
	align-items: center;
	min-height: 115px;
}

/**** Accees rapide ***/
.highlighted{
	justify-content: center;
}
.highlighted li {
	max-width: calc((100% - 70px) / 3);
	width: 100%;
	margin: 0 15px;
	border-bottom-right-radius: 55px;
	box-shadow: 0 0 7px rgba(var(--wp-primary-500), 0.7);
	transition: 0.5s;
}

#zones-list li {
	height: 155px;
	background-color: rgba(var(--wp-primary-500), 1);
}

#zones-list li::before {
	content: none;
}

.highlighted li:last-child {
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 0;
}

.highlighted li:first-child {
	margin-right: 20px;
	margin-left: 0;
}

.highlighted li:hover {
	box-shadow: 0 0 27px rgba(var(--wp-primary-500), 0.7);
	transform: translate(0px, -10px);
}

.highlighted .bloc_lien {
	width: 100%;
	height: 100%;
	padding: 55px 40px;
	display: block;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	overflow: hidden;
}

a.bloc_lien img, a.bloc_lien svg {
	position: absolute;
	left: -37px;
	right: 0;
	width: 194px;
	top: 20px;
	opacity: 0.2;
	height: 194px;
}
a.bloc_lien svg path {
	fill: #fff;
}

#highlighted2-pages .highlighted li {
	max-width: calc((100% - 35px) / 2);
}

#highlighted2-pages .highlighted .bloc_lien {
	font-size: 2rem;
}

/*** Documents ***/
#photos_documents.line {
	padding-top: 160px;
}

.photos_documents .subtitle {
	margin: 40px 0 25px;
}

.photos_documents .read-more {
	position: absolute;
	bottom: -21px;
	top: inherit;
	margin: 0;
}

#documents {
	width: calc((100% - 20px) / 3);
	padding: 30px 30px 60px;
	background-color: rgba(255, 255, 255, 1);
	border-bottom-right-radius: 55px;
	border: 1px solid rgba(76, 190, 194, .1);
	box-shadow: 0 0 13px rgba(76, 190, 194, 0.1);
	position: relative;
	margin-top: -50px;
}

#documents.long-w {
	width: 100%;
}

#documents .icon {
	width: 90px;
	height: 90px;
	top: -72px;
	margin-bottom: -72px;
}

#documents .link_documents {
	color: #274732;
	font-size: 1.2rem;
	position: relative;
	transition: 0.5s;
	padding-left: 0;
	margin-bottom: 30px;
	display: block;
}

#documents .link_documents:hover {
	padding-left: 30px;
	color: rgba(var(--wp-primary-700), 1);
	text-decoration: underline;
}

#documents .link_documents:hover:before {
	opacity: 1;
}

#documents .link_documents:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 17px;
	height: 17px;
	transform: rotate(180deg);
	background-image: var(--wp-arrow);
	background-repeat: no-repeat;
	background-size: 17px auto;
	opacity: 0;
	transition: 1s;
}

/**** Galerie ***/

#photos {
	width: calc(((100% - 20px) / 3) * 2);
	padding: 30px 20px 60px 30px;
	background-color: rgba(255, 255, 255, 1);
	border-bottom-right-radius: 55px;
	border: 1px solid rgba(76, 190, 194, .1);
	box-shadow: 0 0 13px rgba(76, 190, 194, 0.1);
	position: relative;
	margin-top: -50px;
	margin-right: 20px;
}

#photos.long-w {
	width: 100%;
	margin-right: 0;
}

#photos .icon {
	width: 90px;
	height: 90px;
	top: -72px;
	margin-bottom: -72px;
}

#photos ul {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}

#photos li {
	float: left;
	width: 328px;
	height: 328px;
	margin: 0 10px 10px 0;
	position: relative;
	padding-left: 0;
}

#photos li:last-child a {
	border-bottom-right-radius: 25px;
}

#photos li.landscape {
	width: 175px;
	height: 159px;
}

/* #photos.long-w  li.landscape {
	height: 328px;
} */

#photos ul li a {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#photos ul img {
	margin: 0 !important;
}

.fancy:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(var(--wp-secondary-700), .7);
	opacity: 0;
	transition: opacity .4s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.fancy:after {
	content: '';
	opacity: 0;
	background: transparent url('images/zoom.svg') no-repeat center center;
	background-size: 45px;
	transition: opacity .4s ease-in-out;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 2;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
}

.fancy:hover:after,
.fancy:hover:before {
	opacity: 1;
}




/*** parteners ***/

#partners .subtitle {
	justify-content: space-between;
	align-items: center;
}

#partners .partners {
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 60px;
}

#partners .partners li {
	margin: 5px;
	width: calc((100% / 5) - 15px);
	text-align: center;
	height: 160px;
	line-height: 160px;
	
}

#partners .partners li a > img, .post-type-archive-partners .content ul li a > img {
	max-width: 55%;height: auto;
}

/*** footer ***/
body.home .footer-contact.short .estab-info.alignCenter {flex-wrap: wrap;flex-direction: column;align-items: flex-start;}
body.home .footer-contact.short .estab-info.alignCenter > div {padding-left: 25px;}

.footer-contact .estab-info.alignCenter{
	align-items: center;
}
footer {
	margin-top: 160px;
}

.footer-contact {
	padding: 30px;
	background-color: rgba(255, 255, 255, 1);
	border-bottom-left-radius: 55px;
	border: 1px solid rgba(76, 190, 194, .1);
	box-shadow: 0 0 13px rgba(76, 190, 194, 0.1);
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}

footer .footer-contact .icon {
	width: 90px;
	height: 90px;
	top: -72px;
	margin-bottom: -72px;
}

.footer-contact .estab-info {
	justify-content: space-between;
	align-items: flex-start;
}

.footer-social a svg {
	color: rgba(var(--wp-primary-700), 1);
	width: 20px;
	height: 20px;
	stroke: rgba(var(--wp-primary-700), 1);
}

.footer-social,
.logo-footer {
	margin-top: 30px;
}

.footer-social {
	margin-right: 15px;
}

.footer-social  a{
	cursor: pointer;
}
.footer-social ul li {
	margin-left: 10px;
}

.marker {
	width: 80px !important;
	height: 80px !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

body.home footer .bloc_footer_top {
	position: relative;
	padding-bottom: 280px;
}

footer div#map #map_canvas {
	height: 100%;
	width: calc(100% - ((100% - 1160px) / 4));
	position: absolute;
	top: 0px;
	right: 0;
	margin: 0 auto;
	background-color: #ccc;
	border-bottom-left-radius: 100px;
	overflow: hidden;
}

footer #static-map {
	height: 100%;
}

footer #static-map img {
	object-fit: cover;
	object-position: center;
	height: 100%;
}

footer #static-map.one-pin .map_marker {background: url(images/marker.svg) no-repeat center center;background-size: contain;position: absolute;z-index: 1;float: left;width: 60px;height: 60px;top: 50%;left: 50%;margin: -42px 0 0 -14px;}

footer .estab-desc img {
	width: 20px;
	margin-right: 10px;
}

footer .estab-desc .adress {
	align-items: start;
}

footer .estab-desc p {
	color: #3d486d;
}

footer .estab-desc a {
	text-decoration: underline;
	color: #3d486d;
}

footer .estab-desc a:hover {
	text-decoration: underline;
	color: rgba(var(--wp-primary-700), 1);
	transition: color .25s ease-in-out
}

footer .estab-desc .adress span {
	display: block;
}

footer .estab-desc svg {
	width: 20px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

/* footer .estab-desc svg, footer .estab-desc svg path {
	fill: #58a92b;
} */


footer .copyright {
	padding: 1.2em 0;
	text-align: center;
}

footer .copyright p {
	margin: 0;
	color: #fff;
}

footer .copyright a {
	color: #fff;
	text-decoration: underline;
}

/* Hamburger */

.mobile_menu {
	display: none;
	float: left;
	width: 35px;
	height: 35px;
	position: absolute;
	cursor: pointer;
	top: 28px;
	right: 25px;
	background: transparent;
	transition: background .4s ease-in-out;
}

span.hamburger {
	float: left;
	width: 35px;
	position: absolute;
	top: 19px;
}

span.hamburger span,
span.hamburger span:before,
span.hamburger span:after {
	position: absolute;
	width: 35px;
	height: 3px;
}

span.hamburger span {
	background: #f5f4fe;
	-webkit-transition-delay: .2s;
	-webkit-transition-duration: 0s;
}

span.hamburger span:before,
span.hamburger span:after {
	content: ' ';
	background: #f5f4fe;
	-moz-transition: margin .2s ease-in-out;
	-o-transition: margin .2s ease-in-out;
	-webkit-transition: margin .2s ease-in-out;
	transition: margin .2s ease-in-out;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

span.hamburger span:before {
	margin-top: -12px;
}

span.hamburger span:after {
	margin-top: 12px;
}

span.mobile_menu {
	text-transform: uppercase;
	display: none;
	color: #f5f4fe;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	line-height: 60px;
	position: absolute;
	top: 0;
	left: 20px
}

span.hamburger.cross>span,
.mobile_menu.opened span.hamburger.cross>span {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background: transparent
}

span.hamburger.cross span:before {
	background: #f5f4fe;
	-moz-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	-webkit-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 0
}

span.hamburger.cross span:after {
	-moz-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	-webkit-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0
}

body>header.shadow div.mobile_menu {
	background: transparent;
}




/*** bloc left - right **/
div.left {
	width: 386px;
	padding-right: 70px;
}

div.left > h2 a {
	display: block;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 1.2rem;
	color: #ffffff;
	background-color: rgba(var(--wp-primary-500), 1);
    transition: background-color .25s ease-in-out;
}

div.left > h2 a:hover {
	background-color: rgba(var(--wp-primary-700), .9);
}

div.right {
	width: calc(100% - 386px);
}

nav.page {
	margin-top: 15px;
}

.blocTitleLeft, nav.page ul li.blocTitleLeft , nav.page > span {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 25px;
	background-color: rgba(var(--wp-primary-500) , 1);
	transition: background-color .25s ease-in-out;
	margin-bottom: 25px;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: 75px;
}
.blocTitleLeft a, nav.page ul li.blocTitleLeft a, nav.page > span a{
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 10px 0;
}
nav.page ul li.blocTitleLeft:hover a, nav.page > span:hover a{
	background: none;
	font-weight: 700;
}


/* Submenu */
nav.page ul li { height: auto; background-size: 100% auto; background-position: center left;background-repeat: no-repeat;display: block;position: relative;background-color: rgba(var(--wp-primary-500) , 0.1); min-height: 47px;transition: all .25s ease-in-out;}
nav.page > ul {position: relative;}
nav.page ul li.parent .downMenu {position: absolute;background: url(images/arrow-submenu-noire.svg) no-repeat center center;background-size: 30px;background-position: center;width: 100%;height: 35px;top: 7px;right: 0px;z-index: 0; width: 30px;cursor: pointer;}
nav.page ul li.parent.opened .downMenu {transform: rotate(90deg);}
nav.page ul li.parent:hover .downMenu, nav.page ul:not(.sub-sub-menu) li.parent.current-menu-item .downMenu  {background-image: url(images/arrow-submenu.svg);}

nav.page ul::not(.sub-sub-menu) > li.current-menu-item a,
nav.page ul:not(.sub-sub-menu) > li:hover > a,
nav.page ul:not(.sub-sub-menu) > li.child:hover > a,
nav.page ul:not(.sub-sub-menu) li a:hover
nav.page ul > li > ul > li.greatchild:hover a {
	background: linear-gradient(90deg, rgba(var(--wp-primary-700), 1) 50%, rgba(var(--wp-primary-500), 1) 100%);
	transition: background .25s ease-in-out;
}

nav.page ul > li > ul > li.greatchild a {
	transition: all .25s ease-in-out;
	font-size: 1.1rem;
	padding: 10px 25px 10px 40px;
}

nav.page .sub-sub-menu li {
	position: relative;
	background-color: rgba(var(--wp-primary-700) , 0.2);
	transition: background-color .25s ease-in-out;
}

nav.page .sub-sub-menu li:hover {
	background-color: rgba(var(--wp-primary-700) , 0.3);
}

nav.page .sub-sub-menu li a {
	font-size: .95rem;
	padding-left: 47px;
}

nav.page .sub-sub-menu li:before {
    content: '';
    left: 30px;
    top: 24px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #284833;
    position: absolute;
}

.titreBlocCategorie a {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
}

.news_categories {
	color: #284833;
	font-size: 1.2rem;
	background-color: rgba(var(--wp-primary-500) , 0.1);
}

.news_categories li {
	padding: 0;
}

.news_categories li a, nav.page ul li a {
	color: #284833;
	display: block;
	padding: 10px 25px;
	cursor: pointer;
	font-size: 1.2rem;
	transition: all .25s ease-in-out;
}

nav.page ul:not(.sub-sub-menu) li.current-menu-item > a, nav.page ul:not(.sub-sub-menu) > li:hover > a, nav.page ul > .sub-sub-menu li.current-menu-item > a, nav.page ul > .sub-sub-menu > li:hover > a, nav.page ul:not(.sub-sub-menu) > li.active > a {color: #fff;background: rgba(var(--wp-primary-700), 1);}

.news_categories li li a {
	padding: 10px 50px;
}

.news_categories > li > a:hover ,
.news_categories > li.active > a ,
.news_categories > li li > a:hover ,
.news_categories > li li.active > a
{
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	background: rgba(var(--wp-primary-700), 1);
	background: linear-gradient(90deg, rgba(var(--wp-primary-700), 1) 50%, rgba(var(--wp-primary-500), 1) 100%);
	border-bottom-right-radius: 25px;
	transition: background .25s ease-in-out;
}

/* Page News */
.page-template-template-news .bgVertlight, .post-type-archive-events .bgVertlight, .single-secure .bgVertlight{ background: none; background-color: #fff;}
.page-template-template-news div.left .content, .single-secure div.left .content {
	width: 100%;
	clear: both;
}
.content ul.news_list, .content ul.event{ margin-left: 0;}
.page-template-template-news ul.news_list li, .page-template-template-news-specific ul.news_list li, .single-secure ul.news_list li, #private-news-list ul li {
	width: 100%;
	background-color: rgba(var(--wp-primary-500) , 0.1);
	padding-left: 0;
	margin: 25px 0;
	border-bottom-right-radius: 40px;
	position: relative;
	transition: background-color .3s ease-in-out;
}

.page-template-template-news ul.news_list li::before, .page-template-template-news-specific ul.news_list li::before, .single-secure ul.news_list li::before, #private-news-list ul li::before {
	display: none;
}

.page-template-template-news ul.news_list li:first-child, .page-template-template-news-specific ul.news_list li:first-child, .single-secure ul.news_list li:first-child, #private-news-list ul li:first-child {
	margin-top: 30px;
}

.page-template-template-news ul.news_list li a, .page-template-template-news-specific ul.news_list li a, .single-secure ul.news_list li a, #private-news-list ul li a {
	color: #f5f4fe;
	width: 100%;
	height: 100%;
	display: flex;
}

.page-template-template-news ul.news_list li div.img, .page-template-template-news-specific ul.news_list li div.img, .single-secure ul.news_list li div.img,#private-news-list ul li div.img {
	width: 305px;
	height: 305px;
	overflow: hidden;
	position: relative;
	margin: 0 !important;
}

.page-template-template-news ul.news_list li div.img img, .page-template-template-news-specific ul.news_list li div.img img, .single-secure ul.news_list li div.img img,#private-news-list ul li div.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.page-template-template-news ul.news_list li div.text, .page-template-template-news-specific ul.news_list li div.text, .single-secure ul.news_list li div.text, #private-news-list ul li div.text {
	width: calc(100% - 305px);
	padding: 20px;
	flex-direction: column;
	justify-content: space-between;
}

.page-template-template-news ul.news_list li h2, .page-template-template-news-specific ul.news_list li h2, .single-secure ul.news_list li h2,#private-news-list ul li h2 {
	color: #274732;
	margin: 0;
	font-size: 1.2rem;
}

.page-template-template-news ul.news_list li .blocTopText span, .page-template-template-news-specific ul.news_list li .blocTopText span, .single-secure ul.news_list li .blocTopText span, #private-news-list ul li .blocTopText span {
	font-size: 1.2rem;
	color: rgba(var(--wp-primary-500) , 1);
	font-weight: 600;
}

.page-template-template-news ul.news_list li p, .page-template-template-news-specific ul.news_list li p, .single-secure ul.news_list li p, #private-news-list ul li p {
	color: #3e4971;
	position: relative;
}

.page-template-template-news ul.news_list li .read-more, .page-template-template-news-specific ul.news_list li .read-more, .single-secure ul.news_list li .read-more,#private-news-list ul li .read-more  {
	top: 0;
	margin: 0;
}

div.pagination {
	text-align: center;
}


div.pagination span,
div.pagination a {
	display: inline-block;
	height: 25px;
	text-align: center;
	padding: 0 5px;
}

div.pagination span,
div.pagination span:hover,
div.pagination a:hover {
	background: rgba(var(--wp-primary-500) , 1);
	color: #f5f4fe;
}

div.pagination a.next {
	background: transparent !important;
	color: #284833 !important;
}

div.pagination a.next:hover {
	color: rgba(var(--wp-primary-500) , 1) !important;
}


/*** Page detail **/
nav.page>span:before {
	transition: transform .4s ease-in-out;
	content: '';
	background: transparent url(images/more.svg) no-repeat center center;
	background-size: 29px;
	position: absolute;
    right: 7px;
    top: 18px;
	float: left;
	width: 40px;
	height: 40px
}

nav.page>span.open:before {
	transform: rotate(45deg)
}

nav.page ul {
	overflow: hidden;
}


/** Contenu extra **/
.extra-content {width:100%;background-color:rgba(var(--wp-primary-500) , 0.1);height: auto;padding: 25px;  margin-top: 20px;}
.extra-content .add-infos {width:100%;height:100%;line-height: 23px;}
.extra-content .add-infos > strong {font-size: 1.1rem;font-weight: 500;}
.extra-content .add-infos div {margin-top:20px;font-size:1rem;line-height:26px;}
.extra-content .add-infos * {color: #284833;}
.extra-content .add-infos div a {text-decoration: underline;}

/** contenu **/
.content .gallery img.resp {position: absolute;top:50% !important;left:50% !important;float: left; opacity: 0;filter: alpha(opacity=0);}
.content .gallery {display: flex;flex-wrap: wrap;margin: auto;overflow: hidden;}
.content .gallery .gallery-item {width: auto;max-width: 238px;margin: 10px;overflow: hidden;border-bottom-right-radius: 25px;}
.content .gallery .gallery-item:last-child {margin-right: 0;}
.content .gallery .gallery-item a {width: 238px;height: 250px;display: block;overflow: hidden; position: relative;}
.content .gallery .clear {display: none;}
.content .gallery .gallery {margin: 0;}

.content ul {
	margin-left: 30px;
}

.content ul li {
	position: relative;
	margin-bottom: 15px;
}

.content ul li::before {
	content: '';
	position: absolute;
	left: -25px;
	top: 3px;
	width: 10px;
	height: 10px;
	border: 3px solid rgba(var(--wp-secondary-700), 1);
	border-radius: 50%;
}

.content h2 {
	font-size: 1.3rem;
	color: rgba(var(--wp-primary-500) , 1);
	margin: 20px 0;
}

.content h3 {
	margin: 20px 0;
	font-size: 1.1rem;
}

.content .return a {
	transition: color .25s ease-in-out;
}

.content .return a:hover {
	color: rgba(var(--wp-secondary-700) , 1);
}

.content .btn {
	color: #274732;
	font-size: 1.2rem;
	padding: 15px;
	max-width: 180px;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 10px;
	font-weight: 600;
	background-color: rgba(var(--wp-secondary-700), 1);
	border-bottom-right-radius: 25px;
	transition: all .25s ease-in-out;
}

.content .btn:hover {
	background-color: rgba(var(--wp-secondary-500), 1);
}

span.date {
    font-size: 1.2rem;
    color: rgba(var(--wp-primary-500) , 1);
    font-weight: 600;
}

.acc-content>.acc {
	width: 100%;
	flex-shrink: 0;
	padding: 10px 22px;
	background-color: rgba(var(--wp-primary-500), 0.2);
	border-bottom-right-radius: 28px;
}

.acc-content>*+.acc {
	margin-top: 30px;
}

.acc-content>.acc>h2 {
	width: 100%;
	min-height: 35px;
	cursor: pointer;
	color: #274732;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 65px 0 55px;
	font-size: 1.3rem;
	border-radius: 0px;
	z-index: 1;
}

.acc-content>.acc>h2:before {
	width: 35px;
	height: 35px;
	content: '';
	background-color: rgba(var(--wp-primary-500) , 1);
	border-radius: 0%;
	position: absolute;
	top: 0;
	left: 0px;
}

.acc-content>.acc>h2:after {
	width: 18px;
	height: 18px;
	content: '';
	background: transparent url('images/arrow-acc.svg') no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 9px;
	transform: rotate(-90deg);
	transition: transform .25s ease-in-out;
	top: 9px;
}

.acc-content>.acc>h2.opened:after {
	transform: rotate(0);
	top: 10px;
	left: 10px;
}

.acc-content>.acc>div>*+* {
	margin-top: 20px;
}

.acc-content>.acc>div {
	padding: 35px 48px 15px 0;
	position: relative;
	top: -20px;
	border-radius: 0 0 30px 0px;
	margin-bottom: -20px;
}

.acc-content .gallery .gallery-item {
	max-width: 204px !important;
}

.acc-content .gallery .gallery-item a {
	width: 204px !important;
}



/* Page event */
.post-type-archive-events div.left .content {
	width: 100%;
	clear: both;
}

.post-type-archive-events ul.event li {
	width: 100%;
	background-color: rgba(var(--wp-primary-500) , 0.1);
	padding-left: 0;
	margin: 25px 0 45px;
	border-bottom-right-radius: 40px;
	position: relative;
	transition: background-color .3s ease-in-out;
}

.post-type-archive-events ul.event li::before {
	display: none;
}

.post-type-archive-events ul.event li:first-child {
	margin-top: 50px;
}

.post-type-archive-events ul.event li a {
	color: #f5f4fe;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0 30px;
}

.post-type-archive-events ul.event li div.img {
	width: 305px;
	height: 305px;
	overflow: hidden;
	position: relative;
	margin: 0 !important;
}

.post-type-archive-events ul.event li div.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-type-archive-events ul.event li div.text {
	width: calc(100% - 200px);
	padding: 20px;
	flex-direction: column;
	justify-content: space-between;
}

.post-type-archive-events ul.event li h2 {
	color: #274732;
	margin: 0;
	font-size: 1.2rem;
}

.post-type-archive-events ul.event li .blocTopText span {
	font-size: 1.2rem;
	color: rgba(var(--wp-primary-500) , 1);
	font-weight: 600;
}

.post-type-archive-events ul.event li p {
	color: #3e4971;
	position: relative;
}

.post-type-archive-events ul.event li .read-more {
	top: 0;
	margin: 0;
	background-color: rgba(var(--wp-primary-500) , 1);
	color: #fff;
	transition: background-color .25s ease-in-out;
}

.post-type-archive-events ul.event li .read-more:hover {
	background-color: rgba(var(--wp-secondary-500) , 1);
}

.post-type-archive-events ul.event li .icon {
	top: -25px;
	margin-bottom: 0;
	width: 170px;
	height: 170px;
	color: #274732;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.post-type-archive-events ul.event li .icon .normal {
	font-weight: normal;
}

.post-type-archive-events ul.event li .icon span {
	display: block;
	font-size: 1rem;
}



/** download **/
#documents-list {
	flex-wrap: wrap;
	justify-content: space-between;
}

.downloadLink {
	width: calc(50% - 30px);
	margin: 20px 0;
	justify-content: space-between;
}

.downloadLink:nth-child(odd) {
	margin-right: 30px;
}

.downloadLink:nth-child(even) {
	margin-left: 30px;
}

.downloadLink svg {
	width: 20px;
	height: 20px;
}

.icon_download {
	width: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.document_titre {
	width: calc(100% - 77px);
	background-color: rgba(var(--wp-primary-500) , 0.1);
	font-size: 1.1rem;
	color: #284833;
	padding: 25px 35px;
}



/*** galerie ***/

.page-template-template-gallery .galerie_article img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-template-gallery .galerie_article .item_galerie {
	margin: 10px 10px 0px 0;
	border-bottom-right-radius: 25px;
	WIDTH: calc((100% - 40px) / 3);
	position: relative;
    display: block !important;
    overflow: hidden;
	height: 266px;
}

.page-template-template-gallery .galerie_article {
	margin-top: 20px;
}


/* Page Contact */
.page-template-template-contact div.side svg {
	width: 20px;
	height: 30px;
	position: absolute;
	left: 0;
	transition: left .3s ease-in-out;
	fill: #fb8a89;
}

.page-template-template-contact div.side a {
	color: #284833;
}

.page-template-template-contact h2 {
	font-size: 1.8rem;
	color: rgba(var(--wp-primary-500) , 1);
	margin: 20px 0;
}

.page-template-template-contact .subcontent {
	border-top: 1px solid rgba(var(--wp-primary-500) , 1);
	margin-top: 30px;
	padding: 20px 0;
}

.page-template-template-contact p.mandatory {width: 100%;}

.page-template-template-contact .info-contact {
	margin-top: 35px;
}

.page-template-template-contact .info-contact.estabs {
	display: flex;
	flex-wrap: wrap;
}

.page-template-template-contact .info-contact.estabs .estab-desc {
	margin-right: 200px;
}

.page-template-template-contact .info-contact.estabs .estab-desc:last-child {
	margin-right: 0;
}

.page-template-template-contact .info-contact.estabs p {
	position: relative;
	padding-left: 30px;
}

.page-template-template-contact .plus-info-contact {
	margin-top: 20px;
}

.page-template-template-contact .info-contact p {
	margin: 10px 0;
}

/** Form **/
label {
	font-size: 1.2rem;
	color: #2a2f32;
	margin-bottom: 10px;
	display: block;
}

.formInput,
input.formInput,
select.formInput,
textarea.formInput ,
#jobs_form input,
#jobs_form select,
#jobs_form textarea {
	border: 1px solid #e5f6ed;
	background-color: rgba(var(--wp-primary-500) , 0.1);
	color: #2a2f32;
	font-size: 1.2rem;
	padding: 25px;
	border-bottom-right-radius: 25px;
	width: 100%;
}

#jobs_form input {
	font-weight: bold;
}

.formInput:focus,
input:focus,
select:focus,
textarea:focus {
	border: 1px solid rgba(var(--wp-primary-500), 0.2);
}

#email2 {
	display:none;
}

textarea {
	height: 200px;
}
.contact-content textarea {
	margin-bottom: 1.2rem;
}

p.rgpd {
	float: none;
	width: 100%;
}

p.rgpd a {
	color: #2a2f32;
}
#jobs_form p.rgpd input , p.rgpd input{ width: auto;}

form .read-more,
form input[type=submit] , 
form#jobs_form  .read-more,
form#jobs_form  input[type=submit]{
	width: 315px;
	top: 0;
	margin: 10px 15px 0 0;
	border: none;
	background-color: rgba(var(--wp-secondary-700), 1);
	border-bottom-right-radius: 25px;
	cursor: pointer;
	transition: background-color .25s ease-in-out;
}

form input[type=submit]:hover, form#jobs_form  input[type=submit]:hover {
	background-color: rgba(var(--wp-primary-700), 1);
}

.submit {
	flex-wrap: wrap;
}


/* Page jobs */
.post-type-archive-jobs div.left .content {
	width: 100%;
	clear: both;
}

.post-type-archive-jobs div.left h2 {
	color: #274732;
	font-size: 1.2rem;
}

.post-type-archive-jobs ul.jobs-list {
	margin-left: 0;
}

.post-type-archive-jobs ul.jobs-list li {
	width: 100%;
	background-color: rgba(var(--wp-primary-500) , 0.1);
	padding-left: 0;
	margin: 25px 0;
	border-bottom-right-radius: 40px;
	position: relative;
	transition: background-color .3s ease-in-out;
}

.post-type-archive-jobs ul.jobs-list li::before {
	display: none;
}

.post-type-archive-jobs ul.jobs-list li:first-child {
	margin-top: 30px;
}

.post-type-archive-jobs ul.jobs-list li a {
	color: #f5f4fe;
	width: 100%;
	height: 100%;
	display: flex;
}

.post-type-archive-jobs ul.jobs-list li div.text {
	padding: 20px;
	flex-direction: column;
	justify-content: space-between;
}

.post-type-archive-jobs ul.jobs-list li h2 {
	color: #274732;
	margin: 0;
	font-size: 1.2rem;
}

.post-type-archive-jobs ul.jobs-list li .blocTopText span {
	font-size: 1.2rem;
	color: rgba(var(--wp-primary-500) , 1);
	font-weight: 600;
}

.post-type-archive-jobs ul.jobs-list li .summary {
	color: #3e4971;
	position: relative;
}

.post-type-archive-jobs ul.jobs-list li .read-more {
	top: 0;
	margin: 0;
}

body.archive.post-type-archive-jobs main.bgVertlight {
	background: none;
}

.job-form {
	border-top: 1px solid rgba(var(--wp-primary-500) , 1);
	margin-top: 35px;
	padding: 30px 0;
}

.job-form .mandatory {
	line-height: 61px;
}

.job-form .submit {
	float: left;
	position: relative;
	z-index: 1;
}

.job-form textarea {
	margin-bottom: 1.2em;
}

#jobs_form {
	clear: both;
}

#jobs_form p , form p{
	position: relative;
}

.BtnSelect select[name="estab-select"]:after {
	content: "";
	background-color: rgba(var(--wp-primary-500) , 1);
	width: 73px;
	height: 73px;
	border-bottom-right-radius: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(images/arrow-job-form.svg);
	background-size: 45px 30px;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(0deg);
	z-index: -1;
}

select {
	appearance: none;
}

input[type=file]::file-selector-button {
	margin-right: 20px;
	border: none;
	background: rgba(var(--wp-primary-500) , 1);
	padding: 10px 20px;
	border-bottom-right-radius: 18px;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
	background: rgba(var(--wp-primary-500) , 1);
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #2a2f32;
	opacity: 1;
	/* Firefox */
	font-size: 1.2rem;
	font-weight: 100;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #2a2f32;
	font-size: 1.2rem;
	font-weight: 100;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #2a2f32;
	font-size: 0.8rem;
	font-weight: 100;
}

/** partners **/
.post-type-archive-partners .content ul {
	margin-left: 0px;
	flex-wrap: wrap;
	margin-top: 20px;
	justify-content: space-around;
}

.post-type-archive-partners .content ul li {
	margin: 10px 20px;
	width: calc((100% / 4) - 60px);
	text-align: center;
	height: 160px;
	line-height: 160px;
}

.post-type-archive-partners .content ul li::before {
	display: none;
}

/** Newsletter **/

.blocNewsletter {
	padding: 30px 40px;
	color: #fff;
	justify-content: space-between;
	align-items: center;
	border-bottom-right-radius: 60px !important;
	box-shadow: 0 0 7px rgba(var(--wp-primary-500), 0.7);
}

.blocNewsletter .subtitle {
	margin-bottom: 0;
	margin-right: 20px;
}

.blocNewsletter .subtitle h2 {
	color: #fff;
	font-weight: normal;
}

.blocNewsletter #mailpoet_form_1 form.mailpoet_form {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.blocNewsletter form input[type=email] {
	padding: 18px 15px 18px 25px !important;
	font-family: 'Open Sans', sans-serif !important;
	background-color: #ffffff !important;
}

.blocNewsletter form input[type=email]::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #b7bbbd;
	opacity: 1;
	/* Firefox */
	font-size: 1.2rem;
	font-weight: 100;
}

.blocNewsletter form input[type=email]::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #b7bbbd;
	font-size: 1.2rem;
	font-weight: 100;
}

.blocNewsletter form input[type=email]::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #b7bbbd;
	font-size: 0.8rem;
	font-weight: 100;
}

.blocNewsletter form input[type=submit] {
	font-weight: normal !important;
	font-family: 'Open Sans', sans-serif !important;
	border-radius: 0 0 40px 0 !important;
	background-color: rgba(var(--wp-secondary-500), .6) !important;
	color: #ffffff !important;
	padding: 18px 40px 18px 40px !important;
}

.blocNewsletter #mailpoet_form_1 p.mailpoet_form_paragraph {
	display: none !important;
}

.blocNewsletter #mailpoet_form_1 .mailpoet_validate_success {
	color: #2a2f32 !important;
	width: 70% !important;
}

.blocNewsletter #mailpoet_form_1 .mailpoet_message {
	padding: 0 10px;
}

/*** post-password-form ***/
.post-password-form{
	background-color: rgba(var(--wp-primary-500), 0.2);
	padding: 30px 25px;
    margin-top: 30px;
    border-bottom-right-radius: 35px;
}
.post-password-form label {
    font-size: 1rem;
    color: #284833;
	display: inline-block;
    margin-top: 10px;
}
.post-password-form label input[type=password] {
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    padding: 8px;
    margin-left: 30px;
    min-width: 250px;
}
.post-password-form input[type=submit] {
	border-radius: 10px;
    width: auto;
    padding: 8px 25px;
    margin-left: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

/** Breves **/

#breves{
	padding: 0;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto -55px;
    top: -155px;
    z-index: 9;
}
.bloc_contents_breves{
	background-color: #fff;
	padding: 10px 0;
	border-bottom-right-radius: 55px;
	box-shadow: 0 0 20px rgba(6, 72, 109, 0.05);
	overflow: hidden;
	width: calc(100% - 320px);
	position: relative;

}
.bloc_contents_breves .item_bloc_content{
	padding-left: 200px;
	position: relative;
}
.bloc_contents_breves .item_bloc_content strong{
	margin-bottom: 15px;
	display: block;
}
.bloc_contents_breves .item_bloc_content .icon {
    width: 200px;
    height: 200px;
    border-bottom-right-radius: 0;
    padding: 0;
    position: absolute;
    top: inherit;
	bottom: -10px;
    margin-bottom: 0px;
	left: -10px;
}
.bloc_contents_breves .item_bloc_content.noIcon{
	padding-left: 0px;
}
.bloc_contents_breves .item_bloc_content .icon svg path, .bloc_contents_breves .item_bloc_content .icon svg rect {
	fill: #eaf6f4;
}
.bloc_texte{
	margin-left: 10px;
	padding-left: 20px;
	border-left: 1px solid #f2f4f3;
	padding-bottom: 55px;
	padding-top: 10px;
	padding-right: 10px;
}
.bloc_contents_breves .item_bloc_content.noIcon .bloc_texte{
	margin-left: 0px;
	border-left: none;
}

.bloc_contents_breves .bloc-pager{
	justify-content: center;
	position: absolute;
	left: 200px;
	right: 0;
	margin: 0 ;
	bottom: 10px;
	width: calc(100% - 200px);
	z-index: 9999;
    cursor: pointer;
}
.bloc_contents_breves .bloc-pager span.round {
    width: 10px;
    height: 10px;
}


/*** video ***/

#video .subtitle{
	width: 500px;
	height: 345px;
	position: absolute;
	right: 0;
	top: -50px;
	background-color: rgba(var(--wp-primary-500), 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px 20px 20px 100px;
	text-align: left;
	border-bottom-right-radius: 55px ;

}
#video .subtitle h2{
	margin-bottom: 20px;
}
#video #video-presentation{
	width: calc(100% - 420px) ;
	height: 450px;
	position: relative;
	overflow: hidden;
	border-bottom-right-radius: 55px ;
}
#video #video-presentation img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#video-presentation a::before{width: 100%;height: 100%;content: '';background-color: rgba(0,0,0,.5);opacity: .8;position: absolute;top: 0;left: 0;z-index: 1;transition:opacity 0.4s ease-in-out;}
#video-presentation a::after{display:block;width:100%;height:100%;content:'';background-image:url('images/play-button.svg');background-position: center;background-repeat: no-repeat;position:absolute;top:0;left:0;z-index:2;background-size:12%;opacity:1; transition: background-size 0.4s ease-in-out;}
#video-presentation:hover a::before{opacity:.2;}
#video-presentation:hover a::after{background-size:16%;}




/*** virtuelle ***/

#Bloc-Virtuelle .subtitle{
	width: 470px;
    height: 230px;
    position: absolute;
    right: inherit;
    top: -50px;
    left: 0;
    background-color: rgba(var(--wp-primary-500), 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 20px 20px 40px;
    text-align: left;
    border-bottom-left-radius: 55px;

}
#Bloc-Virtuelle{
	display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
}
#Bloc-Virtuelle .subtitle h2{
	margin-bottom: 20px;
}
#Bloc-Virtuelle #Virtuelle{
	width: calc(100% - 400px) ;
	height: 385px;
	position: relative;
	overflow: hidden;
	border-bottom-right-radius: 55px ;
}
#Bloc-Virtuelle #Virtuelle img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#Virtuelle a::before{width: 100%;height: 100%;content: '';background-color: rgba(0,0,0,.5);opacity: .8;position: absolute;top: 0;left: 0;z-index: 1;transition:opacity 0.4s ease-in-out;}
#Virtuelle a::after{display:block;width:100%;height:100%;content:'';background-image:url('images/360.svg');background-position: center;background-repeat: no-repeat;position:absolute;top:0;left:0;z-index:2;background-size:12%;opacity:1; transition: background-size 0.4s ease-in-out;}
#Virtuelle:hover a::before{opacity:.2;}
#Virtuelle:hover a::after{background-size:16%;}

.BlockCenter{ margin: 0 auto;}


@media(min-width: 1440px) {
	.home-news ul li a.content {min-width: unset;}
}

@media(max-width: 1159px) {
	.read-more {
		font-size: 1rem;
		max-width: 250px;
		width: 100%;
	}

	div.left {
		width: 331px;
		padding-right: 15px;
	}

	div.right {
		width: calc(100% - 331px);
	}

	ul.slideshowEvents.aos-init.aos-animate {
		max-width: 612px !important;
	}

	.top-content figure {
		width: 330px !important;
	}

	ul.slideshowEngagement {
		width: 100% !important;
	}

	.home-news ul {
		height: 468px;
	}

	.home-news ul li a.content {
		min-width: calc(100vw - 411px);
	}
}

@media(max-width: 991px) {
	.home-news figure,
	.home-news .no-thumb {
		height: 430px;
	}

	#events-list {
		flex-wrap: wrap;
	}

	#events .subtitle {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 100%;
	}

	#events .bloc_events_slide {
		max-width: 100%;
	}

	.highlighted {
		flex-wrap: wrap;
		justify-content: center;
	}

	.highlighted li {
		margin-bottom: 35px;
		max-width: calc((100% - 70px) / 2);
	}

	#highlighted2-pages .highlighted li {
		margin-bottom: 0;
	}

	.photos_documents {
		flex-wrap: wrap;
	}

	#photos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 215px;
	}

	#documents {
		width: 100%;
	}

	#photos li.landscape {
		width: 167px;
	}

	#highlighted2-pages .highlighted li {
		max-width: calc((100% - 41px) / 2);
	}

	footer {
		padding: 0;
	}

	footer div#map #map_canvas {
		height: 311px;
		width: calc(100% - 1.5rem);
		position: absolute;
		border-bottom-left-radius: 0;
		top: -160px;
		left: 0;
		right: 0;
		margin: 0 auto;

	}

	.footer-contact {
		border-bottom-right-radius: 55px;
		border-bottom-left-radius: 0;
	}

	body.home footer .bloc_footer_top {
		position: relative;
		padding-bottom: 0;
		padding-top: 150px;
	}

	.logo-footer {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 35px;
	}

	.estab-desc {
		width: 100%;
		margin-bottom: 35px;
	}

	.footer-contact .estab-info {
		flex-wrap: wrap;
	}

	.page-template-template-news ul.news_list li a, .page-template-template-news-specific ul.news_list li a, .single-secure ul.news_list li a, #private-news-list ul.news_list li a {
		flex-direction: column;
	}

	.page-template-template-news ul.news_list li div.text,
	.page-template-template-news ul.news_list li div.img,
	.page-template-template-news-specific ul.news_list li div.text,
	.page-template-template-news-specific ul.news_list li div.img,
	.single-secure ul.news_list li div.text, 
	.single-secure ul.news_list li div.img,
	#private-news-list ul.news_list li div.text,
	#private-news-list ul.news_list li div.img {
		width: 100%;
	}

	.post-type-archive-events ul.event li a {
		flex-direction: column;
	}

	.post-type-archive-events ul.event li div.text {
		width: 100%;
	}

	.document_titre {
		font-size: 1rem;
		padding: 25px 31px;
	}

	#newsletter.line {
		padding: 60px 0 120px;
	}

	.page-template-template-gallery .galerie_article .item_galerie {
		WIDTH: calc((100% - 20px) / 2);
	}

	header div.main-nav nav ul li a {
		font-size: 1rem;
		padding: 0 10px;
	}

	#photos_documents.line {
		padding-bottom: 70px;
	}
	.post-type-archive-events ul.event li div.text{ padding-top: 0;    padding-left: 0;}
	.post-type-archive-events ul.event li .icon{ width: 125px; height: 125px; font-size: 1.2rem;}

	ul.slideshowEngagement li {
		width: 100% !important;
		max-width: 300px;
	}
	.downloadLink {
		width: calc(50% - 10px);
		margin: 20px 0 0;
		justify-content: space-between;
	}
	.downloadLink:nth-child(odd) {
		margin-right: 10px;
	}
	.downloadLink:nth-child(even) {
		margin-left: 10px;
	}
	.bloc_contents_breves{
		width: calc(100% - 210px);
	}

	/*** video ***/

	#video .subtitle {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		background-color: transparent;
		padding-left: 20px;
	}
	#video #video-presentation{
		width: 100%;
	}

	/*** video ***/

	#Bloc-Virtuelle .subtitle {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		background-color: transparent;
		padding-left: 20px;
	}
	#Bloc-Virtuelle #Virtuelle{
		width: 100%;
	}

	#Bloc-Virtuelle .subtitle h2 {
		margin-bottom: 5px;
	}
	
}

@media(min-width: 768.9px) {
    body.home .footer-contact.short {
		width: 370px;height: 370px;
	}
}

@media(max-width: 768.9px) {
	.headerBottom .cycle-pager {
		min-width: 145px;
	}
	body.home header.bgVert { background: none;background-color: rgba(var(--wp-primary-500) , 0.1);}
	body.home header:before { background: none;}
	body.home header:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 50vh;
		background: rgba(var(--wp-primary-700), 1);
		background: linear-gradient(90deg, rgba(var(--wp-primary-700), 1) 0%, rgba(var(--wp-primary-500), 1) 100%);
	}
	body header.opened {
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 999;
	}

	nav.page ul{
		max-height: unset;
	}

	section.page .add-infos {
		border-radius: 0;
	}

	nav.page ul li:hover:before {
		opacity: 1;
	}

	nav.page > span {
		background-color: rgba(var(--wp-primary-700) , 1);
		min-height: 47px;
		padding: 10px 25px;
	}

	nav.page>span:before {
		top: unset;
		background-size: 16px;
	}

	#logo {
		position: relative;
		z-index: 999;
	}

	header .headerTop {
		display: none;
	}

	header .headerCenter {
		margin-bottom: 19px;
		padding-top: 19px;
	}

	.mobile_menu,
	span.hamburger {
		display: block;
		z-index: 999;
	}

	body>header div.main-nav {
		padding: 0;
		height: 0 !important;
		position: absolute;
		padding: 108px 0.75rem 0;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9;
		overflow: hidden;
		display: none;
	}

	body>header div.main-nav.opened {
		height: 100vh !important;
		display: block;
		background: rgba(var(--wp-primary-700), 1);
		background: linear-gradient(90deg, rgba(var(--wp-primary-700), 1) 50%, rgba(var(--wp-primary-500), 1) 100%);
		overflow-y: scroll;
	}

	body>header div.main-nav.opened .container {
		overflow: hidden;
	}

	header div.main-nav.opened .container:after {
		content: '';
		position: absolute;
		background: url(images/bubble-medium.svg) no-repeat top center;
		width: 275px;
		height: 225px;
		background-size: contain;
		bottom: 1%;
		left: -12%;
		z-index: -1;
		transform: rotate(-92deg);
	}

	body>header div.main-nav nav {
		display: none;
		width: 100%;
	}

	
	header div.main-nav nav ul.menu li.menu-item-has-children>a>span {
		width: 14px;
		height: 44px;
		background: url(images/arrow-acc.svg) no-repeat center center;
		background-size: 18px;
		border-radius: 50%;
		position: absolute;
		right: 20px;
		top: calc((100% - 44px) / 2);
		transform: rotate(-90deg);
		transition: transform .25s ease-in-out;
	}

	body>header div.main-nav nav div.menu-main-menu-container {
		height: 100%;
		width: 100% !important;
		padding: 0 25px;
		margin-bottom: 25px;
	}

	body>header div.main-nav nav ul {
		height: auto;
		width: 100%;
		display: inline-block;
	}

	header div.main-nav nav ul li {
		margin: 7px 0;
	}

	header div.main-nav nav ul li a {
		width: 100%;
		height: 100%;
		padding: 16px 65px 16px 36px;
		border-left: none;
	}

	header div.main-nav nav  ul.menu > li > ul.sub-menu{
		position: relative;
		top: inherit;
		width: 100%;
		min-width:auto;
		background-color: transparent; 
		padding-left: 46px;
	}
	header div.main-nav nav  ul.menu > li > ul.sub-menu ul.sub-menu{
		position: relative;
		top: inherit;
		width: 100%;
		min-width:auto;
		background-color: transparent; 
		padding-left: 46px;
		left: 0;
	}
	


	.blocSlides {
		margin-top: 30px;
	}

	.main-nav .header-social {
		display: block;
		color: #fff;
		position: absolute;
		bottom: 50px;
	}

	.main-nav .header-info a svg path {
		color: #fff;
		fill: #fff;
	}

	.main-nav .header-info {
		padding: 8px 25px 8px 36px;
		font-size: 19px;
		font-weight: 600;
	}

	.main-nav .header-info ul li {
		margin: 10px 10px 0 0;
	}

	.blocLeftSlide {
		position: inherit;
	}

	.blocSlides a {
		max-width: 100%;
	}

	.home #slideshow {
		width: 90%;
	}
	div.slideshow span#overlay{
		padding: 0 10px;
	}
	#welcome.line {
		padding-top: 20px;
	}

	#welcome.line .top-content {
		flex-wrap: wrap;
	}

	#welcome.line .top-content .left {
		order: 2;
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
	}
	#welcome.line .top-content .left img {    margin-bottom: 0;}

	#welcome.line .top-content .right {
		order: 1;
		padding: 0;
	}

	#welcome.line .top-content .left .blocNom {
		padding-top: 10px;
		padding-bottom: 55px;
		padding-left: 15px;
		font-size: 1.2rem;
	}

	.home-news figure,
	.home-news .no-thumb {
		display: none;
	}

	.top-content figure {
		width: 100% !important;
	}

	.home-news ul li a.content {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 55px;
		height: 460px;
	}

	.home-news .bloc-pager.d-flex {
		width: 100%;
	}

	.home-news ul li a.content {
		padding: 25px;
		min-width: calc(100vw - 25px);
	}

	#news .subtitle {
		padding: 0;
	}

	.left img {
		width: 57%;
	}

	.home-news .read-more {
		top: 0;
		margin-top: 30px;
	}

	#welcome.line a.linkMore {
		position: relative;
	}

	a.linkMore {
		position: absolute;
		bottom: -53px;
		left: 0.75rem;
	}

	#welcome.line a.linkMore,
	#engagements a.linkMore {
		position: relative;
		bottom: 0px;
		left: 0;
	}

	#engagements .bloc_content:after {
		height: 500px;
	}

	#engagements .bloc_contents .item_bloc_content {
		margin-bottom: 50px;
	}

	#engagements .bloc_contents {
		flex-wrap: wrap;
		justify-content: center;
	}

	#engagements .bloc-pager {
		width: 100%;
	}

	.highlighted li,
	.highlighted li:first-child,
	.highlighted li:last-child {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#highlighted2-pages .highlighted li {
		max-width: 100%;
		margin-bottom: 35px;
	}

	#highlighted2-pages .highlighted li:last-child {
		margin-bottom: 0px;
	}
	#partners .partners li {
		margin: 30px;
	}

	.footer-contact {
		padding-bottom: 65px;
	}

	.footer-social {
		position: absolute;
		bottom: 25px;
	}

	.page-template-template-contact .info-contact.estabs .estab-desc {
		margin-right: 0;
	}

	#photos li {
		width: 100%;
	}

	#photos li.landscape {
		width: calc(50% - 5px);
	}

	#photos li:nth-child(2n + 1) {
		margin-right: 0;
	}

	#photos {
		padding: 30px 30px 60px;
	}

	.home-news .bloc-pager.d-flex {
		position: relative;
		margin-top: 40px;
		margin-bottom: 49px;
	}

	.home-news ul li a.content p {
		height: 149px;
		word-break: break-word;
		/*overflow-x: hidden;*/
	}

	#highlighted2-pages .highlighted .bloc_lien {
		font-size: 1.5rem;
	}

	.read-more {
		max-width: 225px;
	}

	#events .bloc_events_slide {
		height: 235px;
		padding: 0;
	}

	#events .subtitle h2,
	#events .subtitle {
		margin-bottom: 0;
	}

	#events .bloc-pager {
		position: relative;
	}

	#events span.prev,
	#events span.next {
		top: 0;
	}

	.post-type-archive-events ul.event li .icon {
		padding: 12px;
		line-height: 25px;
	}

	#events span.prev {
		left: 0;
	}

	.slideshowEvents {
		padding: 40px 0;
	}

	#engagements .bloc_content {
		padding: 90px 0 0px;
	}

	#partners .partners li {
		width: 100%;
	}

	main {
		padding-top: 80px;
	}

	.home main {
		padding-top: 0px;
	}

	div.right,
	div.left {
		width: 100%;
		padding-right: 0;
	}

	div.right {
		padding-top: 30px;
	}

	div.content {
		word-wrap: break-word;
	}

	.detail {
		flex-wrap: wrap;
	}

	body.home #events.line {
		padding-bottom: 100px;
	}

	.downloadLink {
		width: 100%;
	}

	.downloadLink:nth-child(even) {
		margin-left: 0px;
	}

	.downloadLink:nth-child(odd) {
		margin-right: 0px;
	}

	.page-template-template-gallery .galerie_article .item_galerie {
		WIDTH: 100%;
		margin-right: 0;
		height: 400px;
	}

	.formNewsletter form input[type=submit] {
		width: 100%;
		max-width: 100%;
	}

	.formNewsletter form {
		flex-direction: column;
	}

	.blocNewsletter {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.blocNewsletter .subtitle {
		margin-bottom: 30px;
	}

	.formNewsletter {
		width: 100%;
	}

	#photos ul img {
		width: 100% !important;
		object-fit: cover;
	}

	#partners .partners {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#partners.line {
		padding-bottom: 100px;
	}

	#newsletter.line {
		padding: 60px 0 75px;
	}

	#breves {
		margin: 0 auto 0;
		top: 0;
	}
	.bloc_contents_breves{
		width: 100%;
	}

	nav.page {padding-bottom: 35px;margin-top: 45px;}
	nav.page > span {padding-right: 65px; position: relative; z-index: 9;margin-bottom: 0;height: auto;}
    nav.page > span:before {background-size: 20px;}
	nav.page ul li.parent .downMenu {right: 10px;}
	nav.page > ul.bloc_categories{margin-top: -35px;padding-top: 10px;}

	.page-template-template-news .blocTitleLeft, .single-secure .blocTitleLeft, .post-template-default .blocTitleLeft, .post-type-archive-events .blocTitleLeft, .events-template-default .blocTitleLeft, .page-template-template-gallery .blocTitleLeft { display: none;}
	.page-template-template-news nav.page > span, .single-secure nav.page > span { margin-bottom: 25px;}
	#video a.linkMore {
		bottom: 0;
		padding-left: 13px;
		margin-bottom: 10px;
	}

	.slideshowEvents{
		width: 100% !important;
	}

	.slideshowEvents li{
    	width: 100% !important;
	}
}

@media(max-width: 635px) {
	select.formInput {
		padding: 25px 78px 25px 25px;
	}
	.post-password-form label {
		display: block;
		max-width: 300px;
		margin: 10px auto;
	}
	.post-password-form label input[type=password] {
		display: block;
		min-width: 100%;
		margin-left: 0;
	}
	.post-password-form input[type=submit] {
		max-width: 300px;
		margin: 0px auto;
		width: 100%;
		display: block;
	}
	.bloc_contents_breves .item_bloc_content{
		padding-left: 0;
	}
	.bloc_contents_breves .item_bloc_content .icon {
		width: 100px;
		height: 100px;
		position: relative;
		bottom: inherit;
		left: 20px;
	}
	.bloc_texte {
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.bloc_contents_breves .bloc-pager{
		left: 0px;
    	margin: 0 auto;
	}
	.footer-social{
		flex-direction: column;
	}
	.footer-social ul{
		margin-top: 15px;
	}
	.footer-social ul li:first-child{
		margin-left: 0;
	}

	.job-form .submit, .job-form .submit, .job-form .submit {
		width: 100%;
	}

	.alignleft, .alignnone {width: 100%;height: auto;}
	.alignright {width: 100%;height: auto;}
	.aligncenter {width: 100%;height: auto;}

	.post-type-archive-partners .content ul li {width: 100%;margin: 30px 20px;}
}

@media(max-width: 375.9px) {
	.home-news ul,
	.home-news ul li {
		height: 512px;
	}

	.home-news ul li a.content {
		height: 100%;
	}

	.home-news .read-more {
		top: 13%;
	}

	footer #static-map .map_marker {
		width: 40px;height: 40px;
	}
}