* {
margin: 0px;
padding: 0px;
}

/* ---------------- header -------------------------*/
#myPortfolio{
	position: absolute;
	font-size: 3em;
	left: 8vw;
	bottom: 118px;
	color: rgba(96, 94, 193, 0.8);
}

header h1{
	font-size: 30px;
	color: white;
}
header h2{
	font-weight: 400;
}

body{
	min-height: 100vh;
	font-family:'Montserrat', sans-serif, 'Pontano Sans', sans-serif;
	background-color: #cccccc;
}

#bg{
	position: fixed;
	width: 100vw;
	height: 668px;
	z-index: 0;
}

#bg-nav{
	position: fixed;
	overflow: hidden;
	width: 100vw;
	top: 0px;
	left: 0px;
	z-index:1;
}

#bg-nav img{
	height: 260px;
	z-index:1;
}

div#courbes{
	position: fixed;
	background: transparent url("../images/courbes-536.png") no-repeat left;
	opacity: 0.4;
	width: 50vw;
	height: 260px;
	z-index: 10;
	top: 0px;
	left: 0px;
}

#prenom{
	position: fixed;
	color: #ffffff;
	right: 82px;
	top: 40px;
	font-weight: 700;
	font-size: 1.8em;
	z-index: 100;
}

#nom{
	position: fixed;
	color: #ffffff;
	right: 55px;
	top: 65px;
	font-weight: 400;
	font-size: 1.8em;
	z-index: 100;
}

#zozio{
	position:fixed;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 100px;
	background-color: rgba(96, 94, 193, 0.8);
	z-index: 50;
}

#zozio img{
	margin: 10px 0px 0px 15px;
}
#designer{
	position: fixed;
	top: 100px;
	right: 0px;	
	width: 180px;
	height: 20px;
	background-color: rgba(250,250,250,0.5);
	color: #605ec1;
	font-size: 1em;
	font-height : 1em;
	padding : 4px 8px 4px 4px;
	box-shadow: 0.1em 0.1em 0.2em black;
	text-align: right;
	z-index: 50;
}
/* ---------------- navigation -----------------*/

nav{
	position: fixed;
	width: 140px;
	top: 20px;
	left: 5px;
	z-index: 700;
	font-family: 'Monserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
}

nav ul{
	list-style: none;
	height: 140px;	
}

nav li{
	padding: 10px;
}

nav li a{
	color: rgba(250,250,250,0.7);
}

nav li a:link{
	text-decoration: none;
}

li#menu-vert a:hover{
	color: #19f67c;
}

li#menu-rose a:hover{
	color: #f23af9;
}

li#menu-orange a:hover{
	color: #fed056;
}

li#menu-rouge a:hover{
	color: #d31616;
}

li#menu-vert img{
	position: absolute;
	width: 20px;
	left: 65px;
	top: 5px;
	opacity: 0;
	transition: all 1s ease-in-out, opacity 0.8s ease-in-out;
}

nav li#menu-vert:hover img{
	transform: translate(130px, -25px);
	opacity: 1;
}

li#menu-rose img{
	position: absolute;
	display: hidden;
	width: 20px;
	left: 78px;
	top: 38px;
	opacity: 0;
	transition: all 1s ease-in-out, opacity 0.8s ease-in-out;
}

nav li#menu-rose:hover img{
	transform: translate(90px, 18px);
	opacity: 1;
}

li#menu-orange img{
	position: absolute;
	display: hidden;
	width: 20px;
	left: 105px;
	top: 72px;
	opacity: 0;
	transition: all 1s ease-in-out, opacity 0.8s ease-in-out;
}

nav li#menu-orange:hover img{
	transform: translate(70px, 90px);
	opacity:1;
}

nav ul#sous-menu{
	position: absolute;
	display: none;
}

#menu-orange:hover #sous-menu{
display: block;
left: 10px;
top: 90px;

}
#menu-orange:hover #menu-rouge>a{
display: none;
}

