/*========= Layout ==========*/
body{
	min-width: 320px;
	font-size: 12px;
}
.makeitappear{
	visibility: hidden;
}
.wildEffect{
	opacity: 0;
	transform: scale(0.2);
	transition: transform ease .4s;
}
.wildEffect.isVisible{
	opacity: 1;
	transform:scale(1);
}
*{
	margin: 0;
}
.carousel-inner>.item>img{
	width:100%;
}
a:hover,a:hover, a{
	text-decoration: none;
}
.container {
	max-width: 1200px;
	height: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}



@font-face{
	font-family: 'Gotham bold';
	src:url('../fonts/gotham-bold/ufonts.com_gotham_bold.eot?') format('embedded-opentype'); /* IE9 */ 
	src:url('../fonts/gotham-bold/ufonts.com_gotham-bold.ttf') format('truetype');   
	font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'microgrammadmedextregular';
    src: url('../fonts/microgme/microgme-webfont.woff2') format('woff2'),
         url('../fonts/microgme/microgme-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face{
	font-family: 'Gotham book';
	src:url('../fonts/gotham-book/ufonts.com_gotham_book.eot?') format('embedded-opentype'); /* IE9 */ 
	src:url('../fonts/gotham-book/ufonts.com_gotham-book.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'Gotham light';
	src:url('../fonts/gotham-light/ufonts.com_gotham_light.eot?') format('embedded-opentype'); /* IE9 */ 
	src:url('../fonts/gotham-light/ufonts.com_gotham-light.ttf') format('truetype');	    
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'Gotham medium';
	src: url('../fonts/gotham-medium/ufonts.com_gotham-medium.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'Trebuchet MS';
	src:url('../fonts/Trebuchet MS/Trebuchet MS.eot?') format('embedded-opentype'); /* IE9 */ 
	src:url('../fonts/Trebuchet MS/Trebuchet MS.ttf') format('truetype');	     
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'GothamHTF-Book';
	src:url('GothamHTF-Book.ttf') format('truetype'); 
	font-weight: bold;
    font-style: normal;
} 

@font-face {
    font-family: 'Nimbus';
    src: url('../fonts/nimbus/nimbussannov-bol.woff2') format('woff2'),
         url('../fonts/nimbus/nimbussannov-bol.woff') format('woff');
    font-weight: bold;
    font-style: bold;

}
@font-face {
    font-family: 'Nimbus';
    src: url('../fonts/nimbus/nimbussannov-lig.woff2') format('woff2'),
         url('../fonts/nimbus/nimbussannov-lig.woff') format('woff');
    font-weight:  normal;
    font-style: normal;

}
@font-face {
    font-family: 'Nimbus';
    src: url('../fonts/nimbus/nimbussannov-med.woff2') format('woff2'),
         url('../fonts/nimbus/nimbussannov-med.woff') format('woff');
    font-weight: medium;
    font-style: medium;

}
@font-face {
    font-family: 'Nimbus';
    src: url('../fonts/nimbus/nimbussannov-sembol.woff2') format('woff2'),
         url('../fonts/nimbus/nimbussannov-sembol.woff') format('woff');
    font-weight: 700;
    font-style: 700;

}


/*========= Header =========*/
.nav-bar button[type="button"] {
    -webkit-appearance: none;
    border: 0px;
    background: white;
}

#topOfPage{
	position: fixed;
	z-index: 9999;
	background:white;
	width:100%;
	top:0;
	box-shadow : 0 0 23px 1px rgba(0, 0, 0, 0.48);
}
#topOfPage > .container{
	padding:10px 3%;
}
.nav-bar-toggle{
	display: none;
}
.nav-bar ul{
	margin:0;
	padding:0;
	list-style: none;
	text-align: center;
}
.nav-bar > ul > li{
	display: inline-block;
}
.nav-bar ul li img{
	width:20px;
    margin-top: -4px;
}
.nav-bar ul li a {
    color: black;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 14px;
    font-weight: 300;
    letter-spacing: 0.8px;
}

.nav-bar ul li ul{
	display: none;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.btn-esp-parent {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.container .search{
    display: inline-block;
}
li.btn-esp {
    display: inline-block;
    background: #00afec;
    padding: 5px 15px;
    margin: 0 12px;
    border-radius: 9px;
}
li.btn-esp a{
	color:white;
	text-decoration: none;
}
.esp-adh img{
	margin-right:-10px;
}
button#btn_search {
    -webkit-appearance: none;
    background: none;
    border: none;
    height: 30px;
}
button#btn_search img{
	width: 30px;
	padding:0px 5px 3px 0px;
}

/*
* CAROUSEL
*/

.carousel-indicators li{
	background:rgb(179, 179, 179);
	border:none;
	width: 12px;
    height: 12px;
	margin:0;
}
.carousel-indicators li.active{
	background:rgb(235, 105, 11);
}

#carousel-2 .carousel-indicators li{
	background:rgb(255, 255, 255);
	border:none;
}


/*
* text-color
*/
.my-color-blue{
	color: #003a8c;
}
.my-color-grey{
	color: #6f7072;
}
.my-color-green{
	color: #a0b12d;
}
.my-color-black,
.my-color-black > a,
.my-color-black > a:hover,
.my-color-black > a:focus,
.my-color-black > a:active{
	text-decoration: none;
	color: #000;
}
.my-color-white{
	color: #fff;
}
.my-color-orange{
	color: #e75113;
}

/*
* text style
*/
.title-home-icon{
	width: 30px;
}
.btn.btn-default {
    border: 1px solid black;
    border-radius: 0;
    background: none;
    font-weight: 300;
}
.btn.btn-default:hover,
.btn.btn-default:active{
    background: #1a9fdd;
    color: white;
    border-color:#1a9fdd;
    text-shadow: none;
}

.text-left-col-home {
    font-weight: 300;
    font-size: 14px;
    padding: 7% 12% 0% 12%;
    text-align: center;
    margin: 0;
}
.heading-home {
    font-weight: 300;
    margin: 20px 0 30px 0;
    font-size: 32px;
    color: #606060;
}

.actus-list{
    font-weight: 300;
    font-size: 14px;
    padding: 0;
    margin: 2% 20% 0% 20%;
    text-align: justify;
}
.actus-list .text-section{
	text-align: center;
	list-style: none;
    border-bottom: 2px solid #00afec;
    padding: 8px 0;
}
.actus-list .text-section:first-child {
    border-top: 2px solid #00afec;
    margin-top: 25px;
}

.actus-list .text-section a{
	color:black;
}
.actus-list .text-section h3 {
    font-weight: 300;
    font-size: 18px;
    margin: 2px 0px;
}


.chiffres-clefs {
    padding: 30px 0px;
    margin: 0px 50px;
    position: relative;
}

span.alsoRight {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20px;
	box-sizing: border-box;
    position: relative;
}

.alsoRight:before {
    content: ' ';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    border-top: 4px solid #00afec;
    border-left: 4px solid #00afec;
    width: 35px;
    height: 35px;
}
.alsoRight:after {
    content: ' ';
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    border-top: 4px solid #00afec;
    border-right: 4px solid #00afec;
    width: 35px;
    height: 35px;
}
span.alsoLeft {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
	box-sizing: border-box;
    position: relative;
}

.alsoLeft:before {
    content: ' ';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    border-bottom: 4px solid #00afec;
    border-left: 4px solid #00afec;
    width: 35px;
    height: 35px;
}
.alsoLeft:after {
    content: ' ';
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    border-bottom: 4px solid #00afec;
    border-right: 4px solid #00afec;
    width: 35px;
    height: 35px;
}

