@font-face {
    font-family: 'qarvic';
    src: url('fonts/qarvic.woff2') format('woff2'),
         url('fonts/qarvic.woff') format('woff'),
         url('fonts/qarvic.ttf') format('truetype'),
         url('fonts/qarvic.svg#qarvic') format('svg');
    font-weight: bold;
    font-style: normal;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	}
img { vertical-align: middle; }
a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
	}
a img { border: none; }
img, object, embed, iframe, canvas, video, audio, picture {
    max-width: 100%;
	}
	
body{
	margin: 0px 0px 0px 0px;
	min-height:100%;
	font: medium "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, Georgia, sans-serif;
	color: #0e0e0e; 
	background-image:url(images/mare_etna.jpg);
	background-attachment:fixed;
	background-color:#edc8cf;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: all 150ms linear;
	}
a:link, a:visited{ color:#0229b9; }
img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	}
a img:hover {
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
	z-index: 945;
	}
header, #menu, #menu ul, #navresponsive, #title_article, #footer {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	}
.uppercase {
	text-transform:uppercase;
	}
.color {
	color:#0229b9;
	}
input {
	color:#E98DE4;
	}
.font {
	font-family: qarvic, Gotham, Helvetica, Arial, sans-serif;
	font-size:larger;
	text-transform:uppercase;
	}
#site {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	background:none;
	}
#header {
	margin: 0 auto 5px;
	padding: 2% 0;
	clear:both;
	position: relative;
	height: 100%;
	width: 100%;
	}	
#contenu {
	margin: 0 20% 0 20%;
	padding: 0 3% 0 3%;
	position: relative;
	margin-bottom:none;
	text-align:justify;
	}

/* ============================================
    Menu
=============================================*/
#menu, #menu ul { 
	margin:0;
	background-color: none;
	list-style-type: none;
	text-align:center;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	}
#menu {
    position: fixed;
    width: 19.6%;
	min-width: 110px;
    left: 1.5%;
    top: 3%;
	font-size: large;
	font-weight: bold;
	z-index: 950;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu a, .menu, .menu ul {
	background: rgba(235,32,36,0.95);
}
#menu a {	
	margin: 5px;
	padding: 8px 0;
	display: block;
	border:1px solid rgba(102,102,102,0.5);
	color: #FFF;
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-ms-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}
#menu ul a:link, #menulist a:visited {
    text-decoration: none;
    display:block;
}
#menu a:hover {
	background: rgba(130,130,130,0.95);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.5);
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
}
#menu a.selected {
    color: white;
}
	
/* ============================================
    Articles
=============================================*/	
#title_article {
	font-size: 1.3em;
	color:#0229b9;
	text-transform:uppercase;
	padding: 5px 15px;
	background-color: rgba(255,255,255,0.75);
	border-radius:10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	margin-bottom:10px;
	}	
#lipsum {
	padding: 10px 20px 40px 20px;
	background-color: rgba(255,255,255,0.75);
	border-radius:10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
	}

.photos {
	width: 100%;
	text-align:center;
	}
.photos img {
	margin: 1%;
	}
.larger img {
	max-height: 230px;
	}	
.album img {
	max-height: 130px;
	}

.savoir_plus {
	padding:2%;
	border:2px solid #0229b9;
	}
#copyright {
	height: 15px;
	background:none;
	border-top: none;
	padding-top: none;
	text-align: center;
	font-size:small;
	padding-bottom: none;
	border-bottom: none;
	}
#copyright a {
	text-decoration:none;
	}
.copyright_link {
	position:relative;
	}		
#intro {
	font-size:medium;
	margin-bottom:15px;
	}
#media {
	border-top: 1px dotted #a7ba05;
	padding-top: 5px;
	width: 200px;
	margin-bottom:20px;
	}

/* ============================================
    Responsive Design
=============================================*/	
@media screen and (max-width: 1024px) {
#contenu {
	margin: 0 0 0 20%;
	}
}
@media screen and (min-width: 768px) {
#navresponsive, #menu-mobile, #navresponsive ul.menu, #navresponsive u.menu li ul.sousmenu {
	display:none !important;
	}
}
@media screen and (max-width: 767px) {
body {
	background: url(images/mare_etna_767.jpg) #fdf9b0 fixed no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: all 150ms linear;
	}
#contenu {
	margin: 0 auto 0;
	padding:0;
	width:97%;
	}
#header {
	padding-top: 50px;
	}
#title_article {
	font-size: 1.5em;
	}
#menu a, #navresponsive, .menu, .menu ul {
	background: #333;
}
#menu, #menulist {
	display: none !important;
	}
.menu a:link, .menu a:visited {
	color: #FFF;
	}
.menu a:hover {
	color:#777777;
	}
.menu a {
    text-decoration:none;
	display:block; 
	}	
#navresponsive, .menu, .menu ul {
	width: 100%;
	text-align:center;		
	margin:0;
	padding: 0;
	}
.menu, .menu ul {
	list-style-type: none;
	}
#navresponsive {
	display:block !important;
	border-top:1px solid rgb(255, 255, 255);
	border-bottom:1px solid rgb(255, 255, 255);
	position:fixed;
	top: 0;		
	z-index: 950;	
	}
#navresponsive .menu > li > a {
	text-align:center;
	padding: 10px 2%;	
	}
#navresponsive ul, #navresponsive ul li {
	border:0;
	outline:none;
	margin:0;
	padding:0;
	list-style: none;
	}
#navresponsive .accordion, #navresponsive .accordion li {
	margin: 0;
	padding: 0;
	border: none;
	}
#navresponsive .accordion li ul li a {
	padding: 5px 10px 5px 10px;
	background: #444444;
	text-decoration:none;
	display: block;
	border-bottom: 1px solid #222;
	border-top: 1px solid #777;
	}
#navresponsive .accordion ul a, #navresponsive .accordion ul li a {
	background-color: #424549;
	}
#navresponsive .accordion ul li ul a {
	background-color: #595959;
	}
#navresponsive .accordion a .dcjq-icon:before {
	font-family: FontAwesome; 
	content: "\f0d7"; 
	position:relative;
	}
#navresponsive .accordion > li > a .dcjq-icon:before {
    font-family: FontAwesome;
    content: "\f0c9";
	}
#navresponsive .accordion a.dcjq-parent.active .dcjq-icon:before {
	font-family: FontAwesome;
	content: "\f0d8";
	}
#navresponsive .accordion li ul a:hover {
	background: #171717;
	}
#menu-mobile-link {
	text-align:left;
	}
}
@media screen and (max-width: 480px) {
#title_article {
	font-size: 1.2em;
	}
}
@media screen and (max-width: 320px) {
#title_article {
	font-size: 1.0em;
	}
}