@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

*{
	margin : 0;
	padding :0;
	/*list-style: none;*/
	/*text-decoration: none;*/
	}

a {
    text-decoration: none !important;
}	

body{
	font-family: 'Roboto', sans-serif;
	background-color: #E2F3EC !important;
	overflow: scroll;
	}

.paddingBottom{
	padding-bottom: 40px;
	padding-top: 40px;
}

/*Première page*/


/*Navbar*/

	.petitlogo{
		width: 45px;
		margin-left: 10px;
		}

	.navbar a{
  		font-size: 20px;
  		color: #fff;
  		margin-right: 15px;
		}

	.navbar a:hover{
  		color: #b1dfcd;
  		margin-right: 15px;
		}

		.navbar a :hover{
  		color: #b1dfcd !important;
		}

	.navcol-1{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}

		#textebienvenue{
			color: white;
			margin-right: 15px;
			font-size: 15px;
			padding-top: 12px;
		}

		.iconperson{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-around;
		}

		.iconperson button{
			background-color: #333;
			border: none;
			padding: 0px 5px 0px 5px;
			margin: 0px 0px 0px 0px;
		}

		.iconperson button:hover{
			background-color: #336275;
		}

		.modal-title{
			width: 100%;
			align-items: center;
			align-content: center;
			text-align: center;
		}

		.modal-footer button{
			width: 100%;
			align-items: center;
			text-align: center;
			justify-content: center;
			background-color: #336275;
			border: 1px solid #336275;
		}

		.modal-footer button:hover{
			width: 100%;
			background-color: #fff;
			color: #336275;
			border: 1px solid #336275;
		}

		.modal-content{
			margin: 0;
			display: flex;
			flex-direction: column;
		}

		.modal{
			--bs-modal-width: 300px !important;
		}  


		#exampleModal .modal-dialog{
			margin-right: 5px !important;
			margin-top: 70px !important;
		}



/*Titre premier plan*/


	.logodermagic{
		width:230px;
		padding-top: 100px;
		padding-bottom: 0px;
		margin-bottom: 0;
		}

	#logotaille{
		text-align: center !important;
		margin: auto;
		}


	.titreh2{
		text-align: center;
		padding-top: 10px;
		color: #336275;
		font-size: 38px;
		font-family: satisfy;
		}




/*Barre de recherche*/

	
    .search{
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 5px 5px 5px;
    margin-top: 50px;
    }

   .search .search_input{
    padding: 2px 20px;
    width: 70%;
    caret-color: #336275;
    }

 	.search_input{
    color: grey;
    border: 0;
    outline: 0;
    background: none;
    margin-top:5px;
    caret-color:transparent;
    line-height: 40px;
    }
    
    .search:hover .search_icon{
    background: #336275;
    color: #fff;
    padding: 5px 5px 5px 5px;
    }

 	.search_icon{
    height: 50px;
    width: 50px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px 30px 30px 30px;
    color:#336275;
    background-color:white;
    }


	
/*Mise en forme pagination*/

.pagination_rounded ul {
	list-style-type: none;
}

	.pagination_rounded ul li a {
	    float: left;
	    color: #336275;
	    border-radius: 50%;
	    line-height: 30px;
	    height: 30px;
	    width: 30px;
	    text-align: center;
	    margin-bottom: 40px;
	    border: 1px solid #fff;
	    background: #fff;
	    align-items: center;
		}
 
 	.pagination_rounded, .pagination_square {
    	margin-top:50px;
    	align-items: center;
		}	

	.pagination_rounded ul li {
	    float: left;
	    margin-right: 10px;
		}

	.pagination_rounded ul li a:hover {
	    background: #336275 !important;
	    color: #fff;
	    border: 1px solid #336275;
		}



