/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.display-flex{
    display: flex !important;
}

.forgot_mdp{
    margin-top: 12rem;
}
.container-fluid {
    padding-top: 10px; /* Décalage du haut de la page */
}
@media (min-width: 1200px) {
    .nav-desktop {
        display: flex;
        justify-content: center;
    }
}

.forgot_mdp {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
}

.forgot_mdp p {
    font-size: 16px;
    line-height: 1.6;
}

.forgot_mdp a {
    color: #007bff;
    text-decoration: none;
}

.forgot_mdp a:hover {
    color: #0056b3;
}


.forgot{
    margin-top: 10rem;
    background-color: #ffffff;
}

.custom-reset-btn {
    margin: 2%;
}

.figure-center{
    display:flex;
    justify-content: center;
    
}

.card-info{
    display: flex;
    justify-content: space-between;
}

.card-container{
    display: flex;
    flex-wrap: wrap;
}
.card-offer{
    width: 30%;
    background-color: white;
    box-shadow: 10px 5px 5px rgb(177, 177, 177);
    padding: 10px;
    margin: 10px;
}
.card-header{
    text-align: center;
    border-bottom: 1px solid rgb(0, 0, 0);
}
.card-body{
    text-align: center;
    margin-top: 10px;
}

.card-footer  {
    display: flex;
    justify-content: center;
    background-color: #0054a6;
    padding: 10px;
    color : white;
    text-transform:uppercase;

}
.card-footer:hover{
    background-color: #3cb878;
    color : white;

}
.button-post{
    display: flex;
    justify-content: center;
    
}
.between{
    display: flex;
    justify-content:space-between;
}
.between span{
    font-style: italic;
}
.customSection {
    display:flex; 
    margin-bottom: 60px;
}

.d-none-desktop {
    display: none !important;
}

@media  (max-width: 768px) {
    .card-offer{
        width: 100%;
    }
    #top_nav{
        display: none;
    }
    #rappel_subject{
        margin-bottom: 20px;
        width: 100% !important;
    }

    .customSection {
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
    }

    .d-none-desktop {
        display: block !important;
    }
    
}

@media (max-width: 1024px) {
    .card-offer{
        width: 100%;
    }
    #top_nav{
        display: none;
    }
    #rappel_subject{
        margin-bottom: 20px;
        width: 100% !important;
    }

    .customSection img{
        display: none;
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
    }
}

#progressbar {
    margin-bottom: 3vh;
    overflow: hidden;
    color: rgb(252, 103, 49);
    padding-left: 0px;
    margin-top: 3vh
}

#progressbar li {
    list-style-type: none;
    font-size: x-small;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: rgb(160, 159, 159);
}

#progressbar #step1:before {
    content: "";
    color: rgb(252, 103, 49);
    width: 5px;
    height: 5px;
    margin-left: 0px !important;
    /* padding-left: 11px !important */
}

#progressbar #step2:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-left: 32%;
}

#progressbar #step3:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-right: 32% ; 
    /* padding-right: 11px !important */
}

#progressbar #step4:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-right: 0px !important;
    /* padding-right: 11px !important */
}

#progressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    margin-bottom: 1vh;
}

#progressbar li:after {
    content: '';
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 0%;
    right: 0%;
    margin-bottom: 2vh;
    top: 1px;
    z-index: 1;
}
.progress-track{
    padding: 0 8%;
}
#progressbar li:nth-child(2):after {
    margin-right: auto;
}

#progressbar li:nth-child(1):after {
    margin: auto;
}

#progressbar li:nth-child(3):after {
    float: left;
    width: 68%;
}
#progressbar li:nth-child(4):after {
    margin-left: auto;
    width: 132%;
}

#progressbar  li.active{
    color: black;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: rgb(252, 103, 49);
}