:root {
    --color0: #ffffff;
    --color1: #419CD6;
    --nuanceColor1: #e20a17;
    --color2: #f9b20a;
    --color3: #212121;
    --color4: #535353;
    --bg-facultatif: #f0f0f0;
    --font_family_1: 'Poppins-Regular', sans-serif;
    --font_family_2: 'Pt sans regular', sans-serif;
    --taille_font: 15px;
    --border-radius: 3px;
}

.certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    background: var(--bg-facultatif);
    padding: 3em 10% 4em;
}

.certifs .cell.gauche {
    display: block;
}

.certifs .cell.gauche .contenu {
    padding: 2em 13%;
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 2em 7% 4em;
}

.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px
}

.certifs .swiper-slide {
    text-align: center;
}

.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 80% auto;
    -moz-background-size: 80% auto;
    background-size: 80% auto;
    background-color: var(--color0);
}

.certifs .swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    box-shadow: 0 0 1px var(--color4)
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8;
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -22px;
    opacity: .8;
}

.certifs .swiper-button-next i, .certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--color2);
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1
}

.certifs .logo-certifs .row-certifs {
    position: relative;
    display: table;
    width: 100%
}

.certifs .logo-certifs .row-certifs .certif-inline {
    position: relative;
    display: table-cell
}

.certifs .logo-certifs .row-certifs .certif-inline > div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
    text-align: center
}

.certifs .logo-certifs .row-certifs .certif-inline > div img {
    position: relative;
    overflow: hidden
}

.vehicule a.add-to-wishlist,.vehicule a.remove-from-wishlist {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    margin: 16px 2px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    border: solid 1px #fff;
    cursor: pointer;
}

.zone-favoris .vehicule a.remove-from-wishlist {
    color: var(--color1);
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    margin-top: -10px;
    z-index: 10;
}

.modal-header i {
    font-size: 18px;
    color: var(--color1);
    margin-right: 10px;
}

.detail {
    position: relative;
    padding: 5px 20px;
    text-transform: uppercase;
    background-color: var(--color1);
}

a.title-vehicule {
    color: var(--color0);
    font-family: var(--font_family_1);
    font-weight: 600;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

a.title-vehicule:hover {
    color: var(--color2);
    text-decoration: none;
}

.vehicule .statut, .vehicule .label-primary {
    background-color: var(--color1);
    font-family: var(--font_family_1);
    color: var(--color0);
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    text-transform: uppercase;
    border: none;
    font-size: 15px;
    padding: 7px 14px;
    font-weight: 400;
    border-radius: 3px;
    margin: 0px;
}

.vehicule .label-primary {
    left: 15px;
    right: auto;
    line-height: initial;
    background-color: var(--color2);
}

.overlap-box {
    opacity: 0;
    background: #00000085;
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 10;
    color: #FFF;
    left: 0;
    top: 0;
    transition: 600ms;
}

.vehicule:hover .overlap-box {
    opacity: 1;
    transition: 600ms;
}

.propriete .fi {
    font-size: 20px;
    margin-right: 5px;
    display: grid;
}

.overlap-btns-area {
    position: relative;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    transition: 600ms;
}

.overlap-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block !important;
    color: #FFF;
    margin: 16px 2px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    border: solid 1px #fff;
    cursor: pointer;
}

.overlap-btn i,a.add-to-wishlist i, a.remove-from-wishlist i {
    font-size: 20px;
}

.overlap-btn:hover {
    background-color: var(--color1);
}

.modal-right-content section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 21px 0;
}

.features {
    color: var(--color4);
    font-size: 18px;
    font-weight: 700;
}

.vehicule-mini .features {
    color: var(--color0);
}

.modal-right-content h3 {
    font-size: 18px;
}

.modal-right-content section h3 {
    margin: 0;
    font-family: var(--font_family_1);
    font-weight: 500;
    color: var(--color1);
}

.modal-right-content a {
    font-size: 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding: 15px;
    background-color: var(--color1);
    color: var(--color0);
}

.modal-right-content a:hover {
    background: var(--color2);
    text-decoration: none;
    color: var(--color4);
    font-weight: 600;
}

.modal-p h4.modal-title {
    color: var(--color4);
    text-transform: uppercase;
}

.modal-p .modal-body {
    padding: 15px 0px
}

.modal-p .modal-dialog.modal-lg {
    margin: 200px auto 50px;
}

.info-added {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    width: 100%;
    padding: 10px 30px;
    text-align: center;
    z-index: 999;
    display: flex;
    background: rgb(0 0 0 / 64%);
    align-items: center;
    justify-content: space-between;
}

.info-added .label-primary, .vehicule .propriete li span {
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font_family_1);
}

.info-added li span:nth-child(2) {
    color: var(--color0) !important;
}

.mapsBg .table-row .col-lg-6.col-md-6.col-sm-8.col-xs-12.hidden-xs {
    padding: 0;
}

p.text-center.ope {
    color: var(--color3);
}

.zone-recherche .container {
    width: 75%;
}

span.slogan-header {
    color: var(--color0);
    font-weight: 700;
    font-size: 70px;
}

.telephone-flex {
    position: relative;
    display: flex;
    justify-content: center;
}

.header1Bg ul li p.adr i, .header1Bg ul li p.tel i, .header1Bg ul li p.favoris i {
    margin-right: 12px;
    color: var(--color2);
    font-size: 43px;
    margin-top: 5px;
}

p.adr:after, .header p.tel.callTracker:after {
    position: absolute;
    content: "";
    background: #9b9b9b85;
    width: 1px;
    height: 37px;
    right: 5%;
    top: 0;
}

p.tel.callTracker:after {
    right: 0px !important;
}

body:after {
    content: url('../images/bx_loader.svg')!important;
    display: none;
}

.mapsBg .container,.nosServicesBg .container,.isFront .container,.headerBg .container {
    padding-left: 0;
    padding-right: 0;
}

.tableGrid>.row,.tableGrid {
    display: table;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 100%;
}

.tableGrid>.table-row {
    height: 100%;
    display: table-row;
}

.tableGrid.fullWidth {
    width: 100%;
}

.tableGrid>.row .table-row>[class*=col],.tableGrid .table-row>[class*=col],.tableGrid>.row>[class*=col],.tableGrid>[class*=col] {
    display: table-cell;
    vertical-align: top;
    float: none;
    height: 100%;
    position: relative;
}

.noPaddingCells>.row .table-row>[class*=col],.noPaddingCells .table-row>[class*=col],.noPaddingCells>.row>[class*=col],.noPaddingCells>[class*=col] {
    padding: 0;
}

.tableGrid.nopadding>.row .table-row>[class*=col],.tableGrid.nopadding .table-row>[class*=col],.tableGrid.nopadding>.row>[class*=col],.tableGrid.nopadding>[class*=col] {
    padding: 0;
}

.tableGrid.va-middle>.row .table-row>[class*=col],.tableGrid.va-middle .table-row>[class*=col],.tableGrid.va-middle>.row>[class*=col],.tableGrid.va-middle>[class*=col] {
    vertical-align: middle;
}

/***********************************************/
body {
    font-family: var(--font_family_1);
}

h1, h2, h3, h4, h5, h6, .h {
    font-family: var(--font_family_1);
}

.map strong,strong,.garage-item .prix {
    font-family: var(--font_family_1);
}

img[style="float:right;"],section figure.right {
    margin: 0 5px 20px 0px;
}

img[style="float:left;"],section figure.left {
    margin: 0 20px 5px 0px;
}

*:focus {
    outline: none;
}

*,::after,::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    text-rendering: optimizeLegibility;
}

*,::after,::before {
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
    z-index: 2;
}

.body-page-1 .sliderBg {
    height: 100vh;
}

.slider-selection {
    background: var(--color0);
}

.headerSlider .sliderBg .bx-viewport {
    height: 50vh;
}

.body-page-1 .headerSlider .sliderBg .bx-viewport {
    height: 100vh;
}

.telephone-flex, .adr-flex, .favoris-flex {
    position: relative;
    display: flex;
    align-items: center;
}

pre,code,address,caption,cite,code,em,strong,th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

fieldset {
    border: none;
}

caption,th {
    text-align: left;
}

table,.table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

b,strong {
    font-weight: 700;
}

input {
    border: none;
}

input:focus,select:focus,textarea:focus {
    outline: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

input[type=submit] {
    cursor: pointer;
}

pre {
    font-size: 1vmax;
    padding-left: 5px;
    background: url('../images/backgrounds/pre.jpg');
    white-space: pre;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e1e1e1;
    line-height: 22px;
    letter-spacing: .1px;
    word-spacing: 1px;
    margin: 15px 0 15px 0;
    overflow: hidden;
}

code {
    background-color: #f3f3f3;
    padding: 0 5px;
    margin: 10px 0;
    border: 1px dotted #e1e1e1;
    display: inline-block;
    text-shadow: 0 1px 0 #2f0402;
}

sup,sub {
    font-size: 8px;
    font-size: .8rem;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

sup {
    vertical-align: top;
}

sub {
    vertical-align: bottom;
}

nav {
    padding: 0;
    margin: 0;
}

blockquote {
    padding-left: 20px;
}
.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3em 10% 4em;
}
a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}


.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em
}



