:root {	
  /*--bs-light-rgb: 253, 80, 0;*/
  /*--bs-light-rgb: 244, 240, 233;*/
	
  --cs-principale: rgba(253, 80, 0, 1);
  --cs-fond: rgba(244, 240, 233, 1);
  --cs-beige: rgba(222, 219, 213, 1);
	
	
  --cs-noir: rgba(0, 0, 0, 1);
  --cs-blanc: rgba(255, 255, 255, 1);
  --cs-gris: rgba(200, 200, 200, 1);
  --cs-gris-fonce: rgba(143, 143, 139, 1);
	
	
	
  --cs-inactif: rgba(215, 215, 215, 1);
/*
  --bs-nav-link-font-size: 1.2rem;
  --bs-nav-link-font-weight: 400;
  --bs-nav-menu-font-size: 0.85rem;*/
	
}


.bg-blanc{    background-color:  var(--cs-blanc)!important;}
.bg-principale{    background-color:  var(--cs-principale)!important;}
.bg-noir{    background-color:  var(--cs-noir)!important;}
.bg-beige{    background-color:  var(--cs-beige)!important;}
.bg-fond{    background-color:  var(--cs-fond)!important;}


.c-blanc{    color:  var(--cs-blanc)!important;}
.c-principale{   color:  var(--cs-principale)!important;}
.c-fond{    color:  var(--cs-fond)!important;}
.c-beige{    color:  var(--cs-beige)!important;}
.c-gris-fonce{    color:  var(--cs-gris-fonce)!important;}

