/* ***************************
          RESET
**************************** */
/* HTML5 display-role reset for older browsers */
@import url("https://fonts.googleapis.com/css?family=Lato:");
/* line 5, ../../../web/assets/sass/elements/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 8, ../../../web/assets/sass/elements/_reset.scss */
body, html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-y: initial !important;
}

/* line 15, ../../../web/assets/sass/elements/_reset.scss */
body {
  line-height: 1;
}

/* line 18, ../../../web/assets/sass/elements/_reset.scss */
section {
  position: relative;
}

/* line 21, ../../../web/assets/sass/elements/_reset.scss */
article {
  position: relative;
}

/* line 24, ../../../web/assets/sass/elements/_reset.scss */
em {
  font-style: italic;
}

/* line 27, ../../../web/assets/sass/elements/_reset.scss */
strong {
  font-family: bold;
}

/* line 30, ../../../web/assets/sass/elements/_reset.scss */
label {
  font-weight: inherit;
}

/* line 33, ../../../web/assets/sass/elements/_reset.scss */
a {
  color: currentColor;
}

/* line 36, ../../../web/assets/sass/elements/_reset.scss */
a:visited, a:link {
  text-decoration: none;
}

/* line 39, ../../../web/assets/sass/elements/_reset.scss */
ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

/* line 49, ../../../web/assets/sass/elements/_reset.scss */
hr {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-style: inset;
  border-width: 0;
}

/* line 57, ../../../web/assets/sass/elements/_reset.scss */
p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0.5em 0;
  font-size: 1em;
}

/* line 65, ../../../web/assets/sass/elements/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 69, ../../../web/assets/sass/elements/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

/* line 79, ../../../web/assets/sass/elements/_reset.scss */
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

/* line 86, ../../../web/assets/sass/elements/_reset.scss */
button:focus, input:focus {
  outline: none;
}

