@charset "UTF-8";
body#home {
  /*#main .bloc-2 {
   display: block;
  }*/
  /* HOME_INTER : La zone intermédiaire
   Attention : cette zone se nomme inter_foot sur le fichier maquette
  */
  /* HOME NOW : Les offres à la une
   Attention : cette zone se nomme .now sur le fichier maquette
   */
  /* se bloc n'était pas présent sur la maquette, il est utile et permet le responsive en mode mobile */
  /* HOME ACTIVITES : Les activites à la une */
  /*#home_activites .list .item:hover .item-overlay{
      opacity: 1;
  }*/
  /* HOME DESTINATION : Les destinations à la une */
}
body#home #small_logo {
  display: none;
}
body#home .mobile {
  display: none !important;
}
body#home .desktop {
  display: block !important;
}
body#home h1 {
  text-align: center;
}
body#home #main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: 90vh;
  background-image: linear-gradient(180deg, rgba(29, 29, 27, 0.4) 0%, rgba(29, 29, 27, 0) 14.87%), linear-gradient(45deg, rgba(29, 29, 27, 0.4) 0%, rgba(29, 29, 27, 0) 100%);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  box-shadow: -5px 3px 10px 0px rgba(0, 0, 0, 0.49);
  position: relative;
  z-index: 10;
}
body#home #main .bloc-1 {
  display: flex;
  flex-direction: row;
  margin-top: 50vh;
  transform: translatey(-50%);
  width: 100%;
}
body#home #main .bloc-1 .logo {
  flex: 0 0 25%;
  padding: 0 20px;
  box-sizing: border-box;
}
body#home #main .bloc-1 .logo img {
  width: 100%;
  max-height: 230px;
}
body#home #main .bloc-1 .home_choice {
  flex: 0 0 50%;
  width: auto;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  height: auto;
  align-items: center;
}
body#home #main .bloc-1 .home_choice .title {
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 45px;
  color: #FFF;
  width: 615px;
  flex: none;
}
body#home #main .bloc-1 .home_choice .home_choice_select {
  display: flex;
  margin-top: 20px;
  flex: none;
}
body#home #main .bloc-1 .home_choice .home_choice_select .destination {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  color: #2F2E2D;
  background-color: #80AB8F;
  /*background-color: rgba(4, 4, 0, 0.6);*/
  border-radius: 30px;
  padding: 10px;
  width: 15em;
  line-height: 2.4rem;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  transition: 0.3s ease-in-out all;
}
body#home #main .bloc-1 .home_choice .home_choice_select .destination:hover {
  /*color: #333;*/
  background-color: #8bc2a1;
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.49);
}
body#home #main .bloc-1 .home_choice .home_choice_select .ou {
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  text-align: left;
  font-size: 45px;
  color: #FFF;
  margin: 0 20px;
}
body#home #main .bloc-1 .home_choice .home_choice_select .activite {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  color: #2F2E2D;
  background-color: #80AB8F;
  /*background-color: rgba(4, 4, 0, 0.6);*/
  border-radius: 30px;
  padding: 10px;
  width: 15em;
  text-transform: uppercase;
  line-height: 2.4rem;
  cursor: pointer;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  transition: 0.3s ease-in-out all;
}
body#home #main .bloc-1 .home_choice .home_choice_select .activite:hover {
  /*color: #333;*/
  background-color: #8bc2a1;
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.49);
}
body#home #main .bloc-1 .home_choice .gros_bouton {
  display: none;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #3C3B3A;
  background-color: #80AB8F; /*#05d0a6;$green-button;#90C7A6;   david 80AB8F*/
  border-radius: 2px;
  padding: 5px 10px;
  width: 20em;
  line-height: 2.4rem;
  cursor: pointer;
  margin: 70px auto;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  transition: 0.2s ease-out all;
}
body#home #main .bloc-1 .home_choice .gros_bouton:hover {
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.49);
}
body#home #main .bloc-1 .home_choice .gros_bouton .label {
  display: inline-block;
}
body#home #main .bloc-1 .home_choice .gros_bouton .icon {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
}
body#home #home_inter {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #2F2E2D;
  overflow: hidden;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
body#home #home_inter .home_foot {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
body#home #home_inter .home_foot .icons {
  flex: none;
  width: 95px;
}
body#home #home_inter .home_foot .button {
  flex: none;
}
body#home #home_inter .home_foot .label {
  display: block;
  float: left;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #80AB8F;
  cursor: pointer;
  margin: 0 20px;
  text-decoration: none;
}
body#home #home_inter .home_foot .icon {
  display: block;
  float: left;
  width: 15px;
  box-sizing: border-box;
  padding-top: 1px;
}
body#home #home_now {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
body#home #home_now .bloc-1 {
  display: block;
  width: 90%;
  margin: 30px auto;
}
body#home #home_now .bloc-1 .title {
  display: inline-block;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 45px;
  letter-spacing: 0.03em;
  color: #8D8981;
}
body#home #home_now .bloc-1 .gros_bouton {
  display: inline-block;
  float: right;
  margin-top: 25px;
}
body#home #home_now .bloc-1 .gros_bouton .label {
  display: inline-block;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #80AB8F;
  cursor: pointer;
  margin: 0 20px;
  text-decoration: none;
}
body#home #home_now .bloc-1 .gros_bouton .icon {
  display: inline-block;
  width: 15px;
}
body#home #home_now .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto 80px;
  padding: 10px;
}
body#home #home_now .list .item {
  z-index: 8;
  position: relative;
  display: inline-block;
  background-color: #FFF;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out all;
  cursor: pointer;
  margin: 1%;
  border-bottom: solid 1px #DDD;
  text-decoration: none;
  width: 45%;
  max-width: 400px;
}
body#home #home_now .list .item:hover {
  box-shadow: 2px 5px 20px 3px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}
body#home #home_now .list .item .photo {
  display: block;
  height: 0px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding-top: 70%;
}
body#home #home_now .list .item .photo .photo_gradient {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  padding-top: 70%;
  margin-top: -70%;
  z-index: 1;
}
body#home #home_now .list .item .is_promo {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  text-align: center;
  background-color: #E70509;
  height: 20px;
  font-family: raleway-bold;
  font-size: 1em;
  color: #FFF;
  padding: 3px 0 3px 0;
}
body#home #home_now .list .item .photo .content {
  display: block;
  width: 100%;
  height: 80px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
body#home #home_now .list .item .photo .content .activites {
  color: #FFF;
  height: auto;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 85px;
}
body#home #home_now .list .item .photo .content .title {
  color: #FFF;
  height: auto;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 85px;
}
body#home #home_now .list .item .photo .content .foot {
  display: block;
  width: 100%;
  height: 40px;
  background-color: rgba(4, 4, 0, 0.3);
}
body#home #home_now .list .item .photo .content .foot .icons {
  display: none;
  margin-top: 0px;
  padding: 0;
}
body#home #home_now .list .item .photo .content .foot .icons img {
  width: 30px;
}
body#home #home_now .list .item .photo .content .foot .icons .duree {
  display: inline-block;
}
body#home #home_now .list .item .photo .content .foot .icons .formule {
  display: none;
}
body#home #home_now .list .item .photo .content .foot .label {
  display: block;
  color: #FFF;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.04em;
  line-height: 40px;
}
body#home #home_now .list .item .description {
  display: block;
  margin-top: 15px;
  padding: 10px;
}
body#home #home_now .list .item .description .title {
  color: #2F2E2D;
  /*color: $green-button;*/
  height: auto;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0;
}
body#home #home_now .list .description .destination {
  color: #80AB8F;
  height: auto;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 0;
}
body#home #home_now .list .item .description .activites {
  color: #80AB8F;
  height: 20px;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  padding: 0;
}
body#home #home_now .list .item .description .text {
  display: block;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-top: 10px;
  font-size: 1em;
  color: #464443;
  padding-bottom: 40px;
}
body#home #home_now .list .item .description .foot {
  display: flex;
  left: 0px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
body#home #home_now .list .item .description .foot .niveau {
  display: block;
  line-height: 37px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
body#home #home_now .list .item .description .foot .duree {
  display: block;
  width: 50%;
  text-align: center;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  background-color: #D6CDC0;
  line-height: 29px;
  color: #fff;
}
body#home #home_now .list .item .description .foot .niveau img {
  width: 70px;
}
body#home #home_now .list .item .description .foot .label {
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #80AB8F;
  display: block;
  line-height: 23px;
  float: left;
}
body#home #home_now .list .item .description .foot .icon {
  display: block;
  line-height: 30px;
  float: left;
  margin-left: 5px;
}
body#home #home_now .list .item .description .foot .icon img {
  width: 70px;
}
body#home #home_activites {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 7;
  background-color: #2F2E2D;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
body#home #home_activites .bloc-1-bgact {
  display: block;
  width: 100%;
  background-color: #DBD2C5;
  margin: 0;
  overflow: hidden;
  height: 275px;
}
body#home #home_activites .bloc-1 {
  display: block;
  width: 77%;
  margin: 30px auto;
}
body#home #home_activites .bloc-1 .title {
  display: inline-block;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 45px;
  letter-spacing: 0.03em;
  color: #8D8981;
}
body#home #home_activites .bloc-1 .gros_bouton {
  display: inline-block;
  float: right;
  margin-top: 25px;
}
body#home #home_activites .bloc-1 .gros_bouton .label {
  display: inline-block;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #3C3B3A;
  cursor: pointer;
  margin: 0 20px;
  text-decoration: none;
}
body#home #home_activites .bloc-1 .gros_bouton .icon {
  display: inline-block;
  width: 15px;
}
body#home #home_activites .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: -170px auto 80px;
  padding: 10px;
}
body#home #home_activites .list .item {
  z-index: 8;
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  margin: 25px;
  cursor: pointer;
  transition: 0.2s ease-out all;
  max-width: 400px;
  width: 45%;
}
body#home #home_activites .list .item .item-overlay {
  display: block;
  position: absolute;
  background: rgba(4, 4, 0, 0.6);
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 250px;
  text-align: center;
  padding-top: 120px;
  box-sizing: border-box;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: 0.2s ease-out all;
}
body#home #home_activites .list .item:hover {
  box-shadow: 2px 5px 20px 3px rgba(0, 0, 0, 0.3);
  transform: scale(1.02);
}
body#home #home_activites .list .item .photo {
  display: block;
  height: 250px;
  /*background-image: url(../images/climbing-2264698_1920.jpg);*/
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body#home #home_activites .list .item .content {
  display: flex;
  margin: 20px 0;
  height: auto;
  box-sizing: border-box;
  padding: 0 10px;
  color: #fff;
}
body#home #home_activites .list .item .content .col1 {
  flex: 0 0 40%;
}
body#home #home_activites .list .item .content .col1 .title {
  height: auto;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body#home #home_activites .list .item .content .col1 .line {
  display: block;
  height: 3px;
  width: 50px;
  background-color: #fff;
  margin: 15px 0;
}
body#home #home_activites .list .item .content .col1 .amount {
  height: auto;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  font-size: 1.2em;
}
body#home #home_activites .list .item .content .col2 {
  flex: auto;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-left: 20px;
  font-size: 1em;
  color: #fff;
}
body#home #home_activites .gros_bouton_mob {
  display: block;
  margin: 20px auto;
  text-align: center;
  height: 30px;
  width: 225px;
}
body#home #home_activites .gros_bouton_mob .label {
  display: block;
  float: left;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #90C7A6;
  cursor: pointer;
  margin: 0 10px;
}
body#home #home_activites .gros_bouton_mob .icon {
  display: block;
  float: left;
  width: 15px;
  padding-top: 0px;
}
body#home #home_destinations {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 6;
  background-color: #FFF;
}
body#home #home_destinations .bloc-1-bgdest {
  display: block;
  width: 100%;
  background-color: #DBD2C5;
  margin: 0;
  overflow: hidden;
  height: 275px;
}
body#home #home_destinations .bloc-1 {
  display: block;
  width: 77%;
  margin: 30px auto;
}
body#home #home_destinations .bloc-1 .title {
  display: inline-block;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 45px;
  letter-spacing: 0.03em;
  color: #8D8981;
}
body#home #home_destinations .bloc-1 .gros_bouton {
  display: inline-block;
  float: right;
  margin-top: 25px;
}
body#home #home_destinations .bloc-1 .gros_bouton .label {
  display: inline-block;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #3C3B3A;
  cursor: pointer;
  margin: 0 20px;
  text-decoration: none;
}
body#home #home_destinations .bloc-1 .gros_bouton .icon {
  display: inline-block;
  width: 15px;
}
body#home #home_destinations .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: -170px auto 80px;
  padding: 10px;
}
body#home #home_destinations .list .item {
  z-index: 8;
  position: relative;
  display: inline-block;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s ease-out all;
  margin: 25px;
  cursor: pointer;
  text-decoration: none;
  max-width: 400px;
  width: 45%;
}
body#home #home_destinations .list .item:hover {
  box-shadow: 2px 5px 20px 3px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}
body#home #home_destinations .list .item .photo {
  display: block;
  height: 250px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body#home #home_destinations .list .item .content {
  display: flex;
  margin: 20px 0;
  height: auto;
  box-sizing: border-box;
  padding: 0 10px;
  color: #464443;
}
body#home #home_destinations .list .item .content .col1 {
  flex: 0 0 40%;
}
body#home #home_destinations .list .item .content .col1 .title {
  height: auto;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body#home #home_destinations .list .item .content .col1 .line {
  display: block;
  height: 3px;
  width: 50px;
  background-color: #464443;
  margin: 15px 0;
}
body#home #home_destinations .list .item .content .col1 .amount {
  height: auto;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  font-size: 1.2em;
}
body#home #home_destinations .list .item .content .col2 {
  flex: auto;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-left: 20px;
  font-size: 1em;
}
body#home #home_destinations .gros_bouton_mob {
  display: block;
  margin: 20px auto;
  text-align: center;
  height: 30px;
  width: 250px;
}
body#home #home_destinations .gros_bouton_mob .label {
  display: block;
  float: left;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #80AB8F;
  cursor: pointer;
  margin: 0 10px;
}
body#home #home_destinations .gros_bouton_mob .icon {
  display: block;
  float: left;
  width: 15px;
  padding-top: 0px;
}

body.mobile#home {
  /*----------HOME NAV----------*/
  /*----------HOME MAIN----------*/
  /*----------HOME INTER----------*/
  /*----------HOME NOW----------*/
  /*----------HOME ACTIVITES----------*/
  /*----------HOME DESTINATION----------*/
}
body.mobile#home h1 {
  font-size: 20px;
}
body.mobile#home .mobile {
  display: block !important; /* On affiche en mode mobile */
}
body.mobile#home .desktop {
  display: none !important;
}
body.mobile#home #nav .small_logo {
  display: none;
}
body.mobile#home #main {
  height: 520px;
  background-image: linear-gradient(180deg, rgba(29, 29, 27, 0.5) 0%, rgba(29, 29, 27, 0.2) 100%);
}
body.mobile#home #main .bloc-1 {
  flex-direction: column;
  transform: none;
  margin-top: 90px;
  align-items: center;
}
body.mobile#home #main .bloc-1 .logo {
  flex: none;
  width: 125px;
  box-sizing: border-box;
  /*height: 50px;*/
}
body.mobile#home #main .bloc-1 .home_choice {
  flex: none;
  width: 90%;
  margin-top: 20px;
}
body.mobile#home #main .bloc-1 .home_choice .title {
  text-align: center;
  font-size: 27px;
  width: 90%;
  max-width: 300px;
}
body.mobile#home #main .bloc-1 .home_choice .home_choice_select {
  flex-direction: column;
  margin-top: 20px;
  align-items: center;
}
body.mobile#home #main .bloc-1 .home_choice .home_choice_select .destination {
  font-size: 1em;
  border-radius: 30px;
  padding: 2px 10px;
}
body.mobile#home #main .bloc-1 .home_choice .home_choice_select .ou {
  text-align: center;
  font-size: 27px;
  margin: 5px;
}
body.mobile#home #main .bloc-1 .home_choice .home_choice_select .activite {
  font-size: 1em;
  padding: 2px 10px;
}
body.mobile#home #main .bloc-1 .home_choice .gros_bouton {
  font-size: 1em;
  border-radius: 3px;
  padding: 5px 10px;
  width: 100%;
  max-width: 20em;
  box-sizing: border-box;
  margin: 25px auto;
}
body.mobile#home #recall-home {
  width: 20px;
  padding: 15px;
  height: 20px;
  left: 20px;
  top: 20px;
  transform: none;
}
body.mobile#home #home_inter {
  height: auto;
}
body.mobile#home #home_inter .home_foot {
  flex-direction: column;
  align-items: center;
  margin: 25px 0;
}
body.mobile#home #home_inter .home_foot .icons {
  display: none;
}
body.mobile#home #home_inter .home_foot .button {
  margin-top: 0px;
}
body.mobile#home #home_inter .home_foot .label {
  margin: 0 10px 0 0;
}
body.mobile#home #home_now {
  display: flex;
  overflow: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  width: 100%;
}
body.mobile#home #home_now .bloc-1.mobile {
  display: block;
  margin: 20px 0 20px 0;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
body.mobile#home #home_now .bloc-1.mobile .title {
  display: block;
  text-align: center;
  font-size: 2em;
  width: 100%;
}
body.mobile#home #home_now .bloc-1.mobile .gros_bouton {
  display: none;
}
body.mobile#home #home_now .bloc-1.mobile .gros_bouton .label {
  display: none;
}
body.mobile#home #home_now .bloc-1.mobile .gros_bouton .icon {
  display: block;
  width: 80px;
  margin: auto;
}
body.mobile#home #home_now .list {
  box-sizing: border-box;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
body.mobile#home #home_now .list .item {
  flex: 1 0 250px;
  margin: 0 2%;
}
body.mobile#home #home_now .list .item .photo {
  /*height: 200px;*/
}
body.mobile#home #home_now .list .item .photo .content {
  /*display: block;
  width: 100%;
  height: 80px;
  margin-top: 120px;*/
}
body.mobile#home #home_activites .bloc-1-bgact {
  height: 180px;
}
body.mobile#home #home_activites .bloc-1 {
  width: 90%;
  margin: 30px auto;
}
body.mobile#home #home_activites .bloc-1 .title {
  display: block;
  font-size: 2em;
}
body.mobile#home #home_activites .list {
  width: 90%;
  margin: -130px auto 30px;
  padding: 0px;
}
body.mobile#home #home_activites .list .item {
  flex: 1 0 300px;
  height: auto;
  margin-top: 50px;
}
body.mobile#home #home_activites .list .item .photo {
  height: 170px;
}
body.mobile#home #home_activites .list .item .content {
  height: auto;
  flex-direction: column;
}
body.mobile#home #home_activites .list .item .content .col1 {
  display: block;
  float: none;
}
body.mobile#home #home_activites .list .item .content .col2 {
  margin-top: 20px;
  margin-left: 0;
}
body.mobile#home #home_destinations .bloc-1-bgdest {
  height: 180px;
}
body.mobile#home #home_destinations .bloc-1 {
  width: 90%;
  margin: 30px auto;
}
body.mobile#home #home_destinations .bloc-1 .title {
  display: block;
  font-size: 2em;
}
body.mobile#home #home_destinations .list {
  width: 90%;
  margin: -130px auto 30px;
  padding: 0px;
}
body.mobile#home #home_destinations .list .item {
  flex: 1 0 300px;
  height: auto;
  margin-top: 50px;
}
body.mobile#home #home_destinations .list .item .photo {
  height: 170px;
}
body.mobile#home #home_destinations .list .item .content {
  height: auto;
  flex-direction: column;
}
body.mobile#home #home_destinations .list .item .content .col1 {
  display: block;
  float: none;
}
body.mobile#home #home_destinations .list .item .content .col2 {
  margin-top: 20px;
  margin-left: 0;
}

.home_chooser {
  position: fixed;
  width: 100%;
  height: 110vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
}

.home_chooser.visible {
  opacity: 1;
  transform: translateY(-20px);
  pointer-events: all;
}

.home_chooser .close {
  display: block;
  position: fixed;
  top: 20vh;
  right: 15%;
  transform: translateX(100%);
  width: 26px;
  height: 25px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease-out all;
  background: #FFF;
  z-index: 99;
}

.home_chooser .close:hover img {
  transform: rotate(90deg);
}

.home_chooser .close img {
  transform-origin: center center;
  transition: 0.2s ease-out all;
}

.home_chooser .close:hover img {
  transform: rotate(90deg);
}

.home_chooser .title {
  width: 70%;
  height: 65px;
  background-color: #2F2E2D;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 2em;
  letter-spacing: 0.05em;
  color: #fff;
  box-sizing: border-box;
  flex: none;
  line-height: 65px;
  padding-left: 10px;
  border-bottom: 1px solid;
}

.home_chooser .chooser {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  top: 20vh;
  height: 60vh;
}

.home_chooser .list {
  width: 70%;
  background-color: #2F2E2D;
  border-top: 10px solid #2F2E2D;
  border-bottom: 10px solid #2F2E2D;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  overflow-x: hidden;
  justify-content: center;
  align-content: flex-start;
  flex: auto;
}

