@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
}

@media only screen and (max-width : 500px) {
  .hide-base {
    display: none !important;
  }
}

@media only screen and (max-width : 600px) {
  .hide-xsmall {
    display: none !important;
  }
}

@media only screen and (max-width : 767px) {
  .hide-small {
    display: none !important;
  }
}

@media only screen and (max-width : 1023px) {
  .hide-medium {
    display: none !important;
  }
}

@media only screen and (max-width : 1200px) {
  .hide-large {
    display: none !important;
  }
}

@media only screen and (max-width : 1400px) {
  .hide-xlarge {
    display: none !important;
  }
}

@media only screen and (max-width : 1600px) {
  .hide-xxlarge {
    display: none !important;
  }
}

@media only screen and (min-width : 501px) {
  .hide-base-up {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  .hide-xsmall-up {
    display: none !important;
  }
}

@media only screen and (min-width : 768px) {
  .hide-small-up {
    display: none !important;
  }
}

@media only screen and (min-width : 1024px) {
  .hide-medium-up {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .hide-large-up {
    display: none !important;
  }
}

@media only screen and (min-width : 1401px) {
  .hide-xlarge-up {
    display: none !important;
  }
}

@media only screen and (min-width : 1601px) {
  .hide-xxlarge-up {
    display: none !important;
  }
}

@font-face {
  font-family: "circular-book";
  src: url("../../fonts/circular/CircularStd-Book.eot");
  src: url("../../fonts/circular/CircularStd-Book.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Book.woff") format("woff"), url("../../fonts/circular/CircularStd-Book.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Book.svg#CircularStd-Book") format("svg"), url("../../fonts/circular/CircularStd-Book.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "circular-black";
  src: url("../../fonts/circular/CircularStd-Black.eot");
  src: url("../../fonts/circular/CircularStd-Black.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Black.woff") format("woff"), url("../../fonts/circular/CircularStd-Black.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Black.svg#CircularStd-Black") format("svg"), url("../../fonts/circular/CircularStd-Black.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "circular-bold";
  src: url("../../fonts/circular/CircularStd-Bold.eot");
  src: url("../../fonts/circular/CircularStd-Bold.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Bold.woff") format("woff"), url("../../fonts/circular/CircularStd-Bold.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Bold.svg#CircularStd-Bold") format("svg"), url("../../fonts/circular/CircularStd-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "circular-medium";
  src: url("../../fonts/circular/CircularStd-Medium.eot");
  src: url("../../fonts/circular/CircularStd-Medium.woff2") format("woff2"), url("../../fonts/circular/CircularStd-Medium.woff") format("woff"), url("../../fonts/circular/CircularStd-Medium.ttf") format("truetype"), url("../../fonts/circular/CircularStd-Medium.svg#CircularStd-Medium") format("svg"), url("../../fonts/circular/CircularStd-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, a:active,
a:focus,
input:focus, input,
textarea:focus {
  outline: none !important;
  text-decoration: none;
}

:focus {
  outline: none !important;
  text-decoration: none;
  box-shadow: none !important;
}

::-moz-focus-inner {
  border: 0;
}

::-ms-clear {
  display: none;
}

table {
  border-collapse: collapse;
}

img { /*height: 100px;*/ }

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: normal;
}

sup, sub {
  vertical-align: 0;
  position: relative;
}

sup {
  bottom: 1ex;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

::selection {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  counter-reset: item;
  overflow-x: hidden;
}

input:-webkit-autofill,
input:focus:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #404041 !important;
  transition: none;
}

h1 {
  margin: 0 0 50px 0;
  font: 50px/1.05 "circular-bold", sans-serif;
  color: #404041;
}
@media only screen and (max-width : 1600px) {
  h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width : 1400px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width : 1023px) {
  h1 {
    margin-bottom: 40px;
    font-size: 35px;
  }
}
@media only screen and (max-width : 767px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width : 600px) {
  h1 {
    font-size: 28px;
  }
}
h1.xl {
  margin: 0;
  font-size: 75px;
  line-height: 1.05;
  color: #fff;
}
@media only screen and (max-width : 1600px) {
  h1.xl {
    font-size: 70px;
  }
}
@media only screen and (max-width : 1400px) {
  h1.xl {
    font-size: 60px;
  }
}
@media only screen and (max-width : 1023px) {
  h1.xl {
    font-size: 50px;
    line-height: 1.18;
  }
}
@media only screen and (max-width : 767px) {
  h1.xl {
    font-size: 40px;
  }
}
@media only screen and (max-width : 600px) {
  h1.xl {
    font-size: 34px;
  }
}

h2 {
  margin: 0 0 30px 0;
  font: 20px/1.2 "circular-book", sans-serif;
  color: #404041;
}
@media only screen and (max-width : 1200px) {
  h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 600px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  margin: 0 0 50px 0;
  font: 35px/1.05 "circular-bold", sans-serif;
  color: #7aa77f;
}
@media only screen and (max-width : 1600px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width : 1400px) {
  h3 {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
@media only screen and (max-width : 1200px) {
  h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media only screen and (max-width : 767px) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width : 600px) {
  h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width : 500px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  margin: 0 0 40px 0;
  font: 30px/1.25 "circular-bold", sans-serif;
  color: #404041;
}
@media only screen and (max-width : 1600px) {
  h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width : 767px) {
  h4 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media only screen and (max-width : 500px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  margin: 0 0 20px 0;
  font: 22px/1.1 "circular-bold", sans-serif;
  color: #7aa77f;
}
@media only screen and (max-width : 600px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  margin: 0 0 20px 0;
  font-size: 13px;
  line-height: 30px;
  font-family: "circular-bold", sans-serif;
  color: #7aa77f;
  letter-spacing: 0.5px;
}
h6.subTitle {
  font-family: "circular-medium", sans-serif;
  text-transform: uppercase;
  color: #8ebb52;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 22px;
}
h6.subTitle a {
  transition: color 250ms;
}
h6.subTitle a:hover {
  color: #fff;
}

p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #404041;
}
@media only screen and (max-width : 1200px) {
  p {
    font-size: 16px;
  }
}
p.note {
  margin: 30px 0 0 0;
  font-size: 14px;
}
p.meta {
  font-size: 13px;
  line-height: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #7aa77f;
  letter-spacing: 1px;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 18px 35px;
  font: 16px/1 "circular-bold", sans-serif;
  color: #fff;
  text-align: center;
  background: #7aa77f;
  cursor: pointer;
  z-index: 1;
  transition: color 250ms, background 250ms;
  border-radius: 30px;
}
.btn:hover {
  color: #7aa77f;
  background: #fff;
}
.btn.v2 {
  color: #fff;
  background: #7aa77f;
}
.btn.v2:hover {
  background: #7aa77f;
}
.btn.v3 {
  color: #7aa77f;
  background: transparent;
  border: 2px solid #7aa77f;
}
.btn.v3:hover {
  background: #7aa77f;
}
@media only screen and (max-width : 1200px) {
  .btn {
    min-width: 160px;
    padding: 15px 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width : 600px) {
  .btn {
    padding: 12px 20px;
    font-size: 13px;
  }
}

.link {
  color: #404041;
  box-shadow: inset 0px -2px 0px -1px #7aa77f;
}

a.link:focus,
a.link:active {
  box-shadow: inset 0px -2px 0px -1px #7aa77f !important;
}

.ajax-disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
  touch-action: none;
}

.row {
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  min-height: 1px;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.b1 {
  width: 4.1666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b2 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b3 {
  width: 12.5%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b4 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b5 {
  width: 20.8333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b6 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b7 {
  width: 29.1666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b8 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b9 {
  width: 37.5%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b10 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b11 {
  width: 45.8333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b12 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b13 {
  width: 54.1666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b14 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b15 {
  width: 62.5%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b16 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b17 {
  width: 70.8333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b18 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b19 {
  width: 79.1666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b20 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b21 {
  width: 87.5%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b22 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b23 {
  width: 95.8333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.b24 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-b1 {
  margin-left: 4.1666666667%;
}
.row .col.pull-b1 {
  right: 4.1666666667%;
}
.row .col.push-b1 {
  left: 4.1666666667%;
}
.row .col.offset-b2 {
  margin-left: 8.3333333333%;
}
.row .col.pull-b2 {
  right: 8.3333333333%;
}
.row .col.push-b2 {
  left: 8.3333333333%;
}
.row .col.offset-b3 {
  margin-left: 12.5%;
}
.row .col.pull-b3 {
  right: 12.5%;
}
.row .col.push-b3 {
  left: 12.5%;
}
.row .col.offset-b4 {
  margin-left: 16.6666666667%;
}
.row .col.pull-b4 {
  right: 16.6666666667%;
}
.row .col.push-b4 {
  left: 16.6666666667%;
}
.row .col.offset-b5 {
  margin-left: 20.8333333333%;
}
.row .col.pull-b5 {
  right: 20.8333333333%;
}
.row .col.push-b5 {
  left: 20.8333333333%;
}
.row .col.offset-b6 {
  margin-left: 25%;
}
.row .col.pull-b6 {
  right: 25%;
}
.row .col.push-b6 {
  left: 25%;
}
.row .col.offset-b7 {
  margin-left: 29.1666666667%;
}
.row .col.pull-b7 {
  right: 29.1666666667%;
}
.row .col.push-b7 {
  left: 29.1666666667%;
}
.row .col.offset-b8 {
  margin-left: 33.3333333333%;
}
.row .col.pull-b8 {
  right: 33.3333333333%;
}
.row .col.push-b8 {
  left: 33.3333333333%;
}
.row .col.offset-b9 {
  margin-left: 37.5%;
}
.row .col.pull-b9 {
  right: 37.5%;
}
.row .col.push-b9 {
  left: 37.5%;
}
.row .col.offset-b10 {
  margin-left: 41.6666666667%;
}
.row .col.pull-b10 {
  right: 41.6666666667%;
}
.row .col.push-b10 {
  left: 41.6666666667%;
}
.row .col.offset-b11 {
  margin-left: 45.8333333333%;
}
.row .col.pull-b11 {
  right: 45.8333333333%;
}
.row .col.push-b11 {
  left: 45.8333333333%;
}
.row .col.offset-b12 {
  margin-left: 50%;
}
.row .col.pull-b12 {
  right: 50%;
}
.row .col.push-b12 {
  left: 50%;
}
.row .col.offset-b13 {
  margin-left: 54.1666666667%;
}
.row .col.pull-b13 {
  right: 54.1666666667%;
}
.row .col.push-b13 {
  left: 54.1666666667%;
}
.row .col.offset-b14 {
  margin-left: 58.3333333333%;
}
.row .col.pull-b14 {
  right: 58.3333333333%;
}
.row .col.push-b14 {
  left: 58.3333333333%;
}
.row .col.offset-b15 {
  margin-left: 62.5%;
}
.row .col.pull-b15 {
  right: 62.5%;
}
.row .col.push-b15 {
  left: 62.5%;
}
.row .col.offset-b16 {
  margin-left: 66.6666666667%;
}
.row .col.pull-b16 {
  right: 66.6666666667%;
}
.row .col.push-b16 {
  left: 66.6666666667%;
}
.row .col.offset-b17 {
  margin-left: 70.8333333333%;
}
.row .col.pull-b17 {
  right: 70.8333333333%;
}
.row .col.push-b17 {
  left: 70.8333333333%;
}
.row .col.offset-b18 {
  margin-left: 75%;
}
.row .col.pull-b18 {
  right: 75%;
}
.row .col.push-b18 {
  left: 75%;
}
.row .col.offset-b19 {
  margin-left: 79.1666666667%;
}
.row .col.pull-b19 {
  right: 79.1666666667%;
}
.row .col.push-b19 {
  left: 79.1666666667%;
}
.row .col.offset-b20 {
  margin-left: 83.3333333333%;
}
.row .col.pull-b20 {
  right: 83.3333333333%;
}
.row .col.push-b20 {
  left: 83.3333333333%;
}
.row .col.offset-b21 {
  margin-left: 87.5%;
}
.row .col.pull-b21 {
  right: 87.5%;
}
.row .col.push-b21 {
  left: 87.5%;
}
.row .col.offset-b22 {
  margin-left: 91.6666666667%;
}
.row .col.pull-b22 {
  right: 91.6666666667%;
}
.row .col.push-b22 {
  left: 91.6666666667%;
}
.row .col.offset-b23 {
  margin-left: 95.8333333333%;
}
.row .col.pull-b23 {
  right: 95.8333333333%;
}
.row .col.push-b23 {
  left: 95.8333333333%;
}
.row .col.offset-b24 {
  margin-left: 100%;
}
.row .col.pull-b24 {
  right: 100%;
}
.row .col.push-b24 {
  left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.xs1 {
    width: 4.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs2 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs3 {
    width: 12.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs4 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs5 {
    width: 20.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs6 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs7 {
    width: 29.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs8 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs9 {
    width: 37.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs10 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs11 {
    width: 45.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs12 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs13 {
    width: 54.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs14 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs15 {
    width: 62.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs16 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs17 {
    width: 70.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs18 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs19 {
    width: 79.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs20 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs21 {
    width: 87.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs22 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs23 {
    width: 95.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xs24 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xs1 {
    margin-left: 4.1666666667%;
  }
  .row .col.pull-xs1 {
    right: 4.1666666667%;
  }
  .row .col.push-xs1 {
    left: 4.1666666667%;
  }
  .row .col.offset-xs2 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xs2 {
    right: 8.3333333333%;
  }
  .row .col.push-xs2 {
    left: 8.3333333333%;
  }
  .row .col.offset-xs3 {
    margin-left: 12.5%;
  }
  .row .col.pull-xs3 {
    right: 12.5%;
  }
  .row .col.push-xs3 {
    left: 12.5%;
  }
  .row .col.offset-xs4 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xs4 {
    right: 16.6666666667%;
  }
  .row .col.push-xs4 {
    left: 16.6666666667%;
  }
  .row .col.offset-xs5 {
    margin-left: 20.8333333333%;
  }
  .row .col.pull-xs5 {
    right: 20.8333333333%;
  }
  .row .col.push-xs5 {
    left: 20.8333333333%;
  }
  .row .col.offset-xs6 {
    margin-left: 25%;
  }
  .row .col.pull-xs6 {
    right: 25%;
  }
  .row .col.push-xs6 {
    left: 25%;
  }
  .row .col.offset-xs7 {
    margin-left: 29.1666666667%;
  }
  .row .col.pull-xs7 {
    right: 29.1666666667%;
  }
  .row .col.push-xs7 {
    left: 29.1666666667%;
  }
  .row .col.offset-xs8 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xs8 {
    right: 33.3333333333%;
  }
  .row .col.push-xs8 {
    left: 33.3333333333%;
  }
  .row .col.offset-xs9 {
    margin-left: 37.5%;
  }
  .row .col.pull-xs9 {
    right: 37.5%;
  }
  .row .col.push-xs9 {
    left: 37.5%;
  }
  .row .col.offset-xs10 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xs10 {
    right: 41.6666666667%;
  }
  .row .col.push-xs10 {
    left: 41.6666666667%;
  }
  .row .col.offset-xs11 {
    margin-left: 45.8333333333%;
  }
  .row .col.pull-xs11 {
    right: 45.8333333333%;
  }
  .row .col.push-xs11 {
    left: 45.8333333333%;
  }
  .row .col.offset-xs12 {
    margin-left: 50%;
  }
  .row .col.pull-xs12 {
    right: 50%;
  }
  .row .col.push-xs12 {
    left: 50%;
  }
  .row .col.offset-xs13 {
    margin-left: 54.1666666667%;
  }
  .row .col.pull-xs13 {
    right: 54.1666666667%;
  }
  .row .col.push-xs13 {
    left: 54.1666666667%;
  }
  .row .col.offset-xs14 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xs14 {
    right: 58.3333333333%;
  }
  .row .col.push-xs14 {
    left: 58.3333333333%;
  }
  .row .col.offset-xs15 {
    margin-left: 62.5%;
  }
  .row .col.pull-xs15 {
    right: 62.5%;
  }
  .row .col.push-xs15 {
    left: 62.5%;
  }
  .row .col.offset-xs16 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xs16 {
    right: 66.6666666667%;
  }
  .row .col.push-xs16 {
    left: 66.6666666667%;
  }
  .row .col.offset-xs17 {
    margin-left: 70.8333333333%;
  }
  .row .col.pull-xs17 {
    right: 70.8333333333%;
  }
  .row .col.push-xs17 {
    left: 70.8333333333%;
  }
  .row .col.offset-xs18 {
    margin-left: 75%;
  }
  .row .col.pull-xs18 {
    right: 75%;
  }
  .row .col.push-xs18 {
    left: 75%;
  }
  .row .col.offset-xs19 {
    margin-left: 79.1666666667%;
  }
  .row .col.pull-xs19 {
    right: 79.1666666667%;
  }
  .row .col.push-xs19 {
    left: 79.1666666667%;
  }
  .row .col.offset-xs20 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xs20 {
    right: 83.3333333333%;
  }
  .row .col.push-xs20 {
    left: 83.3333333333%;
  }
  .row .col.offset-xs21 {
    margin-left: 87.5%;
  }
  .row .col.pull-xs21 {
    right: 87.5%;
  }
  .row .col.push-xs21 {
    left: 87.5%;
  }
  .row .col.offset-xs22 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xs22 {
    right: 91.6666666667%;
  }
  .row .col.push-xs22 {
    left: 91.6666666667%;
  }
  .row .col.offset-xs23 {
    margin-left: 95.8333333333%;
  }
  .row .col.pull-xs23 {
    right: 95.8333333333%;
  }
  .row .col.push-xs23 {
    left: 95.8333333333%;
  }
  .row .col.offset-xs24 {
    margin-left: 100%;
  }
  .row .col.pull-xs24 {
    right: 100%;
  }
  .row .col.push-xs24 {
    left: 100%;
  }
}
@media only screen and (min-width : 768px) {
  .row .col.s1 {
    width: 4.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s2 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s3 {
    width: 12.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s4 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s5 {
    width: 20.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s6 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s7 {
    width: 29.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s8 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s9 {
    width: 37.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s10 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s11 {
    width: 45.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s12 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s13 {
    width: 54.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s14 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s15 {
    width: 62.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s16 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s17 {
    width: 70.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s18 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s19 {
    width: 79.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s20 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s21 {
    width: 87.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s22 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s23 {
    width: 95.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.s24 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-s1 {
    margin-left: 4.1666666667%;
  }
  .row .col.pull-s1 {
    right: 4.1666666667%;
  }
  .row .col.push-s1 {
    left: 4.1666666667%;
  }
  .row .col.offset-s2 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-s2 {
    right: 8.3333333333%;
  }
  .row .col.push-s2 {
    left: 8.3333333333%;
  }
  .row .col.offset-s3 {
    margin-left: 12.5%;
  }
  .row .col.pull-s3 {
    right: 12.5%;
  }
  .row .col.push-s3 {
    left: 12.5%;
  }
  .row .col.offset-s4 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-s4 {
    right: 16.6666666667%;
  }
  .row .col.push-s4 {
    left: 16.6666666667%;
  }
  .row .col.offset-s5 {
    margin-left: 20.8333333333%;
  }
  .row .col.pull-s5 {
    right: 20.8333333333%;
  }
  .row .col.push-s5 {
    left: 20.8333333333%;
  }
  .row .col.offset-s6 {
    margin-left: 25%;
  }
  .row .col.pull-s6 {
    right: 25%;
  }
  .row .col.push-s6 {
    left: 25%;
  }
  .row .col.offset-s7 {
    margin-left: 29.1666666667%;
  }
  .row .col.pull-s7 {
    right: 29.1666666667%;
  }
  .row .col.push-s7 {
    left: 29.1666666667%;
  }
  .row .col.offset-s8 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-s8 {
    right: 33.3333333333%;
  }
  .row .col.push-s8 {
    left: 33.3333333333%;
  }
  .row .col.offset-s9 {
    margin-left: 37.5%;
  }
  .row .col.pull-s9 {
    right: 37.5%;
  }
  .row .col.push-s9 {
    left: 37.5%;
  }
  .row .col.offset-s10 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-s10 {
    right: 41.6666666667%;
  }
  .row .col.push-s10 {
    left: 41.6666666667%;
  }
  .row .col.offset-s11 {
    margin-left: 45.8333333333%;
  }
  .row .col.pull-s11 {
    right: 45.8333333333%;
  }
  .row .col.push-s11 {
    left: 45.8333333333%;
  }
  .row .col.offset-s12 {
    margin-left: 50%;
  }
  .row .col.pull-s12 {
    right: 50%;
  }
  .row .col.push-s12 {
    left: 50%;
  }
  .row .col.offset-s13 {
    margin-left: 54.1666666667%;
  }
  .row .col.pull-s13 {
    right: 54.1666666667%;
  }
  .row .col.push-s13 {
    left: 54.1666666667%;
  }
  .row .col.offset-s14 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-s14 {
    right: 58.3333333333%;
  }
  .row .col.push-s14 {
    left: 58.3333333333%;
  }
  .row .col.offset-s15 {
    margin-left: 62.5%;
  }
  .row .col.pull-s15 {
    right: 62.5%;
  }
  .row .col.push-s15 {
    left: 62.5%;
  }
  .row .col.offset-s16 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-s16 {
    right: 66.6666666667%;
  }
  .row .col.push-s16 {
    left: 66.6666666667%;
  }
  .row .col.offset-s17 {
    margin-left: 70.8333333333%;
  }
  .row .col.pull-s17 {
    right: 70.8333333333%;
  }
  .row .col.push-s17 {
    left: 70.8333333333%;
  }
  .row .col.offset-s18 {
    margin-left: 75%;
  }
  .row .col.pull-s18 {
    right: 75%;
  }
  .row .col.push-s18 {
    left: 75%;
  }
  .row .col.offset-s19 {
    margin-left: 79.1666666667%;
  }
  .row .col.pull-s19 {
    right: 79.1666666667%;
  }
  .row .col.push-s19 {
    left: 79.1666666667%;
  }
  .row .col.offset-s20 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-s20 {
    right: 83.3333333333%;
  }
  .row .col.push-s20 {
    left: 83.3333333333%;
  }
  .row .col.offset-s21 {
    margin-left: 87.5%;
  }
  .row .col.pull-s21 {
    right: 87.5%;
  }
  .row .col.push-s21 {
    left: 87.5%;
  }
  .row .col.offset-s22 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-s22 {
    right: 91.6666666667%;
  }
  .row .col.push-s22 {
    left: 91.6666666667%;
  }
  .row .col.offset-s23 {
    margin-left: 95.8333333333%;
  }
  .row .col.pull-s23 {
    right: 95.8333333333%;
  }
  .row .col.push-s23 {
    left: 95.8333333333%;
  }
  .row .col.offset-s24 {
    margin-left: 100%;
  }
  .row .col.pull-s24 {
    right: 100%;
  }
  .row .col.push-s24 {
    left: 100%;
  }
}
@media only screen and (min-width : 1024px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.pull-m1 {
    right: 4.1666666667%;
  }
  .row .col.push-m1 {
    left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m2 {
    right: 8.3333333333%;
  }
  .row .col.push-m2 {
    left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.pull-m3 {
    right: 12.5%;
  }
  .row .col.push-m3 {
    left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m4 {
    right: 16.6666666667%;
  }
  .row .col.push-m4 {
    left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.pull-m5 {
    right: 20.8333333333%;
  }
  .row .col.push-m5 {
    left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.pull-m6 {
    right: 25%;
  }
  .row .col.push-m6 {
    left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.pull-m7 {
    right: 29.1666666667%;
  }
  .row .col.push-m7 {
    left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m8 {
    right: 33.3333333333%;
  }
  .row .col.push-m8 {
    left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.pull-m9 {
    right: 37.5%;
  }
  .row .col.push-m9 {
    left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m10 {
    right: 41.6666666667%;
  }
  .row .col.push-m10 {
    left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.pull-m11 {
    right: 45.8333333333%;
  }
  .row .col.push-m11 {
    left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.pull-m12 {
    right: 50%;
  }
  .row .col.push-m12 {
    left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.pull-m13 {
    right: 54.1666666667%;
  }
  .row .col.push-m13 {
    left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m14 {
    right: 58.3333333333%;
  }
  .row .col.push-m14 {
    left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.pull-m15 {
    right: 62.5%;
  }
  .row .col.push-m15 {
    left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m16 {
    right: 66.6666666667%;
  }
  .row .col.push-m16 {
    left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.pull-m17 {
    right: 70.8333333333%;
  }
  .row .col.push-m17 {
    left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.pull-m18 {
    right: 75%;
  }
  .row .col.push-m18 {
    left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.pull-m19 {
    right: 79.1666666667%;
  }
  .row .col.push-m19 {
    left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m20 {
    right: 83.3333333333%;
  }
  .row .col.push-m20 {
    left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.pull-m21 {
    right: 87.5%;
  }
  .row .col.push-m21 {
    left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m22 {
    right: 91.6666666667%;
  }
  .row .col.push-m22 {
    left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.pull-m23 {
    right: 95.8333333333%;
  }
  .row .col.push-m23 {
    left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
  .row .col.pull-m24 {
    right: 100%;
  }
  .row .col.push-m24 {
    left: 100%;
  }
}
@media only screen and (min-width : 1201px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.pull-l1 {
    right: 4.1666666667%;
  }
  .row .col.push-l1 {
    left: 4.1666666667%;
  }
  .row .col.offset-l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l2 {
    right: 8.3333333333%;
  }
  .row .col.push-l2 {
    left: 8.3333333333%;
  }
  .row .col.offset-l3 {
    margin-left: 12.5%;
  }
  .row .col.pull-l3 {
    right: 12.5%;
  }
  .row .col.push-l3 {
    left: 12.5%;
  }
  .row .col.offset-l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l4 {
    right: 16.6666666667%;
  }
  .row .col.push-l4 {
    left: 16.6666666667%;
  }
  .row .col.offset-l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.pull-l5 {
    right: 20.8333333333%;
  }
  .row .col.push-l5 {
    left: 20.8333333333%;
  }
  .row .col.offset-l6 {
    margin-left: 25%;
  }
  .row .col.pull-l6 {
    right: 25%;
  }
  .row .col.push-l6 {
    left: 25%;
  }
  .row .col.offset-l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.pull-l7 {
    right: 29.1666666667%;
  }
  .row .col.push-l7 {
    left: 29.1666666667%;
  }
  .row .col.offset-l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l8 {
    right: 33.3333333333%;
  }
  .row .col.push-l8 {
    left: 33.3333333333%;
  }
  .row .col.offset-l9 {
    margin-left: 37.5%;
  }
  .row .col.pull-l9 {
    right: 37.5%;
  }
  .row .col.push-l9 {
    left: 37.5%;
  }
  .row .col.offset-l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l10 {
    right: 41.6666666667%;
  }
  .row .col.push-l10 {
    left: 41.6666666667%;
  }
  .row .col.offset-l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.pull-l11 {
    right: 45.8333333333%;
  }
  .row .col.push-l11 {
    left: 45.8333333333%;
  }
  .row .col.offset-l12 {
    margin-left: 50%;
  }
  .row .col.pull-l12 {
    right: 50%;
  }
  .row .col.push-l12 {
    left: 50%;
  }
  .row .col.offset-l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.pull-l13 {
    right: 54.1666666667%;
  }
  .row .col.push-l13 {
    left: 54.1666666667%;
  }
  .row .col.offset-l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l14 {
    right: 58.3333333333%;
  }
  .row .col.push-l14 {
    left: 58.3333333333%;
  }
  .row .col.offset-l15 {
    margin-left: 62.5%;
  }
  .row .col.pull-l15 {
    right: 62.5%;
  }
  .row .col.push-l15 {
    left: 62.5%;
  }
  .row .col.offset-l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l16 {
    right: 66.6666666667%;
  }
  .row .col.push-l16 {
    left: 66.6666666667%;
  }
  .row .col.offset-l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.pull-l17 {
    right: 70.8333333333%;
  }
  .row .col.push-l17 {
    left: 70.8333333333%;
  }
  .row .col.offset-l18 {
    margin-left: 75%;
  }
  .row .col.pull-l18 {
    right: 75%;
  }
  .row .col.push-l18 {
    left: 75%;
  }
  .row .col.offset-l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.pull-l19 {
    right: 79.1666666667%;
  }
  .row .col.push-l19 {
    left: 79.1666666667%;
  }
  .row .col.offset-l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l20 {
    right: 83.3333333333%;
  }
  .row .col.push-l20 {
    left: 83.3333333333%;
  }
  .row .col.offset-l21 {
    margin-left: 87.5%;
  }
  .row .col.pull-l21 {
    right: 87.5%;
  }
  .row .col.push-l21 {
    left: 87.5%;
  }
  .row .col.offset-l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l22 {
    right: 91.6666666667%;
  }
  .row .col.push-l22 {
    left: 91.6666666667%;
  }
  .row .col.offset-l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.pull-l23 {
    right: 95.8333333333%;
  }
  .row .col.push-l23 {
    left: 95.8333333333%;
  }
  .row .col.offset-l24 {
    margin-left: 100%;
  }
  .row .col.pull-l24 {
    right: 100%;
  }
  .row .col.push-l24 {
    left: 100%;
  }
}
@media only screen and (min-width : 1401px) {
  .row .col.xl1 {
    width: 4.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 12.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 20.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 29.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 37.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 45.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl13 {
    width: 54.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl14 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl15 {
    width: 62.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl16 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl17 {
    width: 70.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl18 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl19 {
    width: 79.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl20 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl21 {
    width: 87.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl22 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl23 {
    width: 95.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl24 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 4.1666666667%;
  }
  .row .col.pull-xl1 {
    right: 4.1666666667%;
  }
  .row .col.push-xl1 {
    left: 4.1666666667%;
  }
  .row .col.offset-xl2 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl2 {
    right: 8.3333333333%;
  }
  .row .col.push-xl2 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl3 {
    margin-left: 12.5%;
  }
  .row .col.pull-xl3 {
    right: 12.5%;
  }
  .row .col.push-xl3 {
    left: 12.5%;
  }
  .row .col.offset-xl4 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl4 {
    right: 16.6666666667%;
  }
  .row .col.push-xl4 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl5 {
    margin-left: 20.8333333333%;
  }
  .row .col.pull-xl5 {
    right: 20.8333333333%;
  }
  .row .col.push-xl5 {
    left: 20.8333333333%;
  }
  .row .col.offset-xl6 {
    margin-left: 25%;
  }
  .row .col.pull-xl6 {
    right: 25%;
  }
  .row .col.push-xl6 {
    left: 25%;
  }
  .row .col.offset-xl7 {
    margin-left: 29.1666666667%;
  }
  .row .col.pull-xl7 {
    right: 29.1666666667%;
  }
  .row .col.push-xl7 {
    left: 29.1666666667%;
  }
  .row .col.offset-xl8 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl8 {
    right: 33.3333333333%;
  }
  .row .col.push-xl8 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl9 {
    margin-left: 37.5%;
  }
  .row .col.pull-xl9 {
    right: 37.5%;
  }
  .row .col.push-xl9 {
    left: 37.5%;
  }
  .row .col.offset-xl10 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl10 {
    right: 41.6666666667%;
  }
  .row .col.push-xl10 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl11 {
    margin-left: 45.8333333333%;
  }
  .row .col.pull-xl11 {
    right: 45.8333333333%;
  }
  .row .col.push-xl11 {
    left: 45.8333333333%;
  }
  .row .col.offset-xl12 {
    margin-left: 50%;
  }
  .row .col.pull-xl12 {
    right: 50%;
  }
  .row .col.push-xl12 {
    left: 50%;
  }
  .row .col.offset-xl13 {
    margin-left: 54.1666666667%;
  }
  .row .col.pull-xl13 {
    right: 54.1666666667%;
  }
  .row .col.push-xl13 {
    left: 54.1666666667%;
  }
  .row .col.offset-xl14 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl14 {
    right: 58.3333333333%;
  }
  .row .col.push-xl14 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl15 {
    margin-left: 62.5%;
  }
  .row .col.pull-xl15 {
    right: 62.5%;
  }
  .row .col.push-xl15 {
    left: 62.5%;
  }
  .row .col.offset-xl16 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl16 {
    right: 66.6666666667%;
  }
  .row .col.push-xl16 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl17 {
    margin-left: 70.8333333333%;
  }
  .row .col.pull-xl17 {
    right: 70.8333333333%;
  }
  .row .col.push-xl17 {
    left: 70.8333333333%;
  }
  .row .col.offset-xl18 {
    margin-left: 75%;
  }
  .row .col.pull-xl18 {
    right: 75%;
  }
  .row .col.push-xl18 {
    left: 75%;
  }
  .row .col.offset-xl19 {
    margin-left: 79.1666666667%;
  }
  .row .col.pull-xl19 {
    right: 79.1666666667%;
  }
  .row .col.push-xl19 {
    left: 79.1666666667%;
  }
  .row .col.offset-xl20 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl20 {
    right: 83.3333333333%;
  }
  .row .col.push-xl20 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl21 {
    margin-left: 87.5%;
  }
  .row .col.pull-xl21 {
    right: 87.5%;
  }
  .row .col.push-xl21 {
    left: 87.5%;
  }
  .row .col.offset-xl22 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl22 {
    right: 91.6666666667%;
  }
  .row .col.push-xl22 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl23 {
    margin-left: 95.8333333333%;
  }
  .row .col.pull-xl23 {
    right: 95.8333333333%;
  }
  .row .col.push-xl23 {
    left: 95.8333333333%;
  }
  .row .col.offset-xl24 {
    margin-left: 100%;
  }
  .row .col.pull-xl24 {
    right: 100%;
  }
  .row .col.push-xl24 {
    left: 100%;
  }
}
@media only screen and (min-width : 1601px) {
  .row .col.xxl1 {
    width: 4.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl2 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl3 {
    width: 12.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl4 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl5 {
    width: 20.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl6 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl7 {
    width: 29.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl8 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl9 {
    width: 37.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl10 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl11 {
    width: 45.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl12 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl13 {
    width: 54.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl14 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl15 {
    width: 62.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl16 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl17 {
    width: 70.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl18 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl19 {
    width: 79.1666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl20 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl21 {
    width: 87.5%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl22 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl23 {
    width: 95.8333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl24 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xxl1 {
    margin-left: 4.1666666667%;
  }
  .row .col.pull-xxl1 {
    right: 4.1666666667%;
  }
  .row .col.push-xxl1 {
    left: 4.1666666667%;
  }
  .row .col.offset-xxl2 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xxl2 {
    right: 8.3333333333%;
  }
  .row .col.push-xxl2 {
    left: 8.3333333333%;
  }
  .row .col.offset-xxl3 {
    margin-left: 12.5%;
  }
  .row .col.pull-xxl3 {
    right: 12.5%;
  }
  .row .col.push-xxl3 {
    left: 12.5%;
  }
  .row .col.offset-xxl4 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xxl4 {
    right: 16.6666666667%;
  }
  .row .col.push-xxl4 {
    left: 16.6666666667%;
  }
  .row .col.offset-xxl5 {
    margin-left: 20.8333333333%;
  }
  .row .col.pull-xxl5 {
    right: 20.8333333333%;
  }
  .row .col.push-xxl5 {
    left: 20.8333333333%;
  }
  .row .col.offset-xxl6 {
    margin-left: 25%;
  }
  .row .col.pull-xxl6 {
    right: 25%;
  }
  .row .col.push-xxl6 {
    left: 25%;
  }
  .row .col.offset-xxl7 {
    margin-left: 29.1666666667%;
  }
  .row .col.pull-xxl7 {
    right: 29.1666666667%;
  }
  .row .col.push-xxl7 {
    left: 29.1666666667%;
  }
  .row .col.offset-xxl8 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xxl8 {
    right: 33.3333333333%;
  }
  .row .col.push-xxl8 {
    left: 33.3333333333%;
  }
  .row .col.offset-xxl9 {
    margin-left: 37.5%;
  }
  .row .col.pull-xxl9 {
    right: 37.5%;
  }
  .row .col.push-xxl9 {
    left: 37.5%;
  }
  .row .col.offset-xxl10 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xxl10 {
    right: 41.6666666667%;
  }
  .row .col.push-xxl10 {
    left: 41.6666666667%;
  }
  .row .col.offset-xxl11 {
    margin-left: 45.8333333333%;
  }
  .row .col.pull-xxl11 {
    right: 45.8333333333%;
  }
  .row .col.push-xxl11 {
    left: 45.8333333333%;
  }
  .row .col.offset-xxl12 {
    margin-left: 50%;
  }
  .row .col.pull-xxl12 {
    right: 50%;
  }
  .row .col.push-xxl12 {
    left: 50%;
  }
  .row .col.offset-xxl13 {
    margin-left: 54.1666666667%;
  }
  .row .col.pull-xxl13 {
    right: 54.1666666667%;
  }
  .row .col.push-xxl13 {
    left: 54.1666666667%;
  }
  .row .col.offset-xxl14 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xxl14 {
    right: 58.3333333333%;
  }
  .row .col.push-xxl14 {
    left: 58.3333333333%;
  }
  .row .col.offset-xxl15 {
    margin-left: 62.5%;
  }
  .row .col.pull-xxl15 {
    right: 62.5%;
  }
  .row .col.push-xxl15 {
    left: 62.5%;
  }
  .row .col.offset-xxl16 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xxl16 {
    right: 66.6666666667%;
  }
  .row .col.push-xxl16 {
    left: 66.6666666667%;
  }
  .row .col.offset-xxl17 {
    margin-left: 70.8333333333%;
  }
  .row .col.pull-xxl17 {
    right: 70.8333333333%;
  }
  .row .col.push-xxl17 {
    left: 70.8333333333%;
  }
  .row .col.offset-xxl18 {
    margin-left: 75%;
  }
  .row .col.pull-xxl18 {
    right: 75%;
  }
  .row .col.push-xxl18 {
    left: 75%;
  }
  .row .col.offset-xxl19 {
    margin-left: 79.1666666667%;
  }
  .row .col.pull-xxl19 {
    right: 79.1666666667%;
  }
  .row .col.push-xxl19 {
    left: 79.1666666667%;
  }
  .row .col.offset-xxl20 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xxl20 {
    right: 83.3333333333%;
  }
  .row .col.push-xxl20 {
    left: 83.3333333333%;
  }
  .row .col.offset-xxl21 {
    margin-left: 87.5%;
  }
  .row .col.pull-xxl21 {
    right: 87.5%;
  }
  .row .col.push-xxl21 {
    left: 87.5%;
  }
  .row .col.offset-xxl22 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xxl22 {
    right: 91.6666666667%;
  }
  .row .col.push-xxl22 {
    left: 91.6666666667%;
  }
  .row .col.offset-xxl23 {
    margin-left: 95.8333333333%;
  }
  .row .col.pull-xxl23 {
    right: 95.8333333333%;
  }
  .row .col.push-xxl23 {
    left: 95.8333333333%;
  }
  .row .col.offset-xxl24 {
    margin-left: 100%;
  }
  .row .col.pull-xxl24 {
    right: 100%;
  }
  .row .col.push-xxl24 {
    left: 100%;
  }
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 31px 30px 31px 30px;
  cursor: pointer;
  background: transparent;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width : 767px) {
  .hamburger {
    padding: 31px 20px 31px 20px;
  }
}

.hamburger-label {
  display: inline-block;
  margin-right: 15px;
  font-family: "circular-bold", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #7aa77f;
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (max-width: 300px) {
  .hamburger-label {
    display: none;
  }
}

.hamburger-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 18px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #7aa77f;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

select {
  display: block;
  width: 100%;
  opacity: 0;
}

.chosen-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  font-size: 16px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width : 1200px) {
  .chosen-container {
    font-size: 14px;
  }
}

.chosen-container .chosen-single {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 20px;
  border: none;
  font: 15px/56px "circular-medium", sans-serif;
  color: #404041;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  overflow: hidden;
  padding-right: 45px;
  z-index: 49;
  transition: border 500ms, color 300ms;
}
@media only screen and (max-width : 1200px) {
  .chosen-container .chosen-single {
    font-size: 14px;
  }
}

.chosen2 .chosen-container .chosen-single {
  background-color: #284d45;
}

.chosen-container .chosen-default {
  font: 15px/56px "circular-medium", sans-serif;
  color: #404041;
}
@media only screen and (max-width : 1200px) {
  .chosen-container .chosen-default {
    font-size: 14px;
  }
}

.chosen-container-active {
  z-index: 50;
}

.chosen-container .chosen-single span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.chosen2 .chosen-container .chosen-single span {
  color: #fff;
  text-align: right;
}

.chosen-container .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: url("../../images/saint-esprit/arrow.png") no-repeat center center;
  background-size: 12px auto;
  transition: transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  -webkit-backface-visibility: visible;
}

.chosen-container .chosen-single div b {
  display: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  border-bottom: none;
  color: #404041;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 0;
  width: 100%;
  border: none;
  border-top: none;
  background: #fff;
  visibility: hidden;
  z-index: 48;
  opacity: 0;
  transition: padding-top 500ms, opacity 500ms, box-shadow 500ms, visibility 0ms ease 500ms;
}

.chosen2 .chosen-container .chosen-drop {
  background: none;
  padding-top: 55px;
}

.chosen-container.chosen-with-drop .chosen-drop {
  top: 0;
  padding-top: 55px;
  visibility: visible;
  opacity: 1;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  transition: padding 500ms, opacity 500ms, box-shadow 500ms;
}

.chosen-container .chosen-results {
  position: relative;
  background: #fff;
  max-height: 184px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 12px 20px;
  font: 15px/20px "circular-medium", sans-serif;
  list-style: none;
  word-wrap: break-word;
  transition: color 250ms, background 250ms;
  -webkit-touch-callout: none;
}
@media only screen and (max-width : 1200px) {
  .chosen-container .chosen-results li {
    font-size: 14px;
  }
}

.chosen-container .chosen-results li:first-child {
  padding-top: 15px;
  border-top: solid 2px #f0efef;
}

.chosen-container .chosen-results li:last-child {
  padding-bottom: 15px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  color: #8d8d8d;
}

.chosen-container .chosen-results li.highlighted {
  color: #8d8d8d;
}

.chosen-container .chosen-results li.result-selected {
  font-family: "circular-bold", sans-serif;
  cursor: default;
  color: #7aa77f !important;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: rgba(141, 141, 141, 0.4);
  cursor: default;
}

.chosen-disabled {
  opacity: 0.35 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-container-single .chosen-search {
  display: none;
}

select {
  position: relative;
  display: block;
  font: 15px/56px "circular-medium", sans-serif;
  padding: 0 50px 0 20px;
  height: 56px;
  background: #fff;
  opacity: 1;
  color: #404041;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width : 1200px) {
  select {
    font-size: 14px;
  }
}
select option {
  color: #8d8d8d;
}

.chosen2 select {
  background: transparent;
  color: #fff;
  text-align-last: right;
}

select::-ms-expand {
  display: none;
}

.select-field {
  position: relative;
  float: left;
  width: 260px;
  max-width: calc(100% - 85px);
  padding: 0;
}
.select-field:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 56px;
  content: "";
  cursor: pointer;
  pointer-events: none;
  background: url("../../images/saint-esprit/arrow.png") no-repeat center center;
  background-size: 12px auto;
}

/*** VARIABLES ***/
/*** INPUT DEFAULT ***/
/*** LABEL DEFAULT ***/
/*** FOCUS ***/
/*** FORM FRAMESET ***/
form {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
form::after {
  display: table;
  content: "";
  clear: both;
}
form .form-bloc {
  margin-top: 0px;
}
form .form-bloc:first-child {
  margin-top: 0;
}
form fieldset {
  margin-top: -50px;
  margin-right: -20px;
  margin-bottom: 40px;
  margin-left: -20px;
}
form fieldset:first-of-type {
  margin-top: 0;
}
form fieldset:last-of-type {
  margin-bottom: 0;
}
form fieldset:last-of-type.endform {
  margin-bottom: 40px;
}

.select-form-field {
  margin-bottom: 50px;
  padding: 0px 20px;
  max-width: 100%;
}
@media only screen and (max-width : 767px) {
  .select-form-field {
    margin-bottom: 35px;
  }
}
.select-form-field:after {
  right: 20px;
  height: 45px;
}

.select-form-field select {
  padding: 0;
  border-bottom: solid 1px #8d8d8d;
  font: 16px/45px "circular-book", sans-serif;
  height: 45px;
}
@media only screen and (max-width : 1200px) {
  .select-form-field select {
    font-size: 14px;
  }
}

.select-form-field select:disabled,
.select-form-field select[disabled] {
  opacity: 0.35 !important;
}

.select-form-field .chosen-disabled {
  opacity: 1 !important;
}
.select-form-field .chosen-disabled .chosen-default span {
  opacity: 0.35 !important;
}

.select-form-field .chosen-container .chosen-single div {
  background-color: #fff;
}

.select-form-field .chosen-container .chosen-single {
  font: 16px/45px "circular-book", sans-serif;
  padding: 0;
  border-bottom: solid 1px #8d8d8d;
}
@media only screen and (max-width : 1200px) {
  .select-form-field .chosen-container .chosen-single {
    font-size: 14px;
  }
}

.select-form-field .chosen-container .chosen-drop {
  border: solid 1px #ccc;
  padding: 52px 10px 0 10px;
  box-sizing: content-box;
  left: -10px;
  top: -1px;
}

.select-form-field .chosen-container.chosen-with-drop .chosen-drop {
  box-shadow: none;
}

.select-form-field-search .chosen-container-single .chosen-search {
  display: block;
  padding: 0 0 5px 0;
}

.select-form-field-search .chosen-container-single .chosen-search .chosen-search-input {
  width: 100%;
  border: solid 1px #ddd;
  padding: 0px 25px 0px 5px;
  line-height: 26px;
  font-size: 16px;
  font-family: "circular-book", sans-serif;
  color: #8d8d8d;
  background: url("../../js/search.png") no-repeat 100% center;
}

.select-form-field .chosen-container .chosen-results li:hover {
  background: #eee;
}

.select-form-field .chosen-container .chosen-results li:first-child {
  border-top: none;
}

.select-form-field .chosen-container .chosen-results li {
  padding: 6px 20px 6px 5px;
}

.select-form-field-grey .chosen-container .chosen-single {
  transition: all 500ms;
  background: #f0efef;
}
.select-form-field-grey .chosen-container .chosen-single div {
  transition: all 500ms;
  background-color: #f0efef;
}
.select-form-field-grey .chosen-container.chosen-with-drop .chosen-single {
  background: #fff;
}
.select-form-field-grey .chosen-container.chosen-with-drop .chosen-single div {
  background-color: #fff;
}
.select-form-field-grey select {
  background: none;
}

.input-field, .text-field {
  position: relative;
  float: left;
  margin-bottom: 50px;
  padding: 0px 20px;
}
@media only screen and (max-width : 767px) {
  .input-field, .text-field {
    margin-bottom: 35px;
  }
}

/*** INPUT ***/
.input-field input {
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: solid 1px #8d8d8d;
  padding: 0px 0px;
  font-family: "circular-book", sans-serif;
  font-size: 18px;
  line-height: 45px;
  color: #404041;
  background: transparent;
  transition: border ease-out, color 250ms;
}
@media only screen and (max-width : 1200px) {
  .input-field input {
    font-size: 14px;
  }
}

.input-field input:disabled {
  color: rgba(0, 0, 0, 0.5) !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26) !important;
}

.input-field input:disabled + label {
  color: rgba(0, 0, 0, 0.26) !important;
}

.input-field input:focus {
  border-bottom-color: #7aa77f;
  box-shadow: 0 1px 0 0 #7aa77f;
}

.input-field input.valid {
  border-bottom: 1px solid #7aa77f;
}

.input-field label {
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 16px;
  color: #404041;
  line-height: 45px;
  cursor: text;
  transition: 250ms ease-out;
}
@media only screen and (max-width : 1200px) {
  .input-field label {
    font-size: 14px;
  }
}

.input-field input:focus + label,
.input-field input.valid + label,
.input-field input.error + label {
  font-size: 11px;
  top: -12px;
  line-height: 12px;
  cursor: default;
  color: #7aa77f;
  pointer-events: none;
}

div.error,
.server_error,
.fielderror {
  position: absolute;
  left: 20px;
  top: 100%;
  padding-top: 7px;
  color: #ea0a2f;
}

fieldset {
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
  min-inline-size: inherit;
}

#formValidationerrors {
  margin-bottom: 30px;
  background: #ea0a2f;
  color: #fff;
  font-family: "circular-book", sans-serif;
  font-size: 16px;
}
#formValidationerrors ul {
  list-style-type: disc;
}

sup.required_dot {
  color: #7aa77f;
  padding: 2px 0;
  font-weight: bold;
}

.drag_filters {
  position: relative;
  font-size: 0;
  border-bottom: solid 1px #e5e5e5;
  margin-top: 0;
  margin-bottom: 50px;
}
@media only screen and (max-width : 1400px) {
  .drag_filters {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 767px) {
  .drag_filters {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width : 600px) {
  .drag_filters {
    margin-bottom: 20px;
  }
}
.drag_filters .filters__container {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  transform: scale(1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  padding-left: 120px;
  padding-right: 120px;
}
.drag_filters .filters__container::-webkit-scrollbar {
  height: 0px !important;
}
@media only screen and (max-width : 1600px) {
  .drag_filters .filters__container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width : 1400px) {
  .drag_filters .filters__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width : 1200px) {
  .drag_filters .filters__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width : 1023px) {
  .drag_filters .filters__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .drag_filters .filters__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.drag_filters .filters__content {
  display: inline-block;
}
.drag_filters .filters__content a {
  display: inline-block;
  position: relative;
  font: 16px/36px "circular-book", sans-serif;
  color: #8d8d8d;
  transition: color 300ms;
  border-bottom: solid 4px transparent;
  padding-bottom: 10px;
  height: 46px;
}
.drag_filters .filters__content a.active {
  /*font-family: $circularMedium;*/
  color: #404041;
  border-bottom: solid 4px #8ebb52;
}
.drag_filters .filters__content a:not(:last-child) {
  margin-right: 70px;
}
@media only screen and (max-width : 1400px) {
  .drag_filters .filters__content a:not(:last-child) {
    margin-right: 60px;
  }
}
@media only screen and (max-width : 1200px) {
  .drag_filters .filters__content a:not(:last-child) {
    margin-right: 50px;
  }
}
@media only screen and (max-width : 1023px) {
  .drag_filters .filters__content a:not(:last-child) {
    margin-right: 40px;
  }
}
@media only screen and (max-width : 767px) {
  .drag_filters .filters__content a:not(:last-child) {
    margin-right: 35px;
  }
}
.drag_filters .filters__content a:hover {
  color: #8ebb52;
}
.drag_filters .filters__arrows {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.drag_filters .filters__prev,
.drag_filters .filters__next {
  display: none;
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms, visibility 0ms ease 300ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width : 767px) {
  .drag_filters .filters__prev,
  .drag_filters .filters__next {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width : 600px) {
  .drag_filters .filters__prev,
  .drag_filters .filters__next {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width : 500px) {
  .drag_filters .filters__prev,
  .drag_filters .filters__next {
    width: 26px;
    height: 26px;
  }
}
.drag_filters .filters__prev {
  left: 50px;
}
@media only screen and (max-width : 1200px) {
  .drag_filters .filters__prev {
    left: 50px;
  }
}
@media only screen and (max-width : 1023px) {
  .drag_filters .filters__prev {
    left: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .drag_filters .filters__prev {
    left: 20px;
  }
}
@media only screen and (max-width : 600px) {
  .drag_filters .filters__prev {
    left: 15px;
  }
}
.drag_filters .filters__next {
  right: 50px;
}
@media only screen and (max-width : 1200px) {
  .drag_filters .filters__next {
    right: 50px;
  }
}
@media only screen and (max-width : 1023px) {
  .drag_filters .filters__next {
    right: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .drag_filters .filters__next {
    right: 20px;
  }
}
@media only screen and (max-width : 600px) {
  .drag_filters .filters__next {
    right: 15px;
  }
}
.drag_filters .drag_filters__next--is-active,
.drag_filters .drag_filters__prev--is-active {
  display: block;
}
.drag_filters .drag_filters__next--is-visible,
.drag_filters .drag_filters__prev--is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 300ms;
}
.drag_filters .filters__prev:before,
.drag_filters .filters__next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f1f1f1;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  transition: background 300ms, transform 300ms ease;
}
.drag_filters .filters__prev:hover:before,
.drag_filters .filters__next:hover:before {
  background: #f3f4f5;
  transform: scale(1.1);
}
.drag_filters .filters__arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  stroke: #8ebb52;
  fill: none;
  stroke-width: 1px;
  transform: translate(-50%, -50%);
  transition: stroke 300ms;
}
@media only screen and (max-width : 600px) {
  .drag_filters .filters__arrow {
    width: 10px;
    height: 10px;
  }
}
.drag_filters .filters__prev:hover .filters__arrow,
.drag_filters .filters__next:hover .filters__arrow {
  stroke: #284d45;
}
.drag_filters .filters__prev .filters__arrow {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.cc_div * {
  font-style: revert !important;
  font-family: "circular-book", sans-serif !important;
}

#cm {
  max-width: 40em !important;
  border-radius: unset !important;
  padding: 1.7em !important;
}
#cm #c-inr {
  display: flex;
  flex-direction: column;
}
#cm #c-inr #c-inr-i {
  width: 100%;
  padding-right: unset;
  vertical-align: unset;
  color: #404041;
}
#cm #c-inr #c-inr-i #c-txt h2 {
  font-weight: 700;
  font-size: 28px;
}
#cm #c-inr #c-inr-i #c-txt h3 {
  font-weight: 600;
  font-size: 26px;
}
#cm #c-inr #c-inr-i #c-txt h4 {
  font-weight: 500;
  font-size: 24px;
}
#cm #c-inr #c-inr-i #c-txt strong {
  font-weight: bold;
}
#cm #c-inr #c-inr-i #c-txt sup {
  vertical-align: super;
  font-size: smaller;
}
#cm #c-inr #c-inr-i #c-txt sub {
  vertical-align: sub;
  font-size: smaller;
}
#cm #c-inr #c-inr-i #c-txt a {
  display: inline;
  border-bottom: unset;
  box-shadow: inset 0 -0.1em 0 0 #7aa77f;
  transition: color 300ms;
}
#cm #c-inr #c-inr-i #c-txt a:hover {
  color: #7aa77f;
}
#cm #c-inr #c-bns {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  #cm #c-inr #c-bns {
    flex-direction: column;
  }
}
#cm #c-inr #c-bns .c-bn {
  margin: unset;
  font-weight: 700;
  border-radius: 50px;
  transition: all 300ms !important;
}
#cm #c-inr #c-bns #c-s-bn {
  color: #7aa77f;
  background: transparent;
  border: 2px solid #7aa77f;
}
#cm #c-inr #c-bns #c-s-bn:hover {
  color: #fff;
  background: #7aa77f;
}
#cm #c-inr #c-bns #c-p-bn, #cm #c-inr #c-bns #c-t-bn {
  color: #fff;
  background: #7aa77f;
  border: 2px solid #7aa77f;
}
#cm #c-inr #c-bns #c-p-bn:hover, #cm #c-inr #c-bns #c-t-bn:hover {
  color: #7aa77f;
  background: #fff;
}

#s-inr #s-hdr {
  color: #404041;
}
#s-inr #s-hdr #s-c-bnc #s-c-bn {
  background: unset;
  border-radius: 100%;
  border: 2px solid #7aa77f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 300ms !important;
}
#s-inr #s-hdr #s-c-bnc #s-c-bn::before, #s-inr #s-hdr #s-c-bnc #s-c-bn::after {
  background: #7aa77f;
  left: unset;
  top: unset;
}
#s-inr #s-hdr #s-c-bnc #s-c-bn:hover {
  opacity: 0.7;
}
#s-inr #s-bl {
  padding-bottom: 4em;
}
@media screen and (max-width: 688px) {
  #s-inr #s-bl {
    padding-bottom: unset;
  }
}
@media screen and (max-width: 575px) {
  #s-inr #s-bl {
    padding-bottom: 7em;
  }
}
#s-inr #s-bl .c-bl {
  margin-bottom: 0.5em;
}
#s-inr #s-bl .c-bl .title .b-tl {
  color: #404041;
}
#s-inr #s-bl .c-bl .desc .p {
  color: #404041;
}
#s-inr #s-bl .c-bl .desc .p h2 {
  font-weight: 700;
  font-size: 28px;
}
#s-inr #s-bl .c-bl .desc .p h3 {
  font-weight: 600;
  font-size: 26px;
}
#s-inr #s-bl .c-bl .desc .p h4 {
  font-weight: 500;
  font-size: 24px;
}
#s-inr #s-bl .c-bl .desc .p strong {
  font-weight: bold;
}
#s-inr #s-bl .c-bl .desc .p sup {
  vertical-align: super;
  font-size: smaller;
}
#s-inr #s-bl .c-bl .desc .p sub {
  vertical-align: sub;
  font-size: smaller;
}
#s-inr #s-bl .c-bl .desc .p a {
  display: inline;
  border-bottom: unset;
  box-shadow: inset 0 -0.1em 0 0 #7aa77f;
  transition: color 300ms;
}
#s-inr #s-bl .c-bl .desc .p a:hover {
  color: #7aa77f;
}
#s-inr #s-bl .b-ex {
  color: white;
  background: #7aa77f;
  border-radius: unset;
}
#s-inr #s-bl .b-ex .b-bn .b-tl {
  color: white;
  background: #7aa77f;
  background-color: #7aa77f;
  padding: 1.3em 6.4em 1.3em 2.7em;
  border-radius: unset;
  transition: opacity 300ms;
}
#s-inr #s-bl .b-ex .b-bn .b-tl::before {
  border: solid white;
  border-width: 0 2px 2px 0;
}
#s-inr #s-bl .b-ex .b-bn .b-tl:hover {
  opacity: 0.8;
}
#s-inr #s-bl .b-ex .b-bn .b-tg.c-ro {
  right: 1.1em;
}
#s-inr #s-bl .b-ex .b-bn .b-tg .c-tg {
  background: #8d8d8d;
}
#s-inr #s-bl .b-ex .b-bn .b-tg .c-tgl:checked ~ .c-tg {
  background: #008e28;
}
#s-inr #s-bl .b-ex .b-acc {
  border-radius: unset;
  background-color: #eeeeee;
}
#s-inr #s-bl .b-ex .b-acc .p {
  color: #404041;
}
#s-inr #s-bl .b-ex .b-acc .p h2 {
  font-weight: 700;
  font-size: 28px;
}
#s-inr #s-bl .b-ex .b-acc .p h3 {
  font-weight: 600;
  font-size: 26px;
}
#s-inr #s-bl .b-ex .b-acc .p h4 {
  font-weight: 500;
  font-size: 24px;
}
#s-inr #s-bl .b-ex .b-acc .p strong {
  font-weight: bold;
}
#s-inr #s-bl .b-ex .b-acc .p sup {
  vertical-align: super;
  font-size: smaller;
}
#s-inr #s-bl .b-ex .b-acc .p sub {
  vertical-align: sub;
  font-size: smaller;
}
#s-inr #s-bl .b-ex .b-acc .p a {
  display: inline;
  border-bottom: unset;
  box-shadow: inset 0 -0.1em 0 0 #7aa77f;
  transition: color 300ms;
}
#s-inr #s-bl .b-ex .b-acc .p a:hover {
  color: #7aa77f;
}
#s-inr #s-bl .b-ex .b-acc .b-tb {
  color: #404041;
}
#s-inr #s-bl .b-ex .b-acc .b-tb::before {
  border: solid #7aa77f;
  border-width: 0 2px 2px 0;
}
#s-inr #s-bl .b-ex .b-acc .tb-c {
  transition: font-size 0.12s ease, margin 0.12s ease, opacity 0.1s 0.15s ease;
}
#s-inr #s-bl .b-ex .b-acc .tb-c tbody {
  color: #404041;
}
#s-inr #s-bl .b-ex .b-acc .tb-c tbody tr:hover {
  background-color: #eeeeee;
}
#s-inr #s-bl .b-ex .b-acc .tb-c tbody tr td h2 {
  font-weight: 700;
  font-size: 28px;
}
#s-inr #s-bl .b-ex .b-acc .tb-c tbody tr td h3 {
  font-weight: 600;
  font-size: 26px;
}
#s-inr #s-bl .b-ex .b-acc .tb-c tbody tr td h4 {
  font-weight: 500;
  font-size: 24px;
}
#s-inr #s-bl .b-ex .b-acc .tb-c tbody tr td strong {
  font-weight: bold;
}
#s-inr #s-bl .b-ex .b-acc .tb-c tbody tr td sup {
  vertical-align: super;
  font-size: smaller;
}
#s-inr #s-bl .b-ex .b-acc .tb-c tbody tr td sub {
  vertical-align: sub;
  font-size: smaller;
}
#s-inr #s-bl .b-ex .b-acc .tb-c tbody tr td a {
  display: inline;
  border-bottom: unset;
  box-shadow: inset 0 -0.1em 0 0 #7aa77f;
  transition: color 300ms;
}
#s-inr #s-bl .b-ex .b-acc .tb-c tbody tr td a:hover {
  color: #7aa77f;
}
#s-inr #s-bl .b-ex .b-acc .tb-c tbody tr td::before {
  color: #404041;
}
#s-inr #s-bl .b-ex .b-acc.act .tb-c {
  background-color: #eeeeee;
  font-size: 0;
  opacity: 0;
  margin: 0;
  transition: opacity 0.1s ease, font-size 0.15s 0.15s ease, margin 0.15s 0.15s ease;
}
#s-inr #s-bl .b-ex .b-acc.act .tb-c tbody tr {
  margin-bottom: 0;
  transition: margin 0.3s 0.2s;
}
#s-inr #s-bl .b-ex > .b-acc {
  display: block;
  font-size: 0;
  opacity: 0;
  margin: 0;
  max-height: unset;
  transition: opacity 0.2s ease, font-size 0.3s 0.2s ease, margin 0.3s 0.2s ease;
}
#s-inr #s-bl .b-ex > .b-acc .b-tb {
  padding: 0 24px;
  transition: padding 0.3s 0.2s ease;
}
#s-inr #s-bl .b-ex > .b-acc .b-tb::before {
  border-width: 0;
  transition: border-width 0.3s 0.2s ease;
}
#s-inr #s-bl .b-ex > .b-acc tr {
  margin-bottom: 0;
  border-top: unset;
  transition: margin 0.3s 0.2s ease;
}
#s-inr #s-bl .b-ex.act > .b-acc {
  font-size: 15px;
  opacity: 1;
  margin: unset;
  transition: margin 0.3s ease, font-size 0.3s ease, opacity 0.2s 0.35s ease;
}
#s-inr #s-bl .b-ex.act > .b-acc .b-tb {
  padding: 10px 24px;
  transition: padding 0.3s ease;
}
#s-inr #s-bl .b-ex.act > .b-acc .b-tb::before {
  border-width: 0 2px 2px 0;
  transition: border-width 0.3s ease;
}
#s-inr #s-bl .b-ex.act > .b-acc tr {
  margin-bottom: 15px;
  border-top: 1px solid #7aa77f;
  transition: margin 0.3s ease;
}
#s-inr #s-bns {
  display: flex !important;
  flex-direction: row-reverse;
  height: fit-content;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  #s-inr #s-bns {
    flex-direction: column;
  }
}
#s-inr #s-bns .c-bn {
  margin: unset;
  font-weight: 700;
  text-wrap: nowrap;
  justify-content: center;
  border-radius: 50px;
  transition: all 300ms !important;
}
#s-inr #s-bns #s-sv-bn {
  color: #7aa77f;
  background: transparent;
  border: 2px solid #7aa77f;
}
#s-inr #s-bns #s-sv-bn:hover {
  color: #fff;
  background: #7aa77f;
}
#s-inr #s-bns #s-all-bn, #s-inr #s-bns #s-rall-bn {
  color: #fff;
  background: #7aa77f;
  border: 2px solid #7aa77f;
}
#s-inr #s-bns #s-all-bn:hover, #s-inr #s-bns #s-rall-bn:hover {
  color: #7aa77f;
  background: #fff;
}

.placeholder_auto_div {
  background-color: #e5e5e5;
  padding: 20px;
}
.placeholder_auto_div .placeholder-txt {
  color: #404041;
  font-size: 17px;
  line-height: 1.2em;
  text-align: start;
  font-family: "circular-book", sans-serif;
}
.placeholder_auto_div .placeholder-txt .linkStyle {
  font-weight: 500;
  box-shadow: inset 0 -0.1em 0 0 #7aa77f;
  text-decoration: none;
  transition: color 300ms;
}
.placeholder_auto_div .placeholder-txt .linkStyle:hover {
  color: #7aa77f;
}

.c-button-cookies {
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #8d8d8d;
  border-radius: 50%;
  transition: all 300ms;
  z-index: 500;
}
.c-button-cookies:hover {
  background-color: #7aa77f;
  cursor: pointer;
}
.c-button-cookies__svg {
  width: 20px;
  height: 20px;
  fill: #7aa77f;
  transition: fill 300ms;
}
.c-button-cookies:hover .c-button-cookies__svg {
  fill: #fff;
}

#contentOverlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 299;
  transition: opacity 300ms, visibility 0ms ease 300ms;
}

header {
  position: relative;
  background: #fff;
  z-index: 302;
}
header a {
  display: block;
  height: 80px;
  line-height: 80px;
  width: 270px;
  max-width: 54%;
  margin: 0 0 0 30px;
}
@media only screen and (max-width : 767px) {
  header a {
    margin-left: 20px;
  }
}
header a img {
  max-height: 55px;
  vertical-align: middle;
  height: auto;
}

nav {
  position: relative;
  float: left;
  width: 320px;
  height: 100%;
  background: #fff;
  z-index: 301;
  box-shadow: 1px 0 8px rgba(141, 141, 141, 0.3);
  transition: left 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width : 1200px) {
  nav {
    min-width: 280px;
  }
}
@media only screen and (max-width : 1023px) {
  nav {
    position: absolute;
    left: -120%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 450px) {
  nav {
    min-width: 0;
    max-width: none;
  }
}
nav #nav_ct {
  position: relative;
  height: calc(100% - 230px);
  font: 14px/20px "circular-book", sans-serif;
  color: #404041;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-height: 780px) {
  nav #nav_ct {
    height: calc(100% - 170px);
  }
}
@media only screen and (max-width : 1023px) {
  nav #nav_ct {
    margin-top: 80px;
    height: calc(100% - 80px);
  }
}
nav #nav_header {
  padding: 55px 30px 55px 30px;
  text-align: center;
}
nav #nav_header a {
  display: block;
}
nav #nav_header img {
  height: auto;
}
nav #nav_header .icon {
  width: 120px;
  height: 120px;
  stroke: none;
}
@media screen and (max-height: 780px) {
  nav #nav_header {
    padding: 35px 30px 35px 30px;
  }
  nav #nav_header .icon {
    width: 110px;
    height: 110px;
    stroke: none;
  }
}
nav #nav_menu > ul {
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}
@media only screen and (max-width : 600px) {
  nav #nav_menu > ul {
    margin-bottom: 0px;
  }
}
nav #nav_menu > ul > li > a {
  display: block;
  padding: 25px 30px;
  border-top: solid 1px #e5e5e5;
  font-size: 15px;
}
@media only screen and (max-width : 600px) {
  nav #nav_menu > ul > li > a {
    padding: 18px 20px;
  }
}
nav #nav_menu > ul > li > a .icon {
  width: 22px;
  height: 22px;
  vertical-align: -0.35em;
  margin-right: 10px;
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
}
nav #nav_menu > ul > li.active > a {
  color: #7aa77f;
  background: #f3f4f5;
}
nav #nav_menu > ul > li ul {
  background: #f3f4f5;
  padding-bottom: 20px;
  margin-top: -10px;
}
nav #nav_menu > ul > li ul li a {
  display: block;
  padding: 10px 30px 10px 66px;
}
@media only screen and (max-width : 600px) {
  nav #nav_menu > ul > li ul li a {
    padding: 10px 30px 10px 56px;
  }
}
nav #nav_menu > ul > li ul li.active > a {
  color: #7aa77f;
  cursor: default;
}
nav #nav_menu > ul > li ul li.active > a:hover {
  background: none;
}
nav #media {
  margin: 0 0 40px 0;
  padding-left: 52px;
}
@media only screen and (max-width : 600px) {
  nav #media {
    margin-bottom: 20px;
    padding-left: 42px;
  }
}
nav #media a {
  display: inline-block;
  padding: 25px 10px 15px 10px;
}
nav #media a .icon {
  width: 1.1em;
  height: 1.1em;
  margin-left: 10px;
}
nav #media a .icon.icon-fb {
  margin: 0;
  stroke: #8d8d8d;
  fill: #8d8d8d;
}
nav #pando {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-height: 650px) {
  nav #pando {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 1023px) and (max-height: 550px) {
  nav #pando {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width : 600px) {
  nav #pando {
    margin-left: 52px;
    bottom: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
}
nav #pando p {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-family: "circular-book", sans-serif;
  color: #1b1b1b;
}
nav #pando p strong {
  font-family: "circular-bold", sans-serif;
}
nav #pando p.copy {
  margin: 0;
  font-size: 11px;
  line-height: 14px;
}

