/* Reset de base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Polices */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f7f8fa;
  color: #333;
  line-height: 1.6;
}

/* Header */
header {
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  justify-content: space-around;
  padding: 15px 30px;
  position: sticky;
  top: 0;
  z-index: 1000;
  margin-bottom: 50px;
  margin-top: -50px;
}

.logo {
  font-size: 28px;
  font-weight: bold;
  color: #0b6bcb;
}

nav {
  position: relative;
}

nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #0b6bcb;
}

/* Burger menu */
.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #333;
  transition: all 0.3s;
}

/* Hero */
.hero {
  background: linear-gradient(to right, #0b6bcb, #0bbccb);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.highlight {
  background-color: white;
  color: #0b6bcb;
  padding: 0 10px;
  border-radius: 5px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 30px;
}

.real-button {
  background-color: white;
  color: #0b6bcb;
  padding: 12px 25px;
  border: none;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.real-button:hover {
  background-color: #e1f1ff;
}

/* Features section */
.features {
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  background: #fff;
}

.features.commerces {
  background-color: #f2f2f2;
}

.card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  text-align: center;
  max-width: 300px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.card img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card h2 {
  font-size: 22px;
  color: #0b6bcb;
  margin-bottom: 10px;
}

.card p {
  font-size: 15px;
  color: #555;
}

/* Footer */
footer {
	background: linear-gradient(to right, #0b6bcb, #0bbccb);
    color: white;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
    position: fixed;
    width: 100%;
    bottom: 0;

/* Responsive */
@media (max-width: 768px) {
  nav ul {
    display: none;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 60px;
    right: 0;
    width: 200px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    padding: 15px;
  }

  nav ul.show {
    display: flex;
  }

  .burger {
    display: flex;
  }

  .features {
    flex-direction: column;
    align-items: center;
  }
}














nav {
    color: #fff;
    text-align: center;
}

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

nav ul li {
    display: inline;
    margin-right: 20px;
}


@media screen and (min-width: 601px) {
.nav-latteral {
        position: fixed;
        top: 0;
        left: -100%;
        background-color: white;
        z-index: 3;
        height: 140vh;
        width: 25vh;
        min-width: 400px;
        transition: all 0.3s ease;
        overflow-x: auto;
        z-index: 9999;
    }

    .nav-latteral-panier {
        position: fixed;
        top: 0;
        right: -100%;
        background-color: white;
        z-index: 3;
        height: 140vh;
        width: 25vh;
        min-width: 400px;
        transition: all 0.3s ease;
        overflow-x: auto;
        z-index: 9999;
    }
	}
	
.nav-latteral .top {
    background-color: #313131;
    min-height: 12vh;
}

.nav-latteral.top .imgnav img {
    padding: 2vh;
    height: 6vh;
}
@media screen and (max-width: 600px) {
.nav-latteral-panier .top {
    background-color: #313131;
    min-height: 12vh;
}

.nav-latteral-panier .top .imgnav img {
    padding: 2vh;
    height: 6vh;
}
}
.top {
    background: linear-gradient(to bottom, #313131 0%, #484848 100%);
    height: 100px;
    width: 100%;
}

.top .imgnav {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 12vh;
    display: flex;
}

.top .imgnav img {
}

#nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 140vh;
    width: 100%;
    background-color: rgb(0 0 0 / 43%);
    z-index: 2;
    display: none;
}

#nav-wrapper.active {
    display: block;
}

#nav-close {
    margin-top: 30px;
}

.nav-links {
    max-width: fit-content;
    margin: auto;
    margin-top: 10em;
    padding-right: 50px;
}

.nav-link {
    cursor: pointer;
    font-size: clamp(22px, 4vw, 34px);
    margin-bottom: 3vh;
    display: flex;
    align-items: center;
    width: max-content;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.nav-link {
}

.nav-link a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-content: center;
}

.nav-link:hover {
    color: #74b39c;
}

.nav-link ion-icon {
    margin-right: 15px;
}

.nav-button {
    transition: all 0.2s ease;
    font-size: 2vh;
}

.nav-button {
    max-width: 70px;
    max-height: 70px;
    font-size: 6vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: auto;
    margin-left: 25px;
    position: fixed;
    background-color: #3f3e3ee0;
    padding: 10px;
    z-index: 9998;
    margin: 2vh;
}

.nav-button:hover {
    color: #75b39c;
    background-color: #dedede;
}
