* {
    /*margin: 0;*/
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
    padding: 0;
    box-sizing: border-box;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #333;
	background-color: #f4f4f9;
	height:100%;
	display: flex;
	flex-direction:column;
}
main {
    flex: 1; /* Fait en sorte que le contenu principal prenne toute la hauteur disponible */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centre verticalement si le contenu est court */
    align-items: center; /* Centre horizontalement */
    padding: 20px;
}
header {
	background-color: #00796b;
	color: white;
	padding: 1em 1em;
	text-align: center;
	width:100%;
	margin-top:68px;
}
h1 {
	font-size: 1.5em;
	margin: 0;
	font-weight: 300;
}
header p {
	font-size: 1em;
	margin: 0.5em 0;
}
.cta {
	background-color: #ff9900;
	color: white;
	padding: 0.7em 1.5em;
	font-size: 1em;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	margin-top: 1em;
	font-weight: bold;
	border: 1px solid transparent;
}
section {
	padding: 3em 1em;
	text-align: center;
}

.why-choose {
	background-color: #e0f7fa;
	padding-bottom: 2em;
}
.why-choose h2, .how-it-works h2, .comparison h2, .pricing h2, .video-section h2, .mandatory-formalities h2{
	color: #00796b;
	font-weight: bold;
}
.why-choose div, .comparison div {
	display: flex;
	justify-content: center;
	gap: 2em;
	margin-top: 1.5em;
	flex-wrap: wrap;
}
.why-choose div .card {
	background: #f9f9f9;
	padding: 1.5em;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	flex: 1;
	max-width: 300px;
	text-align: left;
}
.why-choose div .card h3 {
	color: #00796b;
	margin-top: 0;
}
.steps {
	display: flex;
	justify-content: center;
	gap: 1em;
	margin-top: 2em;
	flex-wrap: wrap;
}
.steps div {
	text-align: center;
	max-width: 180px;
}
.steps div img {
	width: 100%;
	max-width: 80px;
	margin-bottom: 0.5em;
}
.video-section {
	background-color: white;
	padding: 3em 1em;
	text-align: center;
}
.how-it-works img{
	border-radius: 5px;
}
.video-section video {
	width: 100%;
	max-width: 600px;
	border-radius: 10px;
}
.video-section p {
	margin-top: 1em;
	font-size: 1.1em;
	color: #00796b;
}

#basicImg, #zenImg{
	width: 100%;
}
.formulas{
	display:flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content:center;
}
footer {
	background-color: #004d40;
	color: white;
	text-align: center;
	padding: 1.5em 0;
	font-size: 12px;
	//position:fixed;
	bottom:0;
	width: 100%;
}
footer a {
	color: #80cbc4;
	text-decoration: underline;
}
nav {
	background-color: #004d40;
	display: flex;
	padding: 1em;
	width:100%;
	max-width:100vw;
	position: fixed;
	top: 0; /* Fixe la barre au haut de la page */
	left: 0; /* Aligne la barre à gauche */
	z-index: 1000; /* Assure qu'elle reste au-dessus du contenu */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Ajoute une ombre pour la démarquer */
	flex-direction: row; /* Les liens du menu passent en colonne */
	justify-content:space-between;
}
nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	margin: 0 ;//2em;
	//margin-right:2em;

}
/*nav:first-child {
	margin-right: auto;
}*/
nav ul li {
	margin: 0 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}
nav ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	transition: color 0.3s;
}
nav ul li a:hover {
	color: #80cbc4;
}
nav img {
	max-height: 40px; /* Ajustez la hauteur maximale du logo */
	margin: auto 0; /* Centre verticalement l'image dans la barre */
	display: inline-block; /* Maintient la mise en page */
}

