@charset "UTF-8";
/* PAGE */
.type-accueil .node--unpublished:after {
	display:none;
}
.node--unpublished:before,
.node--unpublished:after {
	display: inline-block;
	content:"Non publié";
	font-size: 1.3em;
	padding: 15px;
	color:white;
	background-color: rgba(251,0,46,1.00);
	float: right;
}
.type-accueil .node--unpublished:before {
	position: fixed;
	z-index: 2000;
	right: 0;
	top:200px;
}
.nod {
	position: relative;
	padding-bottom: 1px;
}
.intNod {
	position: relative;
	z-index: 1;
	padding:1px 0px;
}
.nodPage .intNod {
	background: #FFF;
}
.sousTitre {
	color:#8C8C8C;
	text-transform: none;
}
.nod h1 {
	font-size:2.833em;
}
.videoBloc {
	position: relative;
}
.pageBandeau {
	position: relative;
	min-height: 100px;
}
.avecBImg .pageBandeau {
	height: 280px;
}
.bandeau,
.imgHeader {
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	z-index: 0;
}
.imgHeader,
.avecBImg .bandeau {
	height: 280px;
	position: absolute;
}
.titrePage {
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
}
.titrePage h1 {
	color:#FFF;
	position: relative;
	z-index: 1;
	margin:0px 0px 20px 0px;
}
.titrePage h1:first-letter {
	color:#5EC6ED;
}
.titrePage h1 .sousTitre {
	color:#ccc;
}
.titrePage.titreFonce h1 {
	color:#000;
}
.titrePage.titreFonce h1 .sousTitre {
	color:#5EC5ED;
}
.img img,
.texte img {
	display: block;
	max-width: 100%;
	max-height: 600px;
	width:auto;
	height: auto;
}
div[style="text-align:center"] img,
p[style="text-align:center"] img {
	margin:auto;
}
.img img[data-align='center'],
.texte img[data-align='center'] {
	margin:10px auto;
}
.img img[data-align='right'],
.texte img[data-align='right'] {
	margin:10px 0px 20px 20px;
	float: right;
	max-width:50%;
}
.img img[data-align='left'],
.texte img[data-align='left'] {
	margin:10px 20px 20px 0px;
	float: left;
	max-width:50%;
}
.intro {
	font-size: 1.3em;
}
.intro_page {
	position: relative;
	padding-bottom:40px;
}
.intro_page:after {
	display: block;
	content:"";
	background: #F2F2F2;
	width:50%;
	height: 7px;
	margin-left:-25%;
	left:50%;
	bottom: 0px;
	position: absolute;
}
.tags {
	margin:25px 0px;
	display: flex;
	align-items: flex-start;
}
.tagsItem div {
	display: inline-block;
}
.tagItem {
	background: #B4B2B3;
	position: relative;
	display: inline-block;
	margin-right: 5px;
}
.tagItem a {
	display: flex;
	color:#FFF;
	height: 36px;
	padding:0px 14px 0px 16px;
	font-size: 1.25em;
	align-items: center;
	z-index: 6;
	position: relative;
	box-shadow: 4px 4px 0px rgba(77,100,128,0.18);
}
.tagItems .tagItem a {
    font-size: 1.1em;
}
.tagItem:hover .tagColor {
	width: 100%;
}
.tagColor {
	display: block;
	position: absolute;
	height: 36px;
	width:10px; 
	z-index: 5;
	transition: 0.2s;
}
.tagsItem a {
	border:1px solid #B4B2B3;
	display:inline-block;
color: #666;
padding: 4px 14px 5px 16px;
font-size: 1.25em;
align-items: center;
z-index: 6;
position: relative;
	margin:0px 0px 0px 13px;
	transition: 0.2s;
}
.tagsItem a:hover {
	background: #5EC5ED;
	border-color: #5EC5ED;
	color:#FFF;
}

.indic {
	font-size:0.9em;
	color:#666;
	font-style: italic;
}
.nodT2 .intNod {
    margin-right: 60px;
}

