html
{
    height: 100%;
}
body
{
background:url(../img/unnamed.jpg) 0 0 no-repeat;
     background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    font-family: 'Almarai', sans-serif;
 min-height: 100vh;
      margin: 0;
  padding: 0;

}

nav
{
border-bottom: 0px solid black;
box-shadow:  0 0 1em black; 
    -webkit-box-shadow:  0 0 0.5em black; 
    -moz-box-shadow:  0 0 0.5em black; 
}

.nav2
{

   background-color:rgba(255,255,255,0.2) !important;
      -ms- background-color: rgba(255,255,255,0.2) !important;
    -o- background-color: rgba(255,255,255,0.2) !important;
    -moz- background-color: rgba(255,255,255,0.2) !important;
    -webkit- background-color: rgba(255,255,255,0.2) !important;
   width: 100%;
}
.nav2 a
{
     color: white !important;
}
.btn
{
    margin-right: 3px;
}
img
{
    padding: 0px;
}
.navbar-brand
{
    font-size: 15px;
    color: blue;
}
.login
{
  margin-top: 90px;
 

  padding-bottom: 20px;
 
  overflow: hidden;
  

}
.label_login
{
    float: right;
    text-align: right;
}
#form_login
{
    color: blue;
  border: 0.5px solid  rgba(0,0,0,.125) ;
    border-radius: 10px;
    padding: 20px;
   height: 350px;
      background-color: beige;
    margin-top: 10px;
}
.form_login label, .form_login input 
{
 
font-size: 13px;
}
.icon
{
    height: 25px;
    width: 25px;
}
h1, h2, h3, h4, h5, h6, p
{
    float: right;
}
.news
{
text-align: center;
    height: 5vh;
    margin-bottom: 0px;
}
.carousel1
{
    background: #f8f9fa;
    height: 350px;
     border-radius: 10px;
     border: 0.5px solid  rgba(0,0,0,.125) ;
}
.carousel-item img
{
    opacity: 0.6;
    border: 0.5px solid  rgba(0,0,0,.125) ;
    border-radius: 10px;
}
.carousel-control-prev-icon, .carousel-control-next-icon
{
  background-color: black;  
}
.carousel-item h3
{
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 8px gray;
    
}
.carousel-item p
{
    font-size: 12rm;
    font-weight: bold;
    color: black;
    text-shadow: 2px 2px 8px gray;
 
}
.carousel-indicators li
{
    background-color: black;
}
.liens
{
    background-color: #f8f9fa;
    padding: 30px;
      border: 0.5px solid  rgba(0,0,0,.125) ;

  
  
}

.card
{
    border-radius: 20px;
    border-bottom-left-radius: 20px;
     border-bottom-right-radius: 20px;
    text-align: right;
    margin-top: 20px;
    height: 350px;
    font-size: 10px;
    padding: 10px;

}
.card img
{
    height: 150px;
  
        
}
.test
{
    height: 300px;
    background: red:
}
.card p
{
    height: 60px;
    overflow: visible;
}
.foot p
{
float: none;
    font-size: 13px;
}
.icon-bar {

  position: fixed;
  top: 50%;
    left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.remember
{
padding-top: 10px;
    font-size: 12px;
    
}
.remember label, .remember input
{
float: right;
    font-size: 10px;
    
}
#RememberMe
{
    margin-left: 2px;
}

.errorAuth
{
    
    text-align: right;
    font-size: 12px;
}




.foot
{

}

#clear{
clear: both;
}

.imgIconNavBar
{
  margin: auto;
overflow:hidden;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
    width: 50px;
    height: 50px;
    margin-left: 30px;
}
.loader 
{
    
position : fixed;
z-index: 9999;
background : url('../img/loaderrr.gif') 50% 50% no-repeat;
top : 0px;
left : 0px;
height :100%;
width : 100%;
cursor : wait;
background-color: rgba(220,220,220, 0.8);
}
.loaderIndex 
{
    
position : fixed;
z-index: 9999;
/*background : url('../img/logo_tarassel.png') 50% 50% no-repeat;*/
top : 0px;
left : 0px;
height :100%;
width : 100%;
background-color: rgba(220,220,220, 1);
}
.loaderIndex img
{
    margin: auto;
    margin-top: 35vh;
   
    /*display: none;*/
}

.loader p
{
    text-align: center;
  margin-top: 19%;
    width: 50%;
    font-size: 15px;
    font-weight: bold;
  
}

.logIn
{
     border: 0.5px solid  rgba(0,0,0,.125) ;
   /* background: #7030A0;*/
   /* background: rgba(112,48,160, 0.7);*/
   background-color: #563d7c;
   /* background-color:rgba(255,255,255,0.3) !important;*/
    color: white;
    right: 0;
    height: auto;
  min-height: 89vh; 
    padding-top: 6vh;
    
   
   
}
.infosLiens
{
    height: auto;
    min-height: 89vh; 
    padding: 0px;

}
.favoris
{
  width: 80%;
    margin: auto;
    height: 50px;
 }  

