
:root{
  --color-blue : #185186;
  --color-orange : #DC9122;
  --color-green-forest : #0e6258;
  --color-yellow : #ffbe00;
  --color-red : #eb0000;
  --color-dark-blue : #00314c;
  --color-soft-blue : #084e9b;
  --color-light-green : #009d7f;
  --black-color-alt: #313131;
  --color-success: #11845a;
}


.job-list {
  padding: 15px 15px;
}

.job-list .job-list-logo {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  border: 1px solid #eeeeee;
  height: 55px;
  width: 55px;
  text-align: center;
  padding: 10px;
}

.widget .widget-box {
  padding: 12px 15px;
}

.widget-box .d-flex
{
  align-items: center;
}

.category-style-02 ul li .category-count {
  background: #f6f6f6;
  padding: 5px 5px;
  border-radius: 3px;
  color: #464444;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 150px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 65px;
  flex: 0 150px;
}

.widget .widget-title-with-bg {
  padding: 10px;
  background-color: #f6f6f6;
}

.souscorps-list {
  padding: 10px 20px;
}

.hide{
  display: none !important;
}

.invalid-feedback {
  display: block;
}

.btn.btn-xs {
  font-size: 11px;
  padding: 3px 8px;
  text-align: center;
}

.btn-xs i {
  padding-right: 0;
}

.dropdown-menu {
  top: 64%;
}

.navbar-brand img {
  height: 50px;
}

.job-list-favourite-time .job-list-favourite {
   margin-bottom: 0;
}

.about-candidate {
  padding-bottom: 0;
}

.job-list .job-list-favourite-time {
  flex: 0 0 120px;
}

.upload-file .custom-file {
  width: 225px;
}



.w-10{
  width: 10% !important;
}

.w-15{
  width: 15% !important;
}

.w-20{
  width: 20% !important;
}

.w-30{
  width: 30% !important;
}

.w-40{
  width: 40% !important;
}

.w-60{
  width: 60% !important;
}

.w-70{
  width: 70% !important;
}

.w-80{
  width: 80% !important;
}

.w-90{
  width: 90% !important;
}

.w-75px{
  width: 75px !important;
}

.fa-xxl{
  font-size: 2.5rem !important;
}

.visible-print{
  display: none;
}

@media print
{
  .hidden-print, .hidden-print *
  {
    display: none !important;
  }

  .visible-print {
    display: block;
  }
}

.select2-container {
  width: 100% !important;
}

/* Employer */
.employers-list {
  padding: 30px 20px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 5px solid var(--color-orange);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
}


.feature-info:hover {
  background: #DC9122 !important;
}


