*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

header{
    position: fixed;
    top: 0%;
    left: 0%;
    padding: 20px 10px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.5s;
    background-color: #000;
}


header>img{
    height: 50px;
    width: 50px;
    border-radius: 70%;
}

.about{
    margin-top: 5%;
}
.logo{
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-decoration: none;
}

.logo span{
    color: #1e90ff;
}

.navbar{
    display: flex;
    position: relative;
}

.navbar li{
    list-style: none;
}

.navbar a{
    color: #fff;
    /*color: #00008B;*/
    text-decoration: none;
    margin-left: 30px;
    font-weight: 700;

}  

.bouton-don{
    padding: 10px 20px;
    background: #1e90ff;
    margin-top: -10px;
    text-transform: uppercase;
}

.bouton-don:hover{
    background: #1e90ff;
    transition: ease-in-out;
}

header .navbar li a:hover{
    color: #1e90ff;
    border-bottom: 2px solid #1e90ff;

}

section {
    padding: 68px;
}


/*.coordonnées{
    background-color: #00008B;
    background-size: cover;
    background-position: center;
}*/

/*.intro{
    flex-direction: column;
    color: #000;
}*/


.hero{
    width: 50%;
    height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.hero h1{
    font-size: 20px;
}


.ig {
    color: #000;
}

.hero i{
    margin-right: 10px;
}

.social-links a{
    width: 80px;
    height: 80px;
    text-align: center;
    text-decoration: none;
    color: #000;
    box-shadow: 0 0 20px 10px rgba(0,0,0, 0.8);
    margin: 0 30px;
    border-radius: 50%;
}

.social-links a .fab{
    font-size: 30px;
    line-height: 80px;
}

.contact {
    background-color: #fff;
    /*background-image: url(../Images/Image1.jpeg);*/
    background-size: cover;
    box-shadow: 2px 2px 12px rgba(0,0,0, 0.8);
    width: 100%;
    background-position: center;
    /*justify-content: center;
    align-items: center;
    text-align: center;*/
}

.form{
    padding: 75px 50px;
    background: #fff;
    box-shadow: 5px 15px 50px rgba(0,0,0, 0.8);
    max-width: 400px;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    margin-left: 38%;
}

.prise{
    position: relative;
    width: 48%;
    justify-content: center;
    align-items: center;
}

.prise {
     position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}

.prise h2{
    margin-bottom: 20px;
    color: #000;
}

.texte span{
    color: #000dff;
    font-size: 1.5em;
    font-weight: 700px;
    
}

.prise p{
    color: #000;
}

.form h3{
    color: #111;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.form .entrer input,
.form .entrer textarea{
    width: 100%;
    border: 1px solid #555;
    padding: 10px;
    color: #111;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    resize: none;
}

.form .entrer{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.form .entrer input[type="submit"]{
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    background: #000;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
}

.error{
    color: #e74c3c;
    background-color: #e74c3c;
 }

.signature{
    margin-top: 50px;
    justify-content: center;
    padding: 20px 40px;
    border-top: 2px solid #111;
    text-align: center;
}

.foot{
    color: #111;
    justify-content: center;
    text-align: center;
}


footer{
    background-color: #111;
  }
  
  .footer-contenu{
    margin-top: 40px;
    width: 100%;
    padding: 70px 30px 20px;
  }
  
  .media{
    display: flex;
    justify-content: center;
  }
  
  .media a{
    text-decoration: none;
    padding: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 50%;
  }
  
  .media a i{
    font-size: 2em;
    color: #111;
    opacity: 0.9;
  }
  
  .media a:hover{
    background-color: #111;
    transition: 0.5s;
  }
  
  .media a:hover i{
    color: #fff;
    transition: 0.5s;
  }
  
  .footerNav{
    margin: 30px 0;
  }
  
  .footerNav ul{
    display: flex;
    justify-content: center;
  }
  
  .footerNav ul li a{
    color: #fff;
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5s;
  
  }
  
  .footerNav ul li a:hover{
    opacity: 1;
  }
  
  .signature{
    background-color: #111;
    padding: 20px;
    text-align: center;
  }
  
  .signature p{
    color: #fff;
  }
  
  .designer{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
  }