
/* 		
--------------------
style base 
--------------------
*/


body, html {
	
	font-family: 'Signika', sans-serif;
	font-size: 16px;
	color: #434343;
	background-color: #fff;
	font-weight: 400;
	
	min-height: 100%;
	
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	
	  overflow-x: hidden;
}

body{
	
/*-webkit-animation: fadein 2s; 
-moz-animation: fadein 2s; 
-ms-animation: fadein 2s; 
-o-animation: fadein 2s; 
animation: fadein 2s;	*/
	
}


* {
	padding: 0px;
	margin: 0px;
		
	
}

a {
	color: #32bcee;
	
	transition: color 0.5s;
	 text-decoration:none;
}

a:hover{
  color: #32bcee;
 text-decoration: none;
}


p {
	line-height: 1.4em;
	padding-bottom: 10px;
}

.txt_intro{
	font-size:18px;
	color:#004e9c;
	padding: 0px 0px 50px 0px;
}

.txt_intro p, home_txt2 p{
	line-height:1.6em;	
}



h1 {
	font-family: 'Signika', sans-serif;
	font-size: 48px;
	color: #FFF;
	font-weight:600;
	display:inline-block;
	position: relative;
    width: 100%;
}


h2 {
    font-family: 'Signika', sans-serif;
	font-size: 30px;
	color: #032e5a;
	font-weight:600 ;
	margin-bottom: 27px;
	line-height: 1.1em;
}



h3 {
    font-family: 'Signika', sans-serif;
	font-size:24px;
	color:#032e5a;
	font-weight:400;
	padding-bottom:24px;
}

.home_activite_info h3{
	padding-bottom:0px;
}

h4 {
	font-family: 'Signika', sans-serif;
	font-size:16px;
	color:#032e5a;
	font-weight:400;
	padding-top:10px;
	padding-bottom:5px;
	
}





img {
	border: 0px;
	max-width:100%;
	height:auto;
}
.img_bgcover{
	background-position:center center;
	background-size: cover;
	background-repeat:no-repeat;
}

img.rondeImg, .rondeImg{
	border-radius:50%;
}
table , iframe{
	width: 100%;
}



.clear {
	clear: both;
}

*:focus {
    outline: 0;
}



.myhr {
	 position: relative;
	width: 100% ;
	background-color: #D7D7E0;
	height: 1px;
	margin-top: 26px;
	margin-bottom: 30px;
}

.firstlink {
	cursor: pointer;
}




.centerme{
	float:none !important;
	margin:auto !important;
	text-align:center;
}

.middle_top{
	position: absolute !important;
	top:50%;
    -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}


