/* =============================== */
/* Utilitaires tailles d'icônes   */
/* =============================== */
.icon-12 { font-size:12px !important; }
.icon-16 { font-size:16px !important; }
.icon-17 { font-size:17px !important; }
.icon-19 { font-size:19px !important; }
.icon-21 { font-size:21px !important; }
.icon-22 { font-size:22px !important; }
.icon-23 { font-size:23px !important; }

/* =============================== */
/* Base et body                   */
/* =============================== */
body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  width: 100%;
  background: linear-gradient(135deg, #e0eafc 0%, #cfdef3 100%);
}

/* The modali (background) */
.modalii {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* modali Content */
.modali-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
}

/* Responsive and modal styles, transfer content, etc. */
/* =============================== */
/* Media queries harmonisées       */
/* =============================== */
@media screen and (max-width: 770px) {
  .frm {
    width: 90%; height: 37px; border-radius: 15px;
    border: solid 2px #0DBACF; background-color: transparent; margin-top: -9px;
  }
  .frma {
    width: 350px; height: 40px; border-radius: 15px; border: none;
    background-color: transparent; margin-top: 3px; float: left;
    font-size: 17px; font-weight: bold; color: #3C626F;
    font-family: 'Segoe UI', Arial, sans-serif; text-align: left;
  }
  .modali_content {
    border-radius: 9px; width: 100%; max-width: 90%; height: 400px;
    background: white; position: absolute; top: 0; margin-top: 50px;
    box-shadow: 7px 7px 12px #212121;
    font-family: 'Segoe UI', Arial, sans-serif;
  }
}
@media screen and (min-width: 800px) {
  .frma {
    width: 350px; height: 40px; border-radius: 15px; border: none;
    background-color: transparent; margin-top: 3px; float: left;
    font-size: 19px; font-weight: bold; color: #3C626F;
    font-family: 'Segoe UI', Arial, sans-serif; text-align: left;
  }
  .frm {
    width: 350px; height: 40px; border-radius: 15px; border: solid 2px #0DBACF;
    background-color: transparent; margin-top: 3px; float: left; margin-top: -6px;
  }
  .modali_content {
    border-radius: 9px; width: 400px; max-width: 90%; height: 420px;
    background: white; padding: 1.5em 2em; position: absolute; top: 0;
    margin-top: 100px; background-color: #F3F3F3;
    box-shadow: 7px 7px 12px #212121;
    font-family: 'Segoe UI', Arial, sans-serif;
  }
}
/* Fichier CSS séparé pour id.html - design modernisé */

