/*:link { color: #0000EE; }
:visited { color: #551A8B; }
:link:active, :visited:active { color: #FF0000; }*/


body{
    font-family: Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #ad97ff;
    font-size: larger;
}

header{
    padding: 0px;
    margin: 0px;
    padding-bottom: 1px;
    background-image: url(img/banner.png);
    background-size: cover;
}

#logo {
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 15%;
    height: auto;
}

#logo img {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

#title {
    justify-content: center;
    flex-direction: row;
    display: flex;
    margin-bottom: 0px;
}

#title img {
    width: 40%;
    height: auto;
    margin-bottom: 0px;
}


#burger-menu {
    display: none;
}

#link-list, .list{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
}

.lien {
    padding-bottom: 0px;
    padding-top: 0px;
}

.a{/*
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;*/
    padding-top: 1.1vw;
    padding-left: 0.8vw;
    padding-right: 0.8vw;
    border-style: solid;
    border-radius: 20px;
    border-color: #f7adff;
    background-color: #f7adff;
    margin-right: 10px;
    /*width: 145px;
    height: 27px;*/
}

.current-page{
    cursor: default;
    border-color: #a791fc;
    background-color: #a791fc;
}

.a img{
    height: 30px;
    width: auto;
}

/*-----------------------------------FOOTER-----------------------------------*/

footer {
    height : 15vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    width: auto;
    background-color: #ad97ff;
    border-color: black;
    border-width: 2px;
    border-top-style: solid;
}

#currentD {
    display: flex;
    flex-direction: row;
    height: 100%;
    text-align: left;
}

#currentD img {
    height: 100%;
    width: auto;
}

#currentD div {
    align-content: center;
    font-size: 2vh;
}

#portal-link {
    color: #0000ee;
    height: 6.5vh;
    font-size: 2vh;
    margin-right: 0px;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-radius: 20px;
    width: /*325px*/ fit-content;
    text-align: center;
    display: flex;
    flex-direction: column;
}

#portal-link img {
    height: 6.5vh;
    width: auto;
}

#copyright {font-size: small;}















/* @media screen and (max-width : 900px) { */

/* @media screen and (min-width : 431px) and (max-width : 900px) { 
*/
@media screen and (max-width : 580px) {
    body{
        font-family: Helvetica, sans-serif;
        margin: 0px;
        padding: 0px;
        background-color: #ad97ff;
        font-size: larger;
    }

    header{
        padding: 0px;
        margin: 0px;
        padding-bottom: 1px;
        background-image: url(img/banner.png);
        background-size: cover;
    }

    #logo {
        margin-left: 10px;
        margin-right: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 35%;
        height: auto;
    }

    #logo img {
        width: 100%;
        height: auto;
        margin-top: 5px;
    }

    #title {
        margin-top: 12px;
        justify-content: center;
        flex-direction: row;
        display: flex;
        margin-bottom: 0px;
    }

    #title img {
        width: 80%;
        height: auto;
        margin-bottom: 0px;
    }


    #burger-menu {
        display: block;
        width: 100%;
        text-align: right;
        padding: 8px 24px;
        font-size: 24px;
        background-color: #f7adff;
        border: none;
        border-radius: 0;
    }

    #burger-menu img {
        height: 20px;
        width: auto;
    }

    #link-list, .list{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        list-style-type: none;
    }

    #link-list {
        margin-top: 0px;
        display: none;
    }

    .lien {
        padding-bottom: 0.2vh;
        padding-top: 0.5vh;
        text-align: center;
        width: 100vw;
        justify-self: right;
        margin-left: 0px;
    }

    .a{
        margin-right: 0px;
        padding-top: 9px;
        padding-left: 10px;
        padding-right: 10px;
        border-style: solid;
        border-radius: 20px;
        border-color: #f7adff;
        background-color: #f7adff;
        width: 145px;
        height: /*27px*/3vh;
    }

    .a img{
        height: /*25px*/2.7vh;
        width: auto;
    }

    /*-----------------------------------FOOTER-----------------------------------*/

    footer {
        height : 15vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-top: 10px;
        width: auto;
        background-color: #ad97ff;
        border-color: black;
        border-width: 2px;
        border-top-style: solid;
    }

    #currentD {
        display: flex;
        flex-direction: row;
        height: 100%;
    }

    #currentD img {
        height: 100%;
        width: auto;
    }

    #currentD div {
        align-content: center;
        font-size: 2vh;
    }/*

    #portal-link {
        color: #0000ee;
        height: 9vh;
        font-size: 2vh;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 9px;
        padding-left: 10px;
        padding-right: 10px;
        border-style: solid;
        border-radius: 20px;
        width: fit-content;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    #portal-link img {
        height: 6.5vh;
        width: auto;
    }*/

    #portal-link {
        color: #0000ee;
        height: 6.5vh;
        font-size: 2vh;
        margin-right: 0px;
        margin-top: 2px;
        margin-bottom: 10px;
        padding-top: 9px;
        padding-left: 10px;
        padding-right: 10px;
        border-style: solid;
        border-radius: 20px;
        width: /*325px*/ fit-content;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    #portal-link img {
        height: 6.5vh;
        width: auto;
    }

    #copyright {font-size: small;}
}