/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html{
	font-size: 87.5%;
}
body {
	color: #1a1a1a;
	background: #fff;
	font-size: 15px;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a{
	outline: none;
}
a:focus {
	outline: 0;
	outline: 0;
}

a:hover,
a:active {
	outline:0;
}

a img {
	border: 0;
}
p{
	margin-bottom: 10px;
}
input,
textarea{
	border: 1px solid #F26A57;
	border-radius: 4px;
	padding: 10px 20px;
	font-family: 'Raleway', sans-serif;
	font-size : 15px;
	color: #000;
}
input::placeholder,
textarea::placeholder{
	color: #333;
}

input[type='submit'],
.bt-lien{
	background: #f16d54; /* Old browsers */
	background: -moz-linear-gradient(0.25turn, #F26a57, #EBA837); /* FF3.6-15 */
	background: -webkit-linear-gradient(0.25turn, #F26a57, #EBA837); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(0.25turn, #F26a57, #EBA837); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F26a57', endColorstr='#EBA837',GradientType=0 ); /* IE6-9 */
	font-size: 15px;
	color: white;
	font-family: 'Raleway', sans-serif;
	border-radius: 30px;
	font-weight: 600;
	padding: 10px 30px;
	transition: all 0.2s;
}
input[type='submit']:hover,
.bt-lien:hover{
	box-shadow: 1px 1px 9px #F26A57;
		transition: all 0.3s;
}
.clear{
	padding:0;
	margin:0;
	clear: both;
	border: none;
}
.fitImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:center;
}
/***** typo ****/
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts_UE/fa-regular-400.eot");
  src: url("../fonts_UE/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts_UE/fa-regular-400.woff2") format("woff2"), url("../fonts_UE/fa-regular-400.woff") format("woff"), url("../fonts_UE/fa-regular-400.ttf") format("truetype"), url("../fonts_UE/fa-regular-400.svg#fontawesome") format("svg");
 }
 @font-face {
   font-family: 'FontAwesome-B';
   font-style: normal;
   font-weight: 400;
   src: url("../fonts_UE/fa-brands-400.eot");
   src: url("../fonts_UE/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts_UE/fa-brands-400.woff2") format("woff2"), url("../fonts_UE/fa-brands-400.woff") format("woff"), url("../fonts_UE/fa-brands-400.ttf") format("truetype"), url("../fonts_UEs/fa-brands-400.svg#fontawesome") format("svg");
  }
.fal {
   font-family: 'FontAwesome';
   font-weight: 300;
}
.titrePrincipal{
	text-align: center;
	font-size: 40px;
	color: #f26a57;
	font-weight: normal;
}
.main .titrePrincipal{
	margin-top: 60px;
}
.sstitre{
	font-size: 30px;
	color: #f26a57;
	font-weight: normal;
	margin-bottom: 25px;
}
.main .sstitre{
	margin-top: 50px;
}
.titre-side{
	font-size: 16px;
	text-transform: uppercase;
	color:#f07352;
	margin-bottom: 15px;
}
.titreCol{
	font-size: 16px;
	text-transform: uppercase;
	color: #f26a57;
	font-weight: normal;
}
.item-titre{
	font-size: 18px;
	font-weight: 600;
	font-family: "Raleway";
}
.actu .item-titre{
	color: #f26a57;
	margin-bottom: 10px;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: 0;
	overflow: hidden;
}
.conect-titre{
	font-size: 30px;
	color: #f26a57;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}
strong{
	font-weight: 800;
}
.entete h2{
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.entete h1{
	font-size: 22px;
	font-weight: 400;
	position: relative;
}
.entete h1::before{
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -20px;
	font-size: 30px;
	color: #cee65e;
}
.content-inter h2{
	font-size: 22px;
	font-weight: 700;
	color: #ff6200;
	margin: 20px 0 10px;
	text-transform: uppercase;
}
.content-inter h3{
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 5px;
	color: #8daf00;
	text-transform: uppercase;
}
.content-inter h4{
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 5px;
	text-transform: uppercase;
}
.content-inter h5{
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 5px;
}
.content-inter h6{
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 5px;
}
/****** structure *****/
.marge{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.site-header .marge{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
}
.minlarge .marge.content{
	max-width: 800px;
}
.col-3{
	width: 100%;
}
.menu-social a,
.nav-social a{
	font-size: 14px;
}
.menu-social a::before,
.nav-social a::before{
	font-size: 20px;
	font-family: "FontAwesome";
	padding-right: 5px;
}
.accueil a.social:before {
	content: "\f015";
}
.contact a.social:before {
	content: "\f0e0";
}
.connexion a.social::before  {
	content: "\f090";
}
address::before  {
	content: "\f3c5";
}
.email::before  {
	content: "\f0e0";
}
.tel::before  {
	content: "\f095";
}
.site-web a::before  {
	content: "\f0ac";

}
a.social[href*="youtube.com"]:before {
	content: "\f167";
	font-family: "FontAwesome-B";
}
a.social[href*="facebook.com"]:before {
	content: "\f082";
	font-family: "FontAwesome-B";
}

a.social[href*="instagram.com"]:before {
	content: "\f16d";
	font-family: "FontAwesome-B";

}
a.social[href*="linkedin.com"]:before {
	content: "\f08c";
	font-family: "FontAwesome-B";

}
a.social[href*="pinterest.com"]:before {
	content: "\f231";
	font-family: "FontAwesome-B";
}

a.social[href*="twitter.com"]:before {
	content: "\f099";
	font-family: "FontAwesome-B";
}

.vignette{
    position: relative;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 5;
    display: block;
}
.vignette img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease-out 0.5s;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.content-inter p{
	margin-bottom: 15px;
	line-height: 25px;
}


@media screen and (min-width: 55em) {
	.row{
		display: -webkit-flex;
		display: flex;
	}
	.col-1{
		width: 75%;
	}
	.fullwidth .col-1,
	.col-full{
		width: 100%;
	}
	.col-2{
		width: 50%;
	}
	.col-3{
		width: calc(100% / 3);
	}
	.col-4{
		width: 25%;
	}
	.col-D{
		margin-left: 30px;
	}
	.fullwidth .col-D{
		display: none;
	}
}
/****** header *****/
.site-header{
	box-shadow: 0 10px 10px rgba(0,0,0,0.3);
	position: relative;
	z-index: 9000;
}
.menu-social{
	/*background-color: #f26a57;*/
}
.site-title{
	width: 150px;
	margin:15px 0 10px 0;
	text-align: left;
}
.site-title span{
	text-indent: -5000px;
display: inline-block;
}
.site-title img{
	width: 100%;
	max-width: 239px;
}

.site-header .menu-social{
	order: 1;
	width: 100%;
}
.site-header .menu-principal{
	order: 3;
	padding: 0 10px;
}
.site-header .site-title{
	order: 2;
}
@media screen and (min-width: 680px) {
	.site-header .marge{
		justify-content: space-between;
		align-items: center;
	}
	.site-header .menu-principal{
		width: 200px;
		order: 2;
		padding: 0;
	}
	.site-header .site-title{
		width: calc(100% - 200px);
		order: 3;
		text-align: center;
		border: none;
		}
}
@media screen and (min-width: 880px) {

	.site-header .menu-social{
		order: 3;
		width:200px;
		display: block;
		padding: 0;
		background: none;
	}
	.site-header .menu-social ul{
		padding-left: 90px;
	}
	.site-header .site-title{
		width: calc(100% - 400px);
		order: 2;
		text-align: center;
		}
}
/*** navigation ***/
#menu-menu-principal,
#bandeOutil{
	display: none;
}
.side-menu-visible #side-menu #menu-menu-principal,
.side-menu-visible #side-menu #bandeOutil{
	display: block;
}
#navbar{
	background: #f26a57;
	color: #fff;
	position: relative;
	z-index: 6000;
}
#navbar ul,
#navbar ul ul{
	display: none;
}
#navbar .menuOpen .open > ul{
	display: block;
}
.site-navigation{
	display: none;
}
.menu-toggle{
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 50px 15px 20px;

}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active{
	cursor: pointer;

}
.menu-toggle::after{
	content:"\f039";
	font-family: 'FontAwesome';
	position: absolute;
	right: 23px;
	top: 15px;
	font-size: 1.4rem;
	height: 16px;
	width: 20px;
	display: block;
	overflow: hidden;
}
.menuOpen .menu-toggle::after{
	content:"\f00d";
}
#navbar .menuOpen .menumobile{
	display: block;
	position: absolute;
	top: 48px;
	background: #f26a57;
	width: 100%;
	z-index: 9000;
	left: 0;
}
#navbar .menuOpen #bandeOutil,
#navbar .menuOpen #menu-menu-principal{
	display: block;
}

