/*Pour bande footer - contact - RGPD*/
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.manual_txtrgpd {
  font-weight: normal;
  display: inline;
  font-size: 14px;
  color: #444 !important;
}
a.manual_txtrgpd:link {
  text-decoration: underline;
  font-weight: normal;
  display: inline;
  font-size: 14px;
  color: #222 !important;
}
a.manual_txtrgpd:visited,
a.manual_txtrgpd:active,
a.manual_txtrgpd:hover {
  text-decoration: underline;
  font-weight: normal;
  display: inline;
  font-size: 14px;
  color: #222 !important;
}

/*Pour Mentions legales - RGPD*/
.manual_txtrgpd_mentleg {
  text-decoration: none;
  font-weight: normal;
  display: inline;
  font-size: 14px;
  color: #222 !important;
  font-style: italic;
}
a.manual_txtrgpd_mentleg:link {
  text-decoration: none;
  font-weight: normal;
  display: inline;
  font-size: 14px;
  color: #666 !important;
  font-style: italic;
}
a.manual_txtrgpd_mentleg:visited,
a.manual_txtrgpd_mentleg:active,
a.manual_txtrgpd_mentleg:hover {
  text-decoration: underline;
  font-weight: normal;
  display: inline;
  font-size: 14px;
  color: #666 !important;
  font-style: italic;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* PRELOADER PAGE */
/*--------------------------------------------------------------------------------------------------------------*/
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../php/interactif_responsive/img/loader-idsvib/balls.svg)
    center no-repeat #ffffff;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* PARADISE THEME - Default Position fenetre Texte animation */
/*--------------------------------------------------------------------------------------------------------------*/
.the_effect_text {
  left: 0;
  top: 25%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: center;
  border: 5px dashed #f00;
}
/*--------------------------------------------------------------------------------------------------------------*/
/* PARADISE THEME - Liste des elements pour control/indicateurs et caroussel*/
/*--------------------------------------------------------------------------------------------------------------*/

.fa-angle-left::before,
.fa-angle-right::before {
  content: "";
}

