*,html,body,head{
    margin: 0%;
    padding: 0%;
    border-radius: 0%;
    border: 0px solid red;
}
a{
    text-decoration: none;
    margin: 0%;
    padding: 0%;
    color: rgba(1, 13, 71, 0.808);

}
a:hover{
    color: aliceblue;
}
a:focus{
    color: black;
}
.container_main{
    width: 100%;
    background-color: #fffff0;
}
.content_nav{
    width:98%;
    margin-left: 1%;
}
.content_body{
    width:98%;
    margin-left: 1%;
}
.content-footer{
    width: 98%;
    margin-left: 1%;

}
.nav_content{
    width: auto;
    background-color: #dedede;
}
.nav_header{
    width: auto;
    background-color: #494949;

}
.zone_recherche{
    color: rgb(248, 247, 247);
    float: right;
    margin: 1%;
    background-color: rgba(51, 51, 51, 0.3);
    border: 1px solid whitesmoke;
    border-radius: 8px;
    font-size: large;
    padding-left: 0.5%;
    margin-right: 3%;
}
.nav_barre{
    padding-top: 1%;
    height: 5vh;
    /**background-color: #dedede;**/
    background-color: #9c9b9b;
    transform: translateY(0%);
    padding-left: 2%;
    box-shadow: 0px 0px 0px;
}
.titre{
    text-align: center;
    color: aliceblue;
    font-size: xx-large;
    font-style: italic;
    font-weight: bold;    
}
.link_nav{
   width: auto;
   border:1px  solid #fffefe ; 
   padding: 0.5%;
   text-align: center;
   font-size: large;
   font-family: 'Times New Roman', Times, serif;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   font-weight: bold;
   margin: 0%;
   border-radius: 4px;
}
.image_h{
    width: 100%;
    height: 60vh;
}