nav ul#sous-menu li{
		position:relative;
		margin: 4px;
		padding: 4px;
		font-size: 1em;
		background-color:rgba(0, 0, 0, 0.4);
}
/*----------a_propos-------------------------*/
#moi{
	position: fixed;
	top: 241px;
	right: 10px;
	font-size: 1.2em;
	font-weight: 700;
	color: #b5b3b6;
	z-index: 2000;
}
#mabobine{
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 70;
}
section#a-propos{
	border: solid #b5b3b6 1px;
	font-weight: 400;
	text-align: center;
	width: 100vw;
	padding-bottom:100px;
	background: #b5b3b6 }

section#a-propos h1{
	font-size: 0.9em;
	margin: 5px;
	color: #605ec1;
}

section#a-propos p{
	font-size: 0.8em;
	color: #ffffff;
	z-index:50;
}

section#a-propos a{
	text-decoration: none;
	font-weight:700;
}

section#a-propos a:hover{
	color: #c1ef69;
	font-weight: 700;
}

#presentation{
	margin-left: 0px;
	margin-top: 260px;
	margin-bottom: 0px;
	padding: 10px;
	
	/*height: 60vh;*/


}
#parmelan{
	position: absolute;
	/*bottom: -10px;*/
}

/*-----------identite visuelle--------------*/

section#global-entreprise{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

div#logos{
	position: absolute;
	top: 250px;
	left: 135px;
	width: 75vw;
	padding:5px;
	background-color: #999;
	z-index:800;
}
#logos h1{
	font-weight:700;
	font-size: 1.1em;
	color: #605ec1;
}

#logos p{
	margin: 30px 5px;
	color: #ffffff;
	font-size: 0.9em;
	text-align:left;
}


.border{
	border: solid 1px black;
}

.espacement{
	margin-left: 10px;
}
/*----------------------edition----------------*/
section#edition{
	position: absolute;
	top: 0px;
	left: 25vw;
	z-index: 1000;
	background-color:#cccccc;
}

article#service{
	width: 400px;
	margin: 250px auto 5px auto;
}

#service h1{
	font-size: 1.1em;
	text-align: center;
	color: #605ec1;
}

#service p{
	font-size: 0.9em;
	margin-top: 10px;
	text-align: justify;
}

.slider-edition{
	position: relative;
	width: 400px;
	height: 200px;
	border: solid 1px #999;
	padding: 0px;
	margin: 20px auto;
	overflow: hidden;
	z-index: 1500;
}

.slides{
	width: calc(400px * 4);
	animation: glisse 10s infinite;
}

.slide{
	float:left;
}

@keyframes glisse{
	0%{
		 transform: translateX(0);
	}
	12%{
		 transform: translateX(0);
	}
	25%{
		transform: translateX(-400px);
	}
	37%{
		transform: translateX(-400px);
	}
	50%{
		transform: translateX(-800px);
	}
	62%{
		transform: translateX(-800px);
	}
	75%{
		transform: translateX(-1200px);
	}
	87%{
		transform: translateX(-1200px);
	}
	100%{
		transform: translateX(0px);
	}
}

article#descr{
	margin: 10px auto;
	width: 400px;
	padding: 5px;
	background:linear-gradient(
	rgba(250, 250, 250, 0),
	rgba(250, 250, 250, 1)
	);
}

article#descr h2{
	font-size: 0.8em;
	font-weight: 400;
	color: #605ec1;
	margin: 5px 0px;
}

article#descr p{
	font-size: 0.8em;
}

.doublesp{
	padding: 7px;
}

#mandala{
	position: fixed;
	display: inline-block;
	top: 130px;
	width: 15vw;
	right: 0px;
	height: 100vh;
	background: no-repeat cover;
	z-index:600;
}

#carto-feuille{
position:fixed;
top:0px;
left:50px;
z-index:0;
}

