@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@1,800&family=Nunito:wght@400;1000&display=swap');

body {
    margin: 0;
}


header {
    display: flex;
    background: #F5EBDC;
    height: 60px;
    justify-content: space-between;
    align-items: center;
}

.menuburger a:hover {
    filter: brightness(1.1);
    cursor: pointer;
    box-shadow: -4px 4px 5px .05rem black;

}

.menuburger a {
    color: #502314;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    border-bottom: 2px solid rgb(80, 35, 20, .5);
    max-width: 300px;
    background: white;
    font-family: Nunito;
    font-weight: 1000;
    width: 150px;
}

.menuburger input[type="checkbox"],
.menuburger .fa-bars {
    position: absolute;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.menuburger .fa-bars {
    font-size: 48px;
    pointer-events: none;
}

.menuburger input[type="checkbox"] {
    opacity: 0;
}

#menuburger-nothing {
    display: block;
    border-bottom: 3px solid rgb(80, 35, 20);
    padding: 10px 20px;
    max-width: 300px;
    background: white;
    height: 10px;
}

.menuburger {
    color: white;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.menuburger nav {
    display: none;
}

.nav-absolute {
    position: absolute;
    top: 34px;
    left: -60px;
}

.menuburger li {
    list-style: none;
    width: 150px;
}

.menuburger input:checked~nav {
    display: block;
}

.menuburger input:checked~.fa-bars {
    display: none;
}

#image-logo {
    width: 120px;
    position: absolute;
    left: 120px;
    top: 0px;
}

.logo-menu {
    display: flex;
    align-items: center;
}


.menuflex ul {
    display: flex;
    padding: 0;
    justify-content: center;
    margin-right: 20px;
    gap: 20px;
}

.menuflex li {
    font-family: Nunito;
    font-weight: 1000;
    font-size: 11pt;
    list-style: none;
}

.menuflex li:hover {
    font-size: 12pt;
}

.menuflex a {
    color: #502314;
    text-decoration: none;
    padding: 0;
}

#btn-contact {
    background: #502314;
    color: #F5EBDC;
    padding: 5px 10px;
    border-radius: 4px;
}

.menuflex a:hover {
    filter: brightness(1.5);
}


/* --------------------fin CSS header ---------------*/

main {
    background: #FAF5ED;
    margin: 0;
    padding: 50px 100px 60px 100px;
}

main h1 {
    font-family: Nunito;
    font-weight: 1000;
    font-size: 24pt;
    color: #502314;
    text-align: center;
    margin-bottom: 40px;
}

main h2 {
    font-family: Nunito;
    font-weight: 1000;
    font-size: 18pt;
    color: #502314;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
}

main ol {
    font-family: Nunito;
    font-weight: 1000;
    font-size: 18pt;
    color: #502314;
    text-align: left;
    padding: 0;
}

main article ul {
    font-family: Nunito;
    font-weight: 400;
    font-size: 12pt;
    color: black;
    text-align: left;
    padding-left: 10px;
}

main p {
    font-family: Nunito;
    font-weight: 400;
    font-size: 12pt;
}


/* -------------------- fin CSS main ------------------ */

footer {
    background-color: #502314;
}

#logo-background {
    background-color: #F5EBDC;
    border-radius: 30px;
    width: fit-content;
}

#logo-background img {
    width: 80px;
    margin: auto;
    margin-top: 5px;
}

.container-app {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    padding-top: 40px;
}

.left-app {
    display: flex;
}

.left-app p {
    font-family: Nunito;
    font-weight: 400;
    font-size: 8pt;
    color: white;
    margin-left: 20px;
    margin-right: 100px;
}

#download {
    width: 400px;
}

.line-footer {
    width: 95%;
    justify-content: center;
    height: 1px;
    background-color: #ffffff9d;
    border-radius: 5px;
}

.container-networks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}

