/* Author: Christophe SEVESSAND - Copyright La Maison Sevessand */

/*= GENERAL STYLING
--------------------------------------------------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}

/*= HEADER & NAVIGATION
--------------------------------------------------------*/
.title {
	position:fixed;
	display: flex;
	align-items:center;
	justify-content: center;
	background: #000;
	padding: 0 0 0 0;
	margin: -20px 2% 0 2%;
	width: 96%;
	height: auto;
	opacity: 0.95;
	z-index: 4;
}
.logo-div {
    position:relative;
    margin:auto;
	display: flex;
	align-items:center;
	justify-content: center;
    width: 50%;
    height: 90%;
	opacity: 0.95;
	z-index: 5;
}
.logo {
    position:inherit;
	background:url(../img/LaMaisonSevessand.gif) center center;
    background-size:contain;
	background-repeat:no-repeat;
	display: flex;
	align-items:center;
	justify-content: center;
	width: 100%;
    height: 100%;
	opacity: 1;
	z-index: 3;
}
.under-div {
    position:absolute;
	padding: 6.5vmax 0 0 0;
	width:100%;
	opacity: 0.95;
	z-index: 3;
}
#ul {
	text-align: center;
	margin-top: 1%;
	display: flex;
	margin: 7.5em 2% 0 2%;
	list-style-type:none;
}
#ul li{
	display: inline;
	list-style: none;
	margin-top: 0;	
	padding-right: 10px;
	padding-left: 10px;
}
#ul li a {
	display:inline-block;
	float:none;
	color: #CCC;
	font-size: min(1.1rem, 1.1vmax);
	font-weight: normal;
	text-decoration: none;
	font-family: 'Arial';
	opacity:0.8;
}
#ul li a.active {
	font-family: 'Arial';
	color: #999;
	font-weight: normal;
	opacity:1;
}
#ul li a:hover {
	font-family: 'Arial';
	color: #999;
	border-bottom: 2px solid #999;
	font-weight: normal;
	opacity:1;
}

/*= INTRO*/
.intro-text, .philosophie-intro, .contact-invite {
  max-width: 96%;
  margin: auto;
  text-align: justify;
}

.gites-intro {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 2rem;
}

.gite {
  text-align: center;
  flex: 1 1 250px;
}

.philosophie-icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem auto;
  max-width: 96%;
}

.philosophie-item {
  text-align: center;
  flex: 1 1 200px;
}

.contact-invite {
  text-align: center;
  margin-top: 2rem;
}

/*= FONT STYLES
--------------------------------------------------------*/

 /*= General font style*/
p { 
	font-family: "Arial";
	font-weight: normal;
	font-size: min(1.1rem, 1.1vmax);
	color: #333;
	border-bottom: #333;
	text-align: center;
	z-index: 1;
	opacity: 0.95;
 }
/*= Intro font style 1*/
h1 { 
   font-family:"Arial";
   font-weight: normal;
	font-size: min(1.1rem, 1.1vmax);
   text-align: justify;
   color: #000000;
   margin: 10px 0;
   padding: 10px;
   background: rgba(255, 255, 255, 0.8);
   border-radius: .8;
   opacity: 0.95;
   z-index: 1;
}
/*= 1814 font style 1*/
h2 {
   font-family:"Arial";
   font-weight: normal;
	font-size: min(1.1rem, 1.1vmax);
   text-align: justify;
   color: #000000;
   margin: 10px 0;
   padding: 10px;
   background: rgba(102, 51, 0, 0.9);
   opacity: 0.95;
   z-index: 1;
}
/*= 2010 font style 1*/
h3 {
   font-family:"Arial";
   font-weight: normal;
	font-size: min(1.1rem, 1.1vmax);
   text-align: justify;
   color: #000000;
   margin: 10px 0;
   padding: 10px;
   background: rgba(95, 95, 95, 0.9);
   opacity: 0.95;
   z-index: 1;

}
/*= Réservations font style*/
h4 {
	font-family: "Arial";
	font-weight: normal;
	font-size: min(1.1rem, 1.1vmax);
	text-align: center;
	color: #000000;
	margin: 10px 0;
	background-color: none;
	opacity: 0.9;
	z-index: 1;

}
/*= Contact font style*/
h5 { 
   font-family:"Arial";
   font-weight: normal;
	 font-size: min(1.1rem, 1.1vmax);
   text-align: center;
   color: #000000;
   margin: 10px 0;
   padding: 10px;
   background: rgba(255, 255, 255, 0.8);
   opacity: 0.95;
   z-index: 1;
}
/*= Slide Copyright*/
h6 { 
	font-family: "Arial";
	font-weight: normal;
	font-size: min(1rem, 1vmax);
	color: #000000;
	text-align: center;
	z-index: 1;
	opacity: 0.95;
 }

