@import 'css/main.css';

.contact1 {
    font-weight:600;
    font-size:1.1rem;
    padding-bottom:5px;
    color:var(--primary);
}

.heyhuman {
    line-height:20px;
}

/* -------------------------------------- */
/* M E D I A S   Q U E R I E S */
/* -------------------------------------- */

/* On réduit le padding-bottum du main, car sinon en mobile ça fait scroller
pour voir le footer*/

@media (max-width: 768px) {

    main {
        padding-bottom: 20px !important;
    }
    
}

@media (max-width: 450px) {

    
}