*{
	margin: 0;
	padding: 0;
	border:none;
}
.conteneur{
	width: 1200px;
	margin: auto;
	position: relative;
	clear: both;
}
body{
	font-family: 'Droid Sans', sans-serif;
}
header{
	background: url(../img/header.jpg);
}
#deco{
	background: url(../img/deco-gauche.png) left no-repeat, url(../img/deco-droite.png) right no-repeat ;
}
header .logo{
	text-align: center;
	height: 249px;
}
header .logo img{
 	margin-top: 20px;
}
header .logo h1{
 	color: white;
 	font-family: 'Muli', sans-serif;
 	font-variant: small-caps;
 	font-size: 30px;
 	font-weight: 200;
 	margin: 10px;
}
header .adresse{
 	width: 250px;
 	position: absolute;
 	right: 0;
 	top: 30px;
 	text-align: right;
}
header .adresse h3{
 	color: white;
 	font-family: 'Muli', sans-serif;
 	font-size: 26px;
 	font-weight: 200;
 	font-size: 14px;
 	top: 30px;
 	padding-right: 40px;
 	background: url(../img/adresse-picto.png) no-repeat right center;
}
header .adresse .tel{
	line-height: 30px;
	background: url(../img/tel-picto.png)  no-repeat right center;
	padding-right: 40px;
}
header .adresse img{
 	float: right;
 	top: 30px;
}

/* =================================== NAV ==================================================*/
#responsive{
	display: none;
}
nav{
	width: auto;
	height: 63px;
	line-height: 63px;
	text-align: center;
}
nav li{
	display: inline-block;
	padding: 0 20px;
	height: 63px;
	position: relative;
}
nav a{
	color: #1f427f;
	font-size: 16px;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	text-decoration: none;
}
nav a:hover{
	color: #0911f8;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
 	
}
nav ul ul {
	display: none;
	width: 200px;
	background: rgba(255,255,255,0.9);
}
nav li:hover > ul{
	display: block;
	position: absolute;
	z-index: 1000;
	top: 62px;
	left: -32px;
}
nav li li{
	position: relative;
	padding: 0;
	margin: 0 20px;
	
}

/* =================================== TEXTE + VIDEO ==================================================*/

