/*** Couleurs ***/
/*

*/

/* latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 400;
  src: url(font/Dosis.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");

html {
  scroll-behavior: smooth;
}
body {
  background-color: #ffffff;
  color: #333;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  margin: 0;
}
a {
  color: inherit;
}
.show {
  display: none;
}

h1 {
  color: #613319;
  font-size: 36px;
  text-align: center;
  margin: 0px auto;
  padding: 20px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-family: "Libre Baskerville", serif;
}
h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0px;
  padding: 20px 0 6px;
  word-spacing: 2px;
  text-align: center;
}
h3 {
  font-size: 30px;
  font-weight: bold;
  margin: auto;
  font-variant: normal;
  background-color: #979d5d;
  max-width: 90%;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
h4 {
  margin: 30px 10px 20px 10px;
  font-size: 20px;
  text-align: center;
}

p {
  margin: 1em auto;
}
.center {
  text-align: center;
}
/******* HEADER  *****/
header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}
header > div {
  width: 25%;
}
header > div:nth-child(2) {
  width: 50%;
}
header h1 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: auto;
  text-align: center;
  font-size: 35px;
  padding: 7px 0;
  font-weight: 400;
  max-width: 400px;
}
header p {
  text-align: center;
  font-variant: small-caps;
  color: #554531;
  margin: 6px auto;
  font-size: 28px;
}
@media only screen and (max-width: 1000px) {
  header > div {
    width: auto;
  }
}

/*********** RESERVER **********/
.reserver {
  display: inline-block;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #a19481;
  background-color: #979d5d;
  text-decoration: none;
  transition: background-color 0.2s;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  margin: auto;
}
@media screen and (max-width: 750px) {
  .reserver {
    padding: 10px 6px;
    margin-top: 4px;
  }
}
.reserver span {
  display: block;
  transition: transform 0.2s;
  color: white;
}
.reserver:hover span,
.reserver:focus span {
  transform: scale(1.2);
  transition: transform 0.2s;
}
.reserver:hover {
  background-color: #caaf17;
}
/******************************/

/***** Page ACCUEIL  ******/
#accueil-diapo {
  width: 100%;
  height: 95vh;
  background-image: url(photos/bastidederoussillon01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: relative;
  padding: 0;
}
#accueil-diapo2 {
  width: 100%;
  height: 85vh;
  background-image: url(photos//bastidederoussillon02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}

#accueil-diapo3 {
  width: 100%;
  height: 85vh;
  background-image: url(photos//bastidederoussillon03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}

div.accueil {
  background-color: white;
  padding-bottom: 20px;
  margin: 0;
}

.texte-accueil,
.texte {
  font-size: 1.4em;
  max-width: 90%;
  text-align: justify;
  margin: 30px auto;
  text-align-last: center;
  background-color: rgba(97, 51, 25, 0.1);
  padding: 10px 0px;
}
.texte-accueil p,
.texte p {
  padding: 0px 30px;
}

@media screen and (max-width: 800px) {
  .texte-accueil {
    font-size: 1.4em;
    margin: 30px 8px;
    text-align: center;
  }
  .texte p {
    text-align: center;
  }
}

div.accueil p,
div.accueil li {
  margin: 12px auto;
  padding: 0 12px;
  text-align: left;
  max-width: 800px;
}

.cadre_lightbox {
  position: relative;
  width: 90%;
  max-width: 90%;
  margin: auto;
  border: solid 0px green;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
}

.cadre_lightbox > div {
  display: inline-block;
  width: 33.3%;
  max-width: 380px;
  position: relative;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.4s;
}

.cadre_lightbox > div h4 {
  position: relative;
  bottom: 0px;
  width: 90%;
  padding-top: 1%;
  padding-bottom: 3%;
  z-index: 20;
  font-size: 1.4em;
  margin: 0 auto;
  transition: all 0.6s;
  z-index: 0;
  font-weight: 400;
}

.cadre_lightbox > div h4 a {
  text-decoration: none;
}

.cadre_lightbox div img {
  width: 100%;
  max-width: 399px;
  height: auto;
  position: relative;
  display: block;
  max-height: 400px;
  margin: auto;
}

.cadre_lightbox > div:hover h4 {
  transform: translate(0, -200%);
  color: white !important;
}
.cadre_lightbox div:hover img {
  filter: brightness(0.7);
}
div.image {
  text-align: center;
  padding: 10px 0;
}
div.image img {
  max-width: 800px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 950px) {
  .cadre_lightbox > div {
    width: auto;
  }
}

/***** fin Page ACCUEIL  ******/

#main {
  max-width: 1000px;
  min-height: 50vh;
  margin: 0 auto;
  clear: both;
  background-color: #ffffff;
  color: inherit;
  font-size: 24px;
  border: solid 0px #550099;
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 20px;
}
#main p {
  margin: 6px 20px;
}
#main a {
  color: inherit;
}