.show-menu #contentOverlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 600ms;
}
.show-menu nav {
  left: 0;
  transition: left 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*
.dynamic						{ max-width: 1100px;
	& > :first-child			{ margin-top: 0px; }
	& > :last-child				{ margin-bottom: 0; }
	& > img:last-child			{ margin-bottom: 0 !important; }
	hr							{ margin: 50px 0; height: 0; line-height:0; border-top: solid 1px $c-dynamic-hr; }
 	h1,h2,h3,h4,h5,h6			{ margin: 50px 0 20px 0; font: 20px/1.05 $circularMedium; color: $c-dynamic-header; text-transform: none;
		@media only screen and (max-width : 1200px)	{ font-size: 18px; }}
	a							{ box-shadow: inset 0px -3px 0px -1px $c-dynamic-linkshadow; }
	strong						{ font-family: $circularBold; }
	em							{ font-style: normal; color: $main2; }
	ul, ol						{ margin: 30px 0 30px 0; list-style-type: none; }
	ul li						{ padding-left: 20px;
		&::before				{ position: absolute; left: 0; top: 0px; font-size: 16px; content: '\2022 '; color: $c-dynamic-dot; }}
	ol li						{ counter-increment: item;
		&:before				{ position: absolute; left: -8px; top: 0; width: 20px; content: counter(item)'.'; color: $c-dynamic-dot; text-align: right; }}
	li							{ position: relative; padding: 0 0 0 25px; margin: 0 0 15px 0; font-size: 18px; line-height: 22px;
		@media only screen and (max-width : 1200px)	{ font-size: 16px; }
		&:last-child			{ margin-bottom: 0; }}
	img							{ display: block; margin: 50px 0; max-width: 100%; height: auto !important; }
    iframe						{ width: 100%; height: 480px; }}
*/
.fr-view {
  font: 12px/1 "circular-book", sans-serif, arial;
  color: #404041;
}

.fr-view > :first-child,
.dynamic > :first-child {
  margin-top: 0px;
}
.fr-view > :last-child,
.dynamic > :last-child {
  margin-bottom: 0 !important;
}
.fr-view > img:last-child,
.dynamic > img:last-child {
  margin-bottom: 0 !important;
}
.fr-view hr,
.dynamic hr {
  margin: 50px 0;
  height: 0;
  line-height: 0;
  border-top: solid 1px #e5e5e5;
}
.fr-view h2,
.dynamic h2 {
  color: #404041;
  margin: 60px 0 25px 0;
  font: 35px/1.3 "circular-book", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 1600px) {
  .fr-view h2,
  .dynamic h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width : 1400px) {
  .fr-view h2,
  .dynamic h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width : 1200px) {
  .fr-view h2,
  .dynamic h2 {
    font-size: 28px;
    margin-top: 50px;
  }
}
@media only screen and (max-width : 767px) {
  .fr-view h2,
  .dynamic h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width : 600px) {
  .fr-view h2,
  .dynamic h2 {
    margin: 45px 0 20px 0;
    font-size: 22px;
  }
}
.fr-view h3,
.dynamic h3 {
  color: #404041;
  margin: 60px 0 25px 0;
  font: 28px/1.3 "circular-book", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 1600px) {
  .fr-view h3,
  .dynamic h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width : 1400px) {
  .fr-view h3,
  .dynamic h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width : 1200px) {
  .fr-view h3,
  .dynamic h3 {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 1023px) {
  .fr-view h3,
  .dynamic h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width : 600px) {
  .fr-view h3,
  .dynamic h3 {
    margin: 45px 0 20px 0;
    font-size: 20px;
  }
}
.fr-view h4,
.dynamic h4 {
  color: #404041;
  margin: 45px 0 20px 0;
  font: 20px/1.3 "circular-medium", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 600px) {
  .fr-view h4,
  .dynamic h4 {
    font-size: 18px;
  }
}
.fr-view blockquote,
.dynamic blockquote {
  padding: 0 0 0 30px;
  margin: 55px 0;
  border-left: solid 2px #008e28;
  font: 25px/1.5 "circular-medium", sans-serif;
}
@media only screen and (max-width : 1400px) {
  .fr-view blockquote,
  .dynamic blockquote {
    font-size: 24px;
  }
}
@media only screen and (max-width : 1023px) {
  .fr-view blockquote,
  .dynamic blockquote {
    margin: 45px 0;
    font-size: 22px;
  }
}
@media only screen and (max-width : 767px) {
  .fr-view blockquote,
  .dynamic blockquote {
    font-size: 21px;
  }
}
@media only screen and (max-width : 600px) {
  .fr-view blockquote,
  .dynamic blockquote {
    margin: 40px 0;
    font-size: 20px;
    padding-left: 20px;
    border-left-width: 1px;
    line-height: 1.4;
  }
}
.fr-view em,
.dynamic em {
  font-style: italic;
}
.fr-view strong,
.dynamic strong {
  font-family: "circular-bold", sans-serif;
}
.fr-view a,
.dynamic a {
  box-shadow: inset 0px -3px 0px -1px #008e28;
}
.fr-view a:hover,
.dynamic a:hover {
  color: #008e28 !important;
}
.fr-view a.btn,
.dynamic a.btn {
  margin: 10px 0;
  transition: color 250ms, background 250ms;
  box-shadow: none;
}
.fr-view a.btn:hover,
.dynamic a.btn:hover {
  background: #606062;
  color: #fff !important;
}
.fr-view ul, .fr-view ol,
.dynamic ul,
.dynamic ol {
  margin: 20px 0 20px 20px;
  list-style-position: outside;
  list-style-type: inherit;
}
.fr-view ul ul, .fr-view ul ol, .fr-view ol ul, .fr-view ol ol,
.dynamic ul ul,
.dynamic ul ol,
.dynamic ol ul,
.dynamic ol ol {
  margin: 20px 0 0 25px;
}
.fr-view ul li, .fr-view ol li,
.dynamic ul li,
.dynamic ol li {
  margin-bottom: 20px;
  font-family: "circular-book", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.fr-view ul li:last-child, .fr-view ol li:last-child,
.dynamic ul li:last-child,
.dynamic ol li:last-child {
  margin-bottom: 0;
}
.fr-view ul li p, .fr-view ol li p,
.dynamic ul li p,
.dynamic ol li p {
  margin: 0 0 0 12px;
  font-weight: normal;
}
.fr-view ul,
.dynamic ul {
  list-style-type: disc;
}
.fr-view ol,
.dynamic ol {
  list-style-type: decimal;
}
.fr-view img,
.dynamic img {
  display: block;
  margin: 30px 0;
  max-width: 100%;
  height: auto !important;
}
.fr-view img.nomargin,
.dynamic img.nomargin {
  margin: 0 !important;
}
.fr-view iframe,
.dynamic iframe {
  width: 100%;
  height: 480px;
}

/*** RUBRIQUE+ ***/
.ocDesc .dynamic > :first-child {
  margin-top: 0px;
}
.ocDesc .dynamic > :last-child {
  margin-bottom: 0 !important;
}
.ocDesc .dynamic > img:last-child {
  margin-bottom: 0 !important;
}
.ocDesc .dynamic h2 {
  margin: 50px 0 20px 0;
  font: 25px/1.3 "circular-medium", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 600px) {
  .ocDesc .dynamic h2 {
    font-size: 22px;
  }
}
.ocDesc .dynamic h3 {
  margin: 45px 0 20px 0;
  font: 20px/1.3 "circular-medium", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 600px) {
  .ocDesc .dynamic h3 {
    font-size: 18px;
  }
}
.ocDesc .dynamic h4 {
  margin: 45px 0 20px 0;
  font: 18px/1.3 "circular-medium", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width : 600px) {
  .ocDesc .dynamic h4 {
    font-size: 16px;
  }
}
.ocDesc .dynamic p {
  font-size: 18px;
}
@media only screen and (max-width : 600px) {
  .ocDesc .dynamic p {
    font-size: 16px;
  }
}
.ocDesc .dynamic li {
  font-size: 18px;
  margin-bottom: 10px;
}
.ocDesc .dynamic blockquote {
  margin: 40px 0;
  font-size: 18px;
  padding-left: 20px;
  font-family: "circular-medium", sans-serif;
}
@media only screen and (max-width : 600px) {
  .ocDesc .dynamic blockquote {
    font-size: 16px;
  }
}
.ocDesc .dynamic img {
  margin: 50px 0;
}

/*** Iframe Component ***/
.iframeComponent iframe {
  width: 100%;
  height: auto;
}

/* -------------------------------
    SHOULD BE ADD TO DYNAMIC
   ------------------------------- */
/*
    img {
        display: block;
        margin: 70px 0;
        max-width: 100%;
        height: auto !important;

        @media only screen and (max-width : 1023px) {
            margin: 60px 0;
        }

        @media only screen and (max-width : 600px) {
            margin: 50px 0;
        }
    }

    .tableWrapper {
        width: 100%;
        overflow-x: auto;
        margin: 30px 0;
    }

    table {
        width: auto !important;
        white-space: nowrap;
        overflow-x: hidden;
        border: 1px solid;

        thead {
            border: solid 1px #ccc;

            tr th,
            tr td {
                padding: 10px;
                font: normal 16px/20px $circularBold;
                font-weight: 700;
                color: #fff;
                background: $main2;
                border-right: 1px solid white;
                white-space: normal;

                &:last-child {
                    border-right: none;
                }

                @media screen and (max-width: 768px) {
                    font-size: 14px
                }

                @media screen and (max-width: 500px) {
                    font-size: 12px
                }
            }
        }

        tbody {

            tr td,
            tr th {
                min-width: 100px;
                padding: 10px;
                border: solid 1px #ccc;
                vertical-align: middle !important;
                font: normal 16px/20px $circularBook;
                color: #000;
                white-space: normal;

                @media screen and (max-width: 768px) {
                    font-size: 14px
                }

                @media screen and (max-width: 500px) {
                    font-size: 12px
                }

                p {
                    font-size: 14px
                }
            }
        }
    }
*/
section {
  transition: transform 400ms, opacity 400ms;
  -webkit-transition: -webkit-transform 400ms, opacity 400ms;
}

.ontransit section {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  opacity: 0;
}

#home #content > .banner {
  transition: opacity 400ms;
}

.ontransit #home #content > .banner {
  opacity: 0;
}

#content > .banner.vHeight {
  transition: opacity 400ms;
}

