﻿/*FONTS*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 28, 2019 */

@font-face {
    font-family: 'coolveticaregular';
    src:  url('coolvetica_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*GENERAL*/


html{
	margin:0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

body{
	margin:0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
}
a{
	cursor:pointer;
}

/*HOME*/

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 
#overlay-home{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#home{
	margin:0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(img/bg_home.jpg) no-repeat center ; 
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
@media screen and (max-width: 600px) {
#home{
	background: url(img/bg_smartphone.jpg) no-repeat center ; 
}
}
#title{
	font-family: 'coolveticaregular';
	font-size: 10em;
	font-weight: 300;
	color: white;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 10px black;
	margin-left: 8%;
}
@media screen and (max-width: 600px) {
#title{
	font-size: 6em;
}
}

/*NAVIGATION*/

/*nav global*/
#nav{
	width: 100%;
	height: 6%;
}
#nav #telephoneicon{
	width: 35px;
	margin-top: -5px;
	margin-right: -15px;
}
#phonenumber{
	font-weight: 900;
}
@media screen and (max-width: 850px) {
	#nav #telephoneicon{
	display: none;
}
}
#nav  #menu_classic  li a{
	text-decoration: none;
	color: white;
	font-weight: 550;
}
#nav #menu_classic li{
	color: white;
	text-shadow: 0px 0px 2px black;
}
@media screen and (max-height: 850px) {
#nav {
	height:8%; 
}
}
@media screen and (max-height: 600px) {
#nav {
	height:8%; 
}
}
@media screen and (max-height: 400px) {
#nav {
	height:10%; 
}
}
/*nav image*/
#nav img{
	width: 128px;
	margin-top:17px;
	margin-left: 3%;
}
@media screen and (max-height: 1000px) {
#nav img{
	width: 100px;
	margin-top:17px;
	margin-left: 3%;
}
}
@media screen and (max-height: 700px) {
#nav img{
	width: 85px;
	margin-top: 10px;
}
}
@media screen and (max-height: 600px) {
#nav img{
	width: 70px;
}
}
@media screen and (max-height: 500px) {
#nav img{
	width: 55px;
}
}
/*nav liste désordonnée*/
#nav #menu_classic{
	list-style: none;
	float: right;
	margin-right: 15px;
}
#nav #menu_classic li{
	float: left;
	margin-right: 35px;
	font-family: 'open_sansregular';
}
/*Start Hamburger*/
#hamburger{
	display: none;
}
@media screen and (max-width: 828px) {
	#nav ul{
		display: none;
	}
#hamburger{
	display: block;	z-index: 11;
	margin:0 auto;
	width: 100%;
	height: 80px;
}
}


#hamburger img{
	position: absolute;
	top:-10px;
}

#hamburger-content ul{
	
	
	text-align: center;
}

#hamburger-content li{
	display:inline;

	
}

#nav-burger{
	margin-top:-53px;
}

#hamburger-content li:hover a {
	color: #7f1f1f;
}

#hamburger-content li.active a {
	font-weight: bold;
	color: #7f1f1f;
}

#hamburger-content nav ul li a{
	text-decoration: none;
	color:black;
	list-style: none;
	font-size: 18px;
	cursor: pointer;
}

#hamburger-content{
	display: none;
}

#hamburger-button{
	position: absolute;
	right: 0;
	top:-5px;
	display: block;
	cursor: pointer;
	background: none;
	color:white;
	border:none;
	font-size: 30px;
	padding:0;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
}
@media screen and (max-height: 750px) {
#hamburger-button{
top:-15px;
}
}

#hamburger-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#hamburger-sidebar{
	display: block;
	position: fixed;
	width: auto;
	z-index: 20;
	height: auto;
	top:0;
	right:0;
	transform: translateY(-100%);
	transition: transform .2s ease-out;
}

#hamburger-sidebar li{
	display: block;
	left:0;
	list-style: none;
	text-decoration: none;
	margin:0 auto;
}

#hamburger-sidebar a{
	color: black;
	list-style: none;
	text-decoration: none;

}

#hamburger-sidebar-header{
	background-color:#1b4893;
	opacity: 0.9;
	height: 7%;
	opacity: 80%;

}

#hamburger-sidebar-header img{
	width: 200px;
	margin-left: 25px;
	top:15px;
	opacity: 1;
}

#hamburger-sidebar-body{
	background-color: #F4F7FB;
	font-family: 'open_sansregular';
	color:#033A6B;
	font-size: 20px;
	text-align: center;
	padding: 35px 21px 0px 21px ;
}
#hamburger-sidebar-body a{
	color:#033A6B;
}
#hamburger-sidebar-body li p{
	margin:0;
}

