@charset "utf-8";
/* CSS Document */
body {
	background-color: #E5E5E5;
}
a {
	color : #9A3324;
}
a:hover {
	color: #8E2246;
}
.entete {
	background-color: white;
}
.navbar {
	background-color: #8E2246 !important;
}
.navbar2 {
	background-color: #9f3122 !important;
    padding: 8px 0;
}
i {
    color: #9f3122 !important;
}
.bg-grey {
	background-color: #e3e3e3;
}
.btn-mauve {
    color: #fff;
    background-color: #8E2246;
	border-color: #8E2246;
}
.btn-orange {
    color: #fff;
    background-color: #9f3122;
	border-color: #9f3122;
}
.mauve {
    color: #8e2246;
    background-color: rgba(255, 255, 255, 0.7);
    
}
.btn-mauve:hover {
    color: #fff;
    background-color: #5B001E;
    border-color: #5B001E;
}
.carousel-indicators li {
    background-color: #8e2246 !important;
    opacity: 0.3 !important;
}
.carousel-indicators .active {
    opacity: 1 !important;
}
.titre-gris {
	text-transform: uppercase !important;
	font-size: 0.7rem;
	letter-spacing: 0.1rem;
	color: #A0A0A0;
}
#card-accueil {
	border: solid 1px #8E2246 !important;
	background-color: transparent !important;
	
}
.map-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-responsive iframe {
left:0;
top:0;
margin-top: 30px;
height:100%;
width:100%;
position:absolute;
}
footerx {
	background-color: #6E8281;
	font-size: 0.8rem;
	color: #D8D8D8;
}footer {
	background-color: #545853;
	font-size: 0.8rem;
	color: #D8D8D8;
}
.footer2 {
	background-color: #708573 !important;
}
#alphazoom {
	color: #D8D8D8;
}
#alphazoom:hover {
	color: #8E2246 !important;
	text-decoration: none !important;
}

@media screen and (max-width: 600px) {
	 footer {
        font-size : 0.7rem;
    }	
}
@media screen and (max-width: 500px) {
	 footer {
        font-size : 0.6rem;
    }	
}