/*-------------------------------------------------*/
@import url('0bb465d205-css');
/* = Init CSS/*-------------------------------------------------*/

body,
html {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 10px;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}
.pull-left {
    margin-right: 20px;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #474d51;
}

.breadcrumb > li {
    display: contents;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
	max-width:100%;
}

.container-fluid {
    padding: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}
h1 {
    margin: 0 0 18px;
    font-size: 32px;
	font-weight:700;
	line-height:32px;
	color:#000;
	text-transform:uppercase;
}

h2 {
    margin: 0 0 15px;
    font-size: 17px;
	font-weight:300;
	color:#000;
}
h3{
	font-size:16px;
	font-weight: normal;
	margin-top:20px;
	font-style:italic;
	text-decoration:underline;
}
h4{
	font-size:14px;
	font-weight: normal;
}
h5{
	font-size:17px;
	font-weight: normal;
	margin-top:45px;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#000;
}
h6{
	font-size:10px;
	font-weight: normal;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 15px;
    padding-left: 0;
	position:relative;
}

.col-xs-1:first-child,
.col-sm-1:first-child,
.col-md-1:first-child,
.col-lg-1:first-child,
.col-xs-2:first-child,
.col-sm-2:first-child,
.col-md-2:first-child,
.col-lg-2:first-child,
.col-xs-3:first-child,
.col-sm-3:first-child,
.col-md-3:first-child,
.col-lg-3:first-child,
.col-xs-4:first-child,
.col-sm-4:first-child,
.col-md-4:first-child,
.col-lg-4:first-child,
.col-xs-5:first-child,
.col-sm-5:first-child,
.col-md-5:first-child,
.col-lg-5:first-child,
.col-xs-6:first-child,
.col-sm-6:first-child,
.col-md-6:first-child,
.col-lg-6:first-child,
.col-xs-7:first-child,
.col-sm-7:first-child,
.col-md-7:first-child,
.col-lg-7:first-child,
.col-xs-8:first-child,
.col-sm-8:first-child,
.col-md-8:first-child,
.col-lg-8:first-child,
.col-xs-9:first-child,
.col-sm-9:first-child,
.col-md-9:first-child,
.col-lg-9:first-child,
.col-xs-10:first-child,
.col-sm-10:first-child,
.col-md-10:first-child,
.col-lg-10:first-child,
.col-xs-11:first-child,
.col-sm-11:first-child,
.col-md-11:first-child,
.col-lg-11:first-child,
.col-xs-12:first-child,
.col-sm-12:first-child,
.col-md-12:first-child,
.col-lg-12 {
    padding-left: 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.help-block {
    margin: 0;
}

.sx-spinner-bar {
    z-index: 10051;
    position: fixed;
    top: 40%;
    left: 50%;
   /* width: 100px;*/
    margin-left: 0px;
    text-align: center;
   
}
 .after_logo{
	display: block;
    width: 200px;
    height:167px;
    background-image: url(11f295c1b2-logo.webp);
    background-position: center;
    background-repeat: no-repeat;
	background-color:transparent;
	border-radius: 0% !important;
	-webkit-animation: none;
    animation: none;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
	margin:0px auto 15px;
	background-size:contain;
	position:fixed;
	top: 30%;
    left:0;
	right:0;
	
}
.sx-spinner-bar > div {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    border-radius: 100% !important;
    background: #eee;
    -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
    animation: bounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sx-spinner-bar .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sx-spinner-bar .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

/***
Sx Basic Animations
***/

@-webkit-keyframes fadeInUp {    
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {    
    0% {
        opacity: 0;
        -moz-transform: translateY(15px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {    
    0% {
        opacity: 0;
        -o-transform: translateY(15px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {    
    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s;
}

@-webkit-keyframes bounceDelay {    
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounceDelay {    
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
#page-maintenance {
	text-align:center;
	width:900px;
	margin:20px auto;
	background:#E6E6E6;
	padding:20px;
	border:#CCCCCC solid 1px;	
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*-------------------------------------------------*/

/* = General code/*-------------------------------------------------*/

html {
    height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	opacity: 0;
	background-color: #eee;
	background-position: top;
	background-repeat: repeat-x;
	height: 100%;
}

body.active {
    opacity: 1;
}

#container {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.17s ease-in-out;
}

#container.active {
    opacity: 1;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
}
.wrapper-header {
    max-width: 1170px;
    margin: 0 auto;
	position:relative;
 }

.sx-spinner-bar > div {
    background: #b7000f;
}

a.logo {
    display: block;
    max-width: 352px;
	width:100%;
    height: 94px;
    margin: 0;
    background-image: url(11f295c1b2-logo.webp);
    background-position: center;
    background-repeat: no-repeat;
	background-size:contain;
}
.logo_center a.logo {
	position:absolute;
	z-index:999;
	left:0;
	right:0;
	margin:0 auto;
	display: block;
    width: 208px;
    height: 79px;
    background-image: url(11f295c1b2-logo.webp);
    background-position: center;
    background-repeat: no-repeat;
}
.sx_galleria {
    width: 60%;
    height: 400px;
    margin: 10px auto;
}

.gmap3 {
    width: 100%;
    height: 420px;
}

.div-center {
    text-align: center;
}

.div-right {
    text-align: right;
	margin-top:20px;
}

.alert {
    display: none;
    margin-bottom: 15px;
    padding: 18px 24px;
    border: 0;
    -webkit-border-radius: reset;
    -webkit-border-radius: 0;
    -moz-border-radius: reset;
    -moz-border-radius: 0;
    border-radius: reset;
    border-radius: 0;
}

.alert .close {
    top: 2px;
    right: 0;
    font-size: 16px;
    line-height: 16px;
    color: #343434;
    opacity: 100;
    filter: alpha(opacity=10000);
}

.alert.error {
    color: #ff3f3f;
    background: #ffe9e9;
}

.alert.success {
    color: #609e21;
    background: #ebf6e0;
}

.alert.warning {
    color: #a7a33e;
    background: #fbfadd;
}

.alert.info {
    color: #4683a2;
    background: #e9f7fe;
}

.nicescroll-rails {
    z-index: 999999!important;
}

.padding-0 {
	padding-right:0;
	}

/*-------------------------------------------------*/

/* = Slider/*-------------------------------------------------*/

.nivoSlider {
    max-height: 520px;
}

/*-------------------------------------------------*/

/* = Footer/*-------------------------------------------------*/


footer {
    margin: 0;
    padding-top: 50px;
    background-color: #202020;
	color: #f2f2f2;
}

/*.sx-menu-footer li {
    float: left;
    padding: 0 10px;
    border-left: #474d51 solid 1px;
}

.sx-menu-footer li:first-child {
    border: none;
}*/

.sx-menu-footer a {
     font-size: 14px;
    line-height: 18px;
    color: #fff;
	display:block;
}

.sx-copyright {
	display:inline-block;
}
.sx-copyright a{
    display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	overflow: hidden;
	line-height: 12px;
	vertical-align: middle;
	color:#b7000f;
	text-transform:uppercase;
}
.sx-copyright a:hover {
    color: #fff;
	
}

#footer_bottom {
   display:inline-block;
}
#footer_bottom  li:first-child{
	padding-left:0;
}
#footer_bottom  li a:before{
	position:absolute;
	content:"-";
	left:-9px;
	top:0px;
}
#footer_bottom  li:first-child a:before{
	content:"";
}
#footer_bottom  li a{
	color:#fff;
	position:relative;
}
#footer_bottom {
   display:inline-block;
}
#footer_bottom  li{
	 display:inline-block;
	 padding:0 5px;
}
.sx-menu-footer-bottom a {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
	display:block;
}

#footer_bottom {
   display:inline-block;
}

.bloc_footer_bottom {
    background-color: #0b0b0b;
	padding:10px 0;
	text-align:left;
}

footer ul.sx-social-icons {
    padding: 10px 0;
    text-align: left;
}
footer .footer_bottom  ul.sx-social-icons {
    text-align: right;
}
.coordonnees {
    font-size: 14px;
	line-height: 17px;
}

.bloc_coord_titre {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
}

.coordonnees .fa-phone, 
.coordonnees .fa-map-marker, 
.coordonnees .fa-envelope, 
.coordonnees .fa-mobile {
    color: #fff;
    float: left;
    font-size: 19px;
    margin: 0 10px 0 0;
    min-width: 20px;
}

.coordonnees .fa-mobile {
    font-size: 26px;
}

.coordonnees a, 
.coordonnees a:hover,
.coordonnees a:focus {
    color: #fff;
}


/*-------------------------------------------------*/

/* = Contact/*-------------------------------------------------*/

.contact-info,
#sx-form {
    margin-bottom: 20px;
}