@media screen and (max-width: 750px) {
  .annonce2 {
    top: unset;
    left: unset;
    margin: auto;
    font-size: 20px;
    position: relative;
    padding: 8px 16px;
    border-radius: 40px;
    margin: 20px auto 8px;
    width: 90%;
    max-width: 350px;
    text-align: center;
  }
}

/*** Page bastide ***/
body#bastide section {
  padding-bottom: 30px;
}

/*** Gallerie ***/
.galerie {
  display: flex;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
  max-width: 90%;
  gap: 6px;
}
.galerie div {
  width: 33%;
  text-align: center;
}
.galerie div img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: filter 0.3s, border 0.3s;
  box-sizing: border-box;
  border: solid 0px transparent;
  display: block;
  border-radius: 6px;
}
.galerie-tabledhotes div img {
  width: 33, 2%;
}
.galerie div a:hover img {
  filter: brightness(75%);
  border: solid 4px rgba(0, 0, 0, 0);
  border-radius: 12px;
}

@media only screen and (max-width: 700px) {
  .galerie div img {
    max-width: 370px;
    height: auto;
  }
  .galerie div {
    margin: 2px;
    width: 45%;
  }
}

/******** RESERVATION **********/
#reservation {
  text-align: center;
  max-width: 700px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}

#reservation table {
  display: inline-block;
  vertical-align: top;
  margin: auto;
  border: solid 0px;
  max-width: 320px;
}

#reservation table td {
  text-align: left;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(45, 45, 45);
  font-style: italic;
  font-size: 22px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(45, 45, 45);
  font-style: italic;
  font-size: 22px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(45, 45, 45);
  font-style: italic;
  font-size: 22px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(45, 45, 45);
  font-style: italic;
  font-size: 22px;
}
#reservation input[type="submit"] {
  padding: 8px 20px;
  font-size: 20px;
  border: solid 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
#reservation input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px;
}
#reservation input[type="submit"]:active {
  background-color: rgba(71, 122, 71, 0.5);
  border: solid 1px;
}
#reservation input,
textarea,
select {
  vertical-align: middle;
  width: 300px;
  border: solid 1px #999;
  border-radius: 2px;
  min-height: 32px;
  padding: 4px;
  font-size: 18px;
  font-family: "Dosis", sans-serif;
}
#reservation textarea {
  max-width: 300px;
  min-height: 120px;
}
#reservation input.red {
  border: solid 1px red;
}

#reservation div {
  position: relative;
}

/***** CARTE de VISITE  *******/

footer {
  width: 100%;
  background-color: #613319;
  color: #fff;
  margin: 0 auto;
  position: relative;
  padding: 8px 0 0;
  padding-bottom: 50px;
}
footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  gap: 20px;
}
footer > div > div {
  border: solid 0px red;
}

footer p {
  margin: 8px;
  font-size: 18px;
}
footer h4 {
  font-size: 24px;
}
footer > div > div:nth-child(3) {
}
footer div div.acces img {
  display: block;
  height: 28px;
  width: auto;
  margin: 0px auto 10px;
}
footer div div.acces h4,
footer div div.acces p {
  text-align: center;
}
.contact a,
.acces a {
  display: block;
  margin-bottom: 8px;
  white-space: nowrap;
  font-size: 24px;
}
.contact a:hover {
  text-decoration: underline;
}
.contact a img {
  height: 22px;
  width: auto;
  margin-right: 6px;
  vertical-align: middle;
  filter: invert(100%);
}

@media screen and (max-width: 750px) {
  footer > div > div {
    text-align: center;
  }
  footer p {
    margin: 4px;
  }
}

footer a.lang img {
  width: 21px;
  height: auto;
  vertical-align: middle;
}

/***** fin CARTE de VISITE  *******/

/**** Modifications ***/
form.modifier {
  max-width: 1000px;
  margin: auto;
}
form.modifier input[type="text"] {
  padding: 4px;
  width: 100%;
}
form.modifier input[type="submit"] {
  border: 1px solid #000;
  padding: 6px 16px;
  font-size: 20px;
  background-color: #ddd;

  margin: 6px auto;
}
form.modifier input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
form.modifier input[type="submit"]:focus {
  background-color: rgba(46, 179, 79, 0.9);
}
form.modifier > h3 {
  margin-top: 20px;
  color: black;
  background-color: transparent;
}
/*** Tableaux ***/
#tarifs {
  background-color: rgba(0, 0, 0, 0.1);
}

#tarifs > table {
  border-collapse: collapse;
  max-width: 650px;
  margin: 12px auto;
  border: solid 1px rgba(255, 255, 255, 0);
}
#tarifs > table tr:nth-child(2n + 1) {
  background-color: rgba(0, 0, 0, 0.1);
}
#tarifs > table tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 1);
}
#tarifs > table td {
  padding: 12px 16px;
  margin: 0;
  border: none;
  font-size: 24px;
}

