/*===============================*/


/* Css TPL - CMS ISIDORE 4.9.7.2 */


/*===============================*/

html {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

body {
    font-family: "Poppins", Arial;
    font-size: 15px;
    font-weight: 300;
    margin: auto;
    width: 100%;
    background: #fff;
}

.container {
    max-width: 1350px;
}

.click {
    cursor: pointer;
}

strong {
    font-weight: 600;
}


/* ------------------------------------------- */


/* ///// VARIABLES COULEURS ////////////////// */


/* ------------------------------------------- */

:root {
    /*--primaire: #00a452;
    --primaire-f: #028945;
    --secondaire: #1e2b32;
    --secondaire-f: #101a1f;
    --gris: #8b8c90;
    --gris-c: #E5E5E5;
    --gris-f: #434343;*/
    --primaire: #04376d;
    --secondaire: #2069b8;
    --tertiaire: #f5f5f5;
    --opacite: rgba(32, 105, 184, 0.8);
}


/* ------------------------------------------- */


/* ///// CLASSES DE BASE ///////////////////// */


/* ------------------------------------------- */

header,
section,
footer,
#site {
    width: 100%;
}

a {
    color: #f06300;
    text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
    color: var(--primaire);
}


/*** Marges ***/

.no-me {
    margin: 0px;
}

.no-mi {
    padding: 0px;
}

.me-20 {
    margin: 20px;
}

.me-30 {
    margin: 30px;
}

.mehb-30 {
    margin: 30px 0;
}

.mi-30 {
    padding: 30px;
}

.mihb-30 {
    padding: 30px 0;
}

.mihb-40 {
    padding: 40px 0;
}

.m10 {
    margin: 10px;
}

.lien-retour:first-of-type {
    margin-top: 15px;
}

.lien-retour a {
    background: #64a02b;
    color: #fff;
    font-size: 0.8em;
    padding: 10px 25px;
    display: inline-block;
    margin: 20px auto;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.lien-retour a:hover {
    background: #39690c;
    color: #fff;
    transition: 0.3s;
}

.position-01 {
    order: 1;
}

.position-02 {
    order: 2;
}


/*** Titres ***/

h1 {
    font-size: 2rem;
    color: var(--primaire);
    text-transform: uppercase;
}

h2 {
    font-size: 1.7rem;
    color: var(--secondaire);
    text-transform: uppercase;
}

h3 {
    font-size: 1.4rem;
    color: var(--primaire);
    text-transform: uppercase;
}


/**********/


/* HEADER */


/**********/

.barrelogo {
    background: #2069b8;
    background: var(--secondaire);
    padding: 0;
}

header {
    justify-content: center;
    background: #000;
    background: url(https://www.revolutionimg.fr/projet530/1320.jpg) no-repeat top center #000;
    background-size: cover;
}

header a {
    color: #04376d;
    color: var(--primaire);
    text-decoration: none;
}

header a:hover {
    color: #8acbbb;
    color: var(--secondaire);
    text-decoration: none;
}

.header-logo {
    background: #01356f;
    background: var(--primaire);
    text-align: right;
    padding: 10px 20px;
}


/********************/


/* SLIDESHOW HEADER */


/********************/

.slideshow {
    position: relative !important;
}

.ctn-slideshow {
    display: block;
}

.flash {
    position: relative;
}

.flash .carousel {
    position: relative;
    margin: 0 auto;
}

.flash .carousel-item {
    position: relative;
    width: 100%;
    min-height: 750px;
    overflow: hidden;
}

.flash .carousel-inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*******************/


/* RESEAUX SOCIAUX */


/*******************/

.rs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.rs svg {
    width: 45px;
    height: 45px;
    margin: 0 7px;
}

.fb,
.twitter,
.instagram {
    display: flex;
    align-items: center;
}

.fb:before {
    content: '';
    position: relative;
    display: inline-block;
    -webkit-mask: url(img/facebook.svg);
    mask: url(img/facebook.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-position: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background: #3c5a99;
    margin-right: 10px;
    margin-left: -2px;
    z-index: 10;
}

.twitter:before {
    content: '';
    position: relative;
    display: inline-block;
    -webkit-mask: url(img/twitter.svg);
    mask: url(img/twitter.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-position: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background: #00a9e8;
    margin-right: 10px;
    margin-left: -2px;
    z-index: 10;
}

.instagram:before {
    content: '';
    position: relative;
    display: inline-block;
    -webkit-mask: url(img/instagram.svg);
    mask: url(img/instagram.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-position: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background: rgb(163, 48, 193);
    background: -webkit-linear-gradient(115deg, rgba(163, 48, 193, 1) 0%, rgba(241, 76, 90, 1) 52%, rgba(254, 190, 82, 1) 100%);
    background: -o-linear-gradient(115deg, rgba(163, 48, 193, 1) 0%, rgba(241, 76, 90, 1) 52%, rgba(254, 190, 82, 1) 100%);
    background: linear-gradient(205deg, rgba(163, 48, 193, 1) 0%, rgba(241, 76, 90, 1) 52%, rgba(254, 190, 82, 1) 100%);
    margin-right: 10px;
    margin-left: -2px;
    z-index: 10;
}

.fb:after,
.twitter:after,
.instagram:after {
    content: '';
    position: absolute;
    background: #fff;
    display: inline-block;
    height: 45px;
    width: 45px;
    z-index: 9;
    border-radius: 50%;
}

.no-marge {
    padding: 0;
    margin: 0;
}


/****************/


/* MENU DESKTOP */


/****************/

nav {
    padding-bottom: 20px;
}

nav a,
nav a:hover {
    color: #fff;
    text-decoration: none;
}

#navClassic {
    justify-content: center;
}

.navLink {
    padding: 0 20px;
    text-align: center;
    font-size: 1.3rem;
}

.navLink:last-child {
    border: none;
}

.navLink:hover a {
    color: #8acbbb;
    color: var(--primaire);
}


/***************/


/* MENU MOBILE */


/***************/

#navMobile {
    display: none;
    background: var(--primaire);
    padding: 7px;
}

#divNavB {
    display: inline-block;
}

#navB {
    border: none;
    background-color: transparent;
}

#navB svg {
    height: 30px;
    fill: #fff;
}

