@charset "UTF-8";
/* CSS Document */

html {
  font-family: 'Open Sans', sans-serif;	
}

body {
	background-color: #FAFAFA;
}
	
h1{
    font-size: 22px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
	font-weight: 800;0;
	letter-spacing: 2px;
}

h2{
	text-align: center;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;0;
	letter-spacing: 3px;
}

h3{
	text-align: center;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;0;
	letter-spacing: 3px;
	margin-top: -15px;
}

h4{
	text-align: center;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;0;
	letter-spacing: 4px;
	margin-top: -15px;
}

li {
	font-size: 10px;
}

img{
    margin: 3px /*tes images auront une marge de 5px partout autour d'elle*/
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #727272;
}

a:active {
	text-decoration: none;
}

/* TOP */

.head  {
    width: 100%;
    margin-top: 15px;
    align-content:center;
    text-align:center;
    padding: 0px;
}


	
#lunettes{
    height: auto;
	witdh:100%;
	margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#lunettes div img:hover {
	opacity: .7;
}

#lunettes img {
	max-height: 23px;
	
}	

.menu{
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bouton	 {
	margin-left: 10px;
	margin-right: 10px;
}

#limitevideo{
	text-align: center;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 360px;
}

#player {
position:relative;
padding-bottom:56.25%;
height:0px;
overflow:hidden;
max-height: 640px;
}

.video iframe, .video object, .video embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.lecteur{
	max-height: 360px;
	width: 100%;
	
}



/* Descriptions */

#descriptionreveal {
	display:table;
	width: 100%;
	max-width: 640px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#divtitre{
	float: left;
}

#divdescription{
	float: right;

}

#titre {
	text-align: left;
	margin-left: 10px;
	font-family: 'roboto';
	font-weight: 600;
	font-size: 16px;
}

#description{
	margin-right: 10px;
	font-family: 'roboto';
	font-weight: 200;
	font-size: 16px;
}

.separateur img {
	height: auto;
	width: 80%;
	margin-top: 20px;
}	
/* Réalisations */

#realisations{
	max-width: 800px;
	witdh:100%;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#realisations div img {
	opacity: 1;
}

#realisations div:hover img {
	opacity: .7;
}

#imaginonsque{
	witdh:100%;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#imaginonsque div img {
	opacity: 1;
}

#imaginonsque div:hover img {
	opacity: .7;
}

#lcndc div img {
	opacity: 1;
}

#lcndc div:hover img {
	opacity: .7;
}

#backstages {
	max-width: 1100px;
}	

/* Montages */

#montages {
    max-width: 1000px;
	witdh:100%;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
}


#prodmontages {
    max-width: 900px;
	witdh:100%;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
}

#prodmontages div img {
	opacity: 1;
}

#prodmontages div:hover img {
	opacity: .7;
}

.topmontages {
    max-width: 1000px;
	witdh:100%;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px;
}

#infosmontages {
	display:table;
	width: 100%;
	max-width: 640px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

#playlistmontages {
	float: left;
	text-align: center;
	margin-left: 150px;
}

#cvmontages {
	float: right;
	text-align: center;
	margin-top: 5px;
	margin-right: 150px;
	font-weight: 600;
	font-size: 20px;
}

#tronefrogz {
	max-width: 900px;
}

#frenchball {
	max-width: 1100px;
}		

/* Vignettes */

.vignettes{
	display: inline-flex;
}

.vignettes {
	opacity: 1;
}

.vignettes:hover {
	opacity: .7;
}

.vignette{
	max-height: 180px;
	justify-content: center;	
}

.vignetteavatar{
	max-height: 113px;
	width:auto;
	height: auto;
}

.reveal{
	max-width: 1100px;
	display: none;
	width: 100%;
	margin: auto;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.reveal:target {
	display:inherit;
	align-items: center;
	margin-bottom: 10px;
}


/* BOTTOM */

#coeur{
	width: 1040px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	font-family: 'roboto';
	font-weight: 400;
}

#poster{
    margin-top: 10px;

}

#poster img{
	width: auto;
	height: 245px;

}

#nouvellescoupes{
	width: 100%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	font-family: 'roboto';
	font-weight: 400;
}

#nouvellescoupes div{
	margin-bottom: 10px;
}

#nouvellescoupes img:hover {
	opacity: .7;
}

#bingo{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-family: 'roboto';
	font-weight: 800;
	font-size: 30px;
}

#contact{
	witdh:100%;	
    margin: auto;
	text-align: center;
    margin-top: 20px;
	margin-bottom: 5px;
}