.middle_middle, .fullscreenvideowrapper iframe{
	position: absolute;
	top:50%;
	left:50%;
	
    -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.fullscreenvideowrapper{
	position: relative;
	width:100vw;
	height: 100vh;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}



.makeitfull{
	overflow:hidden;
	
}
.makeitfull > iframe, .makeitfull > img{
	position:absolute;
	top:50%;
	left:50%;
	
	-webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


#mobilemenu:not( .mm-menu ) {
   display: none;
}

/* 		
--------------------
Bouton
--------------------
*/




a.btn_color_blue{
color: #032e5a !important;
padding: 22px 0px;
position:relative;

}


a.btn_color_blue_light{
color: #32bcee !important;
padding: 22px 0px;
position:relative;

}

a.btn_color_white{
color: #FFF !important;
padding: 22px 0px;
position:relative;

}
a.btn_color_cyan{
color: #009db2 !important;
padding: 22px 0px;
position:relative;

}
a.btn_color_green{
color: #96c11f !important;
padding: 22px 0px;
position:relative;

}

a.btn_color_grey{
color: #94969a !important;
padding: 22px 0px;
position:relative;

}






a.btn_background_blue{
color: #FFF;
background-color:#032e5a;
padding: 8px 30px !important;
border-radius: 50000px;
position:relative;
}

a.btn_background_blue_light{
color: #FFF;
background-color:#32bcee;
padding: 8px 30px !important;
border-radius: 50000px;
position:relative;
}

a.btn_background_white{
color: #032e5a;
background-color:#FFF;
padding: 8px 30px !important;
border-radius: 50000px;
position:relative;
}
a.btn_background_cyan{
color: #FFF;
background-color:#009db2;
padding: 8px 30px !important;
border-radius: 50000px;
position:relative;
}
a.btn_background_green{
color: #FFF;
background-color:#96c11f;
padding: 8px 30px !important;
border-radius: 50000px;
position:relative;
}

a.btn_background_grey{
color: #FFF;
background-color:#94969a;
padding: 8px 30px !important;
border-radius: 50000px;
position:relative;
}

a.btn_background_blue:hover, a.btn_background_blue_light:hover, a.btn_background_white:hover, a.btn_background_cyan:hover, a.btn_background_green:hover, a.btn_background_grey:hover {
	color:#FFF !important;
}


/*
.btn_background_blue:after, .btn_background_blue_light:after, .btn_background_white:after, .btn_background_cyan:after, .btn_background_green:after, .btn_background_grey:after {
	content: "\f061";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	 padding-left: 10px;
	
}
.btn_background_blue:hover:after, .btn_background_blue_light:hover:after, .btn_background_white:hover:after, .btn_background_cyan:hover:after, .btn_background_green:hover:after, .btn_background_grey:hover:after {
	 padding-left: 20px;
	
}*/



a.btn_border_blue, button{
color: #032e5a;
border: 1px solid #032e5a;
padding: 8px 30px;
border-radius: 50000px;
position:relative;
font-size: 14px;
}

a.btn_border_blue:hover, button:hover{
background-color: #032e5a;
color:#FFF;

}

a.btn_border_blue_light{
color: #32bcee;
border: 1px solid #32bcee;
padding: 8px 30px;
border-radius: 50000px;
position:relative;
font-size: 14px;
}

a.btn_border_blue_light:hover{
background-color: #32bcee;
color:#FFF;

}


a.btn_border_white{
color: #FFF ;
border: 1px solid #FFF;
padding: 8px 30px;
border-radius: 50000px;
position:relative;
background-color:transparent ;
font-size: 14px;
}



a.btn_border_cyan{
color: #009db2;
border: 1px solid #009db2;
padding: 8px 30px;
border-radius: 50000px;
position:relative;
font-size: 14px;
}
a.btn_border_cyan:hover{
background-color: #009db2;
color:#FFF;

}



a.btn_border_green{
color: #96c11f;
border: 1px solid #96c11f;
padding: 8px 30px;
border-radius: 50000px;
position:relative;
font-size: 14px;
}
a.btn_border_green:hover{
background-color: #96c11f;
color:#FFF;

}



a.btn_border_grey{
color: #94969a;
border: 1px solid #94969a;
padding: 8px 30px;
border-radius: 50000px;
position:relative;
font-size: 14px;
}
a.btn_border_grey:hover{
background-color: #94969a;
color:#FFF;

}



a.btn_underline_blue{
color: #032e5a;
border-bottom: 2px solid #032e5a;
padding: 22px 0px;
width:100%;
max-width:414px;
display:block;
position:relative;
}


a.btn_underline_blue_light{
color: #32bcee;
border-bottom: 2px solid #32bcee;
padding: 22px 0px;
width:100%;
max-width:414px;
display:block;
position:relative;

}

a.btn_underline_white{
color: #FFF;
border-bottom: 2px solid #FFF;
padding: 22px 0px;
width:100%;
max-width:414px;
display:block;
position:relative;

}
a.btn_underline_cyan{
color: #009db2;
border-bottom: 2px solid #009db2;
padding: 22px 0px;
width:100%;
max-width:414px;
display:block;
position:relative;

}
a.btn_underline_green{
color: #96c11f;
border-bottom: 2px solid #96c11f;
padding: 22px 0px;
width:100%;
max-width:414px;
display:block;
position:relative;
}

a.btn_underline_grey{
color: #94969a;
border-bottom: 2px solid #94969a;
padding: 22px 0px;
width:100%;
max-width:414px;
display:block;
position:relative;
}


.btn_underline_blue:after, .btn_underline_blue_light:after, .btn_underline_white:after, .btn_underline_cyan:after, .btn_underline_green:after, .btn_underline_grey:after {
	content: "\f061";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	position: absolute;
    right: 10px;
	 transition: all 0.4s ease;
}

.btn_underline_blue:hover:after, .btn_underline_blue_light:hover:after, .btn_underline_white:hover:after, .btn_underline_cyan:hover:after, .btn_underline_green:hover:after, .btn_underline_grey:hover:after {
	
    right: 0px;
	
}




a.btn_fleche-left{
	padding-left: 40px !important;
}

.btn_fleche-left:before {
	content: "\f060";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	 padding-right: 10px;
	position: absolute;
    left: 15px;
	 transition: all 0.4s ease;
	
}
.btn_fleche-left:hover:after {
    left: 10px;
	
}



a.btn_fleche-right{
	padding-right:40px !important;
}

.btn_fleche-right::after {
    content: "\f061";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    padding-left: 10px;
    position: absolute;
    right: 15px;
    transition: all 0.4s ease;
	top: 50%;
	transform:translateY(-50%);
	
}
.btn_fleche-right:hover:after {
    right: 10px;

}



.btn_backliste{
	font-size:15px;
	color:#032e5a;
	display:block;
	line-height: 64px;
	height: 64px;
	text-transform:uppercase;
	
}

/* 		
--------------------
container / inside 
--------------------
*/
.container{
	min-height:200px;
	padding-top:100px;

}
.container_page{
	margin-bottom:40px;
	
}


.container ul{
	padding: 0px 0px 30px 20px;
}



.inside{
     box-sizing: border-box;
	position: relative;
	margin: auto;
	width:100%;
	max-width: 1220px;
	padding: 0px 15px;
	
}




/* 		
--------------------
header
--------------------
*/



#header {
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
	    background-color: #FFF;
	
}

body:not(.home) #header{
	 background-color: rgba(255, 255, 255, 0.9);
	
}

.headroom--pinned {
    transform: translateY(0%);
   
}


.headroom--unpinned {
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out 0s;
}
.headroom--not-top {
    background-color: rgba(255, 255, 255, 0.9);
}



#logo{
	float:left;
	display:inline-block;
	z-index: 400;
	padding:0px 0px;
}

#logo h1{
	
	width:144px;
	height: 70px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-image:url(/img/logo.svg);
	
	background-position: left center;
	background-repeat: no-repeat;
	background-size:contain;
	
	padding: 0px;
	margin: 0px;
	 
}