.btn.btn-danger{
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.btn.btn-primary{
  background-color: var(--color-soft-blue);
  border-color: var(--color-soft-blue);
}

.btn.btn-warning{
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  color: #1e1e1e;
}

.btn.btn-success{
  background-color: var(--color-success);
  border-color: var(--color-success);
}

.btn.btn-danger.gradient, .btn.btn-danger:hover{
  background: linear-gradient(45deg, #ab0000, var(--color-red)) !important;
}

.btn.btn-primary.gradient, .btn.btn-primary:hover{
  background: linear-gradient(45deg,  var(--color-dark-blue), var(--color-soft-blue)) !important;
}

.btn.btn-warning.gradient, .btn.btn-warning:hover{
  background: linear-gradient(45deg,  var(--color-orange), var(--color-yellow)) !important;
}

.btn.btn-success.gradient, .btn.btn-success:hover{
  background: linear-gradient(45deg,  #0d5c3f, var(--color-success)) !important;
}

.border-b-warning, .border-b-success, .border-b-blue, .border-b-danger, .border-b-primary{
  border: 0!important;
    border-bottom: 5px solid !important;
    border-image-slice: 1 !important;
}

.border-b-warning{
  border-image-source: linear-gradient(45deg,  var(--color-orange), var(--color-yellow)) !important;
}

.border-b-success{
  border-image-source: linear-gradient(45deg,  #0d5c3f, var(--color-success)) !important;
}

.border-b-danger{
  border-image-source: linear-gradient(45deg, #ab0000, var(--color-red)) !important;
}

.border-b-blue, .border-b-primary{
  border-image-source: linear-gradient(45deg,  var(--color-dark-blue), var(--color-soft-blue)) !important;
}

.info-box{
  border: 2px solid;
  width: 100%;
}

.info-box .box-title{
  text-align: center;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: medium;
}

.info-box .box-content{
  padding: 15px;
  font-size: medium;
  color: #1e1e1e;
}

.info-box.danger{
  border-color: var(--color-red);
}

.info-box.success{
  border-color: var(--color-success);
}

.info-box.primary{
  border-color: var(--color-soft-blue);
}

.info-box.warning{
  border-color: var(--color-orange);
}

.info-box.danger .box-title{
  background-color: var(--color-red);
  color: #ffffff;
}

.info-box.success .box-title{
  background-color: var(--color-success);
  color: #ffffff;
}

.info-box.primary .box-title{
  background-color: var(--color-soft-blue);
  color: #ffffff;
}

.info-box.warning .box-title{
  background-color: var(--color-orange);
  color: #1e1e1e;
}

.footer {
  padding-top: 10px;
  margin-top: -100px;
  color: #fff;
  background: #292929;
  padding-top: 25px;
}

.footer .footer-link ul li a {
  color: #ffffff;
}

.h100{
  height: 100%;
}

.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.symbol > img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.42rem;
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.symbol-md > img {
  max-width: 100px;
  height: 100px;
}

.symbol-sm > img {
  max-width: 70px;
  height: 70px;
}

.form-control {
  background-color: #fbfbfb;
}

hr.dotted{
  border: 1px dotted rgb(211, 211, 211);
}

.h42{
  height: 42px !important;
}

.py-90{
  padding-top: 90px;
  padding-bottom: 90px;
}


.py-60{
  padding-top: 60px;
  padding-bottom: 60px;
}

.mh-400{
  min-height: 400px;
}

.mh-300{
  min-height: 300px;
}

.mh-200{
  min-height: 200px;
}

.mh-100{
  min-height: 100px;
}

sub, sup {
  font-size: 60%;
}

.font-s-2r{
  font-size: 2rem !important;
}

.font-s-60{
  font-size: 60px;
}

.font-s-55{
  font-size: 55px;
}

.font-s-50{
  font-size: 50px;
}

.font-s-40{
  font-size: 40px;
}

.font-s-32{
  font-size: 32px;
}

.font-s-30{
  font-size: 30px;
}

.font-s-26{
  font-size: 26px;
}

.font-s-24{
  font-size: 24px;
}

.font-s-22{
  font-size: 22px;
}

.font-s-21{
  font-size: 21px;
}

.font-s-20{
  font-size: 20px;
}

.font-s-19{
  font-size: 19px;
}

.font-s-18{
  font-size: 18px;
}

.font-s-17{
  font-size: 17px;
}

.font-s-16{
  font-size: 16px;
}

.font-s-15{
  font-size: 15px;
}

.font-s-14{
  font-size: 14px;
}

.font-s-13{
  font-size: 13px;
}

.font-s-12{
  font-size: 12px;
}

.font-s-11{
  font-size: 11px;
}

.font-s-10{
  font-size: 10px;
}

.uppercase{
  text-transform: uppercase;
}

.flex-1{
  flex: 1;
}

.small{
  font-size: smaller;
}

.d-flex-column{
  display: flex !important;
  flex-direction: column !important;
}

.d-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.none, .d-flex-column.none, .d-flex.none{
  display: none !important;
}

.bg-steel{
  background-color: #f5f5f5;
}

.bg-soft-blue {
  background-color: var(--color-soft-blue) !important;
}

.text-succes{
  color: var(--color-success) !important;
}


.text-blue{
  color: var(--color-soft-blue) !important;
}

.widget-icon
{
  width: 150px;
  height: 150px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  margin-right: 25px;
}

.widget-icon i
{
  font-size: 4rem;
}

.cta{
  padding: 25px 40px !important;
}

.btn-transparent
{
    background-color: transparent;
    text-align: center;
    height: 47px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.btn-transparent:hover
{
    color: #ffffff;
    text-decoration: underline;
}

.pull-right
{
    float: right;
}


.bold{
  font-weight: bold;
}

.uppercase{
  text-transform: uppercase;
}

.user-dashboard-info-box {
  border: 2px solid #eeeeee;
  padding: 30px;
  margin-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 3px 4px 11px 2px rgba(0, 0, 0, 0.05);
}

.concours-list-item{
  display: flex;
  border-bottom: 5px solid var(--color-orange);
  background-color: #ffffff;
  box-shadow: 3px 4px 11px 2px rgba(0, 0, 0, 0.134);
}

.concours-list-item .icon-box{
  max-width: 120px;
}

.concours-list-item .btn-box{
    width: 250px;
}

.diplome-list-item .btn-box{
  flex-direction: column;
  width: 220px;
}

.diplome-list-item{
  display: flex;
  border-bottom: 5px solid var(--color-soft-blue);
  background-color: #ffffff;
  box-shadow: 3px 4px 11px 2px rgba(0, 0, 0, 0.134);
}

.diplome-list-item .icon-box{
  width: 85px;
  min-height: 85px;
  background-color: rgb(240, 240, 240);
}

.diplome-list-item .icon-box i{
  font-size: 45px;
  color: var(--color-soft-blue);
}


.diplome-list-item.simple .icon-box{
  width: 60px;
  min-height: 60px;
}

.diplome-list-item.simple .icon-box i{
  font-size: 30px;
  color: var(--color-soft-blue);
}

.concours-list-item .btn-box .btn{
  background-color: antiquewhite;
  text-align: center;
  height: 47px;
}

.diplome-list-item .btn-box .btn{
  text-align: center;
  height: 42px;
  text-transform: uppercase;
  padding: 8px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concours-list-item .btn-box .btn:hover{
  background: linear-gradient(45deg,  var(--color-orange), var(--color-yellow)) !important;
  color: #ffffff;
}

.concours-list-item .item-title h3{
  font-size: 1.5rem !important;
}

.concours-list-item .btn-box .btn:hover i{
  color: #ffffff;
}

.item-title a
{
  color: var(--color-soft-blue);
}

.home-cta-widget{
  display: flex;
  border-radius: 15px;
  border: 1px solid var(--black-color-alt);
  padding: 20px;
  min-height: 155px;
}

.home-cta-widget .widget-icon{
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-cta-widget .widget-icon i{
  font-size: 60px;
}

.home-cta-widget p {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
}

.home-cta-widget .btn-box .btn{
  text-align: center;
  height: 47px;
}

.home-cta-widget .btn-success, .home-cta-widget .btn-success:hover{
  background-color: var(--color-success);
  color: #ffffff;
}

.home-cta-widget .btn-danger, .home-cta-widget .btn-danger:hover{
  background-color: var(--color-red);
  color: #ffffff;
}

.home-cta-widget .btn-blue, .home-cta-widget .btn-blue:hover{
  background-color: var(--color-soft-blue);
  color: #ffffff;
}

.home-cta-widget .btn-warning, .home-cta-widget .btn-warning:hover{
  background-color: var(--color-orange);
  color: #1e1e1e;
}

.home-cta-widget .btn-box .btn:hover{
  background-color: var(--color-orange);
  color: #ffffff;
}

.home-cta-widget.widget-success{
  border-color: var(--color-success);
  background-color: #f1fcf6;
}

.home-cta-widget.widget-warning{
  border-color: var(--color-orange);
  background-color: #fffbf5;
}

.home-cta-widget.widget-danger{
  border-color: var(--color-red);
  background-color: #fff4f4;
}

.home-cta-widget.widget-blue{
  border-color: var(--color-soft-blue);
  background-color: #fbfdff;
}

.custom-tag{
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.custom-tag.success{
  background: linear-gradient(45deg,  #0d5c3f, var(--color-success));
  color: #ffffff;
}

.custom-tag.warning{
  background: linear-gradient(45deg,  var(--color-orange), var(--color-yellow));
  color: #1e1e1e;
}

.custom-tag.danger{
  background: linear-gradient(45deg, #ab0000, var(--color-red));
  color: #ffffff;
}

.custom-tag.blue, .custom-tag.primary{
  background: linear-gradient(45deg,  var(--color-dark-blue), var(--color-soft-blue));
  color: #ffffff;
}

.custom-tag.info{
  background: linear-gradient(45deg,  var(--color-dark-blue), var(--color-success));
  color: #ffffff;
}

.secondary-menu ul li {
  list-style: none;
  padding: 0 15px;
}

.secondary-menu ul li a {
  color: var(--color-soft-blue);
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 15px;
    border-radius: 0;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: initial;
}

.secondary-menu {
  padding: 0;
  border: 2px solid var(--color-orange);
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 40px;
  margin-top: -45px;
  display: flex;
  align-items: center;
}

.secondary-menu ul li a.active, .secondary-menu ul li a:hover {
  color:var(--color-soft-blue);
  background: #fff;
  border-bottom: 4px solid var(--color-orange);
}

.form-group label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #3F4254;
}

@media (max-width: 575px) {
  .mb-xs-4, .my-xs-4 {
      margin-bottom: 1.5rem !important;
  }

  .flex-xs-column {
      flex-direction: column !important;
  }

  .navbar-brand img {
    height: 30px;
  }

  .header-inner.header-inner-big {
    padding: 45px 0 50px 0;
    margin-top: -1%;
  }
}




.login-box.large {
  width: 75%;
}

.login-logo {
  background-color: rgba(0, 23, 71, 0.85);
  padding: 20px 0;
  margin-bottom: 0;
  margin-top: 40px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .concours-list-item  h3 {
      font-size: 18px;
  }

  .concours-list-item .icon-box {
    display: none;
  }

  .login-box.large {
    width: 90%;
  }
}

.avatar-custom
{
  border-radius: 50%;
  background: linear-gradient(90deg, #021b49, #23797d);
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.avatar-custom .img
{
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: white;
}

a.edit-btn
{
  color: #000000bf;
  height: 2.5rem;
  width: 2.5rem;
  min-width: auto;
  border-radius: 2rem;
}

a.edit-btn:hover
{
  background-color: #8c8c8c1a;
}

@media (max-width: 1024px) {
    .page-header img, .cta-widget img {
        height: 100% !important;
        object-fit: cover !important;
    }

    .cta-widget .cta-title {
        font-size: 21px;
        text-align: center;
    }

    .login-layout figure img {
        height: 100% !important;
        object-fit: cover;
    };
}

@media (max-width: 820px) {
    .page-header img, .cta-widget img {
        height: 100% !important;
        object-fit: cover !important;
    }

    .cta-widget .cta-content{
        flex-direction: column !important;
    }

    .cta-widget .cta-title {
        font-size: 17px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .cta h2 {
        font-size: 1.5rem !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .navbar-toggler {
        background-color: #00000000;
        border: 1px solid #ffffff;
        padding: .25rem .75rem;
        margin-left: 10px;
    }

}

@media (max-width: 430px) {
    .page-header.h300 .page-title h3, .page-header-alt .page-title h3, .page-title span {
        font-size: 35px;
    }

    .page-title .input-group span {
        font-size: 1rem;
    }

    .page-header.h300 {
        height: 240px !important;
    }

    .cta-widget {
        height: 150px;
    }

    .product-block {
        margin-bottom: 10px;
    }

    .navbar-nav .nav-link {
        color: #fff;
        font-size: 10px;
    }
}

@media (min-width: 760px) {
    .login-box{
        width: 420px;
      }
}

/* Le menu latéral est masqué par défaut */
.side-menu {
    position: fixed;
    top: 84px;
    left: -270px; /* Hors écran */
    width: 270px;
    height: 100%;
    background-color: #343a40; /* Couleur de fond du menu */
    color: white;
    transition: left 0.3s ease-in-out; /* Transition pour le glissement */
    z-index: 999;
    padding-top: 10px; /* Espacement du menu */
}

.side-menu ul {
    list-style-type: none;
    padding: 0;
}

.side-menu ul li {
    padding: 6px 18px;
    background-color: #f5f5f563;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.side-menu .nav-link.active {
    color: var(--warning);
}

.side-menu ul li a {
    color: white;
    text-decoration: none;
}

.side-menu.active {
    left: 0; /* Affiche le menu lorsqu'il est activé */
}

@media (max-width: 1024px) {
    #navbarCollapse2 {
        display: none; /* Masquer le menu par défaut sur les petits écrans */
    }
    .side-menu {
        display: block;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .navbar-toggler {
        background-color: #00000000;
        border: 1px solid #ffffff;
        padding: .25rem .75rem;
        margin-left: 10px;
    }

    .login-layout .page-title {
        padding: 5% 5%;
        overflow: scroll;
    }
}

@media (max-width: 767.98px) {
    .side-menu .navbar-nav {
        display: block;
    }

    .side-menu {
        top: 78px;
    }

    .navbar-brand {
        margin-right: 10px;
    }
}

@media (max-width: 540px) {
    .side-menu {
        top: 55px;
    }
}


@media (max-width: 344px) {
    .side-menu {
        top: 55px;
    }

    .page-header.h300 .page-title h3, .page-header-alt .page-title h3, .page-title span {
        font-size: 30px;
    }

    .page-header.h300 {
        height: 190px !important;
    }

    .cta-widget {
        height: 120px;
    }

    .product-block {
        margin-bottom: 10px;
    }

    .navbar-nav .nav-link {
        color: #fff;
        font-size: 7px;
    }

    .side-menu .nav-link {
        color: #fff;
        font-size: 10px;
    }

    .cta-widget .cta-title {
        font-size: 15px;
        text-align: center;
    }

    .cta {
        padding: 18px 18px !important;
    }

    .cta h2 {
        font-size: 1.2rem !important;
    }

    .cta .btn-transparent {
        height: 22px;
    }

    .font-s-30 {
        font-size: 20px;
    }

    .h3, h3 {
        font-size: 1rem;
    }
}
