                                                                                                                        body {
	color: #4d4b4b;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.35em;
}
a {
	color: #f2821a;
	text-decoration: underline;
	transition: all .4s;
}
.sacs{
	display: inline-block;
	margin-bottom: 30px;
}
a:active, a:hover, a:focus {
	color:  #646363;
	text-decoration: none;
}
.image-right {
	float: right;
	margin: 0 0 10px 15px;
}
.image-left {
	float: left;
	margin: 0 15px 10px 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'La Belle Aurore', cursive;
	line-height: 1.35em;
}
h1, .h1{
	font-size: 48px;
}
h2, .h2{
	font-size: 36px;
	color: #f27b0c;
}
h3, .h3{
	font-size: 30px;
}
h4, .h4{
	font-size: 24px;
}
h5, .h5{
	font-family: "Alegreya Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
}
h6, .h6{
	font-family: "Alegreya Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
}
hr {
	border-color: orange;
	clear: both;
}
.thumbnail {
	min-height: 450px;
}
header.top {
	position: relative;
	z-index: 9999;
	transition: background .4s, box-shadow .4s;
	box-shadow: 0px 0px 0px rgba(0,0,0,.1);
}
header.top:before{
	content:'';
	position:absolute;
	bottom: -3px;
	left:0;
	right:0;
	background: url(../../images/new-images/bg-nav.png)bottom center repeat-x;
	top: 0;
}
header.top .topnav{
	background:#000;
	text-align: right;
	position:relative;
	height: 65px;
}
header.top .topnav .side{
	padding:0;
	position:  relative;
	padding: 21px 0 20px;
}
header.top .topnav a{
	text-decoration:none;
	color:#fff;
	font-family: 'champagne__limousinesbold';
	letter-spacing:1px;
	position:relative;
	padding: 15px 9px;
	z-index: 1;
	text-shadow: none;
	font-weight: normal;
}
header.top .topnav a:first-child{
	background:url(../../images/new-images/sep.png)right center no-repeat;
}
header.top .topnav a.rapide{
	font-size:18px;
	color:#000;
	text-shadow: 0 0 0;
	padding: 15px 13px;
}
header.top .topnav a.rapide:before{
	content:'';
	position:absolute;
	top: -6px;
	bottom:0;
	left:0;
	right:0;
	background: url(../../images/new-images/rapide.png)top 0 center no-repeat;
	z-index: -1;
}
header.top .topnav a:active,
header.top .topnav a:hover,
header.top .topnav a:focus{
	color:#f27b0c;
}
header.top .topnav a.rapide:hover{
	color:#fff;
}
header.top .header-wrapper {
	position: relative;
	padding-top: 11px;
	padding-bottom: 12px;
	height: 77px;
}
header.top nav.main-nav #navigation {
	float: left;
}
header.top nav.main-nav a.mobile-nav {
	float: right;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 5px;
	text-decoration: none;
	display: none;
}
header.top nav.main-nav a.mobile-nav i.fa {
}
section.banner {
	position: relative;
	height: 480px;
	margin: 0px 0;
	background: #0c0c0c;
}
section.banner.small {
    height: 250px;
}
section.banner.small .block .slogan {
	margin-top: 5px;
}
section.banner.big {
	height: 400px;
}
section.banner .fluid_container,
section.banner .fluid_container #slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0!important;
	opacity: 0.97;
}
section.banner .fluid_container #slideshow > div > .camera_caption {
	display: none;
}
section.banner .fluid_container #slideshow .camera_caption {
	position: absolute;
	font-size: 60px;
	line-height: 60px;
	font-family: 'La Belle Aurore', cursive;
	text-align: center;
	text-shadow: 0 2px 5px rgba(0,0,0,.25), 0 5px 15px rgba(0,0,0,.35);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.banner:not(.big) .fluid_container #slideshow .camera_caption {
	display: none!important;
}
.camera_overlayer {
	background:url(../../images/new-images/overlay.png)top center
}
section.banner .fluid_container #slideshow .camera_caption > div {
	background: none;
	max-width: 75%;
	padding: 20px;
	opacity: 0;
	transform: translateX(-200%);
	-webkit-transform: translateX(-200%);
	animation: slide-in .5s forwards;
	-webkit-animation: slide-in .5s forwards;
}
@keyframes slide-in {
	100% {
		transform: translateX(0%); 
		opacity: 1;
	}
}
@-webkit-keyframes slide-in {
	100% {
		-webkit-transform: translateX(0%); 
		opacity: 1;
	}
}
section.banner .block{
	position: absolute;
	top: 32px;
	left: 0;
	right:0;
	color: #fff;
	text-align: center;
	pointer-events: none;
}
section.banner .block .logo{
	pointer-events:all;
	transform: translateX(-3%);
}
.logo img {
    height: 150px;
}
section.banner .block .slogan{
	pointer-events: none;
	margin-top: 46px;
}
section.banner .block .slogan p{
	position:relative;
	display:inline-block;
	pointer-events:all;
	font-size: 25px;
	color:  #000;
	text-transform: uppercase;
	font-family: 'champagne__limousinesregular';
	line-height: 28px;
	/* text-shadow: 0 0 0; */
	font-weight: bold;
}
section.banner .block .slogan p .mini{
	text-transform:none;
}
section.banner .block .cta{
	font-size:24px;
	text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.7);
	line-height: 28px;
	display: inline-block;
	position:  relative;
	pointer-events: all;
	margin-top: 28px;
	font-family: 'belleroselight';
	margin-right: 23px;
}
section.banner .block .cta a{
	text-decoration:none;
	font-size:45.31px;
	color:#792024;
	letter-spacing: 4.2px;
}
section.banner .block .cta a:hover{
	color: #000;
}
/********* news *********/
section.news{
	position:relative;
	background: url(../../images/new-images/news.png)top center;
	min-height: 63px;
	margin-top: -1px;
}
section.news .title{
	float:left;
	text-align: right;
	width: 12.5%;
}
section.news .desc{
	width: 87.5%;
	display: inline-block;
	padding-left: 22px;
	padding: 28px 0 15px;
	padding-left: 22px;
}
section.news h2{
	font-family: 'belleroselight';
	font-size:25px;
	text-transform:uppercase;
	letter-spacing:4px;
	color:#f27b0c;
}
section.news #news-slider{
	margin:0;
}
section.news .slick-initialized .slick-slide{
	color: #e4e6ea;
	font-size:17px;
	letter-spacing:1px;
	font-family:arial;
}
section.news .slick-initialized .slick-slide p{
	margin:0;
}
section.news .slick-initialized .slick-slide a{
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	font-size: 0;
}
/********* End news *********/
.page{
	background: url(../../images/new-images/bottom-page.jpg)no-repeat bottom center,url(../../images/new-images/bg-page.png)top center;
	position: relative;
	margin-top: -1px;
}
header.page-title {
	padding: 54px 0 20px;
	margin-bottom: 30px;
}
header.page-title h1 {
	position: relative;
	font-size: 29px;
	color: #000000;
	letter-spacing: 5px;
	text-align:center;
	display: table;
	margin: 0 auto;
	font-family: 'caviar_dreamsregular';
	line-height: 52px;
	padding: 0 120px;
	background: url(../../images/new-images/bg-h1.png)top left no-repeat,url(../../images/new-images/bg-h1-2.png)top right no-repeat;
	text-shadow: 0 0 0;
}
header.page-title h1 .subtitle{
	font-size:47px;
	color:#792024;
	text-transform:uppercase;
	font-family: 'belleroselight';
	letter-spacing: 3px;
	text-shadow: none;
}
header.page-title h1:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:1px;
	background: url(../../images/new-images/sep-h1.png)bottom center no-repeat;
}
.bizbook{
	text-align:right;
}
article.content {
	padding-bottom: 45px;
}
article.content h2{
	text-transform:uppercase;
	font-size:22px;
	color:#f27b0c;
	font-family: 'champagne__limousinesbold';
	margin: 20px 0;
}
article.content h3{
	font-size: 20px;
	font-family: arial;
	color:#f27b0c;
}
article.content::after {
	content: '';
	display: block;
	clear: both;
}
article.content p {
	margin-bottom: 15px;
	text-shadow: 0 0 0;
	line-height: 25px;
}
article.content ul {
	padding-left: 0px;
}
article.content ul li {
	list-style: none;
	background: url(../../images/new-images/list-icon01.png) no-repeat 0 5px;
	padding-left: 20px;
}
#photo-footer {
	background: #fff; padding: 50px 0;
}
article.content ul ul li {
	background-image: url(../../images/new-images/list-icon02.png);
	padding-left: 25px;
}
article.content ul.pro{
	display: inline-block;
    width: 100%;
}
article.content ul li.list{
	width: 50%;
    float: left;
}
article.content .table-style {
	position: relative;
}
article.content .table-style th {
	background: #e5e5e5;
}
article.content .table-style th,
article.content .table-style td {
	border: 1px solid #ccc;
	padding: 2px 5px;
}
article.content table.contact-table td {
	width: 33.3333%;
	text-align: center;
	vertical-align: top;
}
article.content table.contact-table td:first-child {
	text-align: left;
}
article.content table.contact-table td:last-child {
	text-align: right;
}
article.content table.contact-table td h3 {
	margin: 0 0 5px;
	padding: 0;
}
article.content table.pricelist {
	position: relative;
}
article.content table.pricelist h3 {
	color: #8c0230;
	margin: 20px 0 0;
}
article.content table.pricelist h4 {
	margin: 0;
	font-family: "Alegreya Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
article.content table.pricelist td[colspan] {
	text-align: left;
}
article.content table.pricelist td:not([colspan]):last-child {
	text-align: right;
}
article.content table.pricelist td:last-child strong {
	display: block;
	white-space: nowrap;
	color: #8c0230;
	font-size: 18px;
}
section.boxes {
	position: relative;
	background: url(../../images/new-images/bg-boxes.jpg)top center;
	padding: 42px 0 64px;
	overflow: hidden;
}
section.boxes h2{
	font-family: 'belleroselight';
	font-size:27px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing: 2.8px;
	margin: 0 0 52px 0;
	text-shadow: 0 0 0;
	color:#383735;
}
section.boxes .box{
	position:relative;
	padding: 27px 24px;
	text-align:center;
	width: 275px;
	margin-right: 67px;
}
section.boxes .box01{
	margin-left: 64px;
}
section.boxes .box03{
	margin-left: 28px;
	margin-right: 0px;
}
section.boxes .box .img-box{
	display:inline-block;
	border-radius:50%;
	transition:all 0.4s;
	position:relative;
	padding: 0px;
	border: 6px solid #f27b0c;
	background: none;
}
section.boxes .box .img-box img{
	max-width:100%;
	border-radius:50%;
	transition:all 0.4s;
	padding: 0;
	opacity: 0;
}
section.boxes .box:hover .img-box img {
	opacity: .7;
}
section.boxes .box:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/*background:url(../../images/new-images/bg-box2.png)center center no-repeat;*/
	box-sizing:border-box;
	transition: all 0.4s;
}
section.boxes .box .img-box:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/*background:url(../../images/new-images/op.png)center center no-repeat;*/
	box-sizing:border-box;
	transition: all 0.4s;
	background-size: cover;
}
section.boxes .box h2{
	position:absolute;
	top: 103px;
	left:0;
	right:0;
	letter-spacing:1px;
	color:#000;
	font-size:28px;
	transition:all 0.4s;
	line-height: 28px;
	margin: 0;
	text-shadow: none;
	font-weight: normal;
}
section.boxes .box02 h2{
	line-height: 32px;
}
section.boxes .box03 h2{
	top:95px;
}
section.boxes .box01 h2{
	top: 108px;
}
section.boxes .box .link a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	font-size: 0;
}
section.boxes .box:hover:before{
	/*background:url(../../images/new-images/bg-box.png)center center no-repeat;*/
}
section.boxes .box:hover .img-box:after{
	/*background:url(../../images/new-images/op2.png)center center no-repeat;*/
	background-size: cover;
}
section.boxes .box:hover h2{
	color:#fff;
	text-shadow: 0 0 5px #000;
}
section.boxes .box:hover .img-box{
	border-color:#691023;
}
/********* news *********/

