@charset "UTF-8";
/* CSS Document */
.front .boxVideo .dateBox,
.homeAgenda .avecMedia .intro_vue {
	display: none;
}
.front div[role="contentinfo"],
.type-accueil div[role="contentinfo"] {
	position: absolute;
	z-index: 2000;
	left:50%;
	width:800px;
	margin-left:-400px;
}
.paraContenu .pageTitle,
.front .h1Node,
.front .nodeActions {
	display: none;
}
.homeParas {
	background: #FFF;
	padding: 1px 0px;
	position: relative;
	z-index: 10;
}
.block-views-blockarticles-last-actus-diapo {
	position: relative;
	z-index: 10;
}
.type-accueil .ligneHr,
.front .ligneHr,
.type-accueil .para,
.front .para,
.paraVues,
.paraContenu {
	
	flex-shrink: 0;
}
.front .para h1 {
	margin-top:0px;
}
.front .nod {
    padding-bottom:0px;
}
/*
.front .captcha {
	height:47px !important;
	position: relative;
	overflow: hidden;
}
.front .g-recaptcha > div > div {
	height:47px !important;
	overflow: hidden;
}
.front .g-recaptcha > div iframe {
	position: absolute;
	top:-20px;
}
*/
.titreVue h2 {
	font-size: 2.6em;
	color:#18CFF8;
	position: relative;
	text-align: center;
}
.bandeauDiapo.siteFull {
	 position: relative!important;
}
.homeBandeau .bandeauDiapo.siteFull {
    width: 100% !important;
    height: 25.35vw !important;
}
.homeBandeau .bandeauDiapo.siteFull .diapoFondMedia .media,
.homeBandeau .bandeauDiapo.siteFull .diapoFondMedia .mediaType_video,
.homeBandeau .bandeauDiapo.siteFull .diapoFondMedia video,
.homeBandeau .bandeauDiapo.siteFull .diapoFondColor, 
.homeBandeau .bandeauDiapo.siteFull .diapoFondMedia, 
.homeBandeau .bandeauDiapo.siteFull .diapoFondMedia .mediaBloc, 
.homeBandeau .bandeauDiapo.siteFull .itemFull.mediaFull .mediaBloc {
    position: absolute !important;
    top: 0 !important;
	left:0 !important;
	height: 100% !important;
	width:100% !important;
    z-index: 4;
}
.homeBandeau .bandeauDiapo.siteFull .diapoFondMedia .mediaBloc {
	display: flex;
	align-items: flex-end;
}
.flexDiapo {
	display: flex;
}
@media all and (max-width:900px) {
.homeBandeau .bandeauDiapo.siteFull {
    height: 25.55vw !important;
}
}
/* SERVICES */
.boxServices {
	background: #18CFF8;
	padding:45px 0px 148px 0px;
	z-index: 12;
	position: relative;
}
.boxServices:after {
	display: block;
	content:"";
	background: url("../images/passerelle.png") repeat-x center bottom;
	background-size:auto 150px;
	height: 160px;
	width:100%;
	z-index: 12;
	position: absolute;
	margin-bottom: -25px;
}
.flexServices {
	display: flex;
	justify-content:space-between;
}
.vueServices .vit a {
	display: block;
	color:#FFF;
	text-align: center;
	font-size:0.9em;
}
.vueServices .vit span.icon {
	display: block;
	width:84px;
	height: 84px;
	position: relative;
	background-color: #19B0BE;
	border-radius: 100%;
	margin:auto;
}
.vueAcces .vit span.icon {
	background-color: #F5B83A;
}
.vueServices .vit a span.icon:after {
	display: flex;
	content:"+";
	width:100%;
	height: 100%;
	position: absolute;
	background-color: rgba(25,176,190,0.85);
	color:#FFF;
	font-size: 3em;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	top:0px;
	left:0px;
	transform: scale(0);
	transform-origin: center;
	transition: 0.2s;
	border-radius: 100%;
}
.vueAcces .vit a span.icon:after {
	background-color: rgba(245,184,48,0.7);
}
.vueServices .vit a:hover span.icon:after {
	transform: scale(1);
}
.vueServices .vit a span.icon img {
	height: 100%;
	width:100%;
}
.vueServices .vit a span.txt {
	display: block;
	line-height: 1.1em;
	padding-top: 5px;
}
.vueServices .jDiaporama, .vueServices .jDiaporama ul {
    height: 150px !important;
}
.boxServ {
	margin:0px;
	position: relative;
	width:46%;
}
.boxServ .titreLegend {
	margin: 0px 0px 20px 0px;
}
.boxServ .titreLegend .legend {
	color:#FFF;
	text-transform: uppercase;
	font-size: 1.25em;
	background-color: #18CFF8;
	white-space: nowrap;
	font-weight: 700;
}
.boxServ .ligneL {
    width: 40%;
    height: 1px;
    background:rgba(255,255,255,0.4);
}
.ulServ li,
.ulServ .flexDiapo {
	width:100%;
}
.ulServ .flexDiapo {
    justify-content: center;
}
.ulServ .vit {
    display: flex;
    justify-content: center;
	width:23%;
	flex-shrink: 0;
	margin:0px 1%;
	z-index: 25;
	position: relative;
}
.boxServ .jDiaporama_controls {
	display: flex !important;
	width:100%;
	justify-content:space-between;
	left:0px;
	top:35px;
	margin-left:0px;
	height: 20px;
	bottom:auto;
	z-index: 20;
}
.boxServ .jDiaporama_controls a {
    height: 20px;
    width: 12px;
}
.boxServ .jDiaporama_controls .pause {
	display: none !important; 
}
.boxServ .jDiaporama_controls .next {
    right: -12px;
	background-image: url("../images/fleche-next-agenda.png");
}
.boxServ .jDiaporama_controls .prev {
    left: -12px;
	background-image: url("../images/fleche-prev-agenda.png");
}
/* FIN SERVICES */
/* ACTUS UNE */
.homeActus {
    position: relative;
    z-index: 10;
}
.boxUne {
	z-index: 10;
}
.boxUne .vueDiapo {
	display: flex;
	flex-direction: row-reverse;
}
.boxUne #bx-pager {
	padding-top:25px;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width:40%;
	flex-shrink: 0;
}
.boxUne .bxslider{
    display: block;
}
.boxUne  .bx-controls {
	display: none !important
}
.boxUne .bxslider li {
    justify-content:flex-start;
    padding-top: 0px;
	z-index: 20;
}
.boxUne .bx-wrapper {
    margin-bottom: 0px;
}
.boxUne .it  {
	width:100%;
	height: 370px;
	background-color: #dc831b;
}
.boxUne .it > .int  {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	height: 100%;
}
.boxUne .it .mediaBox {
	position: absolute;
	z-index: 0;
	height: 113%;
	width:100%;
	top:0px;
	left:0px;
	display: block;
}
.boxUne .it .mediaBox .itMedia,
.boxUne .it .mediaBox .mediaBloc {
	height: 100%;
	width:100%;
	display: block;
}
.boxUne .it .textes {
	background: rgba(0,0,0,0.7);
	color: #f09429;
	position: relative;
	z-index: 2;
	width:100%;
	display: flex;
	justify-content: space-between;
}
.boxUne .it .textes > .int {
	padding:7px 10px;
}
.boxUne .it .textes p {
	margin:0px 0px;
	line-height: 1.1em;
	font-weight: 700;
}
.boxUne .it .textes h3 {
	font-size: 1.1em;
	margin:0px;
	padding:0px 0px 3px 0px;
}
.boxUne .it .textes h3 a {
	color:#FFF;
}
.boxUne .bxPager h2 {
	margin:0px 0px 20px 0px;
	color:#FFF;
	font-size:1.875em;
	padding:0px;
}
.boxUne .bxPager h2 span {
	background: url("../images/actu-icon.png") no-repeat left top;
	padding:10px 0px 10px 50px;
}
.boxUne .bxPager a {
	color: #895110;
	display: flex;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.2em;
	width:100%;
	position: relative;
	height: auto;
	margin: 0px;
	border:0px;
	align-items: center;
	min-height: 55px;
}
.boxUne .bxPager a span {
	display: block;
	padding:2px 15px;
}
.boxUne .all {
	font-size: 0.9em;
	margin-right: 0;
}
.boxUne .bxPager a.active,
.boxUne .bxPager a:hover {
	color: #FFF;
	background-color: #dc831b;
}
.intLiens {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
/* FIN ACTUS UNE */
/* ACTUS SECOND */
.boxSecond .vit {
	position: relative;
	margin-top: 35px !important;
}
.boxSecond .item:before {
	display: block;
	content:"";
	background: url("../images/item-icon.png") no-repeat center;
	background-size: cover;
	width:31px;
	height: 36px;
	margin-left: -15px;
	position: absolute;
	left:50%;
	top:-35px;
	z-index: 15;
}
.boxSecond .vit > .it {
	position: relative;
	z-index: 10;
}
.boxSecond .jDiaporama, 
.boxSecond .jDiaporama ul {
    height: 400px !important;
}
.homeAgenda .jDiaporama, 
.homeAgenda .jDiaporama ul {
    height: 340px !important;
}
.boxDiapo4 .jDiaporama_status {
	display: none !important
}
.boxDiapo4 .jDiaporama_controls {
	display: block!important;
	left:0px;
	width:100%;
	margin:0px;
	top:50%;
	height: 0;
}
.boxDiapo4 .jDiaporama li {
    width:100%;
}
.boxDiapo4 .jDiaporama_controls .play,
.boxDiapo4 .jDiaporama_controls .pause {
     display: none !important;
}
.boxDiapo4 .jDiaporama_controls a {
    height: 20px;
	width:12px;
}
.boxDiapo4 .jDiaporama_controls .next {
    background-image: url('../images/icons/fleche-next.png');
	right:-25px;
}
.boxDiapo4 .jDiaporama_controls .prev {
    background-image: url('../images/icons/fleche-prev.png');
	left:-25px;
}
.homeAgenda .jDiaporama_controls .next {
    background-image: url('../images/icons/fleche-next-agenda.png');
}
.homeAgenda .jDiaporama_controls .prev {
    background-image: url('../images/icons/fleche-prev-agenda.png');
}
.front .boxAll {
   padding:15px 0px 45px 0px;
}
.front .boxVideo .boxAll,
.front .boxAgenda .boxAll {
   padding-top:5px;
}
/* FIN ACTUS SECOND */
.boxHome2 {
	background: url("../images/fond_home2.png") repeat-y center top;
	background-size: 100% auto;
}
.flexHome2 {
	display: flex;
justify-content: space-between;
}
.flexHome2 > div {
    width:31%;
	flex-shrink: 0;
	padding:0px 1%;
}
.front .boxPubli {
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}
.front .boxPubli:after {
	display: block;
	content:"";
	background: url("../images/vague-rose.png") repeat-x center bottom;
	background-size:auto 74px;
	height: 74px;
	width:100%;
	z-index: 12;
	position: absolute;
	margin-bottom: -25px;
}
.boxSecond {
	background-color: #EAEBEC;
}
.boxActu {
	background-color: #F09429;
}
.boxNews {
	background-color: #AFBD41;
}
.boxPubli {
	background-color: #F6447E;
}
.boxVideo {
	background-color: #0066A9;
}
.boxGalerie {
	background-color: #82D2EA;
}
.boxAgenda {
	background-color: #2ECCAC;
}
.boxVideo .dateList,
.boxVideo a {
	color: #FFF;
}
.front .boxGalerie .it,
.front .boxVideo .it {
	min-height: 220px;
}
.front .it_agenda .intro_vue,
.front .it_agenda .titre a {
	color:#FFF;
}
.front .it_agenda .dateF {
	justify-content: center;
	padding-top: 4px;
}
.front .vueVideos .textes,
.front .it_agenda .textes {
	text-align: center;
}
.front .boxVideo .it_vue .titre {
	min-height: 60px;
margin: 5px 0 0 0;
line-height: 1em;
}
.front .boxHome2 .boxColor .vit {
	max-width:300px;
}
.vueSeul .vit {
	margin-left:auto;
	margin-right: auto;
}
.homeAgenda .vueFlex .vit {
    margin-bottom: 0px;
}
.boxColor .mediaTag .tagBox .cat {
	background-color: rgba(0,0,0,0.4);
}
.vueGrid .vits.flexDiapo {
    justify-content: center !important;
}
.h2_box  {
	margin:0px;
	padding:15px 15px 5px 15px;
	text-align: center;
}
.h2_box span  {
	display: inline-block;
	background-repeat: no-repeat;
	background-position:  left center;
	padding:30px 0px 30px 60px;
	color:#FFF;
	text-align: left;
}
.boxAgenda .h2_box span  {
	background-image: url("../images/agenda-icon.png") ;
}
.boxVideo .h2_box span  {
	background-image: url("../images/media-icon.png") ;
}
.boxGalerie .h2_box span  {
	background-image: url("../images/picto_photos2.png") ;
}
.boxNews .h2_box span  {
	background-image: url("../images/connect-icon.png") ;
}
.boxPubli .h2_box span  {
	background-image: url("../images/icons/publication-icon2.png") ;
}
.homeNews .boxNewsInt {
	padding:15px 50px 0px 50px;
}
.homeAgenda .vueFlex .vit {
    margin-bottom: 0px;
}