.hiddenNav {
    display: none;
}

.visibleNav {
    display: initial;
}

#navMobileLinks {
    position: absolute;
    width: 100%;
    background-color: #1d2323;
    z-index: 999999;
    margin-top: 7px;
    left: 0;
    border-bottom: 10px solid var(--primaire);
}

#navMobileLinks ul {
    padding: 0px;
    border-left: 1px solid var(--primaire);
    margin: 0 0 0 27px;
}

#navMobileLinks li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0px 10px 20px;
    transition: 0.3s;
}

#navMobileLinks li:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

#navMobileLinks a {
    color: #fff;
}

#fb {
    display: block;
    height: 70px;
}

#fb img {
    height: 100%;
}


/**********/


/* SLOGAN */


/**********/

.slogan {
    margin: 100px 0;
}

.header-slogan-enseigne {
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    text-transform: uppercase;
}

.header-slogan-text {
    color: #2069b8;
    color: var(--secondaire);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 30px;
}

.header-slogan-text2 {
    color: #fff;
    font-size: 1.2rem;
}


/***********/


/* /SLOGAN */


/***********/


/************/


/*  COORDS  */


/************/

.ctn-coord {
    background: #f5f5f5;
    background: var(--tertiaire);
    padding: 20px 0px;
}

.ctn-coord svg {
    fill: #2069b8;
    Fill: var(--secondaire);
    width: 20px;
    height: 35px;
}

.blc-coord {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.blc-tel {
    background: #04376d;
    background: var(--primaire);
    padding: 15px 15px;
    display: inline-block;
    border-radius: 7px;
    height: 70px;
}

#telHeader div a {
    font-size: 1.5rem
}

.picto-tel {
    display: flex;
    align-items: center;
}

.picto-tel a {
    color: #fff;
    font-size: 1.7rem;
    text-decoration: none;
    letter-spacing: 2px;
}

.picto-tel svg {
    fill: #fff;
    width: 40px;
    margin-right: 10px;
}

.container-coord2 {
    margin-left: 10px;
}

.container-adresse {
    font-size: 1.1em;
}

.displayInline {
    display: inline;
}

.adresse {
    padding-left: 10px;
}

.horaires {
    padding-left: 10px;
    font-size: 1.1rem;
    font-weight: 600;
}

.container-tel {
    margin-left: 120px;
    background: #04376d;
    padding: 10px;
    border-radius: 4px;
    transition: 0.5s;
}

.container-tel:hover {
    background: #2069b8;
    transition: 0.5s;
}

.container-tel a {
    text-decoration: none;
    color: #fff;
}


/**************/


/*  /COORDS  */


/************/


/*******************/