.color-0 { background-color: #2A9D8F; } /* Vert émeraude */
.color-1 { background-color: #264653; } /* Bleu marine foncé */
.color-2 { background-color: #E76F51; } /* principale brûlé */
.color-3 { background-color: #F4A261; } /* principale doux */
.color-4 { background-color: #E9C46A; } /* Jaune sable */
.color-5 { background-color: #A67D5B; } /* Brun foncé */
.color-6 { background-color: #6A4C93; } /* Violet foncé */
.color-7 { background-color: #D62828; } /* Rouge foncé */
.color-8 { background-color: #003049; } /* Bleu foncé */
.color-9 { background-color: #264653; } /* Bleu marine */

.gras { font-weight: 600;  } 


body{    font-family: 'TT Norms Pro', Arial, Helvetica, sans-serif !important; background-color: var(--cs-fond);}
a, a:hover, a:active, a:visited, .nav-link {    color: var(--cs-noir) !important;    text-decoration: none;}
p{margin-bottom: 0.4rem;}

hr{  opacity: 0.5;     margin: 0rem 0 1rem 0;    color:  var(--cs-gris-fonce);}
h1{  font-weight: 600;}
h2{  font-weight: 400; color: var(--cs-principale); }
h3{  font-weight: 600; margin-bottom: 0rem;  font-size: calc(1.1rem + 0.1vw)!important; }

h2.petit {  font-size: clamp(1rem, 3vw, 1.5rem);}

.lien, .lien:hover{ text-decoration: underline; cursor: pointer;}
.marge-bas{ padding-bottom: 80px;}
/* champs texte */



/* MENU */
.navbar {    display: inherit !important; padding: 0 !important;}
.nav-link {    padding-left: 0 !important;    padding-right: 0 !important;    position: relative;    text-decoration: none;    display: inline-block;}
.nav-link:hover::after,.nav-link.active::after {    content: '';    position: absolute;    width: calc(100% + 20px);    height: 1px;    background-color: currentColor;    left: -10px;    bottom: 5px;    color: #000000;    opacity: 0.5;}
.navbar-toggler:focus,.navbar-toggler:active,.navbar-toggler-icon:focus {    outline: none;    box-shadow: none;}
.navbar-toggler{border: none; padding-left: 0; passing-right:0; }


.logo-container {	background-color: var(--cs-principale);	border-bottom-left-radius: 15px;	border-bottom-right-radius: 15px;	padding: 13px 25px 18px 25px;	display: inline-block; width: 250px;}
/*.logo-container {	background-color: var(--cs-principale);	border-bottom-left-radius: 15px;	border-bottom-right-radius: 15px;	padding: 25px 25px;	display: inline-block; width: 250px;}*/

/* Formulaire */
.btn-outline-success {
    --bs-btn-color: var(--cs-principale);
    --bs-btn-border-color: var(--cs-principale);
    --bs-btn-hover-color: var(--cs-blanc);
    --bs-btn-hover-bg: var(--cs-principale);
    --bs-btn-hover-border-color: var(--cs-principale);
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: var(--cs-noir);
    --bs-btn-active-bg: var(--cs-noir);
    --bs-btn-active-border-color: var(--cs-noir);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--cs-noir);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--cs-noir);
    --bs-gradient: none;}
.form-control {    background-color: var(--cs-blanc);    border: none;	 border-radius: 0; padding:0 10px !important; font-weight: 300;}
.form-control:focus, .form-control:active {  box-shadow: none !important;  color: var(--cs-noir) !important;  background-color: var(--cs-blanc) !important;}
input[type="search"]::-webkit-search-cancel-button {  -webkit-appearance: none;  height: 20px;  width: 20px;  
	background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"%3E%3Cpath d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"%3E%3C/path%3E%3C/svg%3E') no-repeat center center;}
input[type="search"]::-ms-clear {  display: none;}
input[type="search"]::-moz-clear {  display: none;}

textarea {  border: none;  outline: none; width: 100%; padding: 2px 10px; margin-bottom: 10px;  box-sizing: border-box;            width: 100%;
    /*  height: 300px;*/
      padding: 0px;
      line-height: 1.5em;
      background:
        repeating-linear-gradient(
          to bottom,
          transparent,
          transparent calc(1.5em - 1px),
          black calc(1.5em - 0px),
          black 1.5em
        );
      border: none;
      resize: none;}





/* TDB */
select {    appearance: none;    -webkit-appearance: none;    -moz-appearance: none;    border: none !important;    font-size: 16px;    background-color: inherit !important;    border-radius: 4px;    outline: none !important;    box-shadow: none !important;}
select:focus {    outline: none !important;    box-shadow: none !important;    border-color: #aaa !important;}
select:-moz-focusring {    color: transparent;    text-shadow: 0 0 0 #000;}





/* Boutons */
.bouton-plus-primaire { color: var(--cs-principale); font-size: 30px !important;  line-height: 1;}
.bouton-edition-primaire { background-color: var(--cs-principale); border: none; border-radius: 50%; padding: 5px 7px; color: white;     z-index: 10;}
.gros-bouton {font-size: 1.5rem; /*padding:5px 18px !important; */ }

.bouton {background-color: var(--cs-principale); color: var(--cs-blanc);  border: none; border-radius: 10.375rem; padding:3px 12px; }
.bouton-inverse {background-color: transparent; color: var(--cs-principale);  border: none; border-radius: 10.375rem; padding:3px 12px; border: 1px var(--cs-principale) solid;}
.bouton-noir {background-color: var(--cs-noir); color: var(--cs-blanc);  border: none; border-radius: 10.375rem; padding:3px 12px; }

.bouton:hover {color:var(--cs-noir); }
.bouton-inverse:hover {background-color: var(--cs-principale); color: var(--cs-blanc); }



.w100  {width: 100%; }
.btn-round {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--cs-principale);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	border: none;
}




.btn-round:focus,
.btn-round:active,
.btn-round:hover,
.btn-round:focus:active,
.btn-round:focus:hover,
.btn-round:focus-visible,
.btn-round:focus-within {  outline: none !important;  box-shadow: none !important;  border: none !important;	}
.btn-round:hover {  	background-color: #000000 !important;	color: #FFFFFF !important;}


.btn.btn-icon,
.btn.btn-icon:focus,
.btn.btn-icon:active,
.btn.btn-icon:hover,
.btn.btn-icon:focus:active,
.btn.btn-icon:focus:hover,
.btn.btn-icon:focus-visible,
.btn.btn-icon:focus-within {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background-color: inherit !important;
}
.radio-grid {  display: grid;  grid-template-columns: repeat(3, 1fr);  /*gap: 0px*/;}
.radio-grid div {  display: flex;  align-items: center; }
.radio-item input[type="radio"] {  margin-right: 5px; }
.radio-item { margin-top:4px; }

/* Cache les boutons radio par défaut */




input[type="radio"],input[type="checkbox"]  {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Style pour le label qui contient le bouton radio */
input[type="radio"] + label, input[type="checkbox"] + label {
  position: relative;
  padding-left: 26px; /* Ajuste cet espace selon vos besoins */
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  color: #000000;
}

/* Cercle personnalisé */
input[type="radio"] + label::before, input[type="checkbox"] + label::before  {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Ajuste la taille du cercle */
  height: 20px; /* Ajuste la taille du cercle */
  border: 1px solid #000000; /* Couleur de la bordure */
  border-radius: 50%;
  background-color: white;
}

input[type="radio"]:checked + label::before, input[type="checkbox"]:checked + label::before {
  background-color: var(--cs-principale);
  border: none;
}

.utilisateurs_courriels_conteneur {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.0s ease-out;
	margin-left: 100px;
}

.utilisateurs_courriels_conteneur.active {
    max-height: 500px; /* Ajuste la hauteur maximale selon le nombre d'utilisateurs */
}

 .svg-bg-beige circle {  fill: var(--cs-fond);     }
 .svg-bg-beige path {  fill: var(--cs-beige);     }




/* GOOGLE API */
.login-btn {
	transition: background-color .3s, box-shadow .3s;
	text-decoration: none;
	padding: 10px 16px 8px 42px;
	border: 1px solid #999999;
	border-radius: 30px;
	/*box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);*/
	width: 250px;
	color: var(--cs-principale) !important;
	font-size: 17px;
	font-weight: 500;
	
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
	background-color: #ffffff !important;
	background-repeat: no-repeat;
	background-position: 15px 11px;
	display: inline-block;
	height: 46px;
	&:hover {
	  /*box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);*/
	}
	
	&:active {
	  background-color: #eeeeee;
			color: #000000;

	}
	
	&:focus {
			color: #000000;

	  outline: none;
	/*  box-shadow: 
		0 -1px 0 rgba(0, 0, 0, .04),
		0 2px 4px rgba(0, 0, 0, .25),
		0 0 0 3px #c8dafc;*/
	}
	
	&:disabled {
	  filter: grayscale(100%);
	  background-color: #ebebeb;
	/*  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);*/
	  cursor: not-allowed;
	}
}	





/* FOOTER */
.full-width-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	/*background-color: #000000;*/
	color: white;
	text-align: center;
	padding: 0;
	z-index: 1000;

}
 .cookie-notice {
      padding: 10px ; 
	  margin-bottom: 20px;
	 display: none;
    }







/* correctif de bootstrap */
.row>* {
    padding-right: calc(var(--bs-gutter-x)* .3);
    padding-left: calc(var(--bs-gutter-x)* .3);
}




@media only screen and (max-width: 992px){	.plus992 {display: none !important;}}
@media only screen and (min-width: 993px){	.moins992 {display: none !important;}}




/*
@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 2rem !important;
    }
}*/






/* UTILISATEUR CROPPER */

    .container-cropper2 {
     margin: 5px auto 10px;
      width: 200px;
      height: 200px; 
      background-color: #ffffff;
      overflow: hidden;
      position: relative;
    }

    .cropper-container {
      width: 100% !important;
      height: 100% !important;
    }

    .cropper-crop-box,
    .cropper-view-box,
    .cropper-face {
      border-radius: 50% !important;
      width: 200px !important; 
      height: 200px !important; 
	  outline: none;
      transform: translateX(0) translateY(0) !important;
    }

  /*  .cropper-crop-box {
      border: 1px solid #000000;
    }*/

    .cropper-crop-box::after {
      border-radius: 0 0 200px 200px;
    /*  background-color: #000000;	*/
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 50%;
      pointer-events: none;
      opacity: 0.5;
    }

    .controls-cropper {
      text-align: center;
      margin-top: 10px;
    }

    .controls-cropper button {
      margin: 5px;
      font-size: 24px;
    }

.no-profile-image {
    background-color:  var(--cs-fond);
}













/* MODAL */
.modal-body {    padding: 30px;}
.modal-content {    border-radius: 50px !important;}
.modal-header {padding: 30px 10px 0 10px;}
.ligne_noire_div {	 border-bottom: 1px solid #000000; width: 100%; height: 1.5rem;}
.ligne_grise_div {	 border-bottom: 1px solid var(--cs-gris); width: 100%; height: 1.5rem;}




        #image-container {
            width: 100%;
            max-width: 200px;
            height: 150px; 
            /*border: 2px solid #ccc;*/
			
			
			
            overflow: hidden;
            position: relative;
            margin-top: 20px;
           /* border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;*/
        }

        #image {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            cursor: move;
        }




.modal-dialog {        max-width: 600px !important;    }
.modal-header {        border:none !important;    }

 .hidden {        display: none;    }
/* menu */

.dropdown-menu[data-bs-popper] {    top: 100%;    left: 0px;    margin-top: 0px;}
.dropdown-item {    padding: 5px 10px 5px 10px;    font-size: var(--bs-nav-menu-font-size);	    font-weight: 400;    color: var(--cs-principale);  background-color:  var(--cs-fond);  text-align: inherit;    text-decoration: none;    border: 0;}
.dropdown-menu {
    --bs-dropdown-link-hover-color: var(--cs-blanc);
    --bs-dropdown-link-hover-bg: var(--cs-principale);
    --bs-dropdown-link-active-bg: var(--cs-principale);
    --bs-dropdown-link-active-color: var(--cs-blanc);
    --bs-dropdown-min-width: 2rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0;
    padding: 0 0 0px 0;
	background-color: var(--cs-fond);
    background-clip: inherit;
    border: none;
    border-radius: inherit;
}
ul.dropdown-menu {
    border: 1px solid var(--cs-principale);
}



/* affichage des projets */
.project-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0; /* Supprimer les marges */
}

/* Classe de base pour les cercles */

.circle-card {
    border-radius: 50%;
    width: 100%; /* Occuper toute la largeur de la colonne */
    padding-top: 100%; /* Pour garder le cercle */
    position: relative; /* Pour positionner le contenu à l'intérieur du cercle */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px; /* Espacement entre les cercles */
    transition: transform 0.3s;
    overflow: hidden;
	text-align: center;
}





/* Classe spécifique pour les cercles de projet */
.project-card {
    justify-content: flex-start; /* Aligner le contenu en haut */
	background-color: white;
}

.project-card-content {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}


.project-card-content h3 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

h1#project-title {
  word-break: break-word;
  overflow-wrap: anywhere;
}


.project-card h4 {
    margin: 10px 0;
    font-size: 1.2rem;
}

.project-card p {
    margin: 5px 0;
    font-size: 0.9rem;
	line-height: 1.0rem;
}

.entreprise-title {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}


ul#userList {
    margin-bottom: 0 !important;
}





/* utilisateurs*/

.inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* border-radius: 50%;*/
    display: flex;
    flex-direction: column;
}



.image-section {
    width: 100%;
   /* height: 50%; */
    height: 100%; 
	
	
	
	
   /* border-top-left-radius: 50%;
    border-top-right-radius: 50%;*/
    background-size: cover; 
    background-position: center; 
    display: flex;
    align-items: center;
    justify-content: center;
}


.user-info {
    width: 100%;
    height: 70%; /* Couvrir la moitié inférieure : 100% */
    background: white;
 /*   border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;*/
    padding: 10px 0;
    text-align: center;
}

.initials {
    font-size: 3em;
	font-weight: bold;
	margin-top: 0.2em;
    color: white;
}

.utilisateur-nom{
    font-size: 1em;
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 0.1em;

}

.boxshadow-fond{ box-shadow: 0 0 0 30px var(--cs-fond) inset !important; -webkit-box-shadow: 0 0 0 30px var(--cs-fond) inset!important;}
.boxshadow-blanc{ box-shadow: 0 0 0 30px white inset !important; -webkit-box-shadow: 0 0 0 30px white inset!important;}

.champ_reponse {	 border: none; border-bottom: 1px solid #000000 !important; width: 100% !important;border-radius: 0 !important;}
.champ_reponse:focus {
    outline: none;
    box-shadow: none;
}


.champ_reponse_utilisateur {
    border: none;
    border-bottom: 1px solid #000000 !important;
}

.entreprise-dropdown {
	margin-top: 5px;
	margin-left: 15px;
    color: var(--cs-principale)!important;
}

.entreprise-dropdown option {
    color: var(--cs-noir)!important;
}

.new-entreprise-input {
	margin-left: 15px;
    margin-bottom: 10px;
}




input[type="email"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
.tfa-input:-webkit-autofill{
	/*width: 250px;*/
	-webkit-box-shadow: 0 0 0 30px white inset;
	box-shadow: 0 0 0 30px white inset;
	-webkit-text-fill-color: var(--cs-gris-fonce) !important;
	background-color: white;
	/*border: 1px solid #999999;
	padding: 10px 15px;*/
}



input[type="email"]:-internal-autofill-selected,
input[type="password"]:-internal-autofill-selected,
.tfa-input:-internal-autofill-selected,
input[type="email"],
input[type="password"],
.tfa-input
{
	/*width: 250px;*/
	-webkit-box-shadow: 0 0 0 30px white inset;
	box-shadow: 0 0 0 30px white inset;
	-webkit-text-fill-color: var(--cs-gris-noir) !important;
	background-color: white;
	/*border: 1px solid #999999;
	padding: 10px 15px;*/
}





input[type="email"]:-webkit-autofill {
	border-bottom: none;
}



.champ_reponse_index{
		border: 1px solid #999999;
		padding: 10px 15px;
	 	box-shadow: 0 0 0 30px white inset !important;
}


#statusMessage, .statusMessage{   color:  var(--cs-principale); padding-top:10px;}



/* projet.php */
.uneligne {    align-items: center  !important;      display: flex  !important;   gap: 10px;  /*flex-direction: column;    justify-content: center;*/ }
.text-truncate-2-lines {    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;    overflow: hidden;    white-space: normal;	margin-bottom: 10px;}
.text-content{		margin-right: 5px;	}
.images-content {    display: flex;    gap: 5px; }
.images-content img {    height: auto;    max-height: 36px;	border: #cccccc solid 1px; /*YANICK 2025-08-16 width: 100% !important;*/}
.flex-fill {    flex: 1;    display: flex;    justify-content: space-between;}
/*.date-text {    flex: 1;    text-align: left;}*/
.message-count {    text-align: right;    white-space: nowrap;}

/* discussion.php */
.progress-bar-container {	display: flex;	align-items: center;	margin-bottom: 10px;	width: 100%; padding-right: 10px;}
.progress-bar-wrapper {	position: relative;	width: 100%;	height: 20px;	border: 1px solid #ddd;	border-radius: 10px;	overflow: hidden;	flex-grow: 1;}
.progress-bar {	background-color:  var(--cs-principale);	height: 100%;	width: 0%;	transition: width 0.4s;}
.status-text {            margin-left: 10px;        }
#fileInput {            display: none;        }
.file-input-label {            display: none;        }
.file-name {            margin-right: 10px;        }
/*.file-icon, .file-extension {	display: inline-block;	width: 25px;	max-height: 36px;	background-size: contain;	background-repeat: no-repeat;	text-align: center;	line-height: 18px;	font-size:11px;	color: white;	background-color: #aaaaaa; margin: 0 10px;}*/



img.file-icon {
    max-width: 100px;
    max-height: 60px;
    margin-right: 10px;
}



.file-extension {
    display: inline-block;
    width: 100px; /* Largeur de la zone d'affichage */
    height: 100px; /* Hauteur de la zone d'affichage */
	
    width: 130px; /* Largeur de la zone d'affichage */
    height: 25px; /* Hauteur de la zone d'affichage */
	
	
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.file-background {
    width: 100%;
    height: 100%;
    background-image: url('assets/extensions/file.png'); 
    background-size: cover; /* Ajuste l'image à la taille de la zone */
    background-repeat: no-repeat; /* Pas de répétition de l'image */
    background-position: center; /* Centre l'image */
    position: absolute;
    top: 0;
   /* left: 0;*/
    z-index: 1;
}

.file-text {
    position: relative;
    z-index: 2;
   /* line-height: 100px; /* Centre le texte verticalement */
    font-size: 24px; /* Taille du texte */
	font-weight: 600;
    color: #ffffff;
    font-weight: 600;
    background-color: #000000;
    top: 30px;
    border-radius: 10px;
}


.message-box {	/*border: 1px solid #ccc;*/	padding: 0px;	margin: 20px 0;  }
.collapsed-box {	display: flex;	align-items: center;	cursor: pointer;	height: 40px; border: 1px var(--cs-gris) solid;    border-radius: 10px;    padding: 2px 0 2px 10px; background-color: #FFFFFF}
.collapsed-box input {	width: 100%;	border: none;	background: none;	outline: none;}
.expanded-box {	display: none;}
.note-editor .note-dropzone {display: none !important;}

/*utilisateur_ajouter_modale.php*/
.suggestions {/* border: 1px solid #ccc;*/ background: #dddddd; max-height: 100px; overflow-y: auto; display: none; }
.suggestion-item { padding: 5px; cursor: pointer; }
.suggestion-item:hover { background-color: #f0f0f0; }
.valid {	border-color: green;}
.invalid {	border-color: red;}
.infobox {	display: none;	position: relative;	top: 100%;	left: 0;	color: var(--cs-principale);	z-index: 1000;}
.user-field {	margin-bottom: 10px;	position: relative; }



.icone-bonhomme {font-size: 30px;   color: var(--cs-gris);   /*top: 8px*/    position: relative;  line-height: 30px;  }


.colonnes{display: flex;    align-items: flex-start;     gap: 5px; }

.colonne{display: flex;   flex-direction: column; }
.pleine-largeur{width: 100%; }



/* Message box */
.note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {     display: none;}
.note-editor.note-airframe, .note-editor.note-frame {    border: none;}
.card-header {    background-color: transparent;}
.card {background-color: var(--cs-blanc);     --bs-card-border-radius: 0; border-radius: 10px;}
.btn-light {    --bs-btn-bg: var(--cs-blanc);}

/*.card-block{ border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);}*/

/*Projet.php*/




.divflex {
    display: flex;
    align-items: center;
}

.profile-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}



.image-profile {
	max-width: 50px;
	max-height: 50px;
	width: auto;
	height: auto;
	border-radius: 50%;
	object-fit: cover;
	/*margin-right: 10px; /* Espace entre l'image/le cercle et le nom */
	/*display: flex;   YANICK 2025-10-21 */
	display:inline-flex;
	justify-content: center;
	align-items: center;
	
    }

.image-profile-initials {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*background-color: #ccc;*/
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
   /* margin-right: 10px; /* Espace entre le cercle et le nom */
    display: flex;
    justify-content: center;
    align-items: center;
    }

.image img{
	border:1px #cccccc solid;
   }




/*discussion.php*/
.colonne-75 {
    width: 75px;
    flex: 0 0 75px; /* Flex properties to ensure it behaves like a Bootstrap column */
}

.delete-message {
    background: none;
    border: none;
   /* color: blue; /* Couleur du texte */
    cursor: pointer;
    text-decoration: underline; /* Style du texte comme un lien */
    display: inline; /* Assure que le bouton reste sur la même ligne */
    padding: 0; /* Supprime les marges internes par défaut */
    font: inherit; /* Assure que le bouton a le même style de texte que le contenu environnant */
}
#delete-message {
    display: inline; /* Assure que le formulaire est affiché en ligne */
}




/*tdb.php*/
.utilisateur-profil-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0px; /* Espace entre les éléments */
}
.utilisateur-profil {
	flex: 0 1 auto;
}




.utilisateur-profil-container-parent-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Aligner le contenu en bas */
    height: 100%; /* S'assurer que la hauteur prend toute la place disponible */
}

.utilisateur-profil-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px; /* Espace entre les éléments */
}

.utilisateur-profil {
    flex: 0 1 auto;
}
.projet-parent-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; /* Ajustement pour aligner les éléments à gauche */
}

.utilisateur-profil-container-parent-div {
    align-self: flex-start; /* Ajustement pour aligner la div du bas à gauche */
    margin-top: auto; /* Pour pousser la div du bas tout en bas */
}




/*projet.php*/
.texte-projet-nom-date {    margin: 0;    padding: 0;}




.boite-blanche{
            position: relative;
            margin: auto;
            padding: 50px;
			color: var(--cs-noir);
            background-color:   var(--cs-blanc);
			border-radius: 30px;
			box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.4), 0 0px 10px 0 rgba(0, 0, 0, 0.4);
        }




/* Apercu de fichier */

.Apercu-fichier {
	display: none;
	position: fixed;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color:  rgba(0, 0, 0, 0.20);
	padding: 65px 20px 20px 20px;
	box-sizing: border-box; 


}
.Apercu-fichier-content {
	max-width: 1000px;
	height: calc(100% - 100px);
	max-height: 800px;

}


	
.Apercu-image {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 400px);
	
	
	justify-content: center;
    align-items: center; /****/
	
	border: 1px #000 solid;
    max-height: 630px;
}
.Apercu-image iframe {
    width: 100%;
    height: calc(100vh - 400px);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.Apercu-image img  {
  /*  width: 100%;*/
    height:auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
	border:none !important;
}
.Apercu-image-img01, .Apercu-image-autre01  {
	border:none !important;
}

#liste-fichiers{
	padding-top:20px;
	height: 80px;
}
.Apercu-fichier-selectionne {
	border: 3px solid var(--cs-principale) !important;
}

.Apercu-fichier-defaut {
	border: 3px solid #FFFFFF !important;

}


.Apercu-fichier-close {
	position: absolute;
	color: var(--cs-principale);
	font-size: 25px;
	font-weight: bold;
	cursor: pointer;
	line-height: 0px;

	right: 20px;
	top: 20px;

}



.carousel_exterieur {
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel_interieur {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.carousel_interieur img, .carousel_interieur span {
    max-width: 70px;
    /*max-height: 100%;*/
	height: 50px;
    object-fit: contain; /* Pour garder le ratio de l'image et l'ajuster dans la div */
}
.carousel_interieur_icone {
    width: 70px;
    height: 50px;
	padding: 0px 15px;
}







/* YANICK 2025-07-20 */
.message-highlight {
    background-color:  #f6e2bf !important;
    transition: background-color 1s ease;
}

.message-fadeout {
    background-color: transparent !important;
}


/* Option survolée */
.select2-results__option--highlighted {
  background-color: color-mix(in srgb, var(--cs-principale) 50%, transparent) !important;
  color: black !important;
}

/* Option sélectionnée dans la liste */
.select2-results__option--selected {
  background-color: var(--cs-principale) !important;
  color: white !important;
}

/* Texte affiché après sélection */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--cs-principale) !important;
  font-weight: bold !important;
  line-height: normal !important;
  padding-left: 6px !important;
  /*font-size: 12pt !important;*/
}

/* Apparence générale du menu fermé */
.select2-container .select2-selection--single,
.select2-selection--single {
  height: 22px !important;
  min-height: auto !important;
  padding: 2px 6px !important;
  line-height: 1.2 !important;
  display: flex !important;
  align-items: center !important;
/*  font-size: 10pt !important;*/
}

/* Apparence des options dans le menu */
.select2-results__option {
  padding: 2px 6px !important;
  line-height: 1.2 !important;
 /* font-size: 10pt !important;*/
}

/* Flèche de droite centrée verticalement */
.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* Largeur fixe */
.select2-container {
  width: 200px !important;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid var(--cs-principale) !important;
    border-radius: 4px;
}



@media (max-width: 993px) {
  .menu-deroulant-label {
    width: 60px !important;
  }
}




/* YANICK 2025-08-06 */
@media (max-width: 768px) {
	.Apercu-image {
		height: 350px;
		max-height: 400px;
	}
}


.file-text-ext {
    position: relative;
    z-index: 2;
    font-size: 24px;
	font-weight: 600;
    color: #ffffff;
    font-weight: 600;
    background-color: #000000;
    top: 35px;
    border-radius: 10px;
}


@media (max-width: 768px) {
    #autre01 {
        width: 200px !important;
        height: 200px !important;
    }

    .file-text-ext {
        font-size: 35px !important;
        top: 70px !important; 
    }
  
}


/* Styles par défaut pour les petits écrans */


/* Les styles pour les écrans de 350px et plus */
@media (min-width: 375px) and (max-width: 575.99px) {
    .col-mini {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 374.99px) {
.col-mini {
    flex: 0 0 auto;
    width: 100%;
}
}


.btn-roundoff {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #dddddd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	border: none;
}

.btn-roundoff:focus,
.btn-roundoff:active,
.btn-roundoff:hover,
.btn-roundoff:focus:active,
.btn-roundoff:focus:hover,
.btn-roundoff:focus-visible,
.btn-roundoff:focus-within {  outline: none !important;  box-shadow: none !important;  border: none !important;	}
.btn-roundoff:hover {  	background-color: #dddddd !important;	color: white !important;}









a.action_sur_message:link,
a.action_sur_message:visited,
a.action_sur_message:hover,
a.action_sur_message:active ,
.action_sur_message{
	text-decoration:none;
	cursor:pointer !important;
	color: var(--cs-principale) !important;
	font-size: 0.8rem !important;
	padding-right: 5px;
}
a.action_sur_discussion:link,
a.action_sur_discussion:visited,
a.action_sur_discussion:hover,
a.action_sur_discussion:active,
.action_sur_discussion{
	text-decoration:none;
	cursor:pointer !important;
	color: var(--cs-principale) !important;
	/*font-size: 0.8rem !important;*/
	padding-right: 5px;
}

a.action_sur_projet:link,
a.action_sur_projet:visited,
a.action_sur_projet:hover,
a.action_sur_projet:active,
.action_sur_projet{
	text-decoration:none;
	cursor:pointer !important;
	color: var(--cs-principale) !important;
	/*font-size: 0.8rem !important;*/
	padding-right: 5px;
}




.copy-projet { list-style: none; padding-left: 0px; margin: 0px 0 0px; }
.copy-projet li { margin: 0px 0; }

.copy-discussions { list-style: none; padding-left: 18px; margin: 4px 0 8px; }
.copy-discussions li { margin: 2px 0; }


.copy-discussions-boite { 
    padding: 0px 10px 5px 10px;
    border: 1px solid orange;
}



/* CALENDRIER */

#inline-datetimepicker [data-action="close"] {
  display: none !important;
}
/* Cacher l'icône actuelle */
[data-action="clear"] i {
  display: none;
}

/* Ajouter un nouvel icône avec ::before */
[data-action="clear"]::before {
  font-family: "Font Awesome 6 Free";  /* police FA */
  font-weight: 900;                    /* solid */
  content: "\f00d";                    /* code unicode de fa-xmark */
  font-size: 1rem;
}

/* Cacher l'icône actuelle */
#inline-datetimepicker [data-action="clear"] i {
  display: none !important;
}

/* Remplacer par le texte "Annuler" */
#inline-datetimepicker [data-action="clear"]::before {
  content: "Annuler";
  font-family: inherit;  /* on enlève Font Awesome */
  font-weight: bold;
  font-size: 0.9rem;
}



/* largeur du calendrier et centré*/
#blocPlanifier .bg-light {
  display: flex;
  justify-content: center; /* centre horizontalement */
}
#blocPlanifier .bg-light {
    background-color: inherit !important;
	border: none !important;
}
#blocPlanifier .tempus-dominus-widget{

    padding: 20px 10px 5px 10px;
}


#blocPlanifier .date-container{
    width: 75%;
}
#blocPlanifier .time-container{
	width: 25%;
    padding-left: 20px;
}


