.carousel-img-fix {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.mesdates{
	border-style:none;
	border-bottom: 1px solid #000;
	width: 150px; 
	font-size: smaller;
}
.floating-button {
    position: fixed;
    bottom: 110px; /* Ajustez la position verticale selon vos besoins */
    right: 10px; /* Ajustez la position horizontale selon vos besoins */
    background-color: #0078d4; /* Couleur de fond du bouton */
    color: #fff; /* Couleur du texte */
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.2s;
}
.floating-button a {
    color: black;
    text-decoration: none;
}
.floating-button:hover {
    background-color: #00539b; /* Couleur de fond au survol */
    transform: scale(1.05); /* Effet d'échelle au survol */
    cursor: pointer;
}
header {
	text-align: left;
	background-color: transparent;
	color: #bbaeae;
	padding: 1px;
	margin-bottom:1px;
}
section {
    background-color: #fffcf6;
    /* border: 1px solid #ccc; */
    padding: 20px;
    margin-bottom: 20px;
    font-family: unset;
}
address {
	font-style: normal;
}
ul {
	list-style: disc;
	margin-left: 20px;
}
footer {
	background-color: #0072c6;
	color: #fff;
	padding: 10px;
	text-align: center;
}
footer address {
	font-size: 14px;
}
.div-float {
	position: fixed;
	bottom: 6px; /* Ajustez la position verticale selon vos besoins */
	right: 1px;  /* Ajustez la position horizontale selon vos besoins */
	background-color: #333; /* Couleur de fond */
	color: #fff; /* Couleur du texte */
	padding: 10px;
	border-radius: 5px;
}
.colorbouton {
	color:black;
}
.bleuvert {
	color:#3ba399;
}
.rouge {
	color:red;
	font-style: italic;
	font-size: small;
}
/*
@media only screen and (max-device-width: 480px) {
	input[type="date"] {
	width: 162px; /* Définissez la largeur que vous souhaitez */
}
*/
.spinner-custom {
	width: 80%; /* Largeur personnalisée */
	height: 20px; /* Hauteur personnalisée */
}
.bordure-arrondie {
  border: 1px solid #3498db; /* Bordure de 2px de largeur */
  border-radius: 10px; /* Coins arrondis de 10px */
  padding-left: 2%; /* Espacement interne pour mieux visualiser la bordure */
  text-align: center; /* Alignement du texte au centre */
  background-color: #6d4a4a;
  font-size: small;
}
table {
  width: 100%; /* La table prend 100% de la largeur de l'écran */
  border-collapse: collapse;
}
td {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100px; /* Largeur fixe de chaque cellule */
}
.periode { 
	font-size: x-large;
	text-align: center;
	font-family: monospace; 
	color: black;
}
.datejourcal {
	font-family: math;
	font-size: 16px;
	text-align: center;
	color: lightslategray;
}
.menage {
	font-family: math;
	font-size: 20px;
	text-align: center;
	color: Red;
}
.custom-icon {
	font-size: 16px; /* Définissez la taille souhaitée en pixels */
}
/* Style pour la case de début */
.date-debut {
	background-color: blue;
	cursor: pointer;
}
/* Style pour la case de fin */
.date-fin {
	background-color: green;
	cursor: pointer;
}
.zonegrise {
	height:20px;
	background-color:gainsboro;
	color: darkslategrey;
	display: flex;
	align-items: center;
justify-content: center;
}
.conteneur {
  max-width: 720px;
  display: flex;
  align-items: center; 
  justify-content: center;
  margin: 0 auto;
}
.conteneur2 {
  background-color:#f2e9e4   ;
  padding-top:0 1%;	
  max-width: 720px;
  margin: 0 auto; /* Pour centrer le conteneur lui-même horizontalement */
}
.alaligne{
  display: block;	
}
.date-selected {
	background-color: green; /* Couleur de fond verte */
}
.center-row {
  display: flex;
  justify-content: center;
}
.texteindex {
    font-family: system-ui;
    font-size: 0.8em; /* Utilisation de 2vw comme exemple, ajustez selon vos besoins */
    flex: none;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%; /* ou spécifiez une valeur en pixels ou en pourcentage selon vos besoins */
}
.texteindex2 {
	margin-left: 2em;
	margin-top: 35%;
}
/* Style pour la div avec l'image en arrière-plan */
.image-container {
  width: 100%;
  height: 400px; /* Définissez la hauteur souhaitée */
  background-image: url('../images_site/homepage.jpg'); 
  background-size: cover; /* Pour couvrir toute la div avec l'image */
  background-position: center; /* Pour centrer l'image */
  display: flex;
}
/*//////////////////////////////chatgpt////////////////////////////////////*/
    .form-container {
      width: 100%;
      background-color: #fff;
	  color:black;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
	  padding:20px; 
    }
    label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
      color: #00bcd4; /* Couleur principale Metro UI */
    }
    .button:hover {
      background-color: #007b8a;
    }
    /* Utilisez la classe d-flex pour mettre l'icône et l'entrée sur la même ligne */
    .input-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
    }