/* line 90, ../../../web/assets/sass/elements/_reset.scss */
blockquote, q {
  quotes: none;
}
/* line 92, ../../../web/assets/sass/elements/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 97, ../../../web/assets/sass/elements/_reset.scss */
* {
  box-sizing: border-box;
  /*inclut le border et le padding dans la largeur du bloc; n'inclut pas le margin*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 102, ../../../web/assets/sass/elements/_reset.scss */
.clear {
  clear: both;
}

@font-face {
  font-family: 'robotobold';
  src: url("/assets/fonts/roboto-bold.eot");
  src: url("/assets/fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto-bold.woff2") format("woff2"), url("/assets/fonts/roboto-bold.woff") format("woff"), url("/assets/fonts/roboto-bold.ttf") format("truetype"), url("/assets/fonts/roboto-bold.svg#robotobold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url("/assets/fonts/roboto-regular.eot");
  src: url("/assets/fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto-regular.woff2") format("woff2"), url("/assets/fonts/roboto-regular.woff") format("woff"), url("/assets/fonts/roboto-regular.ttf") format("truetype"), url("/assets/fonts/roboto-regular.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.eot?4drylk");
  src: url("/assets/fonts/icomoon.eot?4drylk#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.woff2?4drylk") format("woff2"), url("/assets/fonts/icomoon.ttf?4drylk") format("truetype"), url("/assets/fonts/icomoon.woff?4drylk") format("woff"), url("/assets/fonts/icomoon.svg?4drylk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 40, ../../../web/assets/sass/elements/_utils.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 55, ../../../web/assets/sass/elements/_utils.scss */
.icon-cross:before {
  content: "\ed6d";
}

/* line 58, ../../../web/assets/sass/elements/_utils.scss */
.icon-pinterest:before {
  content: "\e900";
}

/* line 61, ../../../web/assets/sass/elements/_utils.scss */
.icon-instagram:before {
  content: "\eef1";
}

/* line 64, ../../../web/assets/sass/elements/_utils.scss */
.icon-twitter:before {
  content: "\eef5";
}

/* line 67, ../../../web/assets/sass/elements/_utils.scss */
.icon-map-bold:before {
  content: "\ea3c";
}

/* line 70, ../../../web/assets/sass/elements/_utils.scss */
.icon-map:before {
  content: "\ea3d";
}

/* line 73, ../../../web/assets/sass/elements/_utils.scss */
.icon-mobile:before {
  content: "\ea78";
}

/* line 76, ../../../web/assets/sass/elements/_utils.scss */
.icon-users:before {
  content: "\eaf8";
}

/* line 79, ../../../web/assets/sass/elements/_utils.scss */
.icon-shrink:before {
  content: "\eb3d";
}

/* line 82, ../../../web/assets/sass/elements/_utils.scss */
.icon-arrow-right:before {
  content: "\edbe";
}

/* line 85, ../../../web/assets/sass/elements/_utils.scss */
.icon-google-plus:before {
  content: "\eeea";
}

/* line 88, ../../../web/assets/sass/elements/_utils.scss */
.icon-facebook:before {
  content: "\eeef";
}

/* line 91, ../../../web/assets/sass/elements/_utils.scss */
.icon-youtube:before {
  content: "\eefc";
}

/* line 94, ../../../web/assets/sass/elements/_utils.scss */
.icon-eliophot:before {
  content: "\e901";
}

/* line 97, ../../../web/assets/sass/elements/_utils.scss */
.icon-bed:before {
  content: "\e608";
}

/* line 100, ../../../web/assets/sass/elements/_utils.scss */
.icon-envelope:before {
  content: "\e696";
}

/* line 103, ../../../web/assets/sass/elements/_utils.scss */
.icon-camera:before {
  content: "\e704";
}

/* line 106, ../../../web/assets/sass/elements/_utils.scss */
.icon-calendar-full:before {
  content: "\e789";
}

/* line 109, ../../../web/assets/sass/elements/_utils.scss */
.icon-network:before {
  content: "\e886";
}

/* line 57, ../../../web/assets/sass/elements/_variables.scss */
.btnGen, .btnInterne, .btnResa1,
.btnResa2 {
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid;
  cursor: pointer;
  text-align: center;
  min-width: 208px;
}
/* line 64, ../../../web/assets/sass/elements/_variables.scss */
.btnGen a, .btnInterne a, .btnResa1 a,
.btnResa2 a {
  padding: 1.4em 2em;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* line 70, ../../../web/assets/sass/elements/_variables.scss */
.btnGen button, .btnInterne button, .btnResa1 button,
.btnResa2 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  font-size: 1em;
  padding: 1.4em 2em;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* line 85, ../../../web/assets/sass/elements/_variables.scss */
.btnInterne {
  background-color: #0164a8;
  border-color: #0164a8;
  color: #ffffff;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 18em;
}
/* line 93, ../../../web/assets/sass/elements/_variables.scss */
.btnInterne.hover:hover {
  background-color: #ffffff;
  border-color: #0164a8;
  color: #0164a8;
}

/* line 100, ../../../web/assets/sass/elements/_variables.scss */
button.btnInterne {
  padding: 1.4em 2em;
}

/* line 104, ../../../web/assets/sass/elements/_variables.scss */
.btnResa, .btnResa1,
.btnResa2 {
  max-width: 12em;
}
/* line 106, ../../../web/assets/sass/elements/_variables.scss */
.btnResa .lg1, .btnResa1 .lg1,
.btnResa2 .lg1 {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 140%;
  text-transform: uppercase;
}
/* line 113, ../../../web/assets/sass/elements/_variables.scss */
.btnResa:hover, .btnResa1:hover,
.btnResa2:hover {
  background-color: #1588c4;
  border-color: #1588c4;
  color: #ffffff;
}
/* line 118, ../../../web/assets/sass/elements/_variables.scss */
.btnResa a, .btnResa1 a,
.btnResa2 a {
  padding: 1em 2em;
}

/* line 123, ../../../web/assets/sass/elements/_variables.scss */
.btnResa1,
.btnResa2 {
  background-color: #13a7eb;
  border-color: #13a7eb;
  color: #ffffff;
}

/* line 1, ../../../web/assets/sass/elements/_header.scss */
body {
  margin-top: 6.5rem;
}

/* line 4, ../../../web/assets/sass/elements/_header.scss */
header {
  background-color: #ffffff;
  color: #0164a8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: 10;
}
/* line 16, ../../../web/assets/sass/elements/_header.scss */
header .quickaccess {
  display: none;
}

/* line 20, ../../../web/assets/sass/elements/_header.scss */
.infosHeader {
  padding: 0 0.5em;
}

/* line 24, ../../../web/assets/sass/elements/_header.scss */
.langues {
  color: #0164a8;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 29, ../../../web/assets/sass/elements/_header.scss */
.langues i {
  padding-right: 0.4em;
  vertical-align: middle;
}
/* line 33, ../../../web/assets/sass/elements/_header.scss */
.langues .en_cours, .langues .langue_selector {
  vertical-align: middle;
}
/* line 35, ../../../web/assets/sass/elements/_header.scss */
.langues .en_cours a, .langues .langue_selector a {
  padding: 0 0.25em;
}
/* line 39, ../../../web/assets/sass/elements/_header.scss */
.langues .langue_selector {
  color: #52b0f0;
}

/* line 43, ../../../web/assets/sass/elements/_header.scss */
.quickaccess {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  padding-left: 0.4em;
  text-transform: uppercase;
  vertical-align: top;
}
/* line 50, ../../../web/assets/sass/elements/_header.scss */
.quickaccess a:last-child {
  margin: 0 0.5em;
}
/* line 53, ../../../web/assets/sass/elements/_header.scss */
.quickaccess a span {
  display: inline;
  font-size: 0.8em;
  padding-left: 0.5em;
  vertical-align: middle;
}
/* line 60, ../../../web/assets/sass/elements/_header.scss */
.quickaccess i {
  color: #13a7eb;
  vertical-align: middle;
}

/* line 65, ../../../web/assets/sass/elements/_header.scss */
#quickaccessMobile {
  background-color: #0164a8;
  bottom: 0;
  color: white;
  height: 2.4rem;
  line-height: 2.4rem;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
}
/* line 76, ../../../web/assets/sass/elements/_header.scss */
#quickaccessMobile a span {
  padding-left: 0.8em;
}
/* line 80, ../../../web/assets/sass/elements/_header.scss */
#quickaccessMobile i {
  background-color: #ffffff;
  border-radius: 1em;
  display: inline-block;
  height: 1.8em;
  width: 1.8em;
  line-height: 1.8em;
}

/* line 89, ../../../web/assets/sass/elements/_header.scss */
.logoHeader {
  text-align: center;
}
/* line 92, ../../../web/assets/sass/elements/_header.scss */
.logoHeader img {
  max-width: 80%;
}

/* line 96, ../../../web/assets/sass/elements/_header.scss */
#resaHeader {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-color: #13a7eb;
  color: #ffffff;
  flex-grow: 0;
  height: 100%;
  line-height: 4rem;
  text-align: center;
  width: 4em;
}
/* line 105, ../../../web/assets/sass/elements/_header.scss */
#resaHeader button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  font-size: 1em;
  padding: 0.6em 1em;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* line 119, ../../../web/assets/sass/elements/_header.scss */
#resaHeader i {
  font-size: 1.5em;
  vertical-align: middle;
}
/* line 123, ../../../web/assets/sass/elements/_header.scss */
#resaHeader .lg1, #resaHeader .lg2 {
  display: none;
}
/* line 126, ../../../web/assets/sass/elements/_header.scss */
#resaHeader.hover:hover {
  background-color: #1588c4;
  color: #ffffff;
}