#blocPlanifier .time-container-clock {
  display: grid !important;
  grid-template-columns: auto max-content auto !important;
  column-gap: 0 !important; /* coller les colonnes */
  justify-content: center;  /* optionnel : centrer l’ensemble */
}

/*
#blocPlanifier .time-container-clock [data-time-component="hours"]::after {
  content: "h";
  margin: 0; 
}

#blocPlanifier .time-container-clock .separator {
  display: none !important;
}*/
#blocPlanifier .time-container-clock {
  display: grid !important;
  grid-template-columns: auto max-content auto !important;
  grid-auto-rows: 1fr;       /* chaque ligne prend la hauteur minimale */
  align-items: center;       /* centre verticalement */
  row-gap: 0 !important;     /* supprime l’espace vertical */
  column-gap: 0 !important;  /* supprime l’espace horizontal */
}
#blocPlanifier .time-container-clock > div {
  margin: 0 !important;
  padding: 0 !important;
}


#blocPlanifier .time-container-clock i.fa-arrow-up,
#blocPlanifier .time-container-clock i.fa-arrow-down {
  font-size: 12px !important;
}

.tempus-dominus-widget.timepicker-sbs {
        max-width: 300px !important;
}

.tempus-dominus-widget .date-container-days {
    grid-auto-rows: 30px !important;
}