/*  ACCUEIL-TOP  */


/*****************/

.accueil-top {
    width: 100%;
    height: auto;
    background: url(https://www.revolutionimg.fr/projet530/1359.jpg) no-repeat top left #000;
    background-size: cover;
}

.accueil-top-flex {
    height: auto;
}

.accueil-top-left {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 20px 30px 0px;
}

.accueil-top-text {
    text-align: justify;
    /*
    margin-top: 60px;
    margin-left: 30%;
    margin-right: 20px;
    */
}

.accueil-top-text h1 {
    color: #000;
    text-align: left;
    font-size: 1.9rem;
    font-weight: 600;
    padding-bottom: 20px;
}

.accueil-top-link {
    margin-top: 50px;
    margin-right: 20px;
    text-align: right;
}

.accueil-top-link a {
    background: #04376d;
    background: var(--primaire);
    padding: 10px 20px;
    color: #fff;
    transition: 0.3s;
}

.accueil-top-link a:hover {
    color: #fff;
    background: #03366f;
    background: var(--secondaire);
    transition: 0.3s;
}


/*******************/


/*  /ACCUEIL-TOP  */


/*****************/


/*******************/


/*  ACCUEIL-MID  */


/*****************/

.accueil-mid {
    padding: 30px 0;
}

.accueil-mid-elt {
    min-width: 300px;
}

.accueil-mid-text {
    text-align: center;
}

.accueil-mid-text h2 {
    color: #04376d;
    color: var(--primaire);
    font-size: 1.5rem;
    font-weight: bold;
}

.accueil-mid-text-img {
    text-align: center;
    margin-top: 20px;
    border-bottom: 5px solid #2069b8;
    border-bottom: 5px solid var(--primaire);
}

.accueil-mid-text-img h3 {
    color: #2069b8;
    color: var(--secondaire);
    font-size: 1.3rem;
}


/*******************/


/*  /ACCUEIL-MID  */


/*****************/


/*******************/


/*  ACCUEIL-BOT  */


/*****************/

.titre-engagement svg {
    fill: #fff;
    width: 30px;
    margin-right: 10px;
}

.titre-engagement h2 {
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.accueil-bot {
    width: 100%;
    height: auto;
    background: url(https://www.revolutionimg.fr/projet530/1364.jpg) no-repeat top left #000;
    background-size: cover;
}

.accueil-bot-flex {
    height: 350px;
}

.accueil-bot-right {
    background: rgba(32, 105, 184, 0.8);
    background: var(--opacite);
    height: 100%;
    padding: 50px 0px 50px 20px;
}

.accueil-bot-right ul {
    margin: 20px 0;
}

.accueil-bot-right li {
    padding: 5px;
}

.accueil-bot-flex-h2 {}

.accueil-bot-h2 {
    margin-top: 10px;
    margin-left: 10px;
}

.accueil-bot-h2 h2 {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
}

.accueil-bot-text {
    margin-left: 40px;
    color: #fff;
}


/*******************/


/*  /ACCUEIL-BOT  */


/*****************/


/**********/


/* FOOTER */


/**********/


/*******************/


/*  FOOTER  */


/*****************/

footer {
    width: 100%;
    background: #04376d;
    background: var(--primaire);
    padding-bottom: 15px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #cccccc;
    color: var(--secondaire);
    text-decoration: none;
}

#footerNav {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2069b8;
    border-bottom: 1px solid var(--secondaire);
}

.footerNavLink {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.1em;
    border-right: 1px solid #2069b8;
    border-right: 1px solid var(--secondaire);
    padding-right: 25px;
}

.footerNavLink:last-child {
    border: none;
    padding-right: 0px;
}

#footerStratetcom {
    margin-top: 20px;
    text-align: center;
}


/*******************/


/*  /FOOTER  */


/*****************/


/* ---------------------------------------- */


/* ///// PAGE ACCUEIL ///////////////////// */


/* ---------------------------------------- */

.bandeau {
    background: #fff;
    padding: 50px 0px;
}

.photo img {
    width: 100%;
}


/* ---------------------------------------- */


/* ///// PAGE CONTACT ///////////////////// */


/* ---------------------------------------- */

#page-contact #msg {
    margin: 0px;
}

.formContainer {
    width: 55%;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
}

.formInput {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    transition: 0.3s;
}

.formTextarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px;
    transition: 0.3s;
}

.formInput:focus,
.formTextarea:focus {
    background: #eeeeee;
    padding: 15px;
    transition: 0.3s;
}

