html,body{
	height:100%;
	width:100%;
	border:0px;
	padding: 0px;
	margin: 0px;
	background: black;
}

#Video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

#pause_video{
	bottom:40px; cursor:pointer; letter-spacing: 2px;color:white;position: absolute;margin-left: auto;margin-right: auto;left: 0;right: 0; width:150px; text-align:center
}

#Videooverlay {
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.65);
    min-width: 100%; 
    min-height: 100%;
}

body{
 background: url('0.jpg') center center fixed;
 background-size: cover;
 -webkit-transition:all 0.5s ;
 transition:all 0.5s ;
 overflow-x:hidden;
}

a, a:hover, a:visited, a:link, a:active{
	color:#fafafa;
	font-weight: 600;
	text-decoration: none
}

.none{display: none}

.container{
/*	background-color:rgba(0, 0, 0, 0.55);*/
	height: 100%;
	width: 100%;
}

.container_references{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.container_implantations{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0px;
}

.container_contact{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0px;
}

.ref{
	display: inline-block;
	background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center center;
	-ms-filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	-ms-filter:progid:DXImageTransform.Microsoft.MotionBlur(strength=50);
	filter: brightness(0) invert(1);
	-webkit-transition: -webkit-filter 0.2s , background-color 0.2s;
	transition : -webkit-filter 0.2s , background-color 0.2s;
}

.ref:hover,.ref:focus{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	background-color: white;
}

.titre_references{
	height:auto;
	font-size: 24px;
	line-height: 50px;
	margin-left: 30px;
	letter-spacing: 3px;
	font-family: Helvetica, Arial;
	font-weight: 600;
	color:white;
}

.titre_implantations{
	height:50px;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 3px;
	font-family: Helvetica, Arial;
	font-weight: 600;
	color:white;
}

.map{
	display: inline-block;
	height: 375px;
	width: 400px;
	background-size: 85% 85%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/france.png');
}
.container_margin{
	background-color:rgba(0, 0, 0, 0.45) ;

	box-sizing: border-box;
	padding-top: 200px;
	padding-bottom: 200px;
	transition: background-color 0.8s;
}
.container.darken{
	background-color:rgba(0, 0, 0, 0.55) ;
}
#logo_kalies{
	margin-top: 25px;
	margin-left: 25px;
	width:181px;
	height:75px;
	background-image: url('images/kalea.png');
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu{
	position: absolute;
	top: 0px;
	right: 0px;
	margin:25px;
	margin-top: 55px;
	margin-right: 35px;
	color: white;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 3px;
	font-family: Helvetica, Arial;
	font-weight: 600;
	z-index: 6000;
	cursor: pointer;
}

#menu_2{
display: none;
position: absolute;
top: 0px;
right: 0px;
margin:35px;
height:35px;
width: 35px;
cursor:pointer;
}

.menu_bar{
height:5px;
width:35px;
margin-top: 5px;
background-color: white;
}

#menu_3{
position: absolute;
right: -200px;
top:0;
background: white;
height: 100%;
width: 200px;
z-index: 200;
transition: right 0.4s;
}
#menu_3>div{
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	padding: 18px;
	border-bottom: 1px solid #e56d16;
	font-family: Helvetica, Arial;
	color:#e56d16;
	transition: background-color 0.3s, color 0.3s;
}

#menu_3>div:hover{
	background-color:#e56d16;
	color:white;
}

#kalinvest{
	position: absolute;
	right: 45px;
	bottom: 35px;
	color: white;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 3px;
	font-family: Helvetica, Arial;
	font-weight: 200;
	cursor: pointer;
	transition: color 0.4s;
}


#quote_container{
	position: absolute;
	color: white;
	font-size: 18px; 
	line-height: 24px;
	left: 35px;
	bottom: 35px;
}

#opqibi_container{
	position: absolute;
	color: white;
	left: 35px;
	bottom: 30px;
	display: none;
}

