.textecorps {
    width: auto;
    padding: 0;
    margin: 0;
    text-align: left;
    max-width: 1450px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    word-wrap: anywhere;
}
/*
.textecorps ul{
    list-style-type: disc;
}
*/
.textecorps ol{
    list-style-type: decimal;
}


.textecorps h1{
    text-align: center;
    margin-bottom: 15px;
    font-size: larger;
}

.textecorps p{
    margin-bottom: 15px;
    text-align: justify;
    max-width: 1450px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    word-wrap: anywhere;

}

.textecorps ul, ol{
    margin-left: 60px;
    margin-right: 60px;
    text-align: justify;
}

.textecorps li {
    word-wrap: anywhere;
}

html {
    height: 100%;
}
body {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.logementGroupe {

}

.logement {
    color: #8a7d6a;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: xx-large ;
    font-weight: bolder;
}

.type_plat {
    color: #8a7d6a;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: xx-large ;
    font-weight: bolder;
}

#conteneur-page {
    position: relative;
    min-height: 100vh;
}

#enveloppe-contenu {
    padding-bottom: 2.5rem;    /* Hauteur du pied-de-page */
}

#text-pied-de-page {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.5rem;            /* Hauteur du pied-de-page */
    background-color: black;
    padding-top: 15px;
}

#pied-de-page {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;            /* Hauteur du pied-de-page */
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color:white;
}

