﻿/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
.bloc-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .bloc-login form h3 {
        color: #83b81a;
    }

    .bloc-login form a {
        color: #83b81a;
        text-decoration: underline;
    }

        .bloc-login form a:hover {
            color: #83b81a;
            text-decoration: none;
        }

.logo-bo img {
    width: 100%;
}

/* Inputs */
#searchDataNoInter {
    position: absolute;
    right: 0;
    bottom: 2px;
    color: #fff;
    background: #83b81a;
}

.form-control {
    tab-index: -1;
}

    .form-control:focus {
        background-color: transparent !important;
        outline: 0 !important;
        box-shadow: none !important;
        border-color: transparent !important;
        color: #83b81a !important;
    }

:focus {
    outline: none;
}

.input-effect {
    margin: 20px 0 0 0;
    position: relative;
}

    .input-effect .effect-16, .choixRepas-label {
        font: 15px/32px "Roboto", Arial, sans-serif;
        color: #0f2b36;
        width: 100%;
        box-sizing: border-box;
        letter-spacing: 1px;
        border-radius: 0;
    }

    .input-effect .effect-16-white {
        font: 15px/32px "Roboto", Arial, sans-serif;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
        letter-spacing: 1px;
        border-radius: 0;
    }

.effect-16 {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #0f2b36;
    background-color: transparent;
}

.effect-16-white {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}

    .effect-16 ~ .focus-border, .effect-16-white ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #83b81a;
        transition: 0.4s;
    }

    .effect-16:focus ~ .focus-border,
    .has-content.effect-16 ~ .focus-border, .effect-16-white:focus ~ .focus-border,
    .has-content.effect-16-white ~ .focus-border {
        width: 100%;
        transition: 0.4s;
    }

.effect-16 ~ label {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 0;
    width: auto;
    /*top: 9px;*/
    top: -16px;
    font-size: 14px;
    color: #0f2b36;
    transition: 0.3s;
    z-index: 1;
    letter-spacing: 0.5px;
}

.effect-16-white ~ label {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 0;
    width: auto;
    top: 9px;
    color: #fff;
    transition: 0.3s;
    z-index: 1;
    letter-spacing: 0.5px;
}

.effect-16:focus ~ label, .has-content.effect-16 ~ label {
    top: -16px;
    font-size: 14px;
    color: #83b81a;
    transition: 0.3s;
}

.effect-16-white:focus ~ label, .has-content.effect-16-white ~ label {
    top: -16px;
    font-size: 14px;
    color: #83b81a;
    transition: 0.3s;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
