@import url(./fonts/fonts.css);
:root {
    --wp-primary-700: 67, 184, 189;
    --wp-primary-500: 158, 190, 42;
    --wp-primary-400: 183, 219, 219;
    --wp-secondary-700: 27, 98, 113;
}
html,
body {
	overflow-x: hidden
}

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Segoe UI';
	font-size: 1.25rem;
	line-height: normal;
	background: #ffffff;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	text-align: left;
	font-weight: 300;
	color: #000000;
}

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

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



p {
	margin: 1.25rem 0;
	padding: 0;
	color: #000000;
	font-size: 1.25rem;
	line-height: 25px;
	font-weight: 300;
}

::-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(1398px + 1.5rem);
	margin: 0 auto;
	padding: 0 0.75rem;
}
.container2 {
	max-width: 1120px;
	margin: 0 auto;
}
.pb-40 {
	padding-bottom: 40px;
}

/* Formats Images */
.alignleft {max-width: 1160px;float: left !important;margin: 0.4em 1em 1em 0;     border-radius: 25px;}
.alignright {max-width: 1160px;float: right !important;margin: 0.4em 0 1em 1em;     border-radius: 25px;}
.aligncenter {max-width: 1160px;display: block;margin: 1em auto;float:none !important;     border-radius: 25px;}
.content p > img {border-radius: 25px;}

.text-right{ text-align: right;}
nav.page ul .blocTitleLeft.blocTitleLefthiden{
	display: none;
}
#formMotdepass{ display: none; }

header {
	height: 40vh;
	position: relative;
}

body.home header {
	height: 75vh;
}
.opaciteBloc {
	opacity: 0.7;
}

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

.bgGris {
	background: rgba(var(--wp-primary-700), 1);
}

.bgGrislight {
	background: rgba(var(--wp-primary-500) , 0.5);
	transition: background .25s ease-in-out;
}

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

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

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

h1 {
	font-size: 3rem;
	font-weight: 100;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 45px;
}
.home h1 {
	margin-bottom: 0px;
}

h2 {
	font-size: 2.8rem;
	font-weight: 100;
	color: #000000;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.home h2 {
	margin-bottom: 8px;
}

h3 {
	font-size: 1.5rem;
	font-weight: 100;
	margin-bottom: 15px;
	color: #000000;
}

h4 {
	font-size: 1.2rem;
	font-weight: 100;
	margin-bottom: 15px;
	color: #000000;
}

h5 {
	font-size: 1rem;
	font-weight: 100;
	margin-bottom: 15px;
	color: #000000;
}

h6 {
	font-size: 0.8rem;
	font-weight: 100;
	margin-bottom: 15px;
	color: #000000;
}

.d-flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}
.flex-justify-content {
	justify-content: center;
}
.line {
	padding: 30px 0px;
	position: relative;
	z-index: 2;
}

body.home .line {
	padding: 60px 0;
	position: relative;
    z-index: 2;
}

.linkMore {
	color: #000000;
	background-color: #ffffff;
	font-size: 1.125rem;
	padding: 7px 15px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	position: relative;
	margin-top: 0px;
	font-weight: 600;
	transition: color .25s ease-in-out, background-color .25s ease-in-out;
	border-radius: 25px;
	z-index: 99;
}

.linkMore:hover {
	color: #ffffff;
	background-color: rgba(var(--wp-primary-700), 1);;
}

.read-more {
	color: #ffffff;
	font-size: 1.3rem;
	padding: 2px 15px;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	transition: color .25s ease-in-out;
}
.read-more:hover{
	color: rgba(var(--wp-secondary-700), 1);
}
main {
	position: relative;
	margin-top: -90px;
}
body:not(.home) main {
	padding: 40px 0;
}

main:before {
	content: '';
    position: absolute;
    left: -5%;
    right: 0;
    margin: 0 auto;
    width: 110%;
    height: 208px;
    top: -10px;
    border-top-left-radius: 125%;
    border-top-right-radius: 125%;
    background-color: #ffffff;
    z-index: 1;
}
#breadcrumbs {
	position: relative;
	z-index: 2;
	max-width: 1120px;
	margin: 0 auto;
}

#breadcrumbs .container {
	padding-left: 0 !important;
}

#breadcrumbs li {
	display: inline;
}

#breadcrumbs li a,
#breadcrumbs li>span {
	font-size: 16px;
	color: #b0afaf;
	cursor: pointer;
}

#breadcrumbs li>span {
	color: #b0afaf;
}

#breadcrumbs li.separator {
	font-size: 12px;
	color: #b0afaf;
	margin: 0 5px;
}

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

/*** Header ***/
header{
	position: relative;
}

.headerTop {
	position: absolute;
	left: 0%;
	right: 0;
	margin: 0 auto;
	width: 100%;
	top: 0;
    z-index: 999;
}
.blocLogo{
	position: relative;
	padding: 30px 0;
	height: 17vh;
}
.blocLogo:before{
	content: '';
	position: absolute;
	left: -5%;
	right: 0;
	margin: 0 auto;
	width: 110%;
	height: 100%;
	top: 0;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;

	background-color: rgba(var(--wp-primary-700), 0.9);
}
.blocLogoItem{
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.header-info {
	padding: 8px 0px;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	margin-left: 0px;
	width: calc((100% - 352px) / 2);
}

.header-info a {
    color: rgba(var(--wp-primary-700), 1);
    transition: color .25s ease-in-out;
    cursor: pointer;
    background-color: #b7dbdb;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 37px;
	margin-left: 15px;
}
.header-info a:hover {
	color: rgba(var(--wp-secondary-700), 1);
}
.header-info li:first-child a {
	margin-left: 0px;
}

.header-info a svg {
	color: rgba(var(--wp-primary-700), 1);
    width: 25px;
    height: 25px;
    padding: 5px;
	margin: 0 auto;
}
.header-info a svg path , .footer-social a svg path{
	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{
	fill: #fff !important;
}
.header-tel {
	justify-content: flex-end;
} 
.header-tel a {
	font-weight: 600;
}

#logo {
	width: 352px;
	height: 140px;
}
#logo a {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#logo h1 {
	overflow: hidden;
	max-width: 0;
	line-height: 1500px;
}

header .headerCenter{
	padding: 20px 0;
	margin-top: 20px;
}
header div.main-nav nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
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 .children{
	display: none;

}

header div.main-nav nav ul li a {
	font-size: 1.3rem;
	display: block;
	height: 100%;
	position: relative;
	transition: color 0.4s ease-in-out;
	color: #ffffff;
	font-weight: 400;
	padding: 7px 25px;
	line-height: 18px;
	cursor: pointer;
	text-align: center;
    line-height: 23px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

header div.main-nav nav ul li.current-menu-item a,
header div.main-nav nav ul li a:hover {
	color: rgba(var(--wp-primary-700), 1);
}

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

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-info {
	display: none;
}

/* Slideshow */
#slideshow {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#slideshow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 385px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 70%);
	z-index: 999;
}

div.slideshow,
div.slideshow ul,
div.slideshow li {
	height: 45vh;
	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;
}



/* Slideshow home */
.home #slideshow {
	height: 100%;
	width:100%;
}

.home div.slideshow,
.home div.slideshow ul,
.home div.slideshow li {
	height: 100%;
	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;}


/****  top-content ***/
.blocLogo:before {
    content: '';
    position: absolute;
    left: -5%;
    right: 0;
    margin: 0 auto;
    width: 110%;
    height: 100%;
    top: 0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    background-color: rgba(var(--wp-primary-700), 0.9);
}