/*-----------------signaletique---------------*/
section#signal{
	position: absolute;
	margin-top: 20px;
	margin-left: 25vw;
	width: 580px;
	height: 350px;
	padding: 10px;
	z-index: 600;
	background-color: #ab867a;
}
#signal h1{
	font-size: 1.1em;
	margin-bottom: 20px;
	text-align: left;
	color: #605ec1;
}
#signal h2{
	font-size: 0.9em;
	font-weight: 400;
	margin-left: 20px;
	margin-top: 10px;
}	
#signal p{
	font-size: 0.8em;
	width: 200px;
	margin-left: 20px;
	margin-top: 18px;
	width: 300px;
}

#picto img{
	position: absolute;
	left: 20px;
	top: 20px;
}

img#mat{
	position: absolute;
	left: 450px;
	top: 30px;
	border: solid 1px black;
}

div#gavot{
	position: absolute;
	top: 145px;
	left: 100px;
}

p#lien-doctech{
	position: absolute;
	top: 285px;
	left: 3px;
	width: 300px;
	font-size: 0.8em;
	font-style: italic;
}	

#lien-doctech a:link{
	color: #6e4c4d;
	text-decoration: none;
}

#lien-doctech a:hover{
	color: #fed056;
}

section#OMS{
	position: absolute;
	top: 380px;
	left: 25vw;
	padding-top: 40px;
	z-index: 600;
	background-color:#cccccc;
}
section#OMS h1 {
	font-size: 1.1em;
	text-align: left;
	color:#605ec1;
}

#OMS h2{
	font-size: 0.9em;
	font-weight: 400;
}	
#OMS p{
	font-size: 0.8em;
	width: 300px;
	padding: 20px 0px;
}
#OMS img{
	width: 600px;
}

/*----------------cartographie--------------------*/

#redac{
	margin-left: 150px;
	top: 260px;
	width: 75vw;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;	
}

#illustration figcaption{
	font-size: 0.6em;
	font-style : italic;
}

article#kezako{
	margin-left: 0px;
	top: 500px;
	padding: 10px;
	background-color: #ffffff;
}

article#kezako h1{
	font-size: 1.1em;
	font-weight: 700;
	color: #605ec1;
	margin: 10px 0px;
}

article#kezako p{
	font-size: 0.9em;
	padding:20px;
	text-align: left;
	margin-bottom: 10px;
	text-align: justify;
}
figure#illustration{
	float: left;
	margin: 15px;
}

section#cartos{
	position: relative;
	background-color: #999;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;	
}

section p{
	z-index: 500;
}

section h2{
	color: #ffffff;
	font-weight: 400;
	font-size: 1.3em;
	font-height: 1em;
	padding: 10px;
	text-align: center;
}

section#in-situ{
	position: relative;
	background-color: #6e4c4d;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}

section#decrypt{
	position: relative;
	background-color: #2d6966;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#context{
	background: #c1ef69 url("../images/iconmonstr-resize-8-72.png")no-repeat center center;
}
#vue-aerien img{
	height:226px;
}
#parcours{
	background: #c1ef69 url("../images/iconmonstr-fullscreen-3-72.png")no-repeat center center;
}

#details{
	background: #c1ef69 url("../images/iconmonstr-fingerprint-14-72.png")no-repeat center center;
}

section#symbolique{
	position: relative;
	background-color: #4a4f5b;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	border-bottom: dashed 3px #ffffff;
}

section#symbolique p{
	padding: 10px;
	width: 350px;
	color: #ffffff;
	font-size: 0.8em;
	background-color: #4a4f5b;
}

#legendes{
	background: #c1ef69 url("../images/transmis-visuel.png")no-repeat center center;
}

section#projet{
	position: relative;
	background-color: #9194a5;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#simul{
	background: #c1ef69 url("../images/iconmonstr-arrow-17-72.png") no-repeat center center;
}

#wrap-overlay{
	position: relative;
	display: inline block;
	width: 500px;
	height: 335px;
	border-left: dashed 3px #ffffff;
	z-index: 2000;
}

#wrap-overlay:hover #overlay{
	opacity: 1;
}

#etap1{
	position: absolute;	
}

