/* début Styles CONSTANTES */
/* ======================= */

    /* voir style_root.css */
	
    /* fin Styles CONSTANTES */
    /* = = = = = = = = = */
		
/* début table standard */
table {
  /*font-family: tahoma, sans-serif;*/
  font-family: var(--PromoFontFamily);
  font-size:0.95em;
  border-collapse: collapse;
  width: 100%;
  margin:0px;
}


th {
  border: 1px solid #dddddd;
  text-align: left;
  font-weight: normal;
  border-bottom:2px solid black;
}

td, th {
  border: 0px solid #dddddd;
  text-align: left;
  padding: 8px;
}
/* fin table standard */





/* début table des lots */
table.tableLots {
  font-family: var(--PromoFontFamily);
  /*font-family: tahoma, sans-serif;*/
  font-size: 0.95em;
  border-collapse: collapse;
  width: 100%;
  margin: 0px;
}

table.tableLots th {
  border: 1px solid #dddddd;
  text-align: left;
  font-weight: normal;
  border-bottom: 2px solid black;
}

table.tableLots td, 
table.tableLots th {
  border: 0px solid #dddddd;
  text-align: left;
  padding: 8px;
}

table.tableLots tr:nth-child(even) {
  background-color: #dddddd;
}

/* Effet hover pour mettre en surbrillance la ligne pointée par le curseur */
table.tableLots tr:hover {
  background-color: #f1f1f1; /* Vous pouvez changer cette couleur selon vos préférences */
}



        /* colonne dispo */
        table.tableLots td:nth-child(1) {
            text-align: right;
        }

        /* Sélecteur pour centrer le texte des colonnes 5 à 8 */
        table.tableLots td:nth-child(5),
        table.tableLots td:nth-child(6),
        table.tableLots td:nth-child(7),
        table.tableLots td:nth-child(8) {
            text-align: center;
        }


        /* colonne dispo */
        table.tableLots td:nth-child(9) {
            text-align: left;
        }


/* fin table des lots */



        /* Styles de base */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        body, html {
            height: 100%;
           /*font-family: var(--PromoFontFamily);*/
        }
        .container_mandat{
            display: flex;
            flex-direction: column;
            height: 100vh;
        }

        /* Espace 1 => LIGNE DU HAUT  */
        .espace1 {
            display: flex;
            height: calc( 100% - var(--PromoRatioVz));
            background-color: var(--PromoColorFondClair);
        }
.espace1 .colA {
    position: relative; /* Nécessaire pour le positionnement de l'élément pseudo */
    width: var(--PromoRatioHz);
    background-color: var(--PromoColorFondClair);
    padding-top: 0px; /* Ajoute une marge intérieure */
    padding-bottom: 0px; /* Ajoute une marge intérieure */
    padding-left: 0px; /* Ajoute une marge intérieure */
    padding-right: 0px; /* Ajoute une marge intérieure */
    overflow-y: auto;
    transition: width 0.5s, padding 0.5s;
}

.espace1 .colA.hidden {
    width: 0;
    padding: 0;
}

