/********************************************************/
 body {
	overflow-x: auto;
	overflow-y: auto;
	font-family: 'Montserrat', sans-serif;
}

 #bandeau {
	top:0;
	left:0;
	height:50px;
	/* height:5%; */
	width:100%;
	/* background-color: #69c07a; */
	z-index: 301;
	/* text-align: center; */
}

#bandeau #titre {
	/* position: absolute; */
	padding-top: 8px; 
	padding-left: 8px;
	/* text-align: center; */
}

#bandeau #titre #texte_titre {
	#font-family: Arial, Helvetica, sans-serif;
	#font:Arial;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #00a0dd; /* Bleu */
}

#bandeau #titre #texte_titre_martigues{
	#font-family: Arial, Helvetica, sans-serif;
	font-family: 'Montserrat', sans-serif;
	#font:Arial;
	font-weight: bold;
	font-size: 24px;
	color: #003158;
}

#search_bar {
	width:100%;
	/* height:50px; */
	padding: 11px 5px 0px 25px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	left:0;
	color: white;
	/* background-color: #003158; /* Bleu Marine */
	/* background-color: #71ba6f; /* Vert */
	background-color: #00a0dd; /* Bleu */
	/* background-color: #fecd32; /* Jaune */

}

#search_bar.fixed{
	position:fixed;
	padding-left: 25px;
	width:100%;
	top:0;
	z-index:1000;
	transition-property: margin-top,margin-right;
	transition-duration: .5s,.1s;
	transition-delay: 0;
	transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
	-moz-transition-property: margin-top,margin-right;
	-moz-transition-duration: .5s,.1s;
	-moz-transition-delay: 0;
	-moz-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
	-o-transition-property: margin-top,margin-right;
	-o-transition-duration: .5s,.1s;
	-o-transition-delay: 0;
	-o-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
	-ms-transition-property: margin-top,margin-right;
	-ms-transition-duration: .5s,.1s;
	-ms-transition-delay: 0;
	-ms-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
	-webkit-transition-property: margin-top,margin-right;
	-webkit-transition-duration: .5s,.1s;
	-webkit-transition-delay: 0;
	-webkit-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
}

/*-----------------------------------------------------------------*/

.dropbtn {
	background-color: #3498DB;
	/* background-color: #ffffff; */
	color: #fff;
	/* color: #003158; */
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	height:50px;
}

.dropbtn:hover, .dropbtn:focus {
	/* background-color: #ffffff; */
	background-color: #00a0dd;
	color:white;
}

.menu_bandeau-content {
	display: none;
	position: absolute;
	/* background-color: #f1f1f1; */
	background-color: #00a0dd;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.menu_bandeau-content a {
	/* color: black; */
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.menu_bandeau a:hover {
	/* background-color: #ddd; */
	background-color: #ffffff;
	color:#003158;
}

.show {display: block;}


/* unvisited link */
a:link {
	/*color: #000000;*/
	text-decoration: none;
}
/* visited link */
 a:visited {
	/*color: #000000;*/
	text-decoration: none;
}
/* mouse over link */
 a:hover {
	/*color: #000000;*/
	text-decoration: none;
}