.node-type .zoneAdmin {
	position: absolute;
	z-index: 200;
	margin-top: 85px;
}
.node-type .zoneAdmin li {
	display: block;
}
.node--unpublished .h1_page::before {
	display: block;
	content:"Unpublished";
	font-size: 1.5em;
	text-transform: uppercase;
	color:grey;
	font-weight: 600;
}

.mediaNode iframe {
	width:100%;
	height: 450px;
}
.nod form {
	max-width: 900px;
	margin:auto;
}
.retour,
.pageSuivante  {
	display: block;
	padding:65px 35px;
	text-align: center;

}
.retour a,
.pageSuivante a {
	display: inline-block;
	color:#000;
	font-size: 1.85em;
	position: relative;
	transition: 0.2s;
	font-weight: 600;
}
.retour a:before,
.pageSuivante a:before {
	display: block;
	content:"";
	width:52px;
	height: 52px;
	border-radius:100%;
	background:#5EC5ED url('../images/icons/fleche_next2.png') no-repeat center;
	background-size: auto 30px;
	position: absolute;
	left:-67px;
	top:-8px;
}
.retour a:before {
	transform: rotate(180deg)
}
.retour a:hover:before,
.pageSuivante a:hover:before {
	background-color:#C8D210;
}
.boxForm h3 {
	border-top:1px solid #ccc;
	padding-top:45px;
	margin-top:0px;
}
.boxForm {
	padding-bottom:60px;
}
.fade {
	transition:0.5s;
}
.fade.in-view {
	transition: 0.3s;
}
.pageNext.in-view {
	animation-name:animNext;
    animation-duration:2.2s;
	animation-timing-function:ease;
}
.not-node .art {
	padding-bottom: 60px;
}
.mediaNode img {
	max-width: 100%;
	height: auto;
}
.nodT1 .actionsNode {
	padding-top:25px;
}
.corps {
	padding:0px 67px;
}
.chapo p {
	margin:10px 0px 0px 0px;
}
.vuePage {
	padding-bottom:80px;
}
.node-31 .mediaBloc {
	background-color: #ccc;
	background-size: contain;
}
.paraDoc .titre {
	background-image:url("../images/icons/doc.png");
	font-family: 'Ubuntu Condensed', sans-serif;
}
.ligneHr .hr {
    background: #E8E9EC;
}
.nodT1 .paraText .titreBox.sansPicto h3,
.nodT1 .paraText .titreBox.sansPicto h2 {
	padding-left:67px;
	position: relative;
}
.nodT1 .paraText .titreBox.sansPicto h2:before {
	display: block;
	content:"";
	background:url("../images/h2.png") no-repeat left top;
	height:25px;
	width:73px;
	position: absolute;
	left:-27px;
	top:7px;
}
.nodT1 .paraText .titreBox.sansPicto h3:before {
	display: block;
	content:"";
	background: #5EC5ED;
	height:28px;
	width:16px;
	position: absolute;
	left:35px;
	top:2px;
}
.nodT1 .paraText .titreBox.sansPicto h3 .sousTitre {
    color: #5EC5ED;
}