section.act{
	position:relative;
	padding: 25px 0 17px;
	background:url(../../images/new-images/bg-act.jpg)top center no-repeat;
}
section.act h2 {
	margin: 0;
	padding: 0;
	color: #f27b0c;
	font-size: 40px;
	font-family: 'belleroselight';
	text-transform:  uppercase;
	letter-spacing: 6px;
}
section.act #HomeNews {
	position: relative;
	padding-top: 0;
	display:  inline-block;
	width: 100%;
}
section.act #HomeNews .col-sm-6{
	padding:0;
}
section.act #HomeNews .col-sm-6:nth-child(2n){
	text-align: right;
}
section.act #HomeNews figure.Item {
	position: relative;
	transition: all .6s;
	display: inline-block;
	text-align: left;
}
section.act #HomeNews figure.Item figcaption {
	padding: 10px 73px 0px 0;
	margin: 0;
	color: #f3f1e4;
	transition: all .4s;
	letter-spacing: 0.5px;
	text-shadow: none;
}
section.act #HomeNews figure.Item figcaption h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px;
	padding-bottom: 0;
	color: #fff;
	letter-spacing: 3px;
	font-family: 'caviar_dreamsregular';
}
section.act #HomeNews figure.Item figcaption p {
	margin: 0;
	padding: 0;
}
section.act #HomeNews figure.Item figcaption span.voir {
	background: #f27b0c;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 10px;
	text-align: center;
	transition: all .4s;
	font-family: arial;
	font-size: 15px;
	border:1px solid transparent;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 23px;
	letter-spacing: 0;
}
section.act #HomeNews figure.Item:hover figcaption h3 {
	color: #f27b0c;
}
section.act #HomeNews figure.Item:hover figcaption span.voir {
	background: transparent;
	border-color:#fff;
}
section.act #HomeNews figure.Item > a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
/********* End news *********/
div.border-bottom{
	position:relative;
	background:url(../../images/new-images/border-top.png)top center no-repeat;
	height:28px;
}
section.temo{
	position:relative;
	padding: 36px 0 36px;
	background:url(../../images/new-images/temo.png)bottom center no-repeat #f1e5d0;
	text-shadow: 0 0 0;
	min-height: 263px;
}
section.temo .biz{
	display:inline-block;
	width: 100%;
	position:relative;
}
section.temo h3{
	font-family: 'belleroselight';
	text-transform:uppercase;
	font-size: 44px;
	color:#f27b0c;
	letter-spacing: 2px;
	text-shadow: none;
	margin-top: 27px;
	transition: all 0.4s;
}
section.temo .biz .link a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	font-size: 0;
}
section.temo .biz:hover h3{
	color: #000000;
}
footer.bottom {
	position:  relative;
	color: #fcfcfc;
	z-index:9999;
	letter-spacing: 1.5px;
	font-weight: normal;
	font-size: 15px;
	font-family: arial;
	background: url(../../images/new-images/bg-footer.png)top center;
	padding: 5px 0 43px;
}
footer.bottom .col-sm-6{
	padding: 0px 0 0;
	position:relative;
	z-index:1;
}
footer.bottom .contact p{
	position:relative;
	padding-left: 40px;
	margin-bottom: 18px;
}
footer.bottom .contact p::before{
	content:'';
	position:absolute;
	left:0;
	top: 12px;
}
footer.bottom .contact p.line-p::before{
	background: url('../../images/new-images/sprites.png')-10px -85px;
	width: 13px;
	height: 22px;
}
footer.bottom .contact p.ico-tel::before{
	background: url('../../images/new-images/sprites.png')-10px -46px;
	width: 14px;
	height: 19px;
	top: 0;
}
footer.bottom .contact p.ico-maill::before{
	background: url('../../images/new-images/sprites.png') -10px -10px;
	width: 16px;
	height: 16px;
}
footer.bottom .col-sm-6 h2{
	font-size:37px;
	font-weight:normal;
	position:relative;
	padding-left: 0;
	margin-bottom: 40px;
	font-family: 'belleroselight';
	text-transform:uppercase;
	line-height: 26px;
	letter-spacing: 4px;
	padding-top: 0;
	color: #fff;
}
footer.bottom .col-sm-6 h2 .company{
	font-size:21px;
	font-family: 'caviar_dreamsregular';
	letter-spacing: 5px;
	text-transform:none;
	line-height: 20px;
	display: inline-block;
}
footer.bottom .join{
	padding-left: 54px;
}
footer.bottom .join h2{
	margin-bottom: 70px;
}
#openingTimesBlock .openingLine{
	display:inline-block;
	width:50%;
	float:left;
	padding-bottom: 5px;
}
#openingTimesBlock .openingLine
.openingDay{
	width: 22px;
	display: inline-block;
	padding: 0;
	margin-right: 8px;
	margin-bottom: 3px;
	border-bottom: 1px solid;
}
.social a{
	position:relative;
	font-size: 0;
	width: 38px;
	height: 38px;
	z-index:1;
	display: inline-block;
}
.social a:before{
	content:'';
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	left:0;
	right:0;
	width: 38px;
	height: 38px;
	background: url('../../images/new-images/sprites.png') -10px -127px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
	border-radius: 50%;
	transition: box-shadow .8s, background .4s;
}
.social a:hover:before{
	box-shadow: 0 0 0 5px rgba(242, 123, 12, 0.19);
}
footer.bottom a:active,footer.bottom a:hover,footer.bottom a:focus{
	color:#fff;
}
#footerSlideContainer a {
	color: #f27b0c;
}
#scrollUp {
	bottom: 34px;
	right: 14px;
	background: #f27b0c;
	color: #fff;
	width: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
