/* Réinitialisation des marges et padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Police et couleurs */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
   
}

/* En-tête */
header {
    background:#2c3338;
    color: white;
    padding: 1rem 0;
    position: relative;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}
.logo img {
    height: 190px; /* Ajustez la hauteur selon vos besoins */
    width: auto; /* Conserve les proportions */
}

.logo {
    font-size: 2rem;
    font-weight: bold;
    color: #ff6600;
    
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 2rem;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

/* Section héro */
.hero {
    background: #2c3338;
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

.hero-text {
    flex: 1;
    text-align: center;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #af7729;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.cta-button {
    background: #9d501d;
    color: white;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

/* Section services */
.services {
    padding: 4rem 0;
    background: #f9f9f9;
}

.services-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
}

.services-text {
    flex: 1;
}

.services h2 {
    color: #1a3e72;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.services-images {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 80px;
}

.services-images img {
    width: 100%;
    border-radius: 5px;
}

/* Section Livraison */
.livraison {
    padding: 4rem 0;
    background: white;
}

.livraison-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.livraison-text {
    flex: 1;
}

.livraison-text h2 {
    color: #1a3e72;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.livraison-images {
    flex: 1;
}

.livraison-images img {
    width: 100%;
    border-radius: 5px;
}

.livraison-features {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.feature {
    text-align: center;
    flex: 1;
    min-width: 120px;
}

.feature ion-icon {
    font-size: 2rem;
    color: #1a3e72;
    margin-bottom: 0.5rem;
}

.livraison-details {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 2rem;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.detail {
    flex: 1;
    min-width: 300px;
}

.detail img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1rem;
    
}

/* Section À propos */
.about {
    padding: 4rem 0;
    background: #f9f9f9;
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.about-image {
    flex: 1;
    min-width: 300px;
}

.about-image img {
    width: 100%;
    border-radius: 5px;
}

.about-text {
    flex: 1;
    min-width: 300px;
}

.about-text h2 {
    color: #1a3e72;
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .livraison-content,
    .about-content {
        flex-direction: column;
    }

    .livraison-details {
        flex-direction: column;
    }

    .livraison-features {
        justify-content: space-around;
    }
}


/* Section zone de déplacement */
.deplacement {
    padding: 4rem 0;
    background-image: url(ressources/depositphotos_1752643-stock-photo-cardboard-texture.jpg);
    background-size: 2000px;
    
}

.deplacement-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: flex-start;
}

.deplacement-text {
    flex: 1;
    padding-right: 2rem;
}

.deplacement h2 {
    color: #1a3e72;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.deplacement-map {
    flex: 1;
}

/* Section contact */
.contact {
    padding: 4rem 0;
    background: #f9f9f9;
}

.contact-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
}

.contact-form {
    flex: 1;
    padding-left: 2rem;
}

.contact-form h2 {
    color: #1a3e72;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.contact-form a{
   text-decoration: none;
   color: white;
}
.cta-button{
      border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 1px black;
  border-radius: 10px;
  
  background-image: linear-gradient(
    to top left,
    rgb(0 0 0 / 0.2),
    rgb(0 0 0 / 0.2) 30%,
    transparent
  );
  box-shadow:
    inset 2px 2px 3px rgb(255 255 255 / 0.6),
    inset -2px -2px 3px rgb(0 0 0 / 0.6);
}

.styled:hover {
  background-color: red;
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgb(255 255 255 / 0.6),
    inset 2px 2px 3px rgb(0 0 0 / 0.6);
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #1a3e72;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.form-group textarea {
    height: 120px;
}

/* Pied de page */
footer {
    background: #DACABA;
    color: rgb(27, 32, 128);
    padding: 2rem 0;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-cta {
    margin-bottom: 2rem;
}

.footer-cta h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
#num{
    font-size: 22px;
    margin: 25px;
}

.social-icons a {
    color: white;
    font-size: 1.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
    }

    nav ul {
        margin-top: 1rem;
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        margin: 0.5rem 0;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .services-content,
    .deplacement-content,
    .contact-content {
        flex-direction: column;
    }

    .services-text,
    .services-images,
    .deplacement-text,
    .deplacement-map,
    .contact-form {
        flex: none;
        width: 100%;
        padding: 0;
        margin-bottom: 2rem;
    }


    .contact-form {
        padding-left: 0;
    }
   
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.6rem;
    }
    iframe {
        width: 100%;

    }

    .hero p {
        font-size: 1rem;
    }

    .cta-button {
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
    }
}