*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-image: url("../img/serveur-informatique-1068x601.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

a {
    color: white;
    font-size: 20px;
    font-family: "Karla", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}

section {
    position: unset;
}

/* Nav Bar */

nav {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
}

.logo-navbar {
    position: absolute;
    left: 10px;
    top: 10px;
}

#logo-nav {
    width: 80px;
    height: 80px;
}

.navbar {
    position: absolute;
    right: 13%;
    top: 35px;
}

.conteneur-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 34px 34px 34px 34px;
  padding: 12px 16px;
  z-index: 1;

  p {
    color: rgb(0, 0, 0);
    font-size: medium;
    font-family: "Karla", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    }
}

.dropdown:hover .dropdown-content {
    display: block;
}

#img-nav {
    width: 60px;
    height: 60px;
}

.produit-content {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    text-align: center;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    text-align: center;
}



/* Contenu */


/* Bienvenue */

.bienvenue {
    position: unset;
    width: 100%;
    height: 600px;
}


.bienvenue-content {
    position: absolute ;
    left: 15%;
    top: 25%;
}

.bienvenue-titre {
    position: absolute;
    top: 17%;
    color: rgb(255, 255, 255);
    font-family: "Karla", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 55px;
    text-decoration: none;
    text-align: center;
}

.bienvenue-sub-titre {
    position: absolute;
    top: 20%;
    left: 15%;
    color: rgb(255, 255, 255);
    font-family: "Karla", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 25px;
    text-decoration: none;
}

.bienvenue-bouton {
    position: relative;
    border-color: white;
    background-color: rgb(14, 0, 141);
    border-radius: 45px 45px 45px 45px;
    top: 61%;
    left: 15%;
    padding: 15px;
}



/* Pourquoi */

.titre {
    position: relative;
    top: 10%;
    color: rgb(255, 255, 255);
    font-family: "Karla", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 45px;
    text-decoration: none;
    text-align: center;
}

.texte {
    color: rgb(255, 255, 255);
    font-family: "Karla", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 15px;
}

.sub-texte {
    color: rgb(255, 255, 255);
    font-family: "Karla", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    text-decoration: none;
}

.pourquoi-nous {
    position: initial;
    width: 100%;
    height: 1400px;
    background-color: rgb(2, 3, 39);
}

.anti-ddos-desc {
    position: relative;
    right: 50%;
}

#anti-ddos-image {
    position: relative;
    width: 80%;
    height: 75%;
    right: 50%;
}

.server-desc {
    position: relative;
    left: 50%;
}

#server-image {
    position: relative;
    width: 65%;
    height: 65%;
    left: 80%;
}

.support-desc {
    position: relative;
    right: 50%;
}

#support-image {
    position: relative;
    width: 65%;
    height: 65%;
    right: 50%;
    bottom: 15%;
}

#france-image {
    position: relative;
    width: 75%;
    height: 100%;
    left: 75%;
    bottom: 10%;
}

.france-desc {
    position: relative;
    left: 50%;
}

.conteneur-grid {
    position: relative;
    top: 20%;
    justify-content: center;
    display: grid;
    grid-template-columns: 300px 300px;
    gap: 5em;
}


/* Photo */

.photo {
    height: 1000px;
    background-color: rgb(12, 14, 58);
}

.margin { 
    margin-bottom: 4em;
}


/* Avis  */

.avis {
    height: 600px;
    background-color: rgb(2, 3, 39);
    
}

/* Produit Phare */

.produit-phare {
    height: 800px;
    background-color: rgb(12, 14, 58);
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: white;
}

.postion-produit {
    position: relative;
    top: 20%;
    justify-content: center;
}

/* Footer */

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 350px;
    background-color: rgb(12, 14, 58);
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: white;
}

.moyens-payement {
    position: absolute;
    top: 10%;
    left: 17%;
}

#paypal {
    position: absolute;
    top: 220%;
    width: 60%;
    height: 150%;
}

#stripe {
    position: absolute;
    top: 220%;
    left: 70%;
    width: 50%;
    height: 150%;
}

.information {
    position: absolute;
    top: 10%;
    left: 47%;
}

.info {
   position: absolute;
   top: 200%;
}

.cgu {
    position: absolute;
    top: 200%;
}

.contact {
    position: absolute;
    top: 10%;
    right: 19%;
}

.cont {
    position: absolute;
   top: 200%;
}

.mail {
    position: relative;
    bottom: 10%;
}

.ticket {
    position: absolute;
    top: 200%;
}

