/* VARIABLES */
.quicksand {
  font-family: Quicksand, sans-serif;
}
.montserrat {
  font-family: Montserrat, sans-serif;
}
.caps {
  text-transform: uppercase;
}
.animColor {
  transition: color 0.3s ease-in-out;
}
.animBG {
  transition: background 0.3s ease-in-out;
}
.animOpac {
  transition: opacity 0.3s ease-in-out;
}
.animbtn {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.animAll {
  transition: all 0.3s ease-in-out;
}
.row_after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
}
.border_box {
  box-sizing: border-box;
}
/* FUNCTIONS */
/* MEDIA QUERIES */
.grid_1 {
  width: 6.5%;
}
.grid_2 {
  width: 15%;
}
.grid_3 {
  width: 23.5%;
}
.grid_4 {
  width: 32%;
}
.grid_5 {
  width: 40.5%;
}
.grid_6 {
  width: 49%;
}
.grid_7 {
  width: 57.5%;
}
.grid_8 {
  width: 66%;
}
.grid_9 {
  width: 74.5%;
}
.grid_10 {
  width: 83%;
}
.grid_11 {
  width: 91.5%;
}
.grid_12 {
  width: 100%;
}
.grid_5col {
  width: 18.4%;
}
.grid_3col {
  width: 33.4%;
}
.grid_1,
.grid_10,
.grid_11,
.grid_12,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_5col,
.grid_6,
.grid_3col,
.grid_7,
.grid_8,
.grid_9 {
  margin: 0 1% 4%;
  float: left;
  display: block;
  box-sizing: border-box;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.gamma {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .lHide {
    display: none !important;
  }
  .lShow {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .mHide {
    display: none !important;
  }
  .mShow {
    display: block !important;
  }
  .grid_1,
  .grid_10,
  .grid_11,
  .grid_12,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_5col,
  .grid_3col,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9 {
    width: 100%;
    margin: 0 0 4%;
    float: none;
  }
  .grid_m_1 {
    width: 6.5% !important;
  }
  .grid_m_2 {
    width: 15% !important;
  }
  .grid_m_3 {
    width: 23.5% !important;
  }
  .grid_m_4 {
    width: 32% !important;
  }
  .grid_m_5 {
    width: 40.5% !important;
  }
  .grid_m_6 {
    width: 49% !important;
  }
  .grid_m_7 {
    width: 57.5% !important;
  }
  .grid_m_8 {
    width: 66% !important;
  }
  .grid_m_9 {
    width: 74.5% !important;
  }
  .grid_m_10 {
    width: 83% !important;
  }
  .grid_m_11 {
    width: 91.5% !important;
  }
  .grid_m_12 {
    width: 100% !important;
  }
  .grid_m_5col {
    width: 18.4% !important;
  }
  .grid_m_1,
  .grid_m_10,
  .grid_m_11,
  .grid_m_12,
  .grid_m_2,
  .grid_m_3,
  .grid_m_4,
  .grid_m_5,
  .grid_m_5col,
  .grid_m_6,
  .grid_m_7,
  .grid_m_8,
  .grid_m_9 {
    margin: 0 1% 4%;
    float: left;
    display: block;
  }
  .m_alpha {
    margin-left: 0;
  }
  .m_omega {
    margin-right: 0;
  }
  .m_gamma {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .grid_m_1,
  .grid_m_10,
  .grid_m_11,
  .grid_m_12,
  .grid_m_2,
  .grid_m_3,
  .grid_m_4,
  .grid_m_5,
  .grid_m_5col,
  .grid_m_6,
  .grid_m_7,
  .grid_m_8,
  .grid_m_9 {
    width: 100% !important;
    margin: 0 0 4%;
    float: none;
  }
  .grid_s_1 {
    width: 6.5% !important;
  }
  .grid_s_2 {
    width: 15% !important;
  }
  .grid_s_3 {
    width: 23.5% !important;
  }
  .grid_s_4 {
    width: 32% !important;
  }
  .grid_s_5 {
    width: 40.5% !important;
  }
  .grid_s_6 {
    width: 49% !important;
  }
  .grid_s_7 {
    width: 57.5% !important;
  }
  .grid_s_8 {
    width: 66% !important;
  }
  .grid_s_9 {
    width: 74.5% !important;
  }
  .grid_s_10 {
    width: 83% !important;
  }
  .grid_s_11 {
    width: 91.5% !important;
  }
  .grid_s_12 {
    width: 100% !important;
  }
  .grid_s_5col {
    width: 18.4% !important;
  }
  .grid_s_1,
  .grid_s_10,
  .grid_s_11,
  .grid_s_12,
  .grid_s_2,
  .grid_s_3,
  .grid_s_4,
  .grid_s_5,
  .grid_s_5col,
  .grid_s_6,
  .grid_s_7,
  .grid_s_8,
  .grid_s_9 {
    margin: 0 1% 15px;
    float: left;
    display: block;
  }
  .m_alpha {
    margin-left: 0;
  }
  .m_omega {
    margin-right: 0;
  }
  .m_gamma {
    margin-bottom: 0;
  }
  .sHide {
    display: none !important;
  }
  .sShow {
    display: block !important;
  }
}
.grid_1.full,
.grid_10.full,
.grid_11.full,
.grid_12.full,
.grid_2.full,
.grid_3.full,
.grid_4.full,
.grid_5.full,
.grid_6.full,
.grid_7.full,
.grid_8.full,
.grid_9.full,
.grid_5col.full,
.grid_3col.full {
  margin: 0 0 4%;
}
.grid_1.full {
  width: 8.3333%;
}
.grid_2.full {
  width: 16.6667%;
}
.grid_3.full {
  width: 25%;
}
.grid_4.full {
  width: 33.3333%;
}
.grid_5.full {
  width: 41.6667%;
}
.grid_6.full {
  width: 50%;
}
.grid_7.full {
  width: 58.3333%;
}
.grid_8.full {
  width: 66.6667%;
}
.grid_9.full {
  width: 75%;
}
.grid_10.full {
  width: 83.3333%;
}
.grid_11.full {
  width: 91.6667%;
}
.grid_12.full {
  width: 100%;
}
.grid_5col.full {
  width: 20%;
}
.grid_3col.full {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .grid_1.full,
  .grid_10.full,
  .grid_11.full,
  .grid_12.full,
  .grid_2.full,
  .grid_3.full,
  .grid_4.full,
  .grid_5.full,
  .grid_6.full,
  .grid_7.full,
  .grid_8.full,
  .grid_9.full,
  .grid_5col.full,
  .grid_3col.full {
    width: 100% !important;
    margin: 0 0 4%;
  }
  .grid_m_1.full {
    width: 8.3333% !important;
  }
  .grid_m_2.full {
    width: 16.6667% !important;
  }
  .grid_m_3.full {
    width: 25% !important;
  }
  .grid_m_4.full {
    width: 33.3333% !important;
  }
  .grid_m_5.full {
    width: 41.6667% !important;
  }
  .grid_m_6.full {
    width: 50% !important;
  }
  .grid_m_7.full {
    width: 58.3333% !important;
  }
  .grid_m_8.full {
    width: 66.6667% !important;
  }
  .grid_m_9.full {
    width: 75% !important;
  }
  .grid_m_10.full {
    width: 83.3333% !important;
  }
  .grid_m_11.full {
    width: 91.6667% !important;
  }
  .grid_m_12.full {
    width: 100% !important;
  }
  .grid_m_5col.full {
    width: 20% !important;
  }
}
@media screen and (max-width: 480px) {
  .grid_m_1.full,
  .grid_m_10.full,
  .grid_m_11.full,
  .grid_m_12.full,
  .grid_m_2.full,
  .grid_m_3.full,
  .grid_m_4.full,
  .grid_m_5.full,
  .grid_m_6.full,
  .grid_m_7.full,
  .grid_m_8.full,
  .grid_m_9.full,
  .grid_m_5col.full {
    width: 100% !important;
    margin: 0 0 4%;
  }
  .grid_s_1.full {
    width: 8.3333%;
  }
  .grid_s_2.full {
    width: 16.6667% !important;
  }
  .grid_s_3.full {
    width: 25% !important;
  }
  .grid_s_4.full {
    width: 33.3333% !important;
  }
  .grid_s_5.full {
    width: 41.6667% !important;
  }
  .grid_s_6.full {
    width: 50% !important;
  }
  .grid_s_7.full {
    width: 58.3333% !important;
  }
  .grid_s_8.full {
    width: 66.6667% !important;
  }
  .grid_s_9.full {
    width: 75% !important;
  }
  .grid_s_10.full {
    width: 83.3333% !important;
  }
  .grid_s_11.full {
    width: 91.6667% !important;
  }
  .grid_s_12.full {
    width: 100% !important;
  }
  .grid_s_5col.full {
    width: 20% !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .grid_l_1 {
    width: 6.5%;
  }
  .grid_l_2 {
    width: 15%;
  }
  .grid_l_3 {
    width: 23.5%;
  }
  .grid_l_4 {
    width: 32%;
  }
  .grid_l_5 {
    width: 40.5%;
  }
  .grid_l_6 {
    width: 49%;
  }
  .grid_l_7 {
    width: 57.5%;
  }
  .grid_l_8 {
    width: 66%;
  }
  .grid_l_9 {
    width: 74.5%;
  }
  .grid_l_10 {
    width: 83%;
  }
  .grid_l_11 {
    width: 91.5%;
  }
  .grid_l_12 {
    width: 100%;
  }
  .grid_l_5col {
    width: 18.4%;
  }
  .grid_l_1,
  .grid_l_10,
  .grid_l_11,
  .grid_l_12,
  .grid_l_2,
  .grid_l_3,
  .grid_l_4,
  .grid_l_5,
  .grid_l_5col,
  .grid_l_6,
  .grid_l_7,
  .grid_l_8,
  .grid_l_9 {
    margin: 0 1% 4%;
    float: left;
    display: block;
    box-sizing: border-box;
  }
  .l_alpha {
    margin-left: 0;
  }
  .l_omega {
    margin-right: 0;
  }
  .grid_l_1.full {
    width: 8.3333%;
  }
  .grid_l_2.full {
    width: 16.6667%;
  }
  .grid_l_3.full {
    width: 25%;
  }
  .grid_l_4.full {
    width: 33.3333%;
  }
  .grid_l_5.full {
    width: 41.6667%;
  }
  .grid_l_6.full {
    width: 50%;
  }
  .grid_l_7.full {
    width: 58.3333%;
  }
  .grid_l_8.full {
    width: 66.6667%;
  }
  .grid_l_9.full {
    width: 75%;
  }
  .grid_l_10.full {
    width: 83.3333%;
  }
  .grid_l_11.full {
    width: 91.6667%;
  }
  .grid_l_12.full {
    width: 100%;
  }
  .grid_l_5col.full {
    width: 20%;
  }
  .grid_l_1.full,
  .grid_l_10.full,
  .grid_l_11.full,
  .grid_l_12.full,
  .grid_l_2.full,
  .grid_l_3.full,
  .grid_l_4.full,
  .grid_l_5.full,
  .grid_l_5col.full,
  .grid_l_6.full,
  .grid_l_7.full,
  .grid_l_8.full,
  .grid_l_9.full {
    margin: 0 0 4%;
    float: left;
    display: block;
    box-sizing: border-box;
  }
  .l_alpha {
    margin-left: 0;
  }
  .l_omega {
    margin-right: 0;
  }
}
.before_1 {
  padding-left: 8.3333%;
}
.before_2 {
  padding-left: 16.6667%;
}
.before_3 {
  padding-left: 25%;
}
.before_4 {
  padding-left: 33.3333%;
}
.before_5 {
  padding-left: 41.6667%;
}
.before_6 {
  padding-left: 50%;
}
.before_7 {
  padding-left: 58.3333%;
}
.before_8 {
  padding-left: 66.6667%;
}
.before_9 {
  padding-left: 75%;
}
.before_10 {
  padding-left: 83.3333%;
}
.before_11 {
  padding-left: 91.6667%;
}
.before_12 {
  padding-left: 100%;
}
.before_5col {
  padding-left: 20%;
}
.after_1 {
  padding-right: 8.3333%;
}
.after_2 {
  padding-right: 16.6667%;
}
.after_3 {
  padding-right: 25%;
}
.after_4 {
  padding-right: 33.3333%;
}
.after_5 {
  padding-right: 41.6667%;
}
.after_6 {
  padding-right: 50%;
}
.after_7 {
  padding-right: 58.3333%;
}
.after_8 {
  padding-right: 66.6667%;
}
.after_9 {
  padding-right: 75%;
}
.after_10 {
  padding-right: 83.3333%;
}
.after_11 {
  padding-right: 91.6667%;
}
.after_12 {
  padding-right: 100%;
}
.after_5col {
  padding-right: 20%;
}
.padd_top {
  padding-top: 30px;
}
strong {
  font-size: 1.2em;
}
@media screen and (max-width :768px) {
  .before_1,
  .before_2,
  .before_3,
  .before_4,
  .before_5,
  .before_6,
  .before_7,
  .before_8,
  .before_9,
  .before_10,
  .before_11,
  .before_12,
  .before_5col {
    padding-left: 0;
  }
  .after_1,
  .after_2,
  .after_3,
  .after_4,
  .after_5,
  .after_6,
  .after_7,
  .after_8,
  .after_9,
  .after_10,
  .after_11,
  .after_12,
  .after_5col {
    padding-right: 0;
  }
  .before_m_1 {
    padding-left: 8.3333%;
  }
  .before_m_2 {
    padding-left: 16.6667%;
  }
  .before_m_3 {
    padding-left: 25%;
  }
  .before_m_4 {
    padding-left: 33.3333%;
  }
  .before_m_5 {
    padding-left: 41.6667%;
  }
  .before_m_6 {
    padding-left: 50%;
  }
  .before_m_7 {
    padding-left: 58.3333%;
  }
  .before_m_8 {
    padding-left: 66.6667%;
  }
  .before_m_9 {
    padding-left: 75%;
  }
  .before_m_10 {
    padding-left: 83.3333%;
  }
  .before_m_11 {
    padding-left: 91.6667%;
  }
  .before_m_12 {
    padding-left: 100%;
  }
  .before_m_5col {
    padding-left: 20%;
  }
  .after_m_1 {
    padding-right: 8.3333%;
  }
  .after_m_2 {
    padding-right: 16.6667%;
  }
  .after_m_3 {
    padding-right: 25%;
  }
  .after_m_4 {
    padding-right: 33.3333%;
  }
  .after_m_5 {
    padding-right: 41.6667%;
  }
  .after_m_6 {
    padding-right: 50%;
  }
  .after_m_7 {
    padding-right: 58.3333%;
  }
  .after_m_8 {
    padding-right: 66.6667%;
  }
  .after_m_9 {
    padding-right: 75%;
  }
  .after_m_10 {
    padding-right: 83.3333%;
  }
  .after_m_11 {
    padding-right: 91.6667%;
  }
  .after_m_12 {
    padding-right: 100%;
  }
  .after_m_5col {
    padding-right: 20%;
  }
}
@media screen and (max-width: 480px) {
  .before_m_1,
  .before_m_2,
  .before_m_3,
  .before_m_4,
  .before_m_5,
  .before_m_6,
  .before_m_7,
  .before_m_8,
  .before_m_9,
  .before_m_10,
  .before_m_11,
  .before_m_12,
  .before_m_5col {
    padding-left: 0;
  }
  .after_m_1,
  .after_m_2,
  .after_m_3,
  .after_m_4,
  .after_m_5,
  .after_m_6,
  .after_m_7,
  .after_m_8,
  .after_m_9,
  .after_m_10,
  .after_m_11,
  .after_m_12,
  .after_m_5col {
    padding-right: 0;
  }
  .before_s_1 {
    padding-left: 8.3333%;
  }
  .before_s_2 {
    padding-left: 16.6667%;
  }
  .before_s_3 {
    padding-left: 25%;
  }
  .before_s_4 {
    padding-left: 33.3333%;
  }
  .before_s_5 {
    padding-left: 41.6667%;
  }
  .before_s_6 {
    padding-left: 50%;
  }
  .before_s_7 {
    padding-left: 58.3333%;
  }
  .before_s_8 {
    padding-left: 66.6667%;
  }
  .before_s_9 {
    padding-left: 75%;
  }
  .before_s_10 {
    padding-left: 83.3333%;
  }
  .before_s_11 {
    padding-left: 91.6667%;
  }
  .before_s_12 {
    padding-left: 100%;
  }
  .before_s_5col {
    padding-left: 20%;
  }
  .after_s_1 {
    padding-right: 8.3333%;
  }
  .after_s_2 {
    padding-right: 16.6667%;
  }
  .after_s_3 {
    padding-right: 25%;
  }
  .after_s_4 {
    padding-right: 33.3333%;
  }
  .after_s_5 {
    padding-right: 41.6667%;
  }
  .after_s_6 {
    padding-right: 50%;
  }
  .after_s_7 {
    padding-right: 58.3333%;
  }
  .after_s_8 {
    padding-right: 66.6667%;
  }
  .after_s_9 {
    padding-right: 75%;
  }
  .after_s_10 {
    padding-right: 83.3333%;
  }
  .after_s_11 {
    padding-right: 91.6667%;
  }
  .after_s_12 {
    padding-right: 100%;
  }
  .after_s_5col {
    padding-right: 20%;
  }
}
@media print {
  .no_print {
    display: none !important;
  }
}
/* GLOBAL & COMMUN *********************************************************
****************************************************************************/
body {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  background: #f9f9f9 url(../images/pattern_white.png);
  background-attachment: fixed;
}
hr {
  border-top: 1px solid #67e09f;
  margin: 20px 0;
}
.h1,
.wysiwyg h1 {
  display: block;
  text-align: center;
  position: relative;
  background: none;
  background-attachment: fixed;
}
.h1 span,
.wysiwyg h1 span {
  display: inline-block;
  width: 100%;
  max-width: 1330px;
  margin-top: -95px;
  padding: 40px 50px 50px;
  font-family: Quicksand, sans-serif;
  color: #FFF;
  font-weight: 700;
  font-size: 66px;
  background: #67e09f;
}
@media screen and (max-width :1024px) {
  .h1 span,
  .wysiwyg h1 span {
    font-size: 5.5vw;
    padding: 40px 8.333299999999999% 50px;
  }
}
@media screen and (max-width :768px) {
  .h1 span,
  .wysiwyg h1 span {
    font-size: 6vw;
  }
}
.h1 span img,
.wysiwyg h1 span img {
  margin: 0 0 -25px 25px;
}
@media screen and (max-width :1024px) {
  .h1 span img,
  .wysiwyg h1 span img {
    display: none;
  }
}
.h1:after,
.wysiwyg h1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -37px;
  height: 37px;
  background: url(../images/h1_after.png) center no-repeat;
}
.wysiwyg h1:after {
  display: none;
}
.page_with_map_header h1 span {
  margin-top: 0;
}
.h2_with_after,
h2.with_after,
.h2,
.wysiwyg h2 {
  font-size: 25px;
  font-weight: 700;
  color: #FFF;
  background: #d4e132;
  display: inline-block;
  margin: 0 auto 45px;
  padding: 20px 30px;
  letter-spacing: 3px;
  position: relative;
}
@media screen and (min-width : 1px) {
  .h2_with_after:after,
  h2.with_after:after,
  .h2:after,
  .wysiwyg h2:after {
    width: 30px;
    height: 30px;
    background: #d4e132;
    display: block;
    position: absolute;
    top: calc(100% - 15px);
    left: calc(50% - 15px);
    content: '';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0;
  }
}
@media screen and (max-width :768px) {
  .h2_with_after,
  h2.with_after,
  .h2,
  .wysiwyg h2 {
    font-size: 4.75vw;
    line-height: 1.3;
    padding: 15px 4.16665%;
  }
}
.h3,
.wysiwyg h3 {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #67e09f;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 12px;
}
.h4,
.wysiwyg h4 {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #67e09f;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 25px;
}
.h4:before,
.wysiwyg h4:before {
  content: '«';
  display: block;
}
.h4:after,
.wysiwyg h4:after {
  display: block;
  content: '»';
}
p {
  font-family: Quicksand, sans-serif;
  color: #717171;
  padding-bottom: 25px;
  line-height: 24px;
  font-size: 16px;
}
p:nth-last-child(1) {
  padding: 0;
}
.wysiwyg a {
  color: #67e09f;
  font-style: italic;
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
*::selection {
  background: rgba(212, 225, 50, 0.4);
  color: #717171;
}
*::-moz-selection {
  background: rgba(212, 225, 50, 0.4);
  color: #717171;
}
.small_wrapper {
  max-width: 1630px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 8.333299999999999%;
}
@media screen and (max-width :1024px) {
  .small_wrapper {
    padding: 0 2%;
  }
}
.wrapper {
  max-width: 1630px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 2%;
}
.large_wrapper {
  max-width: 1630px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
}
.page_content {
  padding: 75px 0;
  background-attachment: fixed;
}
.page_content.event,
.page_content.no_padd {
  padding: 0;
}
.table {
  display: table;
  width: 100%;
}
.table .table-row {
  display: table-row;
}
.table .table-row .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.small_lang {
  color: #fff;
  padding: 7px 0;
  display: inline-block;
}
@media screen and (max-width: 405px) {
  .small_lang {
    position: relative;
  }
}
@media screen and (max-width: 405px) {
  #home_menu_open.small .toggle_menu {
    position: absolute;
    right: 11%;
  }
}
.toggle_menu {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 30px;
  float: left;
}
.toggle_menu:after {
  margin-top: 5px;
}
.toggle_menu:before {
  margin-top: -7px;
}
.toggle_menu span {
  margin-top: -1px;
}
.toggle_menu:before,
.toggle_menu:after,
.toggle_menu span {
  transition: all 300ms ease;
  display: block;
  border-radius: 10px;
  height: 3px;
  width: 50%;
  left: 25%;
  position: absolute;
  top: 50%;
  content: '';
}
.toggle_menu:hover:before,
.toggle_menu:hover:after,
.toggle_menu:hover span {
  left: 20%;
  width: 60%;
}
.toggle_menu:hover:before {
  margin-top: -9px;
}
.toggle_menu:hover:after {
  margin-top: 7px;
}
@media screen and (min-width : 1px) {
  .toggle_menu.active:before,
  .toggle_menu.active:after {
    left: 20%;
    width: 60%;
    margin-top: 0 !important;
  }
  .toggle_menu.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .toggle_menu.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle_menu.active span {
    opacity: 0 !important;
    width: 0 !important;
    left: 60% !important;
  }
}
.header_naked {
  width: 100%;
  min-height: 305px;
  background-position: top center;
  background-repeat: no-repeat;
  border-bottom: 14px solid #67e09f;
}
#promo_header {
  background-position: top center;
}
@media screen and (max-width: 1024px) {
  #promo_header {
    background-size: 150% !important;
    background-position: top center !important;
  }
}
@media screen and (max-width: 500px) {
  #promo_header {
    background-size: 200% !important;
  }
}
@media screen and (max-width: 400px) {
  #promo_header {
    background-size: 250% !important;
  }
}
@media screen and (max-width: 320px) {
  #promo_header {
    background-size: 280% !important;
  }
}
.header_filter {
  width: 100%;
  min-height: 430px;
  background-position: top center;
  background-repeat: no-repeat;
  border-bottom: 14px solid #67e09f;
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width :768px) {
  .header_filter {
    min-height: 500px;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: initial !important;
  }
}
.header_filter#about_header a {
  width: 23.5%;
}
@media screen and (max-width :768px) {
  .header_filter#about_header a {
    width: 100%;
  }
}
#filter {
  background: #FFF;
  width: 100%;
  padding: 1%;
  margin-bottom: 15px;
}
#filter > a,
#filter > input {
  font-size: .9vw;
  display: block;
  float: left;
  padding: 15px;
  border: 2px solid #67e09f;
  margin: 0 1%;
  text-align: center;
  color: #67e09f;
  background-color: #ffffff;
  transition: color 200ms ease, background 200ms ease;
  border: #67e09f 2px solid;
  text-transform: uppercase;
}
#filter > a:nth-child(1),
#filter > input:nth-child(1) {
  margin: 0 1% 0 0 !important;
}
#filter > a:nth-last-child(1),
#filter > input:nth-last-child(1) {
  margin: 0 0 0 1% !important;
}
@media screen and (max-width :1024px) {
  #filter > a,
  #filter > input {
    font-size: 12px;
  }
}
@media screen and (max-width :768px) {
  #filter > a,
  #filter > input {
    margin: 3px 0;
  }
  #filter > a:nth-child(1),
  #filter > input:nth-child(1) {
    margin: 0 0 3px 0 !important;
  }
  #filter > a:nth-last-child(1),
  #filter > input:nth-last-child(1) {
    margin: 3px 0 0 0 !important;
  }
}
#filter > a:hover,
#filter > input:hover {
  color: #ffffff;
  background-color: #67e09f;
}
#filter.filter_commercants a {
  width: 12.55%;
}
@media screen and (max-width :768px) {
  #filter.filter_commercants a {
    width: 100%;
  }
}
#google_map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#google_map .gmap_bubble {
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}
#google_map .gmap_bubble:after {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #67e09f;
  z-index: 1;
  pointer-events: none;
  transition: top 200ms ease,
            bottom 200ms ease,
              left 200ms ease,
             right 200ms ease,
            border 200ms ease;
}
.header_map {
  position: relative;
  width: 100%;
  min-height: 300px;
  transition: height 0.7s ease-in-out;
}
.header_map.open {
  height: calc(100vh - 150px);
}
#map_trigger {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 26px;
  background: url(../images/map_frame.png);
}
#map_trigger div {
  width: 106px;
  height: 106px;
  background: url(../images/map_trigger.png) center no-repeat;
  margin: -40px auto 0 auto;
  padding: 50px 10px 0;
}
#map_trigger div p {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #67e09f;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width :768px) {
  #map_trigger div p {
    font-size: 12px;
  }
}
#show_all_merchants {
  color: #d4e132;
  background-color: #ffffff;
  transition: color 200ms ease, background 200ms ease;
  border: #d4e132 2px solid;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 20px 15px 45px;
  font-size: 12px;
  border: 0 !important;
  background-image: url(../images/back_icon.jpg);
  background-repeat: no-repeat;
  background-position: 10px center;
}
#show_all_merchants:hover {
  color: #ffffff;
  background-color: #d4e132;
}
@media screen and (max-width :768px) {
  #show_all_merchants {
    display: block;
    max-width: 235px;
    margin: 5px auto;
    float: none !important;
  }
}
#contenu {
  background: #FFF;
  padding: 75px;
}
@media screen and (max-width :1024px) {
  #contenu {
    padding: 4.16665%;
  }
}
.infinite_container .item_list {
  display: block;
  position: relative;
  border-bottom: 2px solid #67e09f;
  padding: 25px 25px 40px 25px;
  background: #FFF;
  margin-bottom: 25px;
}
.infinite_container .item_list .image {
  width: 100%;
  padding-bottom: 80%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width :768px) {
  .infinite_container .item_list .image {
    padding-bottom: 55%;
  }
}
.infinite_container .item_list .image:after {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px solid #67e09f;
  z-index: 1;
  pointer-events: none;
  transition: top 200ms ease,
            bottom 200ms ease,
              left 200ms ease,
             right 200ms ease,
            border 200ms ease;
}
.infinite_container .item_list .image:hover:after {
  border: 8px solid #67e09f;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.infinite_container .item_list h3 {
  margin-bottom: 20px;
}
.infinite_container .item_list p {
  padding: 0;
}
.infinite_container .item_list:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  left: calc(50% - 21px);
  bottom: -21px;
  background: url(../images/fleche_after_normal.png) center no-repeat;
}
.infinite_container .item_list:hover:after {
  content: "";
  display: block;
  background: url(../images/fleche_after_hover.png) center no-repeat;
}
.infinite_container.media .item_list:after {
  background: url(../images/play_after_normal.png) center no-repeat;
}
.infinite_container.media .item_list:hover:after {
  background: url(../images/play_after_hover.png) center no-repeat;
}
.infinite_scroll {
  display: block;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 110px);
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 30px;
  border: none !important;
  z-index: 100;
  color: #ffffff;
  background-color: #d4e132;
  transition: color 200ms ease, background 200ms ease;
  border: #ffffff 2px solid;
  text-transform: uppercase;
}
@media screen and (max-width :768px) {
  .infinite_scroll {
    bottom: -123px;
  }
}
.infinite_scroll:hover {
  color: #d4e132;
  background-color: #ffffff;
}
.date {
  position: absolute;
  z-index: 2;
  top: 45px;
  right: 45px;
}
.date .single_date {
  background: #d4e132;
  color: #FFF;
  text-transform: uppercase;
  width: 40px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width :480px) {
  .date .single_date {
    width: 30px;
  }
}
.date .single_date .day {
  font-size: 16px;
  padding-top: 6px;
}
@media screen and (max-width :480px) {
  .date .single_date .day {
    font-size: 12px;
    padding-top: 5px;
  }
}
.date .single_date .month {
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
}
@media screen and (max-width :480px) {
  .date .single_date .month {
    font-size: 9px;
    padding-bottom: 4px;
  }
}
.date .single_date .year {
  color: #d4e132;
  background: #FFF;
  font-size: 10px;
  padding: 2px 0;
}
@media screen and (max-width :480px) {
  .date .single_date .year {
    font-size: 8px;
  }
}
.date .to {
  display: inline-block;
  position: absolute;
  top: calc(50% - 13px);
  right: calc(50% - 18px);
  font-size: 10px;
  color: #FFF;
  text-transform: uppercase;
  background: #67e09f;
  width: 25px;
  text-align: center;
  padding: 6px 0;
  font-weight: 400;
}
@media screen and (max-width :480px) {
  .date .to {
    width: 25px;
    font-size: 10px;
    padding: 5px 0;
    top: calc(50% - 13px);
    right: calc(50% - 18px);
  }
}
.events .date {
  top: 15px;
  right: 15px;
}
.hidden {
  display: none;
}
/* ACCUEIL */
#invis_play_btn {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  width: 100%;
  height: 35vh;
  z-index: 2;
  position: fixed;
  top: 20vh;
}
@media screen and (max-width: 800px) {
  #invis_play_btn {
    /*display:none;*/
  }
}
#main_content {
  position: relative;
  z-index: 3;
}
.acc_icons {
  margin: 0 auto;
  position: relative;
  top: 25px;
}
.acc_icons a {
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  margin-left: 28px;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 110px;
}
.acc_icons a:first-of-type {
  margin-left: 0;
}
.acc_icons a:hover {
  border: 3px solid #d4e132;
  background-color: #d4e132;
}
#icon_acc_01 img {
  position: relative;
}
#icon_acc_02 img {
  position: relative;
  top: 4px;
}
#icon_acc_09 img {
  position: relative;
  left: 3px;
  top: 6px;
}
#icon_acc_10 img {
  position: relative;
  top: 5px;
}
#icon_acc_06 img {
  position: relative;
  top: 2px;
}
#icon_acc_03 img {
  position: relative;
  top: 2px;
}
#icon_acc_04 img {
  position: relative;
  left: 1px;
  top: 8px;
}
#icon_acc_05 img {
  position: relative;
  top: 4px;
}
#icon_acc_07 img {
  position: relative;
  top: 1px;
}
#icon_acc_08 img {
  position: relative;
  top: 1px;
}
@media screen and (max-width: 1150px) {
  .acc_icons a {
    width: 60px;
    height: 60px;
    line-height: 70px !important;
  }
  .acc_icons a img {
    height: 50%;
    width: 50%;
  }
  #icon_acc_01 img {
    position: relative;
  }
  #icon_acc_02 img {
    position: relative;
    top: -2px;
  }
  #icon_acc_09 img {
    position: relative;
    left: 2px;
    top: -1px;
  }
  #icon_acc_10 img {
    position: relative;
    top: 1px;
  }
  #icon_acc_06 img {
    position: relative;
    top: 1px;
  }
  #icon_acc_03 img {
    position: relative;
    left: 1px;
    top: -1px;
  }
  #icon_acc_04 img {
    position: relative;
    top: -1px;
  }
  #icon_acc_05 img {
    position: relative;
    left: -1px;
    top: 0px;
  }
  #icon_acc_07 img {
    position: relative;
    left: 1px;
    top: 0px;
  }
  #icon_acc_08 img {
    position: relative;
    left: -1px;
    top: -1px;
  }
}
@media screen and (max-width: 820px) {
  .acc_icons a {
    width: 60px;
    height: 60px;
    line-height: 70px !important;
    margin-left: 15px;
  }
  .acc_icons a:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-hidden {
    display: none;
  }
}
#home_menu_open {
  top: 0;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 200;
  position: fixed;
  overflow: hidden;
  transition: bottom 200ms ease;
  background: #FFF;
}
#home_menu_open .top > a {
  color: #3c3c3c;
  font-size: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media screen and (max-width :480px) {
  #home_menu_open .top > a {
    padding: 5px 0;
    font-size: 6.5vw;
  }
}
#home_menu_open .top > a span {
  font-weight: 700;
}
#home_menu_open .middle {
  position: relative;
}
#home_menu_open .middle ul {
  list-style: none;
}
@media screen and (max-width :768px) {
  #home_menu_open .middle ul {
    text-align: center;
  }
}
#home_menu_open .middle ul a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: #67e09f;
  text-align: center;
}
#home_menu_open .middle ul a .hover {
  color: #FFF;
  background: #67e09f;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: right 300ms ease;
}
#home_menu_open .middle ul a.alt_color {
  color: #d4e132;
}
#home_menu_open .middle ul a.alt_color .hover {
  background: #d4e132;
}
@media screen and (max-width :768px) {
  #home_menu_open .middle ul .hover {
    display: none;
  }
  #home_menu_open .middle ul a {
    white-space: inherit;
  }
}
#home_menu_open #menu_left a {
  letter-spacing: -1px;
  padding: 15px 0;
  font-size: 75px;
  font-size: 4.75vw;
  font-weight: 700;
}
@media screen and (max-width :1280px) {
  #home_menu_open #menu_left a {
    font-size: 5.25vw;
  }
}
@media screen and (max-width :768px) {
  #home_menu_open #menu_left a {
    font-size: 9vw;
  }
}
#home_menu_open #menu_left a .hover {
  padding: 15px 0;
  left: -20px;
  right: calc(120%);
}
#home_menu_open #menu_left a:hover .hover {
  right: -20px;
}
#home_menu_open #menu_right {
  text-align: right;
  padding-top: 8%;
}
#home_menu_open #menu_right :nth-child(6) {
  height: 30px;
}
@media screen and (max-width :768px) {
  #home_menu_open #menu_right {
    text-align: center;
    padding-top: 0;
  }
}
#home_menu_open #menu_right ul a {
  padding: 10px 0;
  font-size: 40px;
  font-size: 2.25vw;
  font-family: Quicksand, sans-serif;
  color: #474747;
  margin-bottom: 10px;
}
@media screen and (max-width :1280px) {
  #home_menu_open #menu_right ul a {
    font-size: 2.5vw;
  }
}
@media screen and (max-width :1024px) {
  #home_menu_open #menu_right ul a {
    font-size: 3vw;
  }
}
@media screen and (max-width :768px) {
  #home_menu_open #menu_right ul a {
    font-size: 4.75vw;
    font-weight: bold;
  }
}
#home_menu_open #menu_right ul a .hover {
  padding: 10px 0;
  left: -15px;
  right: calc(115%);
}
#home_menu_open #menu_right ul a:hover .hover {
  right: -15px;
}
#home_menu_open #menu_right ul .facebook {
  background: url(../images/facebook_colored.png) center no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
}
#home_menu_open #menu_right ul .instagram {
  padding-top: 0;
}
#home_menu_open #menu_right ul .instagram svg {
  width: 30px;
  height: 30px;
}
#home_menu_open #menu_right ul .instagram svg * {
  fill: #67e09f;
}
#home_menu_open .bottom {
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  text-align: center;
  padding: 3% 0;
}
#home_menu_open .bottom a {
  color: #afafaf;
}
#home_menu_open .bottom a.active {
  color: #474747;
  font-weight: 700;
}
#home_menu_open .small_lang {
  float: right;
  color: #67e09f;
  padding: 7px 0;
}
#home_menu_open .toggle_menu {
  float: right;
}
#home_menu_open .toggle_menu:before,
#home_menu_open .toggle_menu:after,
#home_menu_open .toggle_menu span {
  background: #67e09f;
}
#home_menu_open.small {
  bottom: calc(100% - 60px);
}
#home_menu_open.small .top {
  padding: 15px 0;
}
#home_menu_open.large {
  bottom: 0;
}
#home_menu_open.large .top {
  padding: 15px 0 40px 0;
}
#home_menu_open.large .middle {
  padding-top: 3%;
}
@media screen and (max-height: 780px) {
  #home_menu_open.large .large_wrapper {
    height: 100%;
  }
}
#home_menu_open .large_wrapper {
  overflow: auto;
}
#home_head {
  position: relative;
  z-index: 1;
  height: 100vh;
  /*@media screen and (max-width:1024px){
				padding:560px 0 0 0;
			}*/
}
@media screen and (max-width :768px) {
  #home_head .logo {
    max-width: 150px;
    display: inline-block;
  }
}
#home_head .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home_head .mask {
  height: 100%;
  text-align: center;
  background: url(../images/head_home_mask.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#home_head .mask .table-cell {
  /*padding:3% 5% 0;*/
}
@media screen and (max-width :768px) {
  #home_head .mask .table-cell {
    padding-top: 10%;
  }
}
#home_head .mask .table-cell > div {
  padding: 15px 0;
}
@media screen and (max-width :768px) {
  #home_head .mask .table-cell > div {
    padding: 10px 0;
  }
}
@media screen and (max-width :480px) {
  #home_head .mask .table-cell > div {
    padding: 20px 0;
  }
}
#home_head .mask #home_title {
  color: #FFF;
  font-size: 100px;
  font-weight: 700;
  font-family: Quicksand, sans-serif;
  display: inline-block;
  background: #d4e132;
  padding: 15px 25px;
  margin-top: 50vh;
}
@media screen and (max-width :1024px) {
  #home_head .mask #home_title {
    font-size: 75px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1000px) and (max-height: 560px) {
  #home_head .mask #home_title {
    font-size: 55px;
  }
}
#home_head .mask #home_slogan {
  font-family: Quicksand, sans-serif;
  color: #FFF;
  font-size: 38.23px;
  position: relative;
  top: 15px;
}
@media screen and (max-width :1024px) {
  #home_head .mask #home_slogan {
    font-size: 4vw;
  }
}
@media screen and (max-width :768px) {
  #home_head .mask #home_slogan {
    font-size: 6.5vw;
  }
}
@media screen and (max-width :480px) {
  #home_head .mask #home_slogan {
    font-size: 7.5vw;
  }
}
#home_head .mask2 {
  height: 100%;
  text-align: center;
  background: url(../images/head_home_mask_temp.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #home_head .mask2 {
    background-size: cover;
  }
}
#home_head .mask2 .table-cell {
  /*padding:3% 5% 0;*/
}
@media screen and (max-width :768px) {
  #home_head .mask2 .table-cell {
    padding-top: 10%;
  }
}
#home_head .mask2 .table-cell > div {
  padding: 5px 0;
}
@media screen and (max-width :768px) {
  #home_head .mask2 .table-cell > div {
    padding: 10px 0;
  }
}
@media screen and (max-width :480px) {
  #home_head .mask2 .table-cell > div {
    padding: 30px 0;
  }
}
#home_head .mask2 #home_title {
  color: #FFF;
  font-size: 100px;
  font-weight: 700;
  font-family: Quicksand, sans-serif;
  display: inline-block;
  background: #d4e132;
  padding: 15px 25px;
}
@media screen and (max-width :1024px) {
  #home_head .mask2 #home_title {
    font-size: 75px;
    padding: 10px 20px;
  }
}
@media screen and (max-width :768px) {
  #home_head .mask2 #home_title {
    font-size: 55px;
    padding: 10px 20px;
    margin-top: 40vh;
  }
}
#home_head .mask2 .acc_icons {
  top: 0;
}
#home_head .mask2 #home_slogan {
  font-family: Quicksand, sans-serif;
  color: #FFF;
  font-size: 38.23px;
  position: relative;
  top: 0;
}
@media screen and (max-width :1024px) {
  #home_head .mask2 #home_slogan {
    font-size: 4vw;
  }
}
@media screen and (max-width :768px) {
  #home_head .mask2 #home_slogan {
    font-size: 6.5vw;
  }
}
@media screen and (max-width :480px) {
  #home_head .mask2 #home_slogan {
    font-size: 7.5vw;
  }
}
#home_head #home_bg_video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/placeholder-header.jpg) no-repeat center;
  background-size: cover;
}
#home_head #home_bg_video video {
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width :480px) {
  #home_head #home_bg_video video {
    display: none;
  }
}
#home_head #home_menu {
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  z-index: 5;
}
#home_head #home_menu .top_menu {
  float: right;
  padding-top: 35px;
  position: relative;
}
#home_head #home_menu .top_menu:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
}
#home_head #home_menu .top_menu .toggle_menu:before,
#home_head #home_menu .top_menu .toggle_menu:after,
#home_head #home_menu .top_menu .toggle_menu span {
  background: #FFF;
}
#home_head #home_menu .top_menu .slogan {
  display: block;
  float: left;
  padding: 7px 15px;
  font-family: Montserrat, sans-serif;
  color: #FFF;
  background: #d4e132;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  margin-right: 5px;
  font-weight: 700;
  transition: background 0.3s;
}
#home_head #home_menu .top_menu .slogan a {
  color: #fff;
  transition: color 0.3s;
}
@media screen and (min-width : 1px) {
  #home_head #home_menu .top_menu .slogan:after {
    transition: background 0.3s;
    display: block;
    height: 8px;
    width: 8px;
    content: '';
    position: absolute;
    top: calc(40%);
    right: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #d4e132;
  }
}
#home_head #home_menu .top_menu .slogan:hover {
  background: #fff;
}
#home_head #home_menu .top_menu .slogan:hover:after {
  background: #fff;
}
#home_head #home_menu .top_menu .slogan:hover a {
  color: #d4e132;
}
#home_head #home_menu .top_menu .icons {
  position: absolute;
  bottom: 105%;
  right: 0;
  min-width: 225px;
}
#home_head #home_menu .top_menu .icons::after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
}
#home_head #home_menu .top_menu .icons .single_icon {
  width: 21px;
  height: 21px;
  display: block;
  float: right;
  margin-left: 7px;
}
#home_head #home_menu .top_menu .icons .facebook {
  background: url(../images/facebook.png) no-repeat center;
}
#home_head #home_menu .top_menu .icons .instagram svg {
  width: 21px;
  height: 21px;
}
#home_head #home_menu .top_menu .icons .instagram svg * {
  fill: white;
}
#home_head #home_menu .top_menu .icons #search_home {
  float: right;
  color: #67e09f;
  font-weight: 700;
  font-size: 10px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  padding: 4px 10px;
  letter-spacing: 2px;
  background: #FFF;
  margin-left: 7px;
  cursor: pointer;
}
.home_form {
  padding: 45px;
  background: #f9f9f9 url(../images/pattern_white.png);
  background-attachment: fixed;
  text-align: center;
}
@media screen and (max-width :1024px) {
  .home_form {
    padding: 15px;
  }
}
.home_form .wrapper {
  padding: 0 8.333299999999999%;
}
@media screen and (max-width :1024px) {
  .home_form .wrapper {
    padding: 0 4.16665%;
  }
}
.home_form h2 {
  margin-bottom: 60px !important;
}
.home_form .cafe_bg {
  background: url(../images/slide_home_2_picture.jpg) no-repeat center;
  padding: 80px 0;
}
.home_form form {
  background: #FFF;
  padding: 100px 8.333299999999999%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width :768px) {
  .home_form form {
    padding: 75px 8.333299999999999%;
  }
}
.home_form form div {
  position: relative;
  z-index: 900;
}
.home_form form:after {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #67e09f;
  z-index: 1;
  pointer-events: none;
  transition: top 200ms ease,
            bottom 200ms ease,
              left 200ms ease,
             right 200ms ease,
            border 200ms ease;
}
.home_form form:before {
  display: block;
  width: 91px;
  height: 91px;
  content: '';
  position: absolute;
  top: -31px;
  left: calc(50% - 45px);
  background: url(../images/home_slide_2_icon.png);
  z-index: 2;
}
.home_form form .title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #67e09f;
  margin-bottom: 45px;
}
@media screen and (max-width :768px) {
  .home_form form .title {
    font-size: 5vw;
  }
}
.home_form form select {
  color: #FFF;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 0;
  box-shadow: 0;
  background: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
  background: #67e09f url(../images/select_home_bg.png) no-repeat 99% 45%;
}
.home_form form select * {
  background: #52c688;
}
.home_form form select:focus {
  outline: 0;
}
@media screen and (max-width :1024px) {
  .home_form form select {
    font-size: 15px;
    padding: 20px 18px;
  }
}
.home_form form select::-ms-expand {
  display: none;
}
.home_form form input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 75px 20px 30px;
  border: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  color: #8a8a8a;
  background-color: #f5f5f5;
  transition: color 200ms ease, background 200ms ease;
}
.home_form form input[type="text"].search {
  background: #f5f5f5 url(../images/slide_home_2_searchicon.png) no-repeat 99% 45%;
}
.home_form form input[type="text"]:focus {
  background-color: #67e09f;
  color: #FFF;
}
@media screen and (max-width :1024px) {
  .home_form form input[type="text"] {
    font-size: 15px;
    padding: 20px 75px 20px 20px;
  }
}
.home_form form .input_submit {
  position: relative;
}
.home_form form .input_submit hr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #67e09f;
  z-index: 0;
  margin: 0;
}
.home_form form .input_submit div {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: #FFF;
  display: inline-block;
}
@media screen and (max-width :768px) {
  .home_form form .input_submit div {
    padding: 0 10px;
  }
}
.home_form form .input_submit input {
  min-width: 193px;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  color: #67e09f;
  background-color: #ffffff;
  transition: color 200ms ease, background 200ms ease;
  border: #67e09f 2px solid;
  text-transform: uppercase;
}
.home_form form .input_submit input:hover {
  color: #ffffff;
  background-color: #67e09f;
}
@media screen and (max-width :768px) {
  .home_form form .input_submit input {
    min-width: 0;
    font-size: 14px;
    padding: 15px;
  }
}
#home_slide_3 {
  padding: 100px 0;
  background: url(../images/slide_home_3.png) center;
  background-size: 200%;
  background-attachment: fixed;
  text-align: center;
  position: relative;
}
#home_slide_3:before {
  display: block;
  width: 92px;
  height: 92px;
  content: '';
  position: absolute;
  left: calc(50% - 46px);
  top: -20px;
  background: url(../images/home_slide_3_icon.png) no-repeat center;
}
#home_slide_3 .wrapper {
  padding: 0 8.333299999999999%;
}
@media screen and (max-width :768px) {
  #home_slide_3 .wrapper {
    padding: 0 4.16665%;
  }
}
#home_slide_3 .events > div {
  padding: 40px 1% 33px 0;
  position: relative;
}
#home_slide_3 .events > div .image {
  padding-bottom: 55%;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/placeholder_event_home.png) no-repeat center;
  background-size: cover;
  background-size: 100% 88% !important;
  width: 98%;
  position: absolute;
}
#home_slide_3 .events > div .image:after {
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 2px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  transition: top 200ms ease,
            bottom 200ms ease,
              left 200ms ease,
             right 200ms ease,
            border 200ms ease;
}
@media screen and (max-width :768px) {
  #home_slide_3 .events > div .image {
    width: 99%;
  }
}
#home_slide_3 .events > div .description {
  background: #FFF;
  text-align: left;
  padding: 55% 8.333299999999999% 40px;
  border-bottom: 2px solid #d4e132;
}
@media screen and (max-width :768px) {
  #home_slide_3 .events > div .description {
    padding: 50% 4.16665% 40px;
  }
}
#home_slide_3 .events > div .description .title {
  text-transform: uppercase;
  font-size: 35px;
  color: #67e09f;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #67e09f 2px solid;
}
@media screen and (max-width :768px) {
  #home_slide_3 .events > div .description .title {
    font-size: 7vw;
  }
}
#home_slide_3 .events > div .description .text {
  font-size: 16px;
  font-family: Quicksand, sans-serif;
  color: #717171;
}
@media screen and (max-width :768px) {
  #home_slide_3 .events > div .description .text {
    font-size: 14px;
    line-height: 1.2;
  }
}
#home_slide_3 .events > div a {
  display: block;
  width: 67px;
  height: 67px;
  background: url(../images/home_event_arrow.png) no-repeat center;
  position: absolute;
  bottom: 0;
  left: calc(50% - 33px);
  transition: background 200ms ease;
}
#home_slide_3 .events > div a:hover {
  background: url(../images/home_event_arrow_hover.png) no-repeat center;
}
#home_slide_3 .events_link {
  background: #4ecb88;
  text-align: center;
  padding: 15px;
}
#home_slide_3 .events_link a {
  color: #ffffff;
  background-color: #4ecb88;
  transition: color 200ms ease, background 200ms ease;
  border: #ffffff 2px solid;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 25px;
  font-weight: 700;
}
#home_slide_3 .events_link a:hover {
  color: #4ecb88;
  background-color: #ffffff;
}
@media screen and (max-width :768px) {
  #home_slide_3 .events_link a {
    font-size: 14px;
    padding: 15px;
  }
}
#home_slide_4 {
  background: url(../images/slide_home_4.png) no-repeat center;
  background-attachment: fixed;
}
#home_slide_4 .wrapper {
  padding: 100px 8.333299999999999% 75px;
  background: #695e49;
  text-align: center;
}
@media screen and (max-width :768px) {
  #home_slide_4 .wrapper {
    padding: 100px 4.16665% 45px;
  }
}
#home_slide_4 .wrapper:before {
  display: block;
  width: 92px;
  height: 92px;
  content: '';
  position: absolute;
  left: calc(50% - 46px);
  top: -20px;
  background: url(../images/home_slide_4_icon.png) no-repeat center;
}
#home_slide_4 .row {
  margin: 30px 0 0;
  text-align: left;
}
@media screen and (max-width :768px) {
  #home_slide_4 .row {
    margin: 0;
  }
}
#home_slide_4 .row .image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  margin-bottom: 4%;
  position: relative;
}
#home_slide_4 .row .image:after {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px solid #d4e132;
  z-index: 1;
  pointer-events: none;
  transition: top 200ms ease,
            bottom 200ms ease,
              left 200ms ease,
             right 200ms ease,
            border 200ms ease;
}
#home_slide_4 .row .image:hover:after {
  border: 8px solid #d4e132;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width :768px) {
  #home_slide_4 .row .image {
    padding-bottom: 50%;
  }
}
#home_slide_4 .row .title {
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2%;
}
@media screen and (max-width :768px) {
  #home_slide_4 .row .title {
    font-size: 5vw;
  }
}
#home_slide_4 .row .the_date {
  font-weight: 400;
  font-family: Quicksand, sans-serif;
  color: #d4e132;
}
#home_slide_4 .row .omega .top_bg {
  padding-top: 112%;
  /* Ratio largeur hauteur divisé par la largeur de la grid */
  background: url(../images/news_home_more_btn_fr.png) no-repeat top center;
  background-size: contain;
  margin-bottom: 4%;
}
@media screen and (max-width :768px) {
  #home_slide_4 .row .omega .top_bg {
    padding-top: 56%;
  }
}
#home_slide_4 .row .omega a {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px;
  letter-spacing: 3px;
  font-size: 14px;
  color: #ffffff;
  background-color: #695e49;
  transition: color 200ms ease, background 200ms ease;
  border: #ffffff 2px solid;
  text-transform: uppercase;
}
#home_slide_4 .row .omega a:hover {
  color: #695e49;
  background-color: #ffffff;
}
#home_slide_5 {
  padding: 100px 0;
}
/* ABOUT */
.img_txt {
  text-align: justify;
}
.img_txt img {
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width :768px) {
  .img_txt img {
    padding: 20px 0 0 0;
    float: none !important;
    margin: 0 auto;
    display: block;
  }
}
.img_txt h1,
.img_txt h2,
.img_txt h3,
.img_txt h4,
.img_txt .h1,
.img_txt .h2,
.img_txt .h3,
.img_txt .h4 {
  text-align: left;
}
.conseil_admin .personne {
  width: 100%;
  border: 2px solid #67e09f;
  padding: 2.5vw;
  min-height: 225px;
}
@media screen and (max-width :1024px) {
  .conseil_admin .personne {
    padding: 1.7vw;
  }
}
@media screen and (max-width :768px) {
  .conseil_admin .personne {
    min-height: auto;
  }
}
.conseil_admin .personne .nom p {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #67e09f;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 22px;
  font-weight: 700;
  font-style: italic;
  font-style: normal;
  padding-bottom: 0;
}
@media screen and (max-width :1024px) {
  .conseil_admin .personne .nom p {
    font-size: 14px;
  }
}
@media screen and (max-width :768px) {
  .conseil_admin .personne .nom p {
    font-size: 17px;
  }
}
.conseil_admin .personne .compagnie p {
  font-size: 14px;
  font-weight: 700;
  color: #3c3c3c;
}
.conseil_admin .personne .adresse p {
  font-size: 14px;
}
.liens_utiles .categ_title p {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #67e09f;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 22px;
  font-weight: 700;
  font-style: italic;
  font-style: normal;
  padding: 15px 0 0 0;
}
@media screen and (max-width :1024px) {
  .liens_utiles .categ_title p {
    font-size: 14px;
  }
}
@media screen and (max-width :768px) {
  .liens_utiles .categ_title p {
    font-size: 17px;
  }
}
.liens_utiles a {
  display: block;
  font-family: Quicksand, sans-serif;
  color: #717171;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.liens_utiles a:hover {
  color: #67e09f;
  font-weight: 700;
}
.img_aboutus {
  margin: 1% 2% 1% 0;
}
@media  screen and (min-width :768px) {
  .img_aboutus {
    float: left;
  }
}
/* COMMERCANTS */
#btn_commercants {
  padding: 40px 0 15px 0;
}
#btn_commercants #download {
  display: block;
  padding: 15px 20px 15px 45px;
  background: #ffffff url(../images/download.png) 10px center no-repeat;
  width: 220px;
  font-size: 12px;
  border: none !important;
  color: #d4e132;
  background-color: #ffffff;
  transition: color 200ms ease, background 200ms ease;
  border: #d4e132 2px solid;
  text-transform: uppercase;
}
@media screen and (max-width :768px) {
  #btn_commercants #download {
    float: none !important;
    margin: 5px auto;
  }
}
#btn_commercants #download:hover {
  color: #ffffff;
  background-color: #d4e132;
}
#btn_commercants #rech_lettre {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 15px 35px 15px 20px;
  background: #ffffff url(../images/select_commerce.png) right center no-repeat;
  width: 250px;
  font-size: 12px;
  border: none !important;
  color: #d4e132;
  background-color: #ffffff;
  transition: color 200ms ease, background 200ms ease;
  border: #d4e132 2px solid;
  text-transform: uppercase;
}
@media screen and (max-width :768px) {
  #btn_commercants #rech_lettre {
    float: none !important;
    margin: 5px auto;
  }
}
#btn_commercants #rech_lettre:hover {
  color: #ffffff;
  background-color: #d4e132;
}
#btn_commercants #letter_choice {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 42px;
  padding: 10px 0;
  z-index: 999;
}
#btn_commercants #letter_choice a {
  display: block;
  float: left;
  width: 16.66%;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  color: #67e09f;
  font-weight: 700;
  text-align: center;
  padding: 10px 5px;
  color: #ffffff;
  background-color: #d4e132;
  transition: color 200ms ease, background 200ms ease;
  border: #ffffff 2px solid;
  text-transform: uppercase;
}
#btn_commercants #letter_choice a:hover {
  color: #d4e132;
  background-color: #ffffff;
}
.searchbar input[type="text"] {
  position: relative;
  float: left;
  cursor: pointer;
  display: block;
  margin-left: 20px;
  padding: 15px 20px;
  width: 234px;
  font-size: 12px;
  border: none !important;
  color: #d4e132;
  background-color: #ffffff;
  transition: color 200ms ease, background 200ms ease;
  border: #d4e132 2px solid;
  text-transform: uppercase;
}
.searchbar input[type="text"]:focus {
  color: #ffffff;
  background-color: #d4e132;
}
@media screen and (max-width :768px) {
  .searchbar input[type="text"] {
    display: none;
  }
}
.searchbar input[type="submit"] {
  font-size: 12px;
  padding: 15px 0;
  width: 41px;
  background: url(../images/search_icon.png) right center no-repeat;
  cursor: pointer;
  float: left;
  display: block;
  color: #d4e132;
  background-color: #ffffff;
  transition: color 200ms ease, background 200ms ease;
  border: #d4e132 2px solid;
  text-transform: uppercase;
  border: 0 !important;
}
.searchbar input[type="submit"]:hover {
  color: #ffffff;
  background-color: #d4e132;
}
@media screen and (max-width :768px) {
  .searchbar input[type="submit"] {
    display: none;
  }
}
.br-ext-bg {
  background: #ffffff !important;
}
/* FICHE */
#back {
  display: block;
  float: right;
  padding: 10px 0 0 0;
}
@media screen and (max-width :768px) {
  #back {
    float: left;
  }
}
#next {
  display: block;
  float: left;
  padding: 10px 0 0 0;
}
@media screen and (max-width :768px) {
  #next {
    float: right;
  }
}
.box_details {
  position: relative;
  border: 2px solid #67e09f;
  padding: 30px;
  min-height: 210px;
}
.box_details p {
  padding: 0;
}
.box_details:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  height: 51px;
}
.box_details#horaire:after {
  background: url(../images/after_horaire.png) center no-repeat;
}
.box_details#coordonnee:after {
  background: url(../images/after_bubble.png) center no-repeat;
}
.box_details#adresse:after {
  background: url(../images/after_pin.png) center no-repeat;
}
.box_title p {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #67e09f;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.site_web {
  display: block;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #67e09f;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0 10px 32px;
  margin-top: 5px;
  background: url(../images/site_web.png) center left no-repeat;
}
.site_web:hover {
  color: #3c3c3c;
}
/* PROGRAMMATION */
.header_filter.event select {
  padding: 15px 75px 15px 25px;
  font-family: Quicksand, sans-serif;
  font-size: 17px;
  font-weight: 700;
  background: url(../images/select_prog_bg.png) no-repeat 99% 45%;
  margin-right: 10px;
  color: #67e09f;
  background-color: #ffffff;
  transition: color 200ms ease, background 200ms ease;
  border: #67e09f 2px solid;
  text-transform: uppercase;
}
.header_filter.event select * {
  background: #52c688;
  color: #fbfbfb;
}
.header_filter.event select:focus {
  outline: 0;
}
@media screen and (max-width: 800px) {
  .header_filter.event select {
    display: block;
    width: 100%;
    margin: 3px auto;
  }
}
.header_filter.event select:focus {
  color: #ffffff;
  background-color: #67e09f;
}
.header_filter.event input[type="submit"] {
  font-family: Montserrat, sans-serif;
  display: inline;
  box-sizing: border-box;
  padding: 20px 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  width: auto;
  color: #67e09f;
  background-color: #ffffff;
  transition: color 200ms ease, background 200ms ease;
  border: #67e09f 2px solid;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .header_filter.event input[type="submit"] {
    display: block;
    width: 100%;
    margin: 3px auto;
  }
}
.header_filter.event input[type="submit"]:hover {
  color: #ffffff;
  background-color: #67e09f;
}
/* PRIVILEGE ETUDIANT */
#privilege_etudiant_header {
  background-image: url('../images/header_privilege_etudiant.jpg');
  background-attachment: initial;
  background-position: center;
}
#privilege_etudiant_header.header_naked {
  border-bottom: 14px solid #d4e132;
}
@media screen and (max-width :768px) {
  #privilege_etudiant_header {
    background-size: auto 200px;
  }
}
@media screen and (max-width: 500px) {
  #privilege_etudiant_header {
    height: 250px;
    min-height: auto;
    background-size: auto 150px;
  }
}
@media screen and (max-width: 400px) {
  #privilege_etudiant_header {
    height: 220px;
    min-height: auto;
    background-size: auto 130px;
  }
}
#privilege_commercant_header {
  background-image: url('../images/header_privilege_etudiant.jpg');
  background-attachment: fixed;
}
#privilege_commercant_header.header_naked {
  border-bottom: 14px solid #d4e132;
}
h1#privilege span {
  background-color: #d4e132;
}
h1#privilege span svg,
h1#privilege span image {
  max-width: 50px;
}
h1#privilege:after {
  background-image: url('../images/h1_after_privilege.png');
}
#page_privilege #fixed_page_nav {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
  text-align: left;
}
#page_privilege #fixed_page_nav.scroll {
  display: block;
}
#page_privilege #fixed_page_nav a {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  color: #67e09f;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 6px;
}
#page_privilege .small_wrapper {
  background-color: #fff;
  max-width: 1330px;
  padding: 80px;
}
#page_privilege .small_wrapper .text .section {
  display: block;
  position: relative;
  width: 100%;
}
#page_privilege .small_wrapper .text .section:not(:last-child) {
  padding: 0 0 5vw;
}
#page_privilege .small_wrapper .text h2 {
  color: #67e09f;
  font-size: 35px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#page_privilege .small_wrapper .text .linkBox {
  display: block;
  margin: 4vw 0 0;
}
#page_privilege .small_wrapper .text .linkBox a.link_item {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 4vw;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 2px;
  color: inherit;
}
#page_privilege .small_wrapper .text .linkBox a.link_item .icon {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 40px;
  margin: 0 auto 20px;
  overflow: hidden;
}
#page_privilege .small_wrapper .text .linkBox a.link_item .icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  transition: opacity .3s, width 0s .3s, height 0s .3s;
}
#page_privilege .small_wrapper .text .linkBox a.link_item .icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}
#page_privilege .small_wrapper .text .linkBox a.link_item:hover .icon::before {
  height: 160px;
  width: 160px;
  opacity: 0.1;
  transition: opacity 0s, width .6s, height .6s;
}
@media screen and (max-width: 1100px) {
  #page_privilege .small_wrapper .text .linkBox a.link_item {
    width: 230px;
    font-size: 13px;
  }
  #page_privilege .small_wrapper .text .linkBox a.link_item .icon {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  #page_privilege .small_wrapper {
    padding: 50px;
  }
}
@media screen and (max-width: 850px) {
  #page_privilege .small_wrapper .text .linkBox a.link_item {
    width: 150px;
    font-size: 10px;
  }
  #page_privilege .small_wrapper .text .linkBox a.link_item .icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  #page_privilege .small_wrapper .text .linkBox a.link_item {
    width: 100%;
    font-size: 14px;
    margin: 0 auto 40px;
  }
  #page_privilege .small_wrapper .text .linkBox a.link_item .icon {
    width: 110px;
    height: 110px;
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  #page_privilege .small_wrapper {
    padding: 20px;
  }
  #page_privilege .small_wrapper .text h2 {
    font-size: 8vw;
  }
}
@media screen and (max-width: 480px) {
  #page_privilege #fixed_page_nav {
    display: none !important;
  }
}
#page_un_privilege .small_wrapper {
  width: 1330px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 80px 40px;
}
#page_un_privilege .small_wrapper .text .section {
  display: block;
  position: relative;
  width: 100%;
}
#page_un_privilege .small_wrapper .text .section:not(:last-child) {
  padding: 0 0 5vw;
}
#page_un_privilege .small_wrapper .text h2 {
  color: #67e09f;
  font-size: 35px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#page_un_privilege .small_wrapper .text .linkBox {
  display: block;
  margin: 4vw 0 0;
}
#page_un_privilege .small_wrapper .text .linkBox a.link_item {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 4vw;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 2px;
  color: inherit;
}
#page_un_privilege .small_wrapper .text .linkBox a.link_item .icon {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 40px;
  margin: 0 auto 20px;
  overflow: hidden;
}
#page_un_privilege .small_wrapper .text .linkBox a.link_item .icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  transition: opacity .3s, width 0s .3s, height 0s .3s;
}
#page_un_privilege .small_wrapper .text .linkBox a.link_item .icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}
#page_un_privilege .small_wrapper .text .linkBox a.link_item:hover .icon::before {
  height: 160px;
  width: 160px;
  opacity: 0.1;
  transition: opacity 0s, width .6s, height .6s;
}
#page_un_privilege .item {
  display: block;
  position: relative;
  width: 1330px;
  max-width: 100%;
  margin: 30px auto;
  padding: 40px;
  background: #FFF;
}
#page_un_privilege .item .image_wrap {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
#page_un_privilege .item .image_wrap .image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 275px;
  margin: 0 0 40px;
}
#page_un_privilege .item .image_wrap .image .border {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
#page_un_privilege .item .image_wrap h4 {
  font-size: 25px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