.home_chooser .item {
  margin: 10px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  height: 140px;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.home_chooser .item .picture {
  width: 200px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home_chooser .item .label {
  display: block;
  line-height: 20px;
  margin-top: 10px;
  height: 20px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.6);
}

/*///////////////smartphone///////////////*/
@media screen and (max-width: 768px) {
  .home_chooser .list {
    width: 100%;
    border: none;
    background: none;
  }
  .home_chooser .title {
    width: 100%;
    background: none;
    font-size: 2em;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    height: auto;
    line-height: inherit;
    padding: 10px;
  }
  .home_chooser .chooser {
    top: 20px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .home_chooser .close {
    z-index: 1;
    top: 20px;
    right: 0;
    transform: translateX(0%);
    width: 20px;
    height: 20px;
    padding: 10px;
  }
  .home_chooser .close:hover img {
    transform: rotate(0deg);
  }
  .home_chooser .close img {
    transform-origin: center center;
    transition: 0.2s ease-out all;
  }
  .home_chooser .item {
    align-items: center;
  }
}
/* LE FOOT QU'ON REPREND SUR TOUTES LES PAGES */
#foot {
  display: block;
  background-color: #2F2E2D;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  color: #80AB8F;
  position: relative;
}
#foot .foot-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#foot .foot-content .col {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
  margin: 20px;
  width: 30%;
}
#foot .foot-content .col.logo {
  display: block;
  width: 120px;
}
#foot .foot-content .col.pages {
  text-transform: uppercase;
  line-height: 2em;
  font-size: 0.8em;
  margin-left: 50px;
}
#foot .foot-content .col.pages .copyright {
  font-size: 0.6em;
}
#foot .foot-content .col.pages a {
  display: block;
  color: #80AB8F;
  text-decoration: none;
}
#foot .foot-content .col.follow {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.3em;
}
#foot .foot-content .col.follow .icons {
  margin: 20px 0;
}
#foot .foot-content .col.follow .icons img {
  max-width: 50px;
  display: inline-block;
  width: 20%;
}

body.mobile #foot .foot-content {
  padding-bottom: 40px;
}
body.mobile #foot .foot-content .col {
  width: 50%;
  margin: 0;
  padding: 20px;
}
body.mobile #foot .foot-content .col a {
  white-space: nowrap;
}
body.mobile #foot .foot-content .col.logo {
  display: none;
}
body.mobile #foot .foot-content .col.pages {
  font-size: 10px;
}
body.mobile #foot .foot-content .col.follow {
  font-size: 11px;
}

#about {
  background-color: #F1F1F1;
}
#about h1 {
  text-align: center;
}

#about .about_header {
  background-image: linear-gradient(180deg, rgba(29, 29, 27, 0.4) 0%, rgba(29, 29, 27, 0) 14.87%), linear-gradient(90deg, rgba(29, 29, 27, 0.4) 0%, rgba(29, 29, 27, 0.4) 100%), url(../images/44todelete.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  height: 350px;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 15%;
  flex-direction: column;
  position: relative;
}

#about .share {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 2;
}

#about .share .item {
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.2s ease-out all;
}

#about .share .item:hover {
  background: rgba(0, 0, 0, 0.3);
}

#about .about_header .main_title {
  display: flex;
  align-items: center;
}

#about .about_header h1 {
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 3em;
  background-color: unset;
  width: auto;
  margin: 0;
}

#about .about_header .separator {
  width: 150px;
  height: 2px;
  background: #fff;
  margin: 20px 0;
}

#about .separator_grey {
  width: 150px;
  height: 2px;
  background: #464443;
  margin: 20px 15% 0;
}

.logo_wisud {
  width: 320px;
  padding-top: 20px;
  margin-left: 15px;
}

#about h1 {
  background-color: #F1F1F1;
  color: #464443;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  width: 70%;
  margin-left: 15%;
}

#about .content { /*! background-color: #F1F1F1; */
  color: #464443;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  padding: 40px;
  line-height: 30px;
  width: 70%;
  margin: auto;
  text-align: justify;
}

body.mobile #about .about_header {
  padding-left: 10%;
}
body.mobile #about .about_header .main_title {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
body.mobile #about h1 {
  font-size: 25px;
}
body.mobile #about .about_header h1 {
  font-size: 2em;
}
body.mobile .logo_wisud {
  width: 230px;
  padding-top: 5px;
  margin-left: 0;
}
body.mobile #about .content {
  padding: 40px 0;
  width: 80%;
}
body.mobile #about h1 {
  margin-left: 10%;
}
body.mobile #about .separator_grey {
  margin: 20px 10% 0;
}

#account-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: calc(100vh - 160px);
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #FFF;
  box-sizing: border-box;
}
#account-content h1 {
  text-align: center;
}
#account-content form {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#account-content form .buttons {
  margin-top: 20px;
}
#account-content .bloc {
  margin-top: 160px;
  display: none;
  background-color: #2F2E2D;
  max-width: 800px;
  min-width: 800px;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 30px;
}
#account-content .bloc .title {
  font-size: 2.5em;
  padding: 0 30px 10px 30px;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  text-align: center;
}
#account-content #account-info {
  padding: 0;
}
#account-content #account-info .title {
  display: none;
  margin-top: 20px;
}
#account-content .tabs {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  height: 45px;
  text-transform: uppercase;
}
#account-content .tabs .tab {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  cursor: pointer;
  background-color: #FFF;
  color: #464443;
  opacity: 0.5;
}
#account-content .tabs .tab.on {
  background-color: #2F2E2D;
  color: #8bc2a1;
  opacity: 1;
}
#account-content .panes {
  width: 100%;
  background-color: #2F2E2D;
}
#account-content .panes .pane {
  display: none;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#account-content .panes .pane .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 30px 0;
}
#account-content .panes .pane.visible {
  display: block;
}
#account-content .pane.user .content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 30px;
}
#account-content .pane.user .content .item {
  width: 40%;
  margin: 10px 5%;
  position: relative;
}
#account-content .pane.user .content .item .label {
  color: #80AB8F;
  font-size: 0.8em;
}
#account-content .pane.user .content .item .value {
  font-size: 1.1em;
}
#account-content .pane.user .info {
  padding: 10px;
  color: #80AB8F;
  width: 100%;
  text-align: center;
}
#account-content .pane.orders .content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  margin-top: 30px;
}
#account-content .pane.orders .content .order {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 30px;
  margin: 0 30px 40px 30px;
  box-sizing: border-box;
}
#account-content .pane.orders .content .order:last-child {
  margin-bottom: 0;
}
#account-content .pane.orders .content .order .label {
  color: #80AB8F;
  font-size: 18px;
}
#account-content .pane.orders .content .order .item {
  margin-bottom: 10px;
}
#account-content .pane.orders .content .order .item.order-dates .values {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#account-content .pane.orders .content .order .item.order-dates .values .value {
  margin-right: 10px;
}
#account-content .pane.orders .content .order .item.order-montant {
  margin-top: 20px;
  margin-bottom: 0;
}
#account-content .pane.orders .content .order .order-details .participants,
#account-content .pane.orders .content .order .order-details .options {
  margin-top: 20px;
}
#account-content .pane.orders .content .order .order-details .table {
  width: 100%;
  box-sizing: border-box;
}
#account-content .pane.orders .content .order .order-details .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 3px 0 3px 0;
}
#account-content .pane.orders .content .order .order-details .item.headers {
  display: none;
}
#account-content .pane.orders .content .order .order-details .item .cell {
  font-size: 14px;
}
#account-content .pane.orders .content .order .order-details .item .cell.text-right {
  text-align: right;
}
#account-content .pane.orders .content .order .order-details .item .cell.text-center {
  text-align: center;
}
#account-content .pane.orders .content .order .order-details .item .cell.head {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 0.6em;
  display: none;
}
#account-content .pane.orders .content .order .order-details .item .cell.spacer_h {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  flex: 1;
  margin: 0 15px 0 15px;
}
#account-content .pane.orders .content .order .buttons {
  display: flex;
  justify-content: center;
  padding: 0;
}

body.mobile #account-content .bloc {
  margin-top: 90px;
  max-width: 100vw;
  min-width: 100vw;
  padding: 25px 10px 15px 10px;
}
body.mobile #account-content .bloc .title {
  font-size: 25px;
}
body.mobile #account-content .bloc form {
  width: 100%;
  max-width: 100%;
}
body.mobile #account-content .bloc form label {
  text-align: center;
}
body.mobile #account-content .bloc form input {
  width: 90%;
  box-sizing: border-box;
}
body.mobile #account-content .bloc form .buttons {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
body.mobile #account-content .bloc form .buttons button {
  min-width: 250px;
}
body.mobile #account-content .bloc .tabs .tab {
  font-size: 13px;
  text-align: center;
  padding: 5px;
}
body.mobile #account-content .bloc .panes .pane.user .content .item .label {
  font-size: 13px !important;
}
body.mobile #account-content .bloc .panes .pane.user .content .item .value {
  font-size: 14px;
}
body.mobile #account-content .bloc .panes .pane.orders .order {
  padding: 15px;
  margin: 0 0 30px 0;
  border-radius: 0;
}
body.mobile #account-content .bloc .panes .pane.orders .order .item .label {
  font-size: 13px;
}
body.mobile #account-content .bloc .panes .pane.orders .order .item .value {
  font-size: 14px;
}
body.mobile #account-content .bloc .panes .pane.orders .order .item .values {
  flex-direction: column;
  align-items: flex-start;
}
body.mobile #account-content .bloc .panes .pane.orders .order .order-details .participants .label, body.mobile #account-content .bloc .panes .pane.orders .order .order-details .options .label {
  font-size: 13px;
}
body.mobile #account-content .bloc .panes .pane.orders .order .order-details .table .item .cell.total {
  white-space: nowrap;
}
body.mobile #account-content .bloc .info {
  box-sizing: border-box;
  font-size: 12px;
}

body {
  margin: 0 !important;
}

#details_activite {
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  overflow: hidden;
  top: 0;
  opacity: 0;
  transition: 0.5s ease-in-out all;
  pointer-events: none;
}

#details_activite.visible {
  /* Bon courage Lucien ! */
  opacity: 1;
  pointer-events: all;
}

#details_activite .act_cont {
  display: block;
  width: 70%;
  margin: 60px auto;
  background-color: #D9D0C3;
}

/* Je le masque de manière à ne pas l'afficher par défaut */
#details_activite .content {
  display: flex;
  flex-direction: column;
  flex: none;
  box-sizing: border-box;
  overflow-y: auto;
  margin: 0;
  transition: 0.5s ease-in-out all;
  width: 100%;
}

/* LES DETAILS QU'ON AIME */
/*#details_activite {
display: block;
width: 100%;
min-height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
overflow: hidden;
top: 0;
pointer-events: none;
opacity: 0;
transition: 0.5s ease-in-out all;
}

#details_activite.visible {
    /* Bon courage Maurice ! */
/*opacity: 1;
pointer-events: all;
position: absolute;
}

/* Je le masque de manière à ne pas l'afficher par défaut */
/*#details_activite .content {
    display: flex;
    flex-direction: column;
    background-color: #D9D0C3;
    margin: 20px auto 0;
    width: 70%;
    box-sizing: border-box;
    overflow: hidden;
	transition: 0.5s ease-in-out all;
	transform: translateY(100px);
}
#details_activite.visible .content{
    transform: none;
}*/
#details_activite .close {
  display: none;
  align-self: flex-end;
  width: 25px;
  height: 25px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease-out all;
}

#details_activite .close img {
  transform-origin: center center;
  transition: 0.2s ease-out all;
}

#details_activite .close:hover {
  background: #FFF;
}

#details_activite .close:hover img {
  transform: rotate(90deg);
}

#details_activite .close2 {
  display: block;
  position: fixed;
  top: 20px;
  right: 15%;
  transform: translateX(52px);
  width: 26px;
  height: 25px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease-out all;
  background: #FFF;
}

#details_activite .close2 img {
  transform-origin: center center;
  transition: 0.2s ease-out all;
}

#details_activite .close2:hover img {
  transform: rotate(90deg);
}

#details_activite .top {
  display: block;
  width: 100%;
  height: 380px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-position: center;
  background-size: cover;
}

#details_activite .top .share_and_pics {
  display: flex;
  width: 100%;
  height: 190px;
}

#details_activite .top .share_and_pics .share {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

#details_activite .top .share_and_pics .share .item {
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.2s ease-out all;
}

#details_activite .top .share_and_pics .share .item:hover {
  background: rgba(0, 0, 0, 0.3);
}

#details_activite .top .share_and_pics .pictures {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 50%;
  /*background: rgba(0,0,0,0.5);*/
  height: 70px;
}

#details_activite .top .share_and_pics .pictures .item {
  display: block;
  margin: 10px 10px;
  width: 75px;
  height: 50px;
  /*background-image: url(/images/climbing-2264698_1920.jpg);*/
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.4s ease-out all;
}

#details_activite .top .share_and_pics .pictures .item:hover {
  opacity: 1;
}

#details_activite .top .share_and_pics .pictures .item.active {
  opacity: 1;
}

#details_activite .top .title_main {
  display: block;
}

#details_activite .top .title_main .title_zone {
  display: block;
}

#details_activite .top .title_main .title_zone .title {
  display: block;
  color: #FFF;
  height: 90px;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 4em;
  text-transform: capitalize;
  padding: 0 10px;
}

#details_activite .top .title_main .title_zone .line {
  display: block;
  width: 150px;
  height: 3px;
  background: #FFF;
  margin-left: 15px;
  margin-top: 10px;
}

#details_activite .bottom {
  display: flex;
  width: 95%;
  margin: -50px auto 0;
}

#details_activite .bottom .left {
  display: flex;
  flex-direction: column;
  flex: 0 0 35%;
}

#details_activite .bottom .left .list {
  display: flex;
  flex-direction: column;
  padding: 35px 0 35px 0;
  background: #FFF;
}

#details_activite .bottom .left .list .item {
  display: block;
  padding: 15px 20px;
  box-sizing: border-box;
}

#details_activite .bottom .left .list .item .title {
  display: block;
  color: #80AB8F;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.04em;
}

#details_activite .bottom .left .list .item .text {
  display: block;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-top: 10px;
  font-size: 1em;
  color: #464443;
}

#details_activite .bottom .right {
  display: block;
  flex: auto;
  margin-left: 3%;
  background: #2F2E2D;
  color: #D9D0C3;
  padding: 20px;
}

#details_activite .bottom .right .title {
  display: block;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  margin: 20px 20px 0 20px;
  font-size: 2em;
}

#details_activite .bottom .right .subtitle {
  display: block;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin: 10px 20px 0 20px;
  font-size: 1em;
}

#details_activite .bottom .right .list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 0 20px;
}

#details_activite .bottom .right .list .item {
  display: flex;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  text-align: center;
  height: auto;
  border-top: 1px solid #D9D0C3;
}

#details_activite .bottom .right .list .item.head {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  color: #80AB8F;
  border-top: none;
  font-size: 0.9em;
  letter-spacing: 0.04em;
}

#details_activite .bottom .right .list .item .icon {
  flex: none;
  width: 110px;
  padding: 11px 15px;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  align-items: center;
}

#details_activite .bottom .right .list .item .icon img {
  width: 100%;
  object-fit: contain;
}

#details_activite .bottom .right .list .item .label {
  flex: 1 0 30%;
  padding: 15px;
  box-sizing: border-box;
  color: #80AB8F;
  border-left: 1px solid #D9D0C3;
  display: flex;
  align-items: center;
  justify-content: center;
}

#details_activite .bottom .right .list .item .label2 {
  flex: 1 0 30%;
  padding: 15px;
  box-sizing: border-box;
  border-left: 1px solid #D9D0C3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#details_activite .bottom .right .gros_bouton {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #3C3B3A;
  background-color: #80AB8F;
  border-radius: 2px;
  padding: 5px 10px;
  width: 20em;
  line-height: 2.4rem;
  cursor: pointer;
  margin: 50px auto;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  transition: 0.2s ease-out all;
}

#details_activite .bottom .right .gros_bouton:hover {
  box-shadow: 2px 5px 20px 5px rgba(0, 0, 0, 0.49);
}

#details_activite .bottom .right .gros_bouton .label {
  display: inline-block;
}

#details_activite .bottom .right .gros_bouton .icon {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
}

#details_activite .small_icons {
  display: block;
  width: 95px;
  margin: 20px auto;
}

@media (max-width: 479px) {
  /*----------DETAILS ACTIVITES----------*/
  #details_activite .content {
    margin: 0;
    width: 100%;
  }
  #details_activite .act_cont {
    width: 100%;
    margin: 0;
  }
  #details_activite .close {
    width: 20px;
    height: 20px;
  }
  #details_activite .close img {
    transform-origin: none;
    transition: none;
  }
  #details_activite .close:hover img {
    transform: none;
  }
  #details_activite .close2 {
    top: 0px;
    right: 0px;
    transform: translateX(0%);
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  #details_activite .top {
    height: 250px;
  }
  #details_activite .top .share_and_pics {
    height: 100px;
  }
  #details_activite .top .share_and_pics .share {
    flex-direction: row;
  }
  #details_activite .top .share_and_pics .pictures {
    display: none;
  }
  #details_activite .top .title_main .title_zone .title {
    height: 50px;
    font-size: 2.3em;
    letter-spacing: 0.03em;
  }
  #details_activite .top .title_main .title_zone .line {
    width: 100px;
  }
  #details_activite .bottom {
    flex-direction: column;
  }
  #details_activite .bottom .left {
    padding: 0 20px;
    background: #fff;
  }
  #details_activite .bottom .left .list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 35px 0 35px 0;
  }
  #details_activite .bottom .left .list .item {
    flex: 0 0 100%;
  }
  #details_activite .bottom .right {
    margin-left: 0;
    margin-top: 20px;
    padding: 10px;
  }
  #details_activite .bottom .right .list {
    padding: 0px;
  }
  #details_activite .bottom .right .list .item {
    font-size: 0.7em;
  }
  #details_activite .bottom .right .list .item.head {
    font-size: 0.7em;
    height: 70px;
  }
  #details_activite .bottom .right .list .item .icon {
    flex: none;
    width: 60px;
    padding: 11px 5px;
  }
  #details_activite .bottom .right .list .item .label {
    flex: none;
    width: 95px;
    padding: 12px;
  }
  #details_activite .bottom .right .list .item .label2 {
    flex: 1 0 30%;
    padding: 12px;
  }
  #details_activite .bottom .right .gros_bouton {
    width: auto;
    margin: 50px auto 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1025px) {
  /*----------DETAILS ACTIVITE----------*/
  #details_activite .content {
    margin: 0;
    width: 100%;
  }
  #details_activite .act_cont {
    width: 90%;
    margin: 20px auto;
  }
  #details_activite .close {
    width: 20px;
    height: 20px;
  }
  #details_activite .close img {
    transform-origin: none;
    transition: none;
  }
  #details_activite .close:hover img {
    transform: none;
  }
  #details_activite .close2 {
    top: 0px;
    right: 0px;
    transform: translateX(0%);
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  #details_activite .top {
    height: 300px;
  }
  #details_activite .top .share_and_pics {
    height: 150px;
  }
  #details_activite .top .share_and_pics .share {
    flex-direction: row;
  }
  #details_activite .top .share_and_pics .pictures {
    display: none;
  }
  #details_activite .top .title_main .title_zone .title {
    height: 50px;
    font-size: 2.3em;
    letter-spacing: 0.03em;
  }
  #details_activite .top .title_main .title_zone .line {
    width: 100px;
  }
  #details_activite .bottom {
    flex-direction: column;
  }
  #details_activite .bottom .left {
    padding: 0 20px;
    background: #fff;
  }
  #details_activite .bottom .left .list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 35px 0 35px 0;
  }
  #details_activite .bottom .left .list .item {
    flex: 0 0 50%;
  }
  #details_activite .bottom .right {
    margin-left: 0;
    margin-top: 20px;
  }
}
body {
  margin: 0 !important;
  letter-spacing: 0.03em;
}

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0;
}

h1 {
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  font-size: 30px;
  margin-top: 40px;
  color: #FFF;
}

img {
  width: 100%;
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

b, strong {
  font-weight: normal;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
}

#small_logo {
  display: block;
  position: absolute;
  z-index: 10;
  top: 17px;
  left: 17px;
  width: 110px;
}

#btn-contact {
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 80px;
  cursor: pointer;
  transition: 0.2s ease-out all;
  text-decoration: none;
  filter: drop-shadow(2px 3px 15px rgba(0, 0, 0, 0.49));
  transform: scale(1);
  background-color: #80AB8F;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #FFF;
  width: 165px;
  height: 110px;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  transform-origin: right center;
}
#btn-contact:hover {
  transform: scale(1.2);
}
#btn-contact .icon {
  width: 20px;
  height: 20px;
  display: flex;
  margin-top: 5px;
}
#btn-contact .icon-mobile {
  display: none;
}

