

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
:root{

  --color-1:#1BAB9B;
  --color-2:#373997;
  --color-3:rgba(55, 57, 151, 0.1);
  --color-4:#212529;
  --color-5:#1AAB9B;
  --color-6:#19352D;
  --color-7:#E6E6E6;
  --color-8:rgba(55, 57, 151, 0.05);
  --color-9:#EEEFF2;
  --color-10:#F2F2F2;
  --color-11:#111351;
  --color-12:#1EC0A9;
  --color-13:#1BAB9B;
  --color-14:#E8F7F5;
  --color-gray-1:#28303F;
  --color-gray-2:#4F4F4F;
  --color-gray-3 :#828282;
  --color-gray-4 :#333;
  --color-white:#FFFFFF;
  --color-black:#000000;
} 


body{
  background-color: #eeeff2;
 font-family: 'Alexandria'!important;
font-size: 16px;
color: var(--color-gray-4);
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1
{
   font-family: 'Alexandria'!important;
  
}
a{
 
color: var(--color-11);
text-decoration: none;

}

.disabled-link {
  pointer-events: none;
  color: #aaa; 
  text-decoration: none;
  cursor: not-allowed;
}

a:hover,
a:focus{
  color:var(--color-2);
}
h3{
  font-size: 18px;
  margin-bottom: 0;
}
.nav-link:focus, .nav-link:hover {
color: var(--color-2);
}
.bg-blue{
  background-color: var(--color-2);
}
.bg-green{
  background-color: var(--color-1);
}
.bg-gray{
background-color: var(--color-9);
}
.bg-yellow{
  background-color: #F5B750;
}
.bg-green1{
  background-color: #00BF63;
}
.bg-dark1{
  background-color: #25608A;
}
.bg-orange{
  background-color: #EA6E3A;
}
.bg-blue1{
  background-color: #3DC3FF;
}
.blue1-color{
  color: #3DC3FF;
}
 .bg-light-orange{
 background-color: #FDF0EB;     
    }
    .bg-blue1-light{
  background-color:#ECF9FF;
}
.bg-blue-light{
  background-color:#EBEBF5;
}
.bg-light-green{
  background-color: #E5F7F6;
}
.bg-light-yellow{
  background-color: #FEF8ED;
}
.bg-light-green1{
  background-color: #E5F9EF;
}
.bg-light-dark{
  background-color: #E9EFF3;
}
.bg-light-purple{
  background-color: #E6E6ED;
}
.yellow-color{
  color: #F2C167;
}
.btn-gray {
 
background-color: var(--color-3);
color: var(--color-2);
 font-size: 15px;
font-weight: 500;
padding: 16px;
width: 150px;
border-radius: 8px;
}
.btn-gray:hover {
color: var(--color-white);
background-color: var(--color-2);
border-color:  var(--color-2);
}
.btn-green {
color: var(--color-white) !important;
background-color: var(--color-1);
color: var(--color-1);
font-size: 15px;
font-weight: 500;
padding: 16px;
width: 150px;
border-radius: 8px;
}

.btn-green2 {
color: var(--color-white) !important;
background-color: var(--color-1);
color: var(--color-1);
font-size: 15px;
font-weight: 500;
padding: 16px;
width: 150px;
border-radius: 8px;
}
.btn-green:hover {
background-color: var(--color-12);
border-color:  var(--color-12);
}
.btn-green2:hover {
background-color: var(--color-12);
border-color:  var(--color-12);
}
.w-15{
  width: 15%;
}
.w-35{
  width: 35%;
}
.w-60{
  width: 60%!important;
}
.btn-green-light {
  
  background-color: var(--color-14);
  color: var(--color-1);
  font-size: 15px;
  font-weight: 500;
  padding: 16px;
  width: 150px;
  border-radius: 8px;
  }
  .btn-green-light:hover {
  background-color: var(--color-12);
  border-color:  var(--color-12);
  color: var(--color-white);
  }

  .tab-content table a{
    padding: 5px;
  }
 table a svg{
    width:25px;
    height: 25px;
    }
.btn-purple {
  color: var(--color-white) !important;
  background-color: var(--color-2);
  color: var(--color-1);
  font-size: 15px;
  font-weight: 500;
  padding: 16px;
  width: 150px;
  border-radius: 8px;
  }
  .btn-purple:hover {
  background-color: #5559CF;
  border-color: #5559CF;
  }

.btn-outline-green {
color: var(--color-white) !important;
border-color: var(--color-1);
color: var(--color-1) !important;
font-size: 15px;
font-weight: 500;
padding: 16px;
width: 150px;
border-radius: 8px;
}
.btn-outline-green:hover {
background-color: var(--color-1);
border-color:  var(--color-1);
color: var(--color-white) !important;
}

.btn-secondary {
color: #fff;
background-color: var(--color-2);
border-color:  var(--color-2);
font-size: 15px;
font-weight: 500;
padding: 12px;
border-radius: 8px;
}
.btn-secondary:hover {
color: #fff;
background-color: var(--color-2);
border-color:  var(--color-2);
}
 .bg-purple{
  background-color: var(--color-2);
 }
 .btn-green-dark {
  color: var(--color-white) !important;
  background-color: var(--color-13);
  color: var(--color-1);
  font-size: 15px;
  font-weight: 500;
  padding: 16px;
  width: 150px;
  border-radius: 8px;
  }
  .btn-green-dark:hover{
    opacity: .9;
  }
.btn-green-dark.fine {
  font-size: 13px;
  padding: 12px;
}
.btn-white {
  background-color: var(--color-white);
  color: var(--color-13) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 16px;
  border-radius:8px;
 }
  .btn-white svg {
    margin-left: 15px;
  }

.btn-green-fine {
  color: var(--color-16) !important;
  background-color: var(--color-15);
  font-size: 15px;
  font-weight: 500;
  padding: 16px;
  width: 150px;
  border-radius: 8px;
 }

  .btn-dark{
    padding: 16px;
    border-radius: 8px;
  }
  .dark-color{
    color: var(--color-2)!important;
  }
  h5.h5{
    font-size: 18px;
 }
 .font-16{
  font-size: 16px!important;
 }
  p.font-p{
    font-size: 15px;
  }
  p{
    color: #212529ad;
    font-size: 17px;
    line-height: 32px;
  }
  .round-30{
    border-radius: 30px;
  }
  .text-left{
    text-align: left;
  }
  .round-15{
    border-radius: 15px;
  }
  .task-body {
  display: none;
}

:target {
  display: block;
}
/*-------------------------- padding/margin----------*/
.p-60{
  padding: 60px 0;
}
.pt-60{
  padding-top: 60px;
}
.pt-40{
  padding-top: 40px;
}
.pb-60{
  padding-bottom: 60px;
}
.pb-30 {
  padding-bottom: 30px;
}

.pt-20 {
  padding-top: 20px;
}
.mt-35{
  margin-top: 35px;
}
/*----------------- header------------*/
.fixed-top{
  background-color: var(--color-white);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
header .navbar-nav .nav-item{
margin-left: 20px;
}
header .navbar.navbar-expand-md {
  padding-top: 15px;;
}
.nav-link{
  font-family: 'Alexandria';
color: var(--color-gray-1);
font-weight: 400;
font-size: 16px;
padding: 0 !important;

}
header  .btn-purple,
header  .btn-green{
  padding: 0;
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
}
.nav-link.active{
color: var(--color-2);
 
}
.h1-title{
font-size:55px;
line-height: 80px;
margin-top: 30px;
color:var(--color-2);
font-weight: 700;
 
}
.h2-title{
  font-size:40px;
  line-height: 52px;
  font-weight: 700;
  margin-top: 10px;
  color:var(--color-black);
 
  }
 
.bg-hero {
  padding: 100px  40px;
  background-image: url('../images/bg-hero.jpg');
  height: 100%;
  width: 100%;
  background-size: cover;
  border-radius: 50px;
  background-repeat: no-repeat;
}
 span.subtitle{
  font-size: 20px;
  display: block;
  color: var(--color-1);
}
.bg-hero p{
  color: var(--color-4);

}
.bg-hero img{
  max-width: 100%;
}
.number-block strong{
  color: var(--color-1);
  font-size: 45px;
  font-family: 'Alexandria';
}
.box-icon{
  padding: 30px 25px;
  border: 1px solid #D4D4D8;
  border-radius: 15px;
}
.box-icon img{
  width: 100px;
}
.box-icon h3{
  font-size: 20px;
  margin-top: 15px;
  line-height: 30px;
  height: 55px;
  font-weight: 600;
}
.box-icon p{
  color: var(--color-gray-2);
  font-size: 16px;
}
.bg-service{
  padding: 40px;
  background-image: url('../images/bg-service.png');
  height: 100%;
  width: 100%;
  background-size: cover;
  border-radius: 50px;
  background-repeat: no-repeat;
}
.check-item{
  display: flex;
  gap: 15px;
  background-color: var(--color-white);
  border-radius: 15px;
  padding: 30px 20px;
  margin-bottom: 25px;
}
.check-item p{
  margin-bottom: 0;
}
.link-hover{
  border: 1px solid var(--color-1);
  border-radius: 35px;
  padding: 12px 25px;
  color: var(--color-11);
  font-size: 15px;
  display: inline-block;
}
.service-block{
  border: 1px solid #D4D4D8;
  padding: 50px 40px;
    position: relative;
    margin-bottom: 40px;
    border-radius: 25px;
}
.service-block h3{
  font-size: 22px;
}
.icon-service{
  position: absolute;
  right: -27px;
}
.service-block p{
  margin-top: 25px;
}
.formation-block img{
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.formation-block h3{
  font-size: 22px;
  line-height: 32px;
}
.formation-block {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #D1D1D1;
}
.box-contact{
  background-color: #4B4DA1;
    padding:  40px 25px;
    border-radius: 15px;
    color: var(--color-white);
}
.box-contact h3{
  margin-top: 25px;
  font-size: 22px;
  color: var(--color-white);
}
.box-contact p{
  margin-top: 15px;
  font-size: 15px;
  margin-bottom: 25px;
  color: #C9CAE3;
}
.contact-btn{
  background-color: var(--color-1);
  padding: 12px 35px;
  border-radius: 35px;
  color: var(--color-white);
}
.border-top{
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #5D5FAA!important;
}
.menu-item a{
  display: block;
  padding-bottom: 15px;
}
.menu-item h5{
  margin-bottom: 35px;
}
.footer-bottom{
text-align: center;
padding-top: 40px;
padding-bottom: 10px;
}
.footer-bottom p{
  font-size: 14px;
}
.bg-login {
  background-color: var(--color-9);
  height: 100%;
}
.login-block {
  padding: 20px;
}
.card-block {
  background-color: var(--color-white);
  border-radius: 35px;
  padding: 30px 20px;
}
.btn-back {
  background-color: var(--color-10);
  border-radius: 25px;
  padding: 8px 20px;
  color: #237594;
  font-weight: 400;
  font-size: 14px;
}
.btn-back:hover,
.btn-back:focus{
  color: #237594; 
}
.card-block-inner {
  padding: 50px 0;
}
.brand-block {
  position: relative;
 
  padding: 35px 0 60px;
}
.brand-block img {
  width: 160px;
}
.brand-block h2 {
  margin-top: 30px;
}
.form-block h3 {
  color: var(--color-black);
}
.form-block p {
  color: var(--color-black);
  font-size: 22px;
  margin-bottom: 30px;
}
.form-group {
  margin-bottom: 18px;
}
.form-group .label-control {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
  color: var(--color-gray-4);
}
.form-group .form-control {
  height: 48px;
  border-color: #E2ECF5;
  border-radius: 8px;
  text-align: right;
}
.login-bg {
  background-image: url(../images/bg-login.png);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 45px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content:space-around;
  align-items: flex-start;
}
.content-login {
  text-align: right;
  width: 90%;
  padding-bottom: 100px;
    padding-top: 100px;
}
.content-login h1 {
  color: #fff;
  line-height: 65px;
  font-size: 50px;
}
.content-login p {
  color: #fff;
  font-size: 20px;
}
.green-link{
  color: var(--color-1);
}
.bg-login{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

select.form-control{
  position: relative;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow-down.svg) 10px / 15px no-repeat #fff;
} 
.register-form{
 padding-left: 20px;
  margin-bottom: 40px;
}
.form-group.otp-input{
  padding-top: 150px;
}
.otp-input .otp{
  height: 75px;
    width: 80px;
    margin: 3px;
    text-align: center;
    line-height: 70px;
    font-size: 22px;
    border: 1px solid #E2ECF5;
    color: var(--color-gray-1);
    border-radius: 8px;
 
}
.otp-input{
  display: flex;
      justify-content: space-between;
}
.sidebar{
background-color: var(--color-white);

border-radius: 30px;
 width: 25%;
}
 .menu-sidebar{
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 30px;
 }
 .menu-sidebar a{
  padding: 2px;
 }
 .menu-sidebar a:hover,
 .menu-sidebar a.active{
  background-color: var(--color-2);
  color: var(--color-white);
  border-radius: 10px;
 }
 .menu-sidebar a span{
  padding-right: 10px;
 }
 .menu-sidebar a:hover svg path,
 .menu-sidebar a.active svg path {
stroke:var(--color-1)
 }
 .header-page{
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #D4D4D8;
 }
 .content-page{
  width: 75%;
    padding-right: 30px;
 }
 /* sidebar collapsed */
 .sidebar-collapsed .sidebar{
   width: 80px;
   padding: 30px 15px 40px;
 }
 .sidebar-top-inner{
  justify-content: space-between;
 }
 .sidebar-collapsed .sidebar .sidebar-top .d-flex > img{
   display: none;
 }
 .sidebar-collapsed .sidebar .sidebar-top .d-flex{
   justify-content: center;
 }
 .sidebar-collapsed .sidebar .toggle-menu img{
   width: 24px;
   height: 24px;
 }
 .sidebar-collapsed .menu-sidebar a span{
   display: none;
 }
 .sidebar-collapsed .menu-sidebar a{
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .sidebar-collapsed .content-page{
   width: calc(100% - 80px);
 }
 .profile-dropdown .btn {
  align-items: center;
  gap: 8px;
  
}
.profile-dropdown .btn {
  background-color: var(--color-white);
  border: 1px solid #cbcbcb;
  padding: 15px 12px;
}
.profile-dropdown img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.profile-dropdown h4 {
  color: var(--color-4);
  font-size: 14px;
  font-family: "Alexandria";
  font-weight: bold;
  margin: 0;
}
.profile-dropdown .dropdown-toggle::after{
  border: 0;
  background-size: contain;
  width: 15px;
  background-repeat: no-repeat;
  height: 15px;
  background-image: url(../images/arrow-down.svg);
}
a.logout{
  width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #D4D4D8;
}
.header-page h2{
  font-size: 22px;
  color: var(--color-2);
}
.card-page{
  margin-top: 30px;
  padding: 25px;
  border-radius: 20px;
  background-color: var(--color-white);
  box-shadow: 0 17px 20px 0 rgba(0, 0, 0, 0.05) !important;
}
.h3-title{
  font-size: 22px;
  color: var(--color-2);
}
.list-number{
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-number li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.list-number li span{
  width: 35px;
  background-color: var(--color-2);
  color: var(--color-white);
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
}
.form-control{
  border: 1px solid #E2ECF5;
  border-radius: 12px;
  padding: 15px;
}
 
.input-field .label-control {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 8px;
  display: block;
}


.steps-container {
  height: 95%;
  flex: 2;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.navigation-buttons {
  margin-top: 20px;
}

.navigation-buttons button {
  padding: 10px 20px;
  margin: 0 5px;
  border: none;
  border-radius: 6px;
  background-color: #1E90FF;
  color: white;
  cursor: pointer;
}

.sidebar {
  flex: 1;
  border-right: 2px solid #eee;
  padding-right: 10px;
}

.step-item {
  padding: 10px;
  border-right: 3px solid transparent;
  color: #888;
}


.step-content {
  display: none;
}

.step-content.active {
  display: block;
}
.sidebar-step{
  height: 95%;
  padding: 20px;
  position: relative;
}
.sidebar-step:after{
  content: '';
  z-index: -9;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #393c96, #0060b0, #007db4, #0095aa, #1aab9b);
  border-radius: 30px;
}
.step-indicators{
  list-style: none;
  padding: 0;
  margin: 0;
}
.step-indicators .step-item{
  display: flex;
    gap: 20px;
}
.step-indicators  .icon-step{
  display: flex;
  width: 70px;
  height: 70px;
  background: var(--color-white);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.step-indicators .step-item  h3{
  font-size: 15px;
  color: var(--color-black);
}
.step-indicators .step-item p{
  font-size: 13px;
  line-height: 22px;
}
.step-title{
  width: 70%;
}
.step-indicators .step-item{
  position: relative;
}
.step-indicators .step-item:after{
  position: absolute;
  content: '';
  border: 1px dashed #A6A9B1;
  height:85%;
  width: 1px;
  top: 22px;
  z-index: -9;
  right: 42px;
}
.step-indicators .step-item.active .icon-step{
background-color: var(--color-white);
}
.step-indicators .step-item.active .icon-step svg path{
fill: var(--color-1);
}
.step-item.done .icon-step{
  position: relative;
  background-color: var(--color-1);
}
.step-item.done .icon-step svg{
  opacity: 0;
}
.step-item.done .icon-step:after{
  width: 70px;
  content: "✓";
  font-size: 32px;
  color: #fff;
 
}
.step-item.done:after{
  border: 1px dashed #1bab9b;
}
.step-content form .form-label{
font-size: 15px;
margin-bottom: 15px;
}
.form-check-label{
  margin-bottom: 5px;
  font-size: 14px;
}
.custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #dbdde9;
  border-radius: 50%;
  margin-left: 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.custom-radio input[type="radio"]:checked {
  background-color: #373997;
}

.custom-radio input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.radio-block{
  margin-bottom: 25px;
}
.form-container {
  max-height: auto!important;  
  overflow-y: auto;
 
 
}
.steps-container h4{
  font-size: 20px;
    margin-bottom: 35px;
    color: #373997;
}
.sucess-box img{
width: 250px;
}
.sucess-box h3{
  color: var(--color-black);
  text-align: center;
}
.condition-block h4{
color:  #258099;
margin: 20px 0 30px;
}
.list-check{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-check li{
  display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      align-content: center;
      align-items: center;
      gap: 15px;
}

.upload-container {
  display: flex;
  align-items: center;
  background-color: #eef8f8;
  padding: 10px 20px;
  border-radius: 12px;
  width: 100%;
  gap: 15px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.icon-box {
  color: #1a9e9e;
  font-size: 24px;
  cursor: pointer;
}

.upload-button {
  background-color: #1a9e9e;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.upload-button:hover {
  background-color: #178b8b;
}
.sidebar-right {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 200px;
  height: 250px;
  min-width: 180px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.sidebar-right h3 {
  margin-top: 0;
  font-size: 18px;
}

.sidebar-right ul {
  list-style: none;
  padding: 0;
}

.sidebar-right li {
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 6px;
}

.sidebar-right li.active {
  background-color: transparent;
  color: #1BAB9B;
  font-weight: bold;
}
.sidebar-right li:hover{
    color: #1BAB9B;
}
 
    /* Étapes */
    .content {
      flex-grow: 1;
    }

    .stage-header {
      padding: 10px;
      background: #eee;
      margin-bottom: 5px;
      cursor: pointer;
      border-radius: 5px;
    }
 
    .details {
      background:var(--color-white);
      padding: 25px;
      border-radius: 20px;
     
    }

    .details-section {
      display: none;
    }

    .details-section.active {
      display: block;
    }
   .details-section h3{
    color: var(--color-black);
    font-size: 20px;
    margin-bottom: 25px;
   }
    ul.task-list {
      list-style: none;
      padding: 0;
    }

    ul.task-list li {
      margin-bottom: 8px;
    }
 
 
    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
    }
    .content-tabs{
display: flex;
gap: 20px;
    }
    .tab-content-inner {
      display: flex;
      gap: 30px;
    }
   .tab-content-inner  .stages{
    width: 40%;
    }
     .tab-content-inner .details{
      width: 60%;
    }
      .tab-content-inner  .stages .stage-header{
        padding: 20px;
        margin-bottom: 15px;
        background-color:var(--color-white);
        border-radius: 15px;
        border: 1px solid transparent;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      }
     .tab-content-inner  .stages .stage-header h4{
            color: var(--color-black);
            margin-bottom: 14px;
            font-size: 16px;
     }
      .badge-block {
      padding: 8px 15px;
      font-size: 13px;
      color: var(--color-white);
      border-radius: 20px;
      } 
.tab-content-inner .stages .stage-header.active{
           border: 1px solid var(--color-2);
        background-color: #EBEBF5;
      }
 .task-list-item .icon-list-item{
width: 60px;
height: 60px;
border: 1px solid #D4D4D8;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
 }
 .task-list-item{
  cursor: pointer;
    padding: 15px;
    display: flex;
        justify-content: space-between;
    gap: 20px;
    border-radius: 15px;
    border: 1px solid #D4D4D8;
    align-items: center;
    margin-bottom: 12px;
 }
  .task-list-item h4{
    font-size: 16px;
    color: var(--color-black);
  }
    #task-content {
  background-color: var(--color-white);
   padding: 30px;
  width: 80%;
   border-radius: 20px;
    }
 #task-content img{
  width: 100%;
 }
 
    .hidden {
  display: none;
}
#back-button{
  padding: 0;
  background: none;
  border: 0;
}
#task-content h3{
  font-size: 20px;
  color: var(--color-black);
}
.text-pdf{
  background-color: #F4F4FA;
  padding: 20px;
  border-radius: 20px;
}
.text-pdf h4{
  font-size: 18px;
  color: #2983C6;
  margin-bottom: 15px;
}
.text-pdf h5{
  padding-bottom: 10px;
  color: var(--color-black);
  font-size: 16px;
}
.text-pdf p,
.text-pdf li{
  font-size: 15px;
  line-height: 26px;
}
 .sub-page {
  display: none;
}

.sub-page:target {
  display: block;
}
/* Montre la première page si aucune cible */
#task4 .sub-page:first-of-type:not(:target) {
  display: block;
}
.sub-page .upload-container {
  width:50%
}
.box-item{
  margin-bottom: 20px;
      display: flex;
      gap: 30px;
    align-items: center;
}
.box-item span{text-align: right;}
.box-item text{
  font-size: 7px;
}
.final-result-item {
    padding-right:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.final-result-item{
  flex-direction: column;
}
.final-result-item .mkCharts{
  background:var(--color-2);
    border-radius: 100%;
    padding: 15px;
}
.final-result-item  span{
  color: var(--color-2);
}
 
     
 
    .start {
      background-color: var(--color-1)
    }

    .end {
      background-color: var(--color-2);
    }

    .arrow {
      width: 100%;
      text-align: center;
      font-size: 24px;
      color: #ccc;
    }
    .repport-view h4{
      font-size: 14px;
    }
    .circle{
      width: 60px;
      height: 60px;
      display: flex;
      color: var(--color-white);
      font-size: 20px;
      border-radius: 50%;
      font-weight: 600;
      justify-content: center;
      align-items: center;
    }
    .repport-view {
      padding: 0;
    }
    .repport-view-tab-top{
          padding: 15px 12px;
          border-radius: 20px 20px 0 0;
          border-bottom: 1px solid #ddd;
    }
      .repport-view-tab-top h4{
        margin-bottom: 0;
      }
      .repport-view-tab-content{
        padding: 20px;
        justify-content: space-between;
        align-items: center;
      }
      .blue-color{
        color: var(--color-2);
      }
      .progress-container {
  width: 100%;
  max-width: 600px;
 
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-direction: row-reverse;
}

.progress-value {
  font-weight: bold;
  font-size: 20px;
  color: #16A085; /* turquoise */
}

.progress-label {
  color: #6C7890; /* gris bleuté */
  font-size: 15px;
}

.progress-bar-bg {
  background-color: #F7F7FB; /* fond clair */
  border-radius: 999px;
  height: 20px;
  overflow: hidden;
}

.progress-bar-fill {
  background-color: #3E3FA8; /* bleu foncé */
  height: 100%;
  border-radius: 999px;
}
.btn-plus{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
}
.btn-plus:hover,
.btn-plus:focus,
  .btn-plus:active{
  opacity: 0.8;
    color: var(--color-white);
  }
.activity-list {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    position: relative;
}
.activity-list li strong{
  font-size: 14px;
}
.activity-list:before {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #ecf3fb;
    height: 82%;
    inset-inline-start: 18px;
    inset-block-start: 12px;
}
.activity-list li {
    position: relative;
    -webkit-margin-after: 1.1rem;
    margin-block-end: 1.1rem;
    -webkit-padding-start: 2.75rem;
    padding-inline-start: 2.75rem;
}
.activity-list li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    inset-inline-start: 15px;
    inset-block-start: 7px;
}
.activity-list li:first-child:before {
    background-color: rgba(92,103,247, 1);
    box-shadow: 0 0 0 4px rgba(92,103,247, .15);
}
.activity-list li:nth-child(2):before {
    background-color: rgba(255,142,111, 1);
    box-shadow: 0 0 0 4px rgba(255,142,111, .15);
}
.activity-list li:nth-child(3):before {
    background-color: rgba(255,93,159, 1);
    box-shadow: 0 0 0 4px rgba(255,93,159, .15);
}
.activity-list li:nth-child(3):before {
    background-color: rgba(255,93,159, 1);
    box-shadow: 0 0 0 4px rgba(255,93,159, .15);
}
.activity-list li:nth-child(4):before {
    background-color: rgba(255,198,88, 1);
    box-shadow: 0 0 0 4px rgba(255,198,88, .15);
}
.activity-list li:nth-child(5):before {
    background-color: rgba(33,206,58, 1);
    box-shadow: 0 0 0 4px rgba(33,206,58, .15);
}
.activity-list li:nth-child(6):before {
    background-color: rgba(248,66,56, 1);
    box-shadow: 0 0 0 4px rgba(248,66,56, .15);
}
.time-block-item{
      display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.time-block  .seperator{
    border: 1px dashed #ebebf4;
    width: 35%;
}
.process-box{
     display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.process-box span{
  color: var(--color-gray-2);
  display: block;
  font-size: 12px;
}
.process-box strong{
  display: block;
  font-size: 12px;
  text-align: center;
  color: var(--color-black);
}
.process-box img{
  width: 60px;
}

.empty-list{
  position: relative;
  text-align: center;
}
.empty-list strong{
  font-size: 65px;
}
.empty-list p{
  font-size: 20px;
}
.repport-view-tab-content  p{
  font-size: 14px;
}
/*-------------------responsive-------------------*/
@media  (min-width:1600px) and (max-width:1920px) {
  .bg-login{
     height: 100vh;
    }
    .form-block {
      padding: 25px 30px 0 40px;
  }
}
@media (min-width: 1300px) {
  .container,
   .container-lg,
    .container-md,
     .container-sm,
      .container-xl {
      max-width: 1240px;
  }
}
@media (min-width: 1600px) {

  .container,
   .container-lg,
    .container-md,
     .container-sm,
      .container-xl {
      max-width: 1420px;
  }

}

@media (min-width: 1920px) {

  .container,
   .container-lg,
    .container-md,
     .container-sm,
      .container-xl {
      max-width: 1620px;
  }

}

/******************Fixing***********/

.card-page .btn-primary{
color: var(--color-white) !important;
    background-color: var(--color-1);
    font-size: 15px;
    padding: 10px 25px !important;
    border: 0;
    font-weight: 500;
   width: 150px;
    border-radius: 8px;
}

.card-page .btn-primary:hover {
background-color: var(--color-12);
border-color:  var(--color-12);
}
h3{
    font-size: 16px!important;
}
    .h2, h2 {
        font-size: 1.5rem!important;
    }
.step-indicators .step-item{
        align-items: center;
}

.o_footer_copyright div,
.o_footer_copyright .o_footer_copyright_name{
    color: #8c8c8c;
    font-size: 13px!important;
}
.navigation-steps {
    display: flex;
    justify-content: flex-end;
}
.navigation-steps  .o_survey_brand_message{
   background-color: transparent!important;
    border: 0 !important;
}
.navigation-steps  .btn.o_survey_navigation_submit{
    color: var(--color-white) !important;
    background-color: var(--color-1);
}
.navigation-steps .o_survey_progress_wrapper .bg-primary{
    background-color:var(--color-1)!important;
}

.menu_sub_header {
    font-weight: bold;
    color: #16A085;
    font-size: 16px;
    text-shadow: 1px 1px #c7bebe63;
}