.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif)
}
.seo-form .form-group .col-md-8 {
    width: 100%;
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: var(--font_family_2);
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    color: var(--color4);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

ul,p {
    margin-bottom: 20px;
    list-style: none;
}

main p:last-of-type {
    margin-bottom: 40px;
}

a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

a:hover,a:focus {
    text-decoration: underline;
    color: inherit;
}

* a:hover,* a:focus {
    color: inherit;
}

blockquote {
    border-color: var(--color1);
}

::selection {
    color: #fff;
    background-color: var(--color1);
    text-shadow: 1px 1px 0 #000;
}

::-moz-selection {
    color: #fff;
    background-color: var(--color1);
    text-shadow: 1px 1px 0 #000;
}

h1, h2, h3, h4, h5, h6, .h {
    font-style: normal;
    margin: 0 0 20px 0;
    font-weight: 500;
    display: block;
    color: var(--color1);
    line-height: 1.2;
    font-family: var(--font_family_1);
}

.h1,h1 {
    letter-spacing: 0;
    margin: 0 0 20px 0;
    font-size: 30px;
    color: #5a5a5a;
    padding: 0 0 0 0;
    line-height: 1;
    width: 100%;
    text-transform: uppercase;
    /* display:block; */
}

h1 {
    text-align: center;
}

h1,.hicon {
    position: relative;
    margin-bottom: 18px;
}

.body-page-1 h1 {
    position: relative;
    margin-bottom: 10px;
}

.serviceInner h2.h.h1.hicon-center span {
    color: var(--color1) !important;
}

h1:after, .hicon:after, .h1:after {
    content: '';
    position: relative;
    width: 60px;
    height: 4px;
    margin: 20px 0;
    border-width: 4px 4px 0px 4px;
    border-style: solid;
    border-color: var(--color1) transparent transparent transparent;
    display: inline-block;
    line-height: 1;
}

.seo-content h1:after {
    display: none;
}

.hicon-center {
    text-align: center;
}

.hicon-center:after {
    border-width: 4px 4px 0px 4px;
    border-style: solid;
    border-color: var(--color1) transparent transparent transparent;
}

.h1:after {
    border-color: var(--color1) transparent transparent transparent;
}

.hicon-left {
    text-align: left;
}

.hicon-left:after {
    border-width: 4px 4px 0px 0px;
    border-style: solid;
    border-color: var(--color1) transparent transparent transparent;
}

.hicon-right {
    text-align: right;
}

.hicon-right:after {
    border-width: 4px 0px 0px 4px;
    border-style: solid;
    border-color: var(--color1) transparent transparent transparent;
}

.hicon span, h1 span, h2.h.h1.hicon-center span {
    padding: 0;
    display: block;
    font-family: var(--font_family_1);
    font-weight: 700;
    color: var(--color1);
}

.zone-recherche .h1 span {
    color: var(--color0) !important;
}

.gallery .content span.truc {
    color: var(--color1);
}

.main_bg .content .hicon-left span {
    color: var(--color1);
}

.body-page-1 .node-1 h1 {
    color: var(--color1) !important;
}

.sous-titre span,.sous-titre {
    color: #d31d1d;
    font-size: 16px;
    text-transform: none;
    display: inline-block;
    margin-top: 2px;
}

h2,.h2 {
    font-size: 30px;
}

h3,.h3 {
    font-size: 25px;
}

h4,.h4 {
    font-size: 21px;
}

h5,.h5 {
    font-size: 18px;
}

h6,.h6 {
    font-size: 16px;
}

.bg {
    background-color: #f4f6f7;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bg01 {
    background-image: url('../images/bg01.jpg');
}

.bg02 {
    background-image: url('../images/bg02.jpg');
}

.bg03 {
    background-image: url('../images/bg03.jpg');
}

.bg04 {
    background-image: url('../images/bg04.jpg');
}

hr {
    background-color: #dddddd;
    border: none;
    width: 100%;
    height: 1px;
    margin: 20px auto 50px;
    clear: both;
}

hr.sep {
    background-color: rgb(45, 45, 45);
    border: none;
    width: 100%;
    height: 1px;
    margin: 10px auto 30px;
    clear: both;
}

.reserveFormSeparator {
    border-right: 1px solid #393939;
}

ul li.niveau2, ol li.niveau2 {
    margin-left: 30px;
    text-align: left;
}

img.blazy {
    width: 100%;
    background-image: url('../images/bx_loader.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #ddd;
}

img.blazy.b-error {
    background-image: url('../images/noImage.png');
    background-size: auto;
}

.blazy {
    width: 100%;
    background-image: url('../images/bx_loader.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #ddd;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-size: 30px;
}

.headerSlider .sliderBg .bxslider .blazy {
    height: 50vh;
}

.body-page-1 .headerSlider .sliderBg .bxslider .blazy {
    height: 100vh;
}

.blazy img {
    width: 100%;
}

.sliderBg .bx-wrapper img {
    height: 50vh;
}

.body-page-1 .sliderBg .bx-wrapper img {
    height: 100vh !important;
}

.blazy.b-error {
    background-image: url('../images/noImage.png');
    background-size: auto;
}

.blazy.imgLoaded {
    background-size: cover;
}

p.callTracker span {
    font-weight: bold;
    text-decoration: underline;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px;
}

.callTracker {
    /*width: 173px; overflow: hidden;height: 33px;*/
    position: relative;
}

.callTracker span,.callTracker a {
    display: inline-block;
    text-align: left;
    /*position: absolute;left: 30px;top: 0px;width: 160px;*/
    min-width: 145px;
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    line-height: 1.64em;
    text-decoration: none;
}

.callTracker .t_phone {
    opacity: 0;
    display: none;
}

.callTracker .t_affiche {
    cursor: pointer;
}

header .callTracker span,header .callTracker a {
    top: 5px;
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block;
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.pied .callTracker a,.coordonnees .callTracker a {
    position: relative;
    left: 0px;
}

.footer .callTracker span.t_affiche {
    font-weight: bold;
    text-decoration: underline;
}

.header02bg img {
    width: 100%;
}

.navbarBg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    margin: 0;
    height: 110px;
}

.nav_header {
    display: block;
    z-index: 9999;
    position: relative;
    top: 0;
    float: right;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    background-color: #252525;
}

.nav_header li {
    display: inline-block;
    list-style: none;
    margin: 0;
    float: right;
}

.nav_header a,.nav_header button {
    font-size: 14px;
    color: var(--color1);
    display: inline-block;
    padding: 14px 15px;
    margin: 0;
    border: 1px solid transparent;
}

.nav_header a:hover,.nav_header button:hover {
    color: var(--color1);
    background-color: #2f2f2f;
    border: 1px solid var(--color1);
}

.nav_header .glyphicon {
    margin: 0 10px 0 0;
}

.headerAdress p img {
    vertical-align: sub;
}

.headerTop {
    padding: 12px 8% 60px;
    background-image: url('../images/shadow.png');
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-size: auto 100%;
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: #ffffff;
    letter-spacing: 1px;
}

.sidebar-left a,.sidebar-right a,.sidebar-bottom-controls a,.contactButton,.nav-item-active,.sidebar-form label,.sidebar-send-button,.sidebar-divider-text {
    color: #fff!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    background: #ffffff;
    width: 100%;
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden;
}

.top-logo img {
    position: absolute;
    left: 4px;
    top: 15px;
    max-height: 53px;
    max-width: 145px;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: #c90001;
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 1px #ffffff solid;
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/nav.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
}

.deploy-right-mail {
    border-left: 1px #ffffff solid;
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/mail.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0;
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    background-image: url(../images/menu-mobile-3/telephone.svg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute !important;
    right: 130px;
    top: 0;
}

.deploy-back-home {
    background-image: url(../images/menu-mobile-3/home.png);
    background-repeat: no-repeat;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.delete-right-sidebar {
    display: none;
    background-image: url(../images/menu-mobile-3/contact.png);
    background-repeat: no-repeat;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.sidebar-left {
    font-family: 'Nunito-Regular',Helvetica!important;
    width: 270px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -270px;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-scroll-left {
    padding-right: 20px;
    left: 0;
    width: 310px;
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scroll: touch!important;
    height: 100%;
    background-color: #c31c26;
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto !important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color0);
}

.sidebar-right {
    font-family: 'Nunito-Regular',Helvetica!important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-decoration {
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    height: 2px;
    margin-bottom: 15px
}

.sidebar-left a,.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0);
    z-index: 1;
}

.sidebar-header-left {
    height: 65px;
    background-color: #c90001;
    position: relative
}

.sidebar-left-logo {
    max-height: 75px;
    position: absolute;
    top: -2px;
    left: 8px;
    margin-right: 179px;
}

.sidebar-right-logo {
    margin-left: 0;
    top: 7px;
    right: 16px;
    max-width: 180px;
    float: right;
    max-height: 48px;
    position: relative;
}

.close-sidebar-left {
    background-image: url(../images/menu-mobile-3/left-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 205px;
    display: block
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #fff !important;
    background: #1a1a1a;
}

.home-nav {
    background-image: url(../images/menu-mobile-3/home.png)
}

.info-nav {
    background-image: url(../images/menu-mobile-3/infoabout.png)
}

.folio-nav {
    background-image: url(../images/menu-mobile-3/bendedright.png)
}

.mail-nav {
    background-image: url(../images/menu-mobile-3/mail.svg)
}

.newsletter-nav {
    background-image: url(../images/menu-mobile-3/rss.png)
}

.call-nav {
    background-image: url(../images/menu-mobile-3/phonehook.svg)
}

.text-nav {
    background-image: url(../images/menu-mobile-3/speechbubble4.png)
}

.facebook-nav {
    background-image: url(../images/menu-mobile-3/facebook.png)
}

.twitter-nav {
    background-image: url(../images/menu-mobile-3/twitter.png)
}

.sidebar-bottom-controls {
    background-color: #c90001;
}

.sidebar-bottom-controls p {
    margin-top: 3px;
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 10px;
    display: block
}

.facebook-bottom {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/facebook.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.twitter-bottom {
    display: block;
    background-image: url(../images/menu-mobile-3/twitter.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.close-bottom-left,.close-bottom-right {
    display: block;
    padding-top: 26px;
    background-image: url(../images/menu-mobile-3/accessdenied.png);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: 16px 16px;
    height: 50px;
    margin-top: -25px
}

.nav-item {
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: 22px auto;
    background-color: #c9323b;
    height: 60px;
    line-height: 61.5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    margin-bottom: 1px;
}

.icon-active {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/location.png);
    background-size: 10px 15px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-page {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 240px
}

.icon-drop {
    position: absolute;
    background-image: url(../images/menu-mobile-3/left-sidebar/godrop.png);
    background-size: 10px 8px;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 15px;
    top: 19px;
    left: 239px
}

.submenu a {
    text-shadow: 0 2px 0 rgba(0,0,0,1);
    background-image: url(../images/menu-mobile-3/sidebar-deco.png);
    background-repeat: repeat-x;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a em {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    float: left;
    width: 10px;
    height: 15px;
    display: block;
    margin-top: 5px;
    padding-right: 35px
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-notifications a {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 38px;
    margin-left: 20px;
    font-size: 10px;
    color: #878787;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color0);
    position: relative;
}

.close-sidebar-right {
    background-image: url(../images/menu-mobile-3/right-chevron.svg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left, .sidebar-right .close-sidebar-right {
    position: absolute !important;
}

.right-sidebar-copyright {
    margin: 20px 0
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: #363636;
    padding-left: 18px;
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0;
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none;
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom, #c90001, #c90001);
    padding-top: 18px;
    padding-bottom: 18px;
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/menu-mobile-3/left-sidebar/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto;
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    text-decoration: none !important;
    line-height: 16px;
    font-size: 14px;
    background-image: url(../images/menu-mobile-3/bendedright.svg);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: 8px auto;
    text-transform: uppercase;
    color: #fff;
    height: 60px;
    background-repeat: no-repeat;
    padding-left: 29px;
    background-position: 6px 20.9px;
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none;
    color: #BEBEBE
}

.small-notification p {
    margin: 10px 13px;
    padding-bottom: 2px;
    line-height: 18px
}

.text-input {
    overflow: hidden;
    position: relative;
    font-size: 11px;
    color: #666;
    width: 230px;
    margin-left: 20px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d
}

#contactEmail {
    margin-bottom: -5px!important
}

#contactMessage {
    display: none
}

#contactName {
    display: none;
    margin-bottom: 10px
}

#left_label_name {
    overflow: hidden;
    position: relative;
    display: none;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

#name_label {
    overflow: hidden;
    position: relative;
    display: none;
    margin-top: 20px;
    margin-left: 20px;
    font-family: 'Lato',sans-serif;
    font-size: 12px;
    color: #c5c5c5
}

#email_label {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
    color: #c5c5c5;
    display: block;
    overflow: hidden;
    position: relative
}

#left_label_mail {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 18px;
    text-align: left;
    margin-left: 200px;
    font-size: 11px;
    color: #8c8c8c;
    opacity: .3;
    font-family: 'Open Sans',sans-serif;
    margin-top: -20px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.contact-button-house {
    line-height: 18px;
    margin-bottom: 20px;
    font-size: 11px;
    display: block;
    overflow: hidden;
    position: relative;
    vertical-align: baseline;
    outline: none
}

.contactButton {
    display: block;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
    height: 36px;
    font-family: 'Lato',sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 230px;
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d
}

.buttonWrap {
    padding: 10px!important;
    min-width: 43%
}

.contactSubmitButton {
    display: block!important;
    height: 36px!important;
    margin-right: 4px;
    float: left;
    margin-bottom: 20px
}

.contactNameField {
    padding-bottom: 5px;
    font-size: 12px
}

.contactField {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

.contactTextarea {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 18px;
    height: 90px;
    padding: 9px 12px
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.sidebar-form {
    display: none;
    margin-left: 20px;
    width: 230px;
    box-sizing: border-box
}

.sidebar-form2 {
    display: none
}

.sidebar-form label {
    font-size: 13px;
    border-radius: 0!important;
    color: #c5c5c5;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
    opacity: .8;
    filter: alpha(opacity=80)
}

.sidebar-form label span {
    text-transform: lowercase;
    float: right;
    opacity: .5
}

.sidebar-form input {
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d
}

.sidebar-form textarea {
    background-color: rgba(255,255,255,0.1);
    border: solid 1px #3d3d3d;
    margin-bottom: 0
}

.sidebar-send-button {
    font-size: 13px;
    display: block;
    width: 100%;
    color: #d2d2d2;
    font-family: 'Lato',sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.success-subscribe {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px
}

.sidebar-form {
    margin-bottom: 0!important;
    margin-top: -10px!important
}

.sidebar-form .formSuccessMessageWrap {
    width: 230px;
    margin-top: 20px;
    margin-bottom: 0
}

.sidebar-form .small-notification {
    margin-top: 20px
}

.sidebar-form #emailError {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.sidebar-form #emailError2 {
    margin-top: 20px;
    width: 230px;
    margin-left: 20px;
    border-radius: 0;
    height: 36px
}

.sidebar-form #emailError2 p {
    text-align: center;
    color: #ff8181;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.subscribe-notification {
    width: 230px!important;
    margin-left: 20px;
    border-radius: 0!important;
    margin-bottom: -15px!important;
    margin-top: 20px!important;
    background-image: none!important
}

.subscribe-notification p {
    background-image: none!important;
    text-align: center;
    color: #ff8181!important;
    margin: 8px 0;
    display: block;
    text-transform: uppercase;
    padding-left: 0;
    margin-top: 20px
}

.formValidationError {
    margin-bottom: -15px
}

.sidebar-form .formValidationError div {
    margin-top: 20px;
    width: 230px;
    border-radius: 0!important;
    height: 36px;
    margin-top: 20px!important
}

.sidebar-form .formSubmitButtonErrorsWrap {
    overflow: visible!important;
    margin-bottom: 20px
}

.sidebar-form .formValidationError p {
    text-align: center;
    color: #ff8181!important;
    margin: 8px 0;
    display: block;
    background-image: none;
    text-transform: uppercase;
    padding-left: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: none
}

.red-notification {
    background-color: rgba(219,84,84,0.5);
    border-radius: 5px;
    border: solid 1px #c90001
}

.formValidationError .red-notification p {
    background-image: none!important;
    display: block!important;
    padding-left: 0!important;
    text-align: center!important
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.notification-box {
    text-align: center;
}

.notification-box h4 {
    margin-bottom: 0;
}

.notification-box p {
    color: #fff;
}

.formSuccessMessageWrap h4 {
    color: lime;
}

.sidebar-left .btn-favoris {
    position: absolute;
    margin: 0px 0 0 0;
    top: 0;
    right: 3px;
    overflow: hidden;
    text-indent: 110px;
    background: url(../images/svg/ico-fav.svg) no-repeat center center;
    background-size: 20px;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 48px;
}

.header1Bg {
    position: absolute;
    width: 100%;
    padding: 0 0 0;
    z-index: 10;
}

.header1Bg .tableGrid {
    height: 80px;
    background-color: #fff;
}

.header1Bg ul {
    margin: 0;
    padding: 0;
    text-align: right;
    display: flex;
    justify-content: center;
}

.header1Bg ul i {
    color: var(--color1);
    font-size: 22px;
    margin: auto;
}

.header1Bg ul li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
}

.header1Bg ul li p {
    font-size: 16px;
    color: var(--color4);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 5px 15px 5px 15px;
    text-align: left;
    margin-right: 20px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 18px;
    margin-bottom: 0;
}

.header1Bg ul li p strong {
    color: #919191;
}

.header2 {
    z-index: 9;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
}

#headerTopBg {
    position: relative;
    top: 0;
    z-index: 35;
    left: 0;
    width: 100%;
    height: 62px;
    opacity: 1;
    visibility: visible;
    display: table;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: var(--color1);
}

.headerTopBgInner {
    display: table-cell;
    vertical-align: middle;
}

.navbar-brand-2 {
    position: relative;
    left: -300px;
    display: block;
    width: 0;
    padding: 0;
}

.opened #headerTopBg {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#headerMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header01bg {
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 20px 60px 0;
}

.header02bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    display: table;
    z-index: 2;
}

.navbar-header {
    position: relative;
    top: 0;
    height: 100%;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 0 0;
    z-index: 0;
}

.navbar-brand {
    display: inline-block;
    margin: 0 auto 0;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    line-height: 1;
    height: auto;
    vertical-align: middle;
    float: none;
    width: 100%;
    text-align: left;
}

.navbar-brand>img {
    position: relative;
    display: inline-block;
}

.papillon {
    position: absolute;
    top: -30px;
    right: -140px;
}

.navbar {
    border-radius: 0;
    border: none;
    float: left;
    display: block;
    margin-bottom: 0;
    --moz-transform: translateX(0);
    --ms-transform: translateX(0);
    --o-transform: translateX(0);
    --moz-transform-origin: 0 0;
    --ms-transform-origin: 0 0;
    --o-transform-origin: 0 0;
    opacity: 1;
}

.NavOpened .navbar {
    z-index: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.navbar .navbar-nav {
    position: relative;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.navbar-nav>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
    float: none;
    text-align: right;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child:before {
    display: none;
}

.navbar-nav>li>a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-radius: 0;
    line-height: normal;
    z-index: 0;
    padding: 22px 18px;
    height: 62px;
    width: 100%;
    border: none;
    font-weight: 400;
}

.navbar-nav>li>a.active,.navbar-nav>.active>a,.navbar-nav>.active>a:hover,.navbar-nav>.active>a:focus,.navbar-nav>li>a:hover,.navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: #191919;
    border-bottom: none;
    opacity: 1;
}

.navbar-nav>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    height: 4px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: var(--color0);
    background-image: url('../images/hover.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.navbar-nav>.active>a:before,.navbar-nav>.active>a:hover:before,.navbar-nav>.active>a:focus:before,.navbar-nav>li>a:hover:before,.navbar-nav>li>a:focus:before {
    bottom: 0;
    opacity: 1;
}

#menu_principal .nav-item-sep {
    width: 10px;
    height: 100%;
    background-image: url('../images/nav-item-sep.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#menu_principal li.nav-item-sep:last-child {
    background-image: none;
}

#menu_principal li.menu-item-50 + li {
    background-image: none;
}

.navbar-nav ul.sub-menu {
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 1;
    padding-top: 12px;
    opacity: 1;
    padding: 0;
    list-style: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.hasSubMenu>a {
    background-image: url('../images/subMenuArrow.png');
    background-repeat: no-repeat;
    background-position: 100% 28%;
}

.navbar-nav ul.sub-menu>li>a {
    padding: 1vh 0;
    font-size: 1.4vw;
    color: #8dbdff;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    border-bottom: 0 solid #1f263c;
}

.navbar-nav ul.sub-menu>li.active>a,.navbar-nav ul.sub-menu>li>a:focus,.navbar-nav ul.sub-menu>li>a:hover {
    padding: 1vh 1vh;
    color: #fff;
    background-color: #2f3a58;
    text-decoration: none;
}

.btn {
    border: none;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0;
    font-weight: 100;
    outline: none;
    position: relative;
    border-radius: 0;
    font-size: inherit;
}

.btn.focus, .btn:focus, .btn:hover {
    color: var(--color1);
    text-decoration: none;
}

.btn:before,.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover,.btn:focus,.btn:active,.btn.active,.open .dropdown-toggle.btn {
    outline: none;
}

.btn-lg {
    padding: 10px 30px;
    font-size: 22px;
    font-size: 2.2rem;
}

.btn-fixed {
    width: 205px;
}

.btn-primary {
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    background-color: var(--color1);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solidvar (--color3);
    text-transform: uppercase;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    background-color: var(--color2);
    border: 1px solid var(--color2);
    color: #ffffff;
    text-decoration: none;
    box-shadow: none;
}

.btn-primary:hover:after {
    height: 200%;
    opacity: 1;
    transition-delay: .1s;
}

.btn-primary:active:after {
    height: 400%;
    opacity: 1;
}

.btn-primary:hover:before {
    transition-duration: .5s;
    height: 400%;
    opacity: 0;
}

.btn-primary:active:before {
    height: 600%;
    opacity: 0;
}

#infinite-scroll-button {
    border: 2px solid var(--color1);
    color: var(--color1);
    background-color: #fff;
    background-image: url(../images/svg/plus.svg);
    background-position: 96% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 15px 60px 15px 15px;
    text-transform: uppercase;
}

#infinite-scroll-button:focus,#infinite-scroll-button:hover {
    border: 2px solid var(--color1);
    background-color: var(--color1);
    color: #fff;
    background-image: url(../images/svg/plus-h.svg);
}

.icon {
    padding: 0 0 0 22px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.icon01 {
    background-image: url('../images/icon01.png');
}

.icon02 {
    background-image: url('../images/icon02.png');
}

.icon03 {
    background-image: url('../images/icon03.png');
}

.icon04 {
    background-image: url('../images/icon04.png');
}

#mainWrap {
    z-index: 0;
    position: relative;
    background-color: #f4f6f7;
}

.main_bg {
    padding-top: 80px;
    padding-bottom: 40px;
    min-height: 600px;
    z-index: 1;
    position: relative;
    background-color: #fff;
}

.body-garage-item .main_bg,.body-garage-list .main_bg {
    padding-top: 20px;
    padding-bottom: 40px;
}

.body-page-1 .main_bg {
    min-height: initial;
    padding: 0;
}

.page.node-1 {
    background-color: var(--bg-facultatif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.body-pageseo .main_bg {
    background-color: #f5f5f5;
}

.tel {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    float: left;
    margin: 0;
    height: auto;
}

.tel p {
    display: table-cell;
    color: #fff;
    font-size: 19px;
    margin-bottom: 0;
    vertical-align: middle;
    text-transform: uppercase;
}

.tel img {
    margin-left: 11px;
    position: relative;
}

.accrocheBg {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    transform: translateY(-50%);
}

.body-page-1 .accrocheBg {
    display: table;
}

.accroche {
    position: relative;
    padding: 0 0 0;
    z-index: 0;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
}

.accrocheInner {
    margin: 0 auto;
    right: 0;
    left: 0;
    align-self: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 80%;
    text-align: left;
}

.accrocheInner .btn-1 {
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
    height: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.accrocheInner .btn-1:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    z-index: -1;
    border-radius: 3px;
    background: var(--color1);
}

.accrocheInner .btn-1:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    z-index: -1;
    background: var(--color1);
}

.accrocheInner .btn-1:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.accrocheInner .btn-1:hover {
    color: var(--color1);
    border: 2px solid var(--color1);
    background: transparent;
}

.accrocheInner .btn-1:hover:after {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.accroche p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    font-family: var(--font_family_1);
    font-weight: 500;
    line-height: 50px;
}

.accrochea {
    font-size: 15px;
    color: var(--color0);
    font-weight: 500;
    font-family: var(--font_family_1);
    padding: 14px 10px;
    border: 3px solid var(--color1);
    position: relative;
    background-color: var(--color1);
}

.accrochea:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    z-index: -1;
    border-radius: 3px;
    background: var(--color1);
}

.accrochea:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.accrochea:hover:after {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.accrochea:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    z-index: -1;
    background: var(--color1);
}

.accrochea:focus,.accrochea:hover {
    color: #fff;
    text-decoration: none;
    background: transparent;
}

.btn-partage-1 p {
    font-size: 16px;
    color: #797979;
    display: table-cell;
    float: none;
    margin-bottom: 0;
    vertical-align: middle;
}

.btn-partage-1 .btnp {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 400ms ease;
    margin: 0px 10px 0px 0px;
    opacity: 1;
    float: none;
    border-radius: 50%;
    background-size: 20px;
}

.btn-partage-1 .btnp:hover {
    transform: rotate(0);
    background-color: var(--color3);
}

.btn-partage-1 .btnp.btn-fb {
    background-image: url('../images/svg/f.svg');
}

.btn-partage-1 .btnp.btn-twitter {
    background-image: url('../images/svg/t.svg');
}

.btn-partage-1 .btnp.btn-google {
    background-image: url('../images/svg/g.svg');
}

.btn-partage-2 p {
    font-size: 16px;
    color: #797979;
    display: table-cell;
    float: none;
    margin-bottom: 0;
    vertical-align: middle;
}

.btn-partage-2 .btnp {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 400ms ease;
    margin: 0px 10px 0px 0px;
    opacity: 1;
    float: none;
    border-radius: 50px;
    background-color: #bdbdbd;
    background-size: 15px;
}

.btn-partage-2 .btnp:hover {
    transform: rotate(0);
    background-color: #cc1111;
}

.btn-partage-2 .btnp.btn-fb {
    background-image: url('../images/svg/f.svg');
}

.btn-partage-2 .btnp.btn-twitter {
    background-image: url('../images/svg/t.svg');
}

.btn-partage-2 .btnp.btn-google {
    background-image: url('../images/svg/g.svg');
}

.boutons_like {
    text-align: center;
    margin-top: 10px;
}

.banner {
    width: 100%;
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto 0;
}

.banner:before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    pointer-events: none;
}

.body-page-1 .banner:before {
    display: none;
}

.banner img {
    width: 100%;
    height: 44vh;
    z-index: 10;
}

.body-page-1 .banner img {
    height: 112vh;
}

.banner .blazy {
    position: relative;
}

.body-page-1 .banner .blazy {
    height: 142px;
}

.headerSlider {
    position: relative;
    height: 50vh;
}

.body-page-1 .headerSlider {
    height: 100vh;
}

.sliderBg {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    background-color: #151515;
    z-index: 0;
    overflow: hidden;
}

.headerSlider .sliderBg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .5;
}

.sliderBg .bx-pager,.sliderBg .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
    right: 0;
}

.body-pageseo .sliderBg:after,.body-page-1 .sliderBg:after {
    display: block;
}

#bxControls {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 2;
    padding-left: 0;
    list-style: none;
    display: inline-block;
    width: 12px;
    margin: 2px 0;
    transform: translateY(-50%);
}

