/*------------------------------------*\
    Base / Version mobile
\*------------------------------------*/

header{
    background-color: rgb(0, 0, 0);
    h1{
        font-size: 4vh;
        padding: 10px;
        margin: 0;
        text-align: center;
        color: white;
    }
}

nav{
    display: flex;
    background-color: rgb(202, 202, 202);
}

#navbarSupportedContent{
    justify-content: space-around;
}
#elNAV{
    font-size: larger;
    width: 100%;
    a{
        color: black;
        list-style: none;
    }
}
#loupe_ic{
    top:5px;
    right:10px;
    position:absolute;
}
#loupe{
    width:50px;
}

a{
    text-decoration: none;
    color: black;
    p{
        margin: 0;
        padding: 3px 10px;
        border-radius: 10px;
    }
    p:hover{
        color: white;
        background-color: green;
    }
}


body{
    margin: 0;
    background-color: rgb(255, 255, 255) !important;
}


@media screen and (max-width:576px){
	/*mobile*/
    .PConly{
        display: none;
    }
}
@media screen and (max-width:991px){
    #elNAV{
        ul{
            display: flex;
            align-items: center;
        }
    }
}

.tablist{
    display: flex;
    justify-content: center;
    font-size:1vh;
    table, table td, table th{
        padding: 5px;
        border: 1px solid black;
        border-collapse: collapse;
    }
}
.tabAD{
    display: flex;
    justify-content: center;
    font-size:1vh;
    table, table td, table th{
        padding: 5px;
        border: 1px solid rgb(255, 255, 255);
        border-collapse: collapse;
    }
    a{
        background-color: none !important;
        border: none !important;
    }
}
.ADMIN{
    background-color: rgb(47, 47, 47) !important;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    .ADban{
        display: flex;
        background-color: rgb(62, 0, 0);
        align-items: center;
        flex-direction: column;
        justify-content: center;
        h1, h2{
            font-size: 40px;
        }
    }
    .LIENS{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    h4{
        font-size: x-large;
    }
    h6{
        font-size: medium;
    }
    a{
        background-color: rgb(34, 34, 34);
        color: rgb(255, 255, 255);
        border: solid white 2px;
        border-radius: 5px;
        text-decoration: none;
    }
    a:hover{
        color : rgb(101, 167, 101);
        border: solid rgb(101, 167, 101) 2px;
    }
}


#Rech{
    padding: 10px;
    font-size: 20px;
    background-color: rgb(202, 202, 202);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

footer{
    background-color: rgb(0, 0, 0);
    text-align:end;
    p{
        margin: 0;
        color: white;
    }
}

/*------------------------------------*\
    Version Autre
\*------------------------------------*/

@media screen and (min-width:576px){
	/*PC/tablette*/
    #elNAV{
        ul{
            display: flex;
            justify-content: space-evenly;
        }
    }
    .BLOCcar{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .IMGcar{
        position: static;
    }
    .PConly{
        position: absolute;
        display:block;
        align-items: center;
        color: white;
        background-color: rgba(0, 0, 0, 0.418);
        border-radius: 10px;
        width: 45%;
        font-size: larger;
    }
}