/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 18 2026 | 19:10:26 */
/*NON-ACTIF sinon va être site wide -- -- Elementor Custom Code lie la feuille individuellement*/	

body {
		font-family: 'Roboto', sans-serif;
		line-height: 1.6;
		margin: 0;
		padding: 0;
		background-color: #f9f9f9;
		color: #333;
	}

	#elementor-tab-title-2311{ /*pour le bouton original du tableau-tooltip*/
		display:none;
	}
	div:has(>#fermerTableau) {
		margin-top:-50px;
	}
	#fermerTableau{ /*pour le X du 2e tableau-tooltip*/
		width:35px;
		padding:8px;
		
	
	}
	#fermerTableau span span svg{
		width:15px;
		height:15px;
	}

	#comparateurHeader{
		display:flex;
		flex-direction: column;
		margin:0 auto;
		max-width:600px;
		background-color:var(--e-global-color-primary);
		padding:20px;
		border-radius:1px;

	}
	#comparateurHeader div{
		text-align:center;
	}
	#comparateurHeader div:first-child h2{
		display: inline-block;
		text-align:center;
		color:white;
		font-family:var( --e-global-typography-accent-font-family ), Sans-serif;
		font-size:19px;
		font-weight:400;
		text-transform:uppercase;
		word-spacing:3px;
		
		padding-bottom:15px;
		border-bottom:1px solid white;
		margin:0px;
	}
	#comparateurHeader div:last-child h2{
		text-align:center;
		color:white;
		font-family:var( --e-global-typography-accent-font-family ), Sans-serif;
		font-size:17px;
		font-weight:400;
		text-transform:none;
		margin:0px;
        margin-top:15px;
	}
	
	#apiForm {
		max-width: 600px;
		margin: auto;
		background: #ffffff;
		padding: 40px 30px;
		border-radius: 3px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}


	
	.quoter-input-title {
		font-size: 16px;
		margin-bottom: 5px;
		font-weight: bold;
		color: var(--e-global-color-primary);
	}
	
	input[type="text"], input[type="date"], input[type="number"], select {
		width: 100%;
		box-sizing: border-box;
		padding: 12px;
		margin-top: 10px;
		margin-bottom: 20px;
		border: 1px solid #dce4ec;
		border-radius: 6px;
		font-size: 14px;
	}
	
	#dateDeNaissance select{
	display: inline-block;
	width:45%;
	}
	#dateDeNaissance select:first-child{
		width:22%;
	}
	#dateDeNaissance select:last-child{
		width:30%;
	}
	#informationsComp{
		display:flex;
	}
	#informationsComp div{
		display:inline-block;
		width:48%;
	}
	#informationsComp div span{
		display:inline-block;
		margin-right:10px;
	}
	
	input[type="radio"] {
		margin-right: 5px;
		
		
	}
	
	input[type="radio"]:checked {
		accent-color: var(--e-global-color-primary);
	}


	button#search-quote {
		margin:0 auto;
	  display: block;
	  width: 225px;
	  padding: 10px;
	  background-color: #cc4058;
	  color: white;
	  border: none;
	  border-radius: 2px;
	  font-size: 14px;
	  font-weight:500;
	  cursor: pointer;
	  transition: background-color 0.3s ease;
	}

	button#search-quote:hover {
	  background-color: #ff2e52;
	}

#responseTable-headerForm {
		
		width: 100%;
		margin: 0 auto;
		background-color:var(--e-global-color-primary);
		color:white;
		letter-spacing: 0.02em;
		padding: 20px 30px;
		border-radius: 3px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		margin-bottom:1px;
	}
	.headerForm-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 15px;
        border-bottom:1px solid white;
        margin-bottom:15px;
		flex-wrap: wrap;
	}
	.headerForm-header div {
		font-size: 16px;
	}
	.headerForm-details {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 10px 20px;
	}
	.headerForm-items {
		
		font-size: 15px;
	}
	.headerForm-input {
		display: flex;
		gap: 10px 20px;
		margin-top: 15px;
		align-items: center;
		flex-wrap:wrap;
	}
	.headerForm-input select, 
	.headerForm-input input {
		padding: 10px;
		font-size: 15px;
		width:auto;
		margin-top:0px;
		margin-bottom:0px;
	}
	.headerForm-input button {
		background-color: var(--e-global-color-accent);
		color: white;
		border: none;
		border-radius:2px;
		cursor: pointer;
		 padding: 0 20px;
	  font-size: 15px;
	  font-weight:500;
	  text-transform:uppercase;
	  height:40px;
	  margin-left: auto;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	}
	.headerForm-input button:hover {
		background-color: #ff2e52;
	}

    .headerForm-details a{
        font-size: 14px;
        padding:5px 10px;
        background-color: var(--e-global-color-primary);
        color:white;
        font-weight:500;
        border:1px solid white;
        border-radius:4px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
        transition: all .3s;
    }
    .headerForm-details a:hover {
		background-color: #113f6a;
	}

	
	.messageErreur{
		color:white;
		font-size:18px;
		font-weight:500;
		background-color:var(--e-global-color-accent);
		padding:10px;
		margin:0 auto;
		margin-top:40px;
	}


/* General Table Styles (Desktop and larger screens) */

#responseTable{
	margin-bottom:80px;
}
   
#responseTable table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

#responseTable table th,
#responseTable table td {
	padding: 12px 15px;
	text-align: left;
	border: 0px;
	background-color: transparent;
}

#responseTable table th:nth-last-child(-n+1),
#responseTable table td:nth-last-child(-n+1) {
	text-align: center;
}

#responseTable table th {
	background-color: #0c2f4f;
	color: white;
	font-weight: bold;
}

#responseTable table tr {
	border-top: 1px solid #ddd;
}

