body { font-family: 'Roboto', sans-serif; }
img {
  max-width: 100%;	
}
.container {
  max-width: 1145px;
}
#header { 
  background: #333;	
  border-bottom: solid 2px #ddd;
  padding: 16px 0;
}
.header-main {
  align-items: center;
  justify-content: space-between;	
  padding: 0 1px 0 15px;
}
.header-right {
  justify-content: end;	
}
.header-social-icon {
  display: flex;
  align-items: center;
  justify-content: end;	
  padding: 3px 15px 0 0;
}
.header-social-icon a { 
  font-size: 0; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  width: 23px; 
  height: 23px; 
  border: solid 1px #000;  
  border-radius: 10px; 
  background: #fff;
  margin: 0 4px;
}


.header-social-icon a.fa-facebook {
  background-image: url(../images/facebook-icon.png);
  background-repeat: no-repeat;
  background-position: center center;	
}
.header-social-icon a.fa-instagram {
  background-image: url(../images/instagram-icon.png);
  background-repeat: no-repeat;
  background-position: center center;	
}
.header-social-icon a:hover {
  background-color: #ddd; 	
}
.user-login {
  padding-left: 0;	
}
.navbar-collapse {
  text-align: right;
  position: relative; 	
}
.navbar-collapse .company-id {
  display: block; 
}
.navbar-collapse .company-id a {
  font-size: 14px;
  font-weight: 700px;
  color: #fff;	
  text-decoration: none;
}
.navbar-collapse .company-id a:hover {
  color: #ddd;	
}
.navbar-collapse .user-icon {
  display: block; 
  margin-top: -6px;
}
.navbar-collapse .user-icon a {
  font-size: 13px;
  font-weight: 500px;
  color: #fff;	
  text-decoration: none;
}
.navbar-collapse .user-icon a:hover {
 color: #ddd;	
}
.navbar-collapse .user-icon .fa-caret-down {
  margin-left: 4px;
}

.user-login-dropdown {
  display: none;
  background: #009c08;
  width: 250px;
  position: absolute;
  right: -1px;
  top: 58px;
  z-index: 99;
}
.user-login-dropdown ul {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box; 
}
.user-login-dropdown ul li {
  text-align: left;
  padding: 8px 15px; 
  border-top: solid 1px #fff;
}
.user-login-dropdown ul li:first-child {
  border-top: none; 
}
.user-login-dropdown ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  position: relative; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
}
.user-login-dropdown ul li a:hover {
  color: #ddd;
}
.user-login-dropdown ul li a:after {
  content: '';
  width: 30px;
  height: 30px; 
  position: absolute;
  left: -7px;
}
.user-login-dropdown ul li.dashboard a:after {
  background: url(../images/dashboard.svg) no-repeat center center; 
}
.user-login-dropdown ul li.nouvelle a:after {
  background: url(../images/nouvelle.svg) no-repeat center center; 
}
.user-login-dropdown ul li.mon-compte a:after {
  background: url(../images/mon-compte.svg) no-repeat center center; 
}
.user-login-dropdown ul li.mon-entreprise a:after {
  background: url(../images/mon-entreprise.svg) no-repeat center center; 
}
.user-login-dropdown ul li.gestion a:after {
  background: url(../images/gestion.svg) no-repeat center center; 
}
.user-login-dropdown ul li.historique a:after {
  background: url(../images/historique.svg) no-repeat center center; 
}
.user-login-dropdown ul li.se-deconnecter a:after {
  background: url(../images/se-deconnecter.svg) no-repeat center center; 
}







.dashboard-title {
  padding: 40px 13px 41px;	
}
.dashboard-title h1 {
  /*font-size: 38px;*/
  font-size: 32px;
  font-weight: 700;
  color: #009c08;
  line-height: 1.1;
  padding: 0;
  margin: 0;	
}
.dashboard-title span {
 display: block;	
 font-size: 20px;
 font-weight: 500;
 color: #000000;
 padding-top: 10px;  	
}

