@charset "utf-8";

body {
	position: relative; 
	margin: auto;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	font: 1em Arial, Verdana, sans-serif;
	background-color: #303030;
}

/* ---------------- FONTS ---------------- */
@font-face {
	font-family: 'fontastique';
    src: url('Font/fontastique-webfont.eot');
	src: url('Font/fontastique.otf') format('truetype'),	
		 url('Font/fontastique-webfont.woff') format('woff'), 
    	 url('Font/fontastique-webfont.eot?#iefix') format('embedded-opentype'), 
         url('Font/fontastique-webfont.svg#fontastique') format('svg');     
    font-weight: normal;
    font-style: normal;
}

/* ---------------- DIVERS ---------------- */
.bandePleine {
	padding-right: 0px;
	padding-left: 0px;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
.mySlides {
	display:none
}

/* ---------------- DIFF TITRE ET TEXTE ---------------- */
.titreSection1 {
	margin: 40px 0px;
	font-size: 50px;
	font-family: "fontastique";
	font-weight: bold;
	color: #758ac5;
}
.titreSection2 {
	margin: 40px 0px;
	font-size: 50px;
	font-family: "fontastique";
	font-weight: bold;
	color: #fff;
}
.titreSection3 {
	margin: 40px 0px;
	font-size: 50px;
	font-family: "fontastique";
	font-weight: bold;
	color: #2f5196;
}
.texte {
	font-size: 20px;
	font-family: Arial, Verdana, sans-serif;
	text-align: justify;
	line-height: 130%;
	color: #fff;
}
.slogan {
	margin-top: 50px;
	font-family: "fontastique";
	font-style: italic;
	color: #fff;
}
p {
	margin: 0px;
}

/* ---------------- MENU ---------------- */
.menu {
	padding: 0px;
	background-color: #303030;
	box-shadow: 0px 5px 50px #101010;
}
.txtMenu {
	margin: 10px 0px;
	width: auto;
	font-size: 150%;
	font-family: "fontastique";
}
.txtMenu a:hover {
	color: #758ac5 !important;
}
.navbar-brand {
	margin-right: 0px !important;
}
/* Bouton burger */
.burger {
    display: inline-block;
    cursor: pointer;
}
.bar1, .bar2, .bar3 {
	margin: 6px 0;
    width: 35px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.22);
    transition: 0.4s;
}
/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}
/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}
/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

/* ---------------- HEADER ---------------- */
.imageHeader {
	height: 970px;
	padding-top: 210px;
	text-align: center;
	background: url(img/background-bureau.jpg) top center no-repeat;
}
.txtHeader {
	font-size: 35px;
	font-style: italic;
}
.signature {
	margin-top: 90px;
	width: 50%;
}

/* ---------------- SECT A PROPOS ---------------- */
.imgApropos {
	margin-top: 110px;
}
.txt {
	font-size: 20px;
	font-family: "fontastique";
}
.button {
	width: 400px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #303030;
	border: 4px dashed #fff;
}
.button:hover {
	color: #2f5196;
	background-color: #fff;
}

/* ---------------- PHOTO DU PARALLAX ---------------- */
.parallax {
	/* Set a specific height */
    min-height: 600px; 
    /* The image used */
    background: url(img/parallax-xl.jpg) top center;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*background-position: top center;*/
    background-repeat: no-repeat;
}

/* ---------------- SECT HABILETER ---------------- */
#habileter {
	padding: 0px 0px;
}
.sectionHabileter {
	background-color: #2e4862;
}
.basHabileter {
	height: 250px;
	background: url(img/deco-bleu.png) left top no-repeat, url(img/deco-gris.png) right top no-repeat;
}

