

.pitch-text p{
	font-size: 25px;
	font-weight: bold;
}

.pitch-text em{
	font-style: italic;
	color: #ffa500;
}

a,a:visited,
ul.nav.navbar-nav li a:hover,
ul.nav.navbar-nav li a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus .navbar-default .navbar-nav > .active > a.open{
	color:#f9b234;
}



.offcanvas-menu .close:hover,
button.navbar-toggle,
.social-icon i.fa:hover,
.customNavigation i.fa:hover {
	background-color:#f9b234;
}

.btn-primary{
	background-color:#f9b234;
	border-color: #ce942b;
}

.btn-primary:hover{
	background-color: #ce942b;
	border-color: #ce942b;
}


body {
	background-color: #dadada;
}

.navbar-default .navbar-collapse,
.inner-wrapper {
	background-color: #fbfbfb
}

.navbar-header button.navbar-toggle:hover{
	background-color:#3d3d3d!important;
	color:#d7d8da;
}
button.navbar-toggle,
a:focus,a:hover,
body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.ul.nav.navbar-nav li a{
	color:#3d3d3d;
}


.opening-hours p{
	margin: 0;
}

.slogan{
	font-size:20px;
	color:#ffa500;
	text-align: center;
	display: block;
	padding:15px 0 ;
}


.col-md-12 .experience-list ul li{
	width:24%;
}

.experience-list ul{
	margin-top:20px;
}

.experience-list ul li{
	list-style-type: none;
	background-image:url('/img/bullet1.png');
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 5px 10px 5px 25px;
}

.inner-wrapper{
	/*width: 70%;*/
}


.promo-text{
	text-align: justify;
	margin-bottom:20px;
}

strong{
	font-weight: bold;
	color:#ffa500;
}

.article-brief2 .lead-title{
	margin-bottom: 0;
}


.query-type select{
	width:100%;
}

.contact_page label{
	display: block;
}

.query-message textarea{
	width:100%;
}

.contact_page #map{
	height: 400px;
}

.parkmettre{
	background-image: url(images/icon-parking-300x300.png);
	width:200px;
	height: 200px;
}

.slide-title {
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	background-color:#3d3d3d;;
	padding:5px 10px;
	margin-left:-30px;
}

.slide-caption
{
	color: #000;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	background-color:#f9b234;
	width:300px;
}

.slide-caption *{
	padding: 0;
	margin:0;
}

.slide-caption.alternate{
	background-color: #dadada;
}

.lead-title{
	margin-bottom: 16px;
}
.lead-title h2{
	margin-bottom: 0;
}

.head-article .lead-title h2{
	border-bottom: none;
}

.head-article .promo-thumb{
	display: none!important;
}


h1 {
	background     : transparent;
	padding        : 10px 0;
	display        : block;
	text-transform : uppercase;
	font-size:18px;
	font-family: "Lato",​sans-serif,​Helvetica,​Arial;
	font-weight: 900;
	text-align: center;
}

/*.image-article{*/
	/*overflow: hidden;*/
	/*position: relative;*/
/*}*/

/*.image-article-content{*/
	/*background-color: #ffffff;*/
	/*height: 100px;*/
	/*overflow: hidden;*/
	/*position: relative;*/
	/*opacity: 0.9;*/
	/*position: absolute;*/
/*}*/

/*@keyframes imageArticleShowContent {*/
	/*from {*/
		/*top:185px;*/
	/*}*/

	/*to {*/
		/*top:85px;*/
	/*}*/
/*}*/

/*.anim_imageArticleContent_show{*/
	/*animation-name: imageArticleShowContent;*/
	/*animation-duration: 1s;*/
	/*animation-timing-function: ease-in;*/
	/*-webkit-animation-name: imageArticleShowContent;*/
	/*-webkit-animation-duration: 1s;*/
	/*-webkit-animation-timing-function: ease-in;*/
	/*top:85px;*/
/*}*/

/*.anim_imageArticleContent_show_reverse{*/
	/*animation-name: imageArticleShowContent;*/
	/*animation-duration: 1s;*/
	/*animation-timing-function: ease-in;*/
	/*animation-direction: reverse;*/
	/*-webkit-animation-name: imageArticleShowContent;*/
	/*-webkit-animation-duration: 1s;*/
	/*-webkit-animation-timing-function: ease-in;*/
	/*-webkit-animation-direction: reverse;*/
	/*top:185px;*/
/*}*/



/***
		Image article animation
*/

.image-article{
	width:360px;
	height: 185px;
	position:relative;
	overflow: hidden;
}

.viewport{
	position:relative;
}
.animated-content{
	whidth:250px;
	padding:10px;
	margin:0 10px;
	height: 100px;
	position: relative;
	background-color:white;
	top:85px;
}

