*{
	font-family: "Roboto", sans-serif;
}

#cote-blanc-gauche{
	height: 100vh;
	/*float: left;*/
	background: #fff;
	width: 20%;
	z-index: 9;
	position: absolute;
	
}

#bloc-gauche{
	/*border: 1px solid red;*/
	width:43%;
	background: #fff;
	height: 100vh;
	/*float: left;*/
	transform: skewX(-14deg);
	text-align: center;
	z-index: 10;
	position: absolute;
	box-shadow: 5px 1px 6px rgba(0, 0, 0, 0.3);
	
}

#bloc-gauche div{

	transform: skewX(14deg);
	
	
}

#bloc-gauche #bloc-img{
	position: absolute;
	top: 420px;
	left: 10%
}


#bloc-gauche::before{
	content: "";
	width: 1px;
	height: 60vh;
	position: absolute;
	right: 21px;
	bottom: 0;
	background: #203f7c none repeat scroll 0 0;
}
#bloc-gauche::after{
	content: "";
	width: 1px;
	height: 60vh;
	position: absolute;
	right: -21px;
	top: 0;
	background: #fff none repeat scroll 0 0;
}

#bloc-gauche #bloc-img{
	display: block;
	width: 80%
}
#bloc-gauche #bloc-img img{
	
	width: 100%
}

.copyright{
	/*border:1px solid;*/
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 2000;
}

.position-info #logo{
	margin: 20px 0
}


.logo_footer{
	position: absolute;
    bottom: 25px;
    right: 35px;
}

.position-info{
	
	transform: skewX(14deg)!important;
	position: absolute;
	left: 30%;
	top:4%;
}
.position-info h1, .position-info div{
	color: #203f7c;
	font-size: 22px;
	transform: skewX(0deg)!important;

}

.position-info h1{
	line-height: 35px;
	font-weight: 400
}

.position-info hr{
	height: 1px;
	background: #203f7c;

}

.position-info::after {
    content: "";
    width: 200vw;
    z-index: 2000;
    right: 6px;
    height: 1px;
    background: #203f7c;
    position: absolute;
    top: 55px;

}

/********/

#bloc-droit{
	/*border: 1px solid black;*/
	width: 100%;
	background: #203f7c;
	height: 100vh;
	position: absolute;
	z-index: 0;

}

#content-contacts{
	width: 50%;
	float: right;
	/*border: 1px solid white;*/
	height: 100vh;
	margin: auto;
	text-align: center;

}


#contacts{
	width: 50%;
	margin-left: 25%;
	margin-top: 125px;
	/*margin: auto;*/
	

}
#contacts h2 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400;
}

#contact_body input, #contact_body textarea, #contact_body select {
    border: 1px solid #fff;
    background-color: #203f7c;
    color: #fff;
    border-radius: 0;
    resize: none

}

#contact_body input::placeholder, #contact_body textarea::placeholder, #contact_body select::placeholder {
	color: #fff;
}

button#envoyer {
    background-color: #fff;
    color: #203f7c;
    width: 100%;
    border-radius: 4px;
}

label {
    display: block;
    color: red;
    font-weight: 400;
    text-align: left;
}
/************/
#onglet{
	width: 520px;
    position: absolute;
    bottom: 352px;
    left:38vw;
    background-color: #fff;
    z-index: 6;
    transform: skewX(-14deg);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
}

#onglet .texte {
	transform: skewX(14deg);
    bottom: 12px;
    color: #203f7c;
    font-size: 1.4rem;
    left: 100px;
    line-height: 25px;
    height: 100px;
    margin-left: 145px;
    padding-top: 10px
}
.texte h2 {
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 0px;
    font-size: 1.4em;
}
.bleu-marine {
    color: #fff;
    background: #203f7c;
    padding: 2px 5px;
}

/************/
#map{
	background: lightgrey;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 400px;
	z-index: 5;
	overflow: hidden
}

#map-content{
	max-width: 82%;
	width: 100%;
	float: right;
	background: lightblue;
	height: 100%;
	position: relative;
}

#map-content img{
	position: absolute;
      bottom: -145%;
    right: 0;
    min-width: 1650px;
	
}



#alert {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3000;
}

.alert_inner {
    color: #fff;
    height: 130px;
    left: 50%;
    margin-left: -275px;
    margin-top: -65px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 550px;
}

#map-responsive, .copyright-responsive{
	display: none;
}

	.active-responsive{
		display: none;
	}
#contact-form > .remarque { display:none; }