body.mobile #small_logo {
  display: block;
  position: absolute;
  z-index: 10;
  top: 17px;
  left: 17px;
  width: 110px;
}
body.mobile #btn-contact {
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  position: fixed;
  right: initial;
  left: 0;
  bottom: 0;
  cursor: pointer;
  transition: none;
  text-decoration: none;
  transform: none;
  background-color: #484642;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 16px;
  color: #FFF;
  width: 100vw;
  height: 60px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  transform-origin: right center;
}
body.mobile #btn-contact:hover {
  transform: none;
}
body.mobile #btn-contact .icon {
  display: none;
}
body.mobile #btn-contact .icon-mobile {
  width: 42px;
  height: 20px;
  display: flex;
  margin-top: 0;
  margin-right: 0;
}

#blog {
  /* CONTENUS DYNAMIQUES */
}
#blog #last_activites,
#blog #last_destinations,
#blog #last_evasions {
  cursor: pointer;
}
#blog .blog_bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: #938D84;
  top: 0;
  z-index: 1;
}
#blog .blog_icon {
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  background-image: url(../images/pictos_gris_95px.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 94vh;
  z-index: 3;
}
#blog .head {
  display: flex;
  flex-direction: row;
  width: 90%;
  height: 80vh;
  margin: 10vh auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#blog .head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog .head .col1 {
  display: flex;
  flex-direction: column;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/lac-des-rives-hérault-paysages.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#blog .head .col1 .reseaux {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
}
#blog .head .col1 .reseaux .facebook {
  display: block;
  flex: none;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}
#blog .head .col1 .reseaux .pinterest {
  display: block;
  flex: none;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}
#blog .head .col1 .logo {
  display: block;
  width: 150px;
  height: 190px;
  flex: none;
  margin: 0 0 10px 0;
}
#blog .head .col1 .logo img {
  object-fit: contain;
}
#blog .head .col1 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: none;
  width: 100%;
  height: auto;
  color: #FFF;
  margin: 30px 0;
}
#blog .head .col1 .title .line1 {
  display: block;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 5em;
  flex: none;
  text-transform: capitalize;
}
#blog .head .col1 .title .line2 {
  display: block;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  flex: none;
  text-transform: lowercase;
  margin-top: -15px;
}
#blog .head .col1 .bouton {
  display: block;
  width: auto;
  height: auto;
  padding: 10px 20px;
  flex: none;
  margin: 10px 0 0 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  color: #fff;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  font-size: 1em;
  text-transform: lowercase;
  height: 30px;
  width: 150px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
#blog .head .col1 .bouton:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#blog .head .col2 {
  display: flex;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  justify-content: flex-start;
  width: 25%;
  height: 100%;
  overflow: hidden;
}
#blog .head .col2 #last_destinations {
  display: flex;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 50%;
  overflow: hidden;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1em;
  background-color: #E4DFD7;
  color: #464443;
}
#blog .head .col2 #last_activites {
  display: flex;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 50%;
  overflow: hidden;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1em;
  background-color: #2F2E2D;
  color: #fff;
}
#blog .head .col3 {
  display: flex;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  justify-content: flex-start;
  width: 25%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#blog .head .col3 .line1 {
  display: block;
  position: absolute;
  top: 75%;
  height: auto;
  transform: translateY(-100%);
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 3em;
  color: #fff;
  padding: 20px;
}
#blog .head .col3 #last_evasions {
  display: flex;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1em;
  background-color: #fff;
  color: #464443;
}
#blog .content {
  display: block;
  overflow: hidden;
}
#blog .content .categorie .title {
  display: block;
  margin: 20px 5%;
  width: 90%;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 2.3em;
  background-color: #fff;
  color: #464443;
}
#blog .content .categorie .articles {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 0 2% 0 5%;
}
#blog .content .categorie .articles .item {
  display: block;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  justify-content: flex-start;
  width: 30%;
  height: auto;
  overflow: hidden;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1em;
  background-color: #fff;
  color: #464443;
  margin: 10px 3.3333% 10px 0;
  cursor: pointer;
}
#blog .content .sub_head {
  display: block;
  width: 90%;
  margin: 20px 5%;
}
#blog .content .sub_head .line1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/lac-des-rives-hérault-paysages.jpg);
  background-size: cover;
  background-position: center center;
}
#blog .content .sub_head .line1 .col1 {
  flex: none;
  margin: 0 80px 0 0;
}
#blog .content .sub_head .line1 .col1 .logo {
  display: block;
  width: 50px;
  height: auto;
}
#blog .content .sub_head .line1 .col2 {
  flex: none;
  display: block;
}
#blog .content .sub_head .line1 .col2 .sub_title {
  display: block;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 4em;
  color: #fff;
}
#blog .content .sub_head .line1 .col2 .line {
  display: block;
  height: 2px;
  width: 100px;
  background-color: #fff;
}
#blog .content .sub_head .line1 .col2 #last_evasion_title {
  display: block;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}
#blog .content .sub_head .line2 {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#blog .content .sub_head .line2 #last_evasion_lire {
  flex: none;
  display: block;
  width: 50%;
  height: 40px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #464443;
  background-color: #D9D0C3;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
#blog .content .sub_head .line2 #last_evasion_lire:hover {
  background-color: #F4F1EB;
}
#blog .content .sub_head .line2 #last_evasion_voir {
  flex: none;
  display: block;
  width: 50%;
  height: 40px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #fff;
  background-color: #2F2E2D;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
#blog .content .sub_head .line2 #last_evasion_voir:hover {
  background-color: #1F1E1D;
}
#blog #last_destinations .photo, #blog #last_activites .photo, #blog #last_evasions .photo, #blog .articles .item .photo {
  display: block;
  width: 100%;
  height: 50%;
  background-color: aqua;
  background-position: center center;
  background-size: cover;
}
#blog #last_evasions .photo {
  height: 75%;
  background-color: aquamarine;
}
#blog .articles .item .photo {
  height: 0;
  padding-top: 60%;
  /*background-image: url(../images/climbing-2264698_1920.jpg);*/
  width: 100%;
  position: relative;
}
#blog .articles .item .photo img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#blog #last_destinations .categorie, #blog #last_activites .categorie, #blog #last_evasions .categorie, #blog .articles .item .categorie {
  display: block;
  font-style: italic;
  color: #80AB8F;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  margin: 10px 0 0;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 0.8em;
  text-transform: uppercase;
}
#blog #last_destinations .titre, #blog #last_activites .titre, #blog #last_evasions .titre, #blog .articles .item .titre {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  margin: 5px 0 0;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 0.9em;
}
#blog #last_destinations .date, #blog #last_activites .date, #blog #last_evasions .date, #blog .articles .item .date {
  display: block;
  font-family: montserrat-regular, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 5px 0 0;
  padding: 0 20px;
  box-sizing: border-box;
}
#blog #last_destinations .resume, #blog #last_activites .resume, #blog #last_evasions .resume, #blog .articles .item .resume {
  display: block;
  margin: 10px 0 0;
  padding: 0 20px;
  box-sizing: border-box;
}
#blog #last_destinations .lire, #blog #last_activites .lire, #blog #last_evasions .lire, #blog .articles .item .lire {
  display: block;
  text-decoration: none;
  font-style: italic;
  padding: 0 20px;
  box-sizing: border-box;
  color: #464443;
  font-size: 0.8em;
  margin: 5px 0 0;
}
#blog #last_activites .lire {
  color: #fff;
}
#blog .lire img {
  display: none;
}

body.mobile#blog {
  background: #938D84;
}
body.mobile#blog #small_logo {
  display: none;
}
body.mobile#blog .blog_icon {
  display: none;
}
body.mobile#blog .blog_bg {
  display: none;
}
body.mobile#blog .head {
  height: auto;
  margin: 0;
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
body.mobile#blog .head .resume {
  padding: 0 15px 15px 15px !important;
}
body.mobile#blog .head .photo {
  height: 200px !important;
}
body.mobile#blog .head .col1 {
  height: 500px;
  width: 100%;
}
body.mobile#blog .head .col1 .line1 {
  font-size: 4em;
}
body.mobile#blog .head .col1 .title .line2 {
  font-size: 1.4em;
}
body.mobile#blog .head .col2 {
  width: 100%;
  height: auto;
  flex-direction: column;
}
body.mobile#blog .head .col2 #last_destinations {
  margin-top: 20px;
  width: 100%;
  height: fit-content;
}
body.mobile#blog .head .col2 #last_activites {
  margin-top: 20px;
  width: 100%;
  height: fit-content;
}
body.mobile#blog .head .col3 {
  width: 100%;
  height: fit-content;
  margin-top: 20px;
}
body.mobile#blog .head .col3 #last_evasions .photo {
  height: 250px;
}
body.mobile#blog .head .col3 .line1 {
  top: 200px;
  height: fit-content;
}
body.mobile#blog .content .categorie .title {
  position: relative;
  width: 100%;
  z-index: 10;
  margin: 20px 0 0 0;
  padding: 20px;
  box-sizing: border-box;
}
body.mobile#blog .content .categorie .articles {
  margin: 0;
}
body.mobile#blog .content .categorie .articles .item {
  width: 100%;
  margin: 10px 0;
}
body.mobile#blog .content .categorie .articles .item .lire {
  padding: 15px;
}
body.mobile#blog .content .sub_head .line1 .col1 {
  display: none;
}
body.mobile#blog .content .sub_head .line1 .col2 {
  width: 90%;
}
body.mobile#blog .content .sub_head .line1 .col2 .sub_title {
  font-size: 3em;
}

#blog-post {
  /* LISTE DES CLASS OU DES ELEMENTS AUTORISE DANS LE BACKOFFICE
  Ces class ou éléments sont directement intégré en html dans la base de données
   */
  /* sous titre */
  /* paragraphe */
  /* mise à la ligne */
  /* mise en gras */
  /* mise en italic */
}
#blog-post .head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/lac-des-rives-hérault-paysages.jpg);
  background-size: cover;
  background-position: center center;
}
#blog-post .head .title {
  /*display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: none;
  width: 33.33333%;
  height: auto;
  color: #FFF;
  margin: 0;
  cursor: pointer;*/
  color: #FFF;
}
#blog-post .head .title .big {
  display: block;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 5em;
  flex: none;
  text-transform: capitalize;
  text-align: center;
}
#blog-post .head .title .moins_big {
  display: block;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  flex: none;
  text-transform: lowercase;
  margin-top: -15px;
  text-align: center;
}
#blog-post .content {
  display: flex;
  width: 80%;
  margin: auto;
  padding-bottom: 40px;
}
#blog-post .content a.btn {
  text-decoration: none;
  color: #000000;
  background: #80AB8F;
  padding: 3px 15px 3px 15px;
}
#blog-post .content .left {
  flex: auto;
  display: block;
}
#blog-post .content .left .top_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#blog-post .content .left .retour {
  cursor: pointer;
  margin: 20px 5px 20px 0px;
  text-align: center;
  border: 1px solid;
  padding: 5px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #464443;
  flex: 1;
  text-decoration: none;
}
#blog-post .content .left .to_product {
  cursor: pointer;
  margin: 20px 0;
  text-align: center;
  border: 1px solid #80AB8F;
  padding: 5px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #80AB8F;
  flex: 1;
  transition: 0.3s ease-out all;
  text-decoration: none;
}
#blog-post .content .left .to_product:hover {
  color: #fff;
  background-color: #80AB8F;
}
#blog-post .content .left .titre {
  display: block;
  margin: 20px 0 10px;
  width: 100%;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 2em;
  color: #464443;
}
#blog-post .content .left .sub_line .categorie {
  display: block;
  font-style: italic;
  color: #80AB8F;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  font-size: 1em;
}
#blog-post .content .left .sub_line .date {
  display: block;
  font-family: montserrat-regular, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 5px 0 10px;
}
#blog-post .content .left .sub_line .photo {
  width: 100%;
}
#blog-post .content .left .sub_line .photo img {
  width: 100%;
  height: auto;
}
#blog-post .content .left .sub_line .contenu {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #464443;
  margin-top: 10px;
}
#blog-post .content .left .sub_line .contenu h2 {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1.5em;
  margin-bottom: 20px;
}
#blog-post .content .left .sub_line .contenu h3 {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  margin-bottom: 20px;
}
#blog-post .content .right {
  flex: none;
  width: 400px;
  margin-left: 20px;
}
#blog-post .content .right .title {
  display: block;
  margin: 20px 0;
  width: 90%;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 1.8em;
  color: #464443;
}
#blog-post .content .right .articles {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
}
#blog-post #last_articles .item {
  display: block;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  overflow: hidden;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1em;
  background-color: #fff;
  color: #464443;
  margin: 0;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #464443;
  cursor: pointer;
}
#blog-post #last_articles .item .photo {
  display: block;
  width: 50%;
  height: 100px;
  position: absolute;
}
#blog-post #last_articles .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog-post #last_articles .item .categorie {
  display: block;
  font-style: italic;
  color: #80AB8F;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  margin: 0 0 0 50%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 0.8em;
  text-transform: uppercase;
}
#blog-post #last_articles .item .titre {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  margin: 5px 0 10px 50%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 0.8em;
}
#blog-post #last_articles .item .date {
  display: block;
  font-family: montserrat-regular, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 0 0 0 50%;
  padding: 0 20px;
}
#blog-post #last_articles .item .lire {
  text-decoration: none;
}
#blog-post #last_articles .item .lire {
  text-decoration: none;
  font-style: italic;
  padding: 0 20px;
  box-sizing: border-box;
  color: #464443;
  font-size: 0.8em;
  margin: 5px 0 0;
}

body.mobile #blog-post .head .title .big {
  font-size: 4em;
}
body.mobile #blog-post .head .title .moins_big {
  font-size: 1.4em;
}
body.mobile #blog-post .content {
  width: 100%;
  flex-direction: column;
  padding-bottom: 0;
}
body.mobile #blog-post .content .left {
  width: 90%;
  margin: auto;
}
body.mobile #blog-post .content .left .top_buttons {
  flex-direction: column;
}
body.mobile #blog-post .content .left .retour {
  margin: 10px 0 5px;
  width: 100%;
}
body.mobile #blog-post .content .left .to_product {
  margin: 5px 0;
  width: 100%;
}
body.mobile #blog-post .content .right {
  width: 100%;
  background-color: #E4DFD7;
  margin-left: 0;
  margin-top: 40px;
}
body.mobile #blog-post .content .right .title {
  padding-left: 20px;
  background-color: transparent;
}
body.mobile #blog-post .head .logo {
  display: none;
}
body.mobile #blog-post .head .title {
  width: 100%;
}
body.mobile #blog-post #last_articles .item {
  background: none;
  height: 130px;
}
body.mobile #blog-post #last_articles .item .photo {
  height: 130px;
}

/*#cgv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    pointer-events: none;
	font-family: $font-regular;
	color: #fff;
	font-size: 1em;
	z-index: 100;
}

#cgv.visible {
    display: flex;
    pointer-events: auto;
}

#cgv .close {
    position: absolute;
	top: 50%;
	right: 50%;
	width: 50px;
	height: 50px;
	background-color: #EEE;
	transform: translate(350px,-172px);
	background: #fff;
}

#cgv .article {}
#cgv .text {}*/
/*
body {
	margin: 0;
}*/
#cgv {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  justify-content: center;
  overflow-y: auto;
  align-items: flex-start;
  z-index: 10;
  top: 0;
  left: 0;
}

#cgv.visible {
  display: flex;
}

#cgv .cgv-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 50px;
  height: auto;
  padding: 40px;
  box-sizing: border-box;
  color: #fff;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
}

#cgv .cgv-content .close {
  position: fixed;
  top: 50px;
  right: 15%;
  width: 65px;
  height: 65px;
  transform: translateX(50px);
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

#cgv .cgv-content .close img {
  transition: 0.2s ease-out all;
}

#cgv .cgv-content .close:hover img {
  transform: rotate(90deg);
}

#cgv .cgv-content .article {
  font-family: montserrat, Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  margin: 30px 0 10px;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  #cgv .cgv-content {
    width: 90%;
    margin-top: 10px;
    padding: 20px;
  }
  #cgv .cgv-content .close {
    top: 0;
    right: 0;
    transform: none;
    height: 50px;
    width: 50px;
    padding: 15px;
  }
}
body#choice {
  background: #2F2E2D;
}
body#choice h1 {
  text-align: center;
}
body#choice .mobile {
  display: none; /* On cache tout ce qui contient la class mobile */
}
body#choice #cols {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 65px;
  background: rgba(255, 255, 255, 0.1);
}
body#choice #cols #left {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background: #F5F5F5;
  width: 400px;
}
body#choice #cols #left #parametres {
  display: none;
}
body#choice #cols #left .selectors {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 400px;
  align-items: center;
}
body#choice #cols #left .selectors .logo {
  display: none;
  margin: 5vh auto;
  width: 120px;
  overflow: hidden;
  height: 150px;
  transition: 0.3s ease-in-out all;
  flex: none;
}
body#choice #cols #left .selectors .small_icons {
  display: block;
  margin: 2vh auto;
  width: 95px;
  overflow: hidden;
  height: 20px;
  transition: 0.3s ease-in-out all;
  flex: none;
}
body#choice #cols #left .selectors .title {
  display: block;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  text-align: left;
  font-size: 30px;
  color: #80AB8F;
  margin: 20px 0 20px;
}
body#choice #cols #left .selectors .choices .item#item_menu_niveaux .content {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
body#choice #cols #left .selectors .choices .item#item_menu_niveaux .content .menu_item {
  width: 200px;
  height: auto;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  margin: 5px;
}
body#choice #cols #left .selectors .choices .item#item_menu_niveaux .content .menu_item .menu_icon {
  width: 100px;
}
body#choice #cols #left .selectors .choices .item#item_menu_niveaux .content .menu_item .menu_label {
  text-align: left;
  background: transparent;
  padding: 0 0 0 10px;
}
body#choice #cols #left .selectors .choices .item#item_menu_durees .content {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
body#choice #cols #left .selectors .choices .item#item_menu_durees .content .menu_item {
  width: 200px;
  height: auto;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  margin: 5px;
}
body#choice #cols #left .selectors .choices .item#item_menu_durees .content .menu_item .menu_label {
  text-align: center;
  background: transparent;
  padding: 0 0 0 10px;
}
body#choice #cols #left .selectors .choices .item .bouton {
  display: flex;
  height: 65px;
  padding: 19px 20px 20px 20px;
  box-sizing: border-box;
  border-top: 1px solid #D6CDC0;
  cursor: pointer;
  transition: 0.2s ease-out all;
  flex: none;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
}
body#choice #cols #left .selectors .choices .item .bouton:hover {
  background-color: #D6CDC0;
}
body#choice #cols #left .selectors .choices .item .bouton:hover .label {
  border-left: 1px solid #FFF;
  color: #fff;
}
body#choice #cols #left .selectors .choices .item .bouton .icon.dest {
  display: block;
  float: left;
  width: 26px;
  height: 25px;
  margin-right: 15px;
  box-sizing: inherit;
  background-image: url(../images/picto_mountain_vert_26px.svg);
  background-repeat: no-repeat;
  background-position: center;
}
body#choice #cols #left .selectors .choices .item .bouton .icon.niv {
  display: block;
  float: left;
  width: 26px;
  height: 25px;
  margin-right: 15px;
  box-sizing: inherit;
  background-image: url(../images/picto_niveau_vert_26px.svg);
  background-repeat: no-repeat;
  background-position: center;
}
body#choice #cols #left .selectors .choices .item .bouton .icon.act {
  display: block;
  float: left;
  width: 26px;
  height: 25px;
  margin-right: 15px;
  box-sizing: inherit;
  background-image: url(../images/picto_bagpack_vert_26px.svg);
  background-repeat: no-repeat;
  background-position: center;
}
body#choice #cols #left .selectors .choices .item .bouton .icon.time {
  display: block;
  float: left;
  width: 26px;
  height: 25px;
  margin-right: 15px;
  box-sizing: inherit;
  background-image: url(../images/picto_calendrier_vert_26px.svg);
  background-repeat: no-repeat;
  background-position: center;
}
body#choice #cols #left .selectors .choices .item .bouton .label {
  display: block;
  float: left;
  padding-left: 15px;
  width: 250px;
  box-sizing: inherit;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #3C3B3A;
  line-height: 28px;
  border-left: 1px solid #80AB8F;
  transition: 0.2s ease-out all;
}
body#choice #cols #left .selectors .choices .item .bouton .action {
  display: block;
  float: left;
  width: 20px;
  padding-top: 0;
  box-sizing: inherit;
}
body#choice #cols #left .selectors .choices .item .bouton .action .action1 {
  display: block;
  float: left;
  width: 1px;
  height: 9px;
  background-color: #464443;
  transform-origin: center center;
  transform: rotate(-45deg);
  transition: 0.2s ease-out all;
  box-sizing: border-box;
}
body#choice #cols #left .selectors .choices .item .bouton .action .action2 {
  display: block;
  float: left;
  width: 1px;
  height: 9px;
  background-color: #464443;
  transform-origin: center center;
  transform: rotate(45deg);
  margin-left: 5px;
  transition: 0.2s ease-out all;
  box-sizing: border-box;
}
body#choice #cols #left .selectors .choices .item .content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  height: 0;
  justify-content: center;
  align-items: flex-start;
  transition: 0.3s ease-in-out all;
  background-color: #F4F4F4;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  box-sizing: border-box;
  flex: auto;
  width: 100%;
  color: #fff;
}
body#choice #cols #left .selectors .choices .item .content .menu_item {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s ease-in-out all;
}
body#choice #cols #left .selectors .choices .item .content .menu_item.on {
  border: 2px solid red;
}
body#choice #cols #left .selectors .choices .item .content .menu_item:hover {
  transform: scale(1.1);
}
body#choice #cols #left .selectors .choices .item .content .menu_item .menu_label {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 0.8em;
  color: #262625;
  padding: 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  text-transform: uppercase;
}
body#choice #cols #left .selectors .choices .item.visible .bouton {
  background-color: #F4F4F4;
}
body#choice #cols #left .selectors .choices .item.visible .bouton .label {
  border-left: 1px solid #80AB8F;
  color: #464443;
}
body#choice #cols #left .selectors .choices .item.visible .bouton .action .action1 {
  transform: rotate(-90deg);
  width: 2px;
}
body#choice #cols #left .selectors .choices .item.visible .bouton .action .action2 {
  transform: rotate(90deg);
  width: 2px;
}
body#choice #cols #left .selectors .choices .item.visible .content {
  height: calc(100vh - 400px);
  padding: 5px;
}
body#choice #cols #left .selectors .choices .item.visible#item_menu_niveaux .content {
  height: 180px;
}
body#choice #cols #left .selectors .choices .item.visible#item_menu_durees .content {
  height: 195px;
}

