* {
	font-family: 'Roboto', sans-serif;
}

p, li {
	color: #606A7F;
}

.couleur {
	color: #D8484D;
}

/* Btn */
.btn {
	border-radius: 30px;
}

.btn svg {
	margin-left: 5px;
}

.btn-primary, .btn-outline-primary {
	border-color: #D8484D;
	color: #D8484D;
}

.btn-primary {
	background-color: #D8484D;
	color: white;
}

.btn-primary:hover, .btn-outline-primary:hover, .btn-primary:active, .btn-outline-primary:active {
	border-color: #AA3A3F;
}

.btn-primary:hover, .btn-outline-primary:hover, .btn-primary:active, .btn-outline-primary:active {
	background-color: #AA3A3F;
}

/* Header */
header {
	padding: 10px 0;
	background-color: white;
}

header img {
	max-width: 300px;
}

header li {
	margin-right: 10px;
}

header li:last-child {
	margin-right: 0;
}

header nav a {
	color: rgb(33, 37, 41) !important;
}

header nav a:hover {
	text-decoration: underline;
}

header .btn {
	margin-right: 10px;
}

header .btn:last-child {
	margin-right: 0;
}

/* Swiper */
.swiper {
	width: 100%;
	height: 400px;
}

.swiper .swiper-slide {
	background-position: center;
	background-size: cover;
}

.swiper .swiper-slide img {
	display: block;
	width: 100%;
	margin: auto;
}

.swiper .swiper-pagination-bullet-active {
	background-color: #D8484D;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
	color: #D8484D;
}

/* Main */
#main {
	margin-top: 50px;
	margin-bottom: 50px;
}

#main .espace {
	margin-top: 50px;
}

/* Card */
.card {
	border: none;
}

.card .card-header {
	background-color: #D8484D;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 8px 8px 12px #EAEAEA, -8px 8px 12px #EAEAEA;
}

.card .card-header svg {
	margin-right: 5px;
}

.card .card-header h3 {
	color: white !important;
	margin: 10px;
}

.card .card-body {
	border-right: 1px solid rgba(0,0,0,.125);
	border-left: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 8px 8px 12px #EAEAEA, -8px 8px 12px #EAEAEA;
}

.card .card-body h4 {
	color: #D8484D;
	font-weight: bold;
	margin-top: 30px;
}

/* Map */
#map {
	margin-top: 50px;
	width: 100%;
}

#map iframe {
	width: 100%;
	height: 300px;
}

/* Classement */
#classement {
	background-color: #EFEFEF;
	padding: 25px 0;
}

#classement h2 {
	margin-bottom: 25px;
}

.classement {
	background-color: white;
	margin: 0 20px 25px 20px;
	padding: 20px;
}

.classement svg {
	color: #D8484D;
}

.classement span {
	font-weight: bold;
}

.classement a {
	color: #606A7F;
	text-decoration: none;
}

.classement a:hover {
	text-decoration: underline;
}

/* Table */
table a {
	color: #D8484D;
	text-decoration: none;
}

table a:hover {
	color: #D8484D;
	text-decoration: underline;
}

/* Footer */
footer {
	background-color: #D8484D;
}

footer p {
	color: white;
	margin: 30px 0;
}