.header_page{
	position:relative;
	min-height:178px;
	 border-bottom-right-radius: 5000px;
	 border-top-right-radius: 5000px;
	 margin-right:20px;
	 background-position: center center;
	 background-size:cover;
}

.header_page_debgradee{
	position:absolute;
	width:70vw;
	height:100%;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032e5a+0,032e5a+74,ffffff+100&1+0,1+74,0+100 */
background: -moz-linear-gradient(left, rgba(3,46,90,1) 0%, rgba(3,46,90,1) 30%, rgba(3,46,90,0.5) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(3,46,90,1) 0%,  rgba(3,46,90,1) 30%, rgba(3,46,90,0.5) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(3,46,90,1) 0%,  rgba(3,46,90,1) 30%, rgba(3,46,90,0.5) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032e5a', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */	
		
}

.header_page .inside{
	 padding-left:25px;
}

h1.header_page_titre, ul.breadcrumb li, ul.breadcrumb li a{
	
text-shadow: 0 0 30px rgba(0,0,0,0.50) !important;

}

.header_sousmenu{
	position:relative;
	
}

.header_sousmenu .inside{
	background-color:#eeeeee;
	 border-bottom-right-radius: 5000px;
	 border-top-right-radius: 5000px;
	 padding-right:40px;
	
}

.header_sousmenu_debgradee{
	position:absolute;
	width:50vw;
	right:50%;
	top:0px;
	height:100%;
	background-color:#eeeeee;
}

/* 		
--------------------
Breadcrumb
--------------------
*/



ul.breadcrumb{
padding-top:27px;
padding-bottom:56px;
 padding-left: 0px;
}


ul.breadcrumb li a::before {
    color: #FFF;
    content: " > ";
    display: block;
    float: right;
    text-align: right;
    width: 14px;
}

ul.breadcrumb li {
    float: left;
    list-style: outside none none;
    padding-right: 6px;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
}

ul.breadcrumb li:last-child{
	
}

ul.breadcrumb li a{
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
}




/* 		
--------------------
Top menu
--------------------
*/



.top_nav{
	background-color:#eeeeee;
	height:30px;
}


#top_nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	float:right;
}
ul#top_nav li {
    float: left;
    position: relative;
}
ul#top_nav>li a {
	
    color: #032e5a;
    float: left;
    font-size: 12px;
	font-weight:400;
    padding-right: 10px;
	padding-left: 10px;
    position: relative;
    text-decoration: none;
	line-height:30px;
	height:30px;
	
	
}
ul#top_nav a:hover, ul#top_nav li.active>a {
    color: #FFF;
	background-color:#37b2c3;
}



/* 		
--------------------
Main menu
--------------------
*/



.main_nav{
	 opacity: 1;
    pointer-events: all;
    position: relative;
    z-index: 500;
	float:right;
	 top:0px;
}


#nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul#nav li {
    float: left;
    position: relative;
	padding:0px 21px;
}



ul#nav li:last-child {
   padding-right:0px !important;
}
ul#nav>li a {
    color: #032e5a;
    float: left;
    font-size: 15px;
	font-weight:400;
    position: relative;
    text-decoration: none;
	line-height:70px;
	height:70px;
	text-transform:uppercase;
}

 ul#nav li.childrenme:hover {
    color: #FFF;
	background-color:#009db2;
}
 ul#nav li.childrenme:hover a {
    color: #FFF !important;
	
}

ul#nav li a{
	border-bottom:2px solid #FFF;
}

ul#nav li.active a,  ul#nav li:hover a{
	border-bottom:2px solid #009db2;
	
}

ul#nav ul {
    left: 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    top: 72px;
    transition: all 0.1s ease-in-out 0s;
    visibility: hidden;
    z-index: 100;
	background-color:#009db2;
}
ul#nav ul li {
    display: block;
    float: none;
	background-color:#009db2;
	padding:0px ;
	
}
ul#nav ul li.first {
	
}

ul#nav li:hover ul {
    opacity: 1;
    visibility: visible;
}
ul#nav ul li a {
	
	box-sizing:border-box;
    color: #FFF;
    display: block;
    float: none;
    font-size: 14px;
	font-weight:600;
    height: auto;
	padding:21px;
	line-height:1.2em;
    white-space: nowrap;
    min-width:100%;
	border-bottom:0px !important;
}

ul#nav li:hover ul, ul#nav li:focus ul {
    display: block;
    visibility: visible;
}

 ul#nav ul li.active , ul#nav ul li:hover {
	color:#FFF;
	background-color:#007e8e;
	border-bottom:0px !important;
	
}
ul#nav ul li.activites{
	background-position:20px center;
	background-repeat:no-repeat;
	 background-size: auto 50%;
	
}
ul#nav ul li.activites a{
	padding-left:60px;	
}


/* 		
--------------------
Sous menu
--------------------
*/



.nav_sous{
	height:64px;
}


#nav_sous {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	float: left;
}
ul#nav_sous li {
    float: left;
    position: relative;
}
ul#nav_sous>li a {
	
    color: #032e5a;
    float: left;
    font-size: 15px;
	font-weight:600;
    padding-right: 18px;
	padding-left: 18px;
    position: relative;
    text-decoration: none;
	line-height:64px;
	height:64px;
	text-transform:uppercase;
	
}
ul#nav_sous a:hover, ul#nav_sous li.active>a {
    color: #009db2;
	background-color:#FFF;
}











/* 		
--------------------
Colonnes
--------------------
*/

