* {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; 
    font-smoothing: antialiased; 

}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

:root {
    --leftright: 6vw;
    --bleu: #006ce4;
    --orange: #ffb700;
    --bleuclair: #dfeff8;
    --noir: #333333;
    --gris: #f4f6f7;
}

html, body {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: var(--noir);
    text-rendering: optimizeLegibility; 
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/font-awesome/fa-brands-400.eot");
  src: url("fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),
       url("fonts/font-awesome/fa-brands-400.woff2") format("woff2"),
       url("fonts/font-awesome/fa-brands-400.woff") format("woff"),
       url("fonts/font-awesome/fa-brands-400.ttf") format("truetype"),
       url("fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}


.bkgblanc,
.bkg-blanc {
    background: #fff;
}

.orange {
    color: var(--orange);
}

.bleu {
    color: var(--bleu);
}

.bleu-clair,
.bleuclair {
    color: var(--bleuclair);
}

.bkgorange,
.bkg-orange {
    background: var(--orange);
}

.bkgbleu,
.bkg-bleu {
    background: var(--bleu);
}

.bkg-bleu-clair,
.bkgbleuclair,
.bkg-bleuclair {
    background: var(--bleuclair);
}

.bkggris,
.bkg-gris {
    background: var(--gris);
}

.bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

p {
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    font-style: normal;
    position: relative;
}

.entry-content p {
    margin: 0;
    margin-bottom: 10px;
}

.small,
.small p,
p.small {
    font-size: .85rem;
    line-height: 1.1rem;
}

.big,
p.big {
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
}

.superbig {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 20px;
}

.cap {
    text-transform: uppercase;
}

.poppins {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.inlineblock {
    display: inline-block !important;
}

ul, ol {
    margin: 0;
}

a {
    outline: none;
}

a,
a:hover,
a:visited,
a::after,
a:hover::after {
    color: var(--noir);
    text-decoration: none;
    outline-style: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.orange {
    color: var(--orange);
}

a.bleu {
    color: var(--bleu);
}


a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

img.alignleft,
img.floatleft {
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
}

.section-introduction img {
    margin: 20px 0;
}


p a {
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}


h1 {
    font-size: 3.1rem;
    line-height: 3.4rem;
    margin: 0 0 20px 0;
    color: var(--bleu);
    letter-spacing: -1px;
}

h1.h2,
h2 {
    font-size: 2.8rem;
    line-height: 3rem;
    margin: 0 0 30px 0;
    letter-spacing: -1px;
}

h3 {
    font-size: 1.9rem;
    line-height: 2.1rem;
    margin: 0 0 20px 0;
}

h4 {
    font-size: 1.45rem;
    line-height: 1.7rem;
    margin: 0 0 15px 0;
}

h5 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 0 0 12px 0;
}


a.cta {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 8px 20px;
    font-size: 1.1rem;
    border-radius: 6px;
    position: relative;
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px;
    border: 2px solid var(--bleu);
}

a.cta.filet {
    color: var(--bleu);
}

a.cta.small {
    font-size: .95rem;
    padding: 6px 18px;
    margin-top: 0;
    margin-right: 0;
}

a.cta.orange {
    background: var(--orange);
    color: var(--noir);
    border-color: var(--orange);
}

a.cta.bleu {
    background: var(--bleu);
    color: #fff;
}

a.cta.noir {
    background: var(--noir);
    color: #fff;
    border-color: var(--noir);
}

a.cta.fleche {
    padding-right: 60px;
}

a.cta.annonce {
    padding-right: 40px;
    padding-top: 18px;
    padding-bottom: 18px;
}

a.cta.annonce::after,
a.cta.fleche::after {
    content: '';
    font-family: 'Material icons';
    color: var(--orange);
    vertical-align: middle;
    font-size: 1.6rem;
    position: absolute;
    margin-left: 12px;
}

a.cta.fleche::after {
    content: '\e8e4';
}

a.cta.annonce::after {
    content: '\e02e';
}

a.cta.filet:hover {
    border-color: var(--orange);
}

a.cta.bleu:hover::after {
    margin-left: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.cta.bleu:hover {
    border: 2px solid var(--orange);
}

a.cta.orange:hover {
    border-color: var(--noir);
}

a.cta.displayblock {
    margin-right: 0;
    top: 0;
    margin-top: 20px;
}

a.cta.contact {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 30px 0 20px;
}

a.cta.contact::after {
    content: '\e163';
    font-family: 'Material icons';
    vertical-align: middle;
    font-size: 1.5rem;
    position: absolute;
    margin-left: 12px;
}

a.cta.noir::after {
    color: #fff;
}

a.cta.noir:hover {
    background: var(--bleu);
    border-color: var(--bleu);
}

a.cta.noir:hover::after {
    color: var(--orange);
}

a.cta.contact.inactif,
a.cta.contact.inactif:hover {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

a.cta.fleche.orange::after {
    color: var(--bleu);
}



/*************************************************************************/
/************************* STRUCTURE *************************************/
/*************************************************************************/

a.absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 14;
    top: 0;
    left: 0;
}

#content {
    margin-top: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 var(--leftright);
    position: relative;
}

.wrapthin {
    margin: 0 auto;
    width: 1170px;
    position: relative;
}

.thin {
    width: 768px;
    margin: 0 auto;
    position: relative;
}


.hentry {
    background: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.entry-content {
    padding: 0;
}

.clearboth {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.display-table {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

a.blanc,
.blanc p,
p.blanc,
.blanc {
    color: #fff;
}

.bkg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget {
    padding: 0;
    margin: 0;
}

.widgettitle {
    border: 0;
    margin-bottom: 0;
}

.padding80 {
    padding: 80px;
}

.padding60 {
    padding: 60px;
}

.padding50 {
    padding: 50px;
}

.padding40 {
    padding: 40px;
}

.padding30 {
    padding: 30px;
}

.padding20 {
    padding: 20px;
}

.padding15 {
    padding: 15px;
}

.padding10 {
    padding: 10px;
}

.cartouche {
    margin: 30px auto;
}

.displaynone,
.display-none {
    display: none !important;
}

.displayblock,
.display-block {
    display: block !important;
}

.displayinlineblock,
.display-inlineblock {
    display: inline-block !important;
}

.filet:not(.cta) {
    width: 100%;
    height: 1px;
    margin: 15px 0;
}

.filet-epais {
    width: 100%;
    height: 6px;
    margin: 20px 0;
}

.container-flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.container-flex-center {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.container-flex-nowrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.container-flex-start {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.container-flex-end {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}


.container-flex img,
.container-flex-center img,
.container-flex-nowrap img,
.container-flex-start img {
    width: auto;
    max-width: 100%;
    height: auto;
}


.flex-item-moitie {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 48%;
    position: relative;
}


.flex-item-quart {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 23%;
    position: relative;
}


.flex-item-trois-quart {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 70%;
    position: relative;
}


.flex-item-tiers {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 31%;
    position: relative;
}

.flex-item-deux-tiers {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 65%;
    position: relative;
}

.flex-item-auto {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.flex-item-full {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.flex-item-cinq {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 18%;
    position: relative;
}

.flex-item-40 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 40%;
    position: relative;
}

.flex-item-60 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 60%;
    position: relative;
}

.flex100 .flex-item-moitie {
    width: 100%;
}

a.underline:hover {
    text-decoration: underline !important;
}

.mobile-only {
    display: none !important;
}

.borderradius,
.border-radius {
    border-radius: 6px;
}

.borderradius16,
.border-radius16 {
    border-radius: 16px;
}


/*************************************************************************/
/**************************** HEADER *************************************/
/*************************************************************************/

header.header {
    background: transparent;
    z-index: 20;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 0;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.logo-header {
    width: 352px;
    height: 45px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.container-menu-principal {
    width: 100%;
    padding: 20px 0;
    border-radius: 8px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
}

.container-menu-principal ul li {
    margin: 0 20px;
    float: none;
    display: inline-block;
}

.container-menu-principal ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.container-menu-principal ul li a::after {
    content: '';
    width: 50%;
    height: 3px;
    background: var(--orange);
    display: block;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.container-menu-principal ul li.current-menu-item a::after,
.container-menu-principal ul li a:hover::after {
    height: 3px;
    opacity: 1;
    width: 100%;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.subheader {
    position: relative;
}

.subheader::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -110%;
    background-image: url(img/infini-blanc.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 100px;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
}

header.header.scroll .logo-header {
    opacity: 0;
}

header.header .subheader {
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
}

header.header.scroll .subheader {
    position: fixed;
    top: 0;
    line-height: 45px;
    left: 0;
    height: 45px;
    width: 100%;
    background: var(--bleu);
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
}

header.header.scroll .subheader .liens-header li a {
    color: #fff !important;
}

header.header.scroll .subheader .liens-header li a:hover {
    color: var(--orange) !important;
}

header.header.scroll .subheader .liens-header li a::after,
header.header.scroll .subheader .liens-header li a::before {
    display: none;
}

header.header .subheader a.cta.small {
    top: -10px;
}

header.header.scroll .subheader a.cta.small {
    top: 0;
    color: #fff;
    margin-right: 10px !important;
}

header.header.scroll .subheader a.cta.small:hover {
    color: var(--orange);
}


header.header.scroll .container-menu-principal {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    padding: 12px 0;
    border-radius: 0;
    margin: 0;
    z-index: 3;
    border-bottom: 1px solid var(--orange);
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
}


header.header.scroll .subheader::before {
    content: '';
    position: absolute;
    opacity: 1;
    left: 20px;
    -webkit-transition: all .8s !important;
    transition: all .8s !important;
}


.liens-header {
    text-align: center;
    display: inline-block;
    margin-right: 15px;
}

.liens-header li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

.liens-header li a {
    font-size: .9rem;
    line-height: 1.2rem;
    color: var(--bleu);
}

.liens-header li a::before {
    display: block;
    content: '';
    font-family: 'Material icons';
    font-size: 1.3rem;
    margin: 0 auto;
    color: var(--bleu);
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.liens-header li a::after {
    display: block;
    content: '';
    margin: 0 auto;
    height: 6px;
    border-radius: 3px;
    background: var(--orange);
    opacity: 0;
    width: 2px;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.liens-header li a:hover::after {
    width: 18px;
    opacity: 1;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.liens-header li a.lien-notifications::before {
    content: '\e158';
}

.liens-header li a.lien-favoris::before {
    content: '\e87d';
}

.liens-header li a.lien-compte::before {
    content: '\e853';
}

.liens-header li a.lien-connexion::before {
    content: '\e7fd';
}

.temoin-message,
.count-favoris {
    position: absolute;
    font-size: .7rem;
    background: var(--orange);
    color: var(--bleu);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 3;
    top: -6px;
    right: 5px;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
}

.temoin-message {
    display: none;
    right: 13px;
}

.temoin-message.actif {
    display: block;
}

header.header.scroll .temoin-message {
    display: none;
}

header.header.scroll .count-favoris {
    top: 0;
    right: 15px;
}

#menu-menu-principal li.menu-partenaire {
    display: none;
}


/*-----------------------------*/
/* Menu responsive */
/*-----------------------------*/

#shiftnav-toggle-main {
    position: fixed!important;
    top: 20px !important;
    z-index: 99999999 !important; 
    right: 15px !important;
    left: auto !important;
    max-width: 40px !important;
    height: 40px !important;
    width: 40px !important;
    background: #fff !important;
    border-radius: 50% !important;
    border: 1px solid var(--bleu);
}

#shiftnav-toggle-main .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
    line-height: 38px !important;
    margin-left: auto !important;
    padding: 0 !important;
    left: 1px;
}

#shiftnav-toggle-main.scroll {
    top: 45px !important;
}

#shiftnav-toggle-main .shiftnav-toggle-burger,
#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
    float: right !important;
}

#shiftnav-toggle-main-button {
    background: transparent !important;
    color: #000 !important;
}

.shiftnav {
    background: #fff !important;
    max-width: 95% !important;
    z-index: 99999999 !important;
    box-shadow: 8px 0 0 var(--bleu); 
}

.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
.shiftnav-open.shiftnav-open-left .shiftnav-fixed-left,
.shiftnav-open.shiftnav-open-left .shiftnav-wrap {
    transform: none !important;
}

.shiftnav:after {
    display: none !important;
}

.shiftnav nav.shiftnav-nav {
    margin-top: 25px;
}

.shiftnav-menu {
    margin-top: 80px;
}

.shiftnav-menu::before {
    content: '';
    display: block;
    height: 40px;
    width: 80%;
    margin-left: 10%;
    background: url(img/logo-metalreemploi.png) center center no-repeat;
    background-size: contain;
    margin-bottom: 15px;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
    font-family: 'Poppins' !important;
    font-weight: 600;
    font-size: 1.1rem !important;
    line-height: 1.5rem !important;
    border-bottom: 2px solid var(--gris) !important;
    color: #333 !important;
}
    
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target {
    background: #fff !important;
}



/*************************************************************************/
/**************************** FOOTER *************************************/
/*************************************************************************/

footer.footer {
    background: #fff;
    padding: 35px 0;
}

footer.footer a,
footer.footer p {
    color: var(--noir);
}

footer.footer .menu-pied-de-page li {
    float: none;
    display: inline-block;
    padding: 0;
    margin-right: 15px;
}

footer.footer .menu-pied-de-page li a {
    opacity: .6;
}

footer.footer .menu-pied-de-page li a:hover {
    opacity: 1;
    text-decoration: underline;
}

footer.footer .container-menu-footer ul li {
    margin-bottom: 8px;
}

footer.footer .container-menu-footer ul li a {
    padding: 5px 0;
}

footer.footer .container-menu-footer ul li a:hover {
    text-decoration: underline;
}

.footer-banner {
    width: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 280px;
}

footer.footer img {
    border-radius: 0;   
}


/*************************************************************************/
/*************************** Structure pages *****************************/
/*************************************************************************/

.top-home {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: var(--bleuclair);
}

.top-home-mobile {
    width: 100%;
}

.top-home-mobile img {
    margin: 70px 0 15px;
    border-radius: 0;
}

.container-top-home {
    padding: 0 0 100px;
}

.container-top-home h1 {
    margin-bottom: 15px;
}

.container-top-home .superbig {
    font-size: 1.5rem;
    line-height: 1.7rem;
}

/*
.blur {
    position: absolute;
    z-index: 6;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0);
    height: 80vh;
    width: 100%;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.blur.scroll {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}
*/
section {
    padding: 6vh 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.section-page {
    padding-top: 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

article section:last-child {
    padding-bottom: 0;
}

section.paddingzero,
section.padding-zero {
    padding: 0;
}

.marginbottom_banner {
    margin-bottom: 100px;
}

.marginzero,
.margin-zero {
    margin: 0 !important;
}

.padding-bottom-zero {
    padding-bottom: 0 !important;
}

iframe {
    width: 100%;
    height: 450px;
    max-width: 100%;
    border: 0 !important;
}

.flex-item-deux-tiers iframe {
    height: 550px;
}

.flex-item-moitie iframe {
    height: 450px;
}

.flex-item-tiers iframe {
    height: 240px;
}

.flex-item-quart iframe {
    height: 200px;
}


.pagination a,
.pagination-posts a {
    text-decoration: none !important;
    font-family: inherit;
}

.pagination-posts .nombre-pages {
    border: 2px solid transparent !important;
}

.pagination,
.pagination-posts {
    position: relative;
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
    background: var(--gris);
    border-radius: 12px;
}

.pagination a,
.pagination span,
.pagination-posts span,
.pagination-posts a {
    display: inline-block;
    margin: 0 6px;
    padding: 3px 5px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    width: auto;
    padding: 4px 8px;
    border: 2px solid var(--bleu);
    text-align: center;
    border-radius: 6px;
    color: var(--bleu);
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination a:hover,
.pagination-posts a:hover {
    text-decoration: none;
    color: #fff;
    background: var(--bleu);
}

.pagination .current,
.pagination-posts .current {
    border: 2px solid transparent !important;
    background: #fff;
}

.pagination li {
    border: 0;
    float: none;
    display: inline-block;
}



/*************************** Structure Home et pages *****************************/

.banniere-titre-page {
    padding: 30px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.container-modules-categories {
    margin-top: 30px;
}

.module-categorie {
    position: relative;
    border-radius: 6px;
    border: 2px solid var(--bleu);
    box-shadow: 7px 7px 0 var(--bleu);
    padding: 40px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.module-categorie:hover {
    box-shadow: 3px 3px 0 var(--bleu);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.module-categorie .picto-cat {
    height: 120px;
    width: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto 15px;
}

.section-services-page {
    background: var(--bleu);
}

.module-service {

}

.module-service:hover {

}

.module-service:hover h4,
.module-service:hover p.big {

}


section.section-services {
    padding-top: 0;
}

.banniere-home-services {
    width: 100%;
    height: 600px;
    max-height: 60vh;
    position: relative;
    /*margin: 40px 0;*/
}

.module-home-services {
    position: relative;
    margin-top: -200px;
    z-index: 2;
}

.picto-service {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 4px solid var(--orange);
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}



.top-page {
    /*background: linear-gradient(65deg, var(--bleuclair) 8%, #fff 36%, var(--bleuclair) 56%);*/
    background: var(--bleuclair);
    height: 200px;
    width: 100%;
}

body:not(.home) article {
    padding-top: 0;
}

body:not(.home) .container-menu-principal {
    /*border: 5px solid var(--bleuclair);*/
    /*border-top: 0;*/
}

body:not(.home) header.header.scroll .container-menu-principal {
    /*border: inherit;*/
    /*border-bottom: 1px solid var(--orange);*/
}

.module-argument {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
}

.module-argument::before {
    content: '';
    display: block;
    position: absolute;
    background: var(--orange);
    height: 80%;
    width: 8px;
    top: 10%;
    left: 0;
}

.section-argumentaire .module-argument:last-child {
    margin-bottom: 0;
}


/*************************** Popin fancybox *****************************/

.fancybox-container {
    z-index: 99999999 !important;
}

.fancybox-content {
    max-width  : 95% !important;
    height: auto !important;
    max-height : 99%;
    margin: 0 auto;
    padding: 30px !important;
    border-radius: 10px;
    box-shadow: 8px 8px 0 var(--orange);
    width: 65%;
    min-width: 400px;
    min-height: 300px;
}

.fancybox-close-small {
    opacity: 1 !important;
}

.fancybox-close-small svg {
    display: none;
}

.fancybox-close-small::before {
    content: '\e5cd';
    display: block;
    position: absolute;
    z-index: 403;
    width: 30px;
    height: 30px;
    background: var(--noir);
    font-family: 'Material icons';
    font-size: 1.6rem;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.fancybox-close-small:hover::before { 
    background: var(--bleu);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.fancybox-is-open .fancybox-bg {
    opacity: .9; 
}

.contenu-fancybox .flex-item-moitie {
    width: 50%;
}

.contenu-fancybox .flex-item-moitie:first-child {
    border-right: 6px solid var(--bleuclair);
    padding-right: 20px;
}

.contenu-fancybox .flex-item-moitie:last-child {
    padding-left: 20px;
}

.contenu-fancybox a.cta {
    display: block;
}


/*************************** Champs formulaires *****************************/

#user-registration,
#user-registration.horizontal {
    box-shadow: none;
}

.ur-frontend-form.ur-frontend-form--flat {
    background: #fff;
    padding: 0;
}

input[type=text],
input[type=date],
input[type=number],
input[type=password],
input[type=email],
textarea,
.acf-input select {
    border-radius: 5px !important;
    border: 0;
    margin-bottom: 15px !important;
    color: var(--noir) !important;
    background-color: var(--gris) !important;
}

.acf-input select,
input[type=text],
input[type=date],
input[type=number],
input[type=password],
input[type=email] {
    height: 50px !important;
    line-height: 50px !important;
}

input[type=text]::placeholder,
input[type=date]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
    color: var(--noir) !important;
    opacity: .5;
}

textarea {
    padding-top: 12px;
    padding-bottom: 12px;
}

.password-input-group a:hover {
    text-decoration: none !important;
}


.user-registration #user_pass_field label::after {
    content: '(au moins 7 caractères dont une majuscule et un chiffre)';
    display: block;
    font-size: .85rem;
    margin: 5px 0 10px;
}

.user-registration-form__label-for-checkbox span {
    cursor: pointer;
    color: var(--bleu);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.submit-message {
    display: block;
    cursor: pointer;
}

button#submit,
.submit-message,
input[type=submit],
.ur-submit-button,
.ur-frontend-form input[type=submit] {
    float: none !important;
    width: 100% !important;
    background: var(--noir) !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-align: center !important;
    line-height: 1.4rem;
    color: #fff !important;
    margin: 0 0 15px !important;
    border-radius: 5px !important;
    border: 0 !important;
    padding: 10px !important;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

button#submit:hover,
.submit-message:hover,
input[type=submit]:hover,
.ur-submit-button:hover,
.ur-frontend-form input[type=submit]:hover {
    background: var(--bleu) !important;
}

input[type=submit].inactif {
    cursor: default;
    opacity: .5;
}

input[type=submit].inactif:hover {
    background: #333 !important;
}

.user-registration-LostPassword {
    text-align: right;
}

.user-registration-LostPassword a {
    font-size: .9rem;
    top: -20px;
    position: relative;
}

.ur-frontend-form .ur-form-row .ur-form-grid label,
.ur-frontend-form .ur-form-row .ur-form-grid legend {
    margin-bottom: 0;
}

#popin-connect .contenu-fancybox ul.user-registration-error {
    margin: 15px 0;
    border: 0 !important;
}

#popin-connect .contenu-fancybox ul.user-registration-error li {
    display: inline-block !important;
}

#popin-connect .contenu-fancybox ul.user-registration-error::before {
    margin: 0 !important;
}

.acf-fields > .acf-field {
    padding: 0 !important;
    margin-bottom: 22px !important;
    border: 0 !important;
}

.acf-field .acf-label label {
    display: none;
}

body.page-template-page-mon-compte .acf-field .acf-label label {
    display: block;
    font-size: .85rem;
    opacity: .6;
}

.acf-fields > .acf-field.acf-field-64512b06d4f69 {
    padding-left: 5% !important;
}

form.ur_lost_reset_password label {
    display: none !important;
}

.oeil {
    position: absolute;
    top: 14px;
    right: 15px;
    z-index: 4;
    cursor: pointer;
}

.oeil::before {
    content: '\e8f4';
    font-family: 'Material icons';
    font-size: 1.2rem;
    color: var(--gris-moyen);
}

.oeil.actif::before {
    content: '\e8f5';

}

.wpcf7-acceptance {
    margin: 15px 0;
    padding: 10px;
    display: block;
    background: #f4f4f4;
}

.ur-form-row label {
    font-weight: normal !important;
    font-size: .85rem !important;
    line-height: 1.1rem !important;
    margin-top: 20px !important;
    opacity: .65 !important;
    margin-bottom: 6px !important;
}

#acf-form .acf-bl > li {
    display: inline-block;
    padding-right: 15px;
}


/*----------------------------------*/
/* Formulaire de recherche */
/*----------------------------------*/

.module-recherche {
    border-radius: 8px;
    box-shadow: 0 8px 14px rgba(0,0,0,0.15);
    position: relative;
    z-index: 3;
    margin-top: -45px;
}

.searchandfilter label {
    display: block;
}

.module-recherche .searchandfilter li {
    display: inline-block;
    padding: 0 10px;
    width: 23%;
    margin: 0;
}

.module-recherche .searchandfilter li.sf-field-search {
    width: 30%;
}

.module-recherche .searchandfilter .sf-input-text {
    width: 100%;
    margin-bottom: 0 !important;
}

.module-recherche .searchandfilter .sf-input-select {
    width: 100%;
    margin-bottom: 0;
    height: 50px !important;
}

.module-recherche .searchandfilter .sf-field-submit {
    position: relative;
}

.module-recherche .searchandfilter .sf-field-submit::after {
    content: '\e8b6';
    display: block;
    position: absolute;
    font-family: 'Material icons';
    font-size: 1.5rem;
    color: var(--noir);
    z-index: 4;
    right: 20px;
    top: 14px;
}

.module-recherche .searchandfilter .sf-field-submit:hover::after {
    color: #fff;
}

.module-recherche .searchandfilter .sf-field-submit input {
    height: 50px !important;
    line-height: 50px !important;
    background: var(--orange) !important;
    margin: 0 !important;
    color: var(--noir) !important;
    padding: 0 !important;
}

.module-recherche .searchandfilter .sf-field-submit input:hover {
    background: var(--bleu) !important;
    color: #fff !important;
}

body.page-template-page-catalogue .module-recherche {
    margin: 20px 0 35px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}


/*---------------------------*/
/* Champs formulaire annonce */
/*---------------------------*/

.acf-input-prepend, .acf-input-append {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background: #eaeaea;
    color: var(--noir);
    border: 0;
    font-weight: 600;
}

.acf-field.acf-field-645522ab8ef38,
.acf-field.acf-field-645522df8ef39,
.acf-field.acf-field-6455230e8ef3a,
.acf-field.acf-field-6455234d8ef3b {
    width: 20% !important;
    display: inline-block;
    margin-right: 6.2% !important;
}

.acf-field.acf-field-6455234d8ef3b {
    margin-right: 0 !important;
}

.acf-field p.description {
    font-size: .85rem;
    line-height: 1.2rem;
    color: #666;
}

.acf-field .acf-label {
    margin-bottom: 5px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    display: inline-block;
}

.ui-datepicker-year {
    margin-left: 10px !important;
}

.acf-field.acf-field-645524bd8ef40 {
    margin-left: 10%;
}

.acf-field.acf-field-645525398ef43,
.acf-field.acf-field-645526358ef47,
.acf-field.acf-field-645525688ef44,
.acf-field.acf-field-645525d78ef45 {
    padding: 15px !important;
    background: var(--gris);
    border-radius: 6px;
    margin-right: 3.5% !important;
}

.acf-field.acf-field-655227773a3e4,
.acf-field.acf-field-6490749baf648 {
    padding: 15px !important;
    margin-right: 3.5% !important;
    border: 2px solid var(--bleu) !important;
    border-radius: 6px;
}

.acf-field.acf-field-657acefdb4c12 {
    padding: 15px !important;
    border: 2px solid var(--bleu) !important;
    border-radius: 6px;
}

.acf-field.acf-field-655227773a3e4,
.acf-field.acf-field-645525688ef44 {
    margin-right: 0 !important;
}

.acf-radio-list label,
.acf-field input[type=file] {
    cursor: pointer !important;
}

.acf-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 6px 16px;
    font-size: .8rem;
    border-radius: 4px;
    position: relative;
    background: #666;
    color: #fff;
}

.acf-button:hover {
    background: var(--noir);
    color: #fff !important;
}

.acf-basic-uploader input[type=file] {
    font-size: .85rem;
    line-height: 1.3rem;
}

.acf-field.acf-field-645525fc8ef46 {
    padding: 15px !important;
    background: var(--gris);
    border-radius: 6px;
    margin-right: 4% !important;
}

.acf-field.acf-field-645523978ef3c {
    margin-right: 4% !important;
}

.acf-field.acf-field-645526d48ef49 {
    margin-right: 4% !important;
}

.acf-field.acf-field-645526d48ef49,
.acf-field.acf-field-6455271e8ef4a {
    padding: 15px !important;
    border-radius: 6px;
    background: var(--bleu);
}

.acf-field.acf-field-6455271e8ef4a {
    background: var(--bleuclair);
}

.acf-field.acf-field-645526d48ef49 .description,
.acf-field.acf-field-6455271e8ef4a .description {
    font-family: 'Poppins', sans-serif;
    opacity: 1 !important;
    font-weight: 600;
}

.acf-field.acf-field-645525fc8ef46,
.acf-field.acf-field-645524098ef3d {
    margin-right: 0 !important;
}

.acf-field.acf-field-645526d48ef49 .description {
    color: #fff;
}

.message-gratuite-frais,
.message-partenaire-frais {
    background: var(--orange);
    border-radius: 6px;
    padding: 12px;
    margin-top: 5px;
    font-size: .8rem;
    line-height: 1.1rem;
    display: none;
}

.message-gratuite-frais.actif,
.message-partenaire-frais.actif {
    display: block;
}

.rouge {
    color: #ff0000;   
}

.select2-container.-acf .select2-selection--multiple .select2-search__field,
.select2-container--default .select2-selection--multiple {
    cursor: pointer !important;
}

.module-gratuite {
    margin-top: 20px;
    background: var(--bleu);
    color: var(--orange);
    padding: 15px;
    border-radius: 8px;
}

.module-gratuite strong {
    color: #fff;
}


/*----------------------------------*/
/* Annonce modifiable */
/*----------------------------------*/

#acf_form_maj_annonce #field_frais {
    display: none;
}



/*----------------------------------*/
/* Page Compte */
/*----------------------------------*/

a.lien-logout {
    font-size: .85rem;
    margin-top: 10px;
    display: inline-block;
    padding: 3px 12px;
    border-radius: 4px;
    background: var(--bleu);
    color: #fff;
}

a.lien-logout::after {
    content: '\e9ba';
    display: inline-block;
    vertical-align: middle;
    font-family: 'Material icons';
    font-size: 1.4rem;
    margin-left: 6px;
    color: #fff;
}

/*a.lien-logout:hover,*/
a.lien-logout:hover::after {
    color: var(--orange);
}

.header-compte {
    margin-bottom: 20px;
}

.container-boutons-compte .flex-item-tiers {
    width: 31% !important;
}

.container-boutons-compte .flex-item-quart {
    width: 23% !important;
}

.header-compte .bouton-compte {
    padding: 35px 20px;
    height: 100%;
    background: var(--noir);
    display: block;
    width: 100%;
    border-radius: 6px;
    border: 3px solid var(--noir);
    color: #fff;
    text-align: center;
    font-size: .95rem;
    line-height: 1.2rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.header-compte .bouton-compte.page-active {
    cursor: default;
    pointer-events: none;
    border: 3px solid var(--bleu);
    background: #fff;
    color: var(--bleu);
}

.header-compte .bouton-compte:hover {
    background: var(--bleu);
    border: 3px solid var(--bleu);
}

.header-compte .bouton-compte span::before {
    content: '';
    display: block;
    margin: 0 auto 15px;
    font-family: 'Material icons';
    font-size: 2rem;
}

.header-compte .bouton-compte.bouton-profil span::before {
    content: '\f02e';
}

.header-compte .bouton-compte.bouton-annonces span::before {
    content: '\e0ee';
}

.header-compte .bouton-compte.bouton-messages span::before {
    content: '\e158';
}

.header-compte .bouton-compte.bouton-documents span::before {
    content: '\e873';
}

.header-compte .tableau-de-bord {
    padding: 20px;
    border-radius: 6px;
    border: 2px solid var(--bleu);
    box-shadow: 6px 6px 0 var(--bleu);
}

.header-compte .tableau-de-bord,
.header-compte .tableau-de-bord .container-flex {
    min-height: 80px;
}

.container-total-compte {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.container-compte {
    position: absolute;
    top: 0;
    left: 110%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.container-compte.container-compte-actif {
    left: 0;
    opacity: 1;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

body:not(.page-template-page-annonce) .ui-state-default,
body:not(.page-template-page-annonce) .ui-widget-content .ui-state-default,
body:not(.page-template-page-annonce) .ui-widget-header .ui-state-default,
body:not(.page-template-page-annonce) .ui-button,
body:not(.page-template-page-annonce)  .ui-button.ui-state-disabled:hover,
body:not(.page-template-page-annonce)  .ui-button.ui-state-disabled:active {
    background: none;
    border: 0;
    color: inherit;
}

body:not(.page-template-page-annonce) .ui-tabs {
    padding: 0;
}

body:not(.page-template-page-annonce) .ui-widget {
    font-family: inherit;
}

body:not(.page-template-page-annonce) .ui-widget-content {
    font-family: inherit;
    color: inherit;
}

body:not(.page-template-page-annonce) .ui-widget.ui-widget-content {
    border: 0;
    border-radius: 0;
    color: inherit;
    background: transparent;
}

body:not(.page-template-page-annonce) .ui-tabs .ui-tabs-nav {
    padding: 0;
}

body:not(.page-template-page-annonce) .ui-widget-header {
    background: none;
    color: inherit;
    font-weight: inherit;
    border: 0;
}

body:not(.page-template-page-annonce) .ui-tabs .ui-tabs-nav li {
    width: 33%;
    background: none;
    border: 0;
    color: inherit;
    background: var(--gris);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    color: var(--bleu);
    font-size: .9rem;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: var(--noir) !important;
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: #fff !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

#menu-annonces.ui-tabs-nav li {
    margin: 1px 2px 0 0 !important;
}

#menu-annonces.ui-tabs-nav li:last-child {
    margin-right: 0 !important;
}

#ui-datepicker-div {
    background: #fff !important;
}

#accordion .ui-icon-triangle-1-e {
    display: none;
}

#accordion .ui-state-active .ui-icon,
#accordion .ui-button:active .ui-icon {
    display: none;
}

#accordion h3 {
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
    border-bottom: 2px solid var(--bleuclair);
    -webkit-transition: all .2s;
    transition: all .2s;
}

#accordion h3::after {
    content: '\e5cf';
    display: block;
    position: absolute;
    z-index: 3;
    top: 24%;
    right: 0;
    font-family: 'Material Icons';
    font-size: 1.3rem;
    color: var(--bleu);
    -webkit-transition: all .3s;
    transition: all .3s;
}

#accordion h3.ui-state-active::after {
    content: '\e5ce';
    -webkit-transition: all .3s;
    transition: all .3s;
}

#accordion h3.ui-state-active {
    border: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#accordion .ui-accordion-content {
    padding: 0 0 20px 12px;
    font-size: .85rem;
    border-radius: 0;
    color: inherit;
    border: 0;
    line-height: inherit;
}

#accordion .ui-accordion-content-active {
    border-bottom: 2px solid var(--bleuclair);
}

#accordion .body-accordion .ui-accordion-content-active {
    border: 0;
}

.ui-accordion .ui-accordion-header {
    margin: 0 !important;
}

#accordion .body-accordion {
    margin-bottom: 0 !important;
    padding: 25px 0 !important;
}

#menu-annonces {
    margin-bottom: 20px;
}

#accordion h3 .compteur-annonces {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 18px;
    border: 1px solid var(--orange);
    text-align: center;
    line-height: 30px;
    font-size: .8rem;
    border-radius: 50%;
    right: 50px;
}

#accordion h3 .compteur-annonces.vide {
    border: 1px solid var(--noir);
    opacity: .4;
}

.module-annonce {
    border-radius: 8px;
    margin-bottom: 15px;
}

a.cta-small {
    padding: 6px 12px;
    font-size: .8rem;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: 2px solid var(--bleu);
    color: var(--bleu);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

a.cta-small:hover {
    color: #fff;
    background: var(--bleu);
}

a.cta-small.bouton-vendu {
    border: 2px solid var(--orange);
    color: var(--bleu);
    background: var(--orange);
}

a.cta-small.bouton-vendu:not(.vente-validee):hover {
    color: #fff;
    background: var(--bleu);
}

a.cta-small.bouton-vendu.vente-validee {
    cursor: default;
    pointer-events: none;
    border-color: #999;
    background: var(--gris);
    color: #999;
}


img.photo-produit-annonce {
    width: 200px;
    max-width: 100%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 0;
}

a.lien-back {
    color: var(--bleu);
    font-size: .9rem;
}

a.lien-back::before {
    content: '\e5c4';
    display: inline-block;
    font-family: 'Material icons';
    font-size: 1.1rem;
    vertical-align: middle;
    margin-right: 6px;
}

a.supprime-favori {
    position: absolute;
    z-index: 16;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    border: 1px solid var(--bleu);
    background: #fff;
}

a.supprime-favori::before {
    content: '\e5cd';
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-family: 'Material icons';
    font-size: 1.5rem;
    color: var(--bleu);
}

a.supprime-favori:hover {
    background: var(--bleu);
}

a.supprime-favori:hover::before {
    color: #fff;
}

/*
.boutons-actions-annonces a.bouton-message {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

.boutons-actions-annonces a.bouton-message.actif {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}
*/

.container-messagerie .flex-item .container-overflow .messages-conversation {
    height: 60%;
    overflow-y: scroll;
}

.container-messagerie .flex-item .container-overflow.container-des-conversations {
    height: 70%;
    overflow-y: auto;
}

.ajax-messages-conversation {
    max-height: 600px;
    height: 70vh;
}

.module-conversation {
    border-bottom: 1px solid var(--gris);
    border-left: 5px solid #fff;
    cursor: pointer;
    position: relative;
    padding: 20px 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.module-conversation:hover,
.module-conversation.actif {
    border-left: 5px solid var(--orange);
    background-color: var(--gris);
    -webkit-transition: all .3s;
    transition: all .3s;
}


.module-conversation.vendeur-connecte:hover,
.module-conversation.vendeur-connecte.actif {
    border-left-color: var(--bleu) !important;
}

.module-conversation.annonce-expiree {
    opacity: .4;
}

.img-produit-message {
    width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.messages-conversation {
    padding: 20px 15px 20px 0;
}

.module-message {
    width: 70%;
    margin-left: 0;
    background: var(--gris);
    margin-bottom: 15px;
}

.module-message.message-droite {
    margin-left: 30%;
    background: var(--bleuclair);
}

#soumission-message-compte .flex-item-trois-quart {
    width: 75% !important;
}

#soumission-message-compte .flex-item-quart {
    width: 22% !important;
}

input[type=text]#produit-message-compte {
    min-height: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    
}

sumbit#submit-message-compte {
    margin-bottom: 0 !important;
}

