@charset "UTF-8";

body {
	background-color: #F8F7F5;
	font-family: system-ui;
}

.numbers {
  display: inline-block;
  padding: 0.5rem;
  border: 1px solid red;
  background-color: orange;
  border-radius: 50%;
  font-weight: bold;
   
}

.boutton-box {
/* Code css du bouton css mon-bouton-1 */
  -moz-border-radius : 15px;
  -webkit-border-radius : 15px;
  border-radius : 15px;
  background-color : #E66F18;
  color : white;  
  padding : 5px 16px; 
  text-align: left;
  font-size: 18px;
  margin: 4px 2px; 
  font-family: system-ui; 
  text-decoration: none;
  font-weight: normal;
  white-space: nowrap;
}

.img-float {
float:left;
}

.boutton-box:active {
	transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.boutton-box:hover {
	background-color: black; 
}

.center-box {
  margin: left;
  width: 100%;
  text-align: left;
}

.img-box {
	width: 35%;
	height: auto;
	max-width: 400px;
	min-width: 250px;
}

.img-box-2 {
	width: 100%;
	height: auto;
	min-height: 1000px;
}

.titre-1 {
  font-family: system-ui; 
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color : white;  
  font-size: 36px;
  transform: translateY(200%);
  padding: 30px;
  white-space: pre-line;
}

.text-titre-1 {
  font-family: system-ui; 
  text-decoration: none;
  text-align: center;
  color : black;  
  font-size: 26px;
  white-space: pre-line;
}

.text-titre-0 {
  font-family: system-ui; 
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color : black;  
  font-size: 36px;
  white-space: pre-line;
}

.text-titre-2 {
  font-family: system-ui; 
  text-decoration: none;
  text-align: center;
  color : white;  
  font-size: 26px;
  font-weight: bold;
  white-space: pre-line;
}

.text-titre-5 {
  font-family: system-ui; 
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  color : black;  
  font-size: 26px;
  padding: 0px 40px;
  white-space: pre-line;
}

.numbers-box {
/* Code css du bouton css mon-bouton-1 */
  -moz-border-radius : 15px;
  -webkit-border-radius : 15px;
  border-radius : 15px;
  background-color : #E66F18;
  color : white;  
  padding : 5px 5px; 
  text-align: left;
  font-size: 18px;
  font-family: system-ui; 
  text-decoration: none;
  font-weight: normal;
  white-space: nowrap;
  max-width: 20px;
  margin: 4px 2px; 
}

.img-box-hotel {
   padding : 10px 10px; 	
   max-width: 300px;
   min-width: 300px;
   min-height: 300px;
   max-height: 300px;
   width: 300px;
   height: auto;   
  -moz-border-radius : 50px;
  -webkit-border-radius : 50px;
  border-radius : 50px;

}


.img-box-hotel_details {
   width: 50%;
   height: auto;   
  -moz-border-radius : 50px;
  -webkit-border-radius : 50px;
  border-radius : 50px;

}


.img-box-primary {
   padding : 30px 30px; 	
   min-width: 1px;
   width: 50%;
   height: auto;   
  -moz-border-radius : 50px;
  -webkit-border-radius : 50px;
  border-radius : 50px;

}

.img-box-reservation {
   padding : 30px 30px; 	
   width: 30%;
   height: auto;   

}

.number-titre-1 {
  font-family: system-ui; 
  text-decoration: none;
  text-align: left;
  color : black;  
  font-size: 26px;
}

.img-table {
    padding : 5px 5px;  	
    text-align: center;
    margin: 4px 2px; 	
}

.bottom-text {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f4f0ec;
	color: black;
	letter-spacing: 2px;
	border-top-width: 2px;	
	margin: 5px 5px;
}

.input-box {
/* Code css du bouton css mon-bouton-1 */
  -moz-border-radius : 15px;
  -webkit-border-radius : 15px;
  border-radius : 15px;
  background-color : white;
  color : black;  
  padding : 5px 16px; 
  text-align: left;
  font-size: 18px;
  margin: 4px 2px; 
  font-family: system-ui; 
  text-decoration: none;
  font-weight: normal;
  white-space: nowrap;
}


input + span {
  padding-right: 30px;
}

input:invalid + span:after {
  position: absolute;
  content: '✖';
  padding-left: 5px;
}

input:valid + span:after {
  position: absolute;
  content: '✓';
  padding-left: 5px;
}

.contour-box {
   color: white;
   box-shadow: 6px 4px 44px 2px rgba(0, 0, 0, 0.24);
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;  
}

@media only screen and (max-width: 1920px) {
   .adapt-size {
 	font-size: 25px;  
   }
   
}   

@media only screen and (max-width: 1128px) {
   .adapt-size {
 	font-size: 15px;  
   }
   
}   

@media only screen and (max-width: 800px) {
   .adapt-size {
 	font-size: 15px;  
   }
   
}   

@media only screen and (max-width: 1280px) {
   .adapt-size {
 	font-size: 15px;  
   }
   
}   


@media only screen and (max-width: 1366px) {
   .adapt-size {
 	font-size: 20px;  
   }
   
}   

@media only screen and (max-width: 1024px) {
   .adapt-size {
 	font-size: 15px;  
   }
   
}   

@media screen and (max-width: 800px) {
  .adapt-img {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .adapt-img-ville {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .adapt-img-concept {
    display: block;
    
  }
}

@media screen and (max-width: 800px) {
  .adapt-size-bouton {
    font-size: 12px;
    
  }
}

@media screen and (max-width: 800px) {
  .adapt-bottom {
    display: block;
  }
}


@media only screen and (max-width: 1920px) {
   .adapt-size-bottom {
 	font-size: 20px;  
   }
   
}   

@media only screen and (max-width: 1128px) {
   .adapt-size-bottom {
 	font-size: 12px;  
   }
   
}   

@media only screen and (max-width: 800px) {
   .adapt-size-bottom {
 	font-size: 12px;  
   }
   
}   

@media only screen and (max-width: 1280px) {
   .adapt-size-bottom {
 	font-size: 12px;  
   }
   
}   


@media only screen and (max-width: 1366px) {
   .adapt-size-bottom {
 	font-size: 15px;  
   }
   
}   

@media only screen and (max-width: 1024px) {
   .adapt-size-bottom {
 	font-size: 12px;  
   }
   
}   

@media only screen and (max-width: 1920px) {
   .adapt-size_room_detail {
 	font-size: 17px;  
   }
   
}   

@media only screen and (max-width: 1128px) {
   .adapt-size_room_detail {
 	font-size: 15px;  
   }
   
}   

@media only screen and (max-width: 800px) {
   .adapt-size_room_detail {
 	font-size: 15px;  
   }
   
}   

@media only screen and (max-width: 1280px) {
   .adapt-size_room_detail {
 	font-size: 15px;  
   }
   
}   


@media only screen and (max-width: 1366px) {
   .adapt-size_room_detail {
 	font-size: 15px;  
   }
   
}   

@media only screen and (max-width: 1024px) {
   .adapt-size_room_detail {
 	font-size: 15px;  
   }
   
}   



@media only screen and (max-width: 1920px) {
   .adapt-size-tableau {
 	font-size: 17px;  
   }
   
}   

@media only screen and (max-width: 1128px) {
   .adapt-size-tableau {
 	font-size: 15px;  
   }
   
}   

@media only screen and (max-width: 800px) {
   .adapt-size-tableau {
 	display: flow-root;  
   }
   
}   


@media only screen and (max-width: 800px) {
   .adapt-size-email {
 	width: 50px;  
   }
   
}


@media only screen and (max-width: 1280px) {
   .adapt-size-tableau {
 	font-size: 15px;  
   }
   
}   


@media only screen and (max-width: 1366px) {
   .adapt-size-tableau {
 	font-size: 15px;  
   }
   
}   

@media only screen and (max-width: 1024px) {
   .adapt-size-tableau {
 	font-size: 15px;  
   }
   
}

.adapt-size-center {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}


@media only screen and (max-width: 800px) {
   .adapt-size-reservation {
 	width: 300px;  
   }
   
}

@media only screen and (max-width: 1366px) {
   .adapt-size-reservation {
 	width: 300px;  
   }
   
}   