.menuOpen li{
	position: relative;
}
.menuOpen li::before {
    background-color: #fff;
		width: calc(100% - 40px);
		height: 1px;
		content: "";
		top: -1px;
		display: block;;
		margin-left: 20px;
		position: absolute;
		z-index: 20;
}
.menuOpen .sub-menu li::before {
	background-color: #424243;
}
.menuOpen .sub-menu li:first-child::before,
.menuOpen .sub-menu li:first-child::before {
	display: none;
}
.menuOpen .sub-sub-menu li:first-child::before{
	display: block;
}

.menuOpen li a{
	color: #fff;
	padding: 8px 25px;
	text-decoration: none;
	display: block;
	position: relative;
}
.menuOpen li.open > a,
.menuOpen li.active > a{
	color: #fff;
}
.menuOpen .sub-menu li.open > a,
.menuOpen .sub-menu li.active > a,
.menuOpen .sub-sub-menu li.active > a{
	color: #96af2b;
}

.menuOpen .sub-menu li a{
	padding-left: 40px;
}
.menuOpen .sub-sub-menu li a{
	padding-left: 60px;
}
.menuOpen .sub-menu li a:before{
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #424243;
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 30px;
}
.menuOpen .sub-sub-menu li a:before{
	left: 50px;
}
.menuOpen .sub-menu li.open > a:before,
.menuOpen .sub-menu li.active > a:before,
.menuOpen .sub-sub-menu li.active > a:before{
	background-color: #96af2b;
}
.menuOpen li a:hover{
	background-color: rgba(255,255,255,0.2);
}
.menuOpen .sub-menu li a:hover{
	color: #fff;
}
.menuOpen li ul a{
	background-color: #fff;
	color: #424243;
	text-transform: none;
}
.menuOpen .dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 38px;
    padding: 0;
    position: absolute;
    text-transform: lowercase;
    top: 1px;
    right: 15px;
    width: 42px;
		cursor: pointer;
}
.menuOpen .dropdown-toggle::after {
    color: #fff;
    content: "\f107";
    font-size: 2.6rem;
    position: relative;
    top: 0;
    left: 1px;
    width: 42px;
    font-family: "FontAwesome";
}

.menuOpen .open > .dropdown-toggle::after {
    content: "\f106";
}
.menuOpen .sub-menu .dropdown-toggle::after {
	color: #424243;
}
.menu-social ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 0;
}
.menu-social ul li{
	margin: 0 10px;
}
.menu-social ul a{
	color:#fff;
	text-decoration: none;
}
.menu-social ul a:hover{
	color: #733229;
	}
.menu-principal{
	width: 100%;
}

.menu-principal li{
	margin-bottom: 10px;
	position: relative;
	transition: all 0.4s;
}

.menu-principal li a{
	width: 100%;
	display: block;
	text-align: center;
	background-color: #f26a57;
	color: #fff;
	padding: 10px 0;
	text-decoration: none;
	font-size: 15px;
}
.menu-principal li:hover,
.menu-principal li:hover::before{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
@media screen and (min-width: 680px) {

	.menu-principal li:last-child{
		margin-bottom: 0;
	}
	#side-menu{
		display: none!important;
	}
	.menumobile{
		margin: 0 auto;
		width: 100%;
		max-width: 1600px;
		position: relative;
	}
	#navbar #menu-menu-principal{
		display: -webkit-flex;
		display: flex;

		text-align: center;
		align-items: stretch;
	}
	#navbar #menu-menu-principal li{
		border-right: 1px solid #fff;
	}
	#navbar #menu-menu-principal li:last-child{
		border:none;
	}
	#navbar #menu-menu-principal li a{
		color: #fff;
		text-decoration: none;
		padding: 20px 15px;
		height: 100%;
		display: flex;
		align-items: center;
	}
	#navbar #menu-menu-principal li:hover a{
		background-color: #733229;
	}
	#navbar #menu-menu-principal li.active a{
		background: #eba837;
	}
	#navbar li:hover .sub-menu,
	#navbar .sub-menu li:hover .sub-sub-menu{
		display: block;
		position: absolute;
		z-index: 9000;
		background-color: #fff;
		border-top: 10px solid #8daf00;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	}
	#navbar .sub-menu li:hover .sub-sub-menu{
		border: none;
		right: -100%;
		top: 0;
		width: 100%;
	}
	#navbar #menu-menu-principal .sub-menu li{
		position: relative;
	}
	#navbar #menu-menu-principal .sub-menu li a{
		text-transform: none;
		font-size: 18px;
		color: #424243;
		font-weight: 400;
		padding: 10px 30px 10px 20px;
	}
	#navbar #menu-menu-principal .sub-menu li.parents > a::after{
			content:"\f105";
			font-family: 'FontAwesome';
			position: absolute;
			right: 10px;
			top: 12px;
			font-size: 20px;

	}
	#navbar #menu-menu-principal .sub-menu li:hover > a,
	#navbar #menu-menu-principal .sub-menu li.active > a{
		color:#8daf00;
	}
	#navbar #menu-menu-principal .sub-sub-menu li a{
		padding: 10px 20px;
		font-size: 14px;
	}
	#navbar #bandeOutil{
		position: absolute;
		right: 0;
		top: -210px;
	}
	#menuMobile,
	.dropdown-toggle{
		display: none;
	}
	#navbar #bandeOutil{
		display: -webkit-flex;
		display: flex;
		}
	#intro-gallery{
		display: block;
	}
	#navbar #bandeOutil li a{
		display: block;
		min-width: 135px;
		padding: 106px 10px 10px;
		text-align: left;
		text-transform: uppercase;
		color: #fff;
		font-size: 13px;
		text-decoration: none;
		position: relative;
	}
}
@media screen and (min-width: 880px) {
	.menu-social ul li{
		margin: 0 0 10px;
		text-align: left;
	}
	.menu-principal li a{
		text-align: right;
		padding-right: 20px;
	}
	.accueil a.social::before{
		left: -3px;
	}
	.menu-social ul a{
		color: #f26a57;
		padding-left:25px;
		position: relative;
	}
	.menu-social ul a::before{
		position: absolute;
		left: 0;
		top: -2px;
	}
	.menu-principal li::before{
		width: 600%;
		position: absolute;
		display: block;
		content: "";
		top: 0;
		bottom: 0;
		left: -600%;
		background: #f26a57;
		z-index: -1;
			transition: all 0.4s;
	}
}
/*** bandeau ***/
#bandeau{
	height: 325px;
	width: 100%;
	overflow: hidden;
}
#bandeau .marge{
	padding: 0;
}

