/* 
Wireframe: 05
Version: 3.0
Update: 2019.09.04
*/

/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
--------------------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/


/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background: #fff4eb;
    color: #4d5264;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.6em;
    font-family: 'latoregular';
}
a {
    color: #ff0000;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #4d5264;
    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: "Roboto Slab", "Georgia", serif;
    line-height: 1.5em;
    font-weight: normal;
    font-family: 'exo_2bold';
}
h1, .h1{
    font-size:40px;
}
h2, .h2{
    font-size:30px;
}
h3, .h3{
    font-size:24px;
}
h4, .h4{
    font-size:20px;
}
h5, .h5{
    font-size:18px;
}
h6, .h6{
    font-size:14px;
}

header.top {
	position: relative;
	background: #343742;
	z-index: 20;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	padding: 38px 0 26px;
}
.is-sticky header.top {
	/*background: rgba(217,30,53,.9);*/
}
header.top .logo {
	position: relative;
	transform-origin: left top;
	transition: all .6s;
	transition-delay: .1s;
	display: inline-block;
	margin-left: 1px;
}

.is-sticky header.top .logo {
	/* box-shadow: 0 1px 5px rgba(0,0,0,.25); */
	transform: scale(.85);
	/*transition-delay: 0s;*/
}
header.top .logo a {
	display: block;
}
header.top .logo a img {
	display: block;
}
header.top nav.main-nav {
	float: right;
	padding-top: 15px;
	transition: all .4s;
}
.is-sticky header.top nav.main-nav {
	padding-top: 10px;
}
header.top nav.mobile-nav {
	display: none;
	float: right;
	padding-top: 30px;
	padding-bottom: 10px;
	transition: all .4s;
}
.is-sticky header.top nav.mobile-nav {
	padding-top: 10px;
}
header.top nav.mobile-nav a {
	font-size: 30px;
	text-decoration: none;
	color: #fff;
}
.number-responsive{
    display:none;
}
section.banner {
	position: relative;
	height: 653px;
	background: #232323;
}
section.banner.small {
	height: 250px;
}
.camera_overlayer{
    background:url(../images/overlay.png)bottom center no-repeat;
}
section.banner.contact {
	height: 300px;
	width: 100%;
	overflow: hidden;
}
section.banner .fluid_container,
section.banner .fluid_container #slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: auto;
}
section.banner .fluid_container #slideshow {
	margin-bottom: 0!important;
}
section.banner .fluid_container #slideshow .camera_target {
	opacity: .98;
}
section.banner .fluid_container #slideshow .camera_pag {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 21px;
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul {
	text-align: center;
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul li {
	width: 19px;
	height: 3px;
	padding: 0px;
	margin: 5px;
	border-radius: 0px;
	background: rgba(255,255,255,.75);
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul li > span {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0;
	height: 3px;
	width: 19px;
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #ff0000;
}
section.banner .NewsItemBackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: no-repeat center;
	background-size: cover;
	opacity: .8;
}
section.banner .container {
	position: relative;
	height: 100%;
	pointer-events: none;
}
section.banner .cta {
	position: absolute;
	bottom: 58px;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	/* transform: translateY(-200%); */
	/* -webkit-transform: translateY(-200%); */
	animation: slide-in .5s forwards;
	-webkit-animation: slide-in .5s forwards;
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 27.87px;
	font-family: 'latobold';
	color: #ff0000;
}
@keyframes slide-in {
    100% {
    	transform: translateY(0%); 
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
    	-webkit-transform: translateY(0%); 
    	opacity: 1;
    }
}
section.banner .cta p {
	margin: 0;
	display: inline-block;
	position: relative;
	background: url(../images/left-cta.png)left top no-repeat,url(../images/right-cta.png)right bottom no-repeat;
	padding: 12px 30px 0 74px;
}
section.banner .cta .slogan p {
    background:none;
    text-transform: none;
    font-size: 26px;
    margin-bottom: 15px;
    	padding: 0 15px;
    	color: #fdedde;
    	font-family: 'exoregular';
}
section.banner .cta a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	pointer-events: auto;
	color: #fdedde;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'exoregular';
	font-size: 19.32px;
}
section.banner .cta a:hover {
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 0 5px 7px 10px rgba(0,0,0,.5);
}
section.banner .cta a::before,
section.banner .cta a::after {
	position: absolute;
	z-index: -1;
	top: 25%;
	left: 50%;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(254, 235, 218, 0.5);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-moz-transition: -moz-transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}
