@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap');

html {
	font-size: .8rem;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Rubik', sans-serif !important;
	color: #2f3030;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}


img {
	max-width: 100%;
	height: auto;
}

.iframe100 {
	width: 100%;
	height: 80%;
	border: 0;
}

a:hover {
	color: inherit !important;
	text-decoration: none !important;
}

h1 {
	font-size: 1.6rem !important;
}

h2 {
	font-size: 1rem !important;
	font-weight: 300;
}

h3 {
	font-size: 1rem;
	font-weight: 300;
}

hr {
	width: 100% !important;
	height: 1px !important;
	margin-top: 0 !important;
}

.important {
	color: #810412;
}

#content.home {
	padding-top: 40px !important;
}

.retour {
	font-size: 1rem;
	padding-left: 0em;
	font-weight: 300 !important;
}

.retour:before {
	content: "< ";
}

.truncate-5lines {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.BlocGris {
	border-radius: 20px;
	background-color: #f0f0f0;
}

.bandeau-full-width>img {
	width: 100%;
}

.btn-floating i.perso-icon {
	font-size: 0;
}

.btn.rando {
	background-color: #7bbbc6;
	border-radius: .45rem;
	box-shadow: none;
	color: #ffffff;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-small.rando {
	background-color: #7bbbc6;
	border-radius: .35rem;
	box-shadow: none;
	color: #ffffff;
	font-size: .7rem;
	height: 28px;
	display: inline-block;
	line-height: 25px;
	/*min-width: 10rem;*/
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 20px;
}

.FondBleuClair {
	background-color: #7bbbc6;
}

.FondMarron {
	background-color: #d0c1aa !important;
}

.TxtNoir {
	color: #5d5d5d;
}

.TxtMarron {
	color: #52493b;
}

.TxtBlanc {
	color: #FFF;
}

.TxtBleu {
	color: #7bbbc6;
}

.xxl {
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 2.5rem;
}

.xl {
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.9rem;
}

.l {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.2rem;
}

.m {
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.2rem;
}

.s {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.2rem;
}

.bold500 {
	font-weight: 500;
}

.bold700 {
	font-weight: 700;
}

.carousel-control-next-icon {
	background-image: url(/images/carousel-control-next-icon.png) !important;
	width: 10px !important;
}

.carousel-control-prev-icon {
	background-image: url(/images/carousel-control-prev-icon.png) !important;
	width: 10px;
	width: 10px !important;
}

.h1 {
	font-size: 1.6rem !important;
}

#ReserverSortie {
	min-height: 150px;
}