#sx-form.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

#sx-form .form-control {
    height: auto;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-size: 12px;
    color: #919191;
    background-color: #fcfcfc;
}

#sx-form .form-control:focus {
    color: #555;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}

#sx-form #sx-captcha {
    width: 80%;
}

#sx-form input[type="submit"] {
    border: none;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: #b7000f; /* background color de boutton envoyer */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#sx-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

.btn-info,
.btn-info:hover,
.btn-info:focus {
    border-color: #b7000f; /* border color de boutton captcha */
    background-color: #b7000f; /* background color de boutton captcha */
}

/********** | VALIDATION | *****************/

.sx-errblock {
    display: block;
    margin: 0;
    color: #eb2c06;
    opacity: 0.6;
}

small.sx-errblock {
    position: absolute;
    right: 5px;
    bottom: 0;
}

/*-------------------------------------------------*/

/* = Reservation/*-------------------------------------------------*/

.contact-info,
#reservation-form {
    margin-bottom: 20px;
}

#reservation-form .form-control {
    height: auto;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-size: 12px;
    color: #919191;
    background-color: #fcfcfc;
}

#reservation-form .form-control:focus {
    color: #555;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}

#reservation-form #sx-captcha {
    width: 80%;
}

#reservation-form input[type="submit"] {
    border: none;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: #b7000f; /* background color de boutton envoyer */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#reservation-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

/*-------------------------------------------------*/

/* = Carousel Slider/*-------------------------------------------------*/
.carousel_position{
	text-align:center;
	max-width:600px;
	margin:0 auto;
}
.carousel_slide{
	position:relative;
    margin: 40px auto;
	text-align:center;
	display:block;
	width: 100%;
}
.carousel_slide .slider-size {
	height:300px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	display: block;
	width: 100%;
	/*height:100%;*/
}
.carousel {
    width: 100%;
    margin: 0 auto;
}

.slider-size {
   /* height: 278px;*/ /*hauteur de carousel de les pages interieurs*/
    background-position: top center;
    background-size: cover;
	text-align:center;
}
.carousel-caption{
	text-shadow:none;
	left:0;
	text-align:left;
	z-index:8;
}
.carousel-caption h4{
	display:inline-block;
	font-size:16px;
	line-height:16px;
	font-weight:300;
	background-color:#b7000f;
	padding:7px 8px;
}
.desc_caption{
	font-size:32px;
	line-height:33px;
	font-weight:700;
	background-color:#232323;
	display:inline-block;
	padding-top:10px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:0;	
}
.desc_caption2{
	font-size:32px;
	line-height:33px;
	font-weight:700;
	background-color:#232323;
	display:inline-block;
	padding-top:0;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:10px;	
}
/*#index .slider-size {
    height: 545px;
}*/

.fill-size {
    width: 100%;
    height: 100%;
}

.carousel .carousel-inner {
    position: relative;
    height: 100%;
	width: auto;
}

/* Carousel Fading slide */

.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
    z-index: 2;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-control {
    z-index: 10;
}

.carousel-fade .next,
.carousel-fade .prev {
    z-index: 1;
    left: 0;
}

/* Carousel Control */

.carousel-control {
    top: 43%;
    font-size: 48px;
}

/* Animation */

.control-box,
a.carousel-control,
.carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

/* Removing BS background */

.carousel .control-box {
    opacity: 0;
}

a.carousel-control.left {
    left: 0;
    border: 0;
    background: none;
}

a.carousel-control.right {
    right: 0;
    border: 0;
    background: none;
}

/* Hover animation */

.carousel:hover .control-box {
    opacity: 1;
}

.carousel:hover a.carousel-control.left {
    left: 15px;
}

.carousel:hover a.carousel-control.right {
    right: 15px;
}

/* Carouse Indicator */

.carousel-indicators li.active,
.carousel-indicators li {
    border: 0;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background: #666;
}

.carousel-indicators li.active {
    margin: 0 3px;
    background: #fff;
}

/*-------------------------------------------------------*/

/* Isotope filtering/*-------------------------------------------------------*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
    pointer-events: none;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    transition-property: height,width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    transition-property: transform,opacity;
}

/*-------------------------------------------------------*/
.bloc_galerie{
	margin-bottom:60px;
}
.sx-sizer,
.sx-item {
   width: 265px;
	height:250px;
    margin-left:20px;
	margin-bottom:20px;
    overflow: hidden;
    background: #FFF;
}

.sx-item img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.sx-item .fancybox{
	position:relative;
	width:100%;
	height:100%;
	display:block;
}
.sx-item .fancybox:before{
	content:"";
	width:100%;
	height:100%;
	transform: translateX(-100px);
	display:block;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.sx-item .fancybox:hover:before{
	opacity:1;
	width:100%;
	height:100%;
	background-image:url(https://www.garage-nouveau-gerland.com/garage_gerland/img/img_hover.png);
	background-position:center center;
	transform: translateX(0px);
}
.bloc_galerie h2{
	font-size:30px;
	text-align:center;
	color:#282828;
	margin:60px 0;
	text-transform:uppercase;
}
/*-------------------------------------------------*/

/* = Isotope Zoom/*-------------------------------------------------*/

.gallery{
	text-align:center;
	padding:20px 0;
}
.gallery .item .fancybox{
	 height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.titre_galery{
	position:absolute;
	bottom:40px;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:700;
	margin:0;
	left:0;
	right:0;
	padding:30px;
}
.titre_galery span{
	text-transform:lowercase;
	font-size:15px;
}

.gallery .item .fancybox:after{
	border: 1px solid #fff;
    bottom: 30px;
    content: "";
    left: 30px;
    position: absolute;
    right: 30px;
    top: 30px;

}
.gallery .item .fancybox:before{
    bottom: 0px;
    content: "";
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
	background-color: rgba(183, 0, 15, 0.7);
    padding: 3em;
    transition: background-color 0.35s ease 0s;
}
.gallery .item .fancybox .titre_galery, .gallery .item .fancybox:before,  .gallery .item .fancybox:after {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery .item:hover  .fancybox:before, .gallery .item .fancybox:hover .titre_galery,   .gallery .item:hover .fancybox:after{
    opacity: 1;
    transform: scale(1);
}
.texte_galery{
	display:none;
	position:absolute;
	bottom:20px;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:300;
	margin:0;
	left:0;
	right:0;
}

.gallery .item {
    position: relative;
	margin: 7.5px;
	max-width:354px;
	max-height:232px;
	overflow:hidden;
	width:100%;
	height:100%;
	display:inline-block;
	
}
.gallery .col-sm-6, .gallery .col-md-4{
	padding:10px 20px;
}

.fleche_item{
	background-image:url(eb0d3f3a32-fleche.webp);
	background-position: center;
	width:22px;
	height:25px;
	margin: 20% auto 10px;
    transform: translate3d(0px, 100%, 0px);
    transition: transform 0.35s ease 0s;
	display:none;
}

.gallery .item .fancybox:hover .fleche_item {
    transform: translate3d(0px, 100%, 0px);
}
/*-------------------------------------------------*/

/* = Menu/*-------------------------------------------------*/
.menu{
	margin-top:15px;
	position:relative;
}
.navbar-default {
    border: none;
    background-color: transparent; /* enlever le background-color par defaut de boostrap   */
}

.navbar {
    margin: 0;
    min-height: 56px;
    border: none;
}

.navbar-collapse {
    padding: 0;
}

.header_bottom {
    padding-top: 74px;
}
.navbar-nav {
    float: right;
	margin-top:30px;
	border-top:1px solid #dcdcdc;
}
.navbar-default .navbar-nav > li {
    position: relative;
}

.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
	display:none;
	
}
.navbar-nav .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
}
.navbar-nav .caret_cader{
	padding:0x;
}
/* ---- style de parent de menu ---- */

.navbar-default .navbar-nav > li > a {
    position: relative;
    font-size: 14px;
    color: #000;
    background-color: transparent;
	padding:23px 14px;
	display:inline-block;
	text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active {
    border: none;
    color: #b7000f;
    background-color: transparent;
}

/* annimation de border bottom */

.navbar-default a:before,
.navbar-default li:before {
    content: "";
    position: absolute;
    top: 91%;
  	left: 25px !important;
	width: 70% !important;
    height: 6px;
    text-shadow: 0 0 transparent;
    font-size: 37.2em;
    color: transparent;
    opacity: 0;
    background: none repeat scroll 0 0 #b7000f;
    transition: all 0.3s ease 0s,color 0.3s ease 0s;
   /* transform: translateX(-50%);*/
    pointer-events: none;
}

.navbar-default a.active:before,
.navbar-default a:hover:before,
.navbar-default a:focus:before,
.navbar-default li.active_parent:before {
    width: 100%;
    text-shadow: 10px 0 #fff,-10px 0 #fff;
    color: #b150c5;
    opacity: 1;
	 left: 0%;
}

.dropdown-menu a.active:before,
.dropdown-menu a:hover:before,
.dropdown-menu a:focus:before,
.dropdown-menu li.active_parent:before {
    opacity: 0; /* désactiver annimation de border bottom*/
}

/* ---- FIN style de parent de menu ---- */

/* ---- style background-color par defaut open de parent  ---- */

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #000000;
}

.dropdown-menu {
    padding: 6px 0;
    border: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}

/*********** <<< Sous menu 1 >>> ***************/

.navbar-nav > li > .dropdown-menu {
    background-color: #b7000f; /* background-color Sous menu 1   */

}

.navbar-nav .dropdown-menu > li > a {
    font-size: 15px;
    color: #fff;
	display:block;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #000000; /* background-color Sous menu 1 hover   */
}

/* ---- style background-color par defaut open de Sous menu 1   ---- */

.navbar-default .navbar-nav .dropdown-menu > .open > a,
.navbar-default .navbar-nav .dropdown-menu > .open > a:hover,
.navbar-default .navbar-nav .dropdown-menu > .open > a:focus {
    color: #fff;
    background-color: #000000;
}

/*********** <<< Sous menu 2 >>> ***************/

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    background-color: #b7000f; /* background-color Sous menu 2   */
	left:100%;
	top:0;
}

/* ----  style de Sous menu  ---- */

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
    font-size: 12px;
    color: #fff;
	display:block;
}

