@charset "utf-8";

// bleu foncé: #004967
// bleu clair: #36a9e1
html {
    background-color: #fff;
	height: 100%;
}
body {
    background-color:#fff;
	min-height: 98%;
	margin: 0;
	margin-top:0;
	font-size: 14px;
}

fieldset {
	border: #cccccc solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
fieldset legend {
	padding: 0px 15px;
	font-size: 13px;
}
fieldset .openFieldset {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	background: url('../../../img/icones/more-32.png') no-repeat;
	cursor: pointer;
}
fieldset .contentFieldset {
	display: none;
	text-align: left;
}

.ui-autocomplete {
	z-index: 10001;
}
.no-close .ui-dialog-titlebar-close, .no-close .ui-dialog-titlebar {
  display: none;
}
.delete-dialog, .message-dialog {
	font-size: 15px;
	text-align: left;
	line-height: 18px;
	width: 400px;
}
/* ------------------------------------------------------
						INPUT
------------------------------------------------------ */

.form-control, input {
	border: 1px solid #ddd;
	border-width: 1px;
}
input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
	border: 1px solid #ddd;
	padding: 4px;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	-webkit-transition: box-shadow 0.4s;
	-moz-transition: box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
	padding: 10px 15px;
	 
	font-weight: normal;
}

input:focus {
	border-color: #004967;
}
input.selected {
	background: #d3f4d3;
}
.input-mini {
	width: 50px;
}
.input-petit {
	width: 125px;
}
.input-moyen {
	width: 235px;
}
.input-grand {
	width: 350px;
}
.textarea-ui {
	width: 162px;
	height: 40px;
}
.textarea-moyen {
	width: 235px;
	height: 50px;
}
.textarea-grand {
	width: 350px;
	height: 50px;
}
.textarea-tresgrand {
	width: 500px;
	height: 50px;
}
.textarea-tresgrand2 {
	width: 500px;
	height: 80px;
}
.std-select {
	background: url(../../../img/icones/select-arrow-bottom.png) no-repeat 96% center;
	border: 1px solid #ddd;
	display: inline-block;
	
	height: 22px;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	-webkit-transition: box-shadow 0.4s;
	-moz-transition: box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
	
}
select {
	background: transparent;
	padding-left: 5px;
	padding-right: 25px;
	font-size: 13px;
	line-height: 22px;
	border: 0;
	border-radius: 0;
	height: 22px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}


.fright {
	float: right;
}
.fleft {
	float: left;
}
.clear {
	clear: both;
}
.pointer {
	cursor: pointer;
}
.small-text {
	font-size: 11px;
	color: #666666;
}

.error4xx {
	color: #004967;
}


.logoleft {
	color: #fff;
}
.logoright {
	color: #36a9e1;
}
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
											HEADER			
				
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
*/
.header {
	position:relative;
	width:100%;
	height:450px;
	z-index:1;
	color: #36a9e1;
	background: #000;
}
.header a {
	color: #36a9e1;
}
.header .logo {
	position:absolute;
	z-index:3;
	margin-left: 10px;
	margin-top: 10px;
}
.header .formConnect {
	position:absolute;
	z-index:3;
	right: 0;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #36a9e1;
	padding: 10px 20px;
	color: #fff;
}
.header .formConnect a {
	color: #fff;
	font-weight: bold;
}
.header .formContact {
	position:absolute;
	z-index:3;
	right: 0;
	margin-right: 150px;
	margin-top: 10px;
	border: 1px solid #36a9e1;
	padding: 10px 20px;
	color: #fff;
}
.header .formContact a {
	color: #fff;
	font-weight: bold;
}
.imgHeader {
	position:absolute;
	left: 0;
	z-index:1;
	width: 100%;
	height:450px;
	overflow: hidden;
	text-align: center;
}
.header-back {
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	webkit-transition: all 2.5s ease-in-out;
    -moz-transition: all 2.5s ease-in-out;
    -o-transition: all 2.5s ease-in-out;
    transition: all 2.5s ease-in-out;
}
.header-back1 {
	background-image: url(../../../img/homev2/slide-1.jpg);
}
.header-back2 {
	background-image: url(../../../img/homev2/slide-2.jpg);
}
.header-back3 {
	background-image: url(../../../img/homev2/slide-3.jpg);
}
.header-back4 {
	background-image: url(../../../img/homev2/slide-4.jpg);
}
.header-back5 {
	background-image: url(../../../img/homev2/slide-5.jpg);
}
.header-back6 {
	background-image: url(../../../img/homev2/slide-6.jpg);
}
.imgHeader img.transparent {
	opacity:0;
}
.overlayHeader {
	position:absolute;
	left: 0;
	z-index:1;
	width: 100%;
	height:450px;
	background: rgba(0,0,0,0.7);
}
.contentHeader {
	position: absolute;
	z-index: 3;
	width: 650px;
	height: 380px;
	left: 50%;
	margin-left: -275px;
	top: 100px;
}
.contentHeader div {
	display: inline-block;
	margin-left: 20px;
	text-align: left;
}
.contentHeader div h1 {
	color: #fff;
	font-size: 50px;
}
.contentHeader div h2 {
	margin-top: -10px;
}
.greyHeader {
	width: 100%;
	height: 50px;
	background-color: #bac6c2;
}
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
											INDEX			
				
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------
*/
.legale {
	widht:60%;
	margin: auto;
	font-family: Verdana;
	font-size: 15px;
}
.spaceheight1, .spaceheight2 {
	height: 50px;
}
.fullwidthbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	max-height:500px !important;
	overflow:hidden;
	margin:0;
	z-index:1;
}
.fullwidthbanner {
	position:relative;
	overflow:hidden;
	max-height:500px !important;
}