#bandeau li .photo{
	height: 325px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.connecter #bandeau li .photo,
.connecter #bandeau{
	height: 385px;
}
#bandeau .blocktexte{
	background: rgba(0,0,0,0.45);
	padding: 15px ;
	position: absolute;
	z-index: 50;
	border: 10px solid #fff;
	bottom: 60px;
	right: 96px;
	min-width: 250px;
	max-width: 400px;
	overflow: hidden;
	height: 230px;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
}
.home #bandeau .marge::before{
	width:98px;
	height: 94px;
	background: url('./images_UHE/deco-bandeau.png');
	position: absolute;
	top:-120px;
	right:496px;
	content: "";
	z-index: 40;
}
.home #bandeau .marge::after{
	width:96px;
	height: 80px;
	background-color: rgba(251,214,7,0.8);
	position: absolute;
	top: -325px;
	right:0;
	content: "";
	z-index: 40;
}
#bandeau .blocktexte h2{
	font-weight: 800;
	line-height: 30px;
	margin-bottom: 5px;
}
#bandeau .blocktexte p{
	font-family: "Open Sans";
}
.bx-wrapper{
	position: relative;
}
#bandeau li{
	position: relative;
}
#bandeau .bt-lien{
	height: 35px;
	width: 35px;
	margin-top: 5px;
}
#bandeau .bt-lien::after{
	font-size: 2rem;
}
.bx-controls-direction,
.bx-pager{
	display: none;
}
.bx-controls-direction{
	display: block;
	position: relative;
}
.bx-controls{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5000;
	width: 100%;
	max-width: 1600px;
	margin:0 auto;
	height: 30px;
}
.bx-controls a{
	position: absolute;
	display: block;

	text-indent: -9999px;
	text-decoration: none;
}
.bx-controls a.bx-prev{
	left: 0;
}
.bx-controls a.bx-next{
	right: 30px;
}
.bx-controls a::before{
	text-indent: 0;
	font-family: "FontAwesome";
	display: block;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 50px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}
.bx-controls a.bx-prev::before{
	content: "\f104";
}
.bx-controls a.bx-next::before{
	content: "\f105";
}
.bx-controls a:hover::before{
	color: #f26a57;
}
.blocTextebandeau{
	height: 100%;
	}
.Textebandeau{
	background-color: rgba(242,106,87,0.9);
	width: 70%;
	left: 50%;
	top: 50%;
	color: #fff;
	position: absolute;
	transform: translate(-50%,-50%);
	max-height: 60%;
	padding: 20px;
	border-radius: 10px;
	transition: 0.4s;
	overflow: hidden;
}
.connecter .Textebandeau{
	top: calc(50% - 30px);
}
.Textebandeau.hover{
	background-color: rgba(242,106,87,1);
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	transition: 0.4s;
}
.Textebandeau a{
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.Textebandeau a::before{
	font-family: "FontAwesome";
	content: "\f04b";
	padding-right: 5px;
}
.Textebandeau h3{
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 10px;
	}
@media screen and (min-width: 1240px) {
	.Textebandeau{
		width: 50%;
}
}
/***** accueil *****/
#intro-block{
	color: #000;
	margin: 60px auto;
	max-width: 1024px;
}
#intro-block h1{
	font-size: 30px;
	margin-bottom: 30px;
}

.item{
	margin-bottom: 20px;
	position: relative;
}
.item .blockTexte{
	margin-top: 15px;
	font-weight: 600;

}
.item .blockTexte a{
	color: #231f20;
	text-decoration: none;
}
@media screen and (min-width: 880px) {
	#intro-block .marge{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#intro-block .content-texte,
	#intro-block .content-media{
		width: calc(50% - 35px);
	}
	#intro-block .content-media{
		margin-top: 0;
		text-align: right;
	}
}
#menu-connexion{
	position:relative;
	z-index: 8000;
}
#bandeau + #menu-connexion #barreDeco{
	position: absolute;
	transform: translate(0,-100%);
	top: 0;
}
#barreDeco{
	position: relative;
	width: 100%;
	background: rgba(242,106,87,0.8);
	z-index: 8000;
	color: #fff;
	padding: 10px 0;
}
#barreDeco p{
	margin: 0;
}
.deconexion{
	text-align: center;
	margin-bottom: 5px;
}
.deconexion a{
	position: relative;
	padding-left: 25px;
	text-decoration: none;
	color: #fff;
}

.deconexion a::before{
	position: absolute;
	content: "\f2f5";
	left: 0;
	top: 0px;
	font-size: 20px;
	font-family: 'fontAwesome'
}
.deconexion a:hover{
	color: #733229;
}
@media screen and (min-width: 680px) {
	#barreDeco .marge{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 20px;
	}
	#barreDeco p{
		padding-right: 25px;
	}
	.deconexion{
		order: 2;
		margin: 0;
	}
}
#Actualite{
	background-color: #ff6200;
	padding-bottom: 40px;
}
#Actualite h2{
	padding:30px 0 20px;
	color:#fff;
}
#Actualite .item{
	background-color: #fff;
}
#Actualite .item .blockTexte{
	padding: 5px 15px 45px;
}
#bien .item .blockTexte{
	padding: 5px;
}
#Actualite .item .categorie{
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #231f20;
	color: #dfa401;
	text-align: center;
	padding: 3px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 100;
}