/*Première page*/

		#icon1{
			font-size: 50px;
			padding-top: 0px;
			padding-bottom: 5px;
			margin: 0px;
			}

		#icon2{
			font-size: 40px;
			padding-top: 10px;
			padding-bottom: 10px;
			margin: 0px;
			}			

		#icon3{
			font-size: 40px;
			padding-top: 10px;
			padding-bottom: 10px;
			margin: 0px;
			}

		#cliquez{
			padding: 10px 50px 10px 50px;
			margin-top: 20px;
			background-color: #336275;
			border: 1px solid white;
			border-radius: 15px 15px 15px 15px;
			color: #fff;
			font-size:18px;
			margin-top: 20px;
			}

		#cliquez:hover{
			padding: 10px 50px 10px 50px;
			margin-top: 20px;
			background-color: #fff;
			border: 1px solid #336275;
			border-radius: 15px 15px 15px 15px;
			color: #336275;
			font-size:18px;
			margin-top: 20px;
			}

	.conteneur2{
		background-color: white;
		border: 1px solid #fff;
		border-radius: 30px 30px 30px 30px;
		display:flex;
	    justify-content:center;
	    align-items:center;
	}

	.conteneur2 p{
		margin-bottom: 0px;
		margin-top: 0px;
		float: top;
		color: #336275;
		font-size: 16px;
		padding: 15px 40px 15px 40px;
		text-align: justify;
		}

	.conteneur2 h5{
		margin-bottom: 10px;
		margin-top: 0px;
		text-align: center;
		}

	.conteneur3{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0px 30px 0px 30px;
		margin-top: 40px !important;
		margin-bottom: 40px;
		
	}

	.ligne{
		border-left: 1px solid #999;
	}


/*Mise en forme des blocs de maladie*/

	body{
	    background-color:#eee;
		}

	.tooltip{
		opacity: 1 !important;
	}
	.card{
		padding:10px;
	    height:100% !important;
	    border:none; 
	    display:flex;
	    justify-content:center;
	    align-items:center;
	    }

	.card h5{
		color: #333;
		margin-top: 20px;
		}

	.card p{
		color: #3d3d3d;
		font-size: 16px;
		padding: 15px 10px 0px 10px;
		text-align: justify;
		}


	.ablocli{
		font-size: 13px;
		color: #336275;
		/*margin-top: 20px;*/
		margin-left: 10px;
		}

	.ablocli:hover{
		font-size: 13px;
		color: #292929 ;
		}

	.imageblocli{
		width: 20px;
		height: 20px;
		padding-top: 5px;
		margin-bottom: 10px;
		vertical-align: middle;
		margin-top: 15px;
		margin-right: 10px;
		}

	#oeilimage{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		}

	.test {
		display: none;
		position: absolute;
		left: 100px;
		top: 15px;
		}

	.imageblocli:hover+.test{
		display: block;
		}


	.imagetest{
		width: 250px;
		}











																			/*Deuxième page*/



/*Titre de la maladie*/

	.titreh3{
		font-size: 32px;
		margin-top: 50px;
		color: #fff;
		background-color: #336275;
		border-radius: 40px 40px 40px 40px;
		padding: 10px 0px 10px 0px;
		margin-top: 100px;
		margin-bottom: 50px;
		text-align: center;
		}