.tableau-de-bord {
  box-shadow: 0px 2px 22.33px 6.67px rgba(0, 0, 0, 0.09);
}
.tableau-top-box {
  background: #009c08;
  padding: 10px 15px;
  box-sizing: border-box;
}
.tableau-row {
  align-items: center;	
}
.offres-d-emploi {
  font-size: 15px;
  font-weight: 500;
  color: #fff; 
  letter-spacing: 0.8px;	
}
.search-filter {
  padding: 0 0 0 38px;
  width: 28.3%;	
}
.search-filter .search-fild {
  position: relative;	
}
.search-filter .search-fild input {
  font-size: 13px;
  font-weight: 400;
  color: #fff;	
  border: solid 2px #01b60b;
  box-shadow: none;
  outline: none;
  background: transparent;
  border-radius: 10px;
  box-sizing: border-box;
  height: 38px;
  padding: 0 10px 0 38px;
  width: 100%;  
}
.search-filter .search-fild input::placeholder {
  color: #fff; 	
}
.search-filter .search-fild .search-icon {
  position: absolute;
  left: 10px;
  top: 10px;	
}
.search-filter .search-fild .search-icon:before {
  display: inline-block;
  width: 20px;
  height: 20px;	
  content: '';
  background: url(../images/search-icon.png) no-repeat center center;	
}