.infos-conversation {
    border: 1px solid var(--bleu);
    background: #fff;
    margin-bottom: 25px;
}

.infos-conversation .img-produit-message {
    height: 130px;
    border: 1px solid #fff;
    position: relative;
}

.infos-conversation .img-produit-message:hover {
    border: 1px solid var(--orange);
}

.ajax-container-global-conversation .container-affichage-messages .groupe-conversation {
    display: none;
}

.ajax-container-global-conversation .container-affichage-messages .groupe-conversation:first-child {
    display: block;
}

.module-annonce .indicateur-vente-en-cours {
    display: none;
}

.module-annonce.vente-en-cours .indicateur-vente-en-cours {
    display: block;
    position: relative;
    padding: 5px 15px 5px 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 4px;
}

.module-annonce.vente-en-cours .indicateur-vente-en-cours::before {
    display: inline-block;
    vertical-align: middle;
    content: '\e158';
    font-family: 'Material icons';
    font-size: 1.3rem;
    color: var(--orange);
}

.module-annonce.vente-en-cours .indicateur-vente-en-cours::after {
    position: absolute;
    top: 10px;
    left: 40px;
    content: 'Un acheteur vous a contacté au sujet de cette annonce. Retrouvez ses messages dans la section "Messages" de votre espace';
    color: var(--bleu);
    font-size: .85rem;
}

