/* --- BASES & RESET --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #fff;
}
.menu_drop{
	display:none;
}
.pave_rentx{
	display: block;
  float: left;
  width: 100%;
  position: relative;
  margin-top: -120px;
  top: -100px;
}
.boutonx{
	display: block;
  float: none;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}
/* --- Style Desktop (PC) --- */
.main-nav {
    background-color: #1a3168;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.main-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.main-nav ul li a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.main-nav ul li a:hover {
    color: #f6bb2f;
}
.bouton_neuf{
	width:250px;display:block;float:left;margin-right:20px;border-radius:10px;
}
.bouton_occaz{
width:250px;display:block;float:left;margin-right:0px;	
}
.hamburger-menu, .close-menu {
    display: none; /* Caché sur PC */
    cursor: pointer;
    color: white;
    font-size: 25px;
}
.hero-section {
    position: relative;
    overflow: hidden;
    min-height: auto; /* À ajuster selon tes besoins */
}

/* On force le slider à prendre toute la place en arrière-plan */
#hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1; /* Derrière le contenu */
}

#hero-slider li {
    width: 100%;
    height: 100%;
}

#hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Important pour que l'image remplisse la zone sans se déformer */
}

/* On remonte le contenu au-dessus du slider */
.hero-section .container {
    position: relative;
    z-index: 2; 
    pointer-events: none; /* Permet de cliquer à travers si besoin, mais attention aux boutons */
}

.hero-content {
    pointer-events: auto; /* Réactive le clic pour les boutons */
}
     /* --- CONTENEUR RESPONSIVE --- */
        .wrapper {
            width: 100%;
            /* max-width: 900px; */
            padding: 30px; /* Ajusté pour mobile */
			padding-bottom:10px;
            /* border-radius: 12px; */
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            box-sizing: border-box;
            
            background-color: #ffffff;
            background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.46) 100%), url('https://images.unsplash.com/photo-1513002749550-c59d786b8e6c?q=80&w=1920');
            background-size: cover;
            background-position: center bottom;
            background-repeat: no-repeat;
			margin-left:0px;
			border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }
		
		.pave_foox{
			max-width: 155px;

  position: relative;
  margin-left: 25px;
  margin-top: -40px;
  z-index: 99;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
		}
.pave_leftx{
display:block;float:left;width:51%;display: block;
  float: left;
  /* width: 700px; */
  position: relative;
  margin-top: -50px;
  z-index: 99;	
}
        .h1x {
            color: #1a428a;
            font-size: 40px; /* Plus petit pour mobile par défaut */
            font-weight: 700;
            text-align: center;
            margin-bottom: 25px;
            line-height: 1.3;
        }
        p {
            margin-bottom: 15px;
            text-align: justify;
            line-height: 1.6;
            font-size: 15px;
        }
        p {
            margin-bottom: 15px;
            text-align: justify;
            line-height: 1.6;
            font-size: 15px;
        }
		#secimage{
			margin-bottom: 15px;
  text-align: justify;
  line-height: 40px;
  font-size: 30px;
  margin-left: 20px;
		}
.newx{
  margin-top: 20%;
}
        /* --- SECTION FLEX RESPONSIVE --- */
        .content-flex {
            display: flex;
            flex-direction: row; /* Côte à côte sur PC */
            justify-content: space-between;
            align-items: center;
            margin: 0px 0;
            gap: 20px;
        }

        .list-container {
            flex: 1;
        }

        .check-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            color: #1a428a;
            font-weight: 600;
            font-size: 14px;
        }

        .check-icon {
            background-color: #55a630;
            color: white;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            flex-shrink: 0;
        }

        .logo-box {
            /* flex: 0 0 250px; */
            text-align: center;
        }

        .logo-box img {
            max-width: 100%;
            height: auto;
        }

        .logo-text {
            font-size: 9px;
            color: #1a428a;
            font-weight: 700;
            margin-top: 5px;
            text-transform: uppercase;
        }
		.parc-vehicules{
		display:block;float:left;
		/* max-width:100%; */
		width:100%;
		margin-left:0px;
		}

        /* --- MEDIA QUERIES (POUR MOBILE) --- */
        @media (max-width: 768px) {
            .wrapper {
                padding: 20px;
            }

            h1 {
                font-size: 22px;
            }

            .content-flex {
                flex-direction: column; /* On empile la liste et le logo */
                text-align: center;
            }

            .check-item {
                justify-content: center; /* Centre la liste sur mobile */
                text-align: left;
            }

            .logo-box {
                flex: 0 0 auto;
                width: 200px;
                margin-top: 10px;
            }

            p {
                font-size: 14px;
                text-align: left; /* Plus lisible sur petit écran */
            }
        }