.block h1{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 56px;
 	font-weight: 700;
 	text-align: center;
 	margin-top: 62px;
 	margin-bottom:32px; 
}
#block_nav
{
	display: none;

}
#visible:hover #block_nav
{
	display: block;
}
.block p{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 30px;
 	font-weight: 300;
}
.video{
	width: 550px;
	float: left;
	padding: 20px;
}
.col-texte{
	width: 550px;
	float: left;
	padding: 20px;
}
.col-texte p{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
 	font-weight: 400;
}
.marker-list{
    position: relative;
    margin-bottom: 9px;
    margin-left: -20px;
}
.col-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 62px;
}
.col-video iframe,  
.col-video object,  
.col-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* =================================== SKEW ==================================================*/
#skew{
	background: url(../img/ampoule-deco.png) no-repeat 4% center ,url(../img/ampoule-deco.png) no-repeat 96% center,  #252936;
	margin-top: 62px;
	clear: both;
}
.skew-wrapper {
    position: relative;
    overflow: hidden;
    height: 450px;
    padding: 0 64px;
    
}
.skew-wrapper .skew {
    transform: skew(16deg, 0);
    overflow: hidden;
    display: block;
    width: 33.333333%;
    height: 100%;
    position: relative;
    float: left;
    transition: all 0.3s ease 0.05s;
    top: 0;
}
.skew-wrapper .skew.min {
    width: 25%;
}
.skew-wrapper .skew.active {
    width: 50%;
}
.skew-wrapper .straight {
    position: absolute;
    transform: translate(-50%, -50%) skew(-16deg, 0);
    display: block;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10;
}
.skew-wrapper .skew .straight-image {
    background-position: center;
    background-repeat: repeat;
}
.skew-wrapper .straight-image {
    position: absolute;
    height: 100%;
    width: 200%;
    left: -50%;
    transform: skew(-16deg, 0);
}
.skew-wrapper .straight .title{
    color: #ffffff;
}
.skew-wrapper .straight .title {
    display: block;
    margin-bottom: 1em;
    font-size: 38px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
.btn.btn-sm {
    height: 43px;
    font-size: 16px;
    line-height: 23px;
    padding: 6px 22px 11px;
    border-radius: 4px;
}
.btn{
    background-color: #f47629;
    color: #ffffff;
}
.skew-wrapper .skew:before {
        content: "";
        z-index: 100;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
        -webkit-transition: 0s ease-in-out;
        -moz-transition: 0s ease-in-out;
        -ms-transition: 0s ease-in-out;
        -o-transition: 0s ease-in-out;
        pointer-events: none;
}
.skew-wrapper .skew:hover:before {
        left: 100%;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
}
.skew-wrapper .skew + .skew {
        margin-left: -2px;
}

/* =================================== FOOTER ==================================================*/

.orange{
	color: #f75e00; 
}
.col-logo a{
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: white;
	font-variant: small-caps;
 	font-weight: 200;
 	position: center;
}
footer{
   	background: #1f427f;
   	margin-top: 62px;
   	height: 341px;
   	clear: both;
}
footer .col-logo{
	width: 300px;
	float: left;
	vertical-align: middle;
}
footer .footer-coordonnees{
	width: 330px;
	padding-top: 30px;
	float: left;
}
footer .footer-coordonnees p{
	margin-bottom: 20px;
}
footer .col-logo img{
	margin-top: 20px;
	margin-left: 57px;
}
footer h3{
   	color: white;
 	font-family: 'Muli', sans-serif;
 	font-variant: small-caps;
 	font-size: 17px;
 	font-weight: 200;
 	text-align: center;
}
footer .footer-coordonnees p{
   	color: white;
 	font-family: 'Muli', sans-serif;
 	font-weight: 400;
 	font-size: 16px;
 	padding-right: 20px;
 	line-height: 25px;
 	letter-spacing: 0.1em;
   }
footer .google-map{
	width: 530px;
	padding-top: 30px;
	float: left;
}
#bouton-accueil{
	width: 142px;
	height: 142px;
	background: url(../img/bouton-accueil.png);
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#bouton-accueil:hover{
	width: 142px;
	height: 142px;
	background: url(../img/bouton-accueil-hover.png);
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/* =================================== HISTORIQUE ==================================================*/

.block-historique img{
	padding-top: 62px;
	padding-bottom: 36px;
}
.block-historique h1{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 56px;
 	font-weight: 700;
 	text-align: center;
 	margin-bottom:32px;
}
.block-historique p{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 30px;
 	font-weight: 300;
 	margin-bottom:32px;
}
.col-texte-historique p{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
 	font-weight: 400;
}

/* =================================== ACTIVITES ==================================================*/
.block-electricite-industrielle img{
	padding-top: 62px;
	padding-bottom: 36px;
}
.block-electricite-industrielle h1{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 56px;
 	font-weight: 700;
 	text-align: left;
 	margin-top: 32px;
 	margin-bottom:32px;
 	text-decoration: none; 
}
.block-electricite-industrielle p{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 30px;
 	font-weight: 300;
 	margin-bottom:32px;
}
.block-electricite-generale img{
	padding-top: 62px;
	padding-bottom: 36px;
}
.block-electricite-generale h1{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 56px;
 	font-weight: 700;
 	text-align: left;
 	margin-top: 32px;
 	margin-bottom:32px; 
}
.block-electricite-generale p{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 30px;
 	font-weight: 300;
 	margin-bottom:32px;
}

.half h2{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 30px;
 	font-weight: 700;
 	text-align: left;
 	margin-top: 62px;
 	margin-bottom:32px;
}
.half p{
	width: 600px;
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 25px;
 	font-weight: 300;
 	text-align: left;
 	margin-top: 30px;
 	margin-bottom:32px;
 	float: left;
}
h4{
	background: url(../img/ligne.jpg) repeat-x center;
	padding-left: 25px;
	color: #283f7e;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 25px;
	display: block;
}
h4 span{
	padding: 6px;
	background: white;
}
.half{
	width: 50%;
	float: left;
}
article #display{
	display: none !important;
}
.images img{
	border-bottom: 3px solid #283f7e;
	display: block;
	height: auto;
}
.images p{
	position: relative;
	margin-bottom: 0;
}
.images img{
	max-width: 100%;
}

