* {
    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%;
}


html, body {
    box-sizing: border-box;
    font-family: "Inter Tight", sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 300;
    font-style: normal;
    background: #fff;
    color: #000;
    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");
}


:root {
    --leftright: 6vw;
    --dore: #e5515c;
    --dore: #deaa46;
    --dorelight: #fbf2e5;
    --gris: #f4f4f4;
    --noir: #000000;
    --bold: 800;
    --rouge: #c72222;
    --materialicon: 'Material Symbols Outlined';
}

.bold {
    font-weight: var(--bold);
}

.bkg-blanc {
    background: #fff;
}

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

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

.blanc {
    color: #fff;
}

.jaune,
.dore {
    color: var(--dore);
}

.doreclair,
.dore-clair,
.dore-light,
.dorelight {
    color: var(--dorelight);
}

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

.bkg-jaune,
.bkg-dore {
    background: var(--dore);
}

.bkg-dore-clair,
.bkg-doreclair,
.bkg-dorelight,
.bkg-dore-light {
    background: var(--dorelight);
}

.bkg-noir {
    background: var(--noir);
}

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: "Inter Tight", sans-serif;
    margin-top: 0;
    font-weight: 300;
    font-style: normal;
    position: relative;
}

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

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

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

.superbig {
    font-size: 2.8rem;
    line-height: 2rem;
    margin-bottom: 0;
    font-weight: var(--bold);
}

.footer p,
.bkg-dore p,
.bkg-noir p {
    font-weight: 400;
}

.cap {
    text-transform: uppercase;
}

ul, ol {
    margin: 0;
}

a {
    outline: none;
}

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

a,
a:visited {
    color: inherit;
}

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

img {
    max-width: 100%;
    height: auto;
    border: 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-weight: var(--bold);
    color: #000;
    position: relative;
    text-transform: uppercase;
}


h1 {
    font-size: 2.5rem;
    line-height: 2.7rem;
    letter-spacing: -0.3px;
}

h1.single-title::after {
    content: '';
    display: block;
    width: 55px;
    height: 12px;
    background: var(--dore);
    margin-top: 12px;
}

h1.single-title {
    margin-bottom: 30px;
}


h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
    z-index: 2;
    display: inline-block;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.7rem;
}

