@font-face {
    font-family: "Vogue";
    src: url("Vogue.ttf");
}

/*body {
    background-image: url("logo exalta copie.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }*/

h1 {
    font-family: Vogue, ;
}


header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header img {
    width: 200px;
    height: auto;
    
}

.barre {
    display: flex;
    flex-direction: row;
    align-items: center;    
    justify-content: space-between;
    border: 5px solid black;
    border-radius: 10px;
}
  

a img {
    width: 200px;
    height: auto;
}

.contact img {
width: 170px;
height: auto;

}

.galerie img {
    width: 210px;
    height: auto;
}

.menu img {
    width: 300px;
    height: auto;
  
}

.menu {  display: flex;
    flex-direction: row;
    justify-content: left;
}


h1 {
    text-align: center;
}


h2{
    text-align: center;
    margin: 30px;
}

.photo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.photo img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.logocontact img{
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.logocontact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.logocontact p {
    width: 300px;
    height: 300px;
}