header {
    border-bottom: 2px solid #FFF;
    margin-bottom: 15px;
}

main {
    width: 75%;
    margin: auto;
    line-height: 1;
}

#retour {
    color: #FFF;
    padding: 5px;
    position: relative;
    top: 10px;
    font-family: 'Bagel', sans-serif;
    font-size: 1.2rem;
}

h1 {
    font-family: 'Bagel', sans-serif;
    text-align: center;
}

.galery {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.text {
    height: 30vh;
    display: flex;
    align-items: center;
    padding: 5%;
}

b {
    font-family: 'GothamBold', sans-serif;
}

.big {
    width: 95%;
    border: 1px solid #FFF;
    border-radius: 15px;
    margin-bottom: 20px;
}

.left .big {
    width: 95%;
}

.timg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5%;
}

.small {
    width: 90%;
    border: 1px solid #FFF;
    border-radius: 15px;
}

/* --- Responsive projet Hobbies --- */
    @media (max-width: 450px) {
        h1 {
            margin-top: 40px;
            margin-bottom: 10px;
        }
        
        .galery {
            margin-top: 0px;
            grid-template-columns: 1fr;
            margin-bottom: 25px;
        }
        
        .text {
            height: 20vh;
        }
    }
    