.navbar-nav > li > .dropdown-menu > li.open > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #000; /* background-color Sous menu 2 hover   */
}

.dropdown-menu .caret {
   color: #fff;
   margin-right: 0;
   position: absolute;
   right: 2px;
   top: 11px;
   transform: rotate(-90deg);
}
.navbar-nav .dropdown-menu > li.dropdown > a:first-child {
			width: 91%; 
		}
/*-------------------------------------------------*/

/* = social icons/*-------------------------------------------------*/

ul.sx-social-icons li {
    display: inline-block;
    margin-left: 0;
}

ul.sx-social-icons li a {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 25px;
    outline: medium none;
    color: #fff;
    background: none repeat scroll 0 0 #333333;
}
ul.sx-social-icons li a:hover{
	background:#b7000f;
}


footer ul.sx-social-icons li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 5px 0;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px;
    outline: medium none;
    color: #0b0b0b;
    background: none repeat scroll 0 0 #fff;
}
footer ul.sx-social-icons li a:hover{
	background:#b7000f;
	color:#fff;
}
/*-------------------------------------------------*/

/* = Parallax/*-------------------------------------------------*/

.bloc_parallax {
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.bloc_parallax_image {
    margin: 0 0 0;
    padding: 90px 0;
    /*background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;*/
}

/*-------------------------------------------------*/

/* = SX Flexslider /*-------------------------------------------------*/

.flexslider {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sx_flexslider .flex-slider .slides li {
    width: auto;
    height: 400px;
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sx_flexslider .flex-carousel {
    margin-top: 10px;
}

.sx_flexslider .flex-carousel .slides li {
    display: block;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.sx_flexslider .flex-carousel .slides li img {
    height: 100px;
}

.sx_flexslider .flex-carousel .slides li:hover,
.sx_flexslider .flex-carousel .slides li:focus,
.sx_flexslider .flex-carousel .slides li.flex-active-slide {
    opacity: 0.8;
}

.sx_flexslider .flex-carousel .slides li.flex-active-slide {
    cursor: default;
}

.fancybox {
    display: block;
    width: 100%;
    height: 100%;
}

/*-------------------------------------------------*/

/* = Produits/*-------------------------------------------------*/
.bloc_actualites{
	margin-bottom:20px;
}
#actualites .actus_image{
	/*max-width:295px;
	/*max-height:240px;*/
	text-align: center;
	margin-bottom:10px;
	float: none;
}
.actus_image img{
	max-width:100%;
	max-height:100%;
}

.actus-row .actus-suite a , a.lien_retour {
    display: block;
	width: 210px;
	height: 53px;
	background-color: transparent;
	color: #b7000f;
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
	text-align: center;
	line-height: 53px;
	margin:15px 0;	
	float: left;
	border:3px solid #b7000f;
}
.actus-row .actus-suite a:hover, .actus-row .actus-suite a:focus , a.lien_retour:hover, a.lien_retour:focus{
	border:3px dashed #000;
	}
.actus-suite span{
	padding-left:25px;
	background-image:url(eb0d3f3a32-fleche.webp);
	width:10px;
	height:17px;
	background-repeat:no-repeat;
	background-position: right;
}
 a.lien_retour {
	 margin-bottom:20px;
}
.actus-row .social-likes {
    float: right; 
}
.actus-txt {
    min-height: 60px;
	margin-bottom: 10px;
	max-width: 354px;
	width: 100%;
}
/*-------------------------------------------------*/

/* = Partenaires/*-------------------------------------------------*/

.bloc_partenaire {
    margin: 20px 0;
}

.bloc_partenaire .partenaire_titre {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bloc_partenaire .partenaire {
    margin: 0 0 20px;
}

.bloc_partenaire .partenaire:first-child {
    margin-left: 0;
    min-height: 330px;
}

.bloc_partenaire .partenaire_texte {
    margin: 10px 0;
}

.bloc_partenaire a {
    color: #000;
}

.bloc_partenaire .social-likes {
    float: right;
}


/*-------------------------------------------------*/

/* = modal/*-------------------------------------------------*/

#h_login {
    margin-bottom: 20px;
}

.alert-cat {
    margin-bottom: 10px;
    color: #ff0000;
}

/*-------------------------------------------------*/

/* = Pagination/*-------------------------------------------------*/

.paginate {
    width: 50%;
    margin: 0 auto 20px;
    text-align: center;
}

.paginate li {
    display: inline-block;
    margin-right: 5px;
}

.paginate li a {
    display: block;
    width: 20px;
    height: 20px;
    color: #000;
}

.paginate li a:hover,
.paginate li a.active {
    border-radius: 10px;
    color: #fff;
    background-color: #000;
}

/*-------------------------------------------------*/

/* = Referencement/*-------------------------------------------------*/

.bloc_referencement {
	padding:10px 0;
	background-color:#504c47;
	}

.menu_referencement{
	padding:20px;
}
.menu_referencement > li{
	width:25%;
	float:left;
	padding-right:15px;
}
.menu_referencement > li > a{
    font-size: 16px;
    line-height: 28px;
	color:#fff;
	font-weight:bold;
	
	
}

.menu_referencement li li a{
	color: #fff;
    font-size: 14px;
    line-height: 20px;
	padding-left:0px;
	padding:5px 10px;
	display:block;
	
}

.menu_referencement li li li a{
	color: #fff;
    font-size: 13px;
    line-height: 28px;
	padding-left:20px;
	
}
.menu_referencement li li {
	background-color:#e2a115;
	margin-bottom:10px;
}

.referencement_titre{
	color: #fff;
    font-size: 22px;
	text-transform:uppercase;
	line-height: 46px;
}
.referencement_fleche {
  background: none;
  border: none;
  border-radius:0%;
  color: #fff;
  width:28px;
  height: 20px;
  text-align:center;
  display:inline-block;
  overflow:hidden;
}
.referencement_fleche .caret {
  border-width: 9px 8px 0;
  border-bottom-width: 0;
}
.referencement_contenu{
	display:none;
}
/*-------------------------------------------------*/

/* = Produits/*-------------------------------------------------*/

#produits .produit_image{
	max-width:295px;
	/*max-height:240px;*/
	text-align: center;
}
.produit_image img{
	max-width:100%;
	max-height:100%;
}

.produit-row .produit-suite a, .categorie-suite a , .categorie-suite a, .sous_categorie_suite a, .sous_categorie_suite 	a {
    display: block;
    width: 150px;
	height:30px;
	background-color: #999;
	color:#fff;
	text-align:center;
	line-height:29px;
	margin-top:15px;

}

.produit-row .social-likes {
    float: left; 
}
.produit-txt {
    min-height: 60px;
}
.titre_detail_produit{
	font-size:30px;
	margin-bottom:20px;
	color:#06F;
}
.deatil_right{
	padding:20px 0;
}

.titre_categorie, .titre_sous_categorie{ margin-top:10px;}

/*-------------------------------------------------*/

/* = Code CSS/*-------------------------------------------------*/

header {
    margin-bottom: 0px;
	position:relative;
}
.bloc_header_top{
	position:relative;
	top:0;
	left:0;
	right:0;
	margin: 0 auto;
	z-index:9;
	background-image: linear-gradient(#f5f5f5, #d6d6d6);
	background-color:#d6d6d6;
	padding-bottom:0;
}
.slogan {
    padding-top: 45px;
    text-align: center;
    font-size: 12px;
    color: #363636;
	line-height:23px;
}

.slogan p {
	margin:0;
}


.header_top {
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    background-color: #333;
}


.phone_icon {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    color: #000;
    background:#fff;
}

.header_top .slogan {
    padding-top: 0;
    color: #fff;
	line-height: 31px;
	text-align:left;
}

.phone, .social, .bloc_lock, .lang {
    display: inline-table;
    vertical-align: middle;
}
	
.social{
	 margin: 0 15px;
	}
	
.bloc_lock {
	 margin: 0 15px 0 0;
	}


.lock {
    font-size: 25px;
    color: #fff;
}


.lang .fr a,
.lang .en a,
.lang .es a{
    display: block;
    width: 26px;
    height: 26px;
    background-position: left;
    background-repeat: no-repeat;
	margin-right: 10px;
    cursor: pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    /* -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.lang li{
	display:inline-block;
	}

.lang .fr a{
    background-image: url(https://www.garage-nouveau-gerland.com/redhost/img/fr.png);
}

.lang .en a{
    background-image: url(https://www.garage-nouveau-gerland.com/redhost/img/en.png);
}

.lang .es a{
    background-image: url(https://www.garage-nouveau-gerland.com/redhost/img/es.png);
}


.fr a.active {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	
}

.en a.active {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	
}

.es a.active {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	
}



.affix {
	background-image: linear-gradient(#f5f5f5, #d6d6d6);
    transition: all 0.5s ease 0s;
	left: 0;
    right: 0;
    z-index: 2147483647;
    top:0;
}
.affix .menu{
	margin-top: 0;
	}
.affix .header-info{
	display:none;	
}
.affix .navbar-nav {
    margin-top: 0;
}
.affix a.logo {
    height: 56px;
	width:58%;
}
.affix menu {
    margin-top: 0;
}

.liste_contenu {
    padding: 20px 0;
}



.bloc_texte img {
	max-width:100%;
}
.bloc_texte ul{
	list-style:square;
	margin-left:15px;

}
.bloc_texte p{
	margin:10px 0;
}


#h_login {
    margin-bottom: 20px;
}
.bloc_texte .col-md-6 .texte_cms{
	max-width:540px;
	width:100%;
}
.texte_cms {
    padding-bottom: 0px;
	padding-top:20px;
	font-size:15px;
	line-height:20px;
	font-weight:300;
}

.gmap3 a {
    color: #000;
}

.fancybox-opened {
    z-index: 2147483647;
}
.actus_home{
	background-color:#f4f4f4;
	padding:60px 0;
}

.appear{
	opacity:0;
}
.animated {
    opacity: 1;
	   
}
.bloc_item{
	margin-bottom:20px;
}
.loader{
	width:100px;
	height:100px;
	display:none;
	margin:20px auto;
}

#plan_site ul{
	list-style:none;
}
/*#plan_site ul li ul{
	margin-left:40px;
}
#plan_site ul li a{
	font-size:15px;
}
#plan_site ul li li a{
	font-size:13px;
}*/
#plan_site li{
	padding-left:0;	
}
#plan_site .bloc_texte h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin-top: 0px;
	margin-bottom: 0;
    text-decoration: none;
	color:#fff;
}
#plan_site .texte_cms{
	text-align:left;
}
.panel-success > .panel-heading {
    background-color: #b7000f;
    border-color: #b7000f;
    color: #fff;
}
.panel-success {
    border-color: #b7000f;
}
/******************/

#cookiesdirective {
	text-align:center !important;
}

