@font-face {
  font-family: 'Segoe';
  src: url("../font/segoe/segoeRegular.eot");
  /* IE9 Compat Modes */
  src: url("../font/segoe/segoeRegular.eot?#iefix") format("embedded-opentype"), url("../font/segoe/segoeRegular.woff") format("woff"), url("../font/segoe/segoeRegular.ttf") format("truetype"), url("../font/segoe/segoeRegular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 400;
}
@font-face {
  font-family: 'Segoe';
  src: url("../font/segoe/segoeBold.eot");
  /* IE9 Compat Modes */
  src: url("../font/segoe/segoeBold.eot?#iefix") format("embedded-opentype"), url("../font/segoe/segoeBold.woff") format("woff"), url("../font/segoe/segoeBold.ttf") format("truetype"), url("../font/segoe/segoeBold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 700;
}
@font-face {
  font-family: 'Segoe';
  src: url("../font/segoe/segoeBlack.eot");
  /* IE9 Compat Modes */
  src: url("../font/segoe/segoeBlack.eot?#iefix") format("embedded-opentype"), url("../font/segoe/segoeBlack.woff") format("woff"), url("../font/segoe/segoeBlack.ttf") format("truetype"), url("../font/segoe/segoeBlack.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 900;
}
@font-face {
  font-family: 'Angelina';
  src: url("../font/angelina/angelina.eot");
  /* IE9 Compat Modes */
  src: url("../font/angelina/angelina.eot?#iefix") format("embedded-opentype"), url("../font/angelina/angelina.woff") format("woff"), url("../font/angelina/angelina.ttf") format("truetype"), url("../font/angelina/angelina.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 400;
}
/* line 1, ../../custom/sass/_header.scss */
.navbar {
  min-height: 0px;
  border: 0 none;
  background: 0 none;
  margin-bottom: 0px;
  background: #eaeaea;
}
@media (min-width: 768px) {
  /* line 1, ../../custom/sass/_header.scss */
  .navbar {
    display: inline-block;
    background: 0 none;
    vertical-align: middle;
  }
}

/* line 14, ../../custom/sass/_header.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: 0 none;
}

/* line 19, ../../custom/sass/_header.scss */
.gom-header {
  text-align: center;
  border-bottom: solid 1px #e2e2e2;
}
@media (min-width: 768px) {
  /* line 19, ../../custom/sass/_header.scss */
  .gom-header {
    border: 0 none;
  }
}
@media (min-width: 992px) {
  /* line 19, ../../custom/sass/_header.scss */
  .gom-header {
    text-align: left;
  }
}

/* line 30, ../../custom/sass/_header.scss */
.navbar-toggle {
  float: none;
  display: inline-block;
  margin: 0;
  height: 50px;
  width: 55px;
  padding: 15px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 43, ../../custom/sass/_header.scss */
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
  transform: translateY(7px) rotateZ(45deg);
}
/* line 46, ../../custom/sass/_header.scss */
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
  opacity: 0;
}
/* line 49, ../../custom/sass/_header.scss */
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
  transform: translateY(-9px) rotateZ(-45deg);
}
@media (min-width: 768px) {
  /* line 30, ../../custom/sass/_header.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 59, ../../custom/sass/_header.scss */
.navbar-toggle .icon-bar {
  width: 22px;
  height: 3px;
  background: #D61E00;
}
/* line 63, ../../custom/sass/_header.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

/* line 68, ../../custom/sass/_header.scss */
.navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 73, ../../custom/sass/_header.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #242c37;
}

/* line 77, ../../custom/sass/_header.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #747474;
}

/* line 84, ../../custom/sass/_header.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #d61e00;
  background: 0 none;
}

/* line 91, ../../custom/sass/_header.scss */
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #d61e00;
}

/* line 96, ../../custom/sass/_header.scss */
.navbar-nav .open .dropdown-menu {
  text-align: center;
  background-color: #fbfbfb;
}

/* line 101, ../../custom/sass/_header.scss */
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
  padding: 5px;
}