.indicateur-vente-finalisee {
    padding: 5px 15px 5px 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 4px;
    color: var(--bleu);
    font-size: .85rem;
}

#soumission-produit-vendu input[type=radio],
#soumission-produit-vendu label {
    cursor: pointer;
}

#soumission-produit-vendu label:hover {
    color: var(--bleu);
}


#soumission-produit-vendu .groupe-radio {
    margin-bottom: 15px;
}

#soumission-produit-vendu .groupe-radio:last-child {
    margin-bottom: 0;
}

#soumission-produit-vendu label {
    padding-left: 10px;
}

table.documents-compte {
    width: 100%;
    font-family: 'Poppins';
    font-size: .9rem;
}

table.documents-compte tr:not(.bkg-orange, .bkg-bleuclair) td {
    padding: 8px;
}

.module-telechargement {
    background: var(--bleuclair);
}


/*----------------------------------*/
/* Produit - Page & single */
/*----------------------------------*/

.container-catalogue {
    margin-top: 70px;
}

.module-produit {
    margin-bottom: 50px;
}

.container-catalogue .flex-item-tiers {
    margin-bottom: 30px !important;
}

.img-produit {
    height: 300px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
    position: relative;
    box-shadow: 8px 8px 0 transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.img-produit-message.default,
.item.default,
.img-produit.default {
    background: url(img/img-default.jpg) center center no-repeat;
    background-size: cover;
}

.img-produit:hover {
    box-shadow: 8px 8px 0 var(--bleu);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.add-favori-anonyme,
.add-produit-favori,
.suppress-produit-favori {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 16;
    cursor: pointer;
    border: 1px solid var(--bleu);
}

.add-favori-anonyme::before,
.add-produit-favori::before,
.suppress-produit-favori::before {
    position: absolute;
    z-index: 17;
    content: '\e87d';
    display: block;
    font-family: 'Material icons';
    font-size: 1.2rem;
    color: var(--bleuclair);
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}

.add-favori-anonyme:hover,
.suppress-produit-favori,
.add-produit-favori:hover {
    background: var(--bleu);
}

.suppress-produit-favori::before,
.add-produit-favori:hover::before {
    color: #fff;
}

body.single:not(.single-partenaire_type) .add-favori-anonyme,
body.single:not(.single-partenaire_type) .add-produit-favori,
body.single:not(.single-partenaire_type) .suppress-produit-favori {
    bottom: auto;
    top: 0;
    right: 0;
    border: 1px solid var(--bleu);
}

body.single:not(.single-partenaire_type) .add-favori-anonyme::before,
body.single:not(.single-partenaire_type) .add-produit-favori::before,
body.single:not(.single-partenaire_type) .suppress-produit-favori::before {
    line-height: 40px;
}

.div-picto-categorie {
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.div-region-name::before {
    content: '\e0c8';
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Material icons';
    font-size: 1.3rem;
    color: var(--orange);
    margin-right: 5px;
}

.designation-produit {
    margin: 30px 0;
}

.designation-produit h4:hover, 
.designation-produit p:hover {
    text-decoration: underline;
}

.produit-vendu-par {
    width: 100%;
    background: var(--bleuclair);
    padding: 10px 15px 10px 35px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.produit-vendu-par::before {
    content: '\e85e';
    display: block;
    font-family: 'Material icons';
    font-size: 1.6rem;
    color: var(--bleu);
    position: absolute;
    top: 10px;
    left: 5px;
}

.infos-user {
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 3;
    display: none;
    background: #fff;
    border: 1px solid var(--gris);
    border-radius: 4px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.15);
}

.infos-user.actif {
    display: block;
}

.container-breadcrumb {
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid var(--vert);
    margin-bottom: 30px;
}

.breadcrumb li {
    display: inline-block;
    font-size: .9rem;
    font-family: 'Poppins', sans-serif;
}

.breadcrumb li a {
    font-weight: 600;
    color: var(--bleu);
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li::after {
    content: '›';
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}

.breadcrumb li:last-child::after {
    display: none;
}

.container-single-produit {
    margin: 50px 0;
}

.lien-fiche::before {
    content: '\ef42';
    display: inline-block;
    font-family: 'Material icons';
    font-size: 1.6rem;
    color: var(--orange);
    vertical-align: middle;
    margin-right: 6px;
}

.container-single-produit.label-attestation .container-label {
    margin: 20px 0;
    text-align: right;
    height: 100px;
    display: inline-block;
    width: 100px;
    border: 3px solid var(--bleu);
    border-radius: 4px;
    background: url(img/label.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.module-produit.label-attestation .container-label {
    position: absolute;
    height: 70px;
    width: 70px;
    border: 2px solid var(--bleu);
    border-radius: 4px;
    background: url(img/label.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 25;
    top: -20px;
    right: -20px;
}

body.page-template-page-mon-compte .module-produit.label-attestation .container-label {
    right: 10px;
}

.message-retour-favori.actif {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 250px;
    background: #fff;
    padding: 4px 10px;
    font-size: .85rem;
    color: var(--bleu);
    font-family: 'Poppins', sans-serif;
    z-index: 38;
}

body.single-produit_type .message-retour-favori.actif {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 80px;
    right: 0;
    border: 1px solid var(--bleu);
}

body.page-template-page-catalogue .message-retour-favori.actif {
    margin: 5px 0 15px;
}


.success-message {
    border: 2px solid var(--orange);
    border-radius: 4px;
    margin-top: 30px;
}

.success-message a.cta {
    display: inline-block !important;
}


/*----------------------------------*/
/* Page de paiement */
/*----------------------------------*/

.module-infos-paiement {
    margin-top: 30px;
}

.module-infos-paiement button#submit {
    margin-bottom: 0 !important;
}

.infos-annonce-paiement .img-produit-message {
    height: 180px;
    margin-top: 20px;
}

.infos-annonce-paiement {
    /*
    border-top: 10px solid var(--orange);
    border-bottom: 10px solid var(--orange);
    */
    
    background: var(--gris);
}


/*----------------------------------*/
/* Page téléchargement */
/*----------------------------------*/

body.page-template-page-telechargement .acf-fields > .acf-field {
    padding: 15px !important;
    margin-bottom: 0 !important;
}

.module-file {

}

.module-file input {
    cursor: pointer;
}

#soumission-telechargement textarea {
    height: 100%;
    padding: 12px;
}

#soumission-telechargement input[type=submit] {
    margin-bottom: 0 !important;
}


/*************************************************************************/
/************************** CONTENU FLEXIBLE *****************************/
/*************************************************************************/

.rangee-page {
    padding-top: 45px;
    padding-bottom: 45px;
}

.rangee-page + .wrap .rangee-image-seule {
    margin-top: 45px;
}

.contenu-flexible ul + h3,
.contenu-flexible img + h3,
.contenu-flexible p + h3 {
    margin: 20px 0 15px 0;
}

.contenu-flexible ul + h4,
.contenu-flexible img + h4,
.contenu-flexible p + h4 {
    margin: 25px 0 15px 0;
}

.contenu-flexible p a {
    text-decoration: underline;
}

.contenu-flexible p a:hover {
    color: var(--orange);
}

.contenu-flexible h3 {
    
}

.contenu-flexible img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

.contenu-flexible ul + img,
.contenu-flexible p + img {
    margin-top: 25px;
}

.section-introduction ul,
.contenu-flexible ul {
    margin: 15px 0;
    list-style: none;
}

.section-introduction ul li,
.contenu-flexible ul li {
    margin-bottom: 6px;
    padding-left: 6px;
    margin-left: 18px;
    position: relative;
}

.section-introduction ul li::before,
.contenu-flexible ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: -15px;
    border-radius: 50%;
    display: block;
    background: var(--bleu);
}


.contenu-flexible img.aligncenter {
    margin-right: auto;
    margin-left: auto;
}

blockquote p {
    font-style: italic;
    color: var(--bleu);
}

blockquote {
    position: relative;
    background: var(--bleuclair);
}

blockquote::before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    width: 6px;
    height: 100%;
}

.contenu-flexible p:last-child {
    margin-bottom: 0;
}

.rangee-page.blanc h2,
.rangee-page.blanc h3,
.rangee-page.blanc h4,
.rangee-page.blanc h5,
.rangee-page.blanc p,
.rangee-page.blanc a,
.rangee-page.blanc strong {
    color: #fff;
}

.rangee-page.bkg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rangee-page.bkg-image .wrap {
    position: relative;
    z-index: 15;
}

.rangee-image-seule {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    max-height: 60vh;
    width: 100%;
    /*margin-bottom: 45px;*/
    position: relative;
}

.rangee-image-seule {
    padding: 0;
}

.rangee-page.bkg-image,
.rangee-page.couleur {
    padding-top: 60px;
    padding-bottom: 60px;
}

.rangee-fullwidth {
    padding: 0;
}

.rangee-fullwidth .flex-item-moitie {
    width: 50%;
    padding: var(--leftright);
}

/*
#accordion {
    border-bottom: 1px solid var(--bleu);
    padding-bottom: 30px;
}


h3.header-accordion {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding: 30px 30px 0 0;
    margin-top: 30px;
    margin-bottom: 0;
    border-top: 1px solid #000;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#accordion h3.header-accordion:first-child {
    margin-top: 0;
}

h3.header-accordion::after {
    content: '\e5cd';
    display: block;
    position: absolute;
    top: 42%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #000;
    right: 0;
    font-size: 1.2rem;
    line-height: 30px;
    text-align: center;
    transform: rotate(45deg);
    font-family: 'Material Icons';
    color: var(--vert);
    -webkit-transition: all .3s;
    transition: all .3s;
}

h3.header-accordion.ui-state-active::after {
    content: '\e5cd';
    transform: rotate(90deg);
    color: #fff;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

h3.header-accordion:hover::after {
    content: '\e5cd';
    transform: rotate(360deg);
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.body-accordion {
    padding: 30px 0;
}
*/

.owl-carousel {
    width: 100%;
}

.owl-carousel .item {
    height: 350px;
    max-height: 50vh;
    background-size: cover;
}

button.owl-prev span,
button.owl-next span {
    display: none !important;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {   
    position: relative;
    background: var(--gris);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {   
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before {
    content: '\e5c8';
    position: absolute;
    font-family: 'Material icons';
    font-size: 1.6rem;
    top: 0;
    color: var(--bleu);
    line-height: 60px;
    width: 60px;
    height: 60px;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-prev::before {
    content: '\e5c4';
}

.owl-carousel .owl-nav button.owl-next::before {
    content: '\e5c8';
}

.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover::before,
.owl-carousel .owl-nav button.owl-next:not(.disabled):hover::before {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover,
.owl-carousel .owl-nav button.owl-next:not(.disabled):hover {
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-dots {
    margin-top: 15px;
}

.owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 10px;
    background: #eaeaea !important;
}
.owl-dot.active {
    background: var(--bleu) !important;
}


/*----------------------------------*/
/* Page Partenaires */
/*----------------------------------*/

#mapwrapper {
    max-width: 100%;
    margin-left: 0;
    padding: 0;
    background-color: transparent;
    min-width: 220px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

#mapbase svg {
    max-height: 100%;
    height: 86vh;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    max-width: 100%;
    /*
    -webkit-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) ); 
    filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
    */
}

#frjstip {
  font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
  display: none !important;
  max-width: 40%;
  padding: 5px;
  border: 1px solid #404040;
  color: #404040;
  z-index: 1000;
  float: left;
  position: absolute;
  background: rgba(265, 265, 265, 0.9);
  word-break: keep-all;
  box-shadow:1px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:1px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:1px 2px 4px rgba(0, 0, 0, 0.5);
}

#frjstip p {
  margin: 0!important;
  color: #404040!important;
}

#frjstip img {
    float: left;
    padding: 3px;
    max-width: 100%;
}

#frjspins {
    display: none !important;
}

#frjsvn7 {
/*    display: none; */
}

#cadres,
#frjs14,
#frjs15,
#frjs16,
#frjs17,
#frjs18,
#frjsvn14,
#frjsvn15,
#frjsvn16,
#frjsvn17,
#frjsvn18 {
    display: none;
}

