* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a:link,
a:visited,
a:hover,
a:active {
  outline: none
}

a img {
  border: none;
}

img {
  height: auto;
  border: none;
}

ul {
  list-style-type: disc;
}

ul.link {
  padding: 0;
}

ul.link li {
  margin-bottom: 8px;
}

.link {
  text-decoration: underline;
  font-weight: 500;
}

.listinline li {
  display: inline-block;
}

p {
  margin: .75em 0 0;
}

.pointer {
  cursor: pointer;
}

.txtcenter {
  text-align: center;
}

.txtleft {
  text-align: left;
}

.just {
  text-align: justify;
}

.nopad {
  padding: 0;
}

.under,
.link:hover,
footer a:hover {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.ital {
  font-style: italic;
}

.white {
  color: #fff;
}

.gold {
  color: #ebbb3a !important;
}

.grey {
  color: #282d3d;
}

.bglg, .cadre {
  background: #f5f5f5;
}

.bgBlue {
  background: rgb(65, 106, 167);
}

.blue, h2, .link {
  color: rgb(65, 106, 167);
}

.bgBrown {
  background: #212526;
}

.ma0 {
  margin: 0;
}

.pa0 {
  padding: 0;
}

.ma1 {
  margin: 10px;
}

.ma2 {
  margin: 20px;
}

.ma3 {
  margin: 30px;
}

.pa1 {
  padding: 10px;
}

.pa2, .cadre {
  padding: 20px;
}

.pa3 {
  padding: 30px;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 10px;
}

.mt2, .cadre {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 10px;
}

.mr2 {
  margin-right: 20px;
}

.mr3 {
  margin-right: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 10px;
}

.ml2 {
  margin-left: 20px;
}

.ml3 {
  margin-left: 30px;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 10px;
}

.pt2 {
  padding-top: 20px;
}

.pt3 {
  padding-top: 30px;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 10px;
}

.pr2 {
  padding-right: 20px;
}

.pr3 {
  padding-right: 30px;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 10px;
}

.pb2 {
  padding-bottom: 20px;
}

.pb3 {
  padding-bottom: 30px;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 10px;
}

.pl2 {
  padding-left: 20px;
}

.pl3 {
  padding-left: 30px;
}

.w50p {
  width: 50px;
}

.w100p {
  width: 100px;
}

.w150p {
  width: 150px;
}

.w200p {
  width: 200px;
}

.w250p {
  width: 250px;
}

.w300p {
  width: 300px;
}

.w340p {
  width: 340px;
}

.w1200p {
  width: 1200px;
}

.w20 {
  width: 20%
}

.w25 {
  width: 25%
}

.w30 {
  width: 30%
}

.W33 {
  width: 33.3333333333333%
}

.w40 {
  width: 40%
}

.w50 {
  width: 50%
}

.w60 {
  width: 60%
}

.w70 {
  width: 70%
}

.w80 {
  width: 80%
}

.w90 {
  width: 90%
}

.w95 {
  width: 95%
}

.w100 {
  width: 100%
}

.h50 {
  height: 50%;
}

.h100 {
  height: 100%;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fix {
  position: fixed;
}

.center {
  margin: auto;
}

.block {
  display: block
}

.inbl {
  display: inline-block;
  vertical-align: top;
}

.table {
  display: table;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.none {
  display: none
}

.ico18 {
  width: 18px;
  height: 18px;
}

.ico24 {
  width: 24px;
  height: 24px;
}

.ico28 {
  width: 28px;
  height: 28px;
}

.ico32 {
  width: 32px;
  height: 32px;
}

.ico48 {
  width: 48px;
  height: 48px;
}

.ico64 {
  width: 64px;
  height: 64px;
}

.ico96 {
  width: 96px;
  height: 96px;
}

.fs1 {
  font-size: 1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs2 {
  font-size: 2rem;
}

.fs25 {
  font-size: 2.5rem;
}

.fs3 {
  font-size: 3rem;
}

.fs35 {
  font-size: 3.5rem;
}

.fs4 {
  font-size: 4rem;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

h3, h4, .fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.arial {
  font-family: Arial, sans-serif;
}

.flex2>div {
  width: 50%;
}

.flex3>div {
  width: 33.33333333%;
}

.flex4>div {
  width: 25%;
}

/*-----------------------------------------STRUCTURE----------------------------------------*/

html,
body {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  position: relative;
  font-size: 62.5%;
  font-size: calc(1em * .625);
}

body {
  min-height: 100vh;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.7rem;
  color: #282d3d;
  background: rgb(240, 238, 238);
  background: rgb(240, 238, 238) url(../images/main/valle-de-briancon-2.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

/*-----------------------------------  HEADER  -------------------*/

#header {
  color: #fff;
  margin-bottom: 20px;
  background: rgb(94, 127, 161, 0.6);
}

#topHeader {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ebbb3a;
  background: rgb(64, 97, 131, 1);
}

nav, .subnav {
  width: 850px;
  font-size: 1.8rem;
}

nav {
  height: 80px;
}

.subnav {
  height: 0;
  overflow: hidden;
  transition: height .5s ease-in-out;
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
}

.subnav>div {
  padding-bottom: 20px;
}

.subnav.disp {
  height: 50px;
}

/*-----------------------  FOOTER  ----------------------------*/

footer {
  min-height: 220px;
  margin-top: 30px;
  background: rgba(20, 20, 20, 0.6);
  color: #fff;
}

footer ul {
  padding-left: 0;
}

#footContent {
  width: 750px;
  padding: 0 3%;
}

#footContent li {
  padding-bottom: 10px;
  list-style-type: disc;
}

/*-----------------------  CONTENT  ----------------------------*/

#page {
  max-width: 1080px;
  min-height: calc(100vh - 280px);
  margin: auto;
  padding: 20px 30px 50px 30px;
}

.pageContent {
  background: #fbfbfb;
  padding: 60px 0 50px 0;
}

section {
  max-width: 800px;
  margin: auto;
  padding-bottom: 35px;
  background: #fbfbfb;
}

.lastSection {
  padding-bottom: 70px;
}

section>div {
  width: 100%;
}

section.common>div, .mentions div {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4 {
  margin: 0 auto;
  font-weight: 400;
}

h1,
h1.underT {
  text-align: center;
  font-size: 3.5rem;
  color: #fff;
}

h1 {
  height: 80px;
}

h1.underT {
  height: 40px;
}

.subT {
  margin-bottom: 30px;
  color: #ebbb3a;
}

h2 {
  height: 50px;
  margin-top: 10px;
  font-size: 2.5rem;
}

h2.underT {
  height: 30px;
}

h3 {
  margin: 20px auto;
  font-size: 2.3rem;
  position: relative;
  overflow: hidden;
}

h3:after {
  content: '';
  position: absolute;
  top: 70%;
  margin-left: 10px;
  width: 100%;
  height: 1px;
  background: #000;
}

#psynar h3 {
  font-size: 2rem;
}

#psynar h3:after {
  width: 0;
  height: 0;
}

h4 {
  margin-top: 30px;
  font-size: 2.1rem;
  color: #4754a8;
}

h4::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #4754a8;
}

