.titre {
    display: flex;
    justify-content: center;

    padding-top: 20px;
    padding-bottom: 30px;

}


body {
    background: linear-gradient(270deg, #0f1c3b, #294486);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;

    cursor: url('/img/icons8-cursor-26.png') 8 8, auto;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

header {
    color: #a59051;
    display: flex;
    padding-top: 20px;
    font-family: DM Sans;
    padding-bottom: 50px;

    font-size: 20px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;


}

a {
    text-decoration: none;
}

p {
    background-color: #a59051;
    padding: 5px;
    border-radius: 5px;
    margin: 4px;
    font-size: 18px;
}



body {
    margin: 0px;
}

.titre {
    color: #a59051;
    font-size: 60px;
    font-family: DM Sans;
    font-weight: bold;
}

.dm-sans {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.titan-one-regular {
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
}



.portfolio {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
    flex-wrap: wrap;
    margin-left: 300px;
    margin-right: 300px;
    padding-bottom: 60px;
}

.sae {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    border-radius: 10px;
    font-family: DM Sans;
    color: #eaeffa;
    padding: 10px;
    width: 350px;
    height: 300px;
    background-color: #156074;
    border: solid #156074;
    transition: 0.3s;
    text-align: center;


}

.sae:hover {
    border: solid #a59051;
    background-color: rgba(0, 0, 0, 0);
    transform: scale(1.04);



}

.titres {
    display: flex;
    gap: 30px;
}

footer {
    background-color: #156074;
}

.res {
    margin: 0px;
    color: #eaeffa;
    background-color: rgba(0, 0, 0, 0);
    font-family: DM Sans;
}



.contact {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;

}

.reseaux {
    display: flex;
    gap: 10px;
}

.copyright {
    display: flex;
    justify-content: center;
    color: #eaeffa;
    font-family: DM Sans;
    text-decoration: none;
    padding-bottom: 15px;
}

.ep {
    color: #a59051;

}

.lienheader {
    color: #a59051;
}