.opqibi{
	display: inline-block;
	background-image: url('opqibi.jpg');
	background-repeat: no-repeat;
	height: 86px;
	width: 127px;
	background-size: cover;
}

.opqibi_details{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	color:white;
	font-size: 12px;
	line-height: 14px;
	margin: 3px;
	font-family: Helvetica, Arial;
	font-weight: 400;
}
.opqibi_details,p{
margin:0px;
padding: 5px;
}

.container_title{
box-sizing:border-box;
vertical-align: center;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
transition: height 0.4s;
}

.title{
	text-align: left;
	margin: 0px;
	font-family: Helvetica, Arial;
	font-weight: 400;
	color: white;
	display: inline-block;
	border-left: 5px solid white;
	padding-left: 20px;
	padding-right: 25px;
}

.title div{
	vertical-align: bottom;
}

.contenu_texte{
	height: 0px;
	display: none;
	overflow: hidden;
	margin-top: 10px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 200; 
	transition: height 4s;
    text-align: justify;
    text-justify: inter-word;
 	padding-bottom: 0px;
}


.contenu_texte p{
	margin-bottom: 0px;
	margin-top: 10px;
}

.contenu_texte.show_text{
 height: auto;
}

.contenu_texte a{
	color: #e56d16;
	text-decoration: underline;
	font-weight: 400;
}

.en_savoir_plus{
	vertical-align: bottom;
	overflow: hidden;
	white-space: nowrap;
	display: none;
	padding-top: 5px;
	padding-bottom: 0px !important;
	font-family: Helvetica, Arial;
	font-weight: 400;
	color: white;
	cursor: pointer;
	transition: color 0.4s, width 0.6s;
}

.montrer_moins{
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 0px !important;
	font-family: Helvetica, Arial;
	font-weight: 400;
	color: white;
	cursor: pointer;
	-webkit-transition: color 0.4s;	
	transition: color 0.4s;	
}

.en_savoir_plus:hover{
	color:#e56d16;
}

.section{
	margin-left:460px;
	width:0px;
	display: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-align: right;
	margin-right: 20px;
	white-space: nowrap;
	-webkit-transition: margin-left 0.6s ease-in-out, width 0.6s ease-in-out;
	transition: margin-left 0.6s ease-in-out, width 0.6s ease-in-out;
}
.section_container{
	width: 550px;
	height: 20px;
}
.section_container.active>.section,.section_container.onit>.section{
	margin-left:0px;
	width:460px;
}


.barre{
display: inline-block;
width: 30px;
margin-left: 30px;
margin-top: 7px;
height:4px;
background-color: white;
vertical-align: top;
-webkit-transition: margin-left 0.2s , width 0.2s;
transition: margin-left 0.2s , width 0.2s;
}

.section_container.active>.barre , .section_container.onit>.barre{
	margin-left: 0px;
	width: 60px;
}

.container_implantations{
	height : 300px;
	width: 1100px;
	font-size: 0px;
}

.container_contact{
	height : 300px;
	width: 80%;
	font-size: 0px;
}

.imp_cont{
	width:550px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 45px;
}

.implantation{
	text-align: left;
	display:inline-block;
	width: auto;
	max-width: 550px;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 1px;
	font-family: Helvetica, Arial;
	font-weight: 400;
	color:white;
	vertical-align: middle;
	border-left: 5px solid white;
	padding-left: 20px;
	padding-right: 25px;
}

.implantation>p{
	margin-bottom: 0px;
}
.implantation>h3{
	margin-top: 0px;
}

.ref_col{
font-size:12px; display:inline-block; width:24%; text-align:left;vertical-align: top !important;
}

.col_comp{
font-size:12px; display:inline-block; width:48%; padding-left: 1%; padding-right: 1%; text-align:left; vertical-align: top !important;
}

.contact_form{
	display: inline-block;
	width: calc(100% - 280px);
}