#fullpage a {
	color: #fff;
}
#section0, #section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9 {
	position: relative;
	background-color: #004967;
	color: #fff;
	text-align: center;
	min-height: 1000px;
}
#section0 .title {
	min-height: 320px;
}
#section0 .contentVerticalCercle {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	display: block;
	height: 100%;
	width: 20px;
	overflow: hidden;
}
#section0 .contentVerticalCercle .cercle {
	background:#fff;
	border-radius:50%;
	width:16px;
	height:16px;
	position: absolute;
	opacity: 0.3;
}
#section1 {
	text-align: left;
}
#section1 .textSection1 {
	width: 50%;
	margin: auto;
	text-align: justify;
	font-size: 15px;
}
#section1 .flotte {
	width: 90%;
	max-width: 1643px;
	height: 288px;
	margin: auto;
	background-color: #004967;
	background-image: url(../../../img/homev2/flotteBleue.png);
	background-size: contain;
	background-repeat: no-repeat;
	
}
#section1 .text2Section1 {
	width: 70%;
	margin: auto;
	text-align: left;
}
#section1 h1 {
	color: #36a9e1;
	font-size: 50px;
}
#section1 h2 {
	margin-top: -10px;
}

#section2 {
}
#section2 h1 {
	color: #004967;
	font-size: 50px;
}
#section2 h2 {
	color: #36a9e1;
	margin-top: -10px;
}
#section2 .bluediv {
	height: 80%;
}
#section2 .whitediv {
	height: 30%;
	min-height: 300px;
	background-color: #fff;
	text-align: left;
}
#section2 .whitediv .textSection2 {
	padding-left: 100px;
	padding-top: 50px;
}
#section2 .imgSection2 {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
}
#section2 .imgSection2 img {
	max-width: 100%;
}
#section3 {
	background-color: #36a9e1;
}
#section3 h1 {
	color: #004967;
	font-size: 50px;
}
#section3 h2 {
	color: #fff;
	margin-top: -10px;
}
#section3 .text1Section3 {
	position: relative;
	text-align: left;
	left: 100px;
	top: 50px;
}
#section3 #keywordsContainer {
	width: 500px;
	height: 300px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-left: -250px;
	margin-bottom: -100px;
	text-align: center;	
	z-index: 2;
}
#section3 .imgSection3 {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;	
	z-index: 1;
}
#section3 .imgSection3 img {
	max-width: 80%;
}