#product-counter {
  width: 250px;
  color: #F4F4F4;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  text-align: center;
}
#product-counter .value {
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 5em;
  margin-bottom: 10px;
}
#product-counter .label {
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 2em;
  text-transform: capitalize;
}

#listProduits {
  position: relative;
  flex: 1;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(100vh - 50px);
}
#listProduits .item {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 20px;
  border-bottom: solid 1px #DDD;
  transition: 0.3s ease-in-out all;
  width: 250px;
  transform: scale(1);
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  display: none;
  text-decoration: none;
}
#listProduits .item#prod-rqpv .photo {
  background-color: rgba(255, 255, 255, 0.1);
  background-size: contain;
}
#listProduits .item#prod-rqpv .photo_gradient {
  display: none;
}
#listProduits .item * {
  box-sizing: border-box;
}
#listProduits .item.visible {
  display: flex;
}
#listProduits .item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}
#listProduits .item .is_promo {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  text-align: center;
  background-color: #ed3c42;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  color: #FFF;
  padding: 3px 10px 3px 10px;
}
#listProduits .item .photo {
  position: relative;
  display: block;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
#listProduits .item .photo .photo_gradient {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#listProduits .item .photo .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#listProduits .item .photo .content .activites {
  color: #FFF;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0 10px 10px 10px;
}
#listProduits .item .photo .content .a_partir {
  color: #FFF;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0 10px 10px 10px;
}
#listProduits .item .photo .content .a_partir .label {
  font-size: 0.6em;
}
#listProduits .item .photo .content .a_partir .value {
  font-size: 0.9em;
}
#listProduits .item .description {
  padding: 10px 15px 0 15px;
  width: 100%;
  background-color: #FFF;
}
#listProduits .item .description .title {
  color: #2F2E2D;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
}
#listProduits .item .description .destination {
  color: #80AB8F;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 0.7em;
  text-transform: uppercase;
  margin-top: 10px;
}
#listProduits .item .description .text {
  display: block;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 0.8em;
  color: #464443;
}
#listProduits .item .description .foot {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 30px);
  margin-left: -15px;
}
#listProduits .item .description .foot .niveau {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  width: 50%;
}
#listProduits .item .description .foot .niveau img {
  width: 55px;
}
#listProduits .item .description .foot .duree {
  width: 50%;
  text-align: center;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
  background-color: #D6CDC0;
  color: #fff;
  padding: 10px;
}

body#choice.mobile #cols {
  display: block;
}
body#choice.mobile #cols #left {
  position: fixed;
  top: calc(100dvh - 112px);
  width: 100vw;
  z-index: 5;
  transition: 0.3s;
}
body#choice.mobile #cols #left #parametres {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  border: 2px solid #000;
}
body#choice.mobile #cols #left #parametres .parametres-icon {
  width: 20px;
  margin-right: 10px;
}
body#choice.mobile #cols #left #parametres .parametres-label {
  color: #000;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 16px;
}
body#choice.mobile #cols #left .selectors .choices .item .content .menu_item .menu_label {
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
}
body#choice.mobile #cols #left .selectors .small_icons {
  display: none;
}
body#choice.mobile #cols #left .selectors .title {
  display: none;
}
body#choice.mobile #cols #left.deployed {
  top: 66px;
  max-height: calc(100dvh - 15px - 112px);
  height: calc(100dvh - 15px - 112px);
}
body#choice.mobile #listProduits {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 150px;
}
body#choice.mobile #listProduits #product-counter {
  min-height: 100px;
  max-height: 100px;
}
body#choice.mobile #listProduits .item {
  width: 90vw;
  min-height: 450px;
}
body#choice.mobile #listProduits .item .photo {
  height: 280px;
}
body#choice.mobile #listProduits .item .description .title {
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 16px;
}
body#choice.mobile #listProduits .item .description .destination {
  font-size: 13px;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
}
body#choice.mobile #listProduits .item .description .text {
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  font-size: 15px;
}
body#choice.mobile .mobile {
  display: block;
}

#connexion {
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-out all;
  flex: none;
  position: fixed;
  height: 100vh;
  overflow-y: auto;
}

#connexion.visible {
  opacity: 1;
  pointer-events: all;
}

#connexion .connec-content {
  /*z-index: 2;
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
  	overflow: auto;*/
  width: 100%;
  display: flex;
  justify-content: center;
}

#connexion .connec-content .step1 {
  display: none;
  width: 340px;
  flex-direction: column;
}

#connexion .connec-content .step2 {
  display: none;
  width: 340px;
  flex-direction: column;
}

#connexion .connec-content .step3 {
  display: none;
  width: 340px;
  flex-direction: column;
}

#connexion .connec-content .step1.visible {
  display: flex;
}

#connexion .connec-content .step2.visible {
  display: flex;
}

#connexion .connec-content .step3.visible {
  display: flex;
}

#connexion .connec-content .connexion {
  display: none;
  width: 340px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  color: #fff;
  position: relative;
}

.error.visible {
  position: absolute;
  bottom: 0;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  background: #000;
  padding: 10px 20px;
  color: #8bc2a1;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  transform: translateY(100%);
}

#connexion .connec-content .recover {
  display: none;
  max-width: 340px;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  color: #fff;
  position: relative;
}

#connexion .connec-content .recover .step2 {
  /* height: 500px;*/
}

#connexion .connec-content .recover .title {
  font-size: 2em;
}

#connexion .connec-content .recover .step2 .title {
  font-size: 1.5em;
}

#connexion .connec-content .recover label {
  margin: 20px 0;
}

#recover_email, #recover_code, #recover_pass1, #recover_pass2 {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  margin: 10px 0;
  padding: 20px;
  font-size: 24px;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  color: #fff;
}

#recover_code {
  margin: 10px 0 30px;
}

#connexion .connec-content .recover .me_connecter {
  width: 100%;
  height: 50px;
  margin: 20px 0 10px;
  /*border: none;*/
  background: none;
  font-size: 1em;
  text-transform: uppercase;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  color: #8bc2a1;
  /* box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);*/
  cursor: pointer;
  transition: 0.3s ease-in-out all;
  border: 2px solid #8bc2a1;
}

#connexion .connec-content .connexion.visible {
  display: flex;
}

#connexion .connec-content .recover.visible {
  display: flex;
}

#connexion .connec-content .connexion .title {
  font-size: 2em;
  margin: 10px 0;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  align-self: flex-start;
}

::placeholder {
  opacity: 1;
}

#connexion .connec-content .connexion input {
  height: 50px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
  font-family: inherit;
  font-size: 1.3em;
  opacity: 1;
}

#connexion .connec-content .connexion .oubli {
  align-self: flex-start;
  font-size: 0.9em;
  margin-top: 5px;
  cursor: pointer;
}

#connexion .connec-content .connexion .me_connecter {
  width: 100%;
  height: 50px;
  margin: 20px 0 10px;
  border: none;
  background-color: #80AB8F;
  font-size: 1em;
  text-transform: uppercase;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  color: #3C3B3A;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

#connexion .connec-content .connexion .me_connecter:hover {
  background-color: #8bc2a1;
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.49);
}

#connexion .connec-content .connexion .compte {
  width: 100%;
  height: 50px;
  margin: 10px 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-family: inherit;
  text-transform: lowercase;
  color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

#connexion .connec-content .connexion .to_account {
  width: 100%;
  height: 50px;
  margin: 10px 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-family: inherit;
  text-transform: lowercase;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

#connexion .connec-content .connexion .compte:hover, #connexion .connec-content .connexion .to_account:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#connexion .connec-content .connexion .compte .icon {
  width: 25%;
  height: 21px;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}

#connexion .connec-content .connexion .compte:hover .icon img {
  transform: rotate(90deg);
}

#connexion .connec-content .connexion .compte .icon img {
  height: 21px;
  transition: 0.3s ease-in-out all;
}

#connexion .connec-content .connexion .compte .label {
  text-align: center;
  width: 50%;
}

@media (max-width: 768px) {
  #connexion {
    width: 100%;
    align-items: flex-start;
    padding-top: 100px;
    box-sizing: border-box;
  }
  #connexion .connec-content .step1, #connexion .connec-content .step2, #connexion .connec-content .step3 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #connexion .connec-content {
    /*align-items: flex-start;
    padding-top: 110px;*/
  }
}
body#contact {
  /*
  *::placeholder {
    opacity: 1;
    color: #FFF;
  }*/
}
body#contact h1 {
  text-align: center;
}
body#contact #contact-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 160px);
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #FFF;
  padding: 80px;
  box-sizing: border-box;
}
body#contact #contact-sent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}
body#contact #contact-sent img {
  width: 100px;
  margin-bottom: 20px;
}
body#contact .contact-content {
  display: flex;
  flex-direction: column;
  width: 600px;
  height: auto;
  background-color: #2F2E2D;
}
body#contact .contact-content .line1 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  box-shadow: 0px 8px 10px -2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
body#contact .contact-content .line1 .col1 {
  display: block;
  flex: none;
  width: 50%;
  text-align: center;
  font-size: 1em;
  background-color: #80AB8F;
  height: 100%;
  line-height: 65px;
  color: #2F2E2D;
  text-transform: uppercase;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  letter-spacing: 0.05em;
}
body#contact .contact-content .line1 .col2 {
  display: flex;
  flex-direction: column;
  flex: none;
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
body#contact .contact-content .line1 .col2 .tel {
  flex: none;
  display: flex;
  align-items: center;
}
body#contact .contact-content .line1 .col2 .tel .icon {
  display: block;
  width: 15px;
  height: 15px;
}
body#contact .contact-content .line1 .col2 .tel .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
body#contact .contact-content .line1 .col2 .tel .label {
  color: #80AB8F;
  font-family: montserrat-regular, Verdana, Geneva, sans-serif;
  margin-left: 10px;
}
body#contact .contact-content .line1 .col2 .mail {
  flex: none;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
body#contact .contact-content .line1 .col2 .mail .icon {
  display: block;
  width: 15px;
  height: 15px;
}
body#contact .contact-content .line1 .col2 .mail .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
body#contact .contact-content .line1 .col2 .mail .label {
  color: #fff;
  margin-left: 10px;
}
body#contact .contact-content .line2 {
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px 40px;
  box-sizing: border-box;
}
body#contact .contact-content .line2 .col1 {
  display: flex;
  flex-direction: column;
  flex: none;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 0px;
  box-sizing: border-box;
}
body#contact .contact-content .line2 .col2 {
  display: flex;
  flex-direction: column;
  flex: none;
  width: 50%;
  height: 100%;
  padding: 0 0px 0 10px;
  box-sizing: border-box;
}
body#contact .contact-content .line2 .col1 .title {
  display: block;
  height: auto;
  width: 100%;
}
body#contact .contact-content .line2 .col1 .title .small {
  font-size: 0.8em;
}
body#contact .contact-content .line2 .col1 .form {
  display: flex;
  flex-direction: column;
}
body#contact .contact-content .line2 .col1 .form {
  /*display: block;*/
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
body#contact .contact-content .line2 .col1 .form button:hover {
  background-color: #8bc2a1;
}
body#contact .contact-content .line2 .col1 .form button img {
  width: 25px;
}
body#contact .contact-content .line2 .col1 .form .deplacer {
  margin-top: 20px;
}
body#contact .contact-content .line2 .col2 .form button {
  display: block;
  background-color: #80AB8F;
  border: none;
  margin: 20px 0;
  height: 40px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
}
body#contact .contact-content .line2 .col2 .form button img {
  display: none;
}

body.mobile#contact #contact-main {
  padding: 90px 10px 40px 10px;
}
body.mobile#contact .contact-content {
  width: 100vw;
}
body.mobile#contact .contact-content .line1 .col2 {
  font-size: 13px;
}

/* LES DETAILS QU'ON AIME */
body {
  margin: 0 !important;
}

#details_destination {
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  overflow: hidden;
  top: 0;
  opacity: 0;
  transition: 0.5s ease-in-out all;
  pointer-events: none;
}

#details_destination.visible {
  /* Bon courage Lucien ! */
  opacity: 1;
  pointer-events: all;
}

#details_destination .dest_cont {
  display: block;
  width: 70%;
  margin: 60px auto;
  background-color: #D9D0C3;
}

/* Je le masque de manière à ne pas l'afficher par défaut */
#details_destination .content {
  display: flex;
  flex-direction: column;
  flex: none;
  box-sizing: border-box;
  overflow-y: auto;
  margin: 0;
  transition: 0.5s ease-in-out all;
  width: 100%;
}

#details_destination .close {
  display: none;
  align-self: flex-end;
  width: 25px;
  height: 25px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease-out all;
}

#details_destination .close img {
  transform-origin: center center;
  transition: 0.2s ease-out all;
}

#details_destination .close:hover {
  background: #FFF;
}

#details_destination .close:hover img {
  transform: rotate(90deg);
}

#details_destination .close2 {
  display: block;
  position: fixed;
  top: 20px;
  right: 15%;
  transform: translateX(52px);
  width: 26px;
  height: 25px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease-out all;
  background: #FFF;
  z-index: 2;
}

#details_destination .close2 img {
  transform-origin: center center;
  transition: 0.2s ease-out all;
}

#details_destination .close2:hover img {
  transform: rotate(90deg);
}

#details_destination .top {
  display: block;
  width: 100%;
  height: 380px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#details_destination .top .share_and_pics {
  display: flex;
  width: 100%;
  height: 190px;
}

#details_destination .top .share_and_pics .share {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

#details_destination .top .share_and_pics .share .item {
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.2s ease-out all;
}

#details_destination .top .share_and_pics .share .item:hover {
  background: rgba(0, 0, 0, 0.3);
}

#details_destination .top .share_and_pics .pictures {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 50%;
  /*background: rgba(0,0,0,0.5);*/
  height: 70px;
}

#details_destination .top .share_and_pics .pictures .item {
  display: block;
  margin: 10px 10px;
  width: 75px;
  height: 50px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.4s ease-out all;
}

#details_destination .top .share_and_pics .pictures .item:hover {
  opacity: 1;
}

#details_destination .top .share_and_pics .pictures .item.active {
  opacity: 1;
}

#details_destination .top .title_main {
  display: block;
  position: absolute;
  bottom: 75px;
}

#details_destination .top .title_main .title_zone {
  display: block;
}

#details_destination .top .title_main .title_zone .title {
  display: block;
  color: #FFF;
  /*height: 90px;*/
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 4em;
  text-transform: capitalize;
  padding: 0 10px;
}

#details_destination .top .title_main .title_zone .line {
  display: block;
  width: 150px;
  height: 3px;
  background: #FFF;
  margin-left: 15px;
  margin-top: 10px;
}

#details_destination .bottom {
  display: flex;
  width: 95%;
  margin: -50px auto 0;
  position: relative;
  z-index: 2;
}

#details_destination .bottom .left {
  display: flex;
  flex-direction: column;
  min-width: 35%;
}

#details_destination .bottom .left .list {
  display: flex;
  flex-direction: column;
}

#details_destination .bottom .left .list .item {
  display: block;
  padding: 50px 20px 50px 20px;
  box-sizing: border-box;
  background: #FFF;
}

#details_destination .bottom .left .list .item .title {
  display: block;
  color: #80AB8F;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.04em;
}

#details_destination .bottom .left .list .item .text {
  display: block;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-top: 10px;
  font-size: 1em;
  color: #464443;
}

#details_destination .bottom .left .photo {
  display: block;
}

#details_destination .bottom .left .photo img {
  display: block;
  width: 100%;
}

#details_destination .bottom .right {
  display: block;
  flex: auto;
  margin-left: 3%;
  background: #2F2E2D;
  color: #D9D0C3;
  padding: 20px;
}

#details_destination .bottom .right .title {
  display: block;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  margin: 20px 20px 0 20px;
  font-size: 2em;
}

#details_destination .bottom .right .list {
  display: flex;
  flex-wrap: wrap;
}

#details_destination .bottom .right .list .item {
  display: block;
  margin: 20px 5%;
  width: 40%;
}

#details_destination .bottom .right .list .item .title {
  color: #80AB8F;
  display: block;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  margin-bottom: 10px;
  font-size: 0.8em;
  letter-spacing: 0.06em;
}

#details_destination .bottom .right .list .item .text {
  display: block;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-top: 10px;
  font-size: 1em;
}

#details_destination .bottom .right .gros_bouton {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #3C3B3A;
  background-color: #80AB8F;
  border-radius: 2px;
  padding: 5px 10px;
  width: 20em;
  line-height: 2.4rem;
  cursor: pointer;
  margin: 50px auto;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  transition: 0.2s ease-out all;
}

#details_destination .bottom .right .gros_bouton:hover {
  box-shadow: 2px 5px 20px 5px rgba(0, 0, 0, 0.49);
}

#details_destination .bottom .right .gros_bouton .label {
  display: inline-block;
}

#details_destination .bottom .right .gros_bouton .icon {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
}

#details_destination .small_icons {
  display: block;
  width: 95px;
  margin: 20px auto;
}

@media (max-width: 479px) {
  /*----------DETAILS DESTINATIONS----------*/
  /* Je le masque de manière à ne pas l'afficher par défaut */
  #details_destination .content {
    margin: 0;
    width: 100%;
  }
  #details_destination .dest_cont {
    width: 100%;
    margin: 0;
  }
  #details_destination .close {
    width: 20px;
    height: 20px;
    padding: 20px;
  }
  #details_destination .close img {
    transform-origin: none;
    transition: none;
  }
  #details_destination .close:hover img {
    transform: none;
  }
  #details_destination .close2 {
    top: 0px;
    right: 0px;
    transform: translateX(0%);
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  #details_destination .top {
    height: 250px;
  }
  #details_destination .top .share_and_pics {
    height: 100px;
  }
  #details_destination .top .share_and_pics .share {
    flex-direction: row;
  }
  #details_destination .top .share_and_pics .pictures {
    display: none;
  }
  #details_destination .top .title_main .title_zone .title {
    /* height: 50px;*/
    font-size: 2.3em;
    letter-spacing: 0.03em;
  }
  #details_destination .top .title_main .title_zone .line {
    width: 100px;
  }
  #details_destination .bottom {
    flex-direction: column;
  }
  #details_destination .bottom .left {
    flex-direction: column;
    background: #fff;
  }
  #details_destination .bottom .right {
    margin-left: 0%;
    margin-top: 10px;
    padding: 10px;
  }
  #details_destination .bottom .right .title {
    margin-bottom: 10px;
  }
  #details_destination .bottom .right .list .item {
    width: 100%;
  }
  #details_destination .bottom .right .list .item .title {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #details_destination .bottom .right .gros_bouton {
    width: auto;
    margin: 50px auto 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1025px) {
  /*----------DETAILS DESTINATIONS----------*/
  /* Je le masque de manière à ne pas l'afficher par défaut */
  #details_destination .content {
    margin: 0;
    width: 100%;
  }
  #details_destination .dest_cont {
    width: 90%;
    margin: 20px auto;
  }
  #details_destination .close {
    width: 20px;
    height: 20px;
    padding: 20px;
    cursor: pointer;
    transition: 0.2s ease-out all;
  }
  #details_destination .close img {
    transform-origin: none;
    transition: none;
  }
  #details_destination .close:hover img {
    transform: none;
  }
  #details_destination .close2 {
    top: 0px;
    right: 0px;
    transform: translateX(0%);
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  #details_destination .top {
    height: 300px;
  }
  #details_destination .top .share_and_pics {
    height: 150px;
  }
  #details_destination .top .share_and_pics .share {
    flex-direction: row;
  }
  #details_destination .top .share_and_pics .pictures {
    display: none;
  }
  #details_destination .top .title_main .title_zone .title {
    height: 50px;
    font-size: 2.3em;
    letter-spacing: 0.03em;
  }
  #details_destination .top .title_main .title_zone .line {
    width: 100px;
  }
  #details_destination .bottom {
    flex-direction: column;
  }
  #details_destination .bottom .left {
    flex-direction: row;
    background: #fff;
  }
  #details_destination .bottom .right {
    margin-left: 0%;
    margin-top: 10px;
    padding: 10px;
  }
  #details_destination .bottom .right .title {
    margin-bottom: 10px;
  }
  #details_destination .bottom .right .list .item {
    max-width: 100%;
  }
  #details_destination .bottom .right .list .item .title {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #details_destination .bottom .right .gros_bouton {
    width: auto;
    margin: 50px auto 0px;
  }
}
#details_activite {
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  overflow: hidden;
  top: 0;
  opacity: 0;
  transition: 0.5s ease-in-out all;
  pointer-events: none;
}