#login_idaraty input
{
border-top: none;

border-left: none;

border-right: none; 
    border-bottom: 1px solid white;
    border-radius: 0px;
  background: none;
    color: white;
    width: 100%;
    height: 40px;
    padding-right: 5px;
}
#login_idaraty input:focus
{
    outline: none;
     border-bottom: 3px solid white;

    
}

#login_idaraty button
{
    width: 100%;
}
#login_idaraty
{
   margin: auto;
    width: 80%;
    margin-top: 15vh;
}
.logIn h4
{
     margin-top: 20vh;
    text-align: center;
    width: 100%;
}
#login_idaraty input::-webkit-input-placeholder {
color: white !important;
text-align: right !importatnt;    
}
#login_idaraty input:-moz-placeholder { /* Firefox 18- */
color: white !important; 
    text-align: right !importatnt;    
}
#login_idaraty input::-moz-placeholder { /* Firefox 19+ */
color: white !important; 
    text-align: right !importatnt;    
}
#login_idaraty input:-ms-input-placeholder { 
color: white !important; 
    text-align: right !importatnt;    
}

.center
{
  text-align: center;
margin: auto;
   
  
}
.nav2Modal  
{
 background:none;
}

#confirm_delete .modal-header
{
   
    color: white;
    background:rgba(255,0,0,0.7) !important;
}
#confirm_delete .modal-body
{
   
   
    background:rgba(255,255,255,0.8) !important;
}
#confirm_delete .modal-footer
{
   
   
    background:rgba(255,255,255,0.8) !important;
}
.infos
{
    width: 80%;
    margin: auto;
    /*background-color:rgba(255,255,255,0.8) !important;*/
    margin-bottom: 4vh;
     vertical-align: baseline;
    height: 320px;
}
.Lienss
{
   position: relative;
    width: 100%;
    height: auto;
     background:rgba(0,0,0,0.5) !important;
    margin: 0px;
    bottom: 0px;
}
.Urliens
{
    width: 12%;
    margin: 10px;
    margin-bottom: 0px !important;
    height: 100px;
}
.responsive-width
{
  font-size: 1.25vw !important;
    text-align: center;
    margin: 0px;
}
imgLiens
{
    width: 50%%;
    height: 80px !important;
    
}
.global
{
    
 
}

.inputNav2
{
    background-color:rgba(255,255,255,0.3) !important;
     -ms- background-color: rgba(255,255,255,0.3) !important;
    -o- background-color: rgba(255,255,255,0.3) !important;
    -moz- background-color: rgba(255,255,255,0.3) !important;
    -webkit- background-color: rgba(255,255,255,0.3) !important;
    
    border-top: none;

border-left: none;

border-right: none; 
    border-bottom: 1px solid white;
    border-radius: 6px;
  background: none;
    color: white;
    width: 60%;
    height: 40px;
    margin-left: 5px;
    padding-right: 5px;
    border: none;
}
.inputNav2:focus
{
 
     outline: none;
     border-bottom: 3px solid white;
    
}
  .nav2 a:hover
    {
text-decoration: underline;  
    }
    

.logoTarassel
{
    background-color: rgba(255,255,255, 0.7);
    color: darkslategray;
        padding-top: 10%;
   
}
.logoTarassel img, .copyright p
{
    display: block;
    margin-left: auto;
    margin-right: auto;

}















@media screen and (max-width: 767px)
{
    #icon-bar1
    {
        display: none !important;
    }
    footer .icon-bar a
    {
        display:inline-block !important;
       
      
    }
    footer .icon-bar{
        top: 0% !important;
        position: relative;
    }
    footer
    {
        height: auto !important;
        
        

    }
    .infosLiens
    {
        display: none;
    }
    .nav2
{

   background-color:rgba(255,255,255,1) !important;
      -ms- background-color: rgba(255,255,255,1) !important;
    -o- background-color: rgba(255,255,255,1) !important;
    -moz- background-color: rgba(255,255,255,1) !important;
    -webkit- background-color: rgba(255,255,255,1) !important;
   
}
.nav2 a
{
     color: dimgray !important;
}
    .nav2 span
{
     color: dimgray !important;
}
  
    .inputNav2
{
   
    border-top: none;

border-left: none;

border-right: none; 
    border-bottom: 1px solid dimgray;
    border-radius: 0px;
  background: rgba(255,255,255,0.5) !important;
    color: dimgray;
    width: 70%;
    height: 40px;
    margin-left: 5px;
    padding-right: 5px;
 
}
.inputNav2:focus
{
 
     outline: none;
     border-bottom: 3px solid dimgray;
    
}
    .btnNav2
    {
        background-color: dimgray !important;
        color: white !important;
    }
     .btnNav2:hover
    {
        background-color: white !important;
        color: dimgray !important;
    }
    .nav2
    {
        text-align: right;
    }
.nav2 .collapse
    {
        background-color: rgba(220,220,220, 0.8) !important;
        border-top: 0.5px solid  rgba(0,0,0,.185);
        width: 100%;
    }
    

}