body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  height: 100.1%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "acumin-pro-extra-condensed", arial, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  background-color: #fff;
  min-width: 320px;
}
#wrapper {
  position: relative;
  min-height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#header {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header .inside {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 110px;
}
#container {
  position: relative;
  margin: 0;
  clear: left;
}
#container #main {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container #main .inside {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container #main .inside .mod_article {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
#container #main .inside .mod_article.cadrefixe {
  margin: 0 auto;
  padding: 3rem 0;
  max-width: 1400px;
  text-align: center;
}
#footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #161616;
}
#footer .inside {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 3rem 0;
  max-width: 1400px;
  min-height: 250px;
}
.accordion {
  padding: 3rem 0;
}
.accordion > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion > div > div {
  padding: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cadrefixe,
#footer .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cadrefixe > div,
#footer .inside > div {
  padding: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .inside > div.liste {
  padding-left: 2.4rem;
}
#footer .inside > div.adresse {
  padding-right: 2.4rem;
}
@media screen and (min-width: 1171px) {
  .xl-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
  }
  .xl-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 19%;
            flex: 1 1 19%;
  }
  .xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
  .xl-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
  .xl-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
  .xl-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 75%;
            flex: 1 1 75%;
  }
  .xl-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  body.ie .xl-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
  }
  body.ie .xl-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
  body.ie .xl-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
  body.ie .xl-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
  }
  body.ie .xl-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  body.ie .xl-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
  body.ie .xl-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .xl1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xl2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xl3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xl4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xl5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (min-width: 771px) and (max-width: 1170px) {
  .l-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
  }
  .l-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 19%;
            flex: 1 1 19%;
  }
  .l-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
  .l-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .l-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
  .l-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 75%;
            flex: 1 1 75%;
  }
  .l-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  body.ie .l-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
  }
  body.ie .l-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
  body.ie .l-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
  }
  body.ie .l-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
  }
  body.ie .l-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  body.ie .l-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
  body.ie .l-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .l1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .l5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 770px) {
  .s-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
  .s-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
  .s-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
  .s-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  body.ie .s-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
  }
  body.ie .s-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
  }
  body.ie .s-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  body.ie .s-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .s1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .s2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .s3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .s4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .s5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
