h1 {
  color: #226283;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 59px;
}

h2 {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 29px;
}

.body {
  font-family: Roboto, sans-serif;
}

.section_hp {
  height: 100vh;
  background-image: url('../images/back_hp.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.all {
  width: 950px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  width: 100%;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
}

.brand {
  height: 35px;
  color: #e7b04d;
  align-items: center;
  font-family: Satisfy, sans-serif;
  font-size: 22px;
  line-height: 27px;
  display: flex;
}

.image {
  margin-left: 15px;
  margin-right: 20px;
}

.inparis {
  color: #226283;
}

.nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom: 3px solid #e7b04d;
}

.nav-link.langue {
  width: 51px;
  height: 35px;
  max-height: 35px;
  max-width: 51px;
  min-height: 35px;
  min-width: 51px;
  background-image: url('../images/fr.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
  padding: 0;
}

.nav-link.langue:hover {
  border: 1px #000;
}

.nav-link.langue.en, .nav-link.langue.anglais {
  background-image: url('../images/en.jpg');
}

.hp_footer {
  height: 85px;
  color: #226283;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  display: flex;
}

.logoref {
  margin-left: 10px;
  margin-right: 10px;
}

.barre_recherche {
  width: 940px;
  height: 130px;
  background-color: #fff;
  margin-top: 19px;
  margin-bottom: 155px;
  display: flex;
  box-shadow: 0 0 6px #e4e4e4;
}

.section {
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  padding-top: 135px;
  padding-bottom: 150px;
  display: flex;
}

.section.section_equipements {
  background-color: #fff;
}

.section.section_appartements {
  background-color: #fff;
  padding-bottom: 50px;
}

.section.section_services, .section.section_decouvrez {
  background-color: #fff;
}

.section.section_avis {
  background-color: #fff;
  flex-wrap: wrap;
}

.titre2 {
  color: #226283;
  text-transform: none;
  margin-bottom: 70px;
  font-size: 45px;
  line-height: 50px;
}

.titre2.decouvrez {
  margin-bottom: 24px;
}

.exergue {
  color: #e7b04d;
  font-family: Satisfy, sans-serif;
  font-size: 53px;
}

.exergue.appartements_nomappart {
  font-size: 42px;
  line-height: 45px;
}

.exergue.services_ville {
  font-size: 32px;
  line-height: 37px;
}

.exergue.bleu {
  color: #226283;
}

.appartements_containervignettes {
  width: 100%;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  display: flex;
}

.appartements_vignette {
  width: 310px;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}

.appartements_vignette:hover {
  transform: scale(1.03);
}

.appart {
  width: 100%;
  height: 177px;
  background-image: url('../images/parenthese_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.appart.insolite {
  background-image: url('../images/insolite_1.jpg');
}

.appart.lesmarches {
  background-image: url('../images/lesmarches_1.jpg');
  background-position: 50% 0;
}

.appart.apresleffort {
  background-image: url('../images/apresleffort_1.jpg');
}

.appart.harmonie {
  background-image: url('../images/harmonie_1.jpg');
}

.appartements_ville {
  color: #979797;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
}

.appartements_cta {
  color: #226283;
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.section_equipements {
  min-height: 100vh;
}

.equipements_bloc {
  width: 460px;
  margin-left: 20px;
  margin-right: 20px;
}

.equipements_titre {
  color: #226283;
  text-align: center;
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 35px;
}

.equipements_blocbloc {
  height: 340px;
  background-color: #f6f7fc;
  border-radius: 5px;
  margin-bottom: 85px;
  padding: 30px 30px 30px 25px;
}

.equipements_blocbloc.bloccourt {
  height: 260px;
  margin-bottom: 0;
}

.equipements_grandbloc {
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services_soustitre {
  width: 90%;
  max-width: 855px;
  text-align: center;
  margin-top: -46px;
}

.services_bloc {
  width: 920px;
  min-height: 10px;
  margin-top: 79px;
}

.satisfy {
  color: #e7b04d;
  text-transform: none;
  margin-bottom: 79px;
  font-family: Satisfy, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.jaune {
  color: #e7b04d;
  font-weight: 700;
  text-decoration: none;
}

.bloc_cle {
  width: 280px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bloc_cletitre {
  color: #226283;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
}

.bloc_clegris {
  width: 100%;
  height: 136px;
  background-color: #f6f7fc;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.textcle {
  font-size: 15px;
  font-style: italic;
  line-height: 20px;
}

.bloctoutcle {
  width: 100%;
  max-width: 949px;
  justify-content: space-between;
  margin-top: 65px;
  display: flex;
}

.blocavis {
  width: 450px;
  min-height: 315px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 20px;
  font-size: 18px;
  line-height: 23px;
}

.aviscercle {
  width: 41px;
  height: 41px;
  color: #fff;
  background-color: #76b95f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.aviscercle.vertfonce {
  background-color: #0c7a0c;
}

.aviscercle.gris {
  background-color: #878787;
}

.aviscercle.bleu {
  background-color: #32afe0;
}

.aviscercle.rouge {
  background-color: #ea6b6b;
}

.avispays {
  align-items: center;
  display: flex;
}

.avispaystexte {
  color: #636562;
  margin-left: 4px;
}

.avisblochaut {
  display: flex;
}

.avistexte {
  margin-top: 15px;
  font-size: 18px;
  line-height: 23px;
}

.bloctoutavis {
  width: 100%;
  max-width: 920px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  display: flex;
}

.ensemble {
  display: inline-block;
}

.button {
  text-transform: uppercase;
  background-color: #e7b04d;
  margin-top: 81px;
  padding: 17px 25px;
  font-size: 27px;
  font-weight: 700;
  line-height: 32px;
}

.linkmx, .footer_textebas {
  color: #fff;
  text-decoration: none;
}

.blocfooterdroite {
  display: flex;
}

.footer {
  width: 100%;
  background-color: #226283;
  flex-direction: column;
  align-items: center;
  padding: 40px 26px 15px;
  display: flex;
}

.footer_blocbas {
  width: 100%;
  max-width: 886px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 59px;
  display: flex;
}

.titrefooter {
  color: #fff;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 30px;
}

.petittextefooter {
  color: #fff;
  text-decoration: none;
}

.logotexte {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.bloccolonne {
  width: 100%;
  max-width: 919px;
  justify-content: space-between;
  display: flex;
}

.petitlogo {
  margin-right: 10px;
}

.souligne {
  text-decoration: underline;
}

.section_reservation {
  background-color: #fff;
}

.iframe_reservations {
  min-height: 1500px;
}

.titrereservation {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 8px;
}

.livret {
  color: #daa520;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Satisfy, sans-serif;
  font-size: 42px;
  line-height: 47px;
  text-decoration: none;
  display: flex;
}

.salon {
  width: 100%;
  height: 180px;
  background-image: url('../images/parenthese.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  margin-top: 9px;
}

.salon.fauteuil {
  background-image: url('../images/insolite.jpg');
}

.salon.lit {
  background-image: url('../images/lesmarches.jpg');
}

.salon.cuisine {
  background-image: url('../images/harmonie.jpg');
}

.salon.chambre {
  background-image: url('../images/apresleffort.jpg');
}

.bloclivrets {
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  margin-bottom: 200px;
  display: flex;
}

.h1contact {
  text-align: center;
  margin-top: 71px;
}

.reponse {
  color: #e7b04d;
  margin-top: 9px;
  font-family: Satisfy, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.bloctel {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.textecontact {
  color: #226283;
  margin-left: 23px;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
}

.bloccontact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 400px;
  display: flex;
}

.textlivret {
  text-align: center;
  margin-bottom: 64px;
}

.bloc_check {
  margin-right: 10px;
  font-weight: 700;
}

.bloc_check.bloccle {
  margin-right: 10px;
  font-size: 2px;
}

.bloc_ligne {
  align-items: flex-start;
  display: flex;
}

.bloc_ligne.bloclignecle {
  align-items: flex-start;
}

.ensdesk {
  display: inline-block;
}

.date-field {
  width: 100%;
  min-height: 48px;
  color: #151e24;
  border: 1px solid #fff;
  margin-bottom: 0;
  padding: 12px 16px 12px 15px;
  font-size: 18px;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::-ms-input-placeholder {
  color: #a0a6b0;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.blocarrivee {
  width: 150px;
  margin-left: 20px;
  margin-right: 50px;
}

.blocdepart {
  width: 150px;
  margin-right: 50px;
}

.adultes, .enfants {
  margin-right: 50px;
}

.form {
  width: 100%;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.formblock {
  width: 100%;
  height: 130px;
  justify-content: center;
  display: flex;
}

.label {
  color: #226283;
  font-size: 16px;
  font-weight: 700;
}

.selectfield {
  min-height: 48px;
  background-color: #fff;
  border: 1px #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.cta {
  width: 260px;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
  background-color: #e7b04d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.arr {
  font-size: 14px;
  line-height: 20px;
}

.chartementions {
  width: 850px;
  margin-top: 45px;
  margin-bottom: 136px;
}

.titrebleu {
  color: #226283;
  font-weight: 700;
}

.normal {
  color: #226283;
  text-decoration: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .all {
    width: 1200px;
  }

  .navbar {
    height: 35px;
    margin-top: 16px;
    padding-left: 60px;
    padding-right: 20px;
  }

  .brand {
    height: 35px;
    color: #e7b04d;
    align-items: center;
    font-family: Satisfy, sans-serif;
    font-size: 19px;
    line-height: 24px;
  }

  .image {
    margin-right: 14px;
  }

  .nav-link.en {
    width: 31px;
    height: 21px;
    max-height: 21px;
    max-width: 31px;
    min-height: 21px;
    min-width: 31px;
    background-image: url('../images/en.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 33px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }

  .appartements_containervignettes, .equipements_grandbloc {
    max-width: 1200px;
  }

  .section_reservation {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .iframe_reservations {
    width: 100%;
  }

  .livret {
    width: auto;
    height: auto;
    color: #e7b04d;
    margin-left: 50px;
    margin-right: 50px;
    font-family: Satisfy, sans-serif;
    font-size: 42px;
    line-height: 47px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 20px;
    line-height: 27px;
  }

  .section_hp {
    padding-left: 0;
    padding-right: 0;
  }

  .all {
    width: 768px;
  }

  .navbar {
    height: 60px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .brand {
    height: 60px;
  }

  .nav-link {
    height: 35px;
  }

  .nav-link:hover {
    border: 1px #000;
  }

  .nav-link.langue {
    width: 100%;
    height: 35px;
    max-height: 400px;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    background-position: 2%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hp_footer {
    font-size: 20px;
  }

  .barre_recherche {
    width: 703px;
    height: auto;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .equipements_titre {
    font-size: 25px;
    line-height: 30px;
  }

  .equipements_blocbloc.bloccourt {
    margin-bottom: 85px;
  }

  .equipements_blocbloc.bloccourt.blocinfos {
    height: 220px;
    margin-bottom: 0;
  }

  .services_soustitre {
    max-width: 700px;
  }

  .services_bloc {
    width: 80%;
  }

  .bloc_cle {
    width: 350px;
    margin-bottom: 80px;
  }

  .bloc_clegris {
    height: auto;
    padding-bottom: 11px;
  }

  .textcle {
    font-size: 18px;
    line-height: 25px;
  }

  .bloctoutcle {
    flex-direction: column;
    align-items: center;
  }

  .blocavis {
    width: 350px;
    min-height: 260px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .avistexte {
    font-size: 16px;
    line-height: 21px;
  }

  .bloctoutavis {
    justify-content: center;
  }

  .footer_textebas {
    font-size: 17px;
    line-height: 22px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer_blocbas {
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 35px;
  }

  .bloccolonne {
    max-width: 740px;
    justify-content: space-between;
  }

  .bloc_check.bloccle {
    margin-right: 10px;
  }

  .ens {
    display: block;
  }

  .date-field {
    text-align: center;
  }

  .blocarrivee, .blocdepart {
    width: 40%;
    margin-bottom: 30px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .form {
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    padding-top: 29px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .formblock {
    height: auto;
    margin-bottom: 0;
  }

  .label {
    text-align: center;
  }

  .menubutton {
    width: 60px;
    height: 60px;
  }

  .navmenustyles {
    background-color: #fff;
    padding-bottom: 5px;
  }

  .chartementions {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  p {
    font-size: 17px;
    line-height: 25px;
  }

  .all {
    width: 100%;
  }

  .hp_footer {
    flex-direction: column;
  }

  .barre_recherche {
    width: 90%;
  }

  .titre2 {
    font-size: 35px;
  }

  .titre2.decouvrez {
    margin-bottom: 5px;
  }

  .exergue {
    margin-left: 5px;
    font-size: 45px;
  }

  .equipements_bloc {
    width: 400px;
  }

  .equipements_blocbloc {
    height: auto;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .equipements_blocbloc.bloccourt, .equipements_blocbloc.bloccourt.blocinfos {
    height: auto;
  }

  .services_soustitre {
    width: 90%;
    max-width: 650px;
  }

  .colonne {
    margin-bottom: 40px;
  }

  .footer_textebas {
    margin-top: 10px;
  }

  .footer_blocbas {
    flex-direction: column;
    justify-content: center;
  }

  .bloccolonne {
    flex-direction: column;
    align-items: flex-start;
  }

  .bloclivrets {
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }

  .ens {
    display: inline;
  }

  .blocarrivee, .blocdepart {
    width: 40%;
  }

  .form {
    width: 90%;
  }

  .cta {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ensmoball {
    display: inline-block;
  }

  .heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 46px;
    font-size: 48px;
    line-height: 52px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .section_hp {
    height: auto;
    min-height: 100vh;
  }

  .all {
    width: 90%;
    min-width: 320px;
  }

  .inparis {
    display: inline-block;
  }

  .hp_footer {
    height: 77px;
    font-size: 16px;
    line-height: 24px;
  }

  .logoref {
    height: 20px;
  }

  .barre_recherche {
    width: 95%;
  }

  .titre2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .exergue {
    font-size: 40px;
  }

  .exergue.appartements_nomappart {
    font-size: 32px;
  }

  .exergue.bleu {
    display: inline-block;
  }

  .appartements_vignette {
    width: 246px;
  }

  .appart {
    height: 133px;
  }

  .appartements_ville {
    margin-bottom: 20px;
  }

  .appartements_cta {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .equipements_titre {
    font-size: 22px;
    line-height: 27px;
  }

  .equipements_blocbloc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .satisfy {
    text-align: center;
    line-height: 41px;
  }

  .bloc_cle {
    width: 100%;
  }

  .bloc_clegris {
    width: 90%;
    max-width: 400px;
  }

  .textcle {
    font-size: 16px;
  }

  .button {
    width: 250px;
    text-align: center;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_textebas {
    text-align: center;
    margin-top: 15px;
    font-size: 17px;
    line-height: 22px;
  }

  .footer_blocbas {
    margin-top: 20px;
  }

  .livret {
    margin-bottom: 40px;
    font-size: 29px;
    line-height: 34px;
  }

  .reponse {
    text-align: center;
    font-size: 34px;
    line-height: 39px;
  }

  .bloctel {
    margin-bottom: 20px;
  }

  .textecontact {
    font-size: 19px;
  }

  .bloccontact {
    align-items: flex-start;
  }

  .ens {
    display: inline-block;
  }

  .form {
    flex-wrap: wrap;
  }

  .ensmoball {
    display: inline;
  }
}


