
.container5 { /*---------------------------------- contact */
  max-width:1045px;
  margin:0 auto;
  height: 0vh;
  /* font-family:Raleway, sans-serif; */
 /*  height: 100vh; */
}
.content5 { /* --------------------------------------contact */
  /* margin:200px auto; */
 width:100%;
  position: relative;
  z-index: -1;
  background:rgb(12,60,96);
  padding:100px 0;
}
.intro5, .intro5:before{
    background: 50% 50% / cover;
	/* top: 750px; */
}
.intro5:before {/*---------------------------------- contact */
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 203px;
    display: block;
    background:rgb(12,60,96);
	/* background:rgb(12,60,96); */
    background-size: cover;
    transform-origin: center center 0;
    transform:  translateZ(-1px) scale(2);
    z-index: -1;
    height: 100vh;
	/* margin-top:205px; */
}
#coordonneesF p,#coordonneesE p{
	color: rgb(255 255 255);
}
/*contact------------------------------------------------------------------------------- */
   #mapDiv {
    /* Modifier la taille de la carte avec width et height */
    width:500px;
    height:630px;
    border:1px solid #efefef;
    margin:100px 0px 0px 300px;;
    -moz-box-shadow:5px 5px 10px #000;
    -webkit-box-shadow:5px 5px 10px #000;
	z-index:999;
	
   }
   #coordonneesF{
    width:400px;
    height:180px;
    margin:-640px 0px 0px 880px;
	float:left;
	position:relative;
   }
    #coordonneesE{
    width:400px;
    height:180px;
    margin:-480px 0px 0px 880px;
	float:left;
	position:relative;
   }
   #coordonneesF p, #coordonneesE p{
    font-size: 16px;
	font-family:open-sans, sans-serif;
	margin:8px;
   }
   #trait{
    width:400px;
    /* height:0,5px; */
    border: solid 1px rgba(255, 255, 255, 0.2);
	/* opacity:transparent; */
    margin:-490px 0px 0px 880px;
	float:left;
	position:relative;
   }
   #formulaire{
    width:400px;
    height:343px;
    margin:-343px 0px 0px 880px;
	float:left;
	position:relative;
   }
	#input_nom, #input_objet, #input_email, textarea {
	width: 350px;
	margin: 8px;
	padding:8px;
	font-family: open-sans,sans-serif;
	font-size:16px;
	color: rgba(110, 164, 202);
	/* border-bottom-color: rgb(110, 164, 202); */
	border-bottom-style: solid;
	border-left-color: rgb(30, 171, 199);
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: rgb(30, 171, 199);
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: rgb(30, 171, 199);
	border-top-style: solid;
	border-top-width: 0px;
	box-sizing: border-box;
	}
	#input_nom:hover,#input_objet:hover,#input_email:hover, textarea:hover {
	background-color: rgb(209, 224, 235);
	}	
    #input_submit {
	width: 148px;
	margin: 8px 0px 0px 220px;
	padding:6px;
	font-family:open-sans,sans-serif;
	font-size:16px;
	color: rgba(255,255,255);
	background-color: rgba(110, 164, 202);
	border-bottom-color: rgb(110, 164, 202);
	border-bottom-style: solid;
	border-left-color: rgb(30, 171, 199);
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: rgb(30, 171, 199);
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: rgb(30, 171, 199);
	border-top-style: solid;
	border-top-width: 0px;
	box-sizing: border-box;
	cursor: pointer;
	/* display: flex; */
	}
	#input_submit:hover {
	color:rgb(12,60,96);
	}
	textarea {
	height: 100px;
	}
/* Footer------------------------------------------------------------------------------- */

footer
{
    display: flex;
    /* background:  url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top ; */
    padding-top: 25px;
	/* background:rgb(12,60,96); */
	color:white;
	position:sticky;
}
footer p, footer ul
{
    font-size: 0.8em;
	font-family:open-sans, sans-serif;
}
footer h1
{
    font-size: 1.2em;
	font-family:open-sans, sans-serif;
}
#tweet
{
    width: 28%;
}
#tweet p, p.blue
{
	/* color: rgba(125,202,218); */
	margin:8px;
	color:white;
}
#mes_photos
{
    width: 35%;
	margin:0px 0px 0px 70px;
}
#mes_photos img
{
	-webkit-filter: grayscale(0) blur(0px);
    filter: grayscale(0) blur(0px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position:relative;
}	

#mes_produits
{
    width: 31%;
}

#mes_photos .image_footer
{
    border: 1px solid #181818;
    margin-right: 2px;
}
#mes_photos .reseau
{
    margin-right: 8px;
}
#mes_photos img:hover
{
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

#liste_produits
{
    display: flex;
    justify-content: space-around;
    /* margin-top: 0; */
	/* margin:-8px; */
}
#liste_produits li 
{
	margin:3px;
}

#mes_produits ul
{
    padding-left: 2px;
	list-style-type: none;
	margin:-2px;
}
#mes_produits a
{
    text-decoration: none;
    color:white;
	cursor:default;
}