@font-face {
    font-family: "VI Sau Dong";
    src: url("/styles/fonts/VI-Sau-Dong-Normal.woff"),
        url("/styles/fonts/VI-Sau-Dong-Normal.ttf"),
        url("/styles/fonts/VI-Sau-Dong-Normal.otf");
   }

   

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100&display=swap');

   

h2{
    font-family:"VI Sau Dong" ;
    background-color: rgb(223, 215, 215);
}

body {

    background: #d2d3d6!important;

    min-height: 100vh;
    max-height: 100vh;
    overflow-x: hidden;
}

/**********************   PAGE LOGIN *********************/
h2{
    text-align: center;
}

#h1log{
    text-align: center;
    font-size: 2em;
    margin-bottom: 4%;
    font-family:"VI Sau Dong" ;
}

#backgroundform{
    overflow: hidden;
    height: 100%;
}


#formLog{
    height: 400px;
    width: 300px;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 7%;
}

#logoecochauffe28{
        width: 100% ;
        margin-top:10%;
        margin-bottom:6%;
}

.bouttonlog{
    margin-top: 8%!important;
    background-color: #53af57;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    width: 100%;
}

.bouttonlog:hover{
    background-color: white;
    color: #53af57;
    border: 1px solid #53af57;
}

/**********************   BARE LATERALE *********************/
    .BareMenu{
        background-color: #3b3d3e;
        width: 17%;
        position: fixed;
        z-index: 1;
        height: 100vh; 
    }
    

    /******** SECTION LOG ***********/
        #sectionLog{
            margin-top: 5%;
            margin-left: 1%;
            margin-right: 1%;   
        }

        .log{
            margin-left: 2%;
            margin-right: 10%;
        }

        #logoecochauffe28{
            width: 90% ;
            margin-top:10%;
        }

        .img-profile{
            width: 20%;
        }

        .deco{
            margin-left: 50%;
        }
    /******** SECTION DATE -  ***********/
        .sectionDate{
            margin-top: 10%;
            margin-bottom: 20%;
            padding: 1em 1em 1em 1em;
            }
        .card-body-Date{
            text-align: center;
        }


    /******** SECTION COMPTEUR CONTRAT ***********/
        .sectionCompteur{
            text-align: center;
            margin-top: 10%;
            padding: 1em 1em 1em 1em;
        }
        .card-body {
            flex: 1 1 auto;
            min-height: 1px;
            padding: 1.25rem;
        }
        #iconContrat{
            height:3em;
        }

        .compteur{
            background-color: rgb(239, 233, 233);
            width: 50%;
            margin-left: 25%;
            border-radius: 25%;
            padding: 1%;
            margin-bottom: 4%;
        }
    /******** SECTION BOUTTON ***********/
        .sectionBoutton{
            text-align: center;
            margin: 5%;   
        }
        .boutLat:hover{
            transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }   
           

       
/************************************ PAGE RECAPITULATIF  ****************************************/
    .sectionCarte{
        margin-left: 18%;
        font-size:11px;
    }

    .icon-carte{
        margin-top: 5px;;
        height: 40px;
        width: 11%;
    }

    .titreCarte{
       
        text-decoration: underline;
    }

    .card-info{
        margin-top:1%;

    }

    .card{
        margin-top: 0% !important;
        border-radius: 15px;
        padding-left: 4%;
    }

    .row-cols-md-2>* {
    width: 49%;
    }

    .btnCardex{
      float: right ;
      margin: 1%;
    }

    .btnRetour{
        position: absolute;
        width: 70px;
        
        bottom: 10px;
        left: 94%;
        border-radius: 6px;
    }
    .card-info-Chaudiere{
        margin-top: 1%;
        border-radius: 15px;
        padding-left: 4%;

    }

    .BlocChaudiere{
        background-color:white;
        border-radius: 8px;
        position: absolute;
        width: 70%;
        bottom: 5%;
    }
/************************************ PAGE CARDEX  ****************************************/
    .fonthistorique{
        font-size: 10px;
    }

    .BlocChaudiereBruleur{
        background-color:white;
        border-radius: 8px;
        position: absolute;
        width: 70%;
        bottom: 5%;
    }
/************************************ PAGE RELANCE   ****************************************/
    .bouttonVoir {
        margin-right: 5% ;
    }