#hamburger-sidebar-body li {
	margin-top:5px;
}

#hamburger-sidebar-body li:before{
	
}

.hamburger-activated #hamburger-overlay{
	display: block;
}

.hamburger-activated #hamburger-sidebar {
	transform: translateX(0);
}

#nav-burger ul{
	display: inline;
}
/*End Hamburger*/
.scrolldown{
	width: 50px;
	position: absolute;
	left: 50%;
	top:90%;
	margin-left: -25px;
}


/*COMPANY PRESENTATION*/


#company_presentation{
	margin-bottom: 75px;
	color: #033A6B;
}

#company_presentation h1{
	font-family: 'open_sansregular';
	font-weight: 900;
	text-align: center;
	margin-top: 50px;
}
#company_presentation p{
	margin:0px 300px 0px 300px;
	font-family: 'open_sansregular';
	text-align: center;
	color: #033A6B;
}
@media screen and (max-width: 1500px) {
#company_presentation p{
	margin:0px 250px 0px 250px;
	
	font-size: 1.1em;
}
}
@media screen and (max-width: 1200px) {
#company_presentation p{
	margin:0px 200px 0px 200px;
}
}
@media screen and (max-width: 1000px) {
#company_presentation p{
	margin:0px 100px 0px 100px;
}
}
@media screen and (max-width: 650px) {
#company_presentation p{
	margin:0px 20px 0px 20px;
}
}


/*SECTORS*/


#sectors{
	background-color:#033A6B; 
	font-family: 'open_sansregular';
	color: white;
	display: flex;
	justify-content: space-around;
	align-items: center;

}
#titresectors{
	padding-top: 25px;
	background-color:#033A6B; 
	font-family: 'open_sansregular';
	color: white;
	text-align: center;
	margin:0;
}
.sectors_info{
width: 30%;
text-align: center;
padding: 50px;
}

@media screen and (max-width: 900px) {
#sectors{
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
}
@media screen and (max-width: 500px) {
.sectors_info{
width: 100%;
}
}

.sectorimg{
	width: 150px;
}
#sector2 img{
	width: 70%;
}
@media screen and (max-width: 1600px) {
#sector2 img{
	width: 80%;
}
}
@media screen and (max-width: 1200px) {
#sector2 img{
	width: 100%;
}
}

/*CONTACT FORM*/

.alert-success{
background-color:#32c26a;
color:white;
margin:0 auto;
width:30%;
}
#contactform{
	text-align: center;
	font-family: 'open_sansregular';
	color: #033A6B; 
	margin-bottom: 50px;
	margin-top: 50px;
}
#name{
	width: 25%;
	height: 25px;
	border:1px solid #707070;
	text-align: center;
}
#email{
	width: 25%;
	height: 25px;
	border:1px solid #707070;
	text-align: center;
}
#object{
	width: 25%;
	height: 25px;
	border:1px solid #707070;
	text-align: center;
}
#content{
	width: 40%;
	height: 205px;
	border:1px solid #707070;
}
#envoyer{
	background-color: #32c26a;
	width: 15%;
	height: 40px;
	border:0px;
	color: white;
	font-family: 'open_sansregular';
	font-size: 1em;
	border-radius: 10px;
	margin-top: 10px;
	transition-duration: 0.35s;
}
#envoyer:hover{
	background-color: #1d9c4e;
}
@media screen and (max-width: 700px){
#envoyer{
	width: 22%;
}
}
@media screen and (max-width: 500px){
#envoyer{
	width: 30%;
}
}
@media screen and (max-width: 1000px) {
#name{
	width: 35%;
}
#email{
	width: 35%;
}
#object{
	width: 35%;
}
#content{
	width:50%; 
}
}
@media screen and (max-width: 700px) {
#name{
	width: 45%;
}
#email{
	width: 45%;
}
#object{
	width: 45%;
}
#content{
	width:60%; 
}
}
@media screen and (max-width: 500px) {
#name{
	width: 60%;
}
#email{
	width: 60%;
}
#object{
	width: 60%;
}
#content{
	width:80%; 
}
}


/*JOBS*/


