.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 13px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #333333;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #6dbd5a;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
        color: black;
    }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #6dbd5a;
    }
}

.dropdown-menu{
    background-color: white !important;
    border: none !important;
}

.navbar-nav .nav-item .dropdown-menu .nav-link:hover{
    color: #6dbd5a;
}

/* Style nav toggler */

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: 0.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    cursor: pointer;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333333;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background: #333333;
}

/* Style the form */
/* #regForm {
    background-color: white;
    margin: 100px auto;
    margin-top: 20px;
    padding: 40px;
    min-width: 300px;
    max-height: auto;
    overflow: hidden;
    position: relative;
} */

input {
    padding: 10px;
    outline: none;
    border: 1px solid #aaaaaa;
    width: 100%;
}

input:hover {
    border: 1px solid #6dbd5a;
}


/* Hide all steps by default: */
.step {
    animation: fade 250ms ease-in-out forwards;
}

.step.active {
    animation: slide 250ms 125ms ease-in-out both;
}

.hide {
    display: none;
}

@keyframes fade {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.75);
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.steps {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Make circles that indicate the steps of the form: */
.steps .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: #999;
    margin: 0 2px;
    background-color: white;
    border: 4px solid #999;
    border-radius: 50%;
    opacity: 0.5;
}

/* Mark the active step: */
.circle.active {
    opacity: 1.2;
}

/* Mark the steps that are finished and valid: */
.circle.finish {
    border: 4px solid #6dbd5a;
    color: #6dbd5a;
    opacity: 1.2;
}

.nextprev {
    background-color: gray;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin-top: 15px;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.nextprev:hover,
.nextprev:focus {
    background-color: #6dbd5a;
}

.circle-button {
    display: inline-block;
    color: white;
    background-color: #6dbd5a;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 20px;
    padding: 15px 32px;
}

.circle-button:hover {
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.24),
        0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

/* Style pour les boutons non disponibles */
.circle-button.disabled {
    background-color: red;
    color: white;
    cursor: not-allowed; /* Pour changer le curseur lorsque le bouton est désactivé */
}

embed {
    width: 100%; /* for responsiveness */
}

.widgets-icons-2 {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 10px;
}

.rounded-circle {
    border-radius: 50% !important;
}
.text-white {
    color: #fff !important;
}

.checkbutton {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.checkbutton:hover {
    text-decoration: none;
}


  
  .progressbar  {
    list-style-type: none;
    padding: 0;
    margin: 0;

  }
  
  .progressbar li {
    display: inline-block;
    width: 30%;
    position: relative;
    text-align: center;
  }
  .progressbar li.active:before{
    font-family: FontAwesome;
    content: "\f00c";
  }
  .progressbar li:before {
    font-family: FontAwesome;
    content: "\f017";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
  }
  
  .progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #979797;
    top: 15px;
    left: -50%;
    z-index: -1;
  }
  
  .progressbar li.active:first-child:after {
    content: none; /* Remove the line for the first step */

  }
  
  .progressbar li.active:after {
    border-color: #3aac5d; /* Add the line for subsequent steps */
    background: #3aac5d;
    color: white;
  }
  .progressbar li.active:before {
    border-color: #3aac5d; /* Add the line for subsequent steps */
    background: #3aac5d;
    color: white;
  }
  
  .progressbar li.active:first-child:before {
    border-color: #3aac5d; /* Color only the circle for the first step */
    background: #3aac5d;
    color: white;
  }
  .progressbar li:first-child:after{
    content: none;
    }

#hidden_div{
    display: none;
}

#appnav{
    background-color: #daeed5 !important;
}