.content-center{
    /**margin-left: 1%;
    width: 98%; **/  
    border:0px solid #2a3e4e;
    background-color:#dedede;
    display: flex;    
}
.content-panel-center{
    width: 40%;
    background-color: #9c9b9b;
    padding: 1%; 
    padding-top: 1%;   
    color: #fff;
}
.content_panel{
    width: 30%;
    padding: 1%;
    padding-top: 8%;
}
.grid_item{
    width:100%;
    display: flex;    
}
.icona{
    width: 12%;
    height: 8vh;
    border: 2px solid white;
    border-radius: 50%;
    margin: 2%;
    background-image:url("images/iconetransfert.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: fixed; 
    overflow: visible;   
}
.icona_{
    width: 16%;
    height: 8vh;
    border: 2px solid white;
    border-radius: 50%;
    margin: 2%;
    background-image:url("images/iconetransfert.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: fixed; 
    overflow: visible;   
}
.linka{
    margin-top: 8%;
}
.content-center-botom{
    background-color: #9c9b9b;
}
.footer-panel{
    width: auto;
    background-color: #494949;
}
.adresse-content{
    display: flex;
    padding: 2%; 
    margin-left: 10%;
}
.adresse h4{
    text-align: justify;
}
.adresse-panel{
    text-align: justify;
    margin-right: 5%;
}
.contactact-panel{
    text-align: justify;
    margin-left: 5%;
}
.flottant{
    margin-left: 10%;
}
.footer-titre,ul{
    color: rgb(155, 154, 154);
}
.panel-bottom-south{
    width: 100%;
    display: flex;
    padding-bottom: 2%;
}
.grid-panel{
    width: 30%;
    margin-left: 2%;
    margin-top: 2%;
    color:aliceblue;
    font-weight: bold;   
    box-shadow: 2px 2px 2px;    
}
.txt-commentaire{
    width: 90%;
    font-size: x-large;
    padding: 2px;
    margin-top: 2px;
    border-radius: 8px;
    background-color: #d9d9da;
}
.btn-send{
    width: auto;
    padding: 0.5%;
    border-radius: 10px;
    font-size: large;
    font-weight: bold;
    font-style: italic;
   
}
.panel-left{
    width: 20%;    
}
.panel-center{
    width:60%;
    margin-top: 2.5%;
}
.panel-right{
    width:20%;
}
.panel-form{
    transform: translateY(52%);
}
/**
    tableau
    transform: translateY(8px);
    */

    .panel_table{        
        height: inherit;
        margin:auto;
       /** background-color:#2a3e4e;**/
        padding-bottom: 3px;
        width: 100%;
        top: auto;
        left: 15%;
        /* box-shadow: 2px 2px 2px; */
    }
    .tab{
        width: 100%;
        padding: 1%;
        color: white;
        font-size: x-large;	
        
    }
    .tr_tab{
        width: auto;
        text-align: center;
    }
    .tr_tab th {
        border: silver solid 1px;
        column-span:2;   
    }
    .tr_tab td{
        border: silver solid 1px;
        text-align: center;
        
    }
/**
    css pour la page d'administration 
    */
    .btn_in{
        width: 100%;
        margin-bottom: 2%;
        margin-left: 0%;
        color: aliceblue;
        font-size: x-large;
        font-weight: lighter;
        border-radius: 8px;
        padding: 2%;
        background-color:#2f3542;
    }

    /* fenetre modale 
     */

     .modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.1);
        z-index: 99999;
        opacity: 0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
      }
      .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
      }
    
    .modalDialog > .content {
        width: 40em;
        position: absolute;
        background-color: #d3d2d2;
        top: 4%;
        left: 25%;
        padding: 4%;
        padding-top: 1%;
        padding-bottom: 2.5%;
        border-radius: 16px;
        box-shadow: 2px 2px 2px;
       
       /**
         transform: translate(-50%,-50%);
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: -moz-linear-gradient(#0f0f0f, #0f0f0f);
        background: -webkit-linear-gradient(#0f0f0f, #0f0f0f);
        background: -o-linear-gradient(#0f0f0f, #0f0f0f);*/
      }
      .modalDialog > .card-header{
        width: 100%;
        padding: 1%;
      
    }
    .modalDialog > .card-footer{
        width: 100%;
        padding: 1%;
        
    }
     
      .close {
        background: #606061;
        color: #ffffff;
        line-height: 25px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
      }
      .close:hover {
        background: #380101;
      }
      .lbl_text{
        width: 100%;
        font-size: large;
        font-weight: bold;
        margin-top: 2px;
      }
      .txt_text{
        width: 100%;
        font-size: x-large;
        padding: 2px;
        margin-top: 2px;
        border-radius: 8px;
      }
      .btn{
        padding: 2%;
        border-radius: 10px;
        font-size: large;
        font-weight: bold;
        font-style: italic;
        float: right;
        transform: translateY(50%);
        background-color: aliceblue;
      }
      .txt-hidde{

       /**  
        display: none; */
        width: 70%;
        visibility: hidden;
      }
    .paneaux{
        color: rgb(83, 83, 85);
    }
    .panel-content{
        width: 100%;
        top: 0%;
        padding: 0%;
        margin: 0%;
        padding-left: 0%;
        border-radius: 8px;
        margin-bottom: 2%;
        box-shadow: 0px 0px 2px;
        background-color: #d9d9da;
        font-style: normal;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .grid-img-1{
        background-position: fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url(image/sec-2.jpg);   
    }
    .grid-img-2{
        background-image: url(image/sec-3.jpg);   
        }
    .grid-img-3{
        background-image: url(image/cordination.jpg);   
            }
    .grid-img-4{
        background-image: url(image/secretariat.jpg);   
    }
    .grid-img-5{
        background-image: url(image/division-lub.jpg);   
    }
    .grid-img-6{
        background-image: url(image/sec-3.jpg);   
    }
    .grid-img-7{
        background-image: url(image/sec-2.jpg);   
    }
    .img_admin{
        width: auto;
        margin-left: 43%;
        padding-top: 1%;
    }
    .panel-commentaire{
        width: auto;
        top: 0%;
        padding: 4%;
        border: 1px solid #000;
        border-radius: 8px;
        margin-bottom: 0.5%;
        box-shadow: 0px 0px 2px;
        font-style: normal;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .panel-content-admin{
        display: flex;
    }
    .tab-color{
        color:#000;
    }    
    .panel-content-interior{
        width: auto;
        padding: 4%;
        margin: 0%;
       
    }