.boxAction {
	background: #FFF;
	box-shadow: 4px 3px 0px rgba(77,100,128,0.14);
	width:78px;
	padding:10px 0px;
	display: flex;
	justify-content: center;
	margin-bottom: 13px;
	flex-wrap:wrap;
}
/* nodT2 */
.nodT2 h1 {
	text-transform: none;
	font-size:2.056em;
	color:#FFF;
	padding-top:0px;
	margin:0px;
	line-height: 1.05em;
}
.nodT2 .intNod > .site3 {
	position: relative;
}
.nodT2 {
	padding-top:60px;
}
.nodT2 .titreh2 {
	margin:35px 0px 25px 0px;
}
.nodT2 .titreBox .titre {
	margin:0px;
}
.nodT2 h2 {
font-size: 1.55em;
}
.nodT2 h3 {
font-size: 1.35em;
}
.nodT2 h4 {
font-size: 1.20em;
}
.nodT2 h5 {
font-size: 1.1em;
}
.nodT2 .actionsNode {
	position: absolute;
	right:-100px;
	top:178px;
}
.nodT2 .actionsNode .icb {
	display: block;
	width:100%;
}
.nodT2 .h1 {
	margin-top: 15px;
}
.nodActu .h1::first-letter {
    color: #0384AF;
}
.nodAgenda .h1::first-letter {
    color:#C9D204;
}
.nodActu .dateNode {
	background: url('../images/date.png') no-repeat right bottom;
	padding:8px 84px 1px 26px;
	color:#FFF;
	font-size: 1.3em;
	display: inline-block;
}
.boxTitre {
	margin-bottom: 35px;
}
.boxTitre .titlePage {
	padding:25px 26px;
	background: #5EC5ED;
}