.container_col{
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}
.col{
	float: left;
	position: relative;
	margin: 10px;
}

.col_block {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.col_block .col {
    display: inline-block;
    float: none;
    vertical-align: text-top;
    text-align: left;
}



.col1{
	width:calc(((100% - (12*20px))/12)*1);
}
.col2{
	width:calc((((100% - (12*20px))/12)*2) + (1 * 20px));
}
.col3{
	width:calc((((100% - (12*20px))/12)*3) + (2 * 20px));
}
.col4{
	width:calc((((100% - (12*20px))/12)*4) + (3 * 20px));
}
.col5{
	width:calc((((100% - (12*20px))/12)*5) + (4 * 20px));
}
.col6{
	width:calc((((100% - (12*20px))/12)*6) + (5 * 20px));
}



.team_colonne.col6{
	width:calc((((100% - (12*20px))/12)*6) + (5 *19px));
}


.col7{
	width:calc((((100% - (12*20px))/12)*7) + (6 * 20px));
}
.col8{
	width:calc((((100% - (12*20px))/12)*8) + (7 * 20px));
}
.col9{
	width:calc((((100% - (12*20px))/12)*9) + (8 * 20px));
}
.col10{
	width:calc((((100% - (12*20px))/12)*10) + (9 * 20px));
}
.col11{
	width:calc((((100% - (12*20px))/12)*11) + (10 * 20px));
}
.col12{
	width:calc((((100% - (12*20px))/12)*12) + (11 * 20px));
}


.col img, .col a img, .col_full img{
	max-width:100% ;
	height:auto !important;
}


.col_content_center {
	text-align:center;	
}
.col_content_left *{
	text-align:left;	
}
.col_content_right *{
	text-align:right;	
}

.col_carre{
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
	background-color: #FFF;
	
	display:block;
	content:"";
	padding-top: 100%;
}


.col_separator{
	width:100%;
	height:1px;
	float:left;
}
.colseparateur{
	width: 100%;
	clear: both;
	margin: 0px !important;
	min-height: 0px !important;
	height: 1px !important;
}

.col_full{
	position:relative;
	background-position: top center;
/*	background-position: center center;*/
	background-size:cover !important;
	background-repeat: no-repeat;
	 background-attachment:fixed;
	 width:calc(100% - 30px);
	clear: both;
	height:70vh;
}


 .col_to_left .col{
	float:left;
}


.col_to_right  .col {
	float: right !important;
	
}

.col_full img{
	display:none;	
}

.after_col_full{
	width:100%;
	height:15px;
	float:left;
	
}

/* 		
--------------------
Carousel
--------------------
*/


.myslide{
	background-repeat:no-repeat;
	background-size: cover;	
}

.owl-dots {
	text-align: center;
	float: left;
	position: absolute;
	bottom: 20px;
	display: inline-block;
	left: 50%;
	    -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
.owl-dot {
	float:left;
	display:inline-block;
}
.owl-dot span {
    width: 5px;
    height: 5px;
    margin: 2px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dot.active span{
	 width: 9px;
    height: 9px;
	  margin: 0px 7px;
}


/* 		
--------------------
Home Carousel
--------------------
*/



.home_carousel {
    width: 100%;
    position: relative;
    min-height: 456px;
	overflow:hidden;
}

.home_carousel .myslide {
    width: 100%;
    min-height: 456px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain auto;
	
}


.myslide_cover{
	background-image:url(../img/home-overlay.png);
	background-repeat:no-repeat;
	background-position: center left;
	background-size: auto 100%;
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	
}

.myslide_titre_home{
	
	text-align:center;
	max-width:600px;
	padding-bottom:40px;
	
}

.myslide_btn_home{
	background-color: #032e5a;
	font-weight:600;
	color: #FFF;
	font-size: 14px;
	border-radius: 50000px;
	display: inline-block;
	line-height: 20px;
	padding: 10px 20px;
	margin-top:30px;
}

.myslide_btn_home:hover{
	background-color: #37B2C3 !important;
	color: #FFF !important;
	
}


.myslide_titre_home h1 {
      text-shadow: 0 0 30px rgba(0,0,0,0.50)
}

/* 		
--------------------
Home page
--------------------
*/






.home_intro{
	font-size:24px;
	color:#032e5a;
	padding:70px 20px 60px 20px;
	
}

/*.home_intro:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 40px;
    width: 2px;
    z-index: 1;
    dispaly: block;
    background-color: #032e5a;
}*/

.home_content{
	background-color:#eeeeee;
	padding:40px 5px;
	
}
.home_content_txt{
	padding-top:30px;
}
.home_content_img{
	margin-right:40px;
	
}
.home_content_img:after {
    display: block;
    content: "";
    padding-top: 100%;
}

h2.home_activite_titre{
	margin:50px 0px !important;
	
}


.home_activite_bande{
	position:relative;
	min-height:184px;

}

.home_activite_color{
	position:absolute;
	right: calc(50% - 260px);
	width:200vw;
	height:100%;
	border-radius:50000px;
}

.even.home_activite_bande .home_activite_color{
		right: calc(50% - 340px);
	
}

.home_activite_img{
	position:absolute;
	right: 0px;
	width:100vw;
	height:100%;
	border-radius:50000px;
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-position: right center;
		 transition: background-size 0.5s ;
}

.home_activite_bande:hover .home_activite_img{
	
	background-size: auto 120%;
	
}


.even.home_activite_bande .home_activite_img{
		right: 84px;
	
}

.home_activite_info{
	position:absolute;
	right: calc(50% - 200px);
	width:350px;
	padding-left:100px;
	background-position: left center;
	background-repeat:no-repeat;
	background-size: auto 100%;
	text-align:right;
	min-height:60px;
}

.home_activite_info h3{
	width:200px;
	color:#FFF;
	text-align:left;
	
}
.home_activite_btn{
	right:0px;
	
	
}




.home_partenaires_container{
	padding:70px 0px;
	
}
.col_partenaires_logo img{
	padding: 0px 20px;
	max-height:100px;
	width:auto;
	
}

.partenaires_logo {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.partenaires_logo:after {
  content: "";
  display: block;
  padding-top: 80%;
}


.home_btn_all_partenaires{
	right:20px;	
}

.home_parteneaires_titre{
	font-size:14px;
	color:#02264a;
	font-weight:600;
	text-transform:uppercase;
	
}

/* 		
--------------------
Pages
--------------------
*/


.container_page {
	padding-top:70px;
	
}

.container_page ul{
	  list-style-type: none;
	padding-left:34px;
}

.container_page ul li{
	position:relative;
	padding-bottom:4px
}

.container_page ul li::before {
    content: "• ";
    color: #2fb4e5;
    font-size: 20px;
    position: absolute;
    left: -15px;
    top: -4px;
}


.container_page ol{
    list-style-type: none;
	padding-left:38px;
	
}

.container_page ol li {
  counter-increment: step-counter;
  margin-bottom: 25px;
  font-size:16px;
  color:#434343;
  position:relative;
}

.container_page ol li::before {
	 position: absolute;
    left: -35px;
    top: -4px;
    content: counter(step-counter);
    font-size: 19px;
    font-weight: 600;
    background-color: #2fb4e5;
    color: #FFF;
    padding: 2px 9px;
    border-radius: 100%;
}


/* 		
--------------------
Pages carousel
--------------------
*/


.page_carousel .myslide:after {
    display: block;
    content: "";
    padding-top: 60%;
}
.page_carousel{
	overflow:hidden;
	padding-bottom: 60px;
	padding-top: 50px;
	
}
.page_carousel .owl-dots {
    bottom: 30px;
}
.page_carousel .owl-dot span {
    background: #2fb4e5;

}

/* 		
--------------------
Pages vidéos
--------------------
*/

.page_video_titre {
	font-size:16px;
	color:#313131;
	margin-bottom:20px;
	position: relative;
	padding-left:40px;
}

.page_video_titre h2{
	font-size:24px;
	margin-bottom:0px;
}

.page_video_top{
	padding-bottom:20px;
	
}

.page_video_bottom{
	padding-top:24px;
	padding-bottom:20px;
	
}

.page_video_titre h2:before{
	content:"\f03d";
	font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
	position: absolute;
    left: 0px;
	top:0px;
	
}


/* 		
--------------------
Bandeau activités
--------------------
*/

.activites_bandeau{
	padding:44px 0px 26px 0px;
	background-color:#eeeeee;
	
}

.activites_bandeau h2{
	    margin-bottom: 58px !important;
}


.activite_bandeau_btn{
    display: block;
    padding: 20px 40px 20px 84px;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-radius: 5000px;
    color: #FFF;
    font-size: 18px;
		
}

.activite_bandeau_btn:hover {
   color: #FFF !important;
	 
}
.activite_bandeau_btn:hover:after {
   color: #FFF !important;
    right: 18px;

	
}
.activite_bandeau_btn:after {
	content: "\f061";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	position: absolute;
    right: 24px;
	top:calc(50% - 9px);
	transition: all 0.4s ease;
	
}

/* 		
--------------------
Team
--------------------
*/


.team_photo{
	background-size:cover;
	background-position:center center;
	border-radius:5000px;
/*	filter: grayscale(100%);*/
	
}
.team_photo:after {
    display: block;
    content: "";
    padding-top: 100%;
}

.team_info{
	font-size:14px;
	color:#434343;
	
}
.team_info h3{
	color:#a8cb4f;
	font-size:18px;
	font-weight:600;
	padding-top:50px;
	padding-bottom: 0px;
}

a.link_social  {
    margin-left: 0px;
    width: 26px;
    height: 26px;
    text-align: center;
    background-color: #02264a;
    color: #FFF;
    display: inline-block;
    font-size: 15px;
	border-radius:50%;
	line-height:26px;
}
a.link_social i{
	padding-top:4px;
}

.link_rss{
	background-image: url(/img/rss.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 36%;
	
}
/* 		
--------------------
Publications
--------------------
*/


.publication_info{
	position:relative;
	color:#313131;
	border-bottom:1px solid #d2d2d2;
	padding-left:40px;
	padding-right:150px;
	margin-bottom:40px;
	
}
.publication_info:before {
	content: "\f15b";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	font-size:24px;
	color:#004e9c;
	position: absolute;
    left: 0px;
	top:0px;
	
}


.publication_info h3{
	padding-bottom:0px;
	color:#004e9c;
	font-size:24px;
}
.publication_info a{
	right:0px;
	
}



/* 		
--------------------
Actualites
--------------------
*/


.actualite_info{
	position:relative;
	color:#313131;
	border-bottom:1px solid #d2d2d2;
	padding-right:150px;
	font-size:16px;
	margin-bottom:40px;
	
}


.actualiteinfo h3{
	padding-bottom:0px;
	color:#004e9c;
	font-size:24px;
}
.actualite_info a{
	right:0px;
	
}
.actualite_date{
	color:#009db2;
	font-weight:600;
	padding-bottom:4px;
	margin-top:-10px;
	
}


.page_actualites .txt_intro{
	padding:30px 0px;
	
}

/* 		
--------------------
Titre sous sous rub catégorie
--------------------
*/

.titre_cat_sous_rub{
	font-size:30px;
	color:#032e5a;
	margin-top:40px;
	
	
	
}
/* 		
--------------------
Colonne left Pages
--------------------
*/


.colonne_left_container{
	padding-right:40px;
	
}

/* 		
--------------------
Colonne right Pages
--------------------
*/



.colonne_right_container{
	padding-left:40px;
		font-size:14px;
	
}

.colonne_right_container h3{
	border-bottom:1px solid;
	padding-bottom:17px;
	margin-bottom:17px;
	text-transform:uppercase;
}

.colonne_right_extra{
	position:relative;
	margin-bottom:40px;
}
.texte_extra{
	font-size:16px;	
}

.colonne_right_etude_titre{
	color:#32bcee;
	
}
.colonne_right_etude a:before{
content: "\f061";
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
padding-right: 10px;

}

.colonne_right_publications_titre{
	color:#37b2c3;
}

.colonne_right_publications_info{
	
	padding-left:20px;
	margin-bottom:10px;
	
}
.colonne_right_publications_info a{
	padding-bottom:0px;
		color:#37b2c3;
}

.colonne_right_publications_info:before{
	color:#37b2c3;
	content: "\f15b";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	font-size: 14px;
	position: absolute;
    left: 0px;

	
}

.colonne_right_team_container{
	float:left;
	width:100%;
	
}
.colonne_right_team_titre{
	color:#9fc63b;
	
}
.colonne_right_team .team_nom{
	color:#9fc63b;
	padding-top:30px;
	
}
.colonne_right_team {
	
}





/* 		

--------------------
FORMULAIRE
--------------------

*/

 button[type=submit]{
	 cursor: pointer;
	

}
form #csrf_tokenizer {
    display: none;
}

/* 		
--------------------
Contact
--------------------
*/


.contact_adresse{
	padding-left:28px;
	position:relative;
	color:#434343;
	padding-bottom:4px;
}
.contact_adresse:before{
content: "\f041";
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
color:#96c11f;
position:absolute;
left:0px;
top:0px;

}

.contact_tel{
	padding-left:28px;
	position:relative;
		color:#434343;
		padding-bottom:4px;
}
.contact_tel:before{
content: "\f095";
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
color:#96c11f;
position:absolute;
left:0px;
top:0px;

}

.contact_email{
	padding-left:28px;
	position:relative;
		color:#434343;
}
.contact_email:before{
content: "\f0e0";
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
color:#96c11f;
position:absolute;
left:0px;
top:0px;

}


.contact_horaire *{
	color:#032e5a;
	padding-left:28px;
}

/*.contact_horaire:before{
content: "\f017";
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
position:absolute;
left:0px;
top:0px;

}*/

.contact_horaire ul{
	padding-left:0px;
	
}
.contact_horaire li{
list-style:none;
padding-left:28px;
position:relative;
	
}

.contact_horaire ul li:before{
content: "\f017";
font-family: "Font Awesome\ 5 Free";
font-size:14px;
color: #004e9c;
font-weight: 900;
position:absolute;
left:0px;
top:0px;

}



.contact_parkings, .contact_parkings_titre{
	color:#004e9c;
}

.contact_parkings ul{
	padding-left:0px;
	
}
.contact_parkings li{
list-style:none;
padding-left:28px;
position:relative;
	
}
.contact_parkings ul li:before{
content: "\f1b9";
font-family: "Font Awesome\ 5 Free";
font-size:14px;
color: #004e9c;
font-weight: 900;
position:absolute;
left:0px;
top:0px;

}

.contact_transport, .contact_transport_titre{
	color:#32bcee;
}
.contact_transport{
	padding-left:28px;
}
.contact_transport:before{
content: "\f207";
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
position:absolute;
left:0px;
top:0px;

}




h3.contact_horaire_magasin_titre{
	color:#37b2c3 !important;
}
.contact_horaire_magasin{
	padding-left:28px;
	color:#434343 !important;
}
.contact_horaire_magasin a{
	/*margin-left:-28px;*/
	
}
.contact_horaire_magasin:before{
content: "\f017";
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
position:absolute;
color:#37b2c3;
left:0px;
top:0px;

}

/* 		
--------------------
Map
--------------------
*/


#map{
	position:relative;
	  min-height:460px;
	  width:100%;
	  max-height:100%;
	  margin-bottom:20px;
	  margin-top:60px;
}


 #map img  {
  max-width: auto !important;
    height: auto !important;
}



/* 		
--------------------
Footer
--------------------
*/


#footer h1{
	font-size:24px;
}

#footer * a:hover{
	color:#009db2 ;
}
#footer_top{
	width:100%;
	background-color:#032e5a;
	position:relative;
	padding:38px 0px;
}