.container {
    max-width: 95%;
    margin: 0 auto;
    padding: 0px 20px;
}

.containerx2 {
  display: flex;
  gap: 20px;
  padding: 20px;
  padding-top:0px;
  padding-left: 0px;
}

.hero {
  flex: 1;
/* background: linear-gradient(135deg, #1a316852, #1a3168); */
  color: white;
  border-radius: 20px;
  padding: 30px;
  display: block;
  align-items: center;
  position: absolute;
  width: 400px;
  
  height: 440px;
}

.hero .h1 {
  font-size: 32px;
  line-height: 1.3;font-weight: bold;
}

.hero .h1 span {
  color: #ffe600;
}

.badge {
  margin-bottom: 15px;
}

.subtitle {
  margin: 15px 0;
}
:root {
    --dark-blue: #001a4d;
    --yellow: #ffcc33;
    --yellow-gradient: linear-gradient(to bottom, #ffd65a, #ffcc33);
}

#id_main_container {
    display: block;
    max-width: 100%;
    background: #fff;
    /* border-radius: 25px; */
    /* overflow: hidden; */
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    /* margin: 20px auto; */
}

/* --- Panneau Gauche --- */
.class_left_panel {
position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 300px;
}

.class_bg_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.class_overlay_content {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    color: white;
}