#overlay{
	position: absolute;
	transition : all .5s ease;
	opacity: 0;
}
.overlayLeft{
	height: 100%;
	width: 0%;
	top: 0px;
	left: 0px;
}

#wrap-overlay:hover .overlayLeft{
	width: 100%;
}

#etap1 img{
	display: block;
	width: 500px;
	height: 335px;
}

.titre-vert{
	width: 150px;
	height: 207px;
}

.border{
	border: solid 1px black;
}

.infobulle{
	text-decoration: none;
	position: relative;
}
.infobulle span{
	display: none;
	background-color: #ffffff;
	font-size: 0.8em;
	font-style: italic;
}

.infobulle:hover span{
	display: block;
	position: absolute;
	top: -100px;
	left: 0px;
	z-index: 1000;
	width: 120px;
	border: solid 1px black;
	padding: 5px;
}

.zoom{
	height: 354px;
}

.zoom img{
width: 320px;
height: 226px;
}

.zoom img:hover{
	display: block;
	width: 500px;
	height: 354px;
	background-repeat: no-repeat;
}

.reha{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	width: 490px;
	padding: 5px;
	text-align: center;
	font-size: 1em;
}
figure#pistcycl {
	position: relative;
}
#pistcycl figcaption.esquisse{
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 1em;
	font-weight: 400;
	padding: 5px;
	z-index:1000;
}

section#basdepage{
	background-color: #999;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;*/
}

#notice{
	width: 100px;
	height: 40px;
	font-weight: 400;
	font-size: 1em;
	text-align: center;
	color: #ffffff;
	background-color: rgba(74, 79, 91, 0.4);
	border: solid 1px #4a4f5b;
	margin: 20px;
	padding: 10px;
	transition: all 2s ease;
	-webkit-box-shadow: 8px 8px 17px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 8px 8px 17px -5px rgba(0,0,0,0.75);
	box-shadow: 8px 8px 17px -5px rgba(0,0,0,0.75);
}

#notice:hover{
	border: solid 1px #ffffff;
	background-color: #c1ef69;
}

#notice a:link{
	text-decoration: none;
}

#notice a:hover{
	color: #ffffff;
}
#basdepage{
	position: relative;
	height: 100px;
}
#parmelan{
position:relative
}

#retour{
	position: absolute;
	bottom: 5px;
	right: 50%;
	width: 32px;
	z-index: 2000;
}

.containers{
	margin-top: 0px;
	margin-left: 150px;
	width: 75vw;
	z-index:1000;
	}

.superpo{
	z-index: 1000
}
.bleu{
	color: #605ec1;
	font-weight:700;
}
/*------------------------illustrations---------------------*/

#contain-mosaic{
	position: relative;
	margin-top: 0px;
	margin-left: 140px;
	width: 70vw;
	height: auto;
	background-color: #999;
	z-index: 800;
	display: flex;
	flex-direction: row;	
	flex-wrap: no-wrap;
}

#contain-mosaic h1{
	position: absolute;
	top: 140px;
	right: 20px;
	font-size: 1.1em;
	color: #605ec1;
}

#contain-mosaic p{
	position: absolute;
	top: 200px;
	right: 20px;
	width: 200px;
	font-size: 0.8em;
	color: #ffffff;
}

.mosaictexte{
	text-align: right;
}


#galerie-nav{
	display: block;
	width: 10vw;
}

#galerie-nav img{
	width: 100px;
	height: 100px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	z-index:2000;
}

#galerie-big{
	position: absolute;
	/*display: none;*/
	top: 250px;
	left: 100px;
	width: 0vw;
}

#galerie-big img{
	display: block;
}

.ombre{
	-moz-box-shadow: 6px 6px 5px 0px #656565;
	-webkit-box-shadow: 6px 6px 5px 0px #656565;
	-o-box-shadow: 6px 6px 5px 0px #656565;
	box-shadow: 6px 6px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=5);
}
/*-----------------modelage-------------------*/

section#realisations{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80vw;
	height: 768px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background: transparent url("../images/visu-realisations.png") no-repeat top;
}


