/*  IMPORT FONTS  ============================================================================= */
@font-face {
font-family: 'Architects Daughter', cursive;}
@font-face {
font-family: 'Quicksand', sans-serif;}

/* fade in compagnies */
{ from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
 opacity:0; 
 -webkit-animation:fadeIn ease-in 1;  
 -moz-animation:fadeIn ease-in 1;
 animation:fadeIn ease-in 1;
 
 -webkit-animation-fill-mode:forwards; 
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;
 
 -webkit-animation-duration:0.5s;
 -moz-animation-duration:0.5s;
 animation-duration:0.5s;
}
 
.fade-in.compagnies {
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
}

/* BASIC PAGE SETUP ============================================================================= */
body {
	
	margin : 0 auto;
	padding : 0;
	font : 100%/1.4  'Quicksand', sans-serif;
	color : #000;
	background: #fff;
}
button, 
input, 
select, 
textarea { 
font-family :'Quicksand', verdana, arial, helvetica, helve, sans-serif; 
color : #333; background-color:#FFF; }





/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:'Univers 63 Bold Extended', verdana, arial, helvetica, helve, sans-serif;
font-weight : normal;
margin-top: 0px;
letter-spacing: -1px;
}

h1 { 
font-family: 'Univers 63 Bold Extended', verdana, arial, helvetica, helve, sans-serif;
color: #000;
margin-bottom : 0.2em;
font-size : 6em; 
line-height : 1.4;
}


h2 { 
color: #222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.75em;
line-height : 1.2;
}

h3 { 
color:#FFCD00;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 2.45em;
line-height : 1.3;
text-align:left;}


h4 { 
color: #000;
margin-bottom : 0.5em;
font-size : 1.4em; 
line-height : 1.00; }


