/* ------------------------------------------------------ */
/* -- VIEWPORT -- */

@viewport{width: device-width;zoom: 1;}
@media screen and (max-width: 400px) {@-ms-viewport { width: device-width; }}
@-webkit-viewport{width: device-width;}
@-moz-viewport{width: device-width;}
@-ms-viewport{width: device-width;}
@-o-viewport{width: device-width;}
@viewport{width: device-width;}

/* ###################################################### */

/* ------------------------------------------------------ */
/* -- FIREFOX BOLD FIX -- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
}

@-moz-document url-prefix() {
  body { font-weight: lighter !important; }
}

/* ###################################################### */

/* ------------------------------------------------------ */
/* -- RESET / BOXSIZING -- */
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}

body,address,article,aside,audio,blockquote,canvas,dd,div,dl,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,input,noscript,ol,output,p, pre,section,table,tfoot,ul,video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  transition:all .2s linear;
  -o-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
}

a{
  text-decoration:none;
}

p:empty{display:none;}
.no-gutter {
  padding-left:0;
  padding-right:0;
}

/* ------------------------------------------------------ */
/* + LEB COMMUNICATION -- 21/01/2021
/* ###################################################### */

:root {
  --c-accent:                   #7BBFE9;
  --c-secondary:                #C62C76;
  --c-third:                    #B4C833;
  --c-accentPale:               #efeeea;
  --c-accentDarken:             #283541;
  --c-current:                  #283541;
  --c-discret:                  #efeeea;
  --fs100:                      10.0rem;
  --fs1:                        9.0rem;
  --fs1alt:                     7.0rem;
  --fs2:                        3.6rem;
  --fs3:                        2.5rem;
  --fs3-5:                      2.2rem;
  --fs4:                        1.8rem;
  --fs5:                        1.6rem;
  --fscourant:                  1.8rem;
  --fsmedium:                   1.6rem;
}

/* ---------------------------- */
@media (max-width:85em){
  :root {
    --fs100:                      8.0rem;
    --fs1:                        5.5rem;
    --fs1alt:                     4.2rem;
    --fs2:                        3.2rem;
    --fs3:                        2.2rem;
    --fs3-5:                      2.0rem;
    --fs4:                        1.8rem;
    --fscourant:                  1.8rem;
    --fsmedium:                   1.6rem;
  }
}
@media (max-width:60em){
  :root {
    --fs100:                      9.0rem;
    --fs1:                        7.0rem;
    --fs1alt:                     5.4rem;
    --fs2:                        3.2rem;
    --fs3:                        2.2rem;
    --fs3-5:                      2.0rem;
    --fs4:                        1.8rem;
    --fscourant:                  1.8rem;
    --fsmedium:                   1.6rem;
  }
}
/* ---------------------------- */

.f-montserrat, .c-contenu__menu__back{font-family: 'Montserrat', 'Arial', sans-serif;font-weight:300;}
.f-domine {font-family: 'Hind', 'Arial', sans-serif;font-weight: 400;}