#section4 .skydiv {
	background-color: #36a9e1;
	height: 100px;
}
#section4 .textSection4 {
	position: relative;
	text-align: left;
	left: 100px;
	top: 48px;
}
#section4 .skydiv h1 {
	color: #004967;
	font-size: 50px;
}
#section4 .skydiv h2 {
	margin-top: -15px;
	color: #36a9e1;
}
#section4 .contentCercle {
	position: absolute;
	top: 180px;
	display: block;
	height: 20px;
	width: 50%;
	overflow: hidden;
}
#section4 .contentCercle .cercle {
	background:#fff;
	border-radius:50%;
	width:16px;
	height:16px;
	position: absolute;
	opacity: 0.3;
}
#section4 .imgSection4 {
	position: relative;
	margin-top: 200px;
}
	#section4 .bcb4 {
		float: left;
		margin-left: 500px;
		width: 480px;
		margin-top: 50px;
		text-align: center;
	}
	#section4 .bcb4 h4 {
		font-weight: bold;
	}
	#section4 .bcb4-img {
		position: relative;
		height: 200px;
	}
	#section4 .bcb4img-1,
	#section4 .bcb4img-2,
	#section4 .bcb4img-3,
	#section4 .bcb4img-4 {
		position: absolute;
		cursor: pointer;
	}
	#section4 .bcb4img-1-overflow,
	#section4 .bcb4img-2-overflow,
	#section4 .bcb4img-3-overflow,
	#section4 .bcb4img-4-overflow {
		position: absolute;
		display: none;
	}
	#section4 .bcb4img-1,#section4 .bcb4img-1-overflow {
		z-index: 10;
		top: 30px;
	}
	#section4 .bcb4img-2, #section4 .bcb4img-2-overflow {
		left: 100px;
		z-index: 9;
	}
	#section4 .bcb4img-3, #section4 .bcb4img-3-overflow {
		left: 250px;
		z-index: 10;
		top: 73px;
	}
	#section4 .bcb4img-4, #section4 .bcb4img-4-overflow {
		left: 430px;
		z-index: 10;
		top: 95px;
	}
	#section4 .text2Section4 {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 30px;
	}
	

#section5 {
	background-color: #6fabb9;
}
#section5 .top {
	position: relative;
	height: 100px;
	background-color: #004967;
}
#section5 .middle, #section5 .bottom {
	position: relative;
	height: 50%; 
}
#section5 .bottom {
	height: 40%;
	background-color: #fff;
	vertical-align: top;
}
#section5 .textSection5 {
	position: relative;
	width: 90%;
	margin: auto;
	top: 48px;
	text-align: right;
}
#section5 .textSection5 .logoright {
	color: #004967;
}
#section5 h1 {
	color: #6fabb9;
	font-size: 50px;
}
#section5 h2 {
	color: #004967;
	margin-top: -15px;
}

#section5 .imgSection5 {
	position: relative;
	width: 70%;
	max-width: 1000px;
	margin: auto;
	top: 55%;
	font-size: medium;
	letter-spacing: 0px;
	
	
}
#section5 .imgSection5 .iconContener {
	display: inline-block;
	width: 13%;
	height: 100%;
	vertical-align: top;
}
#section5 .imgSection5 .iconContent, #section5 .imgSection5 .iconContentActive {
	width: 100%;
	max-width: 150px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
#section5 .imgSection5 img {
	max-width: 100%;
}

#section5 .imgSection5 .iconContener > .iconContentActive,
#section5 .imgSection5 .iconContener > .iconArrowActive,
#section5 .imgSection5 .iconContener > .iconArrow {
	display: none;
}

#section5 .imgSection5 .iconContener.active > .iconContentActive,
#section5 .imgSection5 .iconContener.active > .iconArrowActive,

#section5 .imgSection5 .iconContener.hover > .iconContentActive,
#section5 .imgSection5 .iconContener.hover > .iconArrow {
	display: block;
}

#section5 .imgSection5 .iconContener.active > .iconContent,
#section5 .imgSection5 .iconContener.active > .iconArrow,

#section5 .imgSection5 .iconContener.hover > .iconContent,
#section5 .imgSection5 .iconContener.hover > .iconArrowActive {
	display: none;
}
#section5 .imgSection5 .iconContener > .iconContent {
	border: 1px solid #6fabb9;
}
#section5 .imgSection5 .iconContener.active > .iconContentActive,
#section5 .imgSection5 .iconContener.hover > .iconContentActive  {
	border: 1px solid #fff;
}
#section5 .allText2Section5 {
	clear: both;
	position: relative;
	top: 20px;
	left: 10%;
	text-align: left;
	max-width: 90%;
}
#section5 .hackHeight {
}
#section5 .allText2Section5 > div {
	margin-top: 50px;
}
#section5 .allText2Section5 h2 {
	color: #004967;
	font-size: 30px;
}
#section5 .allText2Section5 h3 {
	color: #6fabb9;
	font-size: 16px;
}
#section5 .allText2Section5 .logoleft {
	color: #6fabb9;
}
#section5 .allText2Section5 .logoright {
	color: #004967;
}