#details_activite.visible {
  /* Bon courage Lucien ! */
  opacity: 1;
  pointer-events: all;
}

#details_activite .act_cont {
  display: block;
  width: 70%;
  margin: 20px auto;
  background-color: #D9D0C3;
}

/* Je le masque de manière à ne pas l'afficher par défaut */
#details_activite .content {
  display: flex;
  flex-direction: column;
  flex: none;
  box-sizing: border-box;
  overflow-y: auto;
  margin: 0;
  transition: 0.5s ease-in-out all;
  width: 100%;
}

/* LES DETAILS QU'ON AIME */
/*#details_activite {
display: block;
width: 100%;
min-height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
overflow: hidden;
top: 0;
pointer-events: none;
opacity: 0;
transition: 0.5s ease-in-out all;
}

#details_activite.visible {
    /* Bon courage Maurice ! */
/*opacity: 1;
	pointer-events: all;
	position: absolute;
}

/* Je le masque de manière à ne pas l'afficher par défaut */
/*#details_activite .content {
    display: flex;
    flex-direction: column;
    background-color: #D9D0C3;
    margin: 20px auto 0;
    width: 70%;
    box-sizing: border-box;
    overflow: hidden;
	transition: 0.5s ease-in-out all;
	transform: translateY(100px);
}
#details_activite.visible .content{
    transform: none;
}*/
#details_activite .close {
  display: none;
  align-self: flex-end;
  width: 25px;
  height: 25px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease-out all;
}

#details_activite .close img {
  transform-origin: center center;
  transition: 0.2s ease-out all;
}

#details_activite .close:hover {
  background: #FFF;
}

#details_activite .close:hover img {
  transform: rotate(90deg);
}

#details_activite .close2 {
  display: block;
  position: fixed;
  top: 20px;
  right: 15%;
  transform: translateX(52px);
  width: 26px;
  height: 25px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease-out all;
  background: #FFF;
}

#details_activite .close2 img {
  transform-origin: center center;
  transition: 0.2s ease-out all;
}

#details_activite .close2:hover img {
  transform: rotate(90deg);
}

#details_activite .top {
  display: block;
  width: 100%;
  height: 380px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-position: center;
  background-size: cover;
}

#details_activite .top .share_and_pics {
  display: flex;
  width: 100%;
  height: 190px;
}

#details_activite .top .share_and_pics .share {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

#details_activite .top .share_and_pics .share .item {
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.2s ease-out all;
}

#details_activite .top .share_and_pics .share .item:hover {
  background: rgba(0, 0, 0, 0.3);
}

#details_activite .top .share_and_pics .pictures {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 50%;
  /*background: rgba(0,0,0,0.5);*/
  height: 70px;
}

#details_activite .top .share_and_pics .pictures .item {
  display: block;
  margin: 10px 10px;
  width: 75px;
  height: 50px;
  /*background-image: url(../images/climbing-2264698_1920.jpg);*/
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.4s ease-out all;
}

#details_activite .top .share_and_pics .pictures .item:hover {
  opacity: 1;
}

#details_activite .top .share_and_pics .pictures .item.active {
  opacity: 1;
}

#details_activite .top .title_main {
  display: block;
}

#details_activite .top .title_main .title_zone {
  display: block;
}

#details_activite .top .title_main .title_zone .title {
  display: block;
  color: #FFF;
  height: 90px;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 4em;
  text-transform: capitalize;
  padding: 0 10px;
}

#details_activite .top .title_main .title_zone .line {
  display: block;
  width: 150px;
  height: 3px;
  background: #FFF;
  margin-left: 15px;
  margin-top: 10px;
}

#details_activite .bottom {
  display: flex;
  width: 95%;
  margin: -50px auto 0;
}

#details_activite .bottom .left {
  display: flex;
  flex-direction: column;
  flex: 0 0 35%;
}

#details_activite .bottom .left .list {
  display: flex;
  flex-direction: column;
  padding: 35px 0 35px 0;
  background: #FFF;
}

#details_activite .bottom .left .list .item {
  display: block;
  padding: 15px 20px;
  box-sizing: border-box;
}

#details_activite .bottom .left .list .item .title {
  display: block;
  color: #80AB8F;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.04em;
}

#details_activite .bottom .left .list .item .text {
  display: block;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-top: 10px;
  font-size: 1em;
  color: #464443;
}

#details_activite .bottom .right {
  display: block;
  flex: auto;
  margin-left: 3%;
  background: #2F2E2D;
  color: #D9D0C3;
  padding: 20px;
}

#details_activite .bottom .right .title {
  display: block;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  margin: 20px 20px 0 20px;
  font-size: 2em;
}

#details_activite .bottom .right .subtitle {
  display: block;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin: 10px 20px 0 20px;
  font-size: 1em;
}

#details_activite .bottom .right .list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 0 20px;
}

#details_activite .bottom .right .list .item {
  display: flex;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  text-align: center;
  height: auto;
  border-top: 1px solid #D9D0C3;
}

#details_activite .bottom .right .list .item.head {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  color: #80AB8F;
  border-top: none;
  font-size: 0.9em;
  letter-spacing: 0.04em;
}

#details_activite .bottom .right .list .item .icon {
  flex: none;
  width: 110px;
  padding: 11px 15px;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  align-items: center;
}

#details_activite .bottom .right .list .item .icon img {
  width: 100%;
  object-fit: contain;
}

#details_activite .bottom .right .list .item .label {
  flex: 1 0 30%;
  padding: 15px;
  box-sizing: border-box;
  color: #80AB8F;
  border-left: 1px solid #D9D0C3;
  display: flex;
  align-items: center;
  justify-content: center;
}

#details_activite .bottom .right .list .item .label2 {
  flex: 1 0 30%;
  padding: 15px;
  box-sizing: border-box;
  border-left: 1px solid #D9D0C3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#details_activite .bottom .right .gros_bouton {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #3C3B3A;
  background-color: #80AB8F;
  border-radius: 2px;
  padding: 5px 10px;
  width: 20em;
  line-height: 2.4rem;
  cursor: pointer;
  margin: 50px auto;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  transition: 0.2s ease-out all;
}

#details_activite .bottom .right .gros_bouton:hover {
  box-shadow: 2px 5px 20px 5px rgba(0, 0, 0, 0.49);
}

#details_activite .bottom .right .gros_bouton .label {
  display: inline-block;
}

#details_activite .bottom .right .gros_bouton .icon {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
}

#details_activite .small_icons {
  display: block;
  width: 95px;
  margin: 20px auto;
}

@media (max-width: 479px) {
  /*----------DETAILS ACTIVITES----------*/
  #details_activite .content {
    margin: 0;
    width: 100%;
  }
  #details_activite .act_cont {
    width: 100%;
    margin: 0;
  }
  #details_activite .close {
    width: 20px;
    height: 20px;
  }
  #details_activite .close img {
    transform-origin: none;
    transition: none;
  }
  #details_activite .close:hover img {
    transform: none;
  }
  #details_activite .close2 {
    top: 0px;
    right: 0px;
    transform: translateX(0%);
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  #details_activite .top {
    height: 250px;
  }
  #details_activite .top .share_and_pics {
    height: 100px;
  }
  #details_activite .top .share_and_pics .share {
    flex-direction: row;
  }
  #details_activite .top .share_and_pics .pictures {
    display: none;
  }
  #details_activite .top .title_main .title_zone .title {
    height: 50px;
    font-size: 2.3em;
    letter-spacing: 0.03em;
  }
  #details_activite .top .title_main .title_zone .line {
    width: 100px;
  }
  #details_activite .bottom {
    flex-direction: column;
  }
  #details_activite .bottom .left {
    padding: 0 20px;
    background: #fff;
  }
  #details_activite .bottom .left .list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 35px 0 35px 0;
  }
  #details_activite .bottom .left .list .item {
    flex: 0 0 100%;
  }
  #details_activite .bottom .right {
    margin-left: 0;
    margin-top: 20px;
    padding: 10px;
  }
  #details_activite .bottom .right .list {
    padding: 0px;
  }
  #details_activite .bottom .right .list .item {
    font-size: 0.7em;
  }
  #details_activite .bottom .right .list .item.head {
    font-size: 0.7em;
    height: 70px;
  }
  #details_activite .bottom .right .list .item .icon {
    flex: none;
    width: 60px;
    padding: 11px 5px;
  }
  #details_activite .bottom .right .list .item .label {
    flex: none;
    width: 95px;
    padding: 12px;
  }
  #details_activite .bottom .right .list .item .label2 {
    flex: 1 0 30%;
    padding: 12px;
  }
  #details_activite .bottom .right .gros_bouton {
    width: auto;
    margin: 50px auto 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1025px) {
  /*----------DETAILS ACTIVITE----------*/
  #details_activite .content {
    margin: 0;
    width: 100%;
  }
  #details_activite .act_cont {
    width: 90%;
    margin: 20px auto;
  }
  #details_activite .close {
    width: 20px;
    height: 20px;
  }
  #details_activite .close img {
    transform-origin: none;
    transition: none;
  }
  #details_activite .close:hover img {
    transform: none;
  }
  #details_activite .close2 {
    top: 0px;
    right: 0px;
    transform: translateX(0%);
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  #details_activite .top {
    height: 300px;
  }
  #details_activite .top .share_and_pics {
    height: 150px;
  }
  #details_activite .top .share_and_pics .share {
    flex-direction: row;
  }
  #details_activite .top .share_and_pics .pictures {
    display: none;
  }
  #details_activite .top .title_main .title_zone .title {
    height: 50px;
    font-size: 2.3em;
    letter-spacing: 0.03em;
  }
  #details_activite .top .title_main .title_zone .line {
    width: 100px;
  }
  #details_activite .bottom {
    flex-direction: column;
  }
  #details_activite .bottom .left {
    padding: 0 20px;
    background: #fff;
  }
  #details_activite .bottom .left .list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 35px 0 35px 0;
  }
  #details_activite .bottom .left .list .item {
    flex: 0 0 50%;
  }
  #details_activite .bottom .right {
    margin-left: 0;
    margin-top: 20px;
  }
}
/* LES DETAILS QU'ON AIME */
#details_destination {
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  overflow: hidden;
  top: 0;
  opacity: 0;
  transition: 0.5s ease-in-out all;
  pointer-events: none;
}

#details_destination.visible {
  /* Bon courage Lucien ! */
  opacity: 1;
  pointer-events: all;
}

#details_destination .dest_cont {
  display: block;
  width: 70%;
  margin: 20px auto;
  background-color: #D9D0C3;
}

/* Je le masque de manière à ne pas l'afficher par défaut */
#details_destination .content {
  display: flex;
  flex-direction: column;
  flex: none;
  box-sizing: border-box;
  overflow-y: auto;
  margin: 0;
  transition: 0.5s ease-in-out all;
  width: 100%;
}

#details_destination .close {
  display: none;
  align-self: flex-end;
  width: 25px;
  height: 25px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease-out all;
}

#details_destination .close img {
  transform-origin: center center;
  transition: 0.2s ease-out all;
}

#details_destination .close:hover {
  background: #FFF;
}

#details_destination .close:hover img {
  transform: rotate(90deg);
}

#details_destination .close2 {
  display: block;
  position: fixed;
  top: 20px;
  right: 15%;
  transform: translateX(52px);
  width: 26px;
  height: 25px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease-out all;
  background: #FFF;
  z-index: 2;
}

#details_destination .close2 img {
  transform-origin: center center;
  transition: 0.2s ease-out all;
}

#details_destination .close2:hover img {
  transform: rotate(90deg);
}

#details_destination .top {
  display: block;
  width: 100%;
  height: 380px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#details_destination .top .share_and_pics {
  display: flex;
  width: 100%;
  height: 190px;
}

#details_destination .top .share_and_pics .share {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

#details_destination .top .share_and_pics .share .item {
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.2s ease-out all;
}

#details_destination .top .share_and_pics .share .item:hover {
  background: rgba(0, 0, 0, 0.3);
}

#details_destination .top .share_and_pics .pictures {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 50%;
  /*background: rgba(0,0,0,0.5);*/
  height: 70px;
}

#details_destination .top .share_and_pics .pictures .item {
  display: block;
  margin: 10px 10px;
  width: 75px;
  height: 50px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.4s ease-out all;
}

#details_destination .top .share_and_pics .pictures .item:hover {
  opacity: 1;
}

#details_destination .top .share_and_pics .pictures .item.active {
  opacity: 1;
}

#details_destination .top .title_main {
  display: block;
  position: absolute;
  bottom: 75px;
}

#details_destination .top .title_main .title_zone {
  display: block;
}

#details_destination .top .title_main .title_zone .title {
  display: block;
  color: #FFF;
  /*height: 90px;*/
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 4em;
  text-transform: capitalize;
  padding: 0 10px;
}

#details_destination .top .title_main .title_zone .line {
  display: block;
  width: 150px;
  height: 3px;
  background: #FFF;
  margin-left: 15px;
  margin-top: 10px;
}

#details_destination .bottom {
  display: flex;
  width: 95%;
  margin: -50px auto 0;
  position: relative;
  z-index: 2;
}

#details_destination .bottom .left {
  display: flex;
  flex-direction: column;
  min-width: 35%;
}

#details_destination .bottom .left .list {
  display: flex;
  flex-direction: column;
}

#details_destination .bottom .left .list .item {
  display: block;
  padding: 50px 20px 50px 20px;
  box-sizing: border-box;
  background: #FFF;
}

#details_destination .bottom .left .list .item .title {
  display: block;
  color: #80AB8F;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.04em;
}

#details_destination .bottom .left .list .item .text {
  display: block;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-top: 10px;
  font-size: 1em;
  color: #464443;
}

#details_destination .bottom .left .photo {
  display: block;
}

#details_destination .bottom .left .photo img {
  display: block;
  width: 100%;
}

#details_destination .bottom .right {
  display: block;
  flex: auto;
  margin-left: 3%;
  background: #2F2E2D;
  color: #D9D0C3;
  padding: 20px;
}

#details_destination .bottom .right .title {
  display: block;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  margin: 20px 20px 0 20px;
  font-size: 2em;
}

#details_destination .bottom .right .list {
  display: flex;
  flex-wrap: wrap;
}

#details_destination .bottom .right .list .item {
  display: block;
  margin: 20px 5%;
  width: 40%;
}

#details_destination .bottom .right .list .item .title {
  color: #80AB8F;
  display: block;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  margin-bottom: 10px;
  font-size: 0.8em;
  letter-spacing: 0.06em;
}

#details_destination .bottom .right .list .item .text {
  display: block;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-top: 10px;
  font-size: 1em;
}

#details_destination .bottom .right .gros_bouton {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #3C3B3A;
  background-color: #80AB8F;
  border-radius: 2px;
  padding: 5px 10px;
  width: 20em;
  line-height: 2.4rem;
  cursor: pointer;
  margin: 50px auto;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  transition: 0.2s ease-out all;
}

#details_destination .bottom .right .gros_bouton:hover {
  box-shadow: 2px 5px 20px 5px rgba(0, 0, 0, 0.49);
}

#details_destination .bottom .right .gros_bouton .label {
  display: inline-block;
}

#details_destination .bottom .right .gros_bouton .icon {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
}

#details_destination .small_icons {
  display: block;
  width: 95px;
  margin: 20px auto;
}

@media (max-width: 479px) {
  /*----------DETAILS DESTINATIONS----------*/
  /* Je le masque de manière à ne pas l'afficher par défaut */
  #details_destination .content {
    margin: 0;
    width: 100%;
  }
  #details_destination .dest_cont {
    width: 100%;
    margin: 0;
  }
  #details_destination .close {
    width: 20px;
    height: 20px;
    padding: 20px;
  }
  #details_destination .close img {
    transform-origin: none;
    transition: none;
  }
  #details_destination .close:hover img {
    transform: none;
  }
  #details_destination .close2 {
    top: 0px;
    right: 0px;
    transform: translateX(0%);
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  #details_destination .top {
    height: 250px;
  }
  #details_destination .top .share_and_pics {
    height: 100px;
  }
  #details_destination .top .share_and_pics .share {
    flex-direction: row;
  }
  #details_destination .top .share_and_pics .pictures {
    display: none;
  }
  #details_destination .top .title_main .title_zone .title {
    /* height: 50px;*/
    font-size: 2.3em;
    letter-spacing: 0.03em;
  }
  #details_destination .top .title_main .title_zone .line {
    width: 100px;
  }
  #details_destination .bottom {
    flex-direction: column;
  }
  #details_destination .bottom .left {
    flex-direction: column;
    background: #fff;
  }
  #details_destination .bottom .right {
    margin-left: 0%;
    margin-top: 10px;
    padding: 10px;
  }
  #details_destination .bottom .right .title {
    margin-bottom: 10px;
  }
  #details_destination .bottom .right .list .item {
    width: 100%;
  }
  #details_destination .bottom .right .list .item .title {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #details_destination .bottom .right .gros_bouton {
    width: auto;
    margin: 50px auto 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1025px) {
  /*----------DETAILS DESTINATIONS----------*/
  /* Je le masque de manière à ne pas l'afficher par défaut */
  #details_destination .content {
    margin: 0;
    width: 100%;
  }
  #details_destination .dest_cont {
    width: 90%;
    margin: 20px auto;
  }
  #details_destination .close {
    width: 20px;
    height: 20px;
    padding: 20px;
    cursor: pointer;
    transition: 0.2s ease-out all;
  }
  #details_destination .close img {
    transform-origin: none;
    transition: none;
  }
  #details_destination .close:hover img {
    transform: none;
  }
  #details_destination .close2 {
    top: 0px;
    right: 0px;
    transform: translateX(0%);
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  #details_destination .top {
    height: 300px;
  }
  #details_destination .top .share_and_pics {
    height: 150px;
  }
  #details_destination .top .share_and_pics .share {
    flex-direction: row;
  }
  #details_destination .top .share_and_pics .pictures {
    display: none;
  }
  #details_destination .top .title_main .title_zone .title {
    height: 50px;
    font-size: 2.3em;
    letter-spacing: 0.03em;
  }
  #details_destination .top .title_main .title_zone .line {
    width: 100px;
  }
  #details_destination .bottom {
    flex-direction: column;
  }
  #details_destination .bottom .left {
    flex-direction: row;
    background: #fff;
  }
  #details_destination .bottom .right {
    margin-left: 0%;
    margin-top: 10px;
    padding: 10px;
  }
  #details_destination .bottom .right .title {
    margin-bottom: 10px;
  }
  #details_destination .bottom .right .list .item {
    max-width: 100%;
  }
  #details_destination .bottom .right .list .item .title {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #details_destination .bottom .right .gros_bouton {
    width: auto;
    margin: 50px auto 0px;
  }
}
body#produit {
  background: #D5CCBF;
}
body#produit #details_produit {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body#produit #details_produit .top {
  display: block;
  width: 100%;
  height: 50vh;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
body#produit #details_produit .top .share_and_pics {
  display: flex;
  width: 100%;
  height: 150px;
}
body#produit #details_produit .top .share_and_pics .share {
  flex: 1 0 auto;
  display: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