section.banner .cta a::after {
	width: 60px;
	height: 60px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}
section.banner .cta a:hover::before,
section.banner .cta a:hover::after,
section.banner .cta a:focus::before,
section.banner .cta a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
section.banner iframe {
	position: absolute;
	left: -50vw;
	right: -50vw;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 200vw;
}
section.page{
	position:relative;
	padding: 40px 0 30px 0;
}
header.page-title {
	padding: 20px 0 30px;
}
header.page-title h1 {
	position: relative;
	margin: 0;
	color: #313545;
	padding-bottom: 5px;
	z-index: 5;
	font-size: 39.51px;
	font-family: 'Exo';
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 1px;
}
header.page-title h1 .sub{
	display:inline-block;
	padding: 0 30px 0 0;
	background:url(../images/bg-h1.png)right center no-repeat;
}

header.page-title h1 .subtitle{
	font-size:46px;
	font-family: 'exo_2bold';
	color:red;
	text-transform: uppercase;
}
header.page-title h1.merci {
     text-align: center;   
}
.brm{
	text-align:right;
	position:relative;
}
.brm:before{
	content:'';
	position:absolute;
	bottom: 22px;
	left:0;
	right:0;
	background:rgba(195, 195, 195, 0.5);
	height:1px;
}
#btp_id{
	display:inline-block;
	background:#fff4eb;
	position: relative;
	padding-left: 15px;
}
#btp_id img{
	width:90px;
}
article.content {
	position: relative;
	padding-bottom: 30px;
	min-height: 200px;
}
article.content hr {
	border-color: #ccc;
}
article.content p {
    margin-bottom: 15px;
    text-align: justify;
}
article.content ul {
    padding-left: 10px;
}
article.content ul li {
    list-style: none;
    background: url(../images/list-icon01.png) no-repeat 0 7px;
    padding-left: 20px;
}
article.content ul ul li {
    background-image: url(../images/list-icon02.html);
}
article.content .table-style {
	position: relative;
}
article.content .table-style th {
	background: #eee;
}
article.content .table-style th,
article.content .table-style td {
	border: 1px solid #ccc;
	padding: 2px 5px;
}
article.content #NewsItems {
	position: relative;
}
article.content #NewsItems .photo {
	position: relative;
	display: block;
	height: 230px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: center no-repeat;
	background-size: cover;
	text-decoration: none;
	color: #ccc;
}
article.content #NewsItems .photo.nophoto {
	background: #1a1a1a url(../images/bg-news.html) center no-repeat;
	background-size: cover;
}
article.content #NewsItems .photo::before,
article.content #NewsItems .photo::after {
	content: '';
	position: absolute;
	transition: all 1s;
	opacity: 0;
}
article.content #NewsItems .photo::before {
	left: 5px;
	top: 5px;
	border-left: 2px solid #ff0000;
	border-top: 2px solid #ff0000;
	right: 100%;
	bottom: 100%;
}
article.content #NewsItems .photo::after {
	right: 5px;
	bottom: 5px;
	border-right: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	left: 100%;
	top: 100%;
}
article.content #NewsItems .photo:hover::before {
	right: 5px;
	bottom: 5px;
	opacity: 1;
}
article.content #NewsItems .photo:hover::after {
	left: 5px;
	top: 5px;
	opacity: 1;
}
article.content #NewsItems .photo .newsbox {
	position: absolute;
	left: -20px;
	bottom: 10px;
	right: 10px;
	background: rgba(0,0,0,.85);
	padding: 10px 15px;
}
article.content #NewsItems .photo .newsbox h4 {
	margin: 0 0 5px;
	padding: 0;
	color: #fff;
}
article.content #NewsItems .photo .newsbox p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
article.content #NewsItems p.text {
	padding-left: 20px;
	text-align: justify;
}
article.content section.address {
	position: relative;
}
article.content section.address p {
	margin-left: 40px;
}
article.content section.address a,
article.content section.address label.modal-label {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px solid rgba(217,30,53,0);
	transition: all .4s;
}
article.content section.address a:hover,
article.content section.address label.modal-label:hover {
	border-bottom-color: rgba(217,30,53,1);
}
article.content section.address p > i.fa {
	font-size: 18px;
	font-weight: normal;
	margin-left: -40px;
	float: left;
	width: 25px;
	text-align: center;
}
article.content section.address h2,
article.content .opening h2 {
	margin-top: 0;
}
article.content #openingTimesBlock .openingLine {
	line-height: 1.8em;
}
article.content #openingTimesBlock .openingLine .openingDay {
	position: relative;
	display: inline-block;
	width: 100px;
	font-weight: bold;
	margin-right: 5px;
}
article.content #openingTimesBlock .openingLine .openingDay::before {
	content: '';
	position: absolute;
	left: 27px;
	right: 0;
	bottom: 10px;
	border-bottom: 1px dotted rgba(0,0,0,.2);
}