#section6 {
	background-color: #de5013;
	
}
#section6 .bluediv {
	background-color: #fff;
	width: 100%;
	height: 100px;
}
#section6 .whitediv {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10%;
	background-color: #fff;
}
#section6 .imgSection6 {
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 50%;
	margin-left: -20%;
}
#section6 .imgSection6 img {
	max-width: 100%;
}
#section6 .textSection6 {
	position: relative;
	left: 50px;
	top: 48px;
	text-align: left;
}
#section6 .textSection6 .logoright {
	color: #4b4b4b;
}
#section6 .textSection6 h1 {
	color: #de5013;
	font-size: 50px;
}
#section6 .textSection6 h2 {
	margin-top: -15px;
	color: #4b4b4b;
}

#section7 {
	background-color: #fff;
}
#section7 .top, #section7 .bottom {
	position: relative;
	height: 80%; 
	min-height: 600px;
}
#section7 .bottom {
	height: 20%;
	vertical-align: top;
	min-height: 1px;
}
#section7 .imgSection7 {
	position: relative;
	top: 50px;
	width: 100%;
	height: 350px;
}
#section7 .imgSection7 .imgUsine {
	position: relative;
	width: 465px;
	height: 400px;
	margin: auto;
	overflow: hidden;
}
#section7 .imgSection7 .usine {
	position: absolute;
	z-index: 2;
	height: 340px;
	top: 5px;
}
#section7 .imgSection7 .usinetophone {
	position: absolute;
	z-index: 3;
	opacity: 1;
	right: -600px;
	text-align: left;
}
#section7 .imgSection7 .handErase {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 150px;
	opacity: 1;
	width: 210px;
	height: 400px;
}
#section7 .imgSection7 .handErase circle {
	fill: rgba(0,0,0,0.1);
}
#section7 .imgSection7 .handErase svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section7 .text1Section7 {
	position: relative;
	width: 90%;
	margin: auto;
	text-align: right;
	
}
.text1Section7 .logoleft {
	color: #004967;
}
#section7 .text2Section7 {
	position: relative;
	width: 90%;
	margin: auto;
	text-align: center;
	top: -30px;
	
}
#section7 .text1Section7 h1 {
	color: #36a9e1;
	font-size: 50px;
	width: 500px;
}
#section7 .text1Section7 h2 {
	margin-top: -10px;
	color: #004967;
	
}
#section7 .text2Section7 h1 {
	color: #004967;
	font-size: 50px;
	display: block;
}
#section8 {
	background-color: #fff;
}
#section8 .bluediv {
	background-color: #6fabb9;
	position: relative;
	width: 100%;
	height: 200px;
	top: 100px;
}
#section8 .textSection8 {
	position: relative;
	width: 60%;
	left: 35%;
	text-align: right;
	top: -53px;
	z-index: 10;
}
#section8 .textSection8 h1 {
	color: #6fabb9;
	font-size: 50px;
}
#section8 .textSection8 h2 {
	color: #fff;
}
#section8 .textSection8 h2.first {
	margin-top: -15px;
}
#section8 .textSection8 h2.help {
	color: #004967;
}
#section8 .imgSection8 {
	position: absolute;
	top: -20%;
	left:-180px;
	max-width: 450px;
	z-index: 2;
}
#section8 .imgSection8 img {
	max-width:100%;
}

#section9 {
	text-align: center;
}
#section9 .whitediv {
	background-color: #fff;
	height: 100px;
}
#section9 .successSend {
	color: #fff;
	border: 1px solid #fff;
	padding: 30px;
	font-size: 30px;
	text-align: center;
}
#section9 .errorSend {
	color: red;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}
#section9 .textSection9 {
	position: relative;
	top: 48px;
}
#section9 .textSection9 h1 {
	color: #004967;
	font-size: 50px;
}
#section9 .textSection9 h2 {
	color: #36a9e1;
	margin-top: -15px;
}
#section9 .formSection9 {
	text-align: left;
	width: 50%;
	height: 100%;
	margin: auto;
	top: 50px;
	overflow: visible;
}
#section9 .formSection9  .tel {
	text-align: center;
	margin-top: 50px;
}
#section9 .formSection9  h1 {
	color: #36a9e1;
}
#section9 .btn-success {
	background-color: #004967;
	border-color: #004967;
	padding: 10px 15px;
}

#section9 .formSection9 .legale {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}
#section9 .formSection9 .recru {
	position: absolute;
	bottom: 10px;
	right: 150px;
	font-size: 12px;
}