/******* Menu ********/
.flag a {
  font-size:1.5rem;
  border-bottom: none;
  transition:0.2s ease-out;
  transform: translateY(-2px);
}
.flag a:hover {
  border-bottom: none;
  transform: translateY(-4px) scale(1.1);
  padding-bottom: 0;
} 
[type="submit"],
button {
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid white;
}
.btn-menu {
  min-width: 80px;
  padding: 15px;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  background: #000;
  background: #323230;
  transition: color 0.2s, background 0.3s;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none; /*grand écran*/
}
.btn-menu:hover .btn-menu-icon span {
  transform: translateX(5px);
  transition: transform 0.3s, opacity 0.3s;
  border: 0;
}
.btn-menu[aria-expanded="true"] {
  color: #191918;
  color: #323230;
  background: #fff;
  transition: color 0.2s, background 0.3s;
}
.btn-menu[aria-expanded="true"] .btn-menu-icon span {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 0.3s, opacity 0.3s;
}
.btn-menu[aria-expanded="true"] .btn-menu-icon:before {
  top: 50%;
  background: #323230;
  transform: rotate(-45deg);
  transition: background 0.3s, transform 0.3s, top 0.3s;
}
.btn-menu[aria-expanded="true"] .btn-menu-icon:after {
  top: 50%;
  background: #323230;
  transform: rotate(45deg);
  transition: background 0.3s, transform 0.3s, top 0.3s;
}
.btn-menu[aria-expanded="true"] .btn-menu-label {
  display: none;
}
.btn-menu[aria-expanded="true"] .btn-menu-label:last-of-type {
  display: block;
}
.btn-menu-label {
  display: block;
}
.btn-menu-label:last-of-type {
  display: none;
}
.btn-menu-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
  margin: 0 auto 5px;
}
.btn-menu-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 6px;
  background: #fff;
  transition: transform 0.3s, opacity 0.3s;
}
.btn-menu-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  background: #fff;
  transition: background 0.3s, top 0.3s, transform 0.3s;
}
.btn-menu-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 12px;
  background: #fff;
  transition: background 0.3s, top 0.3s, transform 0.3s;
}
nav {
  text-align: center;
  z-index: 1;
}
nav > ul {
  max-width: 900px;
  margin: auto;
  padding: 0;
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
  border: 0px solid red;
}
nav > ul > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-weight: 600;
  border: 0px solid;
  flex-basis: 1;
  z-index: 9999;
  text-align: center;
}

nav a {
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  padding: 5px 10px 1px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border-bottom: 6px solid transparent;
}
nav a:hover {
  color: #000;
  background-color: transparent;
  border-bottom: 6px solid #995127;
}
nav > ul > li.bookingLink a {
  background-color: #abc19f;
  background-color: #f0860d;
  color: white;
}
nav > ul > li.bookingLink a:hover {
  background-color: transparent;
  color: #000;
}

nav li ul {
  background-color: #252d1d;
  border-color: #252d1d;
  background: #fff;
  text-align: left;
  opacity: 0;
  width: 240px;
  border-top: 0px solid #2ea3f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  padding: 20px 0;
  color: #666;
  z-index: 9999;
  display: none;
}
nav li:hover ul {
  background-color: #252d1d;
  color: white;
  z-index: 9999;
  opacity: 1;
  display: block;
}
nav li ul li {
  list-style: none;
  z-index: 9999;
}
nav li ul li a {
  padding-left: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: none;
}
nav li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #bbb !important;
}

.mobile_menu_bar::before {
  position: relative;
  top: 0;
  left: 0;
  font-size: 32px;
  text-shadow: 0 0;
  font-family: ETmodules !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-smoothing: antialiased;
  font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  content: "\61";
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  nav {
    position: fixed;
    top: 0;
    left: 70px;
    width: 100%;
    z-index: 1;
  }
  #drapeaux2 {
    display: block !important;
  }
  nav > ul {
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 99999;
    display: none;
  }

  nav li ul,
  nav li ul:hover {
    background: #fff;
    text-align: center;
    opacity: 1;
    width: 100%;
    border-top: 0;
    position: relative;
    padding: 20px 0;
    opacity: 1;

    padding: 0;
    box-shadow: none;
  }
  nav li ul {
    text-align: center;
    opacity: 1;
    width: 60%;
    margin: auto;
    border-top: 0;
    position: relative;
    padding: 20px 0;
    opacity: 1;
    z-index: 99999;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  nav li ul li {
    flex: 1 1 100%;
    min-width: 140px;
  }
  nav li ul li a,
  nav li ul li a:hover {
    color: #666;
    background-color: #fff;
    font-style: italic;
  }
  nav > ul > li > a:first-child::after {
    display: none;
  }
  .btn-menu {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  nav li ul li {
    min-width: 201px;
  }
}
/**** Fin Nouveau menu ****/