#cookiesdirective input[type="submit"], #cookiesdirective a {
	border:2px solid #fff;
	background:transparent;
	padding:0 5px;
	font-weight:bold;
}

#cookiesdirective a , #cookiesdirective > div > div{
	display:inline-block;
	margin:10px;
}

/******************/

.intpage{
	background-image:url(https://www.garage-nouveau-gerland.com/garage_gerland/img/erreur-404.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	height:100%;
	position:relative;
	background-color:#e8e6e7;
}
.intpage a.lien_404 {
	display:block;
	max-width:688px ;
	height:125px;
	background-image:url(https://www.garage-nouveau-gerland.com/garage_gerland/img/bouton.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	left:0;
	right:0;
	position:absolute;
	margin:0 auto;
	bottom:20px;
}

/***** bloc cms******/


.uns_bloc{
  	align-items: stretch;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
    position: relative;
    transition: all 225ms ease-in-out 0ms;
    width: 100%;
    z-index: 1;
	max-width:305px;
	animation-delay: 35ms;
    animation-duration: 225ms;
    animation-fill-mode: backwards;
    animation-iteration-count: 1;
    animation-name: vsy-on;
    animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
	margin:20px auto;
	overflow:hidden;
	text-align:center;
}

.uns_bloc:hover .bloc_alltexte {
    background-color: #ff2828;
    padding-bottom: 46px;
    transition: all 225ms ease-in-out 0ms;
}
.uns_bloc > span > img {
    display: block;
    position: relative;
    width: 100%;
}
 	
.bloc_alltexte  {
    background-color: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    color: #4b4b4d;
    left: 0;
    overflow: hidden;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    width: 100%;
    z-index: 2;
}
.bloc_alltexte {
	bottom: 0;
    top: auto;
}

.ann-texte {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin: 3px 0 5px;
    overflow: hidden;
    position: relative;
	 color: #fff;
    height: 0;
    transition: all 225ms ease-in-out 0ms;
}
.uns_bloc:hover .ann-texte {
    height: 50.6px;
    transition: all 225ms ease-in-out 0ms;
	 margin: 3px 0 10px;
	 padding-bottom:5px;
}
.bloc_alltexte .ann-titre {
    display: block;
    position: relative;
}
.bloc_texte .uns_bloc .bloc_alltexte .ann-titre h2  {
 	font-size: 14px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 20px 0 10px;
}
.uns_bloc .bloc_alltexte .ann-titre h2 a {
	color:#4b4b4d;
} 

.uns_bloc:hover .bloc_alltexte .ann-titre h2 a {
	color:#fff;
} 

.bloc_liens {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    transform: translateY(50px);
    transition: all 225ms ease-in-out 0ms;
    width: 100%;
	align-items: stretch;
    display: flex;
    flex-flow: row wrap;
}
.uns_bloc:hover .bloc_liens {
    opacity: 1;
    transform: translateY(0px);
    transition: all 225ms ease-in-out 0ms;
}
.bloc_liens .btn_contact, .bloc_liens .btn_plus {
    box-sizing: border-box;
    display: inline-block;
    flex-basis: auto;
    flex-grow: 1;
    float: none;
    margin: 0;
    order: 1;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: auto;
	
}
.bloc_liens .btn_contact{
	background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: none;
    color: #4b4b4d;
    text-shadow: none;
	padding: 7.5px 15px;
}

.bloc_liens .btn_plus{
  -moz-appearance: none;
    background-color: #ff2828;
    border: 1px solid #ff2828;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0;
    outline: medium none;
    padding: 7.5px 15px;
    position: relative;
    transition: all 125ms ease-in 0ms;
}
.bloc_liens .btn_contact:hover{
	color:#fe5e08;
}
.bloc_liens .btn_plus:hover{
	color:#fe5e08;
	background-color:#fff;
}

.btn_detail_contact{
	width:50%;
	padding:15px;
	font-size:14px;
	color:#fff;
	background-color: #ff2828;
	display: inline-block;
	text-align:center;
	margin-top:20px;
	
}
.image_detail_cont{
	background-color: #ff2828;
	padding:15px;
}


.image_detail_cont img {
    transition: all 125ms cubic-bezier(0, 0.005, 1, 1) 0ms;
}
.image_detail_cont:hover img {
	transform:scale(1.025);
   
}

/***** Fin bloc cms *******/
/************/

/*#mon_texte_fermer{
	max-width:600px; 
}
.bloc_video {
    height: 0;
    padding-bottom: 66.25%;
    padding-top: 25px;
    position: relative;
	margin-bottom:50px;
}

.bloc_video iframe{
	width:100%;
	margin:0px auto 20px;
	display:block;
	height:100%;
	position:absolute;
}

.titre_video span{
	color:#b150c5;
	font-size:18px;
	font-family: 'oxygenbold';
	border-bottom:5px solid #b150c5;
}
.titre_video{
	display:block;
	margin-bottom:20px;
}
.texte_video{
	 font-family: 'oxygenregular';
	font-size:12px;
}
.control {
    background-color: #000;
    color: #fff;
	padding:5px;
	margin-right:20px;
}

.bouton {
	background-color: #000000;
	border-radius:8px;
    color: #FFFFFF;
    font-family: 'oxygenregular';
    line-height: 45px;
    margin: 0 auto;
   	width: 40%;
    text-align: center;
	margin-top: 40px;
	margin-bottom:20px;
  
}
.bouton a{
	 color: #FFFFFF;
	font-size:16px;
	display:block;
	
	}
*/

#mon_texte_fermer{max-width:600px;width: 100% !important;}
.fancybox-outer, .fancybox-inner {
	position: relative;
	height: auto !important;
}
.bloc_video {
	height:auto;
	padding-top: 25px;
	position: relative;
	margin-bottom: 20px;
}
.bloc_video iframe{width:100%;/*margin:0px auto 20px;display:block;height:100%;position:absolute;*/}
.titre_video span {
	color: #e04242;
	font-size: 18px;
	/* font-family: 'oxygenbold';
	border-bottom: 5px solid #e04242; */
	line-height: 20px;
}
.titre_video{display:block;margin-bottom:20px;}
.texte_video {
	/* font-family: 'oxygenregular'; */
	font-size: 15px;
	line-height: 18px;
	color: #000;
}
.control{background-color:#000;color:#fff;padding:5px;margin-right:20px;}
.bouton {
	/* background-color: #e04242; */
	/* border-radius: 8px; */
	/* color: #FFFFFF; */
	/* font-family: 'oxygenregular'; */
	/* line-height: 45px; */
	/* margin: 0 auto; */
	/* width: 40%; */
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.bouton a {
	color: #fff;
	font-size: 16px;
	background-color: #e04242;
	text-align: center;
	max-width: 168px;
	width: 100%;
	display: inline-block;
	border-radius: 8px;
	line-height: 18px;
	padding: 10px 0;
	margin: 0 auto;
}

/***************************/
/***********/

/*--------------------
Contact Bloc
--------------------*/
.hidden_fr {
    display: none;
}
.text-left{
    font-size: 22px;
    height: 32px;
    line-height: 32px;
    margin-top: -43px;
    /*text-align: center;
    width: 32px;
	float: left;*/
	}
.text-left1{
	background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
	margin-bottom:15px;
	padding: 3px 0;
	}
#contact h3.name_contact{
	color: #d4151b;
    font-family: "HelveticaLTStd-Bold";
    font-size: 15px;
    font-style: normal;
    line-height: 32px;
    margin-top: 0;
    padding-left: 38px;
    text-align: left;
    text-decoration: none;
   
	}
a.sx-more{
    color: #999;
    display: block;
    padding-right: 100%;
    position: relative;
    z-index: 9999;
	padding-left:15px;
	}
.detail.hidden_fr{
	padding:0 15px 15px 38px;
	color:#333;
	font-size:16px;
	line-height:28px;
	text-align: left;
}
.owl-carousel{
	margin:20px auto;
}
.owl-carousel .owl-dot {
    display: inline-block;
    margin-left: 10px;
}

.owl-dots {
    height: 30px;
}
.owl-dot > span {
    background-color: #000;
    display: inline-block;
    height: 10px;
    width: 20px;
}
.owl-dot.active > span {
    background-color: #53c6ae;
}
.owl-carousel  .owl-prev, .owl-carousel  .owl-next{ 
	display:inline-block;
	width:40px;
	height:40px;
	font-size:0;
}
.owl-carousel .owl-prev{
	background-image:url(https://www.garage-nouveau-gerland.com/garage_gerland/img/fleche01.png);
}
.owl-carousel  .owl-next{
	background-image:url(https://www.garage-nouveau-gerland.com/garage_gerland/img/fleche02.png);
	margin-left:10px;
}
.owl-nav{
	text-align:center;
}
.carousel_item:after{
	border: 3px solid #fff;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
	transform: translate3d(50%, 50%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(0, 0, 1);
    transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	opacity: 0;
	z-index:9;

}
.carousel_item:hover::after {
    opacity: 1;
    transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
}

.carousel_item:before{
	content:"";
	background-color: rgba(0, 0, 0, 0.79);
	position:absolute;
	width:80%;
	height:80%;
	margin:auto;
	left:5%;
	right:5%;
	top:5%;
	bottom:5%;
	background-position:center center;
	z-index:9;
	opacity:0;
	transform: translate3d(50%, 50%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(0, 0, 1);
    transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.carousel_item:hover:before{
	opacity:1;
	 transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
}
.carousel_item{
	position:relative;
}
.carousel_item .bloc_owl_caption{
	position:absolute;
	top:25%;
	margin:0;
	left:0;
	right:0;
	font-weight:300;
	opacity: 0;
	z-index:99;
	padding:9%;
	text-align:center;
}
.carousel_item .bloc_owl_caption h3{
	color:#dca601;
	font-size:23px;
	 font-style: normal;
	 text-decoration: none;
}
.carousel_item .bloc_owl_caption .texte_owl{
	color:#fff;
	font-size:18px;
}
.carousel_item:hover .bloc_owl_caption {
    opacity: 1;
    transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
}
/** ref **/
.liste_secteur{display:none; position: absolute; bottom:30px; right:0; width:300px;  background-color:#504c47; color:#fff; text-align:left; padding:20px; border-radius:15px;}
.liste_secteur h3{ margin:0 0 20px 0; font-weight:700; letter-spacing:3px; font-size:14px;text-decoration: none;font-style: normal;}
.footer_bottom{ position:relative;  margin: 0 auto;} 
.ref_bloc{font-size: 13px;letter-spacing:0px; cursor:pointer; display:inline-block; position:relative;}
.ref_bloc:hover{color:#fff;}
.titre_secteur a{ color:#fff; padding-left:15px; font-weight:400;}
.titre_secteur a:hover{ color:#fff; font-weight:400;}
/*#liste_secteur a{ color:#999; padding-left:15px; font-weight:400;}
#liste_secteur a:hover{ color:#999; padding-left:15px; font-weight:400;}*/
.titre_activite a{ color:#999; padding-left:15px; font-weight:500; line-height:26px; padding-left:22px; }
.titre_activite a:hover{ color:#999;  font-weight:500;}
.liste_activites h4 a, .liste_activites h4 a:hover{color:#999; padding-left:15px; font-weight:400;}
#liste_secteur .titre_secteur a, #liste_secteur .titre_secteur a:hover{ color:#999;}
.bloc_texte .liste_activites h3{ font-weight:700; font-size:18px; margin-bottom:20px;  font-style: normal;text-decoration: none;}
.bloc_texte .liste_activites h4{ font-weight:700; font-size:18px; margin-bottom:20px; text-align:right;}
.titre_activite{ margin-bottom:5px; position:relative;}
.titre_activite:before{ content:""; background-color:#999; width:9px; height:9px; border-radius:50%; top:8px; left:0; position: absolute;}
.liste_blocs{ max-width:1320px; margin:30px auto;}
.liste_blocs .item_conseil{ padding:10px; margin-bottom:30px;}
.liste_blocs .titre_conseil{ min-height:inherit;}
.liste_blocs .texte_conseil{ min-height:inherit;}
.liste_blocs .btn-plus-conseil{ bottom:-23px; right:20px; left:inherit;}
.liste_blocs .btn-plus-conseil:hover{ color:#fff;}
#contenu .liste_blocs { margin-top:80px;}

.liste_activites{ margin-bottom:20px;}

.fil_arial a{ color:#333;}
.carousel-caption .fil_arial a{ color:#fff;}

.item_conseil{
	border:2px solid #999;
	border-radius:0;	
	padding-left:48px;
	padding-right:20px;
	padding-top:55px;
	position:relative;
	-webkit-backface-visibility: hidden;
	-webkit-transition: 
	opacity 0.4s linear, 
	-webkit-transform 0.4s ease-in-out, 
	box-shadow 0.4s ease-in-out;
	-moz-transition: 
	opacity 0.4s linear, 
	-moz-transform 0.4s ease-in-out, 
	box-shadow 0.4s ease-in-out;
	-o-transition: 
	opacity 0.4s linear, 
	-o-transform 0.4s ease-in-out, 
	box-shadow 0.4s ease-in-out;
	-ms-transition: 
	opacity 0.4s linear, 
	-ms-transform 0.4s ease-in-out, 
	box-shadow 0.4s ease-in-out;
	transition: 
	opacity 0.4s linear, 
	transform 0.4s ease-in-out, 
	box-shadow 0.4s ease-in-out;
	min-height:170px;
}


.titre_conseil{
	font-weight:700;
	font-size:20px;
	line-height:20px;
	color:#999;
	margin-bottom:6px;
	margin-top:0px;
	min-height: 70px;
	text-align:left;
		
}
.texte_conseil{
	color: #000;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    hyphens: auto;
    line-height: 17px;
    min-height: 170px;
    padding-bottom: 15px;
    word-break: keep-all;
	letter-spacing: 1px;
}
.btn-plus-conseil{
	background-color: #999;
    border-radius:0px;
    bottom: -30px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    letter-spacing: 2px;
    line-height: 19px;
    margin: auto;
    max-width: 150px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 100%;
	  box-shadow: 1px 3px 0 10px #eee;
}
.bloc_cms_image {
float: left;
   padding-right: 20px;	
}
/** Fin ref **/

/* Hover Style for all the items: blur, scale down*/
.item_conseil.blur {
    box-shadow: 0 0 45px 19px rgba(255, 255, 255, 1);
    opacity: 0.18;
    transform: scale(0.9);
}

/* Hover Style for single item: scale up */
.item_conseil.active{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 11px 15px 10px rgba(0,0,0,0.4);
	z-index: 100;	
	opacity: 1;
}
#rss-feeds li{
	display:inline-block;
	max-width:250px;
	margin-right:25px;
	overflow:hidden;
	min-height: 280px;
}
.item_conseil .col-sm-8{ position:initial;}

.loader_site {
 display: inline-block;
 width: 30px;
 height: 30px;
 position: absolute;
 border: 4px solid #000;
 top: 50%;
 left:0;
 right:0;
 margin:0 auto;
 animation: loader 2s infinite ease;
}

.loader-inner {
 vertical-align: top;
 display: inline-block;
 width: 100%;
 background-color: #000;
 animation: loader-inner 2s infinite ease-in;
}


@keyframes loader {
 0% {
   transform: rotate(0deg);
 }
 
 25% {
   transform: rotate(180deg);
 }
 
 50% {
   transform: rotate(180deg);
 }
 
 75% {
   transform: rotate(360deg);
 }
 
 100% {
   transform: rotate(360deg);
 }
}

@keyframes loader-inner {
 0% {
   height: 0%;
 }
 
 25% {
   height: 0%;
 }
 
 50% {
   height: 100%;
 }
 
 75% {
   height: 100%;
 }
 
 100% {
   height: 0%;
 }
}
a.pdf-link .fa-file-pdf-o {
    font-size: 20px;
    padding-right: 10px;
}
a.pdf-link {
    background-color: #0cc6d0;
    color: #f6f6f6;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0.9em 3em;
    text-align: center;
    text-transform: uppercase;
	max-width:300px;
	width:100%;
}

.actus_image{
	float:left;
	margin-right:15px;
}
#actualites_detail .social-likes{
	float:right;
}
/*
// style produits page home
*/
.titre_produit{
	font-size:17px;
	margin:10px 0;
}
.produit-suite a{
	background-color: #999;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 29px;
    margin: 10px 0;
    text-align: center;
    width: 102px;
}
.bloc_home_param_produit{
	text-align:center;
	margin:20px auto;
	
}
.titre_home_param_produit{
	font-size:25px;
	font-weight:700;
	margin-bottom:20px;
}
/*
// Fin style produits page home
*/

.item_logo{ margin:6px;}
.owl-carousel .owl-item .item_logo img{ border: 1px solid #c4b5a0;}
.bloc_marque .carousel_item:before{ background-color:transparent;opacity:1;transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);}
.bloc_marque  .carousel_item:after{ border:none;}
.marque_item{ margin:6px; display:inline-block;}
#results{ padding-bottom:40px;}
#produits #results{ padding-top: 30px;}
#ClientsImages{
	text-align:center;	
}
.clientImage {
    height: auto;
    margin: auto;
    position: relative;
	display:inline-block;
	width:195px;
	
	/* box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.2);*/
}
/*************** zoom survol -******************/

.clientImage
{
   -webkit-transition: all 200ms ease-in;
   -webkit-transform: scale(1); 
   -ms-transition: all 200ms ease-in;
   -ms-transform: scale(1); 
   -moz-transition: all 200ms ease-in;
   -moz-transform: scale(1);
   transition: all 200ms ease-in;
   transform: scale(1);

}
.clientImage:hover
{
   z-index: 2;
   -webkit-transition: all 200ms ease-in;
   -webkit-transform: scale(1.1);
   -ms-transition: all 200ms ease-in;
   -ms-transform: scale(1.1);   
   -moz-transition: all 200ms ease-in;
   -moz-transform: scale(1.1);
   transition: all 200ms ease-in;
   transform: scale(1.1);
}
.header-info{
	position:absolute;
	right:15px;
	top:-8px;
	z-index:1;	
}
.tel_info{
	display:inline-block;
	padding:8px 0;
	text-transform:uppercase;	
}
.tel_info a{
	color:#b7000f;
	font-weight:700;
}
.header-social{
	display:inline-block;
	padding-left:15px;	
}
.rond-icone{
	width:92px;
	height:92px;
	border-radius:92px;
	background-color:#b7000f;
	position:relative;
	text-align:center;
	float:left;
    margin-right: 15px;
}
.rond-icone i{
	position: absolute;
	bottom: 25%;
	left: 0;
	right: 0;
	font-size: 45px;
	color: #fff;	
}
.titre-rond{
	font-size:20px;
	line-height:20px;
	color:#b7000f;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:10px;	
}
.texte-rond{
	color:#303232;
	font-size:13px;
	line-height:15px;
	max-width:370px;
	width:100%;	
}
.bloc_contact_haut{
	padding:30px 0;
	background-color:#dbdbdb;	
}
.bloc_contenu{
	padding:90px 0 35px;
	background-color:#fff;	
}
.icone-garage{
	background-image:url(85b87e92ba-icone.webp);	
	width:35px;
	height:35px;
	margin-bottom:15px;
}
.titre_site{
	font-size:16px;
	line-height:16px;
	font-weight:300;
	color:#b7000f;
	text-transform:uppercase;
	margin-bottom:10px;	
}
.trait_separation{
	height:1px;
	width:56px;
	background-color:#b7000f;
	margin-bottom:10px;
}
.content-img{
	padding-left:10px;	
}
.titre_param_actus{
	font-size:32px;
	line-height:32px;
	font-weight:700;
	margin-bottom:15px;	
}
.actus_home .trait_separation{
	margin-bottom:30px;
}
.bloc_partners{
	background-color:#767676;
	padding:30px 0;	
}
.slog_bottom{
	max-width:371px;
	width:100%;
	font-size:14px;	
	line-height:22px;
	padding-bottom:35px;
}
.cood_footer{
	font-size:20px;
	line-height:20px;
	margin-bottom:13px;
}
.horaire_footer{
	font-size:20px;
	line-height:20px;
	margin-bottom: 13px;	
}
.horaire{
	max-width:335px;
	width:100%;
	float:right;	
}
.footer-links{
	padding-top:15px;	
}

#MainMenu > li:last-child a{
	padding-right:0;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
/* le code de la page prestation ****************************************/
/*page presentation*/
#contenu {
	background:#ffffff;
/*margin-top:10px;
	padding:3px 0;*/
}
#contenu_pres {
	/*background:url(https://www.garage-nouveau-gerland.com/garage_gerland/img/ombre_contenu.png) top center no-repeat;*/
	background:#ffffff;
	margin:0 auto;
    height:400px;
}
#contenu_prestations{
	background:#ffffff;
	margin:0 auto;
	 padding-bottom: 15px;
  /*  height:610px;*/}
#contenu_contact {
	/*background:url(https://www.garage-nouveau-gerland.com/garage_gerland/img/ombre_contenu.png) top center no-repeat;*/
	background:#ffffff;
	margin:0 auto;
	min-height:455px;
}
#titre {
	/*height:37px;
	margin-left:14px;
	margin-bottom:20px;*/
    width:410px;
}

.standard_content h2 {
	color:#b90016;
	font-size: 25px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	height: 46px;
    line-height: 60px;
	border-bottom:1px #b90016 solid;
}


.standard_content {
	/*background:url(https://www.garage-nouveau-gerland.com/garage_gerland/img/ombre_contenu.png) top center no-repeat;*/
	width:930px;
	margin:0 auto;
	
	/*padding:15px 35px 20px;*/
}
.text_border {
	font-size:15px;
	color:#505050;
	padding-bottom:10px;
}
.album {
	padding:0;
}
#plan_pres{
	padding:20px;}
.cadre{
	float:left;
	width:225px;
	padding:5px 10px;
	}
.cadre div.prem{
   /*padding:0 50px;*/
   text-align:center;
		}
.cadre div.deux {
   padding:0 87px;}
 div.trois{
	/* padding:0 38px;*/
  text-align:center;}
 .cadre div.farin{
 /*  padding:0 23px;*/
  text-align:center;
		}
.decale{
	float:left;
	width:145px;
	padding:5px 10px;
			}
.cadre_fin{
	float:left;
	width:225px;
	padding:5px 335px;}
.cadre_fin div.quatrieme{
		/*padding:0 50px;*/
		 text-align:center;}
.album a img {
	padding:3px;
	margin-bottom:15px;
}
#left_content {
	float:left;
	width:520px;
	text-align:justify;
}
#right_content {
	float:right;
	width:400px;
}
#pied_presentation {
	width:970px;
	margin:0 auto;
}
#icon_right {
	float:right;
	width:248px;
	height:25px;
	padding:25px 0;
}
#adr_text_left {
height:45px;
float:left;
padding-top:5px;
padding-left:5px;
color:#ffffff;
}
.adresse_presentation {
text-align: left;
clear:both;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
line-height: 22px;
}

#prestation .adresse_presentation {
 	clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    height: 0;
    line-height: 22px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    top: -181px;}


.content_pres{
height:295px;
width:415px;
float:left;
color:#303030;
font-size:15px;
line-height:20px;
padding-right:10px ;
padding-top:50px;
}

.img_pres{
float:left;
margin-left:20px;}
.bienvenu{
margin-bottom:10px;}	
.etape{
padding:10px 0 5px;}
.etape span{
background: url("https://www.garage-nouveau-gerland.com/garage_gerland/img/puce.png") no-repeat scroll left center rgba(0, 0, 0, 0);
padding-left:25px;
margin-left:10px;}
/*fin page presentation*/

/* page METIER*/
.content_metier{
width:510px;
float:left;
color:#303030;
font-size:14px;
line-height:18px;
padding-right:0px ;
border-right:1px solid #000 ;}
.content_metier span{
font-weight:bold;
font-size:16px;}
	
.metier{
float:left;
width:240px;
padding-top:10px;
padding-right:15px;}
.metier span{
font-weight:bold;
text-decoration:underline;}

/*fin page METIER*/
/***********|  PAGE PRESTATION | ****************/
#nuage {
  height: 550px;
  width: 100%;
  position: relative;
  background: url("https://www.garage-nouveau-gerland.com/garage_gerland/img/bg_prestations.png") center no-repeat;
}
#nuage h3 {
  padding: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 17px;
}
.serv {
  width: 100px;
  height: 80px;
  background: url("https://www.garage-nouveau-gerland.com/garage_gerland/img/picts-prestations.png") top left no-repeat;
  position: absolute;
  cursor: pointer;
  display: block;
}
.popup {
  display: inline-block;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: 0px -1px 1px #000000;
  color: #eeeeee;
  font-weight: 100;
  font-size: 14px;
  padding: 4px 7px 7px 7px;
  position: absolute;
  z-index: 9999;
}
.vidange {
  background-position: -123px -80px;
  height: 63px;
  width: 66px;
  top: 320px;
  left: 320px;
}
.vidange .popup {
  top: -27px;
}
.revision {
  background-position: -120px -213px;
   height: 75px;
  left: 574px;
  top: 330px;
  width: 83px;
}
.revision .popup {
  left: 20px;
  top: -27px;
}
.controletechnique {
  background-position: -106px -18px;
  height: 40px;
  width: 103px;
  top: 200px;
  left: 320px;
}
.controletechnique .popup {
  top: -38px;
  left: 25px;
}
.reparationclimatisation{
background-position: -131px -285px;
    height: 75px;
    left: 385px;
    top: 133px;
    width: 73px;
}

.reparationclimatisation .popup {
  left: 20px;
  top: -27px;
}
.reparationcarrosserie {
  background-position: 20px -94px;
  height: 40px;
  width: 103px;
  top: 265px;
  left: 285px;
}
.reparationcarrosserie .popup {
  left: 23px;
  top: -45px;
}
.changementdepneus {
  background-position: -14px -219px;
  height: 70px;
  width: 45px;
  top: 370px;
  left: 402px;
}
.changementdepneus .popup {
  left: -25px;
  top: -43px;
}
.diagnosticelectronique {
  background-position: 2px -150px;
  height: 58px;
  width: 110px;
  top: 125px;
  left: 470px;
}
.diagnosticelectronique .popup {
  top: -45px;
}
.devis {
  background-position: -24px 1px;
  height: 78px;
  width: 37px;
  top: 166px;
  left: 578px;
}
.devis .popup {
  top: -28px;
}
.reparationmecanique {
  background-position: -120px -151px;
  height: 62px;
  width: 77px;
  top: 255px;
  left: 580px;
}
.reparationmecanique .popup {
  top: -43px;
}
.achatdevehiculeneufetoccasion {
  background-position: 2px -300px;
  height: 39px;
  width: 81px;
  top: 412px;
  left: 480px;
}
.achatdevehiculeneufetoccasion .popup {
  min-width: 115px;
  left: -20px;
  top: -45px;
}
.offre .serv {
  position: absolute;
  z-index: 8;
}
.offre .fond-pic {
  background: url("https://www.garage-nouveau-gerland.com/garage_gerland/img/bg_picto.png") top left no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.offre .vidange {
  background-position: -123px -80px;
  height: 63px;
  width: 66px;
  top: 30px;
  left: 0;
}
.offre .revision {
 	background-position: -109px -213px;
    height: 75px;
    left: 19px;
    top: 22px;
    width: 79px;
}
#controletechnique{
	padding-bottom:0px;
}


.offre .controletechnique {
  background-position: -106px -18px;
  height: 40px;
  width: 103px;
  top: 41px;
  left: 9px;
}
.offre .controletechnique {
  -moz-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  -o-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  -ms-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
}

.offre .reparationclimatisation {
 	background-position: -130px -286px;
    height: 68px;
    left: 33px;
    top: 20px;
    width: 97px;
}
#reparationclimatisation{
	padding-left:75px;
}

.offre .reparationclimatisation {
  -moz-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  -o-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  -ms-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
}


.offre .reparationcarrosserie {
  background-position: 20px -94px;
  height: 40px;
  width: 103px;
  top: 40px;
  left: 0px;
}
.offre .changementdepneus {
  background-position: -14px -219px;
  height: 70px;
  width: 45px;
  top: 23px;
  left: 40px;
}
.offre .diagnosticelectronique {
  background-position: 35px -99px;
  height: 58px;
  width: 110px;
  top: 25px;
  left: -8px;
  background-size: 140%;
}
.offre .devis {
  background-position: -24px 1px;
  height: 78px;
  width: 37px;
  top: 20px;
  left: 50px;
}
.offre .reparationmecanique {
  background-position: -120px -151px;
  height: 62px;
  width: 77px;
  top: 30px;
  left: 20px;
}
.offre .achatdevehiculeneufetoccasion {
  background-position: 2px -300px;
  height: 39px;
  width: 81px;
  top: 42px;
  left: 20px;
}
.offre-container {
  padding: 0 !important;
  width: 1000px !important;
}
.promotions .offre-container .offre {
  border-top: 1px solid rgba(108, 83, 16, 0.27);
  box-shadow: 0px -1px 2px rgba(137, 137, 137, 0.27);
  margin: 0;
}
.offre {
  padding-bottom: 40px;
  font-size: 15px;
  width: 930px;
  height: auto;
  min-height: 140px;
  position: relative;
  padding-left: 76px;
  margin: 0;
  margin-top: 40px;
}
.offre-container .offre:first-child {
  border-top: none;
  box-shadow: none;
}
.offre .title-offre {
  font-weight: bold;
  font-size: 21px;
  color: #4a3a0e;
  display: block;
  top: 20px;
  left: 62px;
  position: relative;
}
.offre .content-offre {
  display: block;
  position: relative;
  top: 30px;
  left: 62px;
  /* width: 730px; */
  margin-bottom: 20px;
  height: 100%;
  width: 490px;
}		
.offre .cat {
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://www.garage-nouveau-gerland.com/garage_gerland/css/img/cat-actu.png) top left no-repeat;
  width: 77px;
  height: 67px;
}
.offre .cat span {
  color: white;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", Helvetica;
  display: block;
  margin-top: 15px;
  margin-left: -20px;
  text-shadow: 0px -1px 1px rgba(108, 83, 16, 0.29);
  text-align: center;
}
.offre .cat span {
  -moz-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  -o-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  -ms-transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
  transform: scale(1) rotate(-41deg) translate(0px, 0px) skew(0deg, 0deg);
}
.offre .thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  border-bottom: 1px solid rgba(108, 83, 16, 0.2);
  border-left: 1px solid rgba(108, 83, 16, 0.35);
  overflow: hidden;
}
.offre .thumbnail img {
  display: block;
  width: auto;
  height: 100%;
}
.offre .thumbnail:after {
  -webkit-box-shadow: inset 2px -2px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px -2px 10px 1px rgba(0, 0, 0, 0.2);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.selector {
  width: 190px;
  display: block;
  min-height: 180px;
  position: absolute;
  top: 0;
  right: 0;
}
.big-thumb {
  border-radius: 4px;
  width: 300px;
  height: 100%;
  position: absolute;
  z-index: 9999;
  right: -53px;
  top: -1px;
  background: transparent;
}
.big-thumb img {
  width: 100%;
  height: auto;
  position: absolute;
  border-radius: 4px;
  border-image: 1px solid #b9b9b9;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35);
}
.actu-share {
  left: 70px;
  bottom: 10px;
  position: absolute;
  width: 220px;
}
.actu-share .twitter-share-button {
  right: 100px !important;
  bottom: 0px;
}

.content-offre a {
    color: #252525;
    padding-right: 10px;
    text-decoration: none;
}


.offre.pair {
  float: right;
  position: relative;
  top: 0;
} 

.offre-container .offre {
  	margin: 0;
}
.offre {
	max-width: 400px;
	width:100%;
}
 span.content-offre p {
	width: 320px;
}
.offre .title-offre {
	width: 250px;
}
.offre-container {
  padding-left: 0px !important;
  max-width: 950px;
  width:100%;
}
.offre-container #nuage {
	margin-left: -40px !important;
}
.offre-container #nuage a {
	margin-left: -25px !important;
}
.icon-left{
	left:19px;	
}
#vidange,#reparationmecanique,#changementdepneus,#devis,#achatdevehiculeneufetoccasion{
	padding-left:50px;	
}