.site-footer{
	background: #f16d54; /* Old browsers */
	background: -moz-linear-gradient(top,  #f16d54 1%, #ef834a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f16d54 1%,#ef834a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f16d54 1%,#ef834a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16d54', endColorstr='#ef834a',GradientType=0 ); /* IE6-9 */
	padding: 64px 0 10px;
}
.bloc-footer{
		margin-bottom: 30px;
	}

.bloc-footer .wpcf7-form input,
.bloc-footer .wpcf7-form textarea {
	width: 100%;
}

.bloc-footer .wpcf7-form input[type="submit"]{
	width: auto;
}
.bloc-footer li{
	margin-bottom: 5px;
}
.bloc-footer.coordonnees li{
	margin-bottom: 10px;
}
.bloc-footer h4{
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
}
.site-footer,
.site-footer a{
	color: #fff;
}
.coordonnees a,
.tel,
.email,
address{
	position: relative;
	padding-left: 25px;
}
.coordonnees a::before,
.tel::before,
.email::before,
address::before{
	font-size: 20px;
	font-family: "FontAwesome";
	padding-right: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.bloc-footer a{
	text-decoration: none;
}
.bloc-footer a:hover{
	color: #733229;
}
.content-media{
	margin-top: 30px;
}
.zoneB{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.zoneB div{
	text-align: center;
	width: 100%;
}
.zoneB .logo{
	order: 2;
}
.zoneB .mention{
	order: 1;
}
.zoneB .pixilie{
	order: 3;
	font-size: 12px;
}
.zoneB .pixilie a{
	margin-top: 10px;
	text-decoration: none;
}
.zoneB .pixilie a:hover{
	color:#733229;
}
.zoneB .mention{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
}
.zoneB .mention a{
	padding: 15px 10px;
	display: block;
	color: #fff;
	position: relative;
	text-decoration: none;
}
.zoneB .mention a:hover{
	color: #fff;
	background-color: #733229;
}
.zoneB .mention a::after{
	content: "\f105";
	font-family: "fontAwesome";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 2.5rem;
	transform: translate(0,-50%);
}
.blocBouton{
	text-align: center;
}

.content .blocBouton a{
	color: #fff;
	text-decoration: none;
}
.content .blocBouton a:hover{
	color: #fff;
}
@media screen and (min-width: 480px) {
	.site-footer .marge .zoneH{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.zoneH .bloc-footer{
		width: 45%;
	}
	.zoneH .bloc-footer.formulaire{
		width: 100%;
	}
	.zoneH .wpcf7-form{
		width: 100%;
		max-width: 700px;
	}
}
@media screen and (min-width: 680px) {
	.formulaire ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.formulaire li{
		width: 100%;
	}
	.formulaire li.col{
		width: 49%;
	}
	.zoneB{
		justify-content: space-between;
		align-items: flex-end;
	}
	.zoneB .logo{
		order: 1;
		width: 45%;
		text-align: left;
	}

	.zoneB .mention {
		border:none;
		width: auto;
		position: relative;
		order: 2;
		width: 45%;
		text-align: right;
	}
	.zoneB .mention a::after{
		display: none;
	}
	.zoneB .mention a{
		padding: 2px 15px;
		font-weight: lighter;
		width: auto;
		display:inline;
	}
	.zoneB .mention  a:hover{
		background: none;
		color: #733229;
	}
	.zoneB .pixilie {
		margin-top: 10px;
	}

}
@media screen and (min-width: 880px) {
	.zoneH .bloc-footer{
		width: 20%;
	}
	.zoneH .bloc-footer.formulaire{
		width: 48%;
	}
	.bloc-footer .wpcf7-form .bt-submit{
		text-align: right;
	}
}
/***** page inter ********/
.content .main{
	padding: 0 0 60px;
}
.blockConnect{
		margin-bottom: 40px;
}
.bloc-conect{
	padding: 30px 20px;
	width: 100%;
	margin: 0 auto;
	max-width: 760px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}
.bloc-conect label{
	font-size: 18px;
	display: inline-block;
	color:#f26a57;
	margin-bottom: 5px;
}
	.bloc-conect li input,
		.bloc-conect li textarea{
		width: 100%;
	}
	.bloc-conect li{
		margin-bottom: 10px;
	}
	.bt-submit{
		text-align: center;
		margin-top: 20px;
	}
	.bloc-conect li.mp{
		text-align: right;
		width: 100%;
	}
	.bloc-conect a{
		color: #000;
		font-style: italic;
		text-decoration: none;
	}
	.content .date{
		font-family: "Raleway";
		text-align: center;
	}
	.content .resume{
		font-weight: 600;
	}
	.content li:not(.item){
		margin-bottom: 7px;
	}
	.content a{
		color: #000;
	}
	.content a:hover{
		color: #f26a57;
	}
	.content li:not(.item)::before{
		content: "-";
		padding-right: 8px;
	}
	.content .liste li::before{
		display: none;
	}
	.pdf,
	.website{
		padding-left: 25px;
		position: relative;
		text-decoration: none;
	}
	.pdf::before,
	.website::before{
		content: "\f1c1";
		font-family: "FontAwesome";
		position: absolute;
		top: -1px;
		font-size: 20px;
		left: 0;
	}
	.website::before{
		content: "\f0ac";
	}
	.blocVideo .item{
		width:100%;
		height: 150px;
		position: relative;
	}
	.blocVideo .item a{
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
	}
	.blocVideo .item a::after{
		content: "";
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			background-color:rgba(242,106,87,0.8);
			top: 0;
			left: 0;
			opacity: 0;
			transition: all 0.4s;
			z-index: 10;
	}
	.blocVideo .item .masque{
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 0 20px;
		transform: translate(-50%,-50%);
		transition: all 0.4s;
		color: #fff;
		text-decoration: none;
		width: calc(100% - 40px);
		opacity: 0;
		z-index: 50;
	}
	.blocVideo .item a:hover::after,
	.blocVideo .item a:hover .masque{
		opacity: 1;
		transition: all 0.4s;
	}
	.blocVideo .item img{
		width: 100%;
		height:100%;
		object-fit: cover;
		object-position: center;
	}
	.bio .item{
		background: none;
		color: #000;
		display: flex;
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
		}
	.bio .item:last-child{
		margin-bottom: 0;
	}
	.bio .item .fitImg{
		text-align: center;
		max-width: 180px;
	}
	.bio .item .fitImg img{
		object-fit: contain;
	}
	.public .titre-side{
		display: inline-block;
		margin-bottom: 0;
	}
	.public  li::before{
		display: none;
	}
	.blocSide{
		padding: 20px 20px 10px;
		background: #fff;
		box-shadow:0 0 10px rgba(0,0,0,0.3);
		max-width: 550px;
		margin:0 auto 20px;
	}
	.interv .item{
		width: 100%;
		display: flex;
		background: none;
		color: #000;
		align-items: center;
		margin: 0 0 20px;
	}

	.interv .item:last-child{
		margin: 0;
	}
	.interv .item .fitImg{
		width: 150px;
		height: 150px;
		border-radius: 150px;
		overflow: hidden;
		margin-right: 10px;
	}
@media screen and (min-width: 480px) {
	.blocVideo ul{
		display: flex;
		flex-wrap: wrap;
	}
	.blocVideo li.item{
		width: 48%;
		margin: 0 1% 15px;
	}
	.bloc-conect ul{
		max-width: 550px;
		margin: 0 auto;
	}
	.bloc-conect label{
		text-align: right;
		font-size: 18px;
		width: 150px;
		margin-right: 10px;
		display: inline-block;
	}
	.bloc-conect li input{
		width: calc(100% - 160px);
	}
	.bloc-conect #devis ul{
		max-width: 650px;
	}
	#devis li{
		display: flex;
		align-items: flex-start;
	}
	.bloc-conect li textarea{
		width: calc(100% - 160px);
	}
	.bloc-conect.formulaire li input{
		width: 100%;
	}
}
@media screen and (min-width: 880px) {
	.blocVideo li.item{
		width: 31%;
	}
}
@media screen and (min-width: 980px) {
	.col-side .bloc-item .item{
		width: 48%;
	}
	.blockConnect{
		margin: 0 10px 60px;
	}
	.blockConnect .bloc-conect{
		margin: 0 10px;
	}
	.blockConnect .marge{
		display: flex;
		justify-content: space-between;
	}
	.col-side{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.sidebar::before{
		content: "";
		width: 50px;
		height: 100%;
		background: #eba837; /* Old browsers */
		background: -moz-linear-gradient(top,  #eba837 0%, #f16b56 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #eba837 0%,#f16b56 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #eba837 0%,#f16b56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba837', endColorstr='#f16b56',GradientType=0 ); /* IE6-9 */
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		z-index:-1;
	}
	.col-side .sidebar{
		width: 33%;
		position: relative;
		padding-top:20px;
	}
	.col-side .main{
		width:65%;
	}
}
@media screen and (min-width: 1240px) {
	.blocVideo .item{
		height: 220px;
	}
	.col-side .bloc-item .item{
		width: 31%;
	}
}
/****** Calandar *****/
#bloc-calendar{
	width: 100%;
	max-width: 500px;
	margin: 40px auto 20px;
}
#calendrier-mobile #bloc-calendar{
	max-width: 450px;
	width: 100%;
	margin: 20px auto 0;
}
.calendrier{
	background-color: #efefef;
}
.calendrier .header-day {
	 color: #333;
	 float: left;
	 font-size: 1rem;
	 padding: 8px 0px;
	 position: relative;
	 text-align: center;
	 text-transform: uppercase;
	 vertical-align: middle;
	 width: 14.2857%;
	 background-color: #fff;
}
.calendrier .day {
	 float: left;
	 font-size: 1.2rem;
	 padding: 8px 0px;
	 position: relative;
	 text-align: center;
	 text-transform: uppercase;
	 vertical-align: middle;
	 width: 14.285%;
	 position: relative;
}
.calendrier .day.adjacent-month,
.calendrier .day.past.adjacent-month {
 background-color: #fff!important;
 color:#999;
}
.calendrier .day{
 background-color: rgba(242,106,87,0.7);
 color: #fff;
}

.calendrier .day.event:not(.past) {
 cursor: pointer;
 box-shadow: 0 0 5px rgba(0,0,0,0);
 transition:all 0.8s;
 background-color: #f26a57;
 position: relative;
}
.calendrier .day.event.adjacent-month{
 cursor: default;
 position: static;
}
.calendrier .day.event:not(.past):hover {
 transform: scale(1.2,1.2);
 box-shadow: 0 0 5px rgba(0,0,0,0.5);
 z-index: 50;
 transition:all 0.4s;
}
.calendrier .day.event.adjacent-month:hover {
 transform: scale(1,1);
 box-shadow: 0 0 0px rgba(0,0,0,0);
}


.calendrier .day.past{
 background: none!important;
 color: #999!important;
}
.calendrier .derniere .tooltip-content,.calendrier .zone-c .tooltip-content {
 color: #000;
 text-transform: none;
 font-size: 0.8em;
 padding: 5px 10px 0;
 border-radius: 10px;
 bottom: 90%;
 text-align: center;
}

#zone-calendar .calendrier:nth-child(3n){
 clear: both;
 }
#zone-calendar .calendrier, .wpbs-calendar{
 width: 30%;
 float: left;
 margin: 0 1.5% 30px;
 background-color: #fff;
 border-radius: 20px;
 padding: 15px 0;
	box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.3);
}
.clndr-controls{
 position: relative;
}
.clndr-controls .month{
 font-size: 1.5rem;
 color:#333;
 text-align: center;
 text-transform: capitalize;
 padding: 10px 0;
}
.clndr-previous-button,
.clndr-next-button{
 position: absolute;
 top: 0px;
height: 100%;
 width:50px;
 outline: none;
 color: #f26a57;
}
.clndr-previous-button{
 left: 0px;
 border-right: 1px solid #dddad8;
}
.clndr-previous-button::after,
.clndr-next-button::after {
 font-family: "fontAwesome";
 position: absolute;
 top: 50%;
 left: 50%;
 text-align: center;
 font-size:2rem;
	display: block;
	transform: translate(-50%,-50%);
}
.clndr-previous-button::after{
 content:'\f104';
}
.clndr-next-button::after{
 content:'\f105';
}
.clndr-previous-button:hover,
.clndr-next-button:hover{
 color:#fff;
 background-color: #f26a57;
}
.clndr-previous-button.inactive:hover,
.clndr-previous-button.inactive,
.clndr-next-button.inactive:hover,
.clndr-next-button.inactive {
 color:#dfd3ca;
 background: none;
}

