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

@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 {
    --noir: #000000;
    --brun: #a48871;
    --brunfonce: #664745;
    --rose: #e94884;
    --gris: #f6f3f1;
    --bold: 700;
    --semibold: 600;
    --leftright: 6vw;
    --heightheader: 90px;
    --heightheaderscroll: 60px;
    --materialicon: 'Material Symbols Outlined';
}

html, body {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    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;
}

strong,
.bold {
    font-weight: 700 !important;
}

p strong {
    font-weight: 700 !important;
}

.semibold {
    font-weight: 600 !important;
}

#container {
    padding-top: 120px;
}

#container,
#content {
    margin: 0 auto;
    position: relative;
}

body.home #container,
body.home #content {
    overflow: hidden;
}

.bkg-blanc {
    background: #fff;
}


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

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

.bkg-brunfonce,
.bkg-brun-fonce {
    background: var(--brunfonce);
}

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

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

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

.brun-fonce,
.brunfonce {
    color: var(--brunfonce);
}

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

a.rose {
    color: var(--rose) !important;
}

a.brun {
    color: var(--brun) !important;
}

a.brunfonce {
    color: var(--brunfonce) !important;
}

p {
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
    color: var(--noir);
    margin: 0;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
}

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

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

.big,
p.big {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
}

.superbig {
    font-size: 4rem;
    line-height: 4.2rem;
    font-weight: 400;
}

.cap {
    text-transform: uppercase;
}

ul, ol {
    margin: 0;
}

a {
    outline: none;
}

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

a img {

}

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

img.alignleft {
    float: left;
    margin-right: 20px;
}

img.alignright {
    float: right;
    margin-left: 20px;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
    margin: 0;
    position: relative;
    font-weight: 700;
    color: var(--brunfonce);
}


h1 {
    font-size: 3.1rem;
    line-height: 3.6rem;
    z-index: 5;
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}

h3 {
    font-size: 1.6rem;
    line-height: 2rem;
}

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

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

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

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.lien,
a.link {
    display: inline-block;
    font-weight: bold !important;
    color: var(--rose) !important;
    text-decoration: none;
}

a.lien::after,
a.link::after {
    content: 'arrow_right_alt';
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: middle;
    margin-left: 6px;
    color: var(--rose);
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

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

a.lien:hover::after,
a.link:hover::after {
    margin-left: 10px;
}

.bkg-brun a.link,
.bkg-brunfonce a.link,
.bkg-rose a.link {
    color: #fff !important;
}

.bkg-brun a.link::after,
.bkg-brunfonce a.link::after,
.bkg-rose a.link::after {
    color: #fff !important;
}

.bkg-brun a.lien,
.bkg-brunfonce a.lien,
.bkg-rose a.lien {
    color: #fff !important;
}

.bkg-brun a.lien::after,
.bkg-brunfonce a.lien::after,
.bkg-rose a.lien::after {
    color: #fff !important;
}


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.lien,
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;
}

p:not(.marginzero) + a:not(.cta) {
    display: inline-block;
}

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

h2.after {
    position: relative;
    z-index: 2;
    display: inline-block;
}

h2.center.after {
    display: block;
    margin-bottom: 150px;
}

h2.after::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(img/forme.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    background-size: contain;
    opacity: .2;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h2.center.after::after {
    background-image: url(img/forme.png);
    width: 260px;
    height: 260px;
    background-size: contain;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    text-decoration: underline;
}

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

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

#content {

}

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

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

.thin {
    position: relative;
    width: 767px;
    margin: 0 auto;
    max-width: 100%;
    z-index: 3;
}

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

.entry-content {
    padding: 0;
}

.hentry header {
    border: 0;
    border-bottom: 0;
    padding: 0;
}

.hentry footer {
    border: 0;
    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%;
}

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

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

.padding80 {
    padding: 80px;
}

.padding60 {
    padding: 60px;
}

.padding50 {
    padding: 50px;
}

.padding40 {
    padding: 40px;
}