.photo-spacer {
	position: relative;
	background: #1a1a1a;
	height: 200px;
}
.photo-spacer::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/photo-spacer.html) no-repeat center top fixed;
	background-size: cover;
	opacity: .2;
}
section.depannage{
	position: relative;
	padding: 63px 0 30px;
	background:url(../images/bg-depannage.jpg)top center no-repeat;
	min-height:290px;
}
section.depannage .col-sm-6{
	padding:0;
}
section.depannage .text{
    font-size:15px;
    color:#ffffff;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(182, 182, 182, 0.5);
    padding: 20px 58px 25px;
    letter-spacing: 1px;
    position: relative;
}
section.depannage .text ul{
	margin:0;
	padding:0;
	width: 50%;
	float: left;
}
section.depannage .text ul li{
	list-style:none;
	padding: 0 0 0 15px;
	line-height: 22px;
	position: relative;
}
section.depannage .text ul li:before{
	content:'';
	position:absolute;
	border-radius:50%;
	width: 6px;
	height: 6px;
	left: 2px;
	background:#fff;
	top: 9px;
}
section.depannage .text h2{
	font-family: 'exo_2bold';
	font-size:25px;
	color:red;
	letter-spacing: 1px;
	margin: 0 0 7px 0;
	background: url(../images/icon.png)left top no-repeat;
	padding: 10px 0 10px 68px;
	transition:all 0.4s;
}
section.depannage .text .link a{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	font-size:0;
}
section.depannage .text:hover h2{
	color:#fff4eb;
	letter-spacing:2px;
}


section.boxes {
	position: relative;
	padding: 57px 0;
}
section.boxes .col-sm-4{
	padding:0;
}
section.boxes .side2{
	text-align:center;
}
section.boxes .side3{
	text-align:right;;
}
section.boxes .box{
	display:inline-block;
	position:relative;
	padding:10px;
	border:1px solid rgba(200, 200, 200, 0.5);
}
section.boxes .box:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:85px;
	width:89px;
	background:#ff0000;
	transition:all 0.4s;
}
section.boxes .box .img-box{
	position:relative;
	display:inline-block;
	overflow: hidden;
}
section.boxes .box .img-box:before{
	content:'';
	position:absolute;
	bottom:0;
	right: -1px;
	width:204px;
	height:131px;
	background:#ff0000;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	transition:all 0.4s;
}
section.boxes .box .img-box:after{
	content:'';
	position:absolute;
	bottom: 13px;
	right: 23px;
	width: 60px;
	height: 66px;
	background-position:-10px -10px;
	background-repeat:no-repeat;
	transition:all 0.4s;
}
section.boxes .box01 .img-box:after{
	background-image:url('../images/css_sprites.png');
}
section.boxes .box02 .img-box:after{
	background-image:url('../images/css_sprites2.png');
}
section.boxes .box03 .img-box:after{
	background-image:url('../images/css_sprites3.png');
}
section.boxes .box .text{
    padding: 30px 0px 35px 38px;
    text-align: left;
    font-size: 15px;
    color: #585c6a;
}
section.boxes .box03 .text{
	padding: 48px 0 36px 20px;
}
section.boxes .box h2{
    margin: 0 0 20px 0;
    font-size: 24.35px;
    line-height: 24px;
    color:#ff0000;
    transition:all 0.4s;
} 
section.boxes .box03 .text h2{
	margin-bottom: 25px;
}
section.boxes .box .text ul{
	margin:0;
	padding:0;
}
section.boxes .box .text ul li{
	padding: 0 0 0 15px;
	list-style:none;
	line-height: 20px;
	letter-spacing: 1px;
	position:relative;
}
section.boxes .box .text ul li:before{
	content:'';
	position:absolute;
	top: 8px;
	left: 2px;
	border-radius:50%;
	width: 6px;
	height: 6px;
	background:#585c6a;
}
section.boxes .box .link a{
    
position: absolute;
    
top: 0;
    
left: 0;
    
bottom: 0;
    
right: 0;
    
font-size: 0;
}