.publier-une-nouvelle-btn {
  padding: 0 0 0 32px;
  width: 28%;	
}
.publier-une-nouvelle-btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: #01b60b;
  border-radius: 10px;
  padding: 8px 10px;
  box-sizing: border-box;
  letter-spacing: 0.6px;	
}
.publier-une-nouvelle-btn a:hover {
  background: #03c90e; 	
}
.tableau-pagination {
  overflow: hidden;
  position: relative;
}
.tableau-pagination .pagination {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tableau-pagination .pagination li {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 0 3px;
}
.tableau-pagination .pagination li a {
  display: inline-block;	
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 1px 8px 1px;
}
.tableau-pagination .pagination li.active a,
.tableau-pagination .pagination li a:hover {
  color: #000;	
  background: #fff;  	
  
}

.tableau-pagination .pagination li.arro-left,
.tableau-pagination .pagination li.arro-right {
  display: flex;
  align-items: center;	
}

.tableau-pagination .pagination li.arro-left a {
 display: inline-block;
 width: 10px;
 height: 16px;	
 background: url(../images/arro-left.png) no-repeat center center;
 background-color: none !important; 	
}
.tableau-pagination .pagination li.arro-right a {
 display: inline-block;
 width: 10px;
 height: 16px;	
 background: url(../images/arro-right.png) no-repeat center center;
 background-color: none !important; 	
}
.row.data-title {
  margin: 0;	
  border: solid 1px #e6e6e6;
  border-top: none;	
}
.row.data-title .col-lg-2 {
  border-left: solid 1px #e6e6e6;
  width: 15%;
}
.row.data-title .col-lg-2:first-child {
  border-left: none;	
}
.row.data-title .col-lg-2.debut-col {
  width: 16%; 
}
.row.data-title .col-lg-2.reactivate-col {
  width: 14%;
}
.data-title .title-tag {
  display: flex;
  align-items: center;
  justify-content: center;	
  font-size: 14px;
  font-weight: 700;
  color: #000;	
  padding: 11px 0;
}
.data-title .title-tag a {
  color: #000;
  text-decoration: none;  
}
.data-title .title-tag .title-sort-img {
  margin: 0 0 0 5px;
}
.row.data-text-box {
  margin: 0;	
  border: solid 1px #e6e6e6;
  border-top: none;	
  box-shadow: 0px 2px 22.33px 6.67px rgba(0, 0, 0, 0.09);
  margin-bottom: 10px;
}
.row.data-text-box .col-lg-2 {
  border-left: solid 1px #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 15%;
}
.row.data-text-box .col-lg-2:first-child {
  border-left: none;	
}
.row.data-text-box .col-lg-2.debut-col {
  width: 16%;
}
.row.data-text-box .col-lg-2.reactivate-col {
  width: 14%;
}
.row.data-text-box .col-lg-3 {
  padding-top: 20px;
  padding-bottom: 20px;  
}
.data-text-box .etudiant-text {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;	
}
.reactivate-btn {
  width: 100%;	
}
.reactivate-btn a {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #fffefe;
  text-transform: uppercase;
  background: #000;
  text-align: center;
  text-decoration: none;
  border: solid 1px #000; 
  padding: 4px 0;
}
.reactivate-btn a:hover {
  background: transparent;
  color: #000; 	
}
.reactivate-btn a.arch_btn {
  background: #009c08;
  border: solid 1px #009c08;
}
.reactivate-btn a.arch_btn:hover {
  background: transparent;
  border: solid 1px #000; 
}
.reactivate-btn .edit-BTN {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:5px;
}
.reactivate-btn .edit-BTN a {
    width: auto;
    background: transparent;
    border: none;
    color: #000;
    padding: 0 2px;
}
.data-premium-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.data-premium-box .premium-text {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.data-premium-box .premium-text span {
  font-size: 13px;
  color: #469c0b;
  font-weight: 700; 
  padding-left: 5px;
}
.data-premium-box .premium-text .writing-img {
  margin-left: 5px;  
}
.data-premium-box .premium-text a {
  color: #333;
  text-decoration: none;  
} 

.data-premium-box .name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #808080; 
  padding: 5px 0;
}
.data-premium-box .offre-text {
  font-size: 13px;
  font-weight: 300;
  color: #ffa522;
  line-height: 14px; 
  padding-left: 18px;
  position: relative;
}
.data-premium-box .offre-text .fa-clock-icon {
  position: absolute;
  left: 0;
  top: 0;
}

/*Footer start*/
.footer {
  margin-top: 65px;
  padding-top: 40px; 
  border-top: solid 4px #3d3d3d;
}
.row.footer-content {
  justify-content: center; 
}
.footer-content .col-lg-3 {
  width: 20%;
}
.footer-links h2 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 0 0 5px 0;
  margin: 0; 
}
.footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none; 
}
.footer-links ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-decoration: none;  
}
.footer-links ul li a:hover {
  color: #000; 
}
.row.copyright-box {
  justify-content: center;
  border-top: solid 2px #ddd;
  margin-top: 48px;
  padding: 25px 0; 
}
.copyright-text {
  text-align: center; 
}
.copyright-text span {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.copyright-text .copy-span {
  position: relative;
}
.copyright-text .copy-span:before {
  display: inline-block;
  width: 1px;
  height: 12px;
  content: '';
  background: #333;
  margin: 0 15px;   
}

@media screen and (max-width: 1366px) {
 .publier-une-nouvelle-btn a {
   font-size: 13px;
 }
 .header-right .user-login {
   width: 32%;
 }
}

@media screen and (max-width: 1260px) {
 .publier-une-nouvelle-btn {
   padding: 0 0 0 10px;
   width: 25%;
 }
 .publier-une-nouvelle-btn a {
   font-size: 12px;
 }
}
@media screen and (max-width: 992px) { 
  .user-login {
     width: 30%;
  } 
  .search-filter {
    padding: 0 10px;
  }
  .publier-une-nouvelle-btn {
    width: 25%;
    padding: 0px;
  }
  .publier-une-nouvelle-btn a {
    font-size: 13px; 
  }
}
@media screen and (max-width: 991px) { 
 .header-right .header-social-icon {
   width: 30%;
 }
 .header-right .user-login {
   width: 30%;
 }  
 .dashboard-title h1 {
   font-size: 30px; 
 } 
 .tableau-row {
   justify-content: center;
   margin: 0; 
 } 
 .row.data-title .col-lg-3 {
   width: 25%;
 }
 .row.data-text-box .col-lg-3 {
   width: 25%;
 }
 .offres-d-emploi {
   text-align: center;
   padding-bottom: 10px;
 }
 .search-filter {
   padding: 0;
   width: 50%;
 }
 .publier-une-nouvelle-btn {
   padding-left: 10px; 
   width: 50%;
 }
 .publier-une-nouvelle-btn a {
   font-size: 12px; 
 }
 .col-lg-2.tableau-pagination {
   margin-top: 15px;
 }
 .tableau-pagination .pagination li.arro-left, 
 .tableau-pagination .pagination li.arro-right {
   margin: 0 auto; 
 }
 .row.footer-content .col-lg-5 {
   width: 38%;
 }
 .row.footer-content .col-lg-2 {
   width: 20%;
 } 
 .header-main .col-lg-6 {
   width: 50%;
 }
 .header-main .col-lg-6 {
  width: 50%;
 }

}

@media screen and (max-width: 990px) { 
 .header-right .user-login {
   width: 40%;
 } 

.data-title .title-tag {
  font-size: 13px; 
}
.data-premium-box .premium-text {
  font-size: 13px; 
}
.data-text-box .etudiant-text {
  font-size: 13px; 
}
.data-premium-box .name {
  font-size: 13px; 
}
.reactivate-btn a {
  font-size: 11px; 
}
.footer-links h2 {
  font-size: 13px; 
}

} 
@media screen and (max-width: 767px) { 
 .header-main .col-lg-6 {
   width: 100%;
 }  
 .align-items-center img {
   margin: 0 auto;
 }
 .header-right {
   justify-content: space-between;
   padding-top: 20px;
 }
 .header-right .header-social-icon {
   justify-content: start;
 }
 .reactivate-btn a {
   font-size: 10px;
 }
 .dashboard-title {
   padding: 18px 13px;
 } 
 .dashboard-title h1 {
    font-size: 26px;
 }
 .row.footer-content .col-lg-5 {
   width: 100%;
 } 
.footer-content .col-lg-3 {
  width: 100%;
  padding-top: 25px;
}
.row.footer-content .col-lg-2 {
  width: 100%;
  padding-top: 25px;
}
.row.copyright-box {
  margin-top: 30px;
  padding: 20px 0;  
}
.copyright-text span {
  font-size: 13px; 
}
.copyright-text .copy-span::before {
  height: 9px; 
}
.data-main-section {
  overflow-x: scroll;
}
.data-section {
  width: 1024px;
}

}

@media screen and (max-width: 568px) { 
 .dashboard-title h1 {
    font-size: 20px;
 }  
 .dashboard-title span {
   font-size: 17px;
   padding-top: 4px;
 }
 .tableau-top-box {
   padding: 20px 15px;  
 } 
 .search-filter {
   padding: 0 15px;
   width: 100%;
 } 
.publier-une-nouvelle-btn {
  padding: 15px 15px 0;
  width: 100%;
 } 
}



/*added on 01-03-2023*/
.tableau-pagination .pagination {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.tableau-pagination .pagination li.disabled {
    position: relative;
    top: -3px;
}
.tableau-pagination .pagination li.disabled span.page-link {
    background: transparent;
    font-size: 40px;
    color: #fff;
    height: auto;
    line-height: normal;
}
.tableau-pagination .pagination li span.page-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    padding: 1px 8px 1px;
    background: #fff;
    border: none;
}
.tableau-pagination .pagination li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 1px 8px 1px;
    background: transparent;
    border: none;
}