h4 {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

h5 {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: var(--noir);
    text-decoration: underline;
    transition: all 0.3s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    color: var(--dore);
    transition: all 0.3s;
}

body.home h1 {
    font-size: 1.7rem;
    line-height: 2rem;
    letter-spacing: 0;
}

h2::after {
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    width: 300px;
    background: var(--dorelight);
    bottom: -30px;
    left: 30%;
    z-index: -1;
}

.rangee-page.blanc h2::after {
    background: var(--dore);
}

.center h2::after,
h2.aligncenter::after,
h2.center::after {
    left: 60%;
}

.padding-left-desktop {
    padding-left: var(--leftright);
}

h2 + p,
h2 + div,
h2 + h5,
h2 + h4,
h2 + h3,
h2 + ul {
    margin-top: 60px;
}

h3 + h3 {
    margin-top: 10px;
}

h3 + p,
h3 + div,
h3 + img,
h3 + h5,
h3 + h4,
h3 + ul {
    margin-top: 10px;
}

h1 + p,
h1 + div,
h1 + img,
h1 + h4,
h1 + ul {
    margin-top: 30px;
}

h4 + p,
h4 + div,
h4 + nav,
h4 + ul,
h4 + img,
h5 + p,
h5 + div,
h5 + ul {
    margin-top: 12px;
}

p:not(.marginzero) + img,
ul:not(.marginzero) + img,
a:not(.marginzero) + img {
    margin-top: 30px;
}

p:not(.marginzero) + p {
    margin-top: 15px;
}

p:not(.marginzero) + .big,
p:not(.marginzero) + ul {
    margin-top: 20px;
}

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

a.cta + p,
a.cta + h3,
a.cta + ul,
a.cta + h4,
a.cta + h5,
a.cta + img,
a.link + p,
a.link + ul,
a.link + h4,
a.link + h5,
a.link + h3,
a.link + img,
a.lien + p,
a.lien + ul,
a.lien + h4,
a.lien + h5,
a.lien + h3,
a.lien + img {
    margin-top: 20px;
}

a.cta + a.link {
    margin-top: 30px;
}

p:not(.marginzero) + h4,
p:not(.marginzero) + h3,
p:not(.marginzero) + h5,
p:not(.marginzero) + h2 {
    margin-top: 25px;
}

p:not(.marginzero) + a {
    margin-top: 20px;
}

h2:not(.marginzero) + ul,
h3:not(.marginzero) + ul,
h4:not(.marginzero) + ul,
h5:not(.marginzero) + ul,
p:not(.marginzero) + ul,
img + ul {
    margin-top: 15px;
}


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

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

header.header #inner-header {
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

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

.container-header {
    padding: 10px 0;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

body.home .container-header {
    padding: 30px 0;
}

.container-header ul li {
    float: none;
    display: inline-block;
    padding: 0 20px;
    margin: 0 10px;
}

.container-header ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: var(--bold);
}

.container-header ul.top-nav-home li a::after {
    content: '';
    display: block;
    position: absolute;
    height: 6px;
    width: 30px;
    border: 4px solid var(--dore);
    border-radius: 6px;
    left: 50%;
    margin-left: -15px;
    bottom: -5px;
    z-index: 3;
    opacity: 0;
    transition: all .3s !important;
}

.container-header ul.top-nav-home li a:hover {
    color: var(--dore);
}

body.home .container-header ul.top-nav-home li a:hover {
    color: #fff;
}

.container-header ul.top-nav-home li.current-menu-item a::after,
.container-header ul.top-nav-home li a:hover::after {
    opacity: 1;
    bottom: -18px;
    transition: all .3s !important;
}


header.header.scroll #inner-header {
    background: var(--noir);
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

header.header.scroll .container-header,
body.home header.header.scroll .container-header {
    padding: 10px 0;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

header.header.scroll .logo-header {
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

header.header.scroll ul li a {
    font-size: .9rem;
}




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

#shiftnav-toggle-main {
    position: fixed!important;
    top: 0 !important;
    z-index: 40 !important; 
    right: 0 !important;
    left: auto !important;
    max-width: 80px !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: 50 !important;
    box-shadow: 12px 0 12px rgba(0,0,0,0.15); 
}

.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: 15px;
}

.shiftnav nav.shiftnav-nav::before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background: url(img/logo-acac.png) top center no-repeat;
    margin-bottom: 30px;
    background-size: contain;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu {
    background: #fff !important;
    color: #000 !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu li a {
    font-family: var(--bold) !important;
    font-size: 1 !important;
    line-height: 1.4rem !important;
    border-bottom: 1px solid var(--gris) !important;
    color: #000 !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
    font-family: var(--bold) !important;
    font-size: 1rem !important;
    line-height: 1.4rem !important;
    border-bottom: 1px solid var(--gris) !important;
    color: #000 !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;
}


/*************************************************************************/
/************************* 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 .tarteaucitronDeny {
    position: absolute !important;
    background: transparent !important;
    top: -30px !important;
    padding: 0 !important;
    color: #fff !important;
    right: 0 !important;
    font-size: .85rem !important;
    text-decoration: none !important;
}

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



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

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

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

a.underline,
a.underline:hover {
    text-decoration: underline;
}

a.cta,
.menu-cta li a {
    background: var(--dore);
    font-size: .85rem;
    color: #fff;
    padding: 0 25px;
    border: 1px solid var(--dore);
    height: 36px;
    line-height: 34px;
    font-weight: var(--bold);
    text-transform: uppercase;
    display: inline-block;
    border-radius: 6px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-cta li a {
    background: var(--rouge);
    border-color: var(--rouge);
}

a.cta.bkg-noir {
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    background: var(--noir);
    color: #fff;
    border: 1px solid var(--noir);
}

a.cta {
    margin-right: 15px;
}

a.cta.filet {
    background: transparent;
    color: var(--noir);
    border: 1px solid var(--noir);
    width: auto;
}

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

a.cta:hover,
.menu-cta li a:hover {
    background: #fff;
    color: var(--noir);
    text-decoration: none !important;
    transition: all .3s;
}

a.cta-big,
a.ctabig {
    background: transparent;
    font-size: 1.1rem;
    padding: 0 50px;
    height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 44px;
    margin: 30px 0;
    display: inline-block;
    border-radius: 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.cta-big.blanc,
a.ctabig.blanc {
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.cta-big.violet,
a.ctabig.violet {
    color: var(--dore);
    border: 2px solid var(--dore);
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.cta-big.noir,
a.ctabig.noir {
    color: var(--noir);
    border: 2px solid var(--noir);
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.cta-big:hover,
a.ctabig:hover {
    color: #fff;
    background: var(--noir);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.lien a,
.lien {
    font-weight: var(--bold);
    color: var(--dore);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lien::after {
    position: relative;
    content: '\e8e4';
    display: inline-block;
    font-family: var(--materialicon);
    color: var(--dore);
    vertical-align: text-bottom;
    margin-left: 5px;
    font-size: 1.8rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    transition: all .3s;
}

.lien.small::after {
    margin-left: 3px;
    vertical-align: middle;
    font-size: 1.1rem;
}

.lien:hover::after {
    margin-left: 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
}


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

body.home #content {
    padding-top: 0;
}

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

.wrapthin {
    margin: 0 auto;
    width: 1170px;
    max-width: 90%;
    position: relative;
}

.wrapthinthin {
    margin: 0 auto;
    width: 967px;
    max-width: 95%;
    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;
}

.filet {
    width: 100%;
    height: 1px;
    margin: 15px 0;
}

.filet.marginplus {
    margin: 25px 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: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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


.container-flex-start {
    display: flex;
    column-gap: 2%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.container-flex-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.container-flex img,
.container-flex-center img,
.container-flex-nowrap img,
.container-flex-start img {
    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;
}

.flex-item-moitie.force {
    width: 48% !important;
}

.flex-item-tiers.force {
    width: 31% !important;
}

.flex-item-quart.force {
    width: 23% !important;
}

.flex-center {
    align-self: center;
}

.flex-end,
.flex-base {
    align-self: flex-end;
}

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

paddingzero,
padding-zero {
    padding: 0 !important;
}

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

.boxshadow,
.box-shadow {
    box-shadow: 0 0 28px rgba(0,0,0,0.13);
}

.bkg-image,
.bkgimage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40vh;
}




/**********************************************************************************************************************************************************/
/********************************************************************** TRANSITION PAGES ******************************************************************/
/**********************************************************************************************************************************************************/

.loader-site {
    background: var(--dorelight);
    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;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid var(--noir);
    border-right-color: var(--dore);
    animation: l2 1s infinite linear;
    margin: 40vh auto;
}

@keyframes l2 {to{transform: rotate(1turn)}}


#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;
}

