@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Niconne");

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: white;
  background-image: url(images/fonds2.jpg);
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
}
h1 {
  font-family: "Niconne", cursive;
  font-size: clamp(60px, 8vw, 150px);
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  font-weight: normal;
  padding: 30px 0;
  margin: 0;
  letter-spacing: 2px;
}

h2 {
  font-family: "Niconne", cursive;
  font-size: 50px;
  font-weight: normal;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px 20px 0 0;
}
h2 span {
  font-size: 35px;
  margin: auto 6px;
}
body#home h2 {
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.2) 60%,
    rgba(255, 255, 255, 0)
  );
}
h3 {
  font-family: "Niconne", cursive;
  font-size: 45px;
  font-weight: normal;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
}
h3::before,
h3::after {
  content: " \2550\2550\2550\2550\2550\2550 ";
  margin: 0 20px;
  font-size: 20px;
}
h4 {
  font-size: 24px;
  padding: 16px 0;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  max-width: 800px;
}
a {
  color: inherit;
}

header {
  padding: 30px 0 10px;
  margin: 0;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
header a {
  text-decoration: none;
}
.spacer {
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 800px) {
  header {
    padding: 60px 0 10px;
  }
  header h1 {
    padding: 20px 0 10px;
  }
  h2 {
    font-size: 30px;
  }
  h2 span {
    display: block;
  }
  main p {
    margin: 12px;
  }
  h4 {
    margin: 0 12px;
  }
  .hide {
    display: none;
  }
}
.accueil {
  position: relative;
  min-height: 70vh;
}
.accueil img.diapo {
  width: 100%;
  min-height: 70vh;
  object-fit: cover;
}
#giteDeFrance {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  height: 100px;
  width: auto;
  border: 0;

  display: none;
}

/** Reserver **/
.reserver {
  right: 2vh;
  top: 9vh;
  position: fixed;
  z-index: 10;
}
.reserver a {
  appearance: button;
  background-color: #e8c22e;
  background: radial-gradient(ellipse at center, #cdad2c, #eecc45);
  padding: 8px 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 8px;
  border: solid 2px rgba(0, 0, 0, 0.15);

  cursor: pointer;
  transition: background-color 0.2s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  text-decoration: none;
}
.reserver a:hover {
  background: #76374f;
}
@media screen and (max-width: 800px) {
  .reserver {
    top: auto;
    bottom: 1rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .reserver a {
  }
}

main {
  background-image: url(images/fond.png);
  text-align: center;
  height: auto;
  overflow: visible;
  margin: 0 auto 0;
  padding-bottom: 40px;
}

main p {
  font-size: 18px;
  margin: 12px auto;
  max-width: 800px;
  line-height: 26px;
  text-align: justify;
  text-align-last: center;
}
main ul {
  padding-left: 200px;
}
main ul li {
  text-align: left;
  list-style-type: disc;
  font-size: inherit;
  line-height: 26px;
  max-width: 800px;
  color: white;
}
section {
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  main p {
    margin: 12px;
    font-size: 17px;
  }
  main ul {
    padding-left: 20px;
  }
}
.panorama {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.4rem;
}
.panorama p {
  padding-top: 10vh;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 1);
}
/** Cadre Lightbox ***/
.cadre_lightbox {
  position: relative;
  width: 100%;
  margin: auto;
  border: solid 0px green;
  border-spacing: 2px 0px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  border: solid 0px white;
}

.cadre_lightbox > div {
  display: inline-block;
  max-width: 360px;
  position: relative;
  height: 100%;

  overflow: hidden;

  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}

.cadre_lightbox > div p {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0));
  padding-top: 2%;
  padding-bottom: 3%;
  z-index: 20;
  font-size: 1.5em;
  margin: 0;
  transition: all 0.6s;
  font-family: "Montserrat", sans-serif;
}

.cadre_lightbox > div:hover p {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  font-size: 2em;
}

.cadre_lightbox > div h3 a {
  color: white;
  text-decoration: none;
}

.cadre_lightbox div img {
  width: 100%;
  width: 450px;
  height: 336px;
  position: relative;
  display: block;
  max-height: 400px;
  margin: auto;
}

.cadre_lightbox div:hover img {
  transform: scale(1.05);
  filter: brightness(0.8);
  transition: all 0.6s;
}

section#chambres div.cadre_lightbox > div,
section#loisirs div.cadre_lightbox > div {
  max-width: 450px;
}