footer h4 { 
		color: #ccc;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; }

h6 { 
font-family: 'Quicksand', serif;	
color: #000;
font-size : 1em; 
letter-spacing: 0px;
}
h7 { 
font-family: 'Quicksand', serif;	
color: #000;
font-size : 1.2em; 
letter-spacing: 0px;
text-align:left;
text-decoration:underline;
}
/*  TYPOGRAPHY  ============================================================================= */
blockquote { margin-top: 20px }
p, ol, ul, dl, address { 
font-size : 1em;}

p {
	hyphens : auto;
	font-size : 1em;
}

p.introtext {
font-family: 'Architects Daughter', cursive;;
	font-size : 1.750em;
	color: #AC3572;
	padding-top:0.150em;
	padding-bottom:0.550em;

	letter-spacing: 0.17em;
	text-align: left;
	line-height: 1.0em;
}
@media only screen and (max-width: 640px) { p.introtext { text-align: center;}}
@media only screen and (orientation:portrait) { p.introtext { text-align: center;}}

p.introtext_etoiles {
font-family: 'Architects Daughter', cursive;;
	font-size : 1.050em;
	color: #AC3572;
	padding-top:0.150em;
	padding-bottom:0.550em;

	letter-spacing: 0.17em;
	text-align: center;
	line-height: 1.0em;
}


p.handwritten {
font-family: 'Quicksand', serif;	
font-size: 1.375em; 
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}
.identite_legende{margin:0 0 0 1.350em;}
@media only screen and (max-width: 640px) {.identite_legende { margin: 0;}}
@media only screen and (orientation:portrait) {.identite_legende { margin: 0;}}
.identite_first{margin: 1.350em 0 0 0 ;}
@media only screen and (max-width: 640px) {.identite_first {margin: 0;}}
@media only screen and (orientation:portrait) {.identite_first { margin: 0;}}
p.legende_titre{
	font-family: 'Quicksand', serif;	
	color: #33333;
	font-size: 0.850em;
	line-height:1.05em;
	padding-bottom:0.400em;
	text-align: center;
	word-spacing: 0.1em;
	letter-spacing: 0.075em;
	word-wrap: break-word;
	}
@media only screen and (max-width: 640px) { p.legende_titre { text-align: center;}}
@media only screen and (orientation:portrait) { p.legende_titre { text-align: center;}}
	p.legende_objet{
	font-family: 'Quicksand', serif;	
	color: #CC9966;
	font-size: 0.850em;
	padding-bottom:0.300em;
	line-height: 1.05em;
	text-align: left;
	word-spacing: 0.15em;
	letter-spacing: 0.075em;
	word-wrap: break-word;	
	}
@media only screen and (max-width: 640px) { p.legende_objet { text-align: center;}}
@media only screen and (orientation:portrait) { p.legende_objet { text-align: center;}}
	p.legende_descriptif{
	font-family: 'Quicksand', serif;	
	color: #333;
	font-size: 0.850em;
	padding-bottom: 0.3em;
	line-height: 1.250em;
	text-align: left;
	word-spacing: 0.15em;
	letter-spacing: 0.075em;
	word-wrap: break-word;
	}
@media only screen and (max-width: 640px) { p.legende_descriptif { text-align: center;}}
@media only screen and (orientation:portrait) { p.legende_descriptif { text-align: center;}}
p.team{
	font-family: 'Quicksand', serif;	
	color: #33333;
	font-size: 0.850em;
	line-height:1.05em;
	text-align: left;
	word-spacing: 0.1em;
	letter-spacing: 0.075em;
	word-wrap: break-word;
	
	}
	.team_nous{
	font-family: 'Quicksand', serif;	
	color: #33333;
	font-size: 0.870em;
	line-height:1.25em;
	text-align: justify;
	word-spacing: 0.1em;
	letter-spacing: 0.070em;
	word-wrap: break-word;
	padding-bottom:1.000em;
	text-transform:uppercase;
	
	}
	.team_nous_gold{
	font-family: 'Quicksand', serif;	
	color: #CC9966;
	font-size: 1em;
	line-height: 1.1em;
	text-align: left;
	word-spacing: 0.1em;
	letter-spacing: 0.075em;
	word-wrap: break-word;	
	}
	.team{
	font-family: 'Quicksand', serif;	
	color: #33333;
	font-size: 1.2em;
	line-height:1.05em;
	text-align: left;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	word-wrap: break-word;
	padding-bottom:0.2em;
	
	}
p.team_description{
	font-family: 'Quicksand', serif;	
	color: #666666;
	font-size: 0.850em;
	line-height: 1.10em;
	text-align: left;
	word-spacing: 0.1em;
	letter-spacing: 0.075em;
	word-wrap: break-word;
	padding-bottom:1.000em
	}
	.team_description_gold{
	font-family: 'Quicksand', serif;	
	color: #CC9966;
	font-size: 1.00em;
	line-height:1.05em;
	text-align: left;
	word-spacing: 0.1em;
	letter-spacing: 0.0em;
	word-wrap: break-word;
	
	}
p.team_italic{
	font-family: 'Quicksand', serif;	
	color: #666666;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	word-spacing: 0.1em;
	letter-spacing: 0.075em;
	word-wrap: break-word;
	padding-bottom:1.000em
	}
	.team_italic_gold{
	font-family: 'Quicksand', serif;	
	color: #CC9966;
	font-size: 1.00em;
	line-height:1.2em;
	text-align: left;
	word-spacing: 0.075em;
	letter-spacing: 0.0em;
	word-wrap: break-word;
	
	}
	
	
.heart {
font-family: Pictos;
font-size: 1.5em;
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 2px solid #AC3572;
}
.white { 
display : block; 
margin : 0.55em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1.500em dotted #FFF;
}
.white_large { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 2.000em dotted #FFF;
}
.line { 
display : block; 
margin : 1.5em 1.0em 1.0em  1.0em; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

@media only screen and (orientation:portrait) {
	.line {
margin : 1.0em 0.0em 0.75em  0; 

}
}
	
@media only screen and (max-width: 640px) {
	

.line{
margin : 1.0em 0.0em 0.75em  0; 

}
	}



small { 
font-size : 1em;}

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}


/* facebook =============================================================================  */
#fb {
 position: fixed;
 font-size:0.700em;
		right: 7px;
		top:10px;
		height: 30px;
		padding:5px 5px 5px 5px;
		width: 30px;
		text-align:center;
		z-index:10000;}
#fb a {
	width: 20px;
	display: block;
	text-align: center;
	font-size:0.95em;
	text-decoration: none;
	color: #ee805b;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#fb a:hover {
	color: #CC9966;
}
/* arrow icon (span tag) */
#fb span {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/fb.png) no-repeat center center;
	background-size: 30px 30px;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #fff;

}
#fb a:hover span {
	background-color: #A51F7E;
}

/* scroll =============================================================================  */
::-webkit-scrollbar { 
  width: 12px; 
  height: 5px;
  background-color: #000000;}

::-webkit-scrollbar-track { 
  background-color: #E8E8E8; }

::-webkit-scrollbar-thumb { 
  background-color: #AC3572;
  background-image:url(../images/...);
  background-repeat:no-repeat;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;}

/* LINKS =============================================================================  */


#back-top {
 position: fixed;
 font-size:0.700em;
		right: 15px;
		bottom:50px;
		height: 40px;
		padding:5px 5px 5px 5px;
		width: 40px;
		text-align:center;
		z-index:10000;}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font-size:0.95em;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #AC3572;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	
	background: #ddd url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #A51F7A;
}
a {
	color : #999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

a:visited {
	color : #222;
}

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover{
	outline : 0;
	color : #AC3572;
}
a:active {
	outline : 0;
	color : #999999;
}

footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/*  MAIN LAYOUT	============================================================================= */
#wait {
  text-align:center;}
  
  