/* ========================== CONTACT =======================*/

div .google-maps-head{
	height: 676px;
	margin-bottom: 58px;
}
.info h1{
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 56px;
 	font-weight: 700;
 	text-align: center;
 	margin-top: 62px;
 	margin-bottom:32px; 
}
.contact{
	width: 565px;
	margin-top: 60px;
	float: left;
	text-align: right;
}
.contact .telephone{
	background: url(../img/icon-tel-coordonnees.png) center right no-repeat;
}
.contact .mail{
	background: url(../img/icon-mail-coordonnees.png) center right no-repeat;
}
.contact .adresse{
	background: url(../img/icon-adresse-coordonnees.png) center right no-repeat;
	line-height: 40px;
}

.contact h3{
 	color: black;
 	font-family: 'Muli', sans-serif;
 	font-weight: 400;
 	font-size: 25px;
 	top: 30px;
 	padding-right: 100px;
 	line-height: 69px;
}
.horaire{
	color: black;
 	font-family: 'Muli', sans-serif;
 	font-weight: 400;
 	font-size: 20px;
 	top: 30px;
 	padding-right: 100px;
 	line-height: 38px;
	margin-left: 30px;
	width: 510px;
	height: 240px;
	float: left;
	border: 1px solid black;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 10px;
	text-align: center;
}
.horaire .jour{
	width: 230px;
	text-align: left;
}
form{
	width: 1130px;
	clear: both;
	margin: auto;
	margin-top: 60px;
}
div .col1{
	float: left;
	width: 565px;
}
div .col2{
	float: left;
	width: 565px;
}
input, textarea{
	border: solid 1px black;
	width: 520px;
	height: 55px;
	padding: 4px;
	border-radius: 4px;
	/*background: linear-gradient(135deg, blue 0%, red 20%, purple 50%, yellow 80%, white 100%);*/
	background: white;
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
 	font-weight: 300;
 	margin-bottom:32px;
}
textarea{
	height: 293px;
	width: 1087px;
	color:black;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
 	font-weight: 300;
 	margin-bottom:32px;
}
input[type="submit"]{/* Cible un élément HTML input qui a pour type="submit" */
	width: 180px;
	height: 50px;
	background: #213977;
	color: white;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
 	font-weight: 400;
 	margin-bottom:32px;

}
input[type="checkbox"], input[type="radio"]{
	width: auto;
	margin-right: 5px;
}

/* ========================== REALISATIONS =======================*/
#realisations img{
	width: 32%;
	display: block;
	float: left;
	margin: 0.6666666%;
}
#realisations #pagination{
	clear: both;
	position: relative;
}
#pagination #previous{
	top: 0;
	left: 0.6666666%;
	position: absolute;
	display: inline-block;
}
#pagination #next{
	top: 0;
	right: 0.6666666%;
	position: absolute;
	display: inline-block;
}
#pagination #previous, #pagination #next{
	background: #1f427f;
	padding: 5px;
}
#pagination #previous a, #pagination #next a{
	color:white;
	text-decoration:none;
}

/* ========================== MENTIONS LEGALES =======================*/
.mentions-legales h1{
	font-size: 20px;
	text-align: center;
}
.mentions-legales p{
	font-size: 16px;
	margin: 20px;
}
img{
	max-width: 100%;
}




/* =================================== Responsive 800 ==================================================*/