section.boxes .box:hover:before{
	background:#373943
}
section.boxes .box:hover .img-box:before{
	background:#353842;
}
section.boxes .box:hover .img-box:after{
	background-position:-90px -10px;
}
section.boxes .box:hover h2{
    color:#444a5e;
}


footer.bottom {
	position: relative;
	background: url(../images/bg-footer.jpg)top center no-repeat;
	color: #fceddb;
	padding: 35px 0;
	font-size: 16px;
}
footer.bottom h3 {
	color: #fff;
	text-align: center;
	font-size: 29.46px;
	font-family: 'exoregular';
	letter-spacing: 9px;
	margin:0 0 20px 0;
}
footer.bottom h3 .back{
	display:inline-block;
	background: url(../images/bg-h1.png)right top 10px no-repeat;
	padding: 0px 25px 0 0;
}
footer.bottom h3 .company{
    font-size: 50.14px;
    color: red;
    font-family: 'exo_2bold';
    text-transform: uppercase;
    letter-spacing: 6px;
}
footer.bottom hr{
	border-color:rgba(48, 50, 60, 0.55);
}
footer.bottom p {
	margin: 0;
}
footer.bottom .divi{
	padding:0;
	text-align:left;
}
footer.bottom .divi01{
	width: 36%;
}
footer.bottom .divi02{
	text-align:center;
	padding-top: 0;
	width: 28%;
}
footer.bottom .divi03{
	text-align:right;
	width: 36%;
}
footer.bottom .divi p{
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	font-weight: normal;
	padding: 16px 0 16px 70px;
	margin-bottom: 0;
	display: inline-block;
	line-height: 18px;
	letter-spacing: 1px;
}
footer.bottom .divi p.line-p{
	background-image: url(../images/map.png);
}
footer.bottom .divi p.ico-tel{
	background-image: url(../images/tel.png);
	padding-top: 20px;
	padding-bottom: 20px;
}
footer.bottom .divi p.ico-maill{
	background-image: url(../images/maill.png);
}