.ontransit #content > .banner.vHeight {
  opacity: 0;
}

.smsBox {
  position: relative;
  max-width: 800px;
  margin: 0 0 30px 0;
  background: #7aa77f;
}
@media only screen and (max-width : 767px) {
  .smsBox {
    margin-bottom: 20px;
  }
}
.smsBox .xMargin {
  margin-bottom: 50px;
}
.smsBox h2 {
  font-size: 24px;
  color: #fff;
  font-family: "circular-bold", sans-serif;
}
@media only screen and (max-width : 1600px) {
  .smsBox h2 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width : 767px) {
  .smsBox h2 {
    font-size: 20px;
  }
}
.smsBox p {
  color: #fff;
}
.smsBox form {
  max-width: none;
}
.smsBox form .input-field {
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}
.smsBox form .input-field input {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.smsBox form .btn {
  min-width: 120px;
  margin: 0 10px 10px 0px;
  border-color: #fff;
  color: #fff;
}
.smsBox form .btn:last-child {
  margin: 0 0 20px 0;
}
.smsBox form .btn:hover {
  border-color: #fff;
  background: #fff;
  color: #7aa77f;
}
.smsBox form .fielderror {
  left: 0;
}
.smsBox ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.smsBox :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.smsBox ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.smsBox .closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
}
.smsBox .closeBtn .icon {
  font-size: 2em;
  stroke: #fff;
}
.smsBox .closeBtn:hover .icon {
  stroke: rgba(255, 255, 255, 0.5);
}
.smsBox .notesbox {
  margin-top: 20px;
}
.smsBox .notesbox li {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  list-style-type: decimal;
  margin: 0 0 10px 20px;
}
.smsBox .notesbox li a {
  box-shadow: inset 0px -2px 0px -1px #fff;
  transition: opacity 250ms;
}
.smsBox .notesbox li a:hover {
  opacity: 0.6;
}
.smsBox .notesbox li:last-child {
  margin-bottom: 0;
}

/*** Z-INDEX
overlay			299
termsbox			300
menu				301
header			302
***/
/* HTML FONT */
html {
  font: 12px/1 "circular-book", sans-serif, arial;
  color: #404041;
}

body {
  background: #f0efef;
}

#transition-wrapper,
.transition-container,
main {
  height: 100%;
  overflow: hidden;
}

.clearfloat {
  clear: both;
}

.relative {
  position: relative;
}

/*** ICON ***/
.icon {
  width: 1.3em;
  height: 1.3em;
  vertical-align: -0.25em;
  fill: none;
  stroke: #7aa77f;
  stroke-width: 6%;
  overflow: visible;
}

.icon-stroke {
  stroke: none;
  fill: #7aa77f;
  stroke-width: 2px;
}

#content .icon.arrow {
  width: 1.4em;
  height: 1.4em;
  stroke: #8ebb52;
  stroke-width: 1px;
  fill: none;
}

.fancybox-active {
  height: 100% !important;
}

/*** STYLES ***/
.noMargin {
  margin-bottom: 0;
}

.xMargin {
  margin-bottom: 30px;
}

.hr {
  display: block;
  width: 110px;
  height: 2px;
  background: #fff;
  margin: 0 0 30px 0;
}