@media all and (max-width: 1200px){/* Pour tous les types d'écran dont la largeur ne dépasse pas 1200px */
	.conteneur{
			width: 800px;
	}
	.block{
		width: 760px;
		padding: 20px;
	}
	.block h1 {
    margin-top: 0px;
	}
	.block p{
		width: 760px;
		padding: 20px;
	}
	.video{
		width: 760px;
		height: 400px;
		float: left;
		padding: 20px;
	}
	.col-texte{
		width: 760px;
		padding: 20px;
	}
	.col-texte p {
    padding: 20px;
	}
	.marker-list{
		width: 700px;
	}
	.marker-list p{
		padding: 0px;
		padding-left: 20px;
	}
	#skew{
    display: none;
}
	/* =================================== Responsive Historique 800 ==================================================*/
	.block-historique{
		width: 800px;
		padding: 0px;
	}
	.block-historique img{
    	padding-top: 0px;
	}
	.block-historique h1{
		text-align: center;
	}
	.block-historique p{
		text-align: center;
		font-size: 27px;
		padding: 20px;
	}
	.col-texte-historique{
		width: 760px;
		padding-left: 20px;
	}
	.google-map{
		display: none;
	}
/* =================================== Responsive Activités 800 ==================================================*/
	
	.block-electricite-industrielle{
		width: 800px;
		padding: 0px;
	}
	.block-electricite-industrielle img {
    padding-top: 0px;
	}
	.block-electricite-industrielle h1 {
    margin-top: 0px;
    text-align: center;
    padding: 20px;
	}
	.block-electricite-industrielle p {
    padding: 20px;
	}
	.block-electricite-industrielle p {
    color: black;
    font-family: 'Muli', sans-serif;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 32px;
	}
	.half h2 {
    padding-left: 20px;
	}
	.half p {
	font-size: 22px;
    padding-left: 20px;
	}
	.block-electricite-generale{
   	width: 800px;
	padding: 0px;
	}
	.block-electricite-generale h1 {
    margin-top: 0px;
    text-align: center;
	}
	.block-electricite-generale img{
   	padding-top: 0px;
	}
	.block-electricite-generale p {
    padding: 20px;
	}
	.block-electricite-generale p {
    color: black;
    font-family: 'Muli', sans-serif;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 32px;
	}
	h4 {
    padding-left: 40px;
    }
    .images img {
    width: 400px;
    border-bottom: 3px solid #283f7e;
    display: block;
    height: auto;
	}


/* =================================== Responsive Realisations 800 ==================================================*/
	.info h1 {
	    margin-top: 0px;
	}
/* =================================== Responsive Contact 800 ==================================================*/
	.google-maps-head iframe{
		width: 760px;
		margin-left: 20px;
	}
	div .col1 ,.col1 input {
    float: left;
    width: 360px;
	margin-right: 20px;
	margin-left: 10px;
	}
	.col2 input{
    float: left;
    width: 360px;
   	margin-left: 20px;
	}
	#message {
    height: 293px;
    width: 750px;
    margin: 20px;
	}
	.horaire{
		margin-left: 134px;
	}
	/* =================================== Responsive Mentions Legales 800 ==================================================*/
	.mentions-legales h1 {
    font-size: 20px;
    text-align: center;
	}
	.mentions-legales p {
    font-size: 15px;
    margin: 20px;
	}
}

/* =================================== Responsive 600 ==================================================*/

@media all and (max-width: 800px){/* Pour tous les types d'écran dont la largeur ne dépasse pas 1200px */
	.conteneur{
			width: 600px;
	}
/* =================================== Responsive index + NAV 600 ==================================================*/
	nav li {
    display: inline-block;
    padding: 0 10px;
	}
	footer .footer-coordonnees {
    width: 255px;
	}

	.block{
		width: 560px;
		padding: 20px;
	}
	.block h1 {
    margin-top: 0px;
	}
	.block p{
		width: 560px;
		padding: 20px;
	}
	.video{
		width: 560px;
		height: 315px;
		float: left;
		padding: 20px;
	}
	.col-texte{
		width: 560px;
		padding: 20px;
	}
	.col-texte p {
    padding: 20px;
	}
	.marker-list{
		width: 600px;
	}
	.marker-list p{
		padding: 0px;
		padding-left: 20px;
	}
	#skew{
    display: none;
}
	/* =================================== Responsive Historique 600 ==================================================*/
	.block-historique{
		width: 600px;
		padding: 0px;
	}
	.block-historique img{
    	padding-top: 0px;
	}
	.block-historique h1{
		text-align: center;
		margin-bottom: 10px;
	}
	.block-historique p{
		text-align: center;
		font-size: 27px;
		padding: 20px;
	}
	.col-texte-historique{
		width: 560px;
		padding-left: 20px;
	}
	.google-map{
		display: none;
	}
	