/*Mise en forme des titres des blocs*/

	.classh4{
		background-color: #EAEBEB;
		border: 1px solid grey;
		text-align: center;
		}

	.nav-link.active{
		background-color: #336275 !important;
		color: #fff !important;
		border: 1px solid #fff;
		border-radius: 20px 20px 0px 0px !important;
		}

	.nav-link{
		background-color: #dedede !important;
		color: #666 !important;
		font-size: 20px;
		border: 1px solid #fff;
		border-radius: 20px 20px 0px 0px !important;
		}

		.nav-tabs .nav-link {
			border-top-left-radius: 20px !important;
			border-top-right-radius: 20px !important;
		}

	.disabled{
		background-color: #333;
		}

	.bi{
		padding-right: 5px;
		padding-left: 5px;
	}
	

	.tbloc1{
		margin: 30px 30px 0px 30px;
		padding: 10px;
		margin-bottom: 0px;
		background-color: #336275;
		border-radius: 20px 20px 0px 0px ;
		color: #FFF;
		padding-left: 5px;
		}

	.tbloc2{
		margin: 30px 0px 0px 30px;
		padding: 10px;
		margin-bottom: 0px;
		background-color: #336275;
		border-radius: 20px 20px 0px 0px ;
		color: #FFF;
		padding-left: 5px;
		}

	.tbloc3{
		margin: 30px 30px 0px 0px;
		padding: 10px;
		margin-bottom: 0px;
		background-color: #336275;
		border-radius: 20px 20px 0px 0px ;
		color: #FFF;
		}

	.pbloc2{
		margin: 0px 30px 32px 30px;
		padding: 10px;
		margin-bottom: 0px;
		border: solid 1px #7ebcbb;
		border-radius: 0px 0px 20px 20px;
		color: #3d3d3d;
		}

	.pbloc3{
		margin: 0px 0px 32px 30px;
		padding: 10px;
		margin-bottom: 0px;
		border: solid 1px #7ebcbb;
		border-radius: 0px 0px 20px 20px;
		color: #3d3d3d
		}

	.pbloc4{
		margin: 0px 30px 32px 0px;
		padding: 10px;
		margin-bottom: 0px;
		border: solid 1px #7ebcbb;
		border-radius: 0px 0px 20px 20px;
		color: #3d3d3d
		}

	.pbloc1{
		padding: 30px 30px 32px 30px;
		margin-bottom: 0px;
		color:#3d3d3d;
		}

	#content .active,#block_content .active,#content-patient .active{
		border: 1px solid #336275;
		border-radius: 0px 30px 30px 30px !important;
		overflow: hidden;
		margin-top: 0px;
	}

	#content,#block_content,#content-patient{
		margin-top: 0px;
	}



/*Mise en place du deuxième bloc avec photo*/
	
	.ul1{
		background: #fff;
	}

	/*#block_content .active{
	border: 3px solid #336275;
	border-radius: 30px 30px 30px 30px !important;
	overflow: hidden;
	margin-top: 10px;
	}*/


	/*.tab-pane .fade .show .active{
	border: 2px solid #336275;
	border-radius: 30px 30px 30px 30px !important;
	}*/

	blockquote {
	   	font-size: 15px;
   		}

	blockquote.blockstyle,
	blockquote.style2 {
	   background: #fff;
	}


	.my-custom-scrollbar {
	 	position: relative;
	  	height: 400px;
	  	overflow: auto;
		}

    .blockstyle{
    	margin:  0px;
		text-align: justify;
		
    	}

	.imagecentre{
		text-align: center;
		vertical-align: middle;
		padding-bottom: 70px;
		padding-top: 30px;

		}

	.imagesection1{
		width: 50%;
		height: 50%;
		align-items: center;
		vertical-align: center;
		
		}
	
	.bglien{
		padding: 10px 10px 10px 10px;
		margin:  auto;
		border-top: 1px solid #336275;
		}
	
	.bglien a{
		color: #336275;
	}

	.bglien a:hover{
		color: #3d3d3d;
	}

	.plienexterne{
		font-size: 16px;
		padding-left: 20px;
		padding-top: 10px;
		color: #3d3d3d;
		}

	
	.asection1{
		font-size: 12px;
		padding-left: 20px;
		color: #336275;
		}

	.asection1:hover{
		font-size: 12px;
		padding-left: 20px;
		color: #000;
		}


/*Mise en page deuxième section avec accordéon*/
  

	/*section#content {
	    min-height: 600px;
	    padding-top: 40px;
	    text-align: left;
		}*/
	
	.accordion-button:not(.collapsed) {
	    color: #333 !important;
	    background-color: #8F85FF !important;
	    z-index: 0;
		}

	.accordionp{
		color: #fff;
		font-size: 18px;

		}

	.collapsed p{
		background-color: #fff;
	    color: #8F85FF;
		}

		.couleur{
			color:#fff;
		}

		.couleur:hover{
			color:#333;
		}



