@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext");

* {
  font-family: "Quicksand", sans-serif;
  list-style-type: none;
}

body {
  background-color: #fff !important;
  font-family: "Quicksand", sans-serif !important;
  overflow-x: hidden;
  position: absolute;
  font-size: 16px !important;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif !important;
}

h4 {
  color: #303030;
  text-transform: uppercase;
}

#menu1 {
  width: 100vw;
  top: -30px;
  font-family: "Quicksand", sans-serif;
  height: 100px;
  background: transparent;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  position: relative;
  z-index: 10;
  transition: all 0.3s;
}

#menu1.navShadow {
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  height: 100px;
}

#menu1.navShadow #word-mark {
  opacity: 0;
}

#brand,
#menu,
#menu ul {
  display: flex;
  align-items: center;
}

#menu ul {
  margin-right: 10px;
}
.navmenu {
  position: fixed;
  z-index: 1000;

  height: 122px;
  background: white;
}
#brand {
  padding-left: 10px;
}

#logo {
  position: relative;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  left: 15%;
  transform: translateX(-50%);
}

#logo img {
  height: 100px;
}

#word-mark {
  color: #303030;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 30px;
  margin-left: -57px;
  height: 55px;
  padding: 8px 13px 9px 58px;
  opacity: 1;
  z-index: -1;
  transition: all 0.3s;
}

/*** Menu Styles ***/
#menu {
  justify-content: flex-end;
  padding-right: 10px;
  top: 6px;
  position: relative;
}

#menu li {
  margin-left: 20px;
  padding-top: 8px;
}

#menu li a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 30px;
  line-height: 19px;
  /* background: rgba(255, 255, 255, 0.4); */
  padding: 5px 9px;
  color: #303030;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  display: block;
  border-radius: 4px;
  transition: color 0.2s;
}

#menu li a:hover {
  color: #fff;
  background: #303030;
}

.spec:hover {
  background: rgba(48, 48, 48, 0.2) !important;
  color: #303030 !important;
}

.spec {
  color: #fff !important;
  background: #303030 !important;
}

#menu-toggle {
  margin-right: 10px;
  width: 55px;
  height: 55px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}

#menu-toggle:hover .bar {
  width: 25px;
}

#menu-toggle.closeMenu .bar {
  width: 25px;
}

#menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.bar {
  width: 25px;
  height: 2px;
  background: #303030;
  transition: 0.3s ease-in-out;
}

.bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}

.bar:last-child {
  width: 15px;
}

#submenu {
  position: relative;
  width: 100%;
  z-index: 12;
  height: 0px;
  transition: 0.3s ease;
}

.bimg {
  display: none;
}

.gradient li a {
  color: #303030 !important;
}

.gradient li a:hover {
  color: #fff !important;
  background: #303030 !important;
}

.gradient li .spec {
  background: #303030 !important;
  color: #fff !important;
}

.gradient li .spec:hover {
  background: #fff !important;
  color: #303030 !important;
}

.gradient ul {
  color: #303030 !important;
}

.gradient {
  background: rgba(48, 48, 48, 0) !important;
}

.gradient img {
  display: none;
}

.gradient .bimg {
  display: initial;
}

#submenu ul {
  z-index: 5;
  display: flex;
  float: right;
  padding: 2px 20px;
  color: #303030;
  text-decoration: none;
}

#submenu li a {
  padding: 0px 20px;
  color: #303030;
  text-decoration: none;
  font-family: "Quicksand", sans-serif !important;
}
#submenu li button {
  padding: 0px 20px;
  color: #303030;
  text-decoration: none;
  font-family: "Quicksand", sans-serif !important;
}

.small {
  display: none;
}

.numb {
  position: relative;
  /*justify-content: space-between;*/
  /*display: flex;*/
  flex-wrap: wrap;
}

.numb input[type="radio"] {
  -webkit-appearance: none;
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: border 0.2s ease;
  margin-right: 2px !important;
  transition: all 0.2s ease;
}

.numb input[type="radio"]:hover,
.numb input[type="radio"]:checked {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  background: rgba(255, 255, 255, 0.7);
}

.numb input[type="radio"]:focus {
  outline: 0;
}

.numb input[type="radio"]:checked + span {
  font-weight: bold;
  color: #000000;
}

.numbers {
  margin-right: 20px !important;
}

.flex-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(355px, 1fr));
  grid-auto-rows: auto;
  grid-auto-flow: row dense;
  width: 100%;
}

.flex-item {
  width: 100%;
  position: relative;
  height: 100%;
  padding: 30px 0;
}