/* ---------------- SECT RÉALISATIONS ---------------- */
.containerImg a:hover div.infoprojet {
	opacity:0.8;
}
.infoProjet h1 {
	padding: 5px 0px;
	font-weight: bold;
	color: #212121;
	opacity: 1;
}
.containerImg a:hover {
	text-decoration: none;
}
.infoProjet p {
	margin: 0px;
	font-size: 16px;
	
}
.infoProjet img {
	width: 50px;
}
/* Slide overlay */
.containerImg {
	position: relative;
	width: 100%;
}
.image {
 	display: block;
	width: 100%;
	height: auto;
}
.overlay {
  	position: absolute;
  	overflow: hidden;
  	right: 0;
  	bottom: 100%;
  	left: 0;
  	width: 100%;
  	height:0;
	background: rgba(55, 92, 101, 0.8);
  	transition: .5s ease;
}
.containerImg:hover .overlay {
	bottom: 0;
 	height: 100%;
}
.text {
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	width: 80%;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
 	color: #fff;
	opacity: 1;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* --------- PAGE LIGHTBOX PROJETS PERSO --------- */
.projets {
	padding: 40px 0px;
}
.projets h2,h3 {
	margin: 16px 0px;
	font-size: 34px;
	font-family: "fontastique";
	color: #2f5196;
}
.projets p {
	font-size: 18px;
	color: #000;
}
.titreProjetPerso {
	margin: 80px 0px;
	font-size: 50px;
	font-family: "fontastique";
	font-weight: bold;
	text-align: center;
	color: #2f5196;
}

#myBtn {
  display: none;
  position: fixed;
  z-index: 99;
  padding: 15px;
  bottom: 20px;
  right: 30px;
  font-size: 18px;
  color: white;
  border: none;
  outline: none;
  background-color: #313131;
  cursor: pointer;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}

.main {
  background: url(img/background-projet2.png) repeat top center;
}
.main img {
	margin: 10px auto;
	width: 100%;
	max-width: 600px;
	border-radius: 30px;
}
#infoProjets {
	margin-top: 20px;
	padding: 30px;
	max-width: 85%;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.6);
}
.buttonReturn {
	margin: 90px;
	width: 161px;
	font-size: 25px;
	font-weight: bold;
	color: #2f5196;
	background-color: #fff;
}
.buttonReturn:hover {
	color: #fff;
	background-color: #2f5196;
}
 
/* ---------------- SECT CONTACT ---------------- */
.infoContact a:hover {
	text-decoration: none;
}
.form-group {
	margin-bottom: 35px;
}
.formButton {
	width: 150px;
	font-size: 20px;
	font-weight: bold;
	color: #2f5196;
	background-color: #fff;
}
.formButton:hover {
	color: #fff;
	background-color: #2f5196;
}
#contacter h4 {
	padding-bottom: 5px;
	text-decoration: none;
}

/* ---------------- SECT FOOTER ---------------- */
.hautFooter {
	margin: 0px;
	height: 257px;
	background: url(img/nuage.png) bottom repeat-x;
}
footer {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #2e4862;
}
.imgReseau {
	max-width: 75%;
	min-width: 80px;
}
.copyright {
	padding: 6%;
	font-size: 18px;
}