footer.bottom a,
.googlemaps_v2{
	color: #ff0000;
	transition:all 0.4s;
}
footer.bottom .divi p a:hover,
.googlemaps_v2:hover{
	color: #fceddb;
}
.social{
    text-transform:uppercase;
    font-size:13.12px;
    margin-top: 35px;
}
.social p{
	/* display: flex; */
	/* align-items: center; */
}
.social p a{
	text-decoration:none;
	color:#fdead9;
	display: inline-flex;
	align-items: center;
}
.social p a:hover{
	color:red;
}
.social .line{
	display:inline-block;
	line-height: 14px;
	margin-left: 15px;
}
.social .line2{
	font-size:14.8px;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b > span{
	display: none;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
	content: "\f003";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_facebook::before {
	content: "\f09a";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_twitter::before {
	content: "\f099";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_linkedin::before {
	content: "\f0e1";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone::before {
	content: "\f0d5";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone {
	position: relative;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone #___plusone_0,
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone iframe {
	position: absolute!important;
	left: 0!important;
	right: 0!important;
	top: 3px!important;
	opacity: 0;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
	content: "\f231";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 0 10px 0 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #ccc;
	background: #4d5264;
	text-decoration: none;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b::before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 18px;
	line-height: 36px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b {
	transition: background 0.2s, color 0.2s;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b::after {
	top: -5px;
	left: -5px;
	padding: 5px;
	box-shadow: 0 0 0 2px #ff0000;
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b:hover {
	background: #ff0000;
	color: #fff;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b:hover::after {
	transform: scale(1);
	opacity: .7;
}
section.bottombar nav.language {
	text-align: right;
}
section.bottombar nav.language a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
    font-family: "Roboto Slab", "Georgia", serif;
	cursor: pointer;
	margin: 0 0 0 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #ccc;
	background: #4d5264;
	text-decoration: none;
}
section.bottombar nav.language a::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
section.bottombar nav.language a::before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 18px;
	line-height: 36px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
section.bottombar nav.language a {
	transition: background 0.2s, color 0.2s;
}
section.bottombar nav.language a::after {
	top: -5px;
	left: -5px;
	padding: 5px;
	box-shadow: 0 0 0 2px #ff0000;
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
section.bottombar nav.language a:hover {
	background: #ff0000;
	color: #fff;
}
section.bottombar nav.language a:hover::after {
	transform: scale(1);
	opacity: .7;
}
 
#footerSlideContainer a {
	color: #666;
}

#footerSlideButton {
    bottom: 10px!important;
}

#footerSlideContainer a {
	color: #ff0000;
}
div.cc-cookies {
    width: 100%;
    z-index: 1 !important;
    /* background: #d91e35; */
}
.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: #ff0000 !important;
	color: #fff !important;
}
.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap * {
    box-sizing: content-box;
}
div#_atssh {
    bottom: 0;
}
#scrollTopBtn{
    background-color: #ff0000 !important;
    right: 15px !important;
    bottom: 50px !important;
    color: #fff!important;
}
#scrollTopBtn:hover {
    background-color: rgba(169, 25, 25, 0.5) !important;
}

@media (min-width: 1360px){
	.container {
		width: 1330px;
	}
}


@media only screen and (max-width : 1280px) {
	.container {
		width: 100%;
	}
	header.top nav.main-nav {
		display: none;
	}
	header.top nav.mobile-nav {
		display: block;
	}
	footer.bottom .divi p .sep{
	    display: block;
    	text-indent: -99999px;
   		line-height: 0px;
	}
}
@media only screen and (max-width : 1024px) {
    section.boxes .box .img-box img{
        max-width:100%;
    }
    section.boxes .box .text{
        padding-left:20px;
    }
    section.boxes .box{
        min-height: 450px;
    }
    
}
@media only screen and (max-width : 992px) {
    section.banner {
		height: 350px;
	}
	section.depannage .col-sm-6{
        width: 70%;
	}
	footer.bottom .divi p{
	    padding-left:50px;
	}
}
@media only screen and (max-width : 800px) {
	section.depannage .col-sm-6 {
        width: 100%;
    }
	footer.bottom .divi p{
	    letter-spacing:0;
	}
	span.number {
		display: none;
	}
	span.number-responsive {
		display: inline-block;
	}
		.cta span.number-responsive a{
		    font-size: 27.87px!important;
		        font-family: 'latobold'!important;
		        color: #ff0000!important;
	}
	header.page-title h1 .subtitle {
        font-size: 40px;
	}
}
@media only screen and (max-width : 768px) {
    
}
@media (width: 736px) and (orientation: landscape) {
    section.boxes .col-sm-4{
        float:left;
        width:33.33%;
    }
    footer.bottom .divi{
        float:left;
    }
}
@media only screen and (max-width : 680px) {
    header.page-title h1{
        text-align: center;
    }
    section.boxes .col-sm-4 {
        text-align: center;
        margin-bottom:15px;
    }
    footer.bottom .divi{
	    width:100%;
	    text-align:center;
	}
	footer.bottom .divi p{
	    padding:55px 0 20px 0 !important;
	    background-position:top center;
	    text-align:center;
	}
	.social p{
	    text-align:center;
	}
}

@media only screen and (max-width : 480px) {
    section.banner.small {
    height: 350px;
}
	.image-left,
	.image-right {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
	}
	#footerSlideContainer {
		position: relative!important;
	}
	header.page-title h1{
	    font-size:32px;
	}
	.brm{
	    text-align:center;
	}
	#btp_id{
	    padding:0;
	}
	.brm:before{
	    content:none;
	}
	section.depannage .text{
	    padding:15px 25px;
	}
	
}
@media only screen and (max-width : 414px) {
    section.depannage{
        background:#413e47;
    }
    section.depannage .text ul{
        width:100%;
    }
    header.page-title h1 .sub{
        padding:40px 0 0 0;
        background-position:top center;
    }
    header.top .logo a img{
        max-width:100%;
    }
    
}
@media only screen and (max-width : 375px) {
    header.page-title h1 .subtitle {
        font-size: 34px;
    }
    header.top .logo{
        max-width: 270px;
    }
}
@media only screen and (max-width : 333px) {
    header.top .logo {
        max-width: 220px;
    }
    header.top nav.mobile-nav{
        padding-top: 15px;
    }
}
/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
/*** ESSENTIAL STYLES ***/
#navigation .sf-menu, #navigation .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation .sf-menu li {
	position: relative;
}
#navigation .sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
#navigation .sf-menu > li {
	float: left;
}
#navigation .sf-menu li:hover > ul,
#navigation .sf-menu li.sfHover > ul {
	display: block;
}