.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight), .tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight), .tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight), .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {
    background-color: var(--cs-principale)!important;

}
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before {
    border-bottom-color: var(--cs-principale)!important;
}

/* Cacher le texte actuel */
#inline-datetimepicker .dow {
  font-size: 0; /* masque visuellement le contenu */
}

/* Remplacer avec la première lettre */
#inline-datetimepicker .dow:nth-child(1)::after { content: "D"; font-size: 0.8rem; }
#inline-datetimepicker .dow:nth-child(2)::after { content: "L"; font-size: 0.8rem; }
#inline-datetimepicker .dow:nth-child(3)::after { content: "M"; font-size: 0.8rem; }
#inline-datetimepicker .dow:nth-child(4)::after { content: "M"; font-size: 0.8rem; }
#inline-datetimepicker .dow:nth-child(5)::after { content: "J"; font-size: 0.8rem; }
#inline-datetimepicker .dow:nth-child(6)::after { content: "V"; font-size: 0.8rem; }
#inline-datetimepicker .dow:nth-child(7)::after { content: "S"; font-size: 0.8rem; }

#blocPlanifier [data-action="showHours"],
#blocPlanifier [data-action="showMinutes"] {
  pointer-events: none;  /* désactive le clic */
  cursor: default;       /* curseur normal */
}

.time-container-clock .separator.no-highlight:nth-child(5) {
  font-size: 0; /* cache le ":" */
}

.time-container-clock .separator.no-highlight:nth-child(5)::after {
  content: "h";
  padding: 0 5px;
  font-size: 1rem;  /* ajuste la taille */
}



/* projet.php Bouton nouvelle discussion */
.bouton-plus-primaire.bi-plus-circle-fill::before {    content: "\f4f9";    vertical-align: -.6em;}

hr{
    margin: 0;
    padding: 0;
}

/*
.bouton-lien{
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: #fd5000;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
  display: inline;
  text-decoration: none;
  appearance: none;        
  -webkit-appearance: none;
}
.bouton-lien:hover,
.bouton-lien:focus{
  text-decoration: underline;
  outline: 0;
}
.bouton-lien:disabled{
  opacity: .6;
  cursor: not-allowed;
  text-decoration: none;
}*/


.discussion-actions {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.discussion-actions .gros-bouton {
  grid-column: 2; /* Centré */
  justify-self: center;
}

.discussion-actions .bouton-inverse {
  grid-column: 3; /* À droite */
  justify-self: end;
}