.top-content{
	width: 65%;
}
.top-content.All_width{
	width: 100%;
}
.top-content figure {
	max-width: 220px !important;
	flex-shrink: 0 !important;
	border-radius: 55px !important;
	overflow: hidden !important;
	margin-top: 103px;
}
.top-content div.left{
	width: initial; 
    padding-right: 50px;
	position: relative;
	top: 0;
}

.top-content img {
	border-bottom-right-radius: 53px;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
}
.top-content .right {
	padding: 0 25px;
	width: calc(100% - 220px);
	margin-top: 0;
}
.top-content h2 {
	position: relative;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	color: rgba(var(--wp-primary-700), 1);
}
.ContentScroll{
    max-height: 602px;
    overflow-x: hidden;
    padding-right: 35px;
    height: fit-content;
}
.ContentScroll p:first-child{
	margin-top: 0;
}
.blocMobile{
	display: none;
}

/* width */
.ContentScroll::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  .ContentScroll::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f7f7f7;
  }
   
  /* Handle */
  .ContentScroll::-webkit-scrollbar-thumb {
	background: #e2e1e1; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  .ContentScroll::-webkit-scrollbar-thumb:hover {
	background: #e2e1e1; 
  }

.left img {
	margin-bottom: 15px;
}
.blocNom {
	padding-top: 30px;
	padding-bottom: 30px;
	color: rgba(var(--wp-primary-500), 1);
	display: block;
}
.right .blocNom span {
	display: block;
	font-weight: 700;
	color: rgba(var(--wp-primary-700), 1);
}

.subtitle {
	margin-bottom: 30px;
	text-align: center;
}

/*** news ***/
#news .subtitle {
	text-align: center;
}

#news .subtitle h2 {
	color: rgba(var(--wp-primary-500), 1);
}

#news {
	position: relative;
	width: 35%;
	padding-left: 10px;
}
#news .linkMore{
	background-color: rgba(var(--wp-primary-500), 1);
	color: #ffffff;
}

#news .linkMore:hover{
	background-color: rgba(var(--wp-primary-700), 1);
}

.home-news figure,
.home-news .no-thumb {
	max-width: 500px;
	width: 100%;
	height: 480px;
	flex-shrink: 0;
	overflow: hidden;
}

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

.home-news ul {
	height: 480px;
	overflow: hidden;
	position: relative;
	border-radius: 40px;
}

.home-news ul li {
	width: 100%;
}

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

.home-news ul li a.content {
	color: #fff;
	padding: 50px 30px;
	position: absolute;
	width: 100%;
	background: linear-gradient(0deg, rgba(var(--wp-primary-700),0.6) 52%, rgba(44,41,41,.5) 100%);
    height: 100%;
}

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

.home-news h3 {
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold !important;
	font-size: 1.75rem;
}

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

}

.home-news .sousTitle > span {
	color: #000000;
    background-color: #c0bfbf;
    font-size: 1.18rem;
    padding: 7px 15px;
    border-radius: 25px;
    margin-right: 5px;
    font-weight: 700;
}

.home-news .sousTitle span .lightFont{
	font-weight: 400;
}
.home-news .read-more{
	display: flex;
	justify-content: flex-end;
}
.home-news{
	position: relative;
}

span.prev ,
span.next  {
	width: 40px;
    height: 40px;
    cursor: pointer;
    transform: rotate(180deg);
    opacity: 1;
    transition: opacity .2s ease-in-out;
    z-index: 200;
    position: relative;
    z-index: 9;
    background-image: url(./images/fleche_actus.svg);
    background-repeat: no-repeat;
	background-size: 35px 35px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    background-position: center;
}

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



.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: 60px;
    height: 40px;
    width: calc(100% - 60px);
    justify-content: space-between;
    align-items: center;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

div.return {
	color: #000000;
	margin: 1em 0;
	transition: opacity .25s ease-in-out;
}

div.return:hover {
	opacity: .7;
}

/**** Accees rapide ***/
#highlighted-pages{
	background-image: url(./images/bg-abstrait.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 95px 0 150px 0;
	background-size: cover;
	
}
.highlighted{
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.highlighted li {
	max-width: calc((100% - 100px) / 5);
	width: 100%;
	margin: 0 10px;
	transition: 0.5s;
}

.highlighted li:hover {
	transform: translate(0px, -10px);
}

.highlighted .bloc_lien {
	width: 100%;
	padding: 0;
	display: block;
	color: #000000;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.highlighted .bloc_lien p{
	font-weight: 400;
}
.icon_highlighted{
	width: 100px;
	height: 100px;
	background-color: rgba(var(--wp-primary-500), 1);
	padding: 10px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
a.bloc_lien img, a.bloc_lien svg {
	width: 60px;
	height: 60px;
}
a.bloc_lien svg path, a.bloc_lien svg rect, a.bloc_lien svg circle {
	fill: #fff;
}

#highlighted2-pages .highlighted li {
	max-width: calc((100% - 20px) / 2);
	width: 100%;
	margin: 0;
	text-align: right;
	background-color: rgba(var(--wp-primary-700), 1);
}
#highlighted2-pages .highlighted li:first-child {
	margin-right:10px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: rgba(var(--wp-primary-500), 1);
}
#highlighted2-pages .highlighted li:last-child {
	margin-left:10px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	text-align: left;
	background-color: rgba(var(--wp-primary-700), 1);
}
#highlighted2-pages .highlighted li a{
	font-size: 2.8rem;
	color: #f5f4fe;
	text-transform: uppercase;
	font-weight: 100;
	padding: 50px;
	text-align: inherit;
}

#highlighted2-pages .highlighted li a .highlightedTexte{
	max-width: 550px;
	display: inline-block;
	position: relative;
	text-align: center;

}

#highlighted2-pages .highlighted .bloc_lien img, #highlighted2-pages .highlighted .bloc_lien svg {
    position: absolute;
    width: 250px;
    height: 250px;
	top: -60px;
    left: -260px;
	opacity: 0.2;
}
#highlighted2-pages .highlighted li:last-child .bloc_lien img, #highlighted2-pages .highlighted li:last-child .bloc_lien svg {
	left: inherit;
	right: -260px;
}


/**** Galerie ***/
#galerieHome{
	background-color: rgba(var(--wp-primary-700), 1);
	position: relative;
	margin-top: -57px;
	text-align: center;
	color: #fff;
}

#galerieHome:before {
    content: '';
    position: absolute;
    left: -5%;
    right: 0;
    margin: 0 auto;
    width: 110%;
    height: 208px;
    top: -65px;
    border-top-left-radius: 125%;
    border-top-right-radius: 125%;
    background-color: rgba(var(--wp-primary-700), 1);
    z-index: 1;
}

#galerieHome .linkMore:hover {
	background-color: rgba(var(--wp-primary-500), 1);
}
#photos h2{
	position: relative;
	z-index: 1;
	margin-top: -60px;
	color: #fff;
}

#photos .subtitle{
	margin-bottom: 35px;
}

#photos ul {
	align-items: center;
	justify-content: center;
	min-height: 350px;
}

#photos li {
	
	
	margin: 10px;
	transition: 0.5s;
}
#photos ul li:hover a {
    width: 320px;
    height: 320px;
}
#photos li a{
	position: relative;
	display: block;
	width: 250px;
    height: 250px;
	transition: 0.5s;
	border-radius: 30px;
	margin: 0 auto;
	overflow: hidden;
}
#photos li img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}
#photos ul li a {
	position: relative;
	
}

/* fancy */
.fancy:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	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: 60px;
	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;
}

/*** engagement ***/

#engagements .bloc_content {
	position: relative;
	padding-top: 20px;
}