#jobs{
	width: 100%;
	height: 300px;
	background: url(img/bg_jobs.jpg) no-repeat left ; 
}
#jobs2{
	width: 100%;
	height: 300px;
	background: url(img/bg_jobs2.jpg) no-repeat left ; 
}
@media screen and (max-width: 500px) {
	#jobs{
	background: url(img/bg_jobs.jpg) no-repeat right;	
	}
}
@media screen and (max-width: 500px) {
	#jobs2{
	background: url(img/bg_jobs2.jpg) no-repeat center;	
	}
}
#jobs_right{
	background-color:#033A6B;
	opacity:0.8;
	width: 50%;
	height: 300px;
	float: right;
}
@media screen and (max-width: 700px) {
	#jobs_right{
	width: 100%;
}
}
#jobs_right h2, h3, p{
color:white;
opacity: 1;
font-family: 'open_sansregular';
text-align: center;
}
#jobs_right h2{
	margin-top: 85px;
}
#okjob{
	background-color: #32c26a;
	width: 20%;
	height: 35px;
	line-height: 35px;
	margin:0 auto;
	border-radius: 5px;
}
#okjob:hover{
	background-color: #1d9c4e;
}
@media screen and (max-width: 1000px) {
	#okjob{
	width:27%;
	}
}
@media screen and (max-width: 400px) {
	#okjob{
	width:33%;
	}
}
/*FOOTER*/



#footer{
	background-color: #033A6B;
	width: 100%;
	height: 300px;
	display: flex;
	flex-flow: row wrap;
}
#footer1{
	width: 33.33%;
	height: 300px;
}
#footer1 ul{
	margin-left: 140px;
	margin-top: 85px;
	list-style: none;
	font-family: 'open_sansregular';
	color: white;
}
#footer1 ul li img{
	width: 25px;
}
#footer ul b{
	font-size: 1.3em;
}
#footer2{
	width: 33.33%;
	height: 300px;
	font-family: 'open_sansregular';
	color: white;
	text-align: center;
}
#footer2 ul{
	list-style: none;
	margin-top: 70px;
}
#footer2 ul li img{
	width: 35px;
}
#footer3{
	width: 33.33%;
	height: 300px;
}
.mapouter{
	text-align:right;
	height:252px;
	width:370px;
	float: right;
	margin-right: 80px;
	margin-top: 20px;
}

.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:252px;
	width:370px;
}
.gmap_canvas iframe{
	height:252px;
	width:370px;
}
@media screen and (max-width: 1250px) {
	.gmap_canvas iframe{
	height:252px;
	width:320px;
}
.mapouter{
	
	margin-right: 15px;
	
}
}
@media screen and (max-width: 900px) {
	#footer1{
		width: 45%;
		text-align: center;
	}
	#footer1 ul{
		margin-left: 0px;
		padding:0;
	}
	#footer2{
		width: 45%;
		text-align: center;
	}
	#footer2 ul{
		padding: 0;
	}
	#footer3{
		display: none;
	}
	#footer{
		justify-content: space-around;
	}
}
#footersmartphone{
	display: none;
}

@media screen and (max-width: 899px) {
#footersmartphone{
	background-color: #033A6B;
	text-align: center;
	display: block;
}


.gmap_canvassm {
	overflow:hidden;
	background:none!important;
	height:252px;
	width:80%
	margin:0 auto ;
}
.gmap_canvassm iframe{
	height:252px;
	width:80%;
}
}
@media screen and (max-width: 550px) {
	#footer{
		font-size: 0.8em;
	}
	#footersmartphone{
	background-color: #033A6B;
	text-align: center;
	display: block;
}
#jobsrighta{
	text-decoration:none;
}

.gmap_canvassm {
	overflow:hidden;
	background:none!important;
	height:252px;
	width:100%;
	margin:0 auto ;
}
.gmap_canvassm iframe{
	height:252px;
	width:100%;
}
}



/*PAGE JOBS*/



#jobs img{
	width: 128px;
	margin-top:17px;
	margin-left: 3%;
}
#formjobs{
	width: 100%;
	text-align: center;
	font-family: 'open_sansregular';
	color: #033A6B; 
	margin-bottom: 50px;
	margin-top: 50px;
}
.formplace{
	width: 24%;
	height: 35px;
	background-color: #eeeeee;
	border:0.1px solid lightgrey;
	padding-left: 15px;
	color: grey

}
#jobdescription{
	width: 100%;
	margin:0 auto;
	text-align: center;
	font-family: 'open_sansregular';
	color: #033A6B; 
	background-color: #e7e7e7;
	padding-top: 15px;
	padding-bottom: 15px;

}
#jobdescription ul{
	list-style: none;
	margin-left: -40px;
}
#jobdescription h1{
	margin-top:0;
}
@media screen and (max-width: 1000px){
.formplace{
	width: 40%;
}
}
@media screen and (max-width: 700px){
.formplace{
	width: 60%;
}
}
@media screen and (max-width: 450px){
.formplace{
	width: 80%;
}
}