p,
li,
th,
td,
label,
a {
  margin: 0.5rem 0;
  color: #161616;
  font-size: 1.9rem;
  padding: 0;
}
p {
  line-height: 2.1rem;
}
li {
  line-height: 2rem;
  margin: 0.3rem 0;
}
ul {
  margin-top: 0.5rem;
}
a {
  text-decoration: none;
  color: #161616;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  color: #161616;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 0;
}
h2 {
  margin-top: 1rem;
}
.ce_text > h2:first-child,
.ce_table > h2:first-child {
  margin-top: 0;
}
.logo {
  position: absolute;
  top: 0;
  margin-top: 0.3rem;
  z-index: 100;
}
.mod_article .accroche {
  position: relative;
}
.mod_article .accroche figure {
  position: absolute;
  bottom: -10px;
  z-index: 1;
}
.mod_article .accroche figure img {
  z-index: 1;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.mod_article .accroche.top figure {
  top: -10px;
  bottom: auto;
}
.mod_article .accroche p a {
  text-decoration: underline;
}
.mod_article:hover .accroche figure img {
  -webkit-filter: none;
          filter: none;
}
.mod_article .titre {
  position: relative;
  margin: 0 auto;
  padding: 14rem 0 6rem;
  z-index: 10;
  max-width: 1400px;
}
.mod_article .titre p,
.mod_article .titre p a {
  color: #fff;
  font-size: 2.3rem;
  line-height: 2.3rem;
}
.mod_article .titre p strong,
.mod_article .titre p a strong {
  font-size: 130%;
}
.mod_article .titre p a:hover {
  text-decoration: underline;
}
.mod_article .titre p:first-child {
  margin-bottom: 0.2rem;
  padding: 0 1.2rem;
  text-shadow: 2px 2px 3px #000;
}
.mod_article .titre p:nth-child(3) {
  background-color: rgba(0,0,0,0.4);
  display: inline-block;
  padding: 0.4rem 0.5rem 1rem;
  margin: 0 0.9rem;
}
.mod_article .titre h1 {
  text-shadow: 3px 3px 5px #000;
  padding: 0 1.2rem;
  margin-bottom: 0.4rem;
  font-size: 5.4rem;
  line-height: 5.4rem;
  color: #fff;
  text-transform: uppercase;
}
.mod_article.bandeau .titre {
  padding: 2rem 0;
}
.mod_article.bandeau .titre p:nth-child(2) {
  background-color: rgba(0,0,0,0.5);
  display: inline-block;
  padding: 0.4rem 0.5rem 1rem;
  margin: 0.4rem 0.9rem 0;
}
.mod_article.bandeau .accroche.sansfond .titre p:nth-child(2) {
  background-color: transparent;
}
section.ce_accordion {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: -3rem;
  z-index: 10;
}
section.ce_accordion .toggler {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
section.ce_accordion .toggler p {
  margin: 0;
  padding: 0.6rem 1.3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  line-height: 2rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 0.4em 0.4em 0 0;
  text-transform: uppercase;
}
section.ce_accordion .toggler:hover p {
  color: #820082;
}
section.ce_accordion .accordion li strong {
  color: #820082;
}
section.ce_accordion .accordion .ce_text.liste ul {
  background: url("../../files/mbl/pict/liste-in.png") no-repeat center top;
  padding: 1.8rem 0;
  margin: 1.5rem 0;
}
.ce_text.cadre p {
  display: inline-block;
  padding: 0.4rem 1.8rem 0.7rem;
  background-color: #820082;
  color: #fff;
  font-size: 2rem;
  line-height: 1.8rem;
  font-weight: 700;
  border-radius: 0.3em;
  text-decoration: none;
}
.ce_text.cadre.noir p {
  background-color: #3f3f41;
}
.ce_hyperlink.bouton a,
.ce_text.bouton a,
p.bouton a {
  display: inline-block;
  padding: 0.4rem 1.8rem 0.7rem;
  background-color: #0b9f27;
  color: #fff;
  font-size: 2rem;
  line-height: 1.8rem;
  font-weight: 700;
  border-radius: 0.3em;
  text-decoration: none;
}
.ce_hyperlink.bouton a:hover,
.ce_text.bouton a:hover,
p.bouton a:hover {
  background-color: #0b601b;
  color: #fff;
  text-decoration: none;
}
.ce_hyperlink.bouton.noir a,
.ce_text.bouton.noir a,
p.bouton.noir a {
  background-color: #3f3f41;
}
.ce_hyperlink.bouton.noir a:hover,
.ce_text.bouton.noir a:hover,
p.bouton.noir a:hover {
  background-color: #820082;
}
.adresse p {
  margin: 1.2rem 0;
}
.adresse p span.tel {
  font-size: 2.2rem;
  font-weight: 700;
}
/*		a:hover
			color inherit
			text-decoration underline */
table {
  margin: 0 auto;
  margin-top: 1.2rem;
}
table tr td {
  padding: 0.4rem 1.2rem;
}
table tr td.col_0 {
  font-weight: 700;
}
table tr td span {
  font-weight: 700;
  color: #820082;
}
.map-rwd {
  min-height: 530px;
}
.map-rwd iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#footer p,
#footer h1,
#footer h2,
#footer h3,
#footer a,
#footer .caption {
  color: #fff;
}
#footer a:hover {
  color: #fff;
}
#footer .liste .ce_text {
  position: relative;
  overflow: visible;
  margin-top: 1.2rem;
  padding-bottom: 2.2rem;
}
#footer .adresse {
  text-align: right;
}
.mentions h4 {
  font-size: 2.5rem;
  padding: 2.8rem 0 0.2rem;
}
.mentions h4:first-child {
  padding-top: 0;
}
.mentions p {
  margin: 0.6em 0;
  max-width: 950px;
}
.mentions p strong {
  display: inline-block;
  padding-top: 1.4rem;
}
a {
  text-decoration: underline;
}
a:hover {
  color: #820082;
}
.cookiebar {
  padding: 1rem 1.2rem;
  background-color: rgba(22,22,22,0.95);
}
.cookiebar .cookiebar__message {
  margin-right: 0;
}
.cookiebar .cookiebar__text {
  font-size: 1.6rem;
  margin-right: 0;
}
.cookiebar .cookiebar__button {
  font-size: 1.4rem;
  padding: 0.4rem 1rem;
  margin: 5px 0 5px 1.5rem;
}
.ce_gallery > ul.cols_3 li {
  width: 32%;
  padding: 0 6px 6px 0;
}
.ce_form label,
.mod_lostPassword label,
.mod_login label {
  display: inline-block;
  width: 140px;
  margin: 0.4em 0;
}
.ce_form .submit_container,
.mod_lostPassword .submit_container,
.mod_login .submit_container {
  margin-top: 1em;
}
.ce_form label {
  width: 240px;
}
.ce_form .widget-explanation {
  padding: 1.5em 0 0.5em 0;
  font-size: 140%;
}
/* form */
.ce_form div.widget p {
  margin: 0 0 3px 0;
  line-height: 1em;
  padding: 0;
  font-size: 80%;
  font-weight: 700;
}
.ce_form div.widget {
  padding-bottom: 5px;
}
.ce_form input,
.ce_form textarea {
  padding: 2px;
  font-size: 80%;
}
.ce_form .submit {
  margin-top: 0.5em;
  padding: 4px 6px;
  font-weight: 700;
}
nav.menu {
  position: relative;
  padding: 3.5rem 5% 0 10%;
  z-index: 40;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 85px;
  width: 100%;
}
nav.menu #menuToggle {
  position: relative;
  padding: 5px 0 0 0;
  z-index: 50;
  -webkit-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