/* =================================== Responsive Activités 600 ==================================================*/
	
	.block-electricite-industrielle{
		width: 600px;
		padding: 0px;
	}
	.block-electricite-industrielle img {
    padding-top: 0px;
	}
	.block-electricite-industrielle h1 {
    margin-top: 0px;
    text-align: center;
    padding: 20px;
	}
	.block-electricite-industrielle p {
    padding: 20px;
	}
	.half h2 {
	font-size: 25px; 
    padding-left: 20px;
	}
	.half p {
	font-size: 16px; 	
    padding-left: 20px;
    margin-top: 0;
	}
	.block-electricite-generale{
   	width: 600px;
	padding: 0px;
	}
	.block-electricite-generale h1 {
    margin-top: 0px;
    text-align: center;
	}
	.block-electricite-generale p {
    font-size: 20px;
   	padding: 20px;
	}
	.block-electricite-generale img{
   	padding-top: 0px;
	}
	h4 {
    padding-left: 40px;
    }
    .images img {
    width: 300px;
    border-bottom: 3px solid #283f7e;
    display: block;
    height: auto;
	}

/* ===================================== Responsive Realisations 600 ==================================================*/
	.info h1 {
	    margin-top: 0px;
	}
/* =================================== Responsive Contact 600 ==================================================*/
	.google-maps-head iframe{
		width: 560px;
		height: 300px;
		margin-left: 20px;
	}
	div .col1 ,.col1 input {
    float: left;
    width: 260px;
	margin-right: 20px;
	margin-left: 10px;
	}
	.col2 input{
    float: left;
    width: 260px;
   	margin-left: 20px;
	}
	#message {
    height: 293px;
    width: 550px;
    margin: 20px;
	}
	.horaire{
		margin-left: 40px;
	}
/* =================================== Responsive Mentions Legales 600 ==================================================*/
	.mentions-legales h1 {
    font-size: 16px;
    text-align: center;
	}
	.mentions-legales p {
    font-size: 15px;
    margin: 20px;
	}
}