/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 1046px) {
  #menu {
    padding-right: 0px;
  }

  #menu-toggle {
    display: flex;
  }

  .numbers {
    margin-right: 0px !important;
  }

  .numb {
    position: relative;
    /*justify-content: space-between;
    display: flex;*/
    flex-wrap: wrap;
  }

  .small {
    display: inherit;
  }

  #menu ul {
    display: grid;
    width: 100vw;
    padding-left: 0px;
    z-index: 0;
    height: 0;
    background: #fff;
    position: absolute;
    top: 100px;
    box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    text-align: -webkit-center;
    margin-right: 0px;
  }

  #menu ul.showMenu {
    height: auto;
  }

  #menu ul.showMenu li {
    height: 49px;
    opacity: 1;
    visibility: visible;
  }

  #logo {
    position: relative;
    /* width: 55px; */
    height: 82px;
    border-radius: 50%;
    cursor: pointer;
    left: 100%;
    transform: translateX(-50%);
  }

  #logo img {
    height: 94px;
  }

  #menu li {
    width: 75%;
    height: 80px;
    float: left;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    transition: all 0.3s 0.1s;
    transition: padding 0.3s;
  }

  #menu li:first-child {
    margin-top: 20px;
  }

  #menu li:last-child {
    margin-bottom: 20px;
  }

  #menu li:hover {
    padding: 4px 0px 0px 0px;
  }

  #submenu {
    display: none;
  }

  #menu li a {
    color: #303030;
  }

  #menu1 {
    top: -10px;
  }

  .spec:hover {
    background: rgba(48, 48, 48, 0.2) !important;
    color: #303030 !important;
  }

  .spec {
    color: #fff !important;
    background: #303030 !important;
  }
}

.SecHome .card {
  transition: 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  width: 101%;
  color: white;
  padding: 5px 50px 5px 5px;
}

.SecHome .card h2 {
  color: #303030;
  text-transform: uppercase;
  margin: 0;
}

.SecHome .card .inputs {
  position: relative;
  /* justify-content: center; */
  display: flex;
  flex-wrap: wrap;
}

.SecHome .card label {
  color: #fff;
  font-size: 17px;
}

.SecHome .card .numb span {
  position: relative;
  right: 28px;
  width: 40px !important;
  height: 40px !important;
  text-align: center !important;
  top: -20px !important;
  color: #fff;
  font-size: 17px;
  user-select: none;
}

.SecHome .card input {
  background: rgba(48, 48, 48, 0.71);
  color: #fff;
  position: relative;
  width: 200px;
  height: 20px;
  padding: 4px;
  border: none;
  border-radius: 4px;
  font-family: auto;
  font-size: 19px;
  text-transform: uppercase;
  margin: 0px 0px 7px 0px;
  box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
}

.SecHome .card input[type="button"] {
  text-align: center;
  padding-left: 3px !important;
}

.SecHome .card input[type="submit"] {
  background: #303030 !important;
}

.line {
  background: #303030;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  width: 200px;
  height: 4px;
  margin: 20px 0px 20px 0px;
}

.Sec2Button {
  background: #303030;
  color: #fff;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  width: 216px;
  font-family: "Quicksand", sans-serif !important;
  font-size: 20px;
  height: 40px;
  padding: 4px;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 20px 0px 20px 0px;
  box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
}

.mobi {
  display: none;
}

@media screen and (max-width: 320px) {
  #brand {
    padding: 0;
  }
}

.subtitle {
  width: 100%;
  padding: 5px;
  position: relative;
  text-transform: initial;
  color: #fff;
  font-size: 21.4px;
  font-weight: 500;
  margin: 0;
  z-index: 1;
}

.title {
  position: relative;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 52px;
  font-weight: 900;
  margin: 0;
  z-index: 1;
}

.info {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.Sec2Para {
  padding: 18px 74px 22px 74px;
  text-align: center;
  text-transform: initial;
  color: rgba(48, 48, 48, 0.71) !important;
  line-height: 23px;
}

.Sec2Title {
  padding: 40px 12px 0px 12px;
  text-align: center;
  color: #303030;
  font-weight: 900;
  text-transform: uppercase;
}

.Sec2.Sec2Button {
  height: 40px;
  width: 250px;
  margin-top: 4px;
  text-transform: uppercase;
  padding-top: 4px;
  font-weight: 900;
  font-size: 24px;
}

.PCView {
  display: block;
}

@media screen and (max-width: 500px) {
  .PCView {
    display: none;
  }
  ::-webkit-scrollbar {
    display: none;
  }

  .Alpilles .flex-item {
    margin-top: 60px;
  }
  .navmenu {
    height: 100px;
  }
  .Sec2.Sec2Button {
    height: 40px;
    width: 250px;
    margin-top: 4px;
    text-transform: uppercase;
    padding-top: 4px;
    font-weight: 900;
    font-size: 24px;
  }

  .Sec2Para {
    padding: 0px 28px 0px 14px;
    text-align: justify;
    text-transform: initial;
    color: rgba(48, 48, 48, 0.71);
  }

  .SecHome .card {
    padding: 5px 10px 5px 5px;
  }

  .SecHome .card .numb span {
    position: relative;
    right: 23px;
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    top: -20px !important;
    color: #fff;
    font-size: 17px;
    user-select: none;
  }

  .numb input[type="radio"] {
    -webkit-appearance: none;
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: border 0.2s ease;
    margin-right: -2px !important;
    transition: all 0.2s ease;
  }

  .title {
    top: 0px;
    font-size: 36px;
    font-weight: 900;
    padding: 7px 7px 7px 7px;
  }

  .card input[type="submit"] {
    width: 100% !important;
  }

  #menu li a {
    color: #303030;
  }

  .spec:hover {
    background: rgba(48, 48, 48, 0.2) !important;
    color: #303030 !important;
  }

  .spec {
    color: #fff !important;
    background: #303030 !important;
  }

  #logo {
    position: relative;
    left: 100%;
    height: 82px !important;
    transform: translateX(-50%);
  }

  .subtitle {
    text-transform: initial;
    font-size: 17.2px;
    font-weight: 500;
    padding: 5px 5px 5px 5px;
  }
}