#bxControls .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 5px 5px;
    position: relative;
}

#bxControls .bx-pager {
    padding-top: 0;
    bottom: 0;
}

#bxControls .bx-pager.bx-default-pager a {
    border: 1px solid #fff;
    background-color: #ffffff !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    display: block;
    width: 16px;
    margin: 0 auto 0;
    height: 16px;
    outline: 0;
    opacity: 1;
    border-radius: 50px !important;
}

#bxControls .bx-pager.bx-default-pager a.active ,#bxControls .bx-pager.bx-default-pager a:hover {
    background-color: var(--color1) !important;
}

#bxControls .bx-pager.bx-default-pager a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: -7.5px;
    opacity: 0;
    width: 15px;
    height: 15px;
    border: 0px solid #ffffff;
    border-radius: 50px;
}

#bxControls .bx-pager.bx-default-pager a.active:before,#bxControls .bx-pager.bx-default-pager a:hover:before {
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
    width: 15px;
    height: 15px;
    opacity: 1;
    transform: scale(1);
}

#bx-pager {
    height: 224px;
    position: absolute;
    width: 316px;
    margin: 0 auto;
    bottom: 50%;
    margin-bottom: -112px;
    right: 13vw;
    z-index: 3;
}

#bx-pager a {
    width: 314px;
    height: auto;
    display: inline-block;
    border: 4px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 3;
    box-shadow: 0 0 50px rgba(0, 0, 0, .4);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

#bx-pager a:hover {
    border: 4px solid #ff1818;
    box-shadow: 0 0 50px rgba(0, 0, 0, .4);
}

#bx-pager a.active {
    z-index: 4;
    box-shadow: 0 0 50px rgba(0, 0, 0, .4);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#bx-pager a:nth-child(1) {
    left: 22%;
}

#bx-pager a:nth-child(2) {
    top: 30%;
}

#bx-pager a:nth-child(3) {
    left: -30%;
    top: -30%;
}

.pageseo hr {
    margin: 20px auto 20px;
}

.pageseo .content {
    margin-bottom: 0;
}

.beforeFooter {
    position: relative;
    padding: 18px 100px 0!important;
    background-color: #2f2f2f;
    background-image: url(../images/beforeFooter.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    margin-bottom: 0;
    width: 100%;
}

.body-pageseo .beforeFooter,.body-page-1 .beforeFooter {
    margin-bottom: 0;
}

.beforeFooter .h {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}

.beforeFooter p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 80px;
    text-align: left;
}

.beforeFooter ul {
    text-align: left;
    padding-left: 70px;
}

.beforeFooter ul li {
    font-size: 18px;
    color: var(--color1);
    line-height: 1.6;
    list-style-image: url(../images/puceApp.png);
    display: list-item;
    list-style: none;
}

.beforeFooter ul li span {
    color: #919191;
    font-size: 20px;
    padding-left: 10px;
}

.beforeFooter .storeLinks {
    padding: 0;
    display: inline-block;
    margin: 10px 10px 0 0;
}

.storeLinksBg {
    margin: 20px 0 0;
    text-align: left;
    padding: 0 0px 0 70px;
}

.storeLinksBg p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.beforeFooterImg02 {
    float: right;
}

.qrCode {
    position: relative;
    top: 8px;
    right: 0;
    font-size: 20px;
    color: #fff;
    width: 171px;
    text-align: left;
    text-transform: uppercase;
    display: block;
}

.qrCode span {
    padding-top: 10px;
    display: inline-block;
}

.spContainer {
    width: 100%;
    height: 425px;
    position: relative;
    z-index: 0;
}

.sp {
    top: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.sp01 {
    background-image: url('../images/sp01.png');
    z-index: 3;
    width: 432px;
    height: 510px;
    top: -62px;
    left: initial;
    right: 250px;
}

.sp02 {
    background-image: url('../images/sp02.png');
    z-index: 1;
    width: 424px;
    height: 504px;
    top: -62px;
    right: 115px;
    left: initial;
}

.sp03 {
    background-image: url('../images/sp03.png');
    z-index: 1;
    width: 431px;
    height: 517px;
    top: -62px;
    right: 0;
    left: initial;
}

.help-block {
    font-size: 1.2rem;
}

.help-block {
    color: #a94442;
}

#footer {
    position: relative;
}

.footer {
    background-color: #ffffff;
}

.footerBg01 {
    background-color: #151515;
    padding: 60px 30px 30px;
    color: #fff;
}

.footerBg01 .h {
    font-size: 18px;
    color: var(--color1);
    border-bottom: 0px solid #4993c3;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.footerBg01 .hicon:after {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}

.footerBg01 p {
    font-size: 18px;
    color: #919191;
}

.footerBg02 {
    background-color: #101010;
    padding: 30px 0 30px;
}

.footerBg02-firstRow {
    padding: 20px 0 10px;
}

.menu_footer_bg {
    background-color: transparent;
    padding: 0;
}

.menu_footer {
    display: table;
    padding: 0 0 30px;
    margin: 0 auto;
    line-height: normal;
}

.menu_footer> li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    border-right: 0px solid #956121;
    line-height: 2.2;
    white-space: nowrap;
}

.menu_footer> li:before {
    padding: 0 0;
    color: var(--color1);
    content: '\276F';
}

.content ul li:before {
    padding: 0 0;
    color: var(--color1);
    content: '\276F';
    margin-right: 5px;
}

.menu_footer li a {
    font-size: 18px;
    color: #919191;
    line-height: normal;
    text-decoration: none;
    font-weight: 100;
    padding: 3px 0px;
    border-radius: 50px;
    background-color: transparent;
    white-space: nowrap;
    padding-left: 6px;
}

.menu_footer li.active a,.menu_footer li a:hover,.menu_footer li a:focus {
    color: #fff;
    background-color: transparent;
}

.menu_footer li:last-child a,.menu_footer li:last-child {
    border-right: none;
}

.menu_ref_bg {
    min-height: 150px;
}

.menu_referencement {
    text-align: justify;
    min-height: initial;
    width: 100%;
    padding: 0;
    height: auto;
    float: left;
    line-height: normal;
}

.menu_referencement li {
    display: inline-block;
    display: inline;
    list-style-position: inside;
}

.menu_referencement li:before {
    content: ' - ';
    color: #919191;
    margin: 0;
}

.menu_referencement li:first-child:before {
    display: none;
}

.menu_referencement li a {
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    color: #919191;
    font-weight: 100;
    background-color: transparent;
    font-size: 18px;
}

.menu_referencement li.active a,.menu_referencement li a:hover,.menu_referencement li a:focus {
    text-decoration: none;
    color: #fff;
}

.signature {
    width: 100%;
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block;
    text-align: center;
}

.signature p {
    margin-bottom: 0 !important
}

.signature_link {
    margin: 0;
    display: block;
    color: #537700;
    font-size: 12px;
    text-align: center;
    line-height: 4px;
    text-decoration: none;
    font-style: italic;
    z-index: 3;
}

.signature_link:hover {
    color: #537700;
    text-decoration: underline;
}

.signature_link img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

#logoFD svg * {
    fill: #919191;
}

#logoFD svg {
    width: 190px;
}

div#___plusone_0 {
    width: 58px!important;
}

.contact-plus-bg p {
    color: #969696;
}

.contact-plus-left {
    padding: 40px 50px;
    background-color: transparent;
    border: 3px solid #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, .15),0 0 22px rgba(0, 0, 0, .15) inset;
}

.contact-plus-left .h {
    font-size: 36px;
    letter-spacing: 0;
    margin: 0 0 50px 0;
}

.address {
    display: table;
}

.address li {
    display: table-row;
}

.address li p {
    display: table-cell;
    vertical-align: top;
    font-size: 18px;
    padding-bottom: 30px;
    line-height: normal;
}

.address li img {
    margin: 0px 16px 10px 0;
}

.address {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--color1);
    background-repeat: no-repeat;
    background-position: 50% 0;
    border-bottom: none;
    border-radius: 0;
    float: left;
    text-align: left;
    margin-bottom: 0;
    padding: 50px 0px 30px 60px;
}

.address .h {
    font-size: 19px;
    color: #2176b4;
    margin: 0 0 30px;
}

.addressP {
    margin-bottom: 30px;
    float: none;
    display: table;
    vertical-align: middle;
}

.addressP.addressP03 {
    display: block;
    padding-left: 75px;
}

.addressP.addressP03:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    top: 0;
    background-image: url(../images/icon3.svg);
}

.address p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--color0);
    margin-bottom: 0;
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.address strong {
    color: var(--color0);
    font-weight: 700;
}

.address img {
    margin: 0 17px 0 0;
    float: none;
    display: table-cell;
    width: 60px;
}

.body-contact .address02 {
    margin-bottom: 60px;
    text-align: center;
}

.body-contact .address02 p {
    text-align: left;
    font-size: 19px;
    color: #878787;
}

.body-contact .address02 p strong {
    font-size: 21px;
    color: #4e4e4e;
}

.footer_address {
    position: relative;
    margin-bottom: 0;
}

.footer_address p,.footer_address a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #9f9f9f;
    font-weight: bold;
    letter-spacing: 0;
}

.footer_address p {
    padding-top: 13px;
}

.nav-pills {
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
}

.nav-pills>li+li {
    margin: 0 10px;
}

.nav-pills li {
    margin: 0 10px 0;
    position: relative;
    display: inline-block;
    float: none;
}

.nav-pills {
    padding-top: 0;
}

.nav-pills>li>a {
    display: inline-block;
    background-color: transparent;
    float: none;
    width: 100%;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    z-index: 0;
    margin: 0 0px 15px;
    border-radius: 0;
    font-weight: 100;
    border: 0px solid #919191;
    min-width: 199px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus,.nav-pills>li>a:hover, .nav-pills>li>a:focus {
    color: #252525;
    background-color: transparent;
    border: 0 solid #537700;
    text-decoration: none;
}

.nav-pills>li>a:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--color1);
    z-index: -1;
}

.nav-pills>li.active>a:before, .nav-pills>li.active>a:hover:before, .nav-pills>li.active>a:focus:before,.nav-pills>li>a:hover:before, .nav-pills>li>a:focus:before {
    height: 100%;
}

.gallery {
    margin-bottom: 0;
}

.blockCenter {
    padding: 0 10%;
    margin-bottom: 0px;
    width: 80%;
    margin: 0 auto 30px;
}

.isGallery-49 .container {
    width: 100%;
}