.corpsT2 {
	background: #FFF;
	padding:50px 80px 40px 80px;
}
.corpsT2 .intro {
    margin-top: 35px;
	font-weight: 600;
}
.corpsT2 .corps {
	padding:0px;
}
.mediaNode {
	position: relative;
	z-index: 20;
	margin-bottom: -50px;
	display: flex;
	justify-content: center;
}
.mediaNode div {
    width:100%;
	max-width: 850px;
}
.mediaNode img {
	display: block;
	max-width: 100%;
	height: auto;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.15);
}
.mediaNode .tarte_player {
	position: relative;
}
.nodT2 .mediaNode img {
	max-width: 850px;
	max-height: 750px;
	width:auto;
}
.nodeTags {
	margin-bottom: 25px;
	padding:0px 67px;
	padding-bottom: 25px;
}
.nodActu .nodeTags {
	border-bottom: 6px solid #C4C3C3;
	
}
.nodT2 .boxPlus {
	margin-bottom: 65px;
}
.intDocOne {
    background-color: #333333;
    border: 0px;
    padding: 8px 20px;
    margin: 0px 20px 0px 0px;
    box-shadow: 6px 6px 0px rgba(73,84,109,0.15);
	border-radius: 2px;
}
.intDocOne:hover {
    box-shadow: 6px 6px 0px rgba(73,84,109,0.3);
}
.lienDocOne {
    color: #FFF;
    padding: 8px 0px 8px 65px;
    background: url("../images/icons/ic_download.png") no-repeat 15px center;
    background-size: 36px auto;
	font-weight: 600;
}
.nodDocLien .bouton.lienOne {
    margin-top: 0px;
}
.docOne {
    color: #CCCCCC;
}
.nodDocLien {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;
}
.boxTitreAgenda {
	display: flex;
	margin-top: 75px;
}
.boxTitreAgenda .titlePage {
    padding: 15px 26px;
	display: flex;
	align-items: center;
	background: #C9D204;
	width:73%;
}
.dateNodeAgenda {
	background: #5C5C5C;
color: #FFF;
position: relative;
white-space: nowrap;
padding: 20px 26px 20px 26px;
display: flex;
align-items: flex-end;
font-size: 1.2em;
line-height: 1.4em;
	width:25%;
	min-height: 65px;
}
.dateNodeAgenda.avecFin {
min-height: 100px;
}
.dateNodeAgenda:before {
	display: block;
	content:"";
	width:80px;
	height: 80px;
	background: url("../images/icons/ic_calendar_node.png") no-repeat center;
	background-size: 100%;
	position: absolute;
	top:-32px;
	left:16px;
}
.itF h2.h1 {
	font-size: 2.1em;
	padding: 25px 0px 25px 0px;
	margin:0px;
}
.itF {
	width:33.3%;
	flex-shrink: 0;
	text-align: center;
	padding:25px 0px;
}
.itF .boxVilles {
	width:92%;
	margin:auto;
}
.itF .item {
    max-width:380px;
	width:96%;
}
.itF1 {
	background: #5EC6ED
}
.itF3 {
	background: #FFF;
}
.itF2 {
	border-top: 1px solid #ccc;
}
.itF .mapVille {
	width:60%;
	height: 250px;
}
.itF .rNom  {
    width:190px;
}
.itF .rNom .lienNom {
    font-size:16px;
    padding: 2px 0px;
    margin-left: 0px;
}
.itF .item .tagItems,
.itF .itActu .dateF,
.itF .rNom .lienNom::before {
    display:none;
}
.itF .flexVilles {
	justify-content: space-between;
}
.itF .vue .itAgenda {
    border: 0px;
    box-shadow:none;
}
.itF .item .avecVisuel .textes {
    margin-top: 0px;
}
.itF .itAgenda .intItem {
    padding: 0px;
}
.itF .itActu .textes {
    padding: 0px;
}
.itF .intItF {
	min-height: 330px;
}
.itF .item .mediaBloc {
    height: 244px;
}
.itF .blocTitre {
    font-size: 1em;
}
.itF .boxPlus a {
    padding: 8px 0px;
    font-size: 1.1em;
    min-width: 200px;
}
.pad .boxDoc {
    margin: 5px;
}
.fw1.flexDeplier .bEle .icOpen {
    top: 20px !important;
}
.pad .lienDoc {
    min-height: 40px;
}
.nodOffre .nodeTags {
    margin: 0px 25px 0px 0px;
    padding: 0px;
}
.offreInfosPage,
.ligneOffre1 {
	display: flex;
	align-items: center;
}
.dateOffre {
	color:#666666;
	font-size: 1.15em;
	padding:0px 20px 0px 0px;
}
.domainePage,
.villePage {
	border-left:1px solid #B4B2B3;
	padding-left: 20px;
	font-size: 1.3em;
	line-height: 1em;
}
.villePage {
	margin-right: 20px;
}
.domaine {
	color: #5EC5ED;
	font-weight: 900;
}
.tagOffre {
    margin-right: 20px;
}
.tagOffre .tagColor {
    height: 26px;
}
.tagOffre a {
    height: 26px;
	font-size: 1em;
    padding: 0px 10px 0px 16px;
    box-shadow: 2px 2px 0px rgba(77,100,128,0.18);
}
.offreInfosPage {
	margin:0px 0px 15px 0px;
}
.ligneOffre1 {
	margin-bottom: 25px;
}
.nodOffre .boxTitre {
    margin-bottom: 10px;
}
.itemInfo {
	position: relative;
	font-weight: 600;
	font-size: 0.9em;
	padding:2px 0px 2px 15px;
	border-left: 10px solid #5EC5ED;
}
.offreInfosListe .itemInfo {
	font-size: 0.9em;
	margin-top: 2px;
}
.offreInfosPage .itemInfo {
	margin-right: 10px;
	padding:10px 25px 10px 18px;
box-shadow: 4px 4px 0px rgba(0,0,0,0.08);
	background-color: #FFFFFF;
}
.itemInfo2 {
	border-color:#CAD421;
}
.itemInfo3 {
	border-color:#B4B2B3 ;
}
.nodOffre .intro {
    padding:13px 40px;
	margin-top: 0px;
	box-shadow: 7px 7px 0px rgba(0,0,0,0.08);
	background-color: #FFFFFF;
}
.titreBox div.titre {
    font-weight: 600;
	margin:20px 0px;
}
.formNode {
	padding:1px 0px;
}
.h2Offre {
	text-align: center;
	margin:55px 0px 25px 0px;
}
.h2Offre span {
	display: inline-block;
	background: url('../images/h2_doc.png') no-repeat left center;
	padding:8px 15px 8px 62px;
}
.h2Profil span {
	background-image: url('../images/h2_profil.png');
}
.h2Postuler span {
	background-image: url('../images/h2_postuler.png');
}
.offreTexte {
	background: #FFF;
	padding:25px 40px;
}
.itemInfo .f_field-categorie {
	display: inline-block;
}