/* = Produits/*-------------------------------------------------*/

#produits .produit_image{
	max-width:295px;
	/*max-height:240px;*/
	text-align: center;
}
.produit_image img{
	max-width:100%;
	max-height:100%;
}

.produit-row .produit-suite a {
    display: block;
    width: 150px;
	height:30px;
	background-color: #999;
	color:#fff;
	text-align:center;
	line-height:29px;
	margin-top:15px;

}

.produit-txt {
    min-height: 60px;
}
.titre_detail_produit{
	font-size:30px;
	margin-bottom:20px;
	color:#06F;
}
.deatil_right{
	padding:20px 0;
}

.description_produit {
    background-color: #f4f3f3;
    border: 1px solid #bebebe;
    border-radius: 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}

.produit-row {
	margin:0 0 20px;
	}
	
.produit-row .thumbnail {
    background-color: transparent;
    border: 1px solid #bebebe;
    border-radius: 0px;
    display: block;
    padding: 10px;
	margin-bottom:0;
}

.description_produit_content span{
	display:block;
	}
	
.description_produit .title {
    background-color: #b7000f;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    padding: 0 15px;
}

.description_produit .title h5{
    font-size: 18px;
	margin: 5px 0;
	color:#fff;
}

.description_produit_content {
	padding:0 15px!important;
	}
	
