@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/1489086/74c7608a-04d8-451e-b4d0-64b9a92c31e2.eot?#iefix");
  src: url("../fonts/1489086/74c7608a-04d8-451e-b4d0-64b9a92c31e2.eot?#iefix") format("eot"), url("../fonts/1489086/ece57727-53c2-441f-877c-7226a0874912.woff2") format("woff2"), url("../fonts/1489086/de0575c2-ed07-481e-ad98-3ec3ce9d230b.woff") format("woff"), url("../fonts/1489086/45ccb8a4-867f-4c4e-a3f1-94e21ad77e82.ttf") format("truetype"); }

.logo-container {
  position: relative;
  width: 340px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  color: #616161;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'helvetica Neue';
  font-weight: 500; }
  @media screen and (max-width: 749px) {
    .logo-container {
      font-size: 16px; } }
  @media screen and (min-width: 750px) {
    .logo-container {
      width: 600px;
      font-size: 24px; } }
  @media screen and (min-width: 1024px) {
    .logo-container {
      width: 800px; } }
  @media screen and (min-width: 1124px) {
    .logo-container {
      width: 980px; } }

.baseline {
  display: none;
  position: absolute;
  top: 16px;
  left: 195px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  color: #aeaeae; }
  @media screen and (max-width: 680px) {
    .baseline {
      left: 150px; } }
  @media screen and (min-width: 1025px) {
    .baseline {
      left: 255px; } }

.switch-language-container {
  right: 0;
  height: 20px;
  line-height: 20px;
  width: 30px;
  text-decoration: none;
  text-align: center;
  background-color: #d7d7d7;
  color: #115370;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

nav {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: white; }
  nav .menu-xs {
    display: none;
    width: 100%;
    height: 40px; }
    nav .menu-xs .icon-show-menu {
      left: 20px;
      width: 15px;
      height: 20px;
      background: url("../img/menu-button.svg") no-repeat;
      background-size: 15px 20px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    nav .menu-xs span {
      left: 40px;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    nav .menu-xs a {
      text-decoration: none;
      text-transform: uppercase;
      color: #2e2e2e; }
    @media screen and (max-width: 749px) {
      nav .menu-xs {
        display: block; } }
  nav ul {
    width: 340px;
    margin: 0 auto;
    padding: 0; }
    nav ul li {
      list-style: none;
      float: left;
      height: 40px;
      line-height: 40px;
      text-transform: uppercase;
      padding: 0 15px; }
      nav ul li a {
        text-decoration: none;
        font-size: 14px;
        color: #2e2e2e; }
      nav ul li.active, nav ul li:hover {
        background-color: #115370; }
        nav ul li.active a, nav ul li:hover a {
          color: white; }
    @media screen and (max-width: 749px) {
      nav ul {
        display: none; } }
    @media screen and (min-width: 749px) {
      nav ul {
        width: 600px; } }
    @media screen and (min-width: 1024px) {
      nav ul {
        width: 800px; } }
    @media screen and (min-width: 1124px) {
      nav ul {
        width: 980px; } }

.menu-modale {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border: 20px solid #115370; }
  .menu-modale .title-menu {
    position: relative;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    background-color: #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .menu-modale a {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0; }

.photo-container {
  position: relative;
  width: 100%;
  height: 315px;
  background: url("../img/header.jpeg");
  background-size: cover;
  background-position: top; }
  .photo-container.contact {
    background: url("../img/number20.jpg");
    background-size: cover;
    background-position: center; }
  .photo-container.night {
    background: url("../img/header_black.jpg");
    background-size: cover;
    background-position: center; }

.activites-container {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 10px 10px 0;
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .activites-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #115370; }
  .activites-container a {
    display: block;
    margin-bottom: 5px; }
  nav .activites-container {
    background-color: white;
    z-index: 100; }
    nav .activites-container:after {
      display: none; }

summary {
  outline: 0; }

.title-block {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #115370;
  background-color: #d7d7d7;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  nav .title-block {
    background-color: white; }
  header .title-block {
    padding-left: 50px; }

.description-block {
  padding: 20px;
  font-size: 14px;
  font-weight: 500; }
  .description-block ul {
    padding: 0;
    margin: 0; }
  .description-block li {
    text-decoration: none;
    list-style: none;
    margin-bottom: 4px; }

.presentation-container {
  position: relative;
  float: left;
  width: calc(100% / 1 - 11px);
  margin-right: 11px;
  margin-bottom: 20px;
  margin-top: 20px; }
  .presentation-container .photo {
    width: 100%;
    height: 400px; }
    .presentation-container .photo.beguin {
      background: url("../img/gorski.png") no-repeat;
      background-size: cover;
      background-position: center; }
    .presentation-container .photo.gorski {
      background: url("../img/beguin.png") no-repeat;
      background-size: cover;
      background-position: center; }
    .presentation-container .photo.hunziker {
      background: url("../img/hunziker.png") no-repeat;
      background-size: cover;
      background-position: center; }
  .presentation-container .nom {
    position: relative;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    background-color: #115370;
    color: white;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (min-width: 924px) {
    .presentation-container {
      width: calc(100% / 2 - 12px);
      margin-bottom: 30px;
      height: 1320px; } }
  @media screen and (min-width: 1024px) {
    .presentation-container {
      width: calc(100% / 3 - 12px);
      height: auto; } }

.presentation-detail-container {
  position: relative;
  width: 100%; }
  .presentation-detail-container .photo {
    float: left;
    width: 30%;
    height: 400px; }
    .presentation-detail-container .photo.beguin {
      background: url("../img/gorski.png") no-repeat;
      background-size: cover;
      background-position: center; }
    .presentation-detail-container .photo.gorski {
      background: url("../img/beguin.png") no-repeat;
      background-size: cover;
      background-position: center; }
    .presentation-detail-container .photo.hunziker {
      background: url("../img/hunziker.png") no-repeat;
      background-size: cover;
      background-position: center; }
    @media screen and (max-width: 749px) {
      .presentation-detail-container .photo {
        display: block;
        width: 100%; } }
  .presentation-detail-container .title-rub {
    color: #115370;
    font-weight: 500;
    padding-bottom: 2px;
    border-bottom: 2px solid white;
    text-transform: uppercase; }
  .presentation-detail-container .go-to, .presentation-detail-container .contact-to {
    position: absolute;
    left: 0;
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #115370;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px; }
    @media screen and (max-width: 749px) {
      .presentation-detail-container .go-to, .presentation-detail-container .contact-to {
        display: block;
        width: 100%; } }
  .presentation-detail-container .go-to {
    top: 400px; }
  .presentation-detail-container .contact-to {
    top: 440px;
    background-color: #f0f0f0;
    color: #115370; }
    .presentation-detail-container .contact-to.only {
      top: 400px; }
  .presentation-detail-container .presentation {
    float: left;
    width: calc(70% - 20px);
    margin-left: 20px;
    padding: 20px;
    background-color: #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 749px) {
      .presentation-detail-container .presentation {
        margin-top: 80px;
        margin-left: 0;
        display: block;
        width: 100%; } }

.gp-item {
  position: relative;
  width: 100%;
  height: 85px;
  margin-bottom: 10px; }
  .gp-item.hight {
    height: 300px; }

label {
  position: absolute;
  top: 0;
  width: calc(100% - 10px);
  display: block;
  background-color: #f0f0f0;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  outline: 0;
  color: #115370;
  font-size: 12px;
  font-weight: 500; }

input, textarea {
  display: block;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  input:focus + label, textarea:focus + label {
    background-color: #115370;
    color: #f0f0f0; }

input {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  border: 2px solid #f0f0f0;
  padding-left: 10px;
  color: #115370;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'helvetica'; }

textarea {
  width: calc(100%);
  height: 100%;
  border: 2px solid #f0f0f0;
  padding: 50px 10px 0 10px;
  color: #115370;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'helvetica'; }

button {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 30px;
  background-color: #f0f0f0;
  border: none;
  color: #115370;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  button:hover {
    background-color: #115370;
    color: #f0f0f0; }

.infos-content {
  position: relative;
  width: 340px;
  margin: 0 auto;
  height: 100%;
  padding-top: 10px; }
  @media screen and (min-width: 750px) {
    .infos-content {
      width: 600px; } }
  @media screen and (min-width: 1024px) {
    .infos-content {
      width: 800px;
      padding-top: 0; } }
  @media screen and (min-width: 1124px) {
    .infos-content {
      width: 980px;
      padding-top: 0; } }

.map {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("../img/map.jpg") no-repeat center; }
  @media screen and (max-width: 749px) {
    .map {
      width: 100%;
      position: relative;
      width: 100%;
      height: 280px; } }
  @media screen and (min-width: 750px) {
    .map {
      height: 200px;
      margin-top: 20px; } }

.address-container {
  position: absolute;
  left: 0;
  width: calc(50% - 20px);
  height: 100%; }
  @media screen and (max-width: 749px) {
    .address-container {
      width: 100%;
      position: relative;
      width: 100%;
      margin-top: 20px;
      text-align: center;
      height: auto; } }

.address {
  text-transform: uppercase;
  color: #949494;
  font-weight: 300; }
  .address.phone {
    margin-top: 20px;
    color: #115370; }
    @media screen and (max-width: 668px) {
      .address.phone {
        margin: 20px auto;
        width: 160px; } }
  .address .num {
    padding-left: 25px;
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px; }
    .address .num.office {
      background: url("../img/call.png") no-repeat;
      background-size: 15px; }
    .address .num.fax {
      background: url("../img/file.png") no-repeat;
      background-size: 15px; }
    .address .num.natel {
      background: url("../img/natel.png") no-repeat;
      background-size: 15px; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-weight: 300;
  color: #474747; }

header {
  position: relative;
  width: 100%;
  height: 450px;
  background-color: #f0f0f0;
  border-top: 5px solid #115370;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.content {
  position: relative;
  width: 340px;
  margin: 0 auto; }
  @media screen and (min-width: 750px) {
    .content {
      width: 600px; } }
  @media screen and (min-width: 1024px) {
    .content {
      width: 800px; } }
  @media screen and (min-width: 1124px) {
    .content {
      width: 980px; } }

footer {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #f0f0f0;
  border-bottom: 50px solid #115370;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 749px) {
    footer {
      height: 600px; } }

.title {
  margin: 20px 0;
  color: #115370;
  font-size: 20px; }
  footer .title {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #115370;
    padding-bottom: 5px; }

.w-80 {
  display: block;
  float: left;
  width: 80%;
  margin-right: 20px; }
  @media screen and (max-width: 1024px) {
    .w-80 {
      width: 100%; } }

.w-50 {
  display: block;
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px; }

.edito-img {
  display: inline-block;
  width: calc(20% - 20px);
  height: 280px;
  background: url("../img/enseigne.jpeg");
  background-size: cover;
  background-position: -143px;
  border: 4px solid #f0f0f0;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .edito-img {
      display: none; } }

.clear {
  position: relative;
  width: 100%;
  height: 1px;
  clear: both;
  margin-bottom: 20px; }

a {
  color: #115370; }
  a:hover {
    color: tomato; }
