.border-round
{
    border: solid 1px lightgray;
    border-radius: 10px;
    margin: 10px;
}


.border-round-close
{
    border: solid 1px orangered;
    border-radius: 10px;
    margin: 10px;
}

.justBorder
{
    border: solid 1px lightgray;
    border-radius: 10px;
    margin: 10px;
}

.justBorder:hover
{
    cursor: pointer;
}

.blackbg
{
    background-color: black;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    margin: 10px;
}
.blackbg:hover
{
    cursor: pointer;
}

.input-group-text
{
    min-width: 120px;
}

td, th {
    padding: 10px;
}




@media screen and (max-width: 1280px) and (orientation: portrait) , screen and (device-width: 320px) and (device-height: 640px)  and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px)  and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px)  and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px)  and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px)  and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px)  and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px)  and (orientation: portrait),
only screen and (min-device-width: 414px) and (max-device-width: 736px)  and (orientation: portrait) {


    .infoparagraphe
    {
        width: 100%;
        margin-bottom: 20px;
    }

    h1{
        font-size: 0.8em;
    }
}