.class_title_white {
    font-size: 2.8rem;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.class_left_panel .class_btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: var(--yellow-gradient);
    color: var(--dark-blue);
    padding: 14px 28px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* --- Panneau Droite --- */
.class_right_panel {
color: var(--dark-blue);
  display: block;
  float: left;
  width: 50%;
}

.class_main_title {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 5px;
	margin-left: 20px;
	font-size: 18px;
  color: #fff;
  background-color: #000080;
  padding: 10px;
}

.class_brand {
    font-weight: 800;
}

.class_feature_row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.class_icon_wrapper {
width: 55px;
  height: 55px;
  border-radius: 50%;
  display: block;
}

.class_icon_img {
  width: 50px;
  height: auto;
}
.class_feature_h3 {
    /* margin: 0 0 8px 0; */
    font-size: 13px;
    font-weight: 700;
}

.class_feature_p, .class_feature_list {
    margin: 0;
    font-size: 13px;
    color: #444;
    line-height: 1.4;
}

.class_feature_list {
    list-style: none;
    padding: 0;
}

.class_feature_list li::before {
    content: "•";
    color: var(--yellow);
    font-weight: bold;
    margin-right: 8px;
}

.class_btn_yellow {
    display: inline-block;
    background: var(--yellow-gradient);
    color: var(--dark-blue);
    padding: 10px 10px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
	font-size: 15px;
  margin-left: 10px;
    margin-top: 10px;
    box-shadow: 0 6px 20px rgba(255, 204, 51, 0.4);
    transition: transform 0.2s;
}

.class_btn_yellow:hover {
    transform: translateY(-2px);
}
.hero button {
  background: white;
  color: #2c5fd5;
  border: none;
  padding: 12px 18px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
}

/* RIGHT */
.right {
  flex: 2;
  margin-left:-10px;
}
.pave_images{
width:400px;border-radius:20px;	
}
.top-bar {
  background: #e9edf5;
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 15px;
    font-size: 20px;
}

.green {
  color: green;
  font-weight: bold;
}
.pave_services5{
	display:block;float:left;margin-left:2%;width:47%;margin-top:10px;
}
/* CARDS */
.cards {
  display: flex;
  gap: 15px;
}

.card {
  background: white;
  border-radius: 15px;
  padding: 10px;
  width: 220px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  position: relative;
}

.card img {
  max-width: 100%;
  border-radius: 10px;
}

.card h3 {
  margin-top: 10px;
}

.card p {
  font-size: 14px;
}

.card span {
  display: block;
  font-size: 12px;
  color: #666;
}

.status {
  color: green;
  margin-top: 5px;
}

/* 💰 PRIX STYLE CORRIGÉ */
.price-tag {
  margin-top: 40px;
}

.price-tag .old {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
  margin-bottom: 5px;
}

/* Bande inclinée */
.price-tag .new {
  display: inline-block;
  background: linear-gradient(135deg, #0f2b2d, #1c4b4f);
  color: #c8ffb0;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 18px;
  border-radius: 8px;
  transform: skewX(-12deg);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Texte droit malgré l'inclinaison */
.price-tag .new span {
  display: inline-block;
  transform: skewX(12deg);
  color: #c8ffb0;
}

/* SIDE BANNER */
.side-banner {
  width: auto;
  /* background: linear-gradient(135deg, #4e8df5, #6aa8ff); */
  color: white;
  border-radius: 20px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.macard_fo {
  display: block;
  float: left;
  width: 350px;
  text-align: left;
  color: #fff;
  margin-left: 100px;
}
.resseaux {
  display: block;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.pave_horaira p, span, strong
{
	font-size:13px;
	margin-bottom:0px;
}
.horairesddg {
  display: block;
  float: right;
  width: 350px;
  text-align: left;
  position: relative;
  color: #fff;
  margin-right: 50px;
  top: -45px;
}
.social-wrapper {
    display: flex;
    justify-content: left;
	
    gap: 15px; /* Espace entre les boutons */

}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #f6bb2f; /* Ton orange exact */
    color: #ffffff; /* Icône en blanc */
    border-radius: 50%; /* Rend le bouton parfaitement rond */
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease; /* Animation douce */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Effet au survol (Hover) */
.social-btn:hover {
    background-color: #ffffff; /* Le fond devient blanc */
    color: #fe8f03; /* L'icône devient orange */
    transform: translateY(-5px); /* Le bouton monte légèrement */
    box-shadow: 0 8px 15px rgba(254, 143, 3, 0.3); /* Ombre orange */
}

/* Optionnel : Ajustement spécifique pour Facebook (centrage optique) */
.facebook i {
    margin-left: 2px;
}
/* Conteneur du séparateur */
.footer-transition {
    width: 100%;
    background-color: #fff; /* Couleur de la section blanche au-dessus */
    line-height: 0;
    margin-bottom: -1px; /* Sécurité pour éviter un trait blanc entre le SVG et le footer */
}

.footer-transition svg {
    display: block;
    width: 100%;
    height: 100px; /* Tu peux ajuster la hauteur de la pointe ici */
}

/* Ton footer existant (vérifie bien la couleur) */
.main-footer {
    background-color: #1a3168 !important; /* Couleur bleue identique au fill du SVG */
    margin-top: 0;
    padding-top: 40px;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.93) 30%, rgba(255, 255, 255, 0.54) 70%, rgba(255, 255, 255, 0) 100% );
  z-index: 4;
  pointer-events: none;
}

/* --- HEADER FIXE AVEC FLOU --- */
.header-fixed-container {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* --- HEADER BLANC --- */
.site-header {
    /* background: rgba(255, 255, 255, 0.85); /* Semi-transparent */ */
    backdrop-filter: blur(10px);           /* Effet de flou */
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 0;
}

.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-main {
    height: 65px;
}

.contact-area {
    display: flex;
    align-items: center;
    gap: 40px;
}

.info-items {
    display: block;
	float:left;
    gap: 25px;
    font-size: 14px;
    color: #1a3168;
}

.item {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Style des nouvelles icônes <i> */
.mini-icon-font {
    color: #f1bc43;
    font-size: 12px;
	padding: 5px;
    border: 2px solid #f1bc43;
    border-radius: 50%;
}

.arrow-btn {
    font-size: 14px;
    margin-left: 5px;
}

.btn-yellow-top {
    background: #f1bc43;
    color: #000;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 10px rgba(241, 188, 67, 0.3);
}

/* --- NAV NOIRE --- */
.nav-dark {
    background: rgba(18, 31, 66, 0.9); /* Semi-transparent */
    backdrop-filter: blur(5px);
    padding: 12px 0;
	width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius:20px;
}

.nav-dark ul {
    display: flex;
    justify-content: space-between;
}

.nav-dark a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-dark li.active a {
    border-bottom: 3px solid #f1bc43;
    padding-bottom: 10px;
}

/* --- HERO SECTION --- */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Plein écran */
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-section::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.hero-section .container {
    position: relative;
    z-index: 3;
    width: 100%;
    margin-top: 100px; /* Espace pour le menu fixe */
}

.hero-content {
    max-width: 700px;
    color: #fff;
}

.hero-subtitle {
    color: #f1bc43;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.hero-title {
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.1;
}

.hero-desc {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.hero-actions {
    display: flex;
    gap: 20px;
}

.btn-yellow-hero, .btn-white-hero {
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}

.btn-yellow-hero { background: #f1bc43; color: #000; }
.btn-white-hero { background: #f4f7f9; color: #121f42; }

.arrow { font-size: 18px; }
/* services.css */
.services {
position: relative;
  /* overflow: hidden; */
  width: 100%;
  display: block;
  float: left;
  margin-left: 0px;
}
.services1 {
  max-width: 100%;
  margin: auto;padding-bottom: 30px;
    margin-top: auto;
  padding: 10px 10px;
  text-align: center;
  margin-top: -50px;
  z-index: 99999999;
  position: relative;
}
.services1 {
    position: relative; /* Indispensable */
    overflow: hidden;
}

.services1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;        /* On prend toute la largeur */
    height: 50px;       /* Toute la hauteur de la section */
    
    /* Dégradé de Gauche à Droite */
    background: linear-gradient(to right, 
        rgba(255, 255, 255, 1) 0%,   /* Blanc pur au début */
        rgba(255, 255, 255, 1) 40%,  /* Reste blanc pur jusqu'à 60% */
        rgba(255, 255, 255, 0) 100%  /* S'efface doucement sur les 40% restants */
    );
    
    z-index: 2;
    pointer-events: none;
}

/* Important : Ton contenu doit être au-dessus du dégradé */
.services .container {
    position: relative;
    z-index: 3;
}
.services1 h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 0px;
  padding-bottom:10px;
  text-align: left;
  z-index: 99999;
  margin-left:30px;
  position: relative;
  top: -10px;
}
.services-grid {
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
  /* gap: 5px; */
  display:block;
  float:left;
  width:100%;
  margin-bottom: 0px;
}

.service-cardx {
	display:block;
	float:left;
	width:48%;
  background: #fff;
  border-radius: 8px;
  margin-right:10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  /* overflow: hidden; */
  transition: transform 0.3s ease;
  margin-bottom:5px;
}

.service-cardx:hover {
  transform: translateY(-5px);
}

.service-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-card h3 {
  font-size: 1.1rem;
  color: #002b5c;
  padding: 10px;
}

.service-card h3 span {
  font-size: 0.9rem;
  color: #555;
}

.qualites {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 20px;
}

.qualites ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qualites li {
  font-size: 1rem;
  color: #333;
  margin: 8px 0;
}
.class_main_title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-left: 20px;
}


/* Section principale */
.pave_brands-section {
    padding: 60px 20px;
    background-color: #fff0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.pave_container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Titre avec la petite barre dorée */
.pave_brands-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.pave_brands-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #d4a373;
}

/* Grille des logos responsive */
.pave_brands-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* Chaque bloc de logo */
.pave_brand-item {
    /* flex: 1 1 150px; */
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative; /* Indispensable pour placer le trait par rapport à ce bloc */
	padding-right: 30px;
}

/* On crée le trait vertical avec ::after */
.pave_brand-item::after {
    content: "";
    position: absolute;
    right: 0; /* Placé tout à droite du logo */
    top: 50%; /* On commence au milieu */
    transform: translateY(-50%); /* On remonte de la moitié de sa propre taille pour centrer */
    width: 1px; /* Épaisseur du trait */
    height: 40px; /* TAILLE DU TRAIT : Ajuste ici pour qu'il soit plus court ou plus long */
    background-color: #ccc; /* Couleur du trait */
}

/* On enlève le trait pour le dernier logo de la liste */
.pave_brand-item:last-child::after {
    display: none;
}
.pave_brand-item img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.pave_brand-item img:hover {
    transform: scale(1.1);
}

/* Ajustements pour Mobile */
@media (max-width: 768px) {
    .pave_brands-grid {
        gap: 20px;
    }
    
    .pave_brand-item {
        flex: 1 1 120px;
    }
    
    .pave_brands-title {
        font-size: 22px;
    }
}


@media (max-width: 1370px) {
	.class_feature_h3 {
    /* margin: 0 0 8px 0; */
    font-size: 12px;
    font-weight: 700;
}
	.class_main_title {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-left: 20px;
}
.class_right_panel {
  color: var(--dark-blue);
  display: block;
  float: left;
  width: 47%;
}	
.pave_services5{
	display:block;float:left;margin-left:2%;width:47%;margin-top:10px;
}	
.newx{
  margin-top: 0%;
}
}
/* Responsive */
@media (max-width: 768px) {
  .services h2 {
    font-size: 1.6rem;
  }

  .service-card img {
    height: 120px;
  }

  .qualites {
    margin-top: 20px;
  }
}
/* --- SECTION AVANTAGES --- */
.advantages-section {
display: block;
  float: right;
  width: 350px;
  padding: 0px 0;
  margin-right: 0px;
  background-color: #1a3168;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  margin-top: -40px;
  z-index: 900;
}

.advantages-list {
    list-style: none; /* Supprime les puces par défaut */
    max-width: 600px; /* Adapte selon ton design */
    margin: 0 auto; /* Centre la liste */
}

/* --- STYLE DE CHAQUE LIGNE --- */
.advantage-item {
    display: flex;
    align-items: center; /* Aligne l'icône et le texte verticalement */
    gap: 20px; /* Espace entre le cercle de l'icône et le texte */
    margin-bottom: 25px; /* Espace entre les lignes */
}

/* --- STYLE DU CERCLE DE L'ICÔNE --- */
.icon-circle {
    width: 45px; /* Taille du cercle */
    height: 45px;
    border: 2px solid #f1bc43; /* Bordure jaune fine (comme sur l'image) */
    border-radius: 50%; /* Cercle parfait */
    display: flex;
    align-items: center; /* Centre l'icône dans le cercle */
    justify-content: center;
    color: #f1bc43; /* Couleur de l'icône (jaune) */
    font-size: 18px; /* Taille de l'icône */
    flex-shrink: 0; /* Empêche le cercle de rétrécir si le texte est long */
}

/* --- STYLE DU TEXTE --- */
.advantage-text {
    color: #ffffff; /* Texte blanc pur */
    font-size: 16px; /* Taille du texte */
    font-weight: 600; /* Un peu gras, comme sur l'image */
    line-height: 1.2;
}



/*sma:po.*/

@media only screen and (min-width: 320px) and (max-width: 479px) {
	
	.pave_rentx{
	display: block;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 0px;
  top: 0px;
}
	.resseaux {
  display: block;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  position: relative;
}
	.macard_fo {
  display: block;
  float: left;
  width: 90%;
  text-align: left;
  color: #fff;
  margin-left: 10%;
}
 .horairesddg {
    display: block;
    float: left;
    width: 90% !important;
    text-align: left;
    position: relative;
    color: #fff;
    margin-right: 0px;
    margin-top: 30px;
    top: 5px;
    margin-left: 10%;
	margin-bottom:30px;
  }
	.bouton_neuf{
	width:250px;display:block;float:left;margin-right:0px;border-radius:10px;margin-left:10%;
}
.bouton_occaz{
width:250px;display:block;float:left;margin-right:0px;	margin-left:10%;
}
	.boutonx{
	display: block;
  float: none;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
	.hero {
color: white;
  border-radius: 20px;
  padding: 30px;
  display: block;
  align-items: center;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
	}
	.cards {
  display: block;
  gap: 15px;
  float: left;
  margin-left: 20%;
}
.hero .h1 {
  font-size: 18px;
  line-height: 1.3;font-weight: bold;
}

.hero .h1 span {
  color: #ffe600;
}
	.pave_images{
width:98%;border-radius:20px;	
}
	.menu_drop{
	display:block;
}
	.hamburger-menu {
        display: block;
        padding: 15px;
        background-color: #1a3168;
    }

    .main-nav {
        position: fixed;
        top: 0;
        left: -320px; /* Caché à gauche */
        width: 280px;
        height: 100vh;
        background-color: #1a3168;
        flex-direction: column;
        justify-content: flex-start;
        padding: 60px 20px;
        transition: 0.3s ease-in-out;
        z-index: 999999999;
        box-shadow: 5px 0 15px rgba(0,0,0,0.3);
    }

    .main-nav.active {
        left: 0; /* Apparaît */
    }

    .main-nav ul {
        flex-direction: column;
    }

    .main-nav ul li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-top: 10px;
    padding-bottom: 10px;
    }

    .close-menu {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
    }

    /* Fond sombre */
    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 99988888;
    }

    .menu-overlay.active {
        display: block;
    }
.hero-section::before{
	display:none;
}
	.hero-section {
    position: relative;
    width: 100%;
    height: auto; /* Plein écran */
    display: none;
    align-items: center;
    overflow: normal;
}
	.site-header {
		display:none;
    /* background: rgba(255, 255, 255, 0.85); /* Semi-transparent */ */
    backdrop-filter: blur(10px);           /* Effet de flou */
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 0;
}
	.containerx2{
		display:block;
		float:left;
		width:95%;
	}
	.class_right_panel {
color: var(--dark-blue);
  display: block;
  float: left;
  width: 95%;
  margin-top:20px;
}

.service-cardx {
	display:block;
	float:left;
	width:45%;
  background: #fff;
  border-radius: 8px;
  margin-right:10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  /* overflow: hidden; */
  transition: transform 0.3s ease;
  margin-bottom:20px;
}

	  .pave_services5 {
    display: block;
    float: left;
    margin-left: 1%;
    width: 95%;
    margin-top: 10px;
  }
	.advantages-section {
display: block;
  float: right;
  width: 350px;
  padding: 0px 0;
  margin-right: 0px;
  background-color: #1a3168;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  margin-top: 40px;
  z-index: 900;
}	
		.pave_foox{
			max-width: 155px;
display:none;
  position: relative;
  margin-left: 25px;
  margin-top: -40px;
  z-index: 99;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
		}
	.pave_leftx{
display:block;float:left;width:95%;display: block;
  float: left;
  /* width: 700px; */
  position: relative;
  margin-top: 20px;
  z-index: 99;	
}
     
	.h1x {
            color: #1a428a;
            font-size: 20px; /* Plus petit pour mobile par défaut */
            font-weight: 700;
            text-align: center;
            margin-bottom: 25px;
            line-height: 1.3;
        }
	.hero-section {
    position: relative;
    width: 100%;
    height: auto; /* Plein écran */
    display: block;
    align-items: center;
    overflow: normal;
}
	.nav-dark{
		display:none;
	}
	.hero-content{
		display:none;
	}
}