body {
    font-family: 'Poppins', Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f8f9fa;
}

.bandeau{display: none}

a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}

header {
    background-color: rgb(5, 13, 40);
    color: #fff;
    padding: 20px 0;
}

header .container,
header .container-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

header h1 {
    margin: 0;
    font-size: 1.8em;
    display: flex;
    align-items: center;
    gap: 10px;
}

header h1 a {
    text-decoration: none;
    color: #fff; 
    display: flex;
    align-items: center;
    gap: 10px; 
    font-size: 0.8em; 
	font-weight: 400;
}

header h1 a:hover {
    color: #fff;
}

header h1 i {
    font-size: 1.5em;
}


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

nav ul li {
    margin: 0 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Bouton vert */
.btn-green {
    background-color: #28a745; 
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.8em;
    font-weight: 600;
    display: inline-flex; 
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-green:hover {
    background-color: #218838; 
}

.btn-green i {
    font-size: 1.2em;
}

/* Image cartouche */
.cartouche-img {
    margin-top: 15px;
    max-width: 100%; /* Ajuste automatiquement la taille */
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.hero {
    background-color: #FFF;
    padding: 40px 0;
    text-align: center;
}

.hero .container {
	width: 96%;
	margin: 0 auto;
	max-width: 1000px
}

.hero h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
    color: #054b97;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.hero h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
    color: #054b97;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.hero form {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hero form select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    flex: 1;
    max-width: 200px;
}

.hero input[type="text"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1;
    max-width: 400px;
}

.hero button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #054b97;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero button:hover {
    background-color: #0056b3;
}

.features {
    background-color: rgb(5, 13, 40);
    padding: 40px 2% 40px 2%;
    color: white;
    text-align: center;
}

.features .container {
	width: 96%;
	margin: 0 auto;
	max-width: 1000px
}

.features h3 {
    font-size: 2.5em; 
    color: white;
    margin-bottom: 40px;
	margin-top: 0;
	font-weight: 400;
	text-align: left;
}

.features2 {
    background-color: rgb(5, 13, 40);
    padding: 40px 2% 40px 2%;
    color: white;
    text-align: center;
}

.features2 .container {
	width: 96%;
	margin: 0 auto;
	max-width: 1000px
}

.features2 h3 {
    font-size: 2.5em; 
    color: white;
    margin-bottom: 40px;
	margin-top: 0;
	font-weight: 400;
	text-align: left;
}

.features-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-button {
    background-color: rgba(31, 68, 113, 1);
    padding: 20px;
    border-radius: 10px;
    flex: 1;
    text-align: center;
    color: white;
    min-width: 26%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-button i {
    font-size: 2em;
}

.feature-button p {
    margin: 0;
    font-size: 1em;
}

.features-buttons2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-button2 {
    background-color: rgba(31, 68, 113, 1);
    padding: 20px;
    border-radius: 10px;
    flex: 1;
    text-align: center;
    color: white;
    min-width: 17%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-button2 i {
    font-size: 1.2em;
}

.feature-button2 p {
    margin: 0;
    font-size: 1em;
}

.features ul {
    list-style: none;
    padding: 0;
    margin: 0;
	text-align: 
}

.features ul li {
    margin-bottom: 10px;
}

.features2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
	text-align: 
}

.features2 ul li {
    margin-bottom: 10px;
}

.carriers {
    padding: 40px 2% 40px 2%;
    background-color: #f8f9fa;
    text-align: center;
}

.carriers .container {
	width: 96%;
	margin: 0 auto;
	max-width: 1000px
}

.carriers h3 {
    margin-bottom: 20px;
    color: #054b97;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.carriers ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.how-it-works {
    padding: 40px 2% 40px 2%;
    background-color: #f8f9fa;
    text-align: center;
}

.how-it-works .container {
	width: 96%;
	margin: 0 auto;
	max-width: 1000px
}

.how-it-works h3 {
    margin-bottom: 20px;
    color: #054b97;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.how-it-works ol li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.why-choose-us {
    padding: 40px 2% 40px 2%;
    background-color: #FFF;
    text-align: center;
	font-weight: 400;
}

.why-choose-us .container {
	width: 96%;
	margin: 0 auto;
	max-width: 1000px
}

.why-choose-us h3 {
    margin-bottom: 20px;
    color: #054b97;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.why-choose-us ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq {
    padding: 40px 2% 40px 2%;
    background-color: #fff;
    text-align: left;
}

.faq .container {
	width: 96%;
	margin: 0 auto;
	max-width: 1000px
}

.faq h3 {
    margin-bottom: 20px;
    color: #054b97;
}

.faq h4 {
    margin-top: 20px;
    color: #0056b3;
}

.faq p {
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Section Intro */
.intro {
    background-color: #fff;
    padding: 40px 2% 20px 2%;
    text-align: center;
}

.intro .container {
    width: 96%;
	margin: 0 auto;
	max-width: 1000px
}

.intro h2 {
    font-size: 1.5em;
    color: #054b97;
    margin-bottom: 20px;
}

.intro p {
    font-size: 1.2em;
    color: #333;
    line-height: 1.6;
}

/* Section des catégories de produits */
.product-categories {
    padding: 40px 2%;
    background-color: #FFF; /* Couleur de fond légère */
    text-align: center;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-box {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 19px;
    flex: 1 1 calc(25% - 20px); /* 4 boîtes par ligne */
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-box img {
    max-width: 100px; /* Taille fixe des images */
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px; /* Coins arrondis pour les images */
}

.product-box h3 {
    font-size: 1.1em;
    color: #333;
    font-weight: bold;
}

.product-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-box {
        flex: 1 1 50%; /* 2 boîtes par ligne sur tablette */
    }
}

@media (max-width: 480px) {
    .product-box {
        flex: 1 1 36%; /* 1 boîte par ligne sur mobile */
    }

    .product-box img {
        max-width: 80px; /* Images plus petites sur mobile */
    }
}


/* Section Services */
.services {
    padding: 40px 2% 40px 2%;
    background-color: #f8f9fa;
}

.services .container {
    width: 96%;
	margin: 0 auto;
	max-width: 1000px
}


.services article {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services article:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.services h3 {
    font-size: 2em;
    color: #054b97;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.services ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.services ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.5;
    color: #333;
}

.services form input[type="text"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1;
    max-width: 400px;
    margin-right: 10px;
}

.services form button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #054b97;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 5px;
	margin-top: 10px;
}

.services form button:hover {
    background-color: #0056b3;
}

.services a.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #054b97;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.services a.btn:hover {
    background-color: #0056b3;
}

.services2 {
    background-color: rgb(5, 13, 40);
    padding: 40px 2%;
    text-align: center;
}

.services2 .container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.services2 article {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services2 article:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.services2 h3 {
    font-size: 2em;
    color: #054b97;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.services2 ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.services2 ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.5;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.services2 form input[type="text"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1;
    max-width: 400px;
    margin-right: 10px;
}

.services2 form button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #054b97;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 5px;
	margin-top: 10px;
}

.services2 form button:hover {
    background-color: #0056b3;
}

.services2 a.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #054b97;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.services2 a.btn:hover {
    background-color: #0056b3;
}

.service-block {
    background-color: rgba(31, 68, 113, 1);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    flex: 1 1 calc(25% - 20px);
    min-width: 250px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-block h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

.service-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 1em;
    line-height: 1.6;
}

.service-block ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.service-block ul li i {
    font-size: 1.2em;
    color: #054b97;
}

.service-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Section Details */
.details {
    padding: 40px 2%;
    background-color: #fff;
    text-align: left;
}

.details h3 {
    font-size: 1.8em;
    color: #054b97;
    margin-bottom: 15px;
}

.details p {
    margin-bottom: 15px;
    line-height: 1.6;
}

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

.details ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.details ul li i {
    color: #054b97;
}

/* Call-to-Action */

.call-section {
    display: flex;
    align-items: center;
    gap: 15px; 
    justify-content: center;
    margin-bottom: 20px;
}

.operator-photo {
    width: 80px; 
    height: 80px;
    border-radius: 50%; 
    object-fit: cover; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #28a745; 
}

.cta {
    background-color: #054b97;
    color: #fff;
    text-align: center;
    padding: 40px 2%;
}

.cta h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.cta .btn {
    display: inline-block;
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
}

.cta .btn:hover {
    background-color: #003f80;
}

.cta .tarif {
    margin-top: 20px;
    font-size: 1em;
    color: #fff;
    opacity: 0.9;
}

.tarif{font-size: 0.7em;}


footer {
    background-color: rgb(5, 13, 40);
    color: #fff;
    padding: 20px 0;
    text-align: center;
	font-size: 13px;
}

footer a {
    color: #FFF;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Styles pour le conteneur du formulaire */
.contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', Arial, sans-serif;
}

/* Styles pour les groupes de champs */
.contact-form .form-group {
    margin-bottom: 20px;
}

/* Styles pour les labels */
.contact-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 1em;
    color: #333;
}

/* Styles pour les champs de texte */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 96%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    font-family: 'Poppins', Arial, sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Styles pour le textarea */
.contact-form textarea {
    resize: vertical; /* Limite le redimensionnement vertical uniquement */
}

/* Focus sur les champs */
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #054b97;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

/* Bouton d'envoi */
.contact-form button {
    background-color: #054b97;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover pour le bouton */
.contact-form button:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}



/* Responsive Design */
@media (max-width: 768px) {
	ul, ol {
        padding-left: 0; 
        text-align: center;
    }
	
    header .container {
        flex-direction: column;
    }
	nav {display: none;}

	 .contact-form {
        padding: 15px;
    }

    .contact-form button {
        width: 100%; /* Le bouton prend toute la largeur sur mobile */
    }

    .hero form {
        flex-direction: column;
    }

    .hero input[type="text"] {
        max-width: 100%;
    }

    .features ul li, .carriers ul li, .how-it-works ol li, .why-choose-us ul li {
font-size: 1.1em;
    display: flex;
    align-items: center;
    gap: 10px;
flex-direction: column;
text-align: center;
		margin-top: 20px;
    }
	
	.features2 ul li {
font-size: 1.1em;
    display: flex;
    gap: 10px;
text-align: left;
		margin-top: 0;
    }
	
	 .features-buttons {
        flex-direction: column;
    }

    .feature-button {
        min-width: 90%;
    }
	
	 .features-buttons2 {
        flex-direction: column;
    }

    .feature-button2 {
        min-width: 90%;
    }

    .faq .container {
        padding: 0 15px;
    }
	
	 .services .container {
        width: 100%;
    }

    .services article {
        margin-bottom: 20px;
    }
	
	.services2 .container {
        flex-direction: column;
        align-items: center;
    }

    .service-block {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
}

 @media (max-width : 480px) {
.bandeau{display: block;width: 100%;position: fixed;bottom: 0;border-top:3px solid #FFF;z-index: 1000;}
.bandeau img{width: 100%; border: 0;position: fixed;bottom: 0;b}	
.bandeau a{border: 0;}
	   }