.formSubmit {
    cursor: pointer;
    padding: 1em 2em;
    background-color: var(--primaire);
    border: 0;
    color: #fff;
    transition: 0.3s;
    margin-bottom: 30px;
}

.formSubmit:hover {
    background-color: var(--primaire-f);
    transition: 0.3s;
}

.divCaptcha {
    display: inline-block;
    background: #1d2323;
    padding: 20px;
}

.divCaptcha svg {
    width: 30px;
    fill: #fff;
}

.divCaptcha a {
    margin-left: 10px;
    padding: 10px;
}

#captcha {
    border: 1px solid #000;
}

.captchaField {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 13px 13px 13px 13px;
    line-height: 22px;
}

.mentions {
    font-size: 0.9rem;
    color: #000;
}


/* ---------------------------------------- */


/* ///// REALISATIONS ///////////////////// */


/* ---------------------------------------- */

.realMini {
    text-align: center;
    filter: grayscale(0);
    transition: 0.3s;
    max-width: 350px;
}

.realMini:hover {
    text-align: center;
    filter: grayscale(1);
    background-color: #c3d3e0;
    transition: 0.3s;
}

.realMini a {
    color: #fff;
}

.realMini img {
    width: 100%;
    filter: grayscale(0);
    transition: 0.3s;
}

.realMini-img {
    height: 170px;
    overflow: hidden;
}

.realMini-nom {
    background: var(--primaire);
    padding: 10px;
    display: block;
    transition: 0.3s;
}

.realMini-description {
    color: black;
    padding: 10px;
}

.btn_retour_diapo {
    text-align: center;
}


/*** Diaporamas ***/

#page-diaporama .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#page-diaporama .carousel-inner img {
    margin: auto;
    max-height: 500px;
    max-width: 100%;
}

.carousel-control-prev-icon {
    background-image: url(img/prev-light.svg);
}

.carousel-control-next-icon {
    background-image: url(img/next-light.svg);
}


/*** Diapo Mosaique ***/

.diapoMosaique .unephoto {
    position: relative;
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
}

.diapoMosaique .unephoto img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* -------------------------------- */


/* ///// ACTUALITES /////////////// */


/* -------------------------------- */

.bandeau-actualite {
    background: var(--secondaire);
    color: #fff;
    padding: 50px 0;
}


/* -------------------------------- */


/* ///// BLOG ///////////////////// */


/* -------------------------------- */

.photo-article img {
    width: 100%;
}

.titre-article h2 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.date-article {
    font-size: 0.9rem;
}

.news {
    margin: 10px;
    padding: 20px;
    min-width: 400px;
    border: 1px solid #dddddd;
}

.news:hover {
    background: #f5f5f5;
}

.news a {
    color: #000;
}

.news img {
    width: 100%;
    max-width: 350px;
}

.newsImg {
    height: 220px;
    overflow: hidden;
}

#pagination {
    text-align: center;
    margin-bottom: 10px;
}

#pagination a {
    color: var(--primaire);
    text-decoration: none;
    font-weight: bold;
}

#pagination a:hover {
    color: var(--primaire-f);
}


/* -------------------------------------- */


/* ///// PLAN ACCES ///////////////////// */


/* -------------------------------------- */

#googleMap {
    border: 0px;
    width: 90%;
    height: 500px;
}


/* ---------------------------------------- */


/* ///// PLAN DU SITE ///////////////////// */


/* ---------------------------------------- */

.siteLink {
    margin: 5px 0;
}

.siteLink:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #d5d5d5;
    margin: 15px auto;
}

.siteLink:last-child:after {
    display: none;
}


/* ---------------------------------------- */


/* ///// MENTIONS LEGALES ///////////////// */


/* ---------------------------------------- */

.mentions-l h2 {
    margin-top: 30px;
}

.mentions-l ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mentions-l li {
    padding: 5px 0;
}


/* -------------------------------------- */


/* ///// LIVRE D'OR ///////////////////// */


/* -------------------------------------- */

.btn-redac {
    text-align: center;
}

.btn-redac a {
    background: var(--primaire);
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto;
    display: inline-block;
}

.btn-redac a:hover {
    background: var(--primaire-f);
}

.book {
    border-top: 1px solid #eeeeee;
    padding: 20px;
}

.notation {
    margin-bottom: 15px;
}

.date-book {
    font-size: 1rem;
    font-weight: 600;
}

