﻿/*::selection {
    background: #CF6185; 
    color: white;
}

::-moz-selection {
    background: #CF6185; 
    color: white;
}*/

* {
    box-sizing: border-box;
    outline-width:0;
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: unset;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
    background:#fff;
}*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #555;
}

#ConfigNav noscript {
    position: fixed;
    height: 100%;
    line-height: 100%;
    width: 100%;
    background: rgba(128, 128, 128, 0.8);
    padding: initial;
    vertical-align: middle;
    text-align: center;
}

#InfoJs {
    background: red;
    color: white;
    padding: 10px;
    top: 50%;
    position: relative;
}

.padding {
    padding: 0 50%;
}

/*
 * Div version de l'application Web 
 */
.ui-div-VersionInfo {
    font-size: smaller;
    color: gray;
    position: fixed;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    padding: 1px;
    background-color: white;
    text-align: left;
}

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #ECECEC inset !important;
    -webkit-text-fill-color: #CF6185;
    margin-bottom: 5px;
}*/

#lblClient {
    padding: 5px;
    color: #555;
    font-size:10px;
}

.connexion-cps {
    padding-right: 10px;
}

.alert {
    padding: 5px;
    margin-bottom: 5px;
}

.alert-danger {
    display: block;
}

#pChoixBase {
    display: inline-block;
}

#pChoixBase .liensBdd {
    position: relative;
    clear: both;
    display: block;
    padding: 5px;
    color: #555;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}


#pChoixBase .liensBdd::before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #555;
    margin-right: 5px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#pChoixBase .liensBdd:hover::before {
    margin-left:3px;
    margin-right: 2px;
}

#pAuthentCPS {
    padding: 10px 2px 0 10px;
}

    #pAuthentCPS p {
        margin: 0;
        font-size: 12px;
        color: #58585A;
        margin-bottom: 5px;
    }

label {
    float: left;
    font-weight: bold;
    color: #CF6185;
    margin: 5px 0 0;
}

.AlignDroiteTextBox {
    font-family: Arial !important;
    font-size: 12px !important;
    height: 23px;
    line-height: 23px;
    padding: 0 5px;
    font-weight: bold;
    border: solid 1px #adadad;
    color: #CF6185;
    background-color: #ECECEC;
    margin-bottom: 5px;
    width: 165px;
}

    .AlignDroiteTextBox:focus {
        outline-color: transparent;
        border: solid 1px #CF6185;
    }

#Validation {
    border: none;
    cursor: pointer;
    margin:1em 0 0;
}

    #Validation:hover {
        background-color: #CF6185;
        color: white;
    }

select {
    width: 100%;
    margin-bottom: 5px;
    padding: 3px;
    border: solid 1px #adadad;
    color: #CF6185;
    background-color: #ECECEC;
}

    select:focus {
        outline-color: transparent;
        border: solid 1px #CF6185;
    }

.footer {
    height: 200px;
    padding-top: 100px;
    text-align: center;
}

    .footer a img {
        border: none;
    }

/* NOUVEAUX STYLES 2019 by Theo */

.div-attente {
    display: none;
}

.logo img{
    display:none;
}

.platerria .show-for-platerria{
    display:inline-block;
}
.sorelis .show-for-sorelis {
    display: inline-block;
}
.maia .show-for-maia {
    display: inline-block;
}
.reso .show-for-reso {
    display: inline-block;
}
.elia .show-for-elia {
    display: inline-block;
}

.platerria .hide-for-platerria {
    display: none;
}

.sorelis .hide-for-sorelis {
    display: none;
}

.platerria .hide-for-platerria {
    display: none;
}

.platerria.maia .hide-for-maia {
    display: none;
}

.platerria.reso .hide-for-reso {
    display: none;
}
.platerria.elia .hide-for-elia {
    display: none;
}


