/* index.css - Pixel-approx layout for the provided maquette */
/* Fonts: Ysabeau fallback (user must have it installed); Inter from Google for body */
html {
    scroll-behavior: smooth;
}
:root {
 --primary-color: #ff9e3e;
  /* #ff9e3e Boz */
  --secondary-color: #bd0000;
  /* Rouge pour les accents */
  --font-header: Arial, Helvetica, sans-serif;
 --font-body: Arial, sans-serif;
 --max-content-width: 1200px;
}
body {
	font-family: var(--font-body);
	color: #000000;
	/* Gris foncé pour le texte */
	background-color: #ffffff;
	overflow-x: hidden;
}
/* Centered site wrap with fixed width 1920px */
.site-wrap {
	margin: 50px;
}
 @media (min-width:1200px) {
.site-wrap {
	margin: 5px 7% 50px;
}
}
/* Header */
.site-header {
	padding: 10px 0;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.logo {
	display: flex;
	align-items: center;
	gap: 12px;
}
.logo-text {
	font-family: 'Ysabeau', serif;
	font-weight: 700;
	font-size: 28px;
	color: #111;
}
.logo-icon {
	width: 48px;
	height: 48px;
}
/* Nav centered */
.main-nav {
	display: flex;
	gap: 40px;
	flex: 1;
	justify-content: center;
	margin-top: 20px;
}
.nav-link {
	font-size: 16px;
	text-decoration: none;
	color: #222;
	letter-spacing: 0.02em;
}
/* header right */
.header-right {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 20px;
}
.small-link {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.lang-btn {
	border: none;
	background: transparent;
	font-size: 18px;
	cursor: pointer;
}
/* Hero */
.hero {
	margin-top: 20px;
	padding: 40px 0;
}
.hero-inner {
	display: flex;
	gap: 60px;
	align-items: flex-start;
	justify-content: space-between;
}
.text-red {
	color: var(--secondary-color) !important;
}
/* Right column */
.lead {
	font-size: 20px;
	line-height: 1.6;
	margin: 0 0 18px;
}
.hero {
	padding: 60px 0 80px 0;
}
.hero-title {
	font-family: var(--font-header);
	font-size: 4rem;
	font-weight: 700;
	/* Extra Bold */
	line-height: 1.1;
	color: #000;
	text-align: justify;
}
 @media (min-width:1200px) {
.hero-title.fn {
	width: 49%;
}
}
.hero-subtitle {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: inherit;
	color: #000;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-align: center;
}
.hero-subtitle.hero-subtitle1 {
	font-size: 2.4rem !important;
	font-weight: 700;
	line-height: inherit;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
@media (min-width:1440px) {
.hero-subtitle {
	font-size: 2.8rem;
}
}
.hero-title .text-red {
	line-height: 0.8;
	display: inline-block;
}
.lead {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.hero-p {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	text-align: justify;
}

.hero-actions {
	display: flex;
	gap: 10px;
	    width: 100%; /* Ajoutez la largeur complète */
    max-width: 100%; /* Empêche le débordement */
	justify-content: center; /* Centre les boutons */
	align-items: center;
	flex-wrap: wrap; /* Permet le retour à la ligne sur petits écrans */
}
/* =============================
   5. Styles de Boutons
   ============================= */
.btn {
	text-decoration: none;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 1rem;
	padding: 7px 30px;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
}
/* Boutons primaires (Voir les vidéos/Réservez une démo) - #ff9e3e/Blanc */
/*.btn.primary {
    color: #000;
   position: relative; 
    z-index: 1; 
    background-color: white;
    padding: 10px 60px;

    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 5px; 
    overflow: visible;
    border: 2px solid  #ff9e3e; 
    transition: 0.3s ease-out;
        width: fit-content;

}*/
/*.btn.primary:before , .btn.secondary:before , .btn.outline:before{
    content: ''; 
    position: absolute;
    bottom: -5.5px;
    right: 2.5px;
    width: 101%;
    height: 100%;
    border: 1px solid #727071; 
    border-radius: 5px;
    z-index: 0; 
    box-sizing: border-box;
	height:51px;
}*/
/*.btn.primary:hover {
  background-color: #ff9e3e;
  color: #fff;
}*/

/*.btn.secondary {
    color: #000;
   position: relative; 
    z-index:1; 
    background-color: white;
    padding: 10px 25px;

    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 5px; 
    overflow: visible;
    border: 2px solid  #ff9e3e; 
        width: fit-content;
}*/

.btn.secondary {
	background-image: url('../images/B_Reserver une demonstration.jpg');
	background-size: auto; /* ou contain selon le rendu souhaité */
	background-repeat: no-repeat;
	background-position: center;
	color: transparent; /* pour que le texte reste lisible */
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	min-width: 302px;
	height: 50px;
}
.btn.secondary span {
	display: none !important;
}
.btn.primary span {
	display: none !important;
}
.btn.primary {
	background-image: url('../images/B_video.jpg');
	background-size: auto; /* ou contain selon le rendu souhaité */
	background-repeat: no-repeat;
	background-position: center;
	color: transparent; /* pour que le texte reste lisible */
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	min-width: 225px;
	height: 50px;
}
/* Ajoutez ce nouveau style pour le bouton tertiary après les styles .btn.secondary */

.btn.tertiary {
    background-image: url('../images/B_Formulaire de contact.jpg');
    background-size: contain; /* L'image s'adapte à la taille du bouton */
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    min-width: 260px;
    height: 60px;
}
.btn.tertiary span {
	display: none !important;
}
@media (max-width: 767px) {
	.btn.tertiary {
		min-width: 100%;
		margin-top: 10px;
	}
}



/*.btn.secondary:hover {
  background-color: #ff9e3e;
  color: #fff;
}*/


/*.btn.outline:hover {
  background-color: #ff9e3e;
  color: #fff;
}*/

/* Info box */
.info {
	margin: 30px 0;
}
.info-box {
	border: 2px solid #3a3a3a;
	padding: 6px 22px;
	font-size: 1.6rem;
	line-height: 1.6;
	background: #fff;
}
/* Blocks */
.block {
	margin: 28px 0;
	border-top: 0;
}
.block-inner {
	display: flex;
	gap: 40px;
	padding: 24px;
	border: 2px solid #3a3a3a;
	align-items: center;
}
.block .row {
	border: 2px solid #3a3a3a;
	padding: 22px 0;
	font-size: 18px;
}
.separation {
	width: fit-content;
}
@media (max-width:991px) {
img {
	margin: 0 auto;
	padding: 15px;
	width: fit-content;
}
.block-text,  .info-box,  .hero-p {
	font-size: 1.25rem !important;
	line-height: inherit;
	text-align: justify;
}
}
/* Reverse order for large block (image left, text right in maquette) */
.block-inner.reverse {
	flex-direction: row-reverse;
}
/* Outline button */
/*.btn.outline {

  margin: 0 auto 0 25px;
      color: #000;
   position: relative; 
    z-index: 1; 
    background-color: white;
    padding: 10px 25px;

    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 5px; 
    overflow: visible;
    border: 2px solid  #ff9e3e; 
        width: fit-content;

}*/

/* CTA bottom */
.cta-bottom {
	margin: 26px 0;
	text-align: center;
}
.cta-inner {
	display: flex;
	gap: 20px;
	justify-content: center;
}
/* Footer */
.site-footer {
	margin-top: 50px;
	padding: 40px 0;
}
.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.logo-small {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-center {
	flex: 1;
	text-align: center;
	display: none !important;
}
.footer-right {
	display: flex;
	gap: 90px;
	align-items: center;
	margin-top: 52px;
}
/* Small tweaks to approximate the maquette spacing */
.lead .text-red, .block-text .text-red {
	font-weight: 700;
}
.block-text {
	font-size: 1.3rem !important;
	line-height: inherit;
	text-align: justify;
}
.hero-title .text-red {
	font-weight: 500;
}
/* Media query pour les écrans de moins de 768px de large (exemple pour tablettes/mobiles) */
.container-fluid {
	width: 100%;
	/* Ajoute un padding horizontal pour que le contenu ne touche pas les bords de l'écran */
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
 @media (max-width: 768px) {
/* Empilement des éléments flex dans le hero */
.hero-inner {
	flex-direction: column;
	gap: 30px;
	align-items: stretch;
}
.hero-left,  .hero-right {
	width: 100%;/* Occupation de toute la largeur */
}
/* Titre plus petit sur mobile */


  /* Empilement des éléments flex dans les blocs */
.block-inner,  .block-inner.reverse {
	flex-direction: column;
}
.block-left,  .block-right {
	width: 100%;
}
/* Centrer l'image dans le bloc sur mobile */
.block-right {
	justify-content: center;
}
/* Masquer la navigation principale sur mobile (ou la transformer en menu hamburger) */
.main-nav {
	display: none;
}
/* Ajuster le footer */
.footer-inner {
	flex-direction: column;
	gap: 15px;
	text-align: center;
}
.footer-center {
	order: 3;/* Déplacer le numéro de téléphone */
}
.footer-right {
	flex-direction: column;
	gap: 10px;
	align-items: center;
}
}
.site-header {
	padding: 10px 0;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.site-footer {
	margin-top: 25px;
	padding: 40px 0 0;
}

/* ... */
@media (max-width:1439px) and (min-width:1199px) {
.hero-title {
	font-size: 3.6rem;
	margin-top: -68px;
}
}
 @media (max-width:1199px) and (min-width:992px) {
.hero-title {
	font-size: 3.69rem;
}
}
 @media (max-width:992px) {
.hero-title {
	font-size: 4rem;
	text-align: left;
	margin-bottom: 40px;
}
}
.row .block-right, .row .block-left {
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.block.large-block .row {
	padding: 10px 0 10px !important;
}
 @media (max-width:992px) {
.row .block-right .img,  .row .block-left .img {
	padding: 25px;
}
}
.blocPadd {
	padding: 40px 0 0;
}
.center {
	text-align: center !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.left {
	text-align: left;
	margin: 0 auto 0 0;
	font-size: 15px !important;
}
.right {
	text-align: center;
	margin: 0 0 0 auto;
}
.row-interne {
	border: none !important;
}
/* Styles spécifiques à la page fonctions */
.fonctions-hero {
	padding: 60px 0 40px;
}
.fonctions-hero h1 {
	font-family: var(--font-header);
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.fonctions-hero p {
	font-size: 1.5rem;
	line-height: 1.6;
}
.fonction-section {
	margin: 60px 0;
	padding: 40px 0;
}
.fonction-title {
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #000000;
	position: relative;
	padding-left: 40px;
}
.fonction-title1 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #000000;
	position: relative;
	padding-right: 30px;
	text-align: right;
}
.fonction-title1:before {
	content: "";
	background-image: url(../images/icon.jpg);
	background-size: contain;
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	display: flex;
	width: 40px;
	height: 40px;
	z-index: 1;
	text-align: center;
	justify-content: center;
	align-items: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -18px;
}
.liste2, .liste2 li {
	position: relative;
	list-style: none;
}
.liste2 li:before {
	content: "";
	background-image: url(../images/icon.jpg);
	background-size: contain;
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	display: flex;
	width: 25px;
	height: 25px;
	z-index: 1;
	text-align: center;
	justify-content: center;
	align-items: center;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -35px;
}
.fonction-title:before {
	content: "";
	background-image: url(../images/icon.jpg);
	background-size: contain;
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	display: flex;
	width: 40px;
	height: 40px;
	z-index: 1;
	text-align: center;
	justify-content: center;
	align-items: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -10px;
}
.fonction-subtitle {
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: var(--secondary-color);
}
.fonction-content {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 25px;
}
.fonction-feature {
	margin-bottom: 40px;
}
.fonction-feature h3 {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: #ff9e3e;
}
.fonction-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 40px;
}
.fonction-card {
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}
.fonction-card:hover {
	transform: translateY(-5px);
}
.fonction-card h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: #ff9e3e;
}
.fonction-card p {
	font-size: 1.2rem;
	line-height: 1.5;
}
.fonction-actions {
	display: flex;
	gap: 15px;
	margin-top: 50px;
	justify-content: center;
}
.illustration-container {
	background: #f9f9f9;
	border-radius: 8px;
	padding: 20px;
	margin: 25px 0;
}
.numbered-list {
	counter-reset: item;
	margin-left: 20px;
}
.numbered-list li {
	font-size: 1.4rem;
	margin-bottom: 15px;
	list-style-type: none;
	position: relative;
	padding-left: 30px;
	text-align: justify;
}
.numbered-list li:before {
	content: counter(item);
	counter-increment: item;
	position: absolute;
	left: -24px;
	font-weight: bold;
	color: #b30001;
	top: -5px;
	font-size: 4rem;
}
 @media (max-width: 768px) {
.fonctions-hero h1 {
	font-size: 2.5rem;
}
.fonction-title {
	font-size: 28px;
}
.fonction-content {
	font-size: 1.2rem;
}
.fonction-actions {
	flex-direction: column;
}
}
.liste1 {
	list-style: none;
	padding: 0 !important;
}
.fn4 {
	justify-content: space-around!important;
}
/***********************Tarifs************************/

.tarifs-card {
	border: 1px solid #323232;
	padding: 20px;
	height: 100%;
}
/* Style spécifique pour le formulaire de devis (pour un alignement précis) */
    /* Styles généraux du conteneur et du formulaire */
.form-container {
	border: 1px solid #323232;
	width: 75%;
	margin: 20px auto 0;
	border-radius: 25px;
	padding: 20px 50px;
}
.quote-form {
	display: flex;
	flex-direction: column;
}
.form-row-align {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.form-row-align label {
	min-width: 100px; /* Assure que les labels ont une largeur fixe pour un alignement propre */
	text-align: left;
	margin-right: 10px;
}
.form-row-align input[type="text"], .form-row-align input[type="email"], .form-row-align input[type="tel"], .form-row-align textarea {
	flex-grow: 1;
	padding: 8px;
	border: 1px solid #474747;
	box-sizing: border-box;
}
.textarea-row {
	align-items: flex-start; /* Aligne le label en haut du textarea */
}
/* ---------------------------------------------------------------- */
/* Style et position du bouton "Envoyer" */
/* ---------------------------------------------------------------- */

.submit-button-container {
	width: 450px;
	left: -30px;
	margin: 0 0 0 auto;
	position: relative;
}
.submit-btn {
	position: relative;
	z-index: 1;
	transition: 0.3s ease-out;
	background-color: white;
	color: #000000;
	padding: 10px 25px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bolder;
	overflow: visible;
	border: 2px solid #ff9e3e;
	font-weight: 600;
	width: fit-content;
	border-radius: 5px;
}
.submit-btn:before {
	content: '';
	position: absolute;
	bottom: -6.5px;
	right: 3.5px;
	width: 101%;
	border: 1px solid #727071;
	z-index: 0;
	box-sizing: border-box;
	border-radius: 5px;
	height: 51px;
}
.submit-btn:hover {
	background-color: #ff9e3e;
	color: #ffffff;
}
.submit-btn:hover:before, .btn.outline:hover:before, .btn.primary:hover:before, .btn.secondary:hover:before {
	border-color: #ff9e3e;
}
.full-width {
	width: 100%;
}
.commentaire {
	font-weight: 700;
	min-width: max-content;
}
.form-control {
	width: 40% !important;
	margin: 0 10px;
}
.form-control:focus {
	border-color: #ff9e3e !important;
	box-shadow: unset !important;
}
/******/


.price-toggle .btn.btn-toggle {
	/*border: 1px solid #ccc;*/
	background-color: #f8f8f8;
	color: #000;
	cursor: pointer;
	border: 1px solid #000;
}
.price-toggle .btn.btn-toggle.active {
	background-color: #ffeb3b;
	font-weight: bold;
}
.price-toggle {
	border-radius: 10px;
	overflow: hidden;
}
.price-toggle .btn.btn-toggle.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.price-toggle .btn.btn-toggle.px-3 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.primary.btn-toggle {
	background-color: #ffeb3b;
}
.secondary.btn-toggle {
	background-color: #f8f8f8;
}
.price-toggle .btn.btn-toggle.active.primary {
	background-color: #ffeb3b!important;
	border-color: #ffeb3b;
}
.price-toggle .btn:not(.active) {
	background-color: #f8f8f8;
	border-color: #ccc;
}
#annual-btn, #monthly-btn {
	background-color: #ffff;
	border: 1px solid #000000;
	z-index: 2;
	border-radius: 12px !important;
}
#annual-btn:before, #monthly-btn:before {
	content: '';
	border: none !important;
	position: relative;
}
@media (min-width:992px) {
.block-left img, .block-right img {
	/*width: fit-content !important;*/
	margin: 0 auto;
}
}
@media (max-width:767px) {
.form-row-align {
	flex-direction: column;
}
.textarea-row {
	align-items: center !important;
}
.block-left img, .block-right img {
	width: inherit !important;
	object-fit: contain;
}
.hero-title {
	font-size: 2rem !important;
}
.block-text, .info-box {
	font-size: 1.25rem !important;
	line-height: normal;
}
.hero-actions, .cta-inner {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.btn.secondary.outline.small-btn.ms-4 {
	margin-top: 25px;
}
}
@media (max-width:575px) {
.form-container {
	width: fit-content;
}
.tarifs.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.fonction-title, .fonction-title1 {
	font-size: 25px;
}
.block-text, .info-box {
	font-size: 1.2rem !important;
	line-height: normal;
}
.fn4.fonction-actions {
	align-items: center;
	margin-bottom: 25px;
}
}
@media (max-width:1199px) and (min-width:992px) {
.site-footer .footer-inner {
	display: grid !important;
	grid-template-columns: 25% 25% 50%;
	place-items: center;
}
.site-footer .footer-inner .footer-left .logo-small img {
	width: 90%;
}
.site-footer .footer-inner .footer-right a {
	font-size: 12px !important;
}
}
@media (max-width:991px) {
.site-footer .footer-inner {
	display: flex !important;
	gap: 10px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-nav {
	display: none;
}
}
.site-footer .footer-inner .footer-right a {
	text-decoration: none;
	color: #000;
}
.site-footer .footer-inner .footer-right a:hover {
	color: #ff9e3e;
}
/* --- Styles de base pour le menu Off-Canvas --- */

/* Masque le bouton hamburger par défaut sur grand écran */
.hamburger-btn {
	display: none;
	border: none;
	background: none;
	font-size: 2em; /* Taille de l'icône */
	cursor: pointer;
	z-index: 1002; /* Doit être au-dessus du menu */
}
/* Le conteneur du menu mobile (Off-Canvas) */
.mobile-menu-overlay {
	position: fixed;
	top: 0;
	/* Démarrer le menu hors écran, à droite */
	right: -300px; /* Largeur du menu, à ajuster */
	width: 300px; /* Largeur visible du menu */
	height: 100%;
	background-color: #fff; /* Couleur de fond du menu */
	box-shadow: -2px 0 5px rgba(0,0,0,0.2);
	transition: right 0.3s ease-in-out;
	z-index: 1001;
	padding: 20px;
}
/* Style de la navigation dans le menu mobile */
.main-nav-mobile {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-top: 60px; /* Pour éviter le chevauchement avec le haut de page */
}
.main-nav-mobile .nav-link {
	font-size: 1.1em;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
/* Classe JavaScript pour ouvrir le menu */
.mobile-menu-overlay.open {
	right: 0; /* Fait glisser le menu pour le rendre visible */
}


/* --- Media Query pour les écrans <= 991px --- */
@media (max-width: 991px) {
/* Afficher le bouton hamburger */
.hamburger-btn {
	display: block;
}
/* Masquer la navigation de bureau */
.main-nav {
	display: none;
}
/* Masquer les liens de connexion/compte de l'en-tête, car ils sont déplacés dans le menu mobile */
.header-right .small-link {
	display: none;
}
/* Ajuster la position du bouton hamburger si nécessaire pour qu'il ne chevauche rien */
.site-header .header-inner {
	justify-content: space-between; /* Pour pousser le logo et le bouton aux extrémités */
}
}/* --- Styles de base pour le menu Off-Canvas --- */
/* Masque le bouton hamburger par défaut sur grand écran */
.hamburger-btn {
	display: none;
	border: none;
	background: none;
	font-size: 2em; /* Taille de l'icône */
	cursor: pointer;
	z-index: 1002; /* Doit être au-dessus du menu */
}
/* Le conteneur du menu mobile (Off-Canvas) */
.mobile-menu-overlay {
	position: fixed;
	top: 0;
	/* Démarrer le menu hors écran, à droite */
	right: -300px; /* Largeur du menu, à ajuster */
	width: 300px; /* Largeur visible du menu */
	height: 100%;
	background-color: #fff; /* Couleur de fond du menu */
	box-shadow: -2px 0 5px rgba(0,0,0,0.2);
	transition: right 0.3s ease-in-out;
	z-index: 1001;
	padding: 20px;
}
/* Style de la navigation dans le menu mobile */
.main-nav-mobile {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-top: 60px; /* Pour éviter le chevauchement avec le haut de page */
}
.main-nav-mobile .nav-link {
	font-size: 1.1em;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
/* Classe JavaScript pour ouvrir le menu */
.mobile-menu-overlay.open {
	right: 0; /* Fait glisser le menu pour le rendre visible */
}


/* --- Media Query pour les écrans <= 991px --- */
@media (max-width: 991px) {
/* Afficher le bouton hamburger */
.hamburger-btn {
	display: block;
	margin: 0 0 0 auto;
}
/* Masquer la navigation de bureau */
.main-nav {
	display: none;
}
/* Masquer les liens de connexion/compte de l'en-tête, car ils sont déplacés dans le menu mobile */
.header-right .small-link {
	display: none;
}
/* Ajuster la position du bouton hamburger si nécessaire pour qu'il ne chevauche rien */
.site-header .header-inner {
	justify-content: space-between; /* Pour pousser le logo et le bouton aux extrémités */
}
}
@media (max-width:399px) {
.site-wrap {
	margin: 50px 5px;
	width: min-content;
	overflow-x: hidden;
}
}
.block.container-fluid .row {
	padding: 30px 0;
}
.block-text.texte1, .fonction-content.liste2 {
	font-size: 20px !important;
	line-height: inherit;
}
.center {
	margin: 0 auto;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.liste2 li {
	font-size: 18px;
	margin-bottom: 10px;
}
.mt-10 {
	margin-top: 10px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.mr-10 {
	margin-right: 11px !important;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block !important;
}
.gras {
	font-weight: bold !important;
}
.btn-vid {
	margin-left: 5px !important;
	margin-top: -10px;
}
.form-control{
	    border: var(--bs-border-width) solid #000000;
}
@media (max-width:1040px) and (min-width:992px){
	.hero-subtitle.hero-subtitle1{
		font-size: 2.2rem !important;
	}
}
@media (max-width:575px){
	.hero-subtitle.hero-subtitle1{
		font-size: 1.75rem !important;
	}
	#btn-tarifs{
		margin: 30px 0 !important;
	}
}