.padding30 {
    padding: 30px;
}

.padding20 {
    padding: 20px;
}

.padding15 {
    padding: 15px;
}

.padding10 {
    padding: 10px;
}

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

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

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

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

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

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

.container-flex-end {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.borderradius.mini,
.border-radius.mini {
    border-radius: 8px;
}

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

.rangee-page.bkg-image,
.rangee-page.bkgimage {
    min-height: 1px;
}

a.cta {
    color: var(--brunfonce);
    font-weight: var(--bold);
    padding: 0 30px;
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 46px;
    border-radius: 26px;
    display: inline-block;
    text-align: center;
    background: transparent;
    border: 2px solid var(--brun);
    font-size: 1rem !important;
    text-decoration: none;
    transition: all .3s;
}

a.cta span {
    z-index: 3;
    position: relative;
}

a.cta::before {
    content: '';
    display: block;
    position: absolute;
    height: 400px;
    z-index: 2;
    background: var(--brun);
    width: 300%;
    left: -320%;
    border-radius: 50%;
    top: -20px;
    transition: all 0.6s ease;
}

a.cta:hover::before {
    left: -110%;
    top: -200px;
    transition: all 1s ease;
}

a.cta:hover {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

a.cta::after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    height: 100%;
    width: 15px;
    z-index: 5;
    background: url(img/fleche-cta-rose.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

a.cta:hover::after {
    background: url(img/fleche-cta-blanc.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

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

a.cta.bkg-brunfonce::after {
    display: inline-block;
    height: 100%;
    width: 15px;
    background: url(img/fleche-cta-blanc.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

a.ctasmall,
a.cta-small,
a.cta-light,
a.ctalight {
    font-weight: 600;
    text-decoration: none;
    font-size: .85rem;
    height: 36px;
    border-radius: 18px;
    border: 1px solid var(--brunfonce);
    line-height: 34px;
    margin-top: 20px;
    display: inline-block;
    color: var(--brunfonce);
    padding: 0 18px;
}

a.ctasmall:hover,
a.cta-small:hover,
a.cta-light:hover,
a.ctalight:hover {
    border: 1px solid var(--rose);
    color: var(--rose);
}

iframe {
    max-width: 100%;
    margin-bottom: 30px;
}

p + iframe,
ul + iframe {
    margin-top: 15px;
}

p + .cta,
ul + h4,
ul + h5,
ul + h3,
ul + h2,
ul + .cta,
ul + p,
h3 + .cta,
h4 + .cta,
h4 + .h3,
h4 + .h2,
h5 + .cta,
.cta + .cta {
    margin-top: 20px;
}

h1 + .cta,
h2 + .cta {
    margin-top: 30px;
}


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

header.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: none;
    transition: all .3s;
}

.logo-header {
    width: 240px;
    height: var(--heightheader);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    transition: all .3s;
}

header.header.scroll {
    padding: 10px 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    transition: all .3s;
}

header.header.scroll .logo-header {
    height: var(--heightheaderscroll);
}

header.header.scroll .menu-principal li {
    height: var(--heightheaderscroll);
    line-height: var(--heightheaderscroll);
    transition: all .3s;
}

header.header.scroll .menu-principal li div {
    height: var(--heightheaderscroll);
    line-height: var(--heightheaderscroll);
}

header.header.scroll .cta-header {
    height: var(--heightheaderscroll);
    transition: all .3s;
}

header.header.scroll a.cta {
    height: 40px;
    line-height: 38px;
    transition: all .3s;
}

header.header.scroll a.cta::after {
    transition: all .3s;
}

/*------------------ */
/* Menu principal */
/*------------------ */

.menu-principal li {
    height: var(--heightheader);
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin: 0 15px;
    line-height: var(--heightheader);
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all 0.2s;
}

.menu-principal li div {
    height: var(--heightheader);
    line-height: var(--heightheader);
    display: block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    font-weight: var(--semibold);
    padding: 0 15px;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: all .3s;
}

.menu-principal li.actif div {
    transition: all .3s;
    border-color: var(--rose);
    color: var(--rose);
}

.menu-principal li.actif::after {
    color: var(--rose);
}

.menu-principal li:hover {
    color: var(--rose);
    transition: all 0.2s;
}

.menu-principal li::after {
    content: 'arrow_drop_down';
    display: block;
    position: absolute;
    right: -15px;
    bottom: -6px;
    font-size: 2rem;
    color: var(--brun);
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    transition: all .3s;
}

.menu-principal li:hover::after {
    color: var(--rose);
}


header.header .cta {
    margin-left: 6vw;
}

.cta-header {
    height: var(--heightheader);
}

/*------------------ */
/* Panneau sous-menu */
/*------------------ */

.panneau-menu {
    position: absolute;
    padding: 30px 0;
    width: 100%;
    background: #fff;
    top: 100%;
    z-index: -1;
    opacity: 0; 
    visibility: hidden;
    user-select: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
    transition: all .2s;
}

.panneau-menu a {
    cursor: default;
    pointer-events: none;
}

ul.sous-menu-principal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

ul.sous-menu-principal li {
    display: inline-block;
    padding: 15px 0;
    position: relative;
    width: auto;
}

a.lien-panneau {
    text-decoration: none !important;
    font-weight: 400;
    display: block;
    position: relative;
}

ul.sous-menu-principal li a::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: -6px;
    background: var(--rose);
    height: 2px;
    width: 0;
    transition: all .3s;
}

ul.sous-menu-principal li a:hover::after {
    width: 100%;
    transition: all .3s;
}

.panneau-menu.actif {
    opacity: 1;
    z-index: 301;
    visibility: visible;
    user-select: inherit;
   -webkit-user-select: inherit;
   -moz-user-select: inherit;
   -ms-user-select: inherit;
}

.panneau-menu.actif a {
    cursor: pointer;
    pointer-events: inherit;
}

.image-panneau-menu {
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sous-menu-principal .item-sous-menu {

}

.intitule-sous-menu {
    line-height: 36px;
    transition: all .3s !important;
}

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: 0;
    transition: all .3s !important;
}

.overlay-menu.actif {
    z-index: 22;
    opacity: .65;
    transition: all .3s !important;
}

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

.onglet-burger {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: var(--leftright);
}    
    
.onglet-burger::before {
    content: 'dehaze';
    display: block;
    position: relative;
    font-size: 1.3rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid var(--brun);
    font-family: var(--materialicon);
    color: var(--brun);
    text-align: center;
    line-height: 38px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.onglet-burger.actif::before {
    content: 'close';
}

body.overflow-hidden {
    overflow: hidden;
}

.panneau-menu-responsive {
    top: 0;
    left: -110%;
    position: fixed;
    z-index: 10001;
    width: 80%;
    padding: 30px;
    background: #fff;
    height: 100%;
    border: 0;
    border-right: 2px solid #f1f1f1;
    overflow: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.panneau-menu-responsive.actif {
    left: 0;
    transition: all 0s;
}

.pole-menu-responsive {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--brun);
}

.pole-menu-responsive .onglet-menu-responsive {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--brunfonce);
}

.panneau-menu-responsive .sous-menu-principal {
    padding: 10px;
    margin: 10px 0;
}





/*---------------- */
/* Home */
/*---------------- */

body.home .contenu-flexible .wrapthin {
    width: 100%;
}

.module-accroche-home {
    padding-bottom: 150px;
    width: 40%;
}

.module-accroche-home::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 180px;
    background: url(img/feuille-rose.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    bottom: -50px;
    right: 20px;
}

.module-slider-home {
    overflow: hidden;
    width: 58%;
}

body.home h1 {
    font-size: 3.5rem;
    line-height: 4rem;
}


.slider {
    width: 100%;
    height: 100%;
    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;
}

body.home section {
    padding: 60px 0;
}

section.home-produits {
    
}

.module-categ-produit {
    background: #fff;
    padding: 30px 30px 40px;
    transition: all .15s;
    border: 2px solid #fff;
    box-shadow: 0 0 0 var(--rose);
}

.module-categ-produit:hover {
    border: 2px solid var(--rose);
    box-shadow: 8px 8px 0 var(--rose);
}

.module-categ-produit .picto-categorie {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 30px auto 20px;
    width: 100px;
    height: 100px;
}

.actu-image {
    min-height: 50vh;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hover-actu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: .15s;
    z-index: 2;
}

.actu-image:hover .hover-actu {
    background: rgba(0,0,0,0.3);
    
}

.actu-image .marqueur-cat-actu {
    background: #fff;
    text-align: center;
    padding: 6px 24px;
    border-radius: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: .9rem;
    z-index: 3;
    font-weight: bold;
}

.actu-image.img-defaut {
    background: var(--brun);
}

.logo-carrousel {
    width: 100%;
    height: 170px;
    background-color: #fff;
    padding: 20px;
    display: flex;
    border: 3px solid #fff;
    transition: all .15s;
}

.logo-carrousel:hover {
    border-color: var(--rose);
}

.logo-carrousel img {
    height: auto;
    width: auto;
    max-width: 85%;
    max-height: 85%;
    margin: 0 auto !important;
    align-self: center;
}


/*---------------- */
/* 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.1rem;
    font-family: 'fontAwesome';
    color: var(--brun);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    border: 2px solid var(--brun);
    margin: 0 0 0 5px;
}

li.linkedin a:hover::after,
li.twitter a:hover::after,
li.facebook a:hover::after,
li.instagram a:hover::after {
    color: var(--rose);
    border-color: var(--rose);
    opacity: 1;
}

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


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


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

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(--brunfonce);
}

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

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

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

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


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

footer.footer {
    padding: 35px 0;
    background: var(--brunfonce);
    color: #fff;
    font-size: .85rem;
    line-height: 1.3rem;
}

footer.footer .nav a,
footer.footer p {
    text-decoration: none;
    color: #fff;
}

footer.footer .nav li {
    float: none;
    display: inline-block;
}


footer.footer .nav:not(#menu-menu-reseaux-sociaux) li {
    display: block;
    margin: 0;
    padding: 0;
}

footer.footer a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: .85rem;
    display: inline-block;
    padding: 5px 0;
}

footer.footer ul:not(#menu-menu-reseaux-sociaux) a::after {
    content: '';
    display: block;
    height: 2px;
    width: 0%;
    background: var(--rose);
    margin-top: 4px;
    transition: all .15s;
}

footer.footer ul:not(#menu-menu-reseaux-sociaux) a:hover::after {
    width: 100%;
}

footer.footer a:hover {
    text-decoration: none;
}


footer.footer li.linkedin a::after,
footer.footer li.twitter a::after,
footer.footer li.facebook a::after,
footer.footer li.instagram a::after {
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    border: 2px solid #fff;
    opacity: .6;
}

footer.footer li.linkedin a:hover::after,
footer.footer li.twitter a:hover::after,
footer.footer li.facebook a:hover::after,
footer.footer li.instagram a:hover::after {
    color: #fff;
    border-color: #fff;
    opacity: 1;
}




/*************************************************************************/
/***************************** Articles **********************************/
/*************************************************************************/

.top-image-page.top-image-single-post {
    height: 150px;
    max-height: 20vh;
    position: relative;
    background-image: url(img/banniere-top-single-post.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.single-post-time {
    margin-bottom: 20px;
}

.single-post-time,
.single-post-cat {
    padding-left: 30px;
    position: relative;
}

.single-post-cat::before,
.single-post-time::before {
    content: 'history';
    display: block;
    position: absolute;
    font-size: 1.4rem;
    top: 0;
    left: 0;
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.single-post-cat::before {
    content: 'book';
}

body.single-post #breadcrumbs li {
    color: var(--brunfonce);
}

body.single-post #breadcrumbs .separ::before {
    color: var(--brun);
}

.container-posts {
    margin-top: 40px;
}

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

.module-post .actu-image {
    height: 260px;
    min-height: 1px;
    margin-bottom: 20px;
}

.actu-image .marqueur-cat-actu + .marqueur-cat-actu {
    top: 65px;
}

.module-post .single-post-time {
    padding-left: 0;
}

.module-post .single-post-time::before {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

ul.filtres-posts {
    margin: 0 0 30px 0;
}

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

li.cat-post:not(.actif):hover {
    border: 2px solid var(--brunfonce);
    color: var(--brunfonce);
}

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

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

.pagination-posts .nombre-pages {
    opacity: .5;
}

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

.pagination a,
.pagination span,
.pagination-posts span,
.pagination-posts a {
    display: inline-block;
    margin: 0 3px;
    padding: 3px 6px;
    text-decoration: none;
    width: auto;
    color: var(--brunfonce);
    transition: all .15s;
}

.pagination a:hover,
.pagination-posts a:hover {
    text-decoration: none;
    color: var(--rose);
}

.pagination .current,
.pagination-posts .current {
    font-weight: bold;
    color: var(--rose);
}

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


/*************************************************************************/
/***************************** Pages *************************************/
/*************************************************************************/

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

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

section + section:not(.bkg-gris, .bkg-brun, .bkg-brunfonce, .section-home) {
    padding-top: 0;
}

section.section-page {
    padding-bottom: 0;
}

.container-breadcrumb {
    position: relative;
    z-index: 3;
}

#breadcrumbs {
    font-size: .85rem;
    font-weight: 400;
}

#breadcrumbs li {
    display: inline-block;
    color: #fff;
    font-weight: 400;
}

#breadcrumbs a {
    position: relative;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

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

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

.top-image-page {
    height: 370px;
    max-height: 40vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 80px;
}

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

.top-image-page .container-titre-page {
    position: relative;
    height: 100%;
}

.top-image-page .container-titre-page .titre-page {
    padding-right: 90px;
    align-self: flex-end;
    margin-bottom: -50px;
}

.top-image-page .container-titre-page .titre-page::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 180px;
    background: url(img/feuille-rose.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    bottom: 20px;
    right: -38%;
}


/*************************************************************************/
/***************************** Page produits *****************************/
/*************************************************************************/

.container-menu-produits {
    border: 2px solid var(--brun);
    position: sticky;
    z-index: 6;
    top: 120px;
}

.container-menu-produits .lien-categorie {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid var(--brun);
    cursor: pointer;
    display: flex;
}

.container-menu-produits .lien-categorie .picto-cat {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    align-self: center;
}

.container-menu-produits .lien-categorie .titre-cat {
    width: calc(100% - 50px);
    align-self: center;
    margin-left: 10px;
    padding: 8px 8px 8px 15px;
    border-radius: 6px;
    font-size: .95rem;
}

.container-menu-produits .lien-categorie.actif .titre-cat {
    background: var(--rose);
    color: #fff;
}

.module-produit {
    border: 1px solid var(--brun);
    position: relative;
    margin-bottom: 30px;
}

.module-produit::after {
    content: '';
    display: block;
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 15px;
    height: 25px;
    background-image: url(img/fleche-cta-rose.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .15s;
}

.module-produit:hover {
    border-color: var(--rose);
}

.module-produit:hover::after {
    right: 25px;
    transition: all .15s;
}

.module-produit .vignette-produit {
    height: 215px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #f4f4f4;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.module-produit .picto-produit {
    position: absolute;
    bottom: -25px;
    right: 18px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    background-size: 66%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid var(--brun);
    box-shadow: 0 5px 8px rgba(0,0,0,0.15);
}

.module-produit .titre-produit {
    padding: 30px 18px 40px 18px;
    color: var(--brunfonce);
    font-size: .95rem;
}

.module-produit .resume-produit {
    border-radius: 8px;
    padding: 15px;
    width: 200px;
    position: absolute;
    z-index: 7;
    bottom: 60px;
    right: -60px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    font-weight: 400;
    display: none;
}

.module-produit .resume-produit span::before {
    content: 'help';
    display: block;
    font-size: 2rem;
    color: var(--brun);
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    margin-bottom: 15px;
    opacity: .7;
}

.module-produit:hover .resume-produit {
    display: block;
}

.filtre-produits-mobile {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 0 14px rgba(0,0,0,0.15);
    z-index: 203;
    background: #fff;
    display: none;
}

.filtre-produits-mobile::before {
    content: 'tune';
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    top: 0;
    left: 0;
    z-index: 13;
    font-size: 2rem;
    color: var(--brun);
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

/*************************************************************************/
/**************************** Single produit *****************************/
/*************************************************************************/

.module-hover-boxs {
    border: 2px solid #fff;
    box-shadow: 0 0 0 var(--rose);
    transition: all .15s;
}

.module-hover-boxs:hover {
    border: 2px solid var(--rose) !important;
    box-shadow: 6px 6px 0 var(--rose);
}

.module-adherent-produit {
    padding-bottom: 60px;
    margin-bottom: 36px;
}

.module-adherent-produit .logo-adherent {
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.module-adherent-produit::after {
    content: '';
    display: block;
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 15px;
    height: 25px;
    background-image: url(img/fleche-cta-rose.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .15s;
}

.module-adherent-produit:hover::after {
    right: 25px;
}

a.cta-download {
    border-radius: 30px;
    border: 2px solid var(--brun);
    padding: 8px 18px;
    font-weight: bold !important;
    color: var(--brun);
    display: block;
    padding-right: 28px;
    line-height: 1.1rem;
    text-decoration: none;
    position: relative;
    font-size: .85rem;
    width: 100%;
}

a.cta-download + a.cta-download {
    margin-top: 20px;
}

a.cta-download::after {
    content: 'file_save';
    position: absolute;
    right: 12px;
    top: 30%;
    display: block;
    font-size: 1.3rem;
    color: var(--brun);
    margin-left: 16px;
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

a.cta-download.blanc {
    border-color: #fff;
}

a.cta-download.blanc,
a.cta-download.blanc::after {
    color: #fff;
}

a.cta-download.blanc:hover {
    background: #fff;
}

a.cta-download.blanc:hover,
a.cta-download.blanc:hover::after {
    color: var(--rose);
}


h2.after + a.cta {
    margin-top: 120px;
}

/*************************************************************************/
/**************************** Page adhérents *****************************/
/**************************** Single adhérent ****************************/
/*************************************************************************/

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

.logo-adherent-fiche {
    background: #fff;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.coordonnees-adherent {
    padding: 12px 0;
    border-top: 1px solid var(--brunfonce);
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    position: relative;
    padding-left: 32px;
}

.coordonnees-adherent a {
    text-decoration: none;
    font-weight: 400;
}

.coordonnees-adherent::before {
    content: '';
    display: block;
    position: absolute;
    font-size: 1.4rem;
    color: #fff;
    top: 25%;
    left: 0;
    margin-right: 10px;
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.coordonnees-adherent.adresse::before {
    content: 'location_on';
}

.coordonnees-adherent.email::before {
    content: 'mail';
}

.coordonnees-adherent.contact::before {
    content: 'person_check';
}

.coordonnees-adherent.site::before {
    content: 'important_devices';
}

.coordonnees-adherent.telephone::before {
    content: 'mobile_3';
}

.module-produit-adherent {
    overflow: hidden;
    padding-bottom: 60px;
    margin-bottom: 36px;
}

.module-produit-adherent .image-produit {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.module-produit-adherent::after {
    content: '';
    display: block;
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 15px;
    height: 25px;
    background-image: url(img/fleche-cta-rose.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .15s;
}

.module-produit-adherent:hover::after {
    right: 25px;
}

.container-liste-adherents .flex {
    margin-bottom: 40px;
    border-color: var(--brun);
}



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

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

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

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

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

body.single-produit_type .contenu-flexible .rangee-page:first-child {
    padding-top: 0;
}

.rangee-page.bkg-rose + .rangee-page,
.rangee-page.bkg-brun + .rangee-page,
.rangee-page.bkg-brunfonce + .rangee-page {
    margin-top: 40px;
}

.rangee-image-seule {
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 60vh;
    height: 600px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.rangee-image-seule.contenu {
    padding: 60px 0;
}

.rangee-page:not(.rangee-image-seule) + .rangee-image-seule {
    margin-top: 50px;
}

body.home .rangee-image-seule:not(.full) {
    border-radius: 16px;
}

.opacite {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.4);
}

.bkg-brun .semibold,
.bkg-brun .bold,
.bkg-brun strong,
.bkg-brun h2,
.bkg-brun h3,
.bkg-brun h4,
.bkg-brun h5,
.bkg-brun a,
.bkg-brun p,
.bkg-brun li {
    color: #fff;
}

.bkg-brun a.cta {
    border-color: #fff;
    color: #fff;
}

.bkg-brun a.cta::before {
    background: var(--brunfonce);
}


.bkg-rose .semibold,
.bkg-rose .bold,
.bkg-rose strong,
.bkg-rose h2,
.bkg-rose h3,
.bkg-rose h4,
.bkg-rose h5,
.bkg-rose a,
.bkg-rose p,
.bkg-rose li {
    color: #fff;
}

.bkg-brunfonce .semibold:not(.rose),
.bkg-brunfonce .bold:not(.rose),
.bkg-brunfonce strong,
.bkg-brunfonce h2:not(.rose),
.bkg-brunfonce h3:not(.rose),
.bkg-brunfonce h4:not(.rose),
.bkg-brunfonce h5:not(.rose),
.bkg-brunfonce a:not(.rose),
.bkg-brunfonce p:not(.rose),
.bkg-brunfonce li:not(.rose) {
    color: #fff;
}

.bkg-brun-fonce .semibold:not(.rose),
.bkg-brun-fonce .bold:not(.rose),
.bkg-brun-fonce strong,
.bkg-brun-fonce h2:not(.rose),
.bkg-brun-fonce h3:not(.rose),
.bkg-brun-fonce h4:not(.rose),
.bkg-brun-fonce h5:not(.rose),
.bkg-brun-fonce a:not(.rose),
.bkg-brun-fonce p:not(.rose),
.bkg-brun-fonce li:not(.rose) {
    color: #fff;
}

.bkg-rose a,
.bkg-brun a,
.bkg-brunfonce a,
.bkg-rose p,
.bkg-brun p,
.bkg-brunfonce p,
.bkg-rose li 
.bkg-brun li 
.bkg-brunfonce li {
    font-weight: 400;
}

.bkg-brun-fonce a,
.bkg-brun-fonce p,
.bkg-brun-fonce li {
    font-weight: 400;
}


.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;
    position: absolute;
    top: 8px;
    background: var(--rose);
    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;
}

p + blockquote,
h2 + blockquote,
a + blockquote,
h3 + blockquote,
h4 + blockquote,
h5 + blockquote,
ul + blockquote {
    margin-top: 30px;
}



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

.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) {
    text-decoration: underline;
}

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

.picto-chiffre {
    height: 110px;
    width: 110px;
    margin: 0 auto 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.module-chiffre .superbig {
    font-size: 4.7rem;
    line-height: 3.8rem;
    font-weight: 400;
}

.rangee-page table {
    margin: 30px 0;
    font-size: .9rem;
    line-height: 1.3rem;
}

.rangee-page table td {
    padding: 12px;
    vertical-align: top;
}

.rangee-page table tr:nth-of-type(even){
    background: #fff;
}

.rangee-page table tr:nth-of-type(even) td {
}

.rangee-page table tr:nth-child(1) td{
    color: var(--brunfonce);
    font-weight: bold;
    border-top: 2px solid var(--brun);
}

.rangee-page table tr:last-of-type td{
    border-bottom: 2px solid var(--brun);
}

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

#accordion {
    
}

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

h3.header-accordion::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 15px;
    top: 0;
    right: 30px;
    background: url(img/fleche-cta-brun.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

h3.header-accordion.ui-accordion-header-active {
    background: var(--brun);
    color: #fff;
}

h3.header-accordion.ui-accordion-header-active::after {
    background: url(img/fleche-cta-blanc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(90deg);
}


.body-accordion {
    padding: 30px;
    background: #f4f4f4;
    border-radius: 16px;
}

.body-accordion.ui-accordion-content-active {

}

.body-accordion + h3.header-accordion {
    margin-top: 20px;
}


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

.owl-carousel {
    width: 100%;
}

.owl-carousel#carrousel-actu {
    width: 120%;
}

.owl-carousel .item {
    overflow: hidden;
}

.owl-carousel .item.minheight {
    min-height: 50vh;
    background-repeat: no-repeat;
}

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

.owl-carousel .owl-nav {
    position: relative;
    margin-top: 50px;
}

.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;
    width: 38px;
    height: 70px;
}

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

.owl-carousel .owl-nav button.owl-next::before,
.owl-carousel .owl-nav button.owl-prev::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 38px;
    background-image: url(img/fleche-carrousel.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(0);
    transition: all .3s;
}

.owl-carousel .owl-nav button.owl-prev::before {
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button:not(.disabled):hover::after,
.owl-carousel .owl-nav button:not(.disabled):hover::before {
    background-image: url(img/fleche-carrousel-hover.png);
}

.owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

#carousel-adherents .owl-dots,
#carousel-standard .owl-dots {
    text-align: center;
    margin-top: 0;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 40px;
}

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

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

.owl-carousel .owl-item img {

}

.owl-carousel#carrousel-actu .owl-item.troisieme {
    opacity: .2;
}

.owl-carousel#carrousel-actu .owl-item {
    opacity: 1;
}

.owl-carousel#carrousel-actu .owl-dots {
    right: 20%;
}


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

.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input {
    border: 2px solid #fff;
    background-color: #f3f3f3;
    border-radius: 2px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 8px;
    -webkit-transition: all .3s;
    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(--rose);
    -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(--brun);
    line-height: 58px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    background: #fff;
    font-size: 1rem !important;
    text-decoration: none;
    border: 2px solid var(--brun);
    transition: all .3s;
}

.wpcf7 input[type=submit]:hover {
    color: var(--rose);
    border-color: var(--rose);
    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(--brunfonce) !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;
}



/************************************************************************************************************************************/
/************************************************** SCROLL TO TOP *******************************************************************/
/************************************************************************************************************************************/

#toTop {
    display: none;
    position: fixed;
    bottom: 45%;
    right: 20px;
    z-index: 8222;
    text-decoration: none;
}

#toTop::before {
    content: '\e5d8';
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--brun);
    display: block;
    font-size: 1.4rem;
    color: var(--brunfonce);
    text-align: center;
    line-height: 50px;
    transition: all 0.15s;
}


#toTop:hover::before {
    border-color: var(--rose);
    color: var(--rose);
    transition: all 0.2s;
}

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

.loader {
    position: relative;
    margin: 40vh auto;
    width: 60px;
    aspect-ratio: 1;
    display: grid;
}

.loader::before,
.loader::after {    
  content:"";
  grid-area: 1/1;
  --c:no-repeat radial-gradient(farthest-side, var(--rose) 92%, #0000);
  background: 
    var(--c) 50%  0, 
    var(--c) 50%  100%, 
    var(--c) 100% 50%, 
    var(--c) 0    50%;
  background-size: 12px 12px;
  animation: l12 1s infinite;
}

.loader::before {
  margin: 4px;
  filter: hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear
}

@keyframes l12 { 
  100%{transform: rotate(.5turn)}
}

#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: #000 !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: 140px;
    height: 60px;
    background-image: url(img/logo-site.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}