#regions {
    margin-left: 0;
    left: 0;
}

#visnames text tspan {
    font-size: .8rem !important;
    line-height: 1.1rem;
}

#container-partenaires {
    height: 600px;
    overflow-y: auto;
}

.zone-region.actif {
    fill: var(--orange) !important;
}

#liste-partenaires-region {
    
}

.module-liste-partenaire {
    background: rgba(223,239,248,0.5);
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.module-liste-partenaire:hover {
    background: rgba(223,239,248,1);
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.logo-part-liste {
    width: 90px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    /*margin-bottom: 8px;*/
}


.nom-region.actif {
    padding: 8px 15px;
    background: var(--bleu);
    color: #fff;
    font-size: .9rem;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}

section.map-partenaires {
    background: url('img/bkg-map.jpg') left center no-repeat;
    background-size: cover;
}

.infos-partenaire {
    padding: 30px;
    border: 2px solid var(--bleuclair);
    border-radius: 6px;
}

.logo-partenaire {
    width: auto !important;
    max-width: 250px !important;
    height: auto !important;
}

.adresse-partenaire {
    margin: 20px 0;
    padding-left: 30px;
    position: relative;
}

.telephone-partenaire,
.email-partenaire {
    margin: 20px 0;
    padding-left: 30px;
    position: relative;
}

.adresse-partenaire::before {
    content: '\e0c8';
    font-family: 'Material icons';
    color: var(--orange);
    vertical-align: middle;
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 0;
}

.telephone-partenaire::before,
.email-partenaire::before {
    content: '';
    font-family: 'Material icons';
    color: var(--orange);
    vertical-align: middle;
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 0;
}

.email-partenaire::before {
    content: '\e158';
}

.telephone-partenaire::before {
    content: '\e325';
}


/*---------------- */
/* RESEAUX SOCIAUX */
/*---------------- */


li.linkedin,
li.twitter,
li.facebook,
li.instagram {
    display: inline-block;
    width: auto !important;
    padding: 0;
}

li.linkedin a,
li.twitter a,
li.facebook a,
li.instagram a {
    padding: 0;
}

li.linkedin a::after,
li.twitter a::after,
li.facebook a::after,
li.instagram a::after {
    content: '';
    display: inline-block;
    font-size: 1.3rem;
    font-family: 'fontAwesome';
    color: #000;
    height: 40px;
    padding: 0 10px;
}

li.linkedin a:hover::after,
li.twitter a:hover::after,
li.facebook a:hover::after,
li.instagram a:hover::after {
    color: var(--orange);
}

li.facebook a::after {
    content: '\f39e' !important;
}

li.instagram a::after {
    content: '\f16d' !important;
}

li.twitter a::after {
    content: '\e61b' !important;
}

li.linkedin a::after {
    content: '\f0e1' !important;
}


/*----------------- */
/* Transition pages */
/*----------------- */

.loader-site {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15000;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
}

.sk-chase {
    margin: 30vh auto;
    width: 60px;
    height: 60px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--orange);
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}


#holder {
	opacity: 0;  
	transition: opacity 0.3s ease-in-out;
 	-moz-transition: opacity 0.3s ease-in-out;
 	-webkit-transition: opacity 0.3s ease-in-out;
}