/*** PADDING ***/
.x-padding {
  padding-right: 120px;
  padding-left: 120px;
}
@media only screen and (max-width : 1600px) {
  .x-padding {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media only screen and (max-width : 1400px) {
  .x-padding {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media only screen and (max-width : 1200px) {
  .x-padding {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width : 1023px) {
  .x-padding {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .x-padding {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.y-padding {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media only screen and (max-width : 1600px) {
  .y-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width : 1400px) {
  .y-padding {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width : 1023px) {
  .y-padding {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width : 600px) {
  .y-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.y-padding.title {
  padding-top: 160px;
}
.y-padding.title h1 {
  margin: 0;
}
@media only screen and (max-width : 1600px) {
  .y-padding.title {
    padding-top: 130px;
  }
}
@media only screen and (max-width : 1400px) {
  .y-padding.title {
    padding-top: 100px;
  }
}
@media only screen and (max-width : 1023px) {
  .y-padding.title {
    padding-top: 55px;
  }
}
@media only screen and (max-width : 600px) {
  .y-padding.title {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1401px) and (max-height: 780px) {
  .y-padding.title {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) and (max-height: 780px) {
  .y-padding.title {
    padding-top: 110px;
  }
}

.innerPadding {
  padding: 50px 60px;
}
@media only screen and (max-width : 1600px) {
  .innerPadding {
    padding: 50px;
  }
}
@media only screen and (max-width : 1400px) {
  .innerPadding {
    padding: 40px;
  }
}
@media only screen and (max-width : 767px) {
  .innerPadding {
    padding: 30px 20px;
  }
}

.noBottomPadding {
  padding-bottom: 0;
}

.noTopPadding {
  padding-top: 0;
}

.noMargin {
  margin-bottom: 0 !important;
}

/*** CONTENT ***/
#content {
  float: left;
  width: calc(100% - 320px);
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; /* Show vertical scrollbar */
}
@media only screen and (max-width : 1023px) {
  #content {
    height: calc(100% - 80px);
  }
}
#content section {
  padding-bottom: 60px;
}
@media only screen and (max-width : 1023px) {
  #content section {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width : 600px) {
  #content section {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width : 1023px) {
  #content {
    float: none;
    width: 100%;
  }
}

/*** DATE LINE ***/
.w-date {
  position: relative;
  float: left;
  padding-left: 30px;
}
@media only screen and (max-width : 600px) {
  .w-date {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width : 500px) {
  .w-date {
    float: none;
    margin-bottom: 7px;
  }
}
.w-date .icon {
  position: absolute;
  left: 0;
  top: -2px;
  width: 1.5em;
  height: auto;
  max-height: 30px;
}
@media only screen and (max-width : 500px) {
  .w-date .icon {
    vertical-align: -0.8em;
  }
}

.meta {
  position: relative;
  float: left;
  padding-left: 30px;
  margin: 0;
}
.meta span {
  white-space: nowrap;
}
.meta::before {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 30px;
  content: "/";
  color: #7aa77f;
  text-align: center;
}

/*** INSCRIPTION BANNER ***/
.banner {
  position: relative;
  height: 400px;
  line-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width : 1600px) {
  .banner {
    height: 350px;
    line-height: 350px;
  }
}
@media only screen and (max-width : 1400px) {
  .banner {
    height: 320px;
    line-height: 320px;
  }
}
@media only screen and (max-width : 1400px) {
  .banner {
    height: 280px;
    line-height: 280px;
  }
}
@media only screen and (max-width : 1023px) {
  .banner {
    height: 250px;
    line-height: 250px;
    text-align: center;
  }
}
@media only screen and (max-width : 600px) {
  .banner {
    height: 220px;
    line-height: 220px;
  }
}
.banner img {
  position: absolute;
  bottom: 0;
  right: 10%;
}
@media only screen and (max-width : 1600px) {
  .banner img {
    right: 30px;
  }
}
@media only screen and (max-width : 1400px) {
  .banner img {
    top: 40px;
    right: -60px;
  }
}
.banner > div {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.banner > div h1 {
  margin-bottom: 20px;
  max-width: 850px;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
}
@media only screen and (max-width : 1023px) {
  .banner > div h1 {
    margin-right: 0;
  }
}
@media only screen and (max-width : 600px) {
  .banner > div h1 br {
    display: none;
  }
}

.focus_0 {
  background-position: center center;
}

.focus_1 {
  background-position: left center;
}

.focus_2 {
  background-position: right center;
}

/*** BOX BLANK ***/
.box {
  margin-top: 30px;
  padding-bottom: 20px;
  background: #fff;
}
@media only screen and (max-width : 767px) {
  .box {
    margin-top: 20px;
  }
}
.box.max-800 {
  max-width: 800px;
}
.box.boxMarginBottom {
  margin-bottom: 30px;
}
@media only screen and (max-width : 767px) {
  .box.boxMarginBottom {
    margin-top: 20px;
  }
}

/******************** DESKTOP ************************/
/*** ICON ***/
.icon {
  transition: all 300ms;
}

nav #media a {
  transition: color 250ms;
}
nav #media a:hover {
  color: #7aa77f;
}
nav #media a:hover .icon-fb {
  fill: #7aa77f;
  stroke: #7aa77f;
}

#pando a {
  transition: color 250ms;
}
#pando a:hover {
  color: #7aa77f;
}

/*** STYLES ***/
.link {
  transition: color 250ms;
}
.link:hover {
  color: #7aa77f;
}

.btn:hover::after {
  right: -2px;
}
.btn:hover.v3 {
  border-color: #7aa77f;
  color: #fff;
}

/*** ASIDE/MENU ***/
nav #nav_menu ul li a {
  transition: background 250ms, color 250ms;
}
nav #nav_menu ul li a:hover {
  color: #7aa77f;
  background: #f3f4f5;
}

/*** AVIS LISTE ***/
#avisList a {
  transition: box-shadow 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#avisList a:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
#avisList a.alert:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/*** CHOSEN ***/
#sorting .chosen-results li:hover,
#filter .chosen-results li:hover {
  color: #7aa77f;
  background: #f3f4f5;
}
#sorting #dateOrder a,
#filter #dateOrder a {
  transition: color 250ms;
}
#sorting #dateOrder a:hover,
#filter #dateOrder a:hover {
  color: #7aa77f;
}

/*** OcLIST OVER ***/
.ocList > li > h2:hover {
  color: #7aa77f;
}
.ocList > li > h2:hover::before, .ocList > li > h2:hover::after {
  background: #7aa77f;
}

/*** DYNAMIC ***/
.dynamic a {
  transition: color 250ms;
}
.dynamic a:hover {
  color: #7aa77f;
}

/*** AVIS ***/
#avisNav #backLink {
  transition: color 250ms;
}
#avisNav #backLink:hover {
  color: #7aa77f;
}
#avisNav #avisControl li a {
  transition: background 250ms;
}
#avisNav #avisControl li a:hover {
  background: #7aa77f;
}
#avisNav #avisControl li a:hover .icon {
  stroke: #fff;
}

#avisBtns > a.share:hover .icon {
  fill: #7aa77f;
  stroke: #7aa77f;
}
#avisBtns #mapLink a {
  transition: color 250ms;
}
#avisBtns #mapLink a:hover {
  color: #7aa77f;
}

/*** INSCRIPTION ***/
.termsBox .closeTerms:hover .icon {
  stroke: #404041;
}

.banner .iphone {
  width: 275px;
  height: 300px;
}
@media only screen and (max-width : 1400px) {
  .banner .iphone {
    top: auto;
    bottom: 0;
    right: 20px;
    width: 200px;
    height: auto;
  }
}

#filter {
  padding-bottom: 50px;
}
@media only screen and (max-width : 1400px) {
  #filter {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 767px) {
  #filter {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width : 600px) {
  #filter {
    padding-bottom: 20px;
  }
}
#filter #dateOrder {
  float: right;
}
#filter #dateOrder a {
  position: relative;
  display: block;
  height: 54px;
  font: 16px/54px "circular-medium", sans-serif;
  color: #404041;
}
@media only screen and (max-width : 1200px) {
  #filter #dateOrder a {
    font-size: 14px;
  }
}
#filter #dateOrder a img {
  height: 10px;
  margin-left: 10px;
  transition: transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  -webkit-backface-visibility: visible;
}
#filter #dateOrder a.reversed img {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
}

#avisList h2.empty {
  text-align: center;
  font-size: 28px;
  opacity: 0.4;
}
@media only screen and (max-width : 1200px) {
  #avisList h2.empty {
    font-size: 24px;
  }
}
@media only screen and (max-width : 600px) {
  #avisList h2.empty {
    font-size: 20px;
  }
}
#avisList a {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
  padding: 50px 130px 50px 60px;
  background: #fff;
}
@media only screen and (max-width : 1600px) {
  #avisList a {
    padding: 50px 110px 50px 50px;
  }
}
@media only screen and (max-width : 1400px) {
  #avisList a {
    padding: 40px 90px 40px 40px;
  }
}
@media only screen and (max-width : 1023px) {
  #avisList a {
    padding: 40px 80px 40px 40px;
  }
}
@media only screen and (max-width : 767px) {
  #avisList a {
    padding: 30px 80px 30px 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 600px) {
  #avisList a {
    padding: 20px 70px 20px 20px;
  }
}
#avisList a.alert {
  background: #DA291C;
}
#avisList a.alert h6 .icon {
  stroke: #fff;
}
#avisList a.alert > .icon {
  fill: #fff;
}
#avisList a.alert .meta,
#avisList a.alert h2,
#avisList a.alert h6 {
  color: #fff;
}
#avisList a.alert .meta::before {
  color: #fff;
}
#avisList a .titleWrapper {
  margin-bottom: 15px;
}
#avisList a .titleWrapper::after {
  display: table;
  content: "";
  clear: both;
}
#avisList a h6 {
  margin-bottom: 0;
  line-height: 30px;
}
#avisList a > .icon {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-right: 0;
  width: 1.7em;
  height: 1.7em;
  fill: #7aa77f;
  stroke: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media only screen and (max-width : 1600px) {
  #avisList a > .icon {
    right: 50px;
  }
}
@media only screen and (max-width : 1400px) {
  #avisList a > .icon {
    right: 40px;
  }
}
@media only screen and (max-width : 1023px) {
  #avisList a > .icon {
    right: 30px;
  }
}
@media only screen and (max-width : 600px) {
  #avisList a > .icon {
    right: 20px;
  }
}
#avisList a h2 {
  margin: 0;
  clear: both;
}

#mobilCTA {
  padding-right: 0;
  padding-left: 0;
}
#mobilCTA .banner {
  margin-top: 0;
  margin-bottom: 55px;
}
@media only screen and (max-width : 767px) {
  #mobilCTA .banner {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

h2.homeTitle {
  font: 35px/1.05 "circular-bold", sans-serif;
  color: #404041;
  margin: 40px 0 40px 0;
}
@media only screen and (max-width : 1600px) {
  h2.homeTitle {
    font-size: 32px;
  }
}
@media only screen and (max-width : 1400px) {
  h2.homeTitle {
    font-size: 30px;
  }
}
@media only screen and (max-width : 1023px) {
  h2.homeTitle {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 767px) {
  h2.homeTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width : 600px) {
  h2.homeTitle {
    font-size: 22px;
  }
}
@media only screen and (max-width : 500px) {
  h2.homeTitle {
    font-size: 21px;
  }
}
h2.homeTitle.firstTitle {
  margin-top: 0;
}

#avisNav {
  padding-top: 85px;
  padding-bottom: 40px;
}
@media screen and (max-height: 780px) {
  #avisNav {
    padding-top: 65px;
  }
}
@media only screen and (max-width : 1023px) {
  #avisNav {
    padding-top: 55px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width : 600px) {
  #avisNav {
    padding-bottom: 10px;
  }
}
#avisNav #backLink {
  float: left;
  font-size: 13px;
  font-family: "circular-book", sans-serif;
  color: #7aa77f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (max-width : 1200px) {
  #avisNav #backLink {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  #avisNav #backLink span {
    display: none;
  }
}
#avisNav #backLink .icon {
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.2em;
  margin-right: 7px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#avisNav #avisControl {
  float: right;
  margin-top: -12px;
}
#avisNav #avisControl li {
  float: left;
}
#avisNav #avisControl li:first-child .icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#avisNav #avisControl li span {
  opacity: 0.3;
}
#avisNav #avisControl li a, #avisNav #avisControl li span {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
#avisNav #avisControl li .icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

#avisDesc {
  margin: 0 0 30px 0;
  background: #fff;
}
@media only screen and (max-width : 767px) {
  #avisDesc {
    margin-bottom: 20px;
  }
}
#avisDesc .titleWrapper {
  margin-bottom: 10px;
}
#avisDesc .titleWrapper::after {
  display: table;
  content: "";
  clear: both;
}
#avisDesc .secteursWrapper {
  margin-bottom: 12px;
}
#avisDesc .secteursWrapper li {
  float: left;
  background: #7aa77f;
  border-radius: 10px;
  line-height: 30px;
  color: #fff;
  height: 30px;
  padding: 0 10px;
  margin-right: 8px;
  margin-bottom: 8px;
}
#avisDesc .secteursWrapper::after {
  display: table;
  content: "";
  clear: both;
}
#avisDesc #avisTitle {
  border-bottom: solid 1px #e5e5e5;
}
@media only screen and (max-width : 600px) {
  #avisDesc #avisTitle {
    padding-top: 20px;
  }
}
#avisDesc #avisTitle h3 {
  color: #404041;
  margin-bottom: 30px;
  max-width: 1100px;
  clear: both;
  margin-top: 10px;
}
@media only screen and (max-width : 1400px) {
  #avisDesc #avisTitle h3 {
    padding-top: 10px;
  }
}
@media only screen and (max-width : 767px) {
  #avisDesc #avisTitle h3 {
    margin-bottom: 20px;
  }
}
#avisDesc #avisTitle h6 {
  margin-bottom: 0;
}
#avisDesc #avisAddresse {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border-bottom: solid 1px #e5e5e5;
}
#avisDesc #avisAddresse h4 {
  padding-bottom: 0;
}
#avisDesc #avisAddresse table {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width : 1600px) {
  #avisDesc #avisAddresse table {
    font-size: 16px;
    line-height: 1.3;
  }
}
#avisDesc #avisAddresse table tr {
  width: 100%;
}
#avisDesc #avisAddresse table tr:first-child td {
  padding-top: 0;
}
#avisDesc #avisAddresse table tr:nth-child(even) {
  background: #f9f9f9;
}
#avisDesc #avisAddresse table tr td {
  padding: 20px 0;
}
@media only screen and (max-width : 600px) {
  #avisDesc #avisAddresse table tr td {
    display: block;
  }
}
#avisDesc #avisAddresse table tr td:first-child {
  width: 30%;
  padding-left: 60px;
  padding-right: 20px;
  font-family: "circular-medium", sans-serif;
}
@media only screen and (max-width : 1600px) {
  #avisDesc #avisAddresse table tr td:first-child {
    padding-left: 50px;
  }
}
@media only screen and (max-width : 1400px) {
  #avisDesc #avisAddresse table tr td:first-child {
    width: 35%;
    padding-left: 40px;
    padding-right: 0;
  }
}
@media only screen and (max-width : 767px) {
  #avisDesc #avisAddresse table tr td:first-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width : 600px) {
  #avisDesc #avisAddresse table tr td:first-child {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2px;
  }
}
#avisDesc #avisAddresse table tr td:last-child {
  padding-left: 30px;
  padding-right: 60px;
}
@media only screen and (max-width : 1600px) {
  #avisDesc #avisAddresse table tr td:last-child {
    padding-right: 50px;
  }
}
@media only screen and (max-width : 1400px) {
  #avisDesc #avisAddresse table tr td:last-child {
    padding-right: 40px;
  }
}
@media only screen and (max-width : 767px) {
  #avisDesc #avisAddresse table tr td:last-child {
    padding-right: 20px;
  }
}
@media only screen and (max-width : 600px) {
  #avisDesc #avisAddresse table tr td:last-child {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
  }
}
#avisDesc #webLink {
  margin: 60px 0 0 0;
}
@media only screen and (max-width : 1200px) {
  #avisDesc #webLink {
    margin-top: 40px;
  }
}
#avisDesc #webLink a {
  margin-left: 10px;
  font-family: "circular-medium", sans-serif;
  box-shadow: inset 0px -3px 0px -1px #7aa77f;
}
@media only screen and (max-width : 500px) {
  #avisDesc #webLink a {
    margin-left: 0;
  }
}

#mapRow {
  margin: 0 0 30px 0;
}
@media only screen and (max-width : 767px) {
  #mapRow {
    margin-bottom: 20px;
  }
}
#mapRow .col {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width : 1200px) {
  #mapRow .col {
    height: 350px;
  }
}
#mapRow .col #map {
  width: 100%;
  height: 100%;
}

#avisBtns {
  display: inline-block;
}
#avisBtns > a.share {
  position: relative;
  float: left;
  display: block;
  width: 65px;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  text-align: center;
  background: #f3f4f5;
}
@media only screen and (max-width : 600px) {
  #avisBtns > a.share {
    width: 55px;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
  }
}
#avisBtns > a.share:first-child {
  padding-left: 8px;
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}
#avisBtns > a.share::after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  content: "";
  background: rgba(141, 141, 141, 0.7);
}
#avisBtns > a.share.lastshare {
  padding-right: 8px;
  margin-right: 40px;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}
#avisBtns > a.share.lastshare::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  content: "";
  background: none;
}
@media only screen and (max-width : 600px) {
  #avisBtns > a.share.lastshare {
    margin-right: 30px;
  }
}
@media only screen and (max-width : 500px) {
  #avisBtns > a.share.lastshare {
    margin-right: 20px;
  }
}
#avisBtns > a.share .icon {
  fill: #404041;
  stroke: none !important;
}
#avisBtns #mapLink {
  display: inline-block;
  font: 16px/54px "circular-medium", sans-serif;
}
@media only screen and (max-width : 1200px) {
  #avisBtns #mapLink {
    font-size: 14px;
  }
}
@media only screen and (max-width : 600px) {
  #avisBtns #mapLink {
    line-height: 46px;
    line-height: 46px;
  }
}
@media screen and (max-width: 360px) {
  #avisBtns #mapLink span {
    display: none;
  }
}
#avisBtns #mapLink .icon {
  margin-right: 5px;
  fill: #7aa77f;
  stroke: none;
}
#avisBtns .st-custom-button {
  cursor: pointer;
}

.ocList {
  margin: 0;
  list-style-type: none;
  background: #fff;
}
.ocList > li {
  margin: 0;
  border-top: solid 1px #e5e5e5;
}
.ocList > li:first-child {
  border: none;
}
.ocList > li > h2 {
  position: relative;
  margin: 0;
  padding: 50px 120px 50px 60px;
  cursor: pointer;
  transition: color 300ms;
}
@media only screen and (max-width : 1600px) {
  .ocList > li > h2 {
    padding: 50px 120px 50px 50px;
  }
}
@media only screen and (max-width : 1400px) {
  .ocList > li > h2 {
    padding: 40px 100px 40px 40px;
  }
}
@media only screen and (max-width : 767px) {
  .ocList > li > h2 {
    padding: 30px 70px 30px 20px;
  }
}
@media only screen and (max-width : 600px) {
  .ocList > li > h2 {
    padding: 25px 70px 25px 20px;
  }
}
.ocList > li > h2::after, .ocList > li > h2::before {
  position: absolute;
  content: "";
  background: #7aa77f;
}
.ocList > li > h2::after {
  right: 50px;
  top: 50%;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  transition: background 300ms;
}
@media only screen and (max-width : 1400px) {
  .ocList > li > h2::after {
    right: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .ocList > li > h2::after {
    width: 18px;
    right: 25px;
  }
}
.ocList > li > h2::before {
  right: 60px;
  top: 50%;
  width: 2px;
  height: 22px;
  margin-top: -11px;
  transition: transform 300ms, background 300ms;
  -webkit-transition: -webkit-transform 300ms, background 300ms;
}
@media only screen and (max-width : 1400px) {
  .ocList > li > h2::before {
    right: 40px;
  }
}
@media only screen and (max-width : 767px) {
  .ocList > li > h2::before {
    height: 18px;
    margin-top: -9px;
    right: 33px;
  }
}
.ocList > li > div {
  display: none;
  max-width: 1100px;
  padding: 0 120px 0 60px;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: opacity 200ms, transform 200ms;
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
}
@media only screen and (max-width : 1600px) {
  .ocList > li > div {
    padding: 0 120px 0 50px;
  }
}
@media only screen and (max-width : 1400px) {
  .ocList > li > div {
    padding: 0 100px 0 40px;
  }
}
@media only screen and (max-width : 767px) {
  .ocList > li > div {
    padding: 0 70px 0 20px;
  }
}
@media only screen and (max-width : 600px) {
  .ocList > li > div {
    padding: 0 20px 0 20px;
  }
}
.ocList > li > div > :first-child {
  padding-top: 0px;
}
.ocList > li > div > :last-child {
  margin: 0;
  padding-bottom: 40px;
}
@media only screen and (max-width : 767px) {
  .ocList > li > div > :last-child {
    padding-bottom: 30px;
  }
}
.ocList > li.open > h2 {
  color: #7aa77f;
}
.ocList > li.open > h2::after {
  background: #7aa77f;
}
.ocList > li.open > h2::before {
  background: transparent !important;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
.ocList > li.open > div {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: transform 400ms ease 100ms, opacity 400ms ease 100ms;
  -webkit-transition: -webkit-transform 400ms ease 100ms, opacity 400ms ease 100ms;
}

#faq .ocList {
  background: transparent;
}
#faq .ocList > li {
  background: #fff;
}
#faq .ocList > li > h2 {
  margin: 0;
  transition: all 300ms;
}
#faq .ocList > li > h2::before, #faq .ocList > li > h2::after {
  display: none;
}
#faq .ocList > li > h2:hover {
  color: #8ebb52;
}
#faq .ocList > li > h2 .icon {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
  margin-top: -7px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: transform 300ms;
  -webkit-transition: -webkit-transform 300ms;
}
@media only screen and (max-width : 1400px) {
  #faq .ocList > li > h2 .icon {
    right: 40px;
  }
}
@media only screen and (max-width : 767px) {
  #faq .ocList > li > h2 .icon {
    right: 30px;
    margin-top: -4px;
  }
}
#faq .ocList > li.open > h2 {
  background: #284d45;
  color: #fff;
}
#faq .ocList > li.open > h2 .icon {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
#faq .ocList > li .ocDesc > :first-child {
  padding-top: 50px;
}
#faq .ocList > li .ocDesc > :last-child {
  padding-bottom: 50px;
  margin-bottom: 0;
}

@media only screen and (max-width : 1600px) {
  #connexion section > .row {
    padding-right: 0;
    padding-left: 0;
  }
}
#connexion section > .row #connexionBox {
  background: #fff;
  text-align: center;
}
#connexion section > .row #connexionBox h1 {
  margin-bottom: 0px;
}
#connexion section > .row #connexionBox p {
  font-size: 14px;
  margin-bottom: 40px;
}
#connexion section > .row #connexionBox > p:nth-child(2) {
  margin: 50px 0;
}
@media only screen and (max-width : 1023px) {
  #connexion section > .row #connexionBox > p:nth-child(2) {
    margin: 40px 0;
  }
}
@media only screen and (max-width : 600px) {
  #connexion section > .row #connexionBox > p:nth-child(2) {
    margin: 30px 0;
  }
}
#connexion section > .row #connexionBox > p:nth-child(2) a {
  margin-left: 10px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

#moncompte .subNavHeader .headerRow {
  height: 90px;
  font: 22px/90px "circular-book", sans-serif;
  color: #404041;
  text-align: center;
  border-bottom: solid 1px #d7d7d7;
}
@media only screen and (max-width : 1023px) {
  #moncompte .subNavHeader .headerRow {
    height: 70px;
    line-height: 70px;
    border-top: solid 1px #d7d7d7;
    font-size: 20px;
  }
}
@media only screen and (max-width : 600px) {
  #moncompte .subNavHeader .headerRow {
    font-size: 18px;
  }
}
#moncompte .subNavHeader .drag_filters {
  margin-top: 10px;
}
#moncompte .subNavHeader .drag_filters .filters__content a {
  height: auto;
  padding: 10px 0;
}
#moncompte .subNavHeader .title {
  padding-top: 30px;
}