.footer_social_nav{
	right:15px;
	
}
a.link_social_nav{
	float:right;
	color:#FFFFFF;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	border:1px solid;
	text-align:center;
	margin-left:16px !important;
	display:block;
	
}

a.link_social_nav i{
	line-height:40px;
}

#logo_footer h1 {
    width: 144px;
    height: 70px;
    display: block;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url(/img/logo_neg_realise.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
	float:left;
}

#footer{
	width:100%;
	background-color:#02264a;
	position:relative;
	
}



#footer ul {
    display: inline-block;
	list-style:none;
	margin:0px;
	padding:0px;
}

#footer ul  li {
    float: left;
}

#footer .fas {
    margin-right: 8px;
}

#footer_middle{
	padding:36px 0px;
}
#footer_middle *{
	color:#FFF ;
	line-height:1.6em;
}
#footer_middle i{
	font-size:12px;
}
#footer_middle a, #footer_middle h1{
	color:#FFF ;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
ul.footernav{
	padding-top:14px;	
}


#footer_bottom {
	width:100%;
	background-color:#FFF;
	position:relative;
	padding:38px 0px;
	
}

.footer_logo_lien{
	float:left;
	
}

.footer_logo_lien img{
	max-height:50px;
	width:auto !important;
	margin-right:20px;
	margin-bottom:20px;
	
	
}

