* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "karrik";
    src: url(Rossignol/rossignol/font/karrik.otf);
}

:root {
    --tresgroscorps: clamp(3.4375rem, -0.2699rem + 16.4773vw, 12.5rem);
}

body {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    font-family: "karrik";
    color: rgb(69, 43, 10);

}

.fond {
    height: 100vh;
    width: 100vw;
    background-image: url(tout.jpg);
    background-size: cover;
    opacity: 0.70;

}

h1 {
    font-size: var(--tresgroscorps);
}


nav {
    top: 0;
    z-index: 2;
    display: flex;
    position: fixed;
    width: 100vw;
    height: 5vh;
    background-color: rgba(255, 255, 255, 0.403);
    align-items: center;

}

nav a {
    position: relative;
    text-decoration: none;
    font-size: 1em;
    color: rgb(93, 58, 13);
    padding: 1em;
    justify-content: space-around;



}

.txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 90vw;
    height: 66vh;

    display: flex;
    flex-direction: column;
}

.titre {
    font-size: 8em;
    text-align: center;
    word-spacing: 0rem;
    margin-bottom: 2vw;
    display: flex;
    align-self: center;


}

.intro {
    size: 4em;
    width: 45vw;
    display: flex;
    position: relative;
    background-color: rgba(220, 214, 214, 0);
    align-self: center;
}

.options {
    position: absolute;
    display: flex;
    width: 80vw;
    height: 10vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 310%);
    justify-content: space-around;


}

.options a {
    display: flex;
    position: relative;
    justify-content: space-around;
    border-radius: 200em;
      width: 6em;
    height: 6em;
    text-align: center;
    align-self: center;
    color: rgb(93, 58, 13);
    text-decoration: none;
    z-index: 3;
    padding-top: 2.5em;
}

#bouton1 img {
    width: 20%;
    margin-left: 5vw;
    position: absolute;

    z-index: 2;
    display: flex;
    align-self: center;
    margin-bottom: 2vw;

}

#bouton2 img {
    width: 20%;
    z-index: 2;
    position: absolute;
    display: flex;
    align-self: center;
    margin-bottom: 2vw;
}

#bouton3 img {
    width: 20%;
    position: absolute;
    z-index: 2;
    display: flex;
    align-self: center;
    margin-bottom: 2vw;
}

#bouton1 {
    display: flex;
    align-self: center;
    background-color: #fff;
    border: 3px solid rgb(69, 43, 10);
    border-radius: 200em;
   width: 6em;
    height: 6em;

}

#bouton2 {
    display: flex;
    align-self: center;
    background-color: #fff;
    border: 3px solid rgb(69, 43, 10);
    border-radius: 200em;
       width: 6em;
    height: 6em;

}

#bouton3 {
    display: flex;
    align-self: center;
    background-color: #fff;
    border: 3px solid rgb(69, 43, 10);
    border-radius: 200em;
        width: 6em;
    height: 6em;
}

#bouton1:hover,#bouton2:hover,#bouton3:hover {
    background-color:rgb(69, 43, 10);
    
}
#bouton1 a:hover,#bouton2 a:hover,#bouton3 a:hover {
    color: #fff;
}
#bouton2 a{
    padding-top: 2em;
}