.img-thumbnail {
    line-height: 1.42857143;
    background-color: transparent;
    margin: 0 0 30px;
    border: 0px solid #fff;
    border-radius: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    display: block;
    position: relative;
    opacity: 1;
    z-index: 1;
    background-image: url('../images/img-thumbnail_bg.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 0;
}

.img-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.loader {
    background-image: url('../images/bx_loader.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto!important;
}

.img-thumbnail:hover {
    border: 0px solid #fff;
}

.img_thumbnail_item {
    border: 0 solid #000!important;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.img_thumbnail_item_mask {
    color: var(--color2);
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    border: 0 solid;
    background-color: #f9b20a66;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 50%;
    right: 0;
    opacity: 0;
    width: 90%;
    height: 90%;
    transform: translate(-50%,-50%);
}

.img_thumbnail_item_mask:after {
    content: '';
    position: absolute;
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 0;
    height: 0;
    bottom: 30%;
    left: 50%;
    margin-bottom: 0;
    margin-left: 0;
    opacity: 0;
    border-radius: 50%;
    transition-delay: .2s!important;
}

.img-thumbnail:hover .img_thumbnail_item_mask:after {
    width: 60px;
    height: 60px;
    bottom: 50%;
    left: 50%;
    margin-bottom: -30px;
    margin-left: -30px;
    opacity: 1;
}

.img-thumbnail:hover .img_thumbnail_item_mask {
    opacity: 1;
}

.img_thumbnail_multiple,.img_thumbnail_multiple a {
    height: auto;
}

.img_thumbnail_figcaption {
    background-color: transparent;
}

.mapsBg {
    background-color: #f2f2f2;
    position: relative;
}

.mapsBg .map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mapsBg .map>div,.mapsBg .map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.partage {
    width: 100%;
    margin: 10px 0 0;
    z-index: 3;
    position: relative;
    float: none;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: text-bottom;
}

.btn-like {
    padding-top: 0;
    text-align: left;
}

.content {
    padding: 0 10%;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    float: left;
    text-align: justify;
}

.body-contact .content {
    padding: 0 20%;
}

.scroll01 {
    max-height: none !important;
}

.node-1 .content {
    padding: 50px 10% 50px 0%;
    margin-bottom: 0;
}

.body-garage-item .content {
    margin-bottom: 0;
}

.lirePlus {
    color: var(--color0);
    padding: 14px 24px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    display: inline-block;
    margin-top: 20px;
    margin-right: 50px;
    border: 0px solid transparent;
    background-color: var(--color1);
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    font-family: var(--font_family_1);
}

.lirePlus:after {
    content: '';
    height: 100%;
    width: 50px;
    right: -50px;
    top: 0;
    display: block;
    position: absolute;
    background-image: url('../images/svg/lirePlus.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50% 50%;
    background-color: var(--color2);
}

.lirePlus:hover {
    color: #fff;
    background-color: #000;
    border: 0px solid #000;
    text-decoration: none;
}

.gallery .content {
    padding: 0 10%;
    position: relative;
    margin-bottom: 50px;
}

.contentStyle {
    padding: 0 0 0 0px;
    margin: 0 0 0 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0);
}

.vis {
    position: relative;
}

.blazy.vis01 img {
    width: 100%;
}

.blazy.vis01.imgLoaded {
    background-size: contain;
    background-position: 0 50%;
    background-color: transparent;
    padding: 0;
    background-image: none;
    display: block;
    margin: 0 auto;
    height: auto;
}

.mainSectionSlider {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mainSectionSlider img {
    width: 100%;
}

.body-contact .section.contact01 {
    position: relative;
    z-index: 1;
}

.reservation .encartInner {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.reservation .encartInner .h {
    text-align: center;
}

.reservation .datePickerZone {
    padding: 15px 0 0;
    width: 390px;
    margin: 0 auto;
}

.theReservationText {
    position: relative;
    width: auto;
    height: auto;
    z-index: 0;
    padding: 2vw 2vw;
    background-color: #fff;
    line-height: 2;
}

.ReservationBg .theReservationText .h {
    text-align: center;
    font-size: 24px;
    color: #c43350;
    border: none;
    text-transform: uppercase;
    line-height: 1.5;
}

.theReservationText p {
    color: #3b3b3b;
    font-size: 14px;
}

.theReservationText ol {
    padding-left: 10px;
    color: #3b3b3b;
    font-size: 14px;
    margin-left: 10px;
}

.theReservationText ol li {
    position: relative;
}

.centerservice2 {
    margin: 0 16% !important;
}

.centerservice {
    margin: 0 33% !important;
}

.content2 {
    padding: 0 10%;
    position: relative;
    margin-bottom: 50px;
}

.isServiceList .content {
    padding: 0;
    width: 100%;
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1pxrgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: var(--color1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:active {
    color: #fff;
}

.hvr-shutter-out-horizontal:hover:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

a.bouton-principal,button.bouton-principal {
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 50px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
}

.btn-service {
    text-align: center;
    margin: 10px 0;
}

.nosServicesBg {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.serviceInner {
    padding: 100px 0px;
    float: none;
    text-align: center;
    width: 568px;
    margin: 0 auto;
    display: block;
}

.linkList {
    padding: 0;
    margin: 0;
}

.linkList li {
    display: block;
    width: 100%;
}

.linkList li a {
    font-size: 18px;
    color: #fff;
    padding: 16px 40px 16px 16px;
    background-image: url(../images/svg/serviceIcon.svg);
    background-size: 25px;
    background-color: var(--color1);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    display: inline-block;
    margin: 0 0 10px 0;
    border: 1px solid var(--color1);
    min-width: 300px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.linkList li a:hover {
    color: #ffffff;
    border: 1px solid #000;
    background-color: #000;
    text-decoration: none;
}

.body-service-list .fluid-contenu .container {
    width: 100%;
    max-width: 100%;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) {
    direction: rtl;
}

.body-service-list .services .tableGrid.row:nth-of-type(even) {
    direction: ltr;
    background-color: #fff;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) [class*=col-] {
    direction: ltr;
}

.body-service-list .services .tableGrid.row .bodyContent {
    text-align: center;
    padding: 5vw 5vw;
    background: var(--bg-facultatif);
}

.isServiceList #main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.body-service-list .main_bg {
    padding-bottom: 0;
}

.service_sub_title {
    font-size: 22px;
    color: #a7a7a7;
    padding: 12px 0 5px;
}

.nosServicesBg .mainSectionSlider .show {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.nosServicesBg .mainSectionSlider .blazy {
    height: 100%;
    width: 100%;
    top: 0;
}

.services .mainSectionSlider .show {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.services .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    min-height: 300px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    overflow: hidden;
}

.services .mainSectionSlider li {
    height: 100%;
    overflow: hidden;
}

.body-service-list .services .row.tableGrid [class*=col-] {
    overflow: hidden;
}

.nosServicesBg .bx-wrapper {
    height: 100%;
}

.nosServicesBg .bx-viewport {
    height: 100%!important;
    min-height: 100%!important;
    max-height: 100%!important;
    width: 100%!important;
}

.nosServicesBg .mainSectionSliderBg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nosServicesBg .mainSectionSlider {
    height: 100%;
}

.services .bx-wrapper {
    height: 100%;
}

.services .bx-viewport {
    height: 100%!important;
    min-height: 300px!important;
    max-height: 100%!important;
    width: 100%!important;
}

.services .mainSectionSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nosServicesBg .bx-viewport li,.services .bx-viewport li {
    height: 100%;
}

.mainSectionSlider img {
    width: 100%;
}

.encartsBg {
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}

.encartsBg .encartInner01,.encartsBg .encartInner03 {
    width: 384px;
    height: 384px;
    border: 10px solid #fff;
    background-color: transparent;
    vertical-align: middle;
    text-align: center;
    margin: 120px auto;
    padding: 0;
    display: grid;
    align-content: center;
}

.encartInner.encartInner01 {
    display: table;
}

.encartsBg .encartInner01 a, .encartsBg .encartInner03 p {
    display: table-cell;
    vertical-align: middle;
    font-family: var(--font_family_2);
    font-weight: 600;
    padding: 0 25px;
}

.encartsBg p,.encartsBg a {
    font-size: 20px;
    color: #fff;
    display: inline;
    vertical-align: middle;
}

.encartsBg p strong {
    color: var(--color2);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
}

.encartsBg [class*=col-] {
    position: relative;
    background-repeat: no-repeat;
}

.encartsBg .tableGrid.fullWidth {
    max-width: 100%;
    margin: 0 auto;
}

.encartsBg .blazy[class*=col-] {
    width: 33.33%;
}

.encart:before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    position: absolute;
    z-index: -1;
    opacity: .8;
}

.encart {
    z-index: 0;
    text-align: center;
    position: relative;
    height: 640px;
}

.encart img {
    width: 100%;
}

.encart02:before {
    background-color: #fff;
}

.encartInner {
    display: inline-block;
    text-align: center;
    padding: 70px 40px;
    width: auto;
    position: relative;
    color: #fff;
    background-color: #fff;
}

.encartInner.encartInner02 {
    background-color: var(--color0);
}

.encartInner .h {
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    color: var(--color1);
}

.encartInner02 p {
    color: #252525;
}

.encartInner02 hr {
    background-color: var(--color1);
    height: 2px;
    margin: 0;
    width: 100%;
}

.encartInner a {
    margin: 0;
    text-decoration: none;
    color: var(--color2);
}

.encartInner03 {
    position: relative;
}

.plan-d-acces {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.zone-intervention-Bg {
    padding: 0 0 80px;
}

.AvisClientsBg {
    padding: 80px 0 80px;
}

.AvisClientsList {
    margin: 0;
    padding: 0;
}

.AvisClientsList li {
    list-style: none
}

.AvisClientsBg .h {
    text-align: center;
}

.AvisClients {
    position: relative;
    background-color: #131313;
    padding: 80px 20px 20px;
    text-align: center;
    height: 300px;
    margin-top: 100px;
}

.AvisClients .h {
    font-size: 18px;
    color: var(--color1);
    margin-bottom: 0;
}

.AvisClients p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.AvisClients .blazy {
    font-size: 16px;
    color: #fff;
    width: 128px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -64px;
}

.AvisClients img {
    font-size: 16px;
    color: #fff;
}

.AvisClientsBg .bx-pager {
    bottom: 17px;
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px;
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px;
}

.temoignageScroll {
    max-height: 90px;
    text-align: center;
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%;
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0;
}

.date_post {
    font-size: 12px;
    padding: 4px 0;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px;
}

.livre-elements {
    background-color: #131313;
    padding: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.livre-elements .blazy {
    width: 50%;
    margin: 0 auto 10px;
    border-radius: 50%;
}

.livre-elements .pseudo {
    margin-bottom: 10px;
}

.livre-elements .date {
    margin-bottom: 10px!important;
}

.livre-elements .etoiles {
    margin-bottom: 0!important;
}

.livre-elements .temoignage {
    text-align: justify;
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px;
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px;
}

.isCarte .container .section {
    padding: 0 0 0 0;
}

.isCarte #main {
    width: 100%;
    padding: 0;
}

.isCarte .container .section .group {
    width: 1330px;
    margin: 0 auto;
    float: none;
}

.carte .group-right>ul,.carte .group-left>ul {
    background-color: transparent;
}

.carte table {
    width: 100%;
}

.carte ul {
    padding: 0;
    margin: 0 0 0 0;
    float: left;
    width: 100%;
}

.carte td {
    padding: 10px 10px 10px 20px;
}

.carte li {
    list-style: none;
    padding: 15px;
    margin-bottom: 40px;
}

.carte li:nth-child(even) {
    background-color: #ffffff;
}

.carte .group {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.carte li:nth-child(even) .group {
    direction: rtl;
}

.carte li:nth-child(even) .group tr {
    direction: ltr;
}

.carte li:nth-child(even) {
    position: relative;
}

.carte li:nth-child(even):before {
    content: '';
    position: absolute;
    top: 0;
}

.carte .group-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #c43350;
    top: 15px;
    left: 0;
    z-index: -1;
    background-image: url('../images/dots3.png');
    background-repeat: repeat-x;
    background-position: 50% 0;
    display: none;
}

.carte .group .item:nth-child(even) {
    background-color: #fff;
}

.carte .item {
    padding: 10px 10px 10px 0px;
}

.carte .itemTr {
    border-bottom: 1px solid #e2e2e2;
}

.carte .item-title {
    color: #d31d1d;
    padding: 0;
    font-weight: 100;
    text-transform: uppercase;
}

.carte .item p {
    margin-bottom: 0;
    background-repeat: repeat-x;
    background-position: 50% 12px;
}

.carte .item .item-description,.carte .item small {
    color: #949494;
    font-size: 12px;
    text-align: justify;
    padding: 3px 3px 0 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 100;
    text-transform: none;
    font-style: italic;
}

.carte .price {
    float: none;
    color: #d31d1d;
    font-size: 21px;
    position: relative;
    font-weight: 100;
    text-align: center;
    width: 69px;
    vertical-align: bottom;
}

.carte .price:after {
    content: '';
    height: 40px;
    width: 1px;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.carte .price:last-child:after {
    display: none;
}

.carte .yesLabels .price {
    font-size: 17px;
}

.carte .labels .label {
    font-size: 12px;
}

.carte .item .yesLabels .price {
    border-right: 1px solid #ddd;
}

.carte .item .yesLabels .price:last-child {
    border-right: 0 solid #ddd;
}

.carte .label {
    margin-right: 0;
    border-radius: 0;
    color: #d31d1d;
    display: table-cell;
}

.carte .label:last-child {
    margin-right: 0;
}

.item p span.price:nth-child(3):after,p.header .price.label1:after {
    display: none;
}

.priceVide {
    text-align: center!important;
}

.carte .labels {
    border-bottom: 0 solid #7e0d10;
    margin-top: 0;
    margin-bottom: 0;
}

.carte .blazy {
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
    width: 30%;
    position: relative;
}

.carte .blazy a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.price.label {
    position: relative;
}

.section.carte .reserver {
    display: inline-block;
}

.section.carte .reserver img {
    vertical-align: text-top;
    margin: 3px 0 0 0;
}

.carte .price span {
    display: block;
    white-space: nowrap;
}

.carte .item .item-description .blazy {
    float: left;
    margin: 5px 10px 10px 0;
    width: auto;
}

.carte .item .item-description .blazy img {
    width: 70px;
}

.formulesBg {
    position: relative;
}

.formule {
    position: relative;
    background-color: #fff;
    margin-bottom: 40px;
    padding: 0 0 50px 0;
}

.formuleImage {
    position: relative;
    margin: 0 0 30px 0;
}

.formule .h {
    font-size: 28px;
    text-align: center;
}

.formule .h span {
    display: block;
    width: 100%;
}

.formule .h:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 6px;
    background-color: #d31d1d;
}

.formule ul {
    padding: 0;
    list-style: none;
}

.formule ul li {
    display: block;
    text-align: center;
    color: #d31d1d;
    padding: 8px 0;
    line-height: 1.2;
}

.formule .itemPrice {
    color: #6c6d6e;
}

.formule .formulePrice {
    font-size: 24px;
    color: #d31d1d;
    text-align: center;
}

.formule .formuleDescription {
    color: #6c6d6e;
    font-size: 80%;
    font-style: italic;
    line-height: 1.8;
    margin-top: 8px;
    display: inline-block;
    margin-bottom: 12px;
}

.formule .separateur {
    text-align: center;
    padding: 0 0 4px 0;
}

.formule .separateur:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #d31d1d;
}

#header .dropdown.open>.btn {
    border-width: 1px;
    border-style: solid;
    border-color: var(--color1) var(--color1) transparent var(--color1);
    background-color: #2f2f2f;
    z-index: 1;
    color: var(--color1);
}

#header .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: initial;
    z-index: 0;
    display: none;
    float: left;
    min-width: 320px;
    padding: 20px;
    margin: -1px 0 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #2f2f2f;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid var(--color1);
    border-radius: 1px;
    -webkit-box-shadow: 0 9px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 9px 12px rgba(0,0,0,.175);
    box-shadow: 0 9px 12px rgba(0,0,0,.175);
}

#header .profil {
    margin-bottom: 30px;
    font-size: 12px;
}

#header .profil .form-group {
    margin-bottom: 10px;
}

#header .profil .form-control {
    height: 40px;
    width: 100%;
    padding: 6px 15px;
    font-size: 12px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #9c9c9c;
    background-color: #2f2f2f;
    line-height: normal;
    color: #fff;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0), inset 0px 0px 6px rgba(0, 0, 0, 0);
    -webkit-moz-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0), inset 0px 0px 6px rgba(0, 0, 0, 0);
    -webkit-ms-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0), inset 0px 0px 6px rgba(0, 0, 0, 0);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0), inset 0px 0px 6px rgba(0, 0, 0, 0);
}

#header .profil a.btn-primary,#header .profil button.btn-primary {
    width: 100%;
    background-color: #2f2f2f;
    color: var(--color1);
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid var(--color1);
    height: 50px;
}

#header .profil button.btn-primary:hover,#header .profil button.btn-primary:focus {
    background-color: var(--color1);
    border: 1px solid var(--color1);
    color: #181818;
}

#header .profil .btn-link {
    padding: 0;
    color: var(--color1);
    font-size: 12px;
    border: none;
}

#header .profil .btn-link:focus,#header .profil .btn-link:hover {
    color: var(--color1);
    border: none;
    text-decoration: underline;
}

#header .profil .btn-link span {
    color: var(--color1);
}

.btn-link:hover {
    border: none;
    text-decoration: underline;
}

#header .profil .profileActionlist {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

#header .profil .profileActionlist li {
    display: block;
    list-style: none;
    margin: 0 0;
    width: 100%;
}

#header .profil .profileActionlist li a {
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 100%;
    background-color: #2f2f2f;
    color: var(--color1);
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid var(--color1);
    height: 50px;
}

#header .profil .profileActionlist li a:focus,#header .profil .profileActionlist li a:hover {
    background-color: var(--color1);
    border: 1px solid var(--color1);
    color: #181818;
    text-decoration: none;
}

#header .profil a.sedeconecter {
    float: left;
    color: #fff;
    background-color: transparent;
    margin-top: 6px;
    border: none;
    font-size: 12px;
    text-transform: none;
    width: auto;
    padding: 0 0;
    height: auto;
}

#header .profil a.sedeconecter:focus,#header .profil a.sedeconecter:hover {
    border: none;
    color: var(--color1);
    background-color: transparent;
}

#header .profil .alert {
    padding: 10px 10px;
    border: 2px solid;
}

#header .profil .alert .close {
    right: -18px;
    color: inherit;
    background: none;
    top: -3px;
    border: none;
    opacity: 1;
    text-shadow: none;
}

#header .profil .label {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #9c9c9c;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    text-transform: uppercase;
}

#header .profil hr {
    background-color: #828282;
}

#header .profil p {
    margin-bottom: 0;
}

#header .profil .userInfo {
    margin-bottom: 20px;
    display: table;
    max-width: 100%;
}

#header .profil .userInfo .userInfoDiv {
    margin-bottom: 0;
    display: table;
    width: 100%;
}

#header .profil .userInfo .userInfoCell {
    vertical-align: middle;
}

#header .profil .userInfo .userInfoCell p {
    font-size: 14px;
    color: #9c9c9c;
    margin-bottom: 0;
}

#header .profil .userInfo .userInfoCell .blazy {
    border-radius: 100px;
    overflow: hidden;
    float: left;
    width: auto;
    margin-right: 15px;
}

#header .profil .userInfo .userInfoCell .blazy a {
    padding: 0;
    border: 1px solid rgba(47, 47, 47, 0);
}

#header .profil .userInfo .userInfoCell .blazy a:hover {
    background-color: rgba(47, 47, 47, 0.53);
    border: 1px solid rgba(47, 47, 47, 0);
}

.userInfo {
    margin-bottom: 40px;
    display: table;
    max-width: 100%;
}

.userInfo .userInfoDiv {
    margin-bottom: 0;
    display: table;
    width: 100%;
}

.userInfo .userInfoCell {
    vertical-align: middle;
}

.userInfo .userInfoCell p {
    font-size: 16px;
    color: #9c9c9c;
    margin-bottom: 0;
}

.userInfo .userInfoCell .blazy {
    border-radius: 100px;
    overflow: hidden;
    float: left;
    width: auto;
    margin-right: 15px;
    position: relative;
}

.userInfo .userInfoCell .blazy.b-error {
    background-image: url(../images/noImageProfil.png);
}

.userInfo .userInfoCell .blazy a {
    padding: 0;
    display: block;
    border: 1px solid rgba(47, 47, 47, 0);
}

.userInfo .userInfoCell .blazy a:hover {
    background-color: rgba(47, 47, 47, 0.53);
    border: 1px solid rgba(47, 47, 47, 0);
}

.userInfo #profileImageForm {
    position: relative;
    display: block;
    float: left;
}

.userInfo #profileImageForm .blazy:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    background-image: url('../images/profileImageUpload.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    cursor: pointer;
    border-radius: 50%;
}

.userInfo #profileImageForm .blazy:hover:before {
    opacity: 1;
}

.userInfo input#profileImageUpload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
}

.userInfo #deleteProfilImage {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/deleteProfilImage.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    z-index: 99;
    opacity: 0;
    display: none;
}

.userInfo:hover #deleteProfilImage {
    opacity: 1;
}

.userInfo #profileImageForm .tooltip {
    width: 180px;
}

.userInfo .imgLoaded + #deleteProfilImage {
    display: block;
}

.userInfo .file-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    border-radius: 50%;
}

.avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.radioContainer input[type="radio"],.radioContainer input[type="checkbox"],.checkboxContainer input[type="radio"],.checkboxContainer input[type="checkbox"] {
    display: none;
}

.checkboxContainer,.checkboxContainer {
    margin-bottom: 10px;
}

.checkboxContainer label,.checkboxContainer label {
    position: relative;
    font-size: 21px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 42px;
    font-size: 18px;
}

.checkboxContainer span::before,.checkboxContainer span::after,.radioContainer span::before,.radioContainer span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.radioContainer span.radio:hover {
    cursor: pointer;
}

.radioContainer span.radio::before {
    left: -52px;
    width: 45px;
    height: 25px;
    background-color: #A8AAC1;
    border-radius: 50px;
}

.radioContainer span.radio::after {
    left: -49px;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    background-color: #1b1b1b;
    transition: left .25s, background-color .25s;
}

input[type="radio"]:checked + label span.radio::after {
    left: -27px;
    background-color: #EBFF43;
}

.checkboxContainer span.checkbox::before {
    width: 30px;
    height: 30px;
    background-color: #1b1b1b;
    left: 0;
    box-sizing: border-box;
    border: 3px solid transparent;
    transition: border-color .2s;
}

.checkboxContainer span.checkbox:hover::before {
    border: 3px solid var(--color1);
}

.checkboxContainer span.checkbox::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    left: 5px;
    top: 2px;
    color: transparent;
    transition: color .2s;
}

input[type="checkbox"]:checked + label span.checkbox::after {
    color: var(--color1);
}

input[type="radio"]:checked + label span.checkbox::after {
    color: var(--color1);
}

#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-image: url(../images/pageLoader.gif);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: rgba(24, 24, 24, 0.61);
}