video {
  width: 100%    !important;
  height: auto   !important;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
	
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;

}



.travaux
{
	margin:0 % 0 15% ;

}

@media only screen and (orientation:portrait) {
	.travaux {
	margin:0 3.0em 0 3.0em ;

}
}
	
@media only screen and (max-width: 640px) {
	

.travaux {
	margin:0.0em;

}
	}


	
#trognes {

}


#trognes img{
		cursor:grabbing;
			background-color:#CCEADC;

}
#trognes img:hover{
		background-image:url(../images/trame.gif);
		}
		
		
		
		
	
@media only screen and (orientation:portrait) {
	#trognes {

}
}
	
@media only screen and (max-width: 640px) {
	

#trognes {
	margin:0.0em;
	padding-bottom:0.0em;
}
	}


	#headcontainer {
	width: 100%;
	height:180px;
	background-color:#ee805b;
	background-image: url(../images/logo_large.png);
	background-size:322px 120px;
	background-position:center;
	background-repeat:no-repeat;
	border:0px;
	cursor:pointer;
	}
.lienheadcontainer {
	display:block;
	width: 100%;
	height:222px;
	border:0px;
	cursor:pointer;


	}	
	
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
  #headcontainer {

	}  
}
@media only screen and (orientation:portrait) {
	#headcontainer {
    width: 100%;
	height:180px;
	background-color:#ee805b;
	background-image: url(../images/logo_large.png);
	background-size:348px 130px;
	background-position:center;
	background-repeat:no-repeat;
	border:0px;
	cursor:pointer;

}}
@media only screen and (orientation:portrait) {
.lienheadcontainer {
	display:block;
	width: 100%;
	height:180px;
	border:0px;
	cursor:pointer;


	}	

}
	
@media only screen and (max-width: 640px) {
	

#headcontainer {
    width: 100%;
	height:164px;
	background-color:#ee805b;
	background-image: url(../images/logo_large.png);
	background-size:316px 118px;
	background-position:center;
	background-repeat:no-repeat;
	border:0px;
	cursor:pointer;

}
	}
@media only screen and (max-width: 640px) {
.lienheadcontainer {
	display:block;
	width: 100%;
	height:160px;
	border:0px;
	cursor:pointer;


	}	

}
	
#headcontainer img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#headcontainer a:hover img {
				opacity: 0.7;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
				filter: alpha( opacity  = 70);
			}

			#headcontainer a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#headcontainer a:hover { color: #999; text-decoration: underline; }

.lienheadcontainer {
	display:block;
	width: 100%;
	height:145px;
	border:0px;
	cursor:pointer;


	}


		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 25px 0px 20px 0px;
			position: relative;
			color: #fff;
			text-align: center;
		}
 
   
		

	#maincontentcontainer {
		width: 100%;

	}

		.standardcontainer {
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.25);
		}
		
			#maincontent{
	clear: both;
	width: 80%;
	font-size: 0.8125em;
	max-width: 92.3em;
	margin: 0 auto;
	padding: 0em 0px;
	color: #333;
	line-height: 1.5em;
	position: relative;
			}
				.maincontent{
				clear: both;
				width: 80%;
				font-size: 0.8125em; 
				max-width: 92.3em;
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}

	
	#footercontainer {
	font-family: 'Quicksand', serif;	
	width: 100%;
	background-color:#EE805B;
	border-top: 0px solid #999;
	}
	
		footer {
			clear: both;
			width: 80%; 
			font-size: 0.8125em; 
			max-width: 92.3em;
			margin: 0 auto;
			padding: 5px 0px 10px 0px;
			color: #999;

		}

		footer strong {
			font-size: 1.077em;
			color: #999;
		}


		footer a:link, footer a:visited { color: #999; text-decoration: underline; }
		footer a:hover { color: #999; text-decoration: underline; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.85;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
			filter: alpha( opacity  = 85);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

#pagination {
	text-align: center;

			}

			#smallprint {
	margin-top: 5px;
	line-height: 1.4em;
	color: #999;
	font-size: 0.923em;
	text-align: center;


			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 0.7;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
				filter: alpha( opacity  = 70);
			}

			#smallprint a:link, #smallprint a:visited { color: #CCC; text-decoration: none; }
			#smallprint a:hover {
	color: #CCC;
	text-decoration: underline;
}



.rs{
	    position: fixed;
		right: 5px;
		top:10px;
		height: 30px;
		padding:5px 5px 5px 5px;
		width: 100%;
		text-align:right;
}
@media only screen and (max-width: 640px) {
	.rs{
	    position: fixed;
		right: 0px;
		bottom:5px;
		height: 60px;
		width: 30px;
		text-align:center;
}
}
.rs img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			.rs a:hover img {
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
			}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	


