@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Grand+Hotel&display=swap');
* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
body {
	display: flex;
	flex-direction: column;
}
html {
	overflow-y: scroll; /*!important;*/
}
.page-wrap {
	margin-bottom: 0px;
}
.page-wrap:after {
	display: none;
}
.form-control:focus {
	border-color: rgb(204, 204, 204);
	-webkit-box-shadow: none;
	box-shadow: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}
button,
input,
.form-control,
.form-control:focus {
	box-shadow: 0px 1px 5px rgb(0, 0, 0, 0.3);
}
body {
	font-family: 'Montserrat', sans-serif;
	padding-right: 0px !important;
}
.page-wrap {
	margin-top: 110px;
}
a#cRetour {
	border-radius: 4px;
	z-index: 1000;
}
a,
a:visited,
a:active,
a:focus {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #B00F3B;
}
.m10 {
	padding-left: 10px;
	padding-right: 10px;
}
.font-xs { font-size: 0.6em; }
.font-sm { font-size: 0.8em; }
.font-md { font-size: 1.0em; }
.font-lg { font-size: 1.2em; }
.font-xl { font-size: 1.4em; }
hr.styled1 {
	margin-top: 0px;
	border: 0;
	height: 0px;
	background-color: none;
}
hr.styled2 {
	height: 1px;
	width: 10%;
	margin: 30 auto 30 auto;
	border-top: 3px double #ADAEB0
}
 h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif !important;
	background-color: transparent;
}
h2 span{
	background-color: transparent;
	padding: 0 20px;
	font-size: 16px;
	text-transform: initial;
	color: #333;
}
h2.title {
	color: #B00F3B;
	font-size: 28px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
}
h4.title {
	color: #B00F3B;
	font-size: 22px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
}
.container-full {
	margin-right: auto;
	margin-left: auto;
}
#map {
	padding: 0px;
	height: 400px;
	width: 100%;
	border-top: 2px solid #b00f3b;
	border-bottom: 1px solid #E2E2E2;
}
.hslogan p{
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
}
.listing {
	color: #4F5052;
	background: #EAEBEC;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}
.listing .imagell {
	background-size: cover;
	width: 100%;
	height: 230px;
	/*border-radius: 40px 0px 0px 0px;*/
	border-radius: 0px;
}
.listing:hover {
	box-shadow: 1px 1px 4px rgb(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
.navbar {
	position: fixed;
	top: 0px;
	background-color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	min-height: 110px;
	/*font-family: 'Titillium Web', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
	border: none;
}
.navbar a {
	color: #B00F3B;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 0px;
}
@media (max-width: 992px){
	.dropdown-menu {
		position: relative !important;
		display: block !important;
	}
}
dropdown-menu
.navbar a .fa {
	font-size: 22;
	vertical-align: middle;
}
.navbar-collapse {
	padding-left: 0;
	margin-top: 20;
}
.navbar-nav {
	margin-left: 20px; /*40px avec titillium */
}
.navbar-header,
.navbar-default .navbar-collapse {
	border: none;
}
.navbar-default .navbar-nav>li>a {
	margin-left: 0px;
	padding: 15px 0px 15px 20px;
	color: #000000;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #B00F3B;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #B00F3B;
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #B00F3B;
	background: none;
}
.navbar-brand {
	padding: 0px;
}
.navbar-brand img{
	height: 90px;
	width: auto;
	padding-left: 10px;
}
.navbar-nav>li>.dropdown-menu {
	padding-top: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 10px;
	clear: both;
	font-weight: 400;
	line-height: 1;
	color: #333;
	white-space: nowrap;
}
.navbar-default .navbar-toggle {
	border-color: #ccc;
	margin-top: 25px;
}
.navbar-header .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-header .navbar-toggle:hover .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-right>li>a {
	color: #B00F3B;
}
.navbar-default .navbar-right>li>a:hover,
.navbar-default .navbar-right>li>a:focus {
	color: #000000;
}
.navbar-right{
	margin-top: -6px; /*-3px tittilium */
}
.navbar-right li .la{
	font-size: 1.4em;
}
@media (max-width: 1199px){
	.navbar-right li span{
		display: none;
	}
}
@media (max-width: 991px){
	.navbar-default .navbar-nav>li>a {
		margin-left: 0px;
		padding: 10px 10px;
		color: #000000;
	}
	.navbar-right {
		border-top: 1px solid #E2E2E2;
		margin-top: 0px;
	}
	.navbar-right li {
		display: inline-block;
	}
	.navbar-right li span{
		display: none;
	}
}
@media (max-width: 350px){
	.navbar-brand img{
		height: 70px;
		margin-top: 10px;
	}
}
#footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.fliper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 500px;
	background-image: url('perso/images/bghome1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.fliper a {
	color: #FFFFFF;
	font-weight: 400;
}
.fliper h1{
	font-size: 28px;
	text-transform: uppercase;
}
.fliper .fa-stack{
	color: #B00F3B;
}
.fliper .iconic{
	margin: auto;
	font-size: 2.5em;
	color: #B00F3B;
	width: 80px;
	height: 80px;
	background-color: #FFFFFF;
	border-radius: 100%;
	border: 2px solid #B00F3B;
}
.fliper .verso .iconic{
	color: #FFFFFF;
	background-color: transparent;
	border: 2px solid #FFFFFF;
}
.fliper .iconic i{
	margin-top:20px;
}
.fliper-pan {
	position: relative;
	background: transparent;
	width: 20%;
	border-right: 1px solid #FFFFFF; /*#B00F3B*/
	border-bottom: none;
	text-align: center;
	cursor: pointer;
}
.fliper-pan:last-child {
	position: relative;
	border-right: none;
}
.fliper-pan .recto,
.fliper-pan .verso {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	padding-top: 150;
	justify-content: center;
}
.fliper-pan .recto h1{
	display: inline-block;
	background-color: #B00F3B;
	margin-top: 0px;
	padding: 5px 20px;
	border-radius: 20px;
}
.fliper-pan .verso {
	/*background-color: rgba(167,26,58,0.9);*/
	background-color: rgba(167,26,58,1.0);
}
.fliper-pan .verso p:nth-child(3) {
	color: #000;
	margin-top: 20px;
}
.fliper-pan .recto {
	transform: rotateY(0deg);
	transition-delay: 0.15s;
	transition-property: transform;
	transition-timing-function: ease-in;
	transition-duration: 0.15s;
}
.fliper-pan .verso {
	transform: rotateY(-90deg);
	transition-delay: 0s;
	transition-property: transform;
	transition-timing-function: ease-out;
	transition-duration: 0.15s;
}
.fliper-pan:hover .recto {
	transform: rotateY(90deg);
	transition-delay: 0s;
	transition-property: transform;
	transition-timing-function: ease-out;
	transition-duration: 0.15s;
}
.fliper-pan:hover .verso {
	transform: rotateY(0deg);
	transition-delay: 0.15s;
	transition-property: transform;
	transition-timing-function: ease-in;
	transition-duration: 0.15s;
}
.fliper hr {
		height: 1px;
		width: 20%;
		margin: 0 auto 10 auto;
		border-top: 3px double #fff
}
.fliper  ul {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}
@media (max-width: 1199px){
	.fliper {
		flex-wrap: wrap;
		width: 100%;
		height: 900px;
	}
	.fliper-pan {
		width: 50%;
		height: 33.33%;
		border-bottom: 1px solid #FFFFFF; /*#B00F3B*/
	}
	.fliper-pan:last-child {
		width: 100%;
		border-bottom: none;
	}
	.fliper-pan .recto,
	.fliper-pan .verso {
		padding-top: 50;
	}
}
@media (max-width: 767px){
	.fliper {
		height: 1000px;
	}
	.fliper-pan {
		width: 100%;
		height: 20%;
	}
	.fliper-pan .recto,
	.fliper-pan .verso {
		padding-top: 10;
	}
	
	.fliper-pan .verso ul {
		list-style-type: none;
	}
	.fliper-pan .verso li {
		display: inline;
		margin: 0px;
		padding: 0px;
	}
	.fliper-pan .verso li + li::before {
		content: '• ';
	}
}
.citation {
	font-family: 'Grand Hotel', cursive;
	width: 100%;
	padding: 30px 10px 15px 10px;
	margin-top: 20px;
	text-align: center;
	color: #666;
}
.citation p{
	display: inline-block;
	width: fit-content;
	margin: auto;
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
}
.citation p i{
	color: #888888;
}
.citation span{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: right;
}
.equipe {
	min-height:200px;
}
.equipe>div>div {
	margin-bottom:20px;
}
.equipe img {
	border-radius: 10px;
}
@media (max-width: 992px){
	.equipe>div>div {
		height:300px;
	}
	.equipe img {
		max-width: 70%;
	}
}
@media (max-width: 767px){
	.equipe>div>div {
		height:auto;
	}
}
.panel{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel>b {
	font-weight: 600;
	color: #B00F3B;
}
.panel-heading, .panel-body {
	padding: 10px 0px;
}
.panel-default>.panel-heading {
	/*font-family: 'Titillium Web', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 24px !important;
	color: inherit;
	background-color: transparent;
	border: none;
	text-align: center;
}
.panel-heading .resutls-table-title {
	font-weight: 400;
	color: #B00F3B;
}
.panel-heading u {
	text-decoration: none;
	font-size: 16px;
	color: initial;
}
.panel-default>.panel-body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.imgslogan {
	color: #B00F3B;
	font-size: 36px;
	font-weight: 600;
	margin-top: 100px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.graph {
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	background-image: url('perso/images/bggraph1.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
}
.graph .colo {
	display: flex;
	flex-direction: column-reverse;
	align-content: flex-end;
	width: 30%;
	height: 100%;
}
.graph .info {
	order: 2;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #000000;
	opacity: 0.0;
}
.graph .info span:first-child {
	font-size: 72px;
	font-weight: 300;
	color: #B00F3B;
}
.graph .bare {
	display: flex;
	align-self: flex-end;
	justify-content: center;
	order: 1;
	width: 100%;
	height: .1%;
	margin-top:15px;
}
.graph .plaq {
	width: 50%;
	max-width: 200px;
	height: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #eee;
	box-shadow: 0px -2px 4px rgba(0, 0, 0, .2);
}
@media (max-width: 992px){
	.graph .info span:first-child {
		font-size: 68px;
	}
}
@media (max-width: 767px){
	.graph {
		flex-direction: column;
		justify-content: unset;
		background-size: cover;
	}
	.graph .bare {
		display: none;
	}
	.graph .colo {
		flex-direction: row;
		width: auto;
		align-self: center;
	}
	
	.graph .info {
		width: auto;
	}
}
.leaflet-tile-pane {
	filter: grayscale();
}
.icofeature {
	font-size: 16px;
}
.icofeature span{
	margin-right: 0.3em;
}
.icofeature i{
	font-size: 1.4em;
	padding-bottom: 0.1em;
	vertical-align: middle;
	margin-right: 0.1em;
}
.galwi {
	margin-bottom: 20px;
}
.galwi-pict {
	width: 100%;
	margin-bottom: 20px;
}
.galwi-thum {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	
}
.galwi-img {
	border-radius: 10px;
	overflow:hidden;
	cursor: pointer;
}
.galwi-pict .galwi-img {
	height:500px;
}
.galwi-thum .galwi-img {
	flex-grow: 1;
	width: 100%;
	height:150px;
}
.galwi-bgd {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.galwi-bgd-hov {
	background-size: 1px 1px;
	/*filter: blur(2px);*/
}
.galwi-thum .galwi-spc {
	flex-shrink: 0;
	width: 20px;
}
.galwi-img>span {
	display: block;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 55;
}
.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
	height: 44px;
	line-height: 44px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 10px;
}
.sl-overlay {
	background: #fff;
	padding: 3px;
	background-origin: content-box;
	opacity: 1;
}
.sl-wrapper .sl-navigation button {
	color: #B00F3B;
}
.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
	color: #B00F3B;
}
.sl-wrapper .sl-counter {
	top: auto;
	bottom: 10px;
	width: 100%;
	left: 0px;
	text-align: center;
	font-size: 1.4em;
}
.sl-wrapper .sl-image img {
	border-radius: 10px;
}
.sl-wrapper button:hover {
	background-color: transparent !important;
	color: #000 !important;
}
.resform {
	margin-bottom: 10px;
	text-align: center;
}
.resform span{
	display: block;
	font-size: 1.3em;
	font-weight: 600;
}
.footer-top {
	margin-top: 30px;
	padding: 20px;
	background-color: #E2E2E2;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #6b6b6b;
}
.footer-top .text-right a,
.footer-top .text-right a:visited {
	color: inherit;
	font-weight: inherit;
}
.footer-top .text-right a:hover,
.footer-top .text-right a:active{
	color: #B00F3B;
}
@media (max-width: 767px){
	.text-right{
		text-align: left;
	}
}