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

ampoule {
	color: #ffff00;
}

titreimage {
	font-size: 22px; /* Avant : 5em */
	font-weight: 620; /* Avant : 500 */
	line-height: 1.3; /* Avant : 500 */
	/*text-transform: uppercase;  Ligne ajoutée */
	color:#0b3c5d; /* Ligne ajoutée. Premire version : #998c3d; */
	font-family:"Raleway";
	margin-top:50px;
	margin-left:20px;
}

body,td,th {
	font-family: Raleway;
	color: #000;
	font-size: 80%;
}

body { 
	margin: 0;
	font-family: Raleway; /*avant Arial, Helvetica, sans-serif; */
}

leursdelettres { 
	margin: 0;
	font-family: Georgia; /*avant Arial, Helvetica, sans-serif; */
}

#header_desktop {
	background-color: #eee; /*avant #f1f1f1; */
	padding: 20px 46px; /*avant 50px 10px; */
	color: #0b3c5d; /*avant black */
	/*color: white ;*/
	text-align: left; /*avant center */
	font-size: 35px;  /*avant 90px; */
	font-weight: normal; /*avant bold */
	position: fixed;
	top: 0;
	width: 100%;
	transition: 0.7s; /*Avant : 0.2s; */
	/*margin-left:50px;*/ /*Ajouté */
	margin-top: -10px; /*Ajouté */
	/*background-image: url(../include/images/header7.jpg);*/
	z-index: 4;
}

#header_mobile {
	background-color: #f1f1f1; /* Grey background */
	/*box-sizing: border-box;*/
	padding: 40px 10px; /* Some padding */
	color: #FFF;
	text-align: center; /* Centered text */
	/*font-size:*/ 90px; /* Big font size */
	/*font-weight*/: bold;
	position: fixed; /* Fixed position - sit on top of the page */
	top: 0;
	width: 100%; /* Full width */
	transition: 0.7s; /* Add a transition effect (when scrolling - and font size is decreased) */
	background-image: url(../include/images/header7.jpg);
	/*background-image: url(../include/images/mountain-044.jpg);*/
	z-index: 4;
	line-height:1;
}

#texte1 {
	color: white ;
	font-size: 40px; /* Big font size */
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	transition: 0.7s; /* Add a transition effect (when scrolling - and font size is decreased) */
}

#texte2 {
	color: white ;
	font-size: 30px; /* Big font size */
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	transition: 0.7s; /* Add a transition effect (when scrolling - and font size is decreased) */
}

#texte3 {
	color: white ;
	font-size: 30px; /* Big font size */
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	transition: 0.7s; /* Add a transition effect (when scrolling - and font size is decreased) */
}

.textecourant {
	font-family: Raleway; /*avant Arial, Helvetica, sans-serif; */
	font-size:100%;
	font-weight:500;
	line-height: 1.6;
}

@media screen and (min-width: 768px) {
	.desktop-only { display: block ; }
	.mobile-only { display: none ; }
}

@media screen and (max-width: 767px) {
	.desktop-only { display: none ; }
	.mobile-only { display: block ; }
}

/* Lettres sur le slider 
.F {
  	color: #0b3c5d;
  	font-size:40.263vw;
	font-family:Didot;
	z-index:3;
	line-height:100%;
	width:100%;
	margin-left: 50px; 
}

.leurs {
  	color: #0b3c5d;
  	font-size:2.928vw;
	text-align:left;
	margin-left:-150px;
	z-index:4;
	width:100%;
	font-family:Georgia; /* Avant font-family:Times New "Times New Roman", Times, serif; */
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;