.com-book {
    margin: 10px 0 20px 0;
    background: #eeeeee;
    padding: 10px 20px;
    border-radius: 7px;
    display: block;
}

.btn-sup a {
    background: #c60202;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

.btn-sup a:hover {
    background: #950202;
}

#page-book-com .blason {
    display: none;
}


/* --------------------------------------- */


/* ///// PARTENAIRES ///////////////////// */


/* --------------------------------------- */

.partenaire {
    border: 1px solid #E5E5E5;
    padding: 10px 30px 30px 30px;
    text-align: center;
}

.partenaire-img {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partenaire img {
    width: 100%;
    max-width: 170px;
    display: block;
}

.partenaire-nom {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.partenaire-description {
    font-size: 0.9rem;
    color: #7b7979;
}


/* -------------------------------------- */


/* ///// NEWSLETTER ///////////////////// */


/* -------------------------------------- */

.btn-newsletter a {
    background: var(--primaire);
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto;
    display: inline-block;
}

.btn-newsletter a:hover {
    background: var(--primaire-f);
}


/* ------------------------------------------------ */


/* ///// RECHERCHE CATALOGUE HEADER /////////////// */


/* ------------------------------------------------ */

.recherche-header {
    background: var(--secondaire);
    padding: 20px 25px 25px 25px;
    min-height: 400px;
    position: absolute;
    z-index: 20;
    margin: 20px;
}

.recherche-header .titre {
    font-size: 1.2rem;
    color: var(--primaire);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: block;
}

#AutoComplete,
.easy-autocomplete {
    width: 100%;
    margin-bottom: 20px;
    color: #000;
    text-align: justify;
}

.easy-autocomplete input {
    border-radius: 0px !important;
}

.cadreFiltre {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}

.formulaireheader {
    font-size: 0.9rem;
}

.formulaireheader .separateur {
    display: block;
    margin: 7px 0 14px 0;
}

.cntCadre {
    padding: 20px;
}

.cntCadre a {
    text-decoration: none;
    color: initial;
}

.cadreFiltre h5 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 5px;
    display: block;
}

.cadreFiltre h5:before {
    content: '';
    background: var(--primaire);
    width: 3px;
    height: 13px;
    display: inline-block;
    margin-right: 7px;
}

.cadreFiltre span {
    display: block;
}

.cadreFiltre label {
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 5px;
}

.cntCadre .form-control {
    background: var(--secondaire);
    font-size: 0.9rem;
    color: #C1C1C1;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #5a5a5a;
    margin-bottom: 15px;
}

.eraseBtn {
    cursor: pointer;
    color: var(--primaire);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: inline-block !important;
    margin-left: 10px;
    vertical-align: middle;
}

.formulaireheader .ctn-btn {
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
}

.eraseAllBtn {
    background: #afafaf;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cadreValid {
    background: var(--primaire);
    display: block;
    width: 100%;
    border: none;
    color: #fff;
    padding: 10px 0;
    transition: 0.3s;
}

.cadreValid:hover {
    opacity: 0.8;
}


/* -------------------------------------- */


/* ///// DERNIERS VEHICULES ///////////// */


/* -------------------------------------- */

.bandeau-dernieres-annonces {
    background: var(--primaire);
    padding: 60px;
}

.img-annonce {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.annonce img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.prix-annonce {
    background: var(--secondaire);
    color: #fff;
    font-size: 1.8rem;
    padding: 7px;
    text-align: center;
}

.infos-annonce {
    background: #E5E5E5;
    padding: 15px 20px 20px 20px;
    text-align: center;
}

.infos-annonce .titre {
    text-transform: uppercase;
    font-weight: 500;
}

.ctn-spec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.ctn-spec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ctn-spec li {
    margin: 0;
    padding: 0;
}

.spec-vehicule {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 1rem;
}


/*** Année ***/

.ctn-spec li:nth-child(1) {
    display: flex;
    align-items: center;
}

.ctn-spec li:nth-child(1):before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    margin-right: 5px;
    -webkit-mask: url("img/annee.svg");
    mask: url("img/annee.svg");
    background: var(--secondaire);
}


/*** Carburant ***/

.ctn-spec li:nth-child(2) {
    display: flex;
    align-items: center;
}

.ctn-spec li:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    margin-right: 5px;
    -webkit-mask: url("img/diesel.svg");
    mask: url("img/diesel.svg");
    background: var(--secondaire);
}


/*** Kilometrage ***/