/* ------------------------- Entete ----------------------- */
.entete {

    width: 1200px;
    margin: 0 auto;
    background-image: linear-gradient(#006A9E, #019795);
    color: #777777;
    padding-left: 7px;
    padding-left: 13px;
    font-size: 11px;
    color: #cacaca;
    font-weight: 400;
    font-family: Raleway,sans-serif;
    max-width: 1200px;
    min-width: 300px;
    
/*    
    flex-direction: column;
    align-content: center;
*/    
}

.entete-ligne {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.entete-ligne .entete-info  {
    position: relative;
    width: 70%;
    left:0;
    margin: 5px 3px;
}

.entete-ligne .reseau-sociaux {
    position: relative;
    width: 30%;
    right:0;

}

.reseau-sociaux {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.reseau-sociaux .reseau-sociaux-elements {
    position: relative;
    display: flex;
    flex-wrap: nowrap;

}

.reseau-sociaux-icone {
    width: 22px;
}

.reseau-sociaux-follow {
    margin: 5px 3px;
}

.langue-block {
    border-bottom: 2px;
    border-color: black;
    border-width: 2px;

}

.langue-liste{
    margin: 5px 3px;
    color: #777777;
    padding-left: 7px;
    padding-left: 13px;
    font-size: 11px;
    /*color: #cacaca;
    font-weight: 400;
    font-family: Raleway,sans-serif;*/
}

.menu {
    display: flex;
    flex-direction: column;
}
.menu-block {
    
}


/* --------------- Navigation --------------- */
nav {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 70px;
    background: transparent;
    transition: background-color 0.3s ease-in-out,
                border-bottom 0.3s ease-in-out;

}
/*
nav ul {
    width: 100%; 
    height: 100%;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav li {
    margin: 0 15px;
}
nav a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.logo img {
    width: 200px;
}
*/

.menu {
    width: 1400px;
    margin: 0 auto;
    
    /*color: #777777;*/
    color: transparent;
    padding-left: 7px;
    padding-left: 13px;
    font-size: 11px;
    color: #cacaca;
    font-weight: 400;
    font-family: Raleway,sans-serif;
    max-width: 1400px;
    min-width: 300px;
    
    
}

.navbar {
    /*
    width: 1400px;
    overflow: hidden;
    background-color: transparent;
    */
    /*
    display: flex;
    align-items: center;
    justify-content: space-between;
    */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  



.navbar a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
 }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: transparent;
    cursor: pointer;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;


  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    background-color: transparent;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .logo img {
    width: 150px;
    border: 0px;
    margin: 0px;
    padding: 0px;
  }

  .responsive-nav-btn {
    display: none;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background: transparent;
}

.btn-rechercher {
    position: relative;
    float: right;
}

.lien-essai {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 20px;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(45deg, #8a56eb, #3297a8);
  }

/*  ************ Accueil *********** */

.accueil {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
}

@media screen  {
  .bloc-centre-accueil {
      
      background-image: url(../images/essai2.jpg);
    
      width: 100%;
      height: 497px;
      background-size: cover;
      background-position: 60% 100%;
      background-repeat: no-repeat;
      margin-bottom: 130px !important;
  }


.titre-accueil {
  font-size: 26px;
  margin-bottom: 50px;
}

.texte-accueil {
    font-size: 18px;
    color: #656565;
    font-family: "Playfair Display",serif;
    font-style: italic;
    line-height: 1.85em;
    margin: 0;
}

.texte-separator-accueil  {
  margin: 0 auto 70px;
  height: 2px;
  width: 100px;
  border-radius: 3px;
  background: #000;
  border: none;
}


.espace-accueil {
  padding-bottom: 150px;
}

/* **************** Grille ********************* */

.grille-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.grille-portfolio {
  width: 90%;
  max-width: 1700px;
  min-width: 300px;
  height: auto;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, 500px);
  justify-content: center;
  padding-bottom: 150px;
}
.grid-item {
  height: 250px;
  /*cursor: pointer;*/
  position: relative;
  margin: 30px 15px;
  text-align: center;
}
.grid-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.description {
  /*position: absolute;*/
  top: -25px;
  left: 0px;
  font-size: 18px;
  text-transform: capitalize;
  /*text-align: center;*/
  font-size: 26px;

  margin-top: 0;
    margin-bottom: 5px;
    line-height: 62px;
    color: #8a7d6a;
}


/* --------------- Parallax --------------- */

.parallax {
  /*width: 90%; */
  max-width: 1475px;
  min-width: 300px;
  
  background-image: url(/images/banner_geneva_lake.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*width: 100%;*/
  height: 500px;
  
  display: flex;
  /*
  justify-content: center;
  */
  align-items: center;
  
  width: 88%;
  margin: 0 auto;

}

.parallax-flex-container {
  display: flex;
  height: 200px;
  width: 475px;
  align-items: center;
  padding-left: 50px;
}

.parallax-txt {
  /*
  font-size: 100px;
  color: #fff;
  text-align: left;
  font-weight: 700;
  */
  font-size: 32px;
  line-height: 1.1875em;
  font-weight: 400;
  text-transform: uppercase;
  color: #8a7d6a;
  padding-bottom: 20px;
}

.parallax-sous-titre {
  font-size: 18px;
    color: #656565;
    font-family: "Playfair Display",serif;
    font-style: italic;
    line-height: 1.85em;
    margin: 0;
}

.parallax-detail {
  font-size: 20px;
    line-height: 1.7333em;
    color: grey;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
}

.parallax-lieu {
  font-weight: 800;
}

/*  ************ News *********** */

.news {
  height: 400px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}

.bloc-centre-news {
  /*background-image: url(/images/casale-san-nicola-sala-ricevimenti.jpg);*/
  width: 100%;
  height: 100%;
  background-position: 70% 10%;
  margin-bottom: 130px !important;
}

.titre-news {
font-size: 26px;
margin-bottom: 50px;
}

.texte-news {
  font-size: 18px;
  color: #656565;
  font-family: "Playfair Display",serif;
  font-style: italic;
  line-height: 1.85em;
  margin: 0;
  padding-left: 200px;
  padding-right: 200px;
}

.texte-separator-news  {
margin: 0 auto 70px;
height: 2px;
width: 100px;
border-radius: 3px;
background: #000;
border: none;
}


.espace-news {
padding-bottom: 150px;
}


/* ********** Performances ********** */
.container-performances {
  padding: 120px 20px 170px;
  margin-bottom: 100px;
  background-image: linear-gradient(45deg, rgba(251, 247, 230, 0.53) 0%, rgba(251, 247, 230, 0.53) 14.286%, rgba(245, 255, 242, 0.53) 14.286%, rgba(245, 255, 242, 0.53) 28.572%, rgba(243, 255, 252, 0.53) 28.572%, rgba(243, 255, 252, 0.53) 42.858%, rgba(209, 254, 255, 0.53) 42.858%, rgba(209, 254, 255, 0.53) 57.144%, rgba(157, 242, 255, 0.53) 57.144%, rgba(157, 242, 255, 0.53) 71.43%, rgba(122, 231, 255, 0.53) 71.43%, rgba(122, 231, 255, 0.53) 85.716%, rgba(144, 224, 246, 0.53) 85.716%, rgba(144, 224, 246, 0.53) 100.002%), linear-gradient(135deg, #f890d8 0%, #f890d8 12.5%, #ffa1eb 12.5%, #ffa1eb 25%, #f6a7f1 25%, #f6a7f1 37.5%, #f2b8fb 37.5%, #f2b8fb 50%, #e0b7f6 50%, #e0b7f6 62.5%, #d4b7fd 62.5%, #d4b7fd 75%, #a192fb 75%, #a192fb 87.5%, #939ff8 87.5%, #939ff8 100%);
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 82%);
  
  
}

.separation {
  margin: 0 auto 70px;
  height: 2px;
  width: 300px;
  border-radius: 3px;
  background: #000;
  border: none;
}

.container-boxs {
  width: 100%;
  display: flex;
  justify-content: center;
}

.box {
  margin: 0 50px;
}

.box p {
  text-align: center;
}

.nombre-clients {
  font-size: 85px;
  padding-bottom: 10px;
}

.type-de-clients {
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: bold;
}

.info-clients {
  font-size: 20px;
}

.titre-global {
  font-family: Comfortaa, sans-serif;
  text-align: center;
  font-size: 70px;
  padding: 0 25px 20px;
}


/* Les incontournables*/

@media screen and  (max-width: 1920px) {
  .bloc-centre-incoutournable {
      
      background-image: url(../images/incontournables/20210811_134850_mini.jpg);
      width: 3736px;
      height: 1072px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 130px !important;

  }
}




@media all and (min-width: 1921px){
  .bloc-centre-incoutournable {

      background-image: url(/images/incontournables/20210811_134850_mini.jpg);
      height: 1072px;
      background-size: cover;
      background-position: center;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 130px !important;

  }

  .vignette {
    width: 50%;
  }

}

div.polaroid {
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.container {
  text-align: center;
  padding: 10px 20px;
}

/* plage*/
@media screen and (max-width: 1920px) {
    .bloc-centre-plage {

        background-image: url(/images/incontournables/plage/plage_eaux_vives_mini.jpg);
        background-size: 100% 500px;
        width: 100%;
        height: 400px ;
        background-size: cover;
        background-position: 60% 100%;
        background-repeat: no-repeat;
        margin-bottom: 130px !important;
    }
}
@media screen and (max-width: 3840px) {
    .bloc-centre-plage {

        background-image: url(/images/incontournables/plage/plage_eaux_vives_mini.jpg);
        background-size: 100% 500px;
        width: 100%;
        height: 500px;
        /*background-size: cover;*/
        background-position: 50% 0%;
        background-repeat: no-repeat;
        margin-bottom: 130px !important;

    }

    .vignette {
        width: 50%;
    }

}

/* produitsduterroir */
@media screen   {
    .bloc-centre-produitsduterroir {

        background-image: url(/images/produitsduterroir/produitsduterroir.jpg);

        width: 100%;
        height: 892px;
        background-size: cover;
        background-position: 60% 100%;
        background-repeat: no-repeat;
        margin-bottom: 130px !important;
    }
}

/* lescommunes */
@media screen and (min-width: 1px) and (max-width: 1920px) {
    .bloc-centre-lescommunes {

        background-image: url(/images/lescommunes/lescommunes_1920.jpg);
        /*background-size: 100% 500px;*/
        width: 100%;
        height: 551px ;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 130px !important;
    }
}
@media screen and (min-width: 1921px)  {
    .bloc-centre-lescommunes {

        background-image: url(/images/lescommunes/lescommunes.jpg);
        /*background-size: 100% 500px;*/
        width: 100%;
        height: 1072px;
        background-size: cover;
        /*background-size: cover;*/
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 130px !important;

    }

    .vignette {
        width: 50%;
    }

}

sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}




/*  ************ decouverte *********** */

.decouverte {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
}


@media screen   {
  .bloc-centre-decouverte {

      background-image: url(../images/decouverte/decouverte_mini.jpg);

      width: 100%;
      height: 892px;
      background-size: cover;
      background-position: 60% 100%;
      background-repeat: no-repeat;
      margin-bottom: 130px !important;
  }
}


.titre-decouverte {
  font-size: 26px;
  margin-bottom: 50px;
}

.texte-decouverte {
    font-size: 18px;
    color: #656565;
    font-family: "Playfair Display",serif;
    font-style: italic;
    line-height: 1.85em;
    margin: 0;
}

.texte-separator-decouverte  {
  margin: 0 auto 70px;
  height: 2px;
  width: 100px;
  border-radius: 3px;
  background: #000;
  border: none;
}


.espace-decouverte {
  padding-bottom: 150px;
}




/* Les logements*/
@media screen and (min-width: 1px) and (max-width: 1919px){
    .bloc-centre-logements {
        background-image: url(../images/logements/pool-384573_1920_463.jpg);
        width: 100%;
        /*background-size: 100% 50%;*/
        /*background-size: 100% 500px;*/
        /*width: 3736px;*/
        height: 463px;
        background-size: cover;
        /*background-position: 60% 100%;*/
        background-position: center;
        /*background-size: 100% 100%;*/
        background-repeat: no-repeat;
        margin-bottom: 130px !important;
    }
}

@media screen and (min-width: 1920px){
.bloc-centre-logements {
background-image: url(../images/logements/pool-384573_1920.jpg);
    width: 100%;
    /*background-size: 100% 50%;*/
    /*background-size: 100% 500px;*/
    /*width: 3736px;*/
    height: 1160px;
    background-size: cover;
    /*background-position: 60% 100%;*/
    background-position: center;
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
    margin-bottom: 130px !important;
}
}


.fit-img-tight {
    max-width: 100%;
    max-height: 100%;
}

.aspect-ratio {
    margin-bottom: 130px !important;
}


