@charset "UTF-8";

/*
Projet: Starter intégration
Author: Laurent SUTTERLITY - laurent@sutterlity.fr
Version: 1.1
Date: 04 mai 2013
*/

/*body * {
	background : rgba( 255,0,0,.3);

}*/

/* ----------------------------------------
   Base
   ---------------------------------------- */

/* Html 5 definition
   ----------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
	display: block;
}

[hidden] {
	display: none;
}

/* Base
   ----------------------- */

html {
	height: 100%;
	font-family: "Exo" ,sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.lt-ie7 body {
	height: 100%;
}

body {
	margin: 0 auto;
	min-height: 100%;
	font-family: 1.4em/1 "Exo",sans-serif;
	background: url(../img/bg.gif);
	color: black;
	-webkit-font-smoothing: antialiased;
}
/*mystyle*/
span{
	padding: 32px 0px;
	float: left;
	color: black;
	font-size: 1.375em;

}

section {
	background-color: white;

}
/* Link
    -----------------------

a {
	color: black;
}

a:hover {
	color: #555;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}*/

/* Typography
   ----------------------- */

h1 {
	font-size: 1.875em;
}

h2,p {
	font-size: 1.75em;
}

h3 {
	font-size: 1.625em;
}

h4 {
	font-size: 1em;
	font-family: helvetica;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1.125em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	font-weight: bold;
	line-height: 1.2125em;
	text-rendering: optimizeLegibility;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

/* Empêche les enfants de sortir de leur parent */

table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
iframe {
	max-width: 100%;
}

div,
textarea,
table,
td,
th,
code,
pre,
.col	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	-ms-hyphens: auto;
	-o-hyphens: auto;
}

/* Embedded content
    ----------------------- */

img {
	border: 0;
	border: 1px solid black;
}
iframe{
	margin: 0 auto;

}

.lt-ie8 img {
	-ms-interpolation-mode: bicubic;
}

/* Flexible Médias */

video,
img,
object {
	height: auto;
	max-width: 100%;
}


img,
input[type=image] {
	vertical-align: bottom;
}


/* Figure
   ----------------------- */

figure {
	margin-left: 0;
	border: 1px solid black;

}


/* Grid
   ----------------------- */
.wrapper {
  max-width: 780px;
  min-width: 320px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}





[class*=col-] {
  float: left;
  margin-left: 1.28205%;
  margin-right: 1.28205%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.row > [class*="col-"]:first-child {
  margin-left: 0;
}

.row > [class*="col-"]:last-child {
  margin-right: 0;
}

/* Column */
.col-1 {
  width: 7.69231%;
}

.col-2 {
  width: 17.94872%;
}

.col-3 {
  width: 28.20513%;
}

.col-4 {
  width: 38.46154%;
}

.col-5 {
  width: 48.71795%;
}

.col-6 {
  width: 58.97436%;
}

.col-7 {
  width: 69.23077%;
}

.col-8 {
  width: 79.48718%;
}

.col-9 {
  width: 89.74359%;
}

.col-10 {
  width: 100%;
}



/* List inline
   ----------------------- */

.m-list-inline {
	padding-left: 0;
	list-style: none;
}

.m-list-inline li {
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 2%;
}

.m-list-inline li:last-child {
	margin-right: 0;
}

.col-10 li{
	float:left;
	list-style: none;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
}

.col-10 li img{
	border: 1px solid black;
	opacity: 0,2;
}





/* Header
   ----------------------- */

#header {
	margin-top: 20px;

}

#banner {
	float: left;
	width: 25.5%;
}

#logotype {
	display: block;
	float: left;
	width: 128px;
	height: 131px;
	background: url(../img/logo.png) no-repeat;
}



#prev{
	display: block;
	float: left;
	width: 19px;
	height: 38px;
	background: url(../img/recule.png) no-repeat;
}

#av{
	display: block;
	float: left;
	width: 19px;
	height: 38px;
	background: url(../img/avance.png) no-repeat;
	margin-left: 55%;
}

#nav-primary{
	float: right;
	width: 40%;
	margin-top: 10%;


}
#nav-secondary {
	float: left;
	width: 75%;
}

#nav-primary ul {
	margin: 0;
	padding: 10px;
}

#nav-secondary ul {
	margin: 0;
	padding: 30px 10px;

}


#nav-primary a {
	display: block;
	padding: 19px 15px;
	text-decoration: none;
	font-size: 1.618em;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#nav-secondary li, #nav-secondary li a {
	display: inline-block;
	padding: 2px 15px;
	text-decoration: none;
	font-size: 1.618em;
	color: #fff;
	background-color : #cccccc;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#nav-secondary li a{
	padding: 0;
	font-size: 1em;
}

#nav-primary a:hover {
	color: #99ffff;
}

#nav-primary a:active, #nav-primary a.actif {
	color: #33ffff;
}

/*#nav-primary a:visited {
	color:#ff99cc;
}*/



#nav-primary input {
	position: relative;
	top: -3px;
	width: 140px;
	border: none;
}


/*#list a:hover img{
	color: #33ffff;
	opacity: 0,9;
	}*/

/* Mobile header
   ----------------------- */

#mobile-header {
	position: relative;
	min-height: 80px;
	background: url(../img/logo_mobile.png) 15px 15px no-repeat;
}

#mobile-header a {
	display: block;
	position: absolute;
	top: 25%;
	right: 0;
	width: 50%;
	height: 80px;
	background: url(../img/triangle.gif) center no-repeat;
}


/* Content
   -----------------------

#content {
	margin-top: 20px;
	margin-bottom: 20px;
}*/


/* Footer
   ----------------------- */

#footer {
	min-height: 80px;

}

#footer ul {
	padding-left: 0;
	list-style: none;
	background: #66ffff;
}

#footer li {
	display: block;
	border-bottom: 1px solid #000;
}

#footer li:last-child {
	border-bottom: none;
}

#footer li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #000;
	font-size: 1.615em;
}

.copyright{
	color: #fff;
}

/* ----------------------------------------
   Helper
   ---------------------------------------- */

.lt-ie8 .clearfix,
.lt-ie8 .row {
	zoom: 1;
}

.clearfix:before,
.row:before,
.clearfix:after,
.row:after {
	content: "";
	display: table;
}

.clearfix:after,
.row:after {
	clear: both;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.center-h {
	margin-right: auto;
	margin-left: auto;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.hide {
	display: none;
}

.desktop-hide {
	display: none;
}

/* ----------------------------------------
   RWD
   ---------------------------------------- */

   /* Big screen
   ----------------------- */

@media only screen and (min-width:1280px) {
	/* Déclaration CSS */
}

	/* Normal screen
   ----------------------- */

@media only screen and (max-width:1280px) and (min-width:768px) {
	/* Déclaration CSS */
}

	/* Medium screen
   ----------------------- */

@media only screen and (max-width:768px) {
	.medium-hide {
		display: none !important;
	}

	.wrapper {
		margin-right: 2%;
		margin-left: 20px;
	}


}

/* Small screen
   ----------------------- */

@media only screen and (max-width:640px) {
	.wrapper {
		margin-right: 10px;
		margin-left: 10px;
	}

	[class*="col-"]{
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}

	.mobile-hide {
		display: none;
	}

	.desktop-hide {
		display: block;
	}




}