.ChiffresTrulyClefs {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    color: #00afec;
    padding-left: 17%;
}
.title-item-1 {
    line-height: 1.3;
    font-weight: 400;
    font-size: 19px;
    margin: 0;
}
.title-item-2{
	font-weight: bold;
	line-height: 1.5;
	font-size: 18px;
	font-family: "Gotham bold", "Nimbus", Arial;
	margin: 10px 0;
	margin-bottom: 35px;
}
.title-item-2 img, .title-item-3 img{
	width: 38px;
	position: relative;
	margin-left: -12px;
	margin-right: 10px;
}

.title-item-3{
	padding: 10px 30px 8px 30px;
	font-weight: bold;
	line-height: 1.5;
	font-size: 21px;
	font-family: "Gotham bold", "Nimbus", Arial;
	margin: 0;
}


.text-section p{
	margin: 0;
	font-size: 13px;
}

.my-color-orange.float-right{
	font-family: "Gotham medium", "Nimbus", Arial;
	font-size: 21px;
	font-weight: normal;
}

.bg-orange{
	height: 100%;
}
.bg-orange .percentage{
	font-family: "Trebuchet MS", "Nimbus", Arial;
	font-size: 48px;
	font-weight: bold;
    padding:  0;
    margin: 0;
    height: 60px;
    width:80%;
	text-align: left;
}
.bg-orange h5.my-color-orange{
	font-size: 17px;
	font-family: "Gotham medium", "Nimbus", Arial;
}

.my-text-style{
	font-size: 18px;
	font-family: "Gotham medium", "Nimbus", Arial;
	text-align:left;
}
.text-bold{
	font-weight: 600;
}

/*
* div
*/
.my-div-border-left-dotted{
	border-left: 3px dotted #00aeef;
	padding: 0 15px;
}
.my-div-border-left-dotted h2{
	padding: 0;
	margin: 0 0 18px 0;
	position: relative;
}
.my-div-border-left-dotted h2 span:first-child{
	font-size: 25px;
	font-family: "Gotham medium", "Nimbus", Arial;
}

/*
* bg
*/
.bg-green{
	background-color: #bdcf30;
}
.bg-blue{
	background-color: #009ee0;
}
.bg-orange{
	background-color: #f6a800;/*#f9a51b;*/
}
.bg-blue-1{
	background-color: #003782;
}

/*
* div_1
*/


/*
* div_2
*/
.div_2 .text-section{
	margin-bottom: 10px;
}
.div_2 .bg-green h2{
}

/*
* div_3
*/
.div_3 h1{
	padding: 0;
}

.refLinkBottom{
	position: relative;
}

.LinksOnBottom{
	position: absolute;
	bottom: 0;
}
.LinksOnBottom a {
    padding: 3px 42px;
    color: black;
    display: block;
    font-size: 18px;
    float: left;
    font-weight: 300;
    background: rgba(255,255,255,0.66);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.66) 0%, rgba(161,161,161,0.67) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.66)), color-stop(100%, rgba(161,161,161,0.67)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.66) 0%, rgba(161,161,161,0.67) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.66) 0%, rgba(161,161,161,0.67) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.66) 0%, rgba(161,161,161,0.67) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.66) 0%, rgba(161,161,161,0.67) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a1a1a1', GradientType=1 );
}

.finalHeading {
    font-weight: 300;
    font-size: 1.5em;
}

/*FOOTER*/

.footerComIDenteCh {
	padding:4% 0;
    margin-top: 40px;
    background: #939598;
    color: white;
    clear:both;
}
.footerComIDenteCh .makeitappear .social, .makeitappear .actualites{
    float: left;
    padding: 0px  !important;
    position: relative;
    min-height: 1px;
    /*padding: 0 10px;*/
}@media all and (min-width:1081px) {
    .footerComIDenteCh .makeitappear .social{
        width: 7%;
    }
    .footerComIDenteCh .makeitappear .actualites{
        width: 11%;
    }
}

.footerComIDenteCh .makeitappear .col-md-2{
    padding:0px 10px 0px 0px;
}
.footerComIDenteCh .container{
	padding : 0 2%;
}


.footerComIDenteCh a{
	display: block;
	margin-bottom: 6px;
	color: white;
	font-size: 11px;
}
.footerComIDenteCh a.nosmall{
	display: block;
	margin-bottom: inherit;
	color: white;
	font-size: inherit;
}


/*carousel*/

#carousel-2 .carousel-indicators,
.ecomident_slide .carousel-indicators{
	position: absolute;
	display: block;
	bottom: 42%;
	right: 21px;
	left: auto;
	width: auto;
}

#carousel-2 .carousel-indicators li,
.ecomident_slide .carousel-indicators li{
	margin-left: 3px;
}


.div_2 div:not(.text-section), .div_3 div:first-child div.item{
	padding: 10px 30px;
}
.div_1 > div, .div_2 > div, .div_3 > div{
	margin-bottom: 20px;
}
/*
* float
*/
.float-left{
	float: left;
}
.float-right{
	float: right;
}

/*
* button
*/
.a-btnitem-1{
	display: block;
	margin-bottom: 8px;
	padding: 8px 20px;
	background-color: #5ec5ed;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

/*
* mediatheque
*/
.mediatheque img.img{
	width: 100%;
}

/*
* picto-coment
*/
.picto-coment{
	position: absolute;
	top: -86px;
    left: 200px;
	min-width: 96px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	background: #bdcf30;
	font-size: 10.5px;
	font-family: "Gotham bold", "Nimbus", Arial;
	border-radius: 50%;
	color: #000;
	font-weight: bold;
	opacity: 0;
	transform: scale(0);-moz-transform: scale(0);-webkit-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);
	transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;
}
.picto-coment::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #b1d349 transparent transparent transparent;
	border-width: 20px 10px 0 10px;
	position: absolute;
	bottom: 4px;
    left: -4px;
    transform: rotate(50deg); -moz-transform: rotate(50deg);-webkit-transform: rotate(50deg);-ms-transform: rotate(50deg);-o-transform: rotate(50deg);
}
.my-div-border-left-dotted h2{
	cursor: pointer;
}
.my-div-border-left-dotted h2 .picto-coment{
	opacity: 1;
	transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);
}
.simple_blowk_with_link {
	width: 75%;
    margin: 0 auto;
    color: #003a8c;
    font-size: 20px;
    font-family: "Gotham light", "Nimbus", Arial;
    margin-bottom: 40px;
}

.adherent .top_single_block {
    margin: 40px 6%;
    width: 40%; 
}

.headerPartTpt .headerImg {
    background-size: cover;
    height:300px;
}
.headerPartTpt .top_single_block {
	font-family: "Nimbus", Arial;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 30px 6% 70px 56%;
    width: 40%;
    max-width:460Px;
    color: #525252;
   	padding: 34px 31px;
}

.headerPartTpt .top_single_block_title {
	font-family: 'Nimbus';
    background-color: transparent;
    margin: 30px 0 70px 56%;
    width: 40%;
    max-width:460Px;
    color: white;
   	padding: 34px 0 34px 31px;
   	text-align:right;
}
.headerPartTpt .top_single_block_title h3{
	color:white;
	text-transform: uppercase;
	font-size: 24px;
}

.headerPartTpt .top_single_block p{
	line-height: 18px;
	font-size: 16px;
	font-family: "Nimbus", Arial, Helvetica;
	font-weight:normal;
	letter-spacing:.2px;
}
.headerPartTpt .top_single_block H3 {
	font-family: "Nimbus", Arial, Helvetica;
	font-weight:bolder;
	font-size : 26px;
    padding: 0 0 8px 0;
    margin: 0;
    color: rgb(0,58,140);
    text-transform:uppercase;
}
.gouvernancebody{
	font-family: "Nimbus", Arial, Helvetica;
    font-size: 17px;
    padding-top:35px;
}
.gouvernancebody h3 {
    font-family: "Nimbus", Arial, Helvetica;
    font-size: 1.4em;
    color: #095498;
    font-weight: bold;
    margin-top: 0;
}