.animated-overlay{
	width:360px;
	height: 185px;
	position: absolute;
	top:0;
	background-color:#3e3e3e;
	opacity: 0.4;
	visibility: hidden;
}

.image-article:hover .animated-overlay{
	visibility: visible;
}

@-webkit-keyframes imageArticleShowContent {
	from {
		top: 185px;
	}

	to {
		top: 85px;
	}
}

@keyframes imageArticleShowContent {
	from {
		top:185px;
	}
	to {
		top:85px;
	}
}

.showImageArticleContent{
	animation-name: imageArticleShowContent;
	animation-duration: 250ms;
	animation-timing-function: ease;

	-webkit-animation-name: imageArticleShowContent;
	-webkit-animation-duration: 250ms;
	-webkit-animation-timing-function: ease;
}

.showImageArticleContent__initialState{
	top:185px!important;
}

.showImageArticleContent__finalState{
	top:85px!important;
}


.hideImageArticleContent__finalState{
	top:185px!important;
}

.hideImageArticleContent{
	animation-name: imageArticleShowContent;
	animation-duration: 250ms;
	animation-timing-function: ease;
	animation-direction: reverse;

	-webkit-animation-name: imageArticleShowContent;
	-webkit-animation-duration: 250ms;
	-webkit-animation-timing-function: ease;
	-webkit-animation-direction: reverse;
}



/*@keyframes imageArticleShowOverlay{*/
	/*from {*/
		/*opacity:0;*/
	/*}*/
	/*to {*/
		/*opacity:0.8;*/
	/*}*/
/*}*/

/*.showOverlay{*/
	/*animation-name: imageArticleShowOverlay;*/
	/*animation-duration: 250ms;*/
	/*animation-timing-function: ease;*/
	/*-webkit-animation-name: imageArticleShowContent;*/
	/*-webkit-animation-duration: 250ms;*/
	/*-webkit-animation-timing-function: ease;*/
/*}*/

/*.showOverlay__initialState{*/
	/*opacity:0!important;*/
/*}*/

/*.showOverlay__finalState{*/
	/*opacity:0.8!important;*/
/*}*/

/*.hideOverlay__finalState{*/
	/*opacity: 0!important;*/
/*}*/

/*.hideOverlay{*/
	/*animation-name: imageArticleShowOverlay;*/
	/*animation-duration: 250ms;*/
	/*animation-timing-function: ease;*/
	/*animation-direction: reverse;*/
	/*animation-delay: 250ms;*/
	/*animation-fill-mode: forwards; *//* Needed to apply the style during the delay*/
	/*-webkit-animation-name: imageArticleShowOverlay;*/
	/*-webkit-animation-duration: 250ms;*/
	/*-webkit-animation-timing-function: ease;*/
	/*-webkit-animation-delay: 250ms;*/
	/*-webkit-animation-direction: reverse;*/
	/*-webkit-animation-fill-mode: forwards; *//* Needed to apply the style during the delay*/
/*}*/

/* Cookie consent banner */
body.has-cookie-banner {
	padding-bottom: 120px;
}

.cookie-consent-banner {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 2500;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(61, 61, 61, 0.10);
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(16, 24, 40, 0.18);
	backdrop-filter: blur(14px);
}

.cookie-consent-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 20px;
}

.cookie-consent-copy {
	max-width: 800px;
}

.cookie-consent-copy strong {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	color: #161616;
}

.cookie-consent-copy p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #4b4b4b;
}

.cookie-consent-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.cookie-consent-link,
.cookie-consent-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.cookie-consent-link {
	background: transparent;
	color: #3d3d3d;
	border: 1px solid rgba(61, 61, 61, 0.12);
}

.cookie-consent-button {
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cookie-consent-button:hover {
	transform: translateY(-1px);
}

.cookie-consent-button-primary {
	background: #f9b234;
	color: #1f1f1f;
	box-shadow: 0 10px 18px rgba(249, 178, 52, 0.28);
}

.cookie-consent-button-primary:hover {
	background: #e6a229;
}

.cookie-consent-button-secondary {
	background: #ffffff;
	color: #3d3d3d;
	border-color: rgba(61, 61, 61, 0.14);
}

@media (max-width: 767px) {
	body.has-cookie-banner {
		padding-bottom: 210px;
	}

	.cookie-consent-banner {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.cookie-consent-inner {
		flex-direction: column;
		align-items: stretch;
	}

	.cookie-consent-actions {
		flex-wrap: wrap;
	}

	.cookie-consent-link,
	.cookie-consent-button {
		flex: 1 1 100%;
	}
}
