@charset "utf-8";
/* Gestion du menu */

#menu{
font-family:sans-serif;
font-size:1.05em;
background-color: transparent;
}
#menu ul{
position:relative;
height:2em;
margin:20px 30px;
padding:0;
white-space:nowrap;
z-index:100;
}
#menu ul li{
display:inline;
text-align:center;
}
#menu ul li:nth-child(1) a{
width:7em;
}
#menu ul li:nth-child(2) a{
width:7em;
}
#menu ul li:nth-child(3) a{
width:3em;
}
#menu ul li:nth-child(4) a{
width:5.5em;
}
#menu ul li:nth-child(5) a{
width:7em;
}
#menu ul li:nth-child(6) a{
width:6.5em;
}
#menu ul li:nth-child(7) a{
width:3.5em;
}
#menu ul li:nth-child(8) a{
width:4.5em;
}
#menu ul li a{
display:inline-block;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:.4em .2em;
color:#333333;
text-decoration:none;
text-shadow:0 1px 0 white;
background-color:transparent;
/*transition*/
-webkit-transition:background-color .3s ease;
   -moz-transition:background-color .3s ease;
    -ms-transition:background-color .3s ease;
     -o-transition:background-color .3s ease;
        transition:background-color .3s ease;
}
#menu ul li a:hover,ul li a:focus{
color:#0033cc;
background-color:rgba(0,51,204,.1);
/*transition*/
-webkit-transition:background-color .3s ease .4s;
   -moz-transition:background-color .3s ease .4s;
    -ms-transition:background-color .3s ease .4s;
     -o-transition:background-color .3s ease .4s;
        transition:background-color .3s ease .4s;
}
#menu ul li a:focus{
border-bottom:3px solid #0033cc;
}
#menu ul li:last-child::after{
content:"";
position:absolute;
left:0px;
bottom:-3px;
display:block;
width:0em;
height:3px;
background:#ccc;
border-bottom:1px solid rgba(255,255,255,.8);
/*transition*/
-webkit-transition:all .5s ease;
   -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
     -o-transition:all .5s ease;
        transition:all .5s ease;
}
#menu ul li:hover ~ li:last-child::after,
#menu ul li:last-child:hover::after{
background:#0033cc;
}
#menu ul li:nth-child(1):hover ~ li:last-child::after{
left:0;
width:7em;
}
#menu ul li:nth-child(2):hover ~ li:last-child::after{
left:7em;
width:7em;
}
#menu ul li:nth-child(3):hover ~ li:last-child::after{
left:14em;
width:3em;
}
#menu ul li:nth-child(4):hover ~ li:last-child::after{
left:17em;
width:5.5em;
}
#menu ul li:nth-child(5):hover ~ li:last-child::after{
left:22.5em;
width:7em;
}
#menu ul li:nth-child(6):hover ~ li:last-child::after{
left:29.5em;
width:6.5em;
}
#menu ul li:nth-child(7):hover ~ li:last-child::after{
left:36em;
width:3.5em;
}
#menu ul li:last-child:hover::after{
left:39.5em;
width:4em;
}

/*Contact*/

#pp {
  margin-top: 0px;
  text-align: left;
  margin-left: 6px;
}
#ppp {
  margin-top: 0px;
  text-align: center;
  font-size: 24px;
}
#hh2 {
  margin-top: 0px;
  text-align: left;
  font-size: 24px;
  margin-left: 16px;
}
#fermer {
  display:inline;
  float: right;
  margin-right:1px;
}
 
fieldset {
  margin-bottom: 15px;
  padding: 12px;
}
 
legend {
  padding: 0px 3px;
  font-weight: bold;
  font-variant: small-caps;
}
 
label {
  width: 110px;
  display: inline-block;
  vertical-align: top;
  margin: 6px;
}
 
em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
 
input:focus {
  background: #eaeaea;
}
 
input, textarea {
  width: 249px;
}
 
textarea {
  height: 60px;
  width: 247px;
}
 
select {
  width: 254px;
}
 
input[type=checkbox] {
  width: 10px;
}
 
input[type=submit] {
  max-width: 4em;
  background-color: transparent;
  border:none;
  font-family:sans-serif;
  font-size:0.9em;
  font-weight:100;
  text-align:center;
  /*display: inline-block;*/
  /*line-height: 10px;
  border-radius:6px;*/
}
/* autres*/

#tamponV1 {
	height:10px;
}