#engagements .bloc_content ul {
	justify-content: center;
	align-items: start;
	z-index: 1;
	flex-wrap: wrap;
}
#engagements .item_bloc_content{
	width: calc((100% - 120px) / 4);
	margin: 10px 15px;
	text-align: center;
}
#engagements .item_bloc_content img , #engagements .item_bloc_content svg  {
	width: 60px;
	height: auto;
}
#engagements  .icon svg path  {
	fill:#fff !important;
}

#engagements .item_bloc_content h3 {
	margin: 20px 0;
	font-weight: bold;
}

/*** video ***/
.video-presentation{
	width: 50%;
	padding: 20px;
}
#VideoDocuments{
	background-color: #ffffff;
}
.VideoDocuments{
	justify-content: center;
	flex-wrap: wrap;
}

#video .subtitle h2{
	color: #9b9b9b;
}

#video #video-presentation{
	width: 486px;
	height: 317px;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	margin: 0 auto;

}
#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%;}

#video .linkMore {
	background-color: rgba(var(--wp-primary-500), 1);
	color: #ffffff;
}

#video .linkMore:hover {
	background-color: rgba(var(--wp-primary-700), 1);
}

/*** virtuelle ***/
.Virtuelle{ 
	width: 50%;
	padding: 20px;
}

#Bloc-Virtuelle .subtitle h2{
	color: #9b9b9b;
}
#Bloc-Virtuelle{
    position: relative;
}

#Bloc-Virtuelle .subtitle span {
	font-weight: 600;
}

#Bloc-Virtuelle .subtitle > div{
	padding: 7px 15px;
}

#Bloc-Virtuelle #Virtuelle{
	width: 486px;
	height: 317px;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
#Bloc-Virtuelle #Virtuelle img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#Virtuelle {
	margin: 0 auto;

}

#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;}

/*** events ***/

#events .subtitle h2 {
	color: #9b9b9b;
}

#events .linkMore{
	background-color:rgba(var(--wp-primary-700), 1);
	color: #ffffff;
}

#events .linkMore:hover {
	background-color:rgba(var(--wp-primary-500), 1);
}

#events .slideshowEvents .linkMore {
	padding: 0 8px;
	font-weight: 400;
}


#events .blocEventTexte .text-right .linkMore{
	background-color: #ffffff;
	color: #000000;
}

#events .bloc_events_slide {
	width: 100%;
	padding: 0px;
	position: relative;
}
#events .slideshowEvents{
	padding: 0;
	height: 360px;
	margin: 0px auto  !important;
	width: calc(100% - 60px) !important;
	display: flex;
    align-items: center;
	max-width: 1271px;
	justify-content: flex-end;
}
#events .cycle-carousel-wrap{
	max-width: 100%;
	width: 100% !important;
	position: relative !important;
}
#events  li.cycle-slide.cycle-sentinel {
    height: 0;
}
.slideshowEvents .cycle-carousel-wrap li {
	width: 280px;
	height: 200px;
	padding: 0;
	margin: 0 10px;
	border-radius: 30px;
	box-shadow: 0 0 7px rgba(61, 72, 109, 0.07);
	border: 1px solid rgba(76, 190, 194, 0.15);
	transition: 0.5s ease-in-out;
	overflow: hidden;
}

.slideshowEvents li figure{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slideshowEvents li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slideshowEvents li:hover {
	/*transform: translate(-10px, -10px);*/
	transform: translateY(11%);
	box-shadow: 0 0 27px rgba(61, 72, 109, 0.07);
	height: 260px;
	width: 360px;
}

.slideshowEvents li:focus {
	transform: translate(0px, 0px);
	box-shadow: 0 0 7px rgba(61, 72, 109, 0.07);
	width: 280px;
	height: 200px;
}

div.responsive li {
	width: auto;
	height: auto
}
#events span.prev.disabled, #events span.next.disabled{ display: none;}

#events span.prev,
#events span.next {
	position: absolute;
	top: 45%;
	left: -5px;
}
body.home .line#events{
	padding-bottom: 0;
}
#events span.next {
	left: inherit;
	right: -12px;
}

#events span.next svg, #events span.prev svg {
	fill: rgba(var(--wp-primary-500), 1);
}

#events .eventLink {
	height: 100%;
	width: 100%;
	align-items: center;
	display: block;
	position: relative;
	color: #ffffff;
	padding: 30px;
}

#events .eventLink::before {
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(var(--wp-secondary-700), .8);
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.4s ease-in-out;
}
#events  .dateEvents {
	font-size: 1.5rem;
	transition: font-size 0.6s ease-in-out;
	margin-bottom: 5px;
}
#events  .dateEvents span{
	font-weight: bold;
}
#events  .slideshowEvents li:hover  .dateEvents {
	font-size: 2.125rem;
}

#events  .slideshowEvents li a p {
	white-space: normal !important;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 300;
	display: none;
	opacity: 0;
	transition: opacity 2s ease-in-out;
}
#events  .slideshowEvents li  h4{
	white-space: normal !important;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 700;
}
#events  .slideshowEvents li:hover  a p {
	font-size: 1rem;
    font-weight: 400;
    display: block;
    opacity: 1;
    line-height: 20px;

}
#events  .slideshowEvents li:hover  h4{
	font-size: 1.5rem;
	font-weight: 700;
}

#events  .blocEventTexte{
	position: relative;
	z-index: 1;
	height: 100%;
}
#events  .blocEventTexte .text-right {
	position: absolute;
    bottom: -18px;
    right: 0;
}

#events  .slideshowEvents li  a:focus p, #events  .slideshowEvents li a:focus  h4, #events  .slideshowEvents li a:focus  .dateEvents {
	display: none;
}

#events  .slideshowEvents li .eventLink:focus::before {
	background-color: transparent;
}

/** Newsletter **/
.blocNewsletter {display: flex;padding: 30px 40px;color: #fff;justify-content: space-between;align-items: center;background-color: rgba(var(--wp-primary-700), 1);margin: 60px 0;overflow: hidden;}
.blocNewsletter div.subtitle {margin-bottom: 0;margin-right: 20px;}
.blocNewsletter div.subtitle h2 {color: #ffffff;line-height: 48px;background-color: transparent !important;}
.blocNewsletter div.subtitle:after {content: none !important;}
.blocNewsletter div.subtitle > h2:before {bottom: 15px;left: 5px;}
.blocNewsletter #mailpoet_form_1 {padding: 20px 0 0 0;width: 415px !important;margin-right: 105px !important;}
.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;background-color: #ffffff !important;border: 0 !important;}
.blocNewsletter #mailpoet_form_1 .mailpoet_text, .blocNewsletter #mailpoet_form_1 .mailpoet_textarea {width:100% !important;border-radius: 20px !important;}
.blocNewsletter #mailpoet_form_1 .mailpoet_paragraph {margin-bottom: 10px !important;width: 100% !important;}
.blocNewsletter form input[type=email]::placeholder {color: #b7bbbd;opacity: 1;font-size: 1.2rem;font-weight: 100;}
.blocNewsletter form input[type=email]::-ms-input-placeholder {color: #b7bbbd;font-size: 1.2rem;font-weight: 100;}
.blocNewsletter form input[type=email]::-ms-input-placeholder {color: #b7bbbd;font-size: 0.8rem;font-weight: 100;}
.blocNewsletter form input[type=submit] {font-weight: normal !important;background-color: rgba(var(--wp-primary-500), 1) !important;color: #ffffff !important;padding: 16px 40px !important;border-radius: 20px !important;transition: background-color .25s ease-in-out;font-size: 1.2em;}
.blocNewsletter form input[type=submit]:hover {background-color: rgba(var(--wp-primary-500), .6) !important;}
.blocNewsletter #mailpoet_form_1 p.mailpoet_form_paragraph {display: none !important;}
.blocNewsletter #mailpoet_form_1 .mailpoet_validate_success {color: #000000 !important;width: 70% !important;}
.blocNewsletter #mailpoet_form_1 .mailpoet_message {padding: 0 10px;}


/*** partners ***/
#partners .subtitle h2 {
	color: #9b9b9b;
}

#partners .linkMore{
	background-color:rgba(var(--wp-primary-700), 1);
	color: #ffffff;
}

#partners .linkMore:hover {
	background-color:rgba(var(--wp-primary-500), 1);
}

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

#partners .partners li {
	margin: 5px 10px;
}

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


/** Job Home **/
#jobs{
	background-color: rgba(var(--wp-secondary-700), 1);
	color: #ffffff;
}
#jobs .subtitle{
	width: 40%;
	text-align: center;
	background-image: url(./images/emploi-loupe-bg.svg);
	background-repeat: no-repeat;
	background-size: 65%;
	margin-bottom: 0;
	background-position: center;
	padding: 25px 0;
}
#jobs .subtitle h2{
	color: #ffffff;
}