.footer_nav{
	right:15px;
}

.footer_nav *{
	font-size:12px;
	font-weight:600;
	color:#7d7d7d !important;
	text-transform:uppercase;
		
}

.footer_nav a{
	padding-left:6px;
	
}
.footer_nav a:before{
	content:'|';
	padding-left:6px;
	padding-right:6px;
	
}

/* 		
--------------------
Autres
--------------------
*/

[data-ajaxpopup]{
cursor: pointer;	
}



.colseparateur{
	width: 100%;
	clear: both;
	margin: 0px !important;
	min-height: 0px !important;
	height: 1px !important;
}



.nomobile{
	display: block;
}

.mobile{
	display: none ;
}



.video_ios{
	display:none ;	
}

body.ios .video_ios{
	display:block !important;
}

body.ios  .novideobackground{
	display:none;
}



select.mobile, .selectric-wrapper{
	display:none !important;
	
}


.option.selected{
	color:#2fb4e5 !important;
	
}



.mm-page__blocker{
	z-index:999;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {

    color: #032e5a;
}

.mm-menu .mm-listview .mm-btn_next::after, .mm-menu .mm-btn::after, .mm-menu .mm-btn::before{
    border-color: #032e5a;
}

@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}



@media all and (max-width:1024px){

ul#nav li {
    padding: 0px 34px;
}
ul#nav ul li a {
    font-size: 12px;
}
}


