@media only screen and (max-width: 1023px) {
    /**
     * Présentation
     */
    #presentation {
        padding-left: 40px;
    }
    
    #me {
        flex-basis: 200px;
    }
    
    /**
     * Réalisations
     */
    #work {
        padding-right: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 850px) {
    /**
     * Présentation
     */
    #presentation {
        padding-left: 20px;
        padding-top: 20px;
    }
    
    #me {
        display: none;
    }
    
    /**
     * Réalisations
     */
    #work {
        padding-right: 20px;
        padding-bottom: 20px;
    }
    
    /* Images de transition */
    .transition {
        height: 250px;
    }
}

@media only screen and (max-width: 650px) {
    /**
     * Logo
     */
    #logo img {
        height: 120px;
    }
    .title {
        font-size: 1.8em;
    }
    .subtitle {
        font-size: 1.28em;
    }
    
    .images-container .image {
        flex-basis: 250px;
        height: 250px;
    }
}

@media only screen and (max-width: 550px) {
    /**
     * Logo
     */
    #logo {
        flex-direction: column;
    }
    #logo img {
        /*height: 85px;*/
    }
    .title {
        font-size: 1.5em;
    }
    .subtitle {
        font-size: 1em;
    }
    #header.fixed #logo {
        gap: 10px;
        flex-direction: row;
        padding-right: 60px;
    }
    #header.fixed #logo img {
        height: 60px;
    }
    #header.fixed .title {
        font-size: 0.93em;
    }
    #header.fixed .subtitle {
        font-size: 0.85em;
        letter-spacing: initial;
    }
    
    h1 {
        letter-spacing: initial;
        font-size: 1.8em;
    }
    
    /**
     * Présentation
     */
    #presentation {
        padding-left: 0px;
    }
    
    /**
     * Réalisations
     */
    #work {
        padding-right: 0px;
    }
    
    /**
     * Boutique
     */
    #shop {
        padding: 0px;
    }
    
    #shop .block-content {
        max-width: 100%;
    }
    
    /**
     * Contact
     */
    #contact {
        padding-right: 50px;
    }
}