/* =========================================== Responsive 300 ==================================================*/
	@media all and (max-width: 600px){/* Pour tous les types d'écran dont la largeur ne dépasse pas 1200px */
	.conteneur{
			width: 300px;
	}
/* =================================== Responsive index + NAV 300 ==================================================*/
	header .adresse .tel {
    	display: none;
	}
	header .adresse h3 {
    	display: none;
	}
	header .logo h1 {
    	font-size: 18px;
	}
	#normal{
		display: none;
	}
	#responsive{
		display: block;
	}
	nav{
		width: auto;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	nav li{
		display: inline-block;
		padding: 0 0;
		height: 40px;
		position: relative;
		width: 100%;
		float: none;
	}
	nav li li {
	    margin: 0 0;
	}
	nav ul ul {
	    width: 100%;
	}
	nav ul ul ul{
		background: none
	}
	nav li:hover ul {
	    left: 0;
	    top: -2px;
	    position: relative;
	}
	nav a,nav a:active, nav a:hover{
		font-size: 16px;
	}
	nav ul ul ul a{
		font-size: 12px;
	}
	footer .footer-coordonnees {
    	width: 255px;
	}

	.block{
		width: 260px;
		padding: 20px;
	}
	.block h1 {
    	margin-top: 0px;
    	font-size: 30px;
	}
	.block p{
		width: 260px;
		padding: 00px;
		font-size: 20px;
	}
	.video{
		width: 260px;
		height: 155px;
		float: left;
		padding: 20px;
	}
	.col-texte p {
		width: 260px;
    	padding: 0px;
    	font-size: 17px;
    }
    .marker-list p {
    	padding: 0px;
    	padding-left: 20px;
	}
	footer .footer-coordonnees {
    display: none;
	}
/* =================================== Responsive Historique 300 ==================================================*/
	.block-historique{
		width: 300px;
		padding: 0px;
	}
	.block-historique img{
    	padding-top: 0px;
	}
	.block-historique h1{
		text-align: center;
		margin-bottom: 10px;
		font-size: 30px;
	}
	.block-historique p{
		text-align: center;
		font-size: 20px;
		padding: 20px;
	}
	.col-texte-historique{
		width: 260px;
		padding-left: 20px;
		font-size: 17px;
	}
	.col-texte-historique p {
		font-size: 17px;
	}
	.google-map{
		display: none;
	}
/* =================================== Responsive Activités 300 ==================================================*/
	
	.block-electricite-industrielle{
		width: 300px;
		padding: 0px;
	}
	.block-electricite-industrielle img {
    	padding-top: 0px;
    	padding-bottom: 10px;
	}
	.block-electricite-industrielle h1 {
		font-size: 20px;
    	margin-top: 0px;
    	text-align: center;
    	padding: 0px;
   		margin-bottom: 10px;
	}
	.block-electricite-industrielle p {
		font-size: 15px;
    	padding: 20px;
    	margin: 10px;
	}
	.half h2 {
		width: 280px;
    	padding-left: 0;
    	font-size: 20px;
    	margin: 10px;
	}
	.half p {
		width: 300px;
    	padding-left: 0;
    	font-size: 15px;
    	margin: 10px;
	}
	.block-electricite-generale{
   		width: 300px;
		padding: 0px;
	}
	.block-electricite-generale h1 {
		font-size: 20px;
    	margin-top: 0px;
    	text-align: center;
    	padding: 0px;
    	margin-bottom: 0px;
	}
	.block-electricite-generale p {
    font-size: 15px;
   	padding: 20px;
   	margin: 10px;
	}
	.block-electricite-generale img{
   		padding-top: 30px;
   		padding-bottom: 10px;
	}
    #bouton-accueil {
        width: 71px;
        height: 71px;
        background-size: 100%;
    }
    #bouton-accueil:hover {
        width: 71px;
        height: 71px;
        background-size: 100%;
    }
    h4 {
    display: none;
    }
    .images img {
    display: none;
	}
/* ===================================== Responsive Realisations 300 ==================================================*/
	.info h1 {
	    margin-top: 0px;
	}
	.conteneur h1{
	font-size: 30px;	
	}
	#realisations img{
	width: 45%;
	display: block;
	float: left;
	margin: 2%;
	}
/* =================================== Responsive Contact 300 ==================================================*/
	.google-maps-head iframe{
		width: 280px;
		height: 200px;
		margin-left: 10px;
	}
	.info h1 {
    margin-top: 0px;
    font-size: 30px;
	}
	.contact{
		font-size: 15px;
	}
	form {
    width: 300px;
	}
	div .col1 ,.col1 input {
    float: left;
    width: 256px;
	margin-right: 20px;
	margin-left: 9px;
	}
	.col2 input{
    float: left;
    width: 256px;
   	margin-left: 18px;
	}
	#message {
    height: 293px;
    width: 550px;
    margin: 20px;
	}
	.contact{
	width: 300px;
	margin-top: 20px;
	float: left;
	text-align: right;
	}
	.contact h3{
		width: 150px;
		font-size: 16px;
		text-align: center;
		margin: 10px;
		line-height: 58px;
	}
	.contact h3.adresse{
		line-height: 23px;
	}
	.horaire .jour {
    width: 100px;
    text-align: left;
    height: auto;
	}
	.horaire{
		width: 240px;
		margin-left: 20px;
		margin-right: 20px;
    	line-height: 29px;
    	height: auto;
    	margin-bottom: 20px;
    	margin-top: 20px;
	}
	.jour {
		width: 83px;
		padding: 0px;
	}
	#message {
    height: 293px;
    width: 260px;
    margin: 15px;
	}
	input[type="submit"] {
    margin-bottom: -10px;
	}
	/* =================================== Responsive Mentions Legales 300 ==================================================*/
	.mentions-legales h1 {
    font-size: 14px;
    text-align: center;
	}
	.mentions-legales p {
    font-size: 11px;
    margin: 9px;
	}

}
