@charset "UTF-8";
/* CSS Document */
/* color : #5EC5ED */
@font-face {
    font-family:"Avenir Next";
    src:url("../fonts/AvenirNextCondensed-Medium-06.woff2") format("woff2"),url("../fonts/AvenirNextCondensed-Medium-06.woff") format("woff"),url("../fonts/AvenirNextCondensed-Medium-06.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Avenir";
    src:url("../fonts/Avenir-Black.woff2") format("woff2"),url("../fonts/Avenir-Black.woff") format("woff"),url("../fonts/Avenir-Black.otf") format("opentype");
    font-style:normal;font-weight:400;
}
html {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-family: 'Ubuntu', sans-serif;
  font-size: 18px; /* 3 */
  -ms-text-size-adjust: 100%;     /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
	
}
body {
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	color:#000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
*:active,
*:focus {
	outline-style:none;
}
.para:after,
.clearfix:after,
.header:after,
.navi:after,
.main:after,
.text:after,
.contenu:after,
.footer:after {
	display:block;
	content:"";
	height:0px;
	visibility: hidden;
	clear:both;
}
.boxPlus a,
.fdate,
.tags a,
.boxMembreRecrut a,
.dateF,
.icOpen.withTextDeplier,
.bouton,
.submit,
input[type="submit"],
input[type="button"],
.numberListe,
.bMenuNav .act,
.siteName {
	font-family: 'Ubuntu Condensed', sans-serif;
}

.h1, .h2,
.titre
h1, h2, h3, h4, h5 {
	font-weight: 600;
	padding:0px;
	line-height: 1.1em;
}
.chapo,
.texte {
	line-height: 1.4em;
}
.h1, .h2,
.titre
h1, h2, h3, h4, h5,
.intro,
.item .chapo {
	color:#000;
}
.h1,
h1 {
	margin:15px 0px 40px 0px;
	padding:0;
	font-size:3.167em;
	line-height: 1.2em;
}
h2 {
	margin:80px 0 45px 0;
	font-size:1.82em;
}
h3 {
	margin:45px 0 35px 0;
	font-size:1.62em;
}
h4 {
	margin:35px 0 27px 0;
	font-size:1.42em;
}
h5 {
	margin:25px 0 22px 0;
	font-size:1.25em;
}
/* GENERAL */
hr {
	display: block;
	height:7px;
	background: #F2F2F2;
	border:0px;
	margin:2em 0;
}
.imgBkg {
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
.sideL {
	float:left;
	width:20%;
}
.sideR {
	float:right;
	width:20%;
}
.withSideL .art {
	float:right;
	width:70%;
}
p {
	margin:25px 0px;
}
.box,
.margTB,
.intro,
.msg {
	margin:65px 0px 35px 0px;
}
.box {
	position:relative;
}
.indic {
	font-size:0.9em;
	color:#666;
}
h2 .indic {
	font-size:0.7em;
}
.tXS {
	font-size:0.8em;
}
.tS {
	font-size:0.9em;
}
.tL {
	font-size:1.2em;
}
.tXL {
	font-size:1.4em;
}
.tXXL {
	font-size:1.7em;
}
.nowrap {
	white-space: nowrap;
}
.flex {
	display: flex;
	position: relative;
}
.fCenter {
	align-content: center;
}
.fBetween {
	justify-content: space-between;
}
.fAround {
	justify-content: space-around;
}
.fWrap {
	flex-wrap: wrap;
}
.table {
	display: table;
	border-collapse: collapse;
}
.w100 {
	width:100%;
}
.td {
	display: table-cell;
	vertical-align: top;
}
.td50 {
	width:50%;
}
.padL {
	padding-left:45px;
}
.padR {
	padding-right:45px;
}
/* FIN GENERAL */
/* article */
.art .f_field-introduction {
	font-size:1.2em;
	font-weight:600;
}
div[role='contentinfo'],
.msg {
	padding:15px 19px;
	border:1px solid #9ACDDC;
	box-shadow:2px 2px 4px rgba(0,0,0,0.25);
        background: #FFF;
        margin:31px auto;
        text-align: left;
        position: relative;
        background-color: #D9F4F7;
        color:#1D5561;
        border-radius:4px;
	transition: 0.2s;
	font-size:13px;
	max-width: 800px;
}
.front div[role='contentinfo'],
.node-type div[role='contentinfo'] {
        position:absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	z-index: 300;
}
.msgSuccess {
	border-color:#97DF95;
        background-color:#E1FFE1;
        color:#1C6648;
}
.msgWarning {
	border-color:#FFB17D;
        background-color:#FFE8D9;
        color:#CF5836;
}
.msgError {
	border-color:#F57670;
        background-color:#FFE1E1;
        color:#BA3425;
}
.close {
    display: block;
    width:12px;
    height:12px;
	background-size:100% auto;
    position: absolute;
    right:7px;
    top:3px;
	text-align: center;
	transition: 0.2s;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:rgba(0,0,0,0.6);
}
.close:before {
	content: "\2612";
}
.close:hover {
	color:rgba(0,0,0,1);
    cursor:pointer;
}
.close:hover:after {
    color:#000;
}
.msg.wAnim {
	animation-name: hideMsg;
	animation-duration: 1s;
	animation-delay: 3s;
	animation-fill-mode: forwards;
	transition-timing-function:ease-in;
	position:fixed;
	width:600px;
	left:50%;
	margin-left:-300px;
	top:200px;
	z-index: 300;
}
@keyframes hideMsg {
  	0%   { opacity: 1; }
	100% {opacity: 0;}
}
/* FIN article */
.exempleScrollbar {
	scrollbar-width: 10px;
	scrollbar-color:#A0BAD3; 
}
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background:none;
}
::-webkit-scrollbar-button {
	color:#0384AF;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#A0BAD3;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#0384AF;
}
/* UL LI */
ul,
ol {
	margin:0px;
	padding:0px;
}
ul li {
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.cke_editable ul,
ul.text,
ol.text,
.intNod ul,
.intNod ol {
  margin:20px 60px;
  padding:0px;
}
.cke_editable ul li,
ul.text li,
ol.text li,
.intNod ul li,
.intNod ol li {
  list-style-type:none;
  position:relative;
  margin:10px 0px 10px 23px;
}
.cke_editable ul li:before,
ul.bullet li:before,
.intNod ul li:before {
	display:block;
	content:"";
	position:absolute;
	height:11px;
	width:11px;
	border-radius:100%;
	background-color:#CAD421;
	margin:8px 0px 0px -23px;
	padding:0px;
}
.cke_editable ol,
.intNod ol,
ol.text {
    counter-reset: item;
}
.cke_editable ol li,
.intNod ol li,
ol.text li {
	display:block;
	list-style-type:none;
	padding:0px;
	margin:1.2em 20px;
	position:relative;
}
.cke_editable ol > li:before,
.intNod ol > li:before,
ol.text > li:before {
	display:block;
	position:absolute;
	left:-36px;
	top:-1px;
	padding:0px 0px 0px 13px;
    content: counter(item); 
	counter-increment: item;
	font-weight:700;
	color:#5EC5ED;
	font-size:1.3em;
}
/* FIN UL LI */
/* COULEURS */
.cbBlanc {
	border-color:white;
}
.cbNoir {
	border-color:black;
}
.cbGris {
	border-color:#8A8D99;
}
.cbBleu {
	border-color:#5EC5ED;
}
.cbRouge {
	border-color:#CB3340;
}
.cbOrange {
	border-color:#ED961B;
}
.cbVert {
	border-color:#7CAF67;
}
.blanc {
	color:white;
}
.noir {
	color:black;
}
.cAutres,
.gris {
	color:#8A8D99;
}
.cAssainissement,
.couleur,
.bleu {
	color:#5EC5ED;
}
.bleuF,
.cTerritoire {
	color:#0384AF;
}
.bleuF2 {
	color:#0B5677;
}
.vert,
.cEnvironnement {
	color:#7CAF67;
}
.cUrbanisme,
.vertC {
	color:#C8D210;
}
.cPCAET,
.bleuVert {
	color:#80C6BD;
}
.cPolitique,
.kaki {
	color:#9A9974;
}
.cTravaux,
.marron {
	color:#B69A7E;
}
.cEconomie,
.rose {
	color:#BA8F9E;
}
.cAmenagement,
.violet {
	color:#A47DB0;
}
.cCulture,
.bleuViolet {
	color:#7A80AF;
}
.cHabitat {
	color:#E7A66B;
}
.cLogement,
.jaune {
	color:#E7CB5A;
}
.rouge {
	color:#CB3340;
}
.orange {
	color:#ED961B;
}

/* FIN COULEURS */
/* ckeditor */
.tableau,
.tableau2 {
	border-collapse:collapse;
	border:0px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	color:191919;
	width:100%;
	margin:25px 0px;
}
.tableau {
	border-top:1px solid #0284AE;
}
.tableau2 {
	border-left:1px solid #0284AE;
}
.tableau td,
.tableau th,
.tableau2 td,
.tableau2 th {
	border: 0px;
	padding:10px 20px;
	width: 13%;
}
.tableau td,
.tableau2 td {
	background-color:#EDF5FA;
}
.tableau th,
.tableau2 th {
	font-weight: 600;
	text-align: left;
}
.tableau2 th.text-align-center,
.tableau th.text-align-center {
	text-align: center;
}
.tableau tbody th[scope=row],
.tableau2 th[scope=col]{
	background-color:#5EC5ED;
	font-size: 14px;
	color:#FFF;
}
.tableau th[scope=col],
.tableau2 th[scope=row]{
	color:#0284AE;
	text-transform: uppercase;
}
.tableau th[scope=col]{
	padding-top:30px;
	padding-bottom:20px;
}
.tableau2 th[scope=row]{
	
}
.tableau thead th[scope=row]{
	background-color:transparent;
}
.tableau tr {
	border-bottom:3px solid #FFF;
}
.tableau2 tr th[scope=col],
.tableau2 tr td {
	border-left:3px solid #FFF;
}
.phrase {
	font-style: italic;
	color:#5EC5ED;
	font-size:1.2em;
}
.attention {
	border:2px solid  #FF3366;
	background-color: #FFF;
	padding:24px 35px;
	box-shadow: 8px 8px 0px rgba(215,21,72,0.2);
}
.imgLeft {
	float: left;
	max-width: 500px !important;
	height: auto;
}

/* fin ckeditor */
