html {
    margin-top: 0 !important;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 1.3rem;
    }
}

h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 1.8rem;
    }
}

h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    color: var(--color-2);
}

@media screen and (min-width: 1024px) {
    h3 {
        font-size: 2.5rem;
    }
}

h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 400;
}

@media screen and (min-width: 1024px) {
    h4 {
        font-size: 1.875rem;

    }
}

a {
    text-decoration: none;
    /* color: white; */
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 1024px) {
    h1 {
        font-size: 1.3rem;
    }
}

Button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;

    background: transparent;

    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;

    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;

    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;

    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
}

input{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    margin-right: 0px;
    margin-left: 0px;
    resize: vertical;
}

textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    margin-right: 0px;
    margin-left: 0px;
    resize: vertical;
}

.wpcf7 input[type=submit] {
    background-color: var(--color-1);
    color: var(--white);
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
   color: red 
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: #ffb900;
}

.wpcf7 form .wpcf7-response-output{
    border: none;
}

#contact{
    scroll-margin-top: 4rem;
}
#a-propos{
    scroll-margin-top: 4rem;
}
#services{
    scroll-margin-top: 4rem;
}
#galerie{
    scroll-margin-top: 4rem;
}

@media screen and (min-width: 1024px) {
    #contact{
        scroll-margin-top: 2rem;
    }
    #a-propos{
        scroll-margin-top: 4rem;
    }
    #services{
        scroll-margin-top: 2rem;
    }
    #galerie{
        scroll-margin-top: 4rem;
    }
}