.sk-circle {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: var(--color1);
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bulle {
    padding: 15px;
    background-color: #191919;
    margin-bottom: 30px;
    border-radius: 2px;
    text-align: center;
}

.pseudo {
    font-size: 20px;
    font-style: normal;
    margin: 0 0 20px 0;
    font-weight: 100;
    display: block;
    color: var(--color1);
    line-height: 1.2;
}

.body-temoignage .etoiles {
    margin-bottom: 30px;
}

.etoiles {
    margin-bottom: 15px;
}

p.temoignage {
    color: #fff!important;
}

.date:last-of-type {
    margin-bottom: 0;
}

.filterBg {
    margin-bottom: 60px!important;
}

.body-garage-list .main_bg {
    padding-top: 30px;
    background: #f9f9f8;
}

.fil-arianne {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.fil-arianne>li {
    color: #bababa;
    text-transform: uppercase;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

.fil-arianne>li.active {
    color: #606060;
}

.vehicule {
    width: 100%;
    position: relative;
    font-size: 14px;
    float: left;
    margin-bottom: 50px;
    text-align: center;
}

.vehicule:not(.vehicule-mini) [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.vehicule .blazy {
    position: relative;
}

.vehicule .blazy a {
    display: block;
}

.vehicule .blazy a:hover:after {
    opacity: 1;
}

.vehicule .h {
    font-size: 24px;
    color: #303030;
    margin-bottom: 15px;
}

.vehicule hr {
    border: none;
    height: 1px;
    width: 100%;
    margin: 0 0 20px;
    background-color: #ababab;
}

.vehicule .h span {
    display: block;
}

.vehicule .h .prix {
    font-size: 30px;
    color: #d31d1d;
}

.vehicule .h .label-primary {
    color: #d31d1d;
    padding: 5px 10px;
    border: 2px solid #d31d1d;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    min-width: 80px;
    display: inline-block;
    float: right;
}

.statut {
    padding: 5px 0;
    margin: 0 0 15px 0;
    list-style: none;
    border-top: 2px solid #ababab;
    border-bottom: 2px solid #ababab;
    text-align: center;
    /* min-height:31px; */
}

.statut li {
    color: var(--color0);
    display: inline-block;
    padding: 0;
    font-size: 16px;
}

.vehicule .propriete {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.vehicule .propriete li {
    display: table-row;
}

.vehicule .propriete li span {
    display: inline-block;
    vertical-align: middle;
}

.vehicule .propriete li span:nth-child(1) {
    color: var(--color1);
    font-family: var(--font_family_1);
    font-weight: 700;
    font-size: 18px;
}

.vehicule .propriete li span:nth-child(2) {
    padding-left: 5px;
}

.vehicule .propriete li span img {
    margin-right: 10px;
    width: 23px;
}

.vehicule-mini {
    text-align: left;
    margin-bottom: 40px;
}

.vehicule-mini .blazy {
    margin-bottom: 15px;
    position: relative;
}

.vehicule-mini .blazy a {
    display: block;
}

.vehicule-mini .blazy a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25, 25, 25, .67);
    background-image: url(../images/carIcon.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
    opacity: 0;
}

.vehicule-mini .blazy a:hover:after {
    opacity: 1;
}

.vehicule-mini .h {
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
}

.vehicule-mini .h a {
    width: 100%;
    display: inline-block;
}

.vehicule-mini hr {
    border: none;
    height: 1px;
    width: 100%;
    margin: 0 0 20px;
    background-color: #ababab;
}

.vehicule-mini .h span {
    display: block;
}

.vehicule-mini .h .prix {
    font-size: 20px;
    color: #d31d1d;
    float: left;
    display: block;
}

.vehicule-mini .h .label-primary {
    color: #d31d1d;
    padding: 5px 10px;
    border: 2px solid #d31d1d;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    min-width: 80px;
    display: inline-block;
    float: right;
}

.vehicule-mini .statut {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    border-top: 0px solid #ababab;
    border-bottom: 0px solid #ababab;
    text-align: left;
    min-height: initial;
}

.vehicule-mini .statut li {
    color: var(--color0);
    font-size: 14px;
    padding: 5px;
    display: inline-block;
}

#zone-favoris .vehicule-mini .statut li {
    font-size: 12px;
}

.vehicule-mini .propriete {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    min-width: 170px;
    width: 100%;
    font-size: 12px;
}

.vehicule-mini .propriete-right {
    text-align: right;
    float: right;
    min-width: initial;
}

.vehicule-mini .propriete li {
    display: table-row;
}

.vehicule-mini .propriete li span {
    display: table-cell;
    vertical-align: middle;
}

.vehicule-mini .propriete li span:nth-child(1) {
    color: #303030;
}

.vehicule-mini .propriete li span:nth-child(2) {
    color: #303030;
    text-align: end;
}

.vehicule-mini .propriete li span img {
    margin-right: 10px;
}

.new-cars {
    background-color: #fff;
    padding: 50px 0 30px;
}

.new-cars .row {
    margin-left: 0;
    margin-right: 0;
}

.cars-carousel-Bg .bx-pager, .cars-carousel-Bg .bx-controls-auto {
    bottom: 20px;
}

.car-consultes .vehicule-mini .h {
    font-size: 18px;
    color: #919191;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.car-consultes .vehicule-mini .prix {
    font-size: 30px;
    color: var(--color1);
    float: left;
    width: 100%;
    margin-top: 8px;
}

.car-consultes .vehicule-mini .statut {
    padding: 0 0;
    margin: 0 0 0 0;
    list-style: none;
    border-top: 0 solid #ababab;
    border-bottom: 0 solid #ababab;
    text-align: left;
    margin-bottom: 10px;
    min-height: initial;
}

.car-consultes .vehicule-mini .statut li {
    color: #cf0000;
    font-size: 14px;
    display: inline-block;
    padding: 0 5px 0 0;
}

.car-consultes .vehicule-mini .propriete li span:nth-child(1),.car-consultes .vehicule-mini .propriete li span:nth-child(2),.car-consultes .vehicule-mini .propriete li {
    color: #919191;
    font-size: 16px;
}

.car-consultes .vehicule-mini .blazy img {
    max-width: 365px;
}

.car-consultes .vehicule-mini {
    margin-bottom: 10px;
}

.garage-list .row.list-unstyled {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.garage-list .vehicule {
    margin-bottom: 50px;
    background: var(--color0);
    transition: .3s;
}

.garage-list .vehicule:hover {
    transition: .3s;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

#form_FILTRES .form-control {
    border-color: #ffffff;
    height: 43px!important;
    width: 100%;
    color: #7e7e7e;
    background-color: #f4f6f7;
    padding: 10px;
    font-size: 14px;
}

#form_FILTRES .control-label {
    display: block;
    color: #7e7e7e;
    text-align: right;
    padding-top: 0;
    line-height: 1;
    white-space: nowrap;
}

#form_FILTRES .form-group {
    width: 50%;
    margin: 0 auto;
}

.garage-item {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
}

.garage-item .statut {
    margin: 0 0 10px 0;
    position: absolute;
    background: var(--color1);
    z-index: 8;
    top: 0;
    right: 0;
    margin: 12px 20px;
    border: 0;
    padding: 10px 5px;
    border-radius: 3px;
}

.garage-item .favoris {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
}

.garage-item .favoris> a {
    color: #fff;
    padding: 13px 50px 13px 14px;
    background-color: var(--color1);
    background-image: url(../images/svg/addFav.svg);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 30px;
    display: inline-block;
}

.garage-item .favoris>a:hover,.garage-item .favoris>a.active,.garage-item .favoris>a.remove-from-wishlist {
    background-color: var(--color2);
    color: var(--color0);
    background-image: url(../images/svg/addFav-h.svg);
    text-decoration: none;
}

.garage-item .btn-partage-2 {
    display: inline-block;
    margin: 0 30px 0;
}

.garage-item .item-titre {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.garage-item .item-titre span {
    display: table-cell;
    vertical-align: middle;
}

.garage-item .item-titre strong {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.garage-item .prix {
    color: #e12424;
    font-size: 38px;
}

.garage-item .particularites {
    padding: 0;
    display: table;
    float: left;
    width: 100%;
}

.garage-item .particularites li {
    display: table-row;
    background-color: #f3f3f3;
}

.garage-item .particularites li:nth-child(even) {
    background-color: #fff;
}

.garage-item .particularites li span {
    display: table-cell;
    vertical-align: middle;
    color: #808080;
    font-size: 16px;
}

.garage-item .particularites li span:first-child {
    background-image: url('../images/svg/garage-item-puce.svg');
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 12px;
    padding: 10px 10px 10px 20px;
    color: #d31d1d;
    white-space: nowrap;
    width: 26%;
}

.carDetails {
    padding: 20px 0 0;
    width: 100%;
    float: left;
}

.btn-seeMore {
    padding: 8px 16px;
}

.btn-retour {
    border: 1px solid #bfbfbf;
    font-size: 14px;
    color: #7e7e7e;
    background-color: #fff;
    padding: 12px;
}

.btn-retour span {
    display: inline-block;
    color: var(--color1);
    padding-right: 40px;
}

.btn-retour:hover,.btn-retour:focus {
    background-color: var(--color1);
    color: #fff;
    border: 1px solid var(--color1);
}

.btn-retour:hover span,.btn-retour:focus span {
    color: #fff;
}

.catalogue_slider_container,.catalogue_slider_pager {
    position: relative;
}

.catalogue_slider_container ul,.catalogue_slider_pager ul {
    padding: 0;
    float: left;
}

.catalogue_slider_container {
    margin-bottom: 30px;
}

.catalogue_slider_container .blazy a {
    display: block;
    position: relative;
}

.catalogue_slider_container .blazy a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/svg/icon.svg);
    background-size: 40px;
    background-color: rgba(0,0,0,.4);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
}

.catalogue_slider_container .blazy a:hover:after {
    opacity: 1;
}

.catalogue_slider_pager .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 35px;
    height: 80px;
}

.catalogue_slider_pager {
    padding: 0 50px;
    margin-bottom: 3vmax;
}

.catalogue_slider_pager .bx-prev,.catalogue_slider_pager .bx-next {
    height: 100%;
    top: 0;
    margin: 0;
    background-color: transparent;
}

.catalogue_slider_pager .bx-prev {
    background-image: url('../images/svg/garage-item-left.svg');
    left: -50px;
}

.catalogue_slider_pager .bx-next {
    background-image: url('../images/svg/garage-item-right.svg');
    right: -50px;
}

.catalogue_slider_pager .bx-prev:hover {
    background-image: url('../images/svg/garage-item-left-h.svg');
}

.catalogue_slider_pager .bx-next:hover {
    background-image: url('../images/svg/garage-item-right-h.svg');
}

.catalogue_slider_pager li {
    padding-left: 15px;
    padding-right: 15px;
}

#bx-pager a {
    margin-bottom: 28px;
}

#bx-pager a.vehicule-Image:after {
    background-image: none;
}

#bx-pager a.vehicule-Image.active:after {
    opacity: 1;
}

.catalogue_slider_pager .blazy a {
    display: block;
    position: relative;
}

.catalogue_slider_pager .blazy a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,.8);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.catalogue_slider_pager li.active .blazy a:after,.catalogue_slider_pager .blazy a:hover:after {
    background-color: rgba(255,255,255,0);
}

.catalogue_slider figure {
    margin: 0;
}

.puce2 li {
    list-style-image: url('../images/puce2.png');
}

.equipements {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.equipements .ul,.equipements ul {
    padding: 0 0 0 0;
    list-style: none;
}

.equipements .ul .li,.equipements ul li {
    background-image: url(../images/svg/equipement-puce.svg);
    background-position: 0 4px;
    background-size: 22px;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 33px;
}

.item-description {
    text-align: center;
}

.similare-product-bg {
    margin-left: 0;
    margin-right: 0;
}

.zone-leads {
    padding-top: 30px;
    width: 100%;
    float: left;
}

.zone-leads .contact .form-control {
    background-color: transparent;
    border: none;
    border: 1px solid #979696;
}

.zone-leads .contact textarea.form-control {
    height: 159px!important;
    border: 1px solid #979696;
    padding: 10px;
}

.zone-leads .contact .form-group .btn-primary, .zone-leads .contact input[name="captcha"], .zone-leads .contact input[name="captcha"] + a, .zone-leads .contact .form-control {
    height: 42px!important;
}

.zone-leads .contact .form-group .btn-primary {
    float: right;
    width: 40%;
    height: 75px!important;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    background-image: url(../images/svg/lead-plus.svg);
    background-position: 84% 50%;
    background-repeat: no-repeat;
    border: 1px solid var(--color1);
}

.zone-leads .contact .form-group .btn-primary:focus,.zone-leads .contact .form-group .btn-primary:hover {
    background-image: url(../images/svg/lead-plus-h.svg);
}

.zone-leads .contact .form-group {
    margin-bottom: 19px;
    position: relative;
}

#contact-form {
    margin-top: 50px;
    float: left;
    width: 100%;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.rtl [class*=col-] {
    direction: ltr;
}

.body-contact-3 .main_bg {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.body-contact-3 .main_bg .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.body-contact-3 .contact-formulaire {
    padding: 0 10vw;
    margin-bottom: 0;
}

.body-contact .contact-formulaire {
    padding: 0;
    margin-bottom: 0;
}

.body-contact .contact-formulaire h1 {
    margin-bottom: 40px;
    text-align: center;
}

.body-contact .contact-formulaire p {
    margin-bottom: 30px;
    color: #363636;
    text-align: left;
}

.form-group {
    margin-bottom: 19px;
    position: relative;
}

.contact .form-group {
    margin-bottom: 19px;
    position: relative;
    display: block;
}

.form-group .btn-primary,input[name="captcha"],input[name="captcha"] + a,.form-group .btn-primary,.form-control {
    height: 60px!important;
}

.contact .form-group .btn-primary,.contact input[name="captcha"],.contact input[name="captcha"] + a,.contact .form-group .btn-primary,.contact .form-control {
    height: 42px!important;
}

.form-control {
    height: auto;
    width: 100%;
    padding: 1px 10px;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    line-height: normal;
    color: #6c6d6e;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0), inset 0px 0px 6px rgba(0, 0, 0, 0);
    -webkit-moz-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0), inset 0px 0px 6px rgba(0, 0, 0, 0);
    -webkit-ms-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0), inset 0px 0px 6px rgba(0, 0, 0, 0);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0), inset 0px 0px 6px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: none;
    border: 1px solid #979696;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background-color: var(--color1);
    border: 1px solid var(--color1);
    border-radius: 0;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url('../images/svg/select_arr.svg')!important;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 20px;
}

label.control-label {
    padding-left: 0px;
    font-size: 15px;
    padding-top: 0;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 12px;
}

.contact label.control-label {
    display: none;
}

textarea.form-control,.contact textarea.form-control {
    border-radius: 0;
    resize: vertical;
    height: 86px!important;
    border: 1px solid #979696;
    padding: 10px;
}

textarea.form-control ,.pageseo textarea.form-control {
    border-radius: 0;
    resize: vertical;
    height: 200px!important;
    padding-top: 10px;
}

.body-contact-3 textarea.form-control {
    height: 170px!important;
}

::-webkit-input-placeholder {
    color: '#form-control'!important;
    opacity: 1!important;
}

::-moz-placeholder {
    color: #6c6d6e!important;
    opacity: 1!important;
}

::-ms-input-placeholder {
    color: #6c6d6e!important;
    opacity: 1!important;
}

.contact::-webkit-input-placeholder {
    color: #6c6d6e!important;
    opacity: 1!important;
}

.contact::-moz-placeholder {
    color: #6c6d6e!important;
    opacity: 1!important;
}

.contact::-ms-input-placeholder {
    color: #6c6d6e!important;
    opacity: 1!important;
}

.form-control:focus,.form-control:active {
    background-color: #fff;
    border: 1px solid var(--color1);
    color: var(--color1);
    padding: 10px 10px;
    -webkit-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    -ms-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    -o-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    outline: none;
}

.contact .form-control:focus,.contact .form-control:active {
    background-color: #fff;
    border: 1px solid var(--color1);
    color: var(--color1);
    padding: 10px;
    -webkit-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    -ms-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    -o-box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    box-shadow: 0 0 0 rgba(100, 100, 100, 1);
    outline: none;
}