.wpcf7 {
    position: relative;
}

.wpcf7-list-item-label {
    color: #666;
    font-size: .85rem;
    line-height: 1.3rem;
    cursor: pointer;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    padding: 15px 20px;
    background: #f1f1f1;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    background: #eaeaea;
}




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


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

.nav-reseaux-sociaux li:last-child {
    margin-right: 0;
}

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

li.youtube a::after,
li.linkedin a::after,
li.twitter a::after,
li.facebook a::after,
li.instagram a::after {
    content: '';
    display: inline-block;
    font-size: 1.1rem;
    font-family: 'fontAwesome';
    color: var(--dore);
    height: 46px;
    width: 46px;
    font-weight: 300;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
}

li.youtube a:hover::after,
li.linkedin a:hover::after,
li.twitter a:hover::after,
li.facebook a:hover::after,
li.instagram a:hover::after {
    color: var(--noir);
    background: var(--dore);
}

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;
}

li.youtube a::after {
    content: '\f167' !important;
}

ul.reseaux-adherent {
    margin: 15px 0 20px;
}

ul.reseaux-adherent li.linkedin a::after,
ul.reseaux-adherent li.twitter a::after,
ul.reseaux-adherent li.facebook a::after,
ul.reseaux-adherent li.instagram a::after {
    color: var(--dore);
    border: 1px solid var(--dore);
}