#responseTable table tr:nth-child(even) {
	background-color: #fff;
}

#responseTable table tbody tr:hover > td {
	background-color: transparent;
	color: var(--e-global-color-primary);
 
}

#responseTable table .health-cat {
	font-size: 14px;
	color: #999;
}

#responseTable table img {
	max-height: 50px;
	max-width: 150px;
	margin-right: 10px;
	margin-bottom: 5px;
	object-fit: contain; 
}

.mobilePremiumTitle{display:none;}

.lightbox-btn{
	font-size: 14px;
	padding:5px 10px;
	background-color: var(--e-global-color-accent);
	color:white;
	font-weight:500;
	border:none;
}
.lightbox-btn:hover{
	background-color: #ff2e52;
}


/* Responsive Styles for Mobile */
@media (max-width: 650px) {

	#responseTable-headerForm {
		
		margin-bottom:10px;
	}

	#responseTable table {
		display: block;
		box-shadow: none;
	}
	
	#responseTable table tbody{
		display:inline-block;
		width:100%;
	 
	}

	#responseTable table thead {
		display: none;
	}

	#responseTable table tr {
		display: flex;
		flex-direction: column;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
		padding: 10px 20px;
		border-radius:3px;
		border:none;
		
	}
	
   

	#responseTable table tr {
		background-color: #fff;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}

	
		#responseTable table th:nth-last-child(-n+2),
	#responseTable table td:nth-last-child(-n+2) {
		text-align: left;
	}

	#responseTable table td {
		display: block;
		text-align: left;
		padding: 10px 0;
	}

	



 
	
	#responseTable table tbody tr:hover > td {
		background-color: transparent;
		color: var(--e-global-color-primary);
		font-weight: 400;
	}

	.headerForm-input select{

		width:100%;

	}

	.mobilePremiumTitle{display:inline;}

}

.spinner {
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-top: 4px solid var(--e-global-color-primary);
	border-radius: 50%; 
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
	margin: 0 auto; 
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#loadingSpinner {
	text-align: center; /* Centrer le texte */
	padding: 20px;
}




.tooltip {
	display: inline-block;
	position: relative;
	cursor: pointer;
	color:white;
	width:20px;
	height:20px;
	text-align:center;
	line-height:21px;
	font-size:14px;
	font-weight:800;
	background-color:var( --e-global-color-accent );
	border-radius: 100%;
	padding-right:1px;
}
.tooltip .tooltiptext {
	visibility: hidden;
	line-height:1.2em;
	font-weight:400;
	font-size:15px;
	width: 300px;
	background-color: var( --e-global-color-primary );
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 20px;
	border:1px solid rgba(256,256,256,0.2);
	box-shadow: 10px -10px 15px rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 1;
	bottom: 125%; /* Position the tooltip above the text */
	left: 50%;
	margin-left: -150px;
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%; /* At the bottom of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color:  var( --e-global-color-primary ) transparent transparent transparent;
}
.tooltip.active .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltipClick{
	display:inline-block;
	margin-top:10px;
	background-color:var( --e-global-color-accent );
	text-transform: uppercase;
	font-weight:700;
	padding:5px 10px;
	font-size:13px;
	border-radius:1px;
	 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}




/* Lightbox Container */
#lightbox-overlay, #lightboxcheckmark-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(12, 47, 79, 0.9);
display: none; /* Initially hidden */
justify-content: center;
align-items: center;
z-index: 9999;

}

/* Lightbox Content */
.lightbox-content {
background: var(--e-global-color-69e8fd6);
padding: 20px;

max-width: 600px;
border-radius: 3px;
position: relative;

animation: popIn 0.25s ease-out; /* Smooth fade-in animation */
}

#lightbox-overlay .lightbox-content {

width: 90%;

}

/* Close Button */
.lightbox-close-btn {
position: absolute;
top: 10px;
right: 10px;
background-color:var( --e-global-color-accent );
color: white;
border: none;
padding: 5px 10px;
cursor: pointer;
border-radius:2px;
font-size: 14px;
font-weight:700;
}



/* Fade-in Animation */
@keyframes popIn {
from {

transform: scale(0.7);
}
to {

transform: scale(1);
}
}

/* Lightbox Form Styling */
.lightbox-form {
display: flex;
flex-direction: column;
}

.lightbox-form label {
margin: 10px 0 5px;
font-weight: bold;
}

.lightbox-form label span{
margin-left:5px;
color: var( --e-global-color-accent );
}

.lightbox-form input,
.lightbox-form select,
.lightbox-form textarea {
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
margin-bottom:5px;
}

.lightbox-form textarea {
resize: none;
height: 225px;
}



.lightbox-form label:has(> input[type="checkbox"]){
font-weight:400;
font-size:14px;
}

.lightbox-form .submit-btn{
background-color: var(--e-global-color-accent);
color: white;
border: none;
border-radius:2px;
cursor: pointer;
padding: 0 20px;
font-size: 15px;
font-weight:500;
text-transform:uppercase;
height:40px;
margin:0 auto;
margin-top:15px
}
.lightbox-form .submit-btn:hover {
background-color: #ff2e52;
}

.checkmark-container {
display: flex;
justify-content: center;
align-items: center;
}

.checkmark {
width: 80px;
height: 80px;
stroke: #4caf50;
stroke-width: 2;
stroke-miterlimit: 10;
animation: scaleIn 0.5s ease-in-out;
}

.checkmark-circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
stroke-dasharray: 48;
stroke-dashoffset: 48;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}

@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}

@keyframes scaleIn {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}

@keyframes fadeOut {
0% {
opacity: 1;

}
100% {
opacity: 0;

}
}

.fade-out {
animation: fadeOut 0.3s ease-out forwards;
}
			
   