/************************************ bouton formulaire  ****************************************/
    .custom-select{

        margin-left: 10px;
    }

    .liste{

        padding-bottom: 15px;
    }

    #potOui{

        margin-left: 5px;
    }

    #potNon{

        margin-left: 5px;
    }

    #contratOui{
        margin-left: 5px;
    }

    
    #contratNon{
    margin-left: 5px;
    }
    
    #payementOui{
        margin-left: 5px;
    }

    
    #payementNon{
    margin-left: 5px;
    }

    #formChaudiere{

        margin-left: 220px;
        margin-top: 25px;
    }

    
    /** PAGE RECAPITULATIF  **/
        .container_card{
            
            margin-left: 18%;
            margin-right: 2%;
        }
    
        .margincard {
            padding-top: 1rem!important;
            padding-bottom: 1rem!important;
            padding-left: 0rem!important;
            padding-right: 0rem!important;
        }
    
        .btnRetour{
            position: absolute;
            width: 70px;
    
            bottom: 10px;
            left: 94%;
            border-radius: 6px;
        }
    
        .col-md-4{
            margin-left: 18%!important;
        }

.table-responsive{
    padding-right: 3%!important;
}

.dataTables_wrapper .dataTables_filter {
    float: left!important;
    padding-top: 1em!important;
    padding-bottom: 1em!important;
}

.dataTables_wrapper .dataTables_paginate {

    padding-top: 1em!important;
}

.bg-white{
    margin-top: 3%!important;
}


.bouttonLat{
    margin: 1% 1%;
}

/************************************ Courrier Locataire/Proprietaire  ****************************************/