#holder.visible {
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
 	-moz-transition: opacity 0.4s ease-in-out;
 	-webkit-transition: opacity 0.4s ease-in-out;
}

/*************************************************************************/
/************************* GESTION COOKIES *******************************/
/*************************************************************************/

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #fff !important;
    color: #000 !important;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    color: #000 !important;
}


body #tarteaucitronRoot div#tarteaucitronAlertBig {
    border-radius: 0 !important;
    box-shadow: none !important;
}

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
    opacity: .7 !important;
    background: #000 !important;
}


div#tarteaucitronAlertBig:before {
    display: none !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {  
    background: #000 !important;
    padding: 10px 20px !important;
}

#tarteaucitronRoot .tarteaucitronDeny {
    background: #f1f1f1 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
    background: #f1f1f1 !important;
}

#tarteaucitronRoot #tarteaucitronAllDenied2 {
    position: absolute !important;
    background: transparent !important;
    top: 10px !important;
    padding: 0 !important;
    color: #333 !important;
    right: 10px !important;
    font-size: .8rem !important;
    text-decoration: none !important;
    opacity: .6 !important;
}

#tarteaucitronDisclaimerAlert {
    font-size: .9rem !important;
    line-height: 1.3rem !important;
    text-align: justify !important;
    display: block !important;
    text-align: center !important;
}

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
    z-index: 99999999 !important;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
    width: 450px !important;
    max-width: 90% !important;
    border-radius: 6px !important;
}