ul.reseaux-adherent li.linkedin a:hover::after,
ul.reseaux-adherent li.twitter a:hover::after,
ul.reseaux-adherent li.facebook a:hover::after,
ul.reseaux-adherent li.instagram a:hover::after {
    color: #fff;
    background: var(--dore);
}

ul.reseaux-adherent li:first-child {
    margin-left: 0;
}

ul.reseaux-adherent .lien {
    display: inline-block;
    margin-left: 10px;
}



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

footer.footer {
    background: var(--noir);
    padding: 20px 0;
}

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

footer.footer .nav li {
    float: none;
    display: inline-block;
    padding: 6px 20px;
}

footer.footer .nav.nav-reseaux-sociaux li {
    padding: 0;
}

footer.footer .nav li a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-size: .9rem;
    font-weight: var(--bold);
    text-transform: uppercase;
    color: #fff;
}

footer.footer .nav.nav-footer-secondaire li a {
    font-size: .8rem;
}

footer.footer #menu-menu-reseaux-sociaux::before {
    content: 'Suivez-nous';
    display: block;
    margin-bottom: 6px;
    font-weight: var(--bold);
    color: var(--dorelight);
    font-size: .9rem;
    text-transform: uppercase;
}

footer.footer .nav.nav-footer-secondaire li:last-child {
    padding-right: 0;
}