.ctn-spec li:nth-child(3) {
    display: flex;
    align-items: center;
}

.ctn-spec li:nth-child(3):before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    margin-right: 5px;
    -webkit-mask: url("img/km.svg");
    mask: url("img/km.svg");
    background: var(--secondaire);
}


/*** Modèle ***/

.ctn-spec li:nth-child(4) {
    display: none;
    align-items: center;
}


/*** Transmission ***/

.ctn-spec li:nth-child(5) {
    display: flex;
    align-items: center;
}

.ctn-spec li:nth-child(5):before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 14px;
    margin-right: 5px;
    -webkit-mask: url("img/transmission.svg");
    mask: url("img/transmission.svg");
    background: var(--secondaire);
}


/* -------------------------------- */


/* ///// CATALOGUE /////////////// */


/* -------------------------------- */

.liste-categorie {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.imageCat {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.imageCat img {
    width: 100%;
}

.nomCat {
    background: var(--secondaire);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}

.catProduits {
    background: #e5e5e5;
    margin: 15px 0;
    padding: 0;
}

.imageProduit {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.imageProduit img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.prixProduit {
    background: var(--primaire);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 10px;
    color: #fff;
}

.nomProduit {
    background: var(--secondaire);
    text-align: center;
    font-size: 1rem;
    padding: 10px;
    color: #fff;
}

.produitshow {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.produitshow h2 {
    text-align: left;
}

.produitshow h2 span {
    text-decoration: line-through;
    color: red;
    font-size: 24px;
    margin-right: 15px;
}


/*** Bloc sticky catalogue ***/

.blc-sticky {}

.infos-sticky {
    background: var(--secondaire);
    padding: 30px;
    color: #fff;
    text-align: center;
}

.infos-sticky h1 {
    color: #fff;
    font-size: 2rem;
    justify-content: center;
}

.infos-sticky .prix {
    color: var(--jaune);
    font-size: 3rem;
}

.infos-sticky p {
    color: var(--gris);
    font-size: 1rem;
}

.btn-contact-mail a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px 20px;
    color: var(--secondaire);
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 30px;
    transition: 0.2s;
    width: 100%;
}

.btn-contact-mail a:hover {
    background: var(--gris-c);
    transition: 0.2s;
}

.btn-contact-mail a:before {
    content: '';
    -webkit-mask: url(img/messagerie.svg);
    mask: url(img/messagerie.svg);
    background: var(--primaire);
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
}

.btn-contact-tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primaire);
    padding: 10px 20px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 10px;
    transition: 0.2s;
    width: 100%;
}

.btn-contact-tel a:hover {
    background: var(--primaire-f);
    transition: 0.2s;
}

.btn-contact-tel a:before {
    content: '';
    -webkit-mask: url(img/mobile.svg);
    mask: url(img/mobile.svg);
    background: var(--secondaire);
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
}

.pdt-caracteristique {
    border: 1px solid var(--gris-c);
    padding: 20px;
    margin-bottom: 20px;
}

.pdt-options {
    background: var(--secondaire);
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.pdt-options h2 {
    color: #fff;
}

.pdt-caracteristique ul,
.pdt-options ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.pdt-caracteristique li,
.pdt-options li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pdt-caracteristique li:before,
.pdt-options li:before {
    content: '';
    -webkit-mask: url(img/puce.svg);
    mask: url(img/puce.svg);
    background: var(--primaire);
    width: 15px;
    height: 15px;
    margin-right: 10px;
    display: inline-block;
}

.bandeau-catalogue {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}

.bandeau-catalogue .cadreFiltre {
    border: none;
    ;
}

.bandeau-catalogue .ctn-btn {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}

.blc-filtre {
    background: var(--secondaire);
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.titre-filtre {
    background: var(--secondaire-f);
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 20px 15px 20px;
}

.cadreResultat .titre-filtre {
    background: var(--primaire);
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 20px 15px 20px;
}

.cadreResultat .cntCadre {
    padding: 0;
    border: 1px solid var(--gris-c);
}

.cadreResultat {
    background: #fff;
    height: 100%;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    background-color: white;
    cursor: pointer;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.photoArticle {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0 0 0 10px;
}

.photoArticle img {
    width: 100%;
    height: auto;
}

.nomArticle {
    font-weight: bold;
    font-size: 20px;
}

.descriptionArticle {
    font-size: 1rem;
}

.prixArticle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 22px;
    border-left: 1px solid #e5e5e5;
}

.prixArticle .couleur {
    color: var(--primaire);
}

.prixBarre {
    display: block;
    font-size: 14px;
    text-decoration: line-through;
    color: red;
}

.caracteristiqueArticle div {
    display: inline-block !important;
    background: var(--secondaire);
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    margin-top: 5px;
}


/* -------------------------------------- */


/* ///// RESTAURANT | MENU DU JOUR //////// */


/* -------------------------------------- */

.menuJour {
    border: 1px solid var(--gris-c);
    padding: 0;
    text-align: center;
}

.titreMenu {
    background: var(--primaire);
    color: #fff;
    padding: 7px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.ctn-menuJour {
    padding: 20px;
}

.categoriesMenu {
    display: block;
    font-size: 1.2rem;
}

.titreCategorie {
    color: var(--primaire);
    margin-top: 20px;
}

.categoriesMenu .titreCategorie {
    display: block;
}

.detailsCategorie {
    font-size: 1rem;
}

.detailsCategorie+.detailsCategorie::before {
    content: '~';
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 10px;
    color: var(--primaire);
}

.descriptionMenu {
    font-size: 0.9rem;
}


/* ------------------------- */


/* ///// RESTAURANT //////// */


/* ------------------------- */

.ctn-cartes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    background: var(--secondaire);
    padding: 10px;
}

.carte-cat {
    padding: 10px;
}

.blc-carte {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    min-height: 80px;
}

.carte-img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.carte-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carte-nom {
    background: #fff;
    color: var(--primaire);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bandeau-cartes-restaurant {
    background: var(--secondaire);
}

.carte {
    padding: 10px 40px 40px 40px;
    margin: 30px auto 0 auto;
    border: 1px solid var(--gris-c);
}

.carte h3 {
    font-size: 1.4rem;
    color: var(--primaire);
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 30px;
}

.detailscarte {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 5px 0 15px 0;
    border-bottom: 1px dotted var(--gris);
    padding: 0;
}

.prixCarte {
    text-align: right;
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
}

.prixCarte span {
    color: var(--primaire);
}

.infosCarte {
    font-style: italic;
    font-size: 14px;
}

.nomCarte {
    padding: 0;
}

.nomCarte .truncate {
    font-weight: 500;
}

.ctn-menus {
    margin-top: 30px;
}

.ctn-nom-menu {
    background: var(--secondaire);
}

.titre-menu,
.titre-menu:hover {
    color: #fff;
}

.nom-menu {
    font-size: 1.4rem;
    text-transform: uppercase;
}

.prix-menu {
    font-size: 1.2rem;
    color: var(--primaire);
}

.listMenus {
    margin: 10px auto;
    text-align: center;
}

.infosMenu {
    display: block;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.resultatsAutocomplete {
    display: flex !important;
    align-items: center;
    height: 50px;
    overflow: hidden;
}

.resultatsAutocomplete span {
    font-size: 12px;
    color: #aaa;
    font-style: italic;
}

.resultatsAutocomplete img {
    width: 100%;
    margin: -50px 0;
}

.resultatsAutocomplete .prixAutocomplete {
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.resultatsAutocomplete .prixAutocomplete span {
    font-size: 12px;
    text-decoration: line-through;
    display: block;
}

.changeCat {
    cursor: pointer;
}


/*=============================*/


/* Boutons Admin / deconnexion */


/*=============================*/

.navAdminDeco {
    position: fixed;
    bottom: 10px;
    right: 130px;
    z-index: 500;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 5px;
    transition: 0.3s;
}

.navAdminDeco a {
    margin: 0 5px;
    padding: 10px;
    color: #fff;
    transition: 0.3s;
}

.navAdminLink a {
    background: #64a02b;
}

.navDecoLink a {
    background: #c60202;
}

.navAdminDeco a:hover {
    color: #fff;
    transition: 0.3s;
}

.navAdminLink a:hover {
    background: #467b14;
}

.navDecoLink a:hover {
    background: #950202;
}


/*======================================*/


/* Messages d'erreur ou de confirmation */


/*======================================*/

#msg {
    padding: 20px;
}

#msg img {
    width: 145px;
    display: block;
    margin: 20px auto 40px auto;
}

#msg span {
    font-weight: bold;
    padding-left: 10px;
}


/* Traitement CSS spécial pour errNotCOnnected et errNotActif */


/* (Afin d'éviter les conflits avec le CSS Admin) */

#noConflict {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
    background-color: #1e2b32;
    color: #fff;
}

#noConflictMsg {
    font-size: 1.3rem;
    margin: 20px auto;
    padding: 40px 20px 20px 20px;
    background: rgba(0, 0, 0, 0.29);
    display: block;
    width: 100%;
    border-radius: 20px;
    max-width: 600px;
}

#noConflictMsg h1 {
    color: #fff;
}