.illustr.left {
  margin-right: 20px;
}

.illustr.right {
  margin-left: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  z-index: 10000;
  background: rgba(60, 60, 70, 0.7);
}

.overlay.load {
  opacity: 1;
}

.modal {
  width: 450px;
  height: 360px;
  padding: 50px 60px;
  background: #fff;
}

.vld {
  width: 50px;
  height: 50px;
  margin: auto;
  background: url(../images/icones/success.svg) no-repeat center center;
  background-size: contain;
}

.closeButton {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  margin: 30px auto 0 auto;
  background: #103556;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 24px;
}

.closeButton:hover {
  background: #0e4677;
}

.spinner {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(60, 60, 70, 0.7);
  z-index: 10000;
}

.spinner.run {
  display: flex;
}

.fancy-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  background: rgba(60, 60, 70, 0.7);
  border-radius: 100%;
}

.fancy-spinner>div {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}

.fancy-spinner>div.ring {
  border-width: 0.5rem;
  border-style: solid;
  border-color: transparent;
  animation: 2s fancy infinite alternate;
}

.fancy-spinner>div.ring:nth-child(1) {
  border-left-color: rgb(255, 180, 67);
  border-right-color: #154773;
}

.fancy-spinner>div.ring:nth-child(2) {
  border-top-color: #1070c4;
  border-bottom-color: #f5f4ee;
  animation-delay: 1s;
}