/* 		
--------------------
930
--------------------
*/




@media all and (max-width:930px){
	
	.main_rdv, .main_langue{
		display:none;
		
	}
	
	a.logo_phone img{
		width:50px !important;
		
	}
	
	body .main_nav{
		display:none;

	}
	
	.nomobile{
		display: none !important;
	}
	
	.mobile{
		display: block ;
	}
	.selectric-wrapper{
		display: block !important;
	}
	
	
 #logo_phone{
		background-image:url(/img/logo.svg);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:contain;
		 display:inline-block !important;
		 height:75px;
		 width:150px;
	}
	
	
	body.home .headroom--top  #logo_phone{
		background-image:url(/img/logo.svg);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:contain;
		 display:inline-block !important;
		height:75px;
		 width:150px;
}
	
	
	
	
	
	
	#header{
		padding:0px 0px 0px 0px  !important;
		position:fixed !important;
		
		
		-webkit-animation: none; 
	-moz-animation: none; 
	-ms-animation: none; 
	-o-animation: none; 
	animation: none; 
		
		
		}
	#header .inside{
		 padding: 10px 15px;
	}
	
	
	
#menumobile {
    color: #000;
    position: absolute;
    right: 10px;
    top: 50%;
	    -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform:translateY(-50%);
    z-index: 999;
	width:40px;
	height:40px;
	
	}
	
	li.mobile_menu_separator{
		height:20px;	
	}
	
	
.container {
    padding-top: 95px;
}

.mm-listitem{
	background-image:none !important;
	background-size:0px;
}
.header_sousmenu .inside {
	padding-left:0px;
	width:calc(100% - 40px);
}

}
@media all and (max-width:880px){

.colonne_left_container {
    padding-right: 0px;
}
.colonne_right_container {
    padding-left: 0px;
	margin-top:40px;
}

.col1{
	width:0px !important;
	height:0px !important;
	display:none !important;
}

.col2{
		width:calc((((100% - (12*30px))/12)*6) + (5 * 20px));
}
    
.col_2{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 20px));
}

  

.col3{
	
	
	width:calc((((100% - (12*20px))/12)*6) + (5 * 20px));
}
.col4{
		width:calc((((100% - (12*20px))/12)*6) + (5 * 20px));
}
.col5{
		width:calc((((100% - (12*20px))/12)*6) + (5 * 20px));
}
.col6{
		width:calc((((100% - (12*20px))/12)*6) + (5 * 20px));
}
.col7{
	width:calc((((100% - (12*20px))/12)*6) + (5 * 20px));
}




.col8{
		  width:calc((((100% - (12*20px))/12)*12) + (11 * 20px)) ;
}
.col9{
		width:calc((((100% - (12*20px))/12)*12) + (11 * 20px)) ;
}
.col10{
		width:calc((((100% - (12*20px))/12)*12) + (11 * 20px)) ;
}
.col11{
	 width:calc((((100% - (12*20px))/12)*12) + (11 * 20px)) ;
}
.col12{
	   width:calc((((100% - (12*20px))/12)*12) + (11 * 20px)) ;
}