.comparison{
	background-color: #e0f7fa;
	justify-content:center;
	align-items:center;
}
.comparison-table {
	max-width: 800px;
	margin: 50px auto;
	border-collapse: collapse;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	/*justify-content:center;
	align-items:center;*/
}
.comparison-table th, .comparison-table td {
	text-align: center;
	padding: 1em;
	border: 1px solid #ddd;
}
.comparison-table th {
	background-color: #004d40;
	color: white;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 0.5em;
}
.comparison-table td {
	font-size: 0.8em;
	padding: 0.5em;
}
.comparison-table tr:nth-child(even) {
	background-color: #f9f9f9;
}
.highlighty {
	background-color: #e5fdc6;
	font-weight: bold;
}
.highlightg {
	background-color: #4caf50;
	font-weight: bold;
}
.highlightr {
	background-color: #e57373;
	font-weight: bold;
}
.mandatory-formalities {
	max-width: 800px;
	margin-top:1.5em;
	justify-content:center;
	align-items:center;
	margin: 50px auto;
}
.mandatory-formalities p {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: justify;
}
.mandatory-formalities img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.mandatory-formalities ul {
	list-style: none;
	padding: 0;
}
.mandatory-formalities ul li {
	margin: 10px 0;
	font-size: 16px;
	color: #333;
}
.pricing{
	background-color: #ffffff;
}
.pricing ul li::before{
	content: '✔ ';
	color: #4CAF50;
	font-weight: bold;
}
.pricing ul {
    list-style: none; /* Supprime les puces des listes */
    padding-left: 0; /* Enlève l'indentation à gauche */
}
.pricing .formulas h3 {
	font-size: 1.3em; /* Augmente légèrement la taille du titre */
	margin-bottom: 0.5em; /* Ajoute un espace sous le titre */
	display: inline-block; /* Rend l'élément ajusté à la largeur du texte */
	padding: 0.3em 0.8em; /* Ajoute un peu d'espace autour du texte */
	border-radius: 5px; /* Arrondit les coins */
}
.pricing .formulas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em; /* Ajoute de l'espace entre les formules */
}
.pricing .formulas div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* Équilibre le contenu */
    text-align: center;
    width: 90%;
    max-width: 400px;
    padding: 1.5em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: white;
}
.pricing .formulas img {
    width: 100%; /* Assure que les images remplissent leur conteneur */
    max-width: 200px; /* Ajuste cette valeur si nécessaire */
    aspect-ratio: 1 / 1; /* Garde une hauteur proportionnelle */
    object-fit: contain; /* Empêche la déformation */
}
.thanks-container{
	margin-top:68px;
}
@media (max-width: 767px) {
    nav ul {
        display: none; /* Cache la navigation */
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #004d40;
        text-align: center;
		padding: 0;
		margin: 0;
    }
	nav ul li {
        width: 100%; /* Force chaque élément à prendre toute la largeur */
        text-align: center; /* Centre le texte */
        //margin: 5px 0;
    }
	nav ul li a{
		font-size: 0.9em;
		padding: 15px 0; /* Ajoute de l'espace pour éviter que ce soit trop collé */
		width: 100%; /* Assure que chaque lien prend toute la largeur du menu */
		text-align: center;
	}
	nav ul.show {
        display: flex;
		flex-direction: column;
		align-items: center; /* Centre les éléments */
		justify-content: center;
    }

    h1 {
        font-size: 1.5em;
    }
	header{
		margin-top:68px;
	}

    .steps {
		gap: 0.5em;
	}
	  .steps div {
		max-width: 120px;
	}

    .pricing .formulas {
        flex-direction: column;
        gap: 1.5em;
		align-items: center;
    }
	.pricing .formulas div {
        width: 90%; /* Réduit la largeur pour un meilleur affichage */
        padding: 1.5em; /* Ajoute un peu d'espace intérieur */
        text-align: center; /* Centre le texte */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ajoute un léger effet d'ombre */
        border-radius: 10px; /* Adoucit les coins */
        background: white; /* Assure un fond blanc propre */
    }


    .pricing .formulas ul {
        padding: 0;
        list-style: none; /* Supprime les puces */
        text-align: left; /* Aligne les listes à gauche */
    }

    .pricing .formulas ul li {
        font-size: 0.95em; /* Ajuste la taille du texte */
        padding: 0.5em 0; /* Ajoute un peu d'espace entre chaque élément */
    }

    .pricing .cta {
        display: block;
        width: 100%; /* Le bouton prend toute la largeur */
        padding: 0.8em;
        font-size: 1.1em;
        border-radius: 5px;
        text-align: center;
        margin-top: 1em;
    }
	.menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 2em;
        color: white;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
    }
	.comparison-table th {
		font-size: 0.7em;
		padding: 0.2em;
	}
	.comparison-table td {
		font-size: 0.5em;
		padding: 0.3em ;
	}
	.info-btn {
        display: inline-flex !important;
        font-size: 12px;
        padding: 8px 12px;
        margin: 10px 0;
        text-align: center;
        width: auto;
    }

    /* Optionnel: ajuster la modal sur mobile */
    .modal-content {
        width: 95%;
        margin: 10% auto;
    }

    .modal-content h3 {
        font-size: 16px;
        padding: 15px;
    }

	.modal-body {
		padding: 15px;
	}
	.learn-more-btn {
        display: inline-flex !important;
        background: #f8f9fa;
        color: #333;
        border: 2px solid #e9ecef;
        padding: 10px 20px;
        border-radius: 20px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        margin: 1rem 0;
        align-items: center;
        gap: 5px;
    }

    .learn-more-btn:hover {
        background: #e9ecef;
        border-color: #dee2e6;
    }
	.form1-container {
          padding: 10px;
		  width:100%;
		  max-width:100%;
		  /*margin-left: 0;
		  margin-right: 0;*/
        }
}

