/*===============Footer*===============*/

footer {
    margin-top: 5%;
    margin-bottom: 0%;
    min-height:250px;
    background-color: #040707;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#footerColumn {
    margin-left: 1%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    width: 15%;
}

footer p {
    color: white;
}

footer h2 {
    color: white;
}

footer h3 {
    color: white;
    padding: 0;
    margin:0;
}

footer h3 a{
    color:inherit;
    text-decoration: inherit;
}

footer li {
    color: white;
    margin-left: 10px;
    list-style: none;
}

footer li {
    margin-top: 1em;
}

footer button {
    width: 100px;
    height: 50px;
    background-color: var(--primary-color);
    color: white;
    font-size: 18px;
    border: none;
}

footer button:hover {
    width: 100px;
    height: 50px;
    background-color: var(--primary-color-highlight);
    text-decoration: underline;
    color: white;
    font-size: 18px;
    border: none;
}

#footerColumn-logos div {
    width: 30%;
}

#footerColumn-logos {
    display: flex;
    justify-content: space-around;
    margin: 2%;
    width: 50%;
}

#footerValLogo {
    width: 300px;
}

#footerLogo {
    width: 240px;
    margin-bottom: 20%;
    margin-top: 10%;
}

#LePageFooterColumn {
    display: flex;
    flex-direction: column;
    width: 15%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#LePageFooterColumn img {
    width: 200px;
    margin-bottom: 10%;
}

#LePageFooterColumn button {
    margin-bottom: 50px;
}

/* ==Tablets (landscape)== */
@media (min-width: 800px) and (max-width: 1366px) and (orientation : landscape) {
/*===============Footer*===============*/

footer {
    margin-top: 5%;
    margin-bottom: 0%;
    min-height:250px;
    background-color: #040707;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#footerColumn {
    margin-left: 1%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    width: 15%;
}

footer p {
    color: white;
}

footer h2 {
    color: white;
}

footer h3 {
    color: white;
    padding: 0;
    margin:0;
}

footer h3 a{
    color:inherit;
    text-decoration: inherit;
}

footer li {
    color: white;
    margin-left: 10px;
    list-style: none;
}

footer li {
    margin-top: 1em;
}

footer button {
    width: 100px;
    height: 50px;
    background-color: var(--primary-color);
    color: white;
    font-size: 18px;
    border: none;
}

footer button:hover {
    width: 100px;
    height: 50px;
    background-color: var(--primary-color-highlight);
    text-decoration: underline;
    color: white;
    font-size: 18px;
    border: none;
}

#footerColumn-logos div {
    width: 30%;
}

#footerColumn-logos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 2%;
    margin-inline:0;
    width: 30%;
}

#ValFooterColumn {
    display: flex;
    flex-direction: column;
    width: 30%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom:2%;
}

#footerValLogo {
    width: 300px;
    text-align: center;
}

#footerLogo {
    width: 240px;
    margin-bottom: 20%;
    margin-top: 10%;
}

#LePageFooterColumn {
    display: flex;
    flex-direction: column;
    width: 15%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#LePageFooterColumn img {
    width: 200px;
    margin-bottom: 10%;
}

#LePageFooterColumn button {
    margin-bottom: 50px;
}
}

/* ==Tablets (Portrait)== */
@media (min-width: 800px) and (max-width: 1024px) and (orientation : portrait){
    footer {
        margin-top: 5%;
        margin-bottom: 0%;
        min-height:250px;
        background-color: #040707;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #footerColumn {
        display: flex;
        flex-direction: column;
        margin: 2%;
        width: 100%;
    }

    #footerColumn-logos {
        display: flex;
        margin: 2%;
        width: 100%;
    }

    #footerColumn-logos div {
        width: 50%;
    }

    #footerValLogo {
        margin-top: 2%;
        width: 200px;
    }

    #LePageFooterColumn {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #LePageFooterColumn img {
        width: 130px;
        margin: 5%;
    }

    #footerColumn a {
        width: fit-content;
    }

    #footerColumn button {
        width: 100px;
        height: 50px;
        background-color: var(--primary-color);
        color: white;
        font-size: 18px;
        border: none;
        justify-content: center;
    }

    footer ul {
        list-style-position: outside;
        padding-inline: 3%;
        font-size: 12px;
    }

    footer li {
        color: white;
        margin-left: 5px;
        list-style: none;
    }
    
    footer li {
        margin-top: 1em;
    }

}

@media (max-width: 800px) {
    footer {
        margin-top: 5%;
        margin-bottom: 0%;
        min-height:250px;
        background-color: #040707;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #footerColumn {
        display: flex;
        flex-direction: column;
        margin: 2%;
        width: 100%;
    }

    #footerColumn-logos {
        display: flex;
        margin: 2%;
        width: 100%;
    }

    #footerColumn-logos div {
        width: 50%;
    }

    #footerValLogo {
        margin-top: 2%;
        width: 200px;
    }

    #LePageFooterColumn {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #LePageFooterColumn img {
        width: 130px;
        margin: 5%;
    }

    #footerColumn a {
        width: fit-content;
    }

    #footerColumn button {
        width: 100px;
        height: 50px;
        background-color: var(--primary-color);
        color: white;
        font-size: 18px;
        border: none;
        justify-content: center;
    }

    footer ul {
        list-style-position: outside;
        padding-inline: 3%;
        font-size: 12px;
    }

    footer li {
        color: white;
        margin-left: 5px;
        list-style: none;
    }
    
    footer li {
        margin-top: 1em;
    }

}