.has-error .form-control,.has-error .form-control:focus {
    border-color: #843534;
    border: 1px solid var(--color1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

.has-error .form-control,.has-error .input-group-addon,.has-error .control-label {
    color: var(--color1)!important;
    border-color: var(--color1)!important;
}

.text-warning {
    display: block;
    margin-top: 6px;
    margin-bottom: 0;
    color: #ff605d!important;
    font-style: italic;
    font-size: 12px;
}

.help-block {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    color: #848484!important;
    font-style: italic;
}

.required {
    color: #ff0000;
    font-size: 15px;
    font-size: 1.5rem;
}

.form-actions {
    color: #ff0000;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    /* text-align:left; */
    margin: 0px;
    width: 70%;
}

.g-recaptcha-d-table {
    display: table;
    width: 100%;
}

.contact .g-recaptcha {
    margin-right: 2%;
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
    float: left;
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
}

.g-recaptcha {
    display: inline-block;
    margin: 0 auto;
}

.form-group .label-rgpd strong,.info-rgpd strong,.info-rgpd a,.info-rgpd a:visited {
    color: var(--color1);
}

.form-group .btn-primary {
    float: right;
    width: 100%;
    vertical-align: top;
    display: table-cell;
    line-height: 0;
    font-weight: normal!important;
    color: #131313;
    margin-top: 0;
    font-size: 25px;
    background-color: var(--color1);
}

.informationsForm .form-group .btn-primary {
    height: 80px!important;
}

.contact .form-group .btn-primary {
    width: 48%;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    line-height: 0;
    font-weight: normal!important;
    color: #fff;
    margin-top: 18px;
    float: right;
    width: 33%;
    padding: 25px 10px;
    font-style: normal;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    background-image: url(../images/svg/lead-plus.svg);
    background-size: 12px;
    background-position: 84% 50%;
    background-repeat: no-repeat;
    border: 1px solid var(--color1);
}

.form-group .btn-primary:hover,.form-group .btn-primary:active,.form-group .btn-primary:focus {
    outline: none;
    background-color: #ffffff;
    color: var(--color1);
    background-size: 12px;
    background-image: url(../images/svg/lead-plus-h.svg);
}

.form-group .btn-reset {
    float: right;
    width: 100%;
    vertical-align: top;
    display: table-cell;
    line-height: 0;
    font-weight: normal!important;
    color: #131313;
    margin-top: 0;
    background-color: #c7303a;
    text-transform: uppercase;
    height: 60px;
    border: 1px solid #c7303a;
}

.form-group .btn-reset:hover,.form-group .btn-reset:active,.form-group .btn-reset:focus {
    outline: none;
    border-color: #131313;
    background-color: #191919;
    color: #c7303a;
}

.body-contact .contact-coordonnees-model01 {
    margin-bottom: 0;
    margin-top: 0;
}

.body-contact .main_bg .container .contact-coordonnees-model01 .coordonnees {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-left: 50px;
}

.body-contact .main_bg .container .contact-coordonnees-model01 .row {
    margin-left: 0;
    margin-right: 0;
    display: table;
    width: 100%;
    height: 500px;
}

.body-contact .main_bg .container .contact-coordonnees-model01 .row > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 40px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: center;
}

.body-contact .main_bg .container .contact-coordonnees-model01 .row address {
    padding-top: 30px;
}

.body-contact .main_bg .container .contact-coordonnees-model01 .row address p {
    color: #fff;
}

.body-contact .main_bg .container .contact-coordonnees-model01 .row address p strong {
    color: #7e7e7e;
    text-transform: uppercase;
}

.contact-coordonnees-model01 .plan-d-acces {
    width: 100%;
    height: 100%;
    position: absolute!important;
    top: 0;
    left: 0;
}

.contact-coordonnees-model01 iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.body-contact .contact-coordonnees-model02 {
    margin-bottom: 0;
    margin-top: 0;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .colored {
    background-color: #191919;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .coordonnees {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-left: 50px;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .row {
    margin-left: 0;
    margin-right: 0;
    display: table;
    width: 100%;
    height: 500px;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .row .row {
    height: 100%;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .row .row [class*=col] {
    display: table-row;
    height: 100%;
}

.body-contact .beforeFooter {
    margin-bottom: 0;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .row .row .model02Inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .row > div {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .h {
    color: #fff;
    font-size: 28px;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .contact-formulaire .h {
    color: #363636;
    font-size: 28px;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .h span {
    display: block;
    width: 100%;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .h:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: var(--color1);
}

.body-contact .main_bg .container .contact-coordonnees-model02 .row address {
    padding-top: 10px;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .row address p {
    color: #919191;
    font-size: 16px;
}

.body-contact .main_bg .container .contact-coordonnees-model02 .row address p strong {
    color: #fff;
    text-transform: uppercase;
}

.contact-coordonnees-model02 .gmap {
    width: 100%;
    height: 570px;
}

.contact-coordonnees-model02 .plan-d-acces {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-coordonnees-model02 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-gold {
    color: #f1c40f;
}

.text-blue {
    color: #3679d6;
}

.background-white {
    background-color: #fff;
}

.background-black {
    background-color: #000;
}

.background-gold {
    background-color: #f1c40f;
}

.background-blue {
    background-color: #3679d6;
}

.margBtm10 {
    margin-bottom: 10px;
}

.margBtm16 {
    margin-bottom: 16px;
}

.margBtm20 {
    margin-bottom: 20px;
}

.margBtm30 {
    margin-bottom: 30px;
}

.margBtm40 {
    margin-bottom: 40px;
}

.margBtm50 {
    margin-bottom: 50px;
}

.margBtm60 {
    margin-bottom: 60px;
}

.margtop10 {
    margin-top: 10px;
}

.margtop20 {
    margin-top: 20px;
}

.margtop30 {
    margin-top: 30px;
}

.margtop50 {
    margin-top: 50px;
}

.paddBtm10 {
    padding-bottom: 10px;
}

.paddBtm20 {
    padding-bottom: 20px;
}

.paddBtm30 {
    padding-bottom: 30px;
}

.paddBtm40 {
    padding-bottom: 40px;
}

.paddBtm50 {
    padding-bottom: 50px;
}

.paddBtm60 {
    padding-bottom: 60px;
}

.paddTop10 {
    padding-top: 10px;
}

.paddTop14 {
    padding-top: 14px;
}

.paddTop20 {
    padding-top: 20px;
}

.paddTop30 {
    padding-top: 30px;
}

.noPadBtm {
    padding-bottom: 0;
}

.noMargBtm {
    margin-bottom: 0;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.table {
    display: table;
    margin-bottom: 0;
}

.table-row {
    display: table-row;
    height: 100%;
}

.table-cell {
    display: table-cell;
    float: none;
}

.table-fixed {
    table-layout: fixed;
}

.va-middle {
    vertical-align: middle;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.relative {
    position: relative;
}

.fullWidth {
    width: 100%;
}

.big {
    font-size: 120%;
}

.fullWidth2.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.fullWidth2.row [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.cover {
    background-size: cover;
}

.contain {
    background-size: contain;
}

/**********global transition *************/
#header *,.blazy:after,.navbar-brand-2,.userInfo #deleteProfilImage,.userInfo #profileImageForm .blazy:before,#ham,#ham:before,.img_thumbnail_item_mask:after,.encartsBg .encart:before,.fixed *,#bx-pager,#bx-pager *,.btn-navigation-control,.btn-navigation-control span,.background-animation.opened,#fp-nav ul li .fp-tooltip, #fp-nav.fp-show-active a + .fp-tooltip,.team ,.teamContent,.teamInnerContent,.overlay,.catalogue_slider_pager .blazy a:after,.encart *,.encart:after,.header01bg,.tel,.tel *,a:after,a:before,.img-thumbnail,.img-thumbnail * ,a,a span,.navbar,#headerTopBg,.activite,.activite *,.bx-controls-direction a:after,.bx-controls-direction a:before,.zone-recherche .btn-filtrer,.carImage:after,.encart img,.view .item:hover:before,.datepicker table tr td,.datepicker table tr td:before,.activite p,.encart a:after,.encart figcaption,.nav-pills>li>a:before,.navbar-nav>li>a:after,.navbar-nav>li>a:before,.navbar-nav>li:before,.navbar-nav>li>a:before,.navbar-nav>li>a:after,.navbar-nav>li>a,.sub-menu a,.sub-menu a:after,.sub-menu a:before,.encart figcaption,.encart figure,.navbar-default .navbar-nav>li,.navbar-default .navbar-nav>li:before,.navbar-default .navbar-nav>li>a,.etape,.profileMenu li span,.form-control:not(textarea),.NFI-button,.NFI-wrapper,input[type=checkbox]:checked + label:before,input[type=radio]:checked + label:before,.encart figure:before,#totop,input,a,#AnchorNav .anchorCss span:before,.menu01> ul li:before,.menu01> ul li a:before,.menu01> ul li a,.menu01> ul li,.encart,.encart ul,.encart ul li,.encart ul li a,.encart a span,.encart figure img,.encart p,.img_thumbnail_multiple,.img_thumbnail_item_mask,.img_thumbnail_item,.img_thumbnail,.img_thumbnail a,.navbar,.NavOpened .navbar,.img_thumbnail a img,.img_thumbnail a:after {
    -webkit-transition: all .4s cubic-bezier(.35,.91,.46,.99);
    -moz-transition: all .4s cubic-bezier(.35,.91,.46,.99);
    -ms-transition: all .4s cubic-bezier(.35,.91,.46,.99);
    -o-transition: all .4s cubic-bezier(.35,.91,.46,.99);
    transition: all .4s cubic-bezier(.35,.91,.46,.99);
}

.sitemap ul li:before {
    padding: 0 0;
    color: var(--color1);
    content: '\276F';
}

.sitemap ul li a {
    font-family: var(--font_family_1) !important;
    font-size: 18px;
    font-weight: 500;
    color: var(--color3);
    padding-left: 5px;
    text-align: left;
}

.datePickerZone .datepicker table tr td, .datePickerZone .datepicker table tr th {
    font-family: var(--font_family_1);
    font-weight: 500;
    color: var(--color3) !important;
}

.datePickerZone .datepicker table tr td.disabled, .datePickerZone .datepicker table tr td.disabled:hover {
    color: #C1C1C1 !important;
}

.datePickerZone .datepicker table tr th {
    color: var(--color2) !important;
}

#header *,#headerTopBg * {
    -webkit-transition: all .5s cubic-bezier(.35,.91,.46,.99);
    -moz-transition: all .5s cubic-bezier(.35,.91,.46,.99);
    -ms-transition: all .5s cubic-bezier(.35,.91,.46,.99);
    -o-transition: all .5s cubic-bezier(.35,.91,.46,.99);
    font-family: var(--font_family_1);
    transition: all .5s cubic-bezier(.35,.91,.46,.99);
}

#modal-evenement .close span,#modal-evenement .close {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.team,.team *,.btn:before,.btn:after,.btn,.activite p {
    -webkit-transition: all .4s cubic-bezier(.32,.66,.56,.92);
    -moz-transition: all .4s cubic-bezier(.32,.66,.56,.92);
    -ms-transition: all .4s cubic-bezier(.32,.66,.56,.92);
    -o-transition: all .4s cubic-bezier(.32,.66,.56,.92);
    transition: all .4s cubic-bezier(.32,.66,.56,.92);
}

.btn:before {
    -webkit-transition: all .5s cubic-bezier(.32,.66,.56,.92);
    -moz-transition: all .5s cubic-bezier(.32,.66,.56,.92);
    -ms-transition: all .5s cubic-bezier(.32,.66,.56,.92);
    -o-transition: all .5s cubic-bezier(.32,.66,.56,.92);
    transition: all .5s cubic-bezier(.32,.66,.56,.92);
}

.blazy {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

* {
    outline: none;
}

.slider-track-low, .slider-track-high {
    background: #8a8a8a38 !important;
}

a:focus,input:focus,input[type="submit"]:focus,*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.modal-backdrop {
    z-index: 0 !important;
}

#tobottom {
    display: none;
    position: absolute;
    background-image: url(../images/tobottom.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    width: 78px;
    height: 78px;
    bottom: 20px;
    left: 50%;
    margin-left: -38px;
    cursor: pointer;
    z-index: 9;
}

#tobottom:hover {
    -webkit-transform: translateY(10px) translateZ(0);
    -moz-transform: translateY(10px) translateZ(0);
    -ms-transform: translateY(10px) translateZ(0);
    -o-transform: translateY(10px) translateZ(0);
    transform: translateY(10px) translateZ(0);
}

.textelipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#headerTopBg.fixed {
    position: fixed;
    top: 0;
    box-shadow: 1px 1px 12px #00000057;
}

#headerTopBg.fixed .headerTopBgInner {
    text-align: center;
}

#headerTopBg.fixed .navbar-brand-2 {
    width: 165px;
    padding: 0 15px;
    left: 0;
}

.masque-noir {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}

img[height="0"] {
    display: none;
}

.noFlicker {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carte .item p,.flexCenterContent {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
}

.btn-navigation-control {
    display: inline-block;
    background-color: transparent;
    border: 0 solid #8ebdff;
    border-radius: 0;
    width: 48px;
    height: 48px;
    position: relative;
    padding: .3vw 0 0 0;
    padding: 0 0 0 0;
    z-index: 11;
    right: 0;
    margin-right: 0;
    top: 0;
    float: right;
    background-image: url('../images/ham.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.btn-navigation-control:hover {
    background-image: url('../images/ham-hover.png');
}

.NavOpened .btn-navigation-control {
    background-image: url('../images/ham-close.png');
}

.NavOpened .btn-navigation-control:hover {
    background-image: url('../images/ham-close.png');
}

.menu-mobile-dynamique ul.sub-menu *,.menu-mobile-dynamique ul.sub-menu,#menu-main-menu,#menu-main-menu *,.menu-mobile-dynamique li,.menu-mobile-dynamique li *,.menu-mobile-dynamique li a *,.menu-mobile-dynamique li a {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

.opened #menu_principal .menu-item:nth-of-type( 6) {
    -webkit-transition-delay: .30000000000000004s;
    -o-transition-delay: .30000000000000004s;
    -ms-transition-delay: .30000000000000004s;
    transition-delay: .30000000000000004s
}

.opened #menu_principal .menu-item:nth-of-type( 5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s
}

.opened #menu_principal .menu-item:nth-of-type( 4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s
}

.opened #menu_principal .menu-item:nth-of-type( 3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.opened #menu_principal .menu-item:nth-of-type( 2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s
}

.opened #menu_principal .menu-item:nth-of-type( 1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s
}

.tolower {
    text-transform: lowercase;
}

.parallaxLinearTransition {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

@media (min-width: 768px) and (max-width:979px) {
    .headerSlider .sliderBg .bx-viewport, .headerSlider .sliderBg .bxslider .blazy {
        height: 750px !important;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .coordonnees {
        min-width: auto;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .h {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .headerSlider,.sliderBg {
        height: auto !important;
    }

    .headerSlider .sliderBg .bx-viewport, .headerSlider .sliderBg .bxslider .blazy {
        height: 142px !important;
    }

    body {
        position: inherit;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .coordonnees {
        min-width: auto;
        padding: 20px 20px 0px 20px;
        text-align: center;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .h {
        font-size: 20px;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .row address {
        padding-top: 10px;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .row address p {
        font-size: 16px;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .row address p strong {
        font-size: 18px;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .row > div {
        display: block;
        float: left;
        padding: 0;
    }

    .plan-d-acces {
        position: relative;
    }

    .plan-d-acces iframe {
        width: 100%;
        height: 260px;
        border: none;
    }

    .body-contact .contact {
        margin-bottom: 0;
        margin-top: 0;
    }

    .contact textarea.form-control {
        height: 225px!important;
    }
}

@media (max-width: 480px) {
    .body-contact .main_bg .container .contact-coordonnees-model01 .coordonnees {
        min-width:auto;
        padding: 20px 20px 0px 20px;
        text-align: center;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .h {
        font-size: 20px;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .row address {
        padding-top: 10px;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .row address p {
        font-size: 16px;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .row address p strong {
        font-size: 18px;
    }

    .body-contact .main_bg .container .contact-coordonnees-model01 .row > div {
        display: block;
        float: left;
        padding: 0;
    }

    .plan-d-acces {
        position: relative;
        margin-bottom: 40px;
    }

    .plan-d-acces iframe {
        width: 100%;
        height: 260px;
        border: none;
    }

    .body-contact .contact {
        margin-bottom: 0;
        margin-top: 0;
    }

    .contact textarea.form-control {
        height: 225px!important;
    }
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.btn.btn-close {
    width: 30px;
    height: 30px;
    float: right;
}

.modal {
    z-index: 9999;
    font-size: 16px;
    color: #000;
    background: #0000004d;
}

.modal-content {
    border-radius: 0px;
    padding: 30px;
    color: #5d5d5d;
    background-color: #f4f6f7;
}

.modal-content .btn-primary {
    background-color: var(--color1);
    border-color: var(--color1);
    color: #fbfbfb;
    display: inline-block;
    margin: 0;
    height: 76px;
    width: 100%;
    font-size: 18px;
}

.modal-content .btn-primary:hover,.modal-content .btn-primary:focus {
    color: var(--color1);
    background-color: #FFF;
    border-color: var(--color1);
}

.modal-content .h {
    text-align: center;
    margin-bottom: 100px;
    font-size: 23px;
    color: var(--color1);
    margin: 60px 0 30px 0;
    text-transform: none;
    text-transform: uppercase;
}

.modal-content .h span {
    display: inline-block;
    color: var(--color2);
}

.modal-content .hicon {
    text-align: center;
}

.modal-content .hicon:after {
    margin: 0 0 0px 0;
    height: 1px;
    width: 30px;
    display: none
}

.modal-content .form-control {
    height: 50px;
    line-height: 1;
    line-height: 48px \9;
    padding: 0 0 0 12px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: #ffffff;
    font-size: 16px;
    line-height: normal;
    color: #6c6d6e;
    margin-bottom: 0!important;
}

.modal-content .form-group.has-error .form-control,.modal-content .form-group.has-error .form-control:focus {
    background-color: #fff;
    border: 1px solid var(--color1);
    color: #6c6d6e;
}

.modal-content .form-control::moz-placeholder {
    color: #6c6d6e;
}

.modal-content .form-control::-webkit-input-placeholder {
    color: #6c6d6e;
}

#modal-evenement .modal-content select.form-control {
    background-image: url('../images/svg/select-arr.svg')!important;
    background-size: 12px;
}

.modal-content .form-group:after {
    clear: both;
    display: table;
    content: " ";
}

.modal-content textarea.form-control {
    padding: 20px 10px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #fff;
}

.modal-content input[type=number] {
    padding-right: 0px;
}

.modal-content label.checkbox.label-rgpd {
    font-size: 12px;
}

.modal-content label.checkbox.label-rgpd span.text-warning, .modal-content label.checkbox.label-rgpd span.help-block {
    position: absolute;
    bottom: -20px;
}

.modal-content label {
    padding-left: 0px;
    font-size: 15px;
    padding-top: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 12px;
}

.modal-content .btn-default {
    padding: 14px 140px 10px 140px;
    background: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    border-radius: 0px;
    font-size: 14px;
    text-decoration: none;
    transition: all 400ms ease;
}

.modal-content .btn-default:hover {
    color: #fff;
    background: #000;
}

.modal-content .description {
    margin: 20px 0 0 0;
    font-size: 14px;
}

.modal-content .obligatoire {
    font-size: 10px;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    font-style: italic;
    color: #ff0000;
}

.modal-content .form-group {
    margin-bottom: 20px;
}

.modal-content textarea.form-control {
    resize: vertical;
    height: 150px!important;
}

.actuAndNewsletterBg {
    padding: 50px 0 40px;
    background-color: #ededed;
}

.modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header p.adr:after {
    display: none;
}

.modal-header .btn {
    margin-top: 0;
    margin-right: 0;
    background-color: transparent;
    font-size: 25px;
    color: #6d6d6d;
    padding: 0;
    top: -6px;
}

.modal-header .btn:focus,.modal-header .btn:hover {
    color: var(--color1);
}

.modal-header .btn.btn-primary {
    margin-top: 0;
    margin-right: 0;
    background-color: transparent;
    font-size: 25px;
    color: #6d6d6d;
    padding: 0;
    top: -6px;
}

.parallax {
    position: relative;
}

.parallax .banner img {
    position: relative;
}

#lol {
    position: relative;
}

#modal-calendar .modal-header ,#modal-evenement .modal-header {
    margin-bottom: 40px;
    border-bottom: 0px solid var(--color1);
    background-color: transparent;
}

#modal-calendar .datePickerZone {
    padding: 0 0 30px 0;
}

#modal-calendar .modal-footer {
    border-top: 0;
    text-align: center;
}

legend {
    font-size: 21px;
    border-bottom: 0 solid #ddd;
    margin-top: 20px;
    display: block;
    float: left;
    position: relative;
}

legend span {
    display: block;
    width: 100%;
}

legend:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    margin: 10px 0;
    background-color: var(--color1);
}

#modal-connect {
    font-size: 12px;
    text-align: center;
}

#modal-connect .modal-dialog {
    width: 440px;
}

#modal-connect .btn-link {
    padding: 0;
    color: var(--color1);
    font-size: 12px;
    border: none;
    margin: 0;
}

#modal-connect .btn-link:focus,#modal-connect .btn-link:hover {
    color: var(--color1);
    border: none;
    text-decoration: underline;
}

#modal-connect .btn-link span {
    color: var(--color1);
}

#modal-connect .btn-link:hover {
    border: none;
    text-decoration: underline;
}

#modal-connect .label {
    font-size: 18px;
    color: #dedede;
    text-align: center;
    width: 100%;
}

.help-block {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    color: #737373;
}

#add-review .form-group {
    margin-right: 0;
    margin-left: 0;
}

.body-contact-100 + #modal-evenement .modal-header .btn-prev,.body-page-1 + #modal-evenement .modal-header .btn-prev {
    display: none;
}

input[type=file]:before {
    content: 'photo ';
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}

input[type=file] {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #1b1b1b;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.modal-content i.fa {
    color: var(--color1)!important;
    font-size: 18px;
}

.formulaire i.fa, #edit-review i.fa {
    cursor: pointer;
}

.conditions {
    font-size: 11px;
    margin: 15px 0 0 0;
    text-align: justify;
}

.livre-pseudo {
    color: #b92531!important;
}

.submit-review {
    margin: 25px 0 15px 18px;
}

.email-block {
    color: var(--color1)!important;
    font-size: 12px;
}

p.temoignage, .list-inline {
    color: #333;
}

div#captchaReservation {
    text-align: center;
}

div#captchaReservation > div {
    display: inline-block;
}

.introBg {
    width: 100%;
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../images/intro2.jpg');
    position: relative;
}

.introBg:after {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    position: absolute;
    opacity: .8;
}

.introBg [class*=col-] {
    height: 613px;
    position: relative;
}

.introBg p {
    position: absolute;
    text-align: center;
    font-size: 50px;
    color: #fff;
    left: 0;
    font-family: var(--font_family_1);
    z-index: 1;
    width: 100%;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
}

.zone-recherche {
    margin-top: -317px;
    width: 100%;
    height: auto;
    left: 22px;
    padding: 40px 19px;
    z-index: 2;
}

.body-page-1 .zone-recherche, .body-pageseo .zone-recherche {
    margin-top: -280px;
}

.zone-recherche .h {
    font-size: 26px;
    color: #c1c0c0;
    margin-bottom: 0px;
}

.zone-recherche .h:after {
    margin-top: 10px;
}

.zone-recherche .btn {
    height: 68px;
    text-transform: uppercase;
    width: 93%;
}

.zone-recherche .form-group {
    margin-bottom: 7px;
}

.zone-recherche .form-control {
    height: 45px!important;
    font-size: 14px;
    background-color: #fff;
    padding: 10px;
    border: 0px;
    color: #636363;
    font-weight: 500;
    font-family: var(--font_family_1);
    border-radius: 3px;
}

.zone-recherche label {
    display: block;
    text-align: left;
    padding-left: 15px;
    color: var(--color0);
}

.zone-recherche .slider.slider-horizontal {
    width: 90%;
    height: 20px;
    margin: 0 5% 22px;
    margin-bottom: 27px;
}

.zone-recherche .slider.slider-horizontal .slider-track {
    height: 3px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.zone-recherche .slider .tooltip-inner {
    z-index: initial !important;
    white-space: nowrap;
    color: #fff;
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    background: none;
    padding: 0 2px;
}

.tooltip {
    z-index: auto !important;
}

.zone-recherche .tooltip.tooltip-max.bottom,.zone-recherche .tooltip.tooltip-min.bottom {
    top: 5px!important;
}

.zone-recherche .slider-handle.round {
    border-radius: 0;
}

.zone-recherche .slider-handle {
    width: 7px;
    height: 9px;
    border: 0px solid transparent;
    background-color: var(--color0);
}

.zone-recherche .slider.slider-horizontal .slider-tick, .zone-recherche .slider.slider-horizontal .slider-handle {
    margin-left: -4px;
    margin-top: -4px;
}

.show-search-form {
    margin-top: 15px;
    margin-bottom: 15px;
}

.show-search-form:focus,.show-search-form:hover {
    background-color: #fff;
    color: var(--color1);
    border: 1px solid var(--color1);
}

.zone-favoris {
    display: none;
    z-index: 9997;
    background: #fff;
    position: absolute;
    top: 143px;
    left: 0px;
    right: 0px;
    padding: 40px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
    text-align: center;
}

.zone-favoris h2 {
    color: #000;
    font-size: 23px;
    margin: 10px 0 5px 0;
}

.zone-favoris .soustitre {
    font-size: 16px;
    color: #6d6d6d;
    background: url(../images/trait.png) no-repeat center bottom;
    padding: 10px 10px 15px 10px;
    margin: 0 0 20px 0;
}

.car-favoris {
    float: left;
    width: 100%;
}

.car-favoris .vehicule-mini .blazy.b-error {
    background-size: cover;
}

#confirm-delete .modal-footer,#modalFavoris .modal-footer {
    padding-bottom: 0px;
}

.zone-favoris .retirer {
    background: url(../images/svg/ico-fermer.svg) no-repeat center center;
    background-size: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -7px;
    right: 2px;
    overflow: hidden;
    text-indent: 100px;
}

.zone-favoris .btn-fermer {
    color: var(--color1);
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
    font-family: arial;
    background-color: #ececec;
    border-radius: 30px;
    font-size: 12px;
    padding: 2px 6px;
}

.zone-favoris .btn-fermer:hover {
    background-color: var(--color1);
    color: #fff;
}

.zone-favoris .btn-partage {
    z-index: 9997;
    text-align: center;
    background: url(../images/trait.png) no-repeat center top;
    padding: 15px 0 0 0;
    margin: 30px 0 0 0;
}

.zone-favoris .btn-partage .btnp {
    width: 30px;
    height: 30px;
    margin: 0 1px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease
}

.zone-favoris .btn-partage .btnp:hover {
    transform: rotate(360deg)
}

.zone-favoris .btn-partage .btnp.btn-fb {
    background-image: url(../images/ico-fb2.png)
}

.zone-favoris .btn-partage .btnp.btn-twitter {
    background-image: url(../images/ico-twitter2.png)
}

.zone-favoris .btn-partage .btnp.btn-google {
    background-image: url(../images/ico-google2.png)
}

.zone-favoris .btn-partage .btnp.btn-mail {
    background-image: url(../images/ico-mail2.png);
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 30px;
    right: 30px;
    width: 74px;
    background: rgba(0, 0, 0, 0);
    border-radius: 3px;
}

.remonter button {
    display: block;
    padding: 6px 10px 11px 10px;
    text-align: center;
    border: 0;
    background: none;
}

.remonter button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.alert-error {
    color: var(--color1);
}

.modal-notification {
    text-align: center;
}

#reservationErrors {
    display: none!important;
}

