h2 {
    text-align: center;
    font-size: 55px;
    font-family: Hammersmith One;
    color: rgb(194, 195, 255);
}

h3 {
    text-align: left;
    font-size: 45px;
    font-family: Medula One;
    color: rgb(194, 195, 255);
}

h4 {
    text-align: center;
    font-size: 35px;
    font-family: Medula One;
    color: rgb(194, 195, 255);
}

p{
    text-align: center;
    font-size: 23.2px;
    font-family: Quicksand;
    color: rgb(194, 195, 255);
}

figure {
    text-align: center;
}

body {
    background-color: rgb(21, 19, 48);
}

#contenu {
    margin: 3%;
}

/*Nav*/
.navig {
    background-color: rgb(21, 19, 48);
    color: rgb(194, 195, 255);
}

.navig-a:hover {
    background-color: rgb(21, 19, 48);
    color: rgb(140, 84, 163);
    text-decoration: underline;
}

/*Topbar*/

.logo {
    width: 20%;
    margin-top: 6px;
    margin-bottom: 6px;
}

.logoTxt {
    width: 60%;
    margin-top: 6px;
    margin-bottom: 6px;
    justify-items: center;
}

.topbar {
    background-color: rgb(21, 19, 48);
    color: rgb(194, 195, 255);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}


/**/

.contenu{
    margin-top: 20px;
    margin-right: 60px;
    margin-left: 60px;
    margin-bottom: 60px;
}

.btn {
    border-color: rgb(194, 195, 255);
}

.btn:hover{
    border-color: rgb(21, 19, 48);
    background-color: rgb(194, 195, 255);
    color : rgb(21, 19, 48) ;
}

.bouton button {
      background-color: rgb(170, 209, 255);
      color: rgb(21, 19, 48);
      padding: 10px 20px;
      border: 1px solid;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center; /* Aligne le contenu verticalement */
      text-align: center; /* Centrer le texte à l'intérieur du bouton */
      margin: 0 auto; /* Centrer le bouton horizontalement */
    }

.bouton button:hover {
    display: flex;
    background-color: rgb(36, 74, 159);
    color: rgb(194, 195, 255);
    border-radius: 6px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    text: center;
}


/*Cards*/
.divcenter {
    display: grid;
    grid-template-columns: 1fr, 1fr;
    margin-left: 50px;
    margin-right: 50px;
}

/* formulaire */
  .contact {
    padding: 20px;
    border-radius: 5px;
    max-width: 400px;
    margin: auto;
  }

  .form label {
    display: block;
    margin-bottom: 5px;
  }

  .form input, .form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-color: rgb(194, 195, 255);
    border-radius: 6px;
  }

/*Footer*/

.footer {
    background-color: rgb(140, 84, 163);
    color: rgb(194, 195, 255);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 1.5%;
}

.footercolumn {
    padding: 20px;
    color: rgb(65, 61, 61);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.imgfooter{
    display: flex;
    flex-direction: column;
}

.RSicon{
    display: flex;
    flex-direction: column;
    width: 4vw;
    margin: 2%;
}

.lienDA{
    color: rgb(65, 61, 61);
}

/*Fin Footer*/

/*responsive*/
@media screen and (max-width:770px){
    .footer1{
        font-size: smaller;
        padding: 5%;
    }
    .footer2{
        font-size: smaller;
        padding-left: 12px;
    }
    
    .RSicon{
         width: 5vh;
    }
    .image{
    width: 35px;
    height: 35px;
    }
    h1{
        margin-top: 5%;
        font-size: 25px;
    }
    h4{
        font-size: small;
    }
}