/* Styles généraux */

html {
  overflow-x: hidden;
  height: 100%;
}

body {
  font-family: "Arial", sans-serif; 
  background: #fff; /*blanc*/
  font-size: 16px;
  line-height: 1.6;
  color: #b8b8b8; 
  height: 100%;
  margin: 0;
  padding: 0;
}

#main {
    position: absolute;
    transition: margin-left 0.5s;
    padding: 0px;
    top: 0px;
    height: auto;
   	height: 100%; 
   	min-height: 100%;
   	width: 100%;
	margin: 0;
    padding: 0;
}

/* Carte */			
#map-canvas {
			position: relative;
			width: 100%;
   			height: 100%;
  			padding: 0;
    		z-index:1;
    		overflow: auto;
		}
		
/* Navbar de la page principale */
.navbar
{
	position: absolute;
	background: transparent;
	opacity : 1;
	width: 100%;
	height: 40px;
	z-index: 2;
}	

/* Navbar de la page d'accueil */
.navbarindex {
	position: absolute;
	background: transparent ;
	width:100% ;
	height:40px ;
}

#Logo {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	background-color: white;
    background-image:url(images/petitlogo.png);
	background-repeat: no-repeat;
	background-size : 90%;
	background-position: center; 
	border-radius: 0px 0px 0px 0px;
	border: 1px solid white;
	width: 50px;
	height: 50px;
}

/* Bouton de recherche */
#controlSearch {
		position: absolute;
		border: 0px solid white;
        background-color: white;
        font-size : 10px;
        width: 50px;
        height : 52px;
        top: 0px;
        margin-top : 0px;
        margin-left : 50px;
        border-radius: 0px;
        background-image:url(images/search.png);
		background-repeat: no-repeat;
		background-size : 60%;
		background-position: center; 
} 

#Contact
{
	position: absolute;
	margin-left: 100px;
	margin-top: 0px;
	color: gray;
	background-color: white;
	background-image:url(images/contact.png);
	background-repeat: no-repeat;
	background-size : 60%;
	background-position: center; 
	border-radius: 0px 0px 0px 0px;
	border: 1px solid white;
	width: 50px;
	height: 50px;
}



/* Liens */
a
{
	text-decoration: none;

}

/* Paragraphes */
p
{
    color: green; 
    font-size: 15px; 
    font-family: 'Arial';
    font-weight: normal;
    background: transparent ;
    text-decoration: none;
    text-align: center;
    
}

/* Titre dans la navbar */
h1
{
    font-size: 20px; /* Titre */
    margin: 5px;
    color: white ;
	text-align: center;
}

/* Titre général du marker */
h2
{
    color: black; 
    font-size: 30px;
    text-align: center;
}

/* Titre de la légende */
h3
{
    color: black; 
    font-size: 20px; /* Titre */
    margin: 0px;
    text-align: center;
}

/* Texte des pages */
h4
{
    color: gray; 
    font-size: 15px; /* Titre */
    margin: 0px;
    text-align: center;
}


h5,
.h5 {
	margin-left : 10px;
	text-align: left;
	font-size: 12px;
  	font-weight: normal;
    color: silver;
}

h6,
.h6 {
	margin-left : 10px;
	text-align: left;
	font-size: 12px;
  	font-weight: normal;
    color: silver;
}

/* Légende de la carte */
#legend {
        font-family: Arial, sans-serif;
        background: #fff;
        padding: 10px;
        margin: 10px;
        border: 1px solid #000;
      }

/* Bouton de recentrage */
#controlCenter {
		border: 0px solid #000;
        color : gray;
        background-color: white;
        font-size : 10px;
        width: 40px;
        height : 40px;
        margin-right : 10px;
        border-radius: 0px;
        background-image:url(images/center.png);
		background-repeat: no-repeat;
		background-size : cover;
		background-position: center; 
} 

/* Titre de la page d'accueil */
#Bienvenue
{
    color: black; 
    font-size: 30px; 
    text-align: left;
    margin-left : 140px;
    padding : 20px;
}

/* Entête du tableau HIER - AUJOURD'HUI */
.HA
{
    color: white; 
    background-color: silver ;
    font-size: 12px; 
    text-align: center;
    margin-left : 0px;
    padding : 0px;
}