#page_un_privilege .item .text_wrap {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  padding: 0 0 0 5vw;
}
#page_un_privilege .item .text_wrap h5 {
  font-size: 1.1em;
  font-weight: 700;
}
#page_un_privilege .item .text_wrap .txt_box {
  display: block;
  position: relative;
  padding: 0 0 20px;
}
#page_un_privilege .item .text_wrap .txt_box p {
  padding: 0;
}
@media screen and (max-width :1024px) {
  #page_un_privilege .item .image_wrap {
    width: 40%;
  }
  #page_un_privilege .item .text_wrap {
    width: 55%;
  }
}
@media screen and (max-width :768px) {
  #page_un_privilege .item .image_wrap {
    width: 100%;
  }
  #page_un_privilege .item .text_wrap {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  #page_un_privilege .text h2 {
    font-size: 8vw;
  }
}
/* INVESTIR */
#investir_header {
  background-attachment: initial;
  background-position: center;
}
#investir_header.header_naked {
  border-bottom: 14px solid #d4e132;
}
@media screen and (max-width :768px) {
  #investir_header {
    background-size: auto 200px;
  }
}
@media screen and (max-width: 500px) {
  #investir_header {
    height: 250px;
    min-height: auto;
    background-size: auto 150px;
  }
}
@media screen and (max-width: 400px) {
  #investir_header {
    height: 220px;
    min-height: auto;
    background-size: auto 130px;
  }
}
h1#investir span svg,
h1#investir span image {
  max-width: 50px;
}
#page_investir #fixed_page_nav {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
  text-align: left;
}
#page_investir #fixed_page_nav.scroll {
  display: block;
}
#page_investir #fixed_page_nav a {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  color: #67e09f;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 6px;
}
#page_investir .small_wrapper {
  background-color: #fff;
  max-width: 1330px;
  padding: 80px;
}
#page_investir .small_wrapper.list {
  background: none;
  padding: 0;
}
#page_investir .small_wrapper:not(:last-child) {
  margin-bottom: 30px;
}
#page_investir .small_wrapper .text .section {
  display: block;
  position: relative;
  width: 100%;
}
#page_investir .small_wrapper .text .section:not(:last-child) {
  padding: 0 0 3vw;
}
#page_investir .small_wrapper .text .section.table {
  display: table;
}
#page_investir .small_wrapper .text h2 {
  color: #67e09f;
  font-size: 35px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #page_investir .small_wrapper {
    padding: 50px;
  }
}
@media screen and (max-width: 500px) {
  #page_investir .small_wrapper {
    padding: 20px;
  }
  #page_investir .small_wrapper .text h2 {
    font-size: 8vw;
  }
}
#page_investir .green_btn {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  padding: 30px 20px;
  font-weight: 700;
  background: #67e09f;
  font-style: normal;
  color: #FFF;
  line-height: 1.5;
  font-size: 22px;
  letter-spacing: 0;
  text-align: left;
  max-width: 675px;
}
#page_investir .green_btn:hover {
  background: #d4e132;
}
#page_investir .green_btn .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: 0 15px;
  background: url('../images/white_arrow_right.png') center no-repeat;
  background-size: contain;
}
#page_investir .service .img {
  text-align: center;
  width: 300px;
}
#page_investir .service .img h4 {
  font-family: Montserrat, sans-serif;
  margin-top: 20px;
  color: #67e09f;
  font-weight: 700;
  letter-spacing: 2px;
}
#page_investir .contactItem {
  cursor: auto;
}
#page_investir .contactItem::after {
  content: none;
}
#page_investir .photo_txt .txt {
  padding-right: 5%;
}
#page_investir .photo_txt .photo {
  width: 30%;
  vertical-align: bottom;
  background-size: cover;
  min-height: 300px;
}
#page_investir .photo_txt .photo p {
  background: #FFF;
}
#page_investir .partners {
  text-align: center;
}
#page_investir .partners .partner {
  display: inline-block;
  min-width: 150px;
  margin: 20px 5%;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  #page_investir .green_btn {
    font-size: 18px;
  }
  #page_investir .green_btn .arrow {
    height: 18px;
    width: 18px;
  }
}
@media screen and (min-width: 901px) {
  #page_investir .photo_txt .photo {
    height: 300px;
  }
}
@media screen and (max-width: 900px) {
  #page_investir .service .table_cell,
  #page_investir .photo_txt .table_cell {
    display: block;
  }
  #page_investir .service .img,
  #page_investir .photo_txt .img {
    margin-bottom: 20px;
    text-align: left;
  }
  #page_investir .service .img img,
  #page_investir .photo_txt .img img {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  #page_investir #fixed_page_nav {
    display: none !important;
  }
}
#page_un_local .small_wrapper {
  width: 1330px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0 40px;
}
#page_un_local .small_wrapper .text .section {
  display: block;
  position: relative;
  width: 100%;
}
#page_un_local .small_wrapper .text .section:not(:last-child) {
  padding: 0 0 5vw;
}
#page_un_local .small_wrapper .text h2 {
  color: #67e09f;
  font-size: 35px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#page_un_local .green_btn {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  padding: 30px 20px;
  font-weight: 700;
  background: #67e09f;
  font-style: normal;
  color: #FFF;
  line-height: 1.5;
  font-size: 22px;
  letter-spacing: 0;
  text-align: left;
}
#page_un_local .green_btn:hover {
  background: #d4e132;
}
#page_un_local .green_btn .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: 0 15px;
  background: url('../images/white_arrow_right.png') center no-repeat;
  background-size: contain;
}
#page_un_local #map {
  height: 375px;
}
@media screen and (max-width: 1200px) {
  #page_un_local .green_btn {
    font-size: 18px;
  }
  #page_un_local .green_btn .arrow {
    height: 18px;
    width: 18px;
  }
}
@media screen and (max-width: 500px) {
  #page_un_local .text h2 {
    font-size: 8vw;
  }
}
.table {
  display: table;
}
.table_cell {
  display: table-cell;
  vertical-align: middle;
}
/* NOUS JOINDRE */
#nj_form input,
#nj_form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 30px;
  border: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  color: #8a8a8a;
  background-color: #f5f5f5;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  resize: none;
}
#nj_form input:focus,
#nj_form textarea:focus {
  background-color: #67e09f;
  color: #FFF;
}
#nj_form input[type="submit"] {
  font-family: Montserrat, sans-serif;
  display: inline;
  box-sizing: border-box;
  padding: 20px 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  width: auto;
  color: #67e09f;
  background-color: #ffffff;
  transition: color 200ms ease, background 200ms ease;
  border: #67e09f 2px solid;
  text-transform: uppercase;
}
#nj_form input[type="submit"]:hover {
  color: #ffffff;
  background-color: #67e09f;
}
/* FOOTER */
#footer {
  background: #67e09f;
  position: relative;
  z-index: 10;
}
@media screen and (max-width :768px) {
  #footer .grid_3 {
    margin-bottom: 0 !important;
    padding: 0 8.333299999999999%;
  }
}
#footer .large {
  padding: 70px 0 35px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #footer .large {
    max-width: 290px;
  }
}
@media screen and (max-width :768px) {
  #footer .large {
    padding: 25px 0;
  }
}
#footer .large .title {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 30px 0 25px;
}
#footer .large p,
#footer .large ul {
  font-size: 15px;
  font-family: Quicksand, sans-serif;
  margin-bottom: 25px;
  line-height: 1.45;
}
@media screen and (max-width :768px) {
  #footer .large p,
  #footer .large ul {
    margin-bottom: 0;
  }
}
#footer .large li {
  list-style: none;
  display: inline-block;
  min-width: 50%;
}
@media screen and (max-width: 768px) {
  #footer .large li {
    min-width: 100px;
  }
}
#footer .large a {
  font-weight: 700;
  color: #FFF;
}
#footer .large a:hover {
  color: #3c3c3c;
}
#footer .large a svg {
  height: 23px;
  width: 21px;
}
#footer .large a svg * {
  font-weight: 700;
  fill: #FFF;
  max-width: 200px;
}
#footer .large img {
  max-width: 200px;
}
#footer .small {
  padding: 25px 15px;
  color: #FFF;
  background: #4ecb88;
  font-size: 12px;
  text-align: center;
}
#footer .small a {
  color: #FFF;
}
@media screen and (max-width: 874px) {
  #footer #logo_footer {
    margin-right: 25px;
  }
}
@media screen and (max-width: 874px) {
  #footer .social_footer {
    width: 20%;
  }
}
@media screen and (max-width: 874px) {
  #footer #menu_footer {
    width: 20%;
  }
}
/* FIX FOR FOOTER IN MERCHANTS PAGE */
.free-space-top {
  /* APPLY ON FOOTER */
  margin-top: 75px;
}
.push-down {
  /* APPLY ON PAGE CONTENT */
  padding-bottom: 0;
}
