/* besoin d'une typo spécifique ? 
pensez à www.fontsquirrel.com ! */
/* besoin d'une typo spécifique ? 
pensez à www.fontsquirrel.com ! */

/* c'est parti ! */


/* rubik-300 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/rubik/rubik-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Rubik Light'), local('Rubik-Light'),
       url('../fonts/rubik/rubik-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik/rubik-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik/rubik-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik/rubik-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik/rubik-v7-latin-300.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik/rubik-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'),
       url('../fonts/rubik/rubik-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik/rubik-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik/rubik-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik/rubik-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik/rubik-v7-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}


/* roboto-mono-300 - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto_mono/roboto-mono-v5-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Mono Light'), local('RobotoMono-Light'),
       url('../fonts/roboto_mono/roboto-mono-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto_mono/roboto-mono-v5-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto_mono/roboto-mono-v5-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto_mono/roboto-mono-v5-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto_mono/roboto-mono-v5-latin-300.svg#RobotoMono') format('svg'); /* Legacy iOS */
}

/* roboto-mono-regular - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto_mono/roboto-mono-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Mono'), local('RobotoMono-Regular'),
       url('../fonts/roboto_mono/roboto-mono-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto_mono/roboto-mono-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto_mono/roboto-mono-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto_mono/roboto-mono-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto_mono/roboto-mono-v5-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
}


body {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;

  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 300;
}

/*body {
	font-family: 'Rubik', sans-serif;
	font-size:  16px;
	color: #000;
	background-color: #FFFFFF;
	position: relative;

}*/

a {
	color:#000;
	text-decoration: none;
}
/*ul, li { 
	list-style: none;
	margin: 0;
}*/

h1 { 
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
	font-size: 1.2em;
	color: #000;
	/*margin-left: 20px;*/
}

h2{ font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
	font-size: 1.5em;
	line-height: 1em;
	color: #000;
}

h3 { font-family: 'Roboto Mono';
  	font-style: normal;
  	font-weight: 300;
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	margin-top: -7px;
}

h4{
	line-height: 1.2em;
}

h5 { font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
	font-size: 2.9em;
	color: #000;
}

/*header img {
	z-index: 99;
	position: fixed;
	padding-left: 130px;
	padding-top: 40px;
}*/

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

.navigation a:hover{
/*	color: #ffffff;*/
	margin-left: 5px;
}

.under{
	text-decoration: underline;
	
}


@media screen and (min-width: 780px)

{

.ita {
	font-family: 'Rubik';
	font-size: 1.3em; 
	font-style: normal;
	font-weight: 400;
}

article	{
	position:absolute;
	margin-left: 350px;
	margin-top: 173px;
	max-width: 1300px;
}

 #contour video {
	border-width : 2px;
	border-color : black;
	border-style : ridge;
 	width:45%;
 	margin-left: 130px;
 }


.article{
	position: relative;
	max-width: 415px;
	max-height: 400px;
	display: inline-block;
	padding-left: 10px;
	padding-top: 14px;
	width: 100%;
}

.grand_format{
	padding-top: 90px;
}

.centre{
	width: 60em;
    margin-left: 130px;
    margin-right: auto;
    padding-bottom: 30px;
}

.carre{
	position: relative;
	width: 20em;
    margin-left: 130px;
    padding-bottom: 30px;
    display: inline-block;
}

.carre2{
	position: relative;
	width: 20em;
    margin-left: 30px;
    padding-bottom: 30px;
    display: inline-block;
}

.total{
	width: 60em;
    margin-left: 130px;
    margin-right: auto;
    padding-bottom: 30px;
}

.espace{
	padding-bottom: 20px; 
}

nav{
	position:fixed;
	padding-left: 55px;
}

nav img{
	max-width: 60%;
    height: auto;
    margin-top: 34px;
    margin-bottom: 35px;
    margin-left: -15px;
}

.survole {
	position: absolute;
	text-align: center;
	width: 430px;
	height: 290px;
	background-color: #FFFFFF;
	left: 10px;
	top: 10px;
	opacity: 0;
	filter: alpha (opacity=0.8);
}
.article:hover .survole {
	opacity:0.8;
	transition-duration: 0.6s;
}

.survole h1{
	font-family: 'Rubik', sans-serif;
	font-size: 1.3em; 
	line-height: 1.1em;
	padding-top: 105px; 
	font-style: normal;
	font-weight: 400;
}

.survole h3{
	font-family: 'Roboto Mono';
  	font-style: normal;
  	font-weight: 300;
	line-height: 1em;
	color: #000;
	margin-top: -10px;
}
 
#texte {
	padding-left: 130px;
	padding-top: 50px;
	margin-right: 200px;
}

#texte h5 { 
	margin-bottom: 0px;
}

#texte h1{
	font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
	font-size: 1.3em; 
	line-height: 1.4em; 
}

#degout{
	padding-left:10px;	
	padding-right: 400px;
	margin-top: -10px;
}


#degout h5{
	font-size: 2.8em;
	margin-bottom: -5px;
	margin-top: 20px;
	line-height: 1em;
}

#presentation{
	padding-left:95px;	
	padding-right: 400px;
	margin-top: -10px;
}

#presentation h5{
	font-size: 2.8em;
	margin-bottom: -5px;
	margin-top: 20px;
	line-height: 1em;
}

#presentation .espace{
	padding-bottom: 50px; 
}

footer{
	padding-top: 200px;
	padding-bottom: 10px;
	bottom: 0px;
	text-align: center;
}

footer h1{
	font-family: 'Rubik';
  	font-style: normal;
  	font-weight: 400;
	font-size: 1.3em;
	line-height: 1.2em;
}

.visage{
	padding-top: 70px;
	padding-left: 
}

}

@media screen and (max-width: 980px)

{
body{
	margin-left: 20px;
	margin-right:20px;
}

.ita {
	font-family: 'Rubik';
	font-size: 1.3em; 
	font-style: normal;
	font-weight: 400;
}

article {
    position: relative;
    padding-bottom: 50px;
    padding-top: 60px;
}

.article{
	padding-bottom: 20px;
}

nav img{
	position: relative;
	margin-bottom: 34px; 
	padding-top: 29px;
	max-width: 69%;
}

nav {
    text-align: center;
}

.total{
	padding-bottom: 20px;
}


.survole{
	width: 296px;
	height: 197px;
	margin-top: -221px;
	background-color: #FFFFFF;
	opacity: 0;
	filter: alpha (opacity=0.8);
}

.article:hover .survole {
	opacity:0.8;
	transition-duration: 0.6s;
}

.survole h1	{
	text-align: center;
	font-size: 23px;
	padding-top: 25%;
}

.survole h3	{
	text-align: center;
	font-size: 15px;
}

footer{
	text-align: center;
	padding-top: 80px;
}

footer h1{
	font-size: 1em;
	line-height: 1.2em;
}

footer h3{
	font-size: 0.7em;
	line-height: 0.5em;
}




/*.survole {
	position: absolute;
	text-align: center;
	top: 0px;
	max-width: 330px;
	max-height: 270px;
	background-color: #39ed94;
	opacity: 0;
	filter: alpha(opacity=0);
}
.article:hover .survole {
	opacity:1;
}

.survole h1, h2{
	padding-top: 30px;*/ 
}

}