/*---------- LEFT/RIGHT CONTROL ----------*/
.control_vib1 .carousel-control {
  color: #fff;
  background: #236361;
  top: 43%;
  opacity: 0;
  width: 30px;
  height: 10% !important;
  z-index: 100;
  display: block;
  font-size: 34px;
  cursor: pointer;
  overflow: hidden;
  line-height: 63px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
}
.control_vib1 .carousel-control {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.control_vib1 .carousel-control.left {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: -29px;
}
.control_vib1 .carousel-control.right {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 99.9%;
}
.control_vib1 .carousel-control.left:hover,
.control_vib1 .carousel-control.right:hover {
  background: rgba(174, 142, 130, 0.5);
  color: #fff;
}
.control_vib1 .carousel-control.left > span:nth-child(1) {
  left: 45%;
}
.control_vib1 .carousel-control.right > span:nth-child(1) {
  right: 45%;
}
@media (max-width: 780px) {
  .control_vib1 .carousel-control {
    height: 25px !important;
    line-height: 23px !important;
    font-size: 20px !important;
  }
}
.fa-angle-left::before,
.fa-angle-right::before {
  content: "";
}

/*---------- INDICATORS CONTROL ----------*/
.carousel-indicators li {
  background: #ae8e82;
  border: 2px solid #ae8e82;
}
.carousel-indicators .active {
  background: #c7a967;
  border: 2px solid #f7d997;
}

.indicators_vib1 {
  /*border:1px solid #f00; */
  left: auto;
  right: 0;
  width: auto;
  height: 40px !important;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  text-align: right;
  top: 10px;
}
.indicators_vib1 li {
  width: 40px;
  height: 40px;
  opacity: 0.8;
  color: #090902;
  text-indent: 0;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-family: "arial", sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.indicators_vib1 .active {
  width: 40px;
  opacity: 1;
  height: 40px;
  margin: 1px;
  text-indent: 0;
}
.indicators_vib1::-webkit-scrollbar {
  height: 4px;
}
.indicators_vib1::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 780px) {
  .indicators_vib1 {
    display: none;
  }
}

/*--------------------------------------------------------------------------------------------------------------*/
/* DEFAULT */
/*--------------------------------------------------------------------------------------------------------------*/

a.manual_txt:link {
  text-decoration: none;
  font-weight: normal;
  display: inline;
  font-size: 14px;
  color: #2e2e2e !important;
}
a.manual_txt:visited,
a.manual_txt:active,
a.manual_txt:hover {
  text-decoration: underline;
  font-weight: normal;
  display: inline;
  font-size: 14px;
  color: #fff !important;
}

a.manual_txt_footerline:link {
  font-size: 18px;
  color: #2e2e2e;
  text-decoration: none;
  font-weight: normal;
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
}
a.manual_txt_footerline:visited,
a.manual_txt_footerline:active,
a.manual_txt_footerline:hover {
  font-size: 14px;
  color: #2e2e2e;
  text-decoration: underline;
  font-weight: normal;
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* NE PLUS METTRE LES LIGNES CI-DESSOUS SAUF EXEPTION */
/* ------------------------------------------------------------------------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  display: inline;
  font-weight: normal;
  line-height: inherit;
}
body {
  font-size: 100%;
}
html {
  background: transparent;
}
a:focus {
  outline: 0;
}
html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* ------------------------------------------------------------------------------------------------------------------------------ */

@font-face {
  font-family: "Arial-Rounded";
  src: url("../fonts/arlrdbd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "News-Gothic-Normal";
  src: url("../fonts/NWGTHC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amaze";
  src: url("../fonts/Amaze.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TrajanPro";
  src: url("../fonts/TrajanPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TrajanPro-Regular";
  src: url("../fonts/TrajanPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#toTop {
  position: fixed;
  bottom: 13vh;
  right: 0.7vw;
  cursor: pointer;
  display: none;
  z-index: 900;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #a6958e;
  border: 0px solid #fff;
  color: #fff;
}
#toTop:hover {
  background: #816d65;
}

#responsive-menu {
  display: none;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

.address-header {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  padding: 10px;
}
.navbar-default {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
}
.footerline {
  position: fixed;
  bottom: 0px;
  height: 60px;
  width: 100%;
  z-index: 800;
  padding-top: 12px !important;
}
.textDecoNone {
  text-decoration: none;
  padding-top: 4.5vh;
}
.textDecoNone:hover {
  text-decoration: none;
}
.zoom {
  transition: all ease 500ms;
}
.zoom:hover {
  transform: scale(1.05);
  transition: all ease 500ms;
}
hr {
  border-top: 2px solid #204040;
  margin-bottom: 6vh;
}
.fontFooter {
  font-family: "News-Gothic-Normal";
}
.fa-2x {
  font-size: 1.5em;
}

/*TAILLE DE POLICE*/
.police15 {
  font-size: 15px;
}
.police16 {
  font-size: 16px;
}
.police18 {
  font-size: 18px;
}
.police20 {
  font-size: 20px;
}
.police22 {
  font-size: 22px;
}
.police26 {
  font-size: 26px;
}
.policeEbrima {
  font-family: "Ebrima";
}
.policeAmaze {
  font-family: "Amaze", italic;
}
.policeTrajan {
  font-family: "TrajanPro";
}
.policeNewsGothicMT {
  font-family: "News-Gothic-Normal";
}

/*CONTAINER*/
.container-opac {
  background: #c9c0c0;
}
.container-opac2 {
  background: #c9c0c0;
}
.container-opac3 {
  margin-top: 6vh;
}
.container-opac4 {
  background: radial-gradient(#c9c0bf, 72%, white);
  position: relative;
  top: -70px;
}

/*TITRE*/
/*Header*/
.alignXS h2::before {
  content: url(../img/aunaybien/birdhouse_titre.png);
  margin-right: 2vw;
}

.tailleBandeau {
  padding-top: 4vh;
  height: 40vh;
}
.grTitre {
  position: relative;
  color: #666;
  height: 100px;
}
.titre2 {
  color: #666;
  font-size: 25px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.sousTitre {
  color: #2e2e2e;
  font-size: 18px;
  font-family: "TrajanPro";
  margin-top: 20px;
  margin-bottom: 0;
}
.navWhiteBg {
  background-color: white;
  color: #236361;
  padding: 5px;
  border-top: 3px solid #236361;
  border-bottom: 3px solid #236361;
}
.navCentre {
  display: flex;
  justify-content: center;
}
.navbleu {
  color: #236361;
}

.numero:hover,
.numero:visited,
.numero:link,
.numero:focus {
  text-decoration: none;
  color: white;
}

.textDecoNone::after {
  z-index: 100;
  position: absolute;
  width: 8vh !important;
  height: 8vh !important;
  top: 3vh;
  content: "";
  background-image: url(../img/aunaybien/birdhouse_header.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

/*Galerie*/
.blueBg {
  position: relative;
  background-color: #236361;
  color: white;
  font-size: 28px;
  height: 53px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.remonteRow {
  position: relative;
  top: -27px;
  font-size: 28px;
  height: 53px;
}
.blueContour {
  position: relative;
  border: 1px solid #236361;
  color: #236361;
  text-align: center;
  font-size: 18px;
  height: 3.5vh;
  margin-top: 1vh;
  padding-top: 2px;
  padding-bottom: 2px;
}

/*Page Générale*/
.titreGeneral {
  color: #236361;
  font-size: 26px;
  font-family: "TrajanPro";
  text-align: left !important;
}
.titreBienvenue {
  color: #666;
  font-size: 70px;
  font-family: "Amaze";
}

/*TRIANGLE SPÉCIAL*/
.triangleBlanc {
  color: #fff;
  font-family: "News-Gothic-Normal";
  margin-left: 25px !important;
  margin-right: 25px !important;
  left: 0em;
  top: 0.75em;
}
.triangleBlanc:before {
  content: "";
  border-color: transparent #fff;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  top: 1.4rem;
  position: relative;
}
.blocInfo {
  border: 1px solid #a6958e;
}
.flexBoxInfo {
  display: flex;
  justify-content: space-around;
}
.flexBoxPicto {
  display: flex;
}

.centerPlans {
  margin-top: 5vh;
  margin-bottom: 6vh;
}

.centerPlans1 {
  margin-top: 9.75vh;
  margin-bottom: 10.75vh;
}

.triangleVertUl li {
  list-style-type: none;
}

.textInfoGen {
  display: inline-block;
  margin-top: -20px !important;
}

.triangleVertUltest {
  background: url(../img/aunaybien/picto_fleche_verte.png);
  background-repeat: no-repeat;
  background-size: 20px !important;
}

.triangleVertUl li:before {
  content: url(../img/aunaybien/picto_fleche_verte.png);
  margin-right: 5px;
}
/*FORMULAIRE DE CONTACT*/

.boxContact {
  width: 380px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 1%;
}
.champForm {
  display: flex;
  justify-content: center;
  margin-top: 1vh;
  margin-bottom: 1vh;
  margin-left: 6vw;
  margin-right: 3vw;
}
.champForm1 {
  display: flex;
  justify-content: center;
  margin-top: 1vh;
  margin-bottom: 1vh;
  margin-left: 3vw;
  margin-right: 6vw;
}
.champForm select,
input,
label {
  margin-bottom: 0;
  height: 34px;
  padding: 0;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERYS */
/*--------------------------------------------------------------------------------------------------------------*/
/*-- LG + Default ------------15----------------------------------------------------------------------------------------------*/
@media (min-width: 1400px) {
  /*HEADER*/
  .photo1 {
    background-image: url(../img/aunaybien/chambre1_camp.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .photo2 {
    background-image: url(../img/aunaybien/chambre2_camp.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .photo3 {
    background-image: url(../img/aunaybien/chambre3_camp.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .photo4 {
    background-image: url(../img/aunaybien/salon-avec-canape.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .flexBoxPicto {
    display: flex;
    justify-content: space-between;
    min-height: 10vw;
  }
  h1 {
    font-size: 90px;
  }
  .miniContainerG {
    background: #a6958e;
    padding: 5px;
    min-height: 35px;
    max-height: 35px;
  }
  .miniContainerTel {
    background: #236361;
    height: 53px;
    font-size: 22px;
  }
  .numero {
    position: relative;
    top: -0.6vh;
    color: white;
    padding-left: 20px;
  }
  .miniContainerMail {
    background: #236361;
    height: 53px;
    text-align: left;
  }
  .miniContainerMail a {
    height: 53px;
    color: #fff;
    text-decoration: none;
    left: 5vw;
    font-size: 20px;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    position: absolute;
  }
  .angleDiv {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0%);
  }

  /*BANDE INFO / COMPO*/
  .boxPetiteEtoile {
    position: absolute;
    left: 3.5%;
    bottom: 11vh;
  }
  .petiteEtoile {
    width: 50px;
    height: auto;
  }
  .flexPicto {
    width: 15%;
  }

  /*BANDE BIENVENUE*/
  .boxEtoileBienvenue {
    margin-left: auto;
    margin-right: auto;
    margin-top: -11vh;
    width: 12vw;
    height: auto;
  }

  .container-footer {
    background: #a6958e;
    position: relative;
    top: -70px;
    padding: 1%;
    margin-bottom: -32px;
  }
  footer ul li:not(:last-child):after {
    content: "";
    display: block;
    margin: 20px;
    width: 1px;
    height: 12px;
    float: right;
    background-color: #2e2e2e;
  }
  footer {
    background-color: rgba(165, 148, 141, 0.85);
    min-height: 50px;
    line-height: 50px;
  }
  footer ul {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    list-style: none;
  }
  footer ul li {
    display: inline-block;
  }
  footer ul li a {
    font-family: "News-Gothic-Normal";
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  footer ul li a:hover {
    color: #236361;
    text-decoration: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /*HEADER*/
  .police15 {
    font-size: 13px;
  }
  .photo1 {
    background-image: url(../img/aunaybien/chambre1_camp.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .photo2 {
    background-image: url(../img/aunaybien/chambre2_camp.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .photo3 {
    background-image: url(../img/aunaybien/chambre3_camp.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .photo4 {
    background-image: url(../img/aunaybien/salon-avec-canape.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .flexBoxPicto {
    display: flex;
    justify-content: space-between;
    min-height: 10vw;
  }
  h1 {
    font-size: 90px;
  }
  .miniContainerG {
    background: #a6958e;
    padding: 5px;
    min-height: 35px;
    max-height: 35px;
  }
  .triangleBlanc {
    height: 0;
  }
  .triangleBlanc:before {
    left: -1vw;
    top: 1.5vh;
  }
  .numero {
    color: white;
    margin-top: 0.3vw !important;
  }
  .miniContainerTel {
    background: #236361;
    min-height: 35px;
    max-height: 35px;
    font-size: 20px !important;
  }
  .miniContainerMail {
    background: #236361;
    min-height: 35px;
    max-height: 35px;
    padding-top: 3px;
    text-align: center;
  }
  .miniContainerMail a {
    color: #fff;
    text-decoration: none;
    font-family: "News-Gothic-Normal";
    font-size: 18px;
  }
  .angleDiv {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0%);
  }

  /*BANDE INFO / COMPO*/
  .boxPetiteEtoile {
    position: absolute;
    left: 2%;
    bottom: 10vh;
  }
  .petiteEtoile {
    width: 20%;
  }
  .flexPicto {
    width: 15%;
  }
  .container-footer {
    background: #a6958e;
    padding: 1% 0;
    margin-bottom: 48px;
  }
  footer ul li:not(:last-child):after {
    content: "";
    display: block;
    margin: 20px;
    width: 1px;
    height: 12px;
    float: right;
    background-color: #fff;
  }
  footer {
    background-color: rgba(165, 148, 141, 0.85);
    min-height: 50px;
    line-height: 50px;
  }
  footer ul {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    list-style: none;
  }
  footer ul li {
    display: inline-block;
  }
  footer ul li a {
    font-family: "News-Gothic-Normal";
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  footer ul li a:hover {
    color: #236361;
    text-decoration: none;
  }

  /*BANDE BIENVENUE*/

  .boxEtoileBienvenue {
    margin-left: auto;
    margin-right: auto;
    margin-top: -9vh;
    width: 12vw;
    height: auto;
  }
  .centreTexte {
    margin-left: auto;
    margin-right: auto;
  }
}

/*-- MD ------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .photo1 {
    background-image: url(../img/aunaybien/chambre1_camp.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .photo2 {
    background-image: url(../img/aunaybien/chambre2_camp.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .photo3 {
    background-image: url(../img/aunaybien/chambre3_camp.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .photo4 {
    background-image: url(../img/aunaybien/salon-avec-canape.png);
    background-repeat: no-repeat;
    background-size: 10vw;
  }

  .flexBoxPicto {
    display: flex;
    justify-content: space-between;
    min-height: 10vw;
  }
  /*HEADER*/
  .police10md {
    font-size: 10px;
  }
  h1 {
    font-size: 60px;
  }
  .tailleBandeau {
    height: 25vh;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-opac {
    padding-left: 0;
    padding-right: 0;
  }
  .navWhiteBg {
    background-color: white;
    color: #236361;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    border-top: 3px solid #236361;
    border-bottom: 3px solid #236361;
  }
  .miniContainerG {
    background: #a6958e;
    padding: 5px;
    min-height: 35px;
    max-height: 35px;
  }
  .miniContainerTel {
    background: #236361;
    min-height: 60px;
    max-height: 80px;
    padding-left: 50px;
  }
  .miniContainerTel a {
    color: #fff;
    text-decoration: none;
    font-family: "News-Gothic-Normal";
    margin-top: 1vh;
    margin-bottom: 1vh;
  }
  .miniContainerMail {
    background: #236361;
    min-height: 60px;
    max-height: 80px;
    padding-top: 6px;
    text-align: center;
  }
  .miniContainerMail a {
    color: #fff;
    text-decoration: none;
    font-family: "News-Gothic-Normal";
    font-size: 16px;
  }
  .paddingMail {
    padding-left: 80px;
  }
  .angleDiv {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0%);
  }
  .textDecoNone {
    text-decoration: none;
    padding-top: 3.5vh;
  }
  .textDecoNone::after {
    background-size: 80%;
    top: 0;
  }

  /*GALERIE*/
  .blueContour {
    height: 3.5vh;
  }
  .container-opac3 {
    margin-top: 4vh;
  }

  /*BANDE INFO / COMPO*/
  .boxEtoileBienvenue {
    margin-top: -60px;
    width: 12vw;
  }
  .boxPetiteEtoile {
    position: absolute;
    left: 2%;
    bottom: 65px;
  }
  .petiteEtoile {
    width: 20%;
  }
  .flexPicto {
    width: 17%;
  }
  .centerPlans {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }
  .centerPlans1 {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  /*FORMULAIRE DE CONTACT*/
  .champForm {
    display: flex;
    justify-content: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: 8.3vw;
    margin-right: 8.3vw;
  }
  .champForm1 {
    display: flex;
    justify-content: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: 8.3vw;
    margin-right: 8.3vw;
  }

  /*FOOTER*/
  .container-footer {
    background: #a6958e;
    padding: 1%;
    margin-bottom: 48px;
  }
  footer ul li:not(:last-child):after {
    content: "";
    display: block;
    margin: 20px;
    width: 1px;
    height: 12px;
    float: right;
    background-color: #fff;
  }
  footer {
    background-color: rgba(165, 148, 141, 0.85);
    min-height: 50px;
    line-height: 50px;
  }
  footer ul {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    list-style: none;
  }
  footer ul li {
    display: inline-block;
  }
  footer ul li a {
    font-family: "News-Gothic-Normal";
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  footer ul li a:hover {
    color: #236361;
    text-decoration: none;
  }
  #toTop {
    bottom: 7vh;
    right: 0.6vw;
  }
}

/*-- SM ------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  /*HEADER*/
  .photo1 {
    background-image: url(../img/aunaybien/chambre1_camp.png);
    background-repeat: no-repeat;
    background-size: 15vw;
  }

  .photo2 {
    background-image: url(../img/aunaybien/chambre2_camp.png);
    background-repeat: no-repeat;
    background-size: 15vw;
  }

  .photo3 {
    background-image: url(../img/aunaybien/chambre3_camp.png);
    background-repeat: no-repeat;
    background-size: 15vw;
  }

  .photo4 {
    background-image: url(../img/aunaybien/salon-avec-canape.png);
    background-repeat: no-repeat;
    background-size: 15vw;
  }

  .flexBoxPicto {
    display: flex;
    justify-content: space-between;
    min-height: 15vw;
  }
  .remonteRow {
    margin-bottom: 5vh;
  }
  .police8sm {
    font-size: 8px;
  }
  h1 {
    font-size: 70px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .tailleBandeau {
    height: 20vh;
  }
  .container-opac {
    padding-left: 0;
    padding-right: 0;
  }
  .navWhiteBg {
    background-color: white;
    color: #236361;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    border-top: 3px solid #236361;
    border-bottom: 3px solid #236361;
  }
  .navCentre {
    font-size: 20px;
  }
  .miniContainerG {
    background: #a6958e;
    padding: 5px;
    min-height: 35px;
    max-height: 35px;
  }
  .miniContainerTel {
    background: #236361;
    min-height: 60px;
    max-height: 80px;
    padding-left: 50px;
  }
  .miniContainerTel a {
    color: #fff;
    text-decoration: none;
    font-family: "News-Gothic-Normal";
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
    font-size: 22px;
  }
  .miniContainerMail {
    background: #236361;
    min-height: 60px;
    max-height: 80px;
    padding-top: 6px;
    text-align: center;
  }
  .miniContainerMail a {
    color: #fff;
    text-decoration: none;
    font-family: "News-Gothic-Normal";
    font-size: 16px;
  }
  .paddingMail {
    padding-left: 80px;
  }
  .angleDiv {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0%);
  }
  .textDecoNone {
    text-decoration: none;
    padding-top: 2.5vh;
  }
  .textDecoNone::after {
    background-size: 80%;
    top: 0;
  }

  /*GALERIE*/
  .blueContour {
    height: 3.5vh;
  }
  .container-opac3 {
    margin-top: 4vh;
  }

  /*BANDE INFO / COMPO*/
  .boxEtoileBienvenue {
    margin-top: -110px;
    width: 30vw;
  }
  .boxPetiteEtoile {
    position: absolute;
    left: 2%;
    bottom: 65px;
  }
  .petiteEtoile {
    width: 20%;
  }
  .flexPicto {
    width: 18%;
  }
  .centerPlans {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }
  .centerPlans1 {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  /*FORMULAIRE DE CONTACT*/
  .champForm {
    display: flex;
    justify-content: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: 8.3vw;
    margin-right: 8.3vw;
  }
  .champForm1 {
    display: flex;
    justify-content: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: 8.3vw;
    margin-right: 8.3vw;
  }

  /*FOOTER*/
  .container-footer {
    background: #a6958e;
    padding: 1%;
    margin-bottom: 48px;
  }
  footer ul li:not(:last-child):after {
    content: "";
    display: block;
    margin: 20px;
    width: 1px;
    height: 12px;
    float: right;
    background-color: #fff;
  }
  footer {
    background-color: rgba(165, 148, 141, 0.85);
    min-height: 50px;
    line-height: 50px;
  }
  footer ul {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    list-style: none;
  }
  footer ul li {
    display: inline-block;
  }
  footer ul li a {
    font-family: "News-Gothic-Normal";
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  footer ul li a:hover {
    color: #236361;
    text-decoration: none;
  }

  #toTop {
    bottom: 9.8vh;
    right: 2vw;
  }
}
/*-- XS ------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /*MENU BURGER*/
  .burgerIcon {
    margin-right: 8vw;
  }
  .barreBurger {
    background-color: white !important;
  }
  .linkBurger {
    color: white !important;
  }
  /*HEADER*/
  h1 {
    font-size: 70px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .tailleBandeau {
    height: 38vh;
  }
  .container-opac {
    padding-left: 0;
    padding-right: 0;
  }
  .grTitre {
    position: relative;
    color: #666;
    height: 8vh;
  }
  .titre2 {
    color: #666;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0.5vh;
    margin-bottom: 0;
  }
  .sousTitre {
    color: #2e2e2e;
    font-size: 18px;
    font-family: "TrajanPro";
    margin-top: 1vh;
    margin-bottom: 0;
  }
  .navWhiteBg {
    background-color: white;
    color: #236361;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    border-top: 3px solid #236361;
    border-bottom: 3px solid #236361;
  }
  .navCentre {
    font-size: 20px;
  }
  .miniContainerG {
    background: #a6958e;
    padding: 5px;
    min-height: 35px;
    max-height: 35px;
  }
  .miniContainerTel {
    background: #236361;
    min-height: 60px;
    max-height: 80px;
    padding-left: 50px;
  }
  .miniContainerTel a {
    color: #fff;
    text-decoration: none;
    font-family: "News-Gothic-Normal";
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
    font-size: 22px;
  }
  .miniContainerMail {
    background: #236361;
    min-height: 60px;
    max-height: 80px;
    padding-top: 6px;
    text-align: center;
  }
  .miniContainerMail a {
    color: #fff;
    text-decoration: none;
    font-family: "News-Gothic-Normal";
    font-size: 16px;
  }
  .paddingMail {
    padding-left: 80px;
  }
  .angleDiv {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0%);
  }
  .textDecoNone {
    padding-top: 2.5vh;
  }
  .textDecoNone::after {
    display: none;
  }

  /*GALERIE*/
  .blueContour {
    height: 7.5vh;
  }
  .container-opac3 {
    margin-top: 4vh;
  }

  /*BANDE INFO / COMPO*/
  .boxEtoileBienvenue {
    margin-top: -8vh;
    width: 30vw;
  }
  .boxPetiteEtoile {
    position: absolute;
    left: 2%;
    bottom: 65px;
  }
  .petiteEtoile {
    width: 20%;
  }
  .flexBoxInfoXS {
    display: flex;
    justify-content: space-between;
  }
  .flexPicto {
    width: 60%;
    margin-bottom: 30px;
  }
  /*   .pictoSpaceXSD {
      margin-right: 100px;
    }
    .pictoSpaceXSG {
      margin-left: 100px;
    } */
  .centerPlans {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }
  .centerPlans1 {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  /*FORMULAIRE DE CONTACT*/
  .champForm {
    display: flex;
    justify-content: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: 8.3vw;
    margin-right: 8.3vw;
  }
  .champForm1 {
    display: flex;
    justify-content: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: 8.3vw;
    margin-right: 8.3vw;
  }

  /*FOOTER*/
  .container-footer {
    background: #a6958e;
    padding: 1%;
    margin-bottom: 48px;
  }
  footer ul li:not(:last-child):after {
    content: "";
    display: block;
    margin: 20px;
    width: 1px;
    height: 12px;
    float: right;
    background-color: #fff;
  }
  footer {
    background-color: rgba(165, 148, 141, 0.85);
    min-height: 50px;
    line-height: 50px;
  }
  footer ul {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    list-style: none;
  }
  footer ul li {
    display: inline-block;
  }
  footer ul li a {
    font-family: "News-Gothic-Normal";
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  footer ul li a:hover {
    color: #236361;
    text-decoration: none;
  }

  #toTop {
    bottom: 14vh;
    right: 5vw;
  }
}

@media only screen and (max-width: 644px) {
  /*   .pictoSpaceXSD {
      margin-right: 80px;
    }
    .pictoSpaceXSG {
      margin-left: 80px;
    } */
}

@media only screen and (max-width: 442px) {
  h1 {
    font-size: 50px;
  }
  /*Page Générale*/
  .titreGeneral {
    color: #236361;
    font-size: 15px;
    font-family: "TrajanPro";
    text-align: left !important;
  }
  .alignXS {
    text-align: left;
  }
  .footerline {
    position: fixed;
    bottom: 0px;
    height: 65px;
    width: 100%;
    z-index: 800;
    padding-top: 12px !important;
  }
  .flexBoxInfoXS {
    display: block;
  }
  .flexPicto {
    width: 80%;
  }
  /*   .pictoSpaceXSD {
      margin-right: 25px;
    }
    .pictoSpaceXSG {
      margin-left: 25px;
    } */
}
@media only screen and (max-width: 368px) {
  h1 {
    font-size: 50px;
  }
  .footerline {
    position: fixed;
    bottom: 0px;
    height: 85px;
    width: 100%;
    z-index: 800;
    padding-top: 12px !important;
  }
}