.container-logos {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.container-networks p {
    font-family: Nunito;
    font-weight: 1000;
    font-size: 24pt;
    color: white;
    margin-bottom: 30px;
}

.container-networks img {
    width: 35px;
}

.container-links {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: auto;
    gap: 80px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.container-links li {
    list-style: none;
    margin: 5px 0;
}

.container-links ul {
    padding: 0;
    text-align: left;
}

.container-links h4 {
    font-family: Nunito;
    font-weight: 1000;
    font-size: 12pt;
    color: white;
    margin: 0;
    text-align: left;
}

.container-links a {
    text-decoration: none;
    font-family: Nunito;
    font-weight: 400;
    font-size: 9pt;
    color: white;
}

.container-links a:hover {
    font-size: 10pt;
    text-shadow: -5px 4px 1px 0rem #00000091;
}

#last-line {
    margin-bottom: 0;
}

.container-mentions {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.container-mentions nav {
    width: 800px;
    padding: 0;
}

.container-mentions ul {
    display: flex;
    padding: 0;
    text-align: center;
    margin-top: 5px;
}

.container-mentions li {
    list-style: none;
    flex: 1;

}

.container-mentions a {
    text-decoration: none;
    text-align: left;
    font-family: Nunito;
    font-weight: 400;
    font-size: 7pt;
    color: white;
}

.container-mentions p {
    font-family: Nunito;
    font-weight: 400;
    font-size: 7pt;
    color: white;
    width: 320px;
    margin-top: 5px;
}


/* RESPONSIVE */

@media screen and (max-width: 1150px) {
    .logo-menu img {
        display: none;
    }
}

/* max-width 850px*/

@media screen and (max-width: 990px) {
    header {
        display: flex;
        flex-direction: column;
        height: fit-content;
        justify-content: left;
        align-items: start;
        padding: 0;
        padding-top: 10px;
        padding-left: 30px;
    }

    .menuburger {
        width: 200px;
    }


    .menuflex ul {
        display: flex;
        flex-direction: column;
        justify-content: left;
    }

    .menuflex li {
        font-size: 16pt;
    }

    .menuflex li:hover {
        font-size: 18pt;
    }

    /* HEADER */



    /* FOOTER */

    footer {
        padding-top: 20px;
    }

    .container-app {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: auto;
        width: fit-content;
        align-items: center;
        padding: 0;
    }

    .left-app {
        display: flex;
        width: 550px;
        justify-content: center;
        align-items: center;
    }

    .left-app p {
        margin: 0;
        margin-left: 10px;
        width: 380px;
        text-align: center;
    }

    .container-app img {
        margin-top: 30px;
    }

    .container-links {
        display: flex;
        gap: 30px;
        width: fit-content;
    }

    .footer-links h2,
    .footer-links li {
        text-align: center;
    }

    .container-mentions ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .container-mentions li {
        font-size: 11pt;
        line-height: .7;
        margin-bottom: 15px;
    }

}



@media screen and (max-width: 500px) {

    header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menuburger {
        position: absolute;
        top: 0;
        left: 0;
    }

    .menuflex {
        padding: 0;
        margin: auto;
        margin-top: 20px;
    }

    /* HEADER */




    /* FOOTER */

    .download-container {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    #download {
        width: 60%;
        margin: auto;
    }


    .left-app p {
        font-size: 7pt;
        margin: auto;
    }

    .left-app {
        margin-left: 0;
        margin-top: 20px;
        width: 90%;
        padding: 0;
        justify-self: left;
    }

    #logo-background img {
        width: 70px;
    }

    #logo-background {
        border-radius: 15px;
    }

    .container-networks p {
        font-size: 16pt;
    }

    .container-networks img {
        width: 20px;
    }

    .container-links h4 {
        font-size: 9pt;
        text-align: center;
    }

    .container-links {
        gap: 10px;
    }

    .footer-links a {
        font-size: 7pt;
        text-align: center;
    }

    .footer-links a:hover {
        font-size: 7.5pt;

    }

    .container-mentions a {
        font-size: 5pt;
        text-align: center;
    }

    .container-mentions li {
        margin-bottom: 3px;
    }

    .container-mentions p {
        font-size: 5pt;
        text-align: right;
    }
}



@media screen and (max-width: 360px) {

    main {
        padding: 50px 20px 60px 20px;
    }

    main h1 {
        font-size: 26px;
    }

    main h2 {
        font-size: 20px;
        text-align: center;
    }

    main p {
        font-size: 13px;
    }

    main li {
        width: fit-content;
        margin-left: 20px;
    }


    /* FOOTER */

    footer {
        width: 100%;
    }

    footer img {
        width: 100%;
    }

    footer div {
        width: 100%;
    }

    footer p {
        width: 100%;
    }

    #logo-background {
        width: fit-content;
    }

    .left-app {
        width: 100%;
    }

    .left-app p {
        font-size: 8px;
        width: fit-content;
    }

    .container-mentions li {
        gap: 2px;
    }

    .container-links li {
        font-size: 6px;
    }

    .container-mentions li {
        font-size: 4px;
        margin-bottom: 10px;
        line-height: 1.3;
    }
}