/* line 131, ../../../web/assets/sass/elements/_header.scss */
#navPrincipale {
  background-color: #0164a8;
  color: #ffffff;
  position: fixed;
  top: 4rem;
  width: 100%;
  z-index: 10;
}
/* line 138, ../../../web/assets/sass/elements/_header.scss */
#navPrincipale ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
/* line 145, ../../../web/assets/sass/elements/_header.scss */
#navPrincipale li {
  font-size: 0.8em;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0 3vw;
}
/* line 150, ../../../web/assets/sass/elements/_header.scss */
#navPrincipale li a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
/* line 154, ../../../web/assets/sass/elements/_header.scss */
#navPrincipale li a.active, #navPrincipale li a.hover:hover {
  color: #85d6e2;
}

@media only screen and (min-width: 641px) {
  /* line 162, ../../../web/assets/sass/elements/_header.scss */
  body {
    margin-top: 9rem;
  }

  /* line 165, ../../../web/assets/sass/elements/_header.scss */
  header {
    height: 5rem;
  }

  /* line 168, ../../../web/assets/sass/elements/_header.scss */
  .infosHeader {
    flex-grow: 0;
    padding: 0 1em;
  }
  /* line 171, ../../../web/assets/sass/elements/_header.scss */
  .infosHeader menu, .infosHeader .quickaccess {
    display: inline;
  }

  /* line 175, ../../../web/assets/sass/elements/_header.scss */
  #quickaccessMobile {
    display: none;
  }

  /* line 178, ../../../web/assets/sass/elements/_header.scss */
  .langues {
    height: auto;
  }
  /* line 180, ../../../web/assets/sass/elements/_header.scss */
  .langues:after, .langues::after {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #0164a8;
    content: '';
    display: inline-block;
    height: 4px;
    margin: 0 0 0 0.4em;
    vertical-align: middle;
    width: 4px;
  }

  /* line 194, ../../../web/assets/sass/elements/_header.scss */
  .quickaccess a span {
    display: none;
  }

  /* line 199, ../../../web/assets/sass/elements/_header.scss */
  .logoHeader {
    flex-grow: 0;
  }
  /* line 202, ../../../web/assets/sass/elements/_header.scss */
  .logoHeader img {
    max-width: none;
  }

  /* line 206, ../../../web/assets/sass/elements/_header.scss */
  #resaHeader {
    flex-grow: 0;
    height: 100%;
    line-height: normal;
    width: auto;
    min-width: 7em;
  }
  /* line 212, ../../../web/assets/sass/elements/_header.scss */
  #resaHeader a {
    padding: 0.6em 1em;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  /* line 218, ../../../web/assets/sass/elements/_header.scss */
  #resaHeader i {
    font-size: 1.3em;
  }
  /* line 221, ../../../web/assets/sass/elements/_header.scss */
  #resaHeader .lg1, #resaHeader .lg2 {
    display: block;
    font-size: 0.9em;
    line-height: 100%;
  }
  /* line 226, ../../../web/assets/sass/elements/_header.scss */
  #resaHeader .lg1 {
    font-family: "Arial", sans-serif;
    font-weight: 700;
    padding-top: 0.5em;
    text-transform: uppercase;
  }

  /* line 233, ../../../web/assets/sass/elements/_header.scss */
  #navPrincipale {
    top: 5rem;
  }
  /* line 235, ../../../web/assets/sass/elements/_header.scss */
  #navPrincipale li {
    font-size: 1em;
    height: 4em;
    line-height: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 245, ../../../web/assets/sass/elements/_header.scss */
  .quickaccess a:last-child {
    margin: 0 0.5em;
  }
  /* line 248, ../../../web/assets/sass/elements/_header.scss */
  .quickaccess a span {
    display: inline;
  }

  /* line 253, ../../../web/assets/sass/elements/_header.scss */
  .logoHeader {
    flex-grow: 0;
    margin-right: 10%;
  }
}
/* line 8, ../../../web/assets/sass/_commun_head.scss */
body {
  color: #333333;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  background-color: #ffffff;
}