nav.menu #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle > span {
  display: block;
  clear: right;
  float: right;
  width: 33px;
  height: 4px;
  margin: 0 10px 5px 0;
  position: relative;
  background-color: #161616;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
      -ms-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menuToggle > span:first-child {
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
#menuToggle > span:nth-last-child {
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
      -ms-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
  background: #161616;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
      -ms-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(4) {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(1px, -1px);
      -ms-transform: rotate(45deg) translate(1px, -1px);
          transform: rotate(45deg) translate(1px, -1px);
}
#menu {
  width: 100%;
  padding: 2rem 0 0;
  display: none;
  text-align: center;
  list-style-type: none;
}
#menu li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu li a,
#menu li span.active,
#menu li span.trail {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  font-family: "acumin-pro-extra-condensed", arial, sans-serif;
  color: #161616;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
#menu li a:hover,
#menu li span.active,
#menu li span.trail {
  color: #820082;
}
#menu li.trail a {
  color: #820082;
}
#menuToggle input:checked ~ ul {
  display: inline-block;
}
@media screen and (min-width: 991px) {
  nav.menu {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 10;
    padding: 3.6rem 0 0.6rem;
    text-align: right;
  }
  nav.menu #menuToggle input {
    display: none;
  }
  nav.menu #menuToggle span {
    display: none;
  }
  nav.menu #menu {
    display: inline-block;
    float: right;
    width: inherit;
    background-color: transparent;
    margin: 0;
    padding: 0 0.3em 0 0;
  }
  nav.menu #menu li {
    float: left;
  }
  nav.menu #menu li a,
  nav.menu #menu li span.active,
  nav.menu #menu li span.trail {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    font-family: "acumin-pro-extra-condensed", arial, sans-serif;
    font-weight: 700;
    color: #161616;
    font-size: 1.9rem;
    line-height: 2.4rem;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
  }
  nav.menu #menu li a:hover,
  nav.menu #menu li span.active,
  nav.menu #menu li span.trail {
    color: #820082;
  }
  nav.menu #menu li.monboucher a,
  nav.menu #menu li.monboucher span.active,
  nav.menu #menu li.monboucher span.trail {
    border-left: 1px #161616 solid;
  }
  nav.menu #menu li.monboucher a:hover,
  nav.menu #menu li.monboucher span.active,
  nav.menu #menu li.monboucher span.trail {
    color: #a0102b;
  }
  nav.menu #menu li.trail a {
    color: #820082;
  }
  nav.menu #menu li.last a,
  nav.menu #menu li.last span {
    padding-right: 0;
  }
}
#footer .pmenu {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 2rem 0 0;
}
#footer .pmenu ul {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer .pmenu ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#footer .pmenu ul li a,
#footer .pmenu ul li span.active,
#footer .pmenu ul li span.trail {
  display: block;
  margin: 0;
  padding: 0 15px;
  border-right: 1px solid #bfbfbf;
  font-style: normal;
  color: #bfbfbf;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .pmenu ul.level_1 > li > span.active,