.logo-footer {
    height: 90px;
    width: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

footer.footer a:hover {
    color: var(--dore) !important;
    text-decoration: underline !important;
}


/*******************************************************************/
/*************************** Home + Pages **************************/
/*******************************************************************/

.top-image-home {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
}

.slider {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}

.slide { 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slideposition {
    display: none;
}

.slider::before,
.top-image-home::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -150px;
    height: 150px;
    display: block;
    left: 0;
    width: 100%;
    box-shadow: 0 50px 150px rgba(0,0,0,1);
}

.slider::after,
.top-image-home::after {
    content: '';
    position: absolute;
    z-index: 5;
    background: var(--noir);
    bottom: 0;
    opacity: .65;
    height: 300px;
    display: block;
    left: -10%;
    width: 120%;
    box-shadow: 0 -100px 100px rgba(0,0,0,1);
}

.container-accueil {
    padding-top: 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 6;
}

.content-logo-home .flex-item-auto {
    margin-bottom: 15px;
}

.logo-home {
    width: 220px;
    height: 220px;
    margin-right: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.top-page {
    width: 100%;
    height: 300px;
    max-height: 40vh;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.top-page.top-page-defaut {
    background-image: url(img/top-image-defaut.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.container-titre {
    width: 50%;
    margin: -40px auto 40px;
    position: relative;
    z-index: 3;
}

.container-titre::after {
    content: '';
    display: block;
    background: var(--dore);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 12px;
    z-index: 4;
    border-radius: 4px;
}

.intro-page {
    padding: 0 15%;
}

.intro-before::before {
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    width: 300px;
    background: var(--dore);
    top: -35px;
    border-radius: 6px;
    left: -20px;
    z-index: 0;
}

.photo-ronde {
    width: 120px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.colonne-before::before {
    content: '';
    width: 40px;
    height: 140px;
    position: absolute;
    top: -30px;
    left: -25px;
    background: #fff;
    z-index: 0;
    display: block;
}

.module-personne {
    padding-right: 30px;
    margin-bottom: 30px;
}

.module-personne .photo {
    width: 100%;
    height: 200px;
    margin-bottom: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}

.cont-img-actu {
    overflow: hidden;
    position: relative;
    height: 300px;
    margin: 20px auto;
}

.cont-img-actu img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(0, 0) scale(1);
    transition: all .2s;
    margin: 0 !important
}

.cont-img-actu:hover img {
    transform: scale(1.2);
    transition: all .2s;
}

.container-actus-home h2:hover a,
.container-actus-home h3:hover a,
.container-actus-home h4:hover a {
    text-decoration: underline;
}

.module-actu {
    margin-bottom: 40px;
}



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

section {
    padding: 30px 0;
    position: relative;
}

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

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

.cap,
.uppercase {
    text-transform: uppercase;
}

.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-posts a {
    text-decoration: none !important;
    font-family: inherit;
}

.pagination-posts .nombre-pages {
    
}

.pagination-posts {
    position: relative;
    font-size: 1rem;
    text-align: center;
    margin: 30px auto 20px;
}

.pagination-posts span,
.pagination-posts a {
    display: inline-block;
    margin: 0 6px;
    text-decoration: none;
    font-weight: var(--bold);
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    text-align: center;
    color: var(--dore);
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination-posts .current {
    background: var(--dore);
    color: #fff;
}

.pagination-posts a:hover {
    color: var(--noir);
    text-decoration: none;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

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

img.actu-image {
    width: 100%;
    height: auto;
}

/*
div.actu-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

*/

.actu-image-defaut {
    width: 100%;
    height: 400px;
    background: url(img/img-actu-defaut.jpg) center center no-repeat;
    background-size: cover;
}

.container-image-actu {
    overflow: hidden;
    height: 300px;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.container-image-actu img {
    /*width: auto;*/
    min-width: 100%;
    min-height: 100%;
    /*height: auto;*/
    max-width: inherit;
    /*height: 100%;*/
    position: absolute;
    transform: translate(-50%, 0);
    margin: 0 !important;
    transition: all 0.3s;
}

.container-image-actu:hover img {
    /*width: auto;*/
    /*max-width: inherit;*/
    /*height: 100%;*/
    transform: translate(-50%, 0) scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.container-breadcrumb {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid var(--dore);
    margin-bottom: 25px;
}

#breadcrumbs {
    font-size: .85rem;
    color: var(--marron);
    font-weight: 400;
}

#breadcrumbs li {
    display: inline-block;
}

#breadcrumbs a {
    position: relative;
    font-weight: var(--bold);
    text-decoration: none;
    color: var(--noir);
}

#breadcrumbs a:hover {
    color: var(--dore);
    text-decoration: underline;
}

#breadcrumbs .separ {
    display: inline-block;
}

#breadcrumbs .separ::before {
    content: '\e315';
    display: inline-block;
    font-size: .9rem;
    color: var(--dore);
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: middle;
}


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

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

.rangee-page + .rangee-page {
    padding-top: 20px;
}

.rangee-page.padding30 {
    padding: 40px 30px !important;
}

.contenu-flexible .rangee-page:first-child {
    padding-top: 30px;
}

.rangee-page.bkg-doreclair + .rangee-page {
    margin-top: 30px;
}

.bkg-noir .bold,
.bkg-noir strong,
.bkg-noir h2,
.bkg-noir h3,
.bkg-noir h4,
.bkg-noir h5,
.bkg-noir a,
.bkg-noir p,
.bkg-noir li,
.bkg-noir ul li::before,
.bkg-noir a.link,
.bkg-noir a.link::after {
    color: #fff;
}

.bkg-doreclair .bold,
.bkg-doreclair strong,
.bkg-doreclair h2,
.bkg-doreclair p,
.bkg-dore .bold,
.bkg-dore strong,
.bkg-dore p,
.bkg-dore h2 {
    color: var(--noir);
}

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

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

.contenu-flexible ul {
    list-style: none;
}

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

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

img.aligncenter {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
}

blockquote p {
    font-style: italic;
}

blockquote {
    position: relative;
}

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

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

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

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

.relative {
    position: relative;
}

.rangee-page p a:not(.cta, .link, .lien) {
    font-weight: 600;
}

.rangee-page p a:not(.cta, .link, .lien):hover {
    color: var(--dore);
}



/*************************************************************************/
/******************************** ACCORDEONS *****************************/
/*************************************************************************/

h3.header-accordion {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: var(--bold);
    padding: 20px 0 20px 50px;
    border-top: 1px solid var(--noir);
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

#accordion {
    border-bottom: 1px solid var(--noir);
}

h3.header-accordion::before {
    content: 'add';
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    font-size: 2rem;
    transform: rotate(0deg);
    color: var(--noir);
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    transition: all .3s;
}

h3.header-accordion:hover::before,
h3.header-accordion.ui-state-active::before {
    transform: rotate(45deg);
    color: var(--dore);
    transition: all .3s;
}

.body-accordion {
    margin: 20px 0;
    padding-left: 50px;
}




/*************************************************************************/
/******************************** CARROUSELS *****************************/
/*************************************************************************/

.owl-carousel {
    width: 100%;
}

.owl-carousel .item {

}

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

.owl-carousel .owl-nav {
    position: relative;
    margin-top: 40px;
    text-align: right;
}

.owl-carousel .owl-nav button.disabled {
    opacity: .4;
    cursor: default;
}

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

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

.owl-carousel .owl-nav button.owl-next::before,
.owl-carousel .owl-nav button.owl-prev::before {
    content: '';
    position: absolute;
    font-size: 2rem;
    top: 0;
    color: var(--noir);
    line-height: 60px;
    width: 60px;
    height: 60px;
    left: 0;
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
    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;
    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: var(--noir);
    transition: all 0.3s;
}

.owl-dots {
    text-align: left;
    margin-top: 30px;
}

.owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px;
    background: #fff !important;
    cursor: pointer;
    border: 1px solid var(--dore) !important;
}

.owl-dot.active {
    background: var(--dore) !important;
}

.owl-carousel .owl-item img {

}

.owl-carousel#carrousel-adherent {
    width: 100%;
    margin-bottom: 40px;
}

.owl-carousel#carrousel-adherent .item,
.owl-carousel#carrousel-actus .item,
.owl-carousel#carrousel-photos .item {
    height: 480px;
    max-height: 70vh;
}