#tarteaucitronDisclaimerAlert::before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 300px;
    height: 25px;
    background-image: url(img/logo-metalreemploi.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/*-----------------------------------*/
/* Sélection mode de paiement */
/*-----------------------------------*/

.module-selection-mode {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    margin: 25px 0;
    box-shadow: 0 30px 40px rgba(0,0,0,0.1); 
}

.acf-field-radio.acf-field-65c34d6285a46 {
    border-radius: 8px;
    background: #fff;
    padding: 20px !important;
    margin: 25px 0;
    box-shadow: 0 30px 40px rgba(0,0,0,0.1); 
}

.acf-field-radio.acf-field-65c34d6285a46 .acf-label,
.acf-field-radio.acf-field-65c34d6285a46 .acf-input {
    
}





.module-mode {
    width: 48%;
    border-radius: 6px;
    border: 2px solid var(--bleu);
    padding: 15px;
    cursor: pointer;
}

.module-mode:hover {
    background: var(--bleuclair)
}

.module-mode.actif {
    background: var(--bleu)
}

.module-mode.actif h4,
.module-mode.actif h4::before,
.module-mode.actif p {
    color: #fff;
}

.module-mode h4::before {
    content: '\e870';
    display: block;
    font-family: 'Material icons';
    font-size: 1.7rem;
    margin: 0 auto 7px;
    color: var(--bleu);
    font-weight: normal;
}

.module-mode.mode-cb h4::before {
    content: '\e870';
}

.module-mode.mode-virement h4::before {
    content: '\e84f';
}

body.page-template-page-annonce .acf-form-submit.paiement-actif {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
}




/*-----------------------------------*/
/* Evolutions 04/2025 */
/*-----------------------------------*/

section.section-dernieres-annonces .img-produit,
section.section-ventes .img-produit {
    max-height: 200px;
}

.container-flex-start {
    column-gap: 2.5%;
}

.section-ventes .img-produit:hover {
    box-shadow: none;
}

.date-vente-stick {
    font-size: .8rem;
    font-weight: 800;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 6px;
    background: var(--orange);
    padding: 6px 12px;
}

.section-ventes .designation-produit h4:hover,
.section-ventes .designation-produit p:hover {
    text-decoration: none;
}


/*-----------------------------------*/
/* Evolutions 07/2025 - 10/2025 */
/*-----------------------------------*/

ul.filtres-posts {
    margin: 30px 0;
    padding: 15px;
    border-radius: 12px;
    background: var(--gris);
}

li.cat-post {
    padding: 0 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    height: 40px;
    border: 2px solid var(--bleu);
    border-radius: 20px;
    line-height: 38px;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    background: #fff;
    color: var(--bleu);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

li.cat-post:not(.actif):hover {
    border: 2px solid var(--orange);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

li.cat-post.actif {
    cursor: default;
    background: var(--orange);
    border: 2px solid var(--orange);
    color: #fff;
}

.module-actu {
    overflow: hidden;
    position: relative;
    height: 300px;
    margin: 30px 0;
    border-radius: 10px;
}

.module-actu .hover-actu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0);
    mix-blend-mode: multiply; 
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.module-actu img {
    width: 100%;
    position: relative;
    height: auto;
    min-height: 100%;
    transform: scale(1) translateY(-50%);
    top: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.module-actu .img-actu-home {
    width: 100%;
    height: 100%;
    top: 50%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1) translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.module-actu:hover .img-actu-home {
    transform: scale(1.25) translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.module-actu:hover img {
    transform: scale(1.25) translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.lien-actu {
    display: inline-block;
    padding-bottom: 6px;
    color: var(--bleu);
    border-bottom: 2px dotted var(--bleu);
	transition: all 0.3s ease-in-out;
 	-webkit-transition: all 0.3s ease-in-out;
}

a.lien-actu:hover {
    border-bottom-color: var(--orange);
	transition: all 0.3s ease-in-out;
 	-webkit-transition: all 0.3s ease-in-out;
}

.container-actu-page {
    margin-bottom: 40px !important;
}

.container-actu-page:hover img {
    transform: scale(1.25) translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.container-actu-page:hover .hover-actu {
    background: rgba(0,0,0,0.45);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.container-titre-actu {
    min-height: 85px;
}

.container-cta-actus {
    text-align: center;
}

a.share-icone {
    text-decoration: none !important;
    margin-right: 8px;
}

a.share-icone:last-child {
    margin-right: 0;
}

a.share-icone::before {
    content: '';
    display: inline-block;
    font-size: 1.5rem;
    font-family: 'fontAwesome';
    color: var(--bleu);
}

a.share-icone:hover::before {
    color: var(--orange);
}

a.share-icone.share-twitter::before {
    content: '\e61b';
}

a.share-icone.share-facebook::before {
    content: '\f082';
}

a.share-icone.share-linkedin::before {
    content: '\f08c';
}

body.single-post h3,
body.single-post h2,
body.single-post h4,
body.single-post h5 {
    color: var(--bleu);
}

a.btn-demande {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 8px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    font-size: .9rem;
    line-height: 1.2rem;
    color: var(--bleu);
    font-weight: 600;
    z-index: 12;
    padding: 15px;
    border: 2px solid var(--orange);
    width: 120px;
    transition: all .3s;
    display: none;
}

body.page-template-page-catalogue a.btn-demande {
    display: block;
}

a.btn-demande::before {
    content: '\e0b7';
    display: block;
    font-family: 'Material icons';
    font-size: 1.8rem;
    margin-bottom: 8px;
    color: var(--orange);
    font-weight: normal;
    transition: all .3s;
}

a.btn-demande::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 10px;
    border-radius: 6px;
    background: var(--orange);
    width: 40px;
    z-index: 13;
    transition: all .3s;
}

a.btn-demande:hover::after {
    width: 80px;
}

a.btn-demande:hover::before {
    color: var(--bleu);
}

body.page-template-default.page main .wrap:not(.rangee-page) {
    width: 1170px;
    padding: 0;
}

.contenu-flexible .wrap {
    width: 100%;
    padding-right: var(--leftright);
    padding-left: var(--leftright);
}

.infos-certif {
    position: relative;
    margin-bottom: 30px;
    padding-right: 150px;
    transition: all .3s;
}

.infos-certif .logo-partenaire {
    width: 170px !important;
}

.logo-certif {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 120px;
    width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;
    border-radius: 50%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.infos-certif:hover {
    border-color: transparent;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
}
