﻿@media (max-width: 550px) {
    .Login-talktext span {
        font-size: 17px;
        color: #0e3192;
        font-weight: 110;
        margin-bottom: 10px;
    }

    .LoginHome_img {
        display: block;
        width: 100px;
        margin-bottom: 0px !important;
    }

    .Login-talk-bubble {
        margin: 0px;
        margin-bottom: 40px;
        margin-left: 20px;
        margin-right: 10px;
        display: inline-block;
        position: relative;
        width: auto;
        height: auto;
        background-color: white;
    }
}


/*///////////////////// EXTRA SMALL SIZE \\\\\\\\\\\\\\\\\\\\\\\\\\*/
@media (max-width: 515px) {
    .thumbnail.home span {
        font-size: 3vw;
    }

    .navbar-blue li > a:hover, .navbar-blue li > a:focus, .navbar-blue .open, .navbar-blue .open > a, .navbar-blue .open > a:hover, .navbar-blue .open > a:focus {
        background-color: #eee;
        color: #23527c !important;
    }

    .background-panel.with-menu-panel {
        margin: 0px !important;
    }
}

/*///////////////////// EXTRA EXTRA SMALL SIZE \\\\\\\\\\\\\\\\\\\\\\\\\\*/
@media (max-width: 375px) {
    .thumbnail.home span {
        font-size: 3vw;
    }

    .background-panel.menu-small {
        min-height: 100vh;
        background-color: rgb(14, 49, 146);
        z-index: 855;
        margin-top: -110px;
        padding-top: 20px;
        margin-bottom: -50px;
        width: 100%;
        color: black;
    }

    .navbar-blue li > a:hover, .navbar-blue li > a:focus, .navbar-blue .open, .navbar-blue .open > a, .navbar-blue .open > a:hover, .navbar-blue .open > a:focus {
        background-color: #eee;
        color: #23527c !important;
    }

    .background-panel.with-menu-panel {
        margin: 0px !important;
    }

    .CrossGoBack  {
        width: auto;
        height: 40px;
    }

    .font-black.alerte-on {
        margin-top: auto !important;
    }

    .capital.alerte-on {
        margin-top: auto !important;
    }

    .col-xs-3{
        width:25%;
    }

    .footer-perso span {
        font-size: 10px !important;
    }

    .footer-perso ul {
        font-size: 9px !important;
    }
    .footer-perso .copyright {
        right: 10px !important;
    }
}

/*///////////////////// EXTRA EXTRA SMALL SIZE \\\\\\\\\\\\\\\\\\\\\\\\\\*/
@media (max-width: 320px) {

    .LoginTable {
        background-color: #F6F6F6;
        position: fixed;
        width: 320px;
        height: 100vh;
    }


    .LoginBox {
        width: 320px !important;
        top: 0px !important;
        height: 100vh !important;
        overflow: scroll;
        padding: 0px !important;
        background-color: red !important;
        padding-right: 0px !important;
        box-shadow: 0 0px 0px -1px gray !important;
        /*background: #F6F6F6 !important;*/
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center !important;
        margin-top: 0px !important;
        min-height: 100vh;
    }


        .LoginBox .LoginBoxContent {
            background-color: #F6F6F6;
            height: 100%;
            padding: 0px;
            padding-top: 40px;
            z-index: 10;
            width: 100%;
            max-width: 700px !important;
            box-shadow: 0px 0px 0px #555;
            position: relative;
        }

    .Login-talktext span {
        font-size: 12px;
        color: #0e3192;
        font-weight: 110;
        margin-bottom: 10px;
    }

    .LoginHome_img {
        display: block;
        width: 50px;
        margin-bottom: 0px !important;
    }

    .Login-talk-bubble {
        margin: 0px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        position: relative;
        width: auto;
        height: auto;
        background-color: white;
    }

        .Login-talk-bubble.border {
            border: 1px solid #0e3192;
        }

        .Login-talk-bubble.round {
            border-radius: 12px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
        }

        .Login-talk-bubble.tri-right.border.left-top:before {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            left: -14px;
            right: auto;
            transform: rotate(180deg);
            top: auto;
            bottom: -0.5px;
            border: 14px solid;
            border-color: #0e3192 transparent transparent transparent;
        }

        .Login-talk-bubble.tri-right.left-top:after {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            left: -12px;
            right: auto;
            transform: rotate(180deg);
            top: auto;
            margin-top: 0.5px;
            bottom: 0px;
            border: 15px solid;
            border-color: white transparent transparent transparent;
        }

    .loginError {
        width: 320px;
        height: auto;
        position: relative;
    }

   .text-xs {
      font-size:15px !important;
      font-weight:bold !important;
    }

}