/* MENU */

.menu {
  position: fixed;
  top: 0;
  color: #fff;
  font-weight: bold;
  margin: auto;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background-color: #6c3f51;
  padding: 6px 0;
  z-index: 10;
}

.menu ul {
  margin: 0;
  padding: 0;
}
.menu li {
  margin-left: 0;
  padding-top: 0;
  display: inline-block;
}

.menu li a {
  color: #fff;
  text-decoration: none;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 18px;
  line-height: 26px;
}

.menu li a:hover {
  color: #ffcc00;
  text-decoration: underline;
}

.acces li {
  list-style-type: decimal;
}

#livredor p {
  text-align: left;
  text-align-last: unset;
  line-height: 18px;
}

/* TARIFS & TABLEAU */

#tarifs img {
  max-width: 100%;
  height: auto;
}

#tarifs table {
  text-align: center;
  border-style: none;
  width: 80%;
  border-width: 1px;
  border-style: solid;
  border-color: #411b08;
  border-collapse: collapse;
  font-weight: bold;
  color: white;
  margin: 20px auto;
}

#tarifs th,
#tarifs td {
  font-size: 18px;
  line-height: 26px;
  padding: 12px 4px;
  border-style: solid;
  border-width: 0px;
}

#tarifs th {
  background-color: rgba(0, 0, 0, 0.1);
}
#tarifs td {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 800px) {
  #tarifs th,
  #tarifs td {
    font-size: 16px;
    line-height: 22px;
    padding: 4px;
    border-style: solid;
    border-width: 0px;
  }
}
/** MODIF ***/
body#modif main {
  padding-bottom: 30px;
}
body#modif form {
  max-width: 1000px;
  margin: auto;
}
body#modif input {
  border: 1px solid black;
  border-radius: 4px;
  width: 120px;
  margin: 0px;
  float: left;
  height: 22px;
  padding: 1px 6px;
}
body#modif input[type="submit"] {
  width: 100px;
  height: 30px;
  float: none;
  font-size: 16px;
}

.centre {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  text-align: left;
  background: transparent;
}

.bas {
  width: 100%;
  background: transparent;
  overflow: hidden;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  padding-top: 40px;
}
.bas p {
  text-align: center;
  color: white;
  font-size: 18px;
}
.bas a {
  color: white;
  font-weight: bold;
  font-size: 22px;
}
.logos img {
  height: 80px;
  width: auto;
  border: 0;
}
.gauche {
  float: left;
  background: transparent;
  width: 160px;
  text-align: left;
  line-height: 12px;
  margin-left: 5px;
  margin-top: 20px;
  padding-bottom: 100px;
  overflow: hidden;
}

.droite {
  float: left;
  background-color: transparent;
  width: 480px;
  margin-left: 15px;
  margin-top: 10px;
  padding-bottom: 100px;
}

.center {
  text-align: center;
}
.haut_droite {
  width: 352px;
  background-color: transparent;
  float: left;
  margin-left: 0;
  overflow: hidden;
}

/* LISTE */

ul,
li {
  margin: 0;
  margin-left: 5px;
  padding: 0;
  color: #4b3d40;
  list-style: none;
  line-height: 15px;
}

.logo {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  width: 100px;
  height: 100px;
  border: solid 0px;
}

/* IMAGES A DROITE */

.img_droite {
  float: right;
  margin-top: 10px;
  border: 1px solid #ca2005;
}

.img_puce {
  vertical-align: middle;
}

.img {
  text-align: center;
  border: 1px solid #ca2005;
}

.photo_droite {
  float: right;
  margin-top: 10px;
  width: 220px;
  height: 160px;
  border: 1px solid #ca2005;
}

.photo_gauche {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  width: 220px;
  height: 160px;
  border: 1px solid #ca2005;
}

.photo_centre {
  float: none;
  margin-top: 10px;
  width: 310px;
  height: 222px;
  border: 1px solid #ca2005;
}

/* PARAGRAPHES */

p {
  margin: 8px;
  padding: 0;
  text-align: left;
}

.avecpuce {
  margin: 10px 15px 0 0;
  padding: 0;
  text-indent: 15px;
  background: url(images/ul.html) left top no-repeat;
}