/* Survol*/

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
-moz-text-size-adjust:100%;
-o-text-size-adjust:100%;
text-size-adjust:100%;
}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;
-moz-appearance:button;
-ms-appearance:button;
-o-appearance:button;
appearance:button;
word-wrap:cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{
-webkit-appearance:textfield;
-moz-appearance:textfield;
-ms-appearance:textfield;
-o-appearance:textfield;
appearance:textfield;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-ms-box-sizing:content-box;
-o-box-sizing:content-box;
box-sizing:content-box;
/*-webkit-box-sizing:content-box;box-sizing:content-box;*/}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */
.grid {
	position: relative;
	clear: both;
	margin: 0 ;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style Julia*/
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px 0%;
	min-width: 100%;
	max-width: 480px;
	max-height: 300px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
	color:#000;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin-left:-2em;
	margin-right:-2em;
	margin-top: -36px;
	max-width:180%;
	background-color: #FFF;
	opacity:0.7;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

@media screen and (max-width:50em){
.grid figure{display:inline-block;float:none;margin:10px auto;width:100%}
}


figure.effect-julia {
	background: #2f3238;
	border-color:#ccc;
	border-style: ridge;
	border-width:1px;
}

figure.effect-julia img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	-moz-transition: opacity 1s, -webkit-transform 1s;
	-ms-transition: opacity 1s, -webkit-transform 1s;
	-o-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: center;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0 0;
	font-size: 100%;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0px 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.7);
	color: #000000;
	margin-left:-2em;
	margin-right:-2em;
	max-width:180%;
	text-transform: none;
	font-weight: 500;
	line-height:12px;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	-moz-transform: translate3d(-360px,0,0);
	-ms-transform: translate3d(-360px,0,0);
	-o-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	-moz-transition-delay: 0.05s;
	-ms-transition-delay: 0.05s;
	-o-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	-moz-transition-delay: 0.05s;
	-ms-transition-delay: 0.05s;
	-o-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	-moz-transform: scale3d(1.1,1.1,1);
	-ms-transform: scale3d(1.1,1.1,1);
	-o-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/***********************************************************************/

.grid1 {
	position: relative;
	clear:both;
	margin: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style Romeo */
.grid1 figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px 0%;
	min-width: 100%;
	max-width: 480px;
	max-height: 300px;
	width: 48%;
	background: url(vignettes/spa-fond.jpg);
	text-align: center;
	cursor: pointer;
}

.grid1 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.4;
}

.grid1 figure figcaption {
	padding: 2em;
	color: #000;
	/*text-transform: uppercase;*/
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid1 figure figcaption::before,
.grid1 figure figcaption::after {
	pointer-events: none;
}

.grid1 figure figcaption,
.grid1 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid1 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid1 figure h2 {
	font-weight: 300;
	font-size: 100%;
	line-height:14px;
	margin-top: 0px;
	color: #000;
}

.grid1 figure h2 span {
	font-weight: 800;
}

.grid1 figure h2,
.grid1 figure p {
}

.grid1 figure p {
	letter-spacing: 1px;
	line-height:10px;
	font-size: 70%;
	position:absolute;
	bottom:-8px;
	left:15%;
	max-width:100%;
}

@media screen and (max-width:50em){
.grid1 figure{display:inline-block;float:none;margin:10px auto;width:100%}
}

figure.effect-romeo {
	border-color: #ffffff;
	border-style: ridge;
	border-width:2px;
}

figure.effect-romeo img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	-moz-transform: scale3d(1.4,1.4,1);
	-ms-transform: scale3d(1.4,1.4,1);
	-o-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-romeo:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: translate3d(1,1,1);
}


figure.effect-romeo h2 {
	position: absolute;
	top: 5%;
	left: 0;
	width: 100%;
}

figure.effect-romeo p {
	margin-left: -15%;
	width: 130%;
}
/* Texte accueil*/
.defil {
	color: #FFF;
	font-weight:bold;
	text-shadow: 0 0 8px rgba(0,0,0, 1);
	width:100%;
}
#def1 {
	position: absolute;
	top: 15%;
	left: 0;
	font-size:200%;
	opacity:0.7;
	word-spacing:50px;
}
#def2 {
	position: absolute;
	top: 25%;
	left: 0;
	font-size:150%;
	opacity:0.4;
	word-spacing:50px;
}
#def3 {
	position: absolute;
	top: 40%;
	left: 0;
	font-size:200%;
	opacity:0.6;
	word-spacing:50px;
}
#def4 {
	position: absolute;
	top: 45%;
	left: 0;
	font-size:120%;
	opacity:0.5;
	word-spacing:70px;
}
#def5 {
	position: absolute;
	top: 55%;
	left: 0;
	font-size:150%;
	opacity:0.5;
	word-spacing:50px;
}
#def6 {
	position: absolute;
	top: 60%;
	left: 0;
	font-size:140%;
	opacity:0.5;
	word-spacing:80px;
}
#def7 {
	position: absolute;
	top: 70%;
	left: 0;
	font-size:120%;
	opacity:0.5;
	word-spacing:50px;
}
#def8 {
	position: absolute;
	top: 75%;
	left: 0;
	font-size:150%;
	opacity:0.5;
	word-spacing:50px;
}
#def9 {
	position: absolute;
	top: 80%;
	left: 0;
	font-size:200%;
	opacity:0.5;
	word-spacing:50px;
}