#jobs .subtitle .linkMore {
	padding: 6px 13px !important;
}

#jobs .subtitle .linkMore:hover {
	color: #ffffff;
	background-color: rgba(var(--wp-primary-700), 1);
}

#jobs .jobs-list{
	width: 60%;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

#jobs .jobs-list .linkMore {
	font-weight: 400;
}

#jobs .jobs-list::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(270deg, rgba(var(--wp-secondary-700),.1) 0%, rgba(var(--wp-secondary-700),.95) 100%);
	z-index: 111;
}
#jobs .jobs-list::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(var(--wp-secondary-700),.1) 0%, rgba(var(--wp-secondary-700),1) 100%);
	z-index: 111;
}
#jobs .jobs-list li , #jobs .jobs-list li article{
	height: 100%;

}
#jobs .jobs-list img{
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
	object-fit: cover;
}
#jobs .jobsContent{
	position: relative;
	z-index: 1;
	padding: 40px 150px;
	height: 100%;
}
#jobs .jobsContent::before {
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(rgba(var(--wp-secondary-700),.5) 0%, rgba(var(--wp-secondary-700),1) 100%);
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.4s ease-in-out;
}

#jobs .jobsContent:hover::before {
	opacity: 1;
}

#jobs .bloc-pager{
	position: absolute;
	top: 44%;
	width: 100%;
	padding: 0 60px;
	justify-content: space-between;
}
#jobs span.prev, #jobs span.next {
	background-color: rgba(var(--wp-primary-400),0.5);
}
#jobs .linkMore{
	background-color: #ffffff;
    color: #000000;
	position: relative;
    z-index: 1;
	padding: 0 8px;
}

#jobs span.date {
	color: #000000;
    background-color: rgba(var(--wp-primary-400), .9);
    font-size: 1.18rem;
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 700;
	position: relative;
    z-index: 1;
}
#jobs span.date > span.lightFont {
	font-weight: 100;
}
#jobs .jobsContent h2{
	font-size: 1.5rem;
	color: #ffffff;
	margin-top: 15px;
	position: relative;
    z-index: 1;
}

#jobs  h2 .fontBold{
	font-weight: bold;
}
#jobs .summary{
	color: #ffffff;
	position: relative;
    z-index: 1;
	padding-bottom: 10px;
}

.back_offers {
	color: #000000;
	transition: opacity .25s ease-in-out;
}

.back_offers:hover {
	opacity: .7;
}


/*** footer ***/
footer{
	clear: both;
}

.footer-contact .estab-info.alignCenter{
	align-items: center;
}

.footer-contact {
	padding: 30px;
	background-image: url(./images/bg-abstrait.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 70px 0 120px;
    background-size: cover;
	position: relative;
}

.footerInfo {
	position: relative;
}

#highlighted-pages::before, .footer-contact::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: -1;
    top: 0;
    left: 0;
}

.footer-contact::before {
	z-index: 0;
}

.home .footer-contact {
	padding: 70px 0 ;
}
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;
	flex-wrap: wrap;   
}
.footer-social{
	width: 100%;
	text-align: center;
}

.footer-social ul {
    justify-content: center;
}

.footer-social a{
	color: rgba(var(--wp-primary-700), 1);
	transition: color .25s ease-in-out;
	cursor: pointer;
	background-color: rgba(var(--wp-primary-500), 1);
	border-radius: 50%;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 64px;
	margin-left: 15px;
}

.footer-social a svg {
	fill:#c3c1c1;
	width: 35px;
	height: 35px;
	padding: 5px;
}
.footer-social a svg path{
	fill:#c3c1c1;
}

.footer-social li:first-child a{
	margin-left: 0;
}
.footer-social,
.logo-footer {
	margin: 1.25rem  0;

}


.footer-social  a{
	cursor: pointer;

	
}
.footer-social .title{
	font-size: 1.5rem;
	font-weight: 400;
	margin: 1.25rem  0;
	text-transform: uppercase;
}


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

body.home footer .bloc_footer_top {
	position: relative;
}

footer div#map #static-map {
	height: 400px;
	width: 100%;
	margin: 0 auto;
	background-color: #ccc;
	position: relative;
}

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

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  {
	margin-bottom: 15px;
	min-width: 280px;
}

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

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

footer .estab-desc p {
	color: #000000;
	font-size: 1.2rem;
	font-weight: 400;
}

footer .estab-desc a {
	color: var(--wp-primary-500);
	font-size: 1.2rem;
	font-weight: 400;
}

footer .estab-desc a:hover {
	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: 2px;
	margin-right: 10px;
	fill:  rgba(var(--wp-primary-700), 1);
}
footer .estab-desc svg path {
	fill: rgba(var(--wp-primary-700), 1);
}
.footer-mentions {
	position: relative;
	background-color: rgba(var(--wp-primary-700), 1);
}
.footer-mentions:before {
    content: '';
    position: absolute;
    left: -5%;
    right: 0;
    margin: 0 auto;
    width: 110%;
    height: 100%;
    top: -85px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    background-color: rgba(var(--wp-primary-700), 1);
}


footer .copyright {
	padding: 1.2em 0;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-bottom: 90px;
	top: -40px;
	font-weight: 400;
}

footer .copyright p {
	margin: 0;
	color: #fff;
	font-weight: 400;
	padding-left: 15px;
    padding-right: 15px;
}
footer .copyright p .link{ 
	display: block;
	margin-top: 10px;
}

footer .copyright a {
	color: #fff;
	font-weight: 400;
}

/*** Trie ***/
.line.page.page-archive-galerie {
	padding: 20px 0px;
}

.line.page.page-archive-galerie h1 {
	margin-bottom: 40px;
}
.line.page.page-archive-event {
	padding: 20px 0px;
}