#adresse_kalea{
	display: inline-block;
	width: 250px;
	margin-left:20px;
	vertical-align: top;
	font-size:20px;
	color:white;
	padding-bottom:20px}

@media (max-width: 1000px){

#adresse_kalea{
	display: block;
	width: 100%
}

.container_contact{
	margin-top: 110px;
	height: 500px;
}

.contact_form{
	display: block;
	width: 100%;
}

.ref_col{
width: 100%;
line-height: 20px;
}

.col_comp{
width:100%;
line-height: 20px;
}

#logo_kalies{
	margin-top: 25px;
	margin-left: 25px;
	width:145px;
	height:50px;}

.container{
	height: auto;
	min-height: 100%;
}

.container_references{
	margin-top: 120px;
	position: relative;
}
	#menu,#kalinvest,#quote_container,#opqibi_container{
		display: none !important;
	}

	#menu_2{
		display: block;
	}
	#menu_3{
		display: block;
	}

.container_title{
	margin-top: 120px;
	margin-left: 10%;
	margin-right: 10%;
	box-sizing: border-box;
	width: 80%;
}

.title{
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
	padding: 0px;
	width: 100%
	text-align:left;
	border: 0px;
	border-top: 5px solid white;
	padding-top: 25px;
}

.contenu_texte {
	font-size: 13px;
	line-height: 14px;
}

.container_implantations{
	margin-top: 150px;
	height : auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	font-size: 0px;
}

.imp_cont{
	width:auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 10px;
}

.implantation{
	display:block;
	width: auto;
	border-left: 5px solid white;
	padding-left: 20px;
	padding-right: 25px;
}

}

@media (min-width: 1000px) and (max-width: 1100px) {

.container_title{
	height: 120px;
}

.title{
	font-size: 23px;
	line-height: 23px;
	letter-spacing: 2px;
	border-left: 5px solid white;
	padding-left: 20px;
}

.title div{
	padding-bottom: 3px;
}

.en_savoir_plus{
	padding-top: 5px;
	padding-bottom: 0px !important;
	font-size: 16px;
	line-height: 16px;
}

}

@media (min-width: 1100px) and (max-width: 1400px) {

.container_title{
	height: 120px;
}

.title{
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 2px;
	border-left: 5px solid white;
	padding-left: 20px;
}


.en_savoir_plus{
	padding-top: 5px;
	padding-bottom: 0px !important;
	font-size: 16px;
	line-height: 16px;
}

}

@media (min-width: 1400px) and (max-width: 1500px) {

.container_title{
	height: 150px;
}

.title{
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 3px;
	border-left: 5px solid white;
	padding-left: 20px;
}

.title div{
	padding-bottom: 6px;
}

.en_savoir_plus{
	padding-top: 5px;
	padding-bottom: 0px !important;
	font-size: 20px;
	line-height: 20px;
}

}

@media (min-width: 1500px) and (max-width: 1600px) {

.container_title{
	height: 150px;
}

.title{
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 3px;
	border-left: 5px solid white;
	padding-left: 20px;
}

.title div{
	padding-bottom: 8px;
}

.en_savoir_plus{
	padding-top: 5px;
	padding-bottom: 0px !important;
	font-size: 20px;
	line-height: 20px;
}

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

.container_title{
	height: 195px;
}


.title{
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 4px;
	border-left: 5px solid white;
	padding-left: 20px;
}

.title div{
	padding-bottom: 12px;
}

.en_savoir_plus{
	padding-top: 5px;
	padding-bottom: 0px !important;
	font-size: 24px;
	line-height: 24px;
}


}

@media (max-width: 1000px){
.container_references{
	height : 650px;
	width: 350px;

}

.ref{
	height:100px; 
	width:100px;

}

}


@media (min-width: 1000px){
.container_references{
	height : 450px;
	width: 950px;

}

.ref{
	height:150px; 
	width:150px;

}


}