@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800&display=swap');
*{
  padding:0;
  margin:0;
  font-family: 'Tajawal', sans-serif;
}
#main{
  max-width: 1230px;
  margin:0 auto;
  padding:0 15px;
}
header{
  border-bottom:1px solid #D8D8D8;
}
.head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head ul{
  display: flex;
}
.head ul li{
  font-size:20px;
  font-weight: 500;
  padding: 0 15px;
  padding:25px 15px;
}
.head .menu{
  display: none;
}
.logo img{
  width:95px;
  height: 35px;
}
.active{
  border-bottom:3px solid;
}

.login form input , select{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 20px;
  border: 1px solid #e0e0e0;
  padding:0 20px;
}
.login form label{
  font-size: 19px;
  font-weight:700;
  margin-bottom:8px;
}
.login form button{
  padding: 13px 40px;
  font-size: 19px;
  font-weight:600;
}
.btn-dark{
  background:#000;
}
.text-rigth{
  margin-left: 80px;
}
.text h3{
  font-size: 20px;
  font-weight: 600;
}
.text p{
  font-size: 18px;
  letter-spacing: -1px;
}

footer{
  background:#F6F6F6;
  padding-top:25px;
  padding-bottom: 40px;
}
footer .footer h3{
  font-size: 20px;
  font-weight: 600;
  color: #545454;
}
footer #lang li{
  margin-right:20px;
}
footer ul li{
  line-height:30px;
  color: #545454;
  font-size: 18px;
}
#logo-res{
  display: none;
}
.login .titre{
  font-weight: 600;
  font-size: 25px;
  margin-top:70px;
}
.login p{
  font-size: 17px;
}

/* ____  CC ____ */

.month , .years{
  width: 48%;
}
.years{
  margin-left:4%;
  margin-top:40px;
}

.loading{
  margin: 180px 0;
}
.text-primary{
  color:#f18904 !important;
}

#sms-er{
  justify-content: space-between;
}
#sms-er .error{
  background:#ff5623f2;
  padding: 5px 16px;
  color:#fff;
}
.arrow-down {
  float: right;
  margin-right: 10px;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff5623f2;
}

/* ___ MEDIA ___ */
@media(max-width: 991px){
  #logo-res{
    display: block;
  }
  #log{
    display: none;
  }
}
@media(max-width: 1024px){
  .head ul{
    display: none;
  }
  .head .menu{
    display: block;
    padding: 15px 0;
  }
}