#subscriptionsForm,
#inscriptionForm {
  margin: 0;
  max-width: none;
  max-width: 800px;
}
#subscriptionsForm .box,
#inscriptionForm .box {
  margin-top: 30px;
  background: #fff;
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm .box,
  #inscriptionForm .box {
    margin-top: 20px;
  }
}
#subscriptionsForm .infobox,
#inscriptionForm .infobox {
  background: none;
  padding: 0;
}
#subscriptionsForm .infobox p,
#inscriptionForm .infobox p {
  margin: 0;
}
#subscriptionsForm .callout,
#inscriptionForm .callout {
  background: none;
  padding: 30px 60px;
}
#subscriptionsForm .callout p,
#inscriptionForm .callout p {
  margin: 0;
}
@media only screen and (max-width : 1600px) {
  #subscriptionsForm .callout,
  #inscriptionForm .callout {
    padding: 30px 50px;
  }
}
@media only screen and (max-width : 1400px) {
  #subscriptionsForm .callout,
  #inscriptionForm .callout {
    padding: 20px 40px;
  }
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm .callout,
  #inscriptionForm .callout {
    padding: 20px;
  }
}
#subscriptionsForm #address_pool_callout,
#inscriptionForm #address_pool_callout {
  display: none;
  background: #7aa77f;
}
#subscriptionsForm #address_pool_callout p,
#inscriptionForm #address_pool_callout p {
  color: #fff;
}
#subscriptionsForm #info,
#inscriptionForm #info {
  margin-top: 0;
}
#subscriptionsForm #info > h4,
#inscriptionForm #info > h4 {
  margin: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 22px;
  font-family: "circular-medium", sans-serif;
  color: #fff;
  background: #7aa77f;
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #info > h4,
  #inscriptionForm #info > h4 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }
}
@media only screen and (max-width : 500px) {
  #subscriptionsForm #info > h4,
  #inscriptionForm #info > h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}
#subscriptionsForm #info .input-checkbox,
#inscriptionForm #info .input-checkbox {
  margin-bottom: 30px;
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #info .input-checkbox,
  #inscriptionForm #info .input-checkbox {
    margin-bottom: 20px;
  }
}
#subscriptionsForm #info .input-checkbox label,
#inscriptionForm #info .input-checkbox label {
  top: -10px;
  left: 50px;
}
#subscriptionsForm #info #notResidentAddressWrapper,
#inscriptionForm #info #notResidentAddressWrapper {
  display: none;
}
#subscriptionsForm #method,
#inscriptionForm #method {
  padding-bottom: 0;
}
#subscriptionsForm #method > h4,
#inscriptionForm #method > h4 {
  margin: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 22px;
  font-family: "circular-medium", sans-serif;
  color: #fff;
  background: #7aa77f;
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #method > h4,
  #inscriptionForm #method > h4 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }
}
@media only screen and (max-width : 500px) {
  #subscriptionsForm #method > h4,
  #inscriptionForm #method > h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}
#subscriptionsForm #method .methodChoice,
#inscriptionForm #method .methodChoice {
  position: relative;
  padding: 40px 0 40px 0;
  border-top: solid 1px #e5e5e5;
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #method .methodChoice,
  #inscriptionForm #method .methodChoice {
    padding: 30px 0 30px 0;
  }
}
#subscriptionsForm #method .methodChoice::after,
#inscriptionForm #method .methodChoice::after {
  display: table;
  content: "";
  clear: both;
}
#subscriptionsForm #method .methodChoice .input-checkbox,
#inscriptionForm #method .methodChoice .input-checkbox {
  position: absolute;
  left: 40px;
  top: 20px;
  display: block;
  padding: 20px 20px 20px 20px;
}
@media only screen and (max-width : 1600px) {
  #subscriptionsForm #method .methodChoice .input-checkbox,
  #inscriptionForm #method .methodChoice .input-checkbox {
    top: 20px;
    left: 30px;
    padding-right: 20px;
  }
}
@media only screen and (max-width : 1400px) {
  #subscriptionsForm #method .methodChoice .input-checkbox,
  #inscriptionForm #method .methodChoice .input-checkbox {
    top: 18px;
    left: 20px;
  }
}
@media only screen and (max-width : 1200px) {
  #subscriptionsForm #method .methodChoice .input-checkbox,
  #inscriptionForm #method .methodChoice .input-checkbox {
    top: 16px;
  }
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #method .methodChoice .input-checkbox,
  #inscriptionForm #method .methodChoice .input-checkbox {
    top: 0;
    left: 0;
    padding: 31px 20px;
  }
}
@media only screen and (max-width : 600px) {
  #subscriptionsForm #method .methodChoice .input-checkbox,
  #inscriptionForm #method .methodChoice .input-checkbox {
    top: 0;
    left: 0;
    padding: 31px 20px 25px 20px;
  }
}
#subscriptionsForm #method .choiceForm,
#inscriptionForm #method .choiceForm {
  padding: 0 40px 0 105px;
}
@media only screen and (max-width : 1600px) {
  #subscriptionsForm #method .choiceForm,
  #inscriptionForm #method .choiceForm {
    padding: 0 30px 0 90px;
  }
}
@media only screen and (max-width : 1400px) {
  #subscriptionsForm #method .choiceForm,
  #inscriptionForm #method .choiceForm {
    padding: 0 20px 0 80px;
  }
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #method .choiceForm,
  #inscriptionForm #method .choiceForm {
    padding: 0 0 0 60px;
  }
}
@media only screen and (max-width : 600px) {
  #subscriptionsForm #method .choiceForm,
  #inscriptionForm #method .choiceForm {
    padding: 0 0 0 45px;
  }
}
#subscriptionsForm #method .choiceForm p,
#inscriptionForm #method .choiceForm p {
  font-size: 16px;
  padding: 20px 20px 0 20px;
}
@media only screen and (max-width : 1600px) {
  #subscriptionsForm #method .choiceForm p,
  #inscriptionForm #method .choiceForm p {
    padding-left: 15px;
  }
}
@media only screen and (max-width : 1200px) {
  #subscriptionsForm #method .choiceForm p,
  #inscriptionForm #method .choiceForm p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 600px) {
  #subscriptionsForm #method .choiceForm p,
  #inscriptionForm #method .choiceForm p {
    padding-top: 15px;
  }
}
#subscriptionsForm #method .choiceForm h5,
#inscriptionForm #method .choiceForm h5 {
  margin: 0;
}
#subscriptionsForm #method .choiceForm h5 label,
#inscriptionForm #method .choiceForm h5 label {
  color: #404041;
  display: block;
  padding-left: 20px;
  cursor: pointer;
}
@media only screen and (max-width : 1600px) {
  #subscriptionsForm #method .choiceForm h5 label,
  #inscriptionForm #method .choiceForm h5 label {
    padding-left: 15px;
  }
}
#subscriptionsForm #method .choiceForm .input-field,
#inscriptionForm #method .choiceForm .input-field {
  margin: 0;
}
@media only screen and (max-width : 1600px) {
  #subscriptionsForm #method .choiceForm .input-field,
  #inscriptionForm #method .choiceForm .input-field {
    padding-left: 18px;
  }
  #subscriptionsForm #method .choiceForm .input-field label,
  #inscriptionForm #method .choiceForm .input-field label {
    left: 18px;
  }
}
@media only screen and (max-width : 600px) {
  #subscriptionsForm #method .choiceForm .input-field,
  #inscriptionForm #method .choiceForm .input-field {
    padding-left: 15px;
  }
  #subscriptionsForm #method .choiceForm .input-field label,
  #inscriptionForm #method .choiceForm .input-field label {
    left: 15px;
  }
}
#subscriptionsForm #infolettre,
#inscriptionForm #infolettre {
  padding-bottom: 0;
}
#subscriptionsForm #infolettre > h4,
#inscriptionForm #infolettre > h4 {
  margin: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 22px;
  font-family: "circular-medium", sans-serif;
  color: #fff;
  background: #7aa77f;
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #infolettre > h4,
  #inscriptionForm #infolettre > h4 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }
}
@media only screen and (max-width : 500px) {
  #subscriptionsForm #infolettre > h4,
  #inscriptionForm #infolettre > h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}
#subscriptionsForm #infolettre .methodChoice,
#inscriptionForm #infolettre .methodChoice {
  position: relative;
  padding: 40px 0 40px 0;
  border-top: solid 1px #e5e5e5;
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #infolettre .methodChoice,
  #inscriptionForm #infolettre .methodChoice {
    padding: 30px 0 30px 0;
  }
}
#subscriptionsForm #infolettre .methodChoice::after,
#inscriptionForm #infolettre .methodChoice::after {
  display: table;
  content: "";
  clear: both;
}
#subscriptionsForm #infolettre .methodChoice .input-checkbox,
#inscriptionForm #infolettre .methodChoice .input-checkbox {
  position: absolute;
  left: 40px;
  top: 20px;
  display: block;
  padding: 20px 20px 20px 20px;
}
@media only screen and (max-width : 1600px) {
  #subscriptionsForm #infolettre .methodChoice .input-checkbox,
  #inscriptionForm #infolettre .methodChoice .input-checkbox {
    top: 20px;
    left: 30px;
    padding-right: 20px;
  }
}
@media only screen and (max-width : 1400px) {
  #subscriptionsForm #infolettre .methodChoice .input-checkbox,
  #inscriptionForm #infolettre .methodChoice .input-checkbox {
    top: 18px;
    left: 20px;
  }
}
@media only screen and (max-width : 1200px) {
  #subscriptionsForm #infolettre .methodChoice .input-checkbox,
  #inscriptionForm #infolettre .methodChoice .input-checkbox {
    top: 16px;
  }
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #infolettre .methodChoice .input-checkbox,
  #inscriptionForm #infolettre .methodChoice .input-checkbox {
    top: 0;
    left: 0;
    padding: 31px 20px;
  }
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #infolettre .methodChoice .input-checkbox,
  #inscriptionForm #infolettre .methodChoice .input-checkbox {
    top: 0;
    left: 0;
    padding: 31px 20px 25px 20px;
  }
}
#subscriptionsForm #infolettre .choiceForm,
#inscriptionForm #infolettre .choiceForm {
  padding: 0 40px 0 105px;
  font-size: 16px;
  line-height: 24px;
  font-family: "maison-neue-book", sans-serif;
}
@media only screen and (max-width : 1600px) {
  #subscriptionsForm #infolettre .choiceForm,
  #inscriptionForm #infolettre .choiceForm {
    padding: 0 30px 0 90px;
  }
}
@media only screen and (max-width : 1400px) {
  #subscriptionsForm #infolettre .choiceForm,
  #inscriptionForm #infolettre .choiceForm {
    padding: 0 20px 0 80px;
  }
}
@media only screen and (max-width : 1200px) {
  #subscriptionsForm #infolettre .choiceForm,
  #inscriptionForm #infolettre .choiceForm {
    font-size: 14px;
  }
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #infolettre .choiceForm,
  #inscriptionForm #infolettre .choiceForm {
    padding: 0 0 0 60px;
  }
}
@media only screen and (max-width : 600px) {
  #subscriptionsForm #infolettre .choiceForm,
  #inscriptionForm #infolettre .choiceForm {
    padding: 0 0 0 45px;
  }
}
#subscriptionsForm #infolettre .choiceForm label,
#inscriptionForm #infolettre .choiceForm label {
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width : 1600px) {
  #subscriptionsForm #infolettre .choiceForm label,
  #inscriptionForm #infolettre .choiceForm label {
    padding-left: 15px;
  }
}
#subscriptionsForm #infolettre .choiceForm .input-field,
#inscriptionForm #infolettre .choiceForm .input-field {
  margin: 0;
}
@media only screen and (max-width : 1600px) {
  #subscriptionsForm #infolettre .choiceForm .input-field,
  #inscriptionForm #infolettre .choiceForm .input-field {
    padding-left: 18px;
  }
  #subscriptionsForm #infolettre .choiceForm .input-field label,
  #inscriptionForm #infolettre .choiceForm .input-field label {
    left: 18px;
  }
}
@media only screen and (max-width : 600px) {
  #subscriptionsForm #infolettre .choiceForm .input-field,
  #inscriptionForm #infolettre .choiceForm .input-field {
    padding-left: 15px;
  }
  #subscriptionsForm #infolettre .choiceForm .input-field label,
  #inscriptionForm #infolettre .choiceForm .input-field label {
    left: 15px;
  }
}
#subscriptionsForm .input-checkbox,
#inscriptionForm .input-checkbox {
  position: relative;
  display: inline-block;
}
#subscriptionsForm .input-checkbox input,
#inscriptionForm .input-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
#subscriptionsForm .input-checkbox input:disabled,
#inscriptionForm .input-checkbox input:disabled {
  cursor: default;
}
#subscriptionsForm .input-checkbox input:disabled + .check,
#inscriptionForm .input-checkbox input:disabled + .check {
  background: #8d8d8d !important;
  border-color: #8d8d8d;
}
#subscriptionsForm .input-checkbox input:checked + .check,
#inscriptionForm .input-checkbox input:checked + .check {
  background: #7aa77f;
}
#subscriptionsForm .input-checkbox input:checked + .check .icon,
#inscriptionForm .input-checkbox input:checked + .check .icon {
  opacity: 1;
}
@media only screen and (max-width : 600px) {
  #subscriptionsForm .input-checkbox input:checked + .check .icon,
  #inscriptionForm .input-checkbox input:checked + .check .icon {
    width: 1em;
    height: 1em;
    vertical-align: 1px;
  }
}
#subscriptionsForm .input-checkbox .check,
#inscriptionForm .input-checkbox .check {
  width: 22px;
  height: 22px;
  border: solid 2px #7aa77f;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  transition: background 250ms;
}
@media only screen and (max-width : 600px) {
  #subscriptionsForm .input-checkbox .check,
  #inscriptionForm .input-checkbox .check {
    width: 18px;
    height: 18px;
  }
}
#subscriptionsForm .input-checkbox .check .icon,
#inscriptionForm .input-checkbox .check .icon {
  stroke: #fff;
  stroke-width: 1.5px;
  opacity: 0;
}
#subscriptionsForm #warnings,
#inscriptionForm #warnings {
  padding-top: 5px;
  padding-bottom: 0px;
  background: transparent;
}
#subscriptionsForm #warnings p,
#inscriptionForm #warnings p {
  margin: 0 0 5px 0;
  font-size: 12px;
  line-height: 16px;
  font-family: "circular-medium", sans-serif;
  color: #ea0a2f;
}
#subscriptionsForm #confirm,
#inscriptionForm #confirm {
  position: relative;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: transparent;
}
#subscriptionsForm #confirm::after,
#inscriptionForm #confirm::after {
  display: table;
  content: "";
  clear: both;
}
#subscriptionsForm #confirm .input-checkbox,
#inscriptionForm #confirm .input-checkbox {
  float: left;
  margin-right: 20px;
}
#subscriptionsForm #confirm p,
#inscriptionForm #confirm p {
  margin: 0;
  float: left;
  font-size: 12px;
  max-width: 350px;
}
@media only screen and (max-width : 1200px) {
  #subscriptionsForm #confirm p,
  #inscriptionForm #confirm p {
    max-width: 330px;
  }
}
@media only screen and (max-width : 767px) {
  #subscriptionsForm #confirm p,
  #inscriptionForm #confirm p {
    max-width: 300px;
  }
}
@media only screen and (max-width : 600px) {
  #subscriptionsForm #confirm p,
  #inscriptionForm #confirm p {
    max-width: calc(100% - 50px);
  }
}
#subscriptionsForm #confirm .btn,
#inscriptionForm #confirm .btn {
  float: right;
}
@media only screen and (max-width : 600px) {
  #subscriptionsForm #confirm .btn,
  #inscriptionForm #confirm .btn {
    margin-bottom: 30px;
  }
}
#subscriptionsForm #confirm #lecturetermes-error,
#inscriptionForm #confirm #lecturetermes-error {
  left: 0px;
  top: -110%;
  width: 320px;
}
#subscriptionsForm .ssoBox p,
#inscriptionForm .ssoBox p {
  margin: 0;
}
#subscriptionsForm .ssoBox p a,
#inscriptionForm .ssoBox p a {
  text-decoration: underline;
}
#subscriptionsForm .ssoBox p a:hover,
#inscriptionForm .ssoBox p a:hover {
  color: #7aa77f;
}

#inscriptionForm .box {
  margin-top: 60px;
}
#inscriptionForm .registerFormIntro {
  margin-bottom: 50px;
}
#inscriptionForm .registerFormIntro h2 {
  font-size: 22px;
  line-height: 1.4;
}

#subscriptionsForm .firstBox {
  margin-top: 0;
}

#types,
.secteurForm {
  padding-bottom: 0;
}
#types > h4,
.secteurForm > h4 {
  margin: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 22px;
  font-family: "circular-medium", sans-serif;
  color: #fff;
  background: #7aa77f;
}
@media only screen and (max-width : 767px) {
  #types > h4,
  .secteurForm > h4 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }
}
@media only screen and (max-width : 500px) {
  #types > h4,
  .secteurForm > h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}
#types .bordered li,
.secteurForm .bordered li {
  position: relative;
  padding: 25px 60px 25px 100px;
  border-top: solid 1px #e5e5e5;
  font-size: 18px;
  line-height: 24px;
  font-family: "circular-medium", sans-serif;
  overflow: hidden;
}
@media only screen and (max-width : 1600px) {
  #types .bordered li,
  .secteurForm .bordered li {
    padding: 25px 50px 25px 90px;
  }
}
@media only screen and (max-width : 1400px) {
  #types .bordered li,
  .secteurForm .bordered li {
    padding: 25px 40px 25px 80px;
  }
}
@media only screen and (max-width : 1200px) {
  #types .bordered li,
  .secteurForm .bordered li {
    font-size: 16px;
  }
}
@media only screen and (max-width : 767px) {
  #types .bordered li,
  .secteurForm .bordered li {
    padding: 25px 55px 25px 62px;
  }
}
#types .bordered li label,
.secteurForm .bordered li label {
  color: #404041;
  padding-left: 25px;
  cursor: pointer;
}
@media only screen and (max-width : 1600px) {
  #types .bordered li label,
  .secteurForm .bordered li label {
    padding-left: 15px;
  }
}
@media only screen and (max-width : 600px) {
  #types .bordered li label,
  .secteurForm .bordered li label {
    padding-left: 0;
  }
}
#types .bordered li label.disabled,
.secteurForm .bordered li label.disabled {
  cursor: default;
}
#types .bordered li label .desc,
.secteurForm .bordered li label .desc {
  padding-right: 40px;
  padding-left: 0;
}
@media only screen and (max-width : 600px) {
  #types .bordered li label .desc,
  .secteurForm .bordered li label .desc {
    padding: 0;
  }
}
#types .bordered li label .desc span,
.secteurForm .bordered li label .desc span {
  font-size: 0.8em;
  line-height: 20px;
}
#types .bordered li span,
.secteurForm .bordered li span {
  display: inline-block;
  font-family: "circular-book", sans-serif;
  font-size: 0.9em;
  padding-left: 25px;
}
@media only screen and (max-width : 1600px) {
  #types .bordered li span,
  .secteurForm .bordered li span {
    padding-left: 15px;
  }
}
@media only screen and (max-width : 600px) {
  #types .bordered li span,
  .secteurForm .bordered li span {
    padding-left: 0;
  }
}
#types .bordered li > .icon,
.secteurForm .bordered li > .icon {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translate(50.5%, -50.5%);
  -webkit-transform: translate(50.5%, -50.5%);
}
@media only screen and (max-width : 1600px) {
  #types .bordered li > .icon,
  .secteurForm .bordered li > .icon {
    right: 50px;
  }
}
@media only screen and (max-width : 1400px) {
  #types .bordered li > .icon,
  .secteurForm .bordered li > .icon {
    right: 40px;
  }
}
@media only screen and (max-width : 767px) {
  #types .bordered li > .icon,
  .secteurForm .bordered li > .icon {
    right: 30px;
  }
}
#types .bordered li > div,
.secteurForm .bordered li > div {
  position: absolute !important;
  left: 40px;
  top: 0;
  padding: 25px 20px;
  font-size: 12px;
}
@media only screen and (max-width : 1600px) {
  #types .bordered li > div,
  .secteurForm .bordered li > div {
    left: 30px;
  }
}
@media only screen and (max-width : 1400px) {
  #types .bordered li > div,
  .secteurForm .bordered li > div {
    left: 20px;
  }
}
@media only screen and (max-width : 767px) {
  #types .bordered li > div,
  .secteurForm .bordered li > div {
    left: 0px;
  }
}
@media only screen and (max-width : 600px) {
  #types .bordered li > div,
  .secteurForm .bordered li > div {
    top: 2px;
  }
}
#types .bordered li > div div,
.secteurForm .bordered li > div div {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
}

/*** SECTION STATIONNEMENT DU FORMULAIRE ***/
.secteurForm {
  /*
  strong									{ font-family: $fontBold; }
  .std 									{ margin-bottom: 30px;
  	li									{ position: relative; padding-left: 20px; font-size: 18px; line-height: 1.6; margin: 0 0 5px 0; color: $c-p;
  		@media only screen and (max-width : 1200px)			{ font-size: 16px; }
  		&:last-child					{ margin: 0; }
  		&::before						{ position: absolute; left: 0; top: 0; content: '\2022'; color: $c-list-dot; }
  		ul li							{ padding-left: 25px;
  			&::before					{ content: '\2014'; font-family: $fontBold; }}}}
  */
}
.secteurForm > h4 {
  position: relative;
}
.secteurForm .secteurFormDetailsWrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
.secteurForm .secteurFormDetailsWrapper .closeSecteurFormDetailsWrapper {
  text-align: right;
  margin-top: 20px;
}
.secteurForm .bordered li {
  padding-right: 25px;
}
.secteurForm .showSecteurFormDetails {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 48px;
  font-size: 14px;
  font-family: "circular-book", sans-serif;
  color: #fff;
}
@media only screen and (max-width : 1600px) {
  .secteurForm .showSecteurFormDetails {
    right: 38px;
  }
}
@media only screen and (max-width : 1400px) {
  .secteurForm .showSecteurFormDetails {
    right: 28px;
  }
}
@media only screen and (max-width : 1023px) {
  .secteurForm .showSecteurFormDetails {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 2px;
    display: block;
  }
}
.secteurForm .showSecteurFormDetails:hover {
  text-decoration: underline;
}
.secteurForm .secteurFormDetailsBox {
  height: 0px;
  overflow: hidden;
}

.secteurForm .show-details .secteurFormDetailsWrapper {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  transition: opacity 300ms ease 300ms, transform 300ms ease 300ms;
}
.secteurForm .show-details .showSecteurFormDetails::after {
  background: transparent;
  transition-delay: 0ms;
}

/*** AJOUT POUR VISUEL REDUIT ***/
.secteurForm > h4.showSecteurForm {
  cursor: pointer;
}
.secteurForm > h4.showSecteurForm .icon {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 14px !important;
  height: 14px !important;
  margin-top: -7px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: transform 300ms;
  -webkit-transition: -webkit-transform 300ms;
  stroke: #fff !important;
}
@media only screen and (max-width : 1400px) {
  .secteurForm > h4.showSecteurForm .icon {
    right: 40px;
  }
}
@media only screen and (max-width : 767px) {
  .secteurForm > h4.showSecteurForm .icon {
    right: 30px;
    margin-top: -4px;
  }
}
.secteurForm > h4.showSecteurForm:hover .icon {
  stroke: #e4692e !important;
}
.secteurForm .secteurFormWrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
.secteurForm .secteurFormWrapper .closeSecteurFormWrapper {
  text-align: right;
  margin-top: 20px;
}
.secteurForm .secteurFormBox {
  height: 0px;
  overflow: hidden;
}

.show-secteur > h4.showSecteurForm .icon {
  transform: rotate(270deg) !important;
  -webkit-transform: rotate(270deg) !important;
}
.show-secteur .secteurFormWrapper {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  transition: opacity 300ms ease 300ms, transform 300ms ease 300ms;
}
.show-secteur .showSecteurForm::after {
  background: transparent;
  transition-delay: 0ms;
}

.secteurFormDiv .showSecteurFormDetails {
  position: static;
  display: block;
  top: 0;
  margin-top: 0;
  right: auto;
  font-size: 14px;
  font-family: "circular-book", sans-serif;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #30535b;
}
@media only screen and (max-width : 1600px) {
  .secteurFormDiv .showSecteurFormDetails {
    right: auto;
  }
}
@media only screen and (max-width : 1400px) {
  .secteurFormDiv .showSecteurFormDetails {
    right: auto;
  }
}
@media only screen and (max-width : 1023px) {
  .secteurFormDiv .showSecteurFormDetails {
    position: static;
    top: 0;
    right: 0;
    margin-top: 0;
    display: block;
  }
}
.secteurFormDiv .showSecteurFormDetails:hover {
  text-decoration: underline;
}

/*** TERMES MODAL ***/
.termsBox {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 60px 0 0 60px;
  height: 600px;
  max-height: 80vh;
  width: 900px;
  margin: 20px 0 0 160px;
  background: #fff;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 300;
  transition: opacity 250ms, margin 250ms, visibility 0ms ease 250ms;
}
@media only screen and (max-width : 1400px) {
  .termsBox {
    width: 800px;
  }
}
@media only screen and (max-width : 1200px) {
  .termsBox {
    width: 600px;
    padding-left: 40px;
  }
}
@media only screen and (max-width : 1023px) {
  .termsBox {
    top: 130px;
    margin-left: 0;
    max-width: 600px;
    max-height: calc(85vh - 110px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media only screen and (max-width : 767px) {
  .termsBox {
    max-width: calc(100% - 60px);
    padding-left: 30px;
  }
}
@media only screen and (max-width : 600px) {
  .termsBox {
    padding-left: 20px;
    padding-top: 50px;
  }
}
.termsBox .closeTerms {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 60px;
  font-size: 26px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.termsBox .closeTerms .icon {
  stroke: #7aa77f;
}
.termsBox .termsCt {
  position: relative;
  height: 100%;
  height: calc(100% - 77px);
  width: 100%;
}
@media only screen and (max-width : 1600px) {
  .termsBox .termsCt {
    height: calc(100% - 71px);
  }
}
@media only screen and (max-width : 767px) {
  .termsBox .termsCt {
    height: calc(100% - 57px);
  }
}
.termsBox .termsCt > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 60px 0 0;
  overflow: auto;
}
@media only screen and (max-width : 1200px) {
  .termsBox .termsCt > div {
    padding-right: 40px;
  }
}
@media only screen and (max-width : 767px) {
  .termsBox .termsCt > div {
    padding-right: 30px;
  }
}
@media only screen and (max-width : 600px) {
  .termsBox .termsCt > div {
    padding-right: 20px;
  }
}
.termsBox .termsCt > div > :last-child {
  margin-bottom: 40px;
}
.termsBox .termsCt > div p {
  font-size: 16px;
}
@media only screen and (max-width : 600px) {
  .termsBox .termsCt > div p {
    font-size: 14px;
  }
}
.termsBox .termsCt > div li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width : 600px) {
  .termsBox .termsCt > div li {
    font-size: 14px;
  }
}
.termsBox .termsCt > div li::before {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  content: "•";
  color: #7aa77f;
}
.termsBox .termsCt > div li:last-child {
  margin-bottom: 0;
}
.termsBox .termsCt > div h4 {
  font: 18px/1.2 "circular-bold", sans-serif;
}
.termsBox .termsCt > div h4:first-child {
  margin-top: 0;
}
@media only screen and (max-width : 1200px) {
  .termsBox .termsCt > div h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 600px) {
  .termsBox .termsCt > div h4 {
    font-size: 16px;
    font-family: "circular-bold", sans-serif;
  }
}
.termsBox .termsCt > div h5 {
  font: 16px/1.2 "circular-bold", sans-serif;
}
.termsBox .termsCt > div h5:first-child {
  margin-top: 0;
}
@media only screen and (max-width : 1200px) {
  .termsBox .termsCt > div h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width : 600px) {
  .termsBox .termsCt > div h5 {
    font-size: 14px;
    font-family: "circular-bold", sans-serif;
  }
}

.show-terms #contentOverlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 600ms;
}

.show-utilisation #utilisation {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  transition: opacity 400ms, margin 400ms;
}

.show-confidentialite #confidentialite {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  transition: opacity 400ms, margin 400ms;
}

@media only screen and (max-width : 1600px) {
  #passwordrecovery section > .row {
    padding-right: 0;
    padding-left: 0;
  }
}
#passwordrecovery section > .row .btn {
  margin-top: 10px;
}
#passwordrecovery section > .row #connexionBox {
  text-align: center;
  background: #fff;
}
#passwordrecovery section > .row #connexionBox h1 {
  margin-bottom: 0px;
}
#passwordrecovery section > .row #connexionBox h4 {
  margin-bottom: 10px;
}
#passwordrecovery section > .row #connexionBox p {
  margin-bottom: 40px;
}
#passwordrecovery section > .row #connexionBox .xMargin {
  margin-bottom: 50px !important;
}
#passwordrecovery section > .row #connexionBox > p:nth-child(2) {
  margin: 50px 0;
}
@media only screen and (max-width : 1023px) {
  #passwordrecovery section > .row #connexionBox > p:nth-child(2) {
    margin: 40px 0;
  }
}
@media only screen and (max-width : 600px) {
  #passwordrecovery section > .row #connexionBox > p:nth-child(2) {
    margin: 30px 0;
  }
}

#accountActivation #content h1 {
  margin: 0;
}

@media only screen and (max-width : 1600px) {
  #activeBox {
    padding-right: 0;
    padding-left: 0;
  }
}

#activationBox {
  text-align: center;
  background: #fff;
}
#activationBox.w-sms {
  max-width: 800px;
  text-align: left;
}
#activationBox h5 {
  margin-bottom: 50px;
}
@media only screen and (max-width : 1400px) {
  #activationBox h5 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 1200px) {
  #activationBox h5 {
    margin-bottom: 30px;
  }
}
#activationBox p {
  margin: 0 auto 20px auto;
  max-width: 760px;
}
#activationBox p:last-child {
  margin-bottom: 0;
}

#page-signalement form {
  max-width: 100%;
}
#page-signalement .box {
  padding-bottom: 0;
}

#signalementForm .box {
  padding-bottom: 0;
}

.file-field {
  margin-bottom: 50px;
  padding: 0 20px;
}
.file-field .uploadBtnWrapper {
  position: relative;
  width: 100%;
  display: block;
  height: 52px;
}
.file-field .uploadBtnWrapper input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-field .uploadBtnWrapper .outputWrapper {
  position: absolute;
  bottom: 1px;
  width: 100%;
  padding-left: 230px;
  cursor: pointer;
}
@media only screen and (max-width : 600px) {
  .file-field .uploadBtnWrapper .outputWrapper {
    padding-left: 170px;
  }
}
.file-field .uploadBtnWrapper .outputWrapper p {
  width: 100%;
  border-bottom: 1px solid #8d8d8d;
  vertical-align: text-top;
  margin-bottom: 0;
}

.text-field {
  position: relative;
  width: 100%;
}
.text-field textarea {
  width: 100%;
  height: 45px;
  min-height: 45px;
  padding: 15px 0 0 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  font: 18px/1.3 "circular-book", sans-serif;
  color: #000;
  resize: none;
  overflow: hidden;
}
.text-field textarea:focus {
  border-bottom: 1px solid #7aa77f;
  box-shadow: 0 1px 0 0 #7aa77f;
}
.text-field textarea.valid {
  border-bottom: 1px solid #7aa77f;
}
.text-field label {
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 16px;
  color: #404041;
  line-height: 45px;
  cursor: text;
  transition: 250ms ease-out;
}
@media only screen and (max-width : 1200px) {
  .text-field label {
    font-size: 14px;
  }
}
.text-field textarea:focus + label,
.text-field textarea.valid + label {
  min-height: 90px;
  top: -12px;
  font-size: 11px;
  line-height: 12px;
  cursor: default;
  pointer-events: none;
}

.box {
  margin-top: 30px;
  background: #fff;
}
@media only screen and (max-width : 767px) {
  .box {
    margin-top: 20px;
  }
}

