@media screen and (width <=1000px) {
    body {
        font-size: 10px !important;
        width: 100%;
    }
    .phone {
        display: flex;
        flex-direction: column;
        margin: 10px auto;
        justify-content: center;
    }
    #haut {
        margin-bottom: 150px;
        padding: 5px;
    }
    .home-content p,
    .about-content p {
        line-height: 20px;
    }
    .header {
        display: flex;
        flex-direction: column;
        margin-top: 5px;
    }
    .menu {
        position: relative;
        /* visibility: visible !important; */
        width: 100%;
    }
    .menu-btn {
        visibility: visible !important;
        position: absolute;
        display: flex;
        font-size: 3em;
        right: 0;
        top: 0;
        color: #004883;
        cursor: pointer;
    }
    .navbar {
        visibility: hidden;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* transition: 1s; */
        /* display: flex !important;
        flex-direction: row; */
    }
    .navbar a {
        font-size: 10px !important;
    }
    .home-image img,
    .about img {
        width: 40% !important;
        height: 30% !important;
    }
    .navbar a {
        margin: 5px auto !important;
    }
    .portefolio-content {
        display: flex;
        flex-direction: column;
    }
    .portefolio-list {
        width: 100%;
        margin: 15px auto;
    }
    p {
        font-size: 10px !important;
    }
    .h1-sidebar {
        width: 60%;
    }
    .competence {
        display: flex !important;
        flex-direction: column !important;
    }
    .about .image-profil {
        margin: auto auto !important;
    }
    .competence-image {
        display: flex !important;
        flex-direction: column !important;
    }
    .prof small {
        font-size: 15px !important;
    }
    .progress-line span,
    .progress-line {
        height: 8px;
    }
    .header-competence {
        font-size: 25px !important;
        margin-bottom: 20px !important;
    }
    .progress-content,
    .prof {
        display: flex !important;
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
        margin-top: 10px !important;
    }
    .titre {
        display: flex !important;
        box-sizing: border-box !important;
        flex-direction: column !important;
        font-size: 20px !important;
    }
    .about {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .about-content {
        width: 100% !important;
    }
    .footer-content {
        display: flex !important;
        flex-direction: column !important;
        padding: 10px 0 !important;
        border-bottom: 2px solid;
    }
    .social-media a {
        /* display: flex; */
        /* flex-direction: row; */
        /* flex-wrap: wrap; */
        font-size: 10px !important;
        margin: 30px 15px !important;
        padding: 5% 5% !important;
    }
    .social-media h3 {
        margin-top: 10px;
    }
    .social-media {
        width: 80%;
        margin: 20px auto !important;
        border-top: 2px solid #004883;
        /* padding: auto 10px !; */
        /* width: 100%; */
        border-right: none;
        text-align: center;
    }
    .social-media-content {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        text-align: center;
        margin: 10px auto;
    }
    .retour {
        display: none !important;
    }
    .phone {
        background: transparent !important;
    }
}