.clndr-next-button{
	 right: 0px;
	 border-left: 1px solid #dddad8;
}
#calendrier .event:not(.past) .tooltip-content{
	 display:block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 right: 0;
}
#calendrier .event.adjacent-month .tooltip-content,
#calendrier .event.past .tooltip-content{
 display:none;
}
#calendar .item{
 padding-bottom:10px;
 margin-bottom: 10px;
 background: url('./assets/images_UHE/fond-titre.png') repeat-x left bottom;
}
#calendar .item:last-child{
 padding: 0;
 margin:0;
 background: none;
}
#calendar .titre{
 font-size: 1.4rem;
 line-height: normal;
}
#list-participation a{
	text-decoration: none;
}
#list-participation .titreFormation{
	font-weight: bold;
}
#login_form-change textarea{
	width: 100%;
}
#entry-content  .marge.row{
	padding: 0;
}
#entry-content .marge.row .col-1{
	padding: 0 20px;
}
#breadcrumbs{
	background: #eba837;
	padding:5px 0;
}
#breadcrumbs a{
	text-decoration: none;
	color: #fff;
}
#breadcrumbs a::after{
	content: "/";
	padding: 0 5px;
	color: #fff;
}
#breadcrumbs a:hover{
	color: #000;
}
#breadcrumbs strong{
	color: #fff;
}
#intro-block .entete{
	border-top: 3px solid #cee65e;
}
.galerie{
	background-color: #abad2e;
	margin-top: 40px;
	display: inline-flex;

	justify-content: space-between;
	padding: 25px 0 0 25px;

}
.galerie .gallery-item{
	margin: 0 25px 25px 0;
}
.entete{
	color: #cee65e;
	padding: 20px 20px 20px 30px ;
	margin-bottom: 20px;
	background: #4f6102;
}
#intro-block .entete{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#intro-block h2{
	font-size: 18px;
	color: #fff;
	font-weight:normal;
	text-transform: none;
}
#intro-block .entete a{
	color: #d4ed5f;
	text-decoration: none;
	padding:3px 0 3px 15px;
	position: relative;
	display: block;
	font-size: 18px;
}

#intro-block .entete a::before{
	content: "\f105";
	display: block;
	position: absolute;
	font-family: "fontAwesome";
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	font-size: 25px;
}
.content-inter{
	margin-bottom: 60px;
}
.content-inter a{
	color: #ff6200;
}
.content-inter a:hover{
	color: #99bf0b;
}
.content-inter ul{
	list-style: disc;
	padding-left: 20px;
}
#entry-content .col-D .block-item::after{
	background: url('./images_UHE/deco-1.png') top right no-repeat;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
}
#entry-content .col-D .block-item.info::after{
	background: url('./images_UHE/deco-4.png') left bottom no-repeat;
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
}
.block-item .content-widget{
	padding: 0 30px 0;
	color: #fff;
	text-align: justify;
}
.lien{
	padding: 5px 5px 5px 28px;
	font-weight: 600;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	left: 30px;
	bottom: 0px;
	right: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	z-index: 50;
}
.lien::before{
	font-family: "FontAwesome";
	content:"\f105";
	position: absolute;
	top:4px;
	left: 0px;
	font-size: 20px;
	padding: 0 7px;
	background-color: #ffcb40;
	color: #89a305;
}

.lien:hover::before{
	background-color:  #89a305;
	color: #ffcb40;
}
.lienInter .lien{
	bottom: 35px;
	left: 35px;
	right: 35px;
	padding:7px 7px 7px 25px;
	background: rgba(171,173,46,0.57);
	color: #f7de04;
	text-transform: none;
	white-space: normal;
	font-weight: 800;
}
.lienInter .lien:hover{
	background: rgba(171,173,46,1);
}
.lienInter .lien::before{
	padding:0;
	background: none;
	top: 50%;
	transform: translate(0,-50%);
	left: 7px;
	color: #f7de04;
	font-size: 35px;
}
.lien.bt-plus:hover::before{
	color: #fff;
}