.titre {
  margin: 10px 25px 0 5px;
  border-bottom: 1px dotted #4b3d40;
  padding-bottom: 5px;
}
.titre2 {
  margin: 30px 25px 0 5px;
  border-bottom: 1px dotted #4b3d40;
  padding-bottom: 5px;
}
.texte {
  margin: 5px 25px 0 5px;
  font-size: 11px;
}
.texte2 {
  margin: 0 25px 0 5px;
  font-size: 11px;
}
.gras {
  color: white;
  font-weight: bold;
}
.gras_couleur {
  color: black;
  font-weight: bold;
}
.legende_photo {
  color: white;
  font-weight: bold;
  margin-top: 60px;
  margin-left: 30px;
}
.commentaire {
  text-align: left;
}

.signature {
  margin: 0 30px 0 0;
  color: black;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 50px;
}

.copy {
  border: 0;
  margin-right: 5px;
}

/* SEPARATEURS */

.espace {
  clear: both;
  height: 13px;
}

.barre {
  text-decoration: line-through;
}

/* LIENS */

a.classe1 {
  color: white;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
}

a:hover.classe1 {
  color: white;
  text-decoration: none;
}

a.classe2 {
  color: #cad075;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

a:hover.classe2 {
  color: white;
  text-decoration: none;
}

a.classe3 {
  color: black;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 9px;
}

a:hover.classe3 {
  color: white;
  text-decoration: none;
}

a.classe4 {
  color: black;
  text-decoration: none;
  text-transform: none;
  font-size: 11px;
  font-weight: normal;
}

a:hover.classe4 {
  color: white;
  text-decoration: none;
}

/* FOOTER */
.footer {
  color: white;
  font-size: 12px;
  text-align: center;
}
.footer a {
  color: white;
  text-transform: none;
  font-weight: 400;
}

/* CHAMBRE */
div.chambre {
  width: 380px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 12px;
}
div.chambre img {
  width: 380px;
  display: block;
}

/* TARIFS */
section#form {
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 2rem;
}
#form h3 {
  background: none;
}

/** FORM RESERVATION **/

form#reservation {
  padding-block: 1.5rem;
}
/* champ antispam */
form#reservation input.remarque {
  display: none;
}
form#reservation input#remarque {
  margin: 0;
  padding: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  height: 0;
  border: 0;
}

form#reservation {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto 30px;
  background-color: #76374f;
  border-radius: 8px;
  padding: 20px 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
form#reservation {
}
form#reservation div {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 320px;
}

form#reservation > div > div {
  position: relative;
}

form#reservation label {
  position: absolute;
  line-height: 30px;
  left: 6px;
  top: 0px;
  font-style: italic;
  pointer-events: none;
  transition: 0.1s;
  color: #888;
  transition: 0.3s ease-out;
}
form#reservation div.label-hidden label {
  font-size: 1rem;
  left: 320px;
  transform: translateX(-100%);
  color: #fff;
  line-height: 1rem;
  white-space: nowrap;
}
form#reservation div.label-hidden input,
form#reservation div.label-hidden textarea {
  margin-top: 18px;
}
form#reservation input,
textarea,
select {
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 1px #fff, 0 1px 0 #fff;
  vertical-align: middle;
  width: 320px;
  min-height: 34px;
  border-radius: 4px;
  transition: 0s ease-out;
  font-size: 1rem;
  padding-left: 6px;
}

form#reservation textarea {
  min-height: 160px;
}

form#reservation input:focus,
form#reservation textarea:focus {
  margin-top: 18px;
}
form#reservation input:focus ~ label,
form#reservation textarea:focus ~ label {
  color: #fff;
  left: 100%;
  left: 6px;
  font-size: 1rem;
  line-height: 1rem;
  transform: translateX(0);
}

form#reservation input[type="submit"] {
  width: auto;
  height: auto;
  float: none;
  text-align: center;
  font-size: 1.2rem;
  background-color: #eee;
  line-height: 1.2rem;
  margin-top: 8px;
  border: solid 2px rgba(0, 0, 0, 0.3);
  transition: 0.2s ease;
}

form#reservation input[type="submit"]:hover {
  background-color: #fff;
  color: #63723f;
  border: solid 2px #63723f;
}
form#reservation input[type="submit"]:focus {
  margin-top: 8px;
}
form#reservation input[type="number"] {
}
form#reservation input[type="date"] {
  width: 60px;
  float: left;
}

/* champ antispam */
form#reservation input.remarque {
  display: none;
}
form#reservation input#remarque {
  margin: 0;
  padding: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  height: 0;
  border: 0;
}