/* arrière plan de la page d'accueil */
.arriereplanindex  
{
	background-color:white;
	background-image:url(images/bg_3.JPG);
	height: 800px;
	max-width: 100%;
    background-size: cover;  
	      }

/* Arrière plan de la page principale */
.arriereplan {
	background-color: white;
	max-width: 100%;
    background-size: cover;
	      }

/* cadre de la page d'accueil */
.cadre {
		position: absolute;
		width:350px;
		max-width : 500px;
		min-width : 300px;
		height:400px;
		top: 100px;
    	left: 100px;
    	z-index:1;
		background-color:white;
  		border-radius: 10px 10px 10px 10px;
}

/* Image ronde dans le cadre de la page d'accueil */
.roundedImage{
    position: absolute;
    overflow:hidden;
    background-image:url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center; 
    border-radius:70px;
    width:90px;
    height:90px;
    margin-left: 20px;
    border-width:0px;
	border-style: solid;
 	border-color:black;
 	box-shadow: 
}	     
 
/* Bouton entrée de la page d'accueil */
button
{
  	border-radius: 10px;
  	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  	border: none;
	background-color: green;
	text-align: center;
	font-size: 15px; /* Titre */
    color: white;
	width : 50%;
	height : 40px;
}

/* Bandeau de titre général du marker */
.titreG
{
  	position : relative ;
  	text-align : center;
	background-color: transparent;
}

/* Bandeau des boutons précédent et suivant */
#BarButtons
{
  	position : absolute ;
	background-color: transparent;
	width : 100%

}
/* Bouton précédent */
#ButtonPrecedent
{
  	float : left;
  	margin-left : 20px;
  	border-radius: 20px;
  	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  	border: none;
	background-color: silver;
	background-image:url(images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 80%;
    color: gray;
	width : 30px;
	height : 30px;
}

/* Bouton suivant */
#ButtonSuivant
{
  	float: right;
  	margin-right : 20px;
  	border-radius: 20px;
  	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  	border: none;
	background-color: silver;
	background-image:url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 80%;
    color: gray;
	width : 30px;
	height : 30px;
}

/* Texte du Bouton précédent */
#Precedent
{
  	float: left;
  	margin-left : 10px;
	background-color: white;
	text-align: left;
	font-size: 12px;
  	font-weight: normal;
    color: gray;
    padding: 6px;
}

/* Texte du Bouton suivant */
#Suivant
{
  	float: right;
  	margin-right : 10px;
	background-color: white;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
    color: gray;
    padding: 6px;
}

/* Table des images avec leur titre, auteur, date,... */	      
#MaTable {
 width: 100%;
 max-width : 800px;
 padding: 0px; 
 background-color: white;
 border: 1px solid white;
 text-align: center;
 font-size: 15px; 
 color: #b8b8b8; 
 margin-left: auto;
 margin-right: auto;
 
}

/* Petite icone située dans la table des images pour indiquer le type */	
.icontype
{
float: left;
margin-left : 20px;
}

/* Barre laterale */	
.sidenav {
    position: absolute;
    height: 100%;
    width: 0;
    margin-left: 0px;
    background-color: transparent;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 50px;
    font-size: 36px;

}

.sidenav a {
    text-decoration: none;
    font-size: 15px;
    color: #transparent;
    display: block;
    transition: 0.3s;
}

#closebtn {
	color: silver;
	font-size: 30px; 
	text-align : right;
}

#buttonClose
{
	position: right;
	top: 0px;
	height : 20px;
	color: silver;
	background-color: white;
	border: 0px solid gray;
}

.boutonMenu {
    position: absolute;
    top: 4px;
    left : 50px;
    z-index: 10;
}

#Resultats{
	text-decoration: none;
    font-size: 15px;
    color: silver;
    line-height: 90%;
}

#Filtre{
    margin-left: 5px;
}


#search {
	float : left;
 	border-radius: 5px;
	border: 1px solid silver;
    margin-left: 10px;
    font-size: 12px;
    color: gray;
    width: 150px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: silver;
  opacity: 0.5; /* Firefox */
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