.gouvernance strong{
	color:#231f20!important;
}

.gouvernance .patron{
	width:75%;
	margin:0 auto 40px;
}
.gouvernance .a
.gouvernancebody strong{
	color:#095498;
}

.gouvernancebody strong,
.gouvernancebody b{
	color: #095498;
}
.aucoeursantedentaire b{
	color: #095498;
}
.gouvernancebody ul {
	font-size:15px;
    overflow: hidden;
}
.gouvernancebody ul > li{
	margin-bottom:10px;
}
.gouvernancebody ul.ul_style_1 li {
    margin-bottom: 20px;
}

.gouvernancebody .bloc_bleu {
    background: #aae0fa;
    color: #1b429a;
    /*padding: 25px 50px 25px 40px;*/
    margin-bottom: 10px;
    position:relative;
}
.gouvernancebody .bloc_bleu p {
  padding: 0px 22px 14px 22px;
}
.gouvernancebody .bloc_bleu ul {
    text-transform: uppercase;
    font-size: 17px;
    padding: 35px;
    /*margin-left: -20px;*/
    margin-top: 10px;
    margin-bottom: 20px;
}
.gouvernancebody h4{
    margin-top: 25px;
    margin-bottom: 0;
}
.gouvernancebody ul.ul_style strong{
	display:block;
}
.gouvernancebody ul.ul_style_icon {
    position: absolute;
    right:/*-34*/-67px;
    top: -20px;
    list-style: none;
}
.ul_style_icon img {
    width: 65px;
}
.gouvernancebody ul.ul_style_icon li{
	    margin-bottom: 55Px!important;
}
.gouvernancebody ul.ul_style_1{
	font-size:17px;
	margin-bottom: 60px;
}
.gouvernancebody .bloc_bleu ul li {
    margin-bottom: 15px;
    line-height: normal;
    font-size:0.8em;
}
.img_1{
	width:50%;
	margin: auto;
}
.text-justify{
	text-align:jutify;
}

.text-center{
	text-align:center;
}
.smallerP{
	font-size:0.9em;
	line-height: normal;
}
.smallerP strong{
    font-family: "Gotham bold", "Nimbus", Arial;

}
.blueshell {
    background: rgba(0,158,224,.3);
    padding: 20px;
    border-radius: 25px;
}
span.nameBlueShell {
    font-family: "Gotham medium", "Nimbus", Arial;
    color:#231f20;
    line-height: normal;
}
.posteBlueShell{
	color: rgb(0,158,224);
}
.nameBlueShell, .posteBlueShell {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 0.9em;
}
.quotes-images{
	max-width: 40px;
	margin-left:10px;
	margin-right:10px;
	display: inline-block;
	float:left;
	margin-top:10px;
}

.gouvernance h3{
	font-family: "Gotham medium", "Nimbus", Arial;
    font-size: 1.3em;
    color:#23408f;
    margin-bottom: 20px;
}
.gouvernance h3.style_titre_1 {
    margin: 20px 0 20px 30px;
}

.gouvernance h3.style_titre_1 > span {
    font-weight: 100!important;
    font-size: .8em;
    font-family: 'Nimbus';
}
.fixodent{
	margin-top:30px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-30{
	margin-top:30px;
}
.margin-top-40{
	margin-top:10px;
}
.margin-top-50{
	margin-top:50px!important;
}
.margin-right-10{
	margin-right:10px;
}

.margin-right-20{
	margin-right:20px;
}

.margin-right-30{
	margin-right:30px;
}

.margin-right-40{
	margin-right:40px;
}

.margin-right-50{
	margin-right:50px;
}

.margin-right-60{
	margin-right:60px;
}
.fixodent quote{
    color: #00aeef;
    font-size: 1em;
	line-height:.9em;
}
#main-menu > li:hover{
	position: relative;
}
#main-menu > li:hover > .sous-menu {
    display: block;
    position: absolute;
    left: 0;
    background: rgb(166, 221, 244);
    width: 180%;
    padding: 15px 0;
    top:37px;
}
#main-menu > li:hover > a{
	padding-bottom: 37px;
}

.sous-menu li a {
    text-transform: initial !important;
    display: block;
    text-align: left;
    font-size: 12px !important;
    padding: 6px 23px !important;
    margin: 0 !important;
}
.sous-menu li:hover a{
	background:white;
}


.container.social {
    padding: 0 3%;
}

.container.social h3 {
    color: white;
    background: #00afec;
    padding: 3px 0 0px 11px;
    font-size: 21px;
    height: 41px;
}
.container.social h3.SubH3{
    color: #1b429a;
    background: #aae0fa;
}
.container.social h3.SubH3Yell{
    color: #1b429a;
    background: #fbf0a0;
}
.container.social a {
    color: #1b429a;
    text-decoration: underline;
}
.container.social b {
    color: #1b429a;
}
.blueShell {
    background: #aae0fa;
    padding: 2px 20PX 10PX 20PX;
    color: #1b429a;
    margin-bottom: 20px;
}
.blueShell.butColorBlack{
    margin-top:20px;
 	padding-top:15px;
    color: black;
}
.blueShell.butyellow{
 	padding-top:15px;
    background: #fbf0a0;
}
.blackB b{
	color:black;
}

.liensutiles .links {
    color: #1b429a;
    font-weight: 200;
}
.documents-utiles .liensutiles H3 {
    color: black;
    font-size:1.3em;
}
.liensutiles .links a {
    color: #1b429a;
    text-decoration: underline;
}
.liensutiles hr {
    background: #1b429a;
    height: 2px;
}


h3.imageFixerH3 {
    
    
}
h3.imageFixerH3.Photos {
    background: #d4edfa;
    color: #003a8c;
}
h3.imageFixerH3.videos {
    background: #feefd4;
    color: #003a8c;
}
.galphoto {
    width: 93.7%;
    display: block;
    height: auto;
    margin: 0 -15px;
}
.spacerPhotosGal{
    padding: 0 20px 20px 0px;
}
.documents-utiles .vidtitle > H4 {
    position: initial;
    background: #feefd4;
    font-weight: 400;
    padding: 10px;
    min-width: 50%;
    display: inline-block;
    margin: 0;
}
.galphoto h4 {
    display: inline-block;
    clear: both;
    background: #d4edfa;
    position: initial !important;
    margin : 0 !important;
    padding: 13px;
    font-size: 14px;
    font-weight: 400 !important;
}
h3.imageFixerH3 {
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.7em;
    width: 90%;
}
h3.imageFixerH3 .img-responsive {
    height: 35px;
    padding: 0;
    width: auto;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    float: none;
}
/*
* @media
*/
@media all and (max-width: 1200px){
/*	.nav-bar button[type="button"]{
		display: inline-block;
	}
	.nav-bar{
		display: block;
	} 
	.nav-bar li:first-child{
		border-top: 1px solid rgba(255,255,255,0.25);
	}

	.nav-bar li{
		line-height: 45px;
    float: none;
    border-bottom: 1px solid rgba(255,255,255,0.25);
	}
	.nav-bar li a{
		line-height: 45px;
	    float: none;
	    display: block;
	    color: #fff;
	    font-family: "Gotham bold", "Nimbus", Arial;
	    font-size: 15px;
	}
	#main-menu{
		display: none;
	}
	#main-menu.show{
		display: block;
	}
*/
	.sous-menu{
		position: relative;
		top: 0;
		display: block;
		opacity: 1;
		transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);
		height: 0;
		overflow: hidden;
	}
	.nav-bar > ul > li:hover .sous-menu{
		height: auto;
	}
	.nav-bar > ul > li ul.sous-menu li a{
		line-height: 34px;
		display: block;
		padding: 0 20px 0 50px;
	}
}
.ecomident_slide{
	width: 75%;
    margin: 0 auto;
}
.top_single_block{
	padding: 34px 31px 49px 31px;
    background-color: #e5f1f7;
    color: #003a8c;
    margin: 40px 7%;
    width: 86%;
}
@media all and (max-width: 1051px){
	.nav-bar ul li a{
		margin: 0 8px;
	}
}
@media all and (max-width: 996px){
	.ecomident_slide {
	    width: 95%;
	}
	.top_single_block ,
	.adherent .top_single_block{
	    margin: 40px 3%;
	    width: 94%;
	}
}
@media all and (max-width: 992px){
	.div_1, .div_2, .div_3{
		padding: 0 15px;
	}
	.top_single_block,
	.adherent .top_single_block {    
	    margin: 40px 5%;
	    width: 90%;
	}
}
@media all and (max-width: 996px){
	.top_single_block,
	.adherent .top_single_block {
	    margin: 40px 3%;
	    width: 94%;
	}
}
@media all and (max-width: 853px){
	.ecomident_slide {
	    width: 92%;
	    margin: 0 auto;
	}
	.top_single_block,
	.adherent .top_single_block {
	    margin: 40px 4%;
	    width: 92%;
	}
	.simple_blowk_with_link {
	    width: 90%;
	}
}

