/*/////////////DEFAULTS /////////*/

body,
html {
	
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
	min-height: 100%;
	color: #404040;
	
	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;
}

html {
	
-webkit-animation: fadein 1s; 
-moz-animation: fadein 1s; 
-ms-animation: fadein 1s; 
-o-animation: fadein 1s; 
animation: fadein 1s;	
	
}


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

a {
	color: #004A86;
	transition: color 0.5s;
	text-decoration: none;
}

a {
	border-bottom: 1px solid #004A86;
}



a:hover {
	color: #000000;
}

p {
	letter-spacing: 0;
	line-height: 1.6em;
	padding-bottom:10px;
}

strong, b{
    font-weight: 600;
}

h1, h2, h3, h4, h5{ 
	font-family: 'Open Sans', sans-serif;
	font-feature-settings: 'clig' 0;
	font-style: normal; 
	line-height: 1.2em;
	color: #004A86;
}


h1 {
font-weight: 700;
font-size: 80px;
line-height: 80px;
text-transform: uppercase;
color: #FFFFFF;
}



h2 {
font-weight: 700;
font-size: 30px;
line-height: 30px;
text-transform: uppercase;
color: #004A86;
margin-bottom: 20px;
}

h3{
font-weight: 700;
font-size: 40px;
line-height: 40px;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 10px;
}


/*///////////// UTILITIES /////////*/



.btn_site{
	margin-top: 20px;
	border-radius: 0px;
	background-color: #004A86;
	color: #FFFFFF !important;
	line-height: 40px;
	padding: 0px 40px;
    display: inline-block;
}



.mobile {
		display: none;
	}

.center {
	text-align: center;
}

.centered {
	margin-right: auto !important;
	margin-left: auto !important;
}

.clear {
	clear: both;
}

*:focus {
	outline: 0;
}



.firstlink, .ajaxpopup {
	cursor: pointer;
}

img {
	border: 0px;
	max-width: 100%;
	height: auto !important;
}

table,
iframe {
	width: 100%;
	border:none;
}

.col iframe {
  max-height: 100%;
}

.myhr, hr{
	position: relative;
	width: 100% ;
	background-color: #EDEDED;
	height: 1px;
	margin: 15px 0px;
	border: none;
}


.round {
    border-radius: 50%;
	overflow: hidden;
}



/*/////////////VIDEOS  /////////*/
.backgroundimg iframe, .backgroundimg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.videobackcountainer{
	overflow: hidden;
}


/*/////////////LAZY /////////*/

.lazy_alpha {
opacity: 0;
}
.lazy_alpha:not(.initial) {
transition: opacity 1.5s;
}
.lazy_alpha.initial,
.lazy_alpha.loaded,
.lazy_alpha.error {
opacity: 1;
}



/*/////////////CONTENT INSIDE /////////*/


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

.inside_big{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 80px 20px;
}

/*/////////////LOGO /////////*/

#logo {
	width: 110px;
	height: 110px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0px;
    margin: 30px 60px;
	/*margin: 43px 0 43px 0;*/
}


/*/////////////HEADER/////////*/

#header {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	z-index: 300;
    min-height: 80vh;
    position: relative;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
}
#header span{
	color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;

}


#header .inside{
    background-image: url('/img/fleche_down.svg');
    background-repeat: no-repeat;
    background-position: 30px bottom;
    min-height: 70vh;
}

.header_cover{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #004A86;
    opacity: 0.6;
    
}

.header_trinagle_left{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/triangle-gauche.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto calc(100% + 60px);
}
.header_trinagle_right{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/triangle-droite.svg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.header_content{
    
    padding-top: 30vh;
}


/*///////////// CONTAINER PAGE  /////////*/



.inside  ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
	padding-top: 16px;
}

.inside ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.inside ul li::before {
    content: " ";
	font-size: 26px;
    position: absolute;
    top: -7px;
    left:6px;
}

.inside  ol {
	list-style: none;
    counter-reset: my-awesome-counter;
}

 .inside  ol li {
	 counter-increment: my-awesome-counter;
	 position: relative;
	 margin-bottom: 10px;
	 padding-left: 20px;
}

 .inside  ol li::before {
    content: counter(my-awesome-counter) "";
    position: absolute;
    top: 0px;
    left: 3px;
}




/*///////////// HOME PAGE /////////*/


.home_content_full{
    background: #004A86;
}
.home_content_full {
    color: #FFF;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.home_content_full span{
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}


.page_information{
    padding: 80px 0px 0px 0px;
}

/*///////////// PAGE LOCATION /////////*/
.page_localisation{
       padding: 80px 0px;
}
.page_localisation h2 {
  margin-bottom: 5px;
}

.page_localisation img{
    border-radius: 20px;
}

/*///////////// PAGE GALLERY /////////*/

.page_gallery{
    padding: 65px 0px;
    
}


/*///////////// PAGE CHIFFRES /////////*/

.page_chiffres{
    color: #FFF;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    background: #004A86;
}