.infinite-scroll .chargement {
    background-image: url('../images/bx_loader.svg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    display: none;
    height: 50px;
    position: relative;
    width: 50px;
    margin: 0 auto 30px;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

input[type='date'], input[type='time'] {
    -webkit-appearance: none;
    vertical-align: bottom!important;
    padding-top: 10px!important;
}

@media (min-width: 1601px) {
    .container {
        width:100%;
    }

    .node-1 .content {
        padding: 0 10% 0 0%;
    }
}

@media (min-width: 1360px) and (max-width:1600px) {
    .container {
        width:100%;
    }
}

@media (min-width: 1200px) and (max-width:1359px) {
    .container {
        width:100%;
    }

    .beforeFooter {
        background-size: cover;
    }

    .spContainer {
        right: -100px;
    }

    .storeLinksBg {
        padding: 0 0px 0 20px;
    }

    .beforeFooter ul {
        padding-left: 24px;
    }
}

@media (min-width: 768px) and (max-width:1366px) {
    .container {
        width:100%;
    }

    .beforeFooter {
        background-size: cover;
    }

    .spContainer {
        right: -100px;
    }

    .storeLinksBg {
        padding: 0 0px 0 20px;
    }

    .beforeFooter ul {
        padding-left: 24px;
    }
}

@media (min-width: 980px) and (max-width:1199px) {
    .navbar-nav>li>a {
        font-size:14px;
        padding: 22px 15px;
    }

    .header1Bg ul li p {
        margin: 0 10px 0 0;
    }

    .datePickerZone .datepicker table tr td:before {
        margin-left: -20px;
        margin-top: -20px;
        width: 40px;
        height: 40px;
    }

    .car-consultes hr {
        width: 60%;
        margin: 15px auto 15px;
        background-color: #383838;
    }

    .contact .form-group .btn-primary {
        width: 100%;
        height: 55px!important;
    }

    textarea.form-control, .contact textarea.form-control {
        height: 185px!important;
    }

    .zone-recherche {
        top: 175px;
        width: 420px;
        height: 485px;
        padding: 20px 19px 19px;
    }

    .accrocheInner {
        margin-bottom: 45px;
    }

    .container {
        width: 100%;
    }

    .beforeFooter {
        background-size: cover;
    }

    .spContainer {
        right: -100px;
    }

    .storeLinksBg {
        padding: 0 0px 0 20px;
    }

    .beforeFooter ul {
        padding-left: 24px;
    }

    .zone-leads .contact .form-group .btn-primary {
        width: 100%;
        height: 45px!important;
        margin: 10px 0 0 0;
    }

    .zone-leads .contact textarea.form-control {
        height: 160px!important;
    }

    body {
        font-size: 15px;
    }

    h1,.h1 {
        font-size: 30px;
    }

    h2,.h2 {
        font-size: 25px;
    }

    h3,.h3 {
        font-size: 21px;
    }

    h4,.h4 {
        font-size: 18px;
    }

    h5,.h5 {
        font-size: 16px;
    }

    h6,.h6 {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .car-consultes .vehicule-mini .h {
        margin-top:0;
    }

    .navbar-brand>img {
        height: 50px;
    }

    .header1Bg ul li p {
        font-size: 14px;
    }

    .header1Bg ul li p,.header1Bg ul li p strong {
        color: #919191;
        white-space: nowrap;
    }

    #form_FILTRES .form-group {
        width: 100%;
        margin: 0 auto;
    }

    .form-horizontal .control-label {
        float: right;
    }

    #headerTopBg.fixed .navbar-brand-2 {
        position: relative;
        left: -300px;
        display: block;
        width: 0;
        padding: 0;
    }

    .address {
        padding: 50px 0px 30px 20px;
    }

    .beforeFooter {
        padding: 18px 30px 0!important;
    }

    .spContainer {
        right: -110px;
    }

    .spContainer .sp {
        left: initial;
    }

    .sp03 {
        width: 371px;
        height: 457px;
        top: -22px;
        right: 0;
    }

    .sp02 {
        width: 364px;
        height: 444px;
        top: -22px;
        right: 85px;
    }

    .sp01 {
        width: 372px;
        height: 450px;
        top: -32px;
        right: 190px;
    }

    .qrCode img {
        width: 100%;
    }

    .qrCode {
        width: 140px;
        font-size: 18px;
    }

    .beforeFooter .storeLinks img {
        width: 100px;
    }

    .footerBg01 .h {
        font-size: 18px;
    }

    .header1Bg .tableGrid {
        height: 90px;
    }

    .sliderBg .bx-wrapper img,.banner img {
        height: 705px;
    }

    .encartInner {
        padding: 120px 15px;
        height: 640px;
    }

    .encartsBg .encartInner01, .encartsBg .encartInner03 {
        width: 250px;
    }

    .encartInner.encartInner02 {
        width: 480px;
    }

    .introBg p {
        font-size: 44px;
    }

    #bxControls {
        bottom: 0;
    }

    .vehicule .h {
        font-size: 18px;
    }

    .vehicule .h .prix {
        font-size: 24px;
    }

    .vehicule-mini .propriete {
        min-width: initial;
    }

    .vehicule-mini {
        font-size: 12px;
    }

    .vehicule-mini .propriete li span {
        display: inline-block;
    }

    .vehicule-mini .statut {
        margin: 0 0 5px 0;
    }

    .vehicule .h {
        margin-bottom: 10px;
    }

    .zone-favoris {
        top: 152px;
    }
}

