html, body {
	margin:0;
	padding:0;
	font-family: 'Oxygen', sans-serif;
	background:#5d626c;
	font-weight:lighter;
}
h1 {
	font-family: 'Oxygen', sans-serif;
	text-transform:uppercase;
	padding-top:10px;
	font-weight: bold;
}
h2 {
    padding: 10px 0;
    font-family: 'Grand Hotel', cursive;
	font-size:2.8em;
}
.entete {
    background-color: #32363f;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding:10px 0;
}
.edito {
    background: #0088e7;
    color: #fff;
    padding: 60px 0;
}
.edito h2 {
    margin-bottom:40px;
}
.edito strong {
    font-weight: 700;
}
.offre {
    background: #00a8e7;
    color: #fff;
    padding: 20px 0;
    /*box-shadow: 0 0 40px #444;*/
}
#map {
	height: 600px;
}

.legendes {
    background: #f2ede4;
    padding: 10px 0px;
    margin: 20px 0;
    border: 1px solid #474c55;
    color: #484848;
    text-shadow: 1px 1px 0px #fff;
    font-size: 1.2em;
}
.adresse {
    background: #f2ede4;
    padding: 10px;
    border: 1px solid #474c55;
    margin: 10px 0;
}
.adresse h3 {
    font-family: 'Oxygen';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}
.picto {
    font-family: Arial;
    background: url(../img/pictobis.png) no-repeat bottom;
    display: inline-block;
    text-align: center;
    font-weight: lighter;
    width: 27px;
    height: 43px;
    padding-top: 5px;
    margin-right: 5px;
}
.adresse h3+p {
	margin-left:10px;
    color: #484848;
    text-shadow: 1px 1px 0px #fff;
}
.adresse h4 {
    color: #484848;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0px #fff;
    font-size: 1.3em;
}
#accordion {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}
.card-header {
    background-color: #fff;
    padding: .5rem 0 ;
}
button.interrogation {
    background: #fff !important;
    color: grey !important
}
button.interrogation:hover, button.interrogation:focus, button.interrogation:active {
    border:none !important;
}
.stationnement {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #00a8e7;
    display:inline-block;
    margin-right: 10px;
}
.abonnement {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #0062e7;
    display:inline-block;
    margin-right: 10px;
}
.amodiation {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #ffa800;
    display:inline-block;
    margin-right: 10px;
}
.parcsrelais {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: green;
    display:inline-block;
    margin-right: 10px;
}
a.btn {
    padding: 0px 20px;
	background:#2458a7;
	border:none;
	color:#fff;
	padding: 5px 20px;
}
a.btn:hover {
	background:#0088e7;
}
footer {
    background: #2458a7;
    margin-top: 30px;
    color: #fff;
    border-top: 2px solid #fff;
}
footer h2 {
    padding:20px 0;
}
footer .row {
    background: #0088e7;
    color: #fff;
    padding: 40px 0;
}
footer h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Oxygen';
}
footer strong {
	font-weight:700;
}

footer button.btn.btn-secondary {
    padding: 10px 20px;
}
.footer {
	background: #202737;
}


@media (min-width:960px) {
	h1 {
		font-size:3.5em;
		padding-top:0.5em;
	}
}
@media (min-width:1200px) {
	h1 {
		font-size:5em;
	}
}