.line.page.page-archive-event h1 {
	margin-bottom: 40px;
}
.trier {
	margin-bottom: 15px;
}
.Labeltrie{
	margin-right: 15px;
	color: #000000;
	font-weight: 700;
	font-size: 1.875rem;
	min-width: 81px;
}
.trier .page_trie .titre_select{
	background-color: rgba(var(--wp-primary-400) , 1);
	border-radius: 30px;
	padding: 7px 60px 10px 20px;
	color: #000000;
	font-weight: 400;
	position: relative;
	z-index: 2;
	min-width: 235px;
}
.trier .page_trie .titre_select:hover{
	cursor: pointer;
}
.titre_select:before {
	content: '';
    width: 20px;
    height: 20px;
	position: absolute;
	right: 15px;
	top: 13px;
    transform: rotate(90deg);
    background-image: url(./images/fleche.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.trier .page_trie {
	position: relative;
	z-index: 9;
}
.trier .page_trie a{
	cursor: pointer;
	display: block;
}
.trier .page_trie .trie_categories {
	border-radius: 30px;
	display: none;
	position: absolute;
	top: 10px;
	padding: 50px 10px 20px;
	left: 0;
	width: calc(100% - 2px);
	height: auto;
	background-color: #f7f7f7;
	margin: 0 1px;
}
.trier .page_trie .trie_categories > li {
	padding: 3px 5px ;
}
.trier .page_trie .trie_categories > li:hover {
	background-color: rgba(var(--wp-primary-400) , 1);;
}
ul.BlockItems{
	list-style: none;
}
li.BlockItem {
	padding: 40px 0;
    border-top: 3px solid rgba(155, 155, 155, .2);
}
.content ul.BlockItems li::before {
	border: none;
}
.content ul li.BlockItem{
	margin-bottom: 0;
}
.BlockItems figure.resize{
	max-width: 433px;
	max-height: 280px;
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}
.BlockItems .BlockItem_content{
	width: calc(100% - 433px);
	padding-right: 15px;
	position: relative;
}
.BlockItems figure.resize img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
	transition: transform 0.3s ease-in-out;
}
.BlockItems a:hover figure.resize img{
	transform: scale(1.10);
}
.BlockItems .sousTitle {
    line-height: 16px;
}
.BlockItems .sousTitle > span {
    color: #ffffff;
    background-color: #b2acac;
    font-size: 1.18rem;
    padding: 5px 15px;
    border-radius: 25px;
    margin-right: 5px;
    font-weight: 700;
}
.BlockItems .sousTitle span .lightFont {
    font-weight: 400;
}
.content .BlockItems h3 {
    margin: 10px 0;
	font-weight: bold;
	font-size: 1.813rem;
}
.BlockItems .read-more{
	color: #000000;
	font-size: 1.25rem;
	font-weight: 700;
}

.BlockItems .read-more:hover {
	color: rgba(var(--wp-primary-500) , 1);
}

.BlockItem_content_sup{
	/* background-color: rgba(var(--wp-primary-400) , 1); */
	margin-top: 25px;
	padding: 25px;
	border-radius: 30px;
}
.titre_content_sup{
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 1.125rem;
}
.BlockItem_content_sup ul{
	list-style: disc;
	margin-left: 20px;
}
.content .BlockItem_content_sup ul li{
	margin-bottom: 5px;
	font-size: 1rem;
}

.event .DateEvent{
    margin: 0 0 10px 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: #645a59;
    display: block;
}

.event .DateEvent .lightFont{
	font-weight: 300;
}

/* Hamburger */

.mobile_menu {
	display: none;
	float: left;
	width: 35px;
	height: 35px;
	position: absolute;
	cursor: pointer;
	top: 25px;
	right: 15px;
	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 **/
.breadAria{
	padding-left: 260px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.detail{
	position: relative;
	min-height: 600px !important;
}

div.left {
	position: absolute;
	left: 0;
	top: 150px;
	width: calc(((100% - 1120px) / 2) + 230px);
}

body.error404 div.left {
	width: 100%;
	position: unset;
	margin: 4em 0;
}

div.right {
	width: 100%;
	padding-left: 260px;
	margin-top: -40px;
}

.blocTitleLeft, nav.page ul li.blocTitleLeft , nav.page > span {
	color: #000000;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
}
.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{
    width: 100%;
    background-color: #f6f6f6;
    height: auto;
    padding: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	margin-bottom: 20px;
}

nav.page > h2 {font-size: 1.8rem;width: 100%;padding-left: 40px;font-weight: 400;}

nav.page ul li { height: auto; background-size: 100% auto; background-position: center left;background-repeat: no-repeat;position: relative; list-style: square;}

nav.page > ul {position: relative; height: 100%;line-height: 23px;width: 230px; list-style: square; padding-left: 20px;}
nav.page > ul > li::marker {
	color: rgba(var(--wp-secondary-700) , 1);
	font-weight: bold;
}

nav.page .sub-sub-menu li{ list-style: none; font-weight: 400;font-size: 1rem;}
nav.page ul li.parent .downMenu {position: absolute;background: url(images/arrow-submenu-noire.svg) no-repeat center center;background-size: 20px;background-position: center;width: 100%;height: 35px;top: 5px;right: 7px;z-index: 0; width: 30px;transition: transform 0.4s;cursor: pointer;}
nav.page ul li.parent.opened .downMenu {transform: rotate(90deg);}


nav.page ul li a {
	color: #000000;
	display: block;
	padding: 10px 0;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: bold;
	transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

nav.page ul:not(.sub-sub-menu) li.parent a {
	padding-right: 25px;
}

nav.page ul.sub-sub-menu li a {
	font-weight: 400;

}
nav.page ul li.current-menu-item > a, nav.page ul > li:hover > a {color: rgba(var(--wp-secondary-700) , 1);}

.trier .Labeltrie{ display: none;}

/*** pagination ***/
div.pagination {
	text-align: center;
}

div.pagination span,
div.pagination a {
	display: inline-block;
	text-align: center;
	padding: 5px 15px;
	line-height: 23px;
	cursor: pointer;
}

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: #000000 !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/arrow-submenu-noire.svg) no-repeat center center;
	background-size: 29px;
	position: absolute;
    right: 7px;
    top: 4px;
	width: 30px;
	height: 30px
}

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


/** Contenu extra **/
.extra-content {width:100%;background-color:#f6f6f6;height: auto;padding: 25px; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; display: flex;flex-direction: column;align-items: flex-end;}
.extra-content .add-infos {height:100%;line-height: 23px; width: 230px;}
.extra-content .add-infos > strong {font-size: 1.1rem;font-weight: 700;}
.extra-content .add-infos div {margin-top:20px;font-size:1rem;line-height:26px;}
.extra-content .add-infos * {color: #000000;}
.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; justify-content: start;}
.content .gallery .gallery-item {width: auto;max-width: 276px;margin: 5px;overflow: hidden;border-radius: 25px;}
.content .gallery .gallery-item:last-child {margin-right: 0;}
.content .gallery .gallery-item a {width: 276px;height: 200px;display: block;overflow: hidden; position: relative;}
.content .gallery .clear {display: none;}
.content .gallery .gallery {margin: 0;}
.fancybox-close {
    background-image: url('images/Close-galery.svg') !important;
	background-size: cover;
	top: 15px;
    right: 15px;
    width: 40px;
    height: 38px;
}
.content .contenu >  ul, .acc-content >.acc > div > ul{
	margin-left: 30px;
	list-style: square;
}
.content .contenu  > ul > li > ul, .acc-content >.acc > div > ul > li > ul{
	list-style: circle;
	margin-left: 30px;
}
.content .contenu > ol, .acc-content >.acc > div > ol {
	margin-left: 30px;
	list-style: decimal;
}
.content .contenu > ol > li > ol, .acc-content >.acc > div > ol > li > ol{
	margin-left: 30px;
	list-style: lower-alpha;
}

.content .contenu > ul >  li, .acc-content >.acc > div > ul > li{
	position: relative;
	margin-bottom: 15px;
}

.content .contenu > ul > li::marker , .content .contenu > ol > li::marker, .content .acc-content >.acc > div > ul > li::marker , .content .acc-content >.acc > div > ol > li::marker {
	color: rgba(var(--wp-secondary-700) , 1);
	font-weight: bold;
}
.content .contenu > ul > li , .content .contenu > ol > li, .content .acc-content >.acc > div > ul > li , .content .acc-content >.acc > div > ol > li  {
	font-weight: bold;
}

.content .contenu > ul > li  li, .content .contenu > ol > li li, .content .acc-content >.acc > div > ul > li  li , .content .acc-content >.acc > div > ol > li li {
	font-weight: 300;
}


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

.content h3 {
	margin: 20px 0;
	font-weight: 500;
}

.content .btn {
	color: #fff;
    font-size: 1.2rem;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    margin: 5px;
    font-weight: 400;
	transition: background-color .25s ease-in-out;
    background-color: rgba(var(--wp-primary-500), 1);
    border-radius: 25px;
}

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

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

.acc-content>.acc {
	width: 100%;
	flex-shrink: 0;
	padding: 10px 22px;
	background-color: rgba(var(--wp-primary-400), 1);
	border-radius: 20px;
}

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

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

.acc-content>.acc>h2:after {
	width: 18px;
	height: 18px;
	content: '';
	background: transparent url('images/fleche.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(-90deg);
	top: 10px;
	left: 10px;
}

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

.acc-content>.acc>div {
	padding: 35px 0px 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;
}


/** download **/
#documents-list {
	flex-wrap: wrap;
	align-items: center;
}

.downloadLink  {
	cursor: pointer;
	width: fit-content;
	font-weight: 400;
	margin-bottom: 15px;
}
.downloadLink:hover  .document_titre{
	color: rgba(var(--wp-secondary-700), 1);
}
.post-type-archive-documents .content{
	margin-top: 40px;
}


.downloadLink svg {
	width: 20px;
	height: 20px;
	fill:rgba(var(--wp-primary-500), 1);
}

.downloadLink svg g{
	fill:rgba(var(--wp-primary-500), 1);
}

.icon_download {
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.document_titre {
	font-size: 1.5rem;
	color: #000000;
	padding: 10px;
	transition: color 0.25s ease-in-out;
}

/*** secure zone plugin ***/
#highlighted2-pages #zones-list li a {min-height: 218px;padding: 20px 50px;font-size: 2.2rem;display: flex;align-items: center;}
#highlighted2-pages #zones-list li a .highlightedTexte {max-width: 68%;}
#highlighted2-pages #zones-list .bloc_lien img {top: calc((100% / 2) - 115px);}

/*** galerie ***/

.post-type-archive-galerie .galery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-type-archive-galerie  .content {
    padding: 20px 0 40px 0;
    border-top: 3px solid rgba(var(--wp-primary-400) , 1);
}
.post-type-archive-galerie  .content .gallery .gallery-item {
	max-width: 270px;
}
/** page videos **/ 
.post-type-archive-video  .content {
    padding: 40px 0;
    border-top: 3px solid rgba(var(--wp-primary-400) , 1);
}

.videos #video-presentation{
	max-width: 400px;
	width: 100%;
	margin: 10px;
}

.videos #video-presentation a{
	width: 100%;
	height: 269px;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 10px;
	display: block;
}
.videos{
	justify-content: center;
	flex-wrap: wrap;	
}
.videos .titreVideo{
	font-weight: 400;
}
.videos .dateVideo{
	margin-right: 15px;
}

/* Page Contact */

.page-template-template-contact div.side a {
	color: #000000;
}
.page-template-template-contact .contact-content .phone:hover {
	color: #c3c1c1;
}
.page-template-template-contact .read-more:hover {
    color:#fff; 
}
.page-template-template-contact .subcontent {
	margin-top: 30px;
	padding: 20px 0;
}

.page-template-template-contact  p {
	margin: 0;
	padding: 10px 0;
	font-weight: 400;
}
.contact-content .resize{
    margin-left: 150px;
    border-radius: 50px;
    overflow: hidden;
    height: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-content .resize img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

/** Form **/
label {
	font-size: 1.2rem;
	color: #000000;
	display: block;
	font-weight: bold;
	width: 150px;
}
.blocName_firstNmane{
	justify-content: space-between;
	flex-wrap: wrap;
}
.blocName_firstNmane .blocName{
	width: calc(50% - 20px);
}
.formInput,
input.formInput,
select.formInput,
textarea.formInput ,
#jobs_form input,
#jobs_form select,
#jobs_form textarea {
	border: 2px solid #b2acac;
	background-color: #ffffff;
	color: #000000;
	font-size: 1rem;
	padding: 10px;
	width: calc(100% - 150px);
	border-radius: 10px;
}
.bloc_textarea {
	width: calc(100% - 150px);
	padding: 10px 0;
}
.bloc_textarea textarea {
	width: 100%;
}
#jobs_form input {
	font-weight: bold;
}

.formInput:focus,
input:focus,
select:focus,
textarea:focus {
	border: 2px solid rgba(var(--wp-primary-400), .5);
}

#email2 {
	display:none;
}

textarea {
	height: 200px;
}


p.rgpd {
	float: none;
	width: 100%;
	margin: 0 !important;
	padding-left: 150px;
	
}
p.rgpd > label{
	font-weight: 400;
	font-size: 1.2rem !important;
}

p.rgpd a {
	color: #000000;
}
#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: auto;
	top: 0;
    margin: 10px 0px 0 0;
    border: none;
    background-color: rgba(var(--wp-primary-700), 1);
    border-radius: 25px;
    transition: background-color .25s ease-in-out;
    text-decoration: none;
    font-size: 1rem;
    padding: 10px 25px;
    font-weight: 600;
	color: #ffffff;
}

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