.module-guide {
    margin-bottom: 30px;
}

.module-guide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.module-guide img:hover {
    transition: all .2s;
    box-shadow: 0 10px 18px rgba(0,0,0,0.2);
}


/*************************************************************************/
/******************************** FORMULAIRE *****************************/
/*************************************************************************/

.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input {
    border: 2px solid var(--dorelight);
    background-color: #fff;
    border-radius: 2px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 8px;
    transition: all .3s;
}

.wpcf7 label {
    font-size: .85rem;
    opacity: .85;
}

.wpcf7 select,
.wpcf7 input {
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    padding-left: 20px;
}

.wpcf7 input[type=radio] {
    height: auto;
    line-height: inherit;
    border: 0;
    margin-right: 6px;
}

.wpcf7-radio label {
    cursor: pointer;
}

.wpcf7 textarea {
    padding: 15px;
    min-height: 250px;
    border-radius: 10px;
}

.wpcf7 textarea:focus,
.wpcf7 input:focus {
    background: #fff;
    border-color: var(--dore);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpcf7-list-item {
    margin: 0 20px 0 0;
}

.wpcf7 input[type=submit] {
    color: #fff;
    font-weight: 600;
    padding: 0 30px;
    height: 60px;
    color: var(--noir);
    line-height: 58px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    font-size: 1rem !important;
    text-decoration: none;
    background: var(--dore);
    border: 2px solid var(--dore);
    transition: all .3s;
    margin-top: 20px;
}

.wpcf7 input[type=submit]:hover {
    color: var(--dore);
    background: #fff;
    text-decoration: none;
}

.wpcf7 input[type="checkbox"]{
    margin-bottom: 0;
    height: auto;
    line-height: inherit;
}

.wpcf7-response-output {
    width: 100%;
    max-width: 100%;
    border: 0 !important;
    color: var(--noir) !important;
    padding: 8px 12px !important;
    border-radius: 8px;
    background: #f1f1f1;
    font-weight: bold;
    margin-left: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background: #d10000 !important;
    color: #fff !important;
}

span.wpcf7-not-valid-tip {
    color: #d10000 !important;
    font-weight: bold;
    font-size: .9rem;
    margin-bottom: 20px;
    position: relative;
}



/*************************************************************************/
/***************** Map et recherche Adhérent *****************************/
/*************************************************************************/

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

#container-map {
    margin: 30px 0 0;
}

.map-adherent,
#container-map #panel-itineraire {
    height: 450px;
    max-height: 65vh;
}

.map-adherents,
.container-liste-adherents {
    height: 600px;
    max-height: 65vh;
}

#container-map #panel-itineraire {
    flex: 0 1 auto;
    max-width: 30rem;
    box-sizing: border-box;
    overflow: auto;
}

#panel-itineraire img.adp-marker2 {
    max-width:27px;
}


.container-liste-adherents {
    overflow: auto;
    position: relative;
    padding-right: 15px;
}