@media all and (max-width: 782px){
	
	.nav-bar button[type="button"]{
		display: inline-block;
	}
	.nav-bar{
		display: block;
	} 
	.nav-bar li:first-child{
		display: none;
	}
	
	.nav-bar > ul > li {
	    display: block;
	    padding: 7px 0;
	    width: 100%;
	    border-bottom: 1px solid rgba(128, 128, 128, 0.04);
	    box-sizing: border-box;
	    border-top: 1px solid rgba(128, 128, 128, 0.04);
	}

	#main-menu > li:hover > .sous-menu{
		top:0;
	}
	#main-menu{
		display: none;
	}
	#main-menu.show{
		display: block;
	}
	.mobileFixer{
		width:100%;
		text-align: center;
	}
}

.sidebar-widget{
	display: none;
}

.single-post .sidebar-widget,
.archive .sidebar-widget,
.category-actualites .sidebar-widget{
	display: inherit;
}

@media all and (min-width:1081px) {
	.gouvernancebody .bloc_bleu {
	    width: 94%;
	}
}
@media all and (min-width:1049px) and (max-width: 1080px){
	.gouvernancebody .bloc_bleu {
	    width: 77%;
	}
}
@media all and (min-width:991px) and (max-width: 1049px){
	.gouvernancebody .bloc_bleu {
	    width: 90%;
	}
	.bouvernancebody .row{
		margin:0;
	}
}
@media all and (min-width: 800px) and (max-width: 991px){
	
	.gouvernancebody .bloc_bleu {
	    width: 90%;
	}
	.gouvernancebody .row{margin:0;}
}
@media all and (min-width: 769px) and (max-width: 800px){
	.gouvernancebody .bloc_bleu {
	    width: 75%;
	}
	.gouvernancebody .row{margin:0;}
}
@media all and (max-width: 768px){
	.div_1, .div_2, .div_3{
		padding: 0 50px;
	}
	.gouvernancebody .row{margin:0;}

	.gouvernancebody .bloc_bleu {
	    width: 92%;
	    margin-top: 35px;
	}
}


@media all and (max-width: 320px){
	.gouvernancebody .bloc_bleu {
	    width: 80%;
	}
}
@media all and (min-width: 480px) and (max-width: 768px){
	.gouvernancebody ul.ul_style_icon li{
		margin-bottom: 80px!important;
	}
}

@media all and (max-width: 736px){
	.top_single_block,
	.adherent .top_single_block {
	    margin: 40px 7%;
	    width: 86%;
	}
	.ecomident_slide {
	    width: 90%;
	}
	.simple_blowk_with_link {
	    width: 88%;
	}
}

@media all and (max-width: 690px){
	.top_single_block,
	.adherent .top_single_block {
	    margin: 40px 8%;
	    width: 84%;
	}
	.ecomident_slide{
		width: 88%;
	}
	.simple_blowk_with_link {
	    width: 86%;
	}
}
@media all and (max-width: 667px){
	.simple_blowk_with_link {
	    width: 87%;
	}
}
@media all and (max-width: 568px){
	.ecomident_slide{
		width: 89%;
	}
}
@media all and (max-width: 480px){
	.ecomident_slide{
		width: 90%;
	}
}
@media all and (max-width: 400px){
	
	.ecomident_slide{
		width: 96%;
	}
	.top_single_block,
	.adherent .top_single_block {
	    margin: 40px 6%;
	    width: 88%;
	}

	.simple_blowk_with_link {
	    width: 96%;
	}

}
@media (min-width: 400px){

}
@media all and (max-width: 760px){
	.top_single_block,
	.adherent .top_single_block {    
        margin: 40px 6%!important;
		width: 88%!important;
	}
}
@media (min-width: 455px){
}
@media (min-width: 493px){
}
@media (min-width: 558px){

}
@media (min-width: 640px){
}
@media (min-width: 656px){
}
@media (min-width: 700px){

}
 