#page-signalement h4 {
  margin: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 22px;
  font-family: "circular-medium", sans-serif;
  color: #fff;
  background: #7aa77f;
}
@media only screen and (max-width : 767px) {
  #page-signalement h4 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }
}
@media only screen and (max-width : 500px) {
  #page-signalement h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}

.methodChoice {
  position: relative;
  padding: 40px 0 40px 0;
  border-top: solid 1px #e5e5e5;
}
@media only screen and (max-width : 767px) {
  .methodChoice {
    padding: 30px 0 30px 0;
  }
}
.methodChoice::after {
  display: table;
  content: "";
  clear: both;
}
.methodChoice .input-checkbox {
  position: absolute;
  left: 40px;
  top: 18px;
  display: block;
  padding: 20px 20px 20px 20px;
}
@media only screen and (max-width : 1600px) {
  .methodChoice .input-checkbox {
    top: 18px;
    left: 30px;
    padding-right: 20px;
  }
}
@media only screen and (max-width : 1400px) {
  .methodChoice .input-checkbox {
    top: 18px;
    left: 20px;
  }
}
@media only screen and (max-width : 767px) {
  .methodChoice .input-checkbox {
    top: 0;
    left: 0;
    padding: 31px 20px;
  }
}
@media only screen and (max-width : 600px) {
  .methodChoice .input-checkbox {
    top: 0;
    left: 0;
    padding: 31px 20px 25px 20px;
  }
}

.choiceForm {
  padding: 0 40px 0 105px;
}
@media only screen and (max-width : 1600px) {
  .choiceForm {
    padding: 0 30px 0 90px;
  }
}
@media only screen and (max-width : 1400px) {
  .choiceForm {
    padding: 0 20px 0 80px;
  }
}
@media only screen and (max-width : 767px) {
  .choiceForm {
    padding: 0 0 0 60px;
  }
}
@media only screen and (max-width : 600px) {
  .choiceForm {
    padding: 0 0 0 45px;
  }
}
.choiceForm p {
  font-size: 16px;
  padding: 20px 20px 0 20px;
}
@media only screen and (max-width : 1600px) {
  .choiceForm p {
    padding-left: 15px;
  }
}
@media only screen and (max-width : 1200px) {
  .choiceForm p {
    font-size: 15px;
  }
}
@media only screen and (max-width : 600px) {
  .choiceForm p {
    padding-top: 15px;
  }
}
.choiceForm h5 {
  margin: 0;
}
.choiceForm h5 label {
  display: block;
  padding-left: 20px;
  cursor: pointer;
  font-size: 18px;
  color: #404041;
  font-family: "circular-medium", sans-serif;
}
@media only screen and (max-width : 1600px) {
  .choiceForm h5 label {
    padding-left: 15px;
  }
}
.choiceForm .input-field {
  margin: 0;
}
@media only screen and (max-width : 1600px) {
  .choiceForm .input-field {
    padding-left: 18px;
  }
  .choiceForm .input-field label {
    left: 18px;
  }
}
@media only screen and (max-width : 600px) {
  .choiceForm .input-field {
    padding-left: 15px;
  }
  .choiceForm .input-field label {
    left: 15px;
  }
}

.input-checkbox {
  position: relative;
  display: inline-block;
}
.input-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.input-checkbox input:disabled {
  cursor: default;
}
.input-checkbox input:disabled + .check {
  background: #8d8d8d !important;
  border-color: #8d8d8d;
}
.input-checkbox input:checked + .check {
  background: #7aa77f;
}
.input-checkbox input:checked + .check .icon {
  opacity: 1;
}
@media only screen and (max-width : 600px) {
  .input-checkbox input:checked + .check .icon {
    width: 1em;
    height: 1em;
    vertical-align: 1px;
  }
}
.input-checkbox .check {
  width: 22px;
  height: 22px;
  border: solid 2px #7aa77f;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  transition: background 250ms;
}
@media only screen and (max-width : 600px) {
  .input-checkbox .check {
    width: 18px;
    height: 18px;
  }
}
.input-checkbox .check .icon {
  stroke: #fff;
  stroke-width: 1.5px;
  opacity: 0;
}

.submitButton {
  margin-left: 20px;
}
.submitButton.disabled {
  opacity: 0.2;
  cursor: default;
  background: transparent !important;
  color: #7aa77f !important;
}

h2 strong {
  font-family: "circular-bold", sans-serif;
}

h5 {
  text-transform: none;
}

#categorie-error {
  top: 5px;
  left: 60px;
}
@media only screen and (max-width : 1600px) {
  #categorie-error {
    left: 50px;
  }
}
@media only screen and (max-width : 1400px) {
  #categorie-error {
    left: 40px;
  }
}
@media only screen and (max-width : 767px) {
  #categorie-error {
    left: 20px;
  }
}

.requestForm #signalementRecaptcha {
  margin-left: 20px;
}

.requestForm .submitButton {
  margin: 15px 20px 0 0;
  float: right;
}
@media only screen and (max-width : 600px) {
  .requestForm .submitButton {
    float: none;
    margin: 20px 0 0 20px;
  }
}

.requestForm .introConsent {
  padding: 0 20px;
}
.requestForm .introConsent p {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width : 1200px) {
  .requestForm .introConsent p {
    font-size: 14px;
    line-height: 20px;
  }
}

.requestForm .checkboxConsent {
  padding: 0 0 40px 0;
  border: none;
}
.requestForm .checkboxConsent .input-checkbox {
  left: 0;
  top: 0;
  padding-top: 0;
}
.requestForm .checkboxConsent .choiceForm {
  padding-top: 2px;
  padding-left: 55px;
  padding-right: 20px;
}
@media only screen and (max-width : 1200px) {
  .requestForm .checkboxConsent .choiceForm {
    padding-top: 0;
  }
}
.requestForm .checkboxConsent label {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width : 1200px) {
  .requestForm .checkboxConsent label {
    font-size: 14px;
    line-height: 20px;
  }
}
.requestForm .checkboxConsent #consent-error {
  position: static;
  left: 0;
  top: 0;
}

.requestForm .select-form-field {
  margin-bottom: 10px;
}

.generic .title .row:first-child,
#generic .title .row:first-child {
  padding-bottom: 60px;
}
@media only screen and (max-width : 1023px) {
  .generic .title .row:first-child,
  #generic .title .row:first-child {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 600px) {
  .generic .title .row:first-child,
  #generic .title .row:first-child {
    padding-bottom: 30px;
  }
}
.generic .title .row:first-child h1,
#generic .title .row:first-child h1 {
  margin-bottom: 40px;
}
@media only screen and (max-width : 600px) {
  .generic .title .row:first-child h1,
  #generic .title .row:first-child h1 {
    margin-bottom: 20px;
  }
}
.generic .banner,
#generic .banner {
  text-align: left !important;
}
.generic .banner h1,
#generic .banner h1 {
  margin-bottom: 40px;
}
@media only screen and (max-width : 767px) {
  .generic .banner h1,
  #generic .banner h1 {
    margin-bottom: 20px;
  }
}
.generic #contentZone,
#generic #contentZone {
  margin-bottom: 60px;
  padding-bottom: 0;
  max-width: none;
  margin-top: 0;
}
.generic #contentZonemaxWidth .dynamic,
#generic #contentZonemaxWidth .dynamic {
  max-width: 1000px;
}
.generic > .banner,
#generic > .banner {
  transition: opacity 400ms;
}
.generic .title #avisBtns > a,
#generic .title #avisBtns > a {
  background: #fff;
}
.generic .boxComposante,
#generic .boxComposante {
  margin-bottom: 60px;
}
.generic #content section,
#generic #content section {
  padding-bottom: 0;
}

.ontransit #generic #content > .banner {
  opacity: 0;
}

.ontransit .generic > .banner {
  opacity: 0;
}

.maxWidth {
  max-width: 1200px;
}

.banner.vHeight {
  margin-bottom: 60px;
  height: auto;
  line-height: normal;
  padding-top: 120px;
  padding-bottom: 60px;
  background: #284d45;
}
@media only screen and (max-width : 1400px) {
  .banner.vHeight {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 1023px) {
  .banner.vHeight {
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: left;
  }
}
@media only screen and (max-width : 767px) {
  .banner.vHeight {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 600px) {
  .banner.vHeight {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.banner.vHeight .btn {
  margin-top: 40px;
  color: #fff;
  background: #8ebb52;
}
@media only screen and (max-width : 600px) {
  .banner.vHeight .btn {
    margin-top: 30px;
  }
}
.banner.vHeight .btn .icon {
  vertical-align: -0.3em;
  fill: #fff;
  stroke: none;
  margin-right: 10px;
}
.banner.vHeight .btn:hover {
  background: #7EA24E;
}

.wBackLink {
  position: relative;
}
.wBackLink h1 {
  padding-top: 20px;
}
@media only screen and (max-width : 1600px) {
  .wBackLink h1 {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 1400px) {
  .wBackLink h1 {
    padding-top: 60px;
  }
}
@media only screen and (max-width : 1023px) {
  .wBackLink h1 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1401px) and (max-height: 780px) {
  .wBackLink h1 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) and (max-height: 780px) {
  .wBackLink h1 {
    padding-top: 60px;
  }
}
.wBackLink .backLink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 90px;
  font: 22px/90px "circular-book", sans-serif;
  color: #404041;
  text-align: center;
  background: #fff;
  border-bottom: solid 1px #d7d7d7;
}
@media only screen and (max-width : 1023px) {
  .wBackLink .backLink {
    height: 70px;
    line-height: 70px;
    border-top: solid 1px #d7d7d7;
    font-size: 20px;
  }
}
@media only screen and (max-width : 600px) {
  .wBackLink .backLink {
    font-size: 18px;
  }
}
.wBackLink .backLink > div:first-child {
  position: absolute;
  left: 40px;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 11px;
  line-height: 52px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 50%;
  transition: background 300ms;
  border-bottom: solid 1px #d7d7d7;
}
@media only screen and (max-width : 1023px) {
  .wBackLink .backLink > div:first-child {
    left: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .wBackLink .backLink > div:first-child {
    left: 20px;
  }
}
.wBackLink .backLink > div:first-child .icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 300ms;
}
.wBackLink .backLink:hover > div:first-child {
  background: #f3f4f5;
}
.wBackLink .backLink:hover .icon {
  margin-left: -10px;
  stroke: #8ebb52;
}

.mainList a {
  position: relative;
  display: block;
  min-height: 280px;
  margin: 0 0 30px 0;
  padding: 50px 50px 50px 280px;
  background: #fff;
  transition: box-shadow 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width : 1400px) {
  .mainList a {
    min-height: 260px;
    padding: 40px 40px 40px 260px;
  }
}
@media only screen and (max-width : 1200px) {
  .mainList a {
    min-height: 240px;
    padding: 40px 40px 40px 240px;
  }
}
@media only screen and (max-width : 767px) {
  .mainList a {
    min-height: 220px;
    padding: 30px 30px 30px 220px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 600px) {
  .mainList a {
    min-height: 160px;
    padding: 20px 20px 20px 160px;
  }
}
.mainList a .petitionImg,
.mainList a .projetImg {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
@media only screen and (max-width : 1400px) {
  .mainList a .petitionImg,
  .mainList a .projetImg {
    left: 40px;
    top: 40px;
  }
}
@media only screen and (max-width : 1200px) {
  .mainList a .petitionImg,
  .mainList a .projetImg {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (max-width : 767px) {
  .mainList a .petitionImg,
  .mainList a .projetImg {
    left: 30px;
    top: 30px;
  }
}
@media only screen and (max-width : 600px) {
  .mainList a .petitionImg,
  .mainList a .projetImg {
    width: 120px;
    height: 120px;
    left: 20px;
    top: 20px;
  }
}
.mainList a.noThumbs {
  padding-left: 50px;
}
@media only screen and (max-width : 1400px) {
  .mainList a.noThumbs {
    padding-left: 40px;
  }
}
@media only screen and (max-width : 1200px) {
  .mainList a.noThumbs {
    padding-left: 40px;
  }
}
@media only screen and (max-width : 767px) {
  .mainList a.noThumbs {
    padding-left: 30px;
  }
}
@media only screen and (max-width : 600px) {
  .mainList a.noThumbs {
    padding-left: 20px;
  }
}
.mainList a.noThumbs .projetImg {
  display: none;
}
.mainList a .btn {
  margin: 0;
  background: #8ebb52;
}
.mainList a:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.mainList a:hover .btn {
  background: #284d45;
}

.bannerWithImage .backLink {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  display: block;
}
.bannerWithImage .banner {
  margin: 0;
  padding-bottom: 80px;
}
@media only screen and (max-width : 1023px) {
  .bannerWithImage .banner {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 767px) {
  .bannerWithImage .banner {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 600px) {
  .bannerWithImage .banner {
    padding-bottom: 40px;
  }
}
.bannerWithImage #bannerImg {
  position: relative;
  padding-left: 0;
  z-index: 1;
}
.bannerWithImage #bannerImg::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 200px;
  content: "";
  background: #284d45;
  z-index: -1;
}
@media only screen and (max-width : 1600px) {
  .bannerWithImage #bannerImg::before {
    height: 150px;
  }
}
@media only screen and (max-width : 1400px) {
  .bannerWithImage #bannerImg::before {
    height: 120px;
  }
}
@media only screen and (max-width : 1200px) {
  .bannerWithImage #bannerImg::before {
    height: 80px;
  }
}
.bannerWithImage #bannerImg div {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width : 1600px) {
  .bannerWithImage #bannerImg div {
    height: 500px;
  }
}
@media only screen and (max-width : 1400px) {
  .bannerWithImage #bannerImg div {
    height: 400px;
  }
}
@media only screen and (max-width : 1200px) {
  .bannerWithImage #bannerImg div {
    height: 350px;
  }
}
@media only screen and (max-width : 767px) {
  .bannerWithImage #bannerImg div {
    height: 300px;
  }
}
@media only screen and (max-width : 600px) {
  .bannerWithImage #bannerImg div {
    height: 250px;
  }
}
@media only screen and (max-width : 500px) {
  .bannerWithImage #bannerImg div {
    height: 200px;
  }
}
@media only screen and (max-width: 350px) {
  .bannerWithImage #bannerImg div {
    height: 160px;
  }
}
@media only screen and (max-width : 600px) {
  .bannerWithImage #bannerImg {
    padding-right: 0;
  }
}

#consultation #avisList > a {
  position: relative;
  padding-top: 46px;
  padding-bottom: 46px;
  padding-left: 150px;
}
@media only screen and (max-width : 1400px) {
  #consultation #avisList > a {
    padding-left: 140px;
  }
}
@media only screen and (max-width : 767px) {
  #consultation #avisList > a {
    padding-left: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#consultation #avisList > a div {
  position: absolute;
  left: 50px;
  top: 50%;
  margin: -35px 0 0 0;
  width: 70px;
  height: 70px;
  font-size: 24px;
  line-height: 74px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 50%;
}
@media only screen and (max-width : 1400px) {
  #consultation #avisList > a div {
    left: 40px;
  }
}
@media only screen and (max-width : 767px) {
  #consultation #avisList > a div {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 66px;
    left: 20px;
    font-size: 22px;
  }
}
#consultation #avisList > a div .icon {
  fill: #8ebb52;
  stroke: none;
}
#consultation #avisList > a h2 {
  font-size: 25px;
  line-height: 1.2;
}
@media only screen and (max-width : 1023px) {
  #consultation #avisList > a h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width : 767px) {
  #consultation #avisList > a h2 {
    font-size: 20px;
  }
}

.shareBtnsConsult {
  display: inline-block;
  margin-top: 20px;
}
.shareBtnsConsult > a.share {
  cursor: pointer;
  position: relative;
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  background: #606062;
  margin-right: 10px;
  border-radius: 4px;
  transition: background 300ms;
}
@media only screen and (max-width : 1400px) {
  .shareBtnsConsult > a.share {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    margin-right: 6px;
  }
}
.shareBtnsConsult > a.share .icon {
  fill: #fff;
  stroke: none !important;
  opacity: 1;
}
.shareBtnsConsult > a.share:hover {
  background: rgba(255, 255, 255, 0.3);
}

#content .banner {
  overflow: visible;
}

@media only screen and (max-width : 767px) {
  #boiteIdee .banner {
    padding-bottom: 30px;
  }
}

#toolbar {
  position: relative;
  display: block;
  margin: 50px 0 0 0;
}
@media only screen and (max-width : 1400px) {
  #toolbar {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 767px) {
  #toolbar {
    margin-top: 30px;
  }
}
#toolbar::after {
  display: table;
  content: "";
  clear: both;
}
#toolbar a.btn {
  margin-top: 0;
}
@media only screen and (max-width : 767px) {
  #toolbar a.btn {
    margin-bottom: 20px;
  }
}
#toolbar #sorting {
  position: relative;
  float: right;
  width: 240px;
}

.ocList2 {
  margin: 0;
  list-style-type: none;
}
.ocList2 > li {
  margin: 0 0 30px 0;
  background: #fff;
}
@media only screen and (max-width : 767px) {
  .ocList2 > li {
    margin-bottom: 20px;
  }
}
.ocList2 > li:first-child {
  border: none;
}
.ocList2 > li > div:first-child {
  transition: background 500ms;
}
.ocList2 > li .ocBtn {
  position: relative;
  margin: 0;
  padding: 50px 120px 30px 60px;
  cursor: pointer;
  transition: color 300ms;
}
@media only screen and (max-width : 1600px) {
  .ocList2 > li .ocBtn {
    padding: 50px 120px 50px 50px;
  }
}
@media only screen and (max-width : 1400px) {
  .ocList2 > li .ocBtn {
    padding: 40px 100px 40px 40px;
  }
}
@media only screen and (max-width : 767px) {
  .ocList2 > li .ocBtn {
    padding: 30px 70px 30px 20px;
  }
}
@media only screen and (max-width : 600px) {
  .ocList2 > li .ocBtn {
    padding: 25px 70px 25px 20px;
  }
}
.ocList2 > li .ocBtn h6.subTitle {
  margin-bottom: 10px;
}
.ocList2 > li .ocBtn h2 {
  margin: 0;
  font-size: 25px;
  transition: color 300ms;
}
@media only screen and (max-width : 1400px) {
  .ocList2 > li .ocBtn h2 {
    font-size: 23px;
  }
}
@media only screen and (max-width : 767px) {
  .ocList2 > li .ocBtn h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width : 600px) {
  .ocList2 > li .ocBtn h2 {
    font-size: 19px;
  }
}
.ocList2 > li .ocBtn .arrow {
  position: absolute;
  right: 50px;
  top: 90px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: transform 300ms;
  -webkit-transition: -webkit-transform 300ms;
}
@media only screen and (max-width : 1400px) {
  .ocList2 > li .ocBtn .arrow {
    right: 40px;
    top: 80px;
  }
}
@media only screen and (max-width : 767px) {
  .ocList2 > li .ocBtn .arrow {
    right: 30px;
    top: 67px;
  }
}
@media only screen and (max-width : 767px) {
  .ocList2 > li .ocBtn .arrow {
    top: 60px;
  }
}
.ocList2 > li .ocBtn:hover h2 {
  color: #8ebb52;
}
.ocList2 > li .likesBox {
  padding: 30px 0 0 0;
}
@media only screen and (max-width : 1600px) {
  .ocList2 > li .likesBox {
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width : 1400px) {
  .ocList2 > li .likesBox {
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width : 767px) {
  .ocList2 > li .likesBox {
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width : 600px) {
  .ocList2 > li .likesBox {
    padding: 10px 0 0 0;
  }
}
.ocList2 > li .ocDesc {
  display: none;
  max-width: 1100px;
  padding: 0 120px 0 60px;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: opacity 200ms, transform 200ms;
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
}
@media only screen and (max-width : 1600px) {
  .ocList2 > li .ocDesc {
    padding: 0 120px 0 50px;
  }
}
@media only screen and (max-width : 1400px) {
  .ocList2 > li .ocDesc {
    padding: 0 100px 0 40px;
  }
}
@media only screen and (max-width : 767px) {
  .ocList2 > li .ocDesc {
    padding: 0 70px 0 20px;
  }
}
@media only screen and (max-width : 600px) {
  .ocList2 > li .ocDesc {
    padding: 0 20px 0 20px;
  }
}
.ocList2 > li .ocDesc > :first-child {
  padding-top: 40px;
}
.ocList2 > li .ocDesc > :last-child {
  margin: 0;
  padding-bottom: 60px;
}
@media only screen and (max-width : 767px) {
  .ocList2 > li .ocDesc > :last-child {
    padding-bottom: 30px;
  }
}
.ocList2 > li .ocDesc form {
  max-width: none;
}
.ocList2 > li .ocDesc h3 {
  margin: 80px 0 40px 0;
}
@media only screen and (max-width : 767px) {
  .ocList2 > li .ocDesc h3 {
    margin: 60px 0 30px 0;
  }
}
.ocList2 > li .ocDesc h5 {
  margin: 50px 0 40px 0;
}
@media only screen and (max-width : 767px) {
  .ocList2 > li .ocDesc h5 {
    margin: 40px 0 30px 0;
  }
}
.ocList2 > li .ocDesc h6.pseudo {
  margin-bottom: 15px;
  font-family: "circular-medium", sans-serif;
  text-transform: uppercase;
  color: #8ebb52;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 22px;
}
.ocList2 > li .ocDesc ul {
  margin-bottom: 40px;
}
.ocList2 > li .ocDesc ul li {
  border-bottom: solid 1px #f1f1f1;
  padding: 24px 0;
}
.ocList2 > li .ocDesc ul li:first-child {
  padding-top: 0;
}
.ocList2 > li .ocDesc ul li p {
  margin: 0;
}
.ocList2 > li .ocDesc .btn {
  background: #8ebb52;
}
.ocList2 > li .ocDesc .btn:hover {
  color: #fff;
  background: #606062;
}
.ocList2 > li.open > div:first-child {
  background-color: #284d45;
}
.ocList2 > li.open .ocBtn h2 {
  color: #fff;
}
.ocList2 > li.open .ocBtn .arrow {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.ocList2 > li.open .ocDesc {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: transform 400ms ease 100ms, opacity 400ms ease 100ms;
  -webkit-transition: -webkit-transform 400ms ease 100ms, opacity 400ms ease 100ms;
}

.likesBox {
  z-index: 10;
}
.likesBox a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  font-size: 21px;
  line-height: 74px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 50%;
  transition: background 300ms;
  cursor: pointer;
}
.likesBox a .icon {
  fill: #8ebb52;
  stroke: none;
  transition: all 300ms;
}
.likesBox a:hover, .likesBox a.checked {
  background: #606062;
}
.likesBox a:hover .icon, .likesBox a.checked .icon {
  fill: #fff;
}
.likesBox a span {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 26px;
  height: 26px;
  font: 11px/26px "circular-medium", sans-serif;
  color: #fff;
  text-align: center;
  background: #8ebb52;
  border-radius: 50%;
}

#soumettreIdee .connectBtn {
  color: #404041;
  border-color: gray;
  background: transparent;
}
#soumettreIdee .connectBtn:hover {
  color: #fff;
  background: #8ebb52;
  border-color: #8ebb52;
}
#soumettreIdee #ideeForm {
  margin: 0;
  padding-top: 50px;
  max-width: 800px;
}
@media only screen and (max-width : 767px) {
  #soumettreIdee #ideeForm {
    margin-bottom: 35px;
  }
}
#soumettreIdee #ideeForm #checkCol {
  margin: 0 0 30px 0;
  padding: 0 20px;
}
@media only screen and (max-width : 767px) {
  #soumettreIdee #ideeForm #checkCol {
    margin-bottom: 20px;
  }
}
#soumettreIdee #ideeForm #checkCol > div {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
#soumettreIdee #ideeForm #checkCol > div .input-checkbox {
  position: absolute;
  left: 0;
  top: 0;
}
#soumettreIdee #ideeForm #checkCol > div .input-checkbox .check {
  border-color: #8ebb52;
}
#soumettreIdee #ideeForm #checkCol > div .input-checkbox input:checked + .check {
  background: #8ebb52;
}
#soumettreIdee #ideeForm #checkCol > div label {
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width : 767px) {
  #soumettreIdee #ideeForm #checkCol > div label {
    font-size: 14px;
  }
}
@media only screen and (max-width : 600px) {
  #soumettreIdee #ideeForm #checkCol > div label {
    line-height: 18px;
  }
}
#soumettreIdee #ideeForm #checkCol > div:hover .input-checkbox .check {
  background: rgba(142, 187, 82, 0.5);
}
#soumettreIdee #ideeForm .btn {
  background: #8ebb52;
}
#soumettreIdee #ideeForm .btn:hover {
  color: #fff;
  background: #284d45;
}

#projets .banner {
  overflow: visible;
}
@media only screen and (max-width : 767px) {
  #projets .banner {
    padding-bottom: 30px;
  }
}

#content #statutList {
  position: relative;
  display: block;
  margin: 50px 0 0 0;
  min-height: 70px;
}
@media only screen and (max-width : 1400px) {
  #content #statutList {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 767px) {
  #content #statutList {
    margin-top: 30px;
  }
}
#content #statutList::after {
  display: table;
  content: "";
  clear: both;
}
#content #statutList p {
  margin: 0 0 15px 0;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
#content #statutList > ul {
  margin-bottom: 10px;
}
#content #statutList > ul::after {
  display: table;
  content: "";
  clear: both;
}
#content #statutList > ul li {
  float: left;
  display: block;
}
#content #statutList > ul li a {
  display: block;
  padding: 0 12px;
  margin: 0 12px 0 0;
  font: 12px/32px "circular-bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #605f61;
  border-radius: 4px;
  transition: background 300ms;
}
@media only screen and (max-width : 600px) {
  #content #statutList > ul li a {
    margin-bottom: 10px;
  }
}
#content #statutList > ul li.active a {
  color: #284d45 !important;
  background: #fff !important;
  cursor: pointer;
}
#content #statutList > ul li:hover a {
  background: rgba(255, 255, 255, 0.3);
}
#content #statutList > div {
  position: absolute;
  right: 0;
  top: 15px;
  width: 240px;
}
@media only screen and (max-width : 1200px) {
  #content #statutList > div {
    width: 190px;
  }
}
@media only screen and (max-width : 767px) {
  #content #statutList > div {
    position: relative;
    right: auto;
    top: auto;
    float: right;
  }
}

@media only screen and (max-width : 767px) {
  #projetsListe a {
    padding: 20px;
  }
  #projetsListe a .projetImg {
    display: none;
  }
}
#projetsListe a ul {
  margin-bottom: 20px;
}
#projetsListe a ul::after {
  display: table;
  content: "";
  clear: both;
}
#projetsListe a ul li {
  float: left;
  display: block;
  text-transform: uppercase;
}
#projetsListe a ul li.status {
  font: 12px/32px "circular-bold", sans-serif;
  margin-right: 24px;
  padding: 0 12px;
  color: #284d45;
  background: #f1f1f1;
  border-radius: 4px;
  margin-bottom: 8px;
}
#projetsListe a ul li.cats {
  padding: 6px 0;
  font: 12px/20px "circular-medium", sans-serif;
  color: #8ebb52;
}
#projetsListe a ul li.cats span {
  white-space: nowrap;
  margin-right: 8px;
}
#projetsListe a ul li.cats span:last-child {
  margin-right: 0px;
}
#projetsListe a h3 {
  margin-bottom: 30px;
}