.fancy-spinner>div.dot {
  width: 1rem;
  height: 1rem;
  background: rgb(200, 200, 200);
}

@keyframes fancy {
  to {
    transform: rotate(360deg) scale(0.5);
  }
}

#box{
  overflow: hidden;
}

/*----------------------------------------- FORM ----------------------------------------*/

::-webkit-input-placeholder {
  font-family: arial;
  color: #797979;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}

::-moz-placeholder {
  font-family: arial;
  color: #797979;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}

/* firefox 19+ */
:-ms-input-placeholder {
  font-family: arial;
  color: #797979;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}

/* ie */
:-moz-placeholder {
  font-family: arial;
  color: #797979;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

.inputField {
  display: none;
}

/*--------------- forms ----------------------------- */

form,
fieldset {
  border: none;
}

legend {
  border: 0;
  white-space: normal;
}

input,
select {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="file"] {
  cursor: pointer;
  -webkit-appearance: button;
  /* clickable input types in iOS */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE7 */
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
label {
  vertical-align: middle;
  /* @bugfix alignment */
  font-family: inherit;
}

textarea {
  resize: vertical;
  font-family: inherit;
}

img {
  height: auto;
  vertical-align: middle;
  border: none;
}

#gallery {
  width: 80%;
}

/*--------------  Tarifs  -----*/

#rdv{
  margin-top:20px;
}

#rdv > div:first-child{
padding: 5%;
margin-right: 5%;
}

#formContact {
  padding: 40px 30px 30px 30px !important;
}

#formContact input {
  margin: 5px 0 12px 0;
}

#formContact textarea {
  min-height: 200px;
}

#formContact button {
  background: #2d4974;
}

#formContact button:hover {
  background: #3b619a;
}

input.failed,
div.failed,
textarea.failed {
  border: 2px solid #e37d00 !important;
}

input.failed:after {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #e37d00;
  font-size: 1.4rem;
}

.input.failed {
  color: #e37d00 !important;
}

/*--------------  Map  -----*/

.geoloc {
  display: inline-block;
  margin: 10px auto 0 auto;
  padding-left: 40px;
  background: url(../images/icones/pin.svg) no-repeat left center;
  background-size: 24px;
}

.panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 60px;
  transform: translateX(100vw);
  transition: transform 1000ms ease-in-out;
  background: rgba(20, 20, 20, 0.6);
  overflow: hidden;
  z-index: 1000;
}

.panel.expand {
  transform: translateX(0);
}

#map {
  width: 100vw;
  height: 100%;
}

#mapCab, #mapVdm {
  width: 80vw;
  height: 100%;
  margin: auto;
}

#closeMap {
  top: 3%;
  right: 3%;
  width: 36px;
  height: 36px;
  background: url(../images/icones/close.svg) no-repeat center center;
  background-size: cover;
  z-index: 10000;
}

#imgCredits a {
  font-weight: 600;
  color: #2b5697;
  text-decoration: underline !important;
}

/*--------------  Responsive  -----*/

@-webkit-viewport {
  width: device-width;
  zoom: 1.0;
}

@-moz-viewport {
  width: device-width;
  zoom: 1.0;
}

@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}

@-o-viewport {
  width: device-width;
  zoom: 1.0;
}

