/* Eléments principaux de la page */

@font-face {
    font-family: 'titre';
    src: url('./assets/polices/sketchy_in_snow/sketchy.otf');
}

@font-face {
    font-family: 'alex-brush';
    src: url('./assets/polices/alex-brush/AlexBrush.ttf');
}


html {
	position: relative;
	min-height: 100%;
	padding-bottom:186px;
  }

body
{
    /*background: url('./assets/images/fond.jpg') center/100% repeat;*/
    background-color:rgb(191, 184, 180);
	font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #ffffff;
	min-height: 100vh;
	margin-bottom: 186px;
}


  footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 186px;
  }
.content
{
	flex: 1 0 auto;
}

#bloc_page
{
    margin: auto;
	display: flex;
	flex-direction: column;
	position: relative;
  	min-height: 100vh;
}

section h1, footer h1, nav a
{
    /*font-family: Dayrom, serif;*/
    font-weight: normal;
    text-transform: uppercase;
}


/* Header */
/*
header
{
	width: 1200px;
    margin: auto;
    background: url('./assets/images/separateur.png') repeat-x bottom;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer {
	text-align: center;
	padding: 5px;
	background-color: #abbaba;
	color: #000;
	position: absolute;
  	bottom: 0;
  	width: 100%;
	height: 40px;
  }
*/
  #bandeau_haut
{
	position: absolute;
	top: 0;
	right: 0%;
	width: 100%;
	height: 40px;
	padding: 10px;
	color: white;
	background-color: #abbaba;
	border-bottom: solid;
	border-color: dimgray;
}

#titre_menu
{
margin-top: 30px;

}

#bouton_gpx
{
	position: absolute;
	top: 2%;
	right: 8%;
	padding: 10px;
	font-size: large;
	font-family: Dayrom, serif;
    font-weight: bold;
	text-decoration: none;
	color: white;
}

#boutons_connexion
{
	position: absolute;
	top: 2%;
	right: 2%;
	padding: 10px;
	font-size: large;
	font-family: Dayrom, serif;
    font-weight: bold;
	text-decoration: none;
	color: white;
}

#boutons_connexion a
{
	font-size: large;
	font-family: Dayrom, serif;
    font-weight: bold;
	text-decoration: none;
	color: white;
}
#titre_principal
{
    display: flex;
    flex-direction: column;
	color: aliceblue;
}

#logo
{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#logo img
{
    width: 40px;
    height: 40px;
}

.navbar-brand
{
    font-family: 'titre', serif;
    font-size: 1.6em;
    font-weight: normal;
    margin: 0 0 0 0;
}

footer p
{
    font-family: 'alex-brush', fantasy;
    font-size: 1.5em;

}


/* Navigation */

nav ul
{
    list-style-type: none;
    display: flex;
}

nav li
{
    margin-right: 15px;
}

nav a
{
    font-size: 1.3em;
    color:aliceblue;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}


/* Carte IGN accueil */
.map {
	width: 70vw;
	height: 60vh;
	margin: auto;
	margin-top: 50px;
}


/* Video */

#video_presentation {
	margin: auto;
	text-align: center;
	margin-top: 50px;
}



/* Billets blog */

.billet_blog
{
	border: 3px blue ridge;
	border-radius: 10px;
	width: 1200px;
    margin: auto;
	padding: 10px;
	margin-top: 15px;
	background-color: rgba(24,24,24,0.6);
	color: white;
	text-align: center;
}

.commentaires_blog
{
	border: 3px rgb(255, 115, 0) ridge;
	border-radius: 10px;
	width: 1200px;
    margin: auto;
	padding: 10px;
	margin-top: 15px;
	background-color: rgba(78, 64, 36, 0.6);
	color: white;
	text-align: center;
}



/* Corps */


#actus {
	border: 3px blue ridge;
	border-radius: 10px;
	width: 1200px;
    margin: auto;
	padding: 10px;
	margin-top: 15px;
	background-color: rgba(24,24,24,0.6);
	color: white;
	text-align: center;
}

#actus h1 {
	font-family: 'titre', serif;
    font-size: 3em;
	color: rgb(30,187,257);
}

#actus_list {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	
}
	
#actus article {
	color: white;
	height: 600px;
	padding: 20px
}
	
#actus_list img {
	width: 300px;

}
	
	
	
	
	
	
#cartes {
	border: 3px red ridge;
	border-radius: 10px;
	width: 1200px;
    margin: auto;
	padding: 10px;
	margin-top: 15px;
	background-color: rgba(24,24,24,0.6);
	color: white;
	text-align: center;
}

#cartes h1 {
	font-family: 'titre', serif;
    font-size: 3em;
	color: rgb(30,187,257);
}

#cartes_list {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	
}
	
#cartes article {
	color: white;
	height: 500px;
	padding: 20px
}
	
#cartes_list img {
	width: 500px;

}




#contacts {
	border: 3px red ridge;
	border-radius: 10px;
	width: 1200px;
    margin: auto;
	padding: 10px;
	margin-top: 15px;
	background-color: rgba(24,24,24,0.8);
	color: white;
	text-align: center;
}

#contacts h1 {
	font-family: 'titre', serif;
    font-size: 3em;
	color: rgb(30,187,257);
}

#contacts_list {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	
}
	
#contacts article {
	color: white;
	height: 200px;
	padding: 20px
}
	
#contacts_list img {
	width: 500px;

}

#contacts a {
	color: red;
}






.myCSSClass {
	background: green;
	border: 2px solid cyan
  }
  .leaflet-tooltip-left.myCSSClass::before {
	border-left-color: cyan;
  }
  .leaflet-tooltip-right.myCSSClass::before {
	border-right-color: cyan;
  }
