@font-face {
    font-family: 'MV Boli';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/mvboli.woff') format('woff');
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/dosis-medium.woff') format('woff');
}

*{
    font-family: "Dosis";
}


header{
    padding: 2em;
}

header li{
    padding: 0 0.5em;
    border-radius: 5px 5px 0 0;
    border: 1px solid var(--noir);
    height: 5vh;
}

header a{
    color: var(--noir);
    text-decoration: none;
}

header li:hover a{
    color: var(--rosefonce);
    font-weight: bold;
}

#prev{
    font-size: 4em;
    position: absolute;
    margin-left: 1em;
    margin-top: -0.5em;
    color: var(--noir);
    z-index: 5;
}

#prev:hover{
    opacity: 80%;
    color: var(--rosefonce);
    filter: drop-shadow(3px 4px 0.5px #0000003e);
}

body{
    --roseclair: #E5B3BB;
    --rosefonce: #C54B6C;
    --blanc: #FFF8F8;
    --grisclair: #C6C9D0;
    --grisfonce: #9B9EA3;
    --noir: #1E1E1E;
    background-color: var(--blanc);
    color: var(--noir);
}

#logo{
    width: 15vw;
}

#corps{
    margin: 1em 9em;
}

h2{
    font-family: "MV Boli";
    font-weight: 100;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 0.75em;
}

.bloc{   
    margin-top: 1em;
    margin-bottom: 1em;
}

.carousel{
    overflow: auto;
    display: flex;
    gap: 1em;
    justify-content: space-between;
}

.carousel div{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

#concept{
    margin-top: 1.5em;
    padding: 2em 1.5em;
    position: relative;
}

.rose{
    background-color: var(--rosefonce);
    border-radius: 5px;
    color: var(--blanc);
}

.blanc{
    background-color: var(--blanc);
    border-radius: 5px;
    color: var(--noir);
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 1em;
    box-shadow: 0px 3px 8px 0px #575757;
}

#affiche{
    max-height: 60vh;
}

.carousel embed{
    width: 35vw;
    height: 75vh;
}

#anim_logo{
    max-height: 50vh;
    border: 1px solid var(--noir);
}

div:has(> a #anim_logo), div:has(> a #affiche){
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.patte_chien{
    content: url("../images/projets/patte_chien.png");
    height: 150px;
    position: absolute;
    left: -15px;
    bottom: -60px;
    transform: rotate(130deg);
}

.patte_chat{
    content: url("../images/projets/patte_chat.png");
    height: 150px;
    position: absolute;
    right: -15px;
    top: -60px;
    transform: rotate(320deg);
}