#footer .pmenu ul.level_1 > li > span.trail,
#footer .pmenu ul.level_1 > li > a:hover,
#footer .pmenu ul.level_1 > li.trail > a {
  color: #fff;
}
#footer .pmenu ul.level_1 > li.first .first {
  padding-left: 0;
}
#footer .pmenu ul.level_1 > li.last .last {
  border-right: none;
}
@media screen and (max-width: 1171px) {
  html {
    font-size: 90%;
  }
  nav.menu {
    padding: 2.6rem 0 0.6rem;
  }
  h2,
  h3 {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
  .mod_article .titre {
    padding: 11rem 0 4rem;
  }
  .mod_article .titre p {
    font-size: 2rem;
    line-height: 2rem;
  }
  .mod_article .titre h1 {
    font-size: 5.1rem;
    line-height: 5.1rem;
  }
  #footer .inside>div.liste {
    padding-top: 2rem;
  }
  #footer .inside>div.liste .ce_text:before {
    top: -2.3rem;
  }
}
@media screen and (max-width: 990px) {
  .mod_article .titre {
    padding: 9rem 0 4rem;
  }
  .mod_article .accroche figure {
    right: -30%;
  }
  .mod_article .accroche figure img {
    max-height: 100%;
    width: auto;
    max-width: none;
    height: auto;
  }
  .mod_article .accroche.s-gauche figure {
    right: auto;
    left: -30%;
  }
  .mod_article .accroche.s-milieu figure {
    right: -60%;
  }
  .mod_article .accroche.s-top figure {
    top: -10px;
    bottom: auto;
  }
}
@media screen and (max-width: 770px) {
  html {
    font-size: 83%;
  }
  nav.menu {
    padding: 2.6rem 0 0.6rem;
  }
  .mod_article .titre {
    padding: 9rem 0 4rem;
  }
  .mod_article .titre p {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .mod_article .titre h1 {
    text-shadow: 3px 3px 5px #000;
    padding: 0 1.2rem;
    margin-bottom: 0.4rem;
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
}
@media screen and (max-width: 460px) {
  html {
    font-size: 74%;
  }
  .s-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
body.message {
  max-width: 700px;
  margin: 0 auto;
}
body.message #header .inside {
  min-height: auto;
}
body.message #header .inside .logo {
  position: relative;
  margin-top: 2rem;
}
body.message #container .ce_text {
  margin: 2rem 1rem 0;
}
body.message #container .ce_text p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: 0.5rem 0 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
html.wf-loading p,
html.wf-loading h1,
html.wf-loading h2,
html.wf-loading h3,
html.wf-loading a,
html.wf-loading li span {
  visibility: hidden;
}
html.wf-active p,
html.wf-active h1,
html.wf-active h2,
html.wf-active h3,
html.wf-active a,
html.wf-active li span {
  visibility: visible;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.w20 {
  width: 20vw;
}
.w30 {
  width: 30vw;
}
.w40 {
  width: 40vw;
}
.w50 {
  width: 50vw;
}
.w60 {
  width: 60vw;
}
.w70 {
  width: 70vw;
}
.w80 {
  width: 80vw;
}
.mt1 {
  margin-top: 1vw;
}
.mt2 {
  margin-top: 2vw;
}
.mt3 {
  margin-top: 3vw;
}
.mt4 {
  margin-top: 4vw;
}
.mt5 {
  margin-top: 5vw;
}
.mt6 {
  margin-top: 6vw;
}
.mb1 {
  margin-bottom: 1vw;
}
.mb2 {
  margin-bottom: 2vw;
}
.mb3 {
  margin-bottom: 3vw;
}
.mb4 {
  margin-bottom: 4vw;
}
.mb5 {
  margin-bottom: 5vw;
}
.mb6 {
  margin-bottom: 6vw;
}
.mr1 {
  margin-right: 1vw;
}
.mr2 {
  margin-right: 2vw;
}
.mr3 {
  margin-right: 3vw;
}
.mr4 {
  margin-right: 4vw;
}
.mr5 {
  margin-right: 5vw;
}
.ml1 {
  margin-left: 1vw;
}
.ml2 {
  margin-left: 2vw;
}
.ml3 {
  margin-left: 3vw;
}
.ml4 {
  margin-left: 4vw;
}
.ml5 {
  margin-left: 5vw;
}
.pr5 {
  padding-right: 5vw;
}
.tal p {
  text-align: left;
}
.tar p {
  text-align: right;
}
.tac {
  text-align: center;
}
.tac p {
  text-align: center;
}
.taj p {
  text-align: justify;
}