body#produit #details_produit .top .share_and_pics .share .item {
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.2s ease-out all;
}
body#produit #details_produit .top .share_and_pics .share .item:hover {
  background: rgba(0, 0, 0, 0.3);
}
body#produit #details_produit .top .share_and_pics .pictures {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 50%;
  height: 70px;
  margin-right: 100px;
}
body#produit #details_produit .top .share_and_pics .pictures .item {
  display: block;
  margin: 10px 10px;
  width: 75px;
  height: 50px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.4s ease-out all;
}
body#produit #details_produit .top .share_and_pics .pictures .item:hover {
  opacity: 1;
}
body#produit #details_produit .top .share_and_pics .pictures .item.active {
  opacity: 1;
}
body#produit #details_produit .top .title_main {
  display: block;
  position: absolute;
  bottom: 70px;
  width: 80vw;
  margin-left: 10vw;
  max-width: 1000px;
}
body#produit #details_produit .top .title_main .title_zone .title {
  color: #FFF;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 4em;
  margin: 0;
}
body#produit #details_produit .top .title_main .title_zone .line {
  width: 150px;
  height: 3px;
  background: #FFF;
  margin-left: 15px;
  margin-top: 10px;
}
body#produit #details_produit .bottom {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 80vw;
  margin-top: -50px;
  max-width: 100%;
}
body#produit #details_produit .bottom .bloc1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  height: auto;
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
}
body#produit #details_produit .bottom .bloc1 .plan {
  display: block;
  flex: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  height: 200px;
}
body#produit #details_produit .bottom .bloc1 .content {
  display: block;
  flex: none;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  background-color: #fff;
  margin: 0;
  font-size: 0.8em;
  padding: 10px;
  box-sizing: border-box;
  width: 35%;
  overflow: hidden;
}
body#produit #details_produit .bottom .bloc1 .content .infos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35px;
}
body#produit #details_produit .bottom .bloc1 .content .infos .title {
  text-transform: uppercase;
  color: #80AB8F;
  line-height: 35px;
}
body#produit #details_produit .bottom .bloc1 .content .infos .text {
  color: #464443;
  line-height: 35px;
  padding-left: 10px;
  text-transform: uppercase;
}
body#produit #details_produit .bottom .bloc1 .content .infos .picto_niv {
  display: inline-block;
  width: 70px;
  margin-left: 10px;
}
body#produit #details_produit .bottom .bloc1 .content .infos .picto_form {
  width: 30px;
  height: 30px;
}
body#produit #details_produit .bottom .bloc1 .content .infos .text_form {
  color: #464443;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 1.8em;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  border-left: 1px solid #80AB8F;
}
body#produit #details_produit .bottom .programme {
  display: block;
  width: 100%;
  background-color: #2F2E2D;
  margin: 0 auto 10px;
  padding: 0 10px 50px;
  box-sizing: border-box;
}
body#produit #details_produit .bottom .programme .details.detail-bis {
  justify-content: flex-end;
}
body#produit #details_produit .bottom .programme .details.detail-bis .image {
  left: 30px;
  right: initial;
  /*&.image-bis {
    //margin-left: -50px;
    //top: initial;

  }*/
}
body#produit #details_produit .bottom .programme .details.detail-bis .infos.infos-bis {
  margin-top: 50px;
  margin-left: 0;
}
body#produit #details_produit .bottom .programme .title {
  width: 50%;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 1.8em;
  color: #D5CCBF;
  padding: 20px 0 20px 10px;
  border-right: solid 2px #D5CCBF;
  box-sizing: border-box;
  margin: 0;
}
body#produit #details_produit .bottom .programme .separator {
  display: block;
  width: 14px;
  margin: auto;
  height: 50px;
}
body#produit #details_produit .bottom .programme .details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
  position: relative;
  margin: 30px 0 30px 0;
}
body#produit #details_produit .bottom .programme .details .image {
  position: absolute;
  right: 30px;
  left: auto;
  display: block;
  width: 50%;
  background-color: #333;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100% + 60px);
  top: -30px;
  /* img {
     display: block;
     height: 100%;
     min-height: 550px;
     width: 100%;
     object-fit: cover;
   }*/
}
body#produit #details_produit .bottom .programme .details .infos {
  display: block;
  width: 50%;
  height: auto;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  line-height: 20px;
  z-index: 2;
}
body#produit #details_produit .bottom .programme .details .infos .details {
  display: flex;
  flex-direction: column;
}
body#produit #details_produit .bottom .programme .details .infos .details.detail-bis {
  flex-direction: row-reverse;
  /*.image.image-bis {
    //margin-left: -50px;
  }*/
  /*.infos.infos-bis {
    margin-top: 50px;
    margin-left: 0px;
  }*/
}
body#produit #details_produit .bottom .programme .details .infos .titre {
  font-size: 1.5em;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  margin: 10px 0;
  text-align: center;
}
body#produit #details_produit .bottom .programme .details .infos .intro {
  font-style: italic;
  margin: 5px 0;
}
body#produit #details_produit .bottom .programme .details .infos .nom {
  margin: 10px 0 5px;
  text-transform: uppercase;
}
body#produit #details_produit .bottom .programme .details .infos .desc {
  margin: 0 0 10px;
}
body#produit #details_produit .bottom .programme .details .infos .etapes ul {
  list-style-type: circle;
}
body#produit #details_produit .bottom .transport {
  display: block;
  width: 100%;
  margin: 10px 0;
}
body#produit #details_produit .bottom .transport .title {
  background-color: #2F2E2D;
  color: #D5CCBF;
  width: 100%;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 1.8em;
  padding: 20px 0 15px 10px;
  box-sizing: border-box;
  margin: 0;
}
body#produit #details_produit .bottom .transport .content {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  background-color: #fff;
  height: 250px;
}
body#produit #details_produit .bottom .transport .content .image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
body#produit #details_produit .bottom .transport .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#produit #details_produit .bottom .transport .content .text {
  display: block;
  background-color: #fff;
  padding: 40px 20px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  line-height: 20px;
  position: relative;
  width: 40%;
  box-sizing: border-box;
  overflow: hidden;
}
body#produit #details_produit .bottom .hebergement {
  display: block;
  width: 100%;
  margin: 10px 0;
}
body#produit #details_produit .bottom .hebergement .title {
  background-color: #2F2E2D;
  color: #D5CCBF;
  width: 100%;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 1.8em;
  padding: 20px 0 15px 10px;
  box-sizing: border-box;
  margin: 0;
}
body#produit #details_produit .bottom .hebergement .content {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  background-color: #fff;
}
body#produit #details_produit .bottom .hebergement .content .image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 250px;
}
body#produit #details_produit .bottom .hebergement .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#produit #details_produit .bottom .hebergement .content .text {
  display: block;
  background-color: #fff;
  padding: 40px 20px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  line-height: 20px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
body#produit #details_produit .bottom .restauration {
  display: block;
  width: 100%;
  margin: 10px 0;
}
body#produit #details_produit .bottom .restauration .title {
  background-color: #2F2E2D;
  color: #D5CCBF;
  width: 100%;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 1.8em;
  padding: 20px 0 15px 10px;
  box-sizing: border-box;
  margin: 0;
}
body#produit #details_produit .bottom .restauration .content {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  background-color: #fff;
  height: 250px;
}
body#produit #details_produit .bottom .restauration .content .image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
body#produit #details_produit .bottom .restauration .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#produit #details_produit .bottom .restauration .content .text {
  display: block;
  background-color: #fff;
  padding: 40px 20px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  line-height: 20px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
body#produit #details_produit .bottom .variantes-number {
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 3em;
  color: #2F2E2D;
  text-align: center;
  margin-top: 80px;
}
body#produit #details_produit .bottom .variantes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
body#produit #details_produit .bottom .variantes .variante {
  margin: 20px;
  transition: 0.5s;
  max-width: 500px;
}
body#produit #details_produit .bottom .variantes .variante.variante-deployed {
  max-width: 100%;
}
body#produit #details_produit .bottom .variantes .variante.variante-deployed .variante-head {
  display: none;
}
body#produit #details_produit .bottom .variantes .variante.variante-deployed .content {
  max-height: 99999px;
  transition: 0.5s;
}
body#produit #details_produit .bottom .variantes .variante.variante-deployed .variante-close {
  display: flex !important;
}
body#produit #details_produit .bottom .variantes .variante .variante-head {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#produit #details_produit .bottom .variantes .variante .variante-head .variante-price {
  padding: 12px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-align: center;
  margin-right: 20px;
}
body#produit #details_produit .bottom .variantes .variante .variante-head .variante-price .variante-price-value {
  font-size: 25px;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
}
body#produit #details_produit .bottom .variantes .variante .variante-head .variante-show {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
body#produit #details_produit .bottom .variantes .variante .variante-head .variante-show button {
  margin: 5px 10px 5px 10px;
}
body#produit #details_produit .bottom .variantes .variante .title {
  position: relative;
  background-color: #2F2E2D;
  width: 100%;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
  font-size: 30px;
  color: #D5CCBF;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #D5CCBF;
  border-radius: 5px 5px 0 0;
  text-align: center;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#produit #details_produit .bottom .variantes .variante .title .variante-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  background: #80AB8F;
  border-radius: 0 0 0 5px;
  box-sizing: border-box;
}
body#produit #details_produit .bottom .variantes .variante .content {
  max-height: 0;
  overflow: hidden;
  display: flex;
  padding: 0;
  flex-direction: column;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  background-color: #fff;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  box-sizing: border-box;
  line-height: 20px;
}
body#produit #details_produit .bottom .variantes .variante .content .quantite {
  font-size: 1.3em;
  color: #80A68A;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  margin: 30px 0 20px 0;
}
body#produit #details_produit .bottom .variantes .variante .content .infos {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px 0 30px;
}
body#produit #details_produit .bottom .variantes .variante .content .infos .infos-bloc {
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  width: calc(50% - 30px);
  margin: 10px;
  padding: 20px;
  box-sizing: border-box;
}
body#produit #details_produit .bottom .variantes .variante .content .infos .infos-bloc ul {
  list-style-type: circle;
}
body#produit #details_produit .bottom .variantes .variante .content .infos .infos-bloc .nom {
  font-size: 1.3em;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-bottom: 15px;
}
body#produit #details_produit .bottom .variantes .variante .content .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
body#produit #details_produit .bottom .variantes .variante .content .buttons button {
  font-size: 1.3em;
  padding: 10px 30px 10px 30px;
}
body#produit #details_produit .bottom .variantes .variante .content .options {
  margin-top: 30px;
  width: 100%;
  background: #484642;
  padding: 30px;
}
body#produit #details_produit .bottom .variantes .variante .content .options .nom {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #D5CCBF;
  font-size: 30px;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
}
body#produit #details_produit .bottom .variantes .variante .content .options .options-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
}
body#produit #details_produit .bottom .variantes .variante .content .options .options-content .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 40px);
  min-width: 500px;
  margin: 20px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #FFF;
}
body#produit #details_produit .bottom .variantes .variante .content .options .options-content .item .image {
  display: block;
  width: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
body#produit #details_produit .bottom .variantes .variante .content .options .options-content .item .text {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  flex: 1;
  margin-left: 210px;
  margin-top: 34px;
}
body#produit #details_produit .bottom .variantes .variante .content .options .options-content .item .text .nom {
  font-size: 18px;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  margin: 0;
  color: #80AB8F;
}
body#produit #details_produit .bottom .variantes .variante .content .options .options-content .item .text .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: normal;
  /*&.deploy {
    max-height: 999px;
  }*/
}
body#produit #details_produit .bottom .variantes .variante .content .options .options-content .item .price {
  position: absolute;
  top: 0;
  right: 0;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  background: #D5CCBF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 20px 9px 20px;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 5px;
  font-size: 18px;
}
body#produit #details_produit .bottom .marketing-infos {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
body#produit #details_produit .bottom .marketing-infos .marketing-infos-item {
  width: 600px;
  margin: 0 20px 0 20px;
  background: #484642;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
}
body#produit #details_produit .bottom .marketing-infos .marketing-infos-item .icon {
  width: 60px;
  margin-top: 20px;
}
body#produit #details_produit .bottom .marketing-infos .marketing-infos-item .title {
  width: 100%;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 25px;
  color: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#produit #details_produit .bottom .marketing-infos .marketing-infos-item .text {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  padding: 0 20px 20px 20px;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
}
body#produit #details_produit .bottom .marketing-infos .marketing-infos-item .buttons {
  margin: 0;
}
body#produit #details_produit .small_icons {
  display: block;
  width: 95px;
  margin: 10px auto;
}
body#produit #details_produit .under_title {
  font-size: 1.3em;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  margin: 10px 0;
  color: #8BC2A1;
}
body#produit #details_produit #mobile-main-reserver {
  display: none;
}

body.mobile#produit #details_produit {
  width: 100vw;
  overflow: hidden;
}
body.mobile#produit #details_produit .share_and_pics {
  display: none;
}
body.mobile#produit #details_produit .title_main {
  bottom: 35px;
  left: 0;
  margin-left: 0;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
body.mobile#produit #details_produit .title_main .title_zone .title {
  font-size: 30px;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
}
body.mobile#produit #details_produit .bottom {
  width: 100%;
}
body.mobile#produit #details_produit .bottom .bloc1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body.mobile#produit #details_produit .bottom .bloc1 .plan {
  width: 100%;
}
body.mobile#produit #details_produit .bottom .bloc1 .content {
  width: 100%;
  padding: 0 20px 0 20px;
  font-size: 12px;
}
body.mobile#produit #details_produit .bottom .bloc1 .content .infos {
  height: auto;
  padding: 5px 0 5px 0;
}
body.mobile#produit #details_produit .bottom .bloc1 .content .infos .title {
  line-height: initial;
  white-space: nowrap;
}
body.mobile#produit #details_produit .bottom .bloc1 .content .infos .text {
  line-height: initial;
  font-size: 13px;
}
body.mobile#produit #details_produit .bottom .bloc1 .content .infos.infos-duree {
  flex-direction: row;
  align-items: center;
}
body.mobile#produit #details_produit .bottom .bloc1 .content .infos.infos-duree .text_form {
  font-size: 13px;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
}
body.mobile#produit #details_produit .bottom .programme {
  margin: 0;
  padding: 20px;
}
body.mobile#produit #details_produit .bottom .programme .title {
  width: 100%;
  border: none;
  font-size: 30px;
  padding: 0 0 10px 0;
  text-align: center;
}
body.mobile#produit #details_produit .bottom .programme .details, body.mobile#produit #details_produit .bottom .programme .detail-bis {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
body.mobile#produit #details_produit .bottom .programme .details .image, body.mobile#produit #details_produit .bottom .programme .detail-bis .image {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  width: 100% !important;
  flex: initial !important;
  height: 280px !important;
  margin: 0 !important;
  /*img {
    min-height: auto;
  }*/
}
body.mobile#produit #details_produit .bottom .programme .details .infos, body.mobile#produit #details_produit .bottom .programme .detail-bis .infos {
  padding: 20px !important;
  flex: initial !important;
  margin: 0 !important;
  width: 100%;
}
body.mobile#produit #details_produit .bottom .transport .title, body.mobile#produit #details_produit .bottom .hebergement .title, body.mobile#produit #details_produit .bottom .restauration .title {
  padding: 20px;
  text-align: center;
  font-size: 30px;
}
body.mobile#produit #details_produit .bottom .transport .content, body.mobile#produit #details_produit .bottom .hebergement .content, body.mobile#produit #details_produit .bottom .restauration .content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}
body.mobile#produit #details_produit .bottom .transport .content .image, body.mobile#produit #details_produit .bottom .hebergement .content .image, body.mobile#produit #details_produit .bottom .restauration .content .image {
  width: 100% !important;
  flex: initial !important;
  height: 200px !important;
  margin: 0 !important;
}
body.mobile#produit #details_produit .bottom .transport .content .text, body.mobile#produit #details_produit .bottom .hebergement .content .text, body.mobile#produit #details_produit .bottom .restauration .content .text {
  width: 100% !important;
  flex: initial !important;
  margin: 0 !important;
  padding: 20px !important;
}
body.mobile#produit #details_produit .bottom .variantes-number {
  font-size: 30px;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 30px 0 30px;
}
body.mobile#produit #details_produit .bottom .variantes {
  margin-top: 0;
}
body.mobile#produit #details_produit .bottom .variantes .variante {
  margin: 30px 0 0 0;
  border-radius: 0;
  max-width: 100vw;
  width: 100vw;
  min-width: 100vw;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
body.mobile#produit #details_produit .bottom .variantes .variante.variante-deployed {
  max-width: 100vw;
  width: 100vw;
  min-width: 100vw;
}
body.mobile#produit #details_produit .bottom .variantes .variante .title {
  border-radius: 0;
}
body.mobile#produit #details_produit .bottom .variantes .variante .title .variante-close {
  width: 35px;
  height: 35px;
  padding: 6px;
}
body.mobile#produit #details_produit .bottom .variantes .variante .variante-head {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body.mobile#produit #details_produit .bottom .variantes .variante .variante-head .variante-show {
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
}
body.mobile#produit #details_produit .bottom .variantes .variante .variante-head .variante-show button {
  padding: 10px 15px 10px 15px;
}
body.mobile#produit #details_produit .bottom .variantes .variante .variante-head .variante-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}
body.mobile#produit #details_produit .bottom .variantes .variante .variante-head .variante-price .variante-price-value {
  margin-left: 10px;
}
body.mobile#produit #details_produit .bottom .variantes .variante .content .infos {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
body.mobile#produit #details_produit .bottom .variantes .variante .content .infos .infos-bloc {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px;
}
body.mobile#produit #details_produit .bottom .variantes .variante .content .options .options-content .item {
  min-width: 90vw;
  max-width: 90vw;
  width: 90vw;
  flex-direction: column;
  padding: 0;
}
body.mobile#produit #details_produit .bottom .variantes .variante .content .options .options-content .item .image {
  position: relative;
  top: auto;
  left: auto;
  height: 150px;
  width: 100%;
}
body.mobile#produit #details_produit .bottom .variantes .variante .content .options .options-content .item .text {
  margin-left: 0;
  margin-top: 0;
  padding: 10px 30px 10px 30px;
}
body.mobile#produit #details_produit .bottom .variantes .variante .content .options .options-content .item .text .nom {
  text-align: left;
  font-size: 16px;
}
body.mobile#produit #details_produit .bottom .variantes .variante .content .options .options-content .item .text .desc {
  font-size: 15px;
}
body.mobile#produit #details_produit .bottom .variantes .variante .content .buttons {
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 20px;
}
body.mobile#produit #details_produit .bottom .variantes .variante .content .buttons button {
  font-size: 18px;
  padding: 10px 20px 10px 20px;
}
body.mobile#produit #details_produit .bottom .marketing-infos .marketing-infos-item {
  width: 90vw;
}
body.mobile#produit #details_produit #mobile-main-reserver {
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 60px;
  cursor: pointer;
  transition: 2s;
  text-decoration: none;
  filter: drop-shadow(0 -5px 15px rgba(0, 0, 0, 0.49));
  transform: none;
  background-color: #80AB8F;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 18px;
  color: #FFF;
  width: 100vw;
  height: 60px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}
body.mobile#produit #details_produit #mobile-main-reserver.hide {
  opacity: 0;
  pointer-events: none;
}

#entreprise1 {
  display: flex;
  width: 100%;
  height: 500px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%), url(../images/entreprise-1er-image.jpg);
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFF;
}
#entreprise1 h1 {
  text-align: center;
}

#entreprise1 .left {
  /*! flex: none; */
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  height: 100%;
  padding-left: 50px;
  box-sizing: border-box;
}
#entreprise1 .left .gros_bouton {
  display: block;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #3C3B3A;
  background-color: #80AB8F; /*#05d0a6;$green-button;#90C7A6;   david 80AB8F*/
  border-radius: 2px;
  padding: 5px 10px;
  min-width: 250px;
  line-height: 2.4rem;
  cursor: pointer;
  margin: 20px 0;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  transition: 0.2s ease-out all;
  max-width: 300px;
}
#entreprise1 .left .gros_bouton.gros_bouton:hover {
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.49);
  background-color: #8bc2a1;
}
#entreprise1 .left .gros_bouton .label {
  display: inline-block;
}
#entreprise1 .left .gros_bouton .icon {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
}

#entreprise1 .right {
  display: flex;
  position: relative;
  width: 50%;
  flex-direction: column;
  align-items: flex-end;
}

#entreprise1 .left .line1 {
  flex: none;
  display: flex;
  height: auto;
  /*! align-items: center; */
}

#entreprise1 .left .line1 .logo {
  flex: none;
  display: block;
  width: 250px;
}

#entreprise1 .left .line1 .entreprises {
  flex: none;
  display: block;
  font-size: 3em;
  padding-top: 10px;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
}

#entreprise1 .left .line2 {
  /*! flex: none; */
  /*! display: block; */
  width: 150px;
  height: 2px;
  background: #2F2E2D;
  margin: 20px 0;
}

#entreprise1 .left .line3 {
  /*! flex: none; */
  /*! display: block; */
  height: auto;
}

#entreprise1 .right .top {
  flex: auto;
  display: flex;
  height: 60px;
  margin: 10px;
}

#entreprise1 .right .top img {
  display: block;
  opacity: 0.5;
  width: 150px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
  object-fit: cover;
}

#entreprise1 .right .top img.visible {
  opacity: 1;
}

#entreprise1 .right .bottom {
  display: block;
  width: 200px;
  height: 40px;
  margin-bottom: 10px;
}

#entreprise1 .right .bottom .label {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  color: #fff;
  line-height: 40px;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  letter-spacing: 0.05em;
}

#entreprise1 .right .bottom .label.visible {
  display: block;
}

#entreprise1 .share {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 2;
}

#entreprise1 .share .item {
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.2s ease-out all;
}

#entreprise1 .share .item:hover {
  background: rgba(0, 0, 0, 0.3);
}

#entreprise2 {
  display: flex;
  width: 100%;
  height: 500px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-top: 50px;
}

#entreprise2 .left {
  /*! flex: none; */
  display: block;
  width: 50%;
  height: 100%;
}

#entreprise2 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#entreprise2 .right {
  display: flex;
  position: relative;
  width: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.part .right .phone {
  display: block;
  position: fixed;
  width: 24px;
  padding: 18px;
  background-color: #80AB8F;
  border-radius: 50%;
  height: 24px;
  position: fixed;
  right: 40px;
  top: 90vh;
  transform: translateY(-50%);
  box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.49);
  cursor: pointer;
  transition: 0.2s ease-out all;
}