/*= OTHER
--------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 100%;
}
.clear { clear: both; }
.quotes_container { width: 100%; margin: 0 auto;}

/*= SLIDES STYLING
--------------------------------------------------------*/
#slide1 {
	background: url('https://www.sevessand.com/maisonsevessand/slides/slide1.jpg') 50% 0 no-repeat fixed;
	height: 100%;
	padding: 10% 2% 10% 2%;
	background-size: cover;
}

#slide2 {
	background: url('https://www.sevessand.com/maisonsevessand/slides/slide3.jpg') 50% 0 no-repeat fixed;
	height: 100%;
	padding: 10% 2% 10% 2%;
	background-size: cover;
}

#slide3 {
	background: url('https://www.sevessand.com/maisonsevessand/slides/slide2.jpg') 50% 0 no-repeat fixed;
	height: 100%;
	padding: 10% 2% 10% 2%;
	background-size: cover;
}

#slide4 {
	background: url('https://www.sevessand.com/maisonsevessand/slides/slide4.jpg') 50% 0 no-repeat fixed;
	height: 100%;
	padding: 10% 2% 10% 2%;
	background-size: cover;
}

#slide5 {
	background: url('https://www.sevessand.com/maisonsevessand/slides/slide5.jpg') 50% 0 no-repeat fixed;
	padding: 20px 2% 20px 2%;
	background-size: cover;
}

/*=RESERVATIONS*/
/* Modern Reservation Styling */

.reservation-wrapper {
  background-color: rgba(0, 112, 0, 0.8);
  padding: 2rem;
  border-radius: 8px;
}

.options-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.5rem;
}

.option {
  flex: 1 1 30%;
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  color: #0066CC;
  text-align: center;
}

.option img {
  max-width: 100px;
  height: auto;
  margin-bottom: 1rem;
}

.option h5 {
  color: #122aff;
  margin-bottom: 0.5rem;
  font-size: min(1.1rem, 1.1vmax);
}

.option .logos {
  margin: 1rem 0;
}

.option .logos img {
  margin: 0 5px;
  vertical-align: middle;
}

.details {
  font-size: 0.95em;
  color: #003366;
}

.cheque-info {
  margin-top: 2rem;
  text-align: center;
}

.cheque-info img {
  margin-bottom: 0.5rem;
}
/*= COPYRIGHT 
--------------------------------------------------------*/
#copyright  {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 2px 2px 2px 2px;
	width:100%;
	padding:0px 2% 0px 2%;
	opacity: 0.95;
	z-index: 1;
}
#copyright a {
	text-decoration: none;
	color:  rgba(255, 255, 255, 0.7);
}

/*= IMAGE GALERY 
---------------------------------------------------------*/
* {box-sizing: border-box}

.slideshow1, .slideshow2 {display:none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container1 {
  max-width: 50%;
  position: relative;
  margin: auto;
  opacity: 1.0;
  border-radius: 8px;
}
/* Slideshow container */
.slideshow-container2 {
  max-width: 50%;
  position: relative;
  margin: auto;
  opacity: 1.0;
  border-radius: 8px;
}

/* Caption text */
.text {
	position: absolute;
	color: black;
	padding: 8px 12px;
	margin: 0 25% ;
	bottom: 8px;
	width: 50%;
	border-radius: 5px 5px 5px 5px;
	background:#CCC;
	font-size: 15px;
	text-align: center;
	opacity: .75;
  }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  background-color: #CCC;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
  opacity: .75;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

/* On hover, background color */
.prev:hover, .next:hover {
  background-color: black;
  color: #f1f1f1;
  opacity: .9;
}

/* Media */
@media screen and (max-width: 768px) {
  .logo-div {
    width: 80%;
  }

  #ul li a {
    font-size: 1.5vmax;
  }

  h1, h2, h3, h4, h5, p, h6 {
	font-size: clamp(1rem, 2.5vw, 1.5rem);
  }
}

@media screen and (max-width: 768px) {
  .options-container {
    flex-direction: column;
    align-items: center;
  }

  .option {
    width: 90%;
  }
}