.liste-adherents {
    position: relative;
    padding-top: 20px;
}

.zone-filtres {
    margin-bottom: 20px;
}

button#geolocalise_moi {
    background: none;
    border: 0;
    position: absolute;
    z-index: 4;
    right: 50px;
    height: 60px;
    width: 36px;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

button#reset_adresse {
    background: none;
    border: 0;
    position: absolute;
    z-index: 4;
    right: 10px;
    height: 36px;
    width: 40px;
    top: 12px;
    display: block;
    -webkit-transition: opacity .7s, right .4s;
    transition: opacity .7s, right .4s;
}

button#reset_adresse::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    margin-right: 6px;
    background: var(--gris);
}

button#reset_adresse::after {
    content: '\e5cd';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    color: #000;
    opacity: .3;
    font-family: var(--materialicon);
    font-size: 1.5rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    transition: all .3s;
}

button#geolocalise_moi::before {
    content: '\e55c';
    font-family: var(--materialicon);
    font-size: 1.5rem;
    display: block;
    color: #000;
    opacity: .3;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    transition: all .3s;
}

button#reset_adresse:hover::after,
button#geolocalise_moi:hover::before {
    opacity: .8;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.container-input.adresse-non-remplie button#reset_adresse {
    right: -50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, right .2s;
    transition: opacity .3s, right .2s;
}

.container-input.adresse-non-remplie button#geolocalise_moi {
    right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
}

textarea {
    line-height: inherit;
}

.select-filtre {
    cursor: pointer;
    background-position: 93% center;
    font-weight: var(--bold);
    text-transform: uppercase;
    border: 1px solid var(--gris);
}

.select-filtre:focus {
    border: 1px solid #000;
}

.select-filtre.item_selectionne {
    border: 1px solid var(--noir);
    background-color: var(--gris);
}

.activite-liste-adherent {
    margin-bottom: 15px;
}

.container-input input {
    border: 1px solid #eaeaea;
}

.container-input input:focus {
    border: 1px solid #000;
}

.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
    padding: 10px !important;
    height: auto !important;
    overflow: hidden !important;
}

.gm-style .gm-style-iw-d {
    border-radius: 0 !important;
    padding: 10px !important;
    height: auto !important;
    overflow: hidden !important;
}

.item-liste-adherent {
    padding-bottom: 15px;
    padding-top: 25px;
    padding-right: 12px;
    padding-left: 12px;
    border-bottom: 1px solid #000; 
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.item-liste-adherent .zone-cliquable-liste {
    cursor: pointer;
}
.item-liste-adherent .separateur::before {
    content: '.';
    width: 0;
    margin: 0 6px 0 0;
}

.item-liste-adherent.actif {
    background: var(--dore);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.item-liste-adherent.actif p,
.item-liste-adherent.actif a.lien,
.item-liste-adherent.actif a.lien:after {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pas_de_resultats {
    padding: 30px;
    background: var(--gris);
    text-align: center;
    width: 100%;
    color: var(--dore);
    margin-top: 30px;
    font-weight: bold;
}

.map-adherent iframe {
    height: 100%;
    max-height: 100%;
}

.zone-itineraire {
    margin-top: 20px;
    padding: 30px;
}

#container-map {
    display: flex
}

#container-map .map-adherent {
    flex-basis: 0;
    flex-grow: 4;
    flex: auto;
}

#container-map #panel-itineraire {
    flex: 0 1 auto;
/*    padding: 1rem; */
    max-width: 30rem;
    box-sizing: border-box;
    overflow: auto;
}

#panel-itineraire img.adp-marker2 {
    max-width:27px;
}

button.submit#submit_itineraire {
    height: 60px;
    width: 100%;
    text-align: center;
    border: 0;
    cursor: pointer;
    background: #000;
    font-weight: var(--bold);
    color: #fff;
    text-transform: uppercase;
    font-size: .9rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

button.submit#submit_itineraire:hover {
    background: var(--gris);
    color: var(--noir);
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*-------------------*/
/* PARTAGE RS */
/*-------------------*/


.bloc-partage {
    width: 100%;
    text-align: right;
}

.bloc-partage.left {
    text-align: left;
}

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: #000;
}

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

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

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

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