.part .right .text {
  padding: 0 40px;
}

#entreprise3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2F2E2D;
  color: #fff;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
}

#entreprise3 .line1 {
  margin: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.3em;
  text-align: center;
  width: 80%;
}

#entreprise3 .line2 {
  margin: 0px 0 10px;
}

#entreprise3 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  padding-bottom: 50px;
}

#entreprise3 .content .item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}

#entreprise3 .content .item .pict {
  width: 50%;
  height: 450px;
  flex: none;
}

#entreprise3 .content .item .pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#entreprise3 .content .item .label {
  width: 50%;
  background-color: #fff;
  color: #464443;
  height: auto;
  margin-left: -100px;
  padding: 20px;
  flex: none;
  box-sizing: border-box;
}

#entreprise3 .content .item .label .title {
  font-size: 1.3em;
}

#entreprise3 .content .item .label .description {
  font-size: 0.9em;
  font-style: italic;
}

#entreprise3 .content .item.right {
  flex-direction: row-reverse;
}

#entreprise3 .content .item.right .pict {
  margin-left: -100px;
}

#entreprise3 .content .item.right .label {
  margin-left: 0;
}

#entreprise3 .content .separator {
  display: block;
  width: 50%;
  border-right: 3px dotted #fff;
  height: 50px;
  align-self: flex-start;
}

#entreprise4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  color: #2F2E2D;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  width: 100%;
}

#entreprise4 .line1 {
  margin: 50px;
  display: block;
}

#entreprise4 .line2 {
  display: flex;
  width: 80%;
  height: auto;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

#entreprise4 .line2 .photo {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  position: relative;
  /*display: block;*/
  background-color: #FFF;
}

#entreprise4 .line2 .photo img {
  width: 100%;
}

body.mobile #entreprise1 {
  flex-direction: column;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%), url(../images/entreprise-1er-image.jpg);
  background-size: cover;
  background-position: center;
}
body.mobile #entreprise1 .left {
  width: 90%;
  padding: 0;
  margin: 10px auto;
}
body.mobile #entreprise1 .right {
  width: 100%;
  height: auto;
}
body.mobile #entreprise1 .left .line1 .logo {
  width: 150px;
}
body.mobile #entreprise1 .left .line1 .entreprises {
  font-size: 1.5em;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  margin-left: 0;
  width: 100%;
}
body.mobile #entreprise1 .left .line2 {
  width: 100px;
  margin: 10px 0;
}
body.mobile #entreprise1 .right .bottom {
  margin: 0 0 10px 0;
}
body.mobile #entreprise2 {
  flex-direction: column-reverse;
  height: auto;
  margin: 0;
}
body.mobile #entreprise2 .left {
  width: 100%;
  height: 300px;
}
body.mobile #entreprise2 .right {
  width: 100%;
  height: auto;
  padding: 20px 0;
}
body.mobile #entreprise3 .content .item {
  flex-direction: column;
}
body.mobile #entreprise3 .content .item .pict {
  width: 100%;
  margin: 0;
}
body.mobile #entreprise3 .content .item .label {
  width: 90%;
  margin: -20px 0 0 0;
}
body.mobile #entreprise3 .content .item.right {
  flex-direction: column;
}
body.mobile #entreprise3 .content .item.right .pict {
  width: 100%;
  margin: 0;
}
body.mobile #entreprise4 .line2 .photo {
  width: 100px;
  height: 100px;
}
/*
    WISUD FONTS CSS
    --------------------------------------------------------------------
*/
@font-face {
  font-family: "raleway-regular";
  src: url("../fonts/raleway-regular-webfont.eot");
  src: url("../fonts/raleway-regular-webfont.eot") format("embedded-opentype"), url("../fonts/raleway-regular-webfont.woff") format("woff"), url("../fonts/raleway-regular-webfont.ttf") format("truetype"), url("../fonts/raleway-regular-webfont.svg#raleway-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "raleway-bold";
  src: url("../fonts/raleway-bold-webfont.eot");
  src: url("../fonts/raleway-bold-webfont.eot") format("embedded-opentype"), url("../fonts/raleway-bold-webfont.woff") format("woff"), url("../fonts/raleway-bold-webfont.ttf") format("truetype"), url("../fonts/raleway-bold-webfont.svg#raleway-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "raleway-semibold";
  src: url("../fonts/raleway-semibold-webfont.eot");
  src: url("../fonts/raleway-semibold-webfont.eot") format("embedded-opentype"), url("../fonts/raleway-semibold-webfont.woff") format("woff"), url("../fonts/raleway-semibold-webfont.ttf") format("truetype"), url("../fonts/raleway-semibold-webfont.svg#raleway-semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "raleway-light";
  src: url("../fonts/raleway-light-webfont.eot");
  src: url("../fonts/raleway-light-webfont.eot") format("embedded-opentype"), url("../fonts/raleway-light-webfont.woff") format("woff"), url("../fonts/raleway-light-webfont.ttf") format("truetype"), url("../fonts/raleway-light-webfont.svg#raleway_light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "raleway-extralight";
  src: url("../fonts/raleway-extralight-webfont.eot");
  src: url("../fonts/raleway-extralight-webfont.eot") format("embedded-opentype"), url("../fonts/raleway-extralight-webfont.woff") format("woff"), url("../fonts/raleway-extralight-webfont.ttf") format("truetype"), url("../fonts/raleway-extralight-webfont.svg#raleway-extralight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "raleway-medium";
  src: url("../fonts/raleway-medium-webfont.eot");
  src: url("../fonts/raleway-medium-webfont.eot") format("embedded-opentype"), url("../fonts/raleway-medium-webfont.woff") format("woff"), url("../fonts/raleway-medium-webfont.ttf") format("truetype"), url("../fonts/raleway-medium-webfont.svg#raleway-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-regular";
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#montserrat-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
#inscription {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-out all;
  flex: none;
  position: fixed;
  overflow: auto;
}

#inscription.visible {
  opacity: 1;
  pointer-events: all;
}

#inscription .insc_bg {
  /*display: block;
  position: absolute;
  width: 100%;
  height: 100%;

  z-index: 1;*/
}

#inscription .insc-content {
  /*display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;*/
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  color: #fff;
  letter-spacing: 0.4799999893px;
  position: relative;
  z-index: 2;
}

#inscription .insc-content .error {
  display: none;
}

#inscription .insc-content .error.visible {
  display: block;
  top: 40px;
  bottom: unset;
}

#inscription .insc-content .step1 {
  display: none;
  width: 340px;
}

#inscription .insc-content .step2 {
  display: none;
  width: 340px;
}

#inscription .insc-content .step3 {
  display: none;
  width: 340px;
}

#inscription .insc-content .step3 .content {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px;
  align-items: center;
  box-sizing: border-box;
}

#inscription .insc-content .step3 .content .picto {
  display: block;
  height: 33px;
  width: 33px;
  margin: 20px;
}

#inscription .insc-content .step3 .content .big {
  font-size: 35px;
  margin: 0px 0 40px;
  text-align: center;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
}

#inscription .insc-content .step3 .content .confirmation {
  margin: 10px 0;
  text-transform: uppercase;
  color: #80AB8F;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
}

#inscription .insc-content .step3 .content .to_evasion, .to_evasion {
  width: 100%;
  height: 50px;
  margin: 20px 0 10px;
  border: none;
  background-color: #80AB8F;
  font-size: 1em;
  text-transform: uppercase;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  color: #3C3B3A;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

#inscription .insc-content .step3 .content .to_evasion:hover, .to_evasion:hover {
  background-color: #8bc2a1;
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.49);
}

#inscription .insc-content .step1.visible {
  display: block;
}

#inscription .insc-content .step2.visible {
  display: block;
}

#inscription .insc-content .step3.visible {
  display: block;
}

#inscription .insc-content .title {
  font-size: 1.5em;
  margin: 10px 0;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  align-self: center;
  text-align: center;
  letter-spacing: 0.3em;
}

::placeholder {
  opacity: 1;
  color: #FFF;
}

#inscription .insc-content .formulaire {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px;
  padding-bottom: 100px;
  align-items: center;
  box-sizing: border-box;
}

#inscription .insc-content .formulaire .picto {
  display: block;
  height: 33px;
  width: 33px;
  margin: 20px;
}

#inscription .insc-content input {
  height: 50px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
  font-family: inherit;
  font-size: 1.3em;
  opacity: 1;
}

#inscription .insc-content .oubli {
  align-self: flex-start;
  font-size: 0.9em;
  margin-top: 5px;
  cursor: pointer;
}

#inscription .insc-content .me_connecter {
  width: 100%;
  height: 50px;
  margin: 20px 0 10px;
  border: none;
  background-color: #80AB8F;
  font-size: 1em;
  text-transform: uppercase;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  color: #3C3B3A;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

#inscription .insc-content .me_connecter:hover {
  background-color: #8bc2a1;
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.49);
}

#inscription .insc-content .compte {
  width: 100%;
  height: 50px;
  margin: 10px 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-family: inherit;
  text-transform: lowercase;
  color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

#inscription .insc-content .compte:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#inscription .insc-content .compte .icon {
  width: 25%;
  height: 100%;
}

#inscription .insc-content .compte .label {
  text-align: center;
  width: 50%;
}

#inscription .insc-content .formulaire .pictos {
  margin-top: 10px;
}

@media (max-width: 768px) {
  #inscription {
    width: 100%;
    align-items: flex-start;
  }
  #inscription .insc-content {
    margin: 50px 0 0;
  }
  #inscription .insc-content .step1 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.lg_fr {
  display: none;
}

.lg_en {
  display: none;
}

.lg_es {
  display: none;
}

.lg_fr.visible {
  display: inline;
}

.lg_en.visible {
  display: inline;
}

.lg_es.visible {
  display: inline;
}

/*
#menu_lg {

    position: absolute;
    top: 50px;
    right: 0px;
    background: #2F2E2D;
    color: #FFF;
    display: flex;
    transition: 0.3s ease-in-out all;
    transform: scale(0);
    opacity: 0;
    transform-origin: top right;
    height: 40px;
    align-items: center;
    padding-right: 50px;

}

#menu_lg.visible {

	transform: scale(1);
opacity: 1;
}
#menu_lg .item {
    display: block;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
    height: 30px;
    line-height: 23px;
    padding: 0;
    margin: 0;
}
#menu_lg .item:hover{
    color: #8bc2a1;
	border-top: solid 5px rgba(255, 255, 255, 0);
}
#menu_lg .close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #90C7A6;
    top: 0;
    position: absolute;
    right: 0;
	padding: 10px;
box-sizing: border-box;
}
@media screen and (max-width:768px){
	#menu_lg.visible {
    display: flex;
    transform: scale(1);
    opacity: 1;
}
	#menu_lg {
		flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #2F2E2D;
    color: #FFF;
    display:flex;
    padding: 0px;
	transition: 0.3s ease-in-out all;
	transform: scale(0);
opacity: 0;
transform-origin: top right;
		width: 100%;
		height: 100vh;
		z-index: 3;
}
	#menu_lg .item {
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
    padding: 0;
    margin: 0;
    font-size: 2em;
    width: auto;
    font-family: $font-light;
		height: unset;
line-height: unset;
text-transform: capitalize;
		margin: 10px;
}
	#menu_lg .close {

    width: 50px;
		height: 50px;
		padding: 15px;
box-sizing: border-box;

}
}
*/
/* NAV : La navigation qu'on reprendra sur toutes les pages */
#nav {
  display: block;
  height: 0;
  position: absolute;
  width: 100%;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
  letter-spacing: 0.03em;
  font-size: 0.9em;
  padding: 0;
  box-sizing: border-box;
  z-index: 12;
  top: 0;
}
#nav .mobile-button {
  display: none;
}
#nav .items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 65px;
  pointer-events: none;
}
#nav .items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 20px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  text-decoration: none;
  transition: 0.3s ease-out all;
  border-top: solid 5px rgba(255, 255, 255, 0);
  box-sizing: border-box;
  white-space: nowrap;
  pointer-events: all;
}
#nav .items .item .icon-flag {
  display: none;
}
#nav .items .item:hover {
  border-top: solid 5px rgb(255, 255, 255);
}
#nav .items .item.lang {
  display: none;
  background: #90C7A6;
}
#nav .items .item.lang.visible {
  display: flex;
}
#nav .items .item.lang .label-desktop {
  display: flex;
}
#nav .items .item.lang .label-mobile {
  display: none;
}

body.mobile #nav {
  position: fixed;
  width: auto;
  height: fit-content;
  top: 0;
  right: 0;
  pointer-events: none;
}
body.mobile #nav.visible .mobile-button {
  box-shadow: none;
}
body.mobile #nav.visible .mobile-button .menu_mobil_top {
  transform: rotate(45deg);
  margin: 8px 13px;
}
body.mobile #nav.visible .mobile-button .menu_mobil_medium {
  transform: scaleX(0);
  opacity: 0;
}
body.mobile #nav.visible .mobile-button .menu_mobil_bottom {
  transform: rotate(-45deg);
  margin: 8px 13px;
}
body.mobile #nav.visible .items {
  transform: translateX(0);
  pointer-events: all;
}
body.mobile #nav .mobile-button {
  display: block;
  background-color: #2F2E2D;
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  box-sizing: border-box;
  padding-top: 16px;
  top: 10px;
  border: none;
  margin: 0;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.49);
  z-index: 2;
  transition: 0.3s ease-out all;
  cursor: pointer;
  pointer-events: all;
}
body.mobile #nav .mobile-button .menu_mobil_top {
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #90C7A6;
  margin: 0px 13px;
  transition: 0.3s ease-out all;
  transform-origin: center center;
}
body.mobile #nav .mobile-button .menu_mobil_medium {
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #90C7A6;
  margin: 8px 13px;
  transition: 0.3s ease-out all;
  transform: scaleX(1);
}
body.mobile #nav .mobile-button .menu_mobil_bottom {
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #90C7A6;
  margin: 16px 13px;
  transition: 0.3s ease-out all;
  transform-origin: center center;
}
body.mobile #nav .items {
  transition: 0.3s;
  transform: translateX(110%);
  pointer-events: none;
  background: #2F2E2D;
  /*backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);*/
  flex-direction: column;
  height: fit-content;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 70px;
  padding-bottom: 10px;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.49);
}
body.mobile #nav .items .item {
  padding: 10px 30px 10px 30px;
  width: 100%;
}
body.mobile #nav .items .item .icon-flag {
  display: block;
  width: 25px;
  margin-right: 8px;
}
body.mobile #nav .items .item.lang {
  background: transparent;
  font-style: italic;
  display: none;
}
body.mobile #nav .items .item.lang.visible {
  display: flex;
}
body.mobile #nav .items .item.lang .label-desktop {
  display: none;
}
body.mobile #nav .items .item.lang .label-mobile {
  display: block;
}

#paiement {
  display: none;
  position: fixed;
  /* background: rgba(139, 194, 161, 0.5);*/
  padding: 0;
  z-index: 2;
  /*align-items: flex-start;
  justify-content: flex-start;*/
  width: 80%;
  margin: 50vh 50%;
  transform: translate(-50%, -50%);
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #FFF;
  /*height: 600px;*/
  max-width: 950px;
}

#paiement.visible {
  display: flex;
}

#paiement .content {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px;
  box-sizing: border-box;
  width: 50%;
  /*height: 100%;*/
}

#paiement .content .info .regist_resa {
  color: #8bc2a1;
  font-size: 2em;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
}

#paiement .content .info .regist_resa_title {
  margin-top: 10px;
  color: #8bc2a1;
}

#paiement .content .info #order_ref {
  color: #fff;
  font-size: 1em;
}

#paiement .content .info .payment_title {
  margin: 30px 0 10px;
}

#payment_form button {
  width: 100%;
  height: 50px;
  margin: 20px 0 10px;
  border: none;
  background-color: #80AB8F;
  font-size: 1em;
  text-transform: uppercase;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  color: #3C3B3A;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

#payment_form button:hover {
  background-color: #8bc2a1;
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.49);
}

#paiement .bank .text {
  margin: 30px 0 10px;
  text-align: center;
}

#paiement .bank .bank_logo {
  width: 100%;
  height: 100px;
}

#paiement .bank .bank_logo img {
  object-fit: contain;
  height: 100%;
}

#payment_info {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  box-sizing: border-box;
  width: 50%;
  /*height: 100%;*/
  color: #464443;
  font-family: raleway-medium, Verdana, Geneva, sans-serif;
}

#payment_info .item .item {
  display: flex;
  width: 100%;
  height: 45px;
  text-transform: uppercase;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  align-items: center;
}

#payment_info .item .item .label {
  width: 40%;
  flex: none;
}

#payment_info .item .item .value {
  width: 20%;
  background-color: #FFF;
  padding: 5px;
  text-align: center;
  margin-left: 10px;
  font-family: montserrat, Verdana, Geneva, sans-serif;
  flex: none;
}

#py_info_name {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
}

#py_info_user {
  margin: 20px 0 0;
}

#py_info_pax {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid;
  padding: 20px 0;
}

#py_info_options {
  border-top: 1px solid;
  padding: 20px 0;
}

#py_info_options .no_facture {
  color: #464443;
  font-size: 13px;
  text-transform: lowercase;
  padding: 0 10px;
  width: 30%;
}

#py_info_prix {
  border-top: 1px solid;
  padding: 20px 0;
  font-size: 3em;
  text-align: center;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
}

#paiement .paiement_n {
  font-size: 14px;
}

#paiement .paiement_n .item {
  display: flex;
}

#paiement .paiement_n .item label {
  flex: auto;
  text-align: left;
}

#py_info_options_later .explain {
  font-size: 0.85em;
}

#py_info_options_later .price_later {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  line-height: 12px;
}

/* Grosse CSS non ? ;-) */
@media (max-width: 1024px) {
  #paiement {
    position: relative;
    /* background: rgba(139, 194, 161, 0.5);*/
    width: 100%;
    flex-direction: column;
    margin: 0;
    transform: translate(0, 0);
    height: auto;
    max-width: none;
  }
  #paiement .content {
    padding: 40px;
    width: 100%;
    height: auto;
  }
  #payment_info {
    padding: 40px;
    width: 100%;
    height: auto;
  }
}
#register {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(29, 29, 27, 0.4) 0%, rgba(29, 29, 27, 0) 14.87%), linear-gradient(90deg, rgba(29, 29, 27, 0.5) 0%, rgba(29, 29, 27, 0.5) 100%);
  background-position: center;
  background-size: cover;
  position: fixed;
}

@media screen and (max-width: 768px) {
  #register {
    flex-direction: column;
  }
}
/*
#reservation {
    display: none;
    position: relative;
    z-index: 2;
    width: 50%;
    margin: 65px auto;
    font-family: $font-light;
    font-size: 1em;
    color: #FFF;
    height: auto;
}

#reservation.visible {
    display: block;
}

#reservation .content_resa {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#reservation .main_title {
    color: #8bc2a1;
    font-size: 2em;
    font-family: $font-extralight;
    margin-bottom: 20px;
}

#reservation .form {
}

#reservation .form .part {
    margin: 20px 0;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#reservation .form .part .title {
    color: #8bc2a1;
    font-size: 1.3em;
    font-family: $font-extralight;
    margin-bottom: 5px;
}

#reservation #order_name {
    font-size: 2.5em;
    color: #fff;
    font-family: $font-light;
}

#reservation .form .part .content {
    margin-top: 10px;
}


select {
    background: #fff;
    border: none;
    height: 25px;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 100%;
}

label {
    margin: 10px 0;
    display: inline-block;
}

a {
    color: #8bc2a1;
}

.pax label {
    margin-right: 10px;
    min-width: 80px;
}

.option label {
    margin-right: 10px;
    width: 130px;
}

.option .no_facture {
    color: #8bc2a1;
    font-size: 13px;
}



.cgv_check {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

#reservation .form .part .text {
}

#reservation .form .part .content {
}

#reservation .form .part input {
    margin: 0 20px;
    min-width: 11px;
    min-height: 11px;
    -webkit-transform: scale(1.5);
}

#reservation .form .part textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}

#reservation .form .buttons {
    display: flex;
}

#reservation .form .buttons button {
    width: 250px;
    height: 50px;
    margin: 20px auto;
    border: none;
    background-color: $green-button;
    font-size: 1em;
    text-transform: uppercase;
    font-family: $font-semibold;
    color: #3C3B3A;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
    cursor: pointer;
    transition: 0.3s ease-in-out all;
}

#reservation .form .buttons button:hover {
    background-color: #8bc2a1;
    box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.49);
}

.resa_bg {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(29, 29, 27, 0.4) 0%, rgba(29, 29, 27, 0) 14.87%), linear-gradient(90deg, rgba(29, 29, 27, 0.5) 0%, rgba(29, 29, 27, 0.5) 100%);
    background-position: center;
    background-size: cover;
    z-index: 1;
    top: 0;
}

.part.price {

    text-align: center;
    font-size: 1em;

}

#reservation #order_price {
    display: inline-block;
    font-size: 2em;
    margin-left: 10px;
}

#reservation .paiement_n {
    display: block;
    padding-top: 20px;
}

#reservation .paiement_n .item {
    display: flex;
    align-items: center;
}

#reservation .paiement_n .item label {
}

#reservation .paiement_n .item .value {
    display: block;
    margin-left: 10px;
    color: #8bc2a1;
}




#reservation .options_futur {
    margin-top: 20px;
}

#reservation .options_futur .explain {
    font-size: 0.85em;
}

#reservation .options_futur .price_later {
    font-family: $font-semibold;
	font-size: 20px;

color: #8bc2a1;
}



@media (max-width: 768px) {
    #reservation {
        width: 100%;
        margin: 0;
    }

    #reservation .content_resa {
        padding: 70px 10px;
    }

    #reservation .main_title {
        padding-left: 20px;
    }

    #reservation .form .part.evasion input {
        margin: 0;
    }
}
*/
.bank_return {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 50px;
  box-sizing: border-box;
  color: #80AB8F;
  font-size: 18px;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  background: #F1F1F1;
}
.bank_return .logo {
  width: 100px;
  margin-bottom: 30px;
}
.bank_return .title {
  font-size: 35px;
  margin: 0 0 20px 0;
  text-align: center;
}
.bank_return .explain {
  text-align: center;
}
.bank_return .info {
  display: none;
}
.bank_return.refuse .info {
  display: block;
}

