@charset "UTF-8";
/* ------------------
--- VARIABLES ---
------------------ */
@font-face {
  font-family: "c+";
  src: url("../fonts/cbold-webfont.woff2") format("woff2"), url("../fonts/cbold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "c+";
  src: url("../fonts/cdemi-webfont.woff2") format("woff2"), url("../fonts/cdemi-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "c+";
  src: url("../fonts/cregular-webfont.woff2") format("woff2"), url("../fonts/cregular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "brownhill";
  src: url("../fonts/BrownhillScript.woff2") format("woff2"), url("../fonts/BrownhillScript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  transition: color 0.25s ease;
}

input, select, textarea {
  outline: none;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearboth {
  display: block;
  clear: both;
}

/* ------------------
--- MIXINS ---
------------------ */
/* ------------------
--- CSS GLOBAL + GRILLE RESPONSIVE ---
------------------ */
html, body {
  height: 100%;
}

html {
  font-size: 100%;
  margin-top: 0 !important;
}

body {
  height: 100%;
  font-family: "c+", Sans-Serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin: 0;
  padding: 0;
}
body.search-open {
  height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-overflow-scrolling: auto;
  width: 100%;
}
body.search-open #header {
  position: absolute;
  width: 100vw;
}
body.noscroll {
  overflow: hidden;
}

section, div, header, footer, aside {
  box-sizing: border-box;
}

main {
  position: relative;
  z-index: 10;
  transition: all 0.2s ease;
  overflow: hidden;
}

.bloc-doc-form .download {
  -webkit-appearance: none;
  resize: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  outline: none;
}
.bloc-doc-form .download::-ms-clear {
  display: none;
}

.center, #home main header .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.parallax-window {
  min-height: 400px;
}

.wrapper {
  position: relative;
  z-index: 10000;
}
.wrapper.wrapper-large {
  width: 1200px;
  margin: 0 auto;
}

.no-gutter > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hide {
  display: none;
}

.no-pad {
  padding: 0 !important;
}

.m-20 {
  margin: 20px 0;
}

.m-30 {
  margin: 30px 0;
}

.m-40 {
  margin: 40px 0;
}

.m-50 {
  margin: 50px 0;
}

.p-20 {
  padding: 20px 0;
}

.p-30 {
  padding: 30px 0;
}

.p-40 {
  padding: 40px 0;
}

.p-50 {
  padding: 50px 0;
}

.large-img {
  height: 960px;
}

.no-photo {
  background: #AAA;
}

figure {
  background: #000000;
}

.fit-cover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.fit-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
}
.fit-cover.fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.fit-cover.fit-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto !important;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.o10 img {
  opacity: 0.1;
}

.o20 img {
  opacity: 0.2;
}

.o25 img {
  opacity: 0.25;
}

.o30 img {
  opacity: 0.3;
}

.o40 img {
  opacity: 0.4;
}

.o50 img {
  opacity: 0.5;
}

.o60 img {
  opacity: 0.6;
}

.o70 img {
  opacity: 0.7;
}

.o75 img {
  opacity: 0.75;
}

.o80 img {
  opacity: 0.8;
}

.o90 img {
  opacity: 0.9;
}

.ratio-16-9 {
  position: relative;
  overflow: hidden;
}
.ratio-16-9:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 56.25%;
}
.ratio-16-9 > .content, .ratio-16-9 > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-16-10 {
  position: relative;
  overflow: hidden;
}
.ratio-16-10:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 62.5%;
}
.ratio-16-10 > .content, .ratio-16-10 > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-4-3 {
  position: relative;
  overflow: hidden;
}
.ratio-4-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 75%;
}
.ratio-4-3 > .content, .ratio-4-3 > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-16-9 > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-fullscreen="40"] {
  height: 40%;
}

[data-fullscreen="41"] {
  height: 41%;
}

[data-fullscreen="42"] {
  height: 42%;
}

[data-fullscreen="43"] {
  height: 43%;
}

[data-fullscreen="44"] {
  height: 44%;
}

[data-fullscreen="45"] {
  height: 45%;
}

[data-fullscreen="46"] {
  height: 46%;
}

[data-fullscreen="47"] {
  height: 47%;
}

[data-fullscreen="48"] {
  height: 48%;
}

[data-fullscreen="49"] {
  height: 49%;
}

[data-fullscreen="50"] {
  height: 50%;
}

[data-fullscreen="51"] {
  height: 51%;
}

[data-fullscreen="52"] {
  height: 52%;
}

[data-fullscreen="53"] {
  height: 53%;
}

[data-fullscreen="54"] {
  height: 54%;
}

[data-fullscreen="55"] {
  height: 55%;
}

[data-fullscreen="56"] {
  height: 56%;
}

[data-fullscreen="57"] {
  height: 57%;
}

[data-fullscreen="58"] {
  height: 58%;
}

[data-fullscreen="59"] {
  height: 59%;
}

[data-fullscreen="60"] {
  height: 60%;
}

[data-fullscreen="61"] {
  height: 61%;
}

[data-fullscreen="62"] {
  height: 62%;
}

[data-fullscreen="63"] {
  height: 63%;
}

[data-fullscreen="64"] {
  height: 64%;
}

[data-fullscreen="65"] {
  height: 65%;
}

[data-fullscreen="66"] {
  height: 66%;
}

[data-fullscreen="67"] {
  height: 67%;
}

[data-fullscreen="68"] {
  height: 68%;
}

[data-fullscreen="69"] {
  height: 69%;
}

[data-fullscreen="70"] {
  height: 70%;
}

[data-fullscreen="71"] {
  height: 71%;
}

[data-fullscreen="72"] {
  height: 72%;
}

[data-fullscreen="73"] {
  height: 73%;
}

[data-fullscreen="74"] {
  height: 74%;
}

[data-fullscreen="75"] {
  height: 75%;
}

[data-fullscreen="76"] {
  height: 76%;
}

[data-fullscreen="77"] {
  height: 77%;
}

[data-fullscreen="78"] {
  height: 78%;
}

[data-fullscreen="79"] {
  height: 79%;
}

[data-fullscreen="80"] {
  height: 80%;
}

[data-fullscreen="81"] {
  height: 81%;
}

[data-fullscreen="82"] {
  height: 82%;
}

[data-fullscreen="83"] {
  height: 83%;
}

[data-fullscreen="84"] {
  height: 84%;
}

[data-fullscreen="85"] {
  height: 85%;
}

[data-fullscreen="86"] {
  height: 86%;
}

[data-fullscreen="87"] {
  height: 87%;
}

[data-fullscreen="88"] {
  height: 88%;
}

[data-fullscreen="89"] {
  height: 89%;
}

[data-fullscreen="90"] {
  height: 90%;
}

[data-fullscreen="91"] {
  height: 91%;
}

[data-fullscreen="92"] {
  height: 92%;
}

[data-fullscreen="93"] {
  height: 93%;
}

[data-fullscreen="94"] {
  height: 94%;
}

[data-fullscreen="95"] {
  height: 95%;
}

[data-fullscreen="96"] {
  height: 96%;
}

[data-fullscreen="97"] {
  height: 97%;
}

[data-fullscreen="98"] {
  height: 98%;
}

[data-fullscreen="99"] {
  height: 99%;
}

[data-fullscreen="100"] {
  height: 100%;
}

.link-list li a {
  display: block;
  color: #333333;
  padding: 15px 0;
  border-bottom: 1px solid rgba(60, 60, 59, 0.4);
  transition: all 0.2s ease;
}
.link-list li a:after {
  position: absolute;
  content: "\e903";
  font-family: "icomoon";
  right: 0;
  transform: translate3d(0, 0, 0);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.link-list li a:hover, .link-list li a:active, .link-list li a:focus {
  color: #1a5a9f;
  border-color: #1a5a9f;
}
.link-list li a:hover:after, .link-list li a:active:after, .link-list li a:focus:after {
  color: #1a5a9f;
  transform: translate3d(-15px, 0, 0);
}

.actu a {
  display: block;
}
.actu a figure {
  overflow: hidden;
}
.actu a figure img {
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 0, 0);
}
.actu a .link {
  position: relative;
}
.actu a .link:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  max-width: 0;
  background-color: #1a5a9f;
  left: 0;
  bottom: -3px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.actu a:hover figure img, .actu a:active figure img, .actu a:focus figure img {
  transform: scale(1.05);
  opacity: 0.5;
}
.actu a:hover .link:after, .actu a:active .link:after, .actu a:focus .link:after {
  max-width: 100%;
}
.actu .cat-wrapper span {
  font-size: 12px;
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin-right: 17px;
}
.actu .cat-wrapper span:after {
  content: "";
  position: absolute;
  right: -15px;
  width: 9px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
.actu .cat-wrapper span:last-child:after {
  content: none;
}
.actu h2 {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

form .facette-dates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 32px 0 16px;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  form .facette-dates {
    flex-direction: column;
  }
}
form .facette-dates label {
  border: 1px solid #000;
  position: relative;
  width: calc(50% - 10px);
  transition: all 0.2s ease;
}
body:not(.no-hover) form .facette-dates label:hover {
  border-color: #1a5a9f;
}
@media screen and (max-width: 599px) {
  form .facette-dates label {
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
  }
  form .facette-dates label:last-child {
    margin-bottom: 0;
  }
}
form .facette-dates label:last-child {
  margin-right: 0;
}
form .facette-dates label .placeholder-like {
  position: absolute;
  top: 0;
  left: 12px;
  display: block;
  background: #FFFFFF;
  font-size: 13px;
  padding: 5px;
  color: #000;
  transform: translateY(-50%);
}
form .facette-dates label .icon-calendar {
  font-size: 18px;
  color: #000000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
form .facette-dates label input {
  font-family: "c+", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  font-family: "c+", Sans-Serif;
  width: 100%;
  padding: 11px 20px;
  min-height: 44px;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: #FFFFFF;
}
form .facette-dates label input::-webkit-date-and-time-value {
  text-align: left;
  width: 100%;
}
form .facette-dates .checkbox-groupe {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  form .facette-dates .checkbox-groupe {
    margin-top: 0;
  }
}
form .facette-dates .checkbox-groupe label {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #000;
  padding: 4px 0;
  padding-left: 30px;
  position: relative;
  border: 0;
  transition: all 0.2s ease;
}
form .facette-dates .checkbox-groupe label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #000;
  border-radius: 16px;
}
form .facette-dates .checkbox-groupe label::after {
  content: "";
  display: block;
  background: #1a5a9f;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 3px;
  transform: scale(0);
  border-radius: 16px;
  transition: all 0.2s ease;
}
body:not(.no-hover) form .facette-dates .checkbox-groupe label:hover {
  cursor: pointer;
  color: #1a5a9f;
}
form .facette-dates .checkbox-groupe label.checked::after {
  transform: scale(1);
}
@media screen and (max-width: 599px) {
  form .facette-dates .checkbox-groupe label {
    margin-bottom: 8px;
  }
}
form .facette-dates .checkbox-groupe input {
  display: none;
}
form .facette-dates .group-dates {
  position: relative;
  width: 100%;
}
form .facette-dates .group-checkbox .facette-checkbox {
  padding: 0;
}
form .facette-dates .group-checkbox .facette-checkbox input {
  display: none;
}
form .facette-dates .group-checkbox .facette-checkbox input:checked + label:after {
  transform: scale(1);
}
form .facette-dates .group-checkbox .facette-checkbox label {
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #818181;
  padding: 10px 0 10px 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
form .facette-dates .group-checkbox .facette-checkbox label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  border: 1px solid #000;
}
form .facette-dates .group-checkbox .facette-checkbox label:after {
  content: "";
  display: block;
  background: #1a5a9f;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -5px;
  transform: scale(0);
  transition: all 0.2s ease;
}
body:not(.no-hover) form .facette-dates .group-checkbox .facette-checkbox label:hover {
  color: #1a5a9f;
}
form .facette-dates .group-date {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  form .facette-dates .group-date {
    display: block;
  }
}
form .facette-dates .group-date .wrapper-date {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: calc(50% - 5px);
  align-items: center;
  height: 50px;
  padding: 0 0 0 20px;
  border: 1px solid #D8E0E7;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  form .facette-dates .group-date .wrapper-date {
    width: 100%;
  }
}
form .facette-dates .group-date .wrapper-date.focus {
  background-color: #1a5a9f;
  border-color: #1a5a9f;
}
form .facette-dates .group-date .wrapper-date.focus .title-group,
form .facette-dates .group-date .wrapper-date.focus input,
form .facette-dates .group-date .wrapper-date.focus .icon-calendar {
  color: #FFFFFF;
}
form .facette-dates .group-date .wrapper-date .icon-agenda {
  font-size: 16px;
  color: #1a5a9f;
  width: auto;
  flex-shrink: 0;
  margin-right: 18px;
}
form .facette-dates .group-date .wrapper-date .title-group {
  flex-shrink: 0;
  display: inline-block;
  width: auto;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.5px;
  color: black;
  border: none;
}
form .facette-dates .group-date .wrapper-date input {
  font-family: "c+", Sans-Serif;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
  font-family: "c+", Sans-Serif;
  width: 140px;
  height: 100%;
  padding: 0 50px 0 5px;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-appearance: none;
}
@media screen and (max-width: 1200px) {
  form .facette-dates .group-date .wrapper-date input {
    width: 100%;
  }
}
form .facette-dates .group-date .wrapper-date .icon-calendar {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #1a5a9f;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  form .facette-dates .group-date .wrapper-date .icon-calendar {
    display: none;
  }
}
form .facette-dates .group-date .wrapper-date:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  form .facette-dates .group-date .wrapper-date:nth-child(2) {
    margin-left: initial;
    margin-top: 10px;
  }
}
form .facette-dates > p {
  width: 100%;
}
form .date-picker-wrapper {
  position: absolute !important;
  right: 0;
  top: 70px;
  transform: initial;
}
@media screen and (max-width: 980px) {
  form .date-picker-wrapper {
    left: 0;
    right: initial;
    top: 110px;
    transform: scale(0.87);
  }
}
form .date-picker-wrapper .gap {
  visibility: hidden !important;
}
form .date-picker-wrapper .month-wrapper {
  width: 100%;
  display: flex;
}
form .date-picker-wrapper .month-wrapper table {
  width: calc(50% - 15px);
}
form .date-picker-wrapper .month-wrapper table .day {
  padding: 8px;
}

a {
  text-decoration: none;
  color: #1a5a9f;
}

a.cta, button.cta, span.cta {
  font-size: 14px;
  color: #1a5a9f;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-bottom: 6px;
}
a.cta:before, button.cta:before, span.cta:before {
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
  display: block;
  position: absolute;
  background-color: #1a5a9f;
  width: 100%;
  height: 2px;
  max-width: 0;
  bottom: -5px;
  left: 0;
  z-index: 0;
}
a.cta:hover:before, a.cta:active:before, a.cta:focus:before, button.cta:hover:before, button.cta:active:before, button.cta:focus:before, span.cta:hover:before, span.cta:active:before, span.cta:focus:before {
  max-width: 100%;
}

a,
a:hover,
a:active,
a:focus,
input,
input:hover,
input:active,
input:focus {
  outline: none;
}

b, strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

img {
  position: relative;
  display: block;
  max-width: 100%;
}

h1,
span.h1 {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  font-family: "c+", Sans-Serif;
  font-size: 42px;
  font-weight: 500;
  color: #1a5a9f;
  line-height: 52px;
}

h2,
span.h2 {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  font-family: "c+", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  line-height: 52px;
}
h2.citation,
span.h2.citation {
  font-family: "brownhill", Sans-Serif;
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  line-height: 50px;
  text-align: center;
  max-width: 300px;
  margin: 40px auto 50px;
  position: relative;
}
h2.citation:before,
span.h2.citation:before {
  content: "\e906";
  font-family: "icomoon";
  color: #cccccc;
  position: absolute;
  top: -15px;
  left: -5px;
  font-size: 15px;
  line-height: 15px;
}
h2.citation:after,
span.h2.citation:after {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  color: #cccccc;
  bottom: -15px;
  right: -5px;
  font-size: 15px;
  line-height: 15px;
  line-height: 15px;
  transform: rotateZ(180deg);
}
h2.italic,
span.h2.italic {
  font-family: "brownhill", Sans-Serif;
  font-size: 50px;
  font-weight: 500;
  color: #000000;
  line-height: 55px;
}

h3,
span.h3 {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  font-family: "c+", Sans-Serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 34px;
}

h4,
span.h4 {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  font-family: "c+", Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  color: #1a5a9f;
  line-height: 28px;
}

p,
span.p {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 26px;
}
p.texte-en-avant,
span.p.texte-en-avant {
  font-size: 22px;
  line-height: 32px;
  color: #1a5a9f;
}
p.text-center,
span.p.text-center {
  text-align: center;
}
p.h-header,
span.p.h-header {
  font-size: 42px;
  line-height: 52px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 360px) {
  p.h-header,
  span.p.h-header {
    font-size: 32px;
    line-height: 42px;
  }
}
p.citation,
span.p.citation {
  font-family: "brownhill", Sans-Serif;
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: 50px;
}

ul {
  position: relative;
  display: block;
  list-style-type: none;
  margin: 0 0 20px 0;
}
ul li {
  position: relative;
  padding: 0;
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 21px;
}
ul li a {
  color: #1a5a9f;
}

ol {
  position: relative;
  display: block;
  list-style-type: decimal;
}
ol li {
  position: relative;
  padding: 0;
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 21px;
}
ol li a {
  color: #1a5a9f;
}

blockquote {
  padding: 30px 0;
  margin: 20px 0;
  position: relative;
}
blockquote:before, blockquote:after {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  color: #cccccc;
  font-size: 15px;
}
blockquote:before {
  top: 0;
  left: 0;
}
blockquote:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
blockquote p {
  text-align: center;
  margin-bottom: 0;
  font-family: "brownhill", Sans-Serif;
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: 50px;
}

.link {
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a5a9f;
  line-height: 20px;
  transition: all 0.2s ease;
}
.link:hover, .link:focus {
  color: #1a5a9f;
}

.basic-link {
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 21px;
}

.btn {
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  height: 46px;
  background: #1a5a9f;
  border: 2px solid #1a5a9f;
  min-width: 100px;
  padding: 0 15px;
  display: inline-block;
  transition: all 0.2s ease;
}
.btn:hover {
  background: #1a5a9f;
  border-color: #1a5a9f;
  color: #FFFFFF;
}

.accroche {
  font-family: "c+", Sans-Serif;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 40px;
}

.surtitre {
  font-family: "c+", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 10px;
}

.location {
  font-family: "c+", Sans-Serif;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  text-transform: uppercase;
  display: block;
}

.btn-fill {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid rgba(60, 60, 59, 0.4);
  transition: all 0.2s ease;
}
.btn-fill:before {
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
  display: block;
  position: absolute;
  background-color: #1a5a9f;
  width: 100%;
  height: 100%;
  max-width: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn-fill:hover, .btn-fill:active, .btn-fill:focus {
  color: #FFFFFF;
}
.btn-fill:hover:before, .btn-fill:active:before, .btn-fill:focus:before {
  max-width: 100%;
}

.btn-round {
  display: inline-block;
  position: relative;
  padding: 13px 20px;
  border: 1px solid #1a5a9f;
  border-radius: 20px;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #1a5a9f;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.btn-round:hover, .btn-round:active, .btn-round:focus {
  color: #1a5a9f;
  background-color: #FFFFFF;
}

.tel {
  font-weight: 600;
  color: #000000;
  display: inline-flex;
  align-items: center;
}
.tel span {
  color: #000000;
  padding-right: 10px;
  font-size: 17px;
  line-height: 17px;
  vertical-align: middle;
}
.tel:hover span {
  color: #FFFFFF;
}

.citation {
  font-family: "brownhill", Sans-Serif;
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: 50px;
}

.h-style {
  font-size: 42px;
  line-height: 52px;
  color: #1a5a9f;
  font-weight: 700;
  margin-bottom: 20px;
}

.and {
  font-family: "brownhill", Sans-Serif;
  font-size: 85px;
  font-weight: 500;
  color: #1a5a9f;
  line-height: 95px;
}

.subtitle {
  font-family: "c+", Sans-Serif;
  font-size: 42px;
  font-weight: 500;
  color: #1a5a9f;
  line-height: 52px;
}

.content-wrapper {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .content-wrapper {
    max-width: 1520px !important;
  }
  .content-wrapper.bloc-medium {
    max-width: 1120px !important;
  }
  .content-wrapper.bloc-small {
    max-width: 930px !important;
  }
}
@media screen and (min-width: 1240px) {
  .content-wrapper.bloc-medium {
    max-width: 1120px !important;
  }
}
@media screen and (max-width: 1280px) {
  .content-wrapper {
    margin: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .content-wrapper {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1240px) {
  .content-wrapper.bloc-small {
    max-width: 930px !important;
  }
  .content-wrapper.bloc-medium {
    max-width: 1120px !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1080px) {
  .content-wrapper.bloc-small {
    max-width: 970px !important;
    margin: 0 auto !important;
  }
  .content-wrapper.bloc-medium {
    max-width: 1200px !important;
  }
}
@media screen and (max-width: 480px) {
  .content-wrapper {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .content-wrapper > .content-wrapper.bloc-small {
    max-width: 970px !important;
    margin: 0 auto !important;
  }
  .content-wrapper > .content-wrapper.bloc-medium {
    max-width: 1160px !important;
  }
}
@media screen and (max-width: 1024px) {
  .content-wrapper > .content-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.col-wrapper {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1240px !important;
}
@media screen and (min-width: 1240px) {
  .col-wrapper.bloc-small {
    max-width: 970px !important;
  }
}
@media screen and (min-width: 1240px) {
  .col-wrapper.bloc-medium {
    max-width: 1160px !important;
  }
}
@media screen and (min-width: 1600px) {
  .col-wrapper {
    max-width: 1560px !important;
  }
}
@media screen and (max-width: 1280px) {
  .col-wrapper {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1080px) {
  .col-wrapper.bloc-small {
    max-width: 970px !important;
    margin: 0 auto !important;
  }
  .col-wrapper.bloc-medium {
    max-width: 1200px !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 1200px) {
  .col-wrapper.bloc-medium {
    max-width: 1200px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .col-wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .col-wrapper.bloc-medium {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.col-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.col-wrapper > * {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.col-20, .col-25, .col-33, .col-50, .col-66, .col-100 {
  float: left;
  display: block;
}

.col-20 {
  width: calc(20% - 20px);
}
@media screen and (max-width: 1024px) {
  .col-20 {
    width: calc(25% - 20px);
  }
}

.col-25 {
  width: 25%;
}

.col-33 {
  width: 33.33333%;
}

.col-50 {
  width: 50%;
}

.col-66 {
  width: 66.66666%;
}

.col-100 {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .col-25 {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .col-20, .col-25, .col-33, .col-66, .col-50 {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 100%;
  }
}
[data-anim=opacity][data-anim-hide] {
  opacity: 0 !important;
  transition: opacity 0.5s ease;
}
[data-anim=opacity][data-anim-hide=false] {
  opacity: 1 !important;
}

[data-anim=pop][data-anim-hide] {
  opacity: 0 !important;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.21, 0.93, 0.28, 1.51);
}
[data-anim=pop][data-anim-hide=false] {
  transform: scale(1);
  opacity: 1 !important;
}

[data-anim=left][data-anim-hide] {
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  transition: all 0.5s ease;
}
[data-anim=left][data-anim-hide=false] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0);
}

[data-anim=right][data-anim-hide] {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: all 0.5s ease;
}
[data-anim=right][data-anim-hide=false] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0);
}

[data-anim=top][data-anim-hide] {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: all 0.5s ease;
}
[data-anim=top][data-anim-hide=false] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0);
}

[data-anim=bottom][data-anim-hide] {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: all 0.5s ease;
}
[data-anim=bottom][data-anim-hide=false] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0);
}

[data-anim$=stack][data-anim-hide] > *:nth-child(1) {
  transition-delay: 0;
}
[data-anim$=stack][data-anim-hide] > *:nth-child(2) {
  transition-delay: 0.2s;
}
[data-anim$=stack][data-anim-hide] > *:nth-child(3) {
  transition-delay: 0.4s;
}
[data-anim$=stack][data-anim-hide] > *:nth-child(4) {
  transition-delay: 0.6s;
}
[data-anim$=stack][data-anim-hide] > *:nth-child(5) {
  transition-delay: 0.8s;
}
[data-anim$=stack][data-anim-hide] > *:nth-child(6) {
  transition-delay: 0.9s;
}
[data-anim$=stack][data-anim-hide] > *:nth-child(7) {
  transition-delay: 1s;
}
[data-anim$=stack][data-anim-hide] > *:nth-child(8) {
  transition-delay: 1.1s;
}
[data-anim$=stack][data-anim-hide] > *:nth-child(9) {
  transition-delay: 1.2s;
}
[data-anim$=stack][data-anim-hide] > *:nth-child(10) {
  transition-delay: 1.3s;
}
[data-anim$=stack][data-anim-hide] > *:nth-child(11) {
  transition-delay: 1.4s;
}
[data-anim$=stack][data-anim-hide] > *:nth-child(12) {
  transition-delay: 1.5s;
}

[data-anim=left-stack][data-anim-hide] > * {
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  transition: all 0.5s ease;
}
[data-anim=left-stack][data-anim-hide=false] > * {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0);
}

[data-anim=right-stack][data-anim-hide] > * {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: all 0.5s ease;
}
[data-anim=right-stack][data-anim-hide=false] > * {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0);
}

[data-anim=top-stack][data-anim-hide] > * {
  position: relative;
  opacity: 0 !important;
  transform: translate3d(0, -20px, 0) !important;
  transition: all 0.5s ease;
}
[data-anim=top-stack][data-anim-hide=false] > * {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

[data-anim=bottom-stack][data-anim-hide] > * {
  opacity: 0 !important;
  transform: translate3d(0, 20px, 0) !important;
  transition: all 0.5s ease;
}
[data-anim=bottom-stack][data-anim-hide=false] > * {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

[data-anim=bottom-listing-stack][data-anim-hide] > *:nth-child(n+5) {
  opacity: 0 !important;
  transform: translate3d(0, 20px, 0) !important;
  transition: all 0.5s ease;
}
[data-anim=bottom-listing-stack][data-anim-hide] > *:nth-child(5) {
  transition-delay: 0.1s;
}
[data-anim=bottom-listing-stack][data-anim-hide] > *:nth-child(6) {
  transition-delay: 0.2s;
}
[data-anim=bottom-listing-stack][data-anim-hide] > *:nth-child(7) {
  transition-delay: 0.3s;
}
[data-anim=bottom-listing-stack][data-anim-hide] > *:nth-child(8) {
  transition-delay: 0.4s;
}
[data-anim=bottom-listing-stack][data-anim-hide] > *:nth-child(9) {
  transition-delay: 0.5s;
}
[data-anim=bottom-listing-stack][data-anim-hide] > *:nth-child(10) {
  transition-delay: 0.6s;
}
[data-anim=bottom-listing-stack][data-anim-hide] > *:nth-child(11) {
  transition-delay: 0.7s;
}
[data-anim=bottom-listing-stack][data-anim-hide] > *:nth-child(12) {
  transition-delay: 0.8s;
}
[data-anim=bottom-listing-stack][data-anim-hide=false] > *:nth-child(n+5) {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 6px;
    height: 0;
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 6px transparent, 0 0 0 12px rgba(26, 90, 159, 0);
  }
}
@keyframes clignotement {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-15px, 0, 0);
  }
}
@keyframes bounce-top {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-nav {
  position: absolute;
  bottom: 140px;
  min-height: 20px;
  width: auto;
  max-width: 100%;
  padding: 0 50px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.slider-nav .slick-dots {
  bottom: 0;
  position: relative;
  max-width: none;
  left: auto;
  right: auto;
  min-height: 20px;
  top: 2px;
  display: flex;
  align-items: center;
}
.slider-nav .slick-dots li {
  width: 100px;
}
.slider-nav .slick-dots li button {
  width: 100%;
}

/*[fmt]0A90-0A0A-2*/
#zoombox iframe, #zoombox img {
  border: none;
}

#zoombox .zoombox_mask {
  background-color: #000;
  position: fixed;
  width: 100%;
  z-index: 1051000;
  height: 100%;
  top: 0;
  left: 0;
}

#zoombox .zoombox_container {
  position: fixed;
  z-index: 1052000;
  top: 50% !important;
  left: 50% !important;
  right: 0 !important;
  width: 100%;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}

#zoombox .relative {
  position: relative;
}

#zoombox .zoombox_prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
}
#zoombox .zoombox_prev:before {
  content: "\e901";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 15px;
  font-size: 30px;
  transition: all 0.2s ease;
}
#zoombox .zoombox_prev:hover:before {
  left: 5px;
}

#zoombox .zoombox_next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
#zoombox .zoombox_next:after {
  content: "\e901";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 30px;
  transition: all 0.2s ease;
}
#zoombox .zoombox_next:hover:after {
  right: 5px;
}

#zoombox .zoombox_close, #zoombox .zoombox_next, #zoombox .zoombox_prev {
  cursor: pointer;
}

#zoombox .multimedia .zoombox_next, #zoombox .multimedia .zoombox_prev {
  display: none;
}

#zoombox .zoombox_gallery {
  position: fixed;
  z-index: 1054000;
  bottom: -60px;
  left: 0;
  right: 0;
  text-align: center;
  /*+opacity:85%;*/
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
  width: auto;
  background-color: transparent;
  height: 60px;
  overflow: hidden;
  display: none;
}
#zoombox .zoombox_gallery > div {
  width: 100% !important;
  right: 0;
  text-align: center;
}

#zoombox .zoombox_gallery img {
  height: 50px;
  padding: 5px;
  /*+opacity:50%;*/
  filter: alpha(opacity=60);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#zoombox .zoombox_gallery img:hover, #zoombox .zoombox_gallery img.current {
  /*+opacity:100%;*/
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#zoombox_loader {
  position: absolute;
  height: 40px;
  width: 40px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  z-index: 1053000;
}

/** Zoombox Theme **/
.zoombox .zoombox_container {
  background: #000;
  color: #666;
  -o-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
  -o-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.zoombox .content {
  background: #000;
}

.zoombox .zoombox_title {
  color: #FFF;
  position: absolute;
  left: -1px;
  top: -22px;
  -moz-text-shadow: 1px 1px #000000;
  -webkit-text-shadow: 1px 1px #000000;
  -o-text-shadow: 1px 1px #000000;
  text-shadow: 1px 1px #000000;
  -moz-text-shadow: 1px 1px #000;
  -webkit-text-shadow: 1px 1px #000;
  -o-text-shadow: 1px 1px #000;
  text-shadow: 1px 1px #000;
}

.zoombox .zoombox_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
}
.zoombox .zoombox_close:after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #FFF;
  padding: 15px;
  border-radius: 50%;
  font-size: 17px;
  transition: all 0.2s ease;
}
.zoombox .zoombox_close:hover:after {
  background: #000000;
  color: #FFFFFF;
}

/** Lightbox Theme **/
.lightbox .zoombox_container {
  background: #FFF;
  margin-left: -30px;
  padding: 10px 10px 37px;
  color: #666;
}

.lightbox .zoombox_close {
  width: 66px;
  height: 22px;
  top: auto;
  position: absolute;
  right: 12px;
  bottom: 6px;
}

.lightbox .zoombox_title {
  text-align: left;
}

#zoombox.lightbox .zoombox_gallery {
  left: 10px !important;
  right: 10px;
  bottom: 36px;
}

/** Pretty Photo Theme **/
.prettyphoto .zoombox_container {
  border: 10px solid #0B0A0A;
  border-radius: 10px 10px 10px 10px;
  background: #FFF;
  padding: 10px 10px 37px;
  margin-left: -20px;
  color: #797979;
}

.prettyphoto .zoombox_title {
  text-align: left;
}

.prettyphoto .zoombox_close {
  width: 27px;
  height: 24px;
  top: auto;
  position: absolute;
  right: 6px;
  bottom: 8px;
}

.prettyphoto .multimedia .zoombox_next, .prettyphoto .multimedia .zoombox_prev {
  display: none;
}

#zoombox.prettyphoto .zoombox_gallery {
  left: 10px !important;
  right: 10px;
  bottom: 36px;
}

/** Dark Pretty Photo Theme **/
.darkprettyphoto .zoombox_container {
  border-radius: 10px 10px 10px 10px;
  background: #0C0C0C;
  padding: 10px 10px 37px;
  margin-left: -30px;
  color: #828282;
}

.darkprettyphoto .zoombox_title {
  text-align: left;
}

.darkprettyphoto .zoombox_close {
  width: 27px;
  height: 24px;
  top: auto;
  position: absolute;
  right: 2px;
  bottom: 6px;
}

.darkprettyphoto .multimedia .zoombox_next, .darkprettyphoto .multimedia .zoombox_prev {
  display: none;
}

#zoombox.darkprettyphoto .zoombox_gallery {
  left: 10px !important;
  right: 10px;
  bottom: 36px;
}

/** Simple Theme **/
.simple .zoombox_container {
  background: #000;
}

.simple .zoombox_title {
  color: #FFF;
  position: absolute;
  left: -1px;
  top: -22px;
  -moz-text-shadow: 1px 1px #000000;
  -webkit-text-shadow: 1px 1px #000000;
  -o-text-shadow: 1px 1px #000000;
  text-shadow: 1px 1px #000000;
  -moz-text-shadow: 1px 1px #000;
  -webkit-text-shadow: 1px 1px #000;
  -o-text-shadow: 1px 1px #000;
  text-shadow: 1px 1px #000;
}

#zoombox.simple .zoombox_next {
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  right: -20px;
  width: 20px;
}

#zoombox.simple .zoombox_next:hover {
  background-position-x: left;
}

#zoombox.simple .zoombox_prev {
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  left: -20px;
  width: 20px;
}

#zoombox.simple .zoombox_prev:hover {
  background-position-x: -60px;
}

.simple .zoombox_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -10px;
}

#zoombox.simple .multimedia .zoombox_next, #zoombox.simple .multimedia .zoombox_prev {
  display: block;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-hover .selectric .button {
  color: rgb(161.5, 161.5, 161.5);
}
.selectric-hover .selectric .button:after {
  border-top-color: rgb(161.5, 161.5, 161.5);
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.selectric-wrapper .selectric {
  border-color: rgba(60, 60, 59, 0.4);
  background: none;
  height: 50px;
}
.selectric-wrapper .selectric .label {
  font-family: "c+", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 50px;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0 15px;
}
.selectric-wrapper .selectric .button {
  display: none;
}
.selectric-wrapper .selectric-items {
  border: none;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.selectric-wrapper .selectric-items .selectric-scroll ul {
  padding: 0;
}
.selectric-wrapper .selectric-items .selectric-scroll ul li {
  font-family: "c+", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  display: block;
  padding: 8px 15px;
  margin-bottom: 0;
  transition: all 0.2s ease;
}
.selectric-wrapper .selectric-items .selectric-scroll ul li:hover {
  background: #F5F5F5;
}
.selectric-wrapper .selectric-items .selectric-scroll ul li.selected {
  background: #EEE;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?9khhd88");
  src: url("../fonts/icomoon.eot?9khhd88#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?9khhd88") format("woff2"), url("../fonts/icomoon.ttf?9khhd88") format("truetype"), url("../fonts/icomoon.woff?9khhd88") format("woff"), url("../fonts/icomoon.svg?9khhd88#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-fleur:before {
  content: "\e921";
}

.icon-ico-cook:before {
  content: "\e920";
}

.icon-video-play:before {
  content: "\e910";
}

.icon-cross:before {
  content: "\e900";
}

.icon-icon-arrow-down:before {
  content: "\e91f";
}

.icon-ico-epis:before {
  content: "\e91d";
  color: #81a52a;
}

.icon-ico-cle:before {
  content: "\e91e";
  color: #f95e24;
}

.icon-download-bg:before {
  content: "\e91c";
}

.icon-loclaiser:before {
  content: "\e91a";
}

.icon-letter:before {
  content: "\e916";
}

.icon-trash:before {
  content: "\e917";
}

.icon-photo:before {
  content: "\e915";
}

.icon-coin:before {
  content: "\e914";
}

.icon-poi:before {
  content: "\e913";
}

.icon-add-fav:before {
  content: "\e912";
}

.icon-star:before {
  content: "\e911";
}

.icon-quotes:before {
  content: "\e906";
}

.icon-arrow:before {
  content: "\e903";
}

.icon-chevron:before {
  content: "\e901";
}

.icon-coeur:before {
  content: "\e902";
}

.icon-download:before {
  content: "🌒";
}

.icon-livre:before {
  content: "\e904";
}

.icon-paneaux:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e907";
}

.icon-share:before {
  content: "\e908";
}

.icon-tel:before {
  content: "\e909";
}

.icon-tele:before {
  content: "\e90a";
}

.icon-calendar:before {
  content: "\e91b";
}

.icon-paper-plane:before {
  content: "\e918";
}

.icon-facebook-with-circle:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e919";
}

.icon-instagram-with-circle:before {
  content: "\e90c";
}

.icon-twitter-with-circle:before {
  content: "\e90d";
}

.icon-twitter:before {
  content: "\e90f";
}

.icon-youtube-with-circle:before {
  content: "\e90e";
}

.mapboxgl-map {
  font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.mapboxgl-missing-css {
  display: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-nav-compass {
  cursor: -webkit-grab;
  cursor: grab;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-nav-compass:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}

.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}

.mapboxgl-ctrl-group {
  border-radius: 4px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
}

.mapboxgl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}

.mapboxgl-ctrl-group > button + button {
  border-top: 1px solid #ddd;
}

/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
.mapboxgl-ctrl > button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mapboxgl-ctrl > button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mapboxgl-ctrl-icon {
  padding: 5px;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27m%207%2C9%20c%20-0.554%2C0%20-1%2C0.446%20-1%2C1%200%2C0.554%200.446%2C1%201%2C1%20l%206%2C0%20c%200.554%2C0%201%2C-0.446%201%2C-1%200%2C-0.554%20-0.446%2C-1%20-1%2C-1%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27M%2010%206%20C%209.446%206%209%206.4459904%209%207%20L%209%209%20L%207%209%20C%206.446%209%206%209.446%206%2010%20C%206%2010.554%206.446%2011%207%2011%20L%209%2011%20L%209%2013%20C%209%2013.55401%209.446%2014%2010%2014%20C%2010.554%2014%2011%2013.55401%2011%2013%20L%2011%2011%20L%2013%2011%20C%2013.554%2011%2014%2010.554%2014%2010%20C%2014%209.446%2013.554%209%2013%209%20L%2011%209%20L%2011%207%20C%2011%206.4459904%2010.554%206%2010%206%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23333%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23aaa%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%2333b5e5%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23e58978%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%2333b5e5%3B%27%20d%3D%27M%2010%2C4%20C%209%2C4%209%2C5%209%2C5%20L%209%2C5.1%20C%207.0357113%2C5.5006048%205.5006048%2C7.0357113%205.1%2C9%20L%205%2C9%20c%200%2C0%20-1%2C0%20-1%2C1%200%2C1%201%2C1%201%2C1%20l%200.1%2C0%20c%200.4006048%2C1.964289%201.9357113%2C3.499395%203.9%2C3.9%20L%209%2C15%20c%200%2C0%200%2C1%201%2C1%201%2C0%201%2C-1%201%2C-1%20l%200%2C-0.1%20c%201.964289%2C-0.400605%203.499395%2C-1.935711%203.9%2C-3.9%20l%200.1%2C0%20c%200%2C0%201%2C0%201%2C-1%20C%2016%2C9%2015%2C9%2015%2C9%20L%2014.9%2C9%20C%2014.499395%2C7.0357113%2012.964289%2C5.5006048%2011%2C5.1%20L%2011%2C5%20c%200%2C0%200%2C-1%20-1%2C-1%20z%20m%200%2C2.5%20c%201.932997%2C0%203.5%2C1.5670034%203.5%2C3.5%200%2C1.932997%20-1.567003%2C3.5%20-3.5%2C3.5%20C%208.0670034%2C13.5%206.5%2C11.932997%206.5%2C10%206.5%2C8.0670034%208.0670034%2C6.5%2010%2C6.5%20Z%27%20%2F%3E%0A%3C%2Fsvg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23e54e33%3B%27%20d%3D%27M%2010%2C4%20C%209%2C4%209%2C5%209%2C5%20L%209%2C5.1%20C%207.0357113%2C5.5006048%205.5006048%2C7.0357113%205.1%2C9%20L%205%2C9%20c%200%2C0%20-1%2C0%20-1%2C1%200%2C1%201%2C1%201%2C1%20l%200.1%2C0%20c%200.4006048%2C1.964289%201.9357113%2C3.499395%203.9%2C3.9%20L%209%2C15%20c%200%2C0%200%2C1%201%2C1%201%2C0%201%2C-1%201%2C-1%20l%200%2C-0.1%20c%201.964289%2C-0.400605%203.499395%2C-1.935711%203.9%2C-3.9%20l%200.1%2C0%20c%200%2C0%201%2C0%201%2C-1%20C%2016%2C9%2015%2C9%2015%2C9%20L%2014.9%2C9%20C%2014.499395%2C7.0357113%2012.964289%2C5.5006048%2011%2C5.1%20L%2011%2C5%20c%200%2C0%200%2C-1%20-1%2C-1%20z%20m%200%2C2.5%20c%201.932997%2C0%203.5%2C1.5670034%203.5%2C3.5%200%2C1.932997%20-1.567003%2C3.5%20-3.5%2C3.5%20C%208.0670034%2C13.5%206.5%2C11.932997%206.5%2C10%206.5%2C8.0670034%208.0670034%2C6.5%2010%2C6.5%20Z%27%20%2F%3E%0A%3C%2Fsvg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {
  animation: mapboxgl-spin 2s infinite linear;
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGF5ZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iZnVsbHNjcmVlbi5zdmciPjxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTQxODUiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnM0MTgzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTQ3MSIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI2OTUiCiAgICAgaWQ9Im5hbWVkdmlldzQxODEiCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOnpvb209IjExLjMxMzcwOCIKICAgICBpbmtzY2FwZTpjeD0iMTQuNjk4MjgiCiAgICAgaW5rc2NhcGU6Y3k9IjEwLjUyNjY4OSIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iNjk3IgogICAgIGlua3NjYXBlOndpbmRvdy15PSIyOTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIgogICAgIGlua3NjYXBlOnNuYXAtYmJveD0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1wYXRocz0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LW5vZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+PGlua3NjYXBlOmdyaWQKICAgICAgIHR5cGU9Inh5Z3JpZCIKICAgICAgIGlkPSJncmlkNjA3NiIgLz48L3NvZGlwb2RpOm5hbWVkdmlldz48cGF0aAogICAgIGQ9Ik0gNSA0IEMgNC41IDQgNCA0LjUgNCA1IEwgNCA2IEwgNCA5IEwgNC41IDkgTCA1Ljc3NzM0MzggNy4yOTY4NzUgQyA2Ljc3NzEzMTkgOC4wNjAyMTMxIDcuODM1NzY1IDguOTU2NTcyOCA4Ljg5MDYyNSAxMCBDIDcuODI1NzEyMSAxMS4wNjMzIDYuNzc2MTc5MSAxMS45NTE2NzUgNS43ODEyNSAxMi43MDcwMzEgTCA0LjUgMTEgTCA0IDExIEwgNCAxNSBDIDQgMTUuNSA0LjUgMTYgNSAxNiBMIDkgMTYgTCA5IDE1LjUgTCA3LjI3MzQzNzUgMTQuMjA1MDc4IEMgOC4wNDI4OTMxIDEzLjE4Nzg4NiA4LjkzOTU0NDEgMTIuMTMzNDgxIDkuOTYwOTM3NSAxMS4wNjgzNTkgQyAxMS4wNDIzNzEgMTIuMTQ2OTkgMTEuOTQyMDkzIDEzLjIxMTIgMTIuNzA3MDMxIDE0LjIxODc1IEwgMTEgMTUuNSBMIDExIDE2IEwgMTQgMTYgTCAxNSAxNiBDIDE1LjUgMTYgMTYgMTUuNSAxNiAxNSBMIDE2IDE0IEwgMTYgMTEgTCAxNS41IDExIEwgMTQuMjA1MDc4IDEyLjcyNjU2MiBDIDEzLjE3Nzk4NSAxMS45NDk2MTcgMTIuMTEyNzE4IDExLjA0MzU3NyAxMS4wMzcxMDkgMTAuMDA5NzY2IEMgMTIuMTUxODU2IDguOTgxMDYxIDEzLjIyNDM0NSA4LjA3OTg2MjQgMTQuMjI4NTE2IDcuMzA0Njg3NSBMIDE1LjUgOSBMIDE2IDkgTCAxNiA1IEMgMTYgNC41IDE1LjUgNCAxNSA0IEwgMTEgNCBMIDExIDQuNSBMIDEyLjcwMzEyNSA1Ljc3NzM0MzggQyAxMS45MzI2NDcgNi43ODY0ODM0IDExLjAyNjY5MyA3Ljg1NTQ3MTIgOS45NzA3MDMxIDguOTE5OTIxOSBDIDguOTU4NDczOSA3LjgyMDQ5NDMgOC4wNjk4NzY3IDYuNzYyNzE4OCA3LjMwNDY4NzUgNS43NzE0ODQ0IEwgOSA0LjUgTCA5IDQgTCA2IDQgTCA1IDQgeiAiCiAgICAgaWQ9InBhdGg0MTY5IiAvPjwvc3ZnPg==");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGF5ZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0ic2hyaW5rLnN2ZyI+PG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhMTkiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnMxNyIgLz48c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEiCiAgICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIKICAgICBncmlkdG9sZXJhbmNlPSIxMCIKICAgICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjIwMjEiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iOTA4IgogICAgIGlkPSJuYW1lZHZpZXcxNSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6em9vbT0iMSIKICAgICBpbmtzY2FwZTpjeD0iNC45NTAxMDgyIgogICAgIGlua3NjYXBlOmN5PSIxMC44NTQ3NDciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIgogICAgIGlua3NjYXBlOnNuYXAtYmJveD0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOnNuYXAtYmJveC1lZGdlLW1pZHBvaW50cz0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LW5vZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOnNuYXAtYmJveC1taWRwb2ludHM9InRydWUiCiAgICAgaW5rc2NhcGU6b2JqZWN0LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+PGlua3NjYXBlOmdyaWQKICAgICAgIHR5cGU9Inh5Z3JpZCIKICAgICAgIGlkPSJncmlkNDE0NyIgLz48L3NvZGlwb2RpOm5hbWVkdmlldz48cGF0aAogICAgIHN0eWxlPSJmaWxsOiMwMDAwMDAiCiAgICAgZD0iTSA0LjI0MjE4NzUgMy40OTIxODc1IEEgMC43NTAwNzUgMC43NTAwNzUgMCAwIDAgMy43MTg3NSA0Ljc4MTI1IEwgNS45NjQ4NDM4IDcuMDI3MzQzOCBMIDQgOC41IEwgNCA5IEwgOCA5IEMgOC41MDAwMDEgOC45OTk5OTg4IDkgOC40OTk5OTkyIDkgOCBMIDkgNCBMIDguNSA0IEwgNy4wMTc1NzgxIDUuOTU1MDc4MSBMIDQuNzgxMjUgMy43MTg3NSBBIDAuNzUwMDc1IDAuNzUwMDc1IDAgMCAwIDQuMjQyMTg3NSAzLjQ5MjE4NzUgeiBNIDE1LjczNDM3NSAzLjQ5MjE4NzUgQSAwLjc1MDA3NSAwLjc1MDA3NSAwIDAgMCAxNS4yMTg3NSAzLjcxODc1IEwgMTIuOTg0Mzc1IDUuOTUzMTI1IEwgMTEuNSA0IEwgMTEgNCBMIDExIDggQyAxMSA4LjQ5OTk5OTIgMTEuNDk5OTk5IDguOTk5OTk4OCAxMiA5IEwgMTYgOSBMIDE2IDguNSBMIDE0LjAzNTE1NiA3LjAyNzM0MzggTCAxNi4yODEyNSA0Ljc4MTI1IEEgMC43NTAwNzUgMC43NTAwNzUgMCAwIDAgMTUuNzM0Mzc1IDMuNDkyMTg3NSB6IE0gNCAxMSBMIDQgMTEuNSBMIDUuOTY0ODQzOCAxMi45NzI2NTYgTCAzLjcxODc1IDE1LjIxODc1IEEgMC43NTEzMDA5NiAwLjc1MTMwMDk2IDAgMSAwIDQuNzgxMjUgMTYuMjgxMjUgTCA3LjAyNzM0MzggMTQuMDM1MTU2IEwgOC41IDE2IEwgOSAxNiBMIDkgMTIgQyA5IDExLjUwMDAwMSA4LjUwMDAwMSAxMS4wMDAwMDEgOCAxMSBMIDQgMTEgeiBNIDEyIDExIEMgMTEuNDk5OTk5IDExLjAwMDAwMSAxMSAxMS41MDAwMDEgMTEgMTIgTCAxMSAxNiBMIDExLjUgMTYgTCAxMi45NzI2NTYgMTQuMDM1MTU2IEwgMTUuMjE4NzUgMTYuMjgxMjUgQSAwLjc1MTMwMDk2IDAuNzUxMzAwOTYgMCAxIDAgMTYuMjgxMjUgMTUuMjE4NzUgTCAxNC4wMzUxNTYgMTIuOTcyNjU2IEwgMTYgMTEuNSBMIDE2IDExIEwgMTIgMTEgeiAiCiAgICAgaWQ9InBhdGg3IiAvPjwvc3ZnPg==");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%0A%09%3Cpolygon%20fill%3D%27%23333333%27%20points%3D%276%2C9%2010%2C1%2014%2C9%27%2F%3E%0A%09%3Cpolygon%20fill%3D%27%23CCCCCC%27%20points%3D%276%2C11%2010%2C19%2014%2C11%20%27%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: inline-block;
}

a.mapboxgl-ctrl-logo {
  width: 85px;
  height: 21px;
  margin: 0 0 -3px -3px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiAgIHZpZXdCb3g9IjAgMCA4NC40OSAyMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODQuNDkgMjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik04My4yNSwxNC4yNmMwLDAuMTItMC4wOSwwLjIxLTAuMjEsMC4yMWgtMS42MWMtMC4xMywwLTAuMjQtMC4wNi0wLjMtMC4xN2wtMS40NC0yLjM5bC0xLjQ0LDIuMzkgICAgYy0wLjA2LDAuMTEtMC4xOCwwLjE3LTAuMywwLjE3aC0xLjYxYy0wLjA0LDAtMC4wOC0wLjAxLTAuMTItMC4wM2MtMC4wOS0wLjA2LTAuMTMtMC4xOS0wLjA2LTAuMjhsMCwwbDIuNDMtMy42OEw3Ni4yLDYuODQgICAgYy0wLjAyLTAuMDMtMC4wMy0wLjA3LTAuMDMtMC4xMmMwLTAuMTIsMC4wOS0wLjIxLDAuMjEtMC4yMWgxLjYxYzAuMTMsMCwwLjI0LDAuMDYsMC4zLDAuMTdsMS40MSwyLjM2bDEuNC0yLjM1ICAgIGMwLjA2LTAuMTEsMC4xOC0wLjE3LDAuMy0wLjE3SDgzYzAuMDQsMCwwLjA4LDAuMDEsMC4xMiwwLjAzYzAuMDksMC4wNiwwLjEzLDAuMTksMC4wNiwwLjI4bDAsMGwtMi4zNywzLjYzbDIuNDMsMy42NyAgICBDODMuMjQsMTQuMTgsODMuMjUsMTQuMjIsODMuMjUsMTQuMjZ6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNjYuMjQsOS41OWMtMC4zOS0xLjg4LTEuOTYtMy4yOC0zLjg0LTMuMjhjLTEuMDMsMC0yLjAzLDAuNDItMi43MywxLjE4VjMuNTFjMC0wLjEzLTAuMS0wLjIzLTAuMjMtMC4yM2gtMS40ICAgIGMtMC4xMywwLTAuMjMsMC4xMS0wLjIzLDAuMjN2MTAuNzJjMCwwLjEzLDAuMSwwLjIzLDAuMjMsMC4yM2gxLjRjMC4xMywwLDAuMjMtMC4xMSwwLjIzLTAuMjNWMTMuNWMwLjcxLDAuNzUsMS43LDEuMTgsMi43MywxLjE4ICAgIGMxLjg4LDAsMy40NS0xLjQxLDMuODQtMy4yOUM2Ni4zNywxMC43OSw2Ni4zNywxMC4xOCw2Ni4yNCw5LjU5TDY2LjI0LDkuNTl6IE02Mi4wOCwxM2MtMS4zMiwwLTIuMzktMS4xMS0yLjQxLTIuNDh2LTAuMDYgICAgYzAuMDItMS4zOCwxLjA5LTIuNDgsMi40MS0yLjQ4czIuNDIsMS4xMiwyLjQyLDIuNTFTNjMuNDEsMTMsNjIuMDgsMTN6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNzEuNjcsNi4zMmMtMS45OC0wLjAxLTMuNzIsMS4zNS00LjE2LDMuMjljLTAuMTMsMC41OS0wLjEzLDEuMTksMCwxLjc3YzAuNDQsMS45NCwyLjE3LDMuMzIsNC4xNywzLjMgICAgYzIuMzUsMCw0LjI2LTEuODcsNC4yNi00LjE5Uzc0LjA0LDYuMzIsNzEuNjcsNi4zMnogTTcxLjY1LDEzLjAxYy0xLjMzLDAtMi40Mi0xLjEyLTIuNDItMi41MXMxLjA4LTIuNTIsMi40Mi0yLjUyICAgIGMxLjMzLDAsMi40MiwxLjEyLDIuNDIsMi41MVM3Mi45OSwxMyw3MS42NSwxMy4wMUw3MS42NSwxMy4wMXoiLz4gIDxwYXRoIGNsYXNzPSJzdDEiIHN0eWxlPSJvcGFjaXR5OjAuMzU7IGVuYWJsZS1iYWNrZ3JvdW5kOm5ldzsiIGQ9Ik02Mi4wOCw3Ljk4Yy0xLjMyLDAtMi4zOSwxLjExLTIuNDEsMi40OHYwLjA2QzU5LjY4LDExLjksNjAuNzUsMTMsNjIuMDgsMTNzMi40Mi0xLjEyLDIuNDItMi41MSAgICBTNjMuNDEsNy45OCw2Mi4wOCw3Ljk4eiBNNjIuMDgsMTEuNzZjLTAuNjMsMC0xLjE0LTAuNTYtMS4xNy0xLjI1di0wLjA0YzAuMDEtMC42OSwwLjU0LTEuMjUsMS4xNy0xLjI1ICAgIGMwLjYzLDAsMS4xNywwLjU3LDEuMTcsMS4yN0M2My4yNCwxMS4yLDYyLjczLDExLjc2LDYyLjA4LDExLjc2eiIvPiAgPHBhdGggY2xhc3M9InN0MSIgc3R5bGU9Im9wYWNpdHk6MC4zNTsgZW5hYmxlLWJhY2tncm91bmQ6bmV3OyIgZD0iTTcxLjY1LDcuOThjLTEuMzMsMC0yLjQyLDEuMTItMi40MiwyLjUxUzcwLjMyLDEzLDcxLjY1LDEzczIuNDItMS4xMiwyLjQyLTIuNTFTNzIuOTksNy45OCw3MS42NSw3Ljk4eiAgICAgTTcxLjY1LDExLjc2Yy0wLjY0LDAtMS4xNy0wLjU3LTEuMTctMS4yN2MwLTAuNywwLjUzLTEuMjYsMS4xNy0xLjI2czEuMTcsMC41NywxLjE3LDEuMjdDNzIuODIsMTEuMjEsNzIuMjksMTEuNzYsNzEuNjUsMTEuNzZ6IiAgICAvPiAgPHBhdGggY2xhc3M9InN0MCIgc3R5bGU9Im9wYWNpdHk6MC45OyBmaWxsOiAjRkZGRkZGOyBlbmFibGUtYmFja2dyb3VuZDogbmV3OyIgZD0iTTQ1Ljc0LDYuNTNoLTEuNGMtMC4xMywwLTAuMjMsMC4xMS0wLjIzLDAuMjN2MC43M2MtMC43MS0wLjc1LTEuNy0xLjE4LTIuNzMtMS4xOCAgICBjLTIuMTcsMC0zLjk0LDEuODctMy45NCw0LjE5czEuNzcsNC4xOSwzLjk0LDQuMTljMS4wNCwwLDIuMDMtMC40MywyLjczLTEuMTl2MC43M2MwLDAuMTMsMC4xLDAuMjMsMC4yMywwLjIzaDEuNCAgICBjMC4xMywwLDAuMjMtMC4xMSwwLjIzLTAuMjNWNi43NGMwLTAuMTItMC4wOS0wLjIyLTAuMjItMC4yMkM0NS43NSw2LjUzLDQ1Ljc1LDYuNTMsNDUuNzQsNi41M3ogTTQ0LjEyLDEwLjUzICAgIEM0NC4xMSwxMS45LDQzLjAzLDEzLDQxLjcxLDEzcy0yLjQyLTEuMTItMi40Mi0yLjUxczEuMDgtMi41MiwyLjQtMi41MmMxLjMzLDAsMi4zOSwxLjExLDIuNDEsMi40OEw0NC4xMiwxMC41M3oiLz4gIDxwYXRoIGNsYXNzPSJzdDEiIHN0eWxlPSJvcGFjaXR5OjAuMzU7IGVuYWJsZS1iYWNrZ3JvdW5kOm5ldzsiIGQ9Ik00MS43MSw3Ljk4Yy0xLjMzLDAtMi40MiwxLjEyLTIuNDIsMi41MVM0MC4zNywxMyw0MS43MSwxM3MyLjM5LTEuMTEsMi40MS0yLjQ4di0wLjA2ICAgIEM0NC4xLDkuMDksNDMuMDMsNy45OCw0MS43MSw3Ljk4eiBNNDAuNTUsMTAuNDljMC0wLjcsMC41Mi0xLjI3LDEuMTctMS4yN2MwLjY0LDAsMS4xNCwwLjU2LDEuMTcsMS4yNXYwLjA0ICAgIGMtMC4wMSwwLjY4LTAuNTMsMS4yNC0xLjE3LDEuMjRDNDEuMDgsMTEuNzUsNDAuNTUsMTEuMTksNDAuNTUsMTAuNDl6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNTIuNDEsNi4zMmMtMS4wMywwLTIuMDMsMC40Mi0yLjczLDEuMThWNi43NWMwLTAuMTMtMC4xLTAuMjMtMC4yMy0wLjIzaC0xLjRjLTAuMTMsMC0wLjIzLDAuMTEtMC4yMywwLjIzICAgIHYxMC43MmMwLDAuMTMsMC4xLDAuMjMsMC4yMywwLjIzaDEuNGMwLjEzLDAsMC4yMy0wLjEsMC4yMy0wLjIzVjEzLjVjMC43MSwwLjc1LDEuNywxLjE4LDIuNzQsMS4xOGMyLjE3LDAsMy45NC0xLjg3LDMuOTQtNC4xOSAgICBTNTQuNTgsNi4zMiw1Mi40MSw2LjMyeiBNNTIuMDgsMTMuMDFjLTEuMzIsMC0yLjM5LTEuMTEtMi40Mi0yLjQ4di0wLjA3YzAuMDItMS4zOCwxLjA5LTIuNDksMi40LTIuNDljMS4zMiwwLDIuNDEsMS4xMiwyLjQxLDIuNTEgICAgUzUzLjQsMTMsNTIuMDgsMTMuMDFMNTIuMDgsMTMuMDF6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNNTIuMDgsNy45OGMtMS4zMiwwLTIuMzksMS4xMS0yLjQyLDIuNDh2MC4wNmMwLjAzLDEuMzgsMS4xLDIuNDgsMi40MiwyLjQ4czIuNDEtMS4xMiwyLjQxLTIuNTEgICAgUzUzLjQsNy45OCw1Mi4wOCw3Ljk4eiBNNTIuMDgsMTEuNzZjLTAuNjMsMC0xLjE0LTAuNTYtMS4xNy0xLjI1di0wLjA0YzAuMDEtMC42OSwwLjU0LTEuMjUsMS4xNy0xLjI1YzAuNjMsMCwxLjE3LDAuNTgsMS4xNywxLjI3ICAgIFM1Mi43MiwxMS43Niw1Mi4wOCwxMS43NnoiLz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik0zNi4wOCwxNC4yNGMwLDAuMTMtMC4xLDAuMjMtMC4yMywwLjIzaC0xLjQxYy0wLjEzLDAtMC4yMy0wLjExLTAuMjMtMC4yM1Y5LjY4YzAtMC45OC0wLjc0LTEuNzEtMS42Mi0xLjcxICAgIGMtMC44LDAtMS40NiwwLjctMS41OSwxLjYybDAuMDEsNC42NmMwLDAuMTMtMC4xMSwwLjIzLTAuMjMsMC4yM2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWOS42OCAgICBjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuODUsMC0xLjU0LDAuNzktMS42LDEuOHY0LjQ4YzAsMC4xMy0wLjEsMC4yMy0wLjIzLDAuMjNoLTEuNGMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWNi43NCAgICBjMC4wMS0wLjEzLDAuMS0wLjIyLDAuMjMtMC4yMmgxLjRjMC4xMywwLDAuMjIsMC4xMSwwLjIzLDAuMjJWNy40YzAuNS0wLjY4LDEuMy0xLjA5LDIuMTYtMS4xaDAuMDNjMS4wOSwwLDIuMDksMC42LDIuNiwxLjU1ICAgIGMwLjQ1LTAuOTUsMS40LTEuNTUsMi40NC0xLjU2YzEuNjIsMCwyLjkzLDEuMjUsMi45LDIuNzhMMzYuMDgsMTQuMjR6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNODQuMzQsMTMuNTlsLTAuMDctMC4xM2wtMS45Ni0yLjk5bDEuOTQtMi45NWMwLjQ0LTAuNjcsMC4yNi0xLjU2LTAuNDEtMi4wMmMtMC4wMiwwLTAuMDMsMC0wLjA0LTAuMDEgICAgYy0wLjIzLTAuMTUtMC41LTAuMjItMC43OC0wLjIyaC0xLjYxYy0wLjU2LDAtMS4wOCwwLjI5LTEuMzcsMC43OEw3OS43Miw2LjZsLTAuMzQtMC41NkM3OS4wOSw1LjU2LDc4LjU3LDUuMjcsNzgsNS4yN2gtMS42ICAgIGMtMC42LDAtMS4xMywwLjM3LTEuMzUsMC45MmMtMi4xOS0xLjY2LTUuMjgtMS40Ny03LjI2LDAuNDVjLTAuMzUsMC4zNC0wLjY1LDAuNzItMC44OSwxLjE0Yy0wLjktMS42Mi0yLjU4LTIuNzItNC41LTIuNzIgICAgYy0wLjUsMC0xLjAxLDAuMDctMS40OCwwLjIzVjMuNTFjMC0wLjgyLTAuNjYtMS40OC0xLjQ3LTEuNDhoLTEuNGMtMC44MSwwLTEuNDcsMC42Ni0xLjQ3LDEuNDd2My43NSAgICBjLTAuOTUtMS4zNi0yLjUtMi4xOC00LjE3LTIuMTljLTAuNzQsMC0xLjQ2LDAuMTYtMi4xMiwwLjQ3Yy0wLjI0LTAuMTctMC41NC0wLjI2LTAuODQtMC4yNmgtMS40Yy0wLjQ1LDAtMC44NywwLjIxLTEuMTUsMC41NiAgICBjLTAuMDItMC4wMy0wLjA0LTAuMDUtMC4wNy0wLjA4Yy0wLjI4LTAuMy0wLjY4LTAuNDctMS4wOS0wLjQ3aC0xLjM5Yy0wLjMsMC0wLjYsMC4wOS0wLjg0LDAuMjZjLTAuNjctMC4zLTEuMzktMC40Ni0yLjEyLTAuNDYgICAgYy0xLjgzLDAtMy40MywxLTQuMzcsMi41Yy0wLjItMC40Ni0wLjQ4LTAuODktMC44My0xLjI1Yy0wLjgtMC44MS0xLjg5LTEuMjUtMy4wMi0xLjI1aC0wLjAxYy0wLjg5LDAuMDEtMS43NSwwLjMzLTIuNDYsMC44OCAgICBjLTAuNzQtMC41Ny0xLjY0LTAuODgtMi41Ny0wLjg4SDI4LjFjLTAuMjksMC0wLjU4LDAuMDMtMC44NiwwLjExYy0wLjI4LDAuMDYtMC41NiwwLjE2LTAuODIsMC4yOGMtMC4yMS0wLjEyLTAuNDUtMC4xOC0wLjctMC4xOCAgICBoLTEuNGMtMC44MiwwLTEuNDcsMC42Ni0xLjQ3LDEuNDd2Ny41YzAsMC44MiwwLjY2LDEuNDcsMS40NywxLjQ3aDEuNGMwLjgyLDAsMS40OC0wLjY2LDEuNDgtMS40OGwwLDBWOS43OSAgICBjMC4wMy0wLjM2LDAuMjMtMC41OSwwLjM2LTAuNTljMC4xOCwwLDAuMzgsMC4xOCwwLjM4LDAuNDd2NC41N2MwLDAuODIsMC42NiwxLjQ3LDEuNDcsMS40N2gxLjQxYzAuODIsMCwxLjQ3LTAuNjYsMS40Ny0xLjQ3ICAgIGwtMC4wMS00LjU3YzAuMDYtMC4zMiwwLjI1LTAuNDcsMC4zNS0wLjQ3YzAuMTgsMCwwLjM4LDAuMTgsMC4zOCwwLjQ3djQuNTdjMCwwLjgyLDAuNjYsMS40NywxLjQ3LDEuNDdoMS40MSAgICBjMC44MiwwLDEuNDctMC42NiwxLjQ3LTEuNDd2LTAuMzhjMC45NiwxLjI5LDIuNDYsMi4wNiw0LjA2LDIuMDZjMC43NCwwLDEuNDYtMC4xNiwyLjEyLTAuNDdjMC4yNCwwLjE3LDAuNTQsMC4yNiwwLjg0LDAuMjZoMS4zOSAgICBjMC4zLDAsMC42LTAuMDksMC44NC0wLjI2djIuMDFjMCwwLjgyLDAuNjYsMS40NywxLjQ3LDEuNDdoMS40YzAuODIsMCwxLjQ3LTAuNjYsMS40Ny0xLjQ3di0xLjc3YzAuNDgsMC4xNSwwLjk5LDAuMjMsMS40OSwwLjIyICAgIGMxLjcsMCwzLjIyLTAuODcsNC4xNy0yLjJ2MC41MmMwLDAuODIsMC42NiwxLjQ3LDEuNDcsMS40N2gxLjRjMC4zLDAsMC42LTAuMDksMC44NC0wLjI2YzAuNjYsMC4zMSwxLjM5LDAuNDcsMi4xMiwwLjQ3ICAgIGMxLjkyLDAsMy42LTEuMSw0LjQ5LTIuNzNjMS41NCwyLjY1LDQuOTUsMy41Myw3LjU4LDEuOThjMC4xOC0wLjExLDAuMzYtMC4yMiwwLjUzLTAuMzZjMC4yMiwwLjU1LDAuNzYsMC45MSwxLjM1LDAuOUg3OCAgICBjMC41NiwwLDEuMDgtMC4yOSwxLjM3LTAuNzhsMC4zNy0wLjYxbDAuMzcsMC42MWMwLjI5LDAuNDgsMC44MSwwLjc4LDEuMzgsMC43OGgxLjZjMC44MSwwLDEuNDYtMC42NiwxLjQ1LTEuNDYgICAgQzg0LjQ5LDE0LjAyLDg0LjQ0LDEzLjgsODQuMzQsMTMuNTlMODQuMzQsMTMuNTl6IE0zNS44NiwxNC40N2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWOS42OCAgICBjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuOCwwLTEuNDYsMC43LTEuNTksMS42MmwwLjAxLDQuNjZjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjMgICAgVjkuNjhjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuODUsMC0xLjU0LDAuNzktMS42LDEuOHY0LjQ4YzAsMC4xMy0wLjEsMC4yMy0wLjIzLDAuMjNoLTEuNGMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjMgICAgVjYuNzRjMC4wMS0wLjEzLDAuMTEtMC4yMiwwLjIzLTAuMjJoMS40YzAuMTMsMCwwLjIyLDAuMTEsMC4yMywwLjIyVjcuNGMwLjUtMC42OCwxLjMtMS4wOSwyLjE2LTEuMWgwLjAzICAgIGMxLjA5LDAsMi4wOSwwLjYsMi42LDEuNTVjMC40NS0wLjk1LDEuNC0xLjU1LDIuNDQtMS41NmMxLjYyLDAsMi45MywxLjI1LDIuOSwyLjc4bDAuMDEsNS4xNkMzNi4wOSwxNC4zNiwzNS45OCwxNC40NiwzNS44NiwxNC40NyAgICBMMzUuODYsMTQuNDd6IE00NS45NywxNC4yNGMwLDAuMTMtMC4xLDAuMjMtMC4yMywwLjIzaC0xLjRjLTAuMTMsMC0wLjIzLTAuMTEtMC4yMy0wLjIzVjEzLjVjLTAuNywwLjc2LTEuNjksMS4xOC0yLjcyLDEuMTggICAgYy0yLjE3LDAtMy45NC0xLjg3LTMuOTQtNC4xOXMxLjc3LTQuMTksMy45NC00LjE5YzEuMDMsMCwyLjAyLDAuNDMsMi43MywxLjE4VjYuNzRjMC0wLjEzLDAuMS0wLjIzLDAuMjMtMC4yM2gxLjQgICAgYzAuMTItMC4wMSwwLjIyLDAuMDgsMC4yMywwLjIxYzAsMC4wMSwwLDAuMDEsMCwwLjAydjcuNTFoLTAuMDFWMTQuMjR6IE01Mi40MSwxNC42N2MtMS4wMywwLTIuMDItMC40My0yLjczLTEuMTh2My45NyAgICBjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40Yy0wLjEzLDAtMC4yMy0wLjEtMC4yMy0wLjIzVjYuNzVjMC0wLjEzLDAuMS0wLjIyLDAuMjMtMC4yMmgxLjRjMC4xMywwLDAuMjMsMC4xMSwwLjIzLDAuMjN2MC43MyAgICBjMC43MS0wLjc2LDEuNy0xLjE4LDIuNzMtMS4xOGMyLjE3LDAsMy45NCwxLjg2LDMuOTQsNC4xOFM1NC41OCwxNC42Nyw1Mi40MSwxNC42N3ogTTY2LjI0LDExLjM5Yy0wLjM5LDEuODctMS45NiwzLjI5LTMuODQsMy4yOSAgICBjLTEuMDMsMC0yLjAyLTAuNDMtMi43My0xLjE4djAuNzNjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40Yy0wLjEzLDAtMC4yMy0wLjExLTAuMjMtMC4yM1YzLjUxYzAtMC4xMywwLjEtMC4yMywwLjIzLTAuMjMgICAgaDEuNGMwLjEzLDAsMC4yMywwLjExLDAuMjMsMC4yM3YzLjk3YzAuNzEtMC43NSwxLjctMS4xOCwyLjczLTEuMTdjMS44OCwwLDMuNDUsMS40LDMuODQsMy4yOEM2Ni4zNywxMC4xOSw2Ni4zNywxMC44LDY2LjI0LDExLjM5ICAgIEw2Ni4yNCwxMS4zOUw2Ni4yNCwxMS4zOXogTTcxLjY3LDE0LjY4Yy0yLDAuMDEtMy43My0xLjM1LTQuMTctMy4zYy0wLjEzLTAuNTktMC4xMy0xLjE5LDAtMS43N2MwLjQ0LTEuOTQsMi4xNy0zLjMxLDQuMTctMy4zICAgIGMyLjM2LDAsNC4yNiwxLjg3LDQuMjYsNC4xOVM3NC4wMywxNC42OCw3MS42NywxNC42OEw3MS42NywxNC42OHogTTgzLjA0LDE0LjQ3aC0xLjYxYy0wLjEzLDAtMC4yNC0wLjA2LTAuMy0wLjE3bC0xLjQ0LTIuMzkgICAgbC0xLjQ0LDIuMzljLTAuMDYsMC4xMS0wLjE4LDAuMTctMC4zLDAuMTdoLTEuNjFjLTAuMDQsMC0wLjA4LTAuMDEtMC4xMi0wLjAzYy0wLjA5LTAuMDYtMC4xMy0wLjE5LTAuMDYtMC4yOGwwLDBsMi40My0zLjY4ICAgIEw3Ni4yLDYuODRjLTAuMDItMC4wMy0wLjAzLTAuMDctMC4wMy0wLjEyYzAtMC4xMiwwLjA5LTAuMjEsMC4yMS0wLjIxaDEuNjFjMC4xMywwLDAuMjQsMC4wNiwwLjMsMC4xN2wxLjQxLDIuMzZsMS40MS0yLjM2ICAgIGMwLjA2LTAuMTEsMC4xOC0wLjE3LDAuMy0wLjE3aDEuNjFjMC4wNCwwLDAuMDgsMC4wMSwwLjEyLDAuMDNjMC4wOSwwLjA2LDAuMTMsMC4xOSwwLjA2LDAuMjhsMCwwbC0yLjM4LDMuNjRsMi40MywzLjY3ICAgIGMwLjAyLDAuMDMsMC4wMywwLjA3LDAuMDMsMC4xMkM4My4yNSwxNC4zOCw4My4xNiwxNC40Nyw4My4wNCwxNC40N0w4My4wNCwxNC40N0w4My4wNCwxNC40N3oiLz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik0xMC41LDEuMjRjLTUuMTEsMC05LjI1LDQuMTUtOS4yNSw5LjI1czQuMTUsOS4yNSw5LjI1LDkuMjVzOS4yNS00LjE1LDkuMjUtOS4yNSAgICBDMTkuNzUsNS4zOCwxNS42MSwxLjI0LDEwLjUsMS4yNHogTTE0Ljg5LDEyLjc3Yy0xLjkzLDEuOTMtNC43OCwyLjMxLTYuNywyLjMxYy0wLjcsMC0xLjQxLTAuMDUtMi4xLTAuMTZjMCwwLTEuMDItNS42NCwyLjE0LTguODEgICAgYzAuODMtMC44MywxLjk1LTEuMjgsMy4xMy0xLjI4YzEuMjcsMCwyLjQ5LDAuNTEsMy4zOSwxLjQyQzE2LjU5LDguMDksMTYuNjQsMTEsMTQuODksMTIuNzd6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNMTAuNS0wLjAxQzQuNy0wLjAxLDAsNC43LDAsMTAuNDlzNC43LDEwLjUsMTAuNSwxMC41UzIxLDE2LjI5LDIxLDEwLjQ5QzIwLjk5LDQuNywxNi4zLTAuMDEsMTAuNS0wLjAxeiAgICAgTTEwLjUsMTkuNzRjLTUuMTEsMC05LjI1LTQuMTUtOS4yNS05LjI1czQuMTQtOS4yNiw5LjI1LTkuMjZzOS4yNSw0LjE1LDkuMjUsOS4yNUMxOS43NSwxNS42MSwxNS42MSwxOS43NCwxMC41LDE5Ljc0eiIvPiAgPHBhdGggY2xhc3M9InN0MSIgc3R5bGU9Im9wYWNpdHk6MC4zNTsgZW5hYmxlLWJhY2tncm91bmQ6bmV3OyIgZD0iTTE0Ljc0LDYuMjVDMTIuOSw0LjQxLDkuOTgsNC4zNSw4LjIzLDYuMWMtMy4xNiwzLjE3LTIuMTQsOC44MS0yLjE0LDguODFzNS42NCwxLjAyLDguODEtMi4xNCAgICBDMTYuNjQsMTEsMTYuNTksOC4wOSwxNC43NCw2LjI1eiBNMTIuNDcsMTAuMzRsLTAuOTEsMS44N2wtMC45LTEuODdMOC44LDkuNDNsMS44Ni0wLjlsMC45LTEuODdsMC45MSwxLjg3bDEuODYsMC45TDEyLjQ3LDEwLjM0eiIgICAgLz4gIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIHBvaW50cz0iMTQuMzMsOS40MyAxMi40NywxMC4zNCAxMS41NiwxMi4yMSAxMC42NiwxMC4zNCA4LjgsOS40MyAxMC42Niw4LjUzIDExLjU2LDYuNjYgMTIuNDcsOC41MyAgICIvPjwvZz48L3N2Zz4=);
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mapboxgl-ctrl-attrib.mapboxgl-compact {
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0 10px 10px;
  position: relative;
  padding-right: 24px;
  background-color: #fff;
  border-radius: 3px 12px 12px 3px;
  visibility: hidden;
}

.mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
  visibility: visible;
}

.mapboxgl-ctrl-attrib.mapboxgl-compact::after {
  content: "";
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%09%3Cpath%20fill%3D%27%23333333%27%20fill-rule%3D%27evenodd%27%20d%3D%27M4%2C10a6%2C6%200%201%2C0%2012%2C0a6%2C6%200%201%2C0%20-12%2C0%20M9%2C7a1%2C1%200%201%2C0%202%2C0a1%2C1%200%201%2C0%20-2%2C0%20M9%2C10a1%2C1%200%201%2C1%202%2C0l0%2C3a1%2C1%200%201%2C1%20-2%2C0%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-color: rgba(255, 255, 255, 0.5);
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  visibility: visible;
  border-radius: 12px;
}

.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

/* stylelint-disable-next-line selector-class-pattern */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: bold;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.mapboxgl-user-location-dot {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.mapboxgl-user-location-dot::before {
  background-color: #1da1f2;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot::after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale::after {
  display: none;
}

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}

@media print {
  /* stylelint-disable-next-line selector-class-pattern */
  .mapbox-improve-map {
    display: none;
  }
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 0px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  margin: 0;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
  display: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  padding: 0;
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 20px/18px Tahoma, Verdana, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #1a5a9f;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Source Sans Pro", sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  z-index: 9999999889;
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #1a5a9f;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #1a5a9f;
  box-shadow: inset 0 1px 3px #1a5a9f;
  border-radius: 0;
}

.has-event .pika-button {
  background: #1a5a9f;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #1a5a9f;
  box-shadow: none;
  border-radius: 0;
}

.is-endrange .pika-button {
  color: #fff;
  background: #1a5a9f;
  box-shadow: none;
  border-radius: 0;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #1a5a9f;
  box-shadow: none;
  border-radius: 0;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: scroll; /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#fff2f2f2", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.marker-cluster-small {
  background-color: rgba(26, 90, 159, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(26, 90, 159, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(26, 90, 159, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(26, 90, 159, 0.6);
}

.marker-cluster-large {
  background-color: rgba(26, 90, 159, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(26, 90, 159, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #1a5a9f;
}

.leaflet-oldie .marker-cluster-small div {
  background-color: #1a5a9f;
}

.leaflet-oldie .marker-cluster-medium {
  background-color: #1a5a9f;
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: #1a5a9f;
}

.leaflet-oldie .marker-cluster-large {
  background-color: #1a5a9f;
}

.leaflet-oldie .marker-cluster-large div {
  background-color: #1a5a9f;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.marker-cluster span {
  line-height: 30px;
}

.marker-cluster.active {
  background-color: white;
}
.marker-cluster.active div {
  background-color: white;
}
.marker-cluster.active div span {
  color: #1a5a9f;
}

.date-picker {
  width: 100%;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
  font-family: inherit;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 5000000;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  background: #FFFFFF;
  padding: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  box-sizing: initial;
  transform: scale(0.75);
  transform-origin: top left;
  border-radius: 5px;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper {
  padding: 20px;
  border-radius: 0;
}
.date-picker-wrapper.inline-wrapper {
  position: relative;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
@media screen and (max-width: 599px) {
  .date-picker-wrapper.single-date {
    width: calc(100% - 100px);
  }
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: rgb(107, 180, 214);
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: capitalize;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
body:not(.no-hover) .date-picker-wrapper .select-wrapper:hover {
  color: #1a5a9f;
}
.date-picker-wrapper .month-element, .date-picker-wrapper .month-name .select-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-family: "c+", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  color: #000000;
  line-height: 20px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .date-picker-wrapper .month-element, .date-picker-wrapper .month-name .select-wrapper {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
@media screen and (max-width: 980px) {
  .date-picker-wrapper .month-element, .date-picker-wrapper .month-name .select-wrapper {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.date-picker-wrapper .month-element:nth-child(2), .date-picker-wrapper .month-name .select-wrapper:nth-child(2) {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  background-color: #fff;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 100%;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 100%;
  float: left;
}
.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
}
.date-picker-wrapper .month-wrapper table th {
  height: auto;
  padding-bottom: 20px;
}
.date-picker-wrapper .month-wrapper table .day {
  font-family: "c+", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  letter-spacing: 0.8px;
  padding: 13px;
  margin: 2px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .date-picker-wrapper .month-wrapper table .day {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: 10px;
    margin: 1px;
  }
}
@media screen and (max-width: 980px) {
  .date-picker-wrapper .month-wrapper table .day {
    padding: 8px;
    font-size: 1rem;
    line-height: 1rem;
  }
}
.date-picker-wrapper .month-wrapper table .day:hover {
  background-color: #E8E8E7;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  font-weight: 400;
  background-color: #E8E8E7;
  border: 1px solid white;
}
.date-picker-wrapper .month-wrapper table .week-name {
  display: none;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper .month-name .select-wrapper {
  font-family: "c+", Sans-Serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.date-picker-wrapper .month-wrapper .month-name .select-wrapper:first-child {
  color: black;
}
.date-picker-wrapper .month-wrapper .month-name .select-wrapper:last-child {
  color: #000;
}
.date-picker-wrapper .month-wrapper .month1 {
  position: relative;
}
.date-picker-wrapper .month-wrapper .month1 .month-name {
  text-align: left;
}
.date-picker-wrapper .month-wrapper .month1:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  border-left: 1px solid #F5F5F5;
}
.date-picker-wrapper .month-wrapper .month2 .month-name {
  text-align: right;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day {
  border-radius: 0;
  border: 0 !important;
  margin: 3px;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.invalid {
  color: black;
  background-color: #E3E3E3;
  opacity: 0.25;
  border: 1px solid white;
  cursor: initial;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  color: #FFFFFF;
  background-color: #000000;
  border: 1px solid white;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #F5F5F5;
  color: #000000;
  transition: all 0.2s ease;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  color: black;
  background-color: #FFFFFF;
  border: 1px solid #E8E8E7;
}
.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
  cursor: pointer;
  border: none;
}
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  color: #FFFFFF;
  background-color: #F5F5F5;
}
.date-picker-wrapper table .caption .prev, .date-picker-wrapper table .caption .next {
  font-size: 0;
}
.date-picker-wrapper table .caption .prev:hover:before, .date-picker-wrapper table .caption .next:hover:before {
  background-color: #F5F5F5;
}
.date-picker-wrapper table .caption .prev:before, .date-picker-wrapper table .caption .next:before {
  content: "\e901";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  float: left;
  border: none;
  color: #1a5a9f;
  transition: all 0.2s ease;
}
.date-picker-wrapper table .caption .prev:before {
  transform: scaleX(-1);
}
.date-picker-wrapper table .caption .next:before {
  float: right;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: #FFFFFF;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-image: linear-gradient(135deg, #1a5a9f, #1a5a9f);
  color: #FFFFFF !important;
  font-weight: 900 !important;
  border-radius: 5px;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #000000;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

.item-bloc {
  height: 200px;
  background: tomato;
}

@media screen and (max-width: 599px) {
  .breadcrumb-wrapper {
    position: relative;
  }
  .breadcrumb-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    width: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.85+72,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 72%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
  }
}

#breadcrumb {
  background-color: #FFFFFF;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  z-index: 1001;
  overflow: auto;
  height: 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #breadcrumb {
    padding-right: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 60px;
    width: calc(100% + 40px);
  }
  #breadcrumb .breadcrumb_last {
    padding-right: 25px;
  }
}
#breadcrumb span {
  font-family: "c+", Sans-Serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 22px;
  white-space: nowrap;
  max-width: 100%;
  transition: all 0.2s ease;
}
#breadcrumb a {
  font-family: "c+", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  transition: all 0.2s ease;
}
#breadcrumb a span {
  font-weight: 400;
}
#breadcrumb a:after {
  content: "";
  width: 12px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  background: #000;
  margin: 0 6px;
  position: relative;
  top: -1px;
  right: -2px;
}
#breadcrumb a:hover span {
  color: #1a5a9f;
}
#listing #breadcrumb, .page-listing #breadcrumb {
  background-color: transparent;
  height: auto;
}
#listing #breadcrumb span, #listing #breadcrumb a, .page-listing #breadcrumb span, .page-listing #breadcrumb a {
  color: #FFFFFF;
}
#listing #breadcrumb a:after, .page-listing #breadcrumb a:after {
  background-color: #FFFFFF;
}

figcaption {
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 50%;
  left: 10px;
  line-height: 20px;
  font-size: 13px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transform: rotate(-90deg);
  transform-origin: top left;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "c+", Sans-Serif;
}

.gradient-bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+27,0.85+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#d9000000", GradientType=0); /* IE6-9 */
}

.tooltip {
  position: relative;
  display: inline-block;
  z-index: 10000000000000000000;
  transition: visibility 0.3s ease;
  color: #FFFFFF;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  color: #FFFFFF !important;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  top: 80%;
  left: 50%;
  margin-left: -60px;
  background-color: #1a5a9f;
  text-align: center;
  padding: 8px 0px 10px;
  border-radius: 8px;
  font-family: "c+", Sans-Serif;
  font-size: 1em;
  font-weight: 400;
  color: #FFFFFF !important;
  line-height: 1em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  transition: visibility 0.1s ease-in-out;
}
.no-hover .tooltip .tooltiptext {
  display: none;
}
.tooltip .tooltiptext:after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #1a5a9f transparent;
}

.slick-carousel {
  height: 100%;
}
.slick-carousel .slick-list {
  height: 100%;
}
.slick-carousel .slick-list .slick-track {
  height: 100%;
}
.slick-carousel .slick-list .slick-track .slick-slide {
  height: 100%;
}
.slick-carousel .item {
  position: relative;
  height: 100%;
}

.slick-dots {
  max-width: 1280px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .slick-dots {
    max-width: 1520px;
  }
}
@media screen and (max-width: 1360px) {
  .slick-dots {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 599px) {
  .slick-dots {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  padding: 0;
}
.slick-dots li:before {
  content: none;
}
.slick-dots li.slick-active button:after {
  background: #1a5a9f;
}
.slick-dots li button {
  width: 100px;
  height: 1px;
  background: transparent;
  cursor: pointer;
  display: block;
  border: none;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 7px 0;
  transition: all 0.2s ease;
}
.slick-dots li button:after {
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  display: block;
}
.slick-dots li button:hover:after, .slick-dots li button:focus:after, .slick-dots li button:active:after {
  background: rgba(26, 90, 159, 0.5);
}

.slick-prev, .slick-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  padding: 0;
  line-height: 0;
  border: none;
  outline: none;
  overflow: visible;
  transition: all 0.2s ease;
}
.slick-prev:hover, .slick-prev:focus, .slick-prev:active, .slick-next:hover, .slick-next:focus, .slick-next:active {
  cursor: pointer;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-prev:active:before, .slick-next:hover:before, .slick-next:focus:before, .slick-next:active:before {
  color: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .slick-prev, .slick-next {
    width: 10px;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\e901";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  color: #FFFFFF;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
  left: 5px;
  z-index: 10000;
  transition: all 0.2s ease;
}
@media screen and (max-width: 599px) {
  .slick-prev:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\e901";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  color: #FFFFFF;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 10000;
  transition: all 0.2s ease;
}
@media screen and (max-width: 599px) {
  .slick-next:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

.fichier-inline {
  display: block;
  padding: 15px 50px 15px 30px;
  background-color: #d8e0e7;
  margin-bottom: 20px;
}
.fichier-inline:after {
  content: "🌒";
  font-family: "icomoon";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 24px;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.fichier-inline:hover:after, .fichier-inline:focus:after, .fichier-inline:active:after {
  transform: translate3d(0, calc(-50% + 5px), 0);
}
.fichier-inline .date {
  font-size: 13px;
  line-height: 23px;
}

#listing header {
  margin-bottom: 0 !important;
}
#listing footer {
  margin-top: 0;
}

.wrapper-content-page {
  max-width: 100%;
  position: relative;
  clear: both;
}
.wrapper-content-page .resultats {
  font-size: 15px;
}
.wrapper-content-page .voircarte {
  padding: 15px 20px;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0px 11px 20px 0px #ededed;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 999;
  background-color: #FFFFFF;
  background-color: #ff4141 !important;
}
.wrapper-content-page .voircarte span {
  color: #1a5a9f;
  height: 20px;
  padding-right: 20px;
  transform: translate3d(0, 0, 0);
}
.wrapper-content-page .wrapper-map {
  z-index: 1000;
  height: calc(100vh - 90px);
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 500px;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
@media screen and (max-width: 980px) {
  .wrapper-content-page .wrapper-map {
    margin-top: 0;
  }
}
.wrapper-content-page .wrapper-map.full {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  max-width: 80% !important;
}
.wrapper-content-page .wrapper-map .icon-cross {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFFFFF;
  font-size: 25px;
  z-index: 1001;
  cursor: pointer;
}
.wrapper-content-page .wrapper-map .icon-cross:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -20px;
  width: 220px;
  height: 220px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,0.35+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#59000000", GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
@media screen and (max-width: 980px) {
  .wrapper-content-page .wrapper-map {
    position: fixed !important;
    top: 90px !important;
    bottom: 0;
    max-width: 0 !important;
    height: calc(100% - 90px);
  }
}
.wrapper-content-page .wrapper-map.visible {
  max-width: 100% !important;
}
@media screen and (max-width: 980px) {
  .wrapper-content-page .wrapper-map.visible .icon-cross {
    display: block;
  }
}
.wrapper-content-page .wrapper-map .wrapper-sticky {
  height: 100%;
}
.wrapper-content-page .wrapper-map .wrapper-sticky .maps {
  height: 100%;
}
.wrapper-content-page .wrapper-map .wrapper-sticky .maps:after {
  content: "";
  top: 0;
  right: 0;
}
.wrapper-content-page .wrapper-map .expand {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 500;
  height: 40px;
  width: 40px;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-content-page .wrapper-map .expand span {
  transform: translate3d(0, 0, 0) rotate(-135deg);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  color: #000;
  font-size: 17px;
}
.wrapper-content-page .wrapper-map .expand.expanded {
  animation: pulse 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.wrapper-content-page .wrapper-map .expand.expanded span {
  transform: translate3d(0, 0, 0) rotate(0deg);
}
@media screen and (max-width: 980px) {
  .wrapper-content-page .wrapper-map .expand {
    display: none;
  }
}
.wrapper-content-page .wrapper-map .add-fav {
  display: none;
}
.wrapper-content-page .wrapper-map .infos {
  padding: 10px;
  height: auto;
}
.wrapper-content-page .wrapper-map .infos .rate {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-top: 10px;
}
.wrapper-content-page .wrapper-map .infos .rate span {
  padding: 0 2px;
  font-size: 11px;
}
.wrapper-content-page .wrapper-map .infos .rate span:first-child {
  padding-left: 10px;
}
.wrapper-content-page .wrapper-map .infos h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0;
}
.wrapper-content-page .wrapper-map .infos .lien {
  width: calc(100% - 40px);
  bottom: 20px;
  left: 20px;
  color: #727272;
  font-size: 15px;
}
.wrapper-content-page .wrapper-map .infos .lien:after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 14px;
  right: 25px;
  position: absolute;
  color: #000;
  transform: translate3d(0, 0, 0);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.wrapper-content-page .wrapper-listing {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 980px) {
  .wrapper-content-page .wrapper-listing {
    width: 100% !important;
  }
}
.wrapper-content-page .wrapper-listing .filtres {
  height: 90px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.wrapper-content-page .wrapper-listing .filtres .dropdown > a {
  font-size: 15px;
  color: #727272;
  text-decoration: underline;
}
.wrapper-content-page .wrapper-listing .listing {
  width: 100%;
  min-height: 500px;
  padding: 40px 10px 40px 30px;
}
@media screen and (max-width: 980px) {
  .wrapper-content-page .wrapper-listing .listing {
    padding: 40px 10px;
  }
}
.wrapper-content-page .wrapper-listing .pagination {
  height: 90px;
  width: 100%;
  border-top: 1px solid #cccccc;
}
.wrapper-content-page.sit .wrapper-map {
  max-width: 370px;
}
@media screen and (min-width: 1600px) {
  .wrapper-content-page.sit .wrapper-map {
    max-width: 25%;
  }
}
.wrapper-content-page.sit .wrapper-listing {
  width: calc(100% - 370px);
}
@media screen and (min-width: 1600px) {
  .wrapper-content-page.sit .wrapper-listing {
    width: 75%;
  }
}
.wrapper-content-page.circuits .wrapper-map {
  max-width: 0;
}
@media screen and (min-width: 1600px) {
  .wrapper-content-page.circuits .wrapper-map {
    max-width: 0;
  }
}
.wrapper-content-page.circuits .wrapper-map.visible {
  max-width: 80% !important;
}
@media screen and (max-width: 599px) {
  .wrapper-content-page.circuits .wrapper-map.visible {
    max-width: 100% !important;
  }
}
.wrapper-content-page.circuits .wrapper-map.visible .icon-cross {
  display: block;
}
.wrapper-content-page.circuits .wrapper-map .leaflet-popup-content .duree {
  padding: 5px 10px;
  color: #727272;
}
.wrapper-content-page.circuits .wrapper-map .leaflet-popup-content .prix {
  padding: 5px 10px 0;
  color: #727272;
}
.wrapper-content-page.circuits .wrapper-map .leaflet-popup-content .infos {
  padding: 0 10px 5px;
}
.wrapper-content-page.circuits .wrapper-map .leaflet-popup-content .infos .type {
  color: #727272;
}
.wrapper-content-page.circuits .wrapper-map .leaflet-popup-content .icon-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.wrapper-content-page.circuits .wrapper-map .leaflet-popup-content .add-fav {
  display: none;
}
.wrapper-content-page.circuits .wrapper-map .leaflet-popup-content figure img {
  width: 100%;
  height: auto;
}
.wrapper-content-page.circuits .wrapper-map .leaflet-popup .leaflet-popup-close-button {
  top: 0;
}
.wrapper-content-page.circuits .wrapper-listing {
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .wrapper-content-page.circuits .wrapper-listing {
    width: 100%;
  }
}

.add-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 26px;
  color: #FFFFFF;
  z-index: 1;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transform: translate3d(0, 0, 0);
}
.add-fav:hover {
  transform: scale(1.1) translate3d(0, 0, 0);
  color: #ff4141;
}

.hotel, .retaurant, .activite, .card-sit {
  width: calc(33% - 20px);
  min-height: 381px;
  height: auto;
  margin: 10px;
  float: left;
  position: relative;
  background-color: #F5F5F5;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.hotel .hotel-link figure, .hotel .retaurant-link figure, .hotel .activite-link figure, .retaurant .hotel-link figure, .retaurant .retaurant-link figure, .retaurant .activite-link figure, .activite .hotel-link figure, .activite .retaurant-link figure, .activite .activite-link figure, .card-sit .hotel-link figure, .card-sit .retaurant-link figure, .card-sit .activite-link figure {
  overflow: hidden;
}
.hotel .hotel-link figure img, .hotel .retaurant-link figure img, .hotel .activite-link figure img, .retaurant .hotel-link figure img, .retaurant .retaurant-link figure img, .retaurant .activite-link figure img, .activite .hotel-link figure img, .activite .retaurant-link figure img, .activite .activite-link figure img, .card-sit .hotel-link figure img, .card-sit .retaurant-link figure img, .card-sit .activite-link figure img {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.listing-sit .hotel .hotel-link figure, .listing-sit .hotel .retaurant-link figure, .listing-sit .hotel .activite-link figure, .listing-sit .retaurant .hotel-link figure, .listing-sit .retaurant .retaurant-link figure, .listing-sit .retaurant .activite-link figure, .listing-sit .activite .hotel-link figure, .listing-sit .activite .retaurant-link figure, .listing-sit .activite .activite-link figure, .listing-sit .card-sit .hotel-link figure, .listing-sit .card-sit .retaurant-link figure, .listing-sit .card-sit .activite-link figure {
  height: 210px;
  overflow: hidden;
  position: relative;
  -o-object-fit: none;
     object-fit: none;
  width: auto;
}
.listing-sit .hotel .hotel-link figure img, .listing-sit .hotel .retaurant-link figure img, .listing-sit .hotel .activite-link figure img, .listing-sit .retaurant .hotel-link figure img, .listing-sit .retaurant .retaurant-link figure img, .listing-sit .retaurant .activite-link figure img, .listing-sit .activite .hotel-link figure img, .listing-sit .activite .retaurant-link figure img, .listing-sit .activite .activite-link figure img, .listing-sit .card-sit .hotel-link figure img, .listing-sit .card-sit .retaurant-link figure img, .listing-sit .card-sit .activite-link figure img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 210px;
  width: auto;
}
.hotel .hotel-link .infos, .hotel .retaurant-link .infos, .hotel .activite-link .infos, .retaurant .hotel-link .infos, .retaurant .retaurant-link .infos, .retaurant .activite-link .infos, .activite .hotel-link .infos, .activite .retaurant-link .infos, .activite .activite-link .infos, .card-sit .hotel-link .infos, .card-sit .retaurant-link .infos, .card-sit .activite-link .infos {
  padding: 20px 20px 50px;
}
.hotel .hotel-link .infos .rate, .hotel .retaurant-link .infos .rate, .hotel .activite-link .infos .rate, .retaurant .hotel-link .infos .rate, .retaurant .retaurant-link .infos .rate, .retaurant .activite-link .infos .rate, .activite .hotel-link .infos .rate, .activite .retaurant-link .infos .rate, .activite .activite-link .infos .rate, .card-sit .hotel-link .infos .rate, .card-sit .retaurant-link .infos .rate, .card-sit .activite-link .infos .rate {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.hotel .hotel-link .infos .rate span, .hotel .retaurant-link .infos .rate span, .hotel .activite-link .infos .rate span, .retaurant .hotel-link .infos .rate span, .retaurant .retaurant-link .infos .rate span, .retaurant .activite-link .infos .rate span, .activite .hotel-link .infos .rate span, .activite .retaurant-link .infos .rate span, .activite .activite-link .infos .rate span, .card-sit .hotel-link .infos .rate span, .card-sit .retaurant-link .infos .rate span, .card-sit .activite-link .infos .rate span {
  padding: 0 2px;
  font-size: 11px;
}
.hotel .hotel-link .infos .rate span:first-child, .hotel .retaurant-link .infos .rate span:first-child, .hotel .activite-link .infos .rate span:first-child, .retaurant .hotel-link .infos .rate span:first-child, .retaurant .retaurant-link .infos .rate span:first-child, .retaurant .activite-link .infos .rate span:first-child, .activite .hotel-link .infos .rate span:first-child, .activite .retaurant-link .infos .rate span:first-child, .activite .activite-link .infos .rate span:first-child, .card-sit .hotel-link .infos .rate span:first-child, .card-sit .retaurant-link .infos .rate span:first-child, .card-sit .activite-link .infos .rate span:first-child {
  padding-left: 10px;
}
.hotel .hotel-link .infos .event-date, .hotel .retaurant-link .infos .event-date, .hotel .activite-link .infos .event-date, .retaurant .hotel-link .infos .event-date, .retaurant .retaurant-link .infos .event-date, .retaurant .activite-link .infos .event-date, .activite .hotel-link .infos .event-date, .activite .retaurant-link .infos .event-date, .activite .activite-link .infos .event-date, .card-sit .hotel-link .infos .event-date, .card-sit .retaurant-link .infos .event-date, .card-sit .activite-link .infos .event-date {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 17px;
  color: #727272;
}
.hotel .hotel-link .infos h3, .hotel .retaurant-link .infos h3, .hotel .activite-link .infos h3, .retaurant .hotel-link .infos h3, .retaurant .retaurant-link .infos h3, .retaurant .activite-link .infos h3, .activite .hotel-link .infos h3, .activite .retaurant-link .infos h3, .activite .activite-link .infos h3, .card-sit .hotel-link .infos h3, .card-sit .retaurant-link .infos h3, .card-sit .activite-link .infos h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 15px 0;
}
.hotel .hotel-link .infos .lien, .hotel .retaurant-link .infos .lien, .hotel .activite-link .infos .lien, .retaurant .hotel-link .infos .lien, .retaurant .retaurant-link .infos .lien, .retaurant .activite-link .infos .lien, .activite .hotel-link .infos .lien, .activite .retaurant-link .infos .lien, .activite .activite-link .infos .lien, .card-sit .hotel-link .infos .lien, .card-sit .retaurant-link .infos .lien, .card-sit .activite-link .infos .lien {
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  bottom: 20px;
  left: 20px;
  color: #727272;
  font-size: 15px;
}
.hotel .hotel-link .infos .lien b, .hotel .retaurant-link .infos .lien b, .hotel .activite-link .infos .lien b, .retaurant .hotel-link .infos .lien b, .retaurant .retaurant-link .infos .lien b, .retaurant .activite-link .infos .lien b, .activite .hotel-link .infos .lien b, .activite .retaurant-link .infos .lien b, .activite .activite-link .infos .lien b, .card-sit .hotel-link .infos .lien b, .card-sit .retaurant-link .infos .lien b, .card-sit .activite-link .infos .lien b {
  display: block;
  margin-top: 5px;
}
.hotel .hotel-link .infos .lien:after, .hotel .retaurant-link .infos .lien:after, .hotel .activite-link .infos .lien:after, .retaurant .hotel-link .infos .lien:after, .retaurant .retaurant-link .infos .lien:after, .retaurant .activite-link .infos .lien:after, .activite .hotel-link .infos .lien:after, .activite .retaurant-link .infos .lien:after, .activite .activite-link .infos .lien:after, .card-sit .hotel-link .infos .lien:after, .card-sit .retaurant-link .infos .lien:after, .card-sit .activite-link .infos .lien:after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 14px;
  right: 0;
  bottom: 0;
  position: absolute;
  color: #000;
  transform: translate3d(0, 0, 0);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.hotel .hotel-link:hover img, .hotel .hotel-link:focus img, .hotel .hotel-link:active img, .hotel .retaurant-link:hover img, .hotel .retaurant-link:focus img, .hotel .retaurant-link:active img, .hotel .activite-link:hover img, .hotel .activite-link:focus img, .hotel .activite-link:active img, .retaurant .hotel-link:hover img, .retaurant .hotel-link:focus img, .retaurant .hotel-link:active img, .retaurant .retaurant-link:hover img, .retaurant .retaurant-link:focus img, .retaurant .retaurant-link:active img, .retaurant .activite-link:hover img, .retaurant .activite-link:focus img, .retaurant .activite-link:active img, .activite .hotel-link:hover img, .activite .hotel-link:focus img, .activite .hotel-link:active img, .activite .retaurant-link:hover img, .activite .retaurant-link:focus img, .activite .retaurant-link:active img, .activite .activite-link:hover img, .activite .activite-link:focus img, .activite .activite-link:active img, .card-sit .hotel-link:hover img, .card-sit .hotel-link:focus img, .card-sit .hotel-link:active img, .card-sit .retaurant-link:hover img, .card-sit .retaurant-link:focus img, .card-sit .retaurant-link:active img, .card-sit .activite-link:hover img, .card-sit .activite-link:focus img, .card-sit .activite-link:active img {
  transform: scale(1.05) translate3d(0, 0, 0);
}
.hotel .hotel-link:hover .lien:after, .hotel .hotel-link:focus .lien:after, .hotel .hotel-link:active .lien:after, .hotel .retaurant-link:hover .lien:after, .hotel .retaurant-link:focus .lien:after, .hotel .retaurant-link:active .lien:after, .hotel .activite-link:hover .lien:after, .hotel .activite-link:focus .lien:after, .hotel .activite-link:active .lien:after, .retaurant .hotel-link:hover .lien:after, .retaurant .hotel-link:focus .lien:after, .retaurant .hotel-link:active .lien:after, .retaurant .retaurant-link:hover .lien:after, .retaurant .retaurant-link:focus .lien:after, .retaurant .retaurant-link:active .lien:after, .retaurant .activite-link:hover .lien:after, .retaurant .activite-link:focus .lien:after, .retaurant .activite-link:active .lien:after, .activite .hotel-link:hover .lien:after, .activite .hotel-link:focus .lien:after, .activite .hotel-link:active .lien:after, .activite .retaurant-link:hover .lien:after, .activite .retaurant-link:focus .lien:after, .activite .retaurant-link:active .lien:after, .activite .activite-link:hover .lien:after, .activite .activite-link:focus .lien:after, .activite .activite-link:active .lien:after, .card-sit .hotel-link:hover .lien:after, .card-sit .hotel-link:focus .lien:after, .card-sit .hotel-link:active .lien:after, .card-sit .retaurant-link:hover .lien:after, .card-sit .retaurant-link:focus .lien:after, .card-sit .retaurant-link:active .lien:after, .card-sit .activite-link:hover .lien:after, .card-sit .activite-link:focus .lien:after, .card-sit .activite-link:active .lien:after {
  transform: translate3d(-10px, 0, 0);
}
.hotel .no-photo, .retaurant .no-photo, .activite .no-photo, .card-sit .no-photo {
  height: 210px;
}
@media screen and (min-width: 1600px) {
  .hotel, .retaurant, .activite, .card-sit {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .hotel, .retaurant, .activite, .card-sit {
    idth: calc(33% - 20px);
  }
}
@media screen and (max-width: 450px) {
  .hotel, .retaurant, .activite, .card-sit {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 981px) {
  .hotel, .retaurant, .activite, .card-sit {
    width: calc(50% - 20px);
  }
}
.hotel:hover, .retaurant:hover, .activite:hover, .card-sit:hover {
  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.35);
  background-color: #FFFFFF;
}

.circuit, .list-edito {
  width: calc(33% - 20px);
  margin: 10px;
  float: left;
  position: relative;
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.circuit:before, .list-edito:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 70.4663212435%;
}
.circuit > .content, .circuit > .wrapper, .list-edito > .content, .list-edito > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.circuit > *:first-child, .list-edito > *:first-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 980px) {
  .circuit, .list-edito {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .circuit, .list-edito {
    width: calc(100% - 20px);
  }
}
.circuit figure, .list-edito figure {
  overflow: hidden;
  height: 100%;
}
.circuit figure img, .list-edito figure img {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transform: translate3d(0, 0, 0);
  height: 100%;
  width: auto;
}
.circuit .prix, .circuit .duree, .list-edito .prix, .list-edito .duree {
  color: #FFFFFF;
  font-size: 15px;
}
.circuit .prix span, .circuit .duree span, .list-edito .prix span, .list-edito .duree span {
  margin-top: 10px;
  display: block;
  font-size: 30px;
}
.circuit .prix, .list-edito .prix {
  position: absolute;
  top: 20px;
  left: 20px;
}
.circuit .duree, .list-edito .duree {
  position: absolute;
  top: 20px;
  right: 20px;
}
.circuit .infos, .list-edito .infos {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: calc(100% - 85px);
}
.circuit .infos .type, .list-edito .infos .type {
  color: #FFFFFF;
  font-size: 15px;
}
.circuit .infos h3, .list-edito .infos h3 {
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 20px;
  font-size: 20px;
  line-height: 25px;
}
.circuit .add-fav, .list-edito .add-fav {
  bottom: 70px;
  top: auto;
  right: 20px;
}
.circuit .icon-arrow, .list-edito .icon-arrow {
  position: absolute;
  bottom: 30px;
  right: 28px;
  font-size: 15px;
  color: #FFFFFF;
  transform: translate3d(0, 0, 0);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.circuit:hover img, .circuit:active img, .circuit:focus img, .list-edito:hover img, .list-edito:active img, .list-edito:focus img {
  transform: scale(1.05) translate3d(0, 0, 0);
  opacity: 0.5;
}
.circuit:hover .icon-arrow, .circuit:active .icon-arrow, .circuit:focus .icon-arrow, .list-edito:hover .icon-arrow, .list-edito:active .icon-arrow, .list-edito:focus .icon-arrow {
  transform: translate3d(-10px, 0, 0);
}
@media screen and (min-width: 1600px) {
  .circuit, .list-edito {
    width: calc(25% - 20px);
  }
}

.list-edito .italic {
  font-family: "brownhill", Sans-Serif;
  font-size: 35px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 35px;
}

.pagination {
  min-height: 90px;
  border-top: 1px solid #cccccc;
  display: flex;
  align-items: center;
}
.pagination > div {
  width: 100%;
  padding: 0 30px 0 40px;
}
@media screen and (max-width: 980px) {
  .pagination > div {
    padding: 0 30px 0 20px;
  }
}
.pagination > div .prev span, .pagination > div .next span {
  font-size: 12px;
  color: #1a5a9f;
}
.pagination > div .prev {
  float: left;
  padding-left: 20px;
  transform: rotate(180deg);
}
.pagination > div .next {
  float: right;
  padding-left: 20px;
}
.pagination > div .pagination-number {
  float: right;
  height: 20px;
}
.pagination > div .pagination-number a {
  font-size: 13px;
  font-weight: 500;
  padding-right: 20px;
  position: relative;
  color: #000;
}
.pagination > div .pagination-number a.active {
  font-weight: 700;
}
.pagination > div .pagination-number a:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #000;
}
.pagination > div .pagination-number a:last-child {
  padding-right: 0;
}
.pagination > div .pagination-number a:last-child:after {
  content: none;
}
.pagination > div .pagination-number a:hover, .pagination > div .pagination-number a:active, .pagination > div .pagination-number a:focus {
  color: #1a5a9f;
}
.pagination > div .pagination-number span {
  padding-right: 5px;
}

.filtres {
  padding-left: 40px;
  padding-right: 10px;
}
.filtres .form-acces {
  float: left;
  height: 100%;
}
.filtres .form-acces > div {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: left;
}
.filtres .form-acces > div span {
  padding-left: 0;
  cursor: pointer;
  font-size: 15px;
  border-bottom: 1px solid #000;
}
.filtres .form-acces > div form {
  margin-left: 40px;
}
.filtres .form-acces > div form input {
  width: 190px;
  border: 1px solid rgba(60, 60, 59, 0.4);
  height: 50px;
  padding-left: 20px;
  font-size: 13px;
}
.filtres .right-filters {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
}
.filtres .right-filters .resultats {
  margin-right: 20px;
}
.filtres .right-filters .voircarte {
  margin-right: 20px;
}
.sit .filtres .right-filters .voircarte {
  display: none;
}
@media screen and (max-width: 980px) {
  .sit .filtres .right-filters .voircarte {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .filtres .right-filters .voircarte {
    margin-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .filtres .right-filters .voircarte {
    margin-right: 10px;
  }
}
.filtres .dropdown {
  position: relative;
  display: inline-block;
}
.filtres .dropdown a {
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
}
.filtres .dropdown a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  height: 2px;
  width: 100%;
  max-width: 0;
  background-color: #1a5a9f;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.filtres .dropdown ul {
  position: absolute;
  background-color: #FFFFFF;
  padding: 20px 25px;
  z-index: 1;
  height: auto;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.filtres .dropdown ul li {
  min-width: 150px;
  padding: 5px 0;
}
.filtres .dropdown ul li input {
  display: none;
}
.filtres .dropdown ul li input:checked + label {
  color: #1a5a9f;
}
.filtres .dropdown ul li label {
  transition: all 0.2s ease;
  cursor: pointer;
}
.filtres .dropdown.open a:after {
  max-width: 100%;
}
.filtres .dropdown.open ul {
  opacity: 1;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
@media screen and (max-width: 980px) {
  .filtres {
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .filtres {
    height: 180px !important;
  }
  .filtres > div {
    float: none !important;
    width: 100%;
    height: 90px !important;
  }
}

.list-article, .pdf, .communique {
  background-color: #F5F5F5;
}
.list-article a, .pdf a, .communique a {
  padding: 20px 20px 30px;
  position: relative;
  display: block;
  height: calc(100% - 50px);
}
.list-article a:hover .icon-arrow, .pdf a:hover .icon-arrow, .communique a:hover .icon-arrow {
  transform: translate3d(-10px, 0, 0);
}
.list-article .type, .pdf .type, .communique .type {
  font-size: 15px;
  color: #727272;
}
.list-article h3, .pdf h3, .communique h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0;
}
.list-article .icon-arrow, .pdf .icon-arrow, .communique .icon-arrow {
  font-size: 14px;
  bottom: 30px;
  right: 30px;
  position: absolute;
  color: #000;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

#overlay-facette {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  width: 75%;
  min-height: 100vh;
  max-width: 0px;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 100001;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 10px 0px 40px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
}
#overlay-facette.open {
  max-width: 75%;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  #overlay-facette {
    width: 100%;
  }
  #overlay-facette.open {
    max-width: 100%;
    opacity: 1;
  }
}
#overlay-facette .close-facettes {
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 22px;
  cursor: pointer;
}
#overlay-facette .top {
  height: 90px;
  border-bottom: 1px solid rgba(60, 60, 59, 0.4);
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
}
#overlay-facette .top span {
  font-size: 30px;
  line-height: 40px;
}
#overlay-facette .top a {
  font-size: 15px;
  color: #727272;
  text-decoration: underline;
}
#overlay-facette .facettes-container {
  width: calc(100% - 30px);
  padding: 60px 15px 30px;
}
#overlay-facette .facettes-container p {
  margin: 14px 0 30px;
}
#overlay-facette .facettes-container form > div {
  margin: 15px 15px 30px;
  width: calc(50% - 30px);
  float: left;
}
@media screen and (max-width: 1600px) {
  #overlay-facette .facettes-container form > div:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1600px) {
  #overlay-facette .facettes-container form > div {
    width: calc(33% - 30px);
  }
  #overlay-facette .facettes-container form > div:nth-child(3n+1) {
    clear: left;
  }
}
#overlay-facette .facettes-container form > div p {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 25px;
}
#overlay-facette .facettes-container form > div ul li {
  padding: 5px 0;
  font-size: 15px;
}
#overlay-facette .facettes-container form > div ul li label {
  font-size: 15px;
  color: #727272;
}
#overlay-facette .facettes-container form > div ul li label input[type=checkbox] {
  position: absolute;
}
#overlay-facette .facettes-container form > div ul li label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
#overlay-facette .facettes-container form > div ul li label select *, #overlay-facette .facettes-container form > div ul li label .selectric * {
  color: #727272;
}
#overlay-facette .facettes-container form > div ul li label span:first-of-type {
  padding-right: 35px;
}
#overlay-facette .facettes-container form > div ul li label span:first-of-type:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  border: 1px solid #cccccc;
  background: #FFFFFF;
}
#overlay-facette .facettes-container form > div ul li label span:first-of-type:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  opacity: 0;
  left: 3px;
  top: 8px;
  z-index: 1;
  background: #FFFFFF;
  background-color: #1a5a9f;
  transition: all 0.2s ease;
}
#overlay-facette .facettes-container form > div ul li label span.icon-star {
  padding-right: 5px;
}
@media screen and (max-width: 980px) {
  #overlay-facette .facettes-container form > div {
    width: 100%;
    margin: 15px 0 0;
  }
}
#overlay-facette .facettes-container form > div .date > label {
  position: relative;
  margin-bottom: 30px;
}
#overlay-facette .facettes-container form > div .date > label input {
  position: relative;
  width: calc(50% - 16px);
  border: none;
  border-bottom: 2px solid #1a5a9f;
  cursor: pointer;
  padding: 5px 0;
  margin-right: 10px;
  background-color: transparent;
}
@media screen and (max-width: 360px) {
  #overlay-facette .facettes-container form > div .date > label input {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  #overlay-facette .facettes-container form > div .date > label {
    display: block;
  }
}
#overlay-facette .facettes-container form > div .date > label:before {
  position: absolute;
  content: "\e91b";
  font-family: "icomoon";
  right: 14px;
  top: 0;
  font-size: 16px;
  color: #727272;
}
@media screen and (max-width: 360px) {
  #overlay-facette .facettes-container form > div .date > label:before {
    right: 0;
  }
}
#overlay-facette .facettes-container .classement {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  #overlay-facette .facettes-container .classement {
    margin-top: 20px;
  }
}
#overlay-facette .facettes-container .classement input {
  display: none !important;
}
#overlay-facette .facettes-container .classement-chk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#overlay-facette .facettes-container .classement-chk:not(:last-child) {
  margin-bottom: 10px;
}
#overlay-facette .facettes-container .classement label {
  display: block;
  position: static;
  font-size: 1.125rem;
  cursor: pointer;
  overflow: visible;
}
#overlay-facette .facettes-container .classement label span, #overlay-facette .facettes-container .classement label span:before {
  color: rgba(0, 0, 0, 0.2);
}
#overlay-facette .facettes-container .classement input:checked + label span.icon-star:before {
  color: #FC960C;
}
#overlay-facette .facettes-container .classement input:checked + label span.icon-ico-cle:before {
  color: #1a5a9f;
}
#overlay-facette .facettes-container .classement input:checked + label span.icon-ico-epis:before {
  color: #1a5a9f;
}
#overlay-facette .facettes-container .classement input:checked + label span.icon-ico-fleur:before {
  color: #1a5a9f;
}
#overlay-facette .facettes-container .classement input:not(:checked):hover + label span.icon-star:before {
  color: rgba(252, 150, 12, 0.7);
}
#overlay-facette .facettes-container .classement input:not(:checked):hover + label span.icon-ico-cle:before {
  color: rgba(26, 90, 159, 0.7);
}
#overlay-facette .facettes-container .classement input:not(:checked):hover + label span.icon-ico-epis:before {
  color: rgba(26, 90, 159, 0.7);
}
#overlay-facette .facettes-container .classement input:not(:checked):hover + label span.icon-ico-fleur:before {
  color: rgba(26, 90, 159, 0.7);
}
#overlay-facette .facettes-container .classement .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: auto;
}
#overlay-facette .facettes-container .classement .icon-ico-close {
  color: #1a5a9f;
  font-size: 1rem;
  margin-right: 10px;
}
body:not(.no-hover) #overlay-facette .facettes-container .classement .icon-ico-close:hover, body:not(.no-hover) #overlay-facette .facettes-container .classement .icon-ico-close:focus {
  color: #1a5a9f;
}
#overlay-facette .facettes-container button {
  float: left;
  clear: left;
  font-family: "c+", Sans-Serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 25px;
  padding: 6px 30px;
  border: 1px solid #727272;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  margin-bottom: 50px;
  display: inline-block;
  background-color: transparent;
  margin-left: 15px;
}
#overlay-facette .facettes-container button:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  max-width: 0;
  background-color: #1a5a9f;
  z-index: -1;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
#overlay-facette .facettes-container button:hover {
  color: #FFFFFF;
}
#overlay-facette .facettes-container button:hover:before {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  #overlay-facette .facettes-container button {
    margin-left: 0;
  }
}
form#facette .hide-facette {
  display: none;
}
@media screen and (max-width: 599px) {
  form#facette .hide-facette {
    display: block;
  }
}

.leaflet-popup-content .hotel, .leaflet-popup-content .retaurant, .leaflet-popup-content .activite, .leaflet-popup-content .card-sit {
  width: 100% !important;
}

.barre-filtres {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 9000;
  margin-top: 120px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}
.barre-filtres .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.barre-filtres__left {
  display: flex;
  align-items: center;
}
.barre-filtres .btn-map {
  font-family: "c+", Sans-Serif;
  font-size: 13px;
  font-weight: 400;
  color: #3c3c3b;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  min-width: 100px;
  padding: 15px 24px;
  border: initial;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 980px) {
  .barre-filtres .btn-map {
    padding: 15px 15px;
    min-width: initial;
  }
  .barre-filtres .btn-map .text {
    display: none;
  }
}
.barre-filtres .btn-map .icon {
  font-size: 20px;
  color: #1a5a9f;
  transition: all 0.2s ease;
}
@media screen and (min-width: 980px) {
  .barre-filtres .btn-map .icon {
    margin-right: 20px;
  }
}
.barre-filtres .btn-map:hover {
  color: #FFFFFF;
  background-color: #1a5a9f;
}
.barre-filtres .btn-map:hover .icon {
  color: #FFFFFF;
}
.listing-sit + .barre-filtres .btn-map {
  display: none;
}
@media screen and (max-width: 980px) {
  .listing-sit + .barre-filtres .btn-map {
    display: inline-flex;
  }
}
.barre-filtres .btn-map + .resultats {
  margin-left: 20px;
}
@media screen and (max-width: 980px) {
  .barre-filtres .btn-map + .resultats {
    margin-left: 10px;
  }
}
.barre-filtres .resultats {
  padding-right: 20px;
  font-size: 13px;
  color: #3c3c3b;
}
@media screen and (max-width: 599px) {
  .barre-filtres .resultats {
    font-size: 12px;
  }
}
.barre-filtres .resultats .resultat-1,
.barre-filtres .resultats .resultat-2 {
  display: block;
}
.barre-filtres .open-facettes {
  margin-left: 30px;
  padding: 15px 0;
  font-size: 15px;
  color: #727272;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease;
}
.barre-filtres .open-facettes:hover {
  color: #1a5a9f;
}
@media screen and (max-width: 980px) {
  .barre-filtres .open-facettes {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .barre-filtres .open-facettes {
    margin-left: 0;
    padding-left: 18px;
    font-size: 14px;
  }
}
.barre-filtres__right {
  display: flex;
  align-items: center;
}
.barre-filtres__right .facette-date-outofoverlay {
  position: relative;
}
.barre-filtres__right .facette-date-outofoverlay .date-picker-wrapper {
  top: initial !important;
  bottom: -40px !important;
}
.barre-filtres__right .facette-date-outofoverlay .date-picker-wrapper .month-wrapper {
  display: flex;
}
.barre-filtres__right .facette-date-outofoverlay .date-picker-wrapper .month-wrapper table {
  width: 20%;
  float: left;
}
.barre-filtres__right .facette-date-outofoverlay .date-picker-wrapper .month-wrapper .gap {
  visibility: hidden !important;
}
.barre-filtres__right .facette-date-outofoverlay .group-dates .group-date {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .barre-filtres__right .facette-date-outofoverlay .group-dates .group-date {
    flex-direction: column;
    padding: 4px 0;
  }
}
.barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 0 0 20px;
  border: 1px solid #D8E0E7;
  transition: all 0.2s ease;
}
@media screen and (max-width: 599px) {
  .barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date {
    height: initial;
  }
}
.barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date.focus {
  background-color: #1a5a9f;
  border-color: #1a5a9f;
}
.barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date.focus .title-group,
.barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date.focus input,
.barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date.focus .icon-calendar {
  color: #FFFFFF;
}
.barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date .title-group {
  flex-shrink: 0;
  display: inline-block;
  width: auto;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.5px;
  color: black;
  border: none;
}
@media screen and (max-width: 599px) {
  .barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date .title-group {
    font-size: 12px;
  }
}
.barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date input {
  font-family: "c+", Sans-Serif;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
  font-family: "c+", Sans-Serif;
  width: 140px;
  height: 100%;
  padding: 0 50px 0 5px;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-appearance: none;
}
@media screen and (max-width: 980px) {
  .barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date input {
    width: 115px;
    padding: 0 20px 0 5px;
  }
}
@media screen and (max-width: 599px) {
  .barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date input {
    width: 105px;
    font-size: 12px;
    padding: 0 0 0 5px;
  }
}
.barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date .icon-calendar {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #1a5a9f;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date .icon-calendar {
    display: block;
    right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date:nth-child(1) {
    border-bottom: initial;
    padding: 4px 0 0 12px;
    position: static;
  }
}
@media screen and (max-width: 599px) {
  .barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date:nth-child(1) .icon-calendar {
    pointer-events: none;
  }
}
@media screen and (min-width: 599px) {
  .barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date:nth-child(2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date:nth-child(2) {
    border-top: initial;
    padding: 0 0 4px 12px;
  }
}
@media screen and (max-width: 599px) {
  .barre-filtres__right .facette-date-outofoverlay .group-dates .group-date .wrapper-date:nth-child(2) .icon-calendar {
    display: none;
  }
}
.barre-filtres__right .classement {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 0;
  line-height: 30px;
  padding-left: 20px;
  border: 1px solid #D8E0E7;
  padding-right: 20px;
}
.barre-filtres__right .classement > p {
  margin-bottom: 0;
  margin-right: 25px;
  color: #303030;
  font-family: inherit;
  font-size: 13px;
}
@media screen and (max-width: 599px) {
  .barre-filtres__right .classement {
    display: none;
  }
}
.barre-filtres__right .classement input {
  display: none !important;
}
.barre-filtres__right .classement-chk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.barre-filtres__right .classement-chk:not(:last-child) {
  margin-right: 10px;
}
.barre-filtres__right .classement label {
  display: block;
  position: static;
  font-size: 1.125rem;
  cursor: pointer;
  overflow: visible;
}
.barre-filtres__right .classement label span, .barre-filtres__right .classement label span:before {
  color: rgba(0, 0, 0, 0.2);
}
.barre-filtres__right .classement input:checked + label span.icon-star:before {
  color: #FC960C;
}
.barre-filtres__right .classement input:checked + label span.icon-ico-cle:before {
  color: #1a5a9f;
}
.barre-filtres__right .classement input:checked + label span.icon-ico-epis:before {
  color: #1a5a9f;
}
.barre-filtres__right .classement input:checked + label span.icon-ico-fleur:before {
  color: #1a5a9f;
}
.barre-filtres__right .classement input:not(:checked):hover + label span.icon-star:before {
  color: rgba(252, 150, 12, 0.7);
}
.barre-filtres__right .classement input:not(:checked):hover + label span.icon-ico-cle:before {
  color: rgba(26, 90, 159, 0.7);
}
.barre-filtres__right .classement input:not(:checked):hover + label span.icon-ico-epis:before {
  color: rgba(26, 90, 159, 0.7);
}
.barre-filtres__right .classement input:not(:checked):hover + label span.icon-ico-fleur:before {
  color: rgba(26, 90, 159, 0.7);
}
.barre-filtres__right .classement .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: auto;
}
.barre-filtres__right .classement .icon-ico-close {
  color: #1a5a9f;
  font-size: 1rem;
  margin-right: 10px;
}
body:not(.no-hover) .barre-filtres__right .classement .icon-ico-close:hover, body:not(.no-hover) .barre-filtres__right .classement .icon-ico-close:focus {
  color: #1a5a9f;
}
.barre-filtres__right .form-acces {
  height: 100%;
}
.barre-filtres__right .form-acces > div {
  display: flex;
  align-items: center;
  height: 100%;
  /*span {
      padding-left: 0;
      cursor: pointer;
      font-size: 15px;
      border-bottom: 1px solid $c_txt;
  }*/
}
.barre-filtres__right .form-acces > div form {
  margin-left: 40px;
}
.barre-filtres__right .form-acces > div form input {
  width: 190px;
  border: 1px solid rgba(60, 60, 59, 0.4);
  height: 50px;
  padding-left: 20px;
  font-size: 13px;
}
.barre-filtres .wrapper-autocomplete {
  padding-left: initial;
  display: flex;
}
.barre-filtres .wrapper-autocomplete + .wrapper-autocomplete {
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .barre-filtres .wrapper-autocomplete {
    display: none;
  }
}
.barre-filtres .wrapper-autocomplete .single {
  margin-left: 20px;
}
.barre-filtres .wrapper-autocomplete .single .selectize-input {
  height: 50px;
  min-width: 200px;
  border-radius: 0;
  line-height: 30px;
  padding-left: 20px;
}
.barre-filtres .wrapper-autocomplete .selectize-dropdown-content div[data-value=empty] {
  display: none;
}
.barre-filtres .wrapper-autocomplete .selectize-dropdown-content .option {
  cursor: pointer;
}
.barre-filtres .wrapper-autocomplete .selectize-dropdown {
  top: auto !important;
  left: -20px !important;
  bottom: 50px;
  border-top: 1px solid #d0d0d0;
}
.barre-filtres .wrapper-autocomplete .selectize-input:after {
  content: "\e91f";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin-top: -5px !important;
  border: initial;
  font-size: 11px;
  color: #000000;
}

.listing-sit-agenda {
  overflow: initial;
}
.listing-sit-agenda .facette-dates {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .listing-sit-agenda .facette-dates {
    position: absolute;
    bottom: 32px;
    right: 32px;
    left: 32px;
    margin-top: 0;
  }
}
@media screen and (max-width: 980px) {
  .listing-sit-agenda .facette-dates {
    right: 0;
    left: 0;
  }
  .listing-sit-agenda .facette-dates .group-dates {
    width: 100%;
    min-inline-size: 0;
  }
}
.listing-sit-agenda .facette-dates .group-checkbox__inner {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  font-size: 0;
}
@media screen and (max-width: 980px) {
  .listing-sit-agenda .facette-dates .group-checkbox__inner {
    overflow: auto;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 32px;
    scroll-padding: 32px;
    -webkit-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
  }
  .listing-sit-agenda .facette-dates .group-checkbox__inner:after {
    content: "";
    position: relative;
    display: block;
    width: 36px;
    height: 20px;
    opacity: 0;
    flex-shrink: 0;
  }
}
.listing-sit-agenda .facette-dates .group-checkbox__inner .facette-checkbox {
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
  scroll-snap-align: start;
}
.listing-sit-agenda .facette-dates input {
  display: none;
}
.listing-sit-agenda .facette-dates input:checked + label {
  background-color: black;
}
.listing-sit-agenda .facette-dates label {
  box-sizing: border-box;
  position: relative;
  display: block;
  background-color: #1a5a9f;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.5px;
  padding: 24px 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 599px) {
  .listing-sit-agenda .facette-dates label {
    padding: 12px 20px;
  }
}
.listing-sit-agenda .facette-dates label:last-child {
  margin-right: 0;
}
body:not(.no-hover) .listing-sit-agenda .facette-dates label:hover {
  background-color: black;
}
.listing-sit-agenda .listing {
  margin-top: 35px;
}
.listing-sit-agenda .listing .month:not(:last-child) {
  margin-bottom: 15px;
}
.listing-sit-agenda .listing .month__date {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(69, 69, 69, 0.2);
  background-color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 10;
  display: block;
}
.listing-sit-agenda .listing .month__date:before, .listing-sit-agenda .listing .month__date:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .listing-sit-agenda .listing .month__date:before, .listing-sit-agenda .listing .month__date:after {
    width: 20px;
  }
}
.listing-sit-agenda .listing .month__date:before {
  left: 0;
  transform: translateX(-100%);
}
.listing-sit-agenda .listing .month__date:after {
  right: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 599px) {
  .listing-sit-agenda .listing .month__date {
    padding-bottom: 5px;
  }
}
.listing-sit-agenda .listing .month__date time {
  font-family: "c+", Sans-Serif;
  font-size: 30px;
  font-weight: 700;
  color: #454545;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .listing-sit-agenda .listing .month__date time {
    font-size: 24px;
  }
}
.listing-sit-agenda .listing .month__results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 980px) {
  .listing-sit-agenda .listing .month__results {
    grid-template-columns: 1fr;
  }
}
.listing-sit-agenda .listing .month:hover .month__date {
  z-index: 25;
}
.listing-sit-agenda .small-header .no-photo {
  background-color: #F5F5F5;
}
.listing-sit-agenda .small-header .no-photo + .caption h1 {
  color: #1a5a9f;
}
.listing-sit-agenda .small-header .no-photo + .caption * {
  color: #000;
  text-shadow: none;
}
.listing-sit-agenda .small-header .no-photo + .caption #breadcrumb a {
  color: #000;
}
.listing-sit-agenda .small-header .no-photo + .caption #breadcrumb a:after {
  background-color: #000;
}
body:not(.no-hover) .listing-sit-agenda .small-header .no-photo + .caption #breadcrumb a:hover {
  color: #1a5a9f;
}
.listing-sit-agenda .small-header .no-photo + .caption #breadcrumb span {
  color: #000;
}

#page {
  overflow: initial !important;
}

#page {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1) !important;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.fav-open {
  overflow: hidden;
}
.fav-open #page {
  transform: translate(-530px, 0);
  transform: translate3d(-530px, 0, 0);
}
@media screen and (max-width: 980px) {
  .fav-open #page {
    transform: translate3d(0, 0, 0);
  }
}
.fav-open #page {
  box-shadow: 10px -10px 40px 0px rgba(0, 0, 0, 0.1);
}
.fav-open .panier-wrapper {
  opacity: 1;
  z-index: 999999999;
  transition: opacity 250ms linear;
  transition-delay: 500ms;
}

.panier-wrapper {
  position: fixed;
  top: 0;
  bottom: auto;
  right: 0;
  max-width: 100%;
  width: 530px;
  height: auto;
  overflow: hidden;
  opacity: 0;
  transition: opacity 250ms linear;
  z-index: 1;
}
.panier-wrapper .panier-scroller {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 40px;
  height: 1px;
  min-height: 100vh;
}
.panier-wrapper .panier-scroller:before {
  content: "";
  display: block;
  padding-top: 120px;
}
.panier-wrapper .panier-scroller:after {
  content: "";
  display: block;
  padding-bottom: 100px;
}
.panier-wrapper .fav-close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 22px;
  cursor: pointer;
}
.panier-wrapper h2 {
  font-weight: 500;
  color: #1a5a9f;
  text-align: center;
  height: 115px;
}
.panier-wrapper .panier {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: none;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.panier-wrapper .panier .favori {
  position: relative;
  display: block;
  margin-bottom: 23px;
  background-color: #F5F5F5;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.panier-wrapper .panier .favori .icon-trash {
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  background-color: #FFFFFF;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: -25px;
  right: -25px;
}
.panier-wrapper .panier .favori .icon-trash:before {
  transition: all 0.2s ease;
}
.panier-wrapper .panier .favori .icon-trash:hover:before, .panier-wrapper .panier .favori .icon-trash:focus:before, .panier-wrapper .panier .favori .icon-trash:active:before {
  color: #ff4141;
}
@media screen and (max-width: 599px) {
  .panier-wrapper .panier .favori .icon-trash {
    right: -18px;
  }
}
.panier-wrapper .panier .favori figure {
  overflow: hidden;
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}
.panier-wrapper .panier .favori figure img {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.panier-wrapper .panier .favori > div {
  width: calc(100% - 150px);
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.panier-wrapper .panier .favori > div .type {
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.panier-wrapper .panier .favori > div .type span {
  padding: 0 2px;
  font-size: 11px;
}
.panier-wrapper .panier .favori > div .type span:first-child {
  padding-left: 10px;
}
.panier-wrapper .panier .favori > div h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 25px;
}
.panier-wrapper .panier .favori > div .localisation {
  font-size: 15px;
  color: #727272;
}
.panier-wrapper .panier .favori > div .localisation:after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 14px;
  right: 20px;
  position: absolute;
  color: #000;
  transform: translate3d(0, 0, 0);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.panier-wrapper .panier .favori:hover {
  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.35);
}
.panier-wrapper .panier .favori:hover img {
  opacity: 0.5;
  transform: scale(1.05);
}
.panier-wrapper .panier .favori:hover .localisation:after {
  transform: translate3d(10px, 0, 0);
}
.panier-wrapper .panier .send-fav, .panier-wrapper .panier .filled {
  display: block;
  width: 100%;
  padding: 25px;
  padding-right: 65px;
  background-color: #FFFFFF;
  border: 1px solid #1a5a9f;
  font-size: 16px;
  text-align: left;
  color: #1a5a9f;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.panier-wrapper .panier .send-fav:after, .panier-wrapper .panier .filled:after {
  font-family: "icomoon";
  position: absolute;
  right: 25px;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.panier-wrapper .panier .send-fav.send-fav, .panier-wrapper .panier .filled.send-fav {
  margin-top: 120px;
}
.panier-wrapper .panier .send-fav.send-fav:after, .panier-wrapper .panier .filled.send-fav:after {
  content: "\e916";
}
.panier-wrapper .panier .send-fav.filled, .panier-wrapper .panier .filled.filled {
  background-color: #d8e0e7;
  border: none;
}
.panier-wrapper .panier .send-fav.filled:after, .panier-wrapper .panier .filled.filled:after {
  content: "🌒";
}
.panier-wrapper .panier .send-fav:hover, .panier-wrapper .panier .filled:hover {
  background-color: #1a5a9f;
  color: #FFFFFF;
}
.panier-wrapper .panier .send-fav:hover a, .panier-wrapper .panier .filled:hover a {
  color: #FFFFFF;
}
.panier-wrapper .panier .send-fav:hover:after, .panier-wrapper .panier .filled:hover:after {
  color: #FFFFFF;
}
.panier-wrapper .panier:not(.empty) .panier-empty {
  display: none;
}
.panier-wrapper .panier.empty > .send-fav, .panier-wrapper .panier.empty > .filled {
  display: none;
}
.panier-wrapper #panier-disabled {
  display: none;
}
.panier-wrapper.disabed #panier-disabled {
  display: block;
}
.panier-wrapper .envoyer {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: calc(100% - 240px);
  max-height: 0;
  top: 235px;
  left: 0;
  padding: 0 40px;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  background-color: #FFFFFF;
}
.panier-wrapper .envoyer form {
  position: relative;
}
.panier-wrapper .envoyer form input[type=email] {
  display: block;
  width: calc(100% - 54px);
  padding: 25px;
  font-size: 16px;
  margin-bottom: 20px;
}
.panier-wrapper .envoyer form .error {
  color: #ff4141;
}
.panier-wrapper .envoyer form .success {
  color: #1a5a9f;
}
.panier-wrapper .envoyer form .frm_checkbox {
  position: relative;
}
.panier-wrapper .envoyer form .frm_checkbox label {
  font-size: 13px;
  color: rgba(60, 60, 59, 0.4);
  vertical-align: middle;
}
.panier-wrapper .envoyer form .frm_checkbox label input[type=checkbox] {
  position: absolute;
}
.panier-wrapper .envoyer form .frm_checkbox label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.panier-wrapper .envoyer form .frm_checkbox label span {
  padding-right: 25px;
}
.panier-wrapper .envoyer form .frm_checkbox label span:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  border: 1px solid #cccccc;
  background: #FFFFFF;
}
.panier-wrapper .envoyer form .frm_checkbox label span:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  opacity: 0;
  left: 3px;
  top: 3px;
  z-index: 1;
  background: #FFFFFF;
  background-color: #1a5a9f;
  transition: all 0.2s ease;
}
.panier-wrapper .envoyer form button {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  border: 1px solid #1a5a9f;
  color: #1a5a9f;
  padding: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.panier-wrapper .envoyer form button:hover {
  background-color: #1a5a9f;
  color: #FFFFFF;
}
.panier-wrapper .envoyer form button:hover:after {
  color: #FFFFFF;
}
.panier-wrapper .envoyer .retour {
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}
.panier-wrapper .envoyer .retour:before {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 12px;
  color: #1a5a9f;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transform: rotate(180deg) translate3d(0, 50%, 0);
}
.panier-wrapper .envoyer .retour:hover {
  color: #1a5a9f;
}
.panier-wrapper .envoyer .retour:hover:before {
  transform: rotate(180deg) translate3d(-5px, 50%, 0);
}
.panier-wrapper.open .panier {
  max-height: 0%;
  overflow: hidden;
}
.panier-wrapper.open .envoyer {
  max-height: 100%;
}
@media screen and (max-width: 980px) {
  .panier-wrapper {
    background-color: #FFFFFF;
    max-height: 0;
    width: 100%;
    z-index: 100000;
    transform: translate3d(0, 0, 0);
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    display: block;
  }
  .fav-open .panier-wrapper {
    max-height: 100%;
  }
  .fav-open .panier-wrapper .panier-scroller:before {
    content: "";
    display: block;
    padding-top: 120px;
  }
  .fav-open .panier-wrapper .panier-scroller:after {
    content: "";
    display: block;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .fav-open .panier-wrapper {
    max-height: none;
    height: auto;
    bottom: auto;
  }
  .fav-open .panier-wrapper .panier-scroller {
    padding: 0px 20px 100px;
  }
  .fav-open .panier-wrapper .panier-scroller:before {
    padding-top: 60px;
  }
  .fav-open .panier-wrapper .panier-scroller:after {
    padding-bottom: 80px;
  }
  .fav-open .panier-wrapper figure {
    display: block;
  }
}

.listing-actu {
  margin-top: 40px;
}
.listing-actu .pagination {
  margin-top: 40px;
}
.listing-actu .pagination > div {
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .listing-actu {
    margin-top: 40px;
  }
}

#listing-actus + footer {
  margin-top: 0;
}

.card-actu {
  width: 22.5%;
  height: auto;
  display: block;
  position: relative;
  float: left;
  background-color: #F5F5F5;
  margin-right: 3.3333333333%;
  margin-bottom: 40px;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  overflow: hidden;
}
.card-actu:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 141.4814814815%;
}
.card-actu > .content, .card-actu > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-actu > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.card-actu figure {
  position: relative;
  overflow: hidden;
}
.card-actu figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 70.7407407407%;
}
.card-actu figure > .content, .card-actu figure > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-actu figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.card-actu .no-photo {
  position: relative;
  overflow: hidden;
}
.card-actu .no-photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 70.7407407407%;
}
.card-actu .no-photo > .content, .card-actu .no-photo > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-actu .content {
  width: 100%;
  height: auto;
  padding: 20px;
}
.card-actu .content .meta {
  margin-bottom: 15px;
}
.card-actu .content .meta .thematique {
  font-size: 15px;
  line-height: 25px;
  color: #727272;
}
.card-actu .content h3 {
  font-size: 20px;
  line-height: 25px;
}
.card-actu .content .link {
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  bottom: 20px;
  left: 20px;
  color: #727272;
  font-size: 15px;
}
.card-actu .content .link:after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 14px;
  right: 0;
  bottom: 0;
  position: absolute;
  color: #000;
  transform: translate3d(0, 0, 0);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.card-actu .icon-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  color: #000;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transform: translate3d(0, 0, 0);
}
.card-actu.card-actu-bigger {
  width: 48.3333333333%;
  background-color: cyan;
  position: relative;
  overflow: hidden;
}
.card-actu.card-actu-bigger:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 65.8620689655%;
}
.card-actu.card-actu-bigger > .content, .card-actu.card-actu-bigger > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-actu.card-actu-bigger figure:after, .card-actu.card-actu-bigger .no-photo:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.55+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#8c000000",GradientType=0 ); /* IE6-9 */
  z-index: 1;
}
.card-actu.card-actu-bigger .no-photo {
  height: 100%;
}
.card-actu.card-actu-bigger .content {
  position: absolute;
  bottom: 0;
  height: auto;
  padding-bottom: 30px;
  z-index: 2;
  color: #FFFFFF;
}
.card-actu.card-actu-bigger .content .meta .thematique {
  color: #FFFFFF;
}
.card-actu.card-actu-bigger .content h3 {
  margin-bottom: 0;
  color: #FFFFFF;
}
.card-actu.card-actu-bigger .icon-arrow {
  color: #FFFFFF;
  z-index: 1;
}
.card-actu:hover {
  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.35);
  background-color: #FFFFFF;
}
.card-actu:hover img {
  transform: scale(1.05);
}
.card-actu:hover .link:after {
  transform: translate3d(-10px, 0, 0);
}
.card-actu:hover .icon-arrow {
  transform: translate3d(-10px, 0, 0);
}
@media screen and (min-width: 981px) {
  .card-actu:nth-child(3n) {
    margin-right: 0;
  }
  .card-actu:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 980px) {
  .card-actu {
    width: 45%;
    margin: 0 2.5% 40px;
  }
  .card-actu.card-actu-bigger {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  .card-actu {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .card-actu.card-actu-bigger {
    width: 100%;
  }
}
.item .card-actu {
  width: 100%;
}

.card-doc {
  overflow: hidden;
  display: block;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  overflow: hidden;
}
.card-doc:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 141.4814814815%;
}
.card-doc > .content, .card-doc > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-doc figure, .card-doc .no-photo {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-doc .content {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  padding: 30px 20px;
  width: 100%;
}
.card-doc .content::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 80px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.6;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.card-doc .meta {
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
}
.card-doc h3 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
}
.card-doc .date {
  display: none;
  font-size: 13px;
  line-height: 23px;
}
body:not(.no-hover) .card-doc:hover {
  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.35);
}

.month:hover .month__date {
  z-index: 25;
}

.card-agenda {
  position: relative;
}
.card-agenda .add-fav {
  right: initial;
  left: 155px;
  z-index: 30;
}
@media screen and (max-width: 599px) {
  .card-agenda .add-fav {
    left: 105px;
  }
}
.card-agenda .card-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  background-color: #F5F5F5;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0);
  transition: all 250ms linear;
}
.card-agenda .card-content:hover {
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  z-index: 20;
}
.card-agenda .card-content:hover:after {
  transform: translate3d(-10px, 0, 0);
}
.card-agenda .card-content:after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 18px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: #000;
  transform: translate3d(0, 0, 0);
  transition: all 250ms ease;
}
.card-agenda .card-content figure {
  width: 200px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.card-agenda .card-content figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 100%;
}
.card-agenda .card-content figure > .content, .card-agenda .card-content figure > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-agenda .card-content figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .card-agenda .card-content figure {
    width: 140px;
  }
}
.card-agenda .card-content .infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto 0;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .card-agenda .card-content .infos {
    padding: 15px;
  }
}
.card-agenda .card-content .event-date {
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #1a5a9f;
}
.card-agenda .card-content .event-date + * {
  margin-top: 10px;
}
.card-agenda .card-content .rate {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}
.card-agenda .card-content .rate + * {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .card-agenda .card-content .rate + * {
    margin-top: 6px;
  }
}
.card-agenda .card-content h3 {
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .card-agenda .card-content h3 {
    font-size: 18px;
  }
}
.card-agenda .card-content h3 + * {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .card-agenda .card-content h3 + * {
    margin-top: 6px;
  }
}
.card-agenda .card-content .location {
  padding-right: 18px;
  font-size: 15px;
  line-height: 1;
  text-transform: initial;
  color: #727272;
}

#search-fake-btn {
  display: none;
}

#algo-search {
  font-family: "c+", Sans-Serif !important;
}
#algo-search::-ms-clear {
  display: none;
}

.algo-result {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 180px);
  width: 100%;
  max-height: 0;
  background-color: #FFFFFF;
  top: 0;
  margin-right: -10px;
  transition: all 0.2s ease;
  transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
  z-index: 1000;
  transform: translate3d(0, 0, 0);
}
.search-open .algo-result {
  max-height: 100%;
  position: fixed;
  transform: translate3d(0, 180px, 0);
}
.closing .algo-result {
  transition-delay: 0s;
  max-height: 0;
  transform: translate3d(0, 0, 0);
}
.algo-result p {
  margin: 30px 0;
}
.algo-result .hotel, .algo-result .retaurant, .algo-result .activite, .algo-result .card-sit {
  margin: 0;
  float: left;
}
.algo-result .hotel .type, .algo-result .retaurant .type, .algo-result .activite .type, .algo-result .card-sit .type {
  font-size: 15px;
  color: #727272;
}
.algo-result .circuit, .algo-result .list-edito {
  margin: 0;
}
.algo-result .results {
  padding-bottom: 40px;
}
.algo-result .algo-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.algo-result .algo-filters-wrapper .algo-filters {
  margin: 30px auto;
}
.algo-result .algo-filters-wrapper label {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 40px;
  position: relative;
}
.algo-result .algo-filters-wrapper label:before {
  content: none;
  color: #1a5a9f;
  display: block;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 0;
  bottom: 2px;
}
.algo-result .algo-filters-wrapper input {
  display: none;
}
.algo-result .algo-filters-wrapper input:checked + label {
  color: #1a5a9f;
  text-decoration: none;
}
.algo-result .algo-filters-wrapper input:checked + label:before {
  content: "x";
}
@media screen and (max-width: 980px) {
  .algo-result .algo-filters-wrapper .algo-filters {
    display: flex;
    justify-content: flex-start;
  }
  .algo-result .algo-filters-wrapper .algo-filters label {
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .algo-result .algo-filters-wrapper .algo-filters label:before {
    left: -15px;
  }
}
@media screen and (max-width: 599px) {
  .algo-result .algo-filters-wrapper .algo-filters {
    flex-wrap: wrap;
  }
  .algo-result .algo-filters-wrapper .algo-filters label {
    width: 100%;
    margin-left: 0;
  }
  .algo-result .algo-filters-wrapper .algo-filters label:before {
    left: -16px;
    bottom: 0;
  }
}
@supports (display: grid) {
  body:not(.ie) .algo-result .results {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fill, calc(25% - 30px));
    grid-auto-rows: 190px;
  }
  body:not(.ie) .algo-result .results > a, body:not(.ie) .algo-result .results > div {
    float: none;
    margin: 0;
    margin-bottom: 0;
    width: auto;
    position: relative;
  }
  body:not(.ie) .algo-result .results > a figure, body:not(.ie) .algo-result .results > div figure {
    height: 50%;
  }
  body:not(.ie) .algo-result .results > a figure img, body:not(.ie) .algo-result .results > div figure img {
    height: 100%;
    width: auto;
  }
  body:not(.ie) .algo-result .results > a h3, body:not(.ie) .algo-result .results > div h3 {
    font-size: 18px;
  }
  body:not(.ie) .algo-result .results > a .no-photo, body:not(.ie) .algo-result .results > div .no-photo {
    height: auto;
  }
  body:not(.ie) .algo-result .results > a.card-actu:not(.grid-item--height2) .no-photo, body:not(.ie) .algo-result .results > div.card-actu:not(.grid-item--height2) .no-photo {
    display: none;
  }
  body:not(.ie) .algo-result .results > a.card-actu figure img, body:not(.ie) .algo-result .results > div.card-actu figure img {
    width: 100%;
  }
  body:not(.ie) .algo-result .results > a.dossier-presse figure, body:not(.ie) .algo-result .results > div.dossier-presse figure {
    height: 100%;
  }
  body:not(.ie) .algo-result .results > a.dossier-presse figure img, body:not(.ie) .algo-result .results > div.dossier-presse figure img {
    width: auto;
    height: 100%;
  }
  body:not(.ie) .algo-result .results > a.circuit figure, body:not(.ie) .algo-result .results > div.circuit figure {
    height: 100%;
  }
  @media screen and (max-width: 980px) {
    body:not(.ie) .algo-result .results {
      grid-template-columns: repeat(auto-fill, calc(50% - 20px));
    }
    body:not(.ie) .algo-result .results > a, body:not(.ie) .algo-result .results > div {
      margin: 0;
    }
  }
  @media screen and (max-width: 599px) {
    body:not(.ie) .algo-result .results {
      grid-template-columns: repeat(auto-fill, 100%);
      max-width: 400px;
      margin: 0 auto;
    }
    body:not(.ie) .algo-result .results > a, body:not(.ie) .algo-result .results > div {
      margin: 0;
    }
    body:not(.ie) .algo-result .results .grid-item--width2 {
      grid-column-end: span 1;
    }
  }
  body:not(.ie) .algo-result .grid-sizer,
  body:not(.ie) .algo-result .grid-item {
    grid-row-end: span 1;
  }
  body:not(.ie) .algo-result .grid-item--height2 {
    grid-row-end: span 2;
    height: auto;
  }
  body:not(.ie) .algo-result .grid-item--width2 {
    grid-column-end: span 2;
  }
  body:not(.ie) .algo-result .grid-item--width2 figure.fit-cover {
    height: 100%;
  }
  body:not(.ie) .algo-result .grid-item--width2 figure.fit-cover img {
    height: 100%;
    width: 100%;
  }
}
@supports not (display: grid) {
  body:not(.ie) .algo-result .results {
    display: block;
    margin-right: -40px;
  }
  body:not(.ie) .algo-result .results > a, body:not(.ie) .algo-result .results > div {
    float: left;
    margin: 0 40px 40px 0;
    position: relative;
  }
  body:not(.ie) .algo-result .results > a figure, body:not(.ie) .algo-result .results > div figure {
    height: 50%;
  }
  body:not(.ie) .algo-result .results > a figure img, body:not(.ie) .algo-result .results > div figure img {
    height: 100%;
    width: auto;
  }
  body:not(.ie) .algo-result .results > a .no-photo, body:not(.ie) .algo-result .results > div .no-photo {
    height: auto;
  }
  body:not(.ie) .algo-result .results > a.card-actu:not(.grid-item--height2) .no-photo, body:not(.ie) .algo-result .results > div.card-actu:not(.grid-item--height2) .no-photo {
    display: none;
  }
  body:not(.ie) .algo-result .results > a.card-actu figure img, body:not(.ie) .algo-result .results > div.card-actu figure img {
    width: 100%;
  }
  body:not(.ie) .algo-result .results > a.dossier-presse figure, body:not(.ie) .algo-result .results > div.dossier-presse figure {
    height: 100%;
  }
  body:not(.ie) .algo-result .results > a.dossier-presse figure img, body:not(.ie) .algo-result .results > div.dossier-presse figure img {
    width: auto;
    height: 100%;
  }
  body:not(.ie) .algo-result .results > a.circuit figure, body:not(.ie) .algo-result .results > div.circuit figure {
    height: 100%;
  }
  @media screen and (max-width: 599px) {
    body:not(.ie) .algo-result .results {
      margin-right: 0;
    }
  }
  body:not(.ie) .algo-result .grid-sizer,
  body:not(.ie) .algo-result .grid-item {
    width: calc(25% - 40px);
    height: 190px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  @media screen and (max-width: 980px) {
    body:not(.ie) .algo-result .grid-sizer,
    body:not(.ie) .algo-result .grid-item {
      width: calc(50% - 40px);
    }
  }
  @media screen and (max-width: 599px) {
    body:not(.ie) .algo-result .grid-sizer,
    body:not(.ie) .algo-result .grid-item {
      width: 100%;
      margin-right: 0;
    }
  }
  body:not(.ie) .algo-result .grid-item--height2 {
    height: 380px;
  }
  body:not(.ie) .algo-result .grid-item--width2 {
    width: calc(50% - 40px);
    grid-column-end: span 2;
  }
  body:not(.ie) .algo-result .grid-item--width2 figure.fit-cover {
    height: 100%;
  }
  body:not(.ie) .algo-result .grid-item--width2 figure.fit-cover img {
    height: 100%;
    width: 100%;
  }
  @media screen and (max-width: 980px) {
    body:not(.ie) .algo-result .grid-item--width2 {
      width: calc(100% - 40px);
    }
  }
  @media screen and (max-width: 599px) {
    body:not(.ie) .algo-result .grid-item--width2 {
      width: 100%;
      margin-right: 0;
    }
  }
}
body.ie .algo-result .results {
  display: block;
  margin-right: -40px;
}
body.ie .algo-result .results > a, body.ie .algo-result .results > div {
  float: left;
  margin: 0 40px 40px 0;
}
body.ie .algo-result .results > a figure, body.ie .algo-result .results > div figure {
  height: 50%;
}
body.ie .algo-result .results > a figure img, body.ie .algo-result .results > div figure img {
  height: 100%;
  width: auto;
}
body.ie .algo-result .results > a .no-photo, body.ie .algo-result .results > div .no-photo {
  height: auto;
}
body.ie .algo-result .results > a.card-actu:not(.grid-item--height2) .no-photo, body.ie .algo-result .results > div.card-actu:not(.grid-item--height2) .no-photo {
  display: none;
}
body.ie .algo-result .results > a.card-actu figure img, body.ie .algo-result .results > div.card-actu figure img {
  width: 100%;
}
body.ie .algo-result .results > a.dossier-presse figure, body.ie .algo-result .results > div.dossier-presse figure {
  height: 100%;
}
body.ie .algo-result .results > a.dossier-presse figure img, body.ie .algo-result .results > div.dossier-presse figure img {
  width: auto;
  height: 100%;
}
body.ie .algo-result .results > a.circuit figure, body.ie .algo-result .results > div.circuit figure {
  height: 100%;
}
@media screen and (max-width: 599px) {
  body.ie .algo-result .results {
    margin-right: 0;
  }
}
body.ie .algo-result .grid-sizer,
body.ie .algo-result .grid-item {
  width: calc(25% - 40px);
  height: 190px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  body.ie .algo-result .grid-sizer,
  body.ie .algo-result .grid-item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 599px) {
  body.ie .algo-result .grid-sizer,
  body.ie .algo-result .grid-item {
    width: 100%;
    margin-right: 0;
  }
}
body.ie .algo-result .grid-item--height2 {
  height: 380px;
}
body.ie .algo-result .grid-item--width2 {
  width: calc(50% - 40px);
  grid-column-end: span 2;
}
body.ie .algo-result .grid-item--width2 figure.fit-cover {
  height: 100%;
}
body.ie .algo-result .grid-item--width2 figure.fit-cover img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 980px) {
  body.ie .algo-result .grid-item--width2 {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  body.ie .algo-result .grid-item--width2 {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 981px) {
  .algo-result .card-actu:nth-child(3n+1) {
    clear: none;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  overflow: hidden;
  background: #FFFFFF;
  z-index: 100000000;
  transform: translateX(100%);
  transform: translate3d(100%, 0, 0);
  transition: transform 400ms cubic-bezier(0.86, 0, 0.07, 1);
  display: flex;
  flex-direction: column;
}
.overlay .btn-close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
}
.overlay .btn-close:hover:before {
  color: #1a5a9f;
}
.overlay .btn-close:before {
  transition: all 0.2s ease;
}
.overlay.overlay-fiche {
  display: grid;
  grid-template-areas: "overlay-header" "overlay-content" "overlay-fiche__link";
  grid-template-rows: auto 1fr auto;
  width: 100%;
  max-width: 630px;
}
.overlay.overlay-map-agenda {
  display: flex;
  flex-direction: column;
}
.overlay.overlay-map-agenda .maps {
  flex: 1;
  width: 100%;
}
.overlay.overlay-map-agenda .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: white;
  z-index: 2000000;
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider {
  height: initial;
  background-color: white;
  padding: 0 40px;
}
@media screen and (max-width: 599px) {
  .overlay.overlay-map-agenda .overlay-map-agenda__slider {
    padding: 0 20px;
  }
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .slick-list {
  padding: 30px 0;
}
@media screen and (max-width: 599px) {
  .overlay.overlay-map-agenda .overlay-map-agenda__slider .slick-list {
    padding: 20px 0;
  }
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .item:not(:last-child) {
  margin-right: 20px;
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .item.slick-current .card-content {
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .item.slick-current .card-content:after {
  transform: translate3d(-10px, 0, 0);
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .card-agenda {
  width: 335px;
  height: 140px;
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .card-agenda .add-fav {
  left: 100px;
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .card-agenda .card-content figure {
  width: 140px;
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .card-agenda .card-content:after {
  right: 10px;
  bottom: 14px;
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .card-agenda .infos {
  padding: 12px;
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .card-agenda .event-date + * {
  margin-top: 8px;
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .card-agenda .rate + * {
  margin-top: 8px;
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .card-agenda h3 {
  font-size: 18px;
}
.overlay.overlay-map-agenda .overlay-map-agenda__slider .card-agenda h3 + * {
  margin-top: 6px;
}
.overlay.overlay-map-agenda .slider-nav {
  width: 100%;
  bottom: 80px;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .overlay.overlay-map-agenda .slider-nav {
    display: none;
  }
}
.overlay.overlay-map-agenda .slider-nav span {
  pointer-events: initial;
}
.overlay.overlay-map-agenda .slider-nav span:before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1a5a9f;
}
.overlay.open {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.overlay__header {
  height: 90px;
  border-bottom: 1px solid rgba(60, 60, 59, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 599px) {
  .overlay__header {
    padding: 0 20px;
  }
}
.overlay__header .title {
  font-size: 30px;
}
.overlay__content {
  position: relative;
  overflow: auto;
  padding: 30px 40px;
}
@media screen and (max-width: 599px) {
  .overlay__content {
    padding: 30px 20px;
  }
}
.overlay__content .content-sit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.overlay__content .add-fav {
  top: 0;
  right: 0;
  font-size: 30px;
  color: #1a5a9f;
}
.overlay__content .add-fav:hover {
  color: #ff4141;
}
.overlay__content .rate,
.overlay__content h1,
.overlay__content .commune {
  padding-right: 40px;
}
.overlay__content .date-encart {
  margin-right: 40px;
}
.overlay__content .rate {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}
.overlay__content .rate + * {
  margin-top: 6px;
}
.overlay__content .date-encart {
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #1a5a9f;
}
.overlay__content .date-encart + * {
  margin-top: 10px;
}
.overlay__content h1 {
  font-size: 25px;
  line-height: 1;
  margin: 0;
}
.overlay__content h1 + * {
  margin-top: 6px;
}
.overlay__content .commune {
  font-size: 15px;
  color: #727272;
}
.overlay__content .commune + * {
  margin-top: 14px;
}
.overlay__content figure + * {
  margin-top: 30px;
}
.overlay__content figcaption {
  display: none;
}
.overlay__content p {
  font-size: 13px;
  line-height: 1.6;
}
.overlay__content .adresse-contact {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .overlay__content .adresse-contact {
    flex-direction: column;
  }
}
.overlay__content .adresse,
.overlay__content .contact {
  padding-right: 40px;
  color: #3c3c3b;
}
@media screen and (max-width: 599px) {
  .overlay__content .adresse,
  .overlay__content .contact {
    padding-right: initial;
  }
}
.overlay__content .adresse a:not(.rs-link),
.overlay__content .contact a:not(.rs-link) {
  color: inherit;
}
.overlay__content .adresse a:not(.rs-link):hover,
.overlay__content .contact a:not(.rs-link):hover {
  color: #1a5a9f;
  text-decoration: underline;
}
.overlay__content .adresse .rs-link,
.overlay__content .contact .rs-link {
  color: #999999;
  font-size: 25px;
}
.overlay__content .adresse .rs-link:hover,
.overlay__content .contact .rs-link:hover {
  color: #1a5a9f;
}
.overlay__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay__loader.hidden {
  display: none;
}
.overlay__loader .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.overlay__loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #1a5a9f;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1a5a9f transparent transparent transparent;
}
.overlay__loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.overlay__loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.overlay__loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay .overlay-fiche__link {
  box-sizing: border-box;
  font-family: "c+", Sans-Serif;
  font-size: 12px;
  font-weight: 600;
  color: #1a5a9f;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 30px 40px;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid rgba(60, 60, 59, 0.4);
  transition: all 0.2s ease;
}
body:not(.no-hover) .overlay .overlay-fiche__link:hover {
  background-color: #1a5a9f;
  color: white;
}
@media screen and (max-width: 599px) {
  .overlay .overlay-fiche__link {
    height: auto;
    padding: 24px 20px;
  }
}

.shadow-overlay {
  background: #000000;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: visibility 0.5s ease;
}
.shadow-overlay.is-visible, .shadow-overlay.open {
  opacity: 0.6;
  z-index: 10001;
}

#header {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.is-scrolled #header {
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1200px) {
  #header.menu-open {
    z-index: 100000;
  }
  #header.menu-open .content-wrapper .wrapper-nav {
    pointer-events: inherit;
    z-index: 1;
    background-color: #1a5a9f;
    opacity: 1;
  }
  #header.menu-open .content-wrapper .wrapper-nav nav {
    transition: all 0.2s ease-in-out, visibility 0s linear;
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  #header.menu-open .content-wrapper .wrapper-nav nav ul li {
    opacity: 1;
  }
}
#header.menu-open .icons-mobile {
  display: block !important;
}
#header.menu-open .mobile-lang {
  display: block !important;
}
.search-open #header {
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.15);
}
#header .content-wrapper {
  height: 90px;
  position: static;
  transition: all 0.2s ease;
}
#header .content-wrapper .logo {
  height: 90px;
  line-height: 90px;
  float: left;
}
#header .content-wrapper .logo figure {
  background: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#header .content-wrapper .logo figure img {
  height: 100%;
}
#header .content-wrapper .wrapper-nav {
  text-align: center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
  }
}
#header .content-wrapper .wrapper-nav .back {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav .back.show {
    font-family: "c+", Sans-Serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    margin: 15px 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 599px) {
  #header .content-wrapper .wrapper-nav .back.show {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav .back.show:before {
    content: "\e901";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    float: left;
    margin-right: 10px;
    display: none;
    transform: rotateZ(180deg);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav .back.show:before {
    display: block;
  }
}
#header .content-wrapper .wrapper-nav nav {
  display: inline-block;
  vertical-align: middle;
  position: static;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav nav {
    position: relative;
    top: 0;
    left: -100%;
    width: calc(100% - 60px);
    height: 100vh;
    float: none;
    margin: 0;
    padding: 0 30px 50px 30px;
    text-align: center;
    z-index: 900;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
    visibility: hidden;
    opacity: 0;
  }
}
#header .content-wrapper .wrapper-nav nav > ul {
  position: static;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav nav > ul {
    position: relative;
    min-height: calc(100% - 150px);
    padding-bottom: 150px;
    margin-bottom: 0;
    background-color: #1a5a9f;
  }
  #header .content-wrapper .wrapper-nav nav > ul:after {
    content: "";
    position: absolute;
    width: 100vw;
    left: -30px;
    bottom: 0;
    height: 200px;
    z-index: -1;
    background-color: #1a5a9f;
  }
}
#header .content-wrapper .wrapper-nav nav > ul li {
  position: static;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav nav > ul li {
    display: block;
    width: 100%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
}
#header .content-wrapper .wrapper-nav nav > ul li > a, #header .content-wrapper .wrapper-nav nav > ul li > span {
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 90px;
  display: block;
  height: 90px;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
}
#header .content-wrapper .wrapper-nav nav > ul li > a:after, #header .content-wrapper .wrapper-nav nav > ul li > span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 50px);
  max-width: 0;
  background-color: #1a5a9f;
  left: 25px;
  bottom: 22px;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
}
#header .content-wrapper .wrapper-nav nav > ul li > a:hover:after, #header .content-wrapper .wrapper-nav nav > ul li > a:active:after, #header .content-wrapper .wrapper-nav nav > ul li > a:focus:after, #header .content-wrapper .wrapper-nav nav > ul li > span:hover:after, #header .content-wrapper .wrapper-nav nav > ul li > span:active:after, #header .content-wrapper .wrapper-nav nav > ul li > span:focus:after {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav nav > ul li > a, #header .content-wrapper .wrapper-nav nav > ul li > span {
    font-family: "c+", Sans-Serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 26px;
    text-transform: uppercase;
    height: auto;
    padding: 15px 0;
  }
  #header .content-wrapper .wrapper-nav nav > ul li > a:after, #header .content-wrapper .wrapper-nav nav > ul li > span:after {
    content: none;
  }
}
#header .content-wrapper .wrapper-nav nav > ul li > div {
  position: absolute;
  background: #fff;
  left: 0;
  width: 100vw;
  top: 90px;
  padding: 0 0;
  overflow: hidden;
  transition-property: opacity, padding;
  opacity: 0;
  min-height: 0;
  max-height: 0;
  transform: translate3d(0, 0, 0);
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav nav > ul li > div {
    color: #FFFFFF;
    background-color: transparent;
    position: relative;
    width: calc(100vw - 60px);
    transition-property: opacity;
    transition-delay: 0s;
  }
}
@media screen and (max-width: 599px) {
  #header .content-wrapper .wrapper-nav nav > ul li > div {
    padding-top: 0 !important;
    margin: 0 !important;
    display: block !important;
  }
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
@media screen and (min-width: 1600px) {
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu {
    margin: 0 120px;
  }
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu a {
  color: #3c3c3b;
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu b {
  margin-bottom: 10px;
  display: inline-block;
  color: #000;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu b {
    color: #FFFFFF;
  }
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu a {
    color: #FFFFFF;
    text-align: left !important;
  }
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu ul li a {
    text-align: left;
    color: #FFFFFF;
  }
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu li {
    padding-right: 5px;
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu {
    margin: 0 30px !important;
  }
}
@media screen and (max-width: 599px) {
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu {
    padding-top: 0 !important;
    margin: 0 !important;
    display: block !important;
  }
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu > li {
    display: block;
    margin-top: 15px;
  }
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu > li a {
    padding-right: 0;
  }
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu.sub-lang-mobile {
  display: none !important;
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu div {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
@media screen and (min-width: 1600px) {
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu div {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu div {
    margin: 0 120px;
  }
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu li {
  display: inline-block;
  width: auto;
  font-size: 13px;
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu li a {
  font-size: 13px;
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu li ul li {
  display: block;
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu li ul li a {
  font-weight: 500;
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu li ul li a:hover, #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu li ul li a:active, #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu li ul li a:focus {
  color: #1a5a9f;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu li ul li a:hover, #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu li ul li a:active, #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu li ul li a:focus {
    color: #FFFFFF;
  }
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu a {
  padding: 8px 15px 8px 0;
  text-align: left;
  height: auto;
  line-height: 18px;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu a {
    text-align: center;
    text-transform: none;
  }
}
#header .content-wrapper .wrapper-nav nav > ul li > div .sub-menu a:after {
  content: none;
}
@media screen and (min-width: 1200px) {
  #header .content-wrapper .wrapper-nav nav > ul li:hover > div, #header .content-wrapper .wrapper-nav nav > ul li:active > div, #header .content-wrapper .wrapper-nav nav > ul li:focus > div {
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 50px 0 30px 0;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    max-height: none;
    min-height: calc((100vh - 280px) / 2);
  }
}
#header .content-wrapper .wrapper-nav nav > ul li.active > div {
  opacity: 1;
  min-height: 1px;
  max-height: 100%;
  top: 0;
  box-shadow: none;
  padding: 50px 0 30px 0;
  transform: translate3d(0, 0, 0);
}
#header .content-wrapper .lang {
  position: relative;
  float: right;
}
#header .content-wrapper .lang:hover {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .lang {
    display: none;
  }
}
#header .content-wrapper .lang > a {
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
}
#header .content-wrapper .lang > a:hover, #header .content-wrapper .lang > a:focus, #header .content-wrapper .lang > a:active {
  color: #1a5a9f;
}
#header .content-wrapper .lang > a:after {
  position: absolute;
  content: "\e901";
  font-family: "icomoon";
  font-size: 4px;
  top: 50%;
  right: 5px;
  transform: translate3d(0, -50%, 0) rotateZ(90deg);
}
#header .content-wrapper .lang ul {
  position: absolute;
  background: #fff;
  width: auto;
  top: 80px;
  padding: 0 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .lang ul {
    top: 70px;
  }
}
#header .content-wrapper .lang ul.sub-lang-mobile {
  display: none !important;
}
#header .content-wrapper .lang ul.is-focus-lang {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 4px 0;
  top: 90px;
  opacity: 1;
  z-index: 10;
  display: block;
  transform: scaleY(1);
}
#header .content-wrapper .lang ul li {
  display: block;
  width: 100%;
}
#header .content-wrapper .lang ul li a {
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: normal;
  padding: 8px 15px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
#header .content-wrapper .lang ul li a:hover, #header .content-wrapper .lang ul li a:focus, #header .content-wrapper .lang ul li a:active {
  color: #1a5a9f;
}
#header .content-wrapper .lang select {
  display: none;
}
#header .content-wrapper .lang select.is-display {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 101010100;
}
#header .content-wrapper .lang.open ul {
  opacity: 1;
  transform: scaleY(1);
}
#header .content-wrapper .icons, #header .content-wrapper .icons-mobile {
  float: right;
  height: 100%;
  line-height: 90px;
  margin-bottom: 0;
}
#header .content-wrapper .icons li, #header .content-wrapper .icons-mobile li {
  display: inline-block;
  padding: 0 15px;
}
#header .content-wrapper .icons li a > span, #header .content-wrapper .icons-mobile li a > span {
  position: relative;
  font-size: 22px;
  line-height: 90px;
  color: #000000;
  transition: all 0.2s ease;
}
#header .content-wrapper .icons li a:hover > span, #header .content-wrapper .icons li a:active > span, #header .content-wrapper .icons li a:focus > span, #header .content-wrapper .icons-mobile li a:hover > span, #header .content-wrapper .icons-mobile li a:active > span, #header .content-wrapper .icons-mobile li a:focus > span {
  color: #1a5a9f;
}
@media screen and (max-width: 480px) {
  #header .content-wrapper .icons, #header .content-wrapper .icons-mobile {
    padding: 0;
    right: 35px;
  }
  #header .content-wrapper .icons li, #header .content-wrapper .icons-mobile li {
    width: 0;
  }
}
#header .content-wrapper .icons-mobile {
  position: absolute;
  display: none;
  z-index: 901;
  height: 90px;
  display: none;
  left: 20px;
}
#header .content-wrapper .icons-mobile li a > span {
  color: #FFFFFF;
}
#header .content-wrapper .icons-mobile li a:hover > span, #header .content-wrapper .icons-mobile li a:active > span, #header .content-wrapper .icons-mobile li a:focus > span {
  color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  #header .content-wrapper .icons-mobile {
    padding: 0;
    right: auto;
  }
  #header .content-wrapper .icons-mobile li {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1200px) {
  #header .content-wrapper .icons {
    margin-right: 40px;
  }
  #header .content-wrapper .icons .fav, #header .content-wrapper .icons .share {
    display: none;
  }
}
#header .content-wrapper .mobile-lang {
  display: none;
  height: 90px;
  right: 90px;
  z-index: 901;
  font-weight: 500;
}
#header .content-wrapper .mobile-lang a {
  color: #FFFFFF;
}
#header .content-wrapper .fav span {
  position: absolute;
  font-family: "c+", Sans-Serif;
  color: #FFFFFF;
  background-color: #ff4141;
  height: 17px;
  width: auto;
  min-width: 6px;
  padding: 0 5px;
  border-radius: 45px;
  font-size: 11px;
  top: -6px;
  right: -7px;
  text-align: center;
  line-height: 17px;
}
#header .content-wrapper .fav span.empty {
  display: none;
}

div.th-menu {
  position: absolute;
  top: 36px;
  right: 36px;
  display: none;
  width: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
  z-index: 1000;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1200px) {
  div.th-menu {
    display: block;
  }
}

div.th-menu span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.25s ease;
}

div.th-menu span:nth-child(1) {
  top: 0;
}

div.th-menu span:nth-child(2),
div.th-menu span:nth-child(3) {
  top: 9px;
}

div.th-menu span:nth-child(4) {
  top: 18px;
}

div.th-menu.open span:nth-child(1) {
  top: 9px;
  left: 50%;
  width: 0;
  background: #FFFFFF;
}

div.th-menu.open span:nth-child(2) {
  background: #FFFFFF;
  transform: rotate(45deg);
}

div.th-menu.open span:nth-child(3) {
  background: #FFFFFF;
  transform: rotate(-45deg);
}

div.th-menu.open span:nth-child(4) {
  top: 9px;
  left: 50%;
  width: 0;
  background: #FFFFFF;
}

#footer {
  position: relative;
  z-index: 5;
  background-color: #FFFFFF;
  margin-top: 0;
  top: 90px;
  margin-bottom: 90px;
}
#footer .title {
  font-family: "c+", Sans-Serif;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 23px;
  display: block;
  margin: 0 0 15px 0;
}
#footer p {
  font-family: "c+", Sans-Serif;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 23px;
  margin-bottom: 15px;
}
#footer ul {
  padding-right: 20px;
}
#footer ul li a {
  font-family: "c+", Sans-Serif;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 23px;
  display: block;
  padding: 6px 0;
  transition: all 0.2s ease;
}
#footer ul li a:hover, #footer ul li a:focus {
  color: #1a5a9f;
}
#footer ul li a span {
  font-size: 30px;
}
#footer ul.rs {
  margin-bottom: 15px;
}
#footer ul.rs li {
  display: inline-block;
  padding: 0 3px;
}
#footer ul.rs li a {
  padding: 0;
  height: 30px;
  color: #999;
  transition: all 0.2s ease;
}
#footer ul.rs li a span {
  transition: all 0.2s ease;
}
#footer ul.rs li a span:hover, #footer ul.rs li a span:active, #footer ul.rs li a span:focus {
  color: #1a5a9f;
}
#footer .sur-footer {
  background-color: #d8e0e7;
  width: 100%;
  min-height: 200px;
}
#footer .sur-footer ul {
  padding: 0 30px;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#footer .sur-footer ul li {
  display: flex;
  min-height: 200px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
@media screen and (min-width: 980px) {
  #footer .sur-footer ul li:first-child {
    padding-left: 0;
  }
  #footer .sur-footer ul li:last-child {
    padding-right: 0;
  }
}
#footer .sur-footer ul li a {
  padding: 0;
  color: #000;
}
#footer .sur-footer ul li a:hover *, #footer .sur-footer ul li a:active *, #footer .sur-footer ul li a:focus * {
  color: #1a5a9f;
}
#footer .sur-footer ul li p {
  margin-bottom: 0;
  color: #000;
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 980px) {
  #footer .sur-footer ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .sur-footer ul li {
    width: 200px;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  #footer .sur-footer ul li {
    width: 100%;
    min-height: 100px;
  }
}
#footer .menu-footer {
  padding: 50px 0;
}
#footer .menu-footer .icon-twitter {
  font-size: 12px;
  padding-right: 10px;
}
#footer .menu-footer .twitter {
  margin: 0px 0 40px;
}
#footer .menu-footer .twitter a {
  display: inline-flex;
  position: relative;
  font-weight: 600;
  line-height: 14px;
  align-items: center;
}
#footer .sub-menu-footer {
  border-top: 1px solid rgba(60, 60, 59, 0.4);
  padding: 30px 0 25px;
}
#footer .sub-menu-footer ul {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin-bottom: 0;
}
#footer .sub-menu-footer ul li {
  margin-left: 25px;
  margin-bottom: 10px;
}
#footer .sub-menu-footer ul li b {
  font-size: 13px;
}
#footer .sub-menu-footer ul li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
}
#footer .sub-menu-footer ul li a:before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 8px;
  position: absolute;
  left: 0px;
  top: 50%;
  color: #1a5a9f;
  transform: translateY(-50%);
}
#footer .sub-menu-footer ul li.has-sub-menu > a {
  padding: 0;
  font-weight: 600;
  pointer-events: none;
  cursor: default;
}
#footer .sub-menu-footer ul li.has-sub-menu > a:before {
  content: none;
}
#footer .sub-menu-footer ul li.has-sub-menu > a:hover {
  color: #000;
}
#footer .sub-menu-footer ul li.has-sub-menu .sub-menu {
  margin-bottom: 0;
  flex-flow: column;
}
#footer .sub-menu-footer ul li.has-sub-menu .sub-menu > li {
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #footer .sub-menu-footer ul {
    flex-wrap: wrap;
  }
  #footer .sub-menu-footer ul li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #footer .sub-menu-footer ul li {
    width: 100%;
    margin-left: 0;
  }
}
#footer .menu-legal {
  background: #FFFFFF;
}
#footer .menu-legal > div {
  padding: 50px 0 30px;
  border-top: 1px solid rgba(60, 60, 59, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .menu-legal > div > div:first-child {
  margin: 20px 0;
}
#footer .menu-legal > div > div:first-child > span:first-child {
  display: inline-block;
  margin-right: 20px;
}
#footer .menu-legal span, #footer .menu-legal a {
  font-family: "c+", Sans-Serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
#footer .menu-legal a:hover, #footer .menu-legal a:active, #footer .menu-legal a:focus {
  color: #1a5a9f;
}
#footer .menu-legal span:first-child {
  margin-left: 0;
  margin-right: 0px;
}
#footer .menu-legal .logos-footer a {
  border: none;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
  display: block;
}
#footer .menu-legal ul {
  text-align: right;
}
#footer .menu-legal ul li {
  display: inline-block;
  padding-right: 40px;
}
#footer .menu-legal ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 360px) {
  #footer .menu-legal ul li {
    padding-right: 30px;
  }
}
#footer .col-66 .col-wrapper {
  margin: 0 !important;
}
@media screen and (max-width: 750px) {
  #footer .col-66 .col-33 {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  #footer .col-33 {
    margin-bottom: 45px !important;
  }
  #footer .col-66 .col-wrapper, #footer .col-66 .col-33 {
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
  }
}

.share-button {
  position: absolute;
  right: 0px;
  top: -19px;
}
.share-button input {
  visibility: hidden;
  position: absolute;
  z-index: -999;
}
.share-button input:checked + .network-list {
  max-height: 150px;
}
.share-button label {
  margin: 0;
  border: 1px solid rgba(60, 60, 59, 0.4);
  width: 38px;
  height: 38px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  cursor: pointer;
}
.share-button label span {
  font-size: 15px;
  color: #000;
  margin: 0;
  transition: all 0.2s ease;
}
.share-button .network-list {
  position: absolute;
  bottom: 40px;
  max-height: 0;
  overflow: hidden;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  padding-right: 0;
  width: 100%;
}
.share-button .network-list li {
  padding-right: 0;
  width: 100%;
}
.share-button .network-list li a {
  width: 100%;
  text-align: center;
  margin: 0;
}
.share-button .network-list li a span {
  margin-right: 0;
  font-size: 30px !important;
  margin-bottom: 10px !important;
  color: #727272 !important;
  transition: all 0.2s ease;
}
.share-button .network-list li a span:hover {
  color: #1a5a9f !important;
}
#header .share-button {
  top: -30px;
}
#header .share-button label {
  border: none;
  background-color: transparent;
}
#header .share-button label span {
  color: #FFFFFF;
}
#header .share-button .network-list {
  top: 40px;
  bottom: auto;
  background-color: #1a5a9f;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#header .share-button .network-list li {
  padding: 0;
  width: 25px;
  height: 25px;
}
#header .share-button .network-list li a span {
  line-height: 40px;
  font-size: 20px !important;
  margin-bottom: 10px !important;
  color: #FFFFFF !important;
  transition: all 0.2s ease;
}
#header .share-button .network-list li a span:hover {
  color: #FFFFFF !important;
}

.page-404 .bloc-texte {
  padding: 80px 0 40px 0;
}
.page-404 .bloc-texte h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .page-404 .bloc-texte h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .page-404 .bloc-texte h2 {
    padding: 0 !important;
  }
}
.page-404 .bloc-texte .btn {
  padding: 13px 20px;
}

main {
  top: 90px;
  transition: all 0.2s ease;
}
main header {
  overflow-x: hidden;
  position: relative;
}
main header + .bloc {
  padding-top: 50px;
}
@media screen and (max-width: 599px) {
  main header + .bloc {
    padding-top: 25px;
  }
}
main header figcaption {
  left: calc(100% - 30px);
}
main header.fullpage-header {
  height: calc(100vh - 89px);
  border-bottom: 1px solid rgba(60, 60, 59, 0.4);
  margin-bottom: 30px;
}
#home main header.fullpage-header {
  margin-bottom: 0;
}
main header.fullpage-header .slick-carousel {
  height: calc(100% - 90px);
}
@media screen and (max-width: 980px) {
  main header.fullpage-header {
    height: 80vh !important;
  }
  #home main header.fullpage-header {
    max-height: 80vh;
  }
}
body:not(#home) main header.fullpage-header figure {
  position: relative;
  height: calc(100% - 90px);
}
body:not(#home) main header.fullpage-header figure img {
  height: 100%;
}
main header.fullpage-header .no-photo {
  height: 50vh;
}
main header.fullpage-header h2 {
  font-weight: 500;
}
main header.small-header {
  border-bottom: 1px solid #cccccc;
}
main header.small-header figure {
  height: 400px;
}
main header.small-header figure img {
  height: 100%;
}
main header.small-header .algo-result figure {
  height: auto;
}
main header.small-header .algo-result img {
  height: auto;
}
main header.small-header .no-photo {
  height: 400px;
}
main header.small-header .caption {
  bottom: 20px;
}
main header.small-header .caption p {
  max-width: 300px;
  min-width: 1;
}
main header.small-header .caption:after {
  content: none;
}
main header.small-header.breadcrumb .caption {
  bottom: 110px;
}
main header.no-photo-header {
  min-height: 330px;
  background-color: #F5F5F5;
  overflow: visible;
}
main header.no-photo-header .caption {
  text-align: center;
}
main header.no-photo-header .caption.content-wrapper {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  transform: none;
  padding-top: 50px;
}
main header.no-photo-header .caption span, main header.no-photo-header .caption h1 {
  color: #000;
}
main header.no-photo-header .caption:after {
  content: none;
}
main header.no-photo-header .filters {
  padding-top: 50px;
  text-align: center;
}
main header.no-photo-header .filters form {
  display: flex;
  justify-content: center;
}
main header.no-photo-header .filters form .selectric-wrapper {
  width: 270px;
  display: inline-block;
  text-align: left;
}
main header.no-photo-header .filters form .selectric-wrapper:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  main header.no-photo-header .filters form .selectric-wrapper {
    width: 280px;
    margin-bottom: 30px;
  }
  main header.no-photo-header .filters form .selectric-wrapper:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  main header.no-photo-header .filters form {
    flex-wrap: wrap;
  }
}
main header .caption {
  position: absolute;
  bottom: 120px;
  width: 100%;
  transform: translate3d(0, 0, 0);
}
main header .caption .h-header {
  font-size: 42px;
  line-height: 52px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 360px) {
  main header .caption .h-header {
    font-size: 32px;
    line-height: 42px;
  }
}
main header .caption.content-wrapper {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
main header .caption > * {
  min-width: 580px;
}
@media screen and (max-width: 599px) {
  main header .caption > * {
    min-width: 0;
  }
}
#home main header .caption {
  bottom: auto;
  text-align: center;
  max-width: 530px;
  padding: 20px;
  transform: translateY(-50%) !important;
}
@media screen and (max-width: 1280px) {
  #home main header .caption {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 360px) {
  #home main header .caption {
    padding: 20px 0;
  }
}
#home main header .caption > * {
  min-width: 1px;
  width: 100%;
}
#home main header .caption:after {
  content: none;
}
#home main header .caption a {
  position: relative;
}
#home main header .caption a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 2px;
  width: 30px;
  background-color: #1a5a9f;
}
#home main header .caption span {
  font-size: 55px;
  line-height: 55px;
  float: left;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  margin-left: -15px;
}
#home main header .caption span:after {
  content: "\e914";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 20px;
  transform: rotate(-90deg);
}
#home main header .caption span.no-surtitre {
  margin-bottom: 25px;
}
#home main header .caption span.no-surtitre:before {
  content: "\e914";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  transform: rotate(180deg);
  font-size: 20px;
}
#home main header .caption:after {
  content: "\e914";
  font-family: "icomoon";
  position: absolute;
  bottom: 11px;
  right: 0;
  left: auto;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 20px;
}
#home main header .caption:before {
  content: "\e914";
  font-family: "icomoon";
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  transform: rotate(90deg);
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  main header .caption {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  main header .caption {
    max-width: 1520px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  main header .caption {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  main header .caption {
    width: calc(100% - 40px);
    left: 0 !important;
    transform: none !important;
    margin: 0 15px;
  }
}
@media screen and (max-width: 360px) {
  main header .caption h1, main header .caption h2 {
    font-size: 37px;
    line-height: 47px;
  }
}
main header .caption h2 {
  color: #FFFFFF;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.3);
}
main header .caption > div {
  max-width: 800px;
}
main header .caption > div > * {
  color: #FFFFFF;
}
main header .caption > div > *:last-child {
  margin-bottom: 0;
}
main header .caption > * {
  color: #FFFFFF;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 599px) {
  main header .caption .breadcrumb-wrapper {
    padding-right: 20px;
    position: relative;
  }
  main header .caption .breadcrumb-wrapper:after {
    content: none;
  }
}
main header .caption #breadcrumb {
  text-shadow: none;
}
main header .caption > span {
  font-family: "brownhill", Sans-Serif;
  font-size: 35px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
}
main header .caption > a {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
main header .caption > a:hover, main header .caption > a:active, main header .caption > a:focus {
  color: #1a5a9f;
}

.chatbox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: fixed;
  /* text-align: center; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1002;
}
@media screen and (min-width: 1600px) {
  .chatbox {
    max-width: 1550px;
  }
}
.chatbox > div {
  position: absolute;
  right: 0;
  bottom: -15px;
  height: 66px;
  width: 66px;
  background-color: #1a5a9f;
  border-radius: 45px;
  box-shadow: 0 0 0 0 rgba(26, 90, 159, 0.8), 0 0 0 0 rgba(26, 90, 159, 0.9);
}
.chatbox > div:hover, .chatbox > div:active, .chatbox > div:focus {
  animation: pulse 1s infinite cubic-bezier(0.66, 0.33, 0, 1);
}
@media screen and (max-width: 1280px) {
  .chatbox > div {
    right: 40px;
  }
}
@media screen and (max-width: 980px) {
  .chatbox > div {
    right: 35px;
  }
}
.chatbox > div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chatbox > div span {
  color: #FFFFFF;
  font-size: 36px;
}

.form-search {
  transition: all 0.2s ease;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 1001;
  transform: translate3d(0, 0, 0);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  display: block;
}
body:not(#home) .form-search {
  position: fixed;
  top: 0;
  height: 92px;
  transform: translate3d(0, 0, 0);
}
.search-open:not(#home) .form-search {
  display: block;
  transform: translate3d(0, 90px, 0) !important;
}
.form-search .blink .cursor {
  position: absolute;
  width: 1px;
  height: 60px;
  top: 15px;
  background: rgba(60, 60, 59, 0.4);
  z-index: 1;
  animation: clignotement 1s infinite;
}
.form-search .blink .cursor:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  top: 0;
  left: -6px;
  background: rgba(60, 60, 59, 0.4);
  z-index: 1;
}
.form-search .blink .cursor:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  bottom: 0;
  left: -6px;
  background: rgba(60, 60, 59, 0.4);
  z-index: 1;
}
.form-search input {
  width: calc(100% - 30px);
  padding: 0 0 0 30px;
  height: 90px;
  border: none;
  font-size: 26px;
  transform: translate3d(0, 0, 0);
}
.form-search input::-webkit-input-placeholder {
  font-family: "c+", Sans-Serif;
  color: rgba(60, 60, 59, 0.4);
}
.form-search input::-moz-placeholder {
  font-family: "c+", Sans-Serif;
  color: rgba(60, 60, 59, 0.4);
}
.form-search input::placeholder {
  font-family: "c+", Sans-Serif;
  color: rgba(60, 60, 59, 0.4);
}
.form-search .reset, .form-search .close {
  color: rgba(60, 60, 59, 0.4);
  position: absolute;
  height: 100%;
  line-height: 90px;
  right: 0;
  top: 0;
  display: none;
  transition: all 0.2s ease;
  transition-delay: 0.3s;
  transform: translate3d(0, 0, 0);
}
.form-search .reset {
  right: 75px;
  font-size: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .form-search .reset {
    display: none !important;
  }
}
.form-search .close {
  font-size: 22px;
  right: 15px;
}
.search-open .form-search {
  position: fixed;
  transform: translate3d(0, 0, 0);
  transform: translateY(calc(-100vh + 180px));
  border-bottom: 1px solid rgba(60, 60, 59, 0.4);
  border-top: 1px solid rgba(60, 60, 59, 0.4);
}
.search-open .form-search .reset, .search-open .form-search .close {
  cursor: pointer;
  display: block;
}
.closing .search-open .form-search .reset, .closing .search-open .form-search .close {
  display: none;
}
@media screen and (max-width: 980px) {
  .search-open .form-search {
    transform: translateY(calc(-80vh + 90px));
  }
}
.closing .form-search {
  transition-delay: 0.5s;
  transform: translate3d(0, 0, 0);
}
body:not(#home) .closing .form-search {
  position: fixed;
  top: 0;
}
#home .form-search {
  display: block;
}
#home .form-search {
  top: calc(100vh - 90px);
  transform: translate3d(0, 0, 0);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
#home.search-open .form-search {
  top: 90px;
  transform: translate3d(0, 0, 0);
}
#home.closing .form-search {
  transition-delay: 0.3s;
  top: calc(100vh - 90px);
}

.algo-result {
  overflow: auto;
  height: calc(100vh - 180px);
  width: 100%;
  max-height: 0;
  background-color: #FFFFFF;
  top: 0;
  margin-right: -10px;
  transition: all 0.2s ease;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
  z-index: 1000;
  transform: translate3d(0, 0, 0);
}
.search-open .algo-result {
  max-height: 100%;
  position: fixed;
  transform: translate3d(0, 180px, 0);
}
.closing .algo-result {
  transition-delay: 0s;
  max-height: 0;
  transform: translate3d(0, 0, 0);
}
.algo-result p {
  margin: 30px 0;
}
.algo-result .hotel, .algo-result .retaurant, .algo-result .activite, .algo-result .card-sit {
  margin: 0;
  float: none;
}
.algo-result .hotel .type, .algo-result .retaurant .type, .algo-result .activite .type, .algo-result .card-sit .type {
  font-size: 15px;
  color: #727272;
}
.algo-result .circuit, .algo-result .list-edito {
  margin: 0;
}
.algo-result .grid-sizer,
.algo-result .grid-item {
  width: calc(25% - 10px);
  height: 190px;
  margin-bottom: 10px;
  overflow: hidden;
}
.algo-result .grid-item--height2 {
  height: 380px;
}
.algo-result .grid-item--width2 {
  width: calc(50% - 10px);
  background-color: tomato;
}
@media screen and (max-width: 1024px) {
  .algo-result .grid-sizer,
  .algo-result .grid-item {
    width: calc(33% - 10px);
  }
  .algo-result .grid-item--width2 {
    width: calc(66% - 10px);
  }
}
@media screen and (max-width: 800px) {
  .algo-result .grid-sizer,
  .algo-result .grid-item {
    width: calc(50% - 10px);
  }
  .algo-result .grid-item--width2 {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .algo-result .grid-sizer,
  .algo-result .grid-item {
    width: calc(100% - 10px);
  }
  .algo-result .grid-item--width2 {
    width: calc(100% - 10px);
  }
}

.home-intro {
  margin-bottom: 80px;
  min-height: 630px;
  overflow: hidden;
}
.home-intro h1 {
  font-weight: 700;
}
.home-intro .content-wrapper:first-child {
  margin-top: 160px;
}
.home-intro .col-50 > div {
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .home-intro .col-50 > div {
    margin-left: 0;
  }
}
.home-intro .col-50 > div p strong {
  font-size: 22px;
  line-height: 32px;
  color: #1a5a9f;
  font-weight: 500;
}
.home-intro .col-50 > div p:nth-of-type(2) {
  max-width: 340px;
}
.home-intro .col-50 > div ul {
  max-width: 280px;
}
.home-intro .col-50 > div ul a {
  color: #727272;
  padding-right: 35px;
}
.home-intro .bg-img {
  background-color: transparent;
  position: absolute;
  top: -630px;
  right: calc((100vw - 100%) / -2);
  z-index: -1;
  max-width: 750px;
}
@media screen and (max-width: 980px) {
  .home-intro .bg-img {
    opacity: 0.8;
  }
}
.home-intro .bg-img img {
  max-width: 100%;
  float: right;
}
@media screen and (max-width: 820px) {
  .home-intro .content-wrapper:first-child {
    margin-top: 50px;
    margin-bottom: -250px;
  }
  .home-intro .col-50 {
    width: 100%;
  }
  .home-intro .bg-img {
    top: -250px;
    position: relative;
  }
  .home-intro .bg-img img {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .home-intro .bg-img img {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }
}

.image-link {
  max-width: 1550px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.image-link > div > div {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 1280px) {
  .image-link > div > div {
    width: auto;
    max-width: 630px;
  }
}
.image-link > div > div:nth-child(n+1) {
  float: left;
}
.image-link > div > div:nth-child(n+2) {
  float: right;
  margin-top: 80px;
}
.image-link > div > div a {
  position: relative;
  display: block;
}
.image-link > div > div a figure {
  overflow: hidden;
}
.image-link > div > div a figure img {
  opacity: 1;
  transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
}
.image-link > div > div a:hover img, .image-link > div > div a:active img, .image-link > div > div a:focus img {
  transform: scale(1.05);
  opacity: 0.7;
}
.image-link > div > div a:hover .image-caption h3:after, .image-link > div > div a:active .image-caption h3:after, .image-link > div > div a:focus .image-caption h3:after {
  transform: translate3d(10px, 0, 0);
}
.image-link > div > div a figcaption {
  transform: none;
  top: 10px;
  bottom: auto;
}
.image-link > div > div a .image-caption {
  position: absolute;
  bottom: -11px;
  left: 40px;
  background-color: #1a5a9f;
  padding: 25px 30px;
  width: 480px;
}
.image-link > div > div a .image-caption p, .image-link > div > div a .image-caption h3 {
  color: #FFFFFF;
}
.image-link > div > div a .image-caption h3 {
  display: inline-block;
  margin-top: 0;
  font-size: 24px;
  line-height: 26px;
  padding-right: 30px;
  margin-bottom: 10px;
}
.image-link > div > div a .image-caption h3:after {
  content: "\e901";
  font-family: "icomoon";
  right: 0;
  top: 2px;
  bottom: 0;
  position: absolute;
  font-size: 12px;
  transform: translate3d(0, 0, 0);
  transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
}
.image-link > div > div a .image-caption p {
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 630px) {
  .image-link > div > div a .image-caption {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .image-link > div > div a .image-caption {
    left: 20px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 360px) {
  .image-link > div > div a .image-caption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1270px) {
  .image-link > div > div {
    width: 755px;
    max-width: none;
  }
}
@media screen and (max-width: 980px) {
  .image-link > div > div {
    max-width: 630px;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .image-link img {
    height: auto;
  }
}

.actus-home {
  padding-top: 20px;
  margin-bottom: 90px;
  overflow: hidden;
}
.actus-home > div {
  border-top: 1px solid rgba(60, 60, 59, 0.4);
  border-bottom: 1px solid rgba(60, 60, 59, 0.4);
  padding-bottom: 100px;
}
.actus-home > div > h2 {
  background-color: #FFFFFF;
  padding-right: 40px;
  margin-top: -26px;
  position: absolute;
}
.actus-home > div > div:not(.slick-home-actus) {
  margin-left: 30px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.actus-home > div > div:not(.slick-home-actus) .subtitle {
  padding-left: 10px;
}
.actus-home .slick-home-actus {
  margin-left: 80px;
  margin-top: 15px;
}
.actus-home .slick-home-actus .slick-prev {
  left: -100px;
  cursor: pointer;
}
.actus-home .slick-home-actus .slick-prev:before {
  color: #1a5a9f;
}
.actus-home .slick-home-actus .slick-next {
  right: auto;
  left: 1020px;
  cursor: pointer;
}
.actus-home .slick-home-actus .slick-next:before {
  color: #1a5a9f;
}
.actus-home .slick-home-actus .slick-list {
  overflow: visible;
}
.actus-home .slick-home-actus .slick-dots {
  top: 50%;
  transform: translateY(-50%);
  counter-reset: slides-num;
  left: 950px;
  width: auto;
  bottom: auto;
  height: 100%;
  margin: 0;
  right: auto;
  display: block;
  position: absolute;
  text-align: left;
}
.actus-home .slick-home-actus .slick-dots > li {
  counter-increment: slides-num;
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.actus-home .slick-home-actus .slick-dots > li button {
  display: none;
}
.actus-home .slick-home-actus .slick-dots > li:before {
  content: "";
  display: none;
  position: absolute;
  left: 11px;
  background-color: #000;
  height: 1px;
  width: 10px;
}
.actus-home .slick-home-actus .slick-dots > li:after {
  content: counter(slides-num);
  display: none;
  position: absolute;
  left: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 0;
}
.actus-home .slick-home-actus .slick-dots > li.slick-active:after, .actus-home .slick-home-actus .slick-dots > li.slick-active:before {
  display: inline-block;
}
.actus-home .slick-home-actus .slick-dots:after {
  content: counter(slides-num);
  display: block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  padding-left: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 1160px) {
  .actus-home .slick-home-actus .slick-next {
    right: 0;
    left: auto;
  }
  .actus-home .slick-home-actus .slick-dots {
    left: 50%;
    right: auto;
    top: 220px;
  }
}
@media screen and (max-width: 980px) {
  .actus-home .slick-home-actus {
    margin-left: 30px;
  }
  .actus-home .slick-home-actus .slick-prev {
    left: -50px;
  }
}
@media screen and (max-width: 724px) {
  .actus-home .slick-home-actus .slick-dots {
    left: auto;
    right: 80px;
    top: 50%;
  }
}
.actus-home .actu-home a {
  display: flex;
  align-items: center;
}
.actus-home .actu-home a figure, .actus-home .actu-home a .no-photo {
  margin-right: 45px;
  width: 300px;
  height: 190px;
}
.actus-home .actu-home a figure img, .actus-home .actu-home a .no-photo img {
  width: 300px;
  height: 190px;
}
@media screen and (max-width: 980px) {
  .actus-home .actu-home a figure, .actus-home .actu-home a .no-photo {
    margin-right: 15px;
  }
}
.actus-home .actu-home a > div:not(.no-photo) {
  height: 100%;
  width: 455px;
  float: left;
}
.actus-home .actu-home a > div:not(.no-photo) .link {
  text-transform: uppercase;
  font-weight: 600;
}
.actus-home .actu-home figure {
  position: relative;
}
.actus-home figcaption {
  max-width: 150px;
}
.actus-home .item {
  max-width: 800px;
  margin-left: 240px;
  opacity: 1;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1160px) {
  .actus-home .item {
    margin-left: 0;
    padding-left: 40px;
  }
  .actus-home .item:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .actus-home .item {
    padding-left: 0;
  }
  .actus-home .item a figure {
    margin-right: 15px;
  }
  .actus-home .item a > div {
    padding-right: 15px;
  }
}
@media screen and (max-width: 724px) {
  .actus-home .item a {
    flex-wrap: wrap;
    justify-content: center;
  }
  .actus-home .item a > div:not(.no-photo) {
    width: 300px;
  }
}
.actus-home .item:first-child {
  margin-left: 0;
}
.actus-home .item:not(.slick-active) {
  opacity: 0.2;
}

.home-articles {
  text-align: center;
}
.home-articles figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  max-width: 210px;
  background-color: transparent;
  margin: 0 auto;
}
.home-articles figure img {
  transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
}
.home-articles .link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.home-articles .link:before {
  transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
  display: block;
  position: absolute;
  background-color: #1a5a9f;
  width: 100%;
  height: 2px;
  bottom: -5px;
  max-width: 0;
  left: 0;
  z-index: -1;
}
.home-articles a:hover .link:before, .home-articles a:active .link:before, .home-articles a:focus .link:before {
  max-width: 100%;
}
.home-articles .col-wrapper > div {
  margin-bottom: 75px;
}
.home-articles .citation {
  font-family: "brownhill", Sans-Serif;
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  line-height: 50px;
  text-align: center;
  max-width: 300px;
  margin: 40px auto 50px;
  position: relative;
  display: block;
}
.home-articles .citation:before {
  content: "\e906";
  font-family: "icomoon";
  color: #cccccc;
  position: absolute;
  top: -15px;
  left: -10px;
  font-size: 15px;
  line-height: 15px;
}
.home-articles .citation:after {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  color: #cccccc;
  bottom: -15px;
  right: -10px;
  font-size: 15px;
  line-height: 15px;
  transform: rotateZ(180deg);
}

#content-sit main .scrollzone {
  position: relative;
}
#content-sit main .main-infos {
  position: absolute;
  top: 0;
  left: 0;
  width: 472px !important;
  height: calc(100vh - 180px);
  background-color: #F5F5F5;
  padding: 40px 40px 50px 40px;
  z-index: 1;
}
#content-sit main .main-infos .add-fav {
  color: #1a5a9f;
  top: 40px;
  right: 40px;
  font-size: 30px;
}
#content-sit main .main-infos .add-fav:hover {
  color: #ff4141;
}
#content-sit main .main-infos .rate {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 40px;
}
#content-sit main .main-infos .rate span {
  padding-right: 3px;
}
#content-sit main .main-infos .rate span:first-child {
  padding-left: 7px;
}
#content-sit main .main-infos .date-encart {
  display: inline-block;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #1a5a9f;
  margin-right: 40px;
}
#content-sit main .main-infos .date-encart + * {
  margin-top: 4px;
}
#content-sit main .main-infos h1 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}
#content-sit main .main-infos p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}
#content-sit main .main-infos .adresse, #content-sit main .main-infos .contact {
  margin-bottom: 20px;
  font-size: 13px;
}
#content-sit main .main-infos .adresse a, #content-sit main .main-infos .contact a {
  color: #000;
}
#content-sit main .main-infos .adresse a:hover, #content-sit main .main-infos .adresse a:active #content-sit main .main-infos .adresse a:focus, #content-sit main .main-infos .contact a:hover, #content-sit main .main-infos .adresse a:active #content-sit main .main-infos .contact a:focus, #content-sit main .main-infos .contact a:active #content-sit main .main-infos .adresse a:focus, #content-sit main .main-infos .contact a:active #content-sit main .main-infos .contact a:focus {
  color: #1a5a9f;
}
#content-sit main .main-infos .contact span {
  padding: 0;
  font-size: 30px;
  color: #999;
  margin-right: 8px;
  margin-top: 8px;
  display: inline-block;
  transition: all 0.2s ease;
}
#content-sit main .main-infos .contact span:hover, #content-sit main .main-infos .contact span:active, #content-sit main .main-infos .contact span:focus {
  color: #1a5a9f;
}
#content-sit main .main-infos .contact .rs-link:nth-child(0n+1):before {
  content: "";
  display: block;
}
#content-sit main .main-infos .btn-fill {
  margin-bottom: 10px;
  border-color: #d8e0e7;
  vertical-align: middle;
  line-height: 20px;
  font-size: 14px;
}
#content-sit main .main-infos .btn-fill span {
  font-size: 20px;
  vertical-align: middle;
  transition: all 0.2s ease;
}
#content-sit main .main-infos .btn-fill:hover, #content-sit main .main-infos .btn-fill:active #content-sit main .main-infos .btn-fill:focus {
  color: #FFFFFF;
}
#content-sit main .main-infos .btn-fill:hover span, #content-sit main .main-infos .btn-fill:active #content-sit main .main-infos .btn-fill:focus span {
  color: #FFFFFF;
}
#content-sit main .main-infos .localiser {
  background-color: #FFFFFF;
  border: none;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 13px;
}
#content-sit main .main-infos .localiser span {
  margin-right: 20px;
  color: #1a5a9f;
}
#content-sit main .main-infos .localiser:hover, #content-sit main .main-infos .localiser:active #content-sit main .main-infos .localiser:focus {
  background-color: #1a5a9f;
  color: #FFFFFF;
}
#content-sit main .main-infos .localiser:hover span, #content-sit main .main-infos .localiser:active #content-sit main .main-infos .localiser:focus span {
  color: #FFFFFF;
}
#content-sit main .main-infos .last-maj {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
#content-sit main .main-infos .small-col {
  position: relative;
}
#content-sit main .main-infos .small-col > * {
  position: relative;
  width: calc(50% - 5px);
  float: left;
}
#content-sit main .main-infos .small-col > *:first-child {
  padding-right: 5px;
}
#content-sit main .main-infos .numeros-map {
  position: absolute;
  bottom: auto;
  width: calc(100% - 70px);
}
#content-sit main .main-infos .numeros-map > div {
  width: 100%;
}
@media screen and (max-width: 980px) {
  #content-sit main .main-infos .numeros-map {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #content-sit main .main-infos .numeros-map > div {
    width: calc(100% - 40px);
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  #content-sit main .main-infos {
    height: auto;
    width: 100% !important;
    position: relative !important;
    margin-bottom: 30px;
    top: 0 !important;
  }
  #content-sit main .main-infos .numeros-map {
    position: relative;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #content-sit main .main-infos {
    padding: 20px 20px 30px !important;
  }
}
@media screen and (max-height: 799px) {
  #content-sit main .main-infos {
    padding: 20px 40px 30px 40px;
  }
  #content-sit main .main-infos .add-fav {
    top: 20px;
  }
  #content-sit main .main-infos h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #content-sit main .main-infos p {
    margin-bottom: 20px;
  }
  #content-sit main .main-infos .small-col {
    position: relative;
  }
  #content-sit main .main-infos .small-col > * {
    position: relative;
    width: calc(50% - 5px);
    float: left;
  }
  #content-sit main .main-infos .small-col > *:first-child {
    padding-right: 5px;
  }
  #content-sit main .main-infos .btn-fill {
    padding: 12px 15px;
  }
  #content-sit main .main-infos .btn-fill span {
    margin-right: 10px;
    padding-right: 0;
  }
}
@media screen and (max-width: 360px) {
  #content-sit main .main-infos .adresse-contact > * {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-height: 670px) {
  #content-sit main .main-infos {
    height: auto;
  }
}
#content-sit main header {
  height: calc(100vh - 180px);
  position: relative;
  border-bottom: none;
  transition: all 0.2s ease;
}
#content-sit main header > figure, #content-sit main header .slider-container {
  height: 100% !important;
  position: relative;
  width: calc(100% - 472px);
  float: right;
}
#content-sit main header > figure figure, #content-sit main header > figure .slick-carousel, #content-sit main header .slider-container figure, #content-sit main header .slider-container .slick-carousel {
  height: 100% !important;
}
#content-sit main header > figure .slider-nav, #content-sit main header .slider-container .slider-nav {
  bottom: 35px;
}
#content-sit main header .no-photo {
  height: 100%;
}
#content-sit main header .date {
  position: absolute;
  top: 20px;
  left: 492px;
}
#content-sit main header .date div:not(.finis) {
  color: #FFFFFF;
  display: block;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 0px;
}
#content-sit main header .date div:not(.finis) b {
  font-size: 20px;
}
#content-sit main header .date .finis {
  position: absolute;
  top: 0;
  left: 60px;
  height: 50px;
  width: 200px;
  border: solid 1px #FFFFFF;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content-sit main header .date .finis p {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 23px;
}
@media screen and (max-width: 980px) {
  #content-sit main header {
    margin-bottom: 0;
  }
}
#content-sit main .fiche-sit {
  padding-left: calc(492px - (100vw - 100%) / 2);
}
@media screen and (max-width: 980px) {
  #content-sit main .fiche-sit {
    padding: 0;
  }
}
#content-sit main .fiche-sit .bloc-texte {
  padding-top: 0;
}
#content-sit main .fiche-sit .bloc-texte:first-child {
  padding-top: 25px;
}
#content-sit main .fiche-sit .infos li {
  padding-left: 0;
  margin-bottom: 15px;
}
#content-sit main .fiche-sit .infos li b {
  font-weight: 700;
  padding-right: 5px;
}
#content-sit main .fiche-sit .infos li span {
  display: inline-block;
  color: #1a5a9f;
  padding: 5px 20px;
  background-color: #d8e0e7;
  border-radius: 45px;
  margin: 5px;
  white-space: nowrap;
}
#content-sit main .fiche-sit .infos li:before {
  content: none;
}
#content-sit main .fiche-sit .prix span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  padding-left: 5px;
}
#content-sit main .fiche-sit .prix ul li {
  font-size: 22px;
  line-height: 32px;
  color: #1a5a9f;
  padding: 0 5px 20px 5px;
  width: calc(50% - 12px);
  display: inline-block;
  vertical-align: top;
}
#content-sit main .fiche-sit .prix ul li:before {
  content: none;
}
@media screen and (max-width: 599px) {
  #content-sit main .fiche-sit .prix ul li {
    width: 100%;
  }
}
#content-sit main .fiche-sit > *:last-child {
  margin-bottom: 65px;
}
#content-sit main .fiche-sit .relation-agences {
  position: relative;
  display: block;
}
#content-sit main .fiche-sit .relation-agences h2 {
  font-size: 30px;
  line-height: 40px;
}
#content-sit main .fiche-sit .relation-agences .content-wrapper {
  margin: 0 !important;
}
#content-sit main .fiche-sit .relation-agences .offres {
  overflow: hidden;
}
#content-sit main .fiche-sit .relation-agences .offres > div {
  width: 100%;
  float: none;
  min-height: 0;
}
#content-sit main .fiche-sit .relation-agences .offres > div:hover {
  box-shadow: none;
}
#content-sit main .fiche-sit .relation-agences .offres > div a:not(.add-fav) {
  display: flex;
}
#content-sit main .fiche-sit .relation-agences .offres > div a:not(.add-fav) figure {
  flex-shrink: 0;
  width: 270px;
  height: auto;
}
@media screen and (max-width: 599px) {
  #content-sit main .fiche-sit .relation-agences .offres > div a:not(.add-fav) figure {
    width: 100px;
  }
}
#content-sit main .fiche-sit .relation-agences .offres > div a:not(.add-fav) figure img {
  height: 100%;
  width: auto;
}
#content-sit main .fiche-sit .relation-agences .offres > div a:not(.add-fav) .no-photo {
  display: none;
}
#content-sit main .fiche-sit .relation-agences .offres > div a:not(.add-fav) .infos {
  width: 100%;
  padding: 20px;
  margin: auto 0;
}
@media screen and (max-width: 599px) {
  #content-sit main .fiche-sit .relation-agences .offres > div a:not(.add-fav) .infos h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
  }
}
#content-sit main .fiche-sit .relation-agences .offres > div a:not(.add-fav) .infos .lien {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
}
#content-sit main .fiche-sit .relation-agences .offres.more + .show-more {
  display: block;
  width: 100%;
}
#content-sit main .fiche-sit .relation-agences .show-more {
  display: none;
  text-align: center;
  width: 100%;
  cursor: pointer;
  background-color: white;
  color: #1a5a9f;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0;
  text-transform: uppercase;
  border: 0;
  outline: none;
  transition: all 0.2s ease;
}
#content-sit main .fiche-sit .relation-agences .show-more span {
  font-size: 12px;
  margin-left: 20px;
}
#content-sit main .fiche-sit .relation-agences .show-more span:before {
  position: relative;
  transform-origin: center center;
  transform: translate3d(0, 0, 0) rotate(45deg);
}
@media screen and (max-width: 980px) {
  #content-sit main header {
    height: auto !important;
  }
  #content-sit main header > figure, #content-sit main header .slider-container {
    float: none;
    position: relative;
    height: auto !important;
    width: auto;
  }
  #content-sit main header .main-infos {
    width: 100%;
    position: relative;
  }
  #content-sit main header .main-infos .add-fav {
    top: 30px;
  }
  #content-sit main header .main-infos .numeros-map {
    position: relative;
    bottom: auto;
  }
  #content-sit main aside h1 {
    margin-right: 60px;
  }
  #content-sit main .fiche-sit {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #content-sit main header .main-infos {
    padding: 40px 20px 50px 20px;
  }
  #content-sit main header .main-infos .add-fav {
    right: 20px;
  }
  #content-sit main header .main-infos .last-maj {
    right: 20px;
  }
  #content-sit main header .main-infos .small-col > * {
    width: 100%;
    float: none;
  }
  #content-sit main header .main-infos .small-col > *:first-child {
    padding-right: 0px;
  }
  #content-sit main .main-infos .add-fav {
    top: 10px;
    right: 20px;
  }
  #content-sit main .main-infos h1 {
    margin-right: 0;
  }
  #content-sit main .fiche-sit {
    width: calc(100% - 40px);
  }
}

.sit-relation, .multi-slider, .single-relation {
  padding-top: 20px;
  margin-bottom: 90px;
  overflow: hidden;
}
.sit-relation > div, .multi-slider > div, .single-relation > div {
  border-top: 1px solid rgba(60, 60, 59, 0.4);
  border-bottom: 1px solid rgba(60, 60, 59, 0.4);
  padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .sit-relation > div, .multi-slider > div, .single-relation > div {
    border-top-color: transparent;
  }
}
.sit-relation > div > h2, .sit-relation > div span.h2, .multi-slider > div > h2, .multi-slider > div span.h2, .single-relation > div > h2, .single-relation > div span.h2 {
  background-color: #FFFFFF;
  padding-right: 40px;
  margin-top: -26px;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .sit-relation > div > h2, .sit-relation > div span.h2, .multi-slider > div > h2, .multi-slider > div span.h2, .single-relation > div > h2, .single-relation > div span.h2 {
    margin-top: 0;
  }
}
.sit-relation > div > div:not(.slick-home-actus):not(.slick-relation-sit), .multi-slider > div > div:not(.slick-home-actus):not(.slick-relation-sit), .single-relation > div > div:not(.slick-home-actus):not(.slick-relation-sit) {
  margin-left: 30px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.sit-relation > div > div:not(.slick-home-actus):not(.slick-relation-sit) .subtitle, .multi-slider > div > div:not(.slick-home-actus):not(.slick-relation-sit) .subtitle, .single-relation > div > div:not(.slick-home-actus):not(.slick-relation-sit) .subtitle {
  padding-left: 10px;
}
.sit-relation .slick-relation-sit, .sit-relation .slick-relation, .multi-slider .slick-relation-sit, .multi-slider .slick-relation, .single-relation .slick-relation-sit, .single-relation .slick-relation {
  margin-left: 80px;
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .sit-relation .slick-relation-sit, .sit-relation .slick-relation, .multi-slider .slick-relation-sit, .multi-slider .slick-relation, .single-relation .slick-relation-sit, .single-relation .slick-relation {
    margin-left: 0;
    margin-top: 150px;
  }
}
@media screen and (max-width: 360px) {
  .sit-relation .slick-relation-sit, .sit-relation .slick-relation, .multi-slider .slick-relation-sit, .multi-slider .slick-relation, .single-relation .slick-relation-sit, .single-relation .slick-relation {
    margin-top: 170px;
  }
}
.sit-relation .slick-relation-sit .slick-prev, .sit-relation .slick-relation .slick-prev, .multi-slider .slick-relation-sit .slick-prev, .multi-slider .slick-relation .slick-prev, .single-relation .slick-relation-sit .slick-prev, .single-relation .slick-relation .slick-prev {
  left: -100px;
  cursor: pointer;
}
.sit-relation .slick-relation-sit .slick-prev:before, .sit-relation .slick-relation .slick-prev:before, .multi-slider .slick-relation-sit .slick-prev:before, .multi-slider .slick-relation .slick-prev:before, .single-relation .slick-relation-sit .slick-prev:before, .single-relation .slick-relation .slick-prev:before {
  color: #1a5a9f;
}
.sit-relation .slick-relation-sit .slick-next, .sit-relation .slick-relation .slick-next, .multi-slider .slick-relation-sit .slick-next, .multi-slider .slick-relation .slick-next, .single-relation .slick-relation-sit .slick-next, .single-relation .slick-relation .slick-next {
  right: 100px;
  left: auto;
  cursor: pointer;
}
.sit-relation .slick-relation-sit .slick-next:before, .sit-relation .slick-relation .slick-next:before, .multi-slider .slick-relation-sit .slick-next:before, .multi-slider .slick-relation .slick-next:before, .single-relation .slick-relation-sit .slick-next:before, .single-relation .slick-relation .slick-next:before {
  color: #1a5a9f;
}
.sit-relation .slick-relation-sit .slick-list, .sit-relation .slick-relation .slick-list, .multi-slider .slick-relation-sit .slick-list, .multi-slider .slick-relation .slick-list, .single-relation .slick-relation-sit .slick-list, .single-relation .slick-relation .slick-list {
  overflow: visible;
}
.sit-relation .slick-relation-sit .slick-dots, .sit-relation .slick-relation .slick-dots, .multi-slider .slick-relation-sit .slick-dots, .multi-slider .slick-relation .slick-dots, .single-relation .slick-relation-sit .slick-dots, .single-relation .slick-relation .slick-dots {
  top: 50%;
  transform: translateY(-50%);
  counter-reset: slides-num;
  left: auto;
  right: 170px;
  width: auto;
  bottom: auto;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  text-align: left;
}
.sit-relation .slick-relation-sit .slick-dots > li, .sit-relation .slick-relation .slick-dots > li, .multi-slider .slick-relation-sit .slick-dots > li, .multi-slider .slick-relation .slick-dots > li, .single-relation .slick-relation-sit .slick-dots > li, .single-relation .slick-relation .slick-dots > li {
  counter-increment: slides-num;
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sit-relation .slick-relation-sit .slick-dots > li button, .sit-relation .slick-relation .slick-dots > li button, .multi-slider .slick-relation-sit .slick-dots > li button, .multi-slider .slick-relation .slick-dots > li button, .single-relation .slick-relation-sit .slick-dots > li button, .single-relation .slick-relation .slick-dots > li button {
  display: none;
}
.sit-relation .slick-relation-sit .slick-dots > li:before, .sit-relation .slick-relation .slick-dots > li:before, .multi-slider .slick-relation-sit .slick-dots > li:before, .multi-slider .slick-relation .slick-dots > li:before, .single-relation .slick-relation-sit .slick-dots > li:before, .single-relation .slick-relation .slick-dots > li:before {
  content: "";
  display: none;
  position: absolute;
  left: 11px;
  background-color: #000;
  height: 1px;
  width: 10px;
}
.sit-relation .slick-relation-sit .slick-dots > li:after, .sit-relation .slick-relation .slick-dots > li:after, .multi-slider .slick-relation-sit .slick-dots > li:after, .multi-slider .slick-relation .slick-dots > li:after, .single-relation .slick-relation-sit .slick-dots > li:after, .single-relation .slick-relation .slick-dots > li:after {
  content: counter(slides-num);
  display: none;
  position: absolute;
  left: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 0;
}
.sit-relation .slick-relation-sit .slick-dots > li.slick-active:after, .sit-relation .slick-relation-sit .slick-dots > li.slick-active:before, .sit-relation .slick-relation .slick-dots > li.slick-active:after, .sit-relation .slick-relation .slick-dots > li.slick-active:before, .multi-slider .slick-relation-sit .slick-dots > li.slick-active:after, .multi-slider .slick-relation-sit .slick-dots > li.slick-active:before, .multi-slider .slick-relation .slick-dots > li.slick-active:after, .multi-slider .slick-relation .slick-dots > li.slick-active:before, .single-relation .slick-relation-sit .slick-dots > li.slick-active:after, .single-relation .slick-relation-sit .slick-dots > li.slick-active:before, .single-relation .slick-relation .slick-dots > li.slick-active:after, .single-relation .slick-relation .slick-dots > li.slick-active:before {
  display: inline-block;
}
.sit-relation .slick-relation-sit .slick-dots:not(:empty):after, .sit-relation .slick-relation .slick-dots:not(:empty):after, .multi-slider .slick-relation-sit .slick-dots:not(:empty):after, .multi-slider .slick-relation .slick-dots:not(:empty):after, .single-relation .slick-relation-sit .slick-dots:not(:empty):after, .single-relation .slick-relation .slick-dots:not(:empty):after {
  content: counter(slides-num);
  display: block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  padding-left: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.sit-relation .slick-relation-sit .no-photo, .sit-relation .slick-relation .no-photo, .multi-slider .slick-relation-sit .no-photo, .multi-slider .slick-relation .no-photo, .single-relation .slick-relation-sit .no-photo, .single-relation .slick-relation .no-photo {
  width: 270px;
  height: 190px;
}
@media screen and (min-width: 1600px) {
  .sit-relation .slick-relation-sit .slick-next, .sit-relation .slick-relation .slick-next, .multi-slider .slick-relation-sit .slick-next, .multi-slider .slick-relation .slick-next, .single-relation .slick-relation-sit .slick-next, .single-relation .slick-relation .slick-next {
    right: 0;
    left: auto;
  }
  .sit-relation .slick-relation-sit .slick-dots, .sit-relation .slick-relation .slick-dots, .multi-slider .slick-relation-sit .slick-dots, .multi-slider .slick-relation .slick-dots, .single-relation .slick-relation-sit .slick-dots, .single-relation .slick-relation .slick-dots {
    left: auto;
    right: 70px;
  }
}
@media screen and (max-width: 599px) {
  .sit-relation .slick-relation-sit .slick-next, .sit-relation .slick-relation .slick-next, .multi-slider .slick-relation-sit .slick-next, .multi-slider .slick-relation .slick-next, .single-relation .slick-relation-sit .slick-next, .single-relation .slick-relation .slick-next {
    right: 0;
    left: auto;
  }
  .sit-relation .slick-relation-sit .slick-prev, .sit-relation .slick-relation .slick-prev, .multi-slider .slick-relation-sit .slick-prev, .multi-slider .slick-relation .slick-prev, .single-relation .slick-relation-sit .slick-prev, .single-relation .slick-relation .slick-prev {
    left: -30px;
  }
  .sit-relation .slick-relation-sit .slick-dots, .sit-relation .slick-relation .slick-dots, .multi-slider .slick-relation-sit .slick-dots, .multi-slider .slick-relation .slick-dots, .single-relation .slick-relation-sit .slick-dots, .single-relation .slick-relation .slick-dots {
    left: auto;
    right: 70px;
  }
}
@media screen and (max-width: 360px) {
  .sit-relation .slick-relation-sit .slick-dots, .sit-relation .slick-relation .slick-dots, .multi-slider .slick-relation-sit .slick-dots, .multi-slider .slick-relation .slick-dots, .single-relation .slick-relation-sit .slick-dots, .single-relation .slick-relation .slick-dots {
    display: none !important;
  }
  .sit-relation .slick-relation-sit .slick-next, .sit-relation .slick-relation .slick-next, .multi-slider .slick-relation-sit .slick-next, .multi-slider .slick-relation .slick-next, .single-relation .slick-relation-sit .slick-next, .single-relation .slick-relation .slick-next {
    right: -15px;
    left: auto;
  }
  .sit-relation .slick-relation-sit .slick-prev, .sit-relation .slick-relation .slick-prev, .multi-slider .slick-relation-sit .slick-prev, .multi-slider .slick-relation .slick-prev, .single-relation .slick-relation-sit .slick-prev, .single-relation .slick-relation .slick-prev {
    left: -30px;
  }
}
.sit-relation .actu-home figure, .multi-slider .actu-home figure, .single-relation .actu-home figure {
  float: left;
  margin-right: 45px;
}
.sit-relation .actu-home a > div, .multi-slider .actu-home a > div, .single-relation .actu-home a > div {
  height: 100%;
  min-height: 190px;
}
.sit-relation .item, .multi-slider .item, .single-relation .item {
  width: 270px;
  opacity: 1;
  margin: 10px;
  transition: all 0.2s ease;
}
.sit-relation .item:first-child, .multi-slider .item:first-child, .single-relation .item:first-child {
  margin-left: 0;
}
.sit-relation .item:not(.slick-active), .multi-slider .item:not(.slick-active), .single-relation .item:not(.slick-active) {
  opacity: 0.2;
}
.sit-relation .item .hotel, .multi-slider .item .hotel, .single-relation .item .hotel {
  width: auto;
  margin: 0;
}
.sit-relation .item .hotel.no-picture, .multi-slider .item .hotel.no-picture, .single-relation .item .hotel.no-picture {
  height: 190px;
  width: 270px;
}

.single-relation {
  margin-bottom: 0;
}
.single-relation > div {
  padding-top: 50px;
  border-bottom: none;
}

#overlay-map {
  position: fixed;
  height: calc(100vh - 90px);
  top: 90px;
  width: 100vw;
  opacity: 0;
  max-height: 0;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 10000;
  background-color: #FFFFFF;
  overflow: hidden;
}
#overlay-map.open {
  max-height: 100vh;
  opacity: 1;
}
#overlay-map .bloc-map {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #727272;
}
#overlay-map .bloc-map .close-button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+50,0.35+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#59000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  z-index: 400;
}
#overlay-map .bloc-map .close-button .icon-cross {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #overlay-map .bloc-map .close-button {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  #overlay-map .bloc-map .close-button {
    width: 90px;
    height: 90px;
    background: transparent;
  }
  #overlay-map .bloc-map .close-button .icon-cross {
    color: #1a5a9f;
  }
}
#overlay-map .bloc-map .itineraire {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #FFFFFF;
  height: 50px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 400;
}
#overlay-map .bloc-map .itineraire span {
  padding-right: 20px;
  color: #1a5a9f;
  font-size: 15px;
}
#overlay-map .bloc-map .itineraire:hover {
  background: #1a5a9f;
  color: #FFFFFF;
}
#overlay-map .bloc-map .itineraire:hover span {
  color: #FFFFFF;
}
#overlay-map .bloc-map .maps {
  width: 100%;
  height: 100%;
}

#overlay-fiche-agence {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 800px;
  height: 100vh;
  transition: all 0.2s ease;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 10px 0px 40px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
}
#overlay-fiche-agence.open {
  opacity: 1;
  pointer-events: auto;
}
#overlay-fiche-agence .top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-bottom: 1px solid rgba(114, 114, 114, 0.2);
  padding: 20px 40px 20px 40px;
  height: 80px;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  #overlay-fiche-agence .top {
    padding: 20px;
  }
}
#overlay-fiche-agence .top span:not(.close-fiche-agence) {
  font-size: 30px;
  line-height: 30px;
}
#overlay-fiche-agence .top .close-fiche-agence {
  position: relative;
  font-size: 20px;
  cursor: pointer;
}
body:not(.no-hover) #overlay-fiche-agence .top .close-fiche-agence:hover {
  color: #1a5a9f;
}
#overlay-fiche-agence .fiche {
  position: relative;
  padding: 30px 40px;
  min-height: calc(100% - 160px);
}
@media screen and (max-width: 599px) {
  #overlay-fiche-agence .fiche {
    padding: 20px;
  }
}
#overlay-fiche-agence .fiche p {
  font-size: 13px;
  line-height: 22px;
}
#overlay-fiche-agence .fiche .surtitre {
  font-size: 10px;
  line-height: 15px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 2px;
}
#overlay-fiche-agence .fiche .titre {
  font-family: "c+", Sans-Serif;
  color: #1a5a9f;
  font-size: 25px;
  line-height: 25px;
}
#overlay-fiche-agence .fiche .location {
  font-size: 15px;
  line-height: 25px;
  color: #727272;
  font-weight: 400;
  text-transform: none;
}
#overlay-fiche-agence .fiche figure {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#overlay-fiche-agence .fiche figure img {
  width: 100%;
  height: auto;
}
#overlay-fiche-agence .fiche .description {
  margin-top: 30px;
}
#overlay-fiche-agence .fiche .adresse-contact {
  margin-top: 30px;
}
#overlay-fiche-agence .fiche .adresse-contact > * {
  float: left;
  width: calc(50% - 10px);
}
@media screen and (max-width: 599px) {
  #overlay-fiche-agence .fiche .adresse-contact > * {
    width: 100%;
  }
}
#overlay-fiche-agence .fiche .adresse-contact > *:nth-child(odd) {
  clear: left;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  #overlay-fiche-agence .fiche .adresse-contact > *:nth-child(odd) {
    margin-right: 0;
  }
}
#overlay-fiche-agence .fiche .adresse-contact > *:nth-child(even) {
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  #overlay-fiche-agence .fiche .adresse-contact > *:nth-child(even) {
    margin-left: 0;
  }
}
#overlay-fiche-agence .fiche .adresse-contact .contact span {
  font-size: 30px;
  color: #999;
  margin-right: 8px;
  margin-top: 8px;
  display: inline-block;
  transition: all 0.2s ease;
}
body:not(.no-hover) #overlay-fiche-agence .fiche .adresse-contact .contact span:hover {
  color: #1a5a9f;
}
#overlay-fiche-agence .fiche .numeros-map {
  margin-top: 30px;
}
#overlay-fiche-agence .fiche .numeros-map > div {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
#overlay-fiche-agence .bottom {
  display: flex;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: white;
  border-top: 1px solid rgba(114, 114, 114, 0.2);
  padding: 20px 40px 20px 40px;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  height: 80px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  #overlay-fiche-agence .bottom {
    padding: 20px;
    height: 60px;
  }
}
body:not(.no-hover) #overlay-fiche-agence .bottom:hover {
  text-decoration: underline;
}

#single-circuit .fullpage-header {
  margin-bottom: 0;
}
#single-circuit .fullpage-header .wrapper-map .maps {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 0;
  height: 100%;
  width: 100vw;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 10;
}
#single-circuit .fullpage-header .wrapper-map .maps:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=1 ); /* IE6-9 */
  z-index: 400;
}
@media screen and (max-width: 980px) {
  #single-circuit .fullpage-header .wrapper-map .maps:after {
    display: none;
  }
}
#single-circuit .fullpage-header .wrapper-map .maps .leaflet-popup-content .add-fav {
  display: none;
}
#single-circuit .fullpage-header .wrapper-map .maps .leaflet-popup-content figure {
  position: relative !important;
}
#single-circuit .fullpage-header .wrapper-map .maps .leaflet-popup-content figure img {
  width: 100%;
  height: 190px;
}
#single-circuit .fullpage-header .wrapper-map .maps .leaflet-popup-content > a > div {
  padding: 20px;
}
#single-circuit .fullpage-header .wrapper-map .maps .leaflet-popup-content > a > div .type {
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 14px;
}
#single-circuit .fullpage-header .wrapper-map .maps .leaflet-popup-content > a > div .type span {
  padding: 0 2px;
  font-size: 11px;
}
#single-circuit .fullpage-header .wrapper-map .maps .leaflet-popup-content > a > div .type span:first-child {
  padding-left: 0px;
}
#single-circuit .fullpage-header .wrapper-map .maps .leaflet-popup-content > a > div h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 8px 0;
}
#single-circuit .fullpage-header .wrapper-map .maps .leaflet-popup-content > a > div .localisation {
  font-size: 15px;
  color: #727272;
}
#single-circuit .fullpage-header .wrapper-map .maps .leaflet-popup-content > a > div .localisation:after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  border-radius: 45px;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
#single-circuit .fullpage-header .wrapper-map .maps .leaflet-popup-close-button {
  top: 0;
}
#single-circuit .fullpage-header .wrapper-map .icon-cross {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 401;
  display: none;
}
#single-circuit .fullpage-header .wrapper-map.opened .maps {
  max-width: 100vw;
}
#single-circuit .fullpage-header .wrapper-map.opened .icon-cross {
  display: block;
}
@media screen and (max-width: 980px) {
  #single-circuit .fullpage-header .wrapper-map.opened .icon-cross {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #single-circuit .fullpage-header .wrapper-map.opened .icon-cross {
    display: none;
  }
}
#single-circuit .fullpage-header figure {
  height: 100% !important;
}
@media screen and (max-width: 980px) {
  #single-circuit .fullpage-header {
    height: auto !important;
    min-height: 500px;
  }
  #single-circuit .fullpage-header figure {
    position: absolute;
  }
  #single-circuit .fullpage-header .circuit-container-head {
    position: relative;
  }
  #single-circuit .fullpage-header .circuit-container-head .description {
    position: relative;
  }
}
#single-circuit #footer {
  margin-top: 0;
}
#single-circuit .circuit-container-head {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#single-circuit .circuit-container-head .description {
  width: calc(100% - 492px);
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 20px;
  margin-bottom: 40px;
  z-index: 1;
}
#single-circuit .circuit-container-head .description * {
  color: #FFFFFF;
}
#single-circuit .circuit-container-head .description .half-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
#single-circuit .circuit-container-head .description .half-wrapper .type {
  margin-bottom: 10px;
}
#single-circuit .circuit-container-head .description .half-wrapper .type span {
  font-size: 18px;
  line-height: 28px;
  position: relative;
}
#single-circuit .circuit-container-head .description .half-wrapper .type span.le-type {
  font-weight: 600;
  padding-right: 20px;
  position: relative;
}
#single-circuit .circuit-container-head .description .half-wrapper .type span:first-child {
  padding-right: 10px;
}
#single-circuit .circuit-container-head .description .half-wrapper .type span:first-child:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 2px;
  height: 20px;
  top: 3px;
  right: 2px;
}
#single-circuit .circuit-container-head .description .half-wrapper .type span:last-child {
  padding-right: 0;
}
#single-circuit .circuit-container-head .description .half-wrapper .type span:last-child:after {
  content: none;
}
#single-circuit .circuit-container-head .description .half-wrapper .type span.the-type {
  font-weight: 600;
}
#single-circuit .circuit-container-head .description .half-wrapper .prix {
  font-size: 22px;
  text-align: right;
}
#single-circuit .circuit-container-head .description .half-wrapper .prix p {
  margin-bottom: 10px;
}
#single-circuit .circuit-container-head .description .half-wrapper .prix span {
  font-size: 32px;
}
#single-circuit .circuit-container-head .description h1 {
  font-size: 30px;
  line-height: 40px;
}
#single-circuit .circuit-container-head .description p, #single-circuit .circuit-container-head .description a {
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  #single-circuit .circuit-container-head .description p, #single-circuit .circuit-container-head .description a {
    margin-left: 0;
  }
}
#single-circuit .circuit-container-head .description a:before {
  background-color: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #single-circuit .circuit-container-head .description {
    padding-right: 0;
  }
}
#single-circuit .circuit-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#single-circuit .circuit-container .le-circuit {
  width: 492px;
  position: absolute;
  padding-left: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 400;
}
#single-circuit .circuit-container .le-circuit .control {
  position: relative;
  height: 90px;
  padding-top: 30px;
}
#single-circuit .circuit-container .le-circuit .control * {
  color: #FFFFFF;
}
#single-circuit .circuit-container .le-circuit .control > ul {
  display: inline-block;
  width: calc(50% - 4px);
  vertical-align: middle;
  margin-bottom: 0;
}
#single-circuit .circuit-container .le-circuit .control > ul li {
  display: inline-block;
  padding-right: 30px;
}
#single-circuit .circuit-container .le-circuit .control > ul li:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 13px;
  background-color: #FFFFFF;
  font-size: 18px;
}
#single-circuit .circuit-container .le-circuit .control > ul li:last-child:after {
  content: none;
}
#single-circuit .circuit-container .le-circuit .control > ul li a:hover {
  color: #1a5a9f;
}
#single-circuit .circuit-container .le-circuit .control > div {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#single-circuit .circuit-container .le-circuit .control > div .add-fav {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  top: 0;
  right: 0;
  padding-right: 10px;
}
#single-circuit .circuit-container .le-circuit .control > div .add-fav:hover {
  color: #ff4141;
  transform: scale(1.05);
}
#single-circuit .circuit-container .le-circuit .control > div .open-carte {
  font-size: 15px;
  cursor: pointer;
  display: flex;
  width: 130px;
  float: right;
  align-items: center;
  justify-content: flex-end;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  margin-left: 10px;
}
#single-circuit .circuit-container .le-circuit .control > div .open-carte .icon-poi {
  font-size: 30px;
  padding-left: 10px;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
#single-circuit .circuit-container .le-circuit .control > div .open-carte:hover {
  color: #1a5a9f;
}
#single-circuit .circuit-container .le-circuit .control > div .open-carte:hover .icon-poi {
  color: #1a5a9f;
}
#single-circuit .circuit-container .le-circuit .control.mapOn > div {
  display: none;
}
@media screen and (max-width: 980px) {
  #single-circuit .circuit-container .le-circuit .control.mapOn > div {
    display: inline-block;
  }
}
#single-circuit .circuit-container .le-circuit .liste {
  position: relative;
  height: calc(100% - 90px);
  max-height: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
#single-circuit .circuit-container .le-circuit .liste .day {
  margin-top: 10px;
  clear: both;
}
#single-circuit .circuit-container .le-circuit .liste .day > p {
  color: #FFFFFF;
  font-size: 18px;
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li {
  margin-bottom: 20px;
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  clear: both;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  min-height: 130px;
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a .add-fav {
  left: 90px;
  right: auto;
}
@media screen and (max-width: 360px) {
  #single-circuit .circuit-container .le-circuit .liste .day > ul li a .add-fav {
    left: auto;
    right: 10px;
  }
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a figure {
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a figure img {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 360px) {
  #single-circuit .circuit-container .le-circuit .liste .day > ul li a figure {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
  }
  #single-circuit .circuit-container .le-circuit .liste .day > ul li a figure img {
    width: 100%;
    height: auto;
  }
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a div {
  padding-right: 20px;
  padding-top: 10px;
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a div .type {
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 14px;
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a div .type .star-container {
  display: inline-flex;
  flex-wrap: nowrap;
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a div .type .star-container > span {
  padding: 0 2px;
  font-size: 11px;
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a div .type > span:first-child {
  padding-right: 10px;
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a div h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 8px 0;
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a div .localisation {
  font-size: 15px;
  color: #727272;
  display: inline-block;
  margin: 5px;
}
@media screen and (max-width: 360px) {
  #single-circuit .circuit-container .le-circuit .liste .day > ul li a div {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a:after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  border-radius: 45px;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
@media screen and (max-width: 360px) {
  #single-circuit .circuit-container .le-circuit .liste .day > ul li a:after {
    bottom: 20px;
    right: 20px;
  }
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a:hover {
  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.35);
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a:hover:after {
  transform: translate3d(-10px, 0, 0);
}
#single-circuit .circuit-container .le-circuit .liste .day > ul li a:hover img {
  transform: scale(1.02);
}
#single-circuit .leaflet-control-zoom {
  margin-top: 50px;
  margin-left: 50px;
}
@media screen and (max-width: 980px) {
  #single-circuit .circuit-container-head .description {
    width: 100%;
    position: absolute;
    float: none;
    margin: 30px 0;
  }
  #single-circuit .circuit-container {
    position: relative;
  }
  #single-circuit .circuit-container .le-circuit {
    width: 100%;
    position: relative;
    float: none;
    padding-left: 0;
  }
  #single-circuit .circuit-container .le-circuit .control * {
    color: #000;
  }
  #single-circuit .circuit-container .le-circuit .control > ul li:after {
    background-color: #000;
  }
}
@media screen and (max-width: 980px) and (max-width: 599px) {
  #single-circuit .circuit-container .le-circuit .control ul {
    display: block;
    width: 100%;
    margin: 32px 0;
  }
  #single-circuit .circuit-container .le-circuit .control > div {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    margin: 15px 0;
  }
}
@media screen and (max-width: 980px) {
  #single-circuit .circuit-container .le-circuit .liste .day p {
    color: #000;
  }
  #single-circuit .circuit-container .le-circuit .liste .day > ul li a {
    background-color: #F5F5F5;
  }
  #single-circuit .leaflet-control-zoom {
    margin-top: 10px;
    margin-left: 10px;
  }
}

.page-single.document .main-content {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.page-single.document .main-content .cover-doc {
  flex-shrink: 0;
  width: 270px;
  height: auto;
  margin-right: 40px;
}
.page-single.document .main-content .detail {
  flex: auto;
  max-width: 930px;
}
.page-single.document .main-content .desc {
  padding-top: 0;
  padding-bottom: 40px;
}
.page-single.document .main-content .file-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: -20px;
}
.page-single.document .main-content .file-list li {
  width: calc(50% - 10px);
  margin-left: 20px;
  margin-bottom: 20px;
}
.page-single.document .main-content .file-list li:nth-child(odd) {
  margin-left: 0;
}
.page-single.document .main-content .file-list a {
  display: block;
  position: relative;
  padding: 30px;
  padding-right: 50px;
  background: #D8E0E7;
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a5a9f;
  line-height: 20px;
  transition: all 0.2s ease;
}
.page-single.document .main-content .file-list a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "🌒";
  position: absolute;
  top: calc(50% - 11px);
  right: 25px;
  font-size: 22px;
  line-height: 22px;
  color: #1a5a9f;
  transition: all 0.2s ease;
}
body:not(.no-hover) .page-single.document .main-content .file-list a:hover {
  background: #1a5a9f;
  color: #FFFFFF;
}
body:not(.no-hover) .page-single.document .main-content .file-list a:hover::after {
  color: #FFFFFF;
}
@media screen and (max-width: 980px) {
  .page-single.document .main-content .file-list li {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .page-single.document .main-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .page-single.document .main-content .cover-doc {
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-single.document .main-content .detail {
    width: 100%;
  }
}
.page-single.document .sit-relation {
  margin-bottom: -60px;
}
.page-single.document .sit-relation .content-wrapper {
  padding-bottom: 0;
  border-bottom: none;
}

.anchor-menu {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  position: relative;
}
.anchor-menu ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  min-height: 90px;
  margin-bottom: 0;
  height: 90px;
}
.anchor-menu ul li {
  margin-right: 60px;
}
.anchor-menu ul li a {
  height: 100%;
  text-decoration: underline;
  color: #727272;
}
.anchor-menu ul li a:hover {
  color: #1a5a9f;
}
.anchor-menu ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .anchor-menu ul {
    height: auto;
  }
  .anchor-menu ul li {
    display: block;
    width: 100%;
  }
  .anchor-menu ul li a {
    display: block;
    padding: 15px 0;
  }
}

[id^=dossier-] > .content-wrapper {
  border-top: 0;
}
[id^=dossier-] h2 {
  position: relative;
  margin-top: 0;
}
[id^=dossier-] .slick-carousel {
  margin-top: 60px;
}

#communique-de-presse {
  margin-bottom: 60px;
}
#communique-de-presse ul.clearfix {
  padding-top: 20px;
}
#communique-de-presse ul.clearfix li {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
#communique-de-presse ul.clearfix li .communique {
  position: relative;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
#communique-de-presse ul.clearfix li .communique a {
  width: 230px;
  min-height: 140px;
  z-index: 1;
}
#communique-de-presse ul.clearfix li .communique:after {
  content: "\e91c";
  font-family: "icomoon";
  position: absolute;
  bottom: 59px;
  right: -14px;
  display: block;
  font-size: 140px;
  color: #eaedf1;
}
#communique-de-presse ul.clearfix li .communique:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 1600px) {
  #communique-de-presse ul.clearfix li:nth-child(5n) {
    margin-right: 0;
  }
  #communique-de-presse ul.clearfix li:nth-child(5n+1) {
    clear: left;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  #communique-de-presse ul.clearfix li:nth-child(4n) {
    margin-right: 0;
  }
  #communique-de-presse ul.clearfix li:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (max-width: 1279px) and (min-width: 981px) {
  #communique-de-presse ul.clearfix li {
    width: calc(33% - 25px);
  }
  #communique-de-presse ul.clearfix li:nth-child(3n) {
    margin-right: 0;
  }
  #communique-de-presse ul.clearfix li:nth-child(3n+1) {
    clear: left;
  }
  #communique-de-presse ul.clearfix li .communique a {
    width: auto;
  }
}
@media screen and (max-width: 980px) and (min-width: 601px) {
  #communique-de-presse ul.clearfix li {
    width: calc(50% - 25px);
  }
  #communique-de-presse ul.clearfix li:nth-child(2n) {
    margin-right: 0;
  }
  #communique-de-presse ul.clearfix li:nth-child(2n+1) {
    clear: left;
  }
  #communique-de-presse ul.clearfix li .communique a {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  #communique-de-presse ul.clearfix li {
    width: 100%;
    margin-right: 0;
  }
  #communique-de-presse ul.clearfix li .communique a {
    width: auto;
  }
}

#divers {
  margin-bottom: 60px;
}
#divers .bloc-telechargement {
  border-top: 0;
  padding-top: 20px;
}
#divers .telechargements li {
  width: calc(50% - 10px);
  float: left;
  margin-right: 0;
}
#divers .telechargements li:nth-child(odd) {
  clear: left;
  margin-right: 20px;
}
#divers .telechargements li a:after {
  top: calc(50% - 10px);
}
@media screen and (max-width: 599px) {
  #divers .telechargements li {
    width: 100%;
    float: none;
  }
}

#dossier-de-presse form, #divers form, #communique-de-presse form {
  text-align: right;
}
#dossier-de-presse form .selectric-wrapper, #divers form .selectric-wrapper, #communique-de-presse form .selectric-wrapper {
  display: inline-block;
}
#dossier-de-presse form .selectric-wrapper .selectric .label, #divers form .selectric-wrapper .selectric .label, #communique-de-presse form .selectric-wrapper .selectric .label {
  padding-right: 50px;
}
#dossier-de-presse form .selectric-wrapper .selectric-items .selectric-scroll ul li.disabled, #divers form .selectric-wrapper .selectric-items .selectric-scroll ul li.disabled, #communique-de-presse form .selectric-wrapper .selectric-items .selectric-scroll ul li.disabled {
  display: none;
}
#dossier-de-presse form > *, #divers form > *, #communique-de-presse form > * {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 15px;
}
#dossier-de-presse form > *:first-child, #divers form > *:first-child, #communique-de-presse form > *:first-child {
  margin-left: 0;
}
#dossier-de-presse form label, #divers form label, #communique-de-presse form label {
  position: relative;
  cursor: pointer;
}
#dossier-de-presse form label input.date, #divers form label input.date, #communique-de-presse form label input.date {
  height: 48px;
  font-size: 15px;
  padding: 0 15px;
  margin: 0;
  border: 1px solid #cccccc;
  vertical-align: top;
  cursor: pointer;
}
#dossier-de-presse form label:before, #divers form label:before, #communique-de-presse form label:before {
  position: absolute;
  content: "\e91b";
  font-family: "icomoon";
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #727272;
}
@media screen and (max-width: 360px) {
  #dossier-de-presse form label:before, #divers form label:before, #communique-de-presse form label:before {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  #dossier-de-presse form, #divers form, #communique-de-presse form {
    text-align: left;
  }
  #dossier-de-presse form .selectric-wrapper, #divers form .selectric-wrapper, #communique-de-presse form .selectric-wrapper {
    width: 280px;
    margin-right: 0;
    margin-left: 0;
  }
}

.dl-head {
  margin-left: 0 !important;
}
.dl-head > * {
  width: 50%;
  float: left;
  display: block;
}
@media screen and (max-width: 599px) {
  .dl-head {
    flex-wrap: wrap;
  }
  .dl-head > * {
    width: 100%;
    float: none;
    display: block;
  }
}

.dossier-presse a {
  position: relative;
  display: block;
  height: 100%;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.dossier-presse a figure {
  overflow: hidden;
}
.dossier-presse a figure img {
  height: 100%;
  width: auto;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.dossier-presse a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#59000000",GradientType=0 ); /* IE6-9 */
}
.dossier-presse a:before {
  content: "\e91c";
  font-family: "icomoon";
  display: block;
  font-size: 190px;
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: 2;
}
.dossier-presse a .infos {
  position: absolute;
  bottom: 30px;
  padding: 20px 20px 0;
  z-index: 3;
}
.dossier-presse a .infos .type {
  color: #FFFFFF;
  font-size: 15px;
}
.dossier-presse a .infos h3 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
  margin-top: 20px;
}
.dossier-presse a:hover {
  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.35);
  background-color: #FFFFFF;
}
.dossier-presse a:hover img {
  transform: scale(1.05);
  opacity: 0.5;
}

.page-single header {
  margin-top: 90px;
  background-color: #F5F5F5;
  text-align: center;
}
.page-single header .cat, .page-single header .date-publi {
  font-size: 15px;
  line-height: 25px;
  color: #727272;
}
.page-single header h1 {
  font-size: 32px;
  line-height: 42px;
}
.page-single header .caption {
  padding-top: 50px;
}
.page-single #breadcrumb {
  background-color: #F5F5F5;
}

.page-social_wall .bloc {
  padding-top: 0;
}
.page-social_wall .social_wall-container {
  position: relative;
  background-color: #f0f0f0;
}
.page-social_wall + #footer {
  margin-top: 0;
}

.bloc {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 25px 0;
}
@media screen and (max-width: 599px) {
  .bloc {
    padding: 15px 0;
  }
}
.bloc:not(.bloc-large) {
  max-width: 1200px;
}
@media screen and (min-width: 1600px) {
  .bloc:not(.bloc-large):not(.bloc-small):not(.col-wrapper) {
    max-width: 1520px !important;
  }
}
@media screen and (max-width: 1280px) {
  .bloc:not(.bloc-large):not(.bloc-small) {
    padding-top: 25px;
    margin: 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .bloc:not(.bloc-large):not(.bloc-small) {
    padding-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .bloc:not(.bloc-large):not(.bloc-small) {
    margin: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .bloc:not(.bloc-large) {
    margin: 0 20px;
  }
}
.bloc.bloc-small {
  max-width: 920px;
}
@media screen and (max-width: 1040px) {
  .bloc.bloc-small:not(.col-wrapper) {
    padding-top: 25px;
    margin: 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .bloc.bloc-small:not(.col-wrapper) {
    padding-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .bloc.bloc-small {
    margin: 0 20px;
  }
}
.bloc.bloc-large {
  width: 100%;
}
.bloc.bloc-large + .bloc-large {
  padding-top: 0;
  margin-top: -25px;
}

.buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .buttons-container {
    gap: 0.75rem;
  }
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 24px;
  text-decoration: none;
  padding-bottom: 0.5rem;
  font-weight: 600;
  font-size: 18px;
  background-color: #26367e;
  color: white;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.button-link:hover {
  background-color: #d8e0e7;
  color: #26367e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bloc-texte {
  padding: 25px 0 50px;
}
.bloc-texte > *:first-child {
  margin-top: 0;
}
.bloc-texte > *:last-child {
  margin-bottom: 0;
}
.bloc-texte h2 {
  font-family: "c+", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 46px;
  margin: 25px 0 15px 0;
}
.bloc-texte h2.italic {
  font-family: "brownhill", Sans-Serif;
  font-size: 50px;
  font-weight: 500;
  color: #000000;
  line-height: 55px;
}
.bloc-texte h4 {
  font-family: "c+", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a5a9f;
  line-height: 26px;
  margin: 15px 0;
}
.bloc-texte p {
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 26px;
}
.bloc-texte p a {
  color: #1a5a9f;
}
.bloc-texte p a:hover, .bloc-texte p a:focus {
  color: rgb(11.6648648649, 40.3783783784, 71.3351351351);
  text-decoration: underline;
}
.bloc-texte p.texte-en-avant {
  font-size: 22px;
  line-height: 32px;
  color: #1a5a9f;
  margin-bottom: 35px;
}
.bloc-texte figure {
  position: relative;
}
.bloc-texte figure figcaption {
  font-family: "c+", Sans-Serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 19px;
  position: absolute;
  right: 0;
  margin-top: 5px;
  text-align: right;
}
.bloc-texte iframe {
  width: 100%;
  height: 430px;
}
.bloc-texte ul {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
.bloc-texte ul::after {
  display: block;
  content: "";
  clear: both;
}
.bloc-texte ul li {
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  padding: 5px 0 5px 22px;
}
.bloc-texte ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 1px;
  background: #000;
}
.bloc-texte ol {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: decimal;
}
.bloc-texte ol::after {
  display: block;
  content: "";
  clear: both;
}
.bloc-texte ol li {
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 22px;
  margin-left: 15px;
  padding: 5px 0;
}
.bloc-texte p {
  margin-bottom: 20px;
}
.bloc-texte p img.alignnone {
  width: auto;
  max-width: 100%;
  height: auto;
}
.bloc-texte p img.alignleft {
  float: left;
  margin-top: 0;
  padding-right: 40px;
}
@media screen and (max-width: 599px) {
  .bloc-texte p img.alignleft {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 30px 0;
  }
}
.bloc-texte p img.aligncenter {
  display: block;
  margin: 30px auto;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bloc-texte p img.aligncenter {
    width: 100%;
    margin: 30px 0;
  }
}
.bloc-texte p img.alignright {
  float: right;
  padding-left: 40px;
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .bloc-texte p img.alignright {
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0;
    margin: 30px 0;
  }
}
.bloc-texte blockquote p {
  margin-bottom: 0;
  font-family: "brownhill", Sans-Serif;
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: 50px;
}
.bloc-texte .embed-container {
  margin: 50px auto;
}
.bloc-texte .col-wrapper > div:first-child {
  padding-left: 0 !important;
}
.bloc-texte .col-wrapper > div:last-child {
  padding-right: 0 !important;
}
@media screen and (max-width: 599px) {
  .bloc-texte .col-wrapper > div {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1280px) {
  .bloc-texte .col-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.bloc-texte.txt-col {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 599px) {
  .bloc-texte.txt-col {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.bloc-txt-img {
  padding: 25px 0 50px;
}
.bloc-txt-img figure {
  background: none;
}
.bloc-txt-img figure figcaption {
  font-family: "c+", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 23px;
  font-style: italic;
  text-align: left;
  text-shadow: none;
  position: relative;
  transform: none;
  margin-top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: inherit;
  white-space: normal;
  text-overflow: inherit;
}
.bloc-txt-img .no-photo {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bloc-txt-img .no-photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 73.2608695652%;
}
.bloc-txt-img .no-photo > .content, .bloc-txt-img .no-photo > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bloc-txt-img > div {
  position: relative;
  padding: 0 !important;
}
.bloc-txt-img > div:after {
  content: "";
  clear: both;
  display: block;
}
.bloc-txt-img > div > *:first-child {
  margin-top: 0;
}
.bloc-txt-img > div > p, .bloc-txt-img > div > a, .bloc-txt-img > div > ul, .bloc-txt-img > div > ol {
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .bloc-txt-img > div > p, .bloc-txt-img > div > a, .bloc-txt-img > div > ul, .bloc-txt-img > div > ol {
    margin-left: 0;
  }
}
.bloc-txt-img > div p a:hover {
  color: #1a5a9f;
  text-decoration: underline;
}
.bloc-txt-img > div ul li {
  padding-left: 20px;
}
.bloc-txt-img > div ul li:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  left: 0;
  top: 9px;
  background: #000;
}
.bloc-txt-img > div ol {
  margin-left: 60px;
  margin-bottom: 20px;
}
.bloc-txt-img > div > a {
  font-size: 14px;
  color: #1a5a9f;
  text-transform: uppercase;
}
.bloc-txt-img > div.text-side {
  max-width: 460px;
}
@media screen and (max-width: 599px) {
  .bloc-txt-img > div {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .bloc-txt-img > div {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}
.bloc-txt-img.bloc-align-left > div:nth-of-type(1) {
  float: left;
  padding-right: 20px !important;
}
.bloc-txt-img.bloc-align-left > div:nth-of-type(1) figure {
  position: relative;
}
.bloc-txt-img.bloc-align-left > div:nth-of-type(1) figure:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 80%;
  background-color: #1a5a9f;
}
@media screen and (max-width: 599px) {
  .bloc-txt-img.bloc-align-left > div:nth-of-type(1) {
    margin-bottom: 20px;
    padding-right: 0 !important;
  }
}
.bloc-txt-img.bloc-align-left > div:nth-of-type(2) {
  float: left;
  padding-left: 20px !important;
}
@media screen and (max-width: 599px) {
  .bloc-txt-img.bloc-align-left > div:nth-of-type(2) {
    padding-left: 0 !important;
  }
}
.bloc-txt-img.bloc-align-left .slider-nav {
  left: calc(50% - 10px);
}
@media screen and (max-width: 599px) {
  .bloc-txt-img.bloc-align-left .slider-nav {
    left: 50%;
  }
}
.bloc-txt-img.bloc-align-right > div > * {
  clear: both;
}
.bloc-txt-img.bloc-align-right > div:nth-of-type(1) {
  float: right;
  right: 0;
  padding-left: 20px !important;
}
.bloc-txt-img.bloc-align-right > div:nth-of-type(1) figure:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 10px;
  height: 80%;
  background-color: #1a5a9f;
}
@media screen and (max-width: 599px) {
  .bloc-txt-img.bloc-align-right > div:nth-of-type(1) {
    padding-left: 0 !important;
    margin-bottom: 20px;
  }
  .bloc-txt-img.bloc-align-right > div:nth-of-type(1) figure:before {
    left: -10px;
  }
}
.bloc-txt-img.bloc-align-right > div:nth-of-type(2) {
  float: right;
  text-align: right;
  padding-right: 20px !important;
}
.bloc-txt-img.bloc-align-right > div:nth-of-type(2) p {
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .bloc-txt-img.bloc-align-right > div:nth-of-type(2) {
    text-align: left;
    float: left;
    padding-right: 0 !important;
  }
}
.bloc-txt-img.bloc-align-right .slider-nav {
  left: auto;
  right: calc(50% - 10px);
  transform: translate3d(50%, 0, 0);
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .bloc-txt-img.bloc-align-right .slider-nav {
    right: 50%;
  }
}
.bloc-txt-img .slider-nav {
  bottom: auto;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 326px;
  max-width: calc(100% - 20px);
  right: auto;
  pointer-events: none;
  padding: 0 30px;
}
@media screen and (max-width: 599px) {
  .bloc-txt-img .slider-nav {
    max-width: 100%;
  }
}
.bloc-txt-img .slider-nav .slick-arrow {
  z-index: 2;
  pointer-events: auto;
}
body:not(.no-hover) .bloc-txt-img .slider-nav .slick-arrow:hover:before {
  color: #1a5a9f;
}
.bloc-txt-img .slider-nav .slick-dots {
  z-index: 1;
  position: relative;
  position: relative;
  left: 0;
  right: 0;
  top: auto;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  padding: 0px 20px;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
.bloc-txt-img .slider-nav .slick-dots li {
  padding: 0;
}
.bloc-txt-img .slider-nav .slick-dots li:before {
  content: none;
}
.bloc-txt-img .slick-txt-img:not(.slick-initialized) .fit-cover {
  display: none;
}
.bloc-txt-img .slick-txt-img:not(.slick-initialized) .fit-cover:first-child {
  display: block;
}

.bloc-diaporama {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 25px 0 50px;
  height: auto;
}
.bloc-diaporama .item {
  position: relative;
  overflow: hidden;
}
.bloc-diaporama .item:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 56.25%;
}
.bloc-diaporama .item > .content, .bloc-diaporama .item > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bloc-diaporama .item figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bloc-diaporama .item figure img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 420px) {
  .bloc-diaporama .item:before {
    content: none;
  }
  .bloc-diaporama .item figure {
    position: relative;
  }
  .bloc-diaporama .item figure img {
    width: 100%;
    height: 227px;
  }
}
.bloc-diaporama .slider-nav {
  bottom: 85px;
}
@media screen and (max-width: 420px) {
  .bloc-diaporama .slider-nav {
    bottom: 60px;
  }
}
.bloc-diaporama .caption {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  transform: translate3d(0, -50%, 0);
  width: auto;
  padding: 40px;
  color: #FFFFFF;
}
.bloc-diaporama .caption span {
  font-family: "brownhill", Sans-Serif;
  font-size: 35px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
}
.bloc-diaporama .caption h3 {
  font-family: "c+", Sans-Serif;
  font-size: 42px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 52px;
}
.bloc-diaporama .caption a {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
}
.bloc-diaporama .caption a:hover, .bloc-diaporama .caption a:active, .bloc-diaporama .caption a:focus {
  color: #1a5a9f;
}
@media screen and (max-width: 599px) {
  .bloc-diaporama .caption h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.bloc-diaporama .caption.text-center {
  text-align: center;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.bloc-diaporama .caption.text-center h2, .bloc-diaporama .caption.text-center span, .bloc-diaporama .caption.text-center p, .bloc-diaporama .caption.text-center a {
  text-align: center;
  margin: auto;
}
.bloc-diaporama .caption.text-center p {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .bloc-diaporama .caption.text-center {
    width: 90%;
  }
}
.bloc-diaporama .caption.text-right {
  text-align: right;
  left: auto;
  right: 0;
}
.bloc-diaporama .caption.text-right h2, .bloc-diaporama .caption.text-right span, .bloc-diaporama .caption.text-right p, .bloc-diaporama .caption.text-right a {
  text-align: right;
  margin: auto;
}
.bloc-diaporama .caption.text-right p {
  margin-bottom: 25px;
  margin-left: 60%;
}
@media screen and (max-width: 599px) {
  .bloc-diaporama figcaption {
    bottom: 20px;
    max-width: 175px;
  }
}
.bloc-iframe iframe {
  width: 100%;
  min-height: 300px;
}

.gm-style-thuria {
  overflow: visible;
  max-width: 260px;
}
.gm-style-thuria > div {
  box-shadow: 0 14px 29px rgba(0, 0, 22, 0.2), 0 0px 10px rgba(0, 4, 20, 0.2);
  margin-bottom: -30px;
}
.gm-style-thuria > div:after {
  content: "\e919";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: -55px;
  left: calc(50% + 2px);
  color: #1a5a9f;
  font-size: 64px;
  transform: rotate(180deg) translateX(50%);
}
@media screen and (max-width: 599px) {
  .gm-style-thuria > div:after {
    left: calc(45% + 2px);
  }
}
.gm-style-thuria > div > div {
  border-radius: 0;
  overflow: hidden !important;
  background: #FFF;
}

.map-inte-container {
  padding: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
  border-radius: 0;
  display: block;
  min-width: 260px;
}
.map-inte-container > a {
  display: block;
  position: relative;
}
.map-inte-container > a:hover .map-inte-content-text .basic-link:after, .map-inte-container > a:focus .map-inte-content-text .basic-link:after {
  animation-name: drawBarre;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.map-inte-container .map-inte-header {
  position: relative;
  border-bottom: 8px solid #1a5a9f;
}
.map-inte-container .map-inte-header h4 {
  font-size: 13px;
  color: #1a5a9f;
  margin-bottom: 15px;
}
.map-inte-container .map-inte-header .img-carte-inte {
  width: 320px;
}
.map-inte-container .map-inte-header figure:after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+36,0.8+94 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.8) 94%, rgba(0, 0, 0, 0.8) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#cc000000",GradientType=0 ); /* IE6-9 */
}
.map-inte-container .map-inte-content-text {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
}
.map-inte-container .map-inte-content-text h3 {
  font-family: "c+", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 24px;
}
.map-inte-container .map-inte-content-text .basic-link {
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 22px;
  display: inline-block;
  text-align: left;
  margin: 0;
  float: none;
  position: relative;
  z-index: 100;
}
.map-inte-container .map-inte-content-text .basic-link:after {
  width: calc(100% + 10px);
  left: -5px;
  right: -5px;
}
.map-inte-container .map-inte-content {
  background: #FFFFFF;
  position: relative;
  z-index: 10;
  border-radius: 12px;
}
.map-inte-container .map-inte-content h2 {
  font-family: "c+", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 21px;
  text-transform: none;
  opacity: 1;
  width: 80%;
  margin: 15px auto;
  text-align: center;
}
.map-inte-container .map-inte-content h2.title-map-inte {
  font-family: "c+", Sans-Serif;
  font-size: 15px;
  font-weight: 300;
  color: #1a5a9f;
  line-height: 21px;
}
.map-inte-container:hover h2 {
  color: #1a5a9f;
}

.modal {
  opacity: 0;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: all 0.2s ease;
}
.modal.show {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background-color: #FFFFFF;
  margin: 100px auto 100px auto;
  padding: 20px 0;
  border: 1px solid #888;
  width: 700px;
  opacity: 0;
  transform: translateX(20%);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
@media screen and (max-width: 599px) {
  .modal-content {
    width: calc(100% - 40px);
    margin: 25% 20px;
  }
}
.modal-content.modal-show {
  transform: translateX(0);
  opacity: 1;
}

.close {
  z-index: 100;
  float: right;
  position: relative;
  right: 15px;
  top: -5px;
}
.close:hover {
  cursor: pointer;
}

.modal-header {
  border-bottom: 1px solid #e5e5e5;
}
.modal-header h3 {
  font-family: "c+", Sans-Serif;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.modal-body {
  padding: 15px 35px;
}

.bloc-form {
  padding: 25px 0 50px;
}
.bloc-form .frm_forms form {
  margin: auto;
  position: relative;
}
.bloc-form .frm_forms form * {
  box-sizing: border-box;
}
.bloc-form .frm_forms form .frm_error {
  font-size: 12px;
  color: #e91741;
  position: absolute;
  bottom: 4px;
}
.bloc-form .frm_forms form .frm_error_style {
  display: none;
}
.bloc-form .frm_forms form .frm_hidden {
  display: none;
}
.bloc-form .frm_forms form .frm_required {
  color: #1a5a9f;
}
.bloc-form .frm_forms form .frm_none_container label {
  display: none;
}
.bloc-form .frm_forms form .form-field {
  position: relative;
}
.bloc-form .frm_forms form .frm_form_fields {
  /* Style for Radio */
  /* Style for Checkbox */
  /* Style for upload file */
}
.bloc-form .frm_forms form .frm_form_fields .checkbox label {
  display: block;
}
.bloc-form .frm_forms form .frm_form_fields label {
  display: none;
  font-family: "c+", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  clear: both;
}
.bloc-form .frm_forms form .frm_form_fields label.frm_primary_label {
  padding-bottom: 15px;
}
.bloc-form .frm_forms form .frm_form_fields input, .bloc-form .frm_forms form .frm_form_fields select, .bloc-form .frm_forms form .frm_form_fields textarea, .bloc-form .frm_forms form .frm_form_fields button {
  font-family: "c+", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 46px;
  resize: none;
  box-shadow: none;
  height: 50px;
  display: block;
  width: 100%;
  padding: 0 15px;
  border: 1px solid rgba(60, 60, 59, 0.4);
  transition: all 0.2s ease;
}
.bloc-form .frm_forms form .frm_form_fields input ::-webkit-input-placeholder, .bloc-form .frm_forms form .frm_form_fields select ::-webkit-input-placeholder, .bloc-form .frm_forms form .frm_form_fields textarea ::-webkit-input-placeholder, .bloc-form .frm_forms form .frm_form_fields button ::-webkit-input-placeholder {
  color: rgba(60, 60, 59, 0.4);
}
.bloc-form .frm_forms form .frm_form_fields input :-moz-placeholder, .bloc-form .frm_forms form .frm_form_fields select :-moz-placeholder, .bloc-form .frm_forms form .frm_form_fields textarea :-moz-placeholder, .bloc-form .frm_forms form .frm_form_fields button :-moz-placeholder {
  color: rgba(60, 60, 59, 0.4);
  opacity: 1;
}
.bloc-form .frm_forms form .frm_form_fields input ::-moz-placeholder, .bloc-form .frm_forms form .frm_form_fields select ::-moz-placeholder, .bloc-form .frm_forms form .frm_form_fields textarea ::-moz-placeholder, .bloc-form .frm_forms form .frm_form_fields button ::-moz-placeholder {
  color: rgba(60, 60, 59, 0.4);
  opacity: 1;
}
.bloc-form .frm_forms form .frm_form_fields input :-ms-input-placeholder, .bloc-form .frm_forms form .frm_form_fields select :-ms-input-placeholder, .bloc-form .frm_forms form .frm_form_fields textarea :-ms-input-placeholder, .bloc-form .frm_forms form .frm_form_fields button :-ms-input-placeholder {
  color: rgba(60, 60, 59, 0.4);
}
.bloc-form .frm_forms form .frm_form_fields input ::-ms-input-placeholder, .bloc-form .frm_forms form .frm_form_fields select ::-ms-input-placeholder, .bloc-form .frm_forms form .frm_form_fields textarea ::-ms-input-placeholder, .bloc-form .frm_forms form .frm_form_fields button ::-ms-input-placeholder {
  color: rgba(60, 60, 59, 0.4);
}
.bloc-form .frm_forms form .frm_form_fields input:hover, .bloc-form .frm_forms form .frm_form_fields input:focus, .bloc-form .frm_forms form .frm_form_fields select:hover, .bloc-form .frm_forms form .frm_form_fields select:focus, .bloc-form .frm_forms form .frm_form_fields textarea:hover, .bloc-form .frm_forms form .frm_form_fields textarea:focus, .bloc-form .frm_forms form .frm_form_fields button:hover, .bloc-form .frm_forms form .frm_form_fields button:focus {
  border-color: #1a5a9f;
}
.bloc-form .frm_forms form .frm_form_fields textarea {
  height: 200px;
}
.bloc-form .frm_forms form .frm_form_fields .frm_submit {
  margin: 0 10px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .bloc-form .frm_forms form .frm_form_fields .frm_submit {
    margin: 0;
  }
}
.bloc-form .frm_forms form .frm_form_fields .frm_submit button {
  width: auto;
  border: none;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  line-height: 24px;
  height: auto;
  font-size: 14px;
  color: #1a5a9f;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-bottom: 6px;
  background-color: transparent;
}
.bloc-form .frm_forms form .frm_form_fields .frm_submit button:before {
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
  display: block;
  position: absolute;
  background-color: #1a5a9f;
  width: 100%;
  height: 2px;
  max-width: 0;
  bottom: -5px;
  left: 0;
  z-index: -1;
}
.bloc-form .frm_forms form .frm_form_fields .frm_submit button:hover {
  cursor: pointer;
}
.bloc-form .frm_forms form .frm_form_fields .frm_submit button:hover:before {
  max-width: 100%;
}
.bloc-form .frm_forms form .frm_form_fields input[type=radio] {
  display: none;
}
.bloc-form .frm_forms form .frm_form_fields input[type=radio] + span {
  background-color: #FFFFFF;
  border: 1px solid rgba(60, 60, 59, 0.4);
  border-radius: 50px;
  display: inline-block;
  float: left;
  margin-right: 7px;
  padding: 7px;
  position: relative;
  -webkit-appearance: none;
}
.bloc-form .frm_forms form .frm_form_fields input[type=radio]:checked + span {
  color: #1a5a9f;
}
.bloc-form .frm_forms form .frm_form_fields input[type=radio]:checked + span:after {
  background: #1a5a9f;
  border-radius: 50px;
  content: " ";
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px;
}
.bloc-form .frm_forms form .frm_form_fields input[type=checkbox] {
  display: none;
}
.bloc-form .frm_forms form .frm_form_fields input[type=checkbox] + span {
  background-color: #FFFFFF;
  border: 1px solid rgba(60, 60, 59, 0.4);
  border-radius: 0;
  display: inline-block;
  float: left;
  margin-right: 7px;
  padding: 7px;
  position: relative;
  top: 1px;
  -webkit-appearance: none;
}
.bloc-form .frm_forms form .frm_form_fields input[type=checkbox]:checked + span {
  color: #1a5a9f;
}
.bloc-form .frm_forms form .frm_form_fields input[type=checkbox]:checked + span:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: #1a5a9f;
  top: 1px;
  left: 1px;
  text-shadow: 3px 0 0 #FFF, 0px -3px 0 #FFF;
}
.bloc-form .frm_forms form .frm_form_fields .frm_single_upload .fallback > input {
  width: calc(100% - 30px);
}
.bloc-form .frm_forms form .frm_form_fields .frm_single_upload .jfilestyle {
  position: relative;
  height: 50px;
  transition: all 0.2s ease;
}
.bloc-form .frm_forms form .frm_form_fields .frm_single_upload .jfilestyle:hover, .bloc-form .frm_forms form .frm_form_fields .frm_single_upload .jfilestyle:focus {
  cursor: pointer;
}
.bloc-form .frm_forms form .frm_form_fields .frm_single_upload .jfilestyle > input {
  z-index: -1;
}
.bloc-form .frm_forms form .frm_form_fields .frm_single_upload .jfilestyle input:not([type=checkbox]):not([type=radio]) {
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  width: 100% !important;
  height: 50px;
  padding: 0;
  border: 1px solid #1a5a9f;
}
.bloc-form .frm_forms form .frm_form_fields .frm_single_upload .jfilestyle input:not([type=checkbox]):not([type=radio]):hover {
  border-color: #1a5a9f !important;
  border-radius: 0;
}
.bloc-form .frm_forms form .frm_form_fields .frm_single_upload .jfilestyle .focus-jfilestyle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 48px;
}
.bloc-form .frm_forms form .frm_form_fields .frm_single_upload .jfilestyle .focus-jfilestyle label {
  padding: 0 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: none;
  background: #1a5a9f;
  border-radius: 0;
  color: #FFFFFF;
  font-weight: 700;
  transition: all 0.2s ease;
}
.bloc-form .frm_forms form .frm_form_fields .frm_single_upload .jfilestyle .focus-jfilestyle label:hover, .bloc-form .frm_forms form .frm_form_fields .frm_single_upload .jfilestyle .focus-jfilestyle label:focus {
  cursor: pointer;
  background: #1a5a9f;
}
.bloc-form .frm_forms form .frm_form_fields .frm_single_upload .jfilestyle .focus-jfilestyle label span {
  height: 48px;
  vertical-align: middle;
  display: block;
  font-size: 20px;
  line-height: 48px;
}
.bloc-form .frm_forms form .frm_form_fields .frm_single_upload .dz-message span {
  display: block;
  margin: 5px 0;
}
.bloc-form .frm_forms form .frm_form_fields fieldset .form-field {
  padding-bottom: 20px;
}
.bloc-form .frm_forms form .frm_form_fields fieldset .form-field:not(.frm_half) {
  padding: 0 10px 20px 10px;
  clear: both;
}
@media screen and (max-width: 599px) {
  .bloc-form .frm_forms form .frm_form_fields fieldset .form-field:not(.frm_half) {
    padding: 0 0 20px 0;
  }
}
.bloc-form .frm_forms form .frm_form_fields fieldset .form-field .frm_opt_container {
  display: block;
  width: 100%;
  margin: 0;
}
.bloc-form .frm_forms form .frm_form_fields fieldset .form-field .frm_opt_container > div {
  display: inline-block;
  margin-right: 40px;
}
.bloc-form .frm_forms form .frm_form_fields fieldset .form-field .frm_checkbox label, .bloc-form .frm_forms form .frm_form_fields fieldset .form-field .frm_radio label {
  padding-bottom: 2px;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  color: #727272;
  display: block;
}
.bloc-form .frm_forms form .frm_form_fields fieldset .form-field .frm_checkbox label input, .bloc-form .frm_forms form .frm_form_fields fieldset .form-field .frm_radio label input {
  position: relative;
  top: -1px;
}
@media screen and (min-width: 600px) {
  .bloc-form .frm_forms form .frm_half {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 10px 20px 10px;
  }
  .bloc-form .frm_forms form .frm_third {
    width: 33.33333%;
    float: left;
    margin: 0;
    padding: 0 10px 20px 10px;
  }
  .bloc-form .frm_forms form .frm_two_thirds {
    width: 66.66666%;
    float: left;
    margin: 0;
    padding: 0 10px 20px 10px;
  }
}

.selectric-wrapper .selectric .label:after {
  content: "\e901";
  font-family: "icomoon";
  display: block;
  position: absolute;
  transform: rotate(90deg);
  right: 15px;
  color: #727272;
  top: 0;
}
.selectric-wrapper .selectric-items .selectric-scroll ul li {
  padding: 5px 15px !important;
}
.selectric-wrapper .selectric-items .selectric-scroll ul li.disabled {
  display: none;
}

.wrapper-autocomplete {
  padding-left: 20px;
  z-index: 1000;
}
.wrapper-autocomplete .single .selectize-input {
  box-shadow: none;
  background: #FFFFFF;
  height: 50px;
  min-width: 200px;
  border: 1px solid #D8E0E7;
  border-radius: 0;
  line-height: 30px;
  padding-left: 20px;
}
.wrapper-autocomplete .selectize-dropdown-content div[data-value=empty] {
  display: none;
}
.wrapper-autocomplete .selectize-dropdown-content .option {
  cursor: pointer;
}

.bloc-colonne {
  padding: 25px 0 50px;
}
.bloc-colonne > div {
  position: relative;
  padding: 25px 0 0;
}
@media screen and (max-width: 599px) {
  .bloc-colonne > div {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .bloc-colonne > div:first-child {
    padding-top: 15px;
  }
  .bloc-colonne > div:last-child {
    padding-bottom: 15px;
  }
}
.bloc-colonne > div h3 {
  margin: 25px 0 20px 0;
}
.bloc-colonne > div.has-link:hover {
  cursor: pointer;
}
.bloc-colonne > div.has-link:hover figure img {
  transform: scale(1.05);
}
.bloc-colonne > div.has-link:hover .bloc-content-actu .btn {
  background: rgb(11.6648648649, 40.3783783784, 71.3351351351);
}
.no-hover .bloc-colonne > div.has-link:hover figure img {
  transform: none !important;
}
.no-hover .bloc-colonne > div.has-link:hover .btn {
  background: #1a5a9f;
}
.bloc-colonne > div.has-link:hover span.cta:before {
  max-width: 100%;
}
.bloc-colonne > div div.col-picture {
  position: relative;
}
.bloc-colonne > div div.col-picture:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 10px;
  left: 0;
  width: 60%;
  background-color: #1a5a9f;
}
@media screen and (max-width: 900px) {
  .bloc-colonne > div div.col-picture:after {
    width: 80%;
  }
}
.bloc-colonne > div div.col-picture figure {
  overflow: hidden;
  margin-bottom: 15px;
  background: #000;
  position: relative;
}
.bloc-colonne > div div.col-picture figure img {
  width: 100%;
  height: 100%;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
  transform: translate3d(0, 0, 0);
}
.bloc-colonne > div div.col-picture figure figcaption {
  bottom: -5px;
  left: 5px;
}
.bloc-colonne > div div.col-picture a h3 {
  bottom: 0;
  left: 0;
}
.bloc-colonne > div .bloc-content-actu {
  text-decoration: none;
}
.bloc-colonne > div .bloc-content-actu > * > h2, .bloc-colonne > div .bloc-content-actu > * > h3 {
  margin-top: 0;
}
.bloc-colonne > div .bloc-content-actu > a:focus h3 {
  color: #1a5a9f;
}
.bloc-colonne > div .bloc-content-actu > *:last-child {
  margin-bottom: 0;
}
.bloc-colonne > div.bloc-actu-no-text a {
  transition: all 0.2s ease;
}
.bloc-colonne > div.bloc-actu-no-text a div {
  position: relative;
}
.bloc-colonne > div.bloc-actu-no-text a div figure {
  margin: 0;
}
.bloc-colonne > div.bloc-actu-no-text a div figure figcaption {
  display: none;
}
.bloc-colonne > div.bloc-actu-no-text a:hover div .btn, .bloc-colonne > div.bloc-actu-no-text a:focus div .btn {
  background: #1a5a9f;
  border-color: #1a5a9f;
}
.bloc-colonne > div.bloc-actu-no-text a h3 {
  width: calc(100% - 50px);
  padding-right: 30px;
}
.bloc-colonne > div.bloc-actu-no-text h3 {
  position: absolute;
  bottom: 40px;
  left: 20px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 25px;
  width: calc(100% - 60px);
  padding-left: 35px;
}
.bloc-colonne > div.bloc-actu-no-text .btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.bloc-colonne > div.bloc-actu-no-text.has-link:after {
  content: "\e903";
  font-family: "icomoon";
  bottom: 30px;
  right: 40px;
  position: absolute;
  color: #FFFFFF;
  font-size: 21px;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
}
.bloc-colonne > div.bloc-actu-no-text.has-link:hover figure img {
  opacity: 0.5;
}
.bloc-colonne > div.bloc-actu-no-text.has-link:hover:after {
  transform: translateX(-5px);
}
@media screen and (max-width: 980px) {
  .bloc-colonne > div.bloc-actu-no-text h3 {
    margin: 0 0 10px 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cover {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  .cover {
    height: 75vh;
  }
}
@media (orientation: landscape) and (max-width: 730px) {
  .cover {
    height: 95vh;
  }
}
.cover > * {
  z-index: 20;
}
.cover.cover-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cover.cover-fullimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #222;
  height: 85vh;
  overflow: hidden;
}
.cover .container-video {
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: #000000;
}
.cover .container-video:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 56.25%;
}
.cover .container-video > .content, .cover .container-video > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-aspect-ratio: 165/101) {
  .cover .container-video {
    width: 130%;
  }
}
@media screen and (max-aspect-ratio: 138/101) {
  .cover .container-video {
    width: 140%;
  }
}
@media screen and (max-aspect-ratio: 126/72) {
  .cover .container-video {
    width: 120%;
  }
}
@media screen and (max-aspect-ratio: 128/80) {
  .cover .container-video {
    width: 115%;
  }
}
@media screen and (max-aspect-ratio: 1223/960) {
  .cover .container-video {
    width: 110%;
  }
}
@media screen and (max-aspect-ratio: 1485/960) {
  .cover .container-video {
    width: 140%;
  }
}
@media screen and (max-aspect-ratio: 118/101) {
  .cover .container-video {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .cover .container-video {
    display: none;
  }
}
.cover .container-video > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
@media screen and (max-width: 980px) {
  .cover .container-video > video {
    display: none;
  }
}
.cover .container-video > video.o10 {
  opacity: 0.9;
}
.cover .container-video > video.o20 {
  opacity: 0.8;
}
.cover .container-video > video.o30 {
  opacity: 0.7;
}
.cover .container-video > video.o40 {
  opacity: 0.6;
}
.cover .container-video > video.o50 {
  opacity: 0.5;
}
.cover .container-video > video.o60 {
  opacity: 0.4;
}
.cover .container-video > video.o70 {
  opacity: 0.3;
}
.cover .container-video > video.o80 {
  opacity: 0.2;
}
.cover .container-img figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.cover .container-img figure img {
  width: 100%;
  height: 100%;
}
.cover .wrapper-img {
  height: 100vh;
}
@media screen and (max-width: 1140px) {
  .cover .wrapper-img {
    height: 75vh;
  }
}
.cover .wrapper-img figure {
  height: 100%;
}
.cover .wrapper-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover .wrapper-img .caption > * {
  width: 70%;
}
@media screen and (max-width: 980px) {
  .cover .wrapper-img .caption > * {
    width: 85%;
  }
}
@media screen and (max-width: 599px) {
  .cover .wrapper-img .caption > * {
    width: 90%;
  }
}
.cover .wrapper-img .caption > *:last-child {
  margin-bottom: 0;
}
.cover .wrapper-img .caption h1, .cover .wrapper-img .caption h2 {
  font-family: "c+", Sans-Serif;
  font-size: 50px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .cover .wrapper-img .caption h1, .cover .wrapper-img .caption h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
.cover .wrapper-img .caption p {
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
}
.cover .wrapper-img .caption .btn {
  margin: 0;
  display: inline-block;
  width: auto;
}

.bloc-video {
  position: relative;
  padding: 0;
  margin-bottom: 25px;
}
.bloc-video + h3 {
  padding-bottom: 50px;
}
.bloc-video .mask-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}
.bloc-video .mask-video figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.bloc-video .mask-video figure img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.bloc-video .mask-video .btn-ytbe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bloc-video .mask-video .btn-ytbe > span.icon-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  width: 40px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
.bloc-video .mask-video .btn-ytbe > span.icon-video-play:before {
  color: #FFFFFF;
  font-size: 30px;
  transition: all 0.2s ease;
}
.bloc-video .mask-video .btn-ytbe:hover > span.icon-ico-lecteur, .bloc-video .mask-video .btn-ytbe:focus > span.icon-ico-lecteur {
  color: #FFFFFF;
}
.bloc-video .mask-video .btn-ytbe:hover > span.icon-ico-lecteur:before, .bloc-video .mask-video .btn-ytbe:focus > span.icon-ico-lecteur:before {
  color: #FFFFFF;
}
.bloc-video .embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.bloc-video .embed-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 49%;
  padding-top: 7.8125%;
}
.bloc-video .embed-container > .content, .bloc-video .embed-container > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bloc-video .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bloc-video:before {
  content: "";
  position: absolute;
  left: -10px;
  width: 10px;
  height: 80%;
  top: 0;
  background-color: #1a5a9f;
}
#content-sit .bloc-video {
  margin-bottom: 0;
  padding: 0 0 50px;
}

.legend-video {
  font-family: "c+", Sans-Serif;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  font-style: italic;
  position: absolute;
  right: 0;
  text-align: right;
  width: 40%;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .legend-video {
    width: 65%;
  }
}
@media screen and (max-width: 599px) {
  .legend-video {
    width: 85%;
  }
}

.img-with-caption {
  position: relative;
}
.img-with-caption figure {
  background: #000000;
  padding: 0 !important;
  z-index: 10000;
}
@media screen and (max-width: 599px) {
  .img-with-caption figure {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.img-with-caption img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-with-caption .wrapper-shadow {
  position: absolute;
  width: 100%;
  padding: 0;
  height: 100%;
  top: 0;
  z-index: 11111;
  background: rgba(0, 0, 0, 0.72);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.72)), color-stop(65%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}
@media screen and (max-width: 599px) {
  .img-with-caption .wrapper-shadow {
    position: relative;
    width: 100%;
    left: 0;
    background: none;
  }
}
.img-with-caption .caption {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  transform: translate3d(0, -50%, 0);
  width: auto;
  padding: 40px;
}
@media screen and (max-width: 599px) {
  .img-with-caption .caption {
    position: relative;
    top: 0;
    transform: none;
    padding: 40px 0;
  }
}
.img-with-caption .caption.text-center {
  text-align: center;
}
.img-with-caption .caption.text-center h2, .img-with-caption .caption.text-center span, .img-with-caption .caption.text-center p, .img-with-caption .caption.text-center a {
  text-align: center;
  margin: auto;
}
.img-with-caption .caption.text-center p {
  margin-bottom: 25px;
}
.img-with-caption .caption.text-right {
  text-align: right;
}
.img-with-caption .caption.text-right h2, .img-with-caption .caption.text-right span, .img-with-caption .caption.text-right p, .img-with-caption .caption.text-right a {
  text-align: right;
  margin: auto;
}
.img-with-caption .caption.text-right p {
  margin-bottom: 25px;
  margin-left: 60%;
}
.img-with-caption .caption.top-left {
  transform: none;
  left: 0;
  bottom: auto;
  top: 0;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .img-with-caption .caption.top-left {
    left: 20px;
    top: -20px;
  }
}
.img-with-caption .caption.top-left h2 {
  text-align: left;
}
.img-with-caption .caption.bottom-left {
  transform: none;
  left: 0;
  bottom: 0;
  top: auto;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .img-with-caption .caption.bottom-left {
    left: 20px;
    bottom: -20px;
  }
}
.img-with-caption .caption.bottom-left h2 {
  text-align: left;
}
.img-with-caption .caption.top-right {
  transform: none;
  right: 0;
  left: auto;
  bottom: auto;
  top: 0;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .img-with-caption .caption.top-right {
    right: -40px;
    top: -20px;
  }
}
.img-with-caption .caption.top-right h2 {
  text-align: right;
}
.img-with-caption .caption.top-right p {
  margin-left: 60%;
}
.img-with-caption .caption span {
  font-family: "c+", Sans-Serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 34px;
  display: block;
  margin-bottom: 10px;
}
.img-with-caption .caption h2 {
  font-family: "c+", Sans-Serif;
  font-size: 78px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 88px;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .img-with-caption .caption h2 {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 64px;
  }
}
.img-with-caption .caption p {
  color: #FFFFFF;
  width: 40%;
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .img-with-caption .caption p {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .img-with-caption .caption p {
    width: 100%;
  }
}

#zoombox .zoombox_gallery img {
  display: inline-block;
}

.gallery::after {
  display: block;
  content: "";
  clear: both;
}
.gallery .wrapper-picture .one, .gallery .wrapper-picture .half, .gallery .wrapper-picture .three {
  float: left;
  background-color: #000000;
  text-align: center;
}
.gallery .wrapper-picture .one figure, .gallery .wrapper-picture .half figure, .gallery .wrapper-picture .three figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery .wrapper-picture .one img, .gallery .wrapper-picture .half img, .gallery .wrapper-picture .three img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .wrapper-picture .one {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery .wrapper-picture .one:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 56.050955414%;
}
.gallery .wrapper-picture .one > .content, .gallery .wrapper-picture .one > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery .wrapper-picture .half {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.gallery .wrapper-picture .half:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 67.4300254453%;
}
.gallery .wrapper-picture .half > .content, .gallery .wrapper-picture .half > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery .wrapper-picture .three {
  width: 33.33%;
  position: relative;
  overflow: hidden;
}
.gallery .wrapper-picture .three:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 67.8294573643%;
}
.gallery .wrapper-picture .three > .content, .gallery .wrapper-picture .three > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery .wrapper-picture p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 200;
  font-size: 14px !important;
  color: #FFFFFF;
}
.gallery .wrapper-picture p strong {
  font-size: 35px !important;
}
.gallery a img {
  transition: all 0.2s ease;
}
.gallery a:hover img, .gallery a:focus img {
  opacity: 0.6;
}

@media screen and (max-width: 540px) {
  .gallery .wrapper-picture a.half {
    width: 100%;
  }
  .gallery .wrapper-picture a.three {
    width: 100%;
  }
}
.bloc-testimonial {
  position: relative;
  margin: 25px 0 50px;
  min-height: 160px;
  padding: 50px 0 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #e8eef5;
  background: url("/wp-content/themes/arat/assets/images/medias/testimonial_bg.png") #e8eef5 no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.bloc-testimonial > div > div {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .bloc-testimonial > div > div {
    padding: 40px;
  }
  .bloc-testimonial > div > div:before {
    left: 0;
  }
  .bloc-testimonial > div > div:after {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .bloc-testimonial > div > div {
    padding: 40px 0;
  }
  .bloc-testimonial > div > div:before {
    top: 10px;
  }
}
.bloc-testimonial > div > div > * {
  display: inline-block;
  vertical-align: top;
}
.bloc-testimonial > div > div figure {
  background: none;
  width: 120px;
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .bloc-testimonial > div > div figure {
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
}
.bloc-testimonial > div > div figure img {
  overflow: hidden;
  border-radius: 50%;
}
.bloc-testimonial > div > div .txt {
  margin-top: 0px;
  padding-left: 25px;
  width: calc(100% - 140px);
}
@media screen and (max-width: 599px) {
  .bloc-testimonial > div > div .txt {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.bloc-testimonial > div > div .txt h3 {
  margin-bottom: 5px;
}
.bloc-testimonial > div > div .txt span {
  font-size: 15px;
  color: #727272;
}
.bloc-testimonial > div > div .txt span:first-child {
  display: block;
  margin-bottom: 5px;
  font-family: "c+", Sans-Serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 34px;
}
.bloc-testimonial > div > div .txt p {
  margin-top: 15px;
}
.bloc-testimonial .col-wrapper > div:nth-child(odd) {
  clear: left;
}

.bloc-pagination {
  position: relative;
  z-index: 0;
  clear: both;
  padding: 15px 10px;
}
.bloc-pagination:before, .bloc-pagination:after {
  left: -10px;
  right: -10px;
  width: calc(100% + 20px);
}
@media screen and (max-width: 980px) {
  .bloc-pagination:before, .bloc-pagination:after {
    left: -30px;
    right: -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 599px) {
  .bloc-pagination:before, .bloc-pagination:after {
    left: -10px;
    right: -10px;
    width: calc(100% + 20px);
  }
}
.bloc-pagination .pagination {
  text-align: center;
  position: relative;
}
.bloc-pagination .pagination a, .bloc-pagination .pagination strong, .bloc-pagination .pagination span {
  font-family: "c+", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 39px;
  position: relative;
  text-transform: uppercase;
}
.bloc-pagination .pagination a.prev {
  position: absolute;
  left: 0;
  padding: 0 !important;
}
.bloc-pagination .pagination a.prev:hover, .bloc-pagination .pagination a.prev:focus {
  color: #1a5a9f;
}
@media screen and (max-width: 830px) {
  .bloc-pagination .pagination a.prev:hover, .bloc-pagination .pagination a.prev:focus {
    color: #1a5a9f;
  }
}
.bloc-pagination .pagination a.prev:hover:before, .bloc-pagination .pagination a.prev:focus:before {
  color: #1a5a9f;
}
@media screen and (max-width: 830px) {
  .bloc-pagination .pagination a.prev {
    display: block;
    position: absolute;
    color: #FFFFFF;
  }
}
.bloc-pagination .pagination a.prev:before {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  color: #1a5a9f;
  font-size: 14px;
  position: relative;
  line-height: 39px;
  margin-right: 10px;
  float: left;
  transition: all 0.2s ease;
}
.bloc-pagination .pagination a.next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 !important;
}
@media screen and (max-width: 830px) {
  .bloc-pagination .pagination a.next {
    display: block;
    position: absolute;
    color: #FFFFFF;
  }
}
.bloc-pagination .pagination a.next:hover, .bloc-pagination .pagination a.next:focus {
  color: #1a5a9f;
}
@media screen and (max-width: 599px) {
  .bloc-pagination .pagination a.next:hover, .bloc-pagination .pagination a.next:focus {
    color: #1a5a9f;
  }
}
.bloc-pagination .pagination a.next:hover:after, .bloc-pagination .pagination a.next:focus:after {
  color: #1a5a9f;
}
.bloc-pagination .pagination a.next:after {
  content: "\e901";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  float: right;
  line-height: 39px;
  margin-left: 10px;
  color: #1a5a9f;
  transition: all 0.2s ease;
}
.bloc-pagination .pagination .pagination-number {
  position: relative;
  z-index: 10;
  margin-left: 170px;
  margin-right: 170px;
}
@media screen and (max-width: 830px) {
  .bloc-pagination .pagination .pagination-number {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.bloc-pagination .pagination .pagination-number > a {
  font-family: "c+", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 35px;
  margin: 0 2px;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease;
}
.bloc-pagination .pagination .pagination-number a:hover, .bloc-pagination .pagination .pagination-number a.active, .bloc-pagination .pagination .pagination-number a:focus {
  border-color: #1a5a9f;
}

.bloc-relation {
  padding: 25px 0 50px;
}
.bloc-relation a {
  position: relative;
  display: block;
}
.bloc-relation a figure {
  overflow: hidden;
}
.bloc-relation a figure img {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.bloc-relation a h3 {
  position: absolute;
  bottom: 20px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 25px;
  margin-left: 20px;
  padding-right: 30px;
  margin-right: 30px;
  margin-bottom: 0;
  width: calc(100% - 80px);
}
.bloc-relation a h3:after {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  content: "\e903";
  font-family: "icomoon";
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bloc-relation a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 10px;
  left: 0;
  width: 230px;
  background-color: #1a5a9f;
}
@media screen and (max-width: 900px) {
  .bloc-relation a:after {
    width: 80%;
  }
}
.bloc-relation a:hover img, .bloc-relation a:focus img, .bloc-relation a:active img {
  transform: scale(1.05);
  opacity: 0.5;
}
.bloc-relation a:hover h3:after, .bloc-relation a:focus h3:after, .bloc-relation a:active h3:after {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 750px) {
  .bloc-relation .col-33 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.bloc-telechargement {
  padding: 50px 0 50px;
  border-top: 1px solid #cccccc;
}
@media screen and (min-width: 1240px) {
  .bloc-telechargement.col-wrapper.bloc-small {
    max-width: 930px !important;
  }
}
@media screen and (min-width: 600px) {
  .bloc-telechargement.col-wrapper.bloc-small > .col-50:first-child {
    padding-left: 0 !important;
  }
  .bloc-telechargement.col-wrapper.bloc-small > .col-50:last-child {
    padding-right: 0 !important;
  }
}
#content-sit .bloc-telechargement {
  border-top: 0;
}
#content-sit .bloc-telechargement .telechargements li {
  width: calc(50% - 10px);
  float: left;
  margin-right: 0;
}
#content-sit .bloc-telechargement .telechargements li:nth-child(odd) {
  clear: left;
  margin-right: 20px;
}
#content-sit .bloc-telechargement .telechargements li a {
  line-height: 26px;
}
#content-sit .bloc-telechargement .telechargements li a:after {
  top: calc(50% - 10px);
}
@media screen and (max-width: 599px) {
  #content-sit .bloc-telechargement .telechargements li {
    width: 100%;
    float: none;
  }
}
#content-sit .bloc-telechargement {
  padding-top: 0;
}

.bloc-onglet {
  border-top: 2px solid #1a5a9f;
  position: relative;
  z-index: 10;
  margin: 75px 0 50px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 599px) {
  .bloc-onglet {
    background-color: #FFFFFF;
  }
}
.bloc-onglet .desktop .boutons {
  position: relative;
  top: -50px;
  border-bottom: 2px solid #1a5a9f;
  background-color: #FFFFFF;
  z-index: 1;
  height: 50px;
  padding: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.bloc-onglet .desktop .boutons > div {
  display: flex;
  align-items: center;
}
.bloc-onglet .desktop .boutons .slider-nav {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: initial;
  z-index: 10;
  pointer-events: none;
}
.bloc-onglet .desktop .boutons .slider-nav .slick-arrow {
  pointer-events: initial;
}
.bloc-onglet .desktop .boutons .slider-nav .slick-arrow:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1a5a9f;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  line-height: initial;
}
.bloc-onglet .desktop .boutons label.onglet-label {
  position: relative;
  z-index: 10;
  padding: 0 25px;
  height: 50px;
  background-color: #FFFFFF;
  cursor: pointer;
  margin-right: 0px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-onglet .desktop .wrapper-content, .bloc-onglet .desktop .not-wrapper-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.bloc-onglet .desktop .wrapper-content input[id^=tab], .bloc-onglet .desktop .not-wrapper-content input[id^=tab] {
  display: block;
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}
.bloc-onglet .desktop .wrapper-content .contenu, .bloc-onglet .desktop .not-wrapper-content .contenu {
  position: relative;
  margin: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.bloc-onglet .desktop .wrapper-content .contenu .contenu-tab, .bloc-onglet .desktop .not-wrapper-content .contenu .contenu-tab {
  padding: 20px 0;
}
.bloc-onglet .desktop label.onglet-label {
  font-size: 16px;
  line-height: 20px;
}
.bloc-onglet .desktop label.onglet-label span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  max-height: 40px;
}
.bloc-onglet .desktop label.onglet-label.active {
  background-color: #1a5a9f;
  color: #FFFFFF;
}
.bloc-onglet .desktop label.onglet-label:hover {
  background-color: #ccc;
  color: #333;
}
@media screen and (max-width: 599px) {
  .bloc-onglet .desktop label.onglet-label.active {
    background-color: inherit;
  }
}
.bloc-onglet .desktop input[id^=tab]:checked + label {
  background-color: #FFFFFF;
}
.bloc-onglet .desktop input[id^=tab]:checked + label + .contenu {
  max-height: none;
}
.bloc-onglet .desktop label.mobile-label {
  display: none;
}
@media screen and (max-width: 599px) {
  .bloc-onglet .desktop label.desktop-label {
    display: none;
  }
  .bloc-onglet .desktop label.mobile-label {
    display: block;
  }
  .bloc-onglet .desktop input[id^=tab] {
    display: none;
  }
  .bloc-onglet .desktop .wrapper-content label.onglet-label, .bloc-onglet .desktop .not-wrapper-content label.onglet-label {
    width: calc(100% - 45px);
    display: flex;
    align-items: center;
    text-align: left;
    color: black;
    background-color: #F5F5F5;
    padding: 20px 30px 20px 15px;
  }
  .bloc-onglet .desktop .wrapper-content label.onglet-label:after, .bloc-onglet .desktop .not-wrapper-content label.onglet-label:after {
    content: "\e901";
    font-family: "icomoon";
    position: absolute;
    right: 10px;
    color: #000;
    font-size: 13px;
    transform: rotate(90deg);
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  }
  .bloc-onglet .desktop input[id^=tab]:checked + label {
    background-color: #F5F5F5;
    transition: all 0.2s ease;
  }
  .bloc-onglet .desktop input[id^=tab]:checked + label + .contenu {
    height: auto;
    max-height: 0;
  }
  .bloc-onglet .desktop input[id^=tab] + label.active {
    background-color: #FFFFFF;
    border-bottom: 1px solid #cccccc;
  }
  .bloc-onglet .desktop input[id^=tab] + label.active:after {
    transform: rotate(-90deg);
  }
  .bloc-onglet .desktop input[id^=tab] + label.active + .contenu {
    max-height: none;
  }
}
.bloc-onglet.bloc-onglet-riche .desktop .not-wrapper-content {
  height: auto;
  display: flex;
}
@media screen and (max-width: 599px) {
  .bloc-onglet.bloc-onglet-riche .desktop .not-wrapper-content {
    display: block;
  }
}
.bloc-onglet.bloc-onglet-riche .desktop .not-wrapper-content .contenu {
  order: 50;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  max-height: none;
  height: auto;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  transition: all 500ms ease-in-out;
  height: 0;
}
.bloc-onglet.bloc-onglet-riche .desktop .not-wrapper-content .contenu.active {
  order: 1;
  position: relative;
  opacity: 1;
  z-index: 20;
  pointer-events: auto;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bloc-onglet.bloc-onglet-riche .desktop label.desktop-label {
    display: none;
  }
  .bloc-onglet.bloc-onglet-riche .desktop label.mobile-label {
    display: block;
  }
  .bloc-onglet.bloc-onglet-riche .desktop input[id^=tab] {
    display: none;
  }
  .bloc-onglet.bloc-onglet-riche .desktop .not-wrapper-content label.onglet-label {
    width: calc(100% - 45px);
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #F5F5F5;
    padding: 20px 30px 20px 15px;
  }
  .bloc-onglet.bloc-onglet-riche .desktop .not-wrapper-content label.onglet-label:after {
    content: "\e901";
    font-family: "icomoon";
    position: absolute;
    right: 10px;
    color: #000;
    font-size: 13px;
    transform: rotate(90deg);
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  }
  .bloc-onglet.bloc-onglet-riche .desktop .not-wrapper-content .contenu {
    position: relative;
    max-height: 0;
  }
  .bloc-onglet.bloc-onglet-riche .desktop input[id^=tab] + label.active + .contenu {
    max-height: none;
  }
  .bloc-onglet.bloc-onglet-riche .desktop .boutons {
    display: none;
  }
}
.bloc-onglet .bloc-author > div > span {
  background-color: #F5F5F5;
}
@media screen and (max-width: 599px) {
  .bloc-onglet .bloc-author > div > span {
    background-color: white;
  }
}
.bloc-onglet .sit-relation > div > h2, .bloc-onglet .sit-relation > div span.h2, .bloc-onglet .multi-slider > div > h2, .bloc-onglet .multi-slider > div span.h2, .bloc-onglet .single-relation > div > h2, .bloc-onglet .single-relation > div span.h2 {
  background-color: #F5F5F5;
}
@media screen and (max-width: 599px) {
  .bloc-onglet .sit-relation > div > h2, .bloc-onglet .sit-relation > div span.h2, .bloc-onglet .multi-slider > div > h2, .bloc-onglet .multi-slider > div span.h2, .bloc-onglet .single-relation > div > h2, .bloc-onglet .single-relation > div span.h2 {
    background-color: white;
  }
}
@media screen and (max-width: 599px) {
  .bloc-onglet .bloc-video {
    margin-top: 40px;
  }
}
.bloc-onglet .sit-relation > div, .bloc-onglet .multi-slider > div, .bloc-onglet .single-relation > div {
  padding-bottom: 0;
}
.bloc-onglet:not(.bloc-onglet-riche):not(.onglet-carto-onglet) .content-wrapper, .bloc-onglet:not(.bloc-onglet-riche):not(.onglet-carto-onglet) .desktop {
  position: static;
}
.bloc-onglet:not(.bloc-onglet-riche):not(.onglet-carto-onglet) .desktop .boutons {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .bloc-onglet:not(.bloc-onglet-riche):not(.onglet-carto-onglet) .desktop .boutons {
    overflow: auto;
    display: none;
  }
}
.bloc-onglet:not(.bloc-onglet-riche):not(.onglet-carto-onglet) .desktop .boutons > div {
  width: auto;
  min-width: 100%;
  justify-content: center;
  text-align: left;
  float: left;
}
.bloc-onglet:not(.bloc-onglet-riche):not(.onglet-carto-onglet) .desktop .boutons > div:after, .bloc-onglet:not(.bloc-onglet-riche):not(.onglet-carto-onglet) .desktop .boutons > div:before {
  content: "";
  position: -webkit-sticky;
  position: sticky;
  height: 100%;
  height: 50px;
  right: 0;
  width: 40px;
  z-index: 15;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  pointer-events: none;
}
.bloc-onglet:not(.bloc-onglet-riche):not(.onglet-carto-onglet) .desktop .boutons > div:before {
  right: auto;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
}
.bloc-onglet:not(.bloc-onglet-riche):not(.onglet-carto-onglet) .desktop .boutons label {
  white-space: nowrap;
  margin-left: 0;
  left: 0;
}
.bloc-onglet:not(.bloc-onglet-riche):not(.onglet-carto-onglet) .desktop .wrapper-content .contenu {
  transition: none;
}

.onglet-carto-onglet .wrapper-title h2 {
  position: relative;
  margin-bottom: 0;
  color: #454545;
}
@media screen and (max-width: 599px) {
  .onglet-carto-onglet .wrapper-title h2 {
    font-size: 20px;
    line-height: 27px;
  }
}
.onglet-carto-onglet .wrapper-title h2:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.onglet-carto-onglet .wrapper-title h2 span {
  position: relative;
  display: inline-block;
  background-color: white;
  padding-right: 40px;
}
@media screen and (max-width: 599px) {
  .onglet-carto-onglet .wrapper-title h2 span {
    padding-right: 20px;
  }
}
.onglet-carto-onglet .bloc-onglet-custom .onglets > div .onglet {
  padding: 20px 40px;
}
@media screen and (max-width: 599px) {
  .onglet-carto-onglet .bloc-onglet-custom .onglets > div .onglet {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 599px) {
  .onglet-carto-onglet .contents .content {
    background-color: #F5F5F5;
  }
}
.onglet-carto-onglet .contents .content .contenu-tab__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .onglet-carto-onglet .contents .content .contenu-tab__wrapper {
    flex-flow: column;
  }
}
.onglet-carto-onglet .contents .content .contenu-tab__wrapper .bloc-texte {
  position: relative;
  width: 50%;
  padding: 40px;
  padding-left: calc((100% - 1520px) / 2);
}
@media screen and (max-width: 1600px) {
  .onglet-carto-onglet .contents .content .contenu-tab__wrapper .bloc-texte {
    padding-left: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 1280px) {
  .onglet-carto-onglet .contents .content .contenu-tab__wrapper .bloc-texte {
    padding-left: 40px;
  }
}
@media screen and (max-width: 980px) {
  .onglet-carto-onglet .contents .content .contenu-tab__wrapper .bloc-texte {
    width: 100%;
    padding: 0 40px;
  }
  .onglet-carto-onglet .contents .content .contenu-tab__wrapper .bloc-texte + .image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .onglet-carto-onglet .contents .content .contenu-tab__wrapper .bloc-texte {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.onglet-carto-onglet .contents .content .contenu-tab__wrapper .image {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .onglet-carto-onglet .contents .content .contenu-tab__wrapper .image {
    width: 100%;
  }
}
.onglet-carto-onglet .contents .content .contenu-tab__wrapper .image figure {
  position: relative;
  background-color: transparent;
}
.onglet-carto-onglet .contents .content .contenu-tab__wrapper .image img {
  width: 100%;
  height: auto;
}

.bloc-author {
  position: relative;
  margin: 25px 0 50px;
  min-height: 160px;
  padding: 50px 0 0;
}
.bloc-author > div {
  border-top: 1px solid #cccccc;
  padding-top: 35px;
}
.bloc-author > div > span {
  position: absolute;
  top: -32px;
  background: white;
  padding: 0 10px;
  left: 30px;
  font-family: "brownhill", Sans-Serif;
  font-size: 35px;
  font-weight: 500;
  color: #000000;
  line-height: 52px;
}
.bloc-author > div > div {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .bloc-author > div > div {
    padding: 40px;
  }
  .bloc-author > div > div:before {
    left: 0;
  }
  .bloc-author > div > div:after {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .bloc-author > div > div {
    padding: 40px 0;
  }
  .bloc-author > div > div:before {
    top: 10px;
  }
}
.bloc-author > div > div > * {
  display: inline-block;
  vertical-align: top;
}
.bloc-author > div > div figure {
  background: none;
  width: 120px;
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .bloc-author > div > div figure {
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
}
.bloc-author > div > div figure img {
  overflow: hidden;
  border-radius: 50%;
}
.bloc-author > div > div .txt {
  margin-top: 0;
  padding-left: 25px;
  width: calc(100% - 140px);
}
@media screen and (max-width: 599px) {
  .bloc-author > div > div .txt {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.bloc-author > div > div .txt h3 {
  margin-bottom: 5px;
}
.bloc-author > div > div .txt span {
  font-size: 15px;
  color: #727272;
}
.bloc-author > div > div .txt span:first-child {
  display: block;
  margin-bottom: 5px;
  font-family: "c+", Sans-Serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 34px;
}
.bloc-author > div > div .txt p {
  margin-top: 15px;
}
.bloc-author .col-wrapper > div:nth-child(even) {
  clear: left;
}

.bloc-parallax {
  margin: 25px 0 50px;
}
.bloc-parallax .multiple {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.bloc-parallax .multiple .parallax-item {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  height: calc(100vh - 90px);
}
.bloc-parallax .single {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  height: calc(100vh - 90px);
}
.bloc-parallax .single > div:not(.txt) {
  background-attachment: fixed;
  background-size: cover;
}
body.ios .bloc-parallax .single > div:not(.txt) {
  background-attachment: scroll;
}
.bloc-parallax .single > .parallax-item {
  height: calc(100vh - 90px);
  min-height: 500px;
}
.bloc-parallax .txt-container {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  width: 1520px;
  height: 100%;
}
.bloc-parallax .txt-container .txt {
  position: absolute;
  bottom: 35px;
  background-color: transparent;
  max-width: 660px;
  padding-left: 40px;
  padding-right: 40px;
}
.bloc-parallax .txt-container .txt h3, .bloc-parallax .txt-container .txt p, .bloc-parallax .txt-container .txt a {
  color: #FFFFFF;
}
.bloc-parallax .txt-container .txt h3 {
  font-size: 70px;
  line-height: 50px;
  font-family: "brownhill", Sans-Serif;
}
@media screen and (max-width: 599px) {
  .bloc-parallax .txt-container .txt h3 {
    font-size: 60px;
  }
}
.bloc-parallax .txt-container .txt a.cta:hover {
  color: #1a5a9f;
}
.bloc-parallax .txt-container .txt a.cta:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 30px;
  background-color: #1a5a9f;
}
.bloc-parallax .txt-container .txt a.cta:before {
  content: none;
}
.bloc-parallax .txt-container .txt.right-align {
  right: 0;
  text-align: right;
}
.bloc-parallax .txt-container .txt.right-align a:after {
  right: 0;
  left: auto;
}
.bloc-parallax .txt-container .txt.center-align {
  right: auto;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}
.bloc-parallax .txt-container .txt.center-align a:after {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .bloc-parallax .txt-container .txt.center-align {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .bloc-parallax .txt-container {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  .bloc-parallax .txt-container {
    width: 100%;
  }
}

.bloc-lien-unique {
  position: relative;
}
.bloc-lien-unique figure {
  overflow: hidden;
}
.bloc-lien-unique figure img {
  max-height: 270px;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.bloc-lien-unique .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.bloc-lien-unique .text span {
  font-family: "brownhill", Sans-Serif;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  line-height: 45px;
}
.bloc-lien-unique .text p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.bloc-lien-unique .text:after {
  content: "\e903";
  position: absolute;
  font-family: "icomoon";
  color: #FFFFFF;
  right: 0;
  top: 50%;
  font-size: 14px;
  z-index: 2;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
@media screen and (max-width: 1280px) {
  .bloc-lien-unique .text {
    width: 100%;
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 !important;
  }
  .bloc-lien-unique .text:after {
    right: 20px;
  }
}
.bloc-lien-unique a:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.35+1,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 1%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59000000", endColorstr="#00000000", GradientType=1); /* IE6-9 */
}
.bloc-lien-unique:hover img {
  transform: scale(1.02);
}
.bloc-lien-unique:hover .text:after {
  transform: translate3d(-10px, 0, 0);
}

.bloc-gallery-v2 {
  padding: 30px 0;
}
@media screen and (max-width: 599px) {
  .bloc-gallery-v2 {
    padding: 25px 0;
  }
}
.bloc-gallery-v2:after {
  content: "";
  display: block;
  clear: both;
}
.bloc-gallery-v2 > div.left {
  width: 61.5%;
  margin-right: 2.2%;
  float: left;
}
.bloc-gallery-v2 > div.left a:nth-child(1) {
  margin-bottom: 3.9%;
}
.bloc-gallery-v2 > div.left a:nth-child(2) {
  width: 48%;
  margin-right: 4%;
  float: left;
}
.bloc-gallery-v2 > div.left a:nth-child(3) {
  width: 48%;
  float: left;
}
.bloc-gallery-v2 > div.left figure {
  position: relative;
  overflow: hidden;
}
.bloc-gallery-v2 > div.left figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 66.8724279835%;
}
.bloc-gallery-v2 > div.left figure > .content, .bloc-gallery-v2 > div.left figure > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bloc-gallery-v2 > div.right {
  width: 36.3%;
  float: left;
}
.bloc-gallery-v2 > div.right figure {
  position: relative;
  overflow: hidden;
}
.bloc-gallery-v2 > div.right figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 0px;
  padding-top: 174.2160278746%;
}
.bloc-gallery-v2 > div.right figure > .content, .bloc-gallery-v2 > div.right figure > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bloc-gallery-v2 > div.right span {
  display: none;
}
.bloc-gallery-v2 figure {
  overflow: hidden;
}
.bloc-gallery-v2 figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  transition: all 0.2s ease;
}
.bloc-gallery-v2 figure figcaption {
  display: none;
}
.bloc-gallery-v2 a {
  display: block;
  box-sizing: border-box;
}
body:not(.no-hover) .bloc-gallery-v2 a:hover figure img {
  opacity: 0.8;
  transform: translate3d(0, 0, 0) scale(1.03) rotate(1deg);
}
.bloc-gallery-v2.one-pic > div.left {
  width: 100%;
}
.bloc-gallery-v2.one-pic > div.left a {
  margin-bottom: 0;
  width: 100%;
}
.bloc-gallery-v2.two-pics > div.left {
  width: 100%;
  margin-right: 0;
}
.bloc-gallery-v2.two-pics > div.left a:nth-child(1) {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 0;
}
.bloc-gallery-v2.two-pics > div.left a:nth-child(2) {
  width: 48%;
  margin-right: 0;
}
.bloc-gallery-v2.three-pics > div.left {
  width: 100%;
  margin-right: 0;
}
.bloc-gallery-v2.see-more-pics > div.right {
  position: relative;
}
.bloc-gallery-v2.see-more-pics > div.right figure {
  position: relative;
}
.bloc-gallery-v2.see-more-pics > div.right figure:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -8px;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 55px;
  z-index: 20;
}
.bloc-gallery-v2.see-more-pics > div.right span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 30;
  font-size: 30px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 599px) {
  .bloc-gallery-v2.see-more-pics > div.right span {
    font-size: 18px;
  }
}
.bloc-gallery-v2 .legends {
  clear: both;
  padding-top: 30px;
}
.bloc-gallery-v2 .legends .img {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
.bloc-gallery-v2 .legends .img figure {
  max-width: 28px;
  margin-right: 10px;
  float: left;
  background-color: transparent;
}
.bloc-gallery-v2 .legends .img figure > img {
  position: relative;
  height: auto;
}
.bloc-gallery-v2 .legends .img > div {
  float: left;
  width: calc(100% - 38px);
  padding-right: 100px;
}
.bloc-gallery-v2 .legends .img > div span {
  display: block;
  font-size: 10px;
  line-height: 14px;
}
.bloc-gallery-v2 .legends .img > div span.figcaption {
  color: #404040;
}
.bloc-gallery-v2 .legends .img > div span.legende {
  color: #7C7C7C;
}
@media screen and (max-width: 980px) {
  .bloc-gallery-v2 .legends .img > div {
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .bloc-gallery-v2 .legends .img > div {
    padding-right: 0;
  }
}
.bloc-gallery-v2 .legends .img:nth-child(odd) {
  clear: left;
}
.bloc-gallery-v2 .legends .img:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 599px) {
  .bloc-gallery-v2 .legends .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.bloc-gallery-v2 .legends:after {
  content: "";
  display: block;
  clear: both;
}

.bloc-map {
  position: relative;
  margin: 30px 0;
  min-height: 450px;
}
@media screen and (max-width: 599px) {
  .bloc-map {
    padding: 25px 0;
  }
}
.bloc-map .hotel {
  display: none;
  pointer-events: none;
  min-height: 350px;
}
.bloc-map .maps .hotel {
  display: block;
  pointer-events: auto;
}
.bloc-map .hotel-link figure {
  position: relative;
}
.bloc-map .maps {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.bloc-map > h3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  color: #000;
  margin: 0 40px 10px;
}
.bloc-map > h3 span {
  display: inline-block;
  background-color: white;
  z-index: 1;
  padding-right: 20px;
}
.bloc-map > h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}
.bloc-map .bloc-texte {
  margin: 0 40px 10px;
  padding-top: 0;
  padding-bottom: 20px;
  max-width: 520px;
}
.bloc-map > .card {
  display: none;
  width: 210px;
}
.bloc-map .the-map {
  z-index: 400;
  height: 480px;
  position: relative;
  max-height: calc(100vh - 20px);
}
.bloc-map .the-map > .card {
  display: none;
  width: 210px;
}
.bloc-map.relation .the-map:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 500;
  pointer-events: none;
}
.bloc-map .bloc-relation {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -150px;
  z-index: 500;
  position: relative;
}
.bloc-map .bloc-relation .relation {
  padding-left: calc((100% - 790px) / 2);
}
.bloc-map .bloc-relation .relation .card {
  max-width: 230px;
}
.bloc-map .bloc-relation [data-iscroll] > div {
  -webkit-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  white-space: nowrap;
}
.bloc-map + .bloc-map {
  margin-top: 60px;
}
.bloc-map .maps-popup.card .no-photo {
  display: none;
}
.bloc-map .maps-popup.card .no-photo ~ .content {
  position: relative;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 30px;
  transform: none !important;
}
.bloc-map .maps-popup.card .no-photo ~ .content * {
  color: #000;
}
.bloc-map .maps-popup.card .no-photo ~ .content *:last-child {
  margin-bottom: 0;
}
.bloc-map .maps-popup.card .no-photo ~ .content h2 {
  font-size: 14px;
}
.bloc-map .maps-popup.card .no-photo ~ .content span {
  color: #000;
}
.bloc-map .maps-popup.card .no-photo ~ .content a {
  color: #1a5a9f !important;
}
.bloc-map .maps-popup.card .no-photo ~ .content a:after {
  color: #1a5a9f !important;
}
body:not(.no-hover) .bloc-map .maps-popup.card .no-photo ~ .content a:hover:after {
  transform: translateX(5px);
}
.bloc-map .maps-popup.card .content {
  bottom: 15px;
}
.bloc-map .maps-popup.card .content a {
  display: block;
  position: relative;
  color: white !important;
  padding-right: 30px;
  transition: all 0.2s ease;
}
.bloc-map .maps-popup.card .content a:after {
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 14px;
  color: #FFFFFF;
  right: 0;
  transform: translateX(0);
  transition: all 0.2s ease;
}
@media screen and (max-width: 870px) {
  .bloc-map .bloc-relation .relation {
    padding-left: 40px;
  }
}
@media screen and (max-width: 599px) {
  .bloc-map {
    margin: 20px 0;
  }
  .bloc-map .the-map {
    max-height: calc(100vh - 40px);
  }
  .bloc-map .the-map:after {
    height: 40%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
  .bloc-map .bloc-relation {
    margin-top: -205px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .bloc-map .bloc-relation .relation {
    z-index: 50;
    padding-left: 20px;
  }
  .bloc-map .bloc-relation .relation .card {
    opacity: 0.5;
  }
  .bloc-map .bloc-relation .relation .card.hover, .bloc-map .bloc-relation .relation .card.slick-active {
    opacity: 1;
  }
  .bloc-map .bloc-relation:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
  .bloc-map + .bloc-map {
    margin-top: 40px;
  }
  .bloc-map > h3 {
    margin: 0 20px 10px;
    font-size: 20px;
    line-height: 27px;
  }
  .bloc-map .bloc-texte {
    margin: 0 20px 10px;
  }
}

.destination {
  padding: 40px 0 0;
  overflow: hidden;
  margin-bottom: 45px;
}
@media screen and (max-width: 599px) {
  .destination {
    padding: 25px 0 0;
  }
}

.bloc-onglet-custom {
  padding: 30px 0;
}
@media screen and (max-width: 599px) {
  .bloc-onglet-custom {
    padding: 25px 0;
  }
}
.bloc-onglet-custom .onglets {
  position: relative;
}
.bloc-onglet-custom .onglets > div {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  overflow: auto;
  -webkit-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.bloc-onglet-custom .onglets > div .onglet {
  display: inline-block;
  background-color: white;
  scroll-snap-align: center;
  font-size: 20px;
  line-height: 30px;
  padding: 21px 95px 19px;
  cursor: pointer;
}
.bloc-onglet-custom .onglets > div .onglet.active {
  background-color: #F5F5F5;
}
body:not(.no-hover) .bloc-onglet-custom .onglets > div .onglet:not(.active):hover {
  color: #1a5a9f;
}
.bloc-onglet-custom .onglets:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  pointer-events: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media screen and (max-width: 599px) {
  .bloc-onglet-custom .onglets:after {
    width: 75px;
  }
}
.bloc-onglet-custom.sub-onglets .onglets:after {
  background: rgb(245, 245, 245);
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#f5f5f5",GradientType=1);
}
.bloc-onglet-custom .contents {
  overflow: hidden;
  background-color: #F5F5F5;
  padding: 40px 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.bloc-onglet-custom .contents .content {
  transition: all 500ms ease-in-out;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.bloc-onglet-custom .contents .content.active {
  position: relative;
  opacity: 1;
  z-index: 20;
  pointer-events: auto;
}
.bloc-onglet-custom .contents .content.active:after {
  content: "";
  display: block;
  clear: both;
}
.bloc-onglet-custom [data-iscroll]:not(.iscroll).onglets > div {
  width: auto !important;
}
.bloc-onglet-custom [data-iscroll].iscroll.loaded {
  touch-action: none;
  width: auto;
  overflow: hidden;
  position: relative;
}
.bloc-onglet-custom [data-iscroll].iscroll.loaded.onglets > div {
  overflow: hidden;
  width: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .bloc-onglet-custom .contents {
    padding: 10px 0;
  }
  .bloc-onglet-custom .onglets > div .onglet {
    font-size: 14px;
    line-height: 24px;
    padding: 21px 25px 19px;
  }
}

.bloc-onglet-custom.onglets-home .onglets > div {
  margin: 0;
  overflow: auto;
  -webkit-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  font-size: 0;
  text-align: left;
}
.bloc-onglet-custom.onglets-home .onglets .onglet {
  vertical-align: top;
  scroll-snap-align: center;
  font-size: 20px;
  line-height: 27px;
  padding: 21px 40px 19px;
  color: #000;
}
.bloc-onglet-custom.onglets-home .onglets .onglet.active {
  font-weight: 600;
}
.bloc-onglet-custom.onglets-home .content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
.bloc-onglet-custom.onglets-home .content .liens, .bloc-onglet-custom.onglets-home .content .sub-onglets {
  width: 60%;
}
.bloc-onglet-custom.onglets-home .content .img {
  display: flex;
  justify-content: center;
  width: 40%;
  padding-left: 20px;
}
.bloc-onglet-custom.onglets-home .content .img figure {
  background-color: transparent;
}
.bloc-onglet-custom.onglets-home .content .img figure img {
  height: auto;
}
.bloc-onglet-custom.onglets-home .content.no-img .sub-onglets {
  width: 100%;
}
.bloc-onglet-custom.onglets-home .content.no-img .sub-onglets + .img {
  display: none;
}
.bloc-onglet-custom.onglets-home .liens {
  position: relative;
  overflow: hidden;
}
.bloc-onglet-custom.onglets-home .liens.iscroll.loaded .iScrollHorizontalScrollbar {
  left: 0 !important;
  right: 0 !important;
  height: 6px !important;
}
.bloc-onglet-custom.onglets-home .liens.iscroll.loaded .iScrollHorizontalScrollbar:before {
  content: "";
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 1px;
}
.bloc-onglet-custom.onglets-home .liens.iscroll.loaded .iScrollHorizontalScrollbar .iScrollIndicator {
  background: #1a5a9f !important;
  width: 60px;
  height: 6px;
}
body:not(.no-hover) .bloc-onglet-custom.onglets-home .liens.iscroll.loaded .iScrollHorizontalScrollbar .iScrollIndicator:hover {
  cursor: pointer;
}
.bloc-onglet-custom.onglets-home .liens ul {
  overflow: hidden;
  position: relative;
  font-size: 0;
  display: flex;
  flex-direction: column;
  width: auto;
  flex-wrap: wrap;
  max-height: 344px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .bloc-onglet-custom.onglets-home .liens ul {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: auto !important;
  }
}
.bloc-onglet-custom.onglets-home .liens li {
  display: inline-block;
  width: 320px;
  vertical-align: top;
  margin-bottom: 10px;
}
.bloc-onglet-custom.onglets-home .liens li a {
  box-sizing: border-box;
  padding: 5px 20px 5px 40px;
  font-size: 18px;
  line-height: 23px;
  color: #1a5a9f;
  display: block;
  transition: all 0.2s ease;
}
.bloc-onglet-custom.onglets-home .liens li a:before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 5px;
  left: 0;
  margin-right: 20px;
  display: inline-block;
  transition: all 0.2s ease;
  transform: translate3d(0, 0, 0);
}
body:not(.no-hover) .bloc-onglet-custom.onglets-home .liens li a:hover {
  opacity: 0.7;
}
body:not(.no-hover) .bloc-onglet-custom.onglets-home .liens li a:hover:before {
  transform: translate3d(5px, 0, 0);
}
.bloc-onglet-custom.onglets-home .liens:after {
  content: "";
  display: block;
  background: rgb(245, 245, 245);
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#f5f5f5",GradientType=1);
  width: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
}
.bloc-onglet-custom.onglets-home .title {
  display: block;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 34px;
  font-weight: bold;
  color: #1a5a9f;
  width: 100%;
}
.bloc-onglet-custom.onglets-home .title:empty {
  display: none;
}
.bloc-onglet-custom.onglets-home.sub-onglets {
  padding: 0;
}
.bloc-onglet-custom.onglets-home.sub-onglets .contents {
  padding-bottom: 0;
}
.bloc-onglet-custom.onglets-home.sub-onglets .contents .content {
  transition: all 500ms cubic-bezier(1, 0, 0, 1);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-100%, 0, 0);
}
.bloc-onglet-custom.onglets-home.sub-onglets .contents .content.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}
.bloc-onglet-custom.onglets-home.sub-onglets .onglets {
  width: 100vw;
  margin-left: -40px;
  padding-left: 40px;
}
.bloc-onglet-custom.onglets-home.sub-onglets .onglets > div {
  width: 100vw;
  margin-left: -40px;
  padding-left: 40px;
  padding-right: 40px;
}
.bloc-onglet-custom.onglets-home.sub-onglets .onglets .onglet {
  font-size: 17px;
  line-height: 20px;
  background-color: #D8E0E7;
  color: #1a5a9f;
  margin-right: 13px;
  border-radius: 45px;
  padding: 9px 25px 7px;
  transition: all 0.2s ease;
}
.bloc-onglet-custom.onglets-home.sub-onglets .onglets .onglet.active {
  background-color: #1a5a9f;
  color: white;
}
body:not(.no-hover) .bloc-onglet-custom.onglets-home.sub-onglets .onglets .onglet.active:hover {
  background: #D8E0E7;
  color: #1a5a9f;
}
.bloc-onglet-custom.onglets-home.sub-onglets .onglets .onglet:last-child {
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .bloc-onglet-custom.onglets-home.sub-onglets .onglets .onglet:last-child {
    margin-right: 20px;
  }
}
body:not(.no-hover) .bloc-onglet-custom.onglets-home.sub-onglets .onglets .onglet:hover {
  background: #1a5a9f;
  color: white;
}
.bloc-onglet-custom.onglets-home.sub-onglets .content {
  padding: 0;
  display: block;
}
.bloc-onglet-custom.onglets-home.sub-onglets .content .liens {
  width: 100%;
}
.bloc-onglet-custom.onglets-home.sub-onglets .liens {
  width: 60% !important;
  float: left;
  max-width: 60%;
  min-width: 30%;
  width: auto !important;
}
.bloc-onglet-custom.onglets-home.sub-onglets .liens.no-img {
  width: 100% !important;
  max-width: 100% !important;
  float: none;
}
.bloc-onglet-custom.onglets-home.sub-onglets .liens.no-img + .img {
  display: none;
  float: none;
}
.bloc-onglet-custom.onglets-home.sub-onglets .liens + .img {
  width: 40%;
  float: left;
}
@media screen and (max-width: 1024px) {
  .bloc-onglet-custom.onglets-home.sub-onglets .liens {
    width: 60% !important;
  }
}
@media screen and (max-width: 599px) {
  .bloc-onglet-custom.onglets-home.sub-onglets .liens {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.bloc-onglet-custom.onglets-home.sub-onglets + .img {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .bloc-onglet-custom.onglets-home .onglets .onglet {
    font-size: 12px;
    line-height: 16px;
    padding: 21px 20px 19px;
  }
  .bloc-onglet-custom.onglets-home .content {
    display: block;
    padding: 0 20px;
  }
  .bloc-onglet-custom.onglets-home .content .contents {
    padding-top: 20px;
  }
  .bloc-onglet-custom.onglets-home .content .liens, .bloc-onglet-custom.onglets-home .content .sub-onglets {
    margin-top: 20px;
    width: 100%;
  }
  .bloc-onglet-custom.onglets-home .content .img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    max-height: none;
  }
  .bloc-onglet-custom.onglets-home .content .img figure {
    background-color: transparent;
  }
  .bloc-onglet-custom.onglets-home .liens ul {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 200px;
    width: auto;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .bloc-onglet-custom.onglets-home .liens li {
    width: 250px;
    scroll-snap-align: center;
  }
  .bloc-onglet-custom.onglets-home .liens li a {
    font-size: 13px;
    line-height: 19px;
    padding: 2px 20px 2px 40px;
  }
  .bloc-onglet-custom.onglets-home .liens:after {
    right: -20px;
    width: 100px;
  }
  .bloc-onglet-custom.onglets-home .title {
    margin-top: 20px;
  }
  .bloc-onglet-custom.onglets-home.sub-onglets .onglets {
    width: 100vw;
    margin-left: -20px;
    padding-left: 20px;
  }
  .bloc-onglet-custom.onglets-home.sub-onglets .onglets > div {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bloc-onglet-custom.onglets-home.sub-onglets .onglets .onglet {
    font-size: 13px;
    line-height: 17px;
  }
  .bloc-onglet-custom.onglets-home.sub-onglets + .img {
    margin-top: 20px;
  }
  .bloc-onglet-custom.onglets-home.sub-onglets .liens {
    width: 100% !important;
    float: none;
  }
  .bloc-onglet-custom.onglets-home.sub-onglets .liens + .img {
    width: 100%;
    float: none;
  }
}

.bloc-event-perso {
  position: relative;
  padding: 50px 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 700px) {
  .bloc-event-perso {
    flex-flow: column;
  }
}
.bloc-event-perso:after {
  content: "";
  display: block;
  clear: both;
}
.bloc-event-perso h3 {
  display: block;
  font-family: "brownhill", Sans-Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .bloc-event-perso h3 {
    font-size: 38px;
    line-height: 38px;
  }
}
.bloc-event-perso .event {
  position: relative;
  width: calc(66.666666% - 20px);
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .bloc-event-perso .event {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 700px) {
  .bloc-event-perso .event {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.bloc-event-perso .event .no-photo, .bloc-event-perso .event figure {
  display: block;
  background-color: #1a5a9f;
  z-index: 0;
  height: 100%;
  height: 450px;
}
.bloc-event-perso .event figure {
  overflow: hidden;
  background-color: black;
}
.bloc-event-perso .event figure img {
  transition: all 0.2s ease;
}
.bloc-event-perso .event .caption {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: white;
}
.bloc-event-perso .event .caption .title {
  display: block;
  font-size: 30px;
  line-height: 40px;
  transition: all 0.2s ease;
}
.bloc-event-perso .event .caption .pos {
  font-size: 16px;
  line-height: 26px;
  max-width: 50%;
}
.bloc-event-perso .event .caption .commune {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 980px) {
  .bloc-event-perso .event .caption .commune {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: flex-start;
  }
}
.bloc-event-perso .event .caption .commune span {
  margin-right: 10px;
  font-size: 20px;
}
.bloc-event-perso .event .slick-event-perso:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 10px;
  width: 390px;
  background-color: #1a5a9f;
}
@media screen and (max-width: 980px) {
  .bloc-event-perso .event .slick-event-perso:after {
    width: 230px;
  }
}
body:not(.no-hover) .bloc-event-perso .event a:hover figure img {
  transform: translate3d(0, 0, 0) scale(1.025);
}
.bloc-event-perso .perso {
  position: relative;
  width: calc(33.333333% - 20px);
  height: auto !important;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .bloc-event-perso .perso {
    width: calc(50% - 20px);
  }
}
.bloc-event-perso .perso .content:not(.only-text) {
  background-color: #F5F5F5;
}
.bloc-event-perso .perso .no-photo {
  display: none;
}
.bloc-event-perso .perso .no-photo + .caption {
  padding-top: 40px;
}
.bloc-event-perso .perso figure {
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.bloc-event-perso .perso figure + .caption {
  max-height: calc(100% - 210px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 26px;
  max-height: 156px;
}
@media screen and (max-width: 700px) {
  .bloc-event-perso .perso figure + .caption {
    max-height: none;
    -webkit-line-clamp: 999;
  }
}
.bloc-event-perso .perso figure img {
  border-radius: 100%;
}
.bloc-event-perso .perso figure figcaption {
  display: none;
}
.bloc-event-perso .perso .caption {
  position: relative;
  padding: 0px 60px 0;
  max-height: 100%;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  line-height: 26px;
  max-height: 312px;
}
@media screen and (max-width: 700px) {
  .bloc-event-perso .perso .caption {
    padding: 0px 45px 0;
    max-height: none;
    height: auto;
    -webkit-line-clamp: 999;
  }
}
.bloc-event-perso .perso .title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bloc-event-perso .perso .text {
  display: inline;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bloc-event-perso .perso .btn-basic {
  position: absolute;
  margin-top: 20px;
  bottom: 40px;
  left: 60px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.bloc-event-perso .perso .btn-basic:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #1a5a9f;
  transition: all 0.2s ease;
}
.bloc-event-perso .perso .btn-basic:hover {
  text-transform: uppercase;
}
.bloc-event-perso .perso .btn-basic:hover:before {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .bloc-event-perso .perso .btn-basic {
    position: relative;
    display: block;
    bottom: 0;
    left: 0;
    margin: 20px 45px 30px;
  }
}
.bloc-event-perso .perso .slider-nav .slick-arrow:before {
  color: #1a5a9f;
}
@media screen and (max-width: 700px) {
  .bloc-event-perso .perso .slick-event-perso {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .bloc-event-perso .perso {
    width: 100%;
  }
}
.bloc-event-perso .content {
  position: relative;
}
.bloc-event-perso .content .bloc-texte {
  padding-bottom: 0;
  padding-top: 10px;
}
@media screen and (max-width: 700px) {
  .bloc-event-perso .content {
    max-height: none;
    min-height: 0 !important;
  }
}
.bloc-event-perso .slick-event-perso {
  position: relative;
  height: 450px;
}
@media screen and (max-width: 700px) {
  .bloc-event-perso .slick-event-perso {
    height: 450px;
  }
}
.bloc-event-perso .slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
}
.bloc-event-perso .slider-nav .slick-arrow {
  pointer-events: auto;
}

.bloc-doc-mea,
.bloc-doc-form {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.bloc-doc-mea .surtitre,
.bloc-doc-form .surtitre {
  display: block;
  width: 100%;
  font-size: 15px;
  text-transform: none;
  color: #727272;
  letter-spacing: normal;
  margin-bottom: 5px;
}
.bloc-doc-mea .titre,
.bloc-doc-form .titre {
  display: block;
  width: 100%;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}
.bloc-doc-mea .cover-doc,
.bloc-doc-form .cover-doc {
  flex-shrink: 0;
  width: 270px;
  height: auto;
  margin-right: 40px;
  position: relative;
}
.bloc-doc-mea .cover-doc figcaption,
.bloc-doc-form .cover-doc figcaption {
  transform: none;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.bloc-doc-mea .detail,
.bloc-doc-form .detail {
  flex: auto;
  max-width: 930px;
  width: calc(100% - 310px);
}
.bloc-doc-mea .desc,
.bloc-doc-form .desc {
  padding-top: 0;
  padding-bottom: 35px;
}
.bloc-doc-mea .file-list,
.bloc-doc-form .file-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: -20px;
}
.bloc-doc-mea .file-list li,
.bloc-doc-form .file-list li {
  width: calc(50% - 10px);
  margin-left: 20px;
  margin-bottom: 20px;
}
.bloc-doc-mea .file-list li:nth-child(odd),
.bloc-doc-form .file-list li:nth-child(odd) {
  margin-left: 0;
}
.bloc-doc-mea .file-list a,
.bloc-doc-form .file-list a {
  display: block;
  position: relative;
  padding: 25px 50px 25px 30px;
  background: #D8E0E7;
  font-family: "c+", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a5a9f;
  line-height: 20px;
  transition: all 0.2s ease;
}
.bloc-doc-mea .file-list a::after,
.bloc-doc-form .file-list a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "🌒";
  position: absolute;
  top: calc(50% - 11px);
  right: 25px;
  font-size: 22px;
  line-height: 22px;
  color: #1a5a9f;
  transition: all 0.2s ease;
}
body:not(.no-hover) .bloc-doc-mea .file-list a:hover,
body:not(.no-hover) .bloc-doc-form .file-list a:hover {
  background: #1a5a9f;
  color: #FFFFFF;
}
body:not(.no-hover) .bloc-doc-mea .file-list a:hover::after,
body:not(.no-hover) .bloc-doc-form .file-list a:hover::after {
  color: #FFFFFF;
}
@media screen and (max-width: 980px) {
  .bloc-doc-mea .file-list li,
  .bloc-doc-form .file-list li {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .bloc-doc-mea,
  .bloc-doc-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .bloc-doc-mea .cover-doc,
  .bloc-doc-form .cover-doc {
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .bloc-doc-mea .detail,
  .bloc-doc-form .detail {
    width: 100%;
  }
}

.bloc-doc-liste {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bloc-doc-liste .titre {
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
}
.bloc-doc-liste .filters {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.bloc-doc-liste .filters .selectric-wrapper {
  width: calc(25% - 7.5px);
  margin-left: 10px;
  margin-bottom: 10px;
}
.bloc-doc-liste .filters .selectric-wrapper:first-child {
  margin-left: 0;
}
.bloc-doc-liste .filters .selectric-wrapper .selectric .label {
  padding-right: 40px;
}
.bloc-doc-liste .filters .selectric-wrapper .selectric-items .selectric-scroll ul li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: normal;
}
.bloc-doc-liste .filters .search-bar-documents {
  width: calc(25% - 7.5px);
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .bloc-doc-liste .filters .search-bar-documents {
    width: 100%;
    margin-left: 0;
  }
}
.bloc-doc-liste .filters .search-bar-documents.is-full {
  width: 100%;
  margin-left: 0;
}
.bloc-doc-liste .filters .search-bar-documents input {
  height: 50px;
  width: 100%;
  border: 1px solid rgba(60, 60, 59, 0.4);
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 15px;
}
.bloc-doc-liste .filters .search-bar-documents .icon-search {
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .bloc-doc-liste .filters .selectric-wrapper {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .bloc-doc-liste .filters .selectric-wrapper {
    width: calc(50% - 5px);
  }
  .bloc-doc-liste .filters .selectric-wrapper:nth-child(odd) {
    margin-left: 0;
  }
}
.bloc-doc-liste .card-doc .description {
  display: none;
}
.bloc-doc-liste .grid-layout {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bloc-doc-liste .grid-layout .card-doc.hide {
  display: none;
}
.bloc-doc-liste .grid-layout.img_grid, .bloc-doc-liste .grid-layout.card_grid {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.bloc-doc-liste .grid-layout.img_grid .card-doc, .bloc-doc-liste .grid-layout.card_grid .card-doc {
  box-sizing: border-box;
  width: 20%;
  padding: 10px;
  box-shadow: none;
}
.bloc-doc-liste .grid-layout.img_grid .card-doc::after, .bloc-doc-liste .grid-layout.card_grid .card-doc::after {
  content: "";
  display: block;
  background: lightgreen;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.2s ease;
}
body:not(.no-hover) .bloc-doc-liste .grid-layout.img_grid .card-doc:hover::after, body:not(.no-hover) .bloc-doc-liste .grid-layout.card_grid .card-doc:hover::after {
  opacity: 1;
}
.bloc-doc-liste .grid-layout.img_grid .card-doc figure, .bloc-doc-liste .grid-layout.img_grid .card-doc .no-photo, .bloc-doc-liste .grid-layout.img_grid .card-doc .content, .bloc-doc-liste .grid-layout.img_grid .card-doc::after, .bloc-doc-liste .grid-layout.card_grid .card-doc figure, .bloc-doc-liste .grid-layout.card_grid .card-doc .no-photo, .bloc-doc-liste .grid-layout.card_grid .card-doc .content, .bloc-doc-liste .grid-layout.card_grid .card-doc::after {
  width: calc(100% - 20px) !important;
  margin-left: 10px;
}
.bloc-doc-liste .grid-layout.img_grid .card-doc figure, .bloc-doc-liste .grid-layout.img_grid .card-doc .no-photo, .bloc-doc-liste .grid-layout.img_grid .card-doc::after, .bloc-doc-liste .grid-layout.card_grid .card-doc figure, .bloc-doc-liste .grid-layout.card_grid .card-doc .no-photo, .bloc-doc-liste .grid-layout.card_grid .card-doc::after {
  height: calc(100% - 20px) !important;
  margin-top: 10px;
}
.bloc-doc-liste .grid-layout.img_grid .card-doc .content, .bloc-doc-liste .grid-layout.card_grid .card-doc .content {
  margin-bottom: 10px;
}
.bloc-doc-liste .grid-layout.img_grid .card-doc .fit-cover img, .bloc-doc-liste .grid-layout.card_grid .card-doc .fit-cover img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 1200px) {
  .bloc-doc-liste .grid-layout.img_grid .card-doc, .bloc-doc-liste .grid-layout.card_grid .card-doc {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .bloc-doc-liste .grid-layout.img_grid .card-doc, .bloc-doc-liste .grid-layout.card_grid .card-doc {
    width: 33.333%;
  }
}
@media screen and (max-width: 980px) {
  .bloc-doc-liste .grid-layout.img_grid, .bloc-doc-liste .grid-layout.card_grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: calc(100% + 80px);
    margin-left: -40px;
    -webkit-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
  }
  .bloc-doc-liste .grid-layout.img_grid::before, .bloc-doc-liste .grid-layout.img_grid::after, .bloc-doc-liste .grid-layout.card_grid::before, .bloc-doc-liste .grid-layout.card_grid::after {
    content: "";
    display: block;
    height: 1px;
  }
  .bloc-doc-liste .grid-layout.img_grid::before, .bloc-doc-liste .grid-layout.card_grid::before {
    min-width: 20px;
  }
  .bloc-doc-liste .grid-layout.img_grid::after, .bloc-doc-liste .grid-layout.card_grid::after {
    min-width: 40px;
  }
  .bloc-doc-liste .grid-layout.img_grid .card-doc, .bloc-doc-liste .grid-layout.card_grid .card-doc {
    box-sizing: border-box;
    min-width: 270px;
    max-width: calc(100vw - 80px);
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 20px;
    margin-left: -20px;
    scroll-snap-align: start;
  }
  .bloc-doc-liste .grid-layout.img_grid .card-doc figure, .bloc-doc-liste .grid-layout.img_grid .card-doc .no-photo, .bloc-doc-liste .grid-layout.img_grid .card-doc .content, .bloc-doc-liste .grid-layout.card_grid .card-doc figure, .bloc-doc-liste .grid-layout.card_grid .card-doc .no-photo, .bloc-doc-liste .grid-layout.card_grid .card-doc .content {
    width: calc(100% - 40px) !important;
    margin-left: 40px;
  }
  .bloc-doc-liste .grid-layout.img_grid .card-doc .no-photo, .bloc-doc-liste .grid-layout.card_grid .card-doc .no-photo {
    height: 100% !important;
  }
  .bloc-doc-liste .grid-layout.img_grid .card-doc .content, .bloc-doc-liste .grid-layout.card_grid .card-doc .content {
    margin-bottom: 0;
  }
}
.bloc-doc-liste .grid-layout.list .card-doc {
  width: 50%;
  padding: 15px 50px 15px 30px;
  box-sizing: border-box;
  box-shadow: none;
}
.bloc-doc-liste .grid-layout.list .card-doc::before {
  padding: 0;
  content: "🌒";
  font-family: "icomoon";
  position: absolute;
  display: block;
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 25px;
  top: 50%;
  margin-top: -12px;
  right: 37px;
  color: #1a5a9f;
}
.bloc-doc-liste .grid-layout.list .card-doc::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  position: absolute;
  background: #D8E0E7;
  z-index: -1;
  transition: background 0.2s ease;
}
body:not(.no-hover) .bloc-doc-liste .grid-layout.list .card-doc:hover::after {
  background: #F5F5F5;
}
.bloc-doc-liste .grid-layout.list .card-doc figure, .bloc-doc-liste .grid-layout.list .card-doc .no-photo, .bloc-doc-liste .grid-layout.list .card-doc .meta {
  display: none !important;
}
.bloc-doc-liste .grid-layout.list .card-doc .content {
  position: relative;
  padding: 10px;
  background: none;
}
.bloc-doc-liste .grid-layout.list .card-doc .content::before {
  display: none;
}
.bloc-doc-liste .grid-layout.list .card-doc h3 {
  color: #1a5a9f;
  font-size: 16px;
  line-height: 18px;
}
.bloc-doc-liste .grid-layout.list .card-doc .date {
  display: block;
}
@media screen and (max-width: 980px) {
  .bloc-doc-liste .grid-layout.list .card-doc {
    width: 100%;
  }
}
.bloc-doc-liste .grid-layout .no-results {
  width: 100%;
  text-align: center;
  margin: 100px auto 20px auto;
}
.bloc-doc-liste .grid-layout .no-results.hide {
  display: none;
}
.bloc-doc-liste .grid-layout .no-results p {
  font-weight: 700;
}
.bloc-doc-liste .grid-layout.card_grid .card-doc::before,
.bloc-doc-liste .card_slider .card-doc::before {
  padding: 0;
  width: auto;
  content: "\e91c";
  font-family: "icomoon";
  position: absolute;
  bottom: 10px;
  right: 0;
  display: block;
  font-size: 100px;
  line-height: 100px;
  color: #eaedf1;
}
.bloc-doc-liste .grid-layout.card_grid .card-doc::after,
.bloc-doc-liste .card_slider .card-doc::after {
  background: #F5F5F5;
  opacity: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
}
body:not(.no-hover) .bloc-doc-liste .grid-layout.card_grid .card-doc:hover::after,
body:not(.no-hover) .bloc-doc-liste .card_slider .card-doc:hover::after {
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.bloc-doc-liste .grid-layout.card_grid .card-doc figure, .bloc-doc-liste .grid-layout.card_grid .card-doc .no-photo,
.bloc-doc-liste .card_slider .card-doc figure,
.bloc-doc-liste .card_slider .card-doc .no-photo {
  display: none;
}
.bloc-doc-liste .grid-layout.card_grid .card-doc .content,
.bloc-doc-liste .card_slider .card-doc .content {
  position: static;
}
.bloc-doc-liste .grid-layout.card_grid .card-doc .content::before,
.bloc-doc-liste .card_slider .card-doc .content::before {
  background: none;
}
.bloc-doc-liste .grid-layout.card_grid .card-doc .meta,
.bloc-doc-liste .card_slider .card-doc .meta {
  color: #727272;
}
.bloc-doc-liste .grid-layout.card_grid .card-doc h3,
.bloc-doc-liste .card_slider .card-doc h3 {
  color: #000000;
}
@media screen and (max-width: 980px) {
  .bloc-doc-liste .grid-layout.card_grid .card-doc::after,
  .bloc-doc-liste .card_slider .card-doc::after {
    left: 30px;
  }
  .bloc-doc-liste .grid-layout.card_grid .card-doc .content,
  .bloc-doc-liste .card_slider .card-doc .content {
    margin-left: 0;
    width: calc(100% + 20px) !important;
  }
}
.bloc-doc-liste .card_slider .card-doc {
  background: #F5F5F5;
}
body:not(.no-hover) .bloc-doc-liste .card_slider .card-doc:hover {
  background: #FFFFFF;
}
.bloc-doc-liste .slick-carousel:not(.slick-initialized) .item {
  display: none;
}
.bloc-doc-liste .slick-carousel:not(.slick-initialized) .item:first-child {
  display: block;
}
.bloc-doc-liste .slick-carousel .slick-prev {
  left: -100px;
  cursor: pointer;
}
.bloc-doc-liste .slick-carousel .slick-prev:before {
  color: #1a5a9f;
}
.bloc-doc-liste .slick-carousel .slick-next {
  right: 100px;
  left: auto;
  cursor: pointer;
}
.bloc-doc-liste .slick-carousel .slick-next:before {
  color: #1a5a9f;
}
.bloc-doc-liste .slick-carousel .slick-list {
  overflow: visible;
}
.bloc-doc-liste .slick-carousel .slick-dots {
  top: 50%;
  transform: translateY(-50%);
  counter-reset: slides-num;
  left: auto;
  right: 170px;
  width: auto;
  bottom: auto;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  text-align: left;
}
.bloc-doc-liste .slick-carousel .slick-dots > li {
  counter-increment: slides-num;
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bloc-doc-liste .slick-carousel .slick-dots > li button {
  display: none;
}
.bloc-doc-liste .slick-carousel .slick-dots > li:before {
  content: "";
  display: none;
  position: absolute;
  left: 11px;
  background-color: #000;
  height: 1px;
  width: 10px;
}
.bloc-doc-liste .slick-carousel .slick-dots > li:after {
  content: counter(slides-num);
  display: none;
  position: absolute;
  left: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 0;
}
.bloc-doc-liste .slick-carousel .slick-dots > li.slick-active:after, .bloc-doc-liste .slick-carousel .slick-dots > li.slick-active:before {
  display: inline-block;
}
.bloc-doc-liste .slick-carousel .slick-dots:not(:empty):after {
  content: counter(slides-num);
  display: block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  padding-left: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.bloc-doc-liste .slick-carousel .no-photo {
  width: 270px;
  height: 190px;
}
@media screen and (min-width: 1600px) {
  .bloc-doc-liste .slick-carousel .slick-next {
    right: 0;
    left: auto;
  }
  .bloc-doc-liste .slick-carousel .slick-dots {
    left: auto;
    right: 70px;
  }
}
@media screen and (max-width: 599px) {
  .bloc-doc-liste .slick-carousel .slick-next {
    right: 0;
    left: auto;
  }
  .bloc-doc-liste .slick-carousel .slick-prev {
    left: -30px;
  }
  .bloc-doc-liste .slick-carousel .slick-dots {
    left: auto;
    right: 70px;
  }
}
@media screen and (max-width: 360px) {
  .bloc-doc-liste .slick-carousel .slick-dots {
    display: none !important;
  }
  .bloc-doc-liste .slick-carousel .slick-next {
    right: -15px;
    left: auto;
  }
  .bloc-doc-liste .slick-carousel .slick-prev {
    left: -30px;
  }
}
.bloc-doc-liste .slick-carousel .item {
  width: 270px;
  opacity: 1;
  margin: 10px;
  transition: all 0.2s ease;
}
.bloc-doc-liste .slick-carousel .item:first-child {
  margin-left: 0;
}
.bloc-doc-liste .slick-carousel .item:not(.slick-active) {
  opacity: 0.2;
}

.bloc-doc-form .download {
  background: #e8eef5;
  padding: 15px 30px;
  color: #1a5a9f;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease;
}
body:not(.no-hover) .bloc-doc-form .download:hover {
  background: #F5F5F5;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .bloc-doc-form .cover-doc {
    margin-bottom: 20px;
  }
  .bloc-doc-form .detail {
    text-align: center;
  }
  .bloc-doc-form .download {
    margin: auto;
  }
}

#overlay-doc-form {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
#overlay-doc-form.open {
  opacity: 1;
  pointer-events: all;
  z-index: 10000;
}
#overlay-doc-form .close-doc-form {
  position: absolute;
  top: 0;
  right: 0;
  color: #727272;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  background: #FFFFFF;
  text-align: center;
  transition: all 0.2s ease;
}
body:not(.no-hover) #overlay-doc-form .close-doc-form:hover {
  cursor: pointer;
  color: #000000;
  background: #F5F5F5;
}
#overlay-doc-form .main-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #FFFFFF;
  padding: 40px;
}
#overlay-doc-form .bloc-form legend {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
#overlay-doc-form .bloc-form .frm_forms .frm_fields_container {
  width: calc(100% + 20px);
  margin-left: -10px;
}
#overlay-doc-form .bloc-form .frm_forms form .frm_form_fields label {
  display: block;
  padding-bottom: 5px;
}
#overlay-doc-form .bloc-form .frm_forms form .frm_form_fields label.frm_screen_reader {
  display: none;
}
#overlay-doc-form .bloc-form .frm_forms form .frm_required {
  font-size: 8px;
  position: absolute;
  display: inline-block;
  margin-left: 8px;
}
#overlay-doc-form .bloc-form .frm_forms form .frm_checkbox label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.2s ease;
}
body:not(.no-hover) #overlay-doc-form .bloc-form .frm_forms form .frm_checkbox label:hover {
  color: #1a5a9f;
}
#overlay-doc-form .bloc-form .frm_forms form .frm_checkbox label span {
  order: -1;
}
#overlay-doc-form .bloc-form .frm_forms form .frm_form_fields fieldset .form-field .frm_opt_container > div {
  margin-right: 0;
}
#overlay-doc-form .bloc-form .frm_forms form .frm_form_fields .frm_submit {
  text-align: right;
}