.block-video.row{
	flex-wrap:wrap;
	margin-bottom: 20px;
}
.block-video .col-2{
	background: #8daf00;
	padding: 30px 30px 30px;
  position: relative;
}
.block-video .col-2 iframe{
	width: 100%;
	height: 170px;
}
.content-inter a.lien{
	position:relative;
}
.content-inter .block-video a.lien{
	color: #fff;
	position:absolute;
}

/**** list ******/
.bloc-item{
	margin-bottom: 40px;
}
.item{
	color:#fff;
	background: #f26a57;
	text-align: center;
}
.actu .item{
	color: #000;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	transition: all 0.4s;
}
.smallimg .item-titre{
	text-align: left;
}
.smallimg .resume{
	color: #000;
	font-weight: normal;
}
.smallimg .item{
	color: #fff;
	background: #f26a57;
	transition: all 0.4s;
	margin-top: 70px;
}
.item .fitImg{
	height: 150px;
	width: 100%;
}
.smallimg .fitImg{
	height: 85px!important;
	width: 70px;
	position: absolute;
	top: -55px;
	left: 0px;
}
.smallimg .fitImg img{
	object-fit: contain;
	object-position: left center;
}
.smallimg .item .content-text{
		padding:40px 20px;
}
.item .content-text{
	padding: 10px 10px;
}
.item .year{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	background: #f26a57;
	font-family: "Raleway";
	font-size: 600;
	font-size: 24px;
}
.item.hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	transition: all 0.4s;
}
.actu .item.hover{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	transition: all 0.4s;
}
.item .date{
	font-size: 12px;
	margin-bottom: 0;
}
.item .resume{
	margin: 0;
	font-size: 14px;
	text-align: left;
}
.fondimg .item{
	height: 200px!important;
	overflow: hidden;
}
.fondimg .fitImg{
	position: absolute;
	z-index: 5;
	height: 200px;
}
.fondimg .fitImg + .content-text{
	/**background: rgba(255,255,255,0.7);*/
	color:#000;
}

.fondimg .content-text{
	position: relative;
	z-index: 10;
	height: 200px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	text-align: left;
}
.fondimg.col5 .content-text{
	text-align: center;
	justify-content: center;
}
.fondimg.col5 .content-text h3{
	text-align: center;
	width: 100%;
}
.listBlock{
		max-width: 1000px;
		margin: 20px auto 0;
}
.listBlock .item{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: center;
	height: 150px;
	text-align: center;
	width: 100%;
}
.listBlock .content-text{
	width: 100%;
}
.listBlock .item h3{
	width: 100%;
	text-align: center;
	padding: 0 20px;
}
.listBlock .blocLarge.item h3{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.6rem;
}
.listBlock .blocLarge{
	background-color: #50909c;
}
@media screen and (min-width: 400px) {
	.bloc-item.col5,
		.listBlock{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.col5 .item,
	.listBlock .blocsmall{
			width: 48%;
			margin: 0 1% 20px;
		}
}
@media screen and (min-width: 680px) {
	.bloc-item{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.item{
		width: 48%;
		margin: 0 1% 20px;
	}
	.col5 .item{
		width: 31%;
	}
}
@media screen and (min-width: 980px) {
	.item{
		width: 31%;
	}
	.col5 .item{
		width: 23%;
	}
}
@media screen and (min-width: 1240px) {
	.item{
		width: 23%;
	}
	.smallimg .item,
	.fondimg .item{
		width: 31%;
	}
	.col5 .item{
		width: 18%;
	}

	.item .fitImg{
		height: 200px;
	}
}
/**** Annuaires ******/
.letter{
	font-size: 40px;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #f16d54; /* Old browsers */
	background: -moz-linear-gradient(0.25turn, #F26a57, #EBA837); /* FF3.6-15 */
	background: -webkit-linear-gradient(0.25turn, #F26a57, #EBA837); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(0.25turn, #F26a57, #EBA837); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F26a57', endColorstr='#EBA837',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border-radius: 55px;
	margin: 40px 0 30px;
}
.content .listeName li{
	margin-bottom: 15px;
}
.content .listeName li:hover{
	cursor: pointer;
}
.listeName p{
	margin:5px 0 0;
	font-size: 14px;
}
.patro{
	display: inline-block;
	font-size: 16px;
}
.patro span{
	margin-right: 5px;
}
.coord{
	display: flex;
	flex-wrap: wrap;
}
.patro .nom{
	text-transform: uppercase;
}
.coord .tel{
	margin-right: 10px;
	}
.coord .tel,
.coord .email{
	margin-top: 5px;
}
.listeName .masque{
	display: none;
}
#list-participation li{
	margin-bottom: 10px;
}
.inscri{
	padding-left: 20px;
	margin-top: 5px;
}
.inscri .def{
	font-weight: bold;
}
.inscri span::before{
	content: "|";
	padding:0 5px;
}
.inscri span:first-child::before,
.inscri span:nth-child(2)::before{
	display: none;
}
.connect .main{
	padding: 60px 0 40px;
}
.intro{
	max-width: 800px;
	width: 100%;
	margin: 0  auto 30px;
	text-align: center;
}
@media screen and (min-width: 680px) {
	.listeName{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.listeName li{
		width: 46%;
		margin: 0 2% 15px;
	}
}
@media screen and (min-width: 980px) {
	.listeName li{
		width: 31%;
		margin: 0 1% 15px;
	}
}
@media screen and (min-width: 1240px) {
	.listeName li{
		width: 23%;
	}
}
/**** contact ***/
.content-inter .bt-service{
	text-decoration: none;
	color: #fff;
	background-color: #ff6200;
	font-weight: 600;
	padding: 5px 40px;
	display: block;
	margin-bottom: 5px;
	position: relative;
}
.content-inter .bt-service:hover{
	color: #fff;
	background-color: #DE6E01;
}
.bt-service::before{
	width: 30px;
	display: block;
	position: absolute;
	content: "";
	top: 3px;
	bottom: 3px;
	left: 5px;
	background-image: url('./images_UHE/picto-membre.png');
	background-repeat: no-repeat;
	background-size: contain;
}
#siege.bt-service::before{
	background-image: url('./images_UHE/picto-siege.png');
}
.bloc-contactP ul,
.bloc-contactS ul{
	list-style: none;
	padding: 0;

}
.bloc-contactP{
	margin-top: 50px;
}
.bloc-contactP h3,
.bloc-contactS h4{
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
	margin:0 0 5px;
	color: #8daf00;
}
.bloc-contactP h4{
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
.bloc-contactP address{
	font-weight: 600;
}
.bloc-contactP a{
	color: #1a1a1a;
	font-weight: 600;
	text-decoration: none;
}
.content-inter .titre-contact{
	background-color: #8daf00;
	padding:10px 30px;
	color:#fff;
	margin: 10px 0 0;
	position: relative;
	font-weight: 700;
	display: block;
	text-decoration: none;
	font-size: 18px;
}
.content-inter .titre-contact:hover{
	color: #fff;
	background-color: rgba(141,175,0,0.7);
}
.titre-contact::before{
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	font-size: 2rem;
	left: 10px;
	top: 8px;
}
.titre-contact::after{
	width: 32px;
	height:35px;
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	right: 10px;
	background: url('./images_UHE/picto-mobile.png') no-repeat ;
	background-size: contain;
}
.bloc-contactS{
	margin-top: 30px;
	flex-wrap: wrap;
}
.contactS{
	border: 2px solid #8daf00;
	margin-bottom: 15px;
}
.bloc-contactS ul{
	padding: 15px;
}
.bloc-contactS li{
	margin-bottom: 5px;
	font-weight: 600;
}
.bloc-contactS label{
	margin-right: 5px;
}
#block-carte{
	margin-top: 30px;
}
#block-carte img{
	width: 100%;
	padding: 5px;
	border: 2px solid#95b411;
}
.block-contact-carte .bloc-contactS .contactS {
	border: none;
}
.block-contact-carte .bloc-contactS ul {
	padding: 0;
}
.block-contact-carte.select{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block-contact-carte.select #block-carte{
	-webkit-flex-order: 2;
	order: 2;
}
.block-contact-carte.select .bloc-contactS{
	-webkit-flex-order: 1;
	order: 1;
}
.block-contact-carte.select h3{
	font-size: 18px;
	font-weight: 700;
	padding: 0 20px 0 50px;
	text-transform: none;
	position: relative;
}
.block-contact-carte.select h3:before{
	width: 25px;
	height: 45px;
	background: url('./images_UHE/fleche.png') no-repeat;
	content: "";
	display: block;
	position: absolute;
	top:5px;
	left: 20px;
}
#popContact{
	display: none;
		text-align: center;
}
.mfp-ready #popContact{
	display: block;
	background: #fff;
	padding: 20px 30px;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
}
#popContact h5{
	text-align: center;
	font-size:18px;
	color: #8daf00;
	margin-bottom: 15px;
}
#popContact li{
	margin-bottom: 5px;
}
#popContact li input,
#popContact li textarea{
	width: calc(100% - 120px);
	text-align: left;
}
#popContact label{
	width: 110px;
	text-align: right;
	padding-right: 5px;
	display:inline-block;
}
#popContact #submit{
	margin-top: 20px;
	text-align: center;
}
 em{
	font-style: italic;
	margin-top: 15px;
	/**** font-size: 12px; ***/
	display: inline-block;
}
@media screen and (min-width: 55em) {
	.bt-service::before{
		top: 10px;
		height: 30px;
		bottom: auto;
	}
	.bloc-contactS {
		justify-content:space-between
	}
	.contactS.col-3{
		margin-right: 10px;
		width: 32%;
	}
	.contactS:nth-child(3n){
		margin-right: 0;
	}
	.block-contact-carte #block-carte{
		order: 2;
	}
	.block-contact-carte .bloc-contactS{
		order: 1;
	}
	.block-contact-carte .bloc-contactS .contactS {
		width: 66%;
	}
	.block-contact-carte.select{
		align-items:center;
	}
}
/**** widget ***/