@media all and (max-device-width: 1000px) {
	.ligne {
		border-top: 1px solid #999;
		border-left: none;
	}
}


/* Vos règles CSS pour les mobiles ici */
@media all and (max-device-width: 480px) {


	.pagination_rounded ul li a {

			color: #336275;
			border-radius: 50%;
			line-height: 30px;
			height: 30px;
			width: 30px;
			text-align: center;
			margin-bottom: 40px;
			border: 1px solid #fff;
			background: #fff;
	}
 
 	.pagination_rounded, .pagination_square {
    	margin-top:50px;
    	align-items: center;

	}

	.pagination_rounded ul li {
	    float: left;
	    margin-left: 10px;
	}

	.pagination_rounded ul li a:hover {
	    background: #336275 !important;
	    color: #fff;
	    border: 1px solid #336275;
	}
}



/* Mise en page Onglets plaies*/

.ongletplaiemilieu{
	text-align: center;

}


.nav-link {
    background-color: #dedede !important;
    color: #666 !important;
}


/*Mise en page pansement*/


.titreh4{
	font-size: 20px;
	color: #000000;
	background-color: #E2F3EC;
	padding: 10px 0px 10px 0px;
	text-align: center;
	text-transform: uppercase;
	}

.btn-secondary{
	font-size: 18px !important;
	margin-top: 20px;
	color: #fff;
	background-color: #336275 !important;
	border-radius: 40px 40px 40px 40px;
	padding: 10px 0px 10px 0px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.titrepansement{
	background-color: #c9c9c9;
	color: #000;
}

.textepansement{
	margin-left: 15px;
	margin-right: 15px;
}

a:active{
	color: #fff;
	background-color: #336275;
}

.cache{
	display: none;
}

th{
	width: 50%;
}

.choisir{
	font-size: 18px !important;
}





/* nouveau */

.cardcodage{
		color: #3d3d3d;
		font-size: 16px;
		padding: 20px 20px 20px 20px;
		text-align: center;
		
}

.cardcodage:hover{
	text-decoration: none !important;
}

.codage{
	padding: 15px 15px 15px 15px !important;
	}


.tableaucodage2{
	background-color: #c9c9c9;
}

tr.tableaucodage th{
	width: 20% !important;
}

a:hover {
    color: #336275 !important;
}

.breadcrumb-item a{
 color:#336275 ;
}

.breadcrumb li{
	font-size: 18px;
	padding-left: 10px;
}

.breadcrumb-item a:hover{
	color:#000 !important;
   }

#bloctableau{
	background-color: #fff !important;
}

/* Codage clinique */

#cliquezcode{
	padding: 10px 30px 10px 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #336275;
	border: 1px solid white;
	border-radius: 50px 50px 50px 50px;
	color: #fff;
	font-size:18px;
	margin-top: 20px;
	text-align: center;
}

#cliquezcode:hover{
		padding: 10px 30px 10px 30px;
		background-color: #fff;
		border: 1px solid #336275;
		border-radius: 50px 50px 50px 50px;
		color: #336275;
		font-size:18px;
		margin-top: 20px;
}

.tableau0 th{
	width: 1px;
}

#btn-favoris{
	font-size: 15px; 
	padding-top: 11px; 
	background-color:#336275; 
	border-color:#336275
}

#btn-favoris:hover{
	color:white !important;
}

footer{
	position:relative;
	margin-top: 25px;
	background-color: rgb(33, 37, 41);
	padding: 5px 10px;
	text-align: right;
}

footer a{
	color: white;
	padding-right: 10px;

}

.search-btn-toogle{
    margin-top:58px;
}

.search-btn-toogle a{
	border-color: #336275;
	color:#336275;
}