a.plusinfos {
    background-color: #b7000f;
    border-radius: 8px;
    clear: both;
    color: #fff;
    display: block;
    float: right;
    font-size: 12px;
    margin-top: 10px;
    padding: 4px 10px;
}

a.plusinfos:hover {
    color: #fff;
	background: #000;
	background: -webkit-linear-gradient(#000, #b7000f);
	background: -o-linear-gradient(#000, #b7000f);
	background: -moz-linear-gradient(#000, #b7000f);
	background: linear-gradient(#000, #b7000f);
}
#produits_detail .title{
	background-color: #b7000f;
	display: block;
	margin-bottom: 20px;
	padding: 0 15px;
	}
#produits_detail .title h5{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	}
#produits_detail .div-right{
	margin-top: 0px;
	color: #fff;
	}
#produits_detail .description_produit_content {
	margin:0 0 30px;
	
	}
	
#produits_detail .description_produit {
	margin:0 0 30px;
	
	}
	
.flexslider-width {
	margin:0 auto;
	width:60%;}

.description_produit .div-right{
	margin-top: 0;
}
.galleria-thumbnails, .galleria-thumbnails-list, .galleria-container, .galleria-container img{
    height: 100% !important;
    width: 100% !important;
}
.navbar-nav > li:last-child a {
    font-weight: 700;
}
.actus-row {
    max-width: 354px;
    width: 100%;
    margin: 0 auto;
}
#produits .img-responsive.thumbnail {
    height: 190px;
}
#produits .description_produit_content .col-sm-6 {
    min-height: 60px;
}
.tel{font-weight: 700;}
/*-------------------------------------------------*/