.carousel-indicators li {
  width: 8px !important;
  height: 8px !important;
  border: 0px solid #303030 !important;
  background: #303030 !important;
}

.carousel-indicators .active {
  width: 10px !important;
  height: 10px !important;
  background-color: #303030 !important;
}

.numb {
  position: relative;
  /*justify-content: space-between;
  display: flex;*/
  flex-wrap: wrap;
}

.numb label {
  display: inline-block;
  cursor: pointer;
  margin-right: 4px;
}

.numb label:hover :not(:disabled) + button {
  color: white;
}

.numb [type="radio"].button-trigger {
  display: none;
  z-index: 2;
}

.numb [type="radio"] + button,
[type="checkbox"] + button {
  background: rgba(48, 48, 48, 0.71);
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  color: #fff;
  position: relative;
  z-index: -1;
}

.numb [type="radio"]:not(:disabled):checked + button {
  background: #fff;
  color: #303030;
}

/*FOOTER*/

footer {
  background: #303030;
  padding-top: 10px;
  color: #fff !important;
}

footer input,
footer button {
  background: rgba(78, 78, 78, 0.5) !important;
  color: #fff;
  position: relative;
  width: 200px;
  height: 20px;
  padding: 4px;
  border: none;
  border-radius: 4px;
  font-family: auto;
  font-size: 19px;
  text-transform: uppercase;
  margin: 0px 0px 7px 0px;
  box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
}

footer [type="radio"]:not(:disabled):checked + button {
  background: #fff !important;
  color: #303030;
}

footer [type="radio"] {
  z-index: 10;
}

footer .title,
footer .subtitle {
  color: #fff;
  text-align: center;
}

footer .subtitle {
  font-size: 15px;
}

footer .inputs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

footer .box {
  padding-right: 12px;
  padding-left: 12px;
}

footer ul,
footer li,
footer li a,
footer li a:hover {
  padding-inline-start: 0px;
  margin-left: 5px;
  padding-top: 10px;
  color: #fff;
  text-decoration: none;
}
footer i {
  vertical-align: middle !important;
  margin-top: -6px;
}
footer .sub {
  padding-left: 12px;
}

/*BEDROOMS HEADER*/
.heading .title {
  font-size: 78px !important;
}

.heading .subtitle {
  font-size: 27.4px !important;
}

/*BEDROOMS PICTURES*/

.Alpilles {
  background-image: url(../../images/fond-head.jpg);
  background-position-y: center;
  background-size: cover;
  height: 50%;
  border-radius: 0 6px 6px 0px;
}

#submenu li > i {
  vertical-align: middle !important;
  margin-top: -4px;
}

/*FACILITIES*/
.facilities {
  background-color: #303030;
  color: #fff !important;
  padding: 70px 0;
}

.facilities .Sec2Title {
  color: #fff;
  padding: 8px 12px 0px 12px;
}

.facilities .Sec2Para ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
  padding-inline-start: 0;
}

.facilities .line {
  background-color: #fff;
}

/* SCROLLBAR */
/* total width */
::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
  box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-track:hover {
  background-color: #fff;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #303030;
  border-radius: 16px;
  border: 5px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(48, 48, 48, 0.8);
  border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}

.tableau1 {
  text-align: justify;
  font-family: Arial, helvetica, sans-cerif;
  font-size: 17px;
  margin-right:20vh;
  position: relative;
}
.separateur {
  color: #303030;
}
.imgChambre {
  padding-top: 15px;
}

@media screen and (min-width: 540px) {
  .imgChambre {
    width: 160px;
    height: 100px;
  }
}
@media screen and (max-width: 539px) {
  .imgChambre {
    width: 80px;
    height: 60px;
  }
}

.monstyle {
  position: relative;
  left: 10%;
  padding-right: 10%;
  top: 30px;
  text-align: justify;
}
@media screen and (max-width: 539px) {
  .monstyle {
    left: 0%;
    top: 20px;
  }
  .flex-item {
    width: 100vw;
  }
}

.basicLightbox {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 100%;
  margin: 0;
  color: white;
  text-align: center;
}

.create {
  background: transparent;
  border: none;
  font-size: 16px;
  color: white;
}
