a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
h1{
	font-size: 50px;
}
.navbar img{
	margin-top: -10px;
	height: 40px;
	width: auto;
}

.navbar{
	background-color: #2f3149;
	border: none;
}

#navbar li a{
	color: #a1a2ad;
}
#navbar .active{
	color: #ffffff;
}
#navbar li a:hover{
	color: #ffffff;
	background-color: #585d79;
}
#domaine{
	background-color: #535873;
	text-align: center;
	height: 100vh;
	padding-bottom: 100px;
}
#domaine .icon-row{
	margin-top: 30vh;
}
.continue{
	margin-top: 10vh;
}
.continue a{
	color: white;
}
.spe img{
	height:30vh;
}
.spe p{
	color: #a1a2ad;
	font-size: 17px;
}
.spe{
	padding: 20px;
	transition: 0.5s all;
	border-radius: 6px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.spe:hover{
	background-color: rgba(0,0,0,0.5);
}

.formation{
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.75);
}

#titre{
	color: #ffffff;
	font-style: bold;
}

#citation{
	background:url('../img/fond2.jpg') no-repeat 0px 0px fixed;			
	background-size: cover;
}

#about{

}
#formation{
	background:url('../img/Testimonials.jpg') no-repeat 0px 0px fixed;			
	background-size: cover;
}
#competences{
	
}
#experience{
	background:url('../img/fond3.jpg') no-repeat 0px 0px fixed;			
	background-size: cover;	
}
#projet{
	
}

.bgimage{
	height: 100vh;	
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.8);
	padding: 70px 0px;
	text-align: center;
	color: #ffffff;
}

.bgcolor{
	background:url('../img/fond.png') no-repeat 0px 0px;			
	background-size: cover;
	height: 100vh;	
	padding: 70px 0px;
	text-align: center;
	color: #ffffff;	
}
.text p{
	text-align: justify;
	margin-top: 10px;
}
.text h1{
	margin-bottom: 20px;
}
.text h3{
	font-size: 30px;
	margin: 0px 10vw 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}
.text img{
	float: left;
	height: 70px;
}
img.parallax{
	margin: 5px;
}
.description{
	height: 140px;
}
.openButton, #submitButton{
	padding: 10px 30px;
	background-color: #2f3149;
	border: 2px solid #2f3149;
	margin-top: 20px;
	border-radius: 6px;
	color: #ffffff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.openButton:hover, #submitButton:hover{
	color: #ffffff;
	background-color: #4f4169;
}
.modal {
  padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  vertical-align: middle;
}
.modal-content{
	border-radius: 3px;
}
.modal-header .close{
	font-size: 36px;
	color: #eee;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}
.modal-body.modal-black{
	background-color: rgba(58,58,58,1)
}
.modal-header.modal-black, .modal-footer.modal-black{
	border: none;
	background-color: rgba(51,51,51,1)
}
.modal-header img{
	height: 100px;
	width: auto;
}
.modal-footer button{
	background-color: #5f5179;
	border: none;
	color: #ffffff;
	transition: 0.5s all;
	border-radius: 6px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.modal-footer button:hover{
	background-color: #4f4169;
	color: #ffffff;
}
.modal-body h3{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}
.modal-body p{
	margin-top: 10px;
	text-align: justify;
}
.modal-body iframe{
	margin-bottom: 30px;
	width: 100%;
}
img.portrait{
	float: left;
	width: 100px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}
#team{
	padding: 70px 0;
	background-color: #535873;
	color: #ffffff;
	text-align: center;
}
#team h1{
	margin-bottom: 50px;
}
#myCarousel{
	width: auto;
	height: auto;
}
.carousel-inner img{
	width: 700px;
	height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  	width: 70%;
  	margin: auto;
}
.carousel-control.right, .carousel-control.left{
	background-image: none;
}
#individuals{
	margin-top: 50px;
}
#individuals img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    margin-bottom: 5px;
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
#individuals img:hover{
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
#individuals .col-sm-2{
	margin-bottom: 20px;
}
#individuals p{
	margin: 0;
}
#individuals a{
	color: white;
	margin: 0;
}
#individuals a:hover{
	color: #a1a2ad;
}
#etude{
	background-image:url('../img/work.jpg');
	background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
	padding: 50px 0;
	color: #ffffff;
	text-align: center;
}
.modal-body .row .etape{
	border-left: 4px solid #535873;
}
.etape p{
	text-align: left;
}
#etude .row{
	margin-bottom: 20px;
	text-align: justify;
}
#etude h3{
	margin: 20px 20vw 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}
.form .left{
	text-align: right;
}
.form .right{
	text-align: left;
}
.form{
	text-align: center;
}
textarea{
	resize: none;
	height: 122px;
}
.infos{
	font-size: 17px;
	background-color: #515151;
	border: 4px solid #515151;
	border-radius: 3px;
	width: 80%;
	margin-bottom: 10px;
}
.file{
	font-size: 15px;
	text-align: center;
	margin-bottom: 0;
}
#inputFile{
	display: inline;
}
.file strong{
	margin-right: 20px;
}
.infos:focus{
	border-color: #454545;
}
#submitButton{
	font-size: 12px;
}
#etudeForm{
	text-align: center;
}
footer{
	background-color: #2f3149;
	color: #a1a2ad;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
footer a{
	color: #a1a2ad;
}
footer a:hover{
	color: white;
}
footer h3{
	margin-bottom: 10px;
	color: #ffffff;
}
.returnUp{
	color: white;
	font-size: 30px;
}
.footerInfos{
	margin-top: 10px;
	text-align: left;
}
.endFooter i{
	color: #2f3149;
	background-color: #a1a2ad;
	border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.endFooter i:hover{
	color: white;
}
#modalMentions{
	color: #ffffff;
}
.moreFooter{
	margin-left:50px;
}
footer img{
	margin-top: -7px;
	float: left;
	width: 80px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.partenaires{
	text-align: justify;
}
/*-- Responsive --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
	.description{
		height: 160px;
	}
}
@media(max-width:1080px){
}
@media(max-width:1024px){
}
@media(max-width:991px){
	.description{
		height: 210px;
	}
}
@media(max-width:970px){
	.form .left{
		text-align: center;
	}
	.form .right{
		text-align: center;
	}
}
@media(max-width:768px){
	#domaine{
		height: auto;
	}
	.description{
		height: 120px;
	}
	.openButton{
		margin-bottom: 30px;
	}
}
@media(max-width:736px){
}
@media(max-width:667px){
	.description{
		height: 140px;
	}
}
@media(max-width:568px){
	.description{
		height: 160px;
	}
}
@media(max-width:480px){
	.description{
		height: 180px;
	}
}
@media(max-width:414px){
	.description{
		height: 220px;
	}
}
@media(max-width:375px){
	.description{
		height: 250px;
	}
}
@media(max-width:320px){
	.description{
		height: 270px;
	}
}