#projet .backLink {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  display: block;
}
#projet section {
  padding-bottom: 0;
}
#projet .banner ul {
  margin-bottom: 30px;
}
@media only screen and (max-width : 767px) {
  #projet .banner ul {
    margin-bottom: 20px;
  }
}
#projet .banner ul::after {
  display: table;
  content: "";
  clear: both;
}
#projet .banner ul li {
  float: left;
  display: block;
  padding: 0 12px;
  margin-right: 24px;
  font: 12px/32px "circular-bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #606062;
  border-radius: 4px;
}
#projet .banner ul li:last-child {
  padding-left: 0;
  margin-right: 0;
  color: #8ebb52;
  background: transparent;
}
#projet #anchorNav {
  position: relative;
  background: #fff;
}
@media only screen and (max-width : 500px) {
  #projet #anchorNav {
    display: none;
  }
}
@media only screen and (max-width : 1200px) {
  #projet #anchorNav ul {
    margin-left: 20px;
  }
}
@media only screen and (max-width : 1023px) {
  #projet #anchorNav ul {
    margin-left: 10px;
  }
}
#projet #anchorNav ul li {
  float: left;
}
#projet #anchorNav ul li a {
  position: relative;
  display: block;
  padding: 0 40px;
  font: 15px/70px "circular-book", sans-serif;
  color: #8ebb52;
  transition: color 300ms;
}
@media only screen and (max-width : 1200px) {
  #projet #anchorNav ul li a {
    padding: 0 20px;
  }
}
@media only screen and (max-width : 767px) {
  #projet #anchorNav ul li a {
    padding: 0 10px;
  }
}
#projet #anchorNav ul li a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 0;
  content: "";
  background: #8ebb52;
  transition: all 300ms;
}
#projet #anchorNav ul li a:hover {
  color: #284d45;
}
#projet #anchorNav ul li a:hover::after {
  left: 10%;
  width: 80%;
}
#projet #anchorNav ul::after {
  display: table;
  content: "";
  clear: both;
}
#projet #projetDesc > :last-child {
  margin: 0;
}
#projet #projetDesc h4 {
  margin-bottom: 30px;
  font-family: "circular-book", sans-serif;
}
@media only screen and (max-width : 600px) {
  #projet #projetDesc h4 {
    margin-bottom: 20px;
  }
}
#projet #projetContext .ocList {
  background: transparent;
}
#projet #projetContext .ocList > li {
  margin-bottom: 30px;
  background: #fff;
  transition: box-shadow 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width : 767px) {
  #projet #projetContext .ocList > li {
    margin-bottom: 20px;
  }
}
#projet #projetContext .ocList > li > h2 {
  margin: 0;
  font-size: 25px;
  transition: all 300ms;
}
@media only screen and (max-width : 1400px) {
  #projet #projetContext .ocList > li > h2 {
    font-size: 23px;
  }
}
@media only screen and (max-width : 767px) {
  #projet #projetContext .ocList > li > h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width : 600px) {
  #projet #projetContext .ocList > li > h2 {
    font-size: 19px;
  }
}
#projet #projetContext .ocList > li > h2::before, #projet #projetContext .ocList > li > h2::after {
  display: none;
}
#projet #projetContext .ocList > li > h2:hover {
  color: #8ebb52;
}
#projet #projetContext .ocList > li > h2 .icon {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
  margin-top: -7px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: transform 300ms;
  -webkit-transition: -webkit-transform 300ms;
}
@media only screen and (max-width : 1400px) {
  #projet #projetContext .ocList > li > h2 .icon {
    right: 40px;
  }
}
@media only screen and (max-width : 767px) {
  #projet #projetContext .ocList > li > h2 .icon {
    right: 30px;
    margin-top: -4px;
  }
}
#projet #projetContext .ocList > li.open {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
#projet #projetContext .ocList > li.open > h2 {
  background: #284d45;
  color: #fff;
}
#projet #projetContext .ocList > li.open > h2 .icon {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
#projet #projetContext .ocList > li:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
#projet #projetContext .ocList > li .ocDesc > :first-child {
  padding-top: 50px;
}
#projet #projetContext .ocList > li .ocDesc > :last-child {
  padding-bottom: 50px;
  margin-bottom: 0;
}
#projet #projetDocs ul li {
  margin-bottom: 30px;
  font-size: 25px;
  transition: box-shadow 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width : 1400px) {
  #projet #projetDocs ul li {
    font-size: 23px;
  }
}
@media only screen and (max-width : 767px) {
  #projet #projetDocs ul li {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 600px) {
  #projet #projetDocs ul li {
    font-size: 19px;
  }
}
#projet #projetDocs ul li:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
#projet #projetDocs ul li:hover a {
  color: #8ebb52;
}
#projet #projetDocs ul li a {
  position: relative;
  display: block;
  padding: 50px 120px 50px 60px;
  background: #fff;
  transition: color 300ms;
}
@media only screen and (max-width : 1600px) {
  #projet #projetDocs ul li a {
    padding: 50px 120px 50px 50px;
  }
}
@media only screen and (max-width : 1400px) {
  #projet #projetDocs ul li a {
    padding: 40px 100px 40px 40px;
  }
}
@media only screen and (max-width : 767px) {
  #projet #projetDocs ul li a {
    padding: 30px 70px 30px 20px;
  }
}
@media only screen and (max-width : 600px) {
  #projet #projetDocs ul li a {
    padding: 25px 70px 25px 20px;
  }
}
#projet #projetDocs ul li a div {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 11px;
  line-height: 52px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 50%;
  transition: background 300ms;
}
@media only screen and (max-width : 767px) {
  #projet #projetDocs ul li a div {
    right: 20px;
  }
}
#projet #projetDocs ul li a div .icon {
  fill: #8ebb52;
  stroke: none;
}
#projet .rubricDocs {
  margin-top: 30px;
}
#projet .rubricDocs ul li {
  font-size: 18px;
  border-top: solid 1px #f3f4f5;
}
@media only screen and (max-width : 600px) {
  #projet .rubricDocs ul li {
    font-size: 16px;
  }
}
#projet .rubricDocs ul li a {
  position: relative;
  display: block;
  padding: 10px;
  transition: color 300ms;
}
@media only screen and (max-width : 1600px) {
  #projet .rubricDocs ul li a {
    padding: 50px 120px 50px 50px;
  }
}
@media only screen and (max-width : 1400px) {
  #projet .rubricDocs ul li a {
    padding: 40px 100px 40px 40px;
  }
}
@media only screen and (max-width : 767px) {
  #projet .rubricDocs ul li a {
    padding: 30px 70px 30px 20px;
  }
}
@media only screen and (max-width : 600px) {
  #projet .rubricDocs ul li a {
    padding: 25px 70px 25px 20px;
  }
}
#projet .rubricDocs ul li a div {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
@media only screen and (max-width : 767px) {
  #projet .rubricDocs ul li a div {
    right: 20px;
  }
}
#projet .rubricDocs ul li a div .icon {
  fill: #8ebb52;
  stroke: none;
}
#projet .rubricDocs ul li a:hover {
  color: #8ebb52;
  background: #fafafa;
}
#projet .rubricDocs ul li a:hover .icon {
  fill: #8ebb52;
}
#projet .rubricDocs ul li:last-child {
  border-bottom: solid 1px #f3f4f5;
}
#projet #projetComments {
  background: #fff;
}
#projet #projetComments h3 {
  margin-bottom: 30px;
}
#projet #projetComments h5 {
  margin: 70px 0 40px 0;
}
@media only screen and (max-width : 767px) {
  #projet #projetComments h5 {
    margin: 60px 0 30px 0;
  }
}
#projet #projetComments h6.pseudo {
  margin-bottom: 15px;
  font-family: "circular-medium", sans-serif;
  text-transform: uppercase;
  color: #8ebb52;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 22px;
}
#projet #projetComments ul {
  margin-bottom: 0;
}
#projet #projetComments ul li {
  border-bottom: solid 1px #f1f1f1;
  padding: 24px 0;
}
#projet #projetComments ul li:first-child {
  padding-top: 0;
}
#projet #projetComments ul li p {
  margin: 0;
}
#projet #projetComments .btn {
  margin-top: 40px;
  background: #8ebb52;
}
@media only screen and (max-width : 600px) {
  #projet #projetComments .btn {
    margin-top: 30px;
  }
}
#projet #projetComments .btn:hover {
  color: #fff;
  background: #606062;
}
#projet #projetForm {
  padding-top: 0;
  background: #fff;
}
#projet #projetForm form {
  max-width: 800px;
  margin: 0;
}
#projet #projetForm .btn {
  background: #8ebb52;
}
#projet #projetForm .btn:hover {
  color: #fff;
  background: #606062;
}
#projet #projetFollow form {
  max-width: 800px;
  margin: 0;
}
#projet #projetFollow .checkCol {
  margin: 0 0 30px 0;
  padding: 0 20px;
}
@media only screen and (max-width : 767px) {
  #projet #projetFollow .checkCol {
    margin-bottom: 20px;
  }
}
#projet #projetFollow .checkCol > div {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
#projet #projetFollow .checkCol > div .input-checkbox {
  position: absolute;
  left: 0;
  top: 0;
}
#projet #projetFollow .checkCol > div .input-checkbox .check {
  border-color: #8ebb52;
}
#projet #projetFollow .checkCol > div .input-checkbox input:checked + .check {
  background: #8ebb52;
}
#projet #projetFollow .checkCol > div label {
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width : 767px) {
  #projet #projetFollow .checkCol > div label {
    font-size: 14px;
  }
}
@media only screen and (max-width : 600px) {
  #projet #projetFollow .checkCol > div label {
    line-height: 18px;
  }
}
#projet #projetFollow .checkCol > div label .error {
  position: static;
  font-size: 12px;
  padding-top: 2px;
  left: 0;
  width: 100%;
}
#projet #projetFollow .checkCol > div:hover .input-checkbox .check {
  background: rgba(142, 187, 82, 0.5);
}
#projet #projetFollow .btn {
  background: #8ebb52;
}
#projet #projetFollow .btn:hover {
  color: #fff;
  background: #606062;
}

.gallery img {
  width: 100%;
  height: auto;
}
.gallery a::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.15);
  transition: background 250ms;
}
.gallery a:hover::after {
  background: rgba(0, 0, 0, 0);
}
.gallery > a {
  position: relative;
  display: block;
  float: left;
  width: calc(100% - 240px);
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width : 1600px) {
  .gallery > a {
    width: calc(100% - 215px);
    height: 400px;
  }
}
@media only screen and (max-width : 1400px) {
  .gallery > a {
    width: calc(100% - 180px);
    height: 340px;
  }
}
@media only screen and (max-width : 1200px) {
  .gallery > a {
    width: calc(100% - 160px);
    height: 300px;
  }
}
@media only screen and (max-width : 767px) {
  .gallery > a {
    width: calc(100% - 135px);
    height: 250px;
  }
}
@media only screen and (max-width : 600px) {
  .gallery > a {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width : 500px) {
  .gallery > a {
    height: 220px;
  }
}
.gallery ul {
  float: right;
  width: 210px;
}
@media only screen and (max-width : 1600px) {
  .gallery ul {
    width: 185px;
  }
}
@media only screen and (max-width : 1400px) {
  .gallery ul {
    width: 160px;
  }
}
@media only screen and (max-width : 1200px) {
  .gallery ul {
    width: 140px;
  }
}
@media only screen and (max-width : 767px) {
  .gallery ul {
    width: 115px;
  }
}
@media only screen and (max-width : 600px) {
  .gallery ul {
    float: none;
    width: auto;
  }
}
.gallery ul li {
  display: none;
  float: left;
  width: 100%;
  height: 210px;
}
@media only screen and (max-width : 1600px) {
  .gallery ul li {
    height: 185px;
  }
}
@media only screen and (max-width : 1400px) {
  .gallery ul li {
    height: 160px;
  }
}
@media only screen and (max-width : 1200px) {
  .gallery ul li {
    height: 140px;
  }
}
@media only screen and (max-width : 767px) {
  .gallery ul li {
    height: 115px;
  }
}
@media only screen and (max-width : 600px) {
  .gallery ul li {
    height: 85px;
    width: 85px;
    margin-right: 10px;
  }
}
.gallery ul li:first-child {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width : 1400px) {
  .gallery ul li:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 600px) {
  .gallery ul li:first-child {
    margin-bottom: 0;
  }
}
.gallery ul li:nth-child(2) {
  display: block;
}
.gallery ul li:nth-child(2) a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "+";
  font-size: 40px;
  font-family: Georgia;
  color: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.gallery ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
}

.ocDesc .gallery {
  margin-top: 30px;
}
.ocDesc .gallery > a {
  position: relative;
  display: block;
  float: left;
  width: calc(100% - 190px);
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width : 1600px) {
  .ocDesc .gallery > a {
    width: calc(100% - 155px);
    height: 290px;
  }
}
@media only screen and (max-width : 1400px) {
  .ocDesc .gallery > a {
    width: calc(100% - 130px);
    height: 240px;
  }
}
@media only screen and (max-width : 1200px) {
  .ocDesc .gallery > a {
    width: calc(100% - 110px);
    height: 210px;
  }
}
@media only screen and (max-width : 767px) {
  .ocDesc .gallery > a {
    width: calc(100% - 100px);
    height: 190px;
  }
}
@media only screen and (max-width : 600px) {
  .ocDesc .gallery > a {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width : 500px) {
  .ocDesc .gallery > a {
    height: 170px;
  }
}
.ocDesc .gallery ul {
  float: right;
  width: 160px;
}
@media only screen and (max-width : 1600px) {
  .ocDesc .gallery ul {
    width: 135px;
  }
}
@media only screen and (max-width : 1400px) {
  .ocDesc .gallery ul {
    width: 110px;
  }
}
@media only screen and (max-width : 1200px) {
  .ocDesc .gallery ul {
    width: 100px;
  }
}
@media only screen and (max-width : 767px) {
  .ocDesc .gallery ul {
    width: 90px;
  }
}
@media only screen and (max-width : 600px) {
  .ocDesc .gallery ul {
    float: none;
    width: auto;
  }
}
.ocDesc .gallery ul li {
  display: none;
  float: left;
  width: 100%;
  height: 160px;
}
@media only screen and (max-width : 1600px) {
  .ocDesc .gallery ul li {
    height: 135px;
  }
}
@media only screen and (max-width : 1400px) {
  .ocDesc .gallery ul li {
    height: 110px;
  }
}
@media only screen and (max-width : 1200px) {
  .ocDesc .gallery ul li {
    height: 100px;
  }
}
@media only screen and (max-width : 767px) {
  .ocDesc .gallery ul li {
    height: 90px;
  }
}
@media only screen and (max-width : 600px) {
  .ocDesc .gallery ul li {
    height: 85px;
    width: 85px;
    margin-right: 10px;
  }
}
.ocDesc .gallery ul li:first-child {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width : 1600px) {
  .ocDesc .gallery ul li:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 1200px) {
  .ocDesc .gallery ul li:first-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width : 600px) {
  .ocDesc .gallery ul li:first-child {
    margin-bottom: 0;
  }
}
.ocDesc .gallery ul li:nth-child(2) {
  display: block;
}
.ocDesc .gallery ul li:nth-child(2) a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "+";
  font-size: 40px;
  font-family: Georgia;
  color: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ocDesc .gallery ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
}

#projetCalendar {
  position: relative;
}
#projetCalendar::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 113px;
  height: 3px;
  content: "";
  background: #ccc;
}
@media only screen and (max-width : 1600px) {
  #projetCalendar::before {
    bottom: 103px;
  }
}
@media only screen and (max-width : 1023px) {
  #projetCalendar::before {
    bottom: 93px;
  }
}
@media only screen and (max-width : 767px) {
  #projetCalendar::before {
    bottom: 103px;
  }
}
#projetCalendar h3 {
  padding-left: 0;
}
#projetCalendar #calendrierCycleLayer {
  padding-right: 0;
}
#projetCalendar #calendrierCycle .slick-list {
  padding-bottom: 100px;
  padding-right: 300px;
}
@media only screen and (max-width : 1600px) {
  #projetCalendar #calendrierCycle .slick-list {
    padding-right: 200px;
  }
}
@media only screen and (max-width : 1400px) {
  #projetCalendar #calendrierCycle .slick-list {
    padding-right: 100px;
  }
}
@media only screen and (max-width : 1200px) {
  #projetCalendar #calendrierCycle .slick-list {
    padding-right: 200px;
  }
}
@media only screen and (max-width : 1023px) {
  #projetCalendar #calendrierCycle .slick-list {
    padding-right: 100px;
  }
}
@media only screen and (max-width : 767px) {
  #projetCalendar #calendrierCycle .slick-list {
    padding-right: 150px;
  }
}
@media only screen and (max-width : 600px) {
  #projetCalendar #calendrierCycle .slick-list {
    padding-right: 80px;
  }
}
.slick-loading #projetCalendar #calendrierCycle .slick-list {
  background: #284d45;
}
#projetCalendar #calendrierCycle .slick-list .slick-slide {
  padding-right: 30px;
}
@media only screen and (max-width : 1023px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide {
    padding-right: 20px;
  }
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div {
  position: relative;
  height: 400px;
  background: #fff;
}
@media only screen and (max-width : 1400px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div {
    height: 350px;
  }
}
@media only screen and (max-width : 767px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div {
    height: 300px;
  }
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-status {
  position: absolute;
  padding: 0 12px;
  font: 12px/32px "circular-bold", sans-serif;
  color: #fff;
  background: #284d45;
  text-transform: uppercase;
  border-radius: 4px;
  left: 50px;
  top: 50px;
}
@media only screen and (max-width : 1400px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-status {
    left: 30px;
    top: 30px;
  }
}
@media only screen and (max-width : 767px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-status {
    left: 20px;
    top: 20px;
  }
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-image {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media only screen and (max-width : 500px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-image {
    display: none;
  }
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-number {
  position: absolute;
  left: 50%;
  bottom: -100px;
  width: 60px;
  height: 60px;
  font: 30px/58px "circular-medium", sans-serif;
  color: #8ebb52;
  margin-left: -30px;
  text-align: center;
  border: solid 2px #ccc;
  background: #f0efef;
  border-radius: 50%;
}
@media only screen and (max-width : 1400px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-number {
    bottom: -90px;
  }
}
@media only screen and (max-width : 767px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-number {
    bottom: -80px;
  }
}
@media only screen and (max-width : 600px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-number {
    bottom: -75px;
  }
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div .timeline_moreinfo {
  position: absolute;
  left: 50px;
  bottom: 25px;
  font: 14px/12px "circular-medium", sans-serif;
  padding: 5px 15px 5px 0;
  color: #8ebb52;
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div .timeline_moreinfo::after {
  position: absolute;
  top: 0px;
  right: 0;
  content: "i";
  background: #8ebb52;
  border-radius: 50%;
  font-size: 8px;
  line-height: 14px;
  color: #fff;
  width: 12px;
  height: 12px;
  text-align: center;
  font-style: italic;
}
@media only screen and (max-width : 1400px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .timeline_moreinfo {
    left: 30px;
    bottom: 15px;
  }
}
@media only screen and (max-width : 600px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .timeline_moreinfo {
    left: 20px;
    bottom: 15px;
  }
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div .timeline_moreinfo:hover {
  color: #284d45;
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div .timeline_moreinfo:hover::after {
  background: #284d45;
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div h6.subTitle {
  position: absolute;
  backgroud: red;
  width: 100%;
  top: 90px;
  left: 50px;
}
@media only screen and (max-width : 1400px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div h6.subTitle {
    left: 30px;
    top: 70px;
  }
}
@media only screen and (max-width : 767px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div h6.subTitle {
    left: 20px;
    top: 60px;
  }
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div.done .slide-check {
  color: #8ebb52;
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div.done .slide-status {
  background: #8ebb52;
}
#projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 50px 50px 70px 50px;
  max-height: 220px;
  overflow: hidden;
  font: 25px/1.2 "circular-book", sans-serif;
  color: #404041;
}
@media only screen and (max-width : 1400px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-desc {
    margin: 30px 30px 50px 30px;
  }
}
@media only screen and (max-width : 1200px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-desc {
    font-size: 22px;
  }
}
@media only screen and (max-width : 767px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-desc {
    font-size: 20px;
  }
}
@media only screen and (max-width : 600px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-desc {
    font-size: 18px;
    margin: 30px 20px 50px 20px;
  }
}
@media only screen and (max-width: 350px) {
  #projetCalendar #calendrierCycle .slick-list .slick-slide > div .slide-desc {
    font-size: 16px;
  }
}
#projetCalendar #projetCalendarArrow {
  position: relative;
}
#projetCalendar #projetCalendarArrow #projetCalendarArrowBox {
  position: absolute;
  right: 230px;
  top: 0;
}
@media only screen and (max-width : 1600px) {
  #projetCalendar #projetCalendarArrow #projetCalendarArrowBox {
    right: 130px;
  }
}
@media only screen and (max-width : 1400px) {
  #projetCalendar #projetCalendarArrow #projetCalendarArrowBox {
    right: 30px;
  }
}
@media only screen and (max-width : 1200px) {
  #projetCalendar #projetCalendarArrow #projetCalendarArrowBox {
    right: 130px;
  }
}
@media only screen and (max-width : 1023px) {
  #projetCalendar #projetCalendarArrow #projetCalendarArrowBox {
    right: 30px;
  }
}
@media only screen and (max-width : 767px) {
  #projetCalendar #projetCalendarArrow #projetCalendarArrowBox {
    right: 85px;
  }
}
@media only screen and (max-width : 600px) {
  #projetCalendar #projetCalendarArrow #projetCalendarArrowBox {
    right: 15px;
  }
}
#projetCalendar #projetCalendarArrow #projetCalendarArrowBox .slick-arrow {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 11px;
}
@media only screen and (max-width : 1023px) {
  #projetCalendar #projetCalendarArrow #projetCalendarArrowBox .slick-arrow {
    height: 25px;
    line-height: 25px;
  }
}
#projetCalendar #projetCalendarArrow #projetCalendarArrowBox .slick-arrow .icon-stroke {
  fill: none;
  stroke: #7aa77f;
  stroke-width: 1.5px;
}
#projetCalendar #projetCalendarArrow #projetCalendarArrowBox .slick-arrow.slick-prev .icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#projetCalendar #projetCalendarArrow #projetCalendarArrowBox .slick-arrow:hover.slick-prev .icon {
  margin-left: -10px;
}
#projetCalendar #projetCalendarArrow #projetCalendarArrowBox .slick-arrow:hover.slick-next .icon {
  margin-left: 10px;
}

.fancyDetailSlide {
  display: none;
  min-width: 60%;
  min-height: 60%;
  max-width: 90% !important;
}
.fancyDetailSlide .dynamic {
  /*
  min-width: 700px;
  min-height: 400px;
   */
}

@media only screen and (max-width : 767px) {
  #sondagesListe a {
    padding: 20px;
  }
  #sondagesListe a .projetImg {
    display: none;
  }
}
#sondagesListe a h3 {
  margin-bottom: 20px;
}
#sondagesListe a h6.subTitle span {
  white-space: nowrap;
  margin-right: 8px;
}
#sondagesListe a h6.subTitle span:last-child {
  margin-right: 0px;
}

#home .shortsurveyBox,
#sondages .shortsurveyBox {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width : 767px) {
  #home .shortsurveyBox,
  #sondages .shortsurveyBox {
    margin-bottom: 20px;
  }
}

#sondage .backLink {
  border: none;
}
@media only screen and (max-width : 1023px) {
  #sondage .backLink {
    border-top: solid 1px #d7d7d7;
  }
}
#sondage #progressBar {
  position: relative;
  width: 100%;
  height: 4px;
  background: #fff;
  border-bottom: solid 1px #d7d7d7;
}
#sondage #progressBar.noBorder {
  border: none;
}
#sondage #progressBar span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #8ebb52;
}
#sondage #stepCount {
  position: absolute;
  right: 40px;
  top: 0;
  font-size: 16px;
}
@media only screen and (max-width : 1023px) {
  #sondage #stepCount {
    right: 30px;
  }
}
@media only screen and (max-width : 767px) {
  #sondage #stepCount {
    right: 20px;
  }
}
#sondage .banner p {
  margin: 10px 0 0 0;
  color: #fff;
}
#sondage #startSondage {
  position: relative;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  transition: box-shadow 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width : 1600px) {
  #sondage #startSondage {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width : 1200px) {
  #sondage #startSondage {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width : 767px) {
  #sondage #startSondage {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 600px) {
  #sondage #startSondage {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#sondage #startSondage h3 {
  margin: 0;
}
#sondage #startSondage h4 {
  margin: 10px 0 0 0;
}
#sondage #startSondage span {
  position: absolute;
  right: 100px;
  top: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #f1f1f1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
}
@media only screen and (max-width : 1600px) {
  #sondage #startSondage span {
    right: 80px;
  }
}
@media only screen and (max-width : 1400px) {
  #sondage #startSondage span {
    right: 70px;
  }
}
@media only screen and (max-width : 1200px) {
  #sondage #startSondage span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    right: 50px;
  }
}
@media only screen and (max-width : 1023px) {
  #sondage #startSondage span {
    right: 30px;
  }
}
@media only screen and (max-width : 600px) {
  #sondage #startSondage span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 20px;
  }
}
#sondage #startSondage span .arrow {
  stroke: #8ebb52;
}
#sondage #startSondage:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 400px) {
  #sondage #startSondage {
    padding: 40px 90px 40px 20px;
  }
  #sondage #startSondage span {
    right: 10px;
  }
}
#sondage .note {
  font-size: 16px;
  line-height: 1.4;
}

#questionForm {
  padding-bottom: 0;
}
#questionForm > .col {
  max-width: 1200px;
}
#questionForm h1 {
  margin: 0;
  font: 40px/1.4 "circular-medium", sans-serif;
}
@media only screen and (max-width : 1600px) {
  #questionForm h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width : 1400px) {
  #questionForm h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width : 1200px) {
  #questionForm h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width : 767px) {
  #questionForm h1 {
    font-size: 27px;
  }
}
@media only screen and (max-width : 600px) {
  #questionForm h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width : 500px) {
  #questionForm h1 {
    font-size: 23px;
  }
}
#questionForm .dynamic {
  margin-top: 50px;
}
@media only screen and (max-width : 767px) {
  #questionForm .dynamic {
    margin-top: 40px;
  }
}
#questionForm form {
  margin-top: 50px;
}
@media only screen and (max-width : 767px) {
  #questionForm form {
    margin-top: 40px;
  }
}

#profil {
  padding-bottom: 30px;
}
#profil h1.xl {
  color: #284d45;
  margin-bottom: 30px;
}
#profil .intro {
  margin-bottom: 30px;
}
#profil form {
  max-width: 900px;
  margin: 0;
}
#profil form fieldset {
  margin-bottom: 30px;
}
#profil form .btn {
  margin: 0;
  background: #8ebb52;
}
#profil form .btn:hover {
  color: #fff;
  background: #284d45;
}

#resume {
  padding-bottom: 50px;
}
#resume h1.xl {
  color: #284d45;
  margin-bottom: 30px;
}
#resume .linkertsWrapper ul {
  margin: 0 0 10px 0 !important;
}
#resume .linkertsWrapper ul li {
  border-bottom: none;
}
#resume .linkertsWrapper ul li input {
  cursor: default;
  pointer-events: none;
}
#resume .linkertsWrapper ul li input:checked + .check {
  background: #8ebb52 !important;
}
#resume .linkertsWrapper ul li:hover .check {
  background: #fff !important;
}
#resume .ocList2 {
  margin-top: 60px;
}
#resume .ocList2 > li:last-child {
  margin: 0;
}
#resume .ocList2 > li .ocBtn {
  padding: 50px 120px 50px 60px;
}
@media only screen and (max-width : 1600px) {
  #resume .ocList2 > li .ocBtn {
    padding: 50px 120px 50px 50px;
  }
}
@media only screen and (max-width : 1400px) {
  #resume .ocList2 > li .ocBtn {
    padding: 40px 100px 40px 40px;
  }
}
@media only screen and (max-width : 767px) {
  #resume .ocList2 > li .ocBtn {
    padding: 30px 70px 30px 20px;
  }
}
@media only screen and (max-width : 600px) {
  #resume .ocList2 > li .ocBtn {
    padding: 25px 70px 25px 20px;
  }
}
#resume .ocList2 > li .ocBtn .arrow {
  top: 50%;
  margin-top: -4px;
}
#resume .ocList2 > li .ocDesc {
  display: block;
}
#resume .ocList2 > li .ocDesc > ul > li {
  padding: 40px 0;
  border-color: #d7d7d7;
}
@media only screen and (max-width : 600px) {
  #resume .ocList2 > li .ocDesc > ul > li {
    padding: 30px 0;
  }
}
#resume .ocList2 > li .ocDesc > ul > li:first-child {
  padding-top: 0;
}
#resume .ocList2 > li .ocDesc > ul > li:last-child {
  margin: 0;
  padding-bottom: 0;
  border: none;
}
#resume .ocList2 > li .ocDesc > ul > li h5 {
  margin: 0 0 30px 0;
  font-family: "circular-medium", sans-serif;
}
#resume .ocList2 > li .ocDesc > ul > li h6 {
  margin-bottom: 10px;
  color: #8ebb52;
}
#resume .ocList2 > li .ocDesc > ul > li h6:first-child {
  color: #284d45;
}
#resume .ocList2 > li .ocDesc > ul > li p img {
  display: none;
}
#resume .ocList2 > li .ocDesc > ul > li p.galerieResume img {
  display: inline;
  margin-right: 10px;
}
#resume .ocList2 > li .ocDesc > ul > li.wThb li.wThb {
  padding: 29px 0 0 120px;
  min-height: 80px;
}
@media only screen and (max-width : 600px) {
  #resume .ocList2 > li .ocDesc > ul > li.wThb li.wThb {
    padding-top: 31px;
  }
}
#resume .ocList2 > li .ocDesc > ul > li.wThb li.wThb::before {
  top: 30px;
}
#resume .ocList2 > li .ocDesc > ul > li.wThb li.wThb img {
  position: absolute;
  display: block;
  left: 25px;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#resume .ocList2 > li .ocDesc > ul > li.wThb li.wThb p {
  position: relative;
  padding: 29px 0 0 100px;
  min-height: 80px;
  line-height: 22px;
}
@media only screen and (max-width : 600px) {
  #resume .ocList2 > li .ocDesc > ul > li.wThb li.wThb p {
    padding-top: 31px;
    font-size: 16px;
    line-height: 18px;
  }
}
#resume .ocList2 > li .ocDesc > ul > li ul.list {
  margin: 0;
}
#resume .ocList2 > li .ocDesc > ul > li ul.list li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  border: none;
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (max-width : 600px) {
  #resume .ocList2 > li .ocDesc > ul > li ul.list li {
    font-size: 16px;
    line-height: 18px;
  }
}
#resume .ocList2 > li .ocDesc > ul > li ul.list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 9px;
  content: "•";
}
#resume .ocList2 > li .ocDesc > ul > li ul.list li:last-child {
  margin-bottom: 0;
}
#resume .ocList2 > li .ocDesc > ul > li ul.list li img {
  display: none;
}
#resume .ocList2 > li .ocDesc > ul > li .ratyStars img {
  margin-right: 10px;
  height: 32px;
}
@media only screen and (max-width : 767px) {
  #resume .ocList2 > li .ocDesc > ul > li .ratyStars img {
    height: 26px;
  }
}
#resume .radioRange .checkBoxList li {
  margin-bottom: 1px !important;
  padding-left: 0 !important;
  cursor: default !important;
}
#resume .radioRange .checkBoxList li input {
  pointer-events: none;
}
#resume .radioRange .checkBoxList li input:checked + .check {
  background: #8ebb52 !important;
}
#resume .radioRange .checkBoxList li label {
  pointer-events: none;
}
#resume .radioRange .checkBoxList li:hover .check {
  background: #fff !important;
}
#resume .radioRange .checkBoxList li::before {
  display: none;
}