.search-btn-toogle a:hover{
	background-color: #336275;
	color: white !important;
	border-color: #336275;
}

.search-btn-toogle a.active {
	border-color: #336275;
	background-color: #336275;
}

.bleuGrisBtn{
	border-color: #336275 !important;
	background-color: #336275 !important;
}

/* Etapes pansement */
 	.step {
      text-align: center;
      margin: 1rem 0;
    }
    .step-circle {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #2f6475;
      color: #2f6475;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 0.5rem;
    }

	.step-circle.selected{
		background-color: #2f6475;
		color: white;
	}

	#plaies .card-custom {
      border: none;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      overflow: hidden;
	  margin-bottom: 15px;
	  cursor: pointer;
    }

    #plaies .card-custom img {
      background-color: #ddd;
      width: 100%;
      height: 300px;
      object-fit: cover;
    }

    #plaies .card-footer {
      background-color: #2f6475;
      color: #fff;
      text-align: center;
      font-size: 1.2rem;
      padding: 0.5rem;
	  width: 100%;
   	  min-height: 73px;
    }

	#tailleLocalisation .zone-form {
      background-color: #e6f2ee; /* vert clair comme ta maquette */
      padding: 1rem 1.5rem;
      border-radius: 0.5rem;
      display: inline-block;
    }

	#tailleLocalisation .text-secondary{
		color:#2f6475 !important;
	}


    #tailleLocalisation .btn-next {
      background-color: #2f6475;
      color: #fff;
      border-radius: 999px;
      padding: 0.7rem 2rem;
      font-size: 1rem;
      font-weight: 500;
    }


    #tailleLocalisation .btn-next:hover {
      background-color: #24515f;
      color: #fff;
    }

	#corps-clicable {
		position: relative;
		background-image: url('../../../images/plaies/corps-humain.png');
		background-repeat: no-repeat;
		width: 539px; 
		height: 639px;
		margin: auto;
	}

	#corps-clicable img{
		position:absolute;
		opacity: 0;
	}

	#corps-clicable img:hover{
		opacity: 0.1;
	}

	#corps-clicable img.selected{
		position:absolute;
		opacity: 0.1;
	}


	#ariane .tag {
		background-color: #2f6475;
		color: #fff;
		border-radius: 25px;
		padding: 0.3rem 1rem;
		font-size: 0.9rem;
		margin: 0.2rem;
		display: inline-block;
	}

    .categories .filter-btn {
		border: 1px solid #2f6475;
		color: #2f6475;
		margin: 0 0.5rem;
		border-radius: 20px;
		padding: 0.4rem 1.2rem;
		background-color: #fff;
    }

    .categories .filter-btn.active {
		background-color: #2f6475;
		color: #fff;
    }

	    
	.produits .product-card {
      border: 1px solid #e0e0e0;
	  background-color: #fff;
      border-radius: 0.5rem;
      text-align: center;
      padding: 1rem;
      transition: all 0.2s ease;
    }
    
	.produits .product-card:hover {
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    
	.produits .product-card.selected {
      background-color: #2f6475;
      color: #fff;
      font-weight: 600;
    }

	.produits .product-card.selected a{
		color: #fff;
	}

	.produits .product-card .nomProduit{
		display: block;
		min-height: 50px;

	}

	.produits .product-card .nomProduit:hover{
		cursor:pointer;
		color:#2f6475;
		font-weight: bold;

	}
    
	.fiche .product-detail-header {
      background-color: #2f6475;
      color: #fff;
      text-align: center;
      padding: 0.5rem;
      border-radius: 0.5rem 0.5rem 0 0;
      font-weight: 500;
	  width:100%
    }

	.ul-n1 {
		list-style-type: none;
		padding-left: 9;
	}

	.ul-n1 input[type="checkbox"] {
		margin-right: 0.5rem;
	}

   
	#dmPharmacie p{
		padding: 0;
		margin: 0;
	}





































