#sculpture-wrapper{
	position: relative;
	margin-top: 250px;
	margin-left: 140px;
	width: 70vw;
	height: auto;
	z-index: 1500;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
#intro{
		background-color: #cccccc;
}

#intro h1{
	color: rgba(96, 94, 193, 0.8);
	font-size: 1.1em;
	height: 60px;
}
#intro p{
	width: 215px;
	font-size: 0.9em;
	text-align: left;
	padding: 5px;

}

.wrap-recouvr{
	position: relative;
	width: 225px;
	height: 300px;
}

.sculpt{
	position: absolute;
	}


.sculpt img{
	display: block;
	width: 225px;
	height: 300px;
}

.text-recouv{
	position: absolute;
	font-size: 1.3em;
	line-height: 300px;
	text-align: center;
	font-weight: 300;
	color: #ffffff;
	text-shadow: 1px 1px 2px gray;
	transition: all 2s ease;
	width: 100%;
	opacity: 1;
}

.wrap-recouvr:hover .text-recouv{
	opacity: 0;
	cursor: pointer;
}

.text-recouv:hover .recouv-left{
	width: 100%;
}

#moineCoul{
	background-color: #e896fa;
}

#hippoCoul{
	background-color: #ffbc6b;
}

#baobabCoul{
	background-color: #cdf586 ;	
}

#oursCoul{
	background-color: #aed6f1;	
}

#fauneCoul{
	background-color: #5d8e61;	
}
#grimpCoul{
	background-color: #aa8778;	
}

/*----------------contact---------------------*/
section#introcontact{
	position: relative;
	margin-left: 140px;
	width: 640px;
	height: 390px;
	background-color: #cccccc;
	z-index: 10000;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

h1#titrecontact{
	position: absolute;
	top: 250px;
	color: rgba(96, 94, 193, 0.8);
	font-size: 1.1em;
	margin-bottom: 20px;
}

p#intro-formulaire{
	position: absolute;
	top: 290px;
	font-size: 0.9em;
	width: 640px;
	text-align: justify;
	color: #000000;
}

section#me-joindre{
	position: relative;
	margin-left: 140px;
	width: 640px;
	height: 426px;
	background:#8da88d url("../images/fond-formulaire.jpg") no-repeat;
	background-position:230px;
	z-index: 10000;
}

form{

/*background-color: purple;*/
}

form label{
	margin-top: 8px;
	display: inline-block;
	width: 80px;
	padding: 8px;
	color: #ffffff;
	font-size: 0.9em;
}

form input[type=text]{
	border: none;
	padding: 5px;
	transition: all 0.5s ease;
	width: 200px;
}

form input[type=text]:hover {
	border: solid #605ec1 1px;
}

form input[type=email]{
	border: none;
	padding: 5px;
	transition: all 0.5s ease;
	width: 200px;
}

form input[type=email]:hover {
	border: solid #605ec1 1px;
}

form textarea[name=message]{
	border: none;
	padding: 5px;
	margin-top: 16px;
	transition: all 0.5s ease;
}

form textarea[name=message]:hover{
	border: solid #605ec1 1px;
}

form input[type=submit]{
	font-size: 1em;
	width: 90px;
	border: solid #605ec1 1px;
	color: #365432;
	margin-top:8px;
	padding: 5px;
	box-shadow: 4px 4px 4px -3px #605ec1;
	margin-left: 0px;
}

input#btn:hover {
	transition: all 0.5s ease;
	background-color: #6b8466;
	color: #ffffff;
}

#oups{
	font-size: 2em;
	color: #ffffff;
	text-shadow: 2px 2px 2px black;
	font-weight:700;
}

.error{
	padding: 10px;
	background-color:#d50f34;
	color: #ffffff;
	text-align: center;
}

#enregistrement{
	padding:10px;
	color: #ffffff;
	text-shadow: 2px 2px 2px black;
}

#retourform{
	padding: 10px;
	text-decoration: none;
	color: #d50f34;
	font-size:0.9em;
}