@media all and (max-width: 768px){
	header .logo img{
		width:80%;
	}

	.div_1, .div_2, .div_3{
		padding: 0 50px;
	}
}
@media all and (max-width: 460px){
	header .logo img{
		width:70%;
	}
}
@media all and (max-width: 390px){
	header .logo img{
		width:67%;
	}
}
@media (min-width: 768px){
	.container {
	    /*min-width: 768px;*/
	}
	.TitleFooter{
    	display: block;
    	margin-bottom: 8px;
    	font-size:11px;
    	min-height: 3em;
    }
}
@media (min-width: 786px){
	.last-div-in-section-1 h2 {
	    font-size: 22px;
	}
}
@media (min-width: 992px) {
	.container {
	    min-width: 986px;
	}
  .last-div-in-section-1 h2{
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	.container {
	    min-width: 1200px;
	}
  .last-div-in-section-1 h2{
		font-size: 38px;
	}
}

@media (min-width:769px) and (max-width: 1199px) {
	.container {
	    width: 96%;
	    padding-left:2%;
	    padding-right:2%;
	}
  .last-div-in-section-1 h2{
		font-size: 38px;
	}
}


/**=========ECOMIDENTS PAGES ==============*/
.ecomident_a,
.adherent,
.ecomident_page.adherent{
	/*background-color: #cce4ef;*/
}
.ecomident_page.adherent{
	padding-top:20px;
}
.ecomident_a .top_single_block h3{
	text-transform: uppercase;
}
.ecomident_pretty_mini_block{
	width: 100%;
	/*width: 66%;*/
	border-radius: 25px;
	margin: 0 auto;
	margin-bottom: 40px;
	min-width: 310px;
}

.ecomident_pretty_mini_block .mini_block_header {
	height: 52px;
    background-color: white;
    border-radius: 25px 25px 0 0;
    padding: 9px 17px;
    position: relative;
    text-transform: uppercase;
}

.ecomident_pretty_mini_block .mini_block_header strong{
	font-family: "Gotham medium", "Nimbus", Arial
}
.ecomident_pretty_mini_block .mini_block_header p{
	font-family: "Gotham light", "Nimbus", Arial;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
    line-height: 19px;
}

.ecomident_pretty_mini_block .mini_block_header h3{
	font-family: "Gotham bold", "Nimbus", Arial;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    line-height: 19px;
}

.ecomident_pretty_mini_block .mini_block_header span{
	display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 15px;
    right: 16px;
}

.ecomident_pretty_mini_block .mini_block_body{
	padding: 14px 20px 14px 20px;
	border-radius: 0 0 25px 25px;
}

.ecomident_pretty_mini_block .mini_block_body p{
	font-family: "Gotham medium", "Nimbus", Arial;
	font-size: 16px;
	display:table;
	width:100%;
    white-space: nowrap;
}

.ecomident_pretty_mini_block .mini_block_body p span{
	font-family: inherit;
	display: table-cell;
	text-align: right;
}

.ecomident_pretty_mini_block .mini_block_body p span:first-child{
	text-align: left;
}

.ecomident_pretty_mini_block .mini_block_body h4{
	    font-size: 44px;
    font-family: "Trebuchet MS", "Nimbus", Arial;
    font-weight: bold;
    margin: 0;
    text-align: left;
}

.ecomident_pretty_mini_block .mini_block_body h5{
	font-family: "Gotham medium", "Nimbus", Arial;
	font-size: 13px;
}

.block_orange{
	color: #e75113;
}

.mini_block_header span.icone_mini{
	font-size: 28px;
}

.block_orange .mini_block_body{
	/*background-color: #fddda7;*/
}

.block_orange .carousel-indicators li.active{
	background: #e75113;
}

.block_marron{
	color: #b5520f;
}

.block_marron .carousel-indicators li.active{
	background: #b5520f;
}

.block_marron .mini_block_body{
	background-color: #e3b691;
}

.block_bleu{
	color: #003a8c;
}

.block_bleu .carousel-indicators li.active{
	background: #003a8c;
}

.block_bleu .mini_block_body{
	background-color: #1dbbea;
}

.block_jaune{
	color: #ee7f00;
}

.block_jaune .carousel-indicators li.active{
	background: #ee7f00;
}

.block_jaune .mini_block_body{
	background-color: #ffd900;
}

.block_vert{
	color: #007e31;
}

.block_vert .carousel-indicators li.active{
	background: #007e31;
}

.block_vert .mini_block_body{
	background-color: #bdcf32;
}

.block_rose{
	color: #e2007a;
}

.block_rose .carousel-indicators li.active{
	background: #e2007a;
}

.block_orange_b1{
	color: #e75113;
}

.block_orange_b1 .carousel-indicators li.active{
	background: #e75113;
}

.block_orange_b1 .mini_block_body{
	background-color: #fddda7;
}

.block_orange_b2{
	color: #e75113;
}

.ecomident_slide .carousel-indicators li.active{
	width: 10px;
	height: 10px;
	margin-top: 1px;
}

.block_orange_b2 .carousel-indicators li.active{
	background: #e75113;
}

.block_orange_b2 .mini_block_body{
	background-color: #f8b123;
}

.block_orange_b3{
	color: #e85917;
}

.block_orange_b3 .carousel-indicators li.active{
	background: #e85917;
}

.block_orange_b3 .mini_block_body{
	background-color: #fccb77;
}

.block_orange_b4{
	color: #e75113;
}

.block_orange_b4 .carousel-indicators li.active{
	background: #e75113;
}

.block_orange_b4 .mini_block_body{
	background-color: #f29400;
}

.block_orange_b5{
	color: #e75113;
}

.block_orange_b5 .carousel-indicators li.active{
	background: #e75113;
}

.block_orange_b5 .mini_block_body{
	background-color: #fabd51;
}

.block_rose .mini_block_body{
	background-color: #f4b5d0;
}

.block_vert_b1{
	color: #007e31;
}

.block_vert_b1 .carousel-indicators li.active{
	background: #007e31;
}

.block_vert_b1 .mini_block_body{
	background-color: #e6ecb9;
}



.block_vert_b2{
	color: #007e31;
}

.block_vert_b2 .carousel-indicators li.active{
	background: #007e31;
}

.block_vert_b2 .mini_block_body{
	background-color: #abcb60;
}


.block_vert_b3{
	color: #007e31;
}

.block_vert_b3 .carousel-indicators li.active{
	background: #007e31;
}

.block_vert_b3 .mini_block_body{
	background-color: #d3dd7a;
}


.block_vert_b4{
	color: #007e31;
}

.block_vert_b4 .carousel-indicators li.active{
	background: #007e31;
}

.block_vert_b4 .mini_block_body{
	background-color: #96c03a;
}

.block_vert_b5{
	color: #007e31;
}

.block_vert_b5 .carousel-indicators li.active{
	background: #007e31;
}

.block_vert_b5 .mini_block_body{
	background-color: #bdcf32;
}

.top_single_block h3 span{
	display: inline-block;
	margin-left: 45px;
	text-transform: uppercase;
}

.top_single_block .icone_mini{
	margin-right: 22px;
	position: absolute;
	left: 0;
	top: 1px;
	margin: 0;
    width: 86%;
}

.top_single_block h3{
	font-size: 29px;
	font-family: "Gotham medium", "Nimbus", Arial;
	margin: 0;
	margin-bottom: 22px;
	position: relative;
}

.top_single_block p{
	font-size: 20px;
	font-family: "Gotham light", "Nimbus", Arial;
	margin: 0;
}

.simple_blowk_with_link p{
	margin-bottom: 27px;
}

.simple_blowk_with_link a{
	width: 196px;
    background: #e75113;
    margin: 0 auto;
    border-radius: 20px;
    padding-left: 21px;
    position: relative;
    display: block;
}
.simple_blowk_with_link a.cmdt_c{
    background: #007e31;
    width: 231px;
}

.simple_blowk_with_link a.cmdt_c span.text{	
    text-align: center;
}
.simple_blowk_with_link span.text {
    color: white;
    display: block;
    height: 31px;
    font-size: 17.3px !important;
    line-height: 30px;
}
.ico-cercle{

}

.simple_blowk_with_link span.icon-play {
	font-size: 15px;
	color: orange;
}

.simple_blowk_with_link span.icon_pdf{
	background-image: url("../images/pdf.png");
	display: block;
    position: absolute;
    width: 38px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 49px;
    top: -9px;
    right: -27px;
}

/**================Page Adhérant ==================*/

/*
* adherent
*/
.adherent .ecomident_pretty_mini_block{
	width: 80%;
	border-radius: 0!important;
}
.row1{
	padding: 0 6%;
}
.row1 div[class*=col]{
	position: relative;
	/*margin-bottom: 40px;*/
	/*margin-top: 20px;*/
	text-align:center;
	/*min-height: 170px;*/ /* 250 */
}

.espaceli {
    margin-bottom: 5px;
}

.bientot_dispo {
    position: absolute;
    top: 45%;
    left: 35%;
    color: white;
    background: #f7921e;
    font-size: 2.1em;
    width: auto;
    height: 56px!important;
    line-height: 56px;
    display: block!important;
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    text-transform: uppercase;
    /* padding: 0; */
    font-weight: bold;
    width: 370px;
    margin: auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
  .bientot_dispo {
    position: absolute;
    top: 40%;
    left: 4%;
  }
}

ul.espaceli li{
   text-align: left;
    color: #6d6e71;
    font-weight: 800;
    margin: 0 50px;
    font-size: 15px;
    font-family: "Nimbus", Arial, Helvetica;
}

/*
.row1 div[class*=col]:after {
    content: " ";
    width: 80%;
    height: 2px;
    background: #00aeef;
    display: block;
    position:absolute;
    bottom:0;
    left:10%;
}*/

.titre_adherent {
    color:#003a8c;
}

.titre_adherent:after {
    content: " ";
    width: 60%;
    height: 2px;
    background: #00aeef;
    display: block;
    position:absolute;
    bottom:0;
    left:20%;
}

.adherent > .row1:last-child div[class*=col] {
	min-height: inherit;
	margin-bottom: 30px;
}
.adherent > .row1:last-child div[class*=col]:after {
	display:none;
}
.row1 div[class*=col] h3{
	/*font-weight: bold;*/
	font-size: 18px; /* 20 */
	font-family: "Nimbus", Arial, Helvetica;
	min-height: 30px;
    color:#6d6e71;
    
        margin-top: 10px;
        margin-bottom: 10px;
}
.row1 div[class*=col] p{
	font-size: 17px;
	font-family: "gotham book";
}

/*
.row1 div[class*=col] span{
	display: inline-block;
	height: 100px;
	width: 100px;
	text-align: center;
	color: #fff;
	background-size: 100%;
	background-repeat: no-repeat;
}


.row1 div[class*=col] span.fournisseur{
    background-image: url("../images/picto-contact.png");
}
.row1 div[class*=col] span.lettre_info_trimestrielle{
	background-image: url("../images/picto-news-later.png");
}
.row1 div[class*=col] span.bulletin_reglementaire{
	background-image: url("../images/picto-loup.png");
}
.row1 div[class*=col] span.pv_contact{
	background-image: url("../images/picto-file-text-bleu.png");
}
.row1 div[class*=col] span.ecomident{
	background-image: url("../images/picto-ecomident.png");
}
.row1 div[class*=col] span.revue_de_presse{
	background-image: url("../images/picto-revu-de-presse.png");
}
.row1 div[class*=col] span.flash_info{
	background-image: url("../images/picto-flash-info.png");
}
.row1 div[class*=col] span.synthese{
	background-image: url("../images/picto-synthese.png");
}
.row1 div[class*=col] span.planing{
	background-image: url("../images/picto-planing.png");
}
.row1 div[class*=col] span.groupe{
	background-image: url("../images/picto-groupe.png");
}
.row1 div[class*=col] span.enquette_de_branche{
	background-image: url("../images/picto-enquette-b.png");
}

.row1 div[class*=col] span.fournisseur:hover,
.row1 div[class*=col] span.lettre_info_trimestrielle:hover,
.row1 div[class*=col] span.bulletin_reglementaire:hover,
.row1 div[class*=col] span.pv_contact:hover,
.row1 div[class*=col] span.ecomident:hover,
.row1 div[class*=col] span.revue_de_presse:hover,
.row1 div[class*=col] span.flash_info:hover,
.row1 div[class*=col] span.synthese:hover,
.row1 div[class*=col] span.planing:hover,
.row1 div[class*=col] span.groupe:hover,
.row1 div[class*=col] span.enquette_de_branche:hover
{
    background-image: url("../images/survolle-picto.png");
}

.row1 div[class*=col] p::before{
	content: "";
	position: absolute;
	display: block;
	height: 0;
	border-bottom: 2px solid #003a8c;
	width: 50%;
	left: 15px;
	bottom: -10px;
}

.row1 div[class*=col].last-row p::before{
	border-bottom: none;
}

*/

@media all and (max-width: 768px){
	.float-left, .float-right{
		float: none;
	}
	.row1 div[class*=col] span{
		top: 0;
	}
	.TitleFooter {
        display: block;
        margin-top: 15px;
        font-size: 11px;
        min-height: 1em;
    }
}

.lwa {
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    left: 0;
    background: #b9e5fa;
    padding: 10px 20px;
    /* top: 0; */
    border-radius: 1px;
    font-family: "Helvetica Neue", Arial;
    font-weight: normal;
    text-align: center;
    text-rendering: auto;
    z-index: 9999;
    font-style: normal;
}
.lwa-submit-links{
	display:none;
}
.lwa input{
	border-radius:5px;
	background:white;
	border : 1px solid #00aeef;
	text-align:center;
}
td.lwa-username-input {
}
/*span.the_title_eco {*/
/*    float: left;*/
/*}*/
/*span.the_period_eco {*/
/*    float: right;*/
/*}*/
.percentage{
	clear: both;
}
.no-padding{
	padding:0 !important;
}
.moreTops{
	margin-top:20px;
}
/*.paddingPoum.first{
    padding: 0 8% 0 0%;
}
*/
.paddingPoum{
    padding: 0 4%;
}
/*.paddingPoum.third{
    padding: 0 0% 0 8%;
}
*/
.scrollTop {
    width: 60px;
    height: 60px;
    /* background: rgba(0, 0, 0, 0.13);*/
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    /*border-radius: 2px;*/
    margin-right: 30px;
    margin-bottom:10px;
}
.insideOfIt {
    width: 66%;
    margin-left: 27%;
}

/* MENTIONS LEGALES */
.mentions-legales h3 {
    color: #1b429a;
    font-size: 20px;
    text-transform: uppercase;
}
.mentions-legales p{
	margin-bottom: 20px;
}

/* CONFIDENTIALITE */
.confidentialite h3 {
    color: #1b429a;
    font-size: 20px;
    text-transform: uppercase;
}

.confidentialite hr{
	border-top: 2px solid #00afec;
    margin:30px 25%;
}
.confidentialite p{
	margin-bottom: 20px;
}

/* PAGE CONTACT */
.page-contact{
    padding-top: 35px;
}

.page-contact .bloc_bleu {
    background: #dfeff7;
    color: #1b429a;
    padding: 5px 30px 15px 30px;
    font-family: "Nimbus";
}
.reglementations .bloc_bleu {
	margin-top:40px;
    background: #5cc5ed;
    color: #003a8c;
    padding: 21px 30px 15px 30px;
    position: relative;
}
.reglementations .bloc_bleu p{
	text-align:left;
	padding:0;
	margin:10px 0;
}
.reglementations .bloc_bleu p a{
	color:inherit;
	text-decoration:underline;
	font-weight:bold;
	padding-top:10px;
	display:inline-block;
}

.reglementations .bloc_bleu.maisjaune{
	background:#fbf0a0;
}

.reglementations h3 {
    margin-top: 30px;
    color: #003176;
}
.reglementations .bloc_bleu.maisjaune h3{
	margin-top:0;
}
.page-contact h3 {
    font-family: "Nimbus", Arial, Helvetica;
    font-size: 1.4em;
    color: #095498;
    font-weight: bold;
    margin-top: 0;
}
.page-contact h4 {
    margin: 20px 0 15px;
}
.page-contact h5 {
	font-weight: bold;
	margin-bottom:5px;
}
.page-contact img.plan {
    width: 77%;
    margin-top:20px;
}
.page-contact a.zoom_plan{
	display:block;
	color:#095498;
	margin-top:15px;
}
.page-contact a.lien_plan {
    background: #00aeef url(../images/ico_lien_plan.png) no-repeat 97% center;
    background-size: 50px;
    display: block;
    text-align: right;
    padding: 12px 80px 12px 16px;
    color: white;
    font: bold 17px 'Nimbus';
    border-radius: 40px;
    width: 80%;
    margin-top:20px;
    -webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
}
.page-contact a.lien_plan:hover {
	 background-color:#1b429a;
	 -webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
}

.page-contact ul{
	padding:0;
}
.page-contact ul>li{
	margin-bottom:10px;
}

/*CHIFFRES CLES*/
.chiffres-cles {
    padding-top: 40px;
}

.chiffres-cles h3 {
    color: #095498;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    font-family: "Nimbus", Arial, Helvetica;
    margin-top: 0;
    margin-bottom: 30px;
}
.chiffres-cles b{
    color: #095498;
}

.chiffres-cles img.autres_informations{
	width:80%;
	margin-top:20px;
}

.chiffres-cles .repartition{
	position:relative;
	padding:0 20px;
}
.chiffres-cles .repartition > div{ 
	position:relative;
}
.chiffres-cles .repartition span {
    position: absolute;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    color: #095498;
    font-size: 16px;
    font-family: "Nimbus", Arial, Helvetica;
}

.margin-left-5{
	margin-left:5px;
}
.margin-left-10{
	margin-left:10px;
}

.chiffres-cles .repartition span:nth-child(1){
	bottom: 34px;
    left: 6px;
}

.chiffres-cles .repartition span:nth-child(2){
	top: -8px;
    left: 38px;
}

.chiffres-cles .repartition span:nth-child(3){
	top: -40px;
    left: 130px;
}

.chiffres-cles .repartition span:nth-child(4){
    top: -5px;
	right: 15px;
}
.chiffres-cles .repartition img{
	/*width:170px;
    margin: 100px auto 0;*/
}
.chiffres-cles  .donnees {
    padding-top: 35px;
}
.chiffres-cles .donnees span {
    display: block;
    padding-left: 30px;
}
.chiffres-cles .donnees .color_gris{
    color: #6d6e71;
    font-size: 4em;
    line-height: .7em;
    font-family: 'microgrammadmedextregular';
}

.chiffres-cles .donnees .color_orange{
    color: #f36f21;
	font-size: 1.8em;
    font-weight: bold;
    font-family: 'Nimbus';
    margin-left: 3px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/*PAGE ADHERER AU COMIDENT*/

.adherer-comident{
	padding-top: 40px;
}
.adherer-comident h3 {
    font-family: "Nimbus", Arial, Helvetica;
    font-size: 1.4em;
    color: #5e6bb0;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}
.adherer-comident b {
    color: #5e6bb0;
}

.adherer-comident .bloc {
    padding: 0px 20px;
    text-align: justify;
}
.adherer-comident ul {
    color: #5e6bb0;
    padding-left: 16px;
}
.adherer-comident b {
    color: #5e6bb0;
}
.adherer-comident u {
    color: #1b429a;
}
.adherer-comident .bloc_bleu {
    background: #aae0fa;
    color: #1b429a;
    padding:15px 30px;
    position:relative;
    text-align:center;
    font-weight: bold;
    margin-bottom:15px;
}

.adherer-comident .bareme img{
    position: relative;
    left: -30px;
    width: 430px;
}

.adherer-comident .bareme h3 {
    margin-left: 20px;
    color: #1b429a;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 30px;
}

.adherer-comident .list_lien{
    list-style: none;
    position: relative;
    top: 75px;
    right: -40px;
}

.adherer-comident .list_lien a {
    background: #6ecff6 url(../images/ico_lien.png) no-repeat 97% center;
    background-size: 40px;
    display: table-cell;
    text-align: right;
    padding: 0 60px 0 16px;
    color: #1b429a;
    font: bold 17px 'Nimbus';
    border-radius: 40px;
    margin-top: 20px;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    height: 50px;
    vertical-align: middle;
    line-height: 17px;
    width: 320px;
}
.adherer-comident .list_lien a:hover {
	 background-color:#00aeef;
	 -webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
}

.adherer-comident .list_lien li{
	margin-bottom: 30px;
}
.adherer-comident .list_lien li:nth-child(1){
	margin-left: 60px;
}

.adherer-comident .list_lien li:nth-child(2){
	margin-left: 30px;
}

.roleetmissions hr {
    border-top: 2px solid #00afec;
    margin:30px 10%;
}




.roleetmissions H2 {
    color: #5e6cae;
    font-family: "Nimbus", Arial, Helvetica;
    /* text-align: center; */
    margin: 20px 9.9%;
    font-size: 1.4em;
}
.bareme {
    margin-top: 20px;
}
.margintopper{
    margin-top:20px;
}
.roleetmissions H3 {
    color: #6d6e71;
    font-family: "Nimbus", Arial, Helvetica;
    text-align: left;
    font-size: 1.6em;
    margin-left:10%;
}
.roleetmissions p {
    font-family: "Nimbus", Arial, Helvetica;
    font-size: 14px;
    text-align:justify;
    padding:0 10% ;
}
.roleetmissions p.smallerText{
    font-size: 14px;
    text-align:left;
}
.roleetmissions p.congres{
     margin-bottom:40px;
}
.roleetmissions p.smallerText span.bigger{
    font-size: 18px;
    color: #6d6e71;
}

.roleetmissions p.smallerText img {
    width: 40%;
    float: right;
    display: inline;
    margin-right: 5%;
}

p.blueText {
    background: #d5ecfa;
    margin: 35px 10% 0 10%;
    padding: 20px;
    font-size: 1em;
    text-align: left;
}


.industriels{
	padding-top: 40px;
}
.industriels h3 {
    font-family: "Nimbus", Arial, Helvetica;
    font-size: 1.4em;
    color: #095498;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}
.industriels b {
    color: #095498;
}

.industriels h3.bleu {
    color: white;
    background: #1b429a;
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 25px;
}
.industriels ul {
    color: #1b429a;
    padding-left: 16px;
    font-weight: bold;
}
.industriels b {
    color: #1b429a;
}
a.magnilink {
    display: inline-block;
    text-decoration: underline;
    color: #003176;
    margin : 3PX 0;
}
.actu .view-article{
	display:inline-block;
	width:100%;
}
span.blueevent {
    float: right;
    background: #1b429a;
    color: white;
    padding: 6px 14px;
    margin-bottom: 2px;
}
.reglementations hr,
.industriels hr {
    border-top:2px solid #00aeef;
    margin:30px 0;
}
.industriels .bloc_bleu {
    background: #aae0fa;
    color: #1b429a;
    padding:15px 30px;
    position:relative;
    text-align:left;
    margin-bottom:15px;
}
.industriels img.img-responsive.immeuble {
    width: 60%;
    margin: auto;
    margin-top: 30px;
}

.documents-utiles h4{
	position:absolute;
	top:35px;
	color: #1b429a;
    font-size: 14px;
    font-weight: bold;
}
.documents-utiles h4:empty{
    display: none;
}
.documents-utiles .plaquette {
	width: 65%;
	float:right;
    margin-right: 40px;
    margin-top: 40px;
}
.documents-utiles{
	padding-top:40px;
}
.documents-utiles ul {
	list-style:none;
	padding-left:0;
	width:70%;
}
.documents-utiles h3 {
    font-family: "Nimbus", Arial, Helvetica;
    font-size: 1.4em;
    color: #095498;
    font-weight: bold;
    margin-top: 0;
}

.documents-utiles h3.docsutilesHead {
    color: white;
    text-transform: uppercase;
    background: #1b429a;
    display: block;
    width: 87%;
    padding: 10px;
}
.documents-utiles h4.vert {
    position: inherit!important;
    color: #1b429a;
    background: #5ec3ae;
    display: inline-block;
    top: 0;
    width: 70%;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
}
.documents-utiles h4.bleu {
    position: inherit!important;
    color: white;
    background: #1b429a;
    display: inline-block;
    top: 0;
    width: 70%;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
}

h3.lightblue {
    background: #00afec;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    clear: both;
    padding: 2px 10px;
    width: 100%;
}
.documents-utiles ul.ul_style_bleu a{
	background:#8dd8f8;
}
.documents-utiles ul.ul_style_rose a{
	background:#f8c1d9;
}
.documents-utiles ul.ul_style_vert a{
	background:#5ec3ae;
}
.documents-utiles ul li{
	margin-bottom: 10px;
}
.documents-utiles ul li a {
    display: block;
    padding: 5px 20px;
    color: #1b429a;
    position: relative;
    margin: 20px 0;
    -webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
}

.documents-utiles ul li a:hover {
    color: #ffffff;
	background:#1b429a;
    -webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
}
.documents-utiles ul li a:after{
    content: ' ';
    display: block;
    float: right;
    width: 40px;
    background: url(../images/ico_lien_bleu.png) no-repeat center center;
    background-size: 40px;
    height: 40px;
    position: absolute;
    right: -10px;
    top: -4px;
}
.documents-utiles h3.espace_presse {
    background: #c7eafc;
    padding: 25px 25px 25px 80px;
    text-transform: uppercase;
    position:relative;
    text-align:left!important;
    margin-bottom:30px;
}

.documents-utiles h3.espace_presse:before {
    content: '';
    width: 73px;
    height: 73px;
    background: url(../images/ico_espace_presse.png) no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    left: -24px;
    top: -1px;
}

.documents-utiles .border-point{
    background: url(../images/point.png) repeat-y 92% top;
    padding-right: 45px;
    background-size: 8px;
}

.documents-utiles .presse{
	text-align:center;
}

.documents-utiles .presse ul{
	margin:auto;
	text-align:left;
}

.actualites{
	padding-top:40px;
} 


.membres-titre-archive,
.membres-single-titre
{
    font-family: "Nimbus", Arial, Helvetica;
    font-size: 1.4em;
    color: #095498;
    font-weight: bold;
    margin-top: 0;
    /*padding: 0 25px 0 25px;*/
    text-transform: uppercase;
    position:relative;
    margin-bottom:10px;
}

.actualites div.row div.col-sm-12 h3.agenda {
    font-family: "Nimbus", Arial, Helvetica;
    font-size: 1.4em;
    color: #095498;
    font-weight: bold;
    margin-top: 0;
    padding: 0 25px 0 80px;
    text-transform: uppercase;
    position:relative;
    text-align:left!important;
    margin-bottom:30px;
}
.actualites article h3 a{
    font-family: "Nimbus", Arial, Helvetica;
    font-size: 1.4em;
    color: #095498;
    font-weight: bold;
    margin-top: 0;
    padding: 11px 25px 0 0;
    text-transform: uppercase;
    position:relative;
    text-align:left!important;
    margin-bottom:30px;
}

.actualites h3 article{
	margin-bottom:10px;
	display:inline-block;
	text-style:italic;
}
.actualites h3.actu_titre:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/ico_actu.png) no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -9px;
}
.actualites .bloc_bleu h3 {
    color: white!important;
    background: #1b429a!important;
    border-bottom: 5px solid white;
    padding: 10px 20px;
    margin-bottom: 30px;
    margin-top: -20px;
    margin-left: -35px;
    margin-right: -35px;
    text-transform: capitalize;
    text-align: center!important;
}


.actualites .img-left > img{
	float:left;
	margin-right:30px;
	margin-top:15px;
}
.actualites .bloc_bleu {
    background: #aae0fa;
    color: #1b429a;
    padding: 20px 35px 20px 35px;
    position: relative;
}

.bloc_bleu_titre {
    text-align: center;
    background: #fff;
    color: #1b429a; 
    font-size: medium;
    border-color: #aae0fa;
    border-style: solid;
    border-width: 1px;
}

.actualites .bloc_bleu ul {
    padding-left: 16px;
    margin-bottom:40px;
}
.actualites .actu a {
    color: #1b429a;
    font-weight: bold;
    font-size: 13px;
}
.actualites h4 a,
.actualites h4 {
    font-weight: bold!important;
    color: #1b429a!important;
    margin-top: 0;
    font-size: 16px!important;
}

.actualites .actu .more-link{display:none!important;}
.actualites .bloc_bleu h5 {
    font-weight: bold;
}
.actualites .bloc_bleu ul a {
    color: #1b429a;
    font-weight: bold;
    font-size: 13px;
}
.actualites span {
    font-size: 12px;
}

.actualites .actu {
    border-bottom:1px solid #a7a9ac;
    padding-bottom: 30px;
    margin:10px 0 30px;
}


.liste-adherent{
	padding-top:40px;	
}

.liste-adherent form{
    width: 70%;
    margin: auto;
    border: 1px solid #818285;
    padding-bottom:40px;
    margin-bottom:70px;
}
.liste-adherent form h3{
	background-color:#00aeef;	
	color:#ffffff;	
	padding: 5px 15px;
	text-transform: uppercase;
	font-family:'Nimbus';
	text-align: center;
	margin-top:0;
}

.liste-adherent form fieldset {
    margin: 10% 20%;
}

.liste-adherent form select{
	width:100%;
}
.liste-adherent form .invisible{
	opacity: 1!important;
    visibility: visible!important;
}

.liste-adherent form input{
	float:right;
}
.liste-adherent .lien_liste {
    text-align: center;
    display: block;
    font-family: "Gotham light", "Nimbus", Arial;
    font-weight: bold;
    font-size: 19px;
}
.liste-adherent form label {
    display: block;
}
.liste-adherent .lien_liste b {
    display: block;
     font-family: "Gotham bold", "Nimbus", Arial;
     color:#00aeef;
}

.liste-adherent .lien_liste img{
	margin:15px auto;
}
.liste-adherent .adherent {
    border: 2px solid #00aeef;
    width: 70%;
    padding: 4% 7%;
    margin-bottom: 40px;
}
.liste-adherent .adherent img {
    float: right;
    width: 90px;
}
.liste-adherent .adherent a {
	display:block;
	color:#00aeef;
	text-decoration:underline;
}
.liste-adherent .adherent h3{
    font-family: "Gotham bold", "Nimbus", Arial;
    font-size: 18px;
    color:black;
	margin-top:0;
	margin-bottom: 30px;
}
.type-documents_text a{
    color:#00afec;
}
.type-documents_text a:hover{
    color:#2ba4ce;
}

/*-- Actu --*/

.actu_membres {
    background-color: #e3f2fd;
    padding-top: 5px;
}

/*-- Membres --*/

h3.fournisseurs_titre:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/picto-file-text-bleu.png) no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -9px;
}

