@charset "UTF-8";
body {
  overflow-x: hidden; }

html,
body {
  margin: 0 auto;
  font-size: 10px;
  color: #000000;
  /*font-family: Helvetica;*/
  background-color: #bcdef7;
  font-family: 'Arial';
  font-weight: 300;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

.page-orange {
  padding-top: 60px; }

.button-orange {
  display: block;
  margin: 0 auto;
  border: 2px solid #000000;
  text-decoration: none;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding: 10px; }
  .button-orange:hover {
    background-color: #000000;
    text-decoration: none;
    color: #ffffff; }

.title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 30px; }

.input-error ul {
  padding: 0; }
  .input-error ul li {
    list-style: none;
    color: red;
    font-size: 1.4rem; }

.cookies-bloc {
	background-color: #000;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 10px;
  text-align: center; }
  .cookies-bloc .link {
  	color: #fff;
  	text-decoration: underline; }
  .cookies-bloc .btn-ok {
  	color: #000;
  	background-color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 7px;
    padding: 3px;
    display: inline-block;
    margin-top: 4px;
    margin-left: 5px; }

/* ---------------- 525 ----------------*/
@media (min-width: 525px) {
  .title {
    font-size: 3.6rem;
    line-height: 45px; } }
/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .input-error.error-check ul li {
    margin-left: 23px;
    margin-bottom: 60px; }
  .input-error ul li {
    margin-left: 153px;
    margin-top: 5px; }

  .page-orange {
    padding-top: 73px; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .page-orange {
    padding-top: 75px; } }
/* ---------------- 1370 ----------------*/
/* --------------- 1200 ---------------*/
@media (min-width: 1200px) {
  .page-orange {
    padding-top: 100px; } }
.navbar-default {
  background-color: #000000;
  border: none;
  background-image: none;
  border-radius: 0;
  height: 60px;
  padding: 0 20px;
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 900; }
  .navbar-default .navbar-toggle {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    margin-top: 25px; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ffffff;
      width: 30px; }
      .navbar-default .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #f16e05;
        width: 30px; }
    .navbar-default .navbar-toggle.active {
      margin-top: 33px; }
      .navbar-default .navbar-toggle.active .icon-bar.first {
        transform: rotate(-40deg); }
      .navbar-default .navbar-toggle.active .icon-bar.middle {
        display: none; }
      .navbar-default .navbar-toggle.active .icon-bar.second {
        transform: rotate(40deg);
        margin-top: -2px; }
  .navbar-default .navbar-brand {
    padding: 0;
    margin: 0;
    margin-top: 10px; }

  .navbar-default .navbar-header {
    float: none; }
  .navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
    background-color: white;
    width: -webkit-fill-available;
    margin-left: -35px;
    margin-right: -35px;
    box-shadow: 0px 5px 20px 0px #0000004f;
    border-radius: 0; }
    .navbar-default .navbar-collapse.collapse {
      display: none !important; }
    .navbar-default .navbar-collapse.collapse.in {
      display: block !important; }
  .navbar-default .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
    .navbar-default .navbar-nav li {
      float: none; }
      .navbar-default .navbar-nav li.active > a, .navbar-default .navbar-nav li.active > a:focus, .navbar-default .navbar-nav li.active > a:hover {
        color: #000000;
        background-color: transparent;
        background-image: none;
        box-shadow: none; }
      .navbar-default .navbar-nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #000000;
        font-size: 1.6rem;
        font-weight: 600;
        text-shadow: none; }
        .navbar-default .navbar-nav li a:hover {
          color: #000000; }

.footer {
  background-color: #000000; }
  .footer ul {
    margin: 0 auto;
    padding: 10px 0 20px;
    text-align: center; }
    .footer ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline-block; }
      .footer ul li a {
        text-decoration: none;
        color: #ffffff;
        font-weight: 500;
        font-size: 1rem; }
        .footer ul li a:hover {
          color: #f16e05; }
      .footer ul li:after {
        content: "|";
        display: inline-block;
        color: #ffffff;
        margin: 5px; }
      .footer ul li.last:after, .footer ul li:last-child:after {
        content: " ";
        display: none; }
      .footer ul li.logo-tlc {
        display: block;
        margin-top: 10px; }

/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .navbar-default {
    height: 73px; }
    .navbar-default .navbar-toggle {
      margin-top: 30px; }
      .navbar-default .navbar-toggle.active {
        margin-top: 40px; }
    .navbar-default .navbar-brand.mobile {
      display: none; }
    .navbar-default .navbar-brand.desktop {
      display: block; }
    .navbar-default .navbar-collapse {
      margin-left: -26px;
      margin-right: 0;
      margin-top: 13px;
      width: 40%;
      padding-left: 30px; }
      .navbar-default .navbar-collapse.collapse.in:before {
        content: url(../img/header/caret.png);
        display: block;
        z-index: 900;
        position: absolute;
        top: 62px; }
      .navbar-default .navbar-collapse.collapse.in ul {
        padding-top: 10px; }

  .footer ul {
    text-align: left;
    padding: 5px 0; }
    .footer ul li a {
      font-size: 1.2rem; }
    .footer ul li.logo-tlc {
      display: inline-block;
      float: right; }
    .footer ul li:after {
      margin: 15px; } }
/* ---------------- 992 ----------------*/
/* --------------- 1200 ---------------*/
@media (min-width: 1200px) {
  .navbar-default {
    height: 100px; }
    .navbar-default .navbar-collapse.collapse {
      display: block !important;
      width: auto;
      background-color: #000000;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 45px;
      box-shadow: none; }
    .navbar-default .navbar-brand.desktop {
      margin-top: 25px; }
    .navbar-default .navbar-toggle {
      display: none; }
    .navbar-default .navbar-nav {
      float: none !important;
      margin: 7.5px -15px; }
      .navbar-default .navbar-nav li {
        float: none;
        display: inline-block; }
        .navbar-default .navbar-nav li.active > a, .navbar-default .navbar-nav li.active > a:focus, .navbar-default .navbar-nav li.active > a:hover {
          color: #f16e05; }
        .navbar-default .navbar-nav li a {
          color: #ffffff;
          font-size: 1.4rem;
          letter-spacing: 0.5px; }
          .navbar-default .navbar-nav li a:hover {
            color: #f16e05; } }
.pre-home {
  background: url("../img/prehome/ph-bg-m.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #bcdef7;
  height: 550px; }
  .pre-home .section {
    padding: 20px; }
  .pre-home header .fun {
    display: inline-block;
    width: 130px; }
  .pre-home header .logo {
    display: inline-block;
    float: right; }
    .pre-home header .logo .title-prehome {
      font-size: 1.4rem;
      display: inline-block;
      vertical-align: bottom;
      font-weight: 600;
      margin-right: 7px; }
    .pre-home header .logo .orange {
      display: inline-block; }
  .pre-home .button-container {
    margin-top: 50px;
    text-align: center; }
    .pre-home .button-container .button-orange {
      width: 140px;
      margin-bottom: 20px; }

.colors {
  background-color: #bcdfd0;
  height: 305px; }

/* ---------------- 525 ----------------*/
@media (min-width: 525px) {
  .pre-home {
    background: url("../img/prehome/ph-bg-d.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #bcdef7;
    height: 770px; }
    .pre-home .button-container {
      margin-top: 40px; }
      .pre-home .button-container .button-orange {
        display: inline-block;
        margin: 0 30px; }

  .colors {
    background-color: #bcdfd0;
    height: 150px; } }
/* ---------------- 1370 ----------------*/
/* --------------- 1200 ---------------*/
.home-page.first-part {
  background: url("../img/prehome/ph-bg-m.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 440px;
  margin-top: 40px; }
  .home-page.first-part .title {
    /*width: 63%;*/
    display: inline-block; }
  .home-page.first-part .fun {
    display: inline-block;
    float: right;
    vertical-align: top; }
  .home-page.first-part .fun-2 {
    float: right;
    vertical-align: top;
    display: none; }
  .home-page.first-part .button-orange {
    margin-top: 40px;
    width: 220px; }
  .home-page.first-part .three-blocks {
    margin-top: 245px; }
    .home-page.first-part .three-blocks .block {
      width: 275px;
      height: 140px;
      margin: 0 auto;
      margin-bottom: 10px; }
      .home-page.first-part .three-blocks .block .txt {
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0.3px; }
        .home-page.first-part .three-blocks .block .txt .number {
          font-size: 2.4rem; }
        .home-page.first-part .three-blocks .block .txt .para {
          font-size: 1.2rem; }
          .home-page.first-part .three-blocks .block .txt .para a {
            color: #ffffff;
            text-decoration: underline;
            cursor: pointer; }
            .home-page.first-part .three-blocks .block .txt .para a:hover {
              color: #f16e05; }
      .home-page.first-part .three-blocks .block.grey {
        background-color: #333333; }
        .home-page.first-part .three-blocks .block.grey img {
          display: inline-block;
          margin-top: 32px;
          margin-left: 20px; }
        .home-page.first-part .three-blocks .block.grey .txt {
          display: inline-block;
          vertical-align: top;
          width: 42%;
          float: right;
          margin-right: 23px;
          margin-top: 17px; }
      .home-page.first-part .three-blocks .block.orange {
        background-color: #f16e05; }
        .home-page.first-part .three-blocks .block.orange img {
          display: inline-block;
          margin-left: 40px;
          margin-top: 15px; }
        .home-page.first-part .three-blocks .block.orange .txt {
          display: inline-block;
          vertical-align: top;
          width: 52%;
          float: right;
          margin-right: 10px;
          margin-top: 8px; }
      .home-page.first-part .three-blocks .block.green {
        background-color: #0a7836; }
        .home-page.first-part .three-blocks .block.green img {
          display: inline-block;
          margin-left: 18px;
          margin-top: 12px; }
        .home-page.first-part .three-blocks .block.green .txt {
          display: inline-block;
          vertical-align: top;
          width: 52%;
          float: right;
          margin-right: 10px;
          margin-top: 8px; }
    .home-page.first-part .three-blocks .cond {
      font-size: 0.9rem; }
.home-page.colors {
  background-color: #bcdfd0;
  height: 540px; }
.home-page.second-part {
  background-color: #ffffff;
  padding-top: 50px; }
  .home-page.second-part .title {
    margin-bottom: 20px;
    width: 90%; }
  .home-page.second-part .sub {
    font-size: 1.4rem;
    font-weight: 600; }
  .home-page.second-part ul {
    margin-top: 30px;
    padding-bottom: 50px; }
    .home-page.second-part ul li {
      list-style: none;
      margin-bottom: 30px; }
      .home-page.second-part ul li .number {
        width: 40px;
        height: 40px;
        font-size: 3rem;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        background-color: #f16e05;
        display: inline-block; }
      .home-page.second-part ul li .list-block {
        display: inline-block;
        font-weight: 600;
        width: 78%;
        vertical-align: top;
        margin-left: 15px; }
        .home-page.second-part ul li .list-block .title-liste {
          font-size: 2rem; }
        .home-page.second-part ul li .list-block .text-liste {
          font-size: 1.4rem; }
.home-page.third-part {
  background: url("../img/home/home-bg-m.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #ffffff;
  height: 380px;
  margin-top: -60px; }
  .home-page.third-part .title {
    margin-top: 250px;
    font-size: 2.5rem; }
  .home-page.third-part .txt {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 15px;
    line-height: 20px; }
.home-page.fourth-part {
  background-color: #ffffff;
  padding-top: 30px; }
  .home-page.fourth-part .golf {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 20px; }
  .home-page.fourth-part .title {
    text-align: center;
    font-size: 2.2rem; }
  .home-page.fourth-part .slider {
    margin: 0 auto;
    margin-top: 30px;
    width: 275px !important; }
    .home-page.fourth-part .slider img.img-slider {
      width: 275px !important; }
    .home-page.fourth-part .slider .slick-dots {
      bottom: -55px; }
      .home-page.fourth-part .slider .slick-dots li button {
        cursor: pointer; }
      .home-page.fourth-part .slider .slick-dots li.slick-active button:before {
        font-size: 13px;
        color: #f16e05;
        opacity: 1; }
      .home-page.fourth-part .slider .slick-dots li button:before {
        font-size: 13px;
        color: #ececec;
        opacity: 1; }
  .home-page.fourth-part .visu {
    width: 274px;
    margin: 0 auto;
    margin-top: 5px; }
  .home-page.fourth-part .button-orange {
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 40px;
    width: 220px; }
.home-page.fifth-part {
  background-color: #ececec;
  position: relative;
  padding-bottom: 70px;
  z-index: 9; }
  .home-page.fifth-part .title {
    margin-top: 30px;
    text-transform: uppercase; }
  .home-page.fifth-part ul {
    padding: 0;
    margin: 0;
    margin-top: 30px; }
    .home-page.fifth-part ul li {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 30px; }
      .home-page.fifth-part ul li:hover a .question {
        color: #f16e05; }
      .home-page.fifth-part ul li.active a .button-drop {
        background-color: #ffffff; }
        .home-page.fifth-part ul li.active a .button-drop i {
          color: #f16e05;
          transform: rotate(0deg); }
      .home-page.fifth-part ul li a {
        text-align: left;
        display: block;
        text-decoration: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
        white-space: inherit; }
        .home-page.fifth-part ul li a:focus {
          outline: none;
          box-shadow: none;
          cursor: pointer; }
        .home-page.fifth-part ul li a .button-drop {
          background-color: #f16e05;
          width: 20px;
          text-align: center;
          height: 20px;
          display: inline-block; }
          .home-page.fifth-part ul li a .button-drop i {
            color: #ffffff;
            display: block;
            font-size: 1.6rem;
            transform: rotate(90deg);
            line-height: 21px;
            font-weight: 600; }
        .home-page.fifth-part ul li a .question {
          color: #000000;
          font-size: 1.6rem;
          font-weight: 600;
          display: inline-block;
          white-space: inherit;
          margin-left: 10px;
          border-bottom: 1px solid #cacaca;
          padding-bottom: 5px;
          width: 81%;
          text-align: left;
          vertical-align: top; }
      .home-page.fifth-part ul li .collapse,
      .home-page.fifth-part ul li .collapsing {
        margin-left: 44px;
        margin-top: 10px;
        font-size: 1.6rem;
        outline: none;
        box-shadow: none; }
      .home-page.fifth-part ul li .min-txt {
        font-size: 1.4rem; }
  .home-page.fifth-part .bike {
    position: absolute;
    bottom: -30px;
    right: 25px; }
.home-page.sixth-part {
  background-color: #f16e05;
  position: relative;
  z-index: 0; }
  .home-page.sixth-part .girafe {
    position: absolute;
    left: -70px;
    bottom: -50px;
    left: -130px; }
  .home-page.sixth-part .title {
    margin-top: 40px; }
  .home-page.sixth-part .para {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 15px; }
  .home-page.sixth-part .block-contact {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 40px; }
    .home-page.sixth-part .block-contact img.contact {
      margin: 0 auto;
      display: block; }
    .home-page.sixth-part .block-contact .title-contact {
      font-size: 1.6rem;
      font-weight: 500;
      margin-top: 10px; }
    .home-page.sixth-part .block-contact .number-contact {
      font-size: 2rem;
      font-weight: 500;
      margin-top: 5px;
      color: #ffffff;
      text-decoration: none; }
    .home-page.sixth-part .block-contact .txt-contact {
      font-size: 1.2rem; }

/* ---------------- 480 ----------------*/
@media (min-width: 480px) {
  .home-page.first-part .three-blocks {
    margin-top: 275px; } }
/* ---------------- 525 ----------------*/
@media (min-width: 525px) {
  .home-page.first-part {
    background: url("../img/prehome/ph-bg-d.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 580px; }
    .home-page.first-part .title {
      width: 97%; }
    .home-page.first-part .fun {
      display: none; }
    .home-page.first-part .button-orange {
      margin-top: 20px;
      float: left; }
    .home-page.first-part .three-blocks {
      margin-top: 285px; }
      .home-page.first-part .three-blocks .cond {
        width: 270px;
        margin: 0 auto; }
  .home-page.colors {
    height: 410px; }
  .home-page.third-part {
    background: url(../img/home/home-bg-d.png);
    background-repeat: no-repeat;
    background-position: 48%;
    height: 640px;
    margin-top: -50px;
    background-color: white; }
    .home-page.third-part .title {
      margin-top: 500px; }
    .home-page.third-part .txt {
      width: 80%; } }
/* ---------------- 555 ----------------*/
@media (min-width: 525px) {
  .home-page.first-part .three-blocks {
    margin-top: 325px; } }
/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .home-page.first-part .title {
    width: 88%; }
  .home-page.first-part .button-orange {
    float: initial;
    margin: inherit;
    margin-top: 20px; }
  .home-page.first-part .three-blocks .block {
    width: 100%; }
    .home-page.first-part .three-blocks .block.grey img {
      margin-left: 10px; }
    .home-page.first-part .three-blocks .block.grey .txt {
      width: 50%;
      margin-right: 5px; }
    .home-page.first-part .three-blocks .block.orange img {
      margin-left: 10px; }
    .home-page.first-part .three-blocks .block.orange .txt {
      width: 65%;
      margin-right: 5px; }
    .home-page.first-part .three-blocks .block.green img {
      margin-left: 5px; }
    .home-page.first-part .three-blocks .block.green .txt {
      width: 67%;
      margin-right: 0;
      position: absolute;
      right: 20px;
      top: 0; }
  .home-page.first-part .three-blocks .cond {
    width: 100%; }
  .home-page.colors {
    height: 150px; }
  .home-page.second-part ul {
    margin-left: 100px; }
  .home-page.third-part .title {
    margin-top: 460px; }
  .home-page.third-part .txt {
    width: 60%; }
  .home-page.fourth-part .golf {
    width: 55%;
    margin: 0 auto; }
  .home-page.fourth-part .slider {
    margin: 0 auto;
    margin-top: 30px;
    width: 100% !important; }
    .home-page.fourth-part .slider img.img-slider {
      width: 230px !important;
      margin-right: 10px; }
  .home-page.fourth-part .visu {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px; }
  .home-page.fifth-part .bike {
    right: 65px; }
  .home-page.fifth-part ul {
    margin-left: 85px; }
    .home-page.fifth-part ul li a .question {
      width: 90%; }
  .home-page.sixth-part .para {
    width: 80%; }
  .home-page.sixth-part .block-contact {
    margin-top: 40px; }
  .home-page.sixth-part .girafe {
    bottom: 0px;
    left: -35px;
    width: 15%; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .home-page.fourth-part .slider img.img-slider {
    width: 225px !important; }
  .home-page.fourth-part .button-orange {
    margin-top: 15px; }
  .home-page.fifth-part ul {
    margin-left: 165px; } }
/* ---------------- 1200 ----------------*/
@media (min-width: 1200px) {
  .home-page.first-part {
    background-position: center 50%; }
    .home-page.first-part .title {
      /* width: 42%; */ }
    .home-page.first-part .fun-2 {
      display: inline-block; }
    .home-page.first-part .three-blocks {
      margin-top: 215px; }
      .home-page.first-part .three-blocks .block.grey img {
        margin-left: 30px; }
      .home-page.first-part .three-blocks .block.grey .txt {
        margin-right: 30px;
        margin-top: 25px; }
      .home-page.first-part .three-blocks .block.orange img {
        margin-left: 30px; }
      .home-page.first-part .three-blocks .block.orange .txt {
        margin-right: 15px;
        margin-top: 17px; }
      .home-page.first-part .three-blocks .block.green img {
        margin-left: 25px; }
      .home-page.first-part .three-blocks .block.green .txt {
        width: 57%;
        right: 25px;
        top: 15px; }
  .home-page.colors {
    height: 100px;
    margin-top: -70px; }
  .home-page.second-part ul {
    margin-left: 200px;
    width: 70%; }
  .home-page.third-part title {
    margin-top: 510px; }
  .home-page.third-part .txt {
    width: 45%; }
  .home-page.fourth-part .golf {
    width: 41%;
    margin: 0 auto; }
  .home-page.fourth-part .slider {
    width: 930px !important; }
    .home-page.fourth-part .slider img.img-slider {
      width: 223px !important; }
  .home-page.fourth-part .visu {
    width: 930px;
    margin: 0 auto;
    margin-top: 10px; }
  .home-page.fifth-part ul {
    margin-left: 185px; }
  .home-page.sixth-part .block-contact .txt-contact {
    width: 310px;
    margin: 0 auto; }
  .home-page.sixth-part .para {
    width: 50%; }
  .home-page.sixth-part .girafe {
    bottom: 0px;
    left: 25px;
    width: 110px; } }
.act_1 {
  background: url("../img/prehome/ph-bg-d.jpg");
  background-repeat: no-repeat;
  background-position: 38% bottom;
  height: 670px; }
  .act_1 .bloc-title .title {
    margin-top: 50px;
    font-size: 2.5rem; }
  .act_1 .bloc-title .sub {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 10px; }
  .act_1 .fun {
    display: none; }
  .act_1 .field-form {
    margin-top: 40px;
    width: 100%; }
    .act_1 .field-form label {
      text-align: center;
      display: block;
      font-size: 1.6rem;
      font-weight: 600; }
    .act_1 .field-form input {
      height: 50px;
      width: 300px;
      display: block;
      margin: 0 auto;
      border: none;
      box-shadow: none;
      padding: 10px;
      margin-top: 15px;
      outline: none;
      font-size: 1.6rem; }
    .act_1 .field-form .button-orange {
      border-radius: 0;
      background-color: transparent;
      margin-top: 25px;
      padding: 10px 15px;
      outline: none; }
      .act_1 .field-form .button-orange:hover {
        background-color: #000000;
        outline: none; }

/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .act_1 {
    background-position: 57% bottom;
    height: 890px; }
    .act_1 .bloc-title {
      display: inline-block; }
    .act_1 .fun {
      display: inline-block;
      margin-top: 60px;
      float: right; }
    .act_1 .field-form label {
      left: 50%;
      margin-left: 125px; }
    .act_1 .field-form input {
      margin-top: 30px; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .act_1 .field-form input {
    width: 370px; } }
/* ---------------- 1200 ----------------*/
.act_2 {
  position: relative;
  margin-bottom: 440px; }
  .act_2 .bloc-title {
    display: inline-block;
    width: 70%; }
    .act_2 .bloc-title .title {
      margin-top: 50px;
      font-size: 2.5rem; }
    .act_2 .bloc-title .sub {
      font-size: 1.6rem;
      font-weight: 600;
      margin-top: 10px;
      width: 74%; }
  .act_2 .fun-m {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 60px; }
  .act_2 .fun-t {
    display: none; }
  .act_2 .bck {
    position: absolute;
    bottom: -440px;
    height: auto;
    left: 50%;
    margin-left: -1030px; }
  .act_2 .bck-2 {
    display: none; }
  .act_2 .form-act-2 .test {
    width: 275px;
    display: block;
    margin: 0 auto;
    margin-top: 30px; }
  .act_2 .form-act-2 .button-orange {
    background-color: transparent;
    border-radius: 0;
    margin-top: 30px;
    width: 100px; }
    .act_2 .form-act-2 .button-orange:hover {
      background-color: #000000; }

/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .act_2 {
    margin-bottom: 335px; }
    .act_2 .bloc-title .sub {
      width: 100%; }
    .act_2 .fun-t {
      display: inline-block;
      float: right;
      vertical-align: top;
      margin-top: 60px; }
    .act_2 .fun-m {
      display: none; }
    .act_2 .bck {
      bottom: -395px;
      margin-left: -1020px; }
    .act_2 .form-act-2 {
      margin-top: 20px; }
      .act_2 .form-act-2 .select-block {
        float: right; }
      .act_2 .form-act-2 .map-block {
        float: left; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .act_2 {
    margin-bottom: 420px; }
    .act_2 .bck {
      bottom: -425px;
      margin-left: -1290px; } }
/* ---------------- 1200 ----------------*/
.confirm_activity {
  position: relative;
  margin-bottom: 440px; }
  .confirm_activity .bloc-title {
    display: inline-block;
    width: 70%; }
    .confirm_activity .bloc-title .title {
      margin-top: 50px;
      font-size: 2.5rem; }
    .confirm_activity .bloc-title .sub {
      font-size: 1.6rem;
      font-weight: 600;
      margin-top: 10px;
      width: 74%; }
  .confirm_activity .fun-m {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 60px; }
  .confirm_activity .fun-t {
    display: none; }
  .confirm_activity .bck {
    position: absolute;
    bottom: -440px;
    height: auto;
    left: 50%;
    margin-left: -1030px; }
  .confirm_activity .bck-2 {
    display: none; }
  .confirm_activity .form {
    /*border-bottom: 1px solid #000000;*/
    padding-bottom: 20px; }
    .confirm_activity .form .test {
      width: 275px;
      display: block;
      margin: 0 auto;
      margin-top: 30px; }
    .confirm_activity .form .text-block {
      margin: 0 auto;
      margin-top: 30px;
      width: 260px; }
      .confirm_activity .form .text-block .left {
        font-size: 1.6rem;
        float: left; }
        .confirm_activity .form .text-block .left .bold {
          font-weight: 600; }
        .confirm_activity .form .text-block .left .italic {
          font-style: italic; }
        .confirm_activity .form .text-block .left .phone {
          margin-top: 20px; }
      .confirm_activity .form .text-block .right {
        margin-top: 8px;
        display: inline-block;
        text-align: left;
        float: left;
        margin-left: 40px; }
  .confirm_activity .choose-part .title-choose {
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.6rem; }
  .confirm_activity .choose-part .block-button {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 20px; }
    .confirm_activity .choose-part .block-button .button-orange {
      margin: 5px;
      display: inline-block;
      background-color: transparent;
      width: 150px;
      border-radius: 0; }
      .confirm_activity .choose-part .block-button .button-orange:hover {
        background-color: #000000; }

/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .confirm_activity {
    margin-bottom: 435px; }
    .confirm_activity .bloc-title .sub {
      width: 100%; }
    .confirm_activity .fun-t {
      display: inline-block;
      float: right;
      vertical-align: top;
      margin-top: 60px; }
    .confirm_activity .fun-m {
      display: none; }
    .confirm_activity .form .test {
      float: left;
      width: 100%;
      margin-top: 0; }
    .confirm_activity .form .text-block {
      margin-top: 30px;
      margin-left: 30px;
      width: 100%; }
      .confirm_activity .form .text-block .left {
        float: inherit; }
      .confirm_activity .form .text-block .right {
        float: inherit;
        margin-top: 40px;
        margin-left: 0; }
    .confirm_activity .choose-part {
      margin-top: 0; }
      .confirm_activity .choose-part .block-button {
        margin-top: 30px; }
        .confirm_activity .choose-part .block-button .button-orange {
          margin: 0 45px; }
    .confirm_activity .bck {
      bottom: -435px;
      margin-left: -960px; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .confirm_activity {
    margin-bottom: 420px; }
    .confirm_activity .bck {
      bottom: -425px;
      margin-left: -950px; }
    .confirm_activity .form {
      margin: 20px;
      padding-bottom: 50px; }
      .confirm_activity .form .text-block {
        margin-top: 70px;
        margin-left: 131px; }
    .confirm_activity .choose-part .block-button {
      margin-top: 40px; } }
/* ---------------- 1200 ----------------*/
.act_3 {
  position: relative;
  margin-bottom: 210px; }
  .act_3 .bloc-title {
    display: inline-block;
    width: 70%; }
    .act_3 .bloc-title .title {
      margin-top: 50px;
      font-size: 2.5rem; }
    .act_3 .bloc-title .sub {
      font-size: 1.6rem;
      font-weight: 600;
      margin-top: 10px; }
  .act_3 .fun-m {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 60px; }
  .act_3 .fun-t {
    display: none; }
  .act_3 .form {
    background-color: #ffffff;
    padding: 20px;
    margin-top: 40px; }
    .act_3 .form .field-form {
      margin-bottom: 20px; }
    .act_3 .form .label {
      font-size: 1.6rem;
      font-weight: 600;
      display: block;
      color: #000000;
      text-align: left;
      margin: 0;
      padding: 0; }
    .act_3 .form .input input {
      -webkit-appearance: none;
      background-color: #eaeaea;
      height: 30px;
      width: 100%;
      display: block;
      border: none;
      border-radius: 0;
      margin-top: 5px;
      padding-left: 10px;
      font-size: 1.4rem;
      outline: none; }
    .act_3 .form select {
      -webkit-appearance: none;
      background-color: #eaeaea;
      height: 30px;
      width: 100%;
      display: block;
      border: none;
      border-radius: 0;
      margin-top: 5px;
      padding-left: 10px;
      font-size: 1.4rem;
      outline: none;
      background:  url("../img/activity/arrow.jpg") no-repeat scroll 0px 0px; }
    .act_3 .form .checkbox {
      display: inline-block;
      margin-left: 20px; }
      .act_3 .form .checkbox input {
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #000000;
        cursor: pointer;
        outline: none;
        height: 15px;
        width: 15px; }
      .act_3 .form .checkbox input[type=checkbox]:checked {
        background-color: #000000; }
    .act_3 .form .sentence {
      display: inline-block;
      width: 88%;
      vertical-align: text-top;
      font-weight: 600;
      font-size: 1.6rem; }
      .act_3 .form .sentence a {
        color: #000000;
        text-decoration: underline;
        cursor: pointer; }
        .act_3 .form .sentence a:hover {
          color: #f16e05; }
    .act_3 .form .text {
      margin-top: 30px;
      font-size: 1.2rem; }
    .act_3 .form .div-form {
      margin-top: 10px; }
      .act_3 .form .div-form .sentence {
        font-weight: 400;
        font-size: 1.2rem;
        margin-top: 5px; }
    .act_3 .form .obligation {
      margin-top: 10px;
      color: #f16e05;
      font-size: 1.1rem; }
    .act_3 .form .button-orange {
      border-radius: 0;
      margin-top: 40px;
      width: 120px;
      margin-bottom: 70px; }
  .act_3 .bck {
    position: absolute;
    bottom: -335px;
    height: auto;
    left: 50%;
    margin-left: -1030px; }
  .act_3 .bck-2 {
    display: none; }

/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .act_3 {
    margin-bottom: 335px; }
    .act_3 .fun-t {
      display: inline-block;
      float: right;
      vertical-align: top;
      margin-top: 60px; }
    .act_3 .fun-m {
      display: none; }
    .act_3 .form {
      margin-top: 20px; }
      .act_3 .form .block-border {
        border: 1px solid #000000;
        padding: 15px; }
      .act_3 .form .text {
        margin-top: 0; }
        .act_3 .form .text.second {
          margin-top: 15px; }
      .act_3 .form .obligation {
        position: absolute;
        bottom: 120px; }
      .act_3 .form .button-orange {
        margin-left: 295px; }
    .act_3 .act_3 .bck {
      bottom: -295px;
      margin-left: -920px; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .act_3 {
    margin-bottom: 545px; }
    .act_3 .form {
      padding: 60px 30px; }
      .act_3 .form select {
        width: 65%; }
      .act_3 .form .label {
        display: inline-block;
        width: 150px; }
      .act_3 .form .input {
        display: inline-block;
        width: 62%; }
      .act_3 .form .legales-check {
        margin-left: 40px;
        margin-top: 100px; }
      .act_3 .form .optin-check {
        margin-left: 40px;
        margin-top: 10px;
        margin-bottom:30px; }
      .act_3 .form .obligation {
        bottom: 145px; }
      .act_3 .form .button-orange {
        margin: 0 auto;
        margin-top: 70px; }
    .act_3 .bck-2 {
      display: block;
      position: absolute;
      bottom: -545px;
      height: auto;
      left: 50%;
      margin-left: -970px; }
    .act_3 .bck {
      display: none; } }
/* ---------------- 1200 ----------------*/
@media (min-width: 1200px) {
  .act_3 .form .obligation {
    bottom: inherit;
    position: relative; } }
.confirm_participation {
  position: relative;
  margin-bottom: 330px; }
  .confirm_participation .bloc-title {
    display: inline-block;
    width: 70%; }
    .confirm_participation .bloc-title .title {
      margin-top: 50px;
      font-size: 2.5rem; }
    .confirm_participation .bloc-title .sub {
      font-size: 1.6rem;
      font-weight: 600;
      margin-top: 10px;
      width: 74%; }
  .confirm_participation .fun-m {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 60px; }
  .confirm_participation .fun-t {
    display: none; }
  .confirm_participation .bck-m {
    position: absolute;
    bottom: -330px;
    height: auto;
    left: 50%;
    margin-left: -1050px; }
  .confirm_participation .bck-t {
    display: none; }
  .confirm_participation .block-white {
    background-color: #ffffff;
    font-size: 1.6rem;
    color: #000000;
    font-weight: 600;
    padding: 20px;
    margin-top: 25px;
    padding-bottom: 50px; }
    .confirm_participation .block-white div {
      margin-bottom: 20px; }

/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .confirm_participation {
    margin-bottom: 535px;
    background-color: #ffffff; }
    .confirm_participation .bloc-title .sub {
      width: 100%; }
    .confirm_participation .fun-t {
      display: inline-block;
      float: right;
      vertical-align: top;
      margin-top: 60px; }
    .confirm_participation .fun-m {
      display: none; }
    .confirm_participation .bck-m {
      display: none; }
    .confirm_participation .bck-t {
      display: block;
      position: absolute;
      bottom: -540px;
      height: auto;
      left: 50%;
      margin-left: -1050px; }
    .confirm_participation .block-white {
      position: absolute;
      top: -120px;
      left: -3px;
      width: 70%; }
    .confirm_participation .section {
      height: 400px; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .confirm_participation {
    height: 480px; }
    .confirm_participation .bck-t {
      bottom: -520px;
      margin-left: -960px; }
    .confirm_participation .choose-part .block-button {
      margin-top: 40px; } }
/* ---------------- 1200 ----------------*/
@media (min-width: 1200px) {
  .confirm_participation {
    margin-bottom: 515px; } }
.end_op {
  position: relative;
  margin-bottom: 460px; }
  .end_op .bloc-title {
    display: inline-block;
    width: 70%; }
    .end_op .bloc-title .title {
      margin-top: 50px;
      font-size: 2.5rem; }
    .end_op .bloc-title .title-a {
      font-size: 2rem;
      font-weight: 600;
      margin-top: 20px; }
    .end_op .bloc-title .title-b {
      font-size: 1.6rem;
      font-weight: 600;
      margin-top: 20px; }
  .end_op .fun-m {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 60px; }
  .end_op .fun-t {
    display: none; }
  .end_op .bck-m {
    position: absolute;
    height: auto;
    left: 50%;
    margin-left: -980px;
    bottom: -460px; }
  .end_op .bck-t {
    display: none; }
  .end_op .block-contact {
    text-align: center;
    color: #000000;
    letter-spacing: 0.5px;
    margin-top: 40px; }
    .end_op .block-contact img.contact {
      margin: 0 auto;
      display: block; }
    .end_op .block-contact .title-contact {
      font-size: 1.6rem;
      font-weight: 500;
      margin-top: 10px; }
    .end_op .block-contact .number-contact {
      font-size: 2rem;
      font-weight: 600;
      margin-top: 5px;
      color: #000000;
      text-decoration: none; }
    .end_op .block-contact .txt-contact {
      font-size: 1.2rem;
      width: 270px;
      margin: 0 auto; }

/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .end_op {
    margin-bottom: 685px; }
    .end_op .bloc-title .sub {
      width: 100%; }
    .end_op .bloc-title .title-b {
      position: absolute;
      bottom: -60px;
      left: 50%;
      margin-left: -270px; }
    .end_op .fun-t {
      display: inline-block;
      float: right;
      vertical-align: top;
      margin-top: 60px; }
    .end_op .fun-m {
      display: none; }
    .end_op .bck-m {
      display: none; }
    .end_op .bck-t {
      display: block;
      position: absolute;
      bottom: -690px;
      height: auto;
      left: 50%;
      margin-left: -1050px; }
    .end_op .block-contact {
      margin-top: 100px; }
      .end_op .block-contact .txt-contact {
        width: 290px;
        margin: 0 auto; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .end_op {
    margin-bottom: 710px; }
    .end_op .bloc-title .title-b {
      bottom: -100px; }
    .end_op .block-contact {
      margin-top: 190px; }
    .end_op .bck-t {
      bottom: -710px;
      margin-left: -1070px; } }
/* ---------------- 1200 ----------------*/
@media (min-width: 1200px) {
  .end_op .block-contact .txt-contact {
    width: 370px; } }
.mentions {
  position: relative;
  margin-bottom: 390px; }
  .mentions .bloc-title {
    display: inline-block;
    width: 70%; }
    .mentions .bloc-title .title {
      margin-top: 55px;
      font-size: 2.5rem; }
  .mentions .fun-m {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 60px; }
  .mentions .fun-t {
    display: none; }
  .mentions .bck-m {
    position: absolute;
    height: auto;
    left: 50%;
    margin-left: -1000px;
    bottom: -390px; }
  .mentions .bck-t {
    display: none; }
  .mentions .legales {
    margin-top: 30px; }
    .mentions .legales .block {
      margin-top: 20px; }
      .mentions .legales .block div {
        font-weight: 600;
        font-size: 1.6rem; }
      .mentions .legales .block .title-block {
        margin-top: 50px;
        margin-bottom: 20px; }
      .mentions .legales .block.up {
        margin-top: 50px;
        margin-bottom: 20px; }

/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .mentions {
    margin-bottom: 685px; }
    .mentions .fun-t {
      display: inline-block;
      float: right;
      vertical-align: top;
      margin-top: 60px; }
    .mentions .fun-m {
      display: none; }
    .mentions .bck-m {
      display: none; }
    .mentions .bck-t {
      display: block;
      position: absolute;
      bottom: -690px;
      height: auto;
      left: 50%;
      margin-left: -1050px; }
    .mentions .legales {
      padding: 0 80px; }
      .mentions .legales .block .title-block {
        text-align: center; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .mentions {
    margin-bottom: 710px; }
    .mentions .bck-t {
      bottom: -710px;
      margin-left: -1070px; }
    .mentions .legales {
      padding: 0 160px; } }
/* ---------------- 1200 ----------------*/
@media (min-width: 1200px) {
  .mentions .bck-t {
    margin-left: -1140px; }
  .mentions .legales {
    padding: 0 250px; } }
.termes {
  position: relative;
  margin-bottom: 330px; }
  .termes .bloc-title {
    display: inline-block;
    width: 70%; }
    .termes .bloc-title .title {
      margin-top: 55px;
      font-size: 2.5rem; }
  .termes .fun-m {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 60px; }
  .termes .fun-t {
    display: none; }
  .termes .bck-m {
    position: absolute;
    height: auto;
    left: 50%;
    margin-left: -1000px;
    bottom: -330px; }
  .termes .bck-t {
    display: none; }
  .termes .termes-block {
    margin-top: 30px;
    background-color: #ffffff;
    padding: 10px 40px 100px; }
    .termes .termes-block ul li {
      list-style: decimal;
      color: #f16e05;
      font-weight: 600;
      font-size: 1.6rem; }
      .termes .termes-block ul li div {
        font-weight: 600;
        font-size: 1.6rem;
        margin-top: 20px;
        display: block;
        color: #000000; }
        .termes .termes-block ul li div ul {
          margin-left: 30px; }
          .termes .termes-block ul li div ul li {
            list-style: none; }
            .termes .termes-block ul li div ul li div {
              color: #000000;
              margin-top: 10px;
              margin-bottom: 10px;
              font-weight: 600; }

/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .termes {
    margin-bottom: 525px; }
    .termes .fun-t {
      display: inline-block;
      float: right;
      vertical-align: top;
      margin-top: 60px; }
    .termes .fun-m {
      display: none; }
    .termes .bck-m {
      display: none; }
    .termes .bck-t {
      display: block;
      position: absolute;
      height: auto;
      left: 50%;
      bottom: -530px;
      margin-left: -1190px; }
    .termes .termes-block {
      padding: 30px 70px 170px; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .termes {
    margin-bottom: 530px; }
    .termes .bck-t {
      bottom: -530px;
      margin-left: -1070px; }
    .termes .termes-block {
      padding: 40px 100px 180px; } }
/* ---------------- 1200 ----------------*/
@media (min-width: 1200px) {
  .termes .bck-t {
    margin-left: -1010px; } }
.errors {
  position: relative;
  margin-bottom: 390px;
  height: 300px; }
  .errors .bloc-title {
    display: inline-block;
    width: 70%; }
    .errors .bloc-title .title {
      margin-top: 55px;
      font-size: 2.5rem; }
  .errors .fun-m {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin-top: 60px; }
  .errors .fun-t {
    display: none; }
  .errors .bck-m {
    position: absolute;
    height: auto;
    left: 50%;
    margin-left: -1000px;
    bottom: -390px; }
  .errors .bck-t {
    display: none; }
  .errors .button-orange {
    width: 200px;
    display: block;
    margin: 0;
    margin-top: 20px; }

/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .errors {
    margin-bottom: 685px; }
    .errors .fun-t {
      display: inline-block;
      float: right;
      vertical-align: top;
      margin-top: 60px; }
    .errors .fun-m {
      display: none; }
    .errors .bck-m {
      display: none; }
    .errors .bck-t {
      display: block;
      position: absolute;
      bottom: -690px;
      height: auto;
      left: 50%;
      margin-left: -1050px; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .errors {
    margin-bottom: 710px; }
    .errors .bck-t {
      bottom: -710px;
      margin-left: -1070px; } }
/* ---------------- 1200 ----------------*/
@media (min-width: 1200px) {
  .errors .bck-t {
    margin-left: -1140px; } }
.page-admin {
  position: relative; }
  .page-admin .bloc-title .title {
    margin-top: 55px;
    text-align: center; }
  .page-admin .bck-m {
    position: absolute;
    height: auto;
    left: 50%;
    margin-left: -1000px;
    bottom: -460px; }
  .page-admin .bck-t {
    display: none; }
  .page-admin .section-form {
    background-color: #ffffff;
    margin-top: 50px;
    padding: 30px; }
    .page-admin .section-form .block {
      margin-bottom: 30px; }
      .page-admin .section-form .block label {
        font-size: 1.6rem;
        font-weight: 600;
        display: block;
        color: #000000;
        text-align: left;
        margin: 0;
        padding: 0; }
      .page-admin .section-form .block input {
        -webkit-appearance: none;
        background-color: #eaeaea;
        height: 30px;
        width: 100%;
        display: block;
        border: none;
        border-radius: 0;
        margin-top: 5px;
        padding-left: 10px;
        font-size: 1.4rem;
        outline: none; }
    .page-admin .section-form .button-admin button {
      background-image: none;
      display: block;
      margin: 0 auto;
      border: 2px solid #000000;
      text-decoration: none;
      color: #000000;
      font-size: 1.6rem;
      font-weight: 600;
      text-align: center;
      padding: 10px;
      width: 120px;
      border-radius: 0; }
      .page-admin .section-form .button-admin button:hover {
        background-color: #000000;
        text-decoration: none;
        color: #ffffff; }

.page-connect .bloc-title {
  margin-top: 50px; }
.page-connect a {
  text-decoration: none;
  outline: none;
  display: block;
  margin-top: 50px; }
  .page-connect a .button-orange.logout {
    border-radius: 0;
    outline: none; }
    .page-connect a .button-orange.logout:hover {
      background-color: red; }
.page-connect .bloc-button {
  margin: 0 auto; }
  .page-connect .bloc-button button {
    background-image: none;
    background-color: transparent;
    border: none;
    display: block;
    margin: 0 auto; }
    .page-connect .bloc-button button a.button-orange {
      width: 220px; }

/* ---------------- 768 ----------------*/
@media (min-width: 768px) {
  .page-admin {
    margin-bottom: 685px; }
    .page-admin .bck-m {
      display: none; }
    .page-admin .bck-t {
      display: block;
      position: absolute;
      bottom: -690px;
      height: auto;
      left: 50%;
      margin-left: -1050px; }
    .page-admin .section-form {
      width: 500px;
      margin: 0 auto;
      margin-top: 50px; }

  .page-connect .bloc-button {
    width: 500px;
    margin: 0 auto; }
    .page-connect .bloc-button button {
      display: inline-block; } }
/* ---------------- 992 ----------------*/
@media (min-width: 992px) {
  .page-admin {
    margin-bottom: 710px; }
    .page-admin .bck-t {
      bottom: -710px;
      margin-left: -1070px; } }
/* ---------------- 1200 ----------------*/
@media (min-width: 1200px) {
  .page-admin .bck-t {
    margin-left: -1140px; } }



/* ///////////////////////////////////////////// */
/* //////////////// PAGE ACT 1 //////////////// */
/* /////////////////////////////////////////// */

.select-block {
  margin-top: 10px;
}

.select-block div,
.select-block div label,
.select-block div select {
  display: block;
}

.select-block div label{
  font-size: 1.6rem;
  margin-top: 10px;
}

.select-block div select {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-top: 5px;
  height: 44px;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  outline: none;
  font-size: 1.6rem;
  background:  url(../img/activity/big-arrow.jpg) no-repeat scroll 100% 0px;
  background-color: white;
  color: black;
}

.select-block .button-orange {
  margin-bottom: 30px;
}

.map-block {
  width: 100%;
}

.map-block #map {
  width: 100%;
  height: -webkit-fill-available;
}

.map-block .block-left .title-map{
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 5px;
}

.map-block .block-left .activite{
  font-weight: 600;
  font-size: 1.4rem;
  font-style: italic;
  margin-top: 5px;
  display: block;
  font-weight: 400;
}

.map-block .block-left .text-b{
  font-size: 1.4rem;
  margin-top: 5px;
  display: block;
  font-weight: 400;
}

.map-block .block-left .site{
  font-size: 1.4rem;
  margin-top: 5px;
  text-decoration: none;
  color: black;
  display: block;
  font-weight: 400;
}

.map-block .block-left .site:hover{
  color: #f16e05;
}

.map-block .block-left{
  display: inline-block;
  width: 70%;
}

.map-block .block-right{
  float: right;
  display: inline-block;
  vertical-align: top;
}

.map-block .block-right img{
  width: 50px;
  float: right;
}

/* ///////////////////////////////////////////// */
/* ///////////// CONFIRM ACTIVITY ///////////// */
/* /////////////////////////////////////////// */

.confirm_activity .form .text-block {
  font-size: 1.6rem;
  width: 275px;
}

.confirm_activity .form .text-block .bold {
  font-weight: 600;
}

.confirm_activity .form .text-block .italic {
  font-weight: 600;
  font-style: italic;;
}

.confirm_activity .form .text-block .inside-left{
  display: inline-block;
  width: 66%;
}

.confirm_activity .form .text-block .inside-right{
  display: inline-block;
  float: right;
  vertical-align: top;
}

.confirm_activity .form .text-block .inside-right img{
  /*height: 82px;*/
  width: 80px;
}

.confirm_activity .form .text-block .other{
  margin-top: 20px;
}

.confirm_activity .form .text-block .other a{
  text-decoration: underline;
  color: black;
}

.confirm_activity .form .text-block .other a:hover{
  color: #f16e05;
}

/* ///////////////////////////////////////////// */
/* ////////////////// PREHOME ///////////////// */
/* /////////////////////////////////////////// */

body.pre-home .navbar-default {
  display: none;
}

body.pre-home .page-orange {
  padding: 0;
}

/* ///////////////////////////////////////////// */
/* /////////////////// HOME /////////////////// */
/* /////////////////////////////////////////// */

.home-page.first-part {
  margin-top: 60px;
}

.home-page.first-part .title {
  margin-top: -20px;
  min-height: 150px;
}

.home-page.first-part .button-orange {
  margin-top: 30px;
}

.home-page.fifth-part ul li a .question {
  width: 87%;
}

/* ///////////////////////////////////////////// */
/* ////////////////// °°°°° /////////////////// */
/* /////////////////////////////////////////// */

.act_1 {
  height: 720px;
}

.home-page.first-part .button-orange {
  display: block;
  float: none;
}

.confirm_participation {
  height: -moz-available;
}

.act_3 .form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 28px;
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 1.4rem;
  outline: none;
  background:  url(../img/activity/arrow.jpg) no-repeat scroll 100% 0px;
  background-color: #eaeaea;
}


.act_3 {
  margin-bottom: 335px;
}

.confirm_participation a{
  color: #f16e05;
  text-decoration: underline;
}

.confirm_participation a:hover{
  color: #80c3eb;
}

.end_op .title-b {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.home-page.fifth-part ul li a,
.home-page.second-part .sub a,
.home-page.second-part ul li .list-block .text-liste a {
  text-decoration: underline;
  color: black;
}

.home-page.fifth-part ul li a:hover,
.home-page.second-part .sub a:hover,
.home-page.second-part ul li .list-block .text-liste a:hover {
  color: #f16e05;
}

.home-page.fifth-part ul li a,
.home-page.fifth-part ul li a:hover,
.home-page.fifth-part ul li a:active {
  text-decoration: none;
}

.home-page.fifth-part ul li .collapse a {
  display: inline;
}

.home-page.sixth-part .block-contact.right a{
  text-decoration: none;
  color: white;
  font-size: 2rem;
}

.end_op .block-contact.right a{
  text-decoration: none;
  color: black;
  font-size: 2rem;
  font-weight: 600;
}

.home-page.sixth-part .block-contact .txt-contact {
  font-weight: 100;
}

.act_3 .form .text.second a {
  color: black;
  text-decoration: none;
}

.act_3 .form .text.second a:hover {
  color: #f16e05;
}

.termes .termes-block ul li a {
  text-decoration: underline;
  color: black;
}

.termes .termes-block ul li a:hover {
  text-decoration: underline;
  color: #f16e05;
}

.confirm_activity .form .text-block {
  width: 100%;
}

body.act-1 .input-error {
  text-align: center;
}

body.act-1 .input-error li {
  margin-left: 0;
}

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

.navbar-default .navbar-nav li.active {
  background-color: transparent;
}

/* ///////////////////////////////////////////// */
/* ////////////////// FOOTER ////////////////// */
/* /////////////////////////////////////////// */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 900;
}

.page-orange {
  padding-top: 60px;
  padding-bottom: 88px;
}

.home-page.first-part .three-blocks .cond a{
  color: black;
  text-decoration: underline;
}

.map-block #map {
  width: 100%;
  height: 470px;
}

.act_2{
  background: url("../img/activity/activity-bg-d2.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 1370px;
  margin: 0;
  margin-bottom: 88px;
}

.confirm_activity{
  background: url("../img/activity/activity-bg-d2.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 1730px;
  margin: 0;
  margin-bottom: 88px;
}

.act_3{
  background: url(../img/activity/activity-bg-d2.png);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  background-position: 50% 96%;
  padding-bottom: 560px;
}

/*///*/

.home-page.first-part .three-blocks .block.grey .txt {
  display: inline-block;
  vertical-align: top;
  width: 68%;
  float: right;
  margin-right: 6px;
  margin-top: 1px;
}

.home-page.first-part .three-blocks .block .txt .para {
  margin-top: -2px;
}

.home-page.first-part .three-blocks .block.grey img {
  width: 20%;
  margin-top: 75px;
  margin-left: 10px;
}

.home-page.first-part .three-blocks .block.orange img {
  margin-left: 7px;
  margin-top: 33px;
  width: 14%;
}

.home-page.first-part .three-blocks .block.orange .txt {
  width: 77%;
  margin-right: 10px;
  margin-top: 8px;
  line-height: 16px;
}

.home-page.first-part .three-blocks .block.green .txt {
  margin-top: 14px;
}

.home-page.first-part .button-orange {
  margin-top: 10px;
}

.home-page.first-part .three-blocks {
  margin-top: 225px;
}

.confirm_activity .choose-part .block-button .button-orange {
  margin: 0;
}

.confirm_activity .choose-part .block-button {
  text-align: inherit;
  margin-bottom: 20px;
}

.fr .navbar-default .navbar-brand.desktop.nel {
  display: none;
}

.navbar-default .navbar-brand{
  display: inline-block;
}

.right-header{
  float: right;
}

.navbar-brand{
  float: inherit;
}

.logo-header{
  display: inline-block;
}

select.form-control.language {
  display: inline-block;
  width: 40px;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 10px;
}

select.form-control.language{
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.home-page.first-part {
  height: 509px;
}

.home-page.first-part .button-orange {
  width: 260px;
  padding: 20px;
}

.home-page.first-part {
  height: 309px;
}

.home-page.first-part .fun {
  margin-top: -110px;
}

.home-page.first-part .three-blocks {
  margin-top: 175px;
}

.home-page.colors {
  height: 590px;
}

.block-button-confirm {
  margin-top: 30px;
}

.block-button-confirm a{
  width: 130px;
  display: inline-block;
}

.confirm_activity .form .text-block .inside-right {
  display: block;
  float: inherit;
  margin-top: 30px;
}

/* / LANGUAGE SELECTOR / */
.right-header {
  float: right;
  position: relative;
}

.language-selector a{
	text-decoration: none;
	font-size: 1.4rem;
	color: white;
	text-transform: uppercase;
}

.language-selector a.active{
	font-weight: 600;
	color: #F07D00;
}

.language-selector{
	position: absolute;
	top: 28px;
  left: -60px;
}


/* ///////////////////////////////////////////// */
/* ////////// RESPONSIVE MOBILE FIRST ///////// */
/* /////////////////////////////////////////// */

/* ---------------- 525 ----------------*/
@media (min-width: 525px){
  .home-page.first-part .button-orange {
    margin-top: 10px;
  }

  .home-page.first-part .three-blocks {
    margin-top: 315px;
  }

  .home-page.first-part .button-orange {
    margin-top: 30px;
  }

  .home-page.first-part {
    height: 530px;
  }
}

/* ---------------- 768 ----------------*/
@media (min-width: 768px){
  .input-error ul li {
    margin-left: 3px;
    margin-top: 5px;
  }

  .act_3 .form .obligation {
    position: absolute;
    bottom: 120px;
  }

  .page-orange {
    padding-top: 73px;
    padding-bottom: 48px;
  }

  .home-page.first-part .button-orange {
    margin-top: 20px;
  }

  .confirm_activity .map-block #map {
    height: 450px;
    margin-bottom: 10px;
  }

  .end_op .title-b {
    margin-top: 70px;
  }

  .end_op .block-contact {
    margin-top: 30px;
  }

  .act_2 .bck {
    margin-left: -930px;
  }

  .act_1 .bloc-title .title {
    font-size: 2.6rem;
  }

  .act_1 {
    height: 870px;
    background-position: 58% bottom;
  }

  .act_2 .form-act-2 .select-block {
    float: right;
    display: inline-block;
    width: 280px;
    margin-top: 50px;
  }

  .act_2 .form-act-2 .map-block {
    float: left;
    display: inline-block;
    width: 400px;
  }

  .select-block div{
    margin-bottom: 50px;
  }

  .map-block #map {
    height: 370px;
  }

  .confirm_activity .form .text-block .inside-left,
  .confirm_activity .form .text-block .inside-right{
    display: block;
    float: inherit;
    width: 100%;
  }

  .confirm_activity .form .text-block{
    position: relative;
    margin-bottom: 120px;
  }

  .confirm_activity .form .text-block .inside-right{
    position: absolute;;
    bottom: -102px;
  }

  .home-page.second-part .sub,
  .home-page.second-part ul li .list-block .text-liste {
    font-size: 1.6rem;
  }

  .home-page.third-part {
    background: url(../img/home/home-bg-d-2.png);
    background-repeat: no-repeat;
    height: 640px;
    margin-top: -50px;
    background-color: white;
    background-position: 58%;
  }

  .home-page.fourth-part .golf {
    font-size: 1.8rem;
    width: 58%;
  }

  .home-page.fourth-part .title {
    font-size: 2.5rem;
  }

  .confirm_activity{
    height: 1450px;
    margin-bottom: 50px;
  }

  .act_2{
    height: 1110px;
    margin-bottom: 50px;
  }

  /*///*/

  .home-page.first-part .three-blocks .block.grey img {
    display: none;
  }

  .home-page.first-part .three-blocks .block.grey .txt {
    width: 94%;
  }

  .home-page.first-part .three-blocks .block.orange img {
    display: none;
  }

  .home-page.first-part .three-blocks .block.orange .txt {
    width: 91%;
  }

  .home-page.first-part .three-blocks .block.green img {
    display: none;
  }

  .home-page.first-part .three-blocks .block.green .txt {
    margin-top: 23px;
    width: 80%;
    margin-right: 5px;
  }

  .home-page.first-part .three-blocks {
    margin-top: 355px;
  }

  .confirm_activity .choose-part .block-button {
    text-align: inherit;
    margin-bottom: 40px;
    margin-top: 6px;
  }

  .home-page.first-part .button-orange {
    margin-top: 20px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .home-page.first-part .three-blocks {
    margin-top: 385px;
  }

  .home-page.colors {
    height: 260px;
  }

  .confirm_activity .form .text-block {
    width: 80%;
  }

  .confirm_activity .form .text-block .inside-right {
    position: inherit;
    bottom: 0;
  }

  .navbar-brand>img {
    width: 80%;
	}

	.language-selector {
    top: 32px;
	}
}

/* ---------------- 992 ----------------*/
@media (min-width: 992px){
  .act_3 .form .obligation {
    position: absolute;
    bottom: 115px;
  }

  .confirm_activity .map-block #map {
    height: 540px;
    margin-bottom: 10px;
  }

  .confirm_activity .form .text-block {
    position: relative;
    width: 100%;
    float: inherit;
    margin: 0;
    margin-left: 70px;
    margin-top: 70px;
  }

  .end_op .title-b {
    margin-top: 90px;
  }

  .end_op {
    margin-bottom: 630px;
  }

  .end_op .bck-t {
    bottom: -630px;
    margin-left: -1220px;
  }

  .end_op .block-contact {
    margin-top: 60px;
  }

  .act_3 {
    margin-bottom: 545px;
  }

  .act_3 .bck-2 {
    bottom: -545px;
    margin-left: -1160px;
  }

  .act_3 .form select {
    width: 65%;
  }

  .act_2 .form-act-2 .map-block {
    width: 510px;
    height: 350px;
  }

  .map-block #map {
    height: -webkit-fill-available;
    width: 100%;
  }

  .act_2 .form-act-2 .select-block {
    width: 360px;
  }

  .home-page.first-part {
    background: url(../img/prehome/ph-bg-d-2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 580px;
  }

  .home-page.first-part .three-blocks .block .txt .para {
    width: 79%;
    margin-left: 20px;
  }

  .home-page.colors {
    height: 180px;
  }

  .home-page.first-part .three-blocks .cond {
    margin-top: 17px;
  }

  .act_2 .bck {
    margin-left: -980px;
    bottom: -419px;
  }

  .home-page.first-part .three-blocks .block.orange .txt {
    margin-top: 8px;
  }

  .home-page.first-part .three-blocks .block.green .txt {
    top: 0;
  }

  .confirm_activity {
    height: 1540px;
  }

  .home-page.first-part .button-orange{
    margin: 0 auto;
    margin-top: 20px;
  }

  select.form-control.language {
    margin-top: 20px;
  }

  .home-page.first-part {
    height: 630px;
  }

  .home-page.first-part {
    height: 490px;
  }

  .home-page.first-part .three-blocks {
    margin-top: 305px;
  }

  .home-page.colors {
    height: 230px;
  }

  .confirm_activity .form .text-block{
    width: 70%;
  }
}

/* --------------- 1200 ---------------*/
@media (min-width: 1200px){
  .page-orange {
    padding-top: 100px;
    padding-bottom: 54px;
  }

  .home-page.first-part .three-blocks .block.green .txt {
    top: 7px;
  }

  .confirm_activity .form .text-block {
    margin-left: 120px;
  }

  .act_2 .form-act-2 .map-block {
    width: 580px;
  }

  .act_2 .form-act-2 .select-block {
    width: 510px;
  }

  .home-page.colors {
    height: 240px;
  }

  .home-page.first-part .three-blocks {
    margin-top: 300px;
  }

  .home-page.third-part .title {
    margin-top: 450px;
  }

  .home-page.fourth-part .golf {
    font-size: 1.9rem;
    width: 42%;
    margin-top: 20px;
    line-height: 25px;
  }

  .home-page.sixth-part .block-contact.left {
    float: right;
    margin: 40px 30px;
  }

  .home-page.sixth-part .block-contact.right {
    float: left;
    margin: 40px 30px;
  }

  .end_op .block-contact .txt-contact {
    width: 330px;
  }

  .end_op .block-contact.right {
    float: left;
    margin: 60px 20px;
  }

  .end_op .block-contact.left {
    float: right;
    margin: 60px 20px;
  }

  .confirm_activity {
    height: 1590px;
    margin-bottom: 50px;
  }

  /*//*/

  .home-page.first-part .three-blocks .block.grey img {
    display: inline-block;
    margin-top: 55px;
  }

  .home-page.first-part .three-blocks .block.orange img {
    display: inline-block;
  }

  .home-page.first-part .three-blocks .block.green img {
    display: inline-block;
  }

  .home-page.first-part .three-blocks .block .txt .para {
    width: 100%;
    margin: 0;
  }

  .home-page.first-part .three-blocks .block.grey .txt {
    width: 64%;
    margin-top: 6px;
  }

  .home-page.first-part .three-blocks .block.orange .txt {
    margin-top: 8px;
    width: 80%;
    line-height: 18px;
  }

  .home-page.first-part .three-blocks .block.green .txt {
    top: -2px;
    width: 54%;
  }

  .home-page.first-part .three-blocks {
    margin-top: 370px;
  }

  .home-page.first-part .button-orange {
    margin-top: 10px;
  }

  select.form-control.language {
    margin-top: 35px;
  }

  .home-page.first-part .button-orange {
    margin-top: 26px;
  }

  .home-page.first-part .three-blocks {
    margin-top: 310px;
  }

  .home-page.colors {
    height: 320px;
  }

  .confirm_activity .form .text-block{
    width: 60%;
  }

  .navbar-brand>img {
    width: 100%;
    margin-top: -11px;
	}

	.language-selector {
    top: 43px;
	}
}

/* ////////// RESPONSIVE MOBILE FIRST ACT 3 ///////// */
@media (min-width: 768px){
  .act_3{
    padding-bottom: 532px;
  }
}

@media (min-width: 992px){
  .act_3 {
    padding-bottom: 622px;
    background-position: 50% 97%;
    margin: 0;
  }
}

@media (min-width: 1200px){
}

/* ---------------- 768 ----------------*/
@media (max-width: 768px){
	.fr .home-page.first-part .title {
	  margin-top: -50px;
	  min-height: 150px;
	  font-size: 2.3rem;
	}

	.fr .home-page.first-part .fun {
	  margin-top: -86px;
	}
}

/* ///////////////////////////////////////////// */
/* //////////////////// NL //////////////////// */
/* /////////////////////////////////////////// */

.nl .home-page.first-part .three-blocks {
  margin-top: 195px;
}

.nl .home-page.first-part .title {
  margin-top: -10px;
}

.nl .home-page.first-part .three-blocks .block.grey .txt {
  width: 51%;
  margin-right: 8px;
  margin-top: 9px;
}

.nl .home-page.first-part .three-blocks .block.orange .txt {
  width: 59%;
}

.nl .home-page.first-part .three-blocks .block.grey .txt {
  width: 71%;
}

.nl .home-page.first-part .three-blocks .block.orange .txt {
  width: 76%;
  margin-top: 16px;
}

.nl .home-page.first-part .three-blocks .block.green .txt {
  margin-top: 17px;
  width: 54%;
}

.nl .home-page.first-part {
  height: 329px;
}

/* ///////////////////////////////////////////// */
/* ////////// RESPONSIVE MOBILE FIRST ///////// */
/* /////////////////////////////////////////// */

/* ---------------- 525 ----------------*/
@media (min-width: 525px){
  .nl .home-page.first-part .title {
    min-height: 70px;
  }

  .nl .home-page.third-part .title {
    margin-top: 520px;
  }

  .nl .home-page.first-part .three-blocks {
    margin-top: 355px;
  }

  .nl .home-page.first-part .button-orange {
    margin-top: 10px;
  }

  .nl .home-page.first-part {
    height: 509px;
  }
}

/* ---------------- 768 ----------------*/
@media (min-width: 768px){
  .nl .home-page.first-part .three-blocks .block.grey .txt {
    width: 50%;
    margin-right: 4px;
  }

  .nl .home-page.first-part .three-blocks .block .txt .para {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }

  .nl .home-page.first-part .three-blocks .block.orange .txt {
    width: 63%;
  }

  .nl .home-page.first-part .three-blocks .block.green .txt {
    width: 52%;
    top: 5px;
  }

  .nl .home-page.first-part .three-blocks {
    margin-top: 365px;
  }

  .nl .home-page.first-part .three-blocks .block.grey .txt {
    width: 94%;
    margin-top: 13px;
  }

  .nl .home-page.first-part .three-blocks .block.orange .txt {
    width: 93%;
    margin-right: 7px;
  }

  .nl .home-page.first-part .three-blocks .block.green .txt {
    width: 78%;
    top: 5px;
    margin-right: 6px;
  }

  .nl .home-page.first-part .three-blocks {
    margin-top: 415px;
  }

  .nl select.form-control.language {
    margin-top: 20px;
  }
}

/* ---------------- 992 ----------------*/
@media (min-width: 992px){
  .nl .home-page.first-part .three-blocks .block.grey .txt {
    margin-top: 13px;
  }

  .nl .home-page.first-part .three-blocks .block.orange .txt {
    margin-top: 14px;
  }

  .nl .home-page.third-part .title {
    margin-top: 490px;
  }

  .nl .home-page.first-part .three-blocks {
    margin-top: 385px;
  }
}

/* --------------- 1200 ---------------*/
@media (min-width: 1200px){
  .nl .home-page.first-part .three-blocks .block.grey .txt {
    margin-top: 13px;
    width: 64%;
    margin-right: 23px;
  }

  .nl .home-page.first-part .three-blocks .block.orange .txt {
    margin-top: 14px;
    width: 70%;
    line-height: 17px;
    margin-right: 23px;
  }

  .nl .home-page.first-part .three-blocks .block.green .txt {
    width: 54%;
  }

  .nl .home-page.first-part .three-blocks {
    margin-top: 371px;
  }

  .nl select.form-control.language {
    margin-top: 32px;
  }

  .nl .home-page.first-part .three-blocks {
    margin-top: 311px;
  }
}

/*///*/

.navbar-brand>img {
  width: 100%;
  display: inline-block;
  margin-left: 12px;
}

.navbar-default .navbar-brand {
  display: inline-block;
  float: right;
  width: 155px;
}

.language-selector {
  position: absolute;
  top: 24px;
  left: -40px;
}

/*PREHOME*/

.page-orange.pre-home .fun{
  padding: 10px;
  display: inline-block;
}

.page-orange.pre-home header,
.pre-home header .logo{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  float: inherit;
}

.page-orange.pre-home header .logo .orange {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.pre-home .section {
  padding: 0;
}

.pre-home .button-container {
  margin-top: 20px;
}

.home-page.first-part .three-blocks .block .txt .para {
  font-size: 1.2rem;
  font-weight: 100;
}

.nl .home-page.first-part .three-blocks .block .txt .para {
  margin-top: 1px;
}

/* ---------------- 525 ----------------*/
@media (min-width: 525px){
  .nl .home-page.third-part .title {
    margin-top: 490px;
  }
}

/* ---------------- 768 ----------------*/
@media (min-width: 768px){
  .navbar-default .navbar-brand {
    width: 225px;
    margin-top: 8px;
  }

  .language-selector {
    top: 29px;
    left: -60px;
  }

  .home-page.first-part .three-blocks .block .txt .para {
    font-weight: 100;
    line-height: 14px;
    font-size: 1.1rem;
  }

  .home-page.first-part .three-blocks .block.orange .para.strong-t{
    margin-top: 5px;
  }

  .page-orange.pre-home header{
    padding: 10px;
    display: inline-block;
    float: right;
    margin-right: 10%;
    width: 293px;
  }
}

/* ---------------- 992 ----------------*/
@media (min-width: 992px){
  .home-page.first-part .three-blocks .block .txt .para {
    font-weight: 300;
    line-height: 15px;
    font-size: 1.2rem;
  }
}

/* --------------- 1200 ---------------*/
@media (min-width: 1200px){

  .navbar-default .navbar-brand {
    width: 280px;
    margin-top: 8px;
  }

  .language-selector {
    top: 42px;
  }
}



/* ///////////////////////////////////////////////////// */
/* /////////////////// 28/02/18 //////////////////////// */
/* ///////////////////////////////////////////////////// */

@media (min-width: 768px){
  .confirm_activity .col-xs-12.col-sm-6.right{
    float: right;
  }
}


@media (max-width: 768px){

  /* //// CONFIRM ACTIVITY //// */

  .confirm_activity .form .text-block {
    width: 100%;
    margin-bottom: 40px;
  }

  /* //// HOME //// */

  .home-page.first-part .title {
    display: block;
    text-align: center;
  }

  .fr .home-page.first-part .title,
  .nl .home-page.first-part .title {
    font-size: 2rem;
    text-align: center;
    margin-top: 10px;
  }

  .fr .home-page.first-part .fun,
  .nl .home-page.first-part .fun {
    margin-top: 0;
    float: inherit;
    margin: 0 auto;
    text-align: center;
    display: block;
    vertical-align: inherit;
    width: 77px;
    float: initial;
    margin-top: -40px;
  }

  .home-page.first-part .three-blocks .block .txt .para {
    font-size: 1.1rem;
  }

  .nl .home-page.first-part .three-blocks {
    margin-top: 145px;
  }

  .fr .home-page.first-part .three-blocks {
    margin-top: 115px;
  }

  /* //// ACT 1 //// */

  .act_1 {
    height: 840px;
  }

  .act_1 .fun {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    display: block;
    vertical-align: inherit;
    width: 77px;
    float: initial;
  }

  .act_1 .bloc-title {
    margin-top: -20px;
    text-align: center;
  }

  /* //// ACT 2 //// */
  .act_2 .fun-m,
  .confirm_activity .fun-m,
  .act_3 .fun-m,
  .mentions .fun-m,
  .termes .fun-m {
    float: left;
    margin-left: 10px;
  }

  .act_2 .bloc-title,
  .act_3 .bloc-title,
  .termes .bloc-title,
  .mentions .bloc-title,
  .confirm_activity .bloc-title{
    display: block;
    width: 100%;
    float: right;
    text-align: center;
    padding: 0 10px;
    padding-left: 100px;
    margin-top: -130px;
    margin-bottom: 40px;
  }

  .act_2 .bloc-title .sub,
  .act_3 .bloc-title .sub,
  .termes .bloc-title .sub,
  .mentions .bloc-title .sub,
  .confirm_activity .bloc-title .sub {
    width: 100%;
  }

  /* //// ACT 3 //// */
  .act_3 .top-head{
    margin-top: 50px;
  }

  .act_3 .bloc-title{
    margin-bottom: 0px;
  }

  /* ////  MENTIONS //// */
  .mentions .bloc-title .title {
    margin-top: 75px;
  }

  /*/////*/



}


/* ///////////////////////////////////////////// 
// ////////// RESPONSIVE MOBIL FIRST /////////
// ////////////////////////////////////////// */


/* ---------------- 525 ----------------*/
@media (min-width: 525px){

  /* //// HOME //// */
  .nl .home-page.first-part .three-blocks {
    margin-top: 325px;
  }

  .fr .home-page.first-part .three-blocks {
    margin-top: 265px;
  }
}

/* ---------------- 767 ----------------*/
@media (min-width: 768px){

  /* //// HOME //// */
  .home-page.first-part .fun-2 {
    display: block;

    float: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
  }

  .fr .home-page.first-part .title,
  .nl .home-page.first-part .title  {
    padding-top: 50px;
    min-height: 150px;
    padding-left: 170px;
    padding-right: 0;
    text-align: center;
    font-size: 2.4rem;
    width: 100%;
  }

  .fr .home-page.first-part .three-blocks {
    margin-top: 355px;
  }

  /* //// ACT 1 //// */
  .act_1 .fun {
    display: inline-block;
    margin-top: 60px;
    float: left;
  }

  .act_1 .bloc-title {
    width: 80%;
    text-align: center;
    margin-top: 30px;
  }

  .act_1 .field-form label {
    margin-left: 0;
  }

  .act_1 form {
    width: 86%;
    float: right;
    margin-top: -60px;
  }

  .act_1 .field-form input {
    margin-top: 20px;
  }

  /* //// ACT 2 //// */
  .act_2 .fun-t,
  .act_3 .fun-t,
  .termes .fun-t,
  .mentions .fun-t,
  .confirm_activity .fun-t{
    float: left;
  }

  .act_2 .bloc-title,
  .act_3 .bloc-title,
  .mentions .bloc-title,
  .termes .bloc-title,
  .confirm_activity .bloc-title {
    display: inline-block;
    width: 81%;
    text-align: center;
    margin-top: 21px;
  }

  /* //// CONFIRM ACTIVITY //// */
  .confirm_activity .form {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }

  /* //// TERMES //// */
  .termes .bloc-title .title{
    margin-top: 75px;
  }

  /* ////  MENTIONS //// */
  .mentions .bloc-title .title {
    margin-top: 75px;
  }

}

/* ---------------- 992 ----------------*/
@media (min-width: 992px){

  /* //// HOME //// */
  .fr .home-page.first-part .title,
  .nl .home-page.first-part .title {
    padding-top: 10px;
    padding-left: 135px;
  }

  .fr .home-page.first-part .three-blocks {
    margin-top: 295px;
  }

  /* //// ACT 1 //// */
  .act_1 .field-form {
    margin-top: 80px;
    width: 100%;
  }

  .act_1 form {
    width: 80%;
    margin-top: -90px;
    margin-right: 60px;
  }

  .act_3 .form .obligation {
    position: absolute;
    bottom: 95px;
    left: 60px;
  }

}

/* --------------- 1200 ---------------*/
@media (min-width: 1200px){

  /* //// HOME //// */
  .fr .home-page.first-part .title,
  .nl .home-page.first-part .title {
    font-size: 3rem;
  }

  /* //// ACT 1 //// */
  .act_1 form {
    margin-top: -60px;
    margin-right: 97px;
  }
}



.pre-home .footer{
  display: none;
}



/**/


.home-page.first-part .three-blocks .block .txt {
  text-align: left;
}

.home-page.first-part .three-blocks .block .txt .number{
  text-align: center;
}

.home-page.fourth-part .golf {
  text-align: left;
}

.home-page.fourth-part .title{
  text-align: left;
}

@media (min-width: 768px){

  .act_1 .field-form label {
    margin-left: 0;
    width: 297px;
    text-align: left;
    margin: 0 auto;
  }

  .home-page.fourth-part .golf {
    font-size: 1.8rem;
    width: 100%;
  }

  .act_1 .bloc-title {
    width: 320px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left;
    margin-left: 130px;
  }

  .act_2 .bloc-title, .act_3 .bloc-title, .mentions .bloc-title, .termes .bloc-title, .confirm_activity .bloc-title {
    text-align: left;
    margin-left: 30px;
    width: 54%;
  }
}
/* ---------------- 992 ----------------*/ 
@media (min-width: 992px){ 
  .act_1 .bloc-title {
    margin-left: 190px;
  }

  .act_1 .field-form label {
    width: 370px;
  }
}  


@media (min-width: 1200px){
  .home-page.fourth-part .golf {
    width: 81%;
  }

   .act_1 .bloc-title {
    margin-left: 270px;
  }

  .home-page.fourth-part .title {
    text-align: left;
    width: 81%;
    margin: 0 auto;
  }
}

/*///////*/

.map-block .top-bloc{
  margin-bottom: 10px;
}

.map-block .block-left{
  width: calc(70% - 5px); 
}

.map-block .block-right{
  width: calc(30% - 5px); 
}

.map-block .block-right img{
  max-height: 40px;
  width: auto;
  max-width: 100%;
}