/* line 105, ../../custom/sass/_header.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #d61e00;
}

/* line 110, ../../custom/sass/_header.scss */
.navbar-logo {
  float: none;
  width: 256px;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 0;
  max-width: 75%;
  margin-right: -25px;
}
@media (min-width: 768px) {
  /* line 110, ../../custom/sass/_header.scss */
  .navbar-logo {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  /* line 110, ../../custom/sass/_header.scss */
  .navbar-logo {
    width: 460px;
  }
}

/* line 126, ../../custom/sass/_header.scss */
.navbar {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  /* line 126, ../../custom/sass/_header.scss */
  .navbar {
    margin: 0px;
  }
}

/* line 133, ../../custom/sass/_header.scss */
.navbar-nav {
  margin: 0 -15px;
}

/* line 137, ../../custom/sass/_header.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background: 0 none;
  color: #D61E00;
}

/* line 142, ../../custom/sass/_header.scss */
ul.language-switcher {
  padding: 0px;
  list-style-type: none;
  padding: 10px 0;
}
/* line 146, ../../custom/sass/_header.scss */
ul.language-switcher li {
  display: inline-block;
  list-style-type: none;
}

/* line 1, ../../custom/sass/_content.scss */
body {
  font-family: 'Segoe', sans-serif;
}

/* line 5, ../../custom/sass/_content.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11, ../../custom/sass/_content.scss */
.btn {
  padding: 4px 10px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
}

/* line 17, ../../custom/sass/_content.scss */
.btn-1 {
  background: #D61E00;
  color: #fff;
}
/* line 20, ../../custom/sass/_content.scss */
.btn-1:hover, .btn-1:focus {
  color: #fff;
  background: #ee2505;
}

/* line 25, ../../custom/sass/_content.scss */
.btn-2 {
  background: #2F348D;
  color: #fff;
}
/* line 28, ../../custom/sass/_content.scss */
.btn-2:hover, .btn-2:focus {
  color: #fff;
  background: #353ba0;
}

/* line 33, ../../custom/sass/_content.scss */
.btn-3 {
  background: #58595B;
  color: #fff;
}
/* line 36, ../../custom/sass/_content.scss */
.btn-3:hover, .btn-3:focus {
  color: #fff;
  background: #656668;
}

/* line 42, ../../custom/sass/_content.scss */
.padless {
  padding: 0px;
}

/* line 46, ../../custom/sass/_content.scss */
.padless-xs {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  /* line 46, ../../custom/sass/_content.scss */
  .padless-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 56, ../../custom/sass/_content.scss */
.main-container.no-slider {
  padding: 15px 0;
}

/* line 61, ../../custom/sass/_content.scss */
.homepage-slider {
  position: relative;
  border-bottom: solid 3px #D61E00;
}
/* line 64, ../../custom/sass/_content.scss */
.homepage-slider .text-area {
  height: auto;
  background-image: url("../img/home-bg.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
/* line 72, ../../custom/sass/_content.scss */
.homepage-slider .text-area .slogan {
  font-weight: 700;
  text-shadow: 0 0 20px black;
  margin: 0px;
}
/* line 76, ../../custom/sass/_content.scss */
.homepage-slider .text-area .slogan small {
  display: block;
  color: #fff;
  clear: both;
  margin-top: 15px;
}
@media (min-width: 992px) {
  /* line 64, ../../custom/sass/_content.scss */
  .homepage-slider .text-area {
    height: 600px;
  }
  /* line 85, ../../custom/sass/_content.scss */
  .homepage-slider .text-area .slogan {
    text-align: right;
    margin-top: 45px;
  }
}
/* line 91, ../../custom/sass/_content.scss */
.homepage-slider .choices-area {
  text-align: center;
  padding: 20px 0;
}
/* line 94, ../../custom/sass/_content.scss */
.homepage-slider .choices-area .container {
  position: relative;
}
/* line 95, ../../custom/sass/_content.scss */
.homepage-slider .choices-area h2 {
  color: #242C37;
  font-family: 'Angelina', serif;
  font-size: 42px;
  margin: 0px;
}
/* line 102, ../../custom/sass/_content.scss */
.homepage-slider .choices-area .item-choice h3 {
  margin: 0px;
}
/* line 105, ../../custom/sass/_content.scss */
.homepage-slider .choices-area .item-choice.carnet {
  margin-bottom: 20px;
}
/* line 108, ../../custom/sass/_content.scss */
.homepage-slider .choices-area .item-choice.carnet h3 {
  color: #2F348D;
}
@media (min-width: 992px) {
  /* line 108, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.carnet h3 {
    color: #fff;
  }
}
/* line 114, ../../custom/sass/_content.scss */
.homepage-slider .choices-area .item-choice.application h3 {
  color: #D61E00;
}
@media (min-width: 992px) {
  /* line 114, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.application h3 {
    color: #fff;
  }
}
/* line 120, ../../custom/sass/_content.scss */
.homepage-slider .choices-area .item-choice .btn {
  display: block;
  max-width: 200px;
  margin: auto;
  position: relative;
}
@media (min-width: 992px) {
  /* line 127, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.carnet .btn {
    padding-right: 20px;
  }
  /* line 129, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.carnet .btn::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 11px;
    top: 9px;
  }
  /* line 141, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.application .btn {
    padding-left: 20px;
  }
  /* line 143, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.application .btn::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 9px 6px 0px;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: 11px;
    top: 9px;
  }
}
/* line 156, ../../custom/sass/_content.scss */
.homepage-slider .choices-area .item-choice .illustration {
  max-height: 280px;
  margin: 15px 0;
}
@media (min-width: 1200px) {
  /* line 156, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice .illustration {
    max-height: 340px;
  }
}
@media (min-width: 992px) {
  /* line 91, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 400px;
  }
  /* line 170, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .middle-text {
    width: 24%;
    position: absolute;
  }
  /* line 174, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice {
    position: absolute;
    width: 38%;
    top: 0;
    height: 400px;
  }
  /* line 179, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice .btn {
    display: inline-block;
    float: none;
  }
  /* line 183, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice .btn, .homepage-slider .choices-area .item-choice h3 {
    width: 160px;
    text-align: center;
  }
  /* line 187, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.carnet {
    left: 15px;
    text-align: left;
  }
  /* line 190, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.carnet .illustration {
    position: absolute;
    top: 0;
    right: 0px;
  }
  /* line 195, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.carnet .btn, .homepage-slider .choices-area .item-choice.carnet h3 {
    float: left;
    clear: both;
  }
  /* line 200, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice h3 {
    margin-top: 180px;
    margin-bottom: 5px;
    font-size: 20px;
  }
  /* line 205, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.application {
    right: 15px;
    text-align: right;
  }
  /* line 208, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.application .illustration {
    position: absolute;
    top: 0;
    left: 0px;
  }
  /* line 213, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .item-choice.application .btn, .homepage-slider .choices-area .item-choice.application h3 {
    float: right;
    clear: both;
  }
  /* line 219, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .middle-text {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: 70px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 224, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .middle-text h2 {
    color: #fff;
  }
}
@media (min-width: 992px) {
  /* line 229, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .arrow-left {
    position: absolute;
    top: 120px;
    width: 90px;
    right: -100px;
  }
  /* line 235, ../../custom/sass/_content.scss */
  .homepage-slider .choices-area .arrow-right {
    position: absolute;
    top: 120px;
    width: 90px;
    left: -100px;
  }
}

/* line 245, ../../custom/sass/_content.scss */
.presentation-slider,
.commander-slider {
  position: relative;
  border-bottom: solid 3px #D61E00;
  height: auto;
  background-image: url("../img/other-bg.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  /* line 245, ../../custom/sass/_content.scss */
  .presentation-slider,
  .commander-slider {
    height: 280px;
  }
}

/* line 260, ../../custom/sass/_content.scss */
.main-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  /* line 264, ../../custom/sass/_content.scss */
  .main-content.gom {
    min-height: 700px;
  }
}

/* line 270, ../../custom/sass/_content.scss */
.galerie-photo {
  margin: 30px 0;
}
/* line 272, ../../custom/sass/_content.scss */
.galerie-photo .owl-carousel {
  padding: 0 45px;
  position: relative;
}
/* line 275, ../../custom/sass/_content.scss */
.galerie-photo .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  right: 0;
  pointer-events: none;
}
/* line 282, ../../custom/sass/_content.scss */
.galerie-photo .owl-carousel .owl-nav .owl-prev,
.galerie-photo .owl-carousel .owl-nav .owl-next {
  font-size: 0px;
  height: 20px;
  width: 20px;
  border-top: solid 4px gray;
  border-right: solid 4px gray;
  display: block;
}
/* line 293, ../../custom/sass/_content.scss */
.galerie-photo .owl-carousel .owl-nav .owl-prev {
  float: left;
  pointer-events: all;
  transform: rotateZ(-135deg);
}
/* line 300, ../../custom/sass/_content.scss */
.galerie-photo .owl-carousel .owl-nav .owl-next {
  float: right;
  pointer-events: all;
  transform: rotateZ(45deg);
}

/* line 311, ../../custom/sass/_content.scss */
.container.no-front {
  width: auto;
  padding: 0;
}

/* line 316, ../../custom/sass/_content.scss */
.list-partners {
  padding: 15px 0;
  border-top: solid 2px #D61E00;
  border-bottom: solid 2px #D61E00;
}

/* line 322, ../../custom/sass/_content.scss */
.gom-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* line 332, ../../custom/sass/_content.scss */
body {
  padding-top: 50px;
}
@media (min-width: 768px) {
  /* line 332, ../../custom/sass/_content.scss */
  body {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  /* line 332, ../../custom/sass/_content.scss */
  body {
    padding-top: 70px;
  }
}

/* line 343, ../../custom/sass/_content.scss */
div > .inc-debug {
  background: black;
  color: yellow;
  opacity: 0.4;
  font-weight: 700;
}
/* line 349, ../../custom/sass/_content.scss */
div:hover > .inc-debug {
  opacity: 1;
}

/* line 355, ../../custom/sass/_content.scss */
.left-map {
  margin-bottom: 30px;
}
/* line 357, ../../custom/sass/_content.scss */
.left-map img {
  width: 100%;
}
/* line 361, ../../custom/sass/_content.scss */
.left-map .carnet-app > span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: gray;
}
/* line 366, ../../custom/sass/_content.scss */
.left-map .carnet-app > span.picto-map-2 {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  /* line 361, ../../custom/sass/_content.scss */
  .left-map .carnet-app > span {
    display: inline-block;
    margin-right: 10px;
  }
  /* line 372, ../../custom/sass/_content.scss */
  .left-map .carnet-app > span.picto-map-2 {
    margin-bottom: 0px;
  }
  /* line 375, ../../custom/sass/_content.scss */
  .left-map .carnet-app > span.picto-map-1-mini {
    margin-right: 0px;
  }
}
/* line 379, ../../custom/sass/_content.scss */
.left-map .carnet-app > span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: #D61E00;
  height: 32px;
  width: 25px;
  position: relative;
  top: -2px;
}
/* line 390, ../../custom/sass/_content.scss */
.left-map .carnet-app > span.picto-map-2::before {
  background: url("../img/picto-map-2.png");
  background-size: cover;
}
/* line 394, ../../custom/sass/_content.scss */
.left-map .carnet-app > span.picto-map-1-mini::before {
  background: url("../img/picto-map-1-mini.png");
  background-size: cover;
}
/* line 399, ../../custom/sass/_content.scss */
.left-map .carnet-app h3 {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 992px) {
  /* line 399, ../../custom/sass/_content.scss */
  .left-map .carnet-app h3 {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  /* line 360, ../../custom/sass/_content.scss */
  .left-map .carnet-app {
    padding-left: 140px;
    text-align: center;
    position: relative;
  }
  /* line 413, ../../custom/sass/_content.scss */
  .left-map .carnet-app::before {
    content: '';
    display: block;
    width: 140px;
    height: 78px;
    background: url("../img/picto-appli-carnet.png");
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  /* line 429, ../../custom/sass/_content.scss */
  .right-blocs {
    padding-top: 30px;
    padding-left: 60px;
  }
}
/* line 434, ../../custom/sass/_content.scss */
.right-blocs .avec-application,
.right-blocs .avec-carnet {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  /* line 434, ../../custom/sass/_content.scss */
  .right-blocs .avec-application,
  .right-blocs .avec-carnet {
    margin: 0px;
  }
}
/* line 440, ../../custom/sass/_content.scss */
.right-blocs .avec-application.avec-application .inner-content,
.right-blocs .avec-carnet.avec-application .inner-content {
  background: #D61E00;
}
/* line 441, ../../custom/sass/_content.scss */
.right-blocs .avec-application.avec-carnet .inner-content,
.right-blocs .avec-carnet.avec-carnet .inner-content {
  background: #2F348D;
}
/* line 442, ../../custom/sass/_content.scss */
.right-blocs .avec-application.avec-application,
.right-blocs .avec-carnet.avec-application {
  position: relative;
}
/* line 444, ../../custom/sass/_content.scss */
.right-blocs .avec-application.avec-application::before,
.right-blocs .avec-carnet.avec-application::before {
  content: '';
  display: block;
  width: 60px;
  height: 90px;
  background: url("../img/picto-appli.png");
  background-size: cover;
  position: absolute;
  top: -20px;
  left: 5px;
  z-index: 2;
}
@media (min-width: 992px) {
  /* line 457, ../../custom/sass/_content.scss */
  .right-blocs .avec-application.avec-application::before,
  .right-blocs .avec-carnet.avec-application::before {
    left: -40px;
  }
}
/* line 462, ../../custom/sass/_content.scss */
.right-blocs .avec-application.avec-carnet,
.right-blocs .avec-carnet.avec-carnet {
  position: relative;
}
/* line 464, ../../custom/sass/_content.scss */
.right-blocs .avec-application.avec-carnet::before,
.right-blocs .avec-carnet.avec-carnet::before {
  content: '';
  display: block;
  width: 70px;
  height: 60px;
  background: url("../img/picto-carnet.png");
  background-size: cover;
  position: absolute;
  top: 5px;
  top: -10px;
  left: 15px;
  z-index: 2;
}
@media (min-width: 992px) {
  /* line 478, ../../custom/sass/_content.scss */
  .right-blocs .avec-application.avec-carnet::before,
  .right-blocs .avec-carnet.avec-carnet::before {
    left: -30px;
  }
}
/* line 483, ../../custom/sass/_content.scss */
.right-blocs .avec-application h2,
.right-blocs .avec-carnet h2 {
  text-align: center;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  padding-left: 30px;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  /* line 483, ../../custom/sass/_content.scss */
  .right-blocs .avec-application h2,
  .right-blocs .avec-carnet h2 {
    text-align: left;
    padding-left: 45px;
  }
}
/* line 495, ../../custom/sass/_content.scss */
.right-blocs .avec-application .inner-content,
.right-blocs .avec-carnet .inner-content {
  padding: 15px;
  color: #fff;
}
/* line 499, ../../custom/sass/_content.scss */
.right-blocs .avec-application .badge-partners,
.right-blocs .avec-carnet .badge-partners {
  padding-left: 30px;
  text-align: center;
  text-transform: uppercase;
}
/* line 503, ../../custom/sass/_content.scss */
.right-blocs .avec-application .badge-partners .number,
.right-blocs .avec-carnet .badge-partners .number {
  display: inline-block;
  font-size: 54px;
  line-height: 1;
  vertical-align: top;
  position: relative;
  top: -5px;
  margin-right: 5px;
}
/* line 512, ../../custom/sass/_content.scss */
.right-blocs .avec-application .badge-partners .right,
.right-blocs .avec-carnet .badge-partners .right {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  color: #000000;
}
/* line 517, ../../custom/sass/_content.scss */
.right-blocs .avec-application .badge-partners .right .big,
.right-blocs .avec-carnet .badge-partners .right .big {
  display: block;
  font-size: 32px;
  line-height: 1;
}
/* line 522, ../../custom/sass/_content.scss */
.right-blocs .avec-application .badge-partners .right .small,
.right-blocs .avec-carnet .badge-partners .right .small {
  font-weight: 700;
  font-size: 15px;
}
/* line 528, ../../custom/sass/_content.scss */
.right-blocs .avec-application h3,
.right-blocs .avec-carnet h3 {
  margin-top: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
/* line 534, ../../custom/sass/_content.scss */
.right-blocs .avec-application ol,
.right-blocs .avec-carnet ol {
  padding-left: 30px;
}
/* line 536, ../../custom/sass/_content.scss */
.right-blocs .avec-application ol li,
.right-blocs .avec-carnet ol li {
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  z-index: 1;
}
/* line 542, ../../custom/sass/_content.scss */
.right-blocs .avec-application ol li:last-child,
.right-blocs .avec-carnet ol li:last-child {
  margin-bottom: 0px;
}
/* line 545, ../../custom/sass/_content.scss */
.right-blocs .avec-application ol li::before,
.right-blocs .avec-application ol li::before {
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 8px;
  background: #ab0101;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ab0101 45%, #890101 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab0101', endColorstr='#890101',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  top: -2px;
  left: -22px;
  z-index: -1;
}
/* line 545, ../../custom/sass/_content.scss */
.right-blocs .avec-carnet ol li::before,
.right-blocs .avec-carnet ol li::before {
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 8px;
  background: #141b87;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #141b87 45%, #111776 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b87', endColorstr='#111776',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  top: -2px;
  left: -22px;
  z-index: -1;
}
@media (min-width: 992px) {
  /* line 564, ../../custom/sass/_content.scss */
  .right-blocs .avec-application h2,
  .right-blocs .avec-carnet h2 {
    font-size: 24px;
  }
  /* line 567, ../../custom/sass/_content.scss */
  .right-blocs .avec-application .inner-content,
  .right-blocs .avec-carnet .inner-content {
    position: relative;
  }
  /* line 569, ../../custom/sass/_content.scss */
  .right-blocs .avec-application .inner-content .badge-partners,
  .right-blocs .avec-carnet .inner-content .badge-partners {
    position: absolute;
    right: 20px;
    top: -55px;
    background: white;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
    padding-left: 0;
    text-align: center;
    padding-top: 26px;
  }
  /* line 581, ../../custom/sass/_content.scss */
  .right-blocs .avec-application .inner-content .badge-partners::before,
  .right-blocs .avec-carnet .inner-content .badge-partners::before {
    content: '';
    display: block;
    height: 120px;
    width: 120px;
    border-radius: 100px;
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
  }
  /* line 592, ../../custom/sass/_content.scss */
  .right-blocs .avec-application .inner-content .badge-partners .number,
  .right-blocs .avec-carnet .inner-content .badge-partners .number {
    color: #242c37;
    font-size: 36px;
    margin: 0;
    line-height: 0.5;
  }
  /* line 598, ../../custom/sass/_content.scss */
  .right-blocs .avec-application .inner-content .badge-partners .right .big,
  .right-blocs .avec-carnet .inner-content .badge-partners .right .big {
    font-size: 20px;
  }
  /* line 601, ../../custom/sass/_content.scss */
  .right-blocs .avec-application .inner-content .badge-partners .right .small,
  .right-blocs .avec-carnet .inner-content .badge-partners .right .small {
    font-size: 10px;
  }
  /* line 605, ../../custom/sass/_content.scss */
  .right-blocs .avec-application .inner-content h3,
  .right-blocs .avec-carnet .inner-content h3 {
    max-width: 75%;
    margin-bottom: 20px;
  }
  /* line 610, ../../custom/sass/_content.scss */
  .right-blocs .avec-application ol li,
  .right-blocs .avec-carnet ol li {
    font-size: 16px;
  }
  /* line 612, ../../custom/sass/_content.scss */
  .right-blocs .avec-application ol li::before,
  .right-blocs .avec-carnet ol li::before {
    top: 0px;
    left: -23px;
  }
  /* line 620, ../../custom/sass/_content.scss */
  .right-blocs .avec-application.avec-application .inner-content .badge-partners::before,
  .right-blocs .avec-carnet.avec-application .inner-content .badge-partners::before {
    background: #D61E00;
  }
  /* line 629, ../../custom/sass/_content.scss */
  .right-blocs .avec-application.avec-carnet .inner-content .badge-partners::before,
  .right-blocs .avec-carnet.avec-carnet .inner-content .badge-partners::before {
    background: #2F348D;
  }
}
/* line 637, ../../custom/sass/_content.scss */
.right-blocs .badge-check {
  margin: 30px 0;
  text-align: center;
}

/* line 643, ../../custom/sass/_content.scss */
.row-xs {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  /* line 643, ../../custom/sass/_content.scss */
  .row-xs {
    margin: 0px;
  }
}

/* line 650, ../../custom/sass/_content.scss */
.map-container {
  border-bottom: solid 3px #D61E00;
}

/* line 656, ../../custom/sass/_content.scss */
.contact-form form {
  text-align: left;
}
@media (min-width: 992px) {
  /* line 660, ../../custom/sass/_content.scss */
  .contact-form label {
    width: 120px;
    vertical-align: top;
    font-size: 13px;
  }
  /* line 665, ../../custom/sass/_content.scss */
  .contact-form .rgpd > span {
    font-size: 13px;
    line-height: 1.6;
  }
  /* line 669, ../../custom/sass/_content.scss */
  .contact-form .rgpd label {
    width: 460px;
  }
  /* line 672, ../../custom/sass/_content.scss */
  .contact-form .form-control {
    display: inline-block;
    width: auto;
    width: 360px;
  }
}
/* line 678, ../../custom/sass/_content.scss */
.contact-form .cell-field {
  padding: 4px 0;
}

/* line 684, ../../custom/sass/_content.scss */
.title-area {
  perspective: 600px;
  -webkit-perspective: 600px;
  text-align: center;
}
/* line 688, ../../custom/sass/_content.scss */
.title-area .title-1 {
  display: inline-block;
  background: #d71e00;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 10px 28px;
  text-align: center;
  transform: rotateY(-30deg) rotateZ(0deg) skewX(-23deg) translateX(-25px);
  max-width: 80%;
  margin: 20px auto;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
}
/* line 700, ../../custom/sass/_content.scss */
.title-area .title-1 > span {
  display: block;
  -ms-transform: skewX(24deg);
      transform: skewX(24deg);
}

/* line 707, ../../custom/sass/_content.scss */
.btn-spicy {
  perspective: 600px;
  -webkit-perspective: 600px;
  text-align: center;
  padding: 0px;
}
/* line 712, ../../custom/sass/_content.scss */
.btn-spicy > span {
  display: inline-block;
  background: #d71e00;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 6px 18px;
  padding-right: 32px;
  text-align: center;
  transform: rotateY(-30deg) rotateZ(0deg) skewX(-23deg) translateX(-10px);
  max-width: 100%;
  margin: 20px auto;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 0;
}
/* line 727, ../../custom/sass/_content.scss */
.btn-spicy > span::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 11px;
  top: 14px;
  transform: rotateX(0deg) rotateZ(-8deg);
}
/* line 740, ../../custom/sass/_content.scss */
.btn-spicy > span > span {
  display: block;
  -ms-transform: skewX(24deg);
      transform: skewX(24deg);
}

/* line 747, ../../custom/sass/_content.scss */
.title-spicy {
  text-align: left;
  padding: 0px;
}
/* line 750, ../../custom/sass/_content.scss */
.title-spicy > span {
  display: inline-block;
  background: #2F348D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 18px;
  padding-left: 20px;
  text-align: center;
  -ms-transform: none;
      transform: none;
  max-width: 100%;
  margin: 0px;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
  -ms-transform: translateX(8px) skewX(-30deg);
      transform: translateX(8px) skewX(-30deg);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}
/* line 767, ../../custom/sass/_content.scss */
.title-spicy > span > span {
  display: block;
  -ms-transform: skewX(30deg);
      transform: skewX(30deg);
}

/* line 775, ../../custom/sass/_content.scss */
.presentation-slider {
  height: auto;
}
/* line 777, ../../custom/sass/_content.scss */
.presentation-slider .item-choice {
  margin-bottom: 30px;
  margin-top: 15px;
}
/* line 781, ../../custom/sass/_content.scss */
.presentation-slider .illustration {
  max-width: 160px;
}
/* line 785, ../../custom/sass/_content.scss */
.presentation-slider .item-choice.application .illustration {
  margin-bottom: 30px;
}
/* line 788, ../../custom/sass/_content.scss */
.presentation-slider .item-choice.application .logo-blue {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  padding: 0 15px;
  max-width: 120px;
}
/* line 794, ../../custom/sass/_content.scss */
.presentation-slider .item-choice.application .logo-blue img {
  max-width: 100%;
}
/* line 796, ../../custom/sass/_content.scss */
.presentation-slider .item-choice.application .logo-youtube {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  max-width: 120px;
}
/* line 804, ../../custom/sass/_content.scss */
.presentation-slider .item-choice.application .logo-youtube img {
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 775, ../../custom/sass/_content.scss */
  .presentation-slider {
    margin-bottom: 60px;
  }
  /* line 809, ../../custom/sass/_content.scss */
  .presentation-slider .container {
    position: relative;
  }
  /* line 812, ../../custom/sass/_content.scss */
  .presentation-slider .item-choice {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    height: 260px;
  }
  /* line 818, ../../custom/sass/_content.scss */
  .presentation-slider .text-area {
    position: absolute;
    left: 0;
    top: 45px;
    right: 0;
    padding-left: 280px;
  }
  /* line 825, ../../custom/sass/_content.scss */
  .presentation-slider h1.slogan {
    max-width: 480px;
    font-size: 32px;
    margin: auto;
    font-weight: 700;
  }
  /* line 831, ../../custom/sass/_content.scss */
  .presentation-slider .illustration {
    max-width: none;
    height: 280px;
    position: absolute;
    left: 15px;
    top: 30px;
  }
  /* line 838, ../../custom/sass/_content.scss */
  .presentation-slider .btn {
    position: absolute;
    left: 280px;
    bottom: 30px;
  }
  /* line 843, ../../custom/sass/_content.scss */
  .presentation-slider .logo-blue {
    position: absolute;
    bottom: -60px;
    left: 60%;
  }
  /* line 849, ../../custom/sass/_content.scss */
  .presentation-slider .item-choice.application .illustration {
    margin-bottom: 0px;
  }
  /* line 852, ../../custom/sass/_content.scss */
  .presentation-slider .item-choice.application .logo-blue {
    max-width: 160px;
    width: auto;
  }
  /* line 856, ../../custom/sass/_content.scss */
  .presentation-slider .item-choice.application .logo-youtube {
    position: absolute;
    bottom: -80px;
    right: 0;
  }
}
@media (min-width: 992px) {
  /* line 865, ../../custom/sass/_content.scss */
  .presentation-slider .item-choice.application .logo-blue {
    max-width: none;
  }
  /* line 868, ../../custom/sass/_content.scss */
  .presentation-slider .item-choice.application .logo-youtube {
    bottom: -90px;
    max-width: 140px;
  }
}

/* line 876, ../../custom/sass/_content.scss */
.default-slider,
.reductions-slider {
  position: relative;
  border-bottom: solid 3px #D61E00;
}
/* line 880, ../../custom/sass/_content.scss */
.default-slider .text-area,
.reductions-slider .text-area {
  height: 260px;
  background-image: url("../img/other-bg.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
/* line 888, ../../custom/sass/_content.scss */
.default-slider .text-area h1.slogan,
.reductions-slider .text-area h1.slogan {
  max-width: 620px;
  margin: auto;
  font-weight: 700;
  font-size: 32px;
}

/* line 898, ../../custom/sass/_content.scss */
.footer-1 {
  padding: 15px 0;
}
/* line 900, ../../custom/sass/_content.scss */
.footer-1 .item-localisation,
.footer-1 .item-email,
.footer-1 .item-phones {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) {
  /* line 900, ../../custom/sass/_content.scss */
  .footer-1 .item-localisation,
  .footer-1 .item-email,
  .footer-1 .item-phones {
    text-align: left;
    margin-bottom: 0px;
    padding-left: 75px;
    float: none;
    width: 33%;
    display: inline-block;
    vertical-align: middle;
  }
}
/* line 915, ../../custom/sass/_content.scss */
.footer-1 .item-localisation::before,
.footer-1 .item-email::before,
.footer-1 .item-phones::before {
  content: '';
  display: block;
  width: 60px;
  height: 80px;
  background: url("../img/footer-map.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  left: 0px;
  z-index: 2;
  margin: auto;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  /* line 931, ../../custom/sass/_content.scss */
  .footer-1 .item-localisation::before,
  .footer-1 .item-email::before,
  .footer-1 .item-phones::before {
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    position: absolute;
  }
}
/* line 938, ../../custom/sass/_content.scss */
.footer-1 .item-email::before {
  width: 60px;
  height: 60px;
  background: url(../img/footer-mail.png);
  background-size: 100% 100%;
}
/* line 946, ../../custom/sass/_content.scss */
.footer-1 .item-phones::before {
  width: 60px;
  height: 60px;
  background: url(../img/footer-phone.png);
  background-size: 100% 100%;
}

/* line 955, ../../custom/sass/_content.scss */
.footer-2 {
  padding: 15px 0;
}
/* line 957, ../../custom/sass/_content.scss */
.footer-2 ul {
  list-style-type: none;
  padding: 0px;
}
/* line 961, ../../custom/sass/_content.scss */
.footer-2 ul li a {
  color: #242c37;
}
/* line 966, ../../custom/sass/_content.scss */
.footer-2 .col-paiement,
.footer-2 .col-apps,
.footer-2 .col-social {
  text-align: center;
}
@media (min-width: 992px) {
  /* line 966, ../../custom/sass/_content.scss */
  .footer-2 .col-paiement,
  .footer-2 .col-apps,
  .footer-2 .col-social {
    border-right: solid 1px gray;
  }
}
/* line 973, ../../custom/sass/_content.scss */
.footer-2 .col-paiement .content,
.footer-2 .col-apps .content,
.footer-2 .col-social .content {
  margin-top: 10px;
}
/* line 976, ../../custom/sass/_content.scss */
.footer-2 .col-paiement .logo-pay,
.footer-2 .col-paiement .logo-app,
.footer-2 .col-paiement .logo-social,
.footer-2 .col-apps .logo-pay,
.footer-2 .col-apps .logo-app,
.footer-2 .col-apps .logo-social,
.footer-2 .col-social .logo-pay,
.footer-2 .col-social .logo-app,
.footer-2 .col-social .logo-social {
  width: 60px;
  margin-right: 5px;
}
/* line 983, ../../custom/sass/_content.scss */
.footer-2 .col-menu {
  text-align: center;
}
@media (min-width: 992px) {
  /* line 983, ../../custom/sass/_content.scss */
  .footer-2 .col-menu {
    text-align: left;
    border-right: solid 1px gray;
  }
}
/* line 990, ../../custom/sass/_content.scss */
.footer-2 .col-social {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 990, ../../custom/sass/_content.scss */
  .footer-2 .col-social {
    margin-top: 0px;
    border-right: 0 none;
  }
}

/* line 1001, ../../custom/sass/_content.scss */
.form-header {
  background: #4a4a4a;
  padding: 15px;
  text-align: left;
}
/* line 1005, ../../custom/sass/_content.scss */
.form-header .form-submit {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 1001, ../../custom/sass/_content.scss */
  .form-header {
    position: absolute;
    top: -120px;
    margin: auto;
    width: 720px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    padding: 15px;
  }
  /* line 1020, ../../custom/sass/_content.scss */
  .form-header .form-control {
    display: inline;
    width: auto;
  }
  /* line 1024, ../../custom/sass/_content.scss */
  .form-header .form-submit {
    display: inline-block;
    width: auto;
  }
}

/* line 1031, ../../custom/sass/_content.scss */
.map-result > table {
  width: 100%;
}

/* line 1035, ../../custom/sass/_content.scss */
.search-result-text {
  padding: 15px;
}

/* line 1040, ../../custom/sass/_content.scss */
.col-galerie a > img {
  width: 100%;
}
/* line 1043, ../../custom/sass/_content.scss */
.col-galerie .subphotos {
  margin: 0 -1px;
  margin-top: 1px;
}
/* line 1046, ../../custom/sass/_content.scss */
.col-galerie .subphotos > a > img {
  width: 25%;
  padding: 1px;
}
@media (min-width: 992px) {
  /* line 1039, ../../custom/sass/_content.scss */
  .col-galerie {
    padding-right: 0px;
  }
}

/* line 1056, ../../custom/sass/_content.scss */
.golf-row {
  margin-bottom: 30px;
}

/* line 1060, ../../custom/sass/_content.scss */
.col-infosgolf {
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 1060, ../../custom/sass/_content.scss */
  .col-infosgolf {
    margin-top: 0px;
  }
}
/* line 1065, ../../custom/sass/_content.scss */
.col-infosgolf .bubble-name {
  position: relative;
  margin-bottom: 15px;
}
/* line 1068, ../../custom/sass/_content.scss */
.col-infosgolf .bubble-name .bubble {
  position: absolute;
  top: -14px;
  left: 0px;
  background: #444444;
  color: #fff;
  z-index: 5;
  height: 26px;
  width: 26px;
  text-align: center;
  border-radius: 16px;
  padding-top: 3px;
  font-weight: 700;
}
/* line 1083, ../../custom/sass/_content.scss */
.col-infosgolf .infos-adress {
  margin-bottom: 15px;
  border-top: solid 2px gray;
  border-bottom: solid 2px gray;
  padding: 5px 0;
  margin-right: 15px;
}
/* line 1089, ../../custom/sass/_content.scss */
.col-infosgolf .infos-adress a {
  word-break: break-word;
}
/* line 1090, ../../custom/sass/_content.scss */
.col-infosgolf .infos-adress td {
  padding: 30px 0;
  line-height: 1.2;
}
@media (min-width: 992px) {
  /* line 1090, ../../custom/sass/_content.scss */
  .col-infosgolf .infos-adress td {
    padding: 10px 0;
  }
}
/* line 1096, ../../custom/sass/_content.scss */
.col-infosgolf .infos-adress td .adress,
.col-infosgolf .infos-adress td .tel {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 1100, ../../custom/sass/_content.scss */
  .col-infosgolf .infos-adress td .adress,
  .col-infosgolf .infos-adress td .tel,
  .col-infosgolf .infos-adress td .website {
    margin-bottom: 0;
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
}
/* line 1111, ../../custom/sass/_content.scss */
.col-infosgolf .infos-adress td:first-child {
  padding-left: 0;
}
/* line 1115, ../../custom/sass/_content.scss */
.col-infosgolf .infos-adress .adress {
  padding-left: 30px;
  position: relative;
}
/* line 1118, ../../custom/sass/_content.scss */
.col-infosgolf .infos-adress .adress::before {
  content: '';
  display: block;
  height: 32px;
  width: 24px;
  background: url("../img/adress-map.png");
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
/* line 1130, ../../custom/sass/_content.scss */
.col-infosgolf .infos-adress .tel {
  padding-left: 36px;
  position: relative;
}
/* line 1133, ../../custom/sass/_content.scss */
.col-infosgolf .infos-adress .tel::before {
  content: '';
  display: block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  background: url(../img/adress-tel.png);
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
/* line 1147, ../../custom/sass/_content.scss */
.col-infosgolf .infos-adress .website {
  padding-left: 36px;
  position: relative;
}
/* line 1150, ../../custom/sass/_content.scss */
.col-infosgolf .infos-adress .website::before {
  content: '';
  display: block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  background: url(../img/adress-web.png);
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
/* line 1166, ../../custom/sass/_content.scss */
.col-infosgolf .reduc-percent {
  background-image: url("../img/reduc.png");
  background-size: 90% 90%;
  padding: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 1173, ../../custom/sass/_content.scss */
.col-infosgolf .gray-table {
  margin-top: 15px;
}
@media (min-width: 992px) {
  /* line 1173, ../../custom/sass/_content.scss */
  .col-infosgolf .gray-table {
    margin-top: 0px;
  }
}
/* line 1178, ../../custom/sass/_content.scss */
.col-infosgolf .gray-table td {
  padding: 4px;
}
@media (min-width: 992px) {
  /* line 1183, ../../custom/sass/_content.scss */
  .col-infosgolf .map-cell > table {
    width: 160px;
  }
}

/* line 1190, ../../custom/sass/_content.scss */
.reductions-slider.vcheck-0 + .main-content {
  padding-top: 0px;
}
@media (min-width: 992px) {
  /* line 1190, ../../custom/sass/_content.scss */
  .reductions-slider.vcheck-0 + .main-content {
    position: relative;
  }
  /* line 1194, ../../custom/sass/_content.scss */
  .reductions-slider.vcheck-0 + .main-content .form-header {
    top: -300px;
    width: 740px;
  }
}
@media (min-width: 992px) {
  /* line 1202, ../../custom/sass/_content.scss */
  .reductions-slider.vcheck-0 .text-area {
    height: 480px;
  }
}
@media (min-width: 992px) {
  /* line 1209, ../../custom/sass/_content.scss */
  .reductions-slider.vcheck-1 .text-area {
    height: 260px;
  }
}
/* line 1215, ../../custom/sass/_content.scss */
.reductions-slider .btn-reductions img {
  display: none;
}
@media (min-width: 992px) {
  /* line 1214, ../../custom/sass/_content.scss */
  .reductions-slider .btn-reductions {
    position: absolute;
    top: 240px;
    left: 0;
  }
  /* line 1220, ../../custom/sass/_content.scss */
  .reductions-slider .btn-reductions img {
    display: inline-block;
    max-width: 80px;
    transform: rotateZ(32deg);
  }
}

/* line 1229, ../../custom/sass/_content.scss */
.message-sent {
  font-size: 15px;
  padding: 15px;
  background: #a6c54f;
  color: #fff;
}

@keyframes opacityRoll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
/* line 1241, ../../custom/sass/_content.scss */
.block-map {
  text-align: center;
}
/* line 1243, ../../custom/sass/_content.scss */
.block-map.highlight {
  animation: opacityRoll 0.33s alternate infinite;
}
/* line 1246, ../../custom/sass/_content.scss */
.block-map h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
}
@media (min-width: 992px) {
  /* line 1241, ../../custom/sass/_content.scss */
  .block-map {
    float: left;
    margin-top: 30px;
  }
}

/* line 1261, ../../custom/sass/_content.scss */
.block-list {
  text-align: center;
}
@media (min-width: 992px) {
  /* line 1261, ../../custom/sass/_content.scss */
  .block-list {
    position: absolute;
    right: 15px;
    top: -160px;
    z-index: 1;
  }
}

/* line 1271, ../../custom/sass/_content.scss */
.mini-map {
  display: none;
}
@media (min-width: 992px) {
  /* line 1271, ../../custom/sass/_content.scss */
  .mini-map {
    display: inline-block;
    width: 34px;
    margin: 0 10px;
    background: #fff;
    margin-right: 0;
    padding: 3px;
    padding-right: 5px;
    border-radius: 0;
    margin-left: 4px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: -1px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
}

/* line 1292, ../../custom/sass/_content.scss */
.form-connect,
.form-create {
  margin-top: 15px;
}
/* line 1295, ../../custom/sass/_content.scss */
.form-connect input, .form-connect select, .form-connect textarea,
.form-create input,
.form-create select,
.form-create textarea {
  margin-bottom: 5px;
}

/* line 1301, ../../custom/sass/_content.scss */
.form-lostpass input, .form-lostpass select, .form-lostpass textarea {
  margin-bottom: 5px;
}

/* line 1306, ../../custom/sass/_content.scss */
.form-connect,
.form-create,
.form-lostpass {
  padding: 15px;
  background: #f1f1f1;
  margin-top: 0;
}

/* line 1314, ../../custom/sass/_content.scss */
.form-create {
  margin-bottom: 10px;
}

/* line 1318, ../../custom/sass/_content.scss */
.btn-logout {
  float: right;
  margin-bottom: 15px;
}

/* line 1324, ../../custom/sass/_content.scss */
.form-create td {
  width: 50%;
}

/* line 1329, ../../custom/sass/_content.scss */
.form-create-btn {
  margin-top: 10px;
}

@media (min-width: 992px) {
  /* line 1334, ../../custom/sass/_content.scss */
  .navbar-nav > li:last-child {
    height: 28px;
    margin-top: 4px;
  }
}

@media (min-width: 992px) {
  /* line 1342, ../../custom/sass/_content.scss */
  ul.language-switcher {
    width: 36px;
    height: 28px;
    padding: 0px;
    overflow: hidden;
    padding-left: 6px;
    padding-bottom: 5px;
    background: #fff;
  }
  /* line 1351, ../../custom/sass/_content.scss */
  ul.language-switcher li {
    width: 24px;
    height: 24px;
    text-align: center;
    padding-top: 0px;
    padding: 2px 0;
    height: 28px;
  }
  /* line 1359, ../../custom/sass/_content.scss */
  ul.language-switcher:hover {
    height: auto;
  }
}

/* line 1, ../../custom/sass/_footer.scss */
.footer-1 {
  background: #E5E3E3;
}

/* line 5, ../../custom/sass/_footer.scss */
.footer-2 {
  background: #E5E3E3;
}

/* line 9, ../../custom/sass/_footer.scss */
.footer-3 {
  background: #fff;
  padding: 8px 0;
}