/* ---------------- Après 1200px LG ---------------- */
@media screen and (max-width: 1200px) {
    /* --------- HEADER --------- */
	.imageHeader {
    	height: 824px;
    	padding-top: 210px;
		background: url(img/background-bureau2.jpg) center no-repeat;
	}
	.signature {
		margin-top: 60px;
		width: 70%;
	}

	/* --------- PHOTO DU PARALLAX --------- */
	.parallax {
		/* Set a specific height */
    	min-height: 450px; 
		background: url(img/parallax-lg.jpg);
		/* Create the parallax scrolling effect */
		background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	/* --------- PHOTO --------- */
	.fondPhoto {
		/* Set a specific height */
    	min-height: 600px; 
		background: url(img/parallax-lg.jpg) right no-repeat;
	}

	/* --------- SECT FOOTER --------- */
 	.imgReseau {
		width: 60% !important;
	}
	.copyright {
		padding-top: 20px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	/* --------- HEADER --------- */
	.imageHeader {
		padding-top: 190px;
		height: 950px;
		background-image: url(img/background-bureau2.jpg);
	}
	/* --------- PHOTO --------- */
	.fondPhoto {
		/* Set a specific height */
    	min-height: 600px; 
		background: url(img/parallax-lg.jpg) right no-repeat;
	}
}

/* ---------------- Après 992px MD ---------------- */
@media screen and (max-width: 992px) {
    /* --------- HEADER --------- */
	.imageHeader {
		padding-top: 200px;
		height: 950px;
		background-image: url(img/background-ipad.jpg);
	}
	.logo {
		width: 30%;
	}
	.signature {
		margin-top: 0px;
		max-width: 50%;
	}
	.texte {
		font-size: 18px;
	}

	/* --------- SECT A PROPOS --------- */
	.imgApropos {
		margin-top: 0px;
	}

	/* --------- PHOTO --------- */
	.fondPhoto {
		/* Set a specific height */
    	min-height: 600px; 
		background: url(img/parallax-md.jpg) no-repeat;
	}

	/* --------- SECT RÉALISATIONS --------- */
	.infoProjet {
		padding: 10px;
		text-align: center;
		color: #fff;
		background: url(img/pin.png) top center no-repeat, url(img/coin2.jpg) bottom left no-repeat #789198; 
	}
	/* -- TEST -- */
	.infoProjet {
		padding: 70px 20px 80px 20px;
		/*border: 5px dashed #3159a3;*/
	}
	.infoProjet h1 {
		padding: 5px 0px;
		font-size: 32px;
		color: #212121;
	}
	.infoProjet h3 {
		padding: 5px 0px;
		font-size: 26px;
		color: #fff;
	}
	.infoProjet p {
		margin: 0px;
		font-size: 16px;
	}
	.infoProjet img {
		width: 50px;
	}
}

/* ---------------- Après 767px SM ---------------- */
@media screen and (max-width: 767px) {
	/* --------- MEMU --------- */
	.menu ul {
		padding-bottom: 20px;
	}
	.txtMenu {
		margin: 30px 0px;
		padding: 10px 0px;
	}

    /* --------- HEADER --------- */
	.imageHeader {
		padding-top: 100px;
		height: 730px;
		background: url(img/background-mobile.jpg) no-repeat;
	}
	.logo {
		width: 40%;
	}
	.txtHeader {
		font-size: 30px;
	}
	
	/* --------- SECT A PROPOS --------- */
	.imgApropos {
		margin-top: 0px;
	}
}

/* ---------------- Après 576px ---------------- */
@media screen and (max-width: 576px) {
    /* --------- HEADER --------- */
	.imageHeader {
		margin-top: 3%;
		padding: 100px 0px;
		background-image: url(img/background-mobile.jpg);
	}
	.logo {
		width: 50%;
	}
	.signature {
		max-width: 70%;
	}
	.txtHeader {
		font-size: 25px;
	}

	/* --------- SECT A PROPOS --------- */
	.imgApropos {
		margin-top: 0px;
		margin-right: 15%;
		margin-left: 15%;
	}
	.button {
		width: 320px;
		font-size: 24px;
	}

	.infoProjet h1 {
		padding: 5px 0px;
		font-size: 32px;
		color: #212121;
	}
	.infoProjet h3 {
		padding: 5px 0px;
		font-size: 26px;
		color: #fff;
	}

	/* --------- PHOTO --------- */
	.fondPhoto {
		/* Set a specific height */
    	min-height: 650px; 
		background: url(img/parallax-sm.jpg) center no-repeat;
	}

	/* --------- SECT CONTACT --------- */
	h4 {
		font-size: 16px;
	}

	/* --------- SECT FOOTER --------- */
	.copyright {
		margin-bottom: 0px;
		padding-top: 10px;
		font-size: 16px;
	}
	.imgReseau {
		width: 70%;
	}
}

/*  ----------------  Après 350px  ---------------- */
@media screen and (max-width: 370px) {
	/* --------- HEADER --------- */
	.logo {
		width: 60%;
	}

	/* --------- SECT A PROPOS --------- */
	.button {
		width: 250px;
		font-size: 16px;
	}
}