h3.flash_info_titre:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/picto-file-text-bleu.png) no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -9px;
}

h3.lettre_info_titre:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/picto-file-text-bleu.png) no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -9px;
}

h3.bulletin_titre:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/picto-file-text-bleu.png) no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -9px;
}

h3.groupe:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/picto-file-text-bleu.png) no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -9px;
}

h3.pv_titre:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/picto-file-text-bleu.png) no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -9px;
}

h3.revue_titre:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/picto-file-text-bleu.png) no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -9px;
}

h3.synthese_titre:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/picto-file-text-bleu.png) no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -9px;
}

h3.agenda:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/picto-file-text-bleu.png) no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -9px;
}

.rond-membres
{
    display: inline-block;
    background-color: #00afec;
    color: white; 
    width: 56px; /*80*/
    height: 56px;/*80*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 2em;
    
    line-height:56px;
    min-height:56px;
    vertical-align:middle; 

}

.rond-membres .glyphicon
{
    /*margin-top: 10px;*/
}

.rond-membres:hover
{
    background-color: #003176;
}


.rond-membres-bleu{
    background-color: #023b8b;
}

.rond-membres-bleu:hover
{
    background-color: #00afec;
}

.rond-membres-purple {
    background-color: #a93a8b;
}

.rond-membres-purple:hover
{
    background-color: #00afec;
}

.rond-membres-492 {
    background-color: #b5543e;
}

.rond-membres-492:hover
{
    background-color: #00afec;
}

.membres-intertitre-purple {
    font-weight: bold;
    font-size: 25px;
    font-family: "Nimbus", Arial, Helvetica;
    /*min-height: 50px;*/
    color: #a93a8b;
}
.membres-intertitre-492 {
    font-weight: bold;
    font-size: 25px;
    font-family: "Nimbus", Arial, Helvetica;
    /*min-height: 50px;*/
    color: #b5543e;
}


.mini_block_header {
    margin-right: 5px;
}

.mini_block_body {
    margin-right: 5px;
}

.category-actualites h3 {
	font-family: "Nimbus", Arial, Helvetica;
	font-size: 1.4em;
	color: #095498;
	font-weight: bold;
	margin-top: 0;
	padding: 0 25px 0 80px;
	text-transform: uppercase;
	position: relative;
	text-align: left !important;
	margin-bottom: 30px;
}