/*///////////////////////////////////////////////////12/11/2024 selecteur de période///////////////////////////////*/
/* Sélecteur de période avec espace interne et marge haute */
.period-selector {s
    margin: 20px auto 0; /* Marge au-dessus pour séparer des autres sections */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    border: 2px solid #00796b; /* Bordure verte */
    background-color: rgba(255, 255, 255, 0.95);
}
.texteindex {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 15px;
    color: #555;
}
.highlight {
    color: #00796b;
    font-weight: bold;
}
.input-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
    padding: 8px;
}
.icon {
    color: #00796b;
    padding: 0 10px;
}
.daterange-input,
.guest-input {
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
}
.daterange-input::placeholder,
.guest-input::placeholder {
    color: #aaa;
}
.submit-button {
    background-color: #00796b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.submit-button:hover {
    background-color: #005f56;
}
/*///////////////////////////////////////////////////12/11/2024 index///////////////////////////////*/
.container.description {
    max-width: 500px;
    margin: 0 auto 20px; /* Espace en bas pour séparer de .period-selector */
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-image: url('../images_site/homepage.jpg');
    background-size: cover;
    background-position: center;
}
/* Overlay ajusté pour ne pas masquer le contenu */
.overlay {
    position: relative; /* Change de absolute à relative pour éviter les conflits de taille */
    background-color: rgba(255, 255, 255, 0.50); /* Couleur de fond avec opacité */
    padding: 20px;
    border-radius: 10px;
}
/* Texte de description */
.description-text p {
    font-size: 1.5rem;
    color: #333;
    text-align: left;
	backdrop-filter: blur(20px);
}
.highlight {
    color: #00796b;
    font-weight: bold;
}
/* Liste des propriétés */
.property-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.property-list li {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    color: #333;
	font-family: 'Georgia', serif; 
}
.icon {
    color: #00796b;
    margin-left: auto;
    font-size: 1.2rem;
}
/* Responsivité */
@media (max-width: 480px) {
    .container.description {
        padding: 15px;
    }
    .description-text p {
        font-size: 0.9rem;
    }
    .property-list li {
        font-size: 0.85rem;
        padding: 8px;
    }
}
/* Barre d'applications //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.app-bar {
    width: 100%; /* Assure que l'app-bar occupe toute la largeur de .menu-container */
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Pour un effet visuel plus esthétique */
	background-color:darkcyan;
	z-index: 1000; /* Assure que le menu reste au-dessus des autre
}
/* Style du logo/nom du site */
.brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: none;
}
/* Style des liens du menu */
.app-bar-menu .menu-item {
    color: #f0f0f0;
    font-size: 1rem;
    padding: 10px 15px;
    transition: background-color 0.3s, color 0.3s;
}
.app-bar-menu .menu-item:hover {
    background-color: #004d40; /* Couleur de survol */
    color: #ffffff;
    border-radius: 5px; /* Coins arrondis pour le survol */
}
/* Responsivité - Réduit la taille du texte sur petit écran */
@media (max-width: 768px) {
    .app-bar-menu .menu-item {
        font-size: 0.9rem;
    }
}
.menu-container {
    max-width: 720px; /* Assure la même largeur que .conteneur2 */
    margin: 0 auto; /* Centre le menu dans la page */
}
/*////////////////////////////step2//////////////////////////////////////*/
.property-item {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.property-link {
    display: block;
    text-decoration: none;
    color: #333;
}
.avatar {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.property-item:hover .avatar {
    transform: scale(1.05);
}
.label {
    font-size: 1.2rem;
    font-weight: bold;
    color: #00796b;
    margin: 10px 0;
}
.second-label {
    font-size: 1rem;
    color: #666;
    margin: 5px 0;
}
.action-icons {
    display: flex;
    gap: 10px;
    padding: 10px;
    justify-content: center;
    border-top: 1px solid #e0e0e0;
}
.troisieme_action .mif-calendar,
.quatrieme_action .mif-info {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}
.troisieme_action .mif-calendar:hover {
    color: #388E3C; /* Vert foncé */
}
.quatrieme_action .mif-info:hover {
    color: #0288D1; /* Bleu vif */
}
.text_info {
    color: #c97d1c !important;
    font-size: small !important;
	margin-left: 30px;
}
.montextinfo {
    color: color: #c97d1c; 
	font-size: larger
}
.fixed-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background-color: #ffffff; /* Couleur de fond */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* Légère ombre */
    z-index: 1000; /* S'assurer que c'est au-dessus des autres éléments */
    padding: 10px 20px; /* Espacement interne */
    border-top: 1px solid #ddd; /* Ligne de séparation en haut */
	max-width: 500px;
    margin: 20px auto 0; /* Marge au-dessus pour séparer des autres sections */
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.95); /* Fond légèrement transparent */
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    border: 2px solid #00796b; /* Bordure verte */
}
.fixed-bottom-bar p {
    margin: 0;
    font-size: 14px; /* Taille de texte */
    text-align: center;
}
.fixed-bottom-bar .input-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.fixed-bottom-bar .input-row input {
    flex: 1;
    margin: 0 5px;
}
.fixed-bottom-bar .submit-button {
    margin-left: 10px;
    padding: 8px 15px;
    background-color: #0078D7; /* Couleur du bouton */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
		.daterangepicker {
			z-index: 9999;
			color:Black;
		}
		body {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        /* Conteneur principal */
        .conteneur2 {
            margin-bottom: 200px; /* Réserve un espace pour la barre fixe */
        }
        /* Barre fixe en bas */
        .fixed-bottom-bar {
            height: 230px; /* Hauteur fixe pour le menu */
            position: relative;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            padding: 10px;
            box-sizing: border-box;
            border-top: 1px solid #ddd;
            overflow-y: auto;
        }
        /* Ajustement pour petits écrans */
        @media (max-height: 600px) {
            .fixed-bottom-bar {
                height: auto;
                max-height: 40%;
            }
        }
        /* Footer */
        footer {
            text-align: center;
            padding: 10px 0;
            background-color: #f1f1f1;
            border-top: 1px solid #ddd;
        }
/* Style par défaut */
.daterange-input {
    font-family: Arial, sans-serif;
    font-size: 16px;
    transition: all 0.3s ease; /* Pour une transition douce */
}
/* Style après sélection */
.date-selected {
    font-family: Arial, sans-serif;
    font-size: 1.1rem !important;                
    color: #ff6600 !important;                   
    font-weight: bold !important;                
}
.daterangepicker .custom-title {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    color: #8f1515;
}