.platerria .bg-gradient {
    background-image: -moz-linear-gradient( 122deg, #3D4590 0%, #C52656 100%);
    background-image: -webkit-linear-gradient( 122deg, #3D4590 0%, #C52656 100%);
    background-image: -ms-linear-gradient( 122deg, #3D4590 0%, #C52656 100%);
    background-image: linear-gradient( 122deg, #3D4590 0%, #C52656 100%);
}

.sorelis .bg-gradient {
    background-image: linear-gradient(122deg, #ff8c20, #ff6d4a, #fe556d, #e64b8b, #c14fa3);
    background-image: -moz-linear-gradient(122deg, #ff8c20, #ff6d4a, #fe556d, #e64b8b, #c14fa3);
    background-image: -webkit-linear-gradient(122deg, #ff8c20, #ff6d4a, #fe556d, #e64b8b, #c14fa3);
    background-image: -ms-linear-gradient(122deg, #ff8c20, #ff6d4a, #fe556d, #e64b8b, #c14fa3);
}

.platerria.elia .bg-gradient {
    background-image: -moz-linear-gradient(122deg, #314db7, #2f4dc3, #2d4ed0, #2d4edc, #2e4de8, #225af0, #1466f7, #0071fe, #0086f9, #0095e9, #009fd4, #42a7c0);
    background-image: -webkit-linear-gradient(122deg, #314db7, #2f4dc3, #2d4ed0, #2d4edc, #2e4de8, #225af0, #1466f7, #0071fe, #0086f9, #0095e9, #009fd4, #42a7c0);
    background-image: -ms-linear-gradient(122deg, #314db7, #2f4dc3, #2d4ed0, #2d4edc, #2e4de8, #225af0, #1466f7, #0071fe, #0086f9, #0095e9, #009fd4, #42a7c0);
    background-image: linear-gradient(122deg, #314db7, #2f4dc3, #2d4ed0, #2d4edc, #2e4de8, #225af0, #1466f7, #0071fe, #0086f9, #0095e9, #009fd4, #42a7c0);
}

.platerria.maia .bg-gradient {
    background-image: -moz-linear-gradient( 122deg, #2B73C1 0%, #DC00FF 100%);
    background-image: -webkit-linear-gradient( 122deg, #2B73C1 0%, #DC00FF 100%);
    background-image: -ms-linear-gradient( 122deg, #2B73C1 0%, #DC00FF 100%);
    background-image: linear-gradient( 122deg, #2B73C1 0%, #DC00FF 100%);
}

.platerria.reso .bg-gradient {
    background-image: -moz-linear-gradient(to right bottom, #005a64, #006972, #00797f, #008a8b, #009a96);
    background-image: -webkit-linear-gradient(to right bottom, #005a64, #006972, #00797f, #008a8b, #009a96);
    background-image: -ms-linear-gradient(to right bottom, #005a64, #006972, #00797f, #008a8b, #009a96);
    background-image: linear-gradient(to right bottom, #005a64, #006972, #00797f, #008a8b, #009a96);
}

.btn.bg-gradient {
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    max-height: inherit;
    line-height: inherit;
    font-size: inherit;
    text-transform: uppercase;
}

    .btn.bg-gradient:hover {
        cursor: pointer;
        opacity: 0.5;
    }


.platerria-block, .login-block {
    transition: width 1.2s ease-in-out;
}

    .platerria-block.loading {
        width: 100%;
    }

.loading .logo img {
    width: 500px;
    opacity: 0.2;
    /*animation-duration: 0.6s;*/
    animation: beat 1s ease-in-out infinite;
}

.platerria-block {
    width: 40%;
    float: left;
    height: 100vh;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.login-block.loading {
    width: 0%;
}

.login-block {
    overflow: hidden;
    width: 60%;
    float: left;
    height: 100vh;
    background: #f4f4f4;
    position: relative;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}

.logo img {
    width: 300px;
    /*animation: float 6s ease-in-out infinite;*/
    transition: all 0.6s ease-in;
}

.form--container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    width: 400px;
    padding: 3em;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    z-index: 100;
}

.form--container input {
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: solid 1px #aaa;
    box-shadow: none;
    background: #fff;
    border-style:solid;
    font-size: 14px;
}

.form--container h2 {
    text-align: center;
    margin:0 0 1em;
}

.solutions--container {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}.solutions--container img {
    display: inline-block;
    width: 80px;
    height:auto;
}

 .solutions--container a{
     color:#333;
     text-decoration:underline;
 }

/*.bebrave-its-ie .solutions--container img {
    height: 80px;
}*/

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.snow {
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

    .snow .svg {
        position: absolute;
        width: 100%;
        height: 100%;
    }

#snow-top-layer {
    will-change: transform;
    transform: translateY(-768px);
    animation: fall 22.5s infinite linear;
}

#snow-bottom-layer {
    will-change: transform;
    transform: translateY(-768px);
    animation: fall 45s infinite linear;
}

@keyframes fall {
    100% {
        transform: translateY(0);
    }
}

.loading .flash-info {
    display: none;
}

.flash-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flash-info li {
    margin: 5px 0;
    background: rgba(255,255,255,0.5);
    color: #fff;
    padding: 1em;
    text-align: left;
    border-radius: 3px;
}

.footer-selia-text-line {
    font-size: 12px;
    margin-top: 0.5em;
}

    .footer-selia-text-line a {
        text-decoration: none;
    }
    .footer-selia-text-line a:hover {
        text-decoration: initial;
    }

/* responsive */

@media all and (max-width: 1023px) {
    .platerria-block {
        width: 100%;
    }

    .logo {
        top: 20%;
    }

    .login-block {
        width: 100%;
        position: absolute;
        background: transparent;
    }

    .solutions--container {
        background: #f4f4f4;
    }
}

.client {
    position: absolute;
    width: 100%;
    margin-top: 0 !important;
    top: -24px;
    left: 0;
    text-align: right;
    padding: 0 15px;
}

.zone-client {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0.5em 0;
    background: #fff;
    text-align: center;
    display: none;
}

.footer-selia {
    padding: 2em 0 0;
}

.footer-selia div{
    display:inline-block;
    vertical-align:middle;
    font-size:11px;
    text-align:left;
}

/* FLOATING LABEL */
.floating-label-group {
    position: relative;
    margin: 15px 0;
}

.floating-label-group label{
    position:absolute;
    top:0;
    left:5px;
    font-weight:400;
    color:#555;
    opacity:0.5;
    transition: all 0.2s ease-in;
    z-index:-1;
}

.floating-label-group input{
    background:transparent;
}

.floating-label-group input:focus + label, .floating-label-group input:valid + label {
    top: -17px;
    left: 0;
    font-size: 12px;
    opacity: 1;
    color: #aaa;
}

.div-attente {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.div-attente .alert {
    position: absolute;
    z-index: 11;
    left: calc(50% - 150px);
    top: calc(50% - 24px);
    width: 300px;
}

.div-attente .div-bg-attente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 10;
    background-color: black;
    border-radius:10px;
}

#Validation.connexion-en-cours{
    opacity:0.5;
    pointer-events:none;
}

.Footer-support{
    text-align:center;
    padding:5px;
    text-transform:uppercase;
    font-size:10px;
}

.ModalSupport h4{
    margin: 15px 0;
}

.Navigateurs{
    font-size:14px;
    text-align:center;
    width:100%;
}
.Navigateurs th{
    text-align:center;
    padding:5px;
    color: #555!important;
}
.Navigateur-version{
    display:block;
    font-size:12px;
}

.Navigateur-compatibilite{
    font-size:12px;
}

.Navigateur-compatibilite.isCompatible{
    background-color:#00c853;
    color: #fff;
}

.Navigateur-compatibilite.notCompatible{
    color:#5a5a5a;
    opacity:0.5;
}

ul{
    padding-left: 40px;
    margin: 0 0 10px;
}
li{
    list-style: inherit;
}

.BtnTeamViewer {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient( to right, #298ce0, #1a95e4, #099de8, #00a6eb, #00aeed );
    color: #fff;
    border-radius: 10px;
}
.BtnTeamViewer:hover{
   color: #fff;
    opacity: 0.5;
}

/* Composant PasswordField
    issu de selia.components.css
    pourra être supprimé lorsqu'un bundle "page accueil" aura été créé
*/
.PasswordField {
    position: relative; /*pour ne pas dépendre du positionnement d'un .form-group*/
}
    .PasswordField .PasswordField-picto {
        position: absolute;
        cursor: pointer;
        padding: 10px;
        right: 0;
        color: #ccc;
        visibility: hidden;
    }
    .PasswordField.hasChanged .PasswordField-picto {
        visibility: visible;
    }

    .PasswordField input[type=text] {
        letter-spacing: 2px;
        font-family: Courier; /* pour un espacement régulier entre les caractères facilitant la lecture des champs avec catactères spéciaux */
    }

    ::-ms-reveal {
        display: none; /* masque le picto eye natif pour edge */
    }