@media (min-width: 768px) and (max-width:979px) {
    .centerservice2 {
        margin: 0 0 !important;
    }

    .centerservice {
        margin: 0 25% !important;
    }

    .car-consultes hr {
        width: 80%;
        background-color: #444;
    }

    .page.node-1 {
        padding: 60px 60px;
    }

    .car-consultes .vehicule-mini .h {
        margin-top: 0;
    }

    .navbar-brand>img {
        height: 50px;
    }

    .header1Bg ul li p {
        font-size: 14px;
    }

    .header1Bg ul li p,.header1Bg ul li p strong {
        color: #919191;
        white-space: nowrap;
    }

    #form_FILTRES .form-group {
        width: 100%;
        margin: 0 auto;
    }

    .form-horizontal .control-label {
        float: right;
    }

    #headerTopBg.fixed .navbar-brand-2 {
        position: relative;
        left: -300px;
        display: block;
        width: 0;
        padding: 0;
    }

    .address {
        padding: 50px 0px 30px 20px;
    }

    .beforeFooter {
        padding: 18px 30px 0!important;
    }

    .spContainer {
        right: -110px;
    }

    .spContainer .sp {
        left: initial;
    }

    .sp03 {
        width: 371px;
        height: 457px;
        top: -22px;
        right: 0;
    }

    .sp02 {
        width: 364px;
        height: 444px;
        top: -22px;
        right: 85px;
    }

    .sp01 {
        width: 372px;
        height: 450px;
        top: -32px;
        right: 190px;
    }

    .qrCode img {
        width: 100%;
    }

    .qrCode {
        width: 140px;
        font-size: 18px;
    }

    .beforeFooter .storeLinks img {
        width: 100px;
    }

    .vehicule .propriete li span img {
        width: 30px;
        margin: 0px 10px 0px 0;
    }

    .footerBg01 .h {
        font-size: 18px;
        margin-top: 20px;
    }

    .header1Bg .tableGrid {
        height: 90px;
    }

    .sliderBg .bx-wrapper img, .banner img {
        height: 705px;
    }

    .zone-recherche {
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        padding: 30px 140px 20px;
        background-color: rgb(21, 21, 21);
        margin-top: 0px !important;
    }

    .node-1 .content {
        padding: 50px 0% 50px 0%;
        margin-bottom: 0;
    }

    .encartInner {
        padding: 30px 15px;
        height: auto;
        width: 70%!important;
    }

    .introBg p {
        font-size: 34px;
    }

    #bxControls {
        bottom: 5px;
    }

    .vehicule .h {
        font-size: 18px;
    }

    .vehicule .h .prix {
        font-size: 24px;
    }

    .vehicule-mini .propriete {
        min-width: initial;
    }

    .vehicule-mini {
        font-size: 12px;
    }

    .vehicule-mini .propriete li span {
        display: inline-block;
    }

    .vehicule-mini .statut {
        margin: 0 0 5px 0;
    }

    .vehicule .h {
        margin-bottom: 10px;
    }

    .zone-favoris {
        top: 51px;
    }

    .cars-carousel-Bg {
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .vehicule .propriete-right {
        text-align: left;
        float: left;
    }

    .encart {
        height: auto;
        padding: 20px 0!important;
    }

    .datePickerZone .datepicker table tr td,.datePickerZone .datepicker table tr th {
        padding: 15px 0;
    }

    .serviceInner {
        padding: 80px 30px;
        width: 100%;
    }

    .nosServicesBg .tableGrid>.row, .nosServicesBg .tableGrid {
        display: table;
        margin: 0;
        padding: 0;
    }

    .mapsBg .tableGrid>.row>[class*=col],.mapsBg .tableGrid>[class*=col],.nosServicesBg .tableGrid>.row>[class*=col],.nosServicesBg .tableGrid>[class*=col] {
        display: table-cell;
        vertical-align: top;
        float: none;
    }

    .nosServicesBg .tableGrid.fullWidth,.mapsBg .tableGrid.fullWidth {
        width: 100%;
    }

    .footerBg01 {
        padding: 30px 30px 30px;
    }

    .fil-arianne {
        padding: 11px 0;
    }

    #form_FILTRES .control-label {
        padding-top: 0!important;
    }

    .gallery .content {
        padding: 0 5%;
    }

    #form_FILTRES .form-control {
        width: 100%;
    }

    .garage-item .btn-partage-2 {
        display: inline-block;
        margin: 20px 30px 0px;
        top: 0;
    }

    .zone-favoris .retirer {
        width: 13px;
        height: 13px;
        top: -17px;
    }

    .services .bx-wrapper, .services .bx-viewport, .services .mainSectionSlider {
        position: relative!important;
        height: 310px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important;
    }

    body {
        font-size: 16px;
    }

    h1,.h1 {
        font-size: 30px;
    }

    h2,.h2 {
        font-size: 23px;
    }

    h3,.h3 {
        font-size: 20px;
    }

    h4,.h4 {
        font-size: 18px;
    }

    h5,.h5 {
        font-size: 16px;
    }

    h6,.h6 {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .accrocheBg {
        display: block !important;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .contact .form-group {
        display: block;
    }

    .contact .form-group .btn-primary {
        width: 45%;
    }

    .headerSlider, .sliderBg {
        height: auto !important;
    }

    .vehicule .statut, .vehicule .label-primary {
        font-size: 11px;
    }

    .info-added {
        position: relative;
        top: 0;
        bottom: auto;
        flex-direction: column;
        background: var(--color3);
        text-align: left;
        align-items: inherit;
    }

    .vehicule .propriete li {
        display: flex;
        justify-content: space-between;
    }

    .vehicule .propriete li span:nth-child(2), .vehicule .propriete li span:nth-child(1) {
        font-size: 12px;
    }

    .accroche {
        display: block;
        margin-bottom: 0;
    }

    .accrocheInner {
        background: #000 !important;
        display: block;
        float: left;
        margin-bottom: 0;
        width: 100%;
        position: relative;
        transform: none;
        top: auto;
        display: block;
        float: left;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
        padding: 20px 20px 50px;
        background-color: var(--color4);
    }

    .accroche a {
        font-size: 15px !important;
        margin: 5px auto !important;
        display: block !important;
        text-align: center !important;
    }

    span.slogan-header {
        font-size: 21px;
    }

    .flex-seoContain {
        flex-wrap: wrap
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: 0 0
    }

    .flex-seoContain .seo-form {
        width: 100%
    }

    .img-seo img {
        width: 100%;
        height: auto
    }

a.imagecont.noflicker.img1 {
    width: 100%;
}
    .accroche p {
        font-size: 14px;
        text-align: center;
        line-height: 27px;
    }

    .masque-noir {
        z-index: 10001;
    }

    .zone-favoris {
        z-index: 10002;
    }
}

.sidebar-right .favoris {
    color: var(--color1);
    font-size: 17px;
    border-top: 1px solid #494949;
    padding: 20px;
    background: var(--color0);
    margin: 0;
    line-height: 15px;
    text-transform: uppercase;
}

.sidebar-right .favoris a {
    display: inline-block;
    font-size: 16px;
    line-height: 13px;
    color: var(--color1) !important;
}

.sidebar-right .nombre_fav.btn-favoris.nombre_fav-block {
    font-size: 15px;
}

.deploy-right-sidebar span {
    color: #c11718;
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 767px) {
    .centerservice2 {
        margin: 0 0 !important;
    }

    .centerservice {
        margin: 0 0!important;
    }

    .tableGrid>.row,.tableGrid {
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        height: 100%;
    }

    .tableGrid>.table-row {
        height: 100%;
        display: block;
    }

    .tableGrid.fullWidth {
        width: 100%;
    }

    .tableGrid>.row .table-row>[class*=col],.tableGrid .table-row>[class*=col],.tableGrid>.row>[class*=col],.tableGrid>[class*=col] {
        display: block;
        vertical-align: top;
        float: left;
        height: 100%;
        position: relative;
    }

    .noPaddingCells>.row .table-row>[class*=col],.noPaddingCells .table-row>[class*=col],.noPaddingCells>.row>[class*=col],.noPaddingCells>[class*=col] {
        padding: 0;
    }

    .tableGrid.nopadding>.row .table-row>[class*=col],.tableGrid.nopadding .table-row>[class*=col],.tableGrid.nopadding>.row>[class*=col],.tableGrid.nopadding>[class*=col] {
        padding: 0;
    }

    .tableGrid.va-middle>.row .table-row>[class*=col],.tableGrid.va-middle .table-row>[class*=col],.tableGrid.va-middle>.row>[class*=col],.tableGrid.va-middle>[class*=col] {
        vertical-align: middle;
    }

    .nosServicesBg .mainSectionSlider .show {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .nosServicesBg .mainSectionSlider .blazy {
        height: 100%;
        width: 100%;
        top: 0;
    }

    .services .mainSectionSlider .show {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .services .mainSectionSlider .blazy {
        position: absolute;
        height: 100%;
        min-height: initial;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        overflow: hidden;
    }

    .services .mainSectionSlider li {
        height: 100%;
        overflow: hidden;
    }

    .body-service-list .services .row.tableGrid [class*=col-] {
        overflow: hidden;
    }

    .nosServicesBg .bx-wrapper {
        height: 100%;
    }

    .nosServicesBg .bx-viewport {
        height: 100%!important;
        min-height: 100%!important;
        max-height: 100%!important;
        width: 100%!important;
    }

    .nosServicesBg .mainSectionSliderBg {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .nosServicesBg .mainSectionSlider {
        height: 100%;
    }

    .services .bx-wrapper {
        height: 100%;
    }

    .services .bx-viewport {
        height: 100%!important;
        min-height: 300px!important;
        max-height: 100%!important;
        width: 100%!important;
    }

    .services .mainSectionSlider {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .nosServicesBg .bx-viewport li,.services .bx-viewport li {
        height: 100%;
    }

    .mainSectionSlider img {
        width: 100%;
    }

    .navbar-brand>img {
        height: 50px;
    }

    .header1Bg ul li p {
        font-size: 14px;
    }

    .header1Bg ul li p,.header1Bg ul li p strong {
        color: #919191;
        white-space: nowrap;
    }

    #form_FILTRES .form-group {
        width: 100%;
        margin: 0 auto;
    }

    .form-horizontal .control-label {
        float: right;
    }

    #headerTopBg.fixed .navbar-brand-2 {
        position: relative;
        left: -300px;
        display: block;
        width: 0;
        padding: 0;
    }

    .address {
        padding: 50px 15px 30px 15px;
    }

    .beforeFooter {
        padding: 18px 30px 0!important;
    }

    .spContainer {
        right: -110px;
    }

    .spContainer .sp {
        left: initial;
    }

    .sp03 {
        width: 371px;
        height: 457px;
        top: -22px;
        right: 0;
    }

    .sp02 {
        width: 364px;
        height: 444px;
        top: -22px;
        right: 85px;
    }

    .sp01 {
        width: 372px;
        height: 450px;
        top: -32px;
        right: 190px;
    }

    .qrCode img {
        width: 100%;
    }

    .qrCode {
        width: 140px;
        font-size: 18px;
    }

    .beforeFooter .storeLinks img {
        width: 100px;
    }

    .vehicule .propriete li span img {
        width: 30px;
        margin: 0px 10px 0px 0;
    }

    .footerBg01 .h {
        font-size: 18px;
        margin-top: 20px;
        display: inline-block;
    }

    .header1Bg .tableGrid {
        height: 90px;
    }

    .accrocheBg,.sliderBg .bx-wrapper img, .banner img {
        height: auto;
    }

    .zone-recherche {
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        padding: 30px 15px 20px;
        background-color: rgb(21, 21, 21);
    }

    .main_bg {
        padding-top: 0;
    }

    .zone-recherche .h {
        font-size: 23px;
    }

    .btn.btn-close {
        width: 30px;
        height: 30px;
        float: right;
        top: -33px;
        right: 18px;
    }

    .modal .btn-primary {
        padding: 20px;
    }

    .node-1 .content {
        padding: 50px 15px 50px 15px;
        margin-bottom: 0;
    }

    .accrocheBg {
        display: block !important;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .accroche {
        display: block;
        margin-bottom: 0;
    }

    .vehicule .statut, .vehicule .label-primary {
        font-size: 11px;
    }

    .overlap-box {
        display: none;
    }

    .accrocheInner {
        background: #000 !important;
        display: block;
        float: left;
        margin-bottom: 0;
        width: 100%;
        position: relative;
        transform: none;
        top: auto;
        display: block;
        float: left;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
        padding: 20px 20px 50px;
        background-color: var(--color4);
    }

    .info-added {
        position: relative;
        top: 0;
        bottom: auto;
        flex-direction: column;
        background: var(--color3);
        text-align: left;
        align-items: inherit;
    }

    .vehicule .propriete li span:nth-child(2), .vehicule .propriete li span:nth-child(1) {
        font-size: 12px;
    }

    .vehicule .propriete li {
        display: flex;
        justify-content: space-between;
    }

    .vehicule .propriete li {
        display: flex;
        justify-content: space-between;
    }

    .bx-viewport {
        height: 430px !important;
    }

    span.slogan-header {
        font-size: 21px;
    }

    .modal-content {
        padding: 30px 0;
    }

    .encartInner {
        padding: 30px 15px;
        height: auto;
        width: 100%!important;
    }

    .introBg p {
        font-size: 17px;
        bottom: 10px;
    }

    .introBg [class*=col-] {
        height: 213px;
        position: relative;
    }

    #bxControls {
        bottom: 5px;
    }

    .vehicule .h {
        font-size: 18px;
    }

    .vehicule .h .prix {
        font-size: 24px;
        text-align: left;
        padding-top: 10px;
    }

    .vehicule [class*=col-] {
        padding: 0;
    }

    .vehicule-mini .propriete {
        min-width: initial;
    }

    .page.node-1 {
        padding: 0;
    }

    .vehicule-mini {
        font-size: 12px;
    }

    .vehicule-mini .propriete li span {
        display: inline-block;
    }

    .vehicule-mini .statut {
        margin: 0 0 5px 0;
    }

    .statut {
        min-height: initial;
        padding: 5px 0;
    }

    .vehicule .h {
        margin-bottom: 10px;
    }

    .zone-favoris {
        top: 51px;
    }

    .cars-carousel-Bg {
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .vehicule .propriete-right {
        text-align: right;
        float: right;
    }

    .vehicule .propriete li span:nth-child(2),.vehicule .propriete li span:nth-child(1) {
        font-size: 14px;
    }

    .nosServicesBg .tableGrid>.row, .nosServicesBg .tableGrid,.tableGrid>.row, .tableGrid {
        display: block;
        margin: 0 -15px 0 -15px;
    }

    .mapsBg .tableGrid>.row>[class*=col], .mapsBg .tableGrid>[class*=col], .nosServicesBg .tableGrid>.row>[class*=col], .nosServicesBg .tableGrid>[class*=col],.tableGrid>.row>[class*=col], .tableGrid>[class*=col] {
        display: block;
        float: left;
    }

    .tableGrid.fullWidth {
        width: initial;
    }

    .address p {
        font-size: inherit;
    }

    .encart {
        height: auto;
        padding: 20px 0!important;
    }

    .datePickerZone .datepicker table tr td,.datePickerZone .datepicker table tr th {
        padding: 15px 0;
    }

    .serviceInner {
        padding: 80px 30px;
        width: 100%;
    }

    .services .bx-wrapper, .services .bx-viewport, .services .mainSectionSlider {
        position: relative!important;
        height: 200px!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important;
    }

    .body-service-list .services .tableGrid.row .bodyContent {
        text-align: center;
        padding: 15px 30px;
    }

    .footerBg01 {
        padding: 30px 0 30px;
    }

    .fil-arianne {
        padding: 11px 0;
        margin-bottom: 15px;
    }

    #form_FILTRES .control-label {
        padding-top: 0!important;
        width: 100%;
        text-align: center;
    }

    .gallery .content {
        padding: 0 0;
    }

    #form_FILTRES .form-control {
        width: 100%;
        margin: 0 auto;
        background-color: #f4f6f7;
    }

    .zone-favoris .retirer {
        width: 13px;
        height: 13px;
        top: -17px;
    }

    .mainSectionSliderBg {
        height: 250px;
    }

    .mapsBg .map {
        position: relative;
        height: 250px;
    }

    .garage-item .item-titre {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        margin-top: 30px;
    }

    .garage-item .item-titre span {
        display: block;
        width: 100%;
    }

    .garage-item .item-titre strong {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

    .body-garage-item .content {
        margin-bottom: 0;
        padding: 0;
    }

    .garage-item .btn-partage-2 {
        display: inline-block;
        margin: 20px 30px 0;
        top: 0;
    }

    .contact .form-group .btn-primary,.zone-leads .contact .form-group .btn-primary {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .content {
        padding: 40px 5% !important;
        position: relative;
        margin-bottom: 50px;
        width: 100%;
        float: left;
    }

    .contact .form-group {
        display: block;
    }

    .nopadding-xs {
        padding: 0;
    }

    .menu_referencement li a,.footerBg01 p ,body {
        font-size: 16px;
    }

    h1,.h1 {
        font-size: 26px;
    }

    h2,.h2 {
        font-size: 21px;
    }

    h3,.h3 {
        font-size: 18px;
    }

    h4,.h4 {
        font-size: 16px;
    }

    h5,.h5 {
        font-size: 14px;
    }

    h6,.h6 {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .car-consultes hr {
        width:80%;
        background-color: #444;
    }

    .navbar-brand>img {
        height: 50px;
    }

    .header1Bg ul li p {
        font-size: 14px;
    }

    .header1Bg ul li p,.header1Bg ul li p strong {
        color: #919191;
        white-space: nowrap;
    }

    #form_FILTRES .form-group {
        width: 100%;
        margin: 0 auto;
    }

    .form-horizontal .control-label {
        float: right;
    }

    #headerTopBg.fixed .navbar-brand-2 {
        position: relative;
        left: -300px;
        display: block;
        width: 0;
        padding: 0;
    }

    .address {
        padding: 50px 15px 30px 15px;
    }

    .beforeFooter {
        padding: 18px 30px 0!important;
    }

    .spContainer {
        right: -110px;
    }

    .spContainer .sp {
        left: initial;
    }

    .sp03 {
        width: 371px;
        height: 457px;
        top: -22px;
        right: 0;
    }

    .sp02 {
        width: 364px;
        height: 444px;
        top: -22px;
        right: 85px;
    }

    .sp01 {
        width: 372px;
        height: 450px;
        top: -32px;
        right: 190px;
    }

    .qrCode img {
        width: 100%;
    }

    .qrCode {
        width: 140px;
        font-size: 18px;
    }

    .beforeFooter .storeLinks img {
        width: 100px;
    }

    .vehicule .propriete li span img {
        width: 30px;
        margin: 0px 10px 0px 0;
    }

    .footerBg01 .h {
        font-size: 18px;
        margin-top: 20px;
    }

    .header1Bg .tableGrid {
        height: 90px;
    }

    .accrocheBg,.sliderBg .bx-wrapper img, .banner img {
        height: auto;
    }

    .zone-recherche {
        margin-top: 0px !important;
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        padding: 30px 15px 20px;
        background-color: rgb(21, 21, 21);
    }

    .zone-recherche .h {
        font-size: 23px;
    }

    .btn.btn-close {
        width: 30px;
        height: 30px;
        float: right;
        top: -33px;
        right: 18px;
    }

    .modal .btn-primary {
        padding: 20px;
    }

    .node-1 .content {
        padding: 50px 15px 50px 15px;
        margin-bottom: 0;
    }

    .accrocheBg {
        display: block !important;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .accroche {
        display: block;
        margin-bottom: 0;
    }

    .modal-content {
        padding: 30px 0;
    }

    .encartInner {
        padding: 30px 15px;
        height: auto;
        width: 100%!important;
    }

    .introBg p {
        font-size: 17px;
        bottom: 10px;
    }

    .introBg [class*=col-] {
        height: 213px;
        position: relative;
    }

    #bxControls {
        bottom: 5px;
    }

    .vehicule .h {
        font-size: 18px;
    }

    .vehicule .h .prix {
        font-size: 24px;
        text-align: left;
        padding-top: 10px;
    }

    .vehicule [class*=col-] {
        padding: 0;
    }

    .vehicule-mini .propriete {
        min-width: initial;
    }

    .vehicule-mini .h .prix {
        font-size: 24px;
        text-align: left;
        padding-top: 10px;
    }

    .page.node-1 {
        padding: 0;
    }

    .vehicule-mini {
        font-size: 12px;
    }

    .vehicule-mini .propriete li span {
        display: inline-block;
    }

    .vehicule-mini .statut {
        margin: 0 0 5px 0;
    }

    .vehicule .h {
        margin-bottom: 10px;
    }

    .zone-favoris {
        top: 51px;
    }

    .cars-carousel-Bg {
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .vehicule .propriete-right {
        text-align: right;
        float: right;
    }

    .nosServicesBg .tableGrid>.row, .nosServicesBg .tableGrid,.tableGrid>.row, .tableGrid {
        display: block;
        margin: 0 -15px 0 -15px;
    }

    .mapsBg .tableGrid>.row>[class*=col], .mapsBg .tableGrid>[class*=col], .nosServicesBg .tableGrid>.row>[class*=col], .nosServicesBg .tableGrid>[class*=col],.tableGrid>.row>[class*=col], .tableGrid>[class*=col] {
        display: block;
        float: left;
    }

    .tableGrid.fullWidth {
        width: initial;
    }

    .address p {
        font-size: inherit;
    }

    .encart {
        height: auto;
        padding: 20px 0!important;
    }

    .datePickerZone .datepicker table tr td,.datePickerZone .datepicker table tr th {
        padding: 15px 0;
    }

    .serviceInner {
        padding: 30px 30px 20px;
        width: 100%;
    }

    .footerBg01 {
        padding: 30px 0 30px;
    }

    .fil-arianne {
        padding: 11px 0;
        margin-bottom: 15px;
    }

    #form_FILTRES .control-label {
        padding-top: 0!important;
        width: 100%;
        text-align: center;
    }

    .gallery .content {
        padding: 0 0;
    }

    #form_FILTRES .form-control {
        width: 100%;
        margin: 0 auto;
        background-color: #f4f6f7;
    }

    .zone-favoris .retirer {
        width: 13px;
        height: 13px;
        top: -17px;
    }

    .mainSectionSliderBg {
        height: 250px;
    }

    .mapsBg .map {
        position: relative;
        height: 250px;
    }

    .garage-item .item-titre {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        margin-top: 30px;
    }

    .garage-item .item-titre span {
        display: block;
        width: 100%;
    }

    .garage-item .item-titre strong {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

    .body-garage-item .content {
        margin-bottom: 0;
        padding: 0;
    }

    .garage-item .btn-partage-2 {
        display: inline-block;
        margin: 20px 30px 0;
        top: 0;
    }

    .contact .form-group .btn-primary,.zone-leads .contact .form-group .btn-primary {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .content {
        padding: 0;
        position: relative;
        margin-bottom: 50px;
        width: 100%;
        float: left;
    }

    .nopadding-xs {
        padding: 0;
    }

    .accroche p {
        font-size: 14px;
        text-align: center;
        line-height: 27px;
    }

    .accroche a {
        font-size: 15px;
        margin: 5px auto;
        display: block;
        text-align: center;
    }

    .car-consultes .vehicule-mini {
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .modal-content .h {
        font-size: 18px;
    }

    body {
        font-size: 15px;
    }

    h1,.h1 {
        font-size: 21px;
    }

    h2,.h2 {
        font-size: 18px;
    }

    h3,.h3 {
        font-size: 16px;
    }

    h4,.h4 {
        font-size: 14px;
    }

    h5,.h5 {
        font-size: 12px;
    }

    h6,.h6 {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    .gallery .col-xs-6 {
        width:100%;
    }
}

.fa-heart-o.slash:after {
    position: absolute;
    content: "/";
    color: var(--color1);
    font-weight: 700;
    font-size: 1.7em;
    left: 7px;
    top: -10px;
}

.btn-partage-1 {
    display: flex;
    justify-content: flex-end;
}