.page_chiffres .inside_big{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.number{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 17px;
}

.number_slash{
    width: 120px;
    height: 170px;
    background-image: url('/img/slash.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.number span{
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

/*///////////// PAGE FORMULAIRE /////////*/

#home-page-formulaire h3{
	color: #2f2f2f;
	font-size: 18px;
	margin-top: 40px;
}

.page_formulaire{
    background: #F8F8F8;
    padding: 80px 0px;
}



label {
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 10px;
/*	float: left;*/
	text-transform: none;
}

 label.error {
    color: #F00 !important;
	width: 100% !important;
	line-height: 1px;
	 font-size: 10px;
}


input[type="text"], input[type="email"], input[type="date"]{
	width: 100%;
	border: 1px solid #DEDEDE;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 45px;
	line-height: 45px;
	
}


textarea{
	width: 100%;
	border: 1px solid #DEDEDE;
	padding: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 45px;
	box-sizing: border-box;
	border-radius: 5px;
	white-space: break-spaces;
	background-color: #FFF;
}


.errormsg{
	color: #FF0000;
	border: 1px solid !important;
	border-radius: 4px;
}
div.errormsg{
	color: #FF0000;
	border: 0px !important;
	padding: 20px;
}

.myselect_form{
	min-width: 100%;
}
/*///////////// FOOTER /////////*/

footer{
	background-color: #004A86;
	padding: 80px 0px;
	float: left;
	width: 100%;
	font-size: 14px !important;
}

footer *{
	color: #FFF;
	font-weight: 400;
}

footer a:hover{
	color: #FFF !important;
}

/*/////////////ISOTOP/////////*/

.gutteritem{
	width:30px;	
}

.grid-sizer{
	width:calc((((100% - (12*30px))/12)*4) + (3 * 30px));
	
}

.grid, .grid_packery{
		display: block;
	/*margin-left: -15px;
	margin-right: -15px;*/
}
.grid_packery .col{
	/*margin:0px;*/
}


/*/////////////ISOTOP/////////*/

.gutter-sizer{
	width:calc(((100% - (12*30px))/12)*1);
	padding: 15px;	
}

.grid-sizer{
	width:calc(((100% - (12*30px))/12)*1);
	padding: 15px;
}
/* GRID */

.grid, .grid_packery{
		display: block;
	margin-left: -15px;
	margin-right: -15px;
}



.container_col {
	position: relative;
    margin-left: -15px;
    margin-right: -15px;

}


.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;
}


.col{
	float: left;
	position: relative;
	margin: 15px;
	box-sizing: border-box;
}




.col_1{
	width:calc(((100% - (12*30px))/12)*1);
}
.col_2{
	width:calc((((100% - (12*30px))/12)*2) + (1 * 30px));
}
.col_3{
	width:calc((((100% - (12*30px))/12)*3) + (2 * 30px));
}

.col_4{
	width:calc((((100% - (12*30px))/12)*4) + (3 * 30px));
}
.col_5{
	width:calc((((100% - (12*30px))/12)*5) + (4 * 30px));
}
.col_6{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col_7{
	width:calc((((100% - (12*30px))/12)*7) + (6 * 30px));
}
.col_8{
	width:calc((((100% - (12*30px))/12)*8) + (7 * 30px));
}
.col_9{
	width:calc((((100% - (12*30px))/12)*9) + (8 * 30px));
}
.col_10{
	width:calc((((100% - (12*30px))/12)*10) + (9 * 30px));
}
.col_11{
	width:calc((((100% - (12*30px))/12)*11) + (10 * 30px));
}
.col_12{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}


.col_2 img,.col_3 img, .col_4 img,  .col_6 img, .col_8 img, .col_12 img, .col_full img{
	width:100% ;
	
}


.col_2.img_normal img,.col_3.img_normal img, .col_4.img_normal img,  .col_6.img_normal img, .col_8.img_normal img, .col_12.img_normal img, .col_full.img_normal img{
	width: auto;
	height: auto;
	max-width: 100%;
	
}




.col_center *{
	text-align:center;	
}

.col_right{
	float:right !important;	
}


.separator {
    width: 100%;
	float: left;

}

.col_full{
	background-position: top center;
/*	background-position: center center;*/
	background-size: 100% auto;
	background-repeat: no-repeat;
	 background-attachment:fixed;
	 width:calc(100% - 30px);
	clear: both;
	margin: 15px 0px;
}

.col_full:after{
	display:block;
	content:"";
	padding-top: 45%;
}

.col_full img{
	display:none;	
}
.col_full_cover{
	background-size:cover !important;
	
}



/*///////////// KEY /////////*/

@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-height:800px) {

#logo {
    width: 60px;
  margin: 20px 20px;
} 
    
}



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

.header_trinagle_left {
  background-size: auto 400px;
}
    
#logo {
    width: 60px;
  margin: 20px 20px;
} 
h1{
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    max-width: 500px;
 }
.header_content {
    padding-top: 30vh;
}
    
.page-chiffres h1{
    color: #FFF;     
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    
 }

    
}


	
@media all and (max-width:670px) {	
#logo {
  margin: 20px 20px;
}
    
.inside {
	padding: 0px 20px;
}
	
.col_1{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col_2{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col_3{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}

.col_4{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_5{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_6{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}	
.col_7{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_8{
    width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}	
	

  
  
.header_content {
  padding-top: 30vh;
}
    
h1 {
    font-size: 40px;
    line-height: 60px;
}
.header_content {
  padding-left: 60px;
}
    
.page_chiffres .inside_big {
  flex-direction: column;
  justify-content: space-evenly;
    
}	


.number_slash {
  width: 100%;
  height: 40px;
    margin: 40px 0px;
}    
    
.number {
  text-align: center;
}

}






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


}