@media (min-width: 768px) and (max-width: 1023px) {

    nav ul {
        flex-direction: row;
        justify-content: space-between;
    }

    h1 {
        font-size: 2em;
    }

    .steps div {
        max-width: 200px;
    }

    .pricing .formulas {
        flex-direction: row;
        gap: 3em;
    }
	.menu-toggle {
		display:none;
	}
	.pricing .formulas div:hover {
        transform: translateY(-5px); /* Effet de léger soulèvement */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Ombre plus marquée */
        transition: 0.3s;
    }
	.pricing ul {
		font-size:0.8em;
	}
	.comparison-table th {
		font-size: 1.2em;
		padding: 0.4em;
	}
	.comparison-table td {
		font-size: 1em;
		padding: 0.3em ;
	}
  .modal-content {
        width: 95%;
        margin: 10% auto;
    }

    .modal-content h3 {
        font-size: 16px;
        padding: 15px;
    }

    .modal-body {
        padding: 15px;
    }

    .info-btn {
        font-size: 12px;
        padding: 6px 12px;
    }

}


@media (min-width: 1024px) {

    h1 {
        font-size: 2.5em;
    }

    .steps div {
        max-width: 180px;
    }

    .pricing .formulas {
        flex-direction: row;
        gap: 5em;
    }

    .formulas div {
        padding: 5%;
    }
	.menu-toggle {
		display:none;
	}
	.pricing .formulas div:hover {
        transform: translateY(-5px); /* Effet de léger soulèvement */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Ombre plus marquée */
        transition: 0.3s;
    }
	.pricing ul {
		font-size:0.9em;
	}
	.comparison-table th {
		font-size: 1.2em;
		padding: 0.4em;
	}
	.comparison-table td {
		font-size: 1em;
		padding: 0.3em ;
	}
}
/* À ajouter dans votre fichier css/index.css */

/* Styles pour le bouton d'information */
.info-btn {
    background-color: #f8f9fa;
    border: 2px solid #00796b;
    color: #00796b;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    margin: 15px 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.info-btn:hover {
    background-color: #00796b;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 121, 107, 0.3);
}

/* Styles pour la modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease;
    position: relative;
}

.modal-content h3 {
    background-color: #00796b;
    color: white;
    margin: 0;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    font-size: 18px;
    text-align: center;
}

.modal-body {
    padding: 20px;
}

.modal-body p {
    margin: 15px 0;
    line-height: 1.6;
}

.modal-body ul {
    padding-left: 20px;
    margin: 15px 0;
}

.modal-body li {
    margin: 10px 0;
    line-height: 1.5;
}

.modal-body strong {
    color: #00796b;
}

.modal-body em {
    color: #666;
    font-style: italic;
    margin-top: 15px;
    display: block;
}
.modal.show {
            display: flex;
            align-items: center;
            justify-content: center;
        }

/* Styles pour les points de comparaison */
.comparison-points {
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #00796b;
}

.point {
    margin: 8px 0;
    padding: 5px 0;
}

.point.professional {
    color: #00796b;
}

.point.personal {
    color: #ff6b35;
}

/* Boîte solution */
.solution-box {
    background: linear-gradient(135deg, #e8f5e8, #f0f8ff);
    border: 2px solid #00796b;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
    text-align: center;
}

.solution-box p {
    margin: 0;
    font-weight: 500;
    color: #00796b;
}

/* Bouton de fermeture */
.close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover,
.close:focus {
    color: #ddd;
}
.social-bar { background: white; padding: 1rem 0; text-align: center; border-top: 1px solid #e9ecef; } .social-links { display: flex; justify-content: center; gap: 20px; align-items: center; } .instagram-button { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #e1306c, #fd1d1d, #f77737, #fcaf45); color: white; padding: 12px 24px; text-decoration: none; border-radius: 25px; font-weight: 600; transition: transform 0.3s ease; } .instagram-button:hover { transform: translateY(-2px); text-decoration: none; color: white; }
/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Style badge moderne pour les cases fiscales */
        .fiscal-case {
            background: #fef2f2;
            border: 1px solid #fca5a5;
            border-radius: 20px;
            padding: 8px 16px;
            margin: 8px 0;
            display: inline-block;
            font-weight: 600;
            color: #dc2626;
            font-size: 0.95em;
            box-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
        }
/* Bouton "En savoir plus" - caché par défaut */
        .learn-more-btn {
            display: none;
            background: #f8f9fa;
            color: #333;
            border: 2px solid #e9ecef;
            padding: 10px 20px;
            border-radius: 20px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 1rem 0;
        }

        .learn-more-btn:hover {
            background: #e9ecef;
            border-color: #dee2e6;
        }