/***************************/
/** SURCHARGE MATERIALIZE **/
/***************************/

h1 {
	font-size: 2.2rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.2rem;
}

/************/
/** GLOBAL **/
/************/

.div_width {
	width: 96%;
}

.log.standard {	/* log du programme */
	color: blue;
}

.log.error {	/* log de type erreur du programme */
	color: red;
}

/******************/
/** PAGE ACCUEIL **/
/******************/
#feu_camp {
	max-width: 80%;
}

#warning {
	color: red;
	font-style: bold;
}

ul.liste {
  margin-left: 10px;
}
ul.liste li {
  list-style-type: disc;
}

/*************/
/** LEGENDE **/
/*************/

i.i_vert {
    color: #33cc33;
}

i.i_orange {
    color: #ffad33;
}
i.i_rouge {
    color: #e60000;
}

/***********/
/** CARTE **/
/***********/
path {
	cursor: pointer;
}

/************/
/** NAVBAR **/
/************/

.nav-wrapper {
	background-color: #ca0c1c;
	color: #fff;
}

.brand-logo img {
  height: 56px;
  margin: 4px;
  margin-left: 10px;
  padding: 2px;
  background-color: #fff;  
}

@media (max-width: 600px) {
   .brand-logo img {
    height: 48px;
  }
}

.nav-wrapper a {
	color: #fff;
}

.nav-wrapper a:hover {
	color: #fff;
}

.nav-wrapper ul {		/* décalage de la barre de titre - le logo est sur la gauche */
	padding-left: 80px;
}

/****************/
/** SEARCH BAR **/
/****************/

#div_search_bar {
	background-color: #f2f2f2;	/* background-color of the searchbar */
}


#div_search_bar ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
}

/***********/
/** CARTE **/
/***********/

.svg-container { 
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle; 
	overflow: hidden;
	max-width: 700px;
}

.svg-content { 
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

/************/
/** MODAL  **/
/************/

#myModal, #myModal_content { 
	width: 80%; 
	max-height: 100%; 
	overflow: visible;
}


#myModal pre {
	font-size: 0.9rem;
}


.modal_content_titre {
	height: 3em;
}

.modal_content_titre img {
	height: 100%;
	margin-left: 0px;
}

.modal_content_titre h3 {
	margin: auto;
	margin-left: 5px;
}

.modal-content td:first-child {
	font-weight: bold;
}

.modal_content_detail h4 {
	font-weight: bold;	
}

.modal_content_detail ul {
  margin-left: 10px;
}

.modal_content_detail ul li {
  list-style-type: square;
  margin-left: 10px;
 }

.modal_content_detail li li {
  list-style-type: circle;
  margin-left: 10px;
}