@viewport {
  width: device-width;
  zoom: 1.0;
}

@media screen and (max-width: 1024px) {

  #hamb,
  #nav {
    z-index: 1000;
  }

  #header {
    height: 55px;
    overflow: visible;
  }

  #topHeader {
    height: 55px;
    line-height: 55px;
  }

  #nav {
    display: none;
    position: fixed;
    left: 0;
    top: 55px;
    width: 350px;
    max-width: 100vw;
    min-width: auto;
    height: 380px;
    padding: 10px 0 20px 30px;
    border-radius: 0;
    background: #5f80a1;
    box-shadow: none;
    font-size: 2rem;
  }

  #nav div,
  #nav a,
  #nav span {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    font-weight: normal;
    color: #282d3d;
    padding: 0;
  }

  #nav>div {
    text-align: left;
    border-bottom: 1px solid rgb(241, 241, 241);
  }

  #nav>div:last-child {
    display: none;
  }

  #nav>div:nth-child(5) {
    border: none;
  }

  #hamb,
  #hamb span,
  #nav a,
  #nav span {
    display: block;
  }

  #nav a,
  #nav span {
    height: 70px;
    line-height: 70px;
    font-weight: 500;
    color: #fff;
  }

  #nav span:hover {
    cursor: pointer;
  }

  #mobile {
    position: absolute;
    top: 0;
    left: 20px;
    width: 30px;
    height: 55px;
  }

  #hamb {
    position: relative;
    top: -10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #hamb span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #eceff1;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #hamb span:nth-child(1) {
    top: 28px;
  }

  #hamb span:nth-child(2) {
    top: 36px;
  }

  #hamb span:nth-child(3) {
    top: 44px;
  }

  #hamb.open span:nth-child(1),
  #hamb.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #hamb.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
  }

  #hamb.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30px;
    right: 10px;
  }

  footer {
    padding-bottom: 80px;
  }

  #footMob {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    padding-top: 12px;
    color: #eceff1;
    font-size: 1.4rem;
    z-index: 1000;
    background: #406183;
  }

  #footMob div {
    width: 70px;
    margin: auto;
    text-align: center;
  }

  #fc {
    top: 12px;
    right: 10px;
  }

  #home {
    width: 64px;
    height: 24px;
    background: url(../images/icones/home.svg) no-repeat center top;
    background-size: 20px 20px;
  }

  #contact {
    width: 64px;
    height: 24px;
    background: url(../images/icones/contact.svg) no-repeat center top;
    background-size: 20px 20px;
  }

  section {
    max-width: 90%;
    width: 90%;
    margin: auto;
    padding-bottom: 35px;
    background: #fbfbfb;
  }

  #gallery {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {

  h2 {
    height: auto;
    margin-top: 10px;
    font-size: 2.2rem;
  }

  #footContent {
    width: 100%;
    padding: 0 3%;
  }

  .fw768 {
    flex-wrap: wrap;
  }

  .rfw768 {
    flex-wrap: wrap-reverse;
  }

  .illustr {
    display: block;
    width: 95%;
    margin: 20px auto !important;
  }

  #closeMap {
    top: 3%;
    right: 5%;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.8rem;
    height: auto;
    margin-bottom: 20px;
  }

  .pageContent {
    padding: 30px 0 50px 0;
  }

  .fwr600 {
    flex-wrap: wrap;
  }

  .panel {
    padding: 60px 5%;
    background: rgba(20, 20, 20, 1);
  }

  #mapCab {
    width: 90vw;
  }

  #pageContact {
    padding: 20px 2%;
  }

  .form {
    padding: 2%;
  }

  #formContact {
    padding: 40px 3% 30px 3% !important;
  }

  #footContent {
    flex-direction: column;
  }

  #footContent>div {
    width: ;
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 415px) {

  #topHeader {
    text-align: right;
    padding-right: 10px;
  }

  #nav {
    width: 100%;
  }

  #page {
    padding: 20px 12px 50px 12px;
  }
}