.adresseClient{
    text-align:end;
    margin-top:10%;
    margin-left: 50%;
    line-height: 10px;
    }
    
    .LieuEtDate{
    margin-left: 4%;
    margin-top: 10%;
    }
    
    
    .texte{
    margin-left: 4%;
    }
    
    .signature{
    text-align:end;
    margin-top:14%;
    margin-left: 70%;;
    }
    #tamponecochauffe{
    width: 150px;
    }
    
    
     /************************************ Courrier Cardex ****************************************/
    
    #courrierInter>table{
        font-size:13px;
    }
    #courrierInter>tfoot tr td{
        font-weight: bold;
        font-size: x-small;
    }
    .gray {
        background-color: lightgray;
    }
    
    #paiement{
        border: 1px solid black;
        height: 30px;
        width: 230px;
       padding-left: 1%;
        margin-left: 40%;
    }
     /************************************ Effet Bouton jaune ****************************************/
    
      
      /*btn_background*/
      .effect01 {
        color: rgb(0, 0, 0) !important;
        box-shadow:0px 0px 0px 1px rgb(255, 196, 2) inset!important;
        background-color: rgb(255, 196, 2)!important;
        overflow: hidden!important;
        position: relative!important;
        transition: all 0.4s ease-in-out!important;
      }
      .effect01:hover {
        color: rgb(7, 0, 0)!important;
        background-color: #FFF!important;
        box-shadow:0px 0px 0px 4px #EEE inset!important;
      }
      
      /*btn_text*/
      .effect01 span {
        transition: all 0.5s ease-out!important;
        z-index: 2;
      }
      .effect01:hover span{
        letter-spacing: 0.13em!important;
        color: #333!important;
        
      }
      
      /*highlight*/
      .effect01:after {
     
    
        background: #FFF!important;
        border: 0px solid rgb(241, 236, 236)!important;
        content: ""!important;
        height: 155px!important;
        left: -75px!important;
        opacity: .8!important;
        position: absolute!important;
        top: -50px;
        -webkit-transform: rotate(35deg)!important;
                transform: rotate(35deg)!important;
        width: 50px;
        transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1)!important;/*easeOutCirc*/
        z-index: 1!important;
      }
      .effect01:hover:after {
    
        background: #FFF!important;
        border: 20px solid #000!important;
        opacity: 0!important;
        left: 120%!important;
        -webkit-transform: rotate(40deg)!important;
                transform: rotate(40deg)!important;
      }

      /************************************ Effet Bouton rouge ****************************************/
    
      
      /*btn_background*/
      .effect02 {
        color: rgb(0, 0, 0) !important;
        box-shadow:0px 0px 0px 1px rgb(201, 33, 3) inset!important;
        background-color: rgb(201, 33, 3)!important;
        overflow: hidden!important;
        position: relative!important;
        transition: all 0.4s ease-in-out!important;
      }
      .effect02:hover {
        color: rgb(7, 0, 0)!important;
        background-color: #FFF!important;
        box-shadow:0px 0px 0px 4px #EEE inset!important;
      }
      
      /*btn_text*/
      .effect02 span {
        transition: all 0.5s ease-out!important;
        z-index: 2;
      }
      .effect02:hover span{
        letter-spacing: 0.13em!important;
        color: #333!important;
        
      }
      
      /*highlight*/
      .effect02:after {
     
    
        background: #FFF!important;
        border: 0px solid rgb(241, 236, 236)!important;
        content: ""!important;
        height: 155px!important;
        left: -75px!important;
        opacity: .8!important;
        position: absolute!important;
        top: -50px;
        -webkit-transform: rotate(35deg)!important;
                transform: rotate(35deg)!important;
        width: 50px;
        transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1)!important;/*easeOutCirc*/
        z-index: 1!important;
      }
      .effect02:hover:after {
    
        background: #FFF!important;
        border: 20px solid #000!important;
        opacity: 0!important;
        left: 120%!important;
        -webkit-transform: rotate(40deg)!important;
                transform: rotate(40deg)!important;
      }
           /************************************ Effet Bouton bleu ****************************************/
    
      
      /*btn_background*/
      .effect03 {
        color: rgb(0, 0, 0) !important;
        box-shadow:0px 0px 0px 1p #31D2F2 inset!important;
        background-color: #31D2F2!important;
        overflow: hidden!important;
        position: relative!important;
        transition: all 0.4s ease-in-out!important;
      }
      .effect03:hover {
        color: rgb(7, 0, 0)!important;
        background-color: #FFF!important;
        box-shadow:0px 0px 0px 4px #EEE inset!important;
      }
      
      /*btn_text*/
      .effect03 span {
        transition: all 0.5s ease-out!important;
        z-index: 2;
      }
      .effect03:hover span{
        letter-spacing: 0.13em!important;
        color: #333!important;
        
      }
      
      /*highlight*/
      .effect03:after {
     
    
        background: #FFF!important;
        border: 0px solid rgb(241, 236, 236)!important;
        content: ""!important;
        height: 155px!important;
        left: -75px!important;
        opacity: .8!important;
        position: absolute!important;
        top: -50px;
        -webkit-transform: rotate(35deg)!important;
                transform: rotate(35deg)!important;
        width: 50px;
        transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1)!important;/*easeOutCirc*/
        z-index: 1!important;
      }
      .effect03:hover:after {
    
        background: #FFF!important;
        border: 20px solid #000!important;
        opacity: 0!important;
        left: 120%!important;
        -webkit-transform: rotate(40deg)!important;
                transform: rotate(40deg)!important;
      }

       /************************************ Effet Bouton vert ****************************************/
    
      
      /*btn_background*/
      .effect04 {
        color: rgb(0, 0, 0) !important;
        box-shadow:0px 0px 0px 1p #198754 inset!important;
        background-color: #198754 !important;
        overflow: hidden!important;
        position: relative!important;
        transition: all 0.4s ease-in-out!important;
      }
      .effect04:hover {
        color: rgb(7, 0, 0)!important;
        background-color: #FFF!important;
        box-shadow:0px 0px 0px 4px #EEE inset!important;
      }
      
      /*btn_text*/
      .effect04 span {
        transition: all 0.5s ease-out!important;
        z-index: 2;
      }
      .effect04:hover span{
        letter-spacing: 0.13em!important;
        color: #333!important;
        
      }
      
      /*highlight*/
      .effect04:after {
     
    
        background: #FFF!important;
        border: 0px solid rgb(241, 236, 236)!important;
        content: ""!important;
        height: 155px!important;
        left: -75px!important;
        opacity: .8!important;
        position: absolute!important;
        top: -50px;
        -webkit-transform: rotate(35deg)!important;
                transform: rotate(35deg)!important;
        width: 50px;
        transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1)!important;/*easeOutCirc*/
        z-index: 1!important;
      }
      .effect04:hover:after {
    
        background: #FFF!important;
        border: 20px solid #000!important;
        opacity: 0!important;
        left: 120%!important;
        -webkit-transform: rotate(40deg)!important;
                transform: rotate(40deg)!important;
      }
      
      
    
    /************************************ Css formulaire ****************************************/

    /* Full-width inputs */
   input[type=text], input[type=password]  input[type=date] input[type=number]   {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    /************************************ Css Boutons ****************************************/

    #retourRel{

        margin-top: 45px;
    }

    #formEdit{

        margin-top: 35px;
    }

    #formPersonne{
        margin-top: 25px !important;
    }