#noConflictMsg-2 {
    font-size: 1rem;
    margin: 20px auto;
    padding: 40px 20px 20px 20px;
    background: rgba(0, 0, 0, 0.29);
    display: block;
    width: 100%;
    border-radius: 20px;
}

.img-error {
    width: 90%;
    max-width: 600px;
}

.img-error-2 {
    width: 90%;
    max-width: 450px;
    margin: 30px auto;
}

#admin .btn-login {
    background: #64a02b;
    color: #fff;
    font-size: 0.8em;
    padding: 10px 25px;
    display: inline-block;
    margin: 20px auto;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

#admin .slideshow,
#admin .copyright {
    display: none;
}

#noConflictMsg .btn-login,
#noConflictMsg-2 .btn-login {
    background: #01AFC6;
}

#noConflictMsg .btn-login a,
#noConflictMsg-2 .btn-login a {
    color: #fff;
}


/* ----------------------------------------- */


/* ///// JS COOKIE BAR ///////////////////// */


/* ----------------------------------------- */

#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: var(--primaire);
    font-size: 0.8rem;
    padding: 3px 12px;
}

#cookie-bar .cb-enable:hover {
    background: var(--primaire-f);
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #3F3F3F;
    font-size: 0.8rem;
    padding: 3px 12px;
}