.col-D{
	margin-bottom: 40px;
}
.block-item{
	background-color: #8daf00;
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;

}
.block_vignette{
	width: 100%;
	margin: 0 auto;
	height: 160px;
}
.gallery-item{
	width:190px;
	height: 190px;
}
.block_vignette img,
.gallery-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

#intro-block li{
	width: 23%;
	float: left;
	margin-right: 2%;
}
.block-item::after{
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat!important;
}
.block-item:nth-child(8n+1)::after{
	background: url('./images_UHE/deco-1.png') left bottom;
	left: 0;
	bottom: 0;
}
.block-item:nth-child(8n+2){
	background-color: #abad2e;
}
.block-item:nth-child(8n+2)::after{
	background: url('./images_UHE/deco-2.png') right top;
	right: 0;
	top: 0;
}
.block-item:nth-child(8n+3){
	background-color: #a58b29;
}
.block-item:nth-child(8n+4){
	background-color: #9f7642;
}
.block-item:nth-child(8n+4)::after{
	background: url('./images_UHE/deco-3.png') right top;
	right: 0;
	top: 0;
}
.block-item:nth-child(8n+5){
	background-color: #f2b73d;
}
.block-item:nth-child(8n+5)::after{
	background: url('./images_UHE/deco-4.png') left bottom;
	left: 0;
	bottom: 0;
}
.block-item:nth-child(8n+6){
	background-color: #ff8b24;
}
.block-item:nth-child(8n+6)::after{
	background: url('./images_UHE/deco-5.png') top right;
	top: 0;
	right: 0;
}
.block-item:nth-child(8n+7){
	background-color: #ff6432;
}
.block-item:nth-child(8n+7)::after{
	background: url('./images_UHE/deco-6.png') left bottom;
	left: 0;
	bottom: 0;
}
.block-item:nth-child(8n+8){
	background-color: #ee302f;
}
.block-item:nth-child(8n+8)::after{
	background: url('./images_UHE/deco-7.png') top right;
	top: 0;
	right: 0;
}
#intro-block li:nth-child(4n+4){
	margin-right: 0;
}

.block-item h3{
	padding: 15px 10px 15px 10px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 10;
	text-align: left;
	font-weight: normal;
}

.block-item .block_vignette{
	padding: 0 30px 0;
}
.block-item .bt-plus{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.block-widget.actu h3::before {
	background-image: url('./images_UHE/picto-actu.png');
	top: 10px;
}
.block-widget.info h3::before {
	background-image: url('./images_UHE/picto-info.png');
}
.block-widget.bien h3::before {
	background-image: url('./images_UHE/picto-vendre.png');
}
.block-widget.candidat h3::before {
	background-image: url('./images_UHE/picto-candidat.png');
}
.block-widget.actu::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 40px;
	transform: rotate(45deg) translateX(-50%);
	z-index: 5;
	background-color: #fff;
	width: 50px;
	height: 50px;
}
.block-widget .content-widget{
	padding: 20px 15px;
	color: #fff;
	text-align: justify;
}
.block-widget.actu .content-widget{
	padding-top: 30px;
}
.block-widget.candidat .block_vignette{
	border: 2px solid #8daf00;
}
.block-widget .lien{
	margin-bottom: 0;
	text-transform: none;
	padding: 10px 30px;
	background-color: #939393;
}
.block-widget .lien::before{
	top: 5px;
	}