/* line 15, ../../../web/assets/sass/_commun_head.scss */
.titresTypeh1, h1, h3.titleChambre {
  color: #0164a8;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  line-height: 120%;
}

/* line 21, ../../../web/assets/sass/_commun_head.scss */
.titresTypeh2, h2, h3.classic, h4 {
  color: #13a7eb;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 27, ../../../web/assets/sass/_commun_head.scss */
h1 {
  font-size: 1.875em;
  margin-bottom: 0.3em;
}

/* line 32, ../../../web/assets/sass/_commun_head.scss */
h2 {
  font-size: 1.375em;
}

/* line 36, ../../../web/assets/sass/_commun_head.scss */
h1, h2 {
  font-family: Lato, "Arial", sans-serif;
}

/* line 41, ../../../web/assets/sass/_commun_head.scss */
h3.classic {
  font-size: 1.25em;
}
/* line 45, ../../../web/assets/sass/_commun_head.scss */
h3.titleChambre {
  font-size: 1.625em;
}

/* line 50, ../../../web/assets/sass/_commun_head.scss */
h4 {
  font-size: 1.125em;
}

/* line 54, ../../../web/assets/sass/_commun_head.scss */
p {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 180%;
}

/* line 59, ../../../web/assets/sass/_commun_head.scss */
a {
  color: currentColor;
}

/* line 62, ../../../web/assets/sass/_commun_head.scss */
strong {
  font-family: "Arial", sans-serif;
  font-weight: 700;
}

/* line 67, ../../../web/assets/sass/_commun_head.scss */
.header-body-opacity {
  position: fixed;
  left: -100vw;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #000;
  transition: opacity 0.2s;
  z-index: 20;
}
/* line 76, ../../../web/assets/sass/_commun_head.scss */
.header-body-opacity.open {
  left: 0;
  top: 0;
  opacity: 0.5;
}
/* line 81, ../../../web/assets/sass/_commun_head.scss */
.header-body-opacity.open-zindex {
  z-index: 31;
}

/* line 88, ../../../web/assets/sass/_commun_head.scss */
.photo {
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 95, ../../../web/assets/sass/_commun_head.scss */
.photo img {
  vertical-align: middle;
}

/* line 99, ../../../web/assets/sass/_commun_head.scss */
.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 641px) {
  /* line 109, ../../../web/assets/sass/_commun_head.scss */
  body {
    font-size: 1em;
  }
}
/* line 2, assetic_compassLiRIpq.scss */
article {
  padding: 2em 1.5rem;
}

/* line 5, assetic_compassLiRIpq.scss */
h1, h2 {
  text-align: center;
}

/* line 8, assetic_compassLiRIpq.scss */
.content {
  margin: 0 auto;
  padding: 1.5rem 0;
  max-width: 630px;
}