#cookie-bar .cb-policy:hover {
    background: #505050;
}


/* ///// Recrutements ///////////////////// */

.pagerecrutement {
    max-width: 1500px;
    margin: auto;
}

.pagerecrutement h1 {
    margin-bottom: 30px;
}

.pagerecrutement h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.pagerecrutement .card {
    margin-bottom: 15px;
}

.pagerecrutement form {
    background-color: var(--primaire-f);
    color: white;
    padding: 10px 0;
}

.pagerecrutement form p {
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 14px;
}

.pagerecrutement .btn.btn-primary,
#modalOffreEmploi .btn.btn-primary {
    color: white!important;
    background-color: var(--primaire-f)!important;
    border-color: var(--primaire-f)!important;
}

.pagerecrutement .btn.btn-primary:hover,
#modalOffreEmploi .btn.btn-primary:hover {
    color: white!important;
}

.pagerecrutement form .btn.btn-primary {
    color: var(--primaire-f)!important;
    background-color: white!important;
    border-color: white!important;
}

.pagerecrutement form .btn.btn-primary:hover {
    color: var(--primaire-f)!important;
}

.input_recrutement {
    margin: 0 15px;
    padding: 5px 10px;
}

.input_recrutement label {
    display: block;
    font-weight: 500;
}

.input_recrutement svg {
    height: 40px;
}

.input_recrutement #captcha_code {
    margin-bottom: 10px;
}

#modalOffreEmploi .modal-header {
    background-color: var(--primaire-f)!important;
    color: white;
}

#modalOffreEmploi .modal-header .close {
    color: white;
}


/* -------------------------------------- */


/* ///// RESPONSIVE ///////////////////// */


/* -------------------------------------- */


/* LG */

@media all and (max-width: 1200px) {
    #cookie-bar {
        display: block;
    }
    #cookie-bar .cb-enable {
        margin-top: 6px;
        margin-bottom: 5px;
    }
}


/* MD */

@media all and (max-width: 992px) {
    .eraseAllBtn {
        padding: 10px;
    }
    .blc-filtre {
        margin-bottom: 20px;
    }
    .pdt-description {
        margin-top: 30px;
    }
}


/* SM */

@media all and (max-width: 768px) {
    nav {
        display: none;
    }
    #navMobile {
        display: block;
        text-align: left;
    }
    .formContainer {
        width: 100%;
    }
    .recherche-header {
        margin: 20px 0;
    }
    .article {
        text-align: center;
    }
    .prixArticle {
        margin-top: 30px;
        font-size: 2rem;
    }
    .liste-categorie {
        margin-bottom: 20px;
    }
    .pdt-caracteristique li,
    .pdt-options li {
        width: 100%;
    }
}


/* XS */

@media all and (max-width: 576px) {
    #footerStratetcom svg {
        width: 100%;
        max-width: 330px;
    }
}