.submit {
	flex-wrap: wrap;
	justify-content: flex-end;
}


/* Page jobs */

.post-type-archive-jobs .linkMore{
	background-color: rgba(var(--wp-primary-500), 1);
	color: #ffffff;
	transition: background-color .25s ease-in-out;
	padding: 6px 35px;
}

.post-type-archive-jobs .linkMore:hover{
	background-color: rgba(var(--wp-primary-700), 1);
	color: #ffffff;
}

#jobs_form p, #jobs_form > div{
	display: flex;
	flex-wrap: wrap;
}
#jobs_form small{
	padding-left: 150px;
}
#jobs_form  p.rgpd > label{
    width: calc(100% - 18px) !important;
}
#jobs_form  .mandatory{
	padding-left: 150px;
}
#jobs_form  #re-captcha{
	margin: 20px 0;
}

input[type=file]::file-selector-button {
	margin-right: 20px;
	border: none;
	background: rgba(var(--wp-primary-500) , 1);
	padding: 10px 20px;
	border-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:rgba(var(--wp-primary-500) , 1);
	opacity: 1;
	/* Firefox */
	font-size: 1.2rem;
	font-weight: 100;
}

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

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000000;
	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;
}

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

.job-form{
	margin-top: 40px; 
	padding-top: 40px;
	border-top: 3px solid rgba(var(--wp-primary-400) , 1);
}

.job-form h2 {
	margin-bottom: 1em;
}

/*** post-password-form ***/
.post-password-form{
	background-color: rgba(var(--wp-primary-500), 0.2);
	padding: 30px 25px;
    margin-top: 30px;
    border-radius: 35px;
}
.post-password-form label {
    font-size: 1rem;
    color: #000000;
	display: inline-block;
    margin-top: 10px;
	width: auto;
}
.post-password-form label input[type=password] {
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    padding: 8px;
    margin-left: 0px;
    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: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 170px;
	transform: translateY(50%);
    z-index: 9;
	padding: 10px 20px;
	max-width: 1110px;
	text-align: center;
}
.bloc_contents_breves{
	background-color: rgba(var(--wp-secondary-700), 0.9); 
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 0 0 20px rgba(6, 72, 109, 0.05);
	overflow: hidden;
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 1.3rem;
	color: #fff;
	font-weight: 300;
	
}
.bloc_contents_breves ul.slideshowBreves{
	top: -1px;

}
.bloc_contents_breves .d-flex{
	flex-wrap: wrap;
}
.bloc_contents_breves .item_bloc_content strong{
	display: block;
	color: #e73b4b;
	padding-right: 10px;
	font-weight: 400;
}
.bloc_contents_breves .item_bloc_content{
	width: 100%;
}