.myslide_titre_home{
	width: calc( 100% - 30px) !important;
}
.myslide_titre_home h1{
	font-size:30px;

}
h1{
	font-size:30px;	
}
.home_activite_info {
  position: relative;
right: auto;
left: 15px;
width: calc(100% - 360px);
padding-left: 100px;
background-position: left center;
background-repeat: no-repeat;
text-align: right;
min-height: 60px;
min-width: 300px;
}


.col.col4.page_colonne_right{
	 width:calc((((100% - (12*20px))/12)*12) + (11 * 20px));
}

.colonne_right_team_container{
	width:50%;
	
}

.colonne_right_team_info.col8.col{
	width:calc((((100% - (12*20px))/12)*6) + (5 * 20px)) !important;
}

.myslide_cover{
	background-image:none !important;	
}
.myslide_titre_home h1 {
    text-shadow: 0 0 30px rgba(0,0,0,0.75);
}
.home_carousel .myslide{
	background-position: center center;	
}
.page_colonne_right p{
	display:inline-block;	
}

}

@media all and (max-width:780px){
	
.home_activite_info {
padding-right:100px;

}

.middle_top.footer_nav{
	position:relative !important;
	float:left;
	width:100%;
	margin-top:40px;
	padding-left:15px;
	
}

	
}

@media all and (max-width:700px){
	
	.home_activite_color {

    position: absolute;
    right: 0px;
	left:0px;
    height: 100%;
    border-radius: 0px;
	margin-left: -15px;
    margin-right: -15px;

}

.home_activite_img{
	background-image:none !important;
	
}

.activites_bandeau .col4{
		 width:calc((((100% - (12*20px))/12)*12) + (11 * 20px)) !important;
}
	
}

@media all and (max-width:600px){
.home_activite_info {
width: calc(100% - 230px);
min-width: 280px;
}	


.header_page_debgradee {
    width: 70vw;

    background: -moz-linear-gradient(left, rgba(3,46,90,1) 0%, rgba(3,46,90,0.5) 60%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(3,46,90,1) 0%,rgba(3,46,90,0.5) 60%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(3,46,90,1) 0%,rgba(3,46,90,0.5) 60%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032e5a', endColorstr='#00ffffff',GradientType=1 );
}

.home_col_btn_all_partenaires.col2{
	width:100% !important;
	
}
.home_btn_all_partenaires {
    right: auto;
	left:0px;
	margin-top:20px;
}

}

@media all and (max-width:540px){


.col.col_internal{
	margin-left:0px;
	margin-right:0px;	
}


.col1{
	width:0px !important;
	height:0px !important;
	display:none !important;
}

.col2{
		width:calc((((100% - (12*20px))/12)*6) + (5 * 20px));
}

.col3{
	   width:calc((((100% - (12*20px))/12)*6) + (5 * 20px));
}
.col4{
		width:calc((((100% - (12*20px))/12)*6) + (5 * 20px));
}
.col5{
		  width:calc((((100% - (12*20px))/12)*12) + (11 * 20px));
}
.col6, .team_colonne.col6{
		  width:calc((((100% - (12*20px))/12)*12) + (11 * 20px));
}


.col7{
		  width:calc((((100% - (12*20px))/12)*12) + (11 * 20px));
}


/*.col8{
	width:100%;	
}
*/


h1{
	font-size:26px;	
}

h2 {

	font-size: 24px;
	
}



h3 {

	font-size:18px;
	
}

h4 {
	
	font-size:16px;

	
}

.home_activite_info {
width: calc(100% - 130px);
min-width:  calc(100% - 130px);
text-align:left;
background-size:auto 50px;
background-position:left center;

}


.home_activite_btn.middle_top, .home_activite_info h3.middle_top{
	position:relative !important;
	transform:none !important;
	top:auto !important;
	right:auto !important;
}
.home_activite_info h3{
	padding-bottom:20px;
	margin-top: -10px;
}




.colonne_right_team_container{
	width:100%;
	
}
.footer_contact_col_1{
	width:calc((((100% - (12*20px))/12)*12) + (11 * 20px));
}
.footernav li{
	width:100%;
	
}

.team_photo, .colonne_right_team_info.col8{
width: calc((((100% - (12*20px))/12)*6) + (5 * 20px)) !important;
}

.team_info{
width: calc((((100% - (12*20px))/12)*6) + (5 * 20px)) !important;
}

/*.team_info *{
	text-align:center !important;	
}
.team_info h3 {
    padding-top: 0px;
}*/


.home_carousel, .home_carousel .myslide
{
    min-height: 300px;

}

.home_content_img {
    margin-right: 0px;
}


.publication_info, .actualite_info {

    padding-right: 0px;
    margin-bottom: 40px;
	padding-bottom: 40px;
}

.publication_info .middle_top{
    position: absolute !important;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    bottom: 10px;
    left: 40px;
    right: auto !important;
}

.actualite_info .middle_top{
    position: absolute !important;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    bottom: 10px;
    left: 0px;
    right: auto !important;
}
.col_partenaires_logo img {
    padding: 20px 20px;
}

}
@media all and (max-width:405px){
.activite_bandeau_btn {

    background-size: 12% auto;


}

}