/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url(../font/figtree__italic.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url(../font/figtree__italic__r2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(../font/figtree__italic__r3.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(../font/figtree__italic__r4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
  color:var(--c-current);
}

/* ################################################################################################## */
/* ################################################################################################## */
/* ######                                                                               ############# */
/* ######        RESET MOBILE cls                                                       ############# */
/* ######                                                                               ############# */
/* ################################################################################################## */
/* ################################################################################################## */
/* ################################################################################################## */

/* ---------------------------- */
@media (max-width:60em){
  .l-recepDesktop{position:absolute;left:-200%;visibility:hidden;}
}
/* ---------------------------- */

/* ################################################################################################## */
/* ################################################################################################## */
/* ######                                                                               ############# */
/* ######        SVGS                                                                   ############# */
/* ######                                                                               ############# */
/* ################################################################################################## */
/* ################################################################################################## */
/* ################################################################################################## */

svg#svg_header {
  width:10px;
}
svg.icon-blanc .st0 {
  fill:#fff;
}
svg.icon-or .st0 {
  fill:#c9a810;
}

svg path{transition:all .3s ease-out}

.svg__logo-principal{width:58px;height:38px;}
footer .svg__logo-principal{width:110px;height:55px}

.logo-fictif, .logo-principal{width:200px;height:100px;}
svg.logo-principal .st0{fill:var(--c-accent);}
svg.logo-footer .st0{fill:#fff;}
@media (max-width:70em){
  .logo-fictif, .logo-principal{width:150px;height:75px;}
  footer .logo-fictif, footer .logo-principal{width:150px;height:75px;margin:2.0rem 0 1.0rem}
}
@media (max-width:60em){
  .logo-fictif, .logo-principal{width:110px;height:55px;transform:translateY(-6px);}
}
@media (max-width:45em){
  .logo-fictif, .logo-principal{width:110px;height:55px;transform:translateY(-6px);}
}
@media (min-width:45em){
  .svg__logo-principal{width:104px;height:55px;}
}
@media (min-width:60em){
  .svg__logo-principal{width:150px;height:75px}
}


footer .logo-principal .st1{fill:#fff;}

.svg__arrow{width: 19px;height: 14px;}
.svg__arrow .st0{fill:#fff}

.svg__arrow__short{width: 18px;height: 17px;}
.svg__arrow__short .st0{fill:var(--c-current) }

.svg__active,.svg__exclusive{width:38px;height:38px;}
.svg__active .st0,.svg__exclusive .st0{fill:#fff;}

.svg__selection{width:31px;height:36px;}
.svg__selection .st0{fill:#fff}
.svg__catalogue{width:35px;height:28px;}
.svg__contact{width:34px;height:24px;}
.svg__config{width:39px;height:35px;}
.svg__cta-link .st0{fill:#fff}
.svg__cta-link .st1{fill:var(--c-accent)}
.c-sidebar__cta-link svg{margin-bottom:8px}

@media (max-width:60em) {
  .c-sidebar__cta-link svg{margin-bottom:1px}
  .svg__selection{position:relative;width:21px;height:25px;}
  .svg__catalogue{position:relative;width:29px;height:23px}
  .svg__contact{position:relative;width:25px;height:18px}
  .svg__config{position:relative;width:31px;height:28px}
  .l-sidebar .svg__selection{top:-2px;}
  .l-sidebar .svg__catalogue{top:-8px;}
  .l-sidebar .svg__contact{top:-10px;}
  .l-sidebar .svg__config{top:-7px;}
}

.svg__arrowb{width:14px;height:9px;}
.svg__arrowb .st0{fill:var(--c-accent)}

.svg__calendrier{width:29px;height:26px;}
.svg__calendrier .st0{fill:#00567f}

.svg__telm{width:40px;height:40px;}
.svg__telm .st0{fill:#014358}
.svg__telm .st1{fill:#ea564a}

.svg__newsletter,.svg__espace{width:30px;height:30px;}
.svg__yt{width:31px;height:21px;}
.svg__newsletter .st0,.svg__espace .st0{fill:var(--c-accent)}
.svg__newsletter .st1,.svg__espace .st1,.svg__yt .st1{fill:var(--c-accent)}

.svg__tick{width:10px;height:7px;}
.svg__tick path{fill:#fff}

.svg__forme,.svg__form-valid{width:40px;height:25px;}
.svg__forme .st0{fill:var(--c-current) }
.svg__forme .st1{fill:#fff}
.svg__form-valid .st0{fill:#35d335}

.svg__form-error{width:30px;height:30px;}
.svg__form-error .st0{fill:#e51f0a}

.svg__annuaire-associations{width:65px;height:62px;}
/* ---------------------------- */
@media (max-width:80em){.svg__annuaire-associations{width:42px;height:40px;}}
/* ---------------------------- */
[data-interact="acces-rapides"] .svg__annuaire-associations{width:38px;height:36px;}
.svg__annuaire-associations .st0{fill:var(--c-accent)}
.svg__annuaire-associations .st1{fill:#524e44}
.svg__annuaire-associations .st2{fill:#4b2a80}

.svg__facebook, .svg__instagram, .svg__pinterest, .svg__linkedin, .svg__twitter{width:23px;height:23px;}
.svg__youtube{width:33px;height:23px;}

.u-form__msg--indiv .svg__form-error{width:24px;height:24px;position:relative;top:-1px}

.u-t-center{text-align:center;}
.u-t-center{text-align:center;}

.svg__loupe{width:18px;height:18px;}
.svg__tel{width:17px;height:17px;}
.svg__edit{width:15px;height:17px;}
.svg__contact-v2{width:22px;height:17px;}
.svg__home{width:21px;height:21px;fill:#fff;}
.svg__linkarrow{height:14px;margin-top: -3px;}
.svg__linkarrow .cls-1{fill:#fff;}
.u-more-btn-clair .svg__linkarrow .cls-1{fill:var(--c-current);}
.svg__arrowleft{width:30px;height:18px;}
.svg__arrowright{width:30px;height:18px;}
.ico-small .svg__arrowright,
.ico-small .svg__arrowleft{width:20px;height:12px;}
.svg__all{width:21px;height:21px;}

.u-hover-on .svg__home{fill:var(--c-accent)}
.u-hover-on .c-topbar__menu__link:hover .svg__home{fill:var(--c-third);}

.c-header__telico{width:40px;height:40px;border-radius:40px;display:flex;align-items:center;justify-content:center;background:var(--c-accent)}
.c-header__telico svg path{fill:#fff}

/* ###################################################### */

html {
  font-size: 50%;
}

@media (min-width:60em){
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Poppins", "Arial", sans serif;
  font-size:1.6rem;
  line-height:2rem;
  font-weight:400;
  color:var(--c-current);
  background:#fff;
}
.f-dm-amatic{
  font-family: "Amatic SC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.f-poppins{
  font-family: "Poppins", sans serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.f-poppins--500{font-weight: 500;}
.f-poppins--600{font-weight: 600;}
.f-poppins--700{font-weight: 700;}
.f-poppins--800{font-weight: 800;}
.f-poppins--900{font-weight: 900;}

/* ###################################################### */

/* ################################################################################################## */
/* ################################################################################################## */
/* ######                                                                               ############# */
/* ######        GLOBAL                                                                 ############# */
/* ######                                                                               ############# */
/* ################################################################################################## */
/* ################################################################################################## */
/* ################################################################################################## */

.titre-barre{display:flex;flex-direction:column;line-height:1.4;color:var(--c-accentDarken)}
.titre-barre--chiffre{line-height:0.95;margin-bottom:0}
.titre-barre__small{font-size:2.0rem;color:var(--c-accent);position:relative;text-transform: uppercase;margin-bottom: 3rem;}
.titre-barre__small:after{content:"";display:block;width:50px;height:2px;background:var(--c-accentPale);position:absolute;left:calc(50% - 25px);top:40px;}
.titre-barre__normal{font-size:4.0rem;line-height:1.3;}
.titre-barre__chiffre{color:var(--c-accent);font-size:8.1rem;font-weight:700;transform:translateY(10px);display:inline-block;margin-left:-5px;margin-right:-5px;}
.titre-barre__extrabold{font-weight:700;}

/* lvl 2 */
.titre-barre--lvl2 .titre-barre__normal{font-size:4.8rem}
/* lvl 3 */
.titre-barre--lvl3 .titre-barre__normal{font-size:3.6rem}
/* lvl 4 */
.titre-barre--lvl4 .titre-barre__normal{font-size:2.4rem}

/* ---------------------------- */
@media (max-width:60em){
  .titre-barre--lvl1{padding:40px 25px 0;margin-bottom:3.0rem;line-height:1.1;align-items:center;text-align:center;}
  .titre-barre--lvl1 .titre-barre__small{margin-bottom:3.5rem}
  .titre-barre--lvl1 .titre-barre--chiffre .titre-barre__small{margin-bottom:0}
  .titre-barre--lvl1 .titre-barre__small:before{content:"";display:block;width:50px;height:2px;background:var(--c-current);position:absolute;left:calc(50% - 25px);bottom:-15px;}
}

@media (min-width:35em){
  .titre-barre__normal{font-size:4.2rem;}
}
@media (min-width:45em){
  .titre-barre__small:after{left:0;}
}
/* ---------------------------- */
/* ---------------------------- */
@media (min-width:60em){
  .titre-barre--chiffre{margin-bottom:0}
  .titre-barre--lvl2{padding:0 100px}
  .titre-barre--lvl2 .titre-barre__small:before{width:90px;left:-100px}
  .titre-barre--lvl2 .titre-barre__small{margin-bottom:0.5rem}
  .titre-barre--lvl3{padding:0 80px}
  .titre-barre--lvl3 .titre-barre__small:before{width:70px;left:-80px}
  .titre-barre--lvl3 .titre-barre__small{margin-bottom:0.6rem}
  .titre-barre--lvl4{padding:0 60px}
  .titre-barre--lvl4 .titre-barre__small:before{width:50px;left:-60px}
  .titre-barre--lvl4 .titre-barre__small{margin-bottom:0.7rem}
  .titre-barre__normal{font-size:4.8rem;}
}
/* ---------------------------- */

.u-titre-defaut{font-size:2.4rem;line-height:1.4;text-align:center;margin-bottom:6.5rem;font-weight:300;position:relative;z-index:5}
.u-titre-defaut__flex{display:flex;flex-direction:column;align-items:center;justify-content:center;}
.u-titre-defaut__cta{display:flex;align-items:center;font-size:1.6rem;padding:0.8rem 1.2rem;border-radius:6px;margin-bottom:1.5rem;background:var(--c-accent);color:#fff;}
.u-titre-defaut__cta span{font-size:1.4rem;margin-right:0.8rem;}

.u-titre-defaut:after{content:"";display:block;width:60px;height:2px;background:var(--c-current);position:absolute;bottom:-2.0rem;left:50%;margin-left:-30px;}
.u-titre-defaut--negatif{color:#fff;}
.u-titre-defaut--negatif:after{background:var(--c-accent)}

.c-hb{font-weight:400;display: flex; align-items:center; padding:10px 18px 10px 0;color:#ddd;font-size:1.4rem;height:100%}
.c-hb strong{display: none;}
.c-hb-gfx{width:20px;height:14px;position:relative;}
.c-hb-gfx>div{display:block;width:20px;height:2px;border-radius:4px;background:var(--c-accent);position: absolute;left:0}
.c-hb-1{top:0;transition:all .3s ease}
.c-hb-2{top:6px;transition:all .3s ease}
.c-hb-3{top:12px;transition:all .3s ease}
.js__menu-open .c-hb-1{transform:rotate(-45deg);top: 5px;width: 19px;left: 1px;}
.js__menu-open .c-hb-3{transform:rotate(45deg);top: 5px;width: 19px;left: 1px;}
.js__menu-open .c-hb-2{opacity:0}
@media (min-width:60em){
  .c-hb{display: none;}
}

.l-fix-content,
.l-fix-content--annuaire{width:94%;margin:auto}
@media (max-width:60em){
  .c-acc-heros{width:100%;}
}
@media (max-width:80em){
  header .l-fix-content{flex:1;}
}
@media (min-width:80em){
  .l-fix-content{width:90%}
  .l-fix-content--annuaire{width:94%}
}
@media (min-width:85em){
  .l-fix-content{width:1260px}
  /*.c-landing__heros .l-fix-content{width:1300px;}*/
  .l-fix-content--annuaire{width:1170px}
  .l-fix-content--decrochage{background:#fff;margin-top:-80px;padding:3.0rem}
  s-extras .l-fix-content--decrochage{padding:0}

}
@media (min-width:110em){
  .l-fix-content{width:1600px}
  .l-fix-content--magazine{width:1200px}
  .s-extras .l-fix-content{width:980px}

}

/* ###################################################### */

/* ################################################################################################## */
/* ################################################################################################## */
/* ######                                                                               ############# */
/* ######        TOPBAR                                                                 ############# */
/* ######                                                                               ############# */
/* ################################################################################################## */
/* ################################################################################################## */
/* ################################################################################################## */
.background_header{background:var(--c-accentDarken);}
.l-topbar{
  background:#fff;box-shadow:0 0 5px rgba(0,42,62,0.6);height:80px;
  display:flex;align-items:center;
  -webkit-backface-visibility: hidden;
  position:fixed;width:100%;top:0;left:0;z-index:999;
}

.l-header__scrollFix__DOWN .l-topbar,.l-header__scrollFix__UP .l-topbar{position:fixed;top:-86px;left:0;width:100%;transition:all .4s ease-out;z-index:9999}
.l-header__scrollFix__UP .l-topbar{top:0}
.l-header__scrollFix__DOWN body{padding-top:80px}

.c-header__zone-recherche-contact{display:flex;margin:0;}
.c-topbar{display:flex;align-items:center;padding:0 20px;width:100%;justify-content:space-between}
.c-topbar__logo{display:flex;flex-direction:column;transform:translateY(4px)}
.c-header__accroche{font-size:1.6rem;color:#fff;line-height: 1.4;display:none;}
.c-header__accroche-titre{position:relative;}
.c-header__accroche-titre2{font-weight:700;}
.c-header__accroche-titre:after{display:block;content:"";background:var(--c-secondary);width:60px;height:2px;position:absolute;top:50%;right:-78px;}

@media (min-width: 45em){
  .c-header__accroche{display:block;}
}
@media (max-width: 60em){
  .c-topbar__menu>div:nth-last-of-type(1),
  .c-topbar__menu .js__pan-niv1>a:nth-last-of-type(1),
  .c-topbar__menu .js__pan-niv2>a:nth-last-of-type(1)
  {margin-bottom:100px}
  .c-recherche-form input[type="text"]{width:80px}
}
@media (min-width: 60em){
  .c-topbar__logo{transform:translateY(-4px)}
  .c-header__accroche{transform: translateY(-7px);}
  .c-header__accroche-titre:after{width:80px;right:-98px;}
}
@media (min-width: 75em){
  .c-header__zone-recherche-contact{margin:0 0 0 5rem;}
  .c-header__accroche{font-size:2rem;}
}

.c-topbar__menu{opacity:0;display:flex;flex-direction:column;align-items:center;flex:1;padding:0 15px;}
@media (min-width: 60em) {
  .c-topbar__menu{opacity:1;}
  .c-header__telico{display:none}
}
.l-recepMobile .c-topbar__menu{opacity:1}

.c-topbar__menu__separateur{width:25px;height:2px;background:var(--c-accent);margin:0 15px;margin-bottom:2.0rem;}

.svg__loupe-mobile{width:19px;height:19px;}

.c-topbar__menu__link{display:flex;align-items:center;flex-direction:column;padding:15px 10px;color:#fff;font-size:1.5rem;position:relative;margin-right:2px;font-weight:400;margin-bottom:1.2rem;border-radius:4px;}

.c-topbar__menu__link--catalogue{border:2px var(--c-accent) solid;display:flex;align-items:center;flex-flow:row wrap;justify-content:center;}
.c-topbar__menu__link--catalogue svg{position:absolute;top:50%;margin-top:-4px;right:7px;}

.u-hover-on .c-topbar__menu__link--catalogue:before{display:block;content:"";background:var(--c-accent);width:1px;height:100%;position:absolute;top:0;left:-1px;z-index:1;transform-origin:50% 50%}
.u-hover-on .c-topbar__menu__link--catalogue>*{z-index:3}
.u-hover-on .c-topbar__menu__link--catalogue{overflow:hidden;position:relative;}
.u-hover-on .c-topbar__menu__link--catalogue,
.u-hover-on .c-topbar__menu__link--catalogue:before
{transition:all .4s cubic-bezier(0.76, -0.38, 0.4, 1.49)}

/*.u-hover-on .c-topbar__menu__link--catalogue:hover,.u-hover-on .c-topbar__menu__link--catalogue--actif{color:#fff;}*/
.u-hover-on .c-topbar__menu__link--catalogue:hover{color:#fff;}
.u-hover-on .c-topbar__menu__link--catalogue:hover:before,
.u-hover-on .c-topbar__menu__link--catalogue--actif:before,
.c-topbar__menu__link--catalogue--actif:before{width:calc(100% + 2px)}
.u-hover-on .c-topbar__menu__link--catalogue--actif,.c-topbar__menu__link--catalogue--actif{color:#fff}

/* hover - active */
.c-topbar__menu__split{display:flex;flex-direction: column;width:100%;position:relative;}
.c-topbar__menu__split:first-child{margin-bottom:2.0rem}

.l-recepMobile{display:block;position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);transition:all .4s ease-out;background:var(--c-accent);padding-top:2.0rem;z-index:999;overflow-y:auto}
.js__menu-open .l-recepMobile{left:0}


@media (max-width:60em) {
  .c-topbar__menu__link--catalogue{display:none;}
  .c-topbar__sousmenu{position:relative;top:auto;left:auto;opacity:1;visibility:visible;width:100%;transform:none;margin-bottom:2.0rem;border-radius:4px;}
  .c-topbar__sousmenu__titre-mobile{display:block;width:100%;padding:1.5rem 1.5rem 2.5rem;font-size:2.6rem;text-align:center}
  .c-topbar__menu__link{font-size:2.0rem;background:var(--c-accentDarken);color:#fff ;border-radius:30px;padding:2rem 3rem}
  .c-topbar__menu__link__titre{background:var(--c-accent);color:#fff;font-weight:bold;border:none;}
  .c-topbar__sousmenu .c-accueil__gamme{width:33.3334%}

  /* ON FIXE LE HEADER + ajout padding body */
  .l-header{background:#fff;box-shadow:0 0 5px rgba(0,42,62,0.6);height:80px;display:flex;align-items:center;-webkit-backface-visibility: hidden;position:fixed;width:100%;top:0;left:0;z-index:999;}
  body{padding:80px 0 0}
  /* TEL CACHE -> ON AURA UNE ICONE DANS UN BOUTON EN HAUT DE SITE EN FIXE */
  .c-header__tel{display:none;}
  /* ON FIXE LES BOUTONS DEVIS + CONTACT */

}

@media (max-width:45em) {
  .c-topbar__sousmenu .c-accueil__gamme{width:50%}
}

@media (min-width:60em){
  .l-topbar{position:fixed;top:0;left:0;z-index:599;width:100%;width:calc( 100% - 100px );height:100px}
  .c-topbar__menu{flex-direction:row;}
  .c-topbar__menu__split{width:auto;flex-direction:row;flex-wrap:wrap;}
  .c-topbar__menu__split:first-child{margin-bottom:0}
  .c-topbar__menu__link{margin-bottom:0;color:#fff;padding:10px;font-size:1.3rem;border:none;}
  .c-topbar__menu__link--catalogue{padding:10px 34px 10px 10px}
  .c-topbar__menu__link--catalogue svg{right:10px}
  .c-topbar__menu__separateur{margin-bottom:0}
  .l-recepDesktop{flex:1;display:flex;align-items:center}
  .c-topbar__menu__separateur{display:none;}
  .c-topbar__sousmenu{width:540px;}

  .u-hover-on .c-topbar__menu__link{transition:all .4s ease-out}
  .u-hover-on .c-topbar__menu__link:hover,
  .c-topbar__menu__link--actif{color:var(--c-third);}
  .u-hover-on .c-topbar__menu__split:not(:first-child) .c-topbar__menu__link:hover:before,
  .u-hover-on .c-topbar__menu__split .c-topbar__menu__link:not(:first-child):hover:before,
  .c-topbar__menu__split .c-topbar__menu__link--actif:before, .u-hover-on .c-topbar__menu__split .c-topbar__menu__link--actif:not(:first-child):before, .u-hover-on .c-topbar__menu__split:not(:first-child) .c-topbar__menu__link--actif:before{background:var(--c-accent);width:100%}
}

@media (min-width:65em){
  .c-topbar__menu__separateur{display:block;}
  .c-topbar__sousmenu{width:620px;}
}

@media (min-width:70em){
  .c-topbar__menu__link{font-size:1.4rem}
}

@media (min-width:80em){
  .cache-recherche-form__mobile{display:none;}
  .c-topbar__menu__link{font-size:1.5rem}
  .c-recherche-form{height:auto;}
  .c-recherche-form>form{height:auto}
  .c-topbar__sousmenu{width:860px;}
}

@media (min-width:85em){
  .c-topbar__menu__link{font-size:1.6rem}
}

@media (min-width:90em) {
  .c-topbar__menu{padding:0 40px}
  .c-topbar__menu__link{padding:13px 15px 10px;font-size:1.6rem;}
  .c-topbar__menu__link--catalogue{padding:15px 40px 15px 15px}
  .c-topbar__menu__link--catalogue svg{right:13px}
}

/* sous menu mobile */
.js__pan-niv1,
.js__pan-niv2,
.js__backPannel{display:none;}
.js__pan-niv1,
.js__pan-niv2{transition:all .4s ease-out}


@media (max-width: 60em){
  .js__pan-niv1,.js__pan-niv2{display:block;position:fixed;left:100%;top:0;width:100vw;height:100vh;overflow-y:scroll;background:var(--c-accentPale) ;z-index:1000;padding:100px 30px 30px}
  .js__pan--open{left:0}
  .js__backPannel{display:block;background:var(--c-third);width:100%;padding:15px;border-radius:30px;cursor:pointer;margin-bottom:1.0rem;color:var(--c-current) ;font-size:1.6rem;font-weight:bold;text-align:center;margin-bottom: 4rem;}
  .c-topbar__menu__link{text-align:left;align-items:flex-start;padding-right:25px;position:relative;}
  .c-topbar__menu__link__hassouspage,.js__trigger__rubrique{background: var(--c-accentDarken) url(../img/squelette/tick-mobile.svg) no-repeat calc(100% - 4px) center;background-size: auto;background-size: 26px 26px;}
}

/* ################################################################################################## */
/* ################################################################################################## */
/* ######                                                                               ############# */
/* ######        HEADER                                                                 ############# */
/* ######                                                                               ############# */
/* ################################################################################################## */
/* ################################################################################################## */
/* ################################################################################################## */

.l-header{padding:0 20px;display:flex;justify-content:space-between;background: var(--c-current);box-shadow:0px 0px 20px rgba(0,0,0,0.4)}
.c-header__zone-logo{display:flex;align-items:center;padding:1.5rem 0;justify-content: space-between;}

.l-nav-main{display:block;width:100%;}
.c-nav-main{display:flex;flex-direction:column;}

@media(min-width:60em){
  .l-header{padding:0;display:block;box-shadow:none;}
  .c-nav-main{background:#1c262d;border-radius:100vw;padding:0.8rem 1.5rem;}
  .l-nav-main{padding:0.5rem 0}
  .c-nav-main{display:flex;flex-flow:row wrap}
  .c-header__zone-logo{padding:2.5rem 0 2.5rem 1.0rem}
}
@media(min-width:100em){
  .c-header__zone-logo{padding:2.5rem 0 2.5rem 2.0rem}
}
@media(min-width:120em){
  .c-header__zone-logo{padding:2.5rem 0 2.5rem 2.5rem}
}

@media(max-width:40em){
  .l-header{padding:0 10px;}
}

.c-header__zone-logo .u-cta-ico{margin-left:2.0rem;margin-top:-2.4rem}
.u-cta-ico{border-radius:4px;}
.u-cta-ico__label{display:flex;flex-direction:column;position:relative;align-items:center;}
.u-cta-ico__bubble{display:none;padding:0.4rem 0.8rem 0.1rem;position:relative;top:8px;background:var(--c-accent);color:#fff;font-size:1.3rem}
.u-cta-ico__bubble:after{content:"";display:block;width:0px;height: 0px;border-top:6px var(--c-accent) solid;border-left:6px transparent solid;border-right:6px transparent solid;position:absolute;bottom:-6px;left:50%;margin-left:-3px}
.u-cta-ico__txt{font-size:1.5rem;padding:1.5rem 1.5rem 0.6rem;color:var(--c-current);border:1px var(--c-accent) solid;border-radius:4px;}
.c-header__tel .u-cta-ico__txt{color:#fff;background:var(--c-accent);border:1px var(--c-accent) solid;}

.u-cta-defaut,.u-cta-negatif{font-size:1.5rem;display:block;border:1px var(--c-accent) solid;padding:1.0rem;color:var(--c-current);border-radius:4px;}
.u-cta-negatif{border-color:#fff;color:#fff;}
.u-cta-defaut--ib{display:inline-block}

.u-hover-on .u-cta-defaut,.u-hover-on .u-cta-negatif{transition:all .6s ease-out}
.u-hover-on .u-cta-defaut:hover{background:var(--c-accent);color:#fff;}
.u-hover-on .u-cta-negatif:hover{background:#fff;color:var(--c-accent);}

.u-hover-on .u-cta-ico .u-cta-ico__txt{transition:all .6s ease-out}
:not(.u-hover-off).u-hover-on .u-cta-ico:hover .u-cta-ico__txt{background:var(--c-accent);color:#fff;}

.u-cta-5pxbr{display:flex;border-radius:30px;padding:1.1rem 2.0rem 1.0rem;align-items:center;background:var(--c-accent);color:var(--c-current);line-height: 1.5;transition:all .3s ease-out;font-weight: 500;}
.u-cta-rose{background:var(--c-secondary);color:#fff;}
.u-cta-5pxbr--small{font-size:1.5rem;border-radius:50px;padding:1.2rem 1.8rem;}
.u-cta-5pxbr svg path{fill:currentColor}
.u-cta-5pxbr--accent{background:none;color:#fff;border:1px var(--c-accent) solid;}
.u-cta-5pxbr > * + *{margin-left:1.0rem;}
.u-cta-5pxbr + .u-cta-5pxbr{margin-left:1.0rem}

.u-hover-on .u-cta-5pxbr:hover{background:var(--c-secondary);color:#fff}
.u-hover-on .u-cta-5pxbr--accent:hover{background:var(--c-accent);color:var(--c-current)}
.u-hover-on .u-cta-rose:hover{background:var(--c-accent);color:var(--c-current)}

@media (max-width:60em){
  .c-header__zone-logo{justify-content:space-around;}
  .c-header__zone-logo .svg__logo-principal{position:relative;top:-4px;}
  .c-header__contact, .c-header__devis{position:fixed;bottom:0;width:50vw;margin:0;background:#fff;box-shadow:0 0 5px rgba(0,42,62,0.6);padding:10px;}
  .c-header__contact .u-cta-ico__txt,
  .c-header__devis .u-cta-ico__txt{border:none;}
  .c-header__devis{left:0}
  .c-header__contact{right:0}
  .c-header__zone-logo .u-cta-ico{margin:0}
  .l-recepMobile .u-cta-5pxbr + .u-cta-5pxbr{margin-top:10px;}
  .l-recepMobile .u-cta-5pxbr{margin-left:2%;margin-right:2%;padding:15px;}
}

@media (min-width: 60em){
  .u-cta-ico__bubble{display:block;}
}

@media (min-width: 80em){
  .u-cta-defaut,.u-cta-negatif{font-size:1.8rem;padding:1.1rem 1.4rem 0.8rem;}

  .u-cta-ico__txt{font-size:1.8rem;padding:1.5rem 2.5rem 0.6rem;}
}

/* ###################################################### */

/* ################################################################################################## */
/* ################################################################################################## */
/* ######                                                                               ############# */
/* ######        ACCUEIL . ALERTE                                                       ############# */
/* ######                                                                               ############# */
/* ################################################################################################## */
/* ################################################################################################## */
/* ################################################################################################## */

.svg__alerte{width:25px;height:21px;}
.svg__alerte .st2{fill:var(--c-accentDarken)}
.svg__alerte .st1{fill:var(--c-accent)}
.svg__alerte .st0{fill:#fff}

.c-acc-alerte{background: var(--c-accent);padding:2.0rem;border:1px var(--c-accentDarken) solid}
.c-acc-alerte__inside{max-width:980px;width:90vw;margin:auto;}
.c-acc-alerte__message{display:flex;align-items:center;justify-content:center;}
.c-acc-alerte__message svg{margin-right:1.0rem}
.c-acc-alerte__label{font-size:1.8rem;font-weight:bold;color:#fff;}

/* ################################################################################################## */
/* ################################################################################################## */
/* ######                                                                               ############# */
/* ######        ACCUEIL . HEROS                                                        ############# */
/* ######                                                                               ############# */
/* ################################################################################################## */
/* ################################################################################################## */
/* ################################################################################################## */

.c-acc-heros{position:relative;overflow:hidden;z-index:10;}
[data-interact="owlHomePrevBtn"],
[data-interact="owlHomeNextBtn"]{cursor:pointer;}

.c-acc-heros .hero_carosel .item{position:relative;}
.c-acc-heros .hero_carosel .item:not(.tns-item):not(:first-child){display:none;}

.c-acc-heros__loading{position:absolute;top:0;right:0;width:100%;height:100%;background:var(--c-current);z-index:500;display:flex;justify-content:center;align-items:center;opacity:1;transition:all 1s ease-out;pointer-events: none}
.c-acc-heros__loading img{width:50px;height:50px;transition:all .4s ease-out;opacity:1}

.c-acc-heros__loading--fadeout{opacity:0;transform:translateY(150px);transition-delay:0.3s}
.c-acc-heros__loading--fadeout img{opacity:0}
.c-acc-heros__loading--remove{visibility:hidden}

@media (max-width: 60em) {
  .c-edito{width:100%}
  .c-acc-heros__loading{aspect-ratio:4/3;border-radius:0 0 20px 20px;height:auto;}
  .c-acc-heros__loading--fadeout{transform:translateY(40px)}
}

@media (min-width:60em){
  .c-acc-heros{border-radius:30px;overflow:hidden;margin-top:2.0rem;margin-bottom:3.0rem}
  .l-edito{position:absolute;left:calc(30% - 250px);top:0;height:100%;}
  .c-edito{width:400px;}
  .c-acc-heros__loading{width:100%}
}

#c-heros video{width:100%;height:100%;object-fit: cover;}

.c-heros{overflow:hidden;position:relative;background:#000;}
.hero-img{-webkit-mask-image:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%);mask-image:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%);}
.l-heros{overflow:hidden;background:#eee}
.c-heros__covers{position:relative;overflow:hidden}
.l-heros-video .c-heros__covers{height:80vh}
.l-heros-video video{width:100%;height:100%;object-fit: cover;}
.c-heros__nav{position:absolute;z-index:110;bottom:50%;display:flex;width:20px; right: 20px}
.c-heros__nav>div{flex:1;margin:0 10px;height:20px;position:relative;cursor:pointer;}
.c-heros__nav>div:before{content:"";width:20px;height:20px;position:absolute;top:50%;left:0;margin-top:-2px;background:rgba(65,168,195,0.6);transition:all .4s ease-out;}
.c-heros__nav>div:hover:before{background:rgba(65,168,195,1)}
.c-heros__nav>div.c-heros__nav__item--actif:before{background:#c9a810;}
.c-heros__cover{display: block;width:100%;height:100%;top:0;left:0}
.l-heros .c-heros__cover{position:absolute;}
.l-heros .c-heros__cover:after{display:none;}
.c-heros__texte{display:flex;flex-flow:column;position:relative;justify-content:center;padding-bottom:20px;}
.c-heros__accroche{font-size: 1.7rem;padding: 12px 0 20px 0;color:#fff;display: flex;flex-direction: column;align-items: flex-start;line-height:1.4;}
.c-heros__main{font-size:2.4rem;line-height:1.2;font-weight:700;}
.c-heros__main__ligne{display: block;font-size:2.5rem}
.c-heros__desc{margin:-30px 30px 0;padding:3.0rem;color:#fff;text-align:center;position:relative;z-index:110;}
[data-interact="owlHomePrevBtn"],
[data-interact="owlHomeNextBtn"]{position:absolute;top:45%;z-index:300;color:#fff}
[data-interact="owlHomePrevBtn"] svg,
[data-interact="owlHomeNextBtn"] svg{fill:currentColor;}
[data-interact="owlHomePrevBtn"]{left:50px;}
[data-interact="owlHomeNextBtn"]{right:50px;}
.l-heros-video{aspect-ratio: 16 / 9;}
.l-heros-video .c-heros__covers{aspect-ratio: 16 / 9;}
.l-heros-video .c-heros__covers ifram{aspect-ratio: 16 / 9;}
.link-hero-inline{display:inline-block;vertical-align:middle;margin-top: 2rem;}

.tns-nav{display:none}

/* ---------------------------- */
@media (max-width:60em){
  .c-heros__desc{border-radius:20px;}
}
@media (max-width:50em){
  .c-heros__accroche{display:flex;flex-direction:column;align-items:center;}
  .link-hero-inline{display:block;margin-top:1.8rem;}
}
/* ---------------------------- */

/* pour slide */
.l-tpl__accueil .c-heros__cover, .c-heros__texte{visibility:hidden;}
.l-tpl__accueil .c-heros__cover__img{background-position:center center}
/* ----------------------- */

.c-heros .hero-img > picture,
.c-heros .hero-img > picture > img {display:block;}
.c-heros .hero-img > picture > img {object-fit:cover;height:auto}

@media (max-width: 50em){
  .c-heros .hero-img {aspect-ratio:4/3}
  .c-heros .hero-img > picture > img {border-radius:0 0 20px 20px}
}
@media (min-width: 40em){
  .c-heros__main{font-size:3.6rem;}
}
@media (min-width: 50em){
  .c-heros__desc{position:absolute;bottom:1.5rem;left:5.0rem;padding:0;width:50%;color:#fff;text-align:left;background:transparent;border:none;margin:0}
  .c-heros,
  .c-heros .hero-img > picture,
  .c-heros .hero-img > picture > img {min-height:500px;}
}
@media (min-width: 60em){
  .tns-nav{position:absolute;z-index:300;right:5rem;bottom:3.5rem;display:flex;}
  .tns-nav button{transform-origin:left center;transition:all .3s ease-out;border:none;background:transparent;padding:0}
  .tns-nav button:before{content:"";display:block;background:rgba(255,255,255,0.45);width:40px;height:10px;transition:all .3s ease-out;border-radius:100vmax;}
  .tns-nav button.tns-nav-active:before{width:80px}
  .tns-nav button + button{margin-left:0.5rem}
  .tns-nav :hover button:before,
  .tns-nav button.tns-nav-active:before{background:var(--c-secondary);}
  .c-heros__desc .c-heros__accroche{color:#fff}
  .c-heros__main{font-size:4.0rem;line-height:1.1;}
  .c-heros__accroche{font-size:2.0rem;line-height:1.4}

}

@media (min-width: 110em){
  .c-acc-seotitle{font-size:2.8rem;line-height:1.2;}
  .c-heros__accroche{font-size:2.4rem;line-height:1.7}
  .c-heros__main{font-size:5.4rem;line-height:1.1;}

}

/* ################################################################################################## */
/* ################################################################################################## */
/* ######                                                                               ############# */
/* ######        ACCUEIL . TEXTES SEO DOMAINES                                          ############# */
/* ######                                                                               ############# */
/* ################################################################################################## */
/* ################################################################################################## */
/* ################################################################################################## */

.c-acc-seotext__grid{display:grid;grid-template-columns:1fr;grid-gap:2.0rem;}
.c-acc-seotext__intro{font-size:3.0rem;line-height:1.2;display:flex;flex-direction: column;justify-content: center;}
a.c-acc-seotext__intro{font-size:2.4rem;}
a.c-acc-seotext__intro strong{text-decoration:underline;text-underline-position:under;color:var(--c-third);font-size:3.0rem}
.c-acc-seotext__intro-titre{color: var(--c-secondary);font-weight: 700;font-size: 4rem;position: relative;margin: 0 0 4rem 0;}
.c-acc-seotext__intro-titre:after{display:block;content:"";width:80px;height:5px;background:var(--c-third);position: absolute;left:0;bottom:-20px;}
.c-acc-seotext__outro{background:var(--c-accentDarken);display:flex;flex-direction: column;padding:2.5rem;border-radius:15px;color:#fff;}
.c-acc-seotext__outro-titre{margin:0 0 2rem 0;}
.svg__contact-v2 .cls-1{fill:#fff;transition:all .3s ease-out;}
.svg_services{height:100px;margin:0 0 2rem 0;}
.u-hover-on a.c-acc-seotext__outro,
.u-hover-on a.c-acc-seotext__outro strong{transition:all .3s ease-out;}
.u-hover-on a.c-acc-seotext__outro:hover{background:var(--c-secondary);color:#fff;transform: rotate(-4deg);}
.u-hover-on a.c-acc-seotext__outro:hover strong{color:var(--c-current)}
.u-hover-on a.c-acc-seotext__outro .svg__contact-v2{fill:var(--c-third)}
.u-hover-on a.c-acc-seotext__outro:hover .svg__contact-v2 .cls-1{fill:var(--c-current)}
.c-acc-seotext__grid__text{padding:2.5rem;border-radius:15px;font-size:1.8rem;line-height:1.3;color:var(--c-current);background:#fff;}
.u-hover-on .c-acc-seotext__grid__text{transition:all .3s ease-out}
.u-hover-on .c-acc-seotext__grid__text svg{transition:all .25s ease-out}
.u-hover-on .c-acc-seotext__grid__text:hover{transform: rotate(-4deg);}
.u-hover-on .c-acc-seotext__grid__text:hover svg{transform:translateX(40px)}
.c-acc-seotext__grid__text h2{color:var(--c-accent);font-weight:bold;margin-bottom:1.0rem;}
.c-acc-seotext__intro__cta > span{display:flex;flex-direction:column;}
.c-acc-seotext__intro__cta > span > span:first-child{margin-bottom:1.2rem}
.c-acc-seotext__intro__cta > span > span > svg{transform:scale(1.3);margin-right:0.8rem;}
.c-acc-seotext__intro__cta > span > span > svg path{fill:var(--c-accentDarken)}
.u-hover-on .c-acc-seotext__intro__cta:hover > span > span > svg path{fill:var(--c-secondary)}
.c-acc-seotext__intro--real{justify-content:center;}
.c-acc-seotext__intro--real > span{display:flex;flex-direction:row;justify-content:center;}
.c-acc-seotext{background:var(--c-accentPale);padding:8% 0;}


/* ---------------------------- */
@media (min-width:35em){
  .svg-domaine{width:120px;}
  .c-acc-seotext__grid{grid-template-columns:1fr 1fr;}
}
@media (min-width:60em){
  .svg-domaine{width:130px}
  .c-acc-seotext__grid__text{padding:3.5rem;}
}
@media (min-width:75em){
  .svg-domaine{width:160px;}
  .c-acc-seotext__grid{grid-template-columns:1fr 1fr 1fr;grid-gap:4.0rem;}
  .c-acc-seotext__grid__text{padding:5.0rem;border-radius:30px;}
  .c-acc-seotext__outro{padding:5.0rem;border-radius:30px;}

}
/* ---------------------------- */


/* ################################################################################################## */
/* ################################################################################################## */
/* ######                                                                               ############# */
/* ######        ACCUEIL . CHIFFRES CLES                                                ############# */
/* ######                                                                               ############# */
/* ################################################################################################## */
/* ################################################################################################## */
/* ################################################################################################## */

.contenu-chiffres-cles{margin: 8rem 0 3rem 0;}
.chiffres-cles-content {display: flex;width: 100%;justify-content:center;flex-wrap: wrap;}
.c-entreprise-chiffre-cle {display: flex;width:31%;flex-direction: column;padding: 0;text-align: center;background:var(--c-accent);border-radius:30px;padding:2rem;position:relative;margin:4px;justify-content: center;}
.c-entreprise-chiffre-cle-dark {background:var(--c-accentDarken);}
.c-entreprise-ico {display: block;}
.svg-ico-entreprise {height: 60px;}
.svg-ico-collab {width: 60px;}
.svg-ico-prod {width:70px;}
.svg-ico-entreprise .cls-1, .svg-ico-collab .cls-1, .svg-ico-prod .cls-1{fill: var(--c-current);}
.c-entreprise-texte {color: #fff;margin: 1.5rem 0 0 0;line-height: 1.3;}
.c-accueil-avantages-ico svg .cls-1{fill:var(--c-accent);}


.chiffres-cles__edito{font-size:1.8rem;line-height:1.5;margin:1.5rem 0 2.0rem}
.chiffre-cle{position:relative;display:flex;flex-direction:column;align-items:center;}
.chiffre-cle__chiffre__plus{font-size:1.8rem;color:var(--c-accent);font-weight:400}
.chiffre-cle__chiffre{font-size:8.1rem;line-height:1;font-weight:700}
.chiffre-cle__label{font-size:2.1rem;line-height:1.2}

/* ---------------------------- */

.c-recherche-form{display:none;}
@media (max-width:60em){
  .chiffres-cles__chiffres{display:grid;grid-template-columns: 1fr 1fr;}
  .chiffre-cle{padding:20px;border:1px var(--c-accent) dashed;}
  .chiffre-cle__chiffre{font-size:4.8rem;display:flex;flex-direction:column}
  .chiffre-cle:nth-child(1){border-radius:0 10px}
  .chiffre-cle:nth-child(2){border-radius:10px 0}
  .chiffre-cle:nth-child(4){border-radius:0 10px}
  .chiffre-cle:nth-child(3){border-radius:10px 0}
}
@media (min-width:45em){
  .c-entreprise-chiffre-cle {width:28%;margin:10px;}
}
@media (min-width:60em){
  .contenu-chiffres-cles{margin: 12rem 0 0 0;}
  .svg-ico-entreprise {height: 70px;}
  .svg-ico-collab {width: 70px;}
  .svg-ico-prod {width:90px;}
  .c-entreprise-chiffre-cle {width:18%;padding:2rem 3rem;top:-50px;margin:0}
  .c-entreprise-chiffre-cle-dark {top:0;}
  .chiffres-cles-content {justify-content:space-between;}
  .chiffre-cle__chiffre__plus{position:absolute;top:-26px;left:35px;}
  .chiffres-cles__chiffres{display:flex;flex-direction:column;align-items:center;}
  .chiffre-cle:before{content:"";display:block;width:30px;height:5px;background:var(--c-accent);position:absolute;left:0;top:-20px;}
  .chiffres-cles{margin:3.0rem 0 5.0rem}
  .chiffres-cles__edito{font-size:2.2rem;line-height:1.6}
  .chiffres-cles__chiffres{display:flex;flex-flow:row wrap;align-items:flex-start;}
  .chiffre-cle{align-items:center;}
  .chiffre-cle + .chiffre-cle{margin-left:5%}
  .chiffre-cle:nth-child(2){margin-top:2.0rem}
  .chiffre-cle:nth-child(3){margin-top:4.0rem}
  .chiffre-cle:nth-child(4){margin-top:6.0rem}
  .chiffres-cles{margin:6.0rem 0 8.0rem}
  .chiffres-cles__edito{font-size:2.4rem;line-height:1.8;margin:2.0rem 0 5.0rem calc( (100% - (10 * 20px)) / 12);max-width:75%;}
  .chiffres-cles__chiffres{margin-left:calc( (100% - (10 * 20px)) / 12 );justify-content:space-between}
  .chiffre-cle__chiffre{font-size:5.4rem;}
  .c-recherche-form{display:block;}
}
@media (min-width:75em){
  .c-entreprise-texte {font-size: 2rem;}
}

@media (min-width:75em) and (max-width:90em){
  .chiffres-cles__chiffres{max-width:980px;}
}
@media (min-width:90em){
  .chiffre-cle:nth-child(2){margin-top:4.0rem}
  .chiffre-cle:nth-child(3){margin-top:8.0rem}
  .chiffre-cle:nth-child(4){margin-top:12.0rem}
  .chiffres-cles__chiffres{margin-left:calc( (100% - (10 * 20px)) / 12 );margin-right:calc( (100% - (10 * 20px)) / 12 );justify-content:space-between}
  .chiffres-cles__edito{font-size:2.4rem;line-height:1.8;margin:-2.0rem 0 5.0rem calc( (100% - (10 * 20px)) / 12 * 5.5);max-width:440px}
  .chiffre-cle__chiffre{font-size:8.1rem;}
  .chiffres-cles__chiffres{max-width:75%;}
}
@media (min-width:120em){
  .chiffres-cles{margin:10.0rem 0 8.0rem}
}

.c-recherche-form__inside{border:1px var(--c-accent) solid;padding:1.0rem 2.0rem;display:flex;align-items:center;flex:1;margin:0 3.0rem 0 5.0rem;border-radius:100vw;max-width:380px}
.c-recherche-form input[type="text"]{flex:1;padding:0.5rem;color:#fff;border:none;background:none;max-width:100px;}
.c-recherche-form input[type="submit"]{border: none;font-size: 0;width: 19px;height: 19px;background: url(../img/svg/magnifying.svg) 0 0;background-size: 19px 19px;cursor: pointer;margin-left:10px;}

/* ---------------------------- */
@media (max-width:70em){
  .c-recherche-form__inside{margin:0 2.5rem 0 3.0rem}
}
@media (max-width:60em){
  .c-recherche-form{margin:0 1.0rem 0 2.0rem}
  .c-recherche-form__inside{margin:0 1.5rem}
}
@media (max-width:40em){
  .c-recherche-form{margin:0 1.0rem 0 1.0rem}
  .c-recherche-form__inside{margin:0 1.0rem}
}
@media (min-width:70em){
  .c-recherche-form input[type="text"]{max-width:200px;}
}
/* ---------------------------- */

.inpLettre, .inpCgu{display:flex;}
.inpLettre input, .inpCgu input{margin-right:1.0rem;position:relative;top:2px;}
.inpLettre{padding:2.5rem 0 0 1.0rem;}
.inpCgu{padding:1.5rem 0 2.0rem 1.0rem;}
body.js__scroll-blocked{overflow:hidden;}
.white {color:#fff ;}
.or {color:#c9a810 ;}
.bleuclair {color:#41a8c3 ;}
.bleufonce {color:#2e4485;}
.bg-or {background:#c9a810;}
img{width: 100%}
.u-reverse-order{display:flex;flex-direction:column;}
.u-reverse-order > *:first-child{order:2}
.u-reverse-order > *:last-child{order:1}

/* -- vignettes -- */
.card-page-extract .u-cover__zoom{aspect-ratio:4/3;background:var(--c-discret)}
.card-page-extract .u-cover__zoom>img{aspect-ratio:4/3;object-fit:cover;}

/**
 * tiny-slider
 * https://github.com/ganlanyuan/tiny-slider
 */
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
.tns-outer [data-action]{display:none;}
.tns-horizontal.tns-subpixel>.tns-item .c-heros__desc{transition:opacity .3s ease-out;opacity:1;}
.tns-horizontal.tns-subpixel>.tns-item[aria-hidden="true"] .c-heros__desc,
.tns-horizontal.tns-subpixel>.tns-item[aria-hidden="true"] .c-heros__desc *{user-drag: none;  -webkit-user-drag: none;  user-select: none;  -moz-user-select: none;  -webkit-user-select: none;  -ms-user-select: none;}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
/* ---------------------------- */

/* Mise en forme pour 'gmaps' ou 'youtube' désactivé dans Axeptio */
.bg-geomap{position:relative;}
.bg-geomap>div{position:relative;z-index:1;overflow:hidden}
a.gmaps__consent-message,
a.youtube__consent-message{font-weight: lighter;position:absolute;top:0;left:0;right:0;bottom:0;background:var(--c-accentPale);display:flex;align-items:center;justify-content:center;z-index:2;transition:all .3s ease-out}
a.gmaps__consent-message>span,
a.youtube__consent-message>span{display:block;max-width:96%;text-align:center;font-size:17px}
a.gmaps__consent-message>span strong,
a.youtube__consent-message>span strong{display:block;background:var(--c-accent);color:#fff;border-radius:6px;padding:8px;font-size:18px;margin-top:14px;transition:all .3s ease-out}
.u-hover-on a.youtube__consent-message>span strong:hover{background:var(--c-accentDarken);color:#fff;}

.consent__loading{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background:#fff url(../../dist/img/svg/tail-spin.svg) no-repeat center center;border:1px #d0e1d5 dotted;color:var(--c-accent);background-size:50px 50px}