#scrollUp:hover {
	background: rgba(242, 123, 12, 0.5);
}
div.cc-cookies {
	width: 100%;
	z-index:1 !important;
}
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset{
	background: #f27b0c !important;
}
.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
	box-sizing: content-box;
}
div#_atssh {
	bottom: 0;
}
table.tarif tr:first-child{
	background: rgb(242, 123, 12);
	border: none;
}
table.tarif tr th{
	color: #fff;
	padding: 10px;
	letter-spacing: 1px;
}
table.tarif tr.san{
	background: #792024 !important;
}
table.tarif tr.appel th{
	padding: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}
table {
	border-bottom: 2px solid #f27b0c;
}
table.tarif .name{
	font-size:18px;
	text-align:center;
}
table.tarif tr:nth-child(2n){
	background:rgba(193, 193, 193, 0.38);
}
table.tarif .type{
	background:#792024 !important;
	color:#fff;
}
table.tarif tr td{
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.12);
    border-top: none;
    border-bottom: none;
}
@media (min-width: 1200px){
	.container {
		width: 1130px;
	}
}
@media (max-width: 1280px){
	
}
@media only screen and (max-width : 1024px) {
	html.search-active,
	html.search-active body {
		height: 100%;
		overflow: hidden;
	}
	section.banner .block .logo{
		transform: translateX(0%);
	}
	section.banner .block .logo img{
		max-width:100%;
	}
	.container{
		width:100%;
	}
	section.boxes .box{
		width: 28%;
		margin-right: 50px;
	}
	section.boxes .box01 {
		margin-left: 14px;
	}
	section.boxes .box03{
		margin-right: 0px;
	}
	section.act{
		background-size: cover;
	}
	section.temo h3{
		letter-spacing: 0px;
	}
}
@media (max-width: 980px){
	header.top .topnav a{
		letter-spacing: 0px;
	}
	header.top .topnav a.rapide{
		padding-left: 17px;
		padding-right: 17px;
	}
	section.boxes .box {
		width: 30%;
		margin-right: 40px;
	}
	section.boxes .box01 {
		margin-left: 0;
	}
	section.boxes .box03{
		margin-right: 0px;
		margin-left: 0;
	}
}
@media (max-width: 800px){
	header.top .header-wrapper {
		padding-top: 0px;
		padding-bottom: 5px;
		height: 50px;
	}
	header.top nav.main-nav #navigation {
		display: none;
	}
	header.top nav.main-nav a.mobile-nav {
		display: block;
	}
	section.banner.big {
		height: 400px;
	}
	section.boxes .box {
		width: 31%;
		margin-right: 22px;
		padding: 22px 20px;
	}
	section.boxes .box01{
		margin-left: 0px;
	}	
	section.boxes .box03{
		margin-right: 0px;
	}	
	section.boxes .box:before,section.boxes .box:hover:before{
		background-size: 100%;
	}
	section.boxes .box h2{
		top:70px;
	}
	header.page-title h1 .subtitle{
		font-size: 40px;
	}
	section.act #HomeNews figure.Item figcaption{
		padding-right:10px;
	}
	section.temo h3{
		font-size: 32px;
	}
	footer.bottom .col-sm-6 h2 {
		font-size: 30px;
		letter-spacing: 2px;	
	}
	header.top .topnav .side{
		margin: 0;
		width: 100%;
	}
	footer.bottom{
		padding-bottom:110px;
	}
	.content img {
		width: 100%;
		height: auto;
	}
}
@media (width: 736px) and (orientation: landscape) {
	section.boxes .box{
		margin-right: 23px;
		float: left;
	}
	
	section.boxes .box03{
		margin-right:0px;
	}
	footer.bottom .col-sm-6{
		float: left;
		width: 50%;
	}
	footer.bottom .join {
		padding-left: 0;
	}
	header.page-title h1 .subtitle {
		font-size: 36px;
	}
	section.temo{
		background: #f1e5d0;
	}
	section.news h2{
		letter-spacing: 2px;
	}
}
@media only screen and (max-width : 768px) {
	section.banner .fluid_container #slideshow .camera_caption {
		font-size: 50px;
		line-height: 60px;
	}
}
@media (width: 667px) and (orientation: landscape) {
	section.boxes .box{
		margin-right: 20px;
		float: left;
	}
	section.boxes .box03{
		margin-right:0px;
	}
	footer.bottom .col-sm-6{
		float: left;
		width: 50%;
	}
	footer.bottom .join {
		padding-left: 0;
	}
	header.page-title h1 .subtitle {
		font-size: 36px;
	}
	section.temo{
		background: #f1e5d0;
	}
	section.news h2{
		letter-spacing: 2px;
	}
	section.boxes .box h2 {
		top: 52px;
		letter-spacing: 0px;
		font-size: 24px;
	}
}
@media (max-width: 640px){
	header.top:before{
		bottom:0;
	}
	section.banner .block .slogan{
		margin-top: 20px;
	}
	section.banner .block .cta{
		margin-top: 15px;
		margin-right: 0;
	}
	section.news .title{
		text-align: left;
		width: 20%;
	}
	section.news .desc {
		width: 80%;
		padding-left: 35px;
	}
	section.temo{
		background:#f1e5d0;
		padding: 10px 0 20px;
	}
	section.act #HomeNews .col-sm-6{
		margin-bottom: 20px;
	}
	section.act #HomeNews .col-sm-6:nth-child(2n) {
		text-align: left;
	}
	section.temo .biz{
		text-align: center !important;
	}
	footer.bottom{
		padding-top:30px;
	}
	footer.bottom .contact{
		display:table;
		margin:0 auto;
	}
	footer.bottom .join {
		padding-left: 0;
		margin: 0 auto;
		text-align: center;
	}
	footer.bottom .join h2 {
		margin-bottom: 40px;
	}
	section.boxes{
		background-size: cover;
		padding: 50px 0 30px;
	}
	section.boxes .box {
		width: 275px;
		margin: 0 auto 20px;
		padding: 24px 23px;
	}
	section.boxes .box h2 {
		top: 90px;
	}
	.social a{
		display: table;
		margin: 0 auto;
	}
}
@media only screen and (max-width : 480px) {
	section.banner .fluid_container #slideshow .camera_caption {
		font-size: 40px;
		line-height: 48px;
	}
	section.banner .fluid_container #slideshow .camera_caption > div {
		max-width: 100%;
	}
	article.content table.pricelist td {
		display: block;
		width: 100%;
	}
	article.content table.pricelist td:not([colspan]):last-child {
		text-align: left;
	}
	article.content table.contact-table td {
		display: block;
		width: auto;
		text-align: left!important;
	}
	.image-left,
	.image-right {
		float: none;
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 10px 0;
	}
	section.banner,
	section.banner.big {
		height: 350px;
	}
	section.news .title {
		text-align: center;
		width: 100%;
	}
	section.news .desc {
		width: 100%;
		padding-left: 0;
	}
	header.page-title h1{
		letter-spacing: 0px;
		font-size: 26px;
		padding: 0 95px;
	}
	header.page-title h1 .subtitle {
		font-size: 34px;
		letter-spacing: 1px;
	}
	section.boxes h2{
		letter-spacing: 0.8px;
		margin: 0 0 30px 0;
	}
	section.temo .biz .col-sm-8,
	section.temo .biz .col-sm-4{
		padding:0;
	}
	footer.bottom {
		padding-bottom: 0;
	}
}
@media (max-width:414px){
	header.top .topnav a{
		padding: 15px 5px;	
	}
	section.news .slick-initialized .slick-slide{
		text-align:center;
	}
	section.boxes h2 {
		letter-spacing: 0;
		font-size: 24px;
	}
	header.page-title h1{
		padding: 0;
		background:none;
		line-height: 40px;
	}
	header.page-title h1 .subtitle {
		font-size: 30px;
	}
}
@media (max-width:360px){
	header.top .topnav{
		padding:0 !important;
		height: auto !important;
	}
	header.top .topnav .side{
		padding:0 !important;
	}
}
@media (max-width:320px){
	footer.bottom{
		letter-spacing: 0.5px;
	}
	footer.bottom .col-sm-6 h2 {
		font-size: 26px;
	}
	footer.bottom .contact p .sep{
		display: block;
		text-indent: -99999px;
   		line-height: 0px;
	}
	header.top .topnav a,
	header.top .topnav a.rapide{
		font-size:14px;
	}
	section.banner, section.banner.big {
		height: 350px;
	}
}


ul ul li.selected a {
    color: #f2821a !important;
}

.panel-danger {
	border-color: #75252F;
}
.panel-danger>.panel-heading {
	color: #fff;
	background-color: #75252F;
	border-color: #75252F;
}
.panel-warning {
	border-color: #F6841A;
}
.panel-warning>.panel-heading {
	color: #fff;
	background-color: #F6841A;
	border-color: #F6841A;
}


   
        
        
        
        
        
        
        
        