.red{
	color: #d50f34;
}

#echomessage{
	width: 320px;
}

.echos{
	padding:10px;
	font-size: 0.9em;
	color:#000000;
}
/*-----------------footer---------------------*/
footer{
	position: fixed;
	left: 0px;
	bottom:0px;
}
#footer-wrap{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100vw;
	height: 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	color: #7caf8c;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 600;
}

#footer-wrap div{
	height: 40px;
	line-height: 40px;
	padding: 0px;
	margin-top: 25px;
	font-size: 0.9em;
	font-weight: 400;
	vertical-align: bottom;
}

#footer-wrap img{
	vertical-align: middle;
}
#footer-wrap a:link,#footer-wrap a:visited{
	text-decoration: none;
	color: #7caf8c;
}
#footer-wrap a:hover{
	color: #a2c544;
}

#copy{
	position: absolute;
	width: 100vw;
	bottom: 6px;
	font-size: 0.6em;
	text-align: center;
	z-index:1000;
	color: #7caf8c;
}
#phone{
	font-size: 1.2em;
}

#apropos footer{

	position:fixed;
	width: 100vw;
	left: 0px;
	bottom: 0px;
	text-align: center;	
}

#apropos footer img{
vertical-align: bottom;
}
/*-----mentions legales-------------*/
#mentions{
	
	padding:30px;
	text-align: justify;
}

#mentions h1{
	font-size: 0.9em;
	text-align: center;
	margin-bottom:50px;
}

#mentions h2{
	font-size: 0.8em;
}
#mentions h3{
	font-size: 0.7em;
}
#mentions p{
	font-size: 0.6em;
}
p#lien-retour{
	text-align: center;
}

/*---------------------- TRES GRANDS ECRANS-------------------------------*/
@media all and (min-width: 1366px){
#bg img{
	width: 100%;
}
#bg-nav img{
	width: 100%;
}
}



/*----------------------GRANDS ECRANS-------------------------------*/

@media all and (min-width: 1200px) {
#footer-wrap{
	font-size: 0.9em;
}
#phone{
	font-size: 1.1em;	
}
}
/*---------------------ECRANS MOYENS (Tablettes)-----------------------*/

@media all and (min-width: 700px) and (max-width:1200px){
.size-num{
	font-size: 1em;
}
}

/*-----------------ECRANS MOYENS PLUS PETIT-------------------------*/

@media all and (min-width: 480px) and (max-width: 700px) {

#footer-wrap{
	font-size: 0.8em;
}

section#a-propos h1{
	font-size: 0.8em;
}

section#a-propos p{
	font-size: 0.7em;
}

article#kezako h1{
	font-size: 1em;
}
article#kezako p{
	font-size: 0.9em;
}
}
/*--------------------SMARTPHONE ---------------------*/

@media all and (max-width: 480px){

#prenom{
	font-size: 1.5em;
	right: 78px;
	top: 44px;
}
#nom{
	font-size: 1.5em;
}
#designer{
	font-size: 0.85em;
	font-height: 1em;
	width: 150px;
}
#myPortfolio{
	font-size: 2em;

}
#service h1{

	font-size: 0.9em;
}
#service p{
	font-size: 0.8em;
}
article#descr p{
	font-size: 0.7em;
}
#footer-wrap{
	font-size: 0.6em;
}
#footer-wrap img{ 
	width: 12px;
}
nav li#menu-vert:hover img{
	opacity: 0;
}
nav li#menu-rose:hover img{
	opacity: 0;
}
nav li#menu-orange:hover img{
	opacity: 0;
}
article#kezako h1{
	font-size: 0.9em;
}
article#kezako p{
	font-size: 0.7em;
}
h1{
	font-size: 0.9em;
}
p{
	font-size: 0.7em;
}
#contain-mosaic h1{
	font-size: 0.9em;
}
#contain-mosaic p{
	font-size: 0.7em;
}
p#intro-formulaire{
	font-size: 0.7em;
}
h1#titrecontact{
	font-size: 0.9em;
}
}
