/* polices d'ecriture */

.anton-regular {
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
  }

.armata-regular {
    font-family: "Armata", serif;
    font-weight: 400;
    font-style: normal;
  }


nav{
    display: flex;
    justify-content:space-around;
    box-shadow: 0px 0px 2px #33B0CD;
    padding: 20px 0;
    border-radius: 8px;
}

nav form{
    padding: 20px 0;
}

h1{
    font-family: "Anton", serif;    
}

body{
    font-family: "Armata", serif;
}

#divSearch{
    margin-left: 20%;
    background-color: white;
}

div{
    margin-left: 5%;
    background-color: #8754db;
    border-radius: 8px;
}

.logo1{
    width: 100px;
    height: 92px;
}
