/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 juil. 2020, 11:33:49
    Author     : khatir.manelkhansaa
*/

body {
    background-image: url("/jakarta.faces.resource/img/seConnecter/fonds/fond.jpeg.xhtml");
    background-size: cover;
}

.grid-container {
    display: grid;
    grid-template-columns: /*repeat(2,1fr)*/ 1fr 50vw;
/*    background-image: url("/jakarta.faces.resource/img/seConnecter/fonds/fond.jpeg.xhtml");*/
/*    background-size: cover;
    background-repeat: no-repeat;*/
}

.grid-item {
    padding: 60px;
    /*    padding-top: 80px;
        padding-bottom: 80px;*/
}
.icone_profil {
/*    text-align: center;*/
    margin-left: 13%;
}

.icone_profil img {
    width: 17vw;
    margin-bottom: 7%;
    margin-top: 2%;
}

.image_facture{
    display: block;
    margin: 0 auto;
    width:80%;
    padding-top: 2%;
    padding-bottom: 2%;
    border: 2px solid #f2f2f2;
    box-shadow: 5px 5px 10px #f2f2f2;
    border-radius: 5px;
}

.panel {
    border: 1px solid #999999;
    /*    box-shadow: 5px 5px 10px #cccccc;*/
    border-radius: 30px;
    background-color: /*#f2f2f2*/ transparent;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title{
    margin-top: 10%;
    color: #666666;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
}
.title::after{
    content: "";
    display: block;
    background: /*#fca604*/#ff6c00;
    width: 26%;
    height: 5px;
    margin-left: 37%;
}

.input{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    border-left: 2px solid /*#fca604*/#ff6c00;
}

.input:hover {
    box-shadow: 1px 1px 6px #ccc;
    transition: 0.5s;
}

.connexion {
    background-color: transparent;
}

.outputFR, .outputAR {
    display: block;
    color:/*#292c2f*/ white;
    font-weight: bold ;
    line-height: 26px;
/*    font-size: 80%;*/
    font-family: "Lato", sans-serif;
}

.outputFR{
    /*    padding-left: 25%;*/
    font-size: 16px;
    padding-right: 10px;
}

.outputAR{
    font-size: 100%;
    /*    width: 80px;*/
}

.coulumnFR, .coulumnAR{
    padding-left: 8%;
}

.coulumnFR table tbody tr td:nth-child(1) , .coulumnAR table tbody tr td:nth-child(1)  {
    width: 150px;
}


.bouton{
    display: block;
    margin: 0 auto;
    padding: 12px 20px;
    margin-top: 5%;
    line-height: unset;
/*    background-color: #E5A762 !important;*/
        /*    color: white;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        text-align:center;
        font-size: 14px;
        font-weight: bold;
        border: 3px solid #fca604#ff6c00;*/
}

.bouton:hover {
    /*    transform: scale(1.06);
        transition: 0.5s;*/
    background-color:  white;
    /*    box-shadow: 2px 2px 6px #ccc;   */
    color: /*#fca604*/#f4da9e;
}

.bouton:default {
    transition: 0.5s;
    margin-left: 34%;
    margin-top: 15%;
}

body .ui-button.ui-button-text-icon-right .ui-icon {
    position: absolute;
    top: 52%;
    right: 50%;
    margin-top: -0.5rem;
    right: 1.1rem;
}

body .ui-button.ui-button-text-icon-right .ui-button-text {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
}

.pwd_text{
    text-align:center;
    line-height: 26px;
    font-family: "Lato", sans-serif;
}

.pwd_oublieFR, .pwd_oublieAR{
    color: white;
    cursor: pointer;
    text-decoration: none;
    margin-top: 15px;
    /*    width: 40%;
        display: inline-block;*/
    /*    letter-spacing: 1px;*/
}

.pwd_oublieFR {
    font-size: 14px;
}

.pwd_oublieAR {
    font-size: 16px;
}

.pwd_oublieFR:hover, .pwd_oublieAR:hover{
    color: /*#292c2f*/ #f4da9e;
}

.message_info{
    color: #8c9597;
    text-align: center;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    font-size: 13px;
}
.message_erreur{
    color: #d43f3a;
    text-align: center;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    font-size: 13px;
}

/**************************PARTIE MOBILE &  TABLETTE************************************/

@media(max-width: 1350px) {
    td {
        display:block;
        width:100%;
        clear:both;
    }

}

@media(max-width: 1000px) {

    .grid-container {
        display: grid;
        grid-template-columns: auto;
        background-color: #222221;
        background-image: none;
    }

    #grid-item-empty {
        display: none;
    }

    .title{
        margin: 5% 0% 5% 0%;
        font-size: 24px;
        line-height: 30px;
    }

    .output{
        padding-left: 3%;
    }

    .coulumn{
        padding-left: 1%;
    }

    .icone_profil img {
        width: 28vw;
    }
    
    .bouton {
        margin-left: 20% !important;
    }

}