@media(max-width: 1159px) {
	.container2{
		padding: 0 0.75rem;
	}
	.breadcrumbs {
		padding-left: 15px;
	}
	nav.page > h2 {
		padding-left: 0;
		font-size: 1.5rem;
	}
	#logo {
		width: 245px;
	}
	.top-content div.left {
		padding-right: 0;
	}
	.home-news .sousTitle > span{
		font-size: 1rem;
	}
	.home-news .bloc-pager.d-flex{
		bottom: 50px;
	}
	.home-news ul li a.content p {
		height: 130px;
		overflow-x: hidden;
	}
	#jobs .jobs-list::before{
		width: 100px;
	}
	#jobs .jobs-list::after{
		width: 100px;
	}
	#jobs .jobsContent {
		padding: 25px 100px;
	}
	#jobs .bloc-pager{
		padding: 0 20px;
	}
	h2 {
		font-size: 2.3rem;
	}
	#highlighted2-pages .highlighted li:last-child .bloc_lien img, #highlighted2-pages .highlighted li:last-child .bloc_lien svg {
		left: inherit;
		right: -120px;
	}
	.logo-footer img{
		width: 250px;
	}
	#photos .flexWrap{
		flex-wrap: wrap;
	}

	.BlockItems .BlockItem_content {
		width: calc(100% - 360px);
	}
	.BlockItems figure.resize {
		max-width: 360px;
	}

	.header-info{
		width: calc((100% - 250px) / 2);
	}
	.read-more {
		font-size: 1rem;
		width: 100%;
	}

	div.left {
		width: 270px;
	}

	div.right {
		padding-left: 290px;
	}

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

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

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

	.bloc_contents_breves{
		font-size: 1.2rem;
	}
	.container.bloc_breves{
		margin:0 0.75rem;
		position: relative;
	}
}

@media(max-width: 991px) {
	.header-info a{
		margin-left: 5px;
	}
	.header-info {
		width: calc((100% - 200px) / 2);
	}
	header div.main-nav nav ul li a {
		font-size: 1.2rem;
	}
	.flexWrap{
		flex-wrap: wrap;
	}
	.top-content {
		width: 100%;
		flex-wrap: wrap;
	}
	#news {
		width: 100%;
		padding-left: 0px;
		max-width: 500px;
		margin: 0 auto;
		padding-top: 60px;
	}
	.home-news .bloc-pager.d-flex {
		padding-left: 0;
	}

	#engagements .item_bloc_content{
		width: calc((100% - 120px) / 3);
	}

	#highlighted2-pages .highlighted li a{
		font-size: 2.3rem;
	}

	.BlockItems .BlockItem_content {
		width: 100% ;
		order: 2;
	}
	.BlockItems figure.resize {
		max-width: 100%;
		order: 1;
	}
	.BlockItems .BlockItem_wrap.d-flex  {
		flex-direction: column;
		gap: 30px;
	}

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

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

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

	.photos_documents {
		flex-wrap: wrap;
	}



	#documents {
		width: 100%;
	}

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

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

	footer {
		padding: 0;
	}

	footer div#map #map_canvas {
		width: 100%;
	}




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



	.page-template-template-news ul.news_list li a, .page-template-template-news-specific 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 {
		width: 100%;
	}

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

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

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

	#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;
	}



	/*** video ***/

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

@media(min-width: 768.9px) {
	.BlockItems .text-right {
		position: absolute;
		bottom: 0;
		right: 8px;
	}

	.post-type-archive-jobs .linkMore {
		right: 13px;
	}

}

@media(max-width: 768.9px) {
	h1{ text-align: center; font-size: 2.5rem;}
	.mobile-title {
		padding: 0 15px 0 30px;
		margin-bottom: 25px;
	}
	div.left .trier {
		margin-bottom: 35px;
	}
	body.home .line {
		padding: 40px 0;
		
	}
	body.home .line#welcome {
		padding: 70px 0 40px 0;
		
	}
	
	body header.opened {
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 999;
	}
	nav.page > ul{
		width: 100%;
		padding-left: 46px;
	}
	.Labeltrie{
		display: none;
	}
	nav.page ul,
	section.page .add-infos {
		border-radius: 0;
	}
	nav.page ul li:hover:before {
		opacity: 1;
	}
	.blocLogoItem {
		justify-content: center;
	}
	.header-info {
		display: none;
	}
	.opened > .header-info {
		display: block;
		border-top: 1px solid #c3c1c1;
		padding: 20px 0;
		width: 100%;
	}
	.header-info span {
		display: block;
		padding-bottom: 15px;

	}
	.blocContactMobile{
		display: flex;
	}
	.header-info a {
		margin-left: 15px;
		width: 35px;
		height: 35px;
		line-height: 47px;
	}
	.header-info a svg {
		width: 28px;
		height: 28px;
	}
	.header-info .blocContactMobile a:first-child {

		margin-left: 0;
	}

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

	body>header div.main-nav {
		padding: 0;
		height: 0 !important;
		position: absolute;
		padding: 50px 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), 0.9);
		overflow-y: scroll;
	}

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

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

	
	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 0 15px;
	}

	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%;
		text-align: left;
		font-weight: 600;
		padding-left: 0;
		padding-right: 0;
		text-shadow: none;
	}

	header div.main-nav nav ul li.current-menu-item a, header div.main-nav nav ul li a:hover {
		color: rgba(var(--wp-secondary-700), 1);;
	}

	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;
	}
	
	header div.main-nav.opened .social-cloned {
		display: block
	}

	.Virtuelle, .video-presentation, #video #video-presentation{ 
		width: 100%;
	}

	.footer-contact .estab-info {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	main:before {
		height: 97px;
		top: 10px;
		border-top-left-radius: 80%;
		border-top-right-radius: 80%;
	}

	.slideshowEvents li:hover {
		transform: none;
	}


	#engagements .item_bloc_content {
		width: 100%;
	}

	.footer-social ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.highlighted li,
	.highlighted li:first-child,
	.highlighted li:last-child {
		margin-left: 0;
		margin-right: 0;
	}
	#highlighted2-pages .highlighted li {
		max-width: 100%;
		margin: 0 0.75rem 15px;
		border-radius: 30px
	}

	.highlighted li {
		max-width: calc(100% / 2);
	}



	#highlighted2-pages .highlighted li:last-child {
		margin-bottom: 0px;
	}
	#highlighted2-pages .highlighted li a .highlightedTexte{
		position: initial;
	}
	#highlighted2-pages .highlighted li a{
		text-align: center;
	}
	#highlighted2-pages .highlighted .bloc_lien img, #highlighted2-pages .highlighted .bloc_lien svg {
		width: 200px;
		height: 200px;
		top: -10px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#highlighted2-pages .highlighted li:last-child .bloc_lien img, #highlighted2-pages .highlighted li:last-child .bloc_lien svg {
		left: 0;
		right: 0;
		top: -20px;
	}

	#jobs .container{
		padding: 0;
	}

	#jobs-content{
		flex-direction: column;
	}
	#jobs .subtitle, #jobs .jobs-list{
		width: 100%;
	}
	#jobs .subtitle{
		padding: 25px 0 50px;
		background-size: 210px;
	}
	#jobs .jobsContent {
		padding: 25px 20px;
	}
	#jobs .jobs-list::before, #jobs .jobs-list::after{
		z-index: -1;
	}
	#jobs .bloc-pager {
		top: inherit;
		bottom: 15px;
	}
	#jobs .jobs-list ul{
		padding-bottom: 50px;
	}
	#jobs  .jobsContent h2 span{
		display: block;
	}
	#jobs  .jobsContent {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	#jobs  .jobsContent h2{
		order: 1;
	}
	#jobs  .jobsContent span.date{
		order: 2;
		width: max-content;
		margin-bottom: 25px;
	}
	#jobs  .jobsContent .summary{
		order: 3;
	}
	#jobs  .jobsContent .text-right{
		order: 4;
	}

	#events .slideshowEvents {
		padding: 0px;
		margin: 0px 0px !important;
		width: 100%  !important;
		display: inherit;
	}

	.slideshowEvents .cycle-carousel-wrap li{
		margin: 10px 0;
	}
	#events .bloc-pager {
		position: relative;
	}
	#events .cycle-carousel-wrap {
	 position: absolute !important; 
	}
	#events .bloc_events_slide {
		padding-top: 40px;
	}
	#events span.prev{
	top: -54px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
