/*html{
	scrollbar-gutter: stable both-edges;		
}*/
			html{
				scroll-behavior: smooth;
			}
			
			body{
				font-family: 'Poppins', sans-serif;
				color : black;
				/*padding-left : 7%;
				padding-right : 7%;*/
				/*padding-top:0.5%;*/
				/*width:100%;*/
				/*min-width:1400px;*/
				overflow-y: scroll;
				margin:0px;
				text-size-adjust: none;
			}
			
			.leCorps{
				padding:0px 8%;
			}

			.carousel-container {
				position: relative;
				width: 100%;
				/*max-width: 800px;*/
				height: 350px;
				overflow: hidden;
			}
			.carousel-image {
				width: 100%;
				height: 100%;
				object-fit: cover;
				position: absolute;
				z-index: 1;
			}
			.carousel-texts {
				display: flex;
				position: relative;
				z-index:2;
				height: 100%;
				transition: transform 0.5s ease-in-out;
			}
			.carousel-text {
				flex: 0 0 auto;
				text-align: center;
				color: white;
				font-size: 1.5em;
				background: rgba(0, 0, 0, 0.5);
				display: flex;
				justify-content: center;
				align-items: center;
			}
			.carousel-buttons {
				position: absolute;
				top: 50%;
				width: 100%;
				display: flex;
				justify-content: space-between;
				z-index: 3;
				transform: translateY(-50%);
			}
			.carousel-button {
				background-color: rgba(0, 0, 0, 0.5);
				border: none;
				color: white;
				font-size: 2rem;
				cursor: pointer;
				padding: 10px 20px;
			}
			.carousel-button:hover {
				background-color: rgba(0, 0, 0, 0.8);
			}
			
			hr{
				border-top: 1px solid #5a5a5a;
				border-bottom: 1px solid white;
				border-left: 1px solid white;
				border-right: 1px solid white;
			}
			
			h1{
				margin:0;
			}
			
			h2{
				margin:20px 0px 10px 0px;
			}
			
			table{
				border-collapse:collapse;
			}

			.tdCorps{
				border:1px solid #d9dddd;
			}

			th{
				background-color:rgba(44, 120, 115, 1);
				color:white;
				padding:5px;
			}
			
			.divBoutonRadio,.divCaseCoche{
				padding:5px;
				vertical-align:top;
				display:inline-block;
			}
			
			.divBoutonRadio input,.divCaseCoche input{
				height:20px;
				width:20px;
				margin-bottom:5px;
				cursor:pointer;
			}

			.wrappable {
				white-space:normal;
				font-size:16px;
				line-height:18px;
				cursor:pointer;
			}
			
			#leScoreFinal{
				font-size:60px;
				font-weight:bold;
			}

			#formulaire, #titre, #pied_de_page{
				border-collapse : collapse;
				width : 100%;
			}
			
			#entete{
				display:none;
			}
			
			fieldset:not(.sep_mois){
				border-radius:5px;
			}
			
			.progFiche,.resteFiche{
				border-radius:15px;
			}
			
			/*.resizable-text {
				display: inline-block;
				max-width: 100%;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}*/
			
			/*.tableFixHead{
				background-color:#FCFDFD;
			}
			
			.formulaire,.formation,.questionnaire,.fiche_dialogue,.fiche{
				background-color:white;
			}*/

			.titre{
				font-size : 25px;
				font-weight : bold;
				width:100%;
			}
			
			.nom_client_fiche_dialogue:hover{
				text-decoration:underline;
				cursor:pointer;
			}
			
			#informations{
				font-weight:bold;
				font-size:20px;
				text-align:justify;
				width:100%;
			}
			
			#synchronize:hover,#rappel:hover,#add:hover,#pen2_button:hover,#settings_button:hover,#cloturer_button:hover{
				background-color:grey!important;
			}
			
			input[type=button],input[type=submit],button{
				background-color:#2C7873;
				font-family: 'Poppins', sans-serif;
				padding:10px 15px;
				color:white;
				border:1px solid transparent;
				transition: all .3s;
				cursor:pointer;
				border-radius:5px;
			}
			
			input[type=button]:hover,input[type=submit]:hover,button:hover{
				background-color:transparent;
				color:#2C7873;
				border:1px solid #2C7873;
				transition: all .3s;
			}
			
			.services{
				box-shadow:grey 0px 0px 5px; 
				border-radius:5px;
				text-align:center;
				padding:20px;
				margin: 0 10px; /* Optionnel : Espace entre les div */
				text-align: center;
			}
			
			.personnes{
				width: 175px;
				height: 250px;
				text-align:center;
				margin: 0 10px;
			}
			
				
			.personnes img {
				object-fit: cover;
				width: 100%;
				height: 175px;
				border-top-left-radius:5px;
				border-top-right-radius:5px;
			  }
			
			.desc_nom{
				background-color:#004445;
				color:white;
				border-bottom-left-radius:5px;
				border-bottom-right-radius:5px;
				padding:10px;
			}
		
			.sous-titre{
				font-size:18px;
				padding-top:10px;
				padding-right:5px;
				padding-bottom:5px;
				width:23.75%;
				line-height:20px;
			}

			#pied_de_page_texte{
				font-weight:bold;
				color : black; 
				font-size : 10px; 
				width:150px;
				text-align : right;
			}
			
			.titre{
				display:inline;
			}
			
			.button_side{
				position:fixed;
				right:2%;
				cursor:pointer;
			}
			
			.button_side_left{
				position:fixed;
				left:2%;
				cursor:pointer;
			}
			
			 .bouton_filtre{
				padding: 1px 20px!important;
				border-style : none;
				transition: color 0.5s ease-out 50ms;
				transition: background-color 0.5s ease-out 50ms;
				cursor:pointer;
				border:1px solid #d9dddd;
				font-size:14px!important;
				height:24px!important;
				border-radius:12px!important;
				margin:3px;	
			}
			
			 .bouton_filtre:hover{
				background-color:transparent;
				color:#2C7873;
				border:1px solid #2C7873;
				transition: all .3s;
			}


			input[type=text], input[type=date], input[type=datetime-local], input[type=color], input[type=time], input[type=number], input[type=email], input[type=tel], input[type=password],input[type=search],input[type=url],textarea, select{
				width : 100%;
				font-family: 'Poppins', sans-serif;
				padding-left : 10px;
				padding-right : 10px;				
				border-radius:5px;
				border: none;
				height: 35px;
				padding-left: 15px;
				outline: 0;
				color: #101010;
				border-radius: 0;
				-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
				box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
				background-color:white;
			}
			
			input[type=checkbox]{
				width:20px;
				height:20px;
			}
			
			textarea{
				padding-top:10px;
				height:150px;
				resize: none;
			}
			
			select{
				padding-left: 6px!important;
			}
			
			canvas{
				-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
				box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
				cursor: url('../Images/Icones_actions/pen.png') 0 32,auto;
			}
			
			#new{
				background-color:#f7f8f8;
				transition: color 0.5s ease-out 50ms;
				transition: background-color 0.5s ease-out 50ms;
				padding:10px 20px 20px 20px;
				cursor:pointer;
				width:200px;
				font-size:20px;
				border: 1px dashed #d9dddd;
				box-sizing: border-box;
				padding:20px;
			}
			
			#new:hover{
				background-color:grey;
				color:white;
			}
			
			.dossier_select{
				text-decoration:none;
				font-size:20px;
				color:black;
				font-weight:bold;
				line-height: 18px;
			}
			
			.dossier_select:hover{
				text-decoration:underline;
			}
			
						
			.liste_fichiers,.liste_fichiers0{
				text-decoration:none;
				color:black;
				font-size:16px;
			}
			
			.liste_fichiers:hover,.ligne_liste_fichiers:hover,.fiche:hover,.cellRedmine:hover,.fichier_dossier_commande:hover{
				background-color:#E7F4FF!important;
				border-radius:5px;
			}
			
			.liste_fichiers0:hover,.fichier_redmine:hover{
				text-decoration:underline!important;
				text-decoration-thickness: 1px!important;
			}
			
			#lesCodesPostaux{
				position:absolute;
				font-size:14px;
				overflow:auto;
				height:250px;
			}
			
			#add,.add{
				cursor:pointer;
				border:0;
				vertical-align:middle;
				margin-top:5px;
				margin-right:5px;
				height:35px;
				width:35px;
				background-color:#E5E8E8;
				padding:0px;
			}
			
			
			#add>img,.add>img{
				height:17px;
			}
			
			
			#champ_de_recherche,#gamme{
				font-size : 16px;
				width:30%;
				height : 25px;
				font-family: 'Poppins', sans-serif;
				border-style : none;
				padding-left : 10px;
				padding-right : 10px;
				border-radius:5px;
			}
			
			#commentaires,#suggestions,#materiel{
				width : 100%;
				font-size : 22px;
				height : 100px;
				font-family: 'Poppins', sans-serif;
				border-style : none;
				padding-left : 10px;
				padding-right : 10px;
				resize : vertical;
				margin-top : 15px;
			}
			
			#zone_de_texte{
				width : 100%;
				font-size : 22px;
				height : 150px;
				font-family: 'Poppins', sans-serif;
				border-style : none;
				padding-left : 10px;
				padding-right : 10px;
				resize : vertical;
				margin-top : 15px;
				text-size-adjust: none;
			}

			footer {
			  background: linear-gradient(5deg,rgba(0, 0, 0, 1) 24%, rgba(41, 41, 41, 1) 100%);
			  padding-left:8%;
			  padding-right:8%;
			  position: sticky;
			  top: 100vh;
			  color:white;
			}

			#pied_de_page_texte{
				font-weight:bold;
				font-size : 10px; 
				width:150px;
				text-align : right;
			}

			#formulaire, #titre, #pied_de_page{
				border-collapse : collapse;
				width : 100%;
			}

			.entete_inventaire{
				padding:1px 25px;
			}




			  
/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  border-top:1px solid #797777;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight:bold;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 5px 12px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight:bold;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
	 transition: filter 300ms ease-in-out;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 5px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-weight:bold;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
  transition: all .3s;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
  transition: all .3s;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


			 
			    /*When one value is specified, it applies the same padding to all four sides.
				When two values are specified, the first padding applies to the top and bottom, the second to the left and right.
				When three values are specified, the first padding applies to the top, the second to the right and left, the third to the bottom.
				When four values are specified, the paddings apply to the top, right, bottom, and left in that order (clockwise).*/