/* Pseudo-élément pour l'arrière-plan filtré */
.espace1 .colA::before {
    content: ""; /* Nécessaire pour afficher un élément */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-image: url("logo/logo_fond.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 80px); /* Réduit la taille de l'image pour simuler une marge */
    filter: opacity(10%); /* Applique la saturation et la luminosité */
   /* filter: saturate(0%) brightness(200%) contrast(200%); /* Applique la saturation et la luminosité */
    z-index: 0; /* Place cet élément en dessous du contenu */
}

/* Assurez-vous que le contenu de la colonne A soit au-dessus de l'arrière-plan */
.espace1 .colA > * {
    position: relative;
    z-index: 1; /* Rend le contenu visible par-dessus l'arrière-plan */
}

        .espace1 .colB {
            width: calc( 100% - var(--PromoRatioHz));
            background-color: var(--PromoColorFondFonce);
            padding: 0;
            position: relative;
            overflow: hidden;
            transition: width 0.5s;
        }

        .espace1 .colB.full-width {
            width: 100%;
        }

        /* Slideshow Styles */
        .slideshow-container {
            position: relative;
            width: 100%;
            height: 100%;
        }
        .slide {
            display: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }
        .active-slide {
            display: block;
        }

        /* Navigation Arrows */
        .nav-arrows {
            position: absolute;
            bottom: 0%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            opacity: 0; /* Masque par défaut */
            transition: opacity 0.3s;
        }
        .nav-arrows button {
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            font-size: 1.2em;
        }
        .colB:hover .nav-arrows {
            opacity: 1; /* Affiche les flèches au survol */
        }

/* Style pour le bouton V2 */
#toggleColA {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 100px;
    width: 20px;
   /* background-color: var(--PromoColorFondFonce);
    color: var(--PromoColorTextClair);
    border: none;*/
   /* padding: 5px 10px;*/
    cursor: pointer;
    z-index: 92;
  /*  opacity: 0.7;*/
    text-align: center;
    transform: translate(0px,0px);
   /* margin-left:-10px;
    margin-right:10px;*/
}

/* Style pour masquer colB1 et ajuster la hauteur de colB2 */
.colB1.hidden {
    display: none;
}
/*
.colB2.expanded {
    height: 100% !important;
}*/

.colB2 {
    height: 500px;
    transition: height 0.5s; /* Ajoute une transition douce pour l'effet */
}

.expandedWidth {
    width: 100% !important;
		transition: width 0.5s;
}


.expandedWidth {
    width: 100% !important;
		transition: width 0.5s;
}



.hidden {
    display: none;
	transition: width 0.5s;
}


/* Etiquette */
.etiquette {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--PromoColorVert);
    color: white;
   /* padding: 10px; /* Utiliser un padding uniforme pour assurer la rondeur */
    border-radius: 50%; /* Garder la bordure arrondie */
    font-size: 1em;
    font-family: var(--PromoFontFamily);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 50px; /* Optionnel : pour éviter que l'étiquette ne soit trop petite */
    max-width: 100px; /* Optionnel : pour éviter que l'étiquette ne soit trop petite */
    min-height: 50px; /* Optionnel : pour éviter que l'étiquette ne soit trop petite */
    max-height: 100px; /* Optionnel : pour éviter que l'étiquette ne soit trop petite */
    /* z-index: 999; */
    padding: 70px;
    margin: 10px;
}



.abbr {
    text-decoration: none;
    border: none;
}
.button {
    cursor:pointer;
    
}



.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}




.container_btn_batiment {
 padding: 5px;
 background-color: var(--PromoColorFondMoyen);
}

.btn_batiment {
  background-color: var(--PromoColorFondFonce); 
	    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
	font-weight:bold;
  /* color: var(--PromoColorTextClair); */
  padding: 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /* font-size: 1.0em; */
  margin-left:2px;
  margin-right:2px;
  margin-top:2px;
  margin-bottom:6px;
  width:125px;
  height:40px;
  font-family: var(--PromoFontFamily);
}
.btn_batiment:hover {
  background-color: var(--PromoColorFondFonceHover); 
    cursor:pointer;
}

    /* Définir la largeur des cases par défaut */
    .td-petit {
       width: 2%; /* Ajustez cette valeur selon vos besoins */
     /*   max-width: 10px; /* Ajustez cette valeur selon vos besoins */
    }
	
	    .td-moyen {
       width: 3%; /* Ajustez cette valeur selon vos besoins */
     /*   max-width: 10px; /* Ajustez cette valeur selon vos besoins */
    }


    /* Définir la largeur de la case spéciale */
    .td-large {
          width: 4%; /* Trois fois plus grande que les autres */
      	/*  min-width: 30px; /**/
    }

    /* Assurer que les inputs et selects occupent toute la largeur de leur cellule */
    .input-full-width {
        width: 100%;
    }


		
		
		.lot-cell {
		
		text-align:center;
		}
		