#navigation .sf-menu a {
	display: block;
	position: relative;
}
#navigation .sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
#navigation .sf-menu a {
    position: relative;
    text-decoration: none;
    color: #fce9d8;
    padding: 15px 8px 14px 21px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    font-family: 'exoregular';
    text-align: center;
    line-height: 18px;
    border: 2px solid rgba(93, 98, 115, 0);
}
#navigation .sf-menu a#lien2{
	width: 140px;
	padding: 6px 0px 5px;
}
#navigation .sf-menu a#lien3{
	width: 218px;
	padding: 6px 5px 5px;
}
#navigation .sf-menu a#lien7{
	width: 115px;
	padding: 6px 0px 5px;
}
#navigation .sf-menu li {
	/* white-space: nowrap; */
	padding: 0 4px 0 2px;
	background: url(../images/sep.png)top 10px right no-repeat;
}
#navigation .sf-menu li:first-child{
	padding-left:0;
}
#navigation .sf-menu li:last-child{
	background:none;
	padding-right:0;
}
#navigation .sf-menu > li > a::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 9px;
	height: 29px;
	width: 0;
	transition: width 0s ease, background .2s ease;
	background: url(../images/hover.png)left 5px center no-repeat;
}
/*
#navigation .sf-menu > li::after {
	content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #fff;
    transition: width .2s ease;
}
*/
#navigation .sf-menu > li > a:hover::before, #navigation .sf-menu > li.sfHover > a::before,
#navigation .sf-menu > li.selected > a::before, #navigation .sf-menu > li.active > a::before {
    width: 25px;
    transition: width .5s ease;
}

/*
#navigation .sf-menu > li:hover::after, #navigation .sf-menu > li.sfHover::after,
#navigation .sf-menu > li.selected::after, #navigation .sf-menu > li.active::after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
*/
#navigation .sf-menu li a:hover, #navigation .sf-menu li.sfHover > a,
#navigation .sf-menu li.selected > a, #navigation .sf-menu li.active > a {
	color: #ff0000;
	/* background: url(../images/hover.png)left 5px center no-repeat; */
	border-color: rgba(93, 98, 115, 0.99);
}
#navigation .sf-menu li ul {
	background: rgb(48, 51, 60);
	padding: 0;
	min-width: 230px;
	box-shadow: 0px 2px 3px rgba(0,0,0,.2);
}
#navigation .sf-menu li ul li {
	border-top: 1px solid rgba(255,255,255,.2);
	padding: 0;
	background: none;
}
#navigation .sf-menu li ul li:first-child {
	border-top: none;
}
#navigation .sf-menu li ul a {
	display: block;
	text-transform: none;
	font-size: 14px;
	border-bottom: none;
	padding: 10px;
	border: none;
}
#navigation .sf-menu ul li a:hover, #navigation .sf-menu ul li.sfHover > a,
#navigation .sf-menu ul li.selected > a, #navigation .sf-menu ul li.active > a {
	background: #f00;
	color: #fff;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 47px;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #fff; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}