.tableau-pagination .pagination li:last-child {
  position: absolute;
  top: -3px;
  right: -6px;
  z-index: 5;
  background: #009c08;
}
.tableau-pagination .pagination li:last-child a.page-link {
    background: transparent;
    font-size: 40px;
    color: #fff;
    height: auto;
    padding: 0 5px;
    line-height: normal;
}

.tableau-pagination .pagination li:first-child {
    position: relative;
    top: -3px;
}
.tableau-pagination .pagination li:first-child a.page-link {
    background: transparent;
    font-size: 40px;
    color: #fff;
    height: auto;
    line-height: normal;
}
.reactivate-btn .edit-BTN a.reactivet_btn {
    background: #000;
    color: #fff;
    padding: 0 10px;
}
.reactivate-btn .edit-BTN a.reactivet_btn {
    background: #000;
    color: #fff;
    padding: 0 10px;
}
/*ends*/

/*added on 02-03-2023*/
.row.copyright-box {
  justify-content: center;
  border-top: solid 2px #ddd;
  margin-top: 48px;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
}
.copyright-box .copyright-text {
  width: 50%;
  text-align: left;
}
.copyright-box .footer-social-icon {
  width: 50%;
  text-align: right;
}
.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 3px 15px 0 0;
}
.footer-social-icon a.fa-facebook {
    background-image: url(../images/facebook-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.footer-social-icon a.fa-instagram {
    background-image: url(../images/instagram-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.footer-social-icon a {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border: solid 1px #000;
    border-radius: 10px;
    background: #fff;
    margin: 0 4px;
}
/*ends*/