body {
	margin: 0;
	font-family: 'Segoe UI', Arial, sans-serif;
	width: 100%;
	background: linear-gradient(135deg, #e0eafc 0%, #cfdef3 100%);
}

.grd {
	min-height: 100vh;
	background: transparent;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 2px 0 20px #b0b0b0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a, .btnp {
	padding: 12px 32px;
	font-size: 18px;
	color: #3C626F;
	display: block;
	text-decoration: none;
	border: none;
	background: none;
	transition: background 0.2s, color 0.2s;
}
.sidenav a:hover, .btnp:hover {
	background: #e0eafc;
	color: #046FA3;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
}

.heads {
	height: 70px;
	width: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	box-shadow: 0 2px 8px #e0eafc;
	z-index: 1;
}
.menuu {
	font-size: 28px;
	cursor: pointer;
	float: right;
	margin: 15px 13px 0 0;
	color: #393838;
}

.cmpt {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 24px #b0c4d6;
	padding: 24px 0;
	margin: 24px auto;
	width: 90%;
	max-width: 400px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.titre1 {
	font-size: 28px;
	font-weight: bold;
	color: #1E3642;
	margin-bottom: 8px;
}
.titre2 {
	font-size: 16px;
	color: #3C626F;
	margin-bottom: 8px;
}
.sol {
	font-size: 32px;
	font-weight: bold;
	color: #046FA3;
	background: none;
	border: none;
}

.tab, .tab2 {
	background: #EFEFEF;
	border-top: 1px solid #ccc;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: 10;
}
.tab button, .tab2 button {
	background: none;
	border: none;
	color: #3C626F;
	font-size: 17px;
	width: 17%;
	height: 60px;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}
.tab button.active, .tab2 button.active {
	background: #D6D6D7;
	color: #046FA3;
}
.tab button:hover, .tab2 button:hover {
	background: #e0eafc;
	color: #046FA3;
}

.tabcontent {
	display: none;
	animation: fadeEffect 1s;
	min-height: 600px;
	width: 100%;
}
@keyframes fadeEffect {
	from { opacity: 0; }
	to { opacity: 1; }
}

.cards {
	width: 300px;
	border: none;
	height: 170px;
	margin: 10px auto;
	border-radius: 15px;
	box-shadow: 0 4px 16px #b0c4d6;
	background: #125A88;
	color: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.add, .add_benef {
	background: linear-gradient(90deg, #046FA3 0%, #4fb9fe 100%);
	color: #fff;
	border: none;
	border-radius: 15px;
	padding: 8px 24px;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
	cursor: pointer;
	box-shadow: 0 2px 8px #b0c4d6;
	transition: background 0.2s;
}
.add:hover, .add_benef:hover {
	background: #3C626F;
}

@media (max-width: 770px) {
	.cmpt { width: 98%; }
	.cards { width: 98%; }
	.tab_physique { flex-direction: column; gap: 0; }
}
@media screen and (max-width: 770px) {

.blc_mess{ 
  height:100px;
  border-bottom:solid  1px #D9D6D6;
 
	}
	
	.blc_tx{ 
text-align:left; width:250px; height:37px;
 overflow:hidden; float:left;font-size:14px;  
 border:none; background-color:transparent; color:#464646;
 
	}
	
		.blc_ti{ 
font-weight:bold; text-align:left; width:300px; height:30px; overflow:hidden;font-size:16px; float:left; border:none; background-color:transparent;  color:#434242; font-style:italic;
 
	}
	
	
	.blc_h{ 
font-weight:bold; text-align:left; width:60px; height:30px; overflow:hidden;font-size:13px; float:left; border:none; background-color:transparent ;
 
	}
    
}

@media screen and (min-width: 800px) {

.blc_mess{ 
  height:50px; 
   border-bottom:solid  1px #D9D6D6;
	}
	
	.blc_tx{ 
text-align:left; width:300px; height:37px;
overflow:hidden; float:left;font-size:16px;
border:none; background-color:transparent; color:#464646;
 
	}
			.blc_ti{ 
font-weight:bold; text-align:left; width:300px; height:35px; overflow:hidden;font-size:16px; float:left; border:none; background-color:transparent;  color:#434242; font-style:italic;
 
	}
	

	.blc_h{ 
font-weight:bold; text-align:left; width:60px; height:30px; overflow:hidden;font-size:13px; float:left; border:none; background-color:transparent; ;
 
	}
		
}

.modali {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0; right: 0;
left: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .8s;
  height:100%;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.modali:target {
  visibility: visible;
  opacity: 1;
}


@media screen and (max-width: 770px) {
.modali_content {
  border-radius: 9px;
  width: 400px;
  max-width: 90%;
  height:300px;
  background: white;
  padding: 1.5em 2em;
  position:absolute;
  top:0;
  margin-top:200px;
  background-color:F3F3F3;
  box-shadow:7px 7px 12px #212121;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
 }
 
  }
  
  
  @media screen and (min-width: 800px) {
	  .modali_content {
  border-radius: 9px;
  width: 400px;
  max-width: 90%;
  height:420px;
  background: white;
  padding: 1.5em 2em;
  position:absolute;
  top:0;
  margin-top:100px;
  background-color:F3F3F3;
  box-shadow:7px 7px 12px #212121;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
 }
} 

.modali_close {
  position: absolute;
  top: 10px;
  right: 10px;
  color:#FFFFFF;
  text-decoration: none;
  height:25px;
  width:25px;
  border-radius:30px;
  background-color:#585858;
  text-align:center;
  line-height:25px;
  font-weight:bold;
  font-family:arial;
  
  
}

@media screen and (max-width: 768px) {
	
	.modali_content {
  border-radius: 9px;
  width:100%;
  max-width: 90%;
  height:400px;
  background: white;
  /* padding corrigé ou supprimé */
  position:absolute;
  top:0;
  margin-top:50px;
  box-shadow:7px 7px 12px #212121;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
 } 
	}  
.modalo {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0; right: 0;
left: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .8s;
  height:100%;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.modalo:target {
  visibility: visible;
  opacity: 1;
}

.modalo_content {
  border-radius: 9px;
  width: 400px;
  max-width: 90%;
  height:300px;
  background: white;
  padding: 1.5em 2em;
  position:absolute;
  top:0;
  margin-top:200px;
  box-shadow:7px 7px 12px #212121;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
 } 

.modalo_close {
  position: absolute;
  top: 10px;
  right: 10px;
  color:#FFFFFF;
  text-decoration: none;
  height:25px;
  width:25px;
  border-radius:30px;
  background-color:#585858;
  text-align:center;
  line-height:25px;
  font-weight:bold;
  font-family:arial;
  
  
}

@media screen and (max-width: 768px) {
	
	.modalo_content {
  border-radius: 9px;
  width:100%;
  max-width: 90%;
  height:400px;
  background: white;
  /* padding corrigé ou supprimé */
  position:absolute;
  top:0;
  margin-top:50px;
  box-shadow:7px 7px 12px #212121;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
 } 
	}   
.modalvir1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0; right: 0;
left: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .8s;
  height:100%;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.modalvir1:target {
  visibility: visible;
  opacity: 1;
}

.modalvir1_content {
  border-radius: 9px;
  width: 300px;
  max-width: 90%;
  height:300px;
  border:solid 1px;
  background: white; 
  position:absolute;
  top:0;
  margin-top:200px;
  box-shadow:7px 7px 12px #212121;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
 } 

.modalvir1_close {
  position: absolute;
  top: 10px;
  right: 10px;
  color:#FFFFFF;
  text-decoration: none;
  height:25px;
  width:25px;
  border-radius:30px;
  background-color:#585858;
  text-align:center;
  line-height:25px;
  font-weight:bold;
  font-family:arial;
  
  
}

@media screen and (max-width: 768px) {
	
	.modalvir1_content {
  border-radius: 9px;
  width:100%;
  max-width: 90%;
  height:550px;
  background: white;
  /* padding corrigé ou supprimé */
  position:absolute;
  top:0;
  margin-top:50px;
  box-shadow:7px 7px 12px #212121;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
 } 
	}

@media screen and (max-width: 770px)
{
 
/* Style the transfer content */
 

.frm {width:90%; height:37px; border-radius:15px; border:solid 2px #0DBACF; background-color:transparent;  margin-top:-9px; 
	}
	
.frma {width:350px; height:40px; border-radius:15px; border:none; background-color:transparent; margin-top:3px; float:left; font-size:17px; font-weight:bold; color:#3C626F; font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; text-align:left; 
	}
 
	
}


@media screen and (min-width: 800px) 
{

.frma {width:350px; height:40px; border-radius:15px; border:none; background-color:transparent; margin-top:3px; float:left; font-size:19px; font-weight:bold; color:#3C626F; font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; text-align:left; 
	}

.frm {width:350px; height:40px; border-radius:15px; border:solid 2px #0DBACF; background-color:transparent;margin-top:3px; float:left; margin-top:-6px;
	}
	
	
}.modalvir2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0; right: 0;
left: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .8s;
  height:100%;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.modalvir2:target {
  visibility: visible;
  opacity: 1;
}

.modalvir2_content {
  border-radius: 9px;
  width: 300px;
  max-width: 90%;
  height:300px;
  border:solid 1px;
  background: white; 
  position:absolute;
  top:0;
  margin-top:200px;
  box-shadow:7px 7px 12px #212121;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
 } 

.modalvir2_close {
  position: absolute;
  top: 10px;
  right: 10px;
  color:#FFFFFF;
  text-decoration: none;
  height:25px;
  width:25px;
  border-radius:30px;
  background-color:#585858;
  text-align:center;
  line-height:25px;
  font-weight:bold;
  font-family:arial;
  
  
}

@media screen and (max-width: 768px) {
	
	.modalvir2_content {
  border-radius: 9px;
  width:100%;
  max-width: 90%;
  height:550px;
  background: white;
  /* padding corrigé ou supprimé */
  position:absolute;
  top:0;
  margin-top:50px;
  box-shadow:7px 7px 12px #212121;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
 } 
	}  

@media screen and (max-width: 770px)
{
 
/* Style the transfer content */
 

.frm {width:90%; height:37px; border-radius:15px; border:solid 2px #0DBACF; background-color:transparent;  margin-top:-9px; 
	}
	
.frma {width:350px; height:40px; border-radius:15px; border:none; background-color:transparent; margin-top:3px; float:left; font-size:17px; font-weight:bold; color:#3C626F; font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; text-align:left; 
	}
 
	
}


@media screen and (min-width: 800px) 
{

.frma {width:350px; height:40px; border-radius:15px; border:none; background-color:transparent; margin-top:3px; float:left; font-size:19px; font-weight:bold; color:#3C626F; font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; text-align:left; 
	}

.frm {width:350px; height:40px; border-radius:15px; border:solid 2px #0DBACF; background-color:transparent;margin-top:3px; float:left; margin-top:-6px;
	}
	
	
}