#resumeForm form {
  max-width: 800px;
  margin: 0;
}
#resumeForm form #checkCol {
  margin: 0 0 30px 0;
}
@media only screen and (max-width : 767px) {
  #resumeForm form #checkCol {
    margin-bottom: 20px;
  }
}
#resumeForm form #checkCol > div {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
#resumeForm form #checkCol > div .input-checkbox {
  position: absolute;
  left: 0;
  top: 0;
}
#resumeForm form #checkCol > div .input-checkbox .check {
  border-color: #8ebb52;
}
#resumeForm form #checkCol > div .input-checkbox input:checked + .check {
  background: #8ebb52;
}
#resumeForm form #checkCol > div label {
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width : 767px) {
  #resumeForm form #checkCol > div label {
    font-size: 14px;
  }
}
@media only screen and (max-width : 600px) {
  #resumeForm form #checkCol > div label {
    line-height: 18px;
  }
}
#resumeForm form #checkCol > div:hover .input-checkbox .check {
  background: rgba(142, 187, 82, 0.5);
}
#resumeForm form .btn {
  margin: 0;
  background: #8ebb52;
}
#resumeForm form .btn:hover {
  color: #fff;
  background: #284d45;
}

#final .banner h1 {
  margin-right: 50px;
}
#final .btn {
  margin: 0;
  background: #8ebb52;
}
#final .btn:hover {
  color: #fff;
  background: #284d45;
}

.sondageFormStyle {
  max-width: 800px;
  margin: 0;
}
.sondageFormStyle fieldset {
  margin: 0 0 50px 0 !important;
}
@media only screen and (max-width : 767px) {
  .sondageFormStyle fieldset {
    margin: 0 0 40px 0 !important;
  }
}
.sondageFormStyle .ratyStarsWrapper {
  text-align: center;
}
.sondageFormStyle .ratyStarsWrapper .ratyStars {
  display: inline-block;
}
.sondageFormStyle .ratyStarsWrapper .ratyStars img {
  margin-right: 10px;
  height: 40px;
}
@media only screen and (max-width : 767px) {
  .sondageFormStyle .ratyStarsWrapper .ratyStars img {
    height: 26px;
  }
}
.sondageFormStyle .ratyStarsWrapper .ratyStars img:last-of-type {
  margin: 0;
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .ratyStarsWrapper.range9 .ratyStars img {
    margin-right: 5px;
  }
}
@media only screen and (max-width : 500px) {
  .sondageFormStyle .ratyStarsWrapper.range9 .ratyStars img {
    margin-right: 2px;
  }
}
.sondageFormStyle .checkBoxListWrapper {
  position: relative;
  display: inline-block;
  min-width: 300px;
}
@media only screen and (max-width: 380px) {
  .sondageFormStyle .checkBoxListWrapper {
    min-width: auto;
    width: 100%;
  }
}
.sondageFormStyle .checkBoxListWrapper > div.error {
  padding: 0;
  top: -25px;
  left: 0;
}
.sondageFormStyle .checkBoxListWrapper .input-field {
  display: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.sondageFormStyle .checkBoxListWrapper .input-field label {
  left: 0;
}
.sondageFormStyle .checkBoxListWrapper .input-field .error {
  left: 0;
}
.sondageFormStyle .checkBoxListWrapper .checkBoxList li {
  margin-bottom: 20px;
}
.sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb {
  padding-left: 140px;
}
@media only screen and (max-width: 380px) {
  .sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb {
    padding-left: 120px;
  }
}
.sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb .input-checkbox input {
  width: 140px;
  height: 80px;
}
.sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb .input-checkbox .check {
  top: 29px;
}
.sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb label {
  min-height: 80px;
  padding-top: 29px;
}
.sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb label img {
  display: block;
}
.sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb img {
  position: absolute;
  left: 40px;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media only screen and (max-width: 380px) {
  .sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb img {
    left: 30px;
  }
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb .input-checkbox input {
    width: 140px;
    height: 80px;
  }
}
@media only screen and (max-width : 600px) and (max-width : 600px) {
  .sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb .input-checkbox input {
    width: 125px;
  }
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb .input-checkbox .check {
    top: 31px;
  }
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .checkBoxListWrapper .checkBoxList li.wThb label {
    min-height: 80px;
    padding-top: 31px;
  }
}
.sondageFormStyle .checkBoxListWrapper .checkBoxList li .checkbox--disabled {
  opacity: 0.4;
}
@media only screen and (max-width: 400px) {
  .sondageFormStyle .checkBoxListWrapper .qtsGalerie {
    text-align: center;
  }
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li {
  display: inline-block;
  width: auto;
  margin: 0 10px 10px 0;
  max-height: 154px;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li input {
  position: absolute;
  width: 0;
  height: 0;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li input[type=radio]:checked + label {
  cursor: default;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li input:checked + label img {
  border: solid 2px #8ebb52;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li input:checked + label span {
  opacity: 0.3;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li label {
  display: block;
  position: relative;
  max-height: 154px;
  cursor: pointer;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li label img {
  border: solid 2px transparent;
  max-width: 100%;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8ebb52;
  opacity: 0;
  transition: opacity 200ms;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li.bigThumbs {
  max-height: 254px;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li.bigThumbs label {
  max-height: 254px;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li:hover span {
  opacity: 0.2;
}
@media only screen and (max-width: 400px) {
  .sondageFormStyle .checkBoxListWrapper .qtsGalerie li {
    margin: 0 5px 10px 5px;
  }
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li.checkbox--disabled {
  opacity: 0.4;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li.checkbox--disabled label {
  cursor: default !important;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li.checkbox--disabled label span {
  opacity: 0 !important;
}
.sondageFormStyle .checkBoxListWrapper .qtsGalerie li.checkbox--disabled:hover span {
  opacity: 0 !important;
}
.sondageFormStyle .checkBoxList li {
  position: relative;
  display: block;
  padding-left: 50px;
  cursor: pointer;
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .checkBoxList li {
    padding-left: 35px;
  }
}
.sondageFormStyle .checkBoxList li:last-child {
  margin: 0;
}
.sondageFormStyle .checkBoxList li::after {
  display: table;
  content: "";
  clear: both;
}
.sondageFormStyle .checkBoxList li:hover .input-checkbox .check {
  background-color: rgba(142, 187, 82, 0.5);
}
.sondageFormStyle .checkBoxList li .input-checkbox {
  position: absolute;
  left: 0;
  top: 0;
}
.sondageFormStyle .checkBoxList li .input-checkbox input {
  width: 50px;
  height: 22px;
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .checkBoxList li .input-checkbox input {
    width: 40px;
    height: 18px;
  }
}
.sondageFormStyle .checkBoxList li .input-checkbox .check {
  position: absolute;
  left: 0;
  top: 0;
  border-color: #8ebb52;
}
.sondageFormStyle .checkBoxList li .input-checkbox input:checked + .check {
  background: #8ebb52;
}
.sondageFormStyle .checkBoxList li .input-checkbox.radio .check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .checkBoxList li .input-checkbox.radio .check {
    width: 20px;
    height: 20px;
  }
}
.sondageFormStyle .checkBoxList li .input-checkbox.radio input:checked + .check::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  content: "";
  background: #fff;
  border-radius: 50%;
}
.sondageFormStyle .checkBoxList li label {
  float: none;
  display: block;
  font: 18px/22px "circular-book", sans-serif;
  cursor: pointer;
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .checkBoxList li label {
    font-size: 16px;
    line-height: 18px;
  }
}
.sondageFormStyle .checkBoxList li label img {
  display: none;
}
.sondageFormStyle .booleanPush {
  position: relative;
  max-width: 700px;
  text-align: center;
  display: -webkit-flex;
  display: flex; /* establish flex container */
  justify-items: center;
  justify-content: center;
  /*flex-direction: column;  make main axis vertical */
  align-items: stretch; /* center items horizontally, in this case */
  flex-wrap: wrap;
}
.sondageFormStyle .booleanPush div.error {
  left: 0;
  top: -25px;
  padding: 0;
  width: 100%;
}
.sondageFormStyle .booleanPush button {
  padding: 10px 20px;
  width: 200px;
  background: #ddd;
  cursor: pointer;
  font: 14px/18px "circular-book", sans-serif;
  border-radius: 20px;
}
.sondageFormStyle .booleanPush button:hover {
  color: #fff;
  background: #284d45;
}
@media only screen and (max-width: 500px) {
  .sondageFormStyle .booleanPush button {
    display: block;
    max-width: none;
    width: 100%;
  }
}
.sondageFormStyle .booleanPush button.checked {
  color: #fff;
  cursor: default;
  background: #8ebb52;
}
.sondageFormStyle .booleanPush button:first-child {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 500px) {
  .sondageFormStyle .booleanPush button:first-child {
    margin: 0 0 20px 0;
  }
}
.sondageFormStyle .radioRange {
  position: relative;
  max-width: 700px;
  padding: 0 0 0 11px;
}
.sondageFormStyle .radioRange div.error {
  left: 0;
  top: -25px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.sondageFormStyle .radioRange label.leftLabel span {
  float: left;
  margin-left: -11px;
}
.sondageFormStyle .radioRange label.rightLabel span {
  float: right;
  margin-right: -11px;
}
.sondageFormStyle .radioRange .checkBoxList {
  position: relative;
  margin: 0;
}
.sondageFormStyle .radioRange .checkBoxList::after {
  display: table;
  content: "";
  clear: both;
}
.sondageFormStyle .radioRange .checkBoxList li {
  position: relative;
  float: left;
  width: 10%;
  padding: 0 20px;
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .radioRange .checkBoxList li {
    padding: 0 10px;
  }
}
.sondageFormStyle .radioRange .checkBoxList li .input-checkbox {
  right: 0;
}
.sondageFormStyle .radioRange .checkBoxList li .input-checkbox input {
  width: 100%;
}
.sondageFormStyle .radioRange .checkBoxList li .input-checkbox .check {
  left: 50%;
  margin-left: -11px;
}
.sondageFormStyle .radioRange .checkBoxList li label {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .radioRange .checkBoxList li label {
    font-size: 14px;
  }
}
.sondageFormStyle .radioRange.range2 {
  padding: 0;
}
.sondageFormStyle .radioRange.range2 .checkBoxList li {
  margin: 0;
  width: 50%;
}
.sondageFormStyle .radioRange.range3 {
  max-width: 500px;
}
.sondageFormStyle .radioRange.range3 .checkBoxList li {
  width: 48%;
  padding: 0;
  margin: 0;
  height: 20px;
}
.sondageFormStyle .radioRange.range3 .checkBoxList li:first-child {
  width: 24%;
}
.sondageFormStyle .radioRange.range3 .checkBoxList li:first-child .check {
  left: 0;
}
.sondageFormStyle .radioRange.range3 .checkBoxList li:last-child {
  width: 24%;
}
.sondageFormStyle .radioRange.range3 .checkBoxList li:last-child .check {
  left: 100%;
}
.sondageFormStyle .radioRange.range3 .labelRow {
  width: 96%;
}
.sondageFormStyle .radioRange.range5 .checkBoxList li {
  width: 24%;
  padding: 0;
  margin: 0;
  height: 20px;
}
.sondageFormStyle .radioRange.range5 .checkBoxList li:first-child {
  width: 12%;
}
.sondageFormStyle .radioRange.range5 .checkBoxList li:first-child .check {
  left: 0;
}
.sondageFormStyle .radioRange.range5 .checkBoxList li:last-child {
  width: 12%;
}
.sondageFormStyle .radioRange.range5 .checkBoxList li:last-child .check {
  left: 100%;
}
.sondageFormStyle .radioRange.range5 .labelRow {
  width: 96%;
}
.sondageFormStyle .radioRange.range7 .checkBoxList li {
  width: 16%;
  padding: 0;
  margin: 0;
  height: 20px;
}
.sondageFormStyle .radioRange.range7 .checkBoxList li:first-child {
  width: 8%;
}
.sondageFormStyle .radioRange.range7 .checkBoxList li:first-child .check {
  left: 0;
}
.sondageFormStyle .radioRange.range7 .checkBoxList li:last-child {
  width: 8%;
}
.sondageFormStyle .radioRange.range7 .checkBoxList li:last-child .check {
  left: 100%;
}
.sondageFormStyle .radioRange.range7 .labelRow {
  width: 96%;
}
.sondageFormStyle .radioRange.range9 .checkBoxList li {
  width: 12%;
  padding: 0;
  margin: 0;
  height: 20px;
}
.sondageFormStyle .radioRange.range9 .checkBoxList li:first-child {
  width: 6%;
}
.sondageFormStyle .radioRange.range9 .checkBoxList li:first-child .check {
  left: 0;
}
.sondageFormStyle .radioRange.range9 .checkBoxList li:last-child {
  width: 6%;
}
.sondageFormStyle .radioRange.range9 .checkBoxList li:last-child .check {
  left: 100%;
}
.sondageFormStyle .radioRange.range9 .labelRow {
  width: 96%;
}
.sondageFormStyle .labelRow {
  display: table;
  font: 14px/20px "circular-book", sans-serif;
  color: #404041;
  margin-top: 12px;
  width: 100%;
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .labelRow {
    font-size: 12px;
  }
}
.sondageFormStyle .labelRow label {
  vertical-align: top;
  display: table-cell;
}
.sondageFormStyle .labelRow label.leftLabel {
  width: 34%;
  text-align: left;
  padding-right: 20px;
}
.sondageFormStyle .labelRow label.centerLabel {
  width: 32%;
  text-align: center;
}
.sondageFormStyle .labelRow label.rightLabel {
  width: 34%;
  padding-left: 20px;
  text-align: right;
}
.sondageFormStyle .rangeSlider .rangeSlider__fill {
  background: #8ebb52;
}
.sondageFormStyle .textfield {
  padding: 0;
  margin: 0;
}
.sondageFormStyle .textfield label {
  left: 0;
}
.sondageFormStyle .textfield div.error {
  left: 0;
}
.sondageFormStyle .submitButton {
  margin: 0;
  background: #8ebb52;
  min-width: 120px;
}
.sondageFormStyle .submitButton:hover {
  color: #fff;
  background: #284d45;
}
.sondageFormStyle .leftAlign .checkBoxListWrapper {
  display: block;
  min-width: auto;
}
.sondageFormStyle .leftAlign .ratyStarsWrapper {
  text-align: left;
}
.sondageFormStyle .leftAlign .booleanPush {
  text-align: left;
  justify-content: flex-start;
}
.sondageFormStyle .leftAlign .radioRange div.error {
  text-align: left;
}
.sondageFormStyle .leftAlign .radioRange.range2 .checkBoxList li {
  padding: 0 40px 0 0;
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .leftAlign .radioRange.range2 .checkBoxList li {
    padding: 0 20px 0 0;
  }
}
.sondageFormStyle .leftAlign .radioRange.range2 .checkBoxList li label {
  text-align: left;
}
.sondageFormStyle .leftAlign .radioRange.range2 .input-checkbox .check {
  left: 0;
  margin-left: 0;
}
.sondageFormStyle .linkertsWrapper > ul {
  display: table;
  width: 100%;
}
.sondageFormStyle .linkertsWrapper li {
  box-sizing: border-box;
  padding: 0 !important;
}
.sondageFormStyle .linkertsWrapper .subjectRow {
  display: table-row;
  width: 100%;
  font: 16px/22px "circular-book", sans-serif;
}
.sondageFormStyle .linkertsWrapper .subjectRow:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.sondageFormStyle .linkertsWrapper .subjectRow > div {
  display: table-cell;
  border-bottom: solid 1px #e5e5e5;
  padding: 20px 10px;
}
.sondageFormStyle .linkertsWrapper .subjectRow .subject {
  padding: 20px 0 20px 10px;
  width: 50%;
  text-align: left;
}
.sondageFormStyle .linkertsWrapper .subjectRow .steps {
  position: relative;
  width: 50%;
  vertical-align: middle;
}
.sondageFormStyle .linkertsWrapper .subjectRow .steps li {
  float: left;
  padding: 0;
  height: 22px;
  text-align: center;
  cursor: default;
}
.sondageFormStyle .linkertsWrapper .subjectRow .steps li .input-checkbox {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.sondageFormStyle .linkertsWrapper .subjectRow .steps li .input-checkbox input {
  position: static;
}
.sondageFormStyle .linkertsWrapper .subjectRow .steps li .input-checkbox .check {
  left: 50%;
  margin-left: -11px;
}
.sondageFormStyle .linkertsWrapper .subjectRow .steps li::after {
  content: none;
}
.sondageFormStyle .linkertsWrapper .subjectRow .steps .step5 li {
  width: 20%;
}
.sondageFormStyle .linkertsWrapper .subjectRow .steps .step4 li {
  width: 25%;
}
.sondageFormStyle .linkertsWrapper .subjectRow .steps .step3 li {
  width: 33.3%;
}
.sondageFormStyle .linkertsWrapper .subjectRow .steps .error {
  top: 2px;
  padding: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font: 12px/12px "circular-book", sans-serif;
}
.sondageFormStyle .linkertsWrapper .subjectRow::after {
  display: table;
  content: "";
  clear: both;
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .linkertsWrapper .subjectRow {
    display: block;
  }
  .sondageFormStyle .linkertsWrapper .subjectRow > div {
    display: block;
  }
  .sondageFormStyle .linkertsWrapper .subjectRow .subject {
    width: 100%;
    padding: 20px 10px 0 10px;
    border-bottom: none;
  }
  .sondageFormStyle .linkertsWrapper .subjectRow .steps {
    width: 100%;
    padding: 20px 10px;
    height: 62px;
  }
  .sondageFormStyle .linkertsWrapper .subjectRow .steps ul::after {
    display: table;
    content: "";
    clear: both;
  }
}
.sondageFormStyle .linkertsWrapper .headerRow .subject {
  padding: 0;
  font: 14px/20px "circular-medium", sans-serif;
}
.sondageFormStyle .linkertsWrapper .headerRow .subject span {
  margin: 0 20px 0 0;
  white-space: nowrap;
}
.sondageFormStyle .linkertsWrapper .headerRow .subject span label {
  display: inline-block;
  width: 10px;
}
.sondageFormStyle .linkertsWrapper .headerRow .steps {
  padding-top: 10px;
  vertical-align: bottom;
}
.sondageFormStyle .linkertsWrapper .headerRow .steps .legend {
  text-align: center;
  font: 14px/20px "circular-medium", sans-serif;
  margin: 0 0 20px 0;
}
.sondageFormStyle .linkertsWrapper .headerRow .steps .legend span {
  margin: 0 10px;
  white-space: nowrap;
}
.sondageFormStyle .linkertsWrapper .headerRow .steps .legend span label {
  display: inline-block;
  width: 10px;
}
.sondageFormStyle .linkertsWrapper .headerRow .steps > div {
  border-top: none;
}
.sondageFormStyle .linkertsWrapper .headerRow .steps li {
  height: auto;
  font: 14px/20px "circular-medium", sans-serif;
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .linkertsWrapper .headerRow .subject {
    text-align: center;
    padding-bottom: 0;
  }
  .sondageFormStyle .linkertsWrapper .headerRow .subject span {
    margin: 0 10px;
  }
  .sondageFormStyle .linkertsWrapper .headerRow .steps {
    text-align: center;
    height: auto;
    padding: 10px;
  }
}
@media only screen and (max-width : 600px) {
  .sondageFormStyle .linkertsWrapper {
    display: block;
  }
}

.sondageEclairPopup .sondageContent h4 {
  font-family: "circular-book", sans-serif;
}
.sondageEclairPopup .sondageContent h6 {
  color: #8ebb52;
}
.sondageEclairPopup .sondageContent .submitButton {
  float: none;
}
.sondageEclairPopup .sondageConfirm .btn {
  margin: 0;
  background: #8ebb52;
}
.sondageEclairPopup .sondageConfirm .btn:hover {
  color: #fff;
  background: #284d45;
}
.sondageEclairPopup .sondageFormStyle .checkBoxList {
  text-align: left;
}
.sondageEclairPopup .sondageFormStyle .checkBoxListWrapper > div.error {
  left: 0;
}
.sondageEclairPopup .sondageFormStyle .checkBoxListWrapper .qtsGalerie li {
  margin: 0 5px 10px 5px;
}
@media only screen and (max-width: 360px) {
  .sondageEclairPopup .sondageFormStyle .ratyStarsWrapper.range7 .ratyStars img {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 360px) {
  .sondageEclairPopup .sondageFormStyle .ratyStarsWrapper.range9 .ratyStars img {
    height: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .sondageEclairPopup .sondageFormStyle .labelRow label {
    max-width: 40%;
  }
  .sondageEclairPopup .sondageFormStyle .labelRow label.centerLabel {
    display: none;
  }
}
.sondageEclairPopup form fieldset {
  margin: 0 0 40px 0 !important;
}
@media only screen and (max-width : 767px) {
  .sondageEclairPopup form fieldset {
    margin: 0 0 30px 0 !important;
  }
}
.sondageEclairPopup div.note {
  margin: 40px 0 0 0 !important;
}
@media only screen and (max-width : 767px) {
  .sondageEclairPopup div.note {
    margin: 30px 0 0 0 !important;
  }
}
.sondageEclairPopup div.note p {
  font-size: 14px;
}

.sondageEclairBox {
  padding-right: 0;
  background: #fff;
}
@media only screen and (max-width: 450px) {
  .sondageEclairBox {
    padding-right: 20px;
  }
}
.sondageEclairBox .relative {
  position: relative;
  padding-left: 144px;
}
@media only screen and (max-width : 1400px) {
  .sondageEclairBox .relative {
    padding-left: 120px;
  }
}
@media only screen and (max-width : 767px) {
  .sondageEclairBox .relative {
    padding-left: 80px;
  }
}
@media only screen and (max-width : 600px) {
  .sondageEclairBox .relative {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .sondageEclairBox .relative {
    padding-left: 0;
    padding-right: 0;
  }
}
.sondageEclairBox .relative > div:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 144px;
  height: 144px;
  line-height: 144px;
  font-size: 36px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 50%;
}
@media only screen and (max-width : 1400px) {
  .sondageEclairBox .relative > div:first-child {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 30px;
  }
}
@media only screen and (max-width : 767px) {
  .sondageEclairBox .relative > div:first-child {
    top: -30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
}
@media only screen and (max-width : 600px) {
  .sondageEclairBox .relative > div:first-child {
    top: -20px;
    left: -5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
  }
}
.sondageEclairBox .relative > div:first-child .icon {
  fill: #8ebb52;
  stroke: none;
}
@media only screen and (max-width: 450px) {
  .sondageEclairBox .relative > div:first-child {
    display: none;
  }
}
.sondageEclairBox .relative .sondageContent {
  max-width: 850px;
}
@media only screen and (max-width: 450px) {
  .sondageEclairBox .relative .sondageContent {
    padding-left: 0;
    padding-right: 0;
  }
}
.sondageEclairBox .relative .sondageContent h4 {
  font-family: "circular-book", sans-serif;
}
.sondageEclairBox .relative .sondageContent h6 {
  color: #8ebb52;
}
.sondageEclairBox .relative .sondageContent .submitButton {
  float: none;
}
.sondageEclairBox .sondageConfirm > div:first-child {
  font-size: 50px;
}
@media only screen and (max-width : 1400px) {
  .sondageEclairBox .sondageConfirm > div:first-child {
    font-size: 44px;
  }
}
@media only screen and (max-width : 767px) {
  .sondageEclairBox .sondageConfirm > div:first-child {
    font-size: 34px;
  }
}
@media only screen and (max-width : 600px) {
  .sondageEclairBox .sondageConfirm > div:first-child {
    font-size: 25px;
  }
}
.sondageEclairBox .sondageConfirm > div:first-child .icon {
  fill: none;
  stroke: #000;
}
.sondageEclairBox .sondageConfirm .btn {
  margin: 0;
  background: #8ebb52;
}
.sondageEclairBox .sondageConfirm .btn:hover {
  color: #fff;
  background: #284d45;
}
.sondageEclairBox .sondageFormStyle .booleanPush button {
  width: 155px;
}
@media only screen and (max-width: 500px) {
  .sondageEclairBox .sondageFormStyle .booleanPush button {
    display: block;
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .sondageEclairBox .sondageFormStyle .ratyStarsWrapper.range7 .ratyStars img {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 360px) {
  .sondageEclairBox .sondageFormStyle .ratyStarsWrapper.range9 .ratyStars img {
    height: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .sondageEclairBox .sondageFormStyle .labelRow label {
    max-width: 40%;
  }
  .sondageEclairBox .sondageFormStyle .labelRow label.centerLabel {
    display: none;
  }
}
.sondageEclairBox form fieldset {
  margin: 0 0 40px 0 !important;
}
@media only screen and (max-width : 767px) {
  .sondageEclairBox form fieldset {
    margin: 0 0 30px 0 !important;
  }
}
.sondageEclairBox div.note {
  margin: 40px 0 0 0 !important;
}
@media only screen and (max-width : 767px) {
  .sondageEclairBox div.note {
    margin: 30px 0 0 0 !important;
  }
}
.sondageEclairBox div.note p {
  font-size: 14px;
}

#overlayPopup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  z-index: 500;
}
#overlayPopup .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 600ms;
  background: rgba(0, 0, 0, 0.7);
}
#overlayPopup .wrapper {
  position: absolute;
  width: 700px;
  top: 50%;
  left: 50%;
  opacity: 0;
  max-height: 90%;
  padding: 90px;
  background: #fff;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  transform: translate(-50%, -25%);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 600ms;
}
@media screen and (max-width: 1024px) {
  #overlayPopup .wrapper {
    padding: 75px 30px;
  }
}
@media screen and (max-width: 768px) {
  #overlayPopup .wrapper {
    width: 500px;
    padding: 60px 20px 40px;
  }
}
@media screen and (max-width: 600px) {
  #overlayPopup .wrapper {
    width: auto;
    left: 20px;
    right: 20px;
    transform: translateY(-25%);
  }
}
#overlayPopup .wrapper::-webkit-scrollbar {
  display: none;
}
#overlayPopup .wrapper .close {
  position: absolute;
  top: 35px;
  right: 35px;
  opacity: 0.6;
  transition: opacity 200ms;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #overlayPopup .wrapper .close {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #overlayPopup .wrapper .close {
    top: 20px;
    right: 20px;
  }
}
#overlayPopup .wrapper .close:hover {
  opacity: 1;
}
#overlayPopup .wrapper .close .x {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 10px;
}
#overlayPopup .wrapper .close .x::before, #overlayPopup .wrapper .close .x::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #8ebb52;
}
#overlayPopup .wrapper .close .x::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#overlayPopup .wrapper .close .x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.showOverlayPopup.closing #overlayPopup .overlay {
  opacity: 0;
}
.showOverlayPopup.closing #overlayPopup .wrapper {
  opacity: 0;
  transform: translate(-50%, -25%);
}
@media screen and (max-width: 600px) {
  .showOverlayPopup.closing #overlayPopup .wrapper {
    transform: translateY(-25%);
  }
}
.showOverlayPopup #overlayPopup {
  visibility: visible;
  z-index: 500;
  pointer-events: all;
}
.showOverlayPopup #overlayPopup .overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 600ms;
}
.showOverlayPopup #overlayPopup .wrapper {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .showOverlayPopup #overlayPopup .wrapper {
    transform: translateY(-50%);
  }
}

/*# sourceMappingURL=styleSaintEsprit.css.map */
