@import url("https://fonts.googleapis.com/css?family=Coda:400,800&display=swap");

/* FRANAPARIS PARAMETRES GLOBAUX  - box-sizing pour les vieux navigateurs - oveflow pour cacher le curseur */

html {
	font-size : 100%;
}
body {
font-family: 'Coda', cursive;
background: #000000;
box-sizing: border-box;
height:auto;
overflow-x: hidden;
margin:0;
/* non selectable*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size : 14px;
}

h1, h2 {
margin: 0;
}
h1 {
color : #ffffff;
font-weight:400;
font-size: 80px;
text-transform: normal;
text-shadow: 0.1em 0.1em 0.1em #333;
}
h2 {
font-size: 60px;
font-weight:800;
text-transform: normal;
color: rgba(0, 0, 0, 0.4);
}
h3 {
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	margin : 2px;
	font-weight: 400;
}
a {
	font-color: #fffff;
}
img {
	display:block;
}
section {
height:100vh;
background-image: url("https://franaparis.fr/images/Fond-corneille.jpg");
background-position: bottom, right;
background-size: cover;
background-repeat: no-repeat;
display : flex;
flex-direction: column;
justify-content :space-between;
align-items: flex-start;
color:#f0F0F0;
text-align:left;
}
/* ******* SECTION PREMIER BLOC MENU ******* */
.main-content-text {
	padding-top : 40px;
	padding-left : 2.5em;
	padding-right: 1em;
	width: 60%;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
#menu-vertical {
	margin-bottom : 30vh;
	margin-left: 0px;
  	opacity: 1;
  	animation: fadeIn 3s ease-in-out;
}

 #menu-vertical li {
	font-size:25px;
	list-style: none;
	margin-bottom:3px;
	margin-left: -2em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-right: 2.5em;
	padding-left: 2.5em;
	background-color: rgba(0, 0, 0, 0.4);

}

 #menu-vertical li a {
	color:#ffff;
	text-decoration: none;
}
@keyframes fontSize {
	from {font-size:100%;}
	to {font-size: 150%}

}

#menu-vertical li a:hover {
	animation : 2 alternate fontSize 2s ease-in-out ;
}

/* ******* SECTION FOOTER ******* */
#basdepage {
  	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 20px 0px;
	text-align: center;
	background : black;
	max-width : 100vw;
	border-top: solid 1px #fff;
	color: #D10002 ;
}
#paysage { 	
	text-align:center;
 }
/* *********************************** 
MEDIAS QUERIES 
*********************************** */
/* ------------------------------*
LANDSCAPE entre 960 et 1024
*-------------------------------*/
@media only screen and (orientation : landscape) and (min-width: 960px) and (max-width: 1025px)  { 
	h1 {
		font-size : 50px;
	}
	h2 {
		font-size : 50px;
	}
	h3 {
		font-size: 13px;
	}
  	
  	.main-content-text {
		padding-top : 20px ;
		padding-left: 30px;
		width: 60%;
	}

  	#basdepage {padding: 10px 0px 10px 0px;}
}
/* ------------------------------*
LANDSCAPE entre 768 et 960
*-------------------------------*/
@media only screen and (orientation : landscape) and (min-width: 768px) and (max-width: 960px)  { 
	h1 {
		font-size : 40px;
	}
	h2 {
		font-size : 40px;
	}
	h3 {
		font-size: 13px;
	}
  	
  	.main-content-text {
		padding-top : 15px ;
		padding-left: 20px;
		width: 60%;
	}

  	#basdepage {padding: 10px 0px 10px 0px;}

}
/*------------------------------------*
Phone Portrait and Landscape FONT
*------------------------------------*/
@media only screen and (max-width: 767px) {

	h1 {
		font-size : 30px;
	}
	h2 {
		font-size : 30px;
	}
	h3 {
		font-size: 13px;
	}

}
/* ------------------------------*
PORTRAIT under 767
*--------------------------------*/
@media only screen and (orientation : portrait) and (max-width: 767px) { 
  	
  	.main-content-text {
		padding-top : 20px;
		padding-left: 15px;
		width:  70%;
	}
	h1 {
		font-size : 40px;
	}
	h2 {
		font-size : 40px;
	}

  	#basdepage { padding: 10px 10px 10px 10px;}
}

/* ------------------------------*
LANDSCAPE under 768
*--------------------------------*/
@media only screen and (orientation : landscape) and (max-width: 767px) {   	
  	.main-content-text {
		padding-top : 10px ;
	}
	h1 {
		font-size : 30px;
	}
	h2 {
		font-size : 30px;
	}
	#basdepage {
			padding: 8px 5px 10px 5px;
	}
}
/* ------------------------------*
LANDSCAPE under 768 iphone 5
*--------------------------------*/
@media only screen and (orientation : landscape) and (max-width: 767px) and (max-height : 568px) {  	
  	.main-content-text {
		padding-top : 10px ;
	}
	h1 {
		font-size : 30px;
	}
	h2 {
		font-size : 30px;
	}
	#menu-vertical li {
	font-size:20px;
}
}
/*------------------------------------*
Phone Portrait and Landscape petits
*------------------------------------*/
@media only screen and (max-width:320px) {
	
	h1 {
		font-size : 30px;
	}
	h2 {
		font-size : 30px;
	}
	h3 {
		font-size : 11px;
	}
	section { 
		padding-top : 5px; }

	#menu-vertical li {
	font-size:15px;
}	
	.main-content-text {
		padding-top : 10px;
		padding-left:5px ;
		width: 70%;
	}
	#basdepage {
		padding: 5px;
	}
}