#transport1 {
  display: flex;
  width: 100%;
  height: 500px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%), url(../images/renault-trafic-spaceclass-reveal-001.jpg);
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
#transport1 h1 {
  text-align: center;
}

#transport1 .left {
  /*! flex: none; */
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  height: 100%;
  padding-left: 50px;
  box-sizing: border-box;
}

#transport1 .right {
  display: none;
  position: relative;
  width: 50%;
  flex-direction: column;
  align-items: flex-end;
}

#transport1 .share {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 2;
}

#transport1 .share .item {
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.2s ease-out all;
}

#transport1 .share .item:hover {
  background: rgba(0, 0, 0, 0.3);
}

#transport1 .left .line1 {
  flex: none;
  display: flex;
  height: auto; /*! align-items: center; */
}

#transport1 .left .line1 .logo {
  flex: none;
  display: block;
  width: 250px;
}

#transport1 .left .line1 .transports {
  flex: none;
  display: block;
  font-size: 3em;
  padding-top: 8px;
  font-family: raleway-extralight, Verdana, Geneva, sans-serif;
}

#transport1 .left .line2 {
  /*! flex: none; */
  /*! display: block; */
  width: 150px;
  height: 2px;
  background: #fff;
  margin: 20px 0;
}

#transport1 .left .line3 {
  /*! flex: none; */
  /*! display: block; */
  height: auto;
}

#transport1 .left .gros_bouton {
  display: block;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #3C3B3A;
  background-color: #80AB8F; /*#05d0a6;$green-button;#90C7A6;   david 80AB8F*/
  border-radius: 2px;
  padding: 5px 10px;
  min-width: 250px;
  line-height: 2.4rem;
  cursor: pointer;
  margin: 20px 0;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.49);
  transition: 0.2s ease-out all;
  max-width: 300px;
}

#transport1 .left .gros_bouton:hover {
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.49);
  background-color: #8bc2a1;
}

#transport1 .left .gros_bouton .label {
  display: inline-block;
}

#transport1 .left .gros_bouton .icon {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
}

#transport1 .right .top {
  flex: auto;
  display: flex;
  height: 60px;
  margin: 10px;
}

#transport1 .right .top img {
  display: block;
  opacity: 0.5;
  width: 150px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
  object-fit: cover;
}

#transport1 .right .top img.visible {
  opacity: 1;
}

#transport1 .right .bottom {
  display: block;
  width: 200px;
  height: 40px;
  margin-bottom: 10px;
}

#transport1 .right .bottom .label {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  color: #fff;
  line-height: 40px;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  letter-spacing: 0.05em;
}

#transport1 .right .bottom .label.visible {
  display: block;
}

#transport2 {
  display: flex;
  width: 100%;
  height: 500px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  margin-top: 50px;
}

#transport2 .left {
  /*! flex: none; */
  display: block;
  width: 50%;
  height: 100%;
}

#transport2 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#transport2 .right {
  display: flex;
  position: relative;
  width: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.part .right .phone {
  display: block;
  position: fixed;
  width: 24px;
  padding: 18px;
  background-color: #80AB8F;
  border-radius: 50%;
  height: 24px;
  right: 40px;
  top: 90vh;
  transform: translateY(-50%);
  box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.49);
  cursor: pointer;
  transition: 0.2s ease-out all;
}

.part .right .text {
  padding: 0 100px;
}

#transport3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2F2E2D;
  color: #fff;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
}

#transport3 .line1 {
  margin: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.3em;
}

#transport3 .line2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-bottom: 50px;
}

#transport3 .line2 .item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}

#transport3 .line2 .item .centre {
  width: 50%;
  height: 100px;
  flex: none;
}

#transport3 .line2 .item .centre img {
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  display: block;
  margin-left: 100%;
}

#transport3 .line2 .item .label {
  width: 50%;
  color: #fff;
  height: auto;
  margin-left: 0;
  padding: 0 20px;
  flex: none;
  box-sizing: border-box;
}

#transport3 .line2 .item .label .title {
  font-size: 1.3em;
}

#transport3 .line2 .item .label .description {
  font-size: 0.9em;
  font-style: italic;
}

#transport3 .line2 .item.right {
  flex-direction: row-reverse;
}

#transport3 .line2 .item.right .centre {
  margin-left: 0;
}

#transport3 .line2 .item.right .label {
  margin-left: 0;
  text-align: right;
}

#transport3 .line2 .item.right .centre img {
  margin-left: 0;
}

#transport3 .line2 .separator {
  display: block;
  width: 50%;
  border-right: 3px dotted #fff;
  height: 50px;
  align-self: flex-start;
}

#transport4 {
  display: flex;
  align-items: center;
  background-color: #CEC5B8;
  color: #2F2E2D;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-content: center;
}

#transport4 .icon {
  display: block;
  width: 95px;
  height: 20px;
}

body.mobile #transport1 {
  flex-direction: column;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%), url(../images/renault-trafic-spaceclass-reveal-001.jpg);
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  background-size: cover;
  background-position: center;
}
body.mobile #transport1 .left {
  width: 90vw;
  padding: 0;
  margin: 10px auto;
}
body.mobile #transport1 .right {
  width: 100%;
  height: auto;
}
body.mobile #transport1 .left .line1 .logo {
  width: 150px;
}
body.mobile #transport1 .left .line1 .transports {
  font-size: 1.5em;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  margin-left: 0;
  width: 100%;
}
body.mobile #transport1 .left .line2 {
  width: 100px;
  margin: 10px 0;
}
body.mobile #transport1 .right .bottom {
  margin: 0 0 10px 0;
}
body.mobile #transport2 {
  flex-direction: column-reverse;
  height: auto;
  margin: 0;
}
body.mobile #transport2 .left {
  width: 100%;
  height: 300px;
}
body.mobile #transport2 .right {
  width: 100%;
  height: auto;
  padding: 20px 0;
}
body.mobile .part .right .phone {
  width: 20px;
  padding: 15px;
  height: 20px;
  left: 20px;
  top: 20px;
  transform: none;
}
body.mobile .part .right .text {
  padding: 0 40px;
}
body.mobile #transport3 .line2 .item .centre {
  width: auto;
}
body.mobile #transport3 .line2 .item .centre img {
  margin: 0;
  transform: none;
}
body.mobile #transport3 .line2 .item .label {
  width: 80%;
}
body.mobile #transport3 .line2 .item.right {
  flex-direction: row;
}
body.mobile #transport3 .line2 .item.right .label {
  text-align: left;
}
body.mobile #transport4 .line2 .photo {
  width: 100px;
  height: 100px;
}
/*.part {}
.part .left {}
.part .right {}

.part .left .line1 {}
.part .left .line1 .logo {}
.part .left .line1 .transports {}


.part .right .phone {}
.part .right .text {}

.part .line1 {}
.part .line2 {}
.part .line2 .item {}
.part .line2 .item.left {}
.part .line2 .item.right {}
.part .line2 .item .centre {}
.part .line2 .item .label {}
.part .line2 .item .label .title {}
.part .line2 .item .label .description {}
*/
label {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #FFF;
  display: block;
}

input, select {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 1em;
  padding: 5px;
}

textarea {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 1em;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  padding: 5px;
}

.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

button, a.button {
  background-color: #80AB8F;
  border: none;
  margin: 5px 20px 5px 20px;
  cursor: pointer;
  transition: 0.3s;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  width: fit-content;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}
button:hover, a.button:hover {
  transform: scale(1.1);
}
button.cancel, a.button.cancel {
  background-color: #41413e;
}
button.small, a.button.small {
  font-size: 10px;
  padding: 8px 10px 8px 10px;
}
button img, a.button img {
  width: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

body.mobile input, body.mobile textarea, body.mobile select {
  width: 90%;
  box-sizing: border-box;
}

/*
 I'm lovin' Notifications !
 */
#notification {
  position: fixed;
  z-index: 500;
  width: 370px;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
#notification .not {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-width: calc(100% - 60px);
  max-width: calc(100% - 60px);
  transition: 0.15s;
  transition-timing-function: ease-in;
  transform: scale(0);
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  pointer-events: all;
  flex-shrink: 0;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 12px;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: #FFF;
}
#notification .not.full_screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  min-height: 100vh;
  margin: 0;
}
#notification .not.visible {
  opacity: 1;
  transform: scale(1);
}
#notification .not.error {
  background: rgba(164, 0, 0, 0.83);
  color: white;
  text-shadow: none;
}
#notification .not.error .close {
  background-image: url("/images/close-white.svg");
  filter: none !important;
}
#notification .not.error .content .error_title {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 12px;
}
#notification .not.error .content .error {
  margin-top: 10px;
  font-size: 10px;
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
}
#notification .not .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  pointer-events: all;
  background-image: url("../images/close-grey.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#notification .not .title {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 15px;
  padding: 3px 15px 3px 15px;
}
#notification .not .title .welcome {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#notification .not .title .welcome img {
  width: 40px;
  transform-origin: bottom center;
  animation-name: sayHello;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#notification .not .icon {
  width: 35px;
  padding: 3px 15px 3px 15px;
  box-sizing: content-box;
}
#notification .not .content {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 3px 15px 3px 15px;
  width: 100%;
  line-height: 1.3;
}
#notification .not .content p {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
#notification .not .content a {
  text-decoration: none;
}
#notification .not .buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0 8px 0;
}
#notification .not.force-white .title {
  text-shadow: none !important;
  color: #EEE;
}
#notification .not.force-white .content {
  text-shadow: none !important;
  color: #EEE;
}

@keyframes sayHello {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(40deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-40deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
body.mobile #notification {
  position: fixed;
  z-index: 100;
  width: 100vw;
  top: auto;
  bottom: 65px;
  left: 0;
  margin: 0;
  height: calc(100vh - 65px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}
#loading.visible {
  display: flex;
  pointer-events: all;
}
#loading .loading-ball {
  width: 150px;
  height: 150px;
}
#loading .loading-text {
  color: #fff;
  font-size: 1.5em;
  margin-top: 20px;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
}

@keyframes loading-anim {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0);
  }
}
.loading-ball {
  display: inline-block;
  margin: 10px;
  animation-name: loading-anim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("/images/picto_loading_vert.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

#speed-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
  transition: 0.5s;
}
#speed-loading.visible {
  opacity: 1;
  pointer-events: all;
}
#speed-loading .speed-loading-text {
  color: #fff;
  font-size: 1.5em;
  margin-top: 20px;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
}
#speed-loading .speed-loading-ball {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin: 10px;
  animation-name: speed-loading-anim;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  vertical-align: middle;
  background-image: url("/images/picto_loading_vert.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes speed-loading-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(0);
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 80;
  box-sizing: border-box;
}
#cart.visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
#cart .cart-content {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 50px;
  background: #807a75;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  min-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgb(164, 164, 164) transparent;
}
#cart .cart-content ::-webkit-scrollbar {
  width: 5px;
}
#cart .cart-content ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
#cart .cart-content ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgb(134, 134, 134);
}
#cart .cart-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#cart .cart-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#cart .cart-content .title .picture {
  width: 500px;
  height: 150px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#cart .cart-content .title .label {
  margin-top: 5px;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  max-width: 500px;
  text-align: center;
}
#cart .cart-content .title .variante-name {
  color: #F4F4F4;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  margin-top: 0;
  font-size: 0.8em;
}
#cart .cart-content .panes .pane {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#cart .cart-content .panes .pane .date-limite {
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
}
#cart .cart-content .panes .pane .title {
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 1.3em;
  text-align: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#cart .cart-content .panes .pane .title img {
  width: 25px;
  margin: 10px;
  vertical-align: center;
}
#cart .cart-content .panes .pane .text {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 1em;
  margin-top: 15px;
  text-align: center;
}
#cart .cart-content .panes .pane .content {
  margin-top: 20px;
  width: 100%;
}
#cart .cart-content .panes .pane#cart-participants, #cart .cart-content .panes .pane#cart-options, #cart .cart-content .panes .pane#cart-resume {
  user-select: none;
  -webkit-user-select: none;
}
#cart .cart-content .panes .pane#cart-participants .content .item, #cart .cart-content .panes .pane#cart-options .content .item, #cart .cart-content .panes .pane#cart-resume .content .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
#cart .cart-content .panes .pane#cart-participants .content .item .label, #cart .cart-content .panes .pane#cart-options .content .item .label, #cart .cart-content .panes .pane#cart-resume .content .item .label {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1.15em;
}
#cart .cart-content .panes .pane#cart-participants .content .item .value, #cart .cart-content .panes .pane#cart-options .content .item .value, #cart .cart-content .panes .pane#cart-resume .content .item .value {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  font-size: 1.15em;
}
#cart .cart-content .panes .pane#cart-participants .content .item .spacer-dash, #cart .cart-content .panes .pane#cart-options .content .item .spacer-dash, #cart .cart-content .panes .pane#cart-resume .content .item .spacer-dash {
  flex: 1;
  width: 100%;
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  height: 1px;
  margin: 0 5px 0 5px;
  min-width: 20px;
}
#cart .cart-content .panes .pane#cart-participants .content .item .btns, #cart .cart-content .panes .pane#cart-options .content .item .btns, #cart .cart-content .panes .pane#cart-resume .content .item .btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cart .cart-content .panes .pane#cart-participants .content .item .btns .btn, #cart .cart-content .panes .pane#cart-options .content .item .btns .btn, #cart .cart-content .panes .pane#cart-resume .content .item .btns .btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 4em;
  margin: 0 2px 0 2px;
  cursor: pointer;
  transition: 0.3s;
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
#cart .cart-content .panes .pane#cart-participants .content .item .btns .btn.btn-plus, #cart .cart-content .panes .pane#cart-options .content .item .btns .btn.btn-plus, #cart .cart-content .panes .pane#cart-resume .content .item .btns .btn.btn-plus {
  background-image: url("/images/plus-white.svg");
}
#cart .cart-content .panes .pane#cart-participants .content .item .btns .btn.btn-moins, #cart .cart-content .panes .pane#cart-options .content .item .btns .btn.btn-moins, #cart .cart-content .panes .pane#cart-resume .content .item .btns .btn.btn-moins {
  background-image: url("/images/moins-white.svg");
}
#cart .cart-content .panes .pane#cart-participants .content .item .btns .btn:hover, #cart .cart-content .panes .pane#cart-options .content .item .btns .btn:hover, #cart .cart-content .panes .pane#cart-resume .content .item .btns .btn:hover {
  transform: scale(1.1);
}
#cart .cart-content .panes .pane#cart-participants .content .item .btns .value, #cart .cart-content .panes .pane#cart-options .content .item .btns .value, #cart .cart-content .panes .pane#cart-resume .content .item .btns .value {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  font-size: 1.5em;
  min-width: 40px;
  text-align: center;
}
#cart .cart-content .panes .pane#cart-participants .total, #cart .cart-content .panes .pane#cart-options .total, #cart .cart-content .panes .pane#cart-resume .total {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
#cart .cart-content .panes .pane#cart-participants .total .label, #cart .cart-content .panes .pane#cart-options .total .label, #cart .cart-content .panes .pane#cart-resume .total .label {
  font-size: 1.3em;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 20px 5px 20px;
  min-width: 85px;
}
#cart .cart-content .panes .pane#cart-dates .content {
  height: calc(90vh - 260px);
  overflow-x: hidden;
  overflow-y: auto;
}
#cart .cart-content .panes .pane#cart-dates .no-place-available {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
  color: #3C3B3A;
  background: #FFF;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid red;
}
#cart .cart-content .panes .pane#cart-dates .no-place-available * {
  text-align: center;
}
#cart .cart-content .panes .pane#cart-dates .no-place-available a {
  margin-top: 20px;
}
#cart .cart-content .panes .pane#cart-dates .item {
  font-family: raleway-regular, Verdana, Geneva, sans-serif;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.1em;
  min-width: 400px;
  transition: 0.3s;
  padding: 10px 25px 10px 25px;
  border-radius: 20px;
  margin-bottom: 15px;
  box-sizing: border-box;
  background: #F4F4F4;
}
#cart .cart-content .panes .pane#cart-dates .item:hover {
  transform: scale(1.05);
}
#cart .cart-content .panes .pane#cart-dates .item.check {
  background: #8BC2A1;
}
#cart .cart-content .panes .pane#cart-dates .item.undispo, #cart .cart-content .panes .pane#cart-dates .item.full {
  opacity: 0.3;
  pointer-events: none;
}
#cart .cart-content .panes .pane#cart-dates .item .hours {
  white-space: nowrap;
}
#cart .cart-content .panes .pane#cart-dates .item .hours .value {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
}
#cart .cart-content .panes .pane#cart-dates .item .day {
  white-space: nowrap;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
}
#cart .cart-content .panes .pane#cart-dates .item .dispo {
  white-space: nowrap;
}
#cart .cart-content .panes .pane#cart-dates .item .dispo .value {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
}
#cart .cart-content .panes .pane#cart-dates .item .spacer-dash {
  flex: 1;
  width: 100%;
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  height: 1px;
  margin: 0 5px 0 5px;
  min-width: 20px;
}
#cart .cart-content .panes .pane#cart-connect #form-cart-connect {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#cart .cart-content .panes .pane#cart-register-step1 #form-cart-signup-step1,
#cart .cart-content .panes .pane#cart-register-step1 #form-cart-signup-step2, #cart .cart-content .panes .pane#cart-register-step2 #form-cart-signup-step1,
#cart .cart-content .panes .pane#cart-register-step2 #form-cart-signup-step2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#cart .cart-content .panes .pane#cart-ask-for-pay .realname {
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
}
#cart .cart-content .panes .pane#cart-ask-for-pay .amount {
  font-family: raleway-bold, Verdana, Geneva, sans-serif;
  font-size: 1.5em;
}
#cart .cart-content .panes .pane#cart-ask-for-pay .buttons {
  margin-top: 0;
}
#cart .cart-content .panes .pane#cart-ask-for-pay .bank .bank_logo {
  width: 180px;
  margin-top: 20px;
}
#cart .cart-content .panes .pane .buttons {
  margin-top: 20px;
}
#cart .cart-content .panes .pane .buttons button {
  transition: 0.3s;
}
#cart .cart-content .panes .pane .buttons button:hover {
  transform: scale(1.1);
}
#cart .cart-content .panes .pane .buttons button.previous {
  background: rgba(0, 0, 0, 0.15);
}

body.mobile #cart .cart-content {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
  border-radius: 0;
  padding: 0 30px 0 30px;
}
body.mobile #cart .cart-content .panes {
  width: 100%;
}
body.mobile #cart .cart-content .panes .pane {
  width: 100%;
}
body.mobile #cart .cart-content .panes .pane .title img {
  width: 50px;
}
body.mobile #cart .cart-content .panes .pane .title .label {
  font-size: 22px;
}
body.mobile #cart .cart-content .panes #cart-participants .content .item .label {
  font-size: 15px;
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
}
body.mobile #cart .cart-content .panes #cart-dates .content .item {
  font-size: 15px;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  margin-bottom: 15px;
}
body.mobile #cart .cart-content .panes #cart-dates .content .item .spacer-dash {
  display: none;
}
body.mobile #cart .cart-content .panes #cart-options .content .item {
  font-size: 15px;
}
body.mobile #cart .cart-content .panes #cart-options .content .item .label {
  font-family: raleway-semibold, Verdana, Geneva, sans-serif;
}

.page-error {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 50px;
  box-sizing: border-box;
  color: #80AB8F;
  font-size: 18px;
  font-family: raleway-light, Verdana, Geneva, sans-serif;
  background: #F1F1F1;
}
.page-error .logo {
  width: 100px;
  margin-bottom: 30px;
}
.page-error .title {
  font-size: 35px;
  margin: 0 0 20px 0;
  text-align: center;
}
.page-error .explain {
  text-align: center;
}

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