.bt-plus{
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
}
.bt-plus span{
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
.bt-plus::before{
	content: "\f067";
	font-size: 25px;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 2px;
	left: 0;
	font-family: 'FontAwesome';
	color: #fff;
	transition: 0.5s;
}
.lien.bt-plus{
	width: auto;
	height: auto;
	display: inline;
	left: auto;
	padding: 5px 35px 5px 5px;
}
.lien.bt-plus::before{
	width: auto;
	background: none;
	left: auto;
	right: 0;
}
.lien.bt-plus span{
	position: relative;
	text-transform: none;
	width: auto;
	clip: auto;
	height: auto;
	overflow: auto;
	font-size: 18px;

}
.block-item.hover .bt-plus::before,
.bt-plus:hover::before,
.bt-plus:active::before{
	transform: rotate(180deg) ;
}

@media screen and (min-width: 55em) {
	.block-widget{
		margin-bottom: 30px;
	}
	.block-widget .block_vignette{
		height: 230px;
	}
	#blockrecherche{
		position: absolute;
		right: -10px;
		top: 160px;
		width: 33%;
	}
	#intro-block li{
		border: none;
	}

	#bien{
		margin-bottom: 100px;
	}
	.bt-bien{
		float: right;
		width: 33%;
	}
	#bien .item{
		margin: 0 6px 20px;
	}
	#bien .block_vignette{
		height: 180px;
	}
	#Actualite .item{
		margin: 0 5px 10px;
	}
	#Actualite .block_vignette{
		height: 170px;
	}
	#Actualite .item .categorie{
		font-size: 18px;
	}

	.bt-actu.col-3{
		width: calc(33.33% - 10px);
		font-weight: 700;
		font-size: 18px;
		padding:10px 20px;
	}
	.bt-actu .plus::before{
		font-size: 2.5rem;
		left: -25px;
	}
	#intro-paragraphe .paragraphe{
		margin: 0 auto;
		width: 100%;
		max-width: 870px;
	}
	#enAvant{
		height: 480px;
	}
	#enAvant h2{
		width: auto;
		font-size: 40px;
	}

	.titreAccueil{
		text-transform: uppercase;
	}
	.paragraphe{
		font-size: 14px;
		text-align: justify;
	}
	.encart{
		text-align: justify;
		margin-top: 30px;
		font-weight: 800;
		color: #89a305;
		font-size: 16px;
	}
	p{
		margin-bottom: 15px;
	}

}

@media screen and (min-width: 80em) {
	#intro-gallery{
		height: 480px;
	}
}
#site-navigation{
  background: #f16d54; /* Old browsers */
	background: -moz-linear-gradient(0.25turn, #F26a57, #EBA837); /* FF3.6-15 */
	background: -webkit-linear-gradient(0.25turn, #F26a57, #EBA837); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(0.25turn, #F26a57, #EBA837); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color: #fff;
	position: relative;
	z-index: 6000;
}
#site-navigation ul,
#site-navigation ul ul{
	display: none;
}
#site-navigation .menuOpen .open > ul{
	display: block;
}
.site-navigation{
	display: none;
}
.menu-toggle{
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 50px 15px 20px;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active{
	cursor: pointer;
}
.menu-toggle::after{
	content:"\f039";
	font-family: 'FontAwesome';
	position: absolute;
	right: 23px;
	top: 15px;
	font-size: 1.4rem;
	height: 16px;
	width: 20px;
	display: block;
	overflow: hidden;
}
.menuOpen .menu-toggle::after{
	content:"\f00d";
}
#site-navigation.menuOpen .menumobile{
	display: block;
	position: absolute;
	top: 48px;
  background: #f16d54; /* Old browsers */
	background: -moz-linear-gradient(0.25turn, #F26a57, #EBA837); /* FF3.6-15 */
	background: -webkit-linear-gradient(0.25turn, #F26a57, #EBA837); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(0.25turn, #F26a57, #EBA837); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
	z-index: 9000;
	left: 0;
}
#site-navigation.menuOpen .menumobile ul{
  display: block;
}
#site-navigation.menuOpen #bandeOutil,
#site-navigation.menuOpen #menu-menu-principal{
	display: block;
}

.menuOpen li{
	position: relative;
}
.menuOpen li::before {
    background-color: #fff;
		width: calc(100% - 40px);
		height: 1px;
		content: "";
		top: -1px;
		display: block;;
		margin-left: 20px;
		position: absolute;
		z-index: 20;
}
.menuOpen .sub-menu li::before {
	background-color: #424243;
}
.menuOpen .sub-menu li:first-child::before,
.menuOpen .sub-menu li:first-child::before {
	display: none;
}
.menuOpen .sub-sub-menu li:first-child::before{
	display: block;
}

.menuOpen li a{
	color: #fff;
	padding: 8px 25px;
	text-decoration: none;
	display: block;
	position: relative;
}
.menuOpen li.open > a,
.menuOpen li.active > a{
	color: #fff;
}
.menuOpen .sub-menu li.open > a,
.menuOpen .sub-menu li.active > a,
.menuOpen .sub-sub-menu li.active > a{
	color: #96af2b;
}

.menuOpen .sub-menu li a{
	padding-left: 40px;
}
.menuOpen .sub-sub-menu li a{
	padding-left: 60px;
}
.menuOpen .sub-menu li a:before{
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #424243;
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 30px;
}
.menuOpen .sub-sub-menu li a:before{
	left: 50px;
}
.menuOpen .sub-menu li.open > a:before,
.menuOpen .sub-menu li.active > a:before,
.menuOpen .sub-sub-menu li.active > a:before{
	background: #f16d54;
}
.menuOpen li.active a,
.menuOpen li a:hover{
background: #f16d54;
}
.menuOpen .sub-menu li a:hover{
	color: #fff;
}
.menuOpen li ul a{
	background-color: #fff;
	color: #424243;
	text-transform: none;
}
.menuOpen .dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 38px;
    padding: 0;
    position: absolute;
    text-transform: lowercase;
    top: 1px;
    right: 15px;
    width: 42px;
		cursor: pointer;
}
.menuOpen .dropdown-toggle::after {
    color: #fff;
    content: "\f107";
    font-size: 2.6rem;
    position: relative;
    top: 0;
    left: 1px;
    width: 42px;
    font-family: "FontAwesome";
}
.menuOpen .open > .dropdown-toggle::after {
    content: "\f106";
}
.menuOpen .sub-menu .dropdown-toggle::after {
	color: #424243;
}
#menu-main{
	width: 100%;
}
#menu-main li{
	position: relative;
	transition: all 0.4s;
}
#menu-main li a{
	width: 100%;
	display: block;
	color: #fff;
	padding: 15px 20px;
	text-decoration: none;
	font-size: 15px;
}
@media screen and (min-width: 680px) {
	#site-navigation ul, #site-navigation ul ul{
	  display: flex;
	  justify-content: center;
	}

	#menu-main li{
		position: relative;
		transition: all 0.4s;
	}
	#menu-main li a{
		width: 100%;
		display: block;
		text-align: center;
		color: #fff;
		padding: 10px 15px;
		text-decoration: none;
		font-size: 15px;
	}
	#menu-main li.active,
	#menu-main li:hover,
	#menu-main li:hover::before{
	  background: #f26a57;
	}
	#menu-main li a:before{
	  width: 0;
	  height: 1px;
	  background-color: #fff;
	  position: absolute;
	  bottom: 5px;
	  content: "";
	  left: 50%;
	  transform: translate(-50%,0);
	  transition: all 0.4s ease-out
	}
	#menu-main li a:hover:before,
	#menu-main li.active a:before{
	  width: 35%;
	}
}
@media print {
	#blockrecherche,
	#navbar,
	#colophon,
	#bandeau,
	#accesMap,
	#accesList,
	.blok-contact,
	.titre-contact,
	.col-D,
	.bt-big{
		display: none!important;
	}
	.site-title img{
		margin:20px auto;
	}
	.bloc-contactS{
		clear: both;
	}
	.contactS.col-3{
		float: left;
		width: 30%;
		margin:0 1.5% 20px;
	}
	.content-inter{
		margin-bottom: 10px;
		border: none;
	}
}




.conteneur_iframe
{
position: relative;
}

.container_iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.para ul > li::before{
	position: relative;
	top: 1px;
	display: inline-block;
	text-indent: 0;
	min-width: 25px;
	content: '\f061';
	font: 400 14px 'FontAwesome';
	line-height: inherit;
	color: #aeb1be;
}