#reseaux{
	witdh:100%;	
    margin: auto;
	text-align: center;
	padding: 10px;
}

#hublot{
	width: 100%;
	margin: auto;
	text-align: center;
}

#modeavion{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
}

.modeavion{
	display: inline-flex;
}

.modeavion img{
	height: 30px;
	width: auto;	
}	
	

#cookies{
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'roboto';
	font-weight: 200;
	font-size: 15px;
}	
	
#cookies a:hover{
	text-decoration-line: underline;
}

/* Plan */

#plan{
	width: 100%;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'roboto';
	font-weight: 200;
	font-size: 15px;
}

#plan a:hover{
	text-decoration-line: underline;
}

#plan {
	margin: auto;
}

#plantitre{
	width: 100%;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	font-family: 'roboto';
	font-weight: 600;
	font-size: 30px;
}

#plan img{
	margin-top: 100px;
	margin-bottom: 100px;
	max-width: 400px;
}	

#retour{
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'roboto';
	font-weight: 200;
	font-size: 15px;
}

#retour a:hover{
	text-decoration-line: underline;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (min-width: 1920px){

	
.lecteur{
	max-height: 576px;
	width: 100%;
}	
	
#limitevideo{
	text-align: center;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
    height: 100%;
    max-width: 720px;
    max-height: 576px;
}		
	
/* Realisation */
	
#realisations{
	max-width: 1200px;
}

#imaginonsque{
    max-width: 1800px;
}	
	
#backstages {
	max-width: 1900px;
	margin-bottom: 20px;
}	

#montages {
    max-width: 1900px;
}
	
.topmontages {
    max-width: 1900px;
}	
	
.vignetteavatar{
	max-height: 150px;
	width:auto;
	height: auto;
}		
	
.vignette{
	max-height: 200px;
}
	
#tronefrogz {
    max-width: 1900px;
}
	
#francetvslash {
    max-width: 1800px;
}	
	
#frenchball {
    max-width: 1900px;
}

.reveal{
	max-width: 1900px;
	margin-bottom: 20px;
}
	
	
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1280px){
	
#videohublot{
	width: 500px;
	height:auto;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}	
	
	
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1032px){
	
/* TOP */

h1{
    font-size: 25px;
    text-align: center;
    font-family: 'Roboto', ;
}
	
.head  {
    width: 100%;
    margin-top: 30px;
    align-content:center;
    text-align:center;
    padding: 0px;
}

#job  {
    width: 100%;
    margin-top: -10px;
    align-content:center;
    text-align:center;
    padding: 0px;
    font-family: 'Roboto',;
    font-weight: 100;
    font-size: 23px;
}
	
#lunettes img {
	max-height: 30px;
	
}	
	
.bouton	 {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 25px;
}		
	
/* Descriptions */

#descriptionreveal {
	display:grid;
	width: 100%;
	max-width: 640px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
#divtitre{
	float: left;
}

#divdescription{
	float: left;

}
	
#titre {
	text-align: left;
	margin-left: 0px;
	margin-bottom: -24px;
	font-family: 'roboto';
	font-weight: 600;
	font-size: 24px;
}

#description{
	text-align: left;
	margin-right: 0px;
	font-family: 'roboto';
	font-weight: 200;
	font-size: 24px;
}
	
/* Réalisations */
	
#realisations{
    witdh:100%;
	text-align: center;
    margin-left: auto;
    margin-right: auto;	
}
	
#imaginonsque{
	
}

	
.vignettes{
	display: inline-flex;
}
	
.vignette{
	max-height: 200px;
	justify-content: center;
}	

/* Montages */

#prodmontages {
    max-width: 500px;
	witdh:100%;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}
	
.vignetteavatar{
	max-height: 150px;
	width:auto;
	height: auto;
}	

/* BOTTOM */
	
#coeur{
	width: 100%;
}	
	
#contact {
	font-size: 20px;
}
	
	
.modeavion img{
	height: 40px;
	width: auto;	
}		

	
#cookies  {
	font-size: 20px;
}
	
#plan	{
	font-size: 20px;
}
	
#retour	{
	font-size: 24px;
}	

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 760px){
	

.vignette{
	max-height: 180px;
	justify-content: center;
}
	
#videohublot{
	width: 580px;
	height:auto;
	margin: auto;
	text-align: center;
}

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 690px){

.vignette{
	max-height: 160px;
	justify-content: center;
}
}
	
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 580px){
	
#videohublot{
	width: 400px;
	height:auto;
	margin: auto;
	text-align: center;
}	

}	