body.home .line#events {
     padding-bottom: 60px; 
	 margin-bottom: 100px;
}
#events  .slideshowEvents li a p { display: block; height: 75px; overflow-x: hidden;}

	#events span.next {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 34px;
	}
	#photos {
		margin-top: -25px;
	}
	#highlighted-pages{
		padding: 47px 0 100px 0;
	}
	.top-content div.left{
		display: none;
	}
	.top-content div.blocMobile{
		display: block;
	}
	.top-content div.left, .top-content .right{
		width: 100%;
		padding: 0;
	}
	.top-content .blocMobile figure {
		margin: 0px auto 20px;
	}

	.top-content h2 {
		text-align: center;
	}
	.ContentScroll{
		padding-right: 10px;
	}
	.top-content figure{
	    margin: 100px auto 0;	
	}
	.home-news ul, .home-news ul li {
		width: 100%;
	}
	.BlockItem_wrap{ flex-wrap: wrap;}
	.BlockItems .BlockItem_wrap.d-flex {
		flex-direction: column;
		gap: inherit;
	}
	.BlockItems .BlockItem_content {
		width: 100%;
		order: 1;
	}
	.BlockItems figure.resize {
		max-width: 100%;
	}
	.BlockItems .read-more{
		margin-bottom: 15px;
	}
	.BlockItems .sousTitle > span{
		width: max-content;
    	margin-bottom: 5px;
	}
	.BlockItems .sousTitle {
		flex-direction: column;
	}
	.extra-content{
		width: 100%;
		max-width: 650px;
		margin: 0 auto 20px;
		border-radius: 25px;
	}
	.extra-content .add-infos {
		width: 100%;
	}
	.breadAria{
		padding-left: 0px;
		margin-top: 0;
	}
	.blocSlides {
		margin-top: 30px;
	}


	.blocLeftSlide {
		position: inherit;
	}

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

	#photos .subtitle {
		margin-bottom: 65px;
	}


	div.slideshow span#overlay{
		padding: 0 10px;
	}

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

	.left img {
		width: 57%;
	}

	.home-news h3{
		font-size: 1.3rem;
	}

	main {
		padding-top: 50px;
	}

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

	div.right,
	div.left {
		width: 100%;
		padding-right: 0.75rem;
		padding-left: 0.75rem;
		position: inherit;
		top: 0;
	}

	div.right {
		padding-top: 0px;
		padding-left: 0;
		margin-top: 0px;
	}

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

	.detail {
		flex-wrap: wrap;
	}

	.blocName_firstNmane .blocName{
		width: 100%;
	}
	.formInput, input.formInput, select.formInput, textarea.formInput, #jobs_form input, #jobs_form select, #jobs_form textarea, .bloc_textarea{
		width: 100%;
	}
	.subcontent form .d-flex {
		flex-direction: column;
	}
	p.rgpd{
		padding-left: 0;
	}
	.contact-content .resize{
		margin-left: 0;
	}
	#jobs_form .mandatory ,#jobs_form small{
		padding-left: 0px;
	}
	.post-type-archive-jobs .linkMore {
		margin-bottom: 20px;
		width: 100%;
		padding: 8px 15px;
	}

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

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

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

	
	div.blocTitleLeft:before {
		content: "+";
		position: absolute;
		right: 25px;
		top: 25px;
		font-size: 42px;
		font-weight: bold;
		color: #fff;
		width: 25px;
		height: 25px;
		line-height: 23px;
		text-align: center;
		
	}
	div.blocTitleLeft.open:before{
		content: "-";
		top: 20px;
	}


	nav.page {
		width: 100%;
		background-color: #f6f6f6;
		height: auto;
		padding: 10px 5px;
		border-radius: 25px;
		margin: 0px auto 20px;
		max-width: 650px;
	}

	nav.page > span {padding: 5px 65px 5px 25px; margin-bottom: 0px; position: relative; z-index: 9;}
    nav.page > span:before {background-size: 20px;}
    nav.page > span {    width: 100%;border-bottom: none;}
	nav.page > span.open{margin-bottom: 25px;}
    nav.page ul.sub-sub-menu {max-height: unset;}
	div:not(.hub) > nav.page > ul li.menu-back{
		position: relative;
		z-index: 9999;
	}
	nav.page ul li.blocTitleLeft{border-radius: 12px;}
	nav.page > ul.news_categories{ margin-top: 0px;}
	.menu-back.blocTitleLeft{ position: relative; z-index: 99;}
	.page-template-template-news .blocTitleLeft, .post-template-default .blocTitleLeft, .post-type-archive-events .blocTitleLeft{ display: none;}
	.page-template-template-news nav.page > span{ margin-bottom: 25px;}
	
	#video a.linkMore {
		bottom: 0;
	}

	#partners .partners li {
		width: 100%;
		text-align: center;
		margin: 30px 10px;
	}

	.slideshowEvents{
		width: 100% !important;
	}

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

	.logo-footer {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

	footer .estab-desc {
		margin-bottom: 50px;
	}

	.blocNewsletter {flex-direction: column;}
	.blocNewsletter #mailpoet_form_1 {margin-right: unset !important;width: 100% !important;}
	.blocNewsletter div.subtitle {margin-right: unset;text-align: center;}
}

@media(max-width: 635px) {
	.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;
	}

	.blocLogo:before {
		width: 140%;
		left: -19%;
	}

	.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;}

	.highlighted li {
		max-width: 100%;
	}

}
@media(max-width: 432px) {
	.trier.d-flex {
		flex-direction: column;
		gap: 10px;
	}
}
@media(max-width: 375.9px) {
	.header-info a {
		margin-left: 5px;
	}

	#logo {
		margin-right: 45px;
	}

	.home-news ul,
	.home-news ul li {
		height: 465px;
	}

	.home-news ul li a.content {
		height: 100%;
	}
	.home-news ul li a.content p {
		height: 135px;
		overflow-x: hidden;
	}

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

	#engagements .bloc_contents .item_bloc_content {
		margin-left: 2px;
	}
	.home-news .bloc-pager.d-flex {
		bottom: 30px;
	}
	.home-news .sousTitle > span {
		font-size: 0.8rem;
	}
	
	#highlighted2-pages .highlighted li a {
		font-size: 1.6rem;
	}

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