/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }





/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-text-color : #FFF; 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : transparent; 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%;}

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : #AC3572; 
color : #EE805B; 
text-shadow : none; }

::-moz-selection { 
background : #AC3572; 
color : #EE805B; 
text-shadow : none; }

::selection {
	background : #AC3572;
	color : #EE805B;
	text-shadow : none;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
	/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
	-webkit-hyphenate-character : "\2010";
	-webkit-hyphenate-limit-after : 1;
	-webkit-hyphenate-limit-before : 3;
	-moz-hyphens : auto;
	text-align: left;
}
p. {
	font-family: 'Quicksand', serif;	
	font-size : 0.500em;
	color: #999;
	line-height: 1.0em;
	letter-spacing: -0px;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
	text-align:justify;
	text-transform: uppercase;
}
p.texte {
	font-family: 'Quicksand', serif;	
	font-size : 1.4em;
	color: #999;
	line-height: 1em;
	letter-spacing: -0px;
	text-align: justify;
	margin: 0.1em;
	text-transform: none;
}
p.texte_gris {
	font-family: 'Quicksand', serif;	
	font-size : 1.0em;
	color: #666;
	line-height: 1.400em;
	letter-spacing: 0.020em;
	text-align:justify;
	margin:0.1em;
	text-transform: none;
}
p.texte_gris_italic {
	font-style: italic;
	font-family: 'Quicksand', serif;	
	font-size : 1.0em;
	color: #666;
	line-height: 1.400em;
	letter-spacing: 0.020em;
	text-align:justify;
	margin:0.1em;
	text-transform: none;

}

.texte_noir_minuscule {
	font-family: 'Quicksand', serif;	
	font-size : 0.850em;
	color: #000;
	line-height: 1.400em;
	letter-spacing: 0.020em;
	text-align:justify;
	margin:0.1em;
	text-transform:lowercase;
}
.texte_gris_minuscule {
	font-family: 'Quicksand', serif;	
	font-size : 0.850em;
	color: #999;
	line-height: 1.400em;
	letter-spacing: 0.020em;
	text-align:justify;
	margin:0.1em;
	text-transform:lowercase;
}
.texte_gris_minuscule:link {
	color: #333;
	text-decoration: none;
}


.texte_gris_minuscule:hover {
	color: #000;
	text-decoration: none;
}
.texte_gris_minuscule:active {
	color: #000;
	top: 1px;
}
.texte_violet{
	font-family: 'Quicksand', serif;	
	color: #A51F80;
	hyphens : auto;
	font-size : 1.0em;
	text-align:justify;
}
.texte_orange{
	font-family: 'Quicksand', serif;	
	color: #EE805B;
	hyphens : auto;
	font-size : 1.0em;
	text-align:justify;
}
.texte_orange_italic{
	font-style: italic;
	font-family: 'Quicksand', serif;	
	color: #EE805B;
	hyphens : auto;
	font-size : 1.0em;
	text-align:justify;
}
/* POP IN CONTACT========================================  */
#onglet_contact{
	width:500px;
	display: none;
	text-align:left;
	padding: 5px 0 0 20px;
	background: #EE805B;
	}
	
	.contact { 
	font-family: 'Quicksand', serif;	
color: #fff;
margin-bottom : 0.5em;
font-size : 0.750em; 
overflow:hidden;
text-transform:uppercase;
}
p.contact { 
	font-family: 'Quicksand', serif;	
color: #fff;
font-size : 0.750em; 
text-align:left;

}
p.phone{
	font-family: 'Quicksand', serif;	
	color: #fff;
	font-size : 0.750em;
	padding-top:0.750em;
	margin-bottom : 0.5em;

	text-align:left;
}
p.lien {
	font-family: 'Quicksand', serif;	
	color: #666;
	letter-spacing: 0px;
	text-align:center;
	text-decoration:none;
}
p.lien a:hover, {
	color: #AC3572;
}
.lien{ 
	font-family: 'Quicksand', serif;	
color: #fff;
font-size : 1.1em; 
text-align:center;
text-decoration:underline;
}
@media only screen and (max-width: 640px) {
#onglet_contact{
	width:240px;
		line-height:0.800em;
		overflow:hidden;
	}
p.contact{
	font-family: 'Quicksand', serif;	
	color: #fff;
	font-size : 0.650em;
	margin-bottom : 0.5em;

	text-align:left;
}	
}

p.phone a { 
color : #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration:underline;
}

p.phone a:visited { 
color : #000; }

p.phone a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

p.phone a:hover, 
p.phone a:active { 
outline : 0;
color : #AC3572;
}
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}
/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
