html,body{

}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/*Params colors */
:root{
    --primary-color:#2E1C54;
    --secondary-color: #FBBC00;
    --third-color:#EFEFEF;

    --primary-color-2 : #D50F35;
    --secondary-color-2: #004D9B;
    --third-color-2:#F9F6F3;
}
h1,h2,h3,h4,h5,h6,
p {
    margin: 0;
    font-family: 'Aileron';
}
a{
    text-decoration: none;
    color: var(--primary-color);
}
.btn-primary1{
    background: var(--primary-color);
    color: #fff;
    width: 235px;
    max-width: 100%;
    /* height: 40px; */
    border-radius: 8px;
    border-width: 1px;
    padding: 9px 10px;
    font-size: 12px;
    font-weight: 700;
}
.btn-secondary1{
    background: #fff;
    color: var(--secondary-color);
    width: 235px;
    max-width: 100%;
    /* height: 40px; */
    border-radius: 8px;
    border-width: 1px;
    padding: 9px 10px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid var(--secondary-color);
}
.btn-cancel{
    background: #fff;
    color: #F40000;
    width: 235px;
    max-width: 100%;
    /* height: 40px; */
    border-radius: 8px;
    border-width: 1px;
    padding: 9px 10px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #F40000;
}
#colorToggleBtn{
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 9;
    background: yellow;
    padding: 10px;
    border: 4px solid black;
}
#changeHeroStyle{
    position: fixed;
    bottom: 160px;
    right: 100px;
    z-index: 9;
    background: green;
    padding: 10px;
    border: 4px solid black;  
}
/* Hero Section Styling */
.hero {
    position: relative;
    min-height: 90vh;
    padding: 4rem 0;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(26, 17, 43, 0.9) 30%, rgba(42, 27, 72, 0) 50%), 
                url('../images/placeholder-src-bg.jpg');
    background-size: cover;
    background-position: right;
    color: white;
}
.image-container {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    position: relative;
}

.image-container img {
    border-radius: 12px;
    object-fit: cover;
}

.img-small {
    width: 270px;
    height: 390px;
}

.img-large {
    width: 360px;
    height: 490px;
}
.quote-box h6{
    position: relative;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 30px; */
    width: 80%;
    margin: auto;
    text-align: center;
}
.quote-box h6::after{
    position: absolute;
    content: url('../images/coma-right.png');
    bottom: -8px;
    right: -8px;
    width: 30px;
    height: 25px;
}
.quote-box h6::before{
    position: absolute;
    content: url('../images/coma-left.png');
    top: -8px;
    left: -15px;
    width: 30px;
    height: 25px;
}
.quote-box{
    display: flex;
    position: absolute;
    bottom: -35px;
    height: 92px;
    width: 288px;
    left: 33%;
    background: var(--secondary-color);
    border-radius: 16px;
}

/* Navbar */
.navbar {
    background-color: var(--primary-color) !important;
}

.navbar-brand {
    font-weight: bold;
}

.btn-light {
    font-weight: bold;
}

/* Buttons */
.btn-custom-primary {
    background-color: white;
    color: #2a1b48;
    font-weight: bold;
}

.btn-custom-secondary {
    border: 2px solid white;
    color: white;
    font-weight: bold;
}
.btn-log{
    background: #fff;
    color: var(--primary-text-color);
    border-radius: 50px;
    min-height: 40px;
    min-width: 130px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border: none;
 }
.award-winning{
    width: 167px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 100px;
    background: #F1F1F1;
    color: #2E1C54;
    padding: 23px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    
}
.award-winning .btns-rdv{
    padding: 0;
}
.hero h1{
    font-weight: 700;
    font-size: 56px;
}
.hero p{
    font-weight: 400;
    font-size: 18px;
}
.hero .btn-appeler{
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 15px 30px;
    font-size: 16px;
    color: white;
    margin-left: 1rem;
}
.hero .btn-appeler svg{
    margin-right: 10px;
}
.dis-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 60px;
}
.dis-nav button{
    background: #fff;
    color: var(--primary-color);
    border-radius: 50px;
    padding: 5px 30px;
    font-weight: 700;
}
/* Content Body */
.body-section .bloc1-content{
    background: var(--primary-color);
    color: #fff;
    min-height: 349px;
    align-content: center;
}
.bloc1-content .bloc1-ctn1 h2{
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
}
.bloc1-content .bloc1-ctn2 p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;

}
.bloc-card{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5rem;
    margin: 5rem auto;
}

.bloc-card .bloc-card-img , 
.bloc-card .bloc-card-text{
    width: 50%;
}
.bloc-card .bloc-card-text h3{
    /* font-family: Aileron; */
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -0.33px;
    color: var(--primary-color);

}
.bloc-card .bloc-card-text p{
    /* font-family: Aileron; */
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 4rem 0;
    color: #656565;
}
.btn-rdv{
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 18px;
    /* height: 60px; */
    min-width: 205px;
}.btn-rdv svg path{
    stroke: var(--secondary-color);
}
.btn-rdvw{
    font-size: 16px;
}
.btn-rdvw svg{
    margin-right: 10px;
}
.btn-rdvw svg path{
    stroke: #fff;
}
.btn-rdvw:hover svg path{
    stroke: #fff !important;
}
.btn-rdv:hover{
    border: 2px solid var(--primary-color);
}
.btn-rdv:hover svg path{
    stroke: var(--primary-color);
}
.bloc-card .bloc-card-text span{
    margin-left: 10px;
}
.bloc-card .bloc-card-text h3{
    position: relative;
}
.bloc-card .bloc-card-text h3::after{
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    width: 150px;
    height: 10px;
    background: var(--secondary-color);
}
.bloc-card .bloc-card-img{
    min-width: 653px;
    width: 50%;
    min-height: 559px;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
}
.bloc-card .bloc-card-img img{
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.bloc-card .bloc-card-text h3,
.bloc-card .bloc-card-text p{
    width: 85%;
}
/* Carousel Bloc */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--primary-color);
}
.video-player {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.video-player .splash-image{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.play-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
}
.bloc-carousel{
    background: var(--primary-color);
    min-height: 1000px;
    padding: 5rem 0;
    align-content: center;
}
.bloc-carousel h2{
    /* font-family: Aileron; */
    font-weight: 700;
    font-size: 56px;
    line-height: 72px;
    letter-spacing: 0%;
    text-align: center;
    width: 35%;
    margin: auto;
    margin-bottom: 7rem;

}
.bloc-carousel{
    color: #fff;
}
.bloc-carousel .item{
    width: 500px;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}
.bloc-carousel .item img,
.bloc-carousel .item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-carousel .owl-carousel .owl-nav button.owl-next{
    right: 10%;
    top: -30px;
    bottom: 0;
    position: absolute;
    /* background: #fff; */
    /* color: var(--primary-color); */
    height: 60px;
    width: 60px;
    margin: auto;
    border-radius: 100%;
    /* border: 6px solid var(--primary-color); */

}
.bloc-carousel .owl-carousel .owl-nav button img{
    width: 100%;
}
.bloc-carousel .owl-carousel .owl-nav button.owl-prev{
    transform: rotate(180deg);
    left: 10%;
    top: -30px;
    bottom: 0;
    position: absolute;
    /* background: #fff; */
    /* color: var(--primary-color); */
    height: 60px;
    width: 60px;
    margin: auto;
    border-radius: 100%;
    /* border: 6px solid var(--primary-color); */
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
}
.bloc-carousel .owl-theme .owl-nav .disabled{
    opacity: 0;
}



/* bloc-testimonial */
.bloc-testimonial{
    padding: 5rem 0;
}
.bloc-testimonial h2,
.bloc-rdv h2,
.bloc-address h2{
    position: relative;
    font-size: 50px;
    margin: 4rem auto;
    text-align: center;
    width: max-content;
    font-weight: 700;
    color: var(--primary-color);

}
.bloc-testimonial h2::after,
.bloc-rdv h2::after,
.bloc-address h2::after{
    position: absolute;
    /* right: 0; */
    left: 0;
    /* margin: auto; */
    bottom: -15px;
    content: "";
    width: 125px;
    height: 10px;
    background: var(--secondary-color);
}
.bloc-testimonial .card-review .user-top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloc-testimonial .user-img{
    height: 51px;
    width: 51px;
    border-radius: 100%;
    overflow: hidden;
}
.bloc-testimonial .user-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.bloc-testimonial .card-review-content .user-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.bloc-testimonial .user-comment p{
    font-size: 16px;
    font-weight: 400;
    color: #2E1C54;
}
.bloc-testimonial .user-comment h6{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 32.68px;
    letter-spacing: 0%;
    text-align: center;

}
.bloc-testimonial .card-review{
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ABB7C2;
    padding: 2rem;
    min-height: 260px;
    align-content: center;
}
.bloc-testimonial .card-review .user-top .user-info h6{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 32.68px;
    letter-spacing: 0%;
    text-align: center;

}
.owl-carousel.test{
    position: relative;
}
.bloc-testimonial .owl-nav{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
/* Bloc prendre rdv  */
.bloc-rdv{
    background: var(--third-color);
    min-height: 1000px;
    padding: 5rem 0;
}
.bloc-rdv .row{
    width: 75%;
    margin: auto;
}
.bloc-rdv .bloc-rdv-card{
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    min-width: 372px;
    min-height: 232px;
    align-content: center;
}
.bloc-rdv .bloc-rdv-card h5{
    margin: 1rem 0;
    font-weight: 600;
}
.bloc-rdv .bloc-rdv-card span{
    height: 44px;
    width: 44px;
    background: var(--primary-color);
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0%;

}
.bloc-rdv .bloc-rdv-card p{
    width: 70%;
    font-weight: 400;
    color: #656565;
}
.bloc-rdv .text-center{
    color: #656565;
    width: 50%;
    margin: 3rem auto;
    font-size: 18px;
}
.bloc-rdv .row .col-lg-4{
    justify-items: center;
}
/* Bloc Address  */
.bloc-address .address-card{
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ABB7C2;
    padding: 1.5rem;
}
.bloc-address .address-card .accordion{
    margin: 1rem 0;
}
.bloc-address .address-card h4{
    margin-bottom: 1rem;
    font-weight: 700;
}

.bloc-address .address-card h6{
    line-height: 45px;
    font-weight: 700;
}
.bloc-address .address-card span{
    font-weight: 400;
    color: #656565;
    font-size: 16px;
}
.bloc-address .accordion-header{
    line-height: normal !important;
}
.bloc-address .accordion-body h6{
    line-height: 30px !important;
}
.bloc-address .address-card .accordion-item{
    border: none;
}
.bloc-address .accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button{
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.bloc-address .accordion-button::after{
    filter: invert(1);
}

.footer-content ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-content ul li{
    list-style-type: none;
    margin: 0px 10px;
}
.footer-content ul li a{
    text-decoration: none;
    color: initial;
}
.footer-content{
    border-top: 1px solid #A7A7A7;
    padding-top: 1rem;
    /* margin-top: 2rem; */
}
.footer-copyright{
    background: var(--primary-color);
    color: #fff;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bloc-address{
    padding: 6rem 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 85% !important;
}

/* Login  */
.login-disp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 4rem;
}
.login-disp button{
    width: 50%;
}
.form-login h3{
    font-weight: 700;
    font-size: 26px;
}
.login-content .image-login img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-login{
    height: 100%;
}
input::placeholder, .form-select{
    font-family: 'Aileron';
    font-weight: 600;
    font-size: 14px;
    color: #ABB7C2 !important;
}
.form-check-label a{
    text-decoration: underline;
}
.login-content .form-login{
    width: 75%;
    margin: 2rem auto;
}
.form-login h6{
    text-align: right;
}
.containessr{
    width: 100%;
    overflow: hidden;
}
/* Mon Compte */
.mon-compte .title-compte{
    height: 200px;
    align-content: center;
    background: var(--third-color);
}
.mon-compte .title-compte h2{
    font-weight: 700;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: 0%;

}
.mon-compte h6{
    font-size: 14px;
    color: #656565;
    font-weight: 400;
    line-height: 27px;
}
.mon-compte h6 span{
    font-weight: 700;
    color: var(--primary-color);
}
.mon-compte .card-his-date .mx-4 svg g path{
    stroke: var(--primary-color);
}
.mon-compte .title-compte .nav-tabs .nav-link.active{
    font-weight: 700;
    border: none;
    border-bottom: 4px solid var(--secondary-color);
    font-size: 20px;
    color: var(--primary-color);
    margin-left: 0;
}
.mon-compte .title-compte .nav-tabs .nav-link{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #656565;
    border: none;
    padding: 12px 0;
    margin: 0 10px;
    background: none;
}
.mon-compte .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.mon-compte .nav-tabs{
    border: none;
}
.mon-compte .tab-content{
    min-height: 500px;
    margin-top: 2rem;
}
.agenda-bloc{
    position: relative;
    padding: 0 2rem;
}
.content-div {
    position: relative;
}
.agenda-bloc::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 340px;
    width: 1px;
    background: #CFD6DC;
}
.agenda-bloc::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 340px;
    width: 1px;
    background: #CFD6DC;
}
.content-div::before{
    position: absolute;
    content: "";
    left: -15%; 
    top: 0;
    height: 400px;
    width: 1px;
    /* background: #CFD6DC; */
}
.mon-compte .title-compte{
    position: relative;
}
.mon-compte .nav-tabs{
    position: absolute;
    bottom: 0;
}
.mon-compte .card-rdv-date{
    color: #fff;
    padding: 12px;
    background: var(--secondary-color);
    font-size: 18px;
} 
.mon-compte .card-rdv{
    border: 1px solid #CFD6DC;
    min-height: 235px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.mon-compte .card-rdv-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding-top: 1rem;
    border-top: 1px solid #CFD6DC;
}
.mon-compte .card-ctn{
    padding: 15px;
    border-top: 1px solid #CFD6DC;
    border-radius: 8px;
}
.mon-compte .card-his{
    border: 1px solid #CFD6DC;
    border-radius: 8px;
    background: var(--third-color);
    overflow: hidden;
    margin-bottom: 1rem;
    /* padding: 20px; */
}
.card-his-date{
  padding: 10px 20px;
  color: var(--primary-color);
    font-weight: 400;
    font-size: 18px;
}
.card-ctn-his{
    background: #fff;
    padding: 5px 20px;
    border-top: 1px solid #CFD6DC;
}
.modal-dialog{
    min-width: 60%;
}
.modal-msg-confirm .modal-body{
    text-align: center;
    min-height: 400px;
    align-content: center;
}
.modal-content{
    padding: 1rem 3rem 4rem 3rem;
}
.modal-msg-confirm .modal-footer {
    border: none;
}
.btn-confirm1{
    background: #fff;
    color: var(--primary-color);
    width: 235px;
    max-width: 100%;
    /* height: 40px; */
    border-radius: 8px;
    border-width: 1px;
    padding: 9px 10px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid var(--primary-color);
}
.modal-title{
    font-weight: 700;
    font-size: 26px !important;
    line-height: 54px;

}
/* Pop up Assitance technique MSA */
.btn-paypal{
    padding: 0;
}
.modal-support-msa .modal-footer button{
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    min-height: 40px;
    height: 100%;
}
.modal-support-msa .modal-footer .row{
    row-gap: 2rem;
}
.modal-support-msa .modal-footer svg{
    width: 100%;
    /* height: 100%; */
}
.modal-support-msa .modal-footer{
    padding-top: 3rem;
}
.btn-close{
    opacity: 1;
    font-size: 22px;
}
.btn-stripe{
    background: #3E56C4;
    color: #fff;
}
.btn-systempay{
    background: #01B0CD;
    color: #fff;
}
.add-btn{
    align-content: center;
}
.add-btn button{
   margin-bottom: 10px;
   background: var(--primary-color);
   border: none;
}
.add-btn button:hover{
    border: none;
    background: var(--primary-color);
 }
/* Form Css */
.form-label{
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
}
.form-label span{
    color: #F40000;
}
form input:not([type="checkbox"]){
    min-height: 44px;
}
.form-check-input:checked{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.form-check-input[type=checkbox]{
    border-radius: 2px;
}
.modal-support-msa .form-text{
    color: var(--secondary-color);
    font-size: 12px;
}
.modal-support-msa h3{
    font-weight: 700;
    font-size: 20px;
    color: var(--primary-color);
}
.modal-support-msa .support-infos span{
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}
.modal-support-msa .support-infos .timing-support{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0 2rem 0;
}

/* End Form */
.list-particip .person{
    border: 2px solid var(--third-color);
    border-radius: 5px;
    padding: 6px 10px;
}
.list-particip .person h5{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    display: flex
    ;
        align-items: center;
        justify-content: space-between;
}
.list-particip .person h5 span{
    float: right;
    cursor: pointer;
}

/* test  */
.file-upload-wrapper {
    position: relative;
    /* width: 300px; */
    margin-top: 2rem;
  }
  
  #avatar {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  
  .file-upload-label {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content:space-evenly;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px dashed #CFD6DC;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
  }
  
  /* .file-upload-label:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
  } */
  
  .file-upload-label .file-icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
  
  .file-upload-label .file-text {
    font-size: 14px;
    opacity: 0.8;
    color: #CFD6DC;
    font-size: 13px;
    font-weight: 400 !important;
  }
  .file-upload-label .file-text strong{
    color: #2E1C54;
    font-size: 14px;
  }
  
  .file-upload-wrapper.dragover .file-upload-label {
    background-color: rgba(52, 152, 219, 0.6);
    border-color: #fff;
  }
  
  /* Loading Animation */
  #progress-container {
    width: 100%;
    height: 10px;
    background-color: red;
    margin-top: 15px;
    border-radius: 5px;
    display: none;
  }
  
  #progress-bar {
    height: 100%;
    width: 0%;
    background-color: #4caf50;
    border-radius: 5px;
    transition: width 0.3s;
  }
  
  /* File Name */
  .file-info {
    margin-top: 10px;
    font-size: 14px;
    color: #2E1C54;
    font-weight: bold;
    display: none;
  }
  .modal-support-msa .btn-outline-dark{
    font-weight: 600;
  }

  /* Multi Steps  */
.head-title{
    position: relative;
    z-index: 99 !important;
}
.head-title h6{
    font-size: 14px;
}
.step.active small{
    color: #ABB7C2;
}
.step:first-child{
    padding: 15px 0 15px 10px;
}
.step-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.step {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background: #fff;
    color: #ABB7C2;
    border-radius: 2px;
    border: 1px solid #ABB7C2;
    position: relative;
    flex: 1;
    text-align: left;
    padding: 15px 0 15px 40px;
    max-height: 72px;
}

.step.active {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background: #fff; */
    color: #ABB7C2;
    font-weight: bold;
    margin-right: 10px;
    border: 2px solid #ABB7C2;
}

.step.active .step-number {
    border: 2px solid var(--secondary-color);
    color: #fff;
    background: var(--primary-color);
}

.step.completed .step-number {
    background: #FBC02D;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%) rotate(315deg);
    width: 50px;
    z-index: 9;
    height: 50px;
    background: inherit;
    border-right: 1px solid #ABB7C2;
    border-bottom: 1px solid #ABB7C2;
}

.form-container {
    display: none;
}
.prestation-card{
    min-height: 500px;
    border: 1px solid #999;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 10px;
}
.prestation-card .step1 .gapy{
    row-gap: 1.5rem;
}   
.btn-container{
    text-align: right;
    margin-top: 2rem;
}
.form-container.active {
    display: flex;
    flex-direction: column;
    min-height: inherit;
    justify-content: space-between;
}
  .card-prestation .form-check{
    padding: 1rem 2.6rem;
    border: 1px solid #D0D5DD;
    border-radius: 10px;
    position: relative;
    min-height: 160px;
    /* align-content: center; */
  }
  .descrp-presta{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }
  .prestation-card .pres-title{
    font-weight: 700;
    font-size: 24px;
    text-align: center;
  }
 .title-type-prest{
    margin-top: 1.6rem;
    font-weight: 700;
    font-size: 18px;
  }
  .card-prestation .form-check .prest-prix{
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .card-prestation .form-check h6{
    font-weight: 400;
    font-size: 16px;
    color: #656565;
    line-height: 25px;
  }
  .card-prestation .form-check h5,
  .card-prestation .form-check .prest-prix{
    font-weight: 700;
    font-size: 16px; 
    color: var(--primary-color);
    line-height: 25px;
  }
  .prestation-card .nav-tabs .nav-link.active{
    font-weight: 700;
    border: none;
    border-bottom: 2px solid var(--secondary-color) !important;
    font-size: 18px;
    color: var(--primary-color);
    /* margin-left: 0; */
}
.prestation-card .nav-tabs .nav-link{
    font-weight: 400;
    font-size: 18px;
    border-bottom: 2px solid #CFD6DC !important;
    line-height: 24px;
    color: #656565;
    border: none;
    padding: 4px 0;
    margin: 0 3px;
    background: none;
    min-width: 120px;
}
.prestation-card.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.prestation-card .nav-tabs{
    border: none;
}
/* Button count depose vehicule */
  .counter-container {
    display: flex;
    align-items: center;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    /* padding: 5px; */
    height: 25px;
    width: 88px;
    justify-content: space-between;
    position: absolute;
    right: 20px;
}
.counter-container button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #3a3152;
}
.count {
    font-size: 18px;
    width: 30px;
    text-align: center;
    border: none;
    outline: none;
    background: none;
    color: var(--primary-color);
}
.heading-count{
    display: flex;
    align-items: center;
}

.card-prestation .form-check.checked {
    background-color: var(--third-color);
    border: 2px solid var(--primary-color);
}
.form-check.checked .prest-prix{
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    top: 10px;
}
/* Step 2 Form */
.recap-step2 .recap-amount{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--third-color);
    border: 3px solid var(--primary-color);
    border-radius: 15px;
    padding: 16px 15px;
    margin: 15px 0;
    position: relative;
}
.recap-step2 .recap-amount svg{
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}
.recap-step2 h4{
    font-weight: 700;
    font-size: 24px;
}
.date-title{
    font-weight: 700;
    font-size: 26px;
}
.recap-step2 .recap-amount h5,
.total-recap h5{
    font-weight: 700;
    font-size: 16px;

}
.recap-step2 .total-recap h5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #CFD6DC;
    border-bottom: 1px solid #CFD6DC;
    padding: 15px 16px 15px 0;
    margin-bottom: 1rem;
}
.recap-step2 .recup-infos h5{
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    font-weight: 700;
    font-size: 16px;
    color: #060606;
}
.recup-infos h5 span{
    margin-left: 1rem;
}
/* Creneux  */
.creneau-vide{
    height: 100%;
    align-content: center;
    text-align: center;
}
.creneau{
    height: 100%;
    text-align: center;
    padding: 1rem;
}
.creneau-time-hours h5{
    padding: 20px;
    border: 1px solid var(--third-color);
    border-radius: 8px;
    text-align: left;
    margin-bottom: 10px;
}
.creneau-time-hours h5.active{
    background: var(--primary-color);
    color: #fff;
}
.creneau-time-hours{
    overflow: auto;
    padding: 35px;
    margin-top: 1rem;
}
.creneau h5{
    font-size: 16px;
    font-weight: 700;
}
.creneau h6{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    width: 50%;
    color: var(--primary-color);
    margin: auto;
}


.editor-popup-img-thumbnail{
    min-width: 8rem;
    min-height: 8rem;
}

.hero-style-1 .image-container{
    display: none;
}

.hero-style-2{
    background: none;
    color: black;
}

.hero-style-2 .btn-appeler{
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.hero-style-2 .btn-appeler svg path{
    fill: var(--secondary-color);
}

.hero-style-2 .image-container{
    display: flex;
}


#layout_logo_img {
    max-height: 40px;
    max-width: 100px;
}


/* RESPONSIVE Style  */

@media screen and (max-width: 480px) {
    .bloc-rdv .row{
        width: 100%;
        margin: initial;
    }
    .bloc-rdv .bloc-rdv-card{
        min-width: 300px !important;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 90% !important;
    }
    .footer-copyright{
        font-size: 12px !important;
    }
    .bloc-testimonial .user-comment p{
        font-size: 14px;
    }
    .bloc-testimonial .card-review{
        padding: 1rem;
    }
    .award-winning{
        width: 144px;
        height: 25px;
        padding: 18px 0;
    }
    .award-winning svg{
        height: 26px;
        width: 26px;
    }
    .hero p{
        font-size: 14px;
    }
    .btn-log{
        min-width: 100px;
    }
    .btn-appeler svg,
    .btn-rdv svg{
        margin-right: 1rem;
    }
    .img-small{
        width: 110px !important;
        height: 150px !important;
    }
    .img-large {
        width: 175px !important;
        height: 230px !important;
    }
    .quote-box h6{
        font-size: 12px;
        line-height: normal;
    }
    .quote-box{
        width: 60%;
        padding: 15px 0;
        left: 25%;
        height: auto;
    }
    .bloc-carousel .owl-carousel .owl-nav button.owl-next{
        right: 4%;
    }
    .bloc-testimonial .card-review .user-top .user-info h6{
        font-size: 18px !important;
        font-weight: 600;
    }
    .user-rate svg{
        width: 20px;
        height: 20px;
    }
    .bloc-testimonial .user-comment p{
        font-size: 12px !important;
    }
    .bloc-testimonial .card-review-content .user-top{
        margin-bottom: 1rem !important;
    }
    .bloc-testimonial .card-review{
        min-height: 190px !important;
    }
    .quote-box h6::before,
    .quote-box h6::after{
        transform: scale(.5);
    }
    .quote-box h6::after{
        right: -15px;
    }
    .bloc1-content .bloc1-ctn1 h2{
        font-size: 24px !important;
    }
    .bloc1-content .bloc1-ctn2 p,.btn-rdvw{
        font-size: 14px !important;
    }
    .btn-rdvw,.hero .btn-appeler{
        width: max-content !important;
        min-width:150px;
        padding: 13px 10px;
    }
    .two-btns{
        justify-content: space-evenly;
    }
    .bloc1-content{
        /* padding: 0 !important; */
    }
    .bloc-card .bloc-card-text h3{
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .bloc-card .bloc-card-text p{
        font-size:  14px;
        line-height: 20px;
    }
    .bloc-card .bloc-card-img{
        min-height: 270px !important;
    }
    .hero h1{
        font-size: 36px;
    }
    .head-title h6{
        font-size: 14px !important;
    }
    .head-title small{
        font-size: 14px !important;
        color: #ABB7C2;
    }
    .step-container{
        width: 800px !important;
    }
    .count{
        font-size: 14px;
        width: 14px;
    }
    .form-login h6{
        font-size: 14px;
    }
    .counter-container button{
        font-size: 14px;
    }
    .counter-container{
        width: 50px;
        height: 25px;
        justify-content:center;
    }
    .bloc-card .bloc-card-text h3{
        margin-top: 1rem !important;
    }
}
@media screen and (max-width: 663px) {
    .btn-container{
        text-align: center;
    }
    .btn-container button{
        width: 100%;
        margin-bottom: 1rem;
    }
    .bloc-card .bloc-card-img{
        min-width: 100% !important;
    }
    .bloc-carousel .item{
        width: 265px !important;
        height: 265px !important;
    }
    .form-check-label{
        font-size: 11px !important;
    }
    .prestation-card{
        padding: 1rem !important;
    }
    .card-prestation .form-check h6{
        font-size: 14px !important;
    }
    .prestation-card .step1 .gapy{
        row-gap: 1rem;
    }
}
@media screen and (max-width: 768px) {
    .bloc-rdv h2{
        font-size: 24px !important;
    }.bloc-rdv p{
        font-size: 16px !important;
    }
    .hero .btn-appeler,
    .btn-rdvw{
        width: 100%;
    }
    .hero .btn-appeler{
        /* margin-top: 15px; */
        margin-left: 0;
    }
    .mon-compte .title-compte .nav-tabs .nav-link,
    .mon-compte .title-compte .nav-tabs .nav-link.active{
        font-size: 18px;
    }
    .mon-compte .title-compte h2{
        position: absolute;
        top: 30px;
        font-size: 24px;
    }
    .bloc-rdv .text-center{
        width: 90%;
        margin: 2rem auto 0px auto;
    }
    .bloc-rdv .row{
        width: 100%;
        --bs-gutter-y: 1rem;
    }
    .bloc-testimonial .card-review .user-top .user-info h6{
        font-size: 20px;
    }
    .prestation-card .nav-tabs .nav-link{
        min-width:auto;
    }
    .login-content .form-login{
        width: 100%;
        margin-top: 2rem;
    }
    .mon-compte .card-rdv-date{
        font-size: 14px;
    }
    .card-his-date{
        font-size: 14px;
    }
    .bloc-card .bloc-card-text h3{
        font-size: 24px !important;
    }
    .hero-section h1{
        font-size: 45px;
        line-height: 45px;
    }
    .hero-section p{
        font-size: 16px;
        line-height: 25px;
    }
    .hero{
        height: 100% !important;
        padding: 2rem 0;
    }
    .bloc-carousel h2{
        font-size: 24px !important;
        font-weight: 600;
    }
    .bloc-carousel{
        padding: 3rem 0;
    }
    .creneau h5{
        text-align: left;
    }
    .creneau-time-hours{
        padding: 0 !important;
    }
    .bloc-carousel h2{
        margin-bottom: 2rem !important;
        line-height: 35px !important; 
    }
}
@media screen and (max-width: 992px) {
    .card-prestation .form-check{
        min-height: auto !important;
    }
    .two-btns{
        display: flex;
        align-items: center;
    }
    .agenda-bloc::after,
    .agenda-bloc::before{
        display: none;
    }
    .agenda-bloc{
        padding: 10px 0rem;
    }
    .date-title{
        font-size: 20px;
    }
    .creneau{
        padding: 2rem 0;
    }
    .footer-content{
        margin-top: 2rem;
    }
    .modal-support-msa .support-infos span{
        font-size: 14px;
        margin-bottom: 1rem;
    }
    .modal-support-msa .modal-footer svg{
        height: 100%;
    }
    .timing-support span{
        line-height: 40px;
    }
    .image-login{
        display: none;
    }
    .bloc-carousel h2{
        width: 80%;
        font-size: 40px;
        margin-bottom: 3rem;
        line-height: 48px;
    }
    .bloc-address,
    .bloc-testimonial{
        padding: 1rem 0;
    }
    .bloc-testimonial h2, .bloc-rdv h2, .bloc-address h2{
        font-size: 35px;
        margin: 2rem auto;
    }  
    .bloc-address .address-card{
        margin-bottom: 1rem;
    } 
    .footer-content ul{
        padding-left: 0;
    }
    .footer-content ul li{
        margin: 0px 5px;
        font-size: 14px;
    }
    .footer-copyright{
        font-size: 14px;
    }
    .bloc-card{
        display: flex;
        flex-direction: column;
        margin: 2rem auto;
        gap: 1rem;
    }
    .bloc-card .bloc-card-text h3, .bloc-card .bloc-card-text p{
        margin: 2rem 0;
        width: 100%;
    }
    .bloc-card .bloc-card-img, .bloc-card .bloc-card-text{
        width: 100%;
        margin: 0;

    }
    .bloc-card .bloc-card-text h3{
        line-height: 35px;
        font-size: 35px;
        margin: 0;
    }
    .bloc1-content{
        padding: 2rem;
    }
    .bloc1-content .bloc1-ctn1 h2{
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 1rem;
    }
    .bloc1-content .bloc1-ctn2 p{
        line-height: 25px;
        font-size: 16px;
    }
    .bloc-card .bloc-card-img{
        min-height: 315px;
        height: 100%;
    }
    .bloc-address .address-card h6{
        line-height: 20px;
    }
    .bloc-rdv .bloc-rdv-card p{
        width: 100%;
    }
    .order1{
        order: 1;
    }
    .order2{
        order: 2;
    }
    .bloc-carousel .item{
        width: 400px;
        height: 400px;
    }
    .bloc-carousel{
        min-height: 100%;
    }
    .step-container{
        border-collapse: collapse;
        width: 992px;
    }
    .overf-steps{
        overflow-x: auto;
    }
    .footer-logo{
        margin-bottom: 1rem;
        text-align: center;
    }
    .recup-infos{
        border-bottom: 1px solid #CFD6DC;
    }
    .form-container .form-login h3{
        margin: 1rem 0;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;

    }
    .list-particip .person{
        margin: 10px 0;
    }
    .file-upload-label{
        flex-direction: column;
    }
    .add-btn button{
        width: 100%;
    }
    .modal-support-msa .support-infos .timing-support{
        flex-direction: column;
        align-items: start;
    }
    .modal-title{
        font-size: 20px !important;
    line-height: 26px;
    }
    .modal-support-msa h3{
        font-size: 17px;
    }
    .modal-content{
        padding: 1rem 1rem 2rem 1rem;
    }
    .form-check-label{
        font-size: 14px;
    }
    form input:not([type="checkbox"]){
        min-height: 35px;
    }
    .img-small{
        width: 150px ;
        height: 220px ;
    }
    .img-large {
        width: 250px ;
        height: 350px ;
    }
    .image-container{
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 1550px) {
    .modal-dialog{
        min-width: 80%;
    }
    .bloc-carousel .item{
        width: 400px;
        height: 400px;
    }
    .bloc-rdv .row{
        width: 95% !important;
    }
    .bloc-testimonial .user-comment p{
        font-size: 14px;
    }
    .bloc-testimonial .card-review{
        padding: 1rem;
    }
    .bloc-testimonial .card-review .user-top .user-info h6{
        font-size: 22px;
    }
    .bloc-testimonial h2,
    .bloc-rdv h2,
    .bloc-address h2{
        font-size: 40px;
    }
    .bloc-carousel h2{
        font-size: 50px;
        margin-bottom: 5rem;
    }
    .bloc-carousel{
        min-height: 100%;
    }
    .bloc-rdv{
        padding: 1rem 0;
    }
    .bloc-address .address-card h6{
        line-height: 25px;
    }
    .date-title{
        font-size: 22px;
    }
    .creneau-time-hours{
        padding: 20px;
        margin-top: 1rem;
    }
    .creneau-time-hours h5{
        padding: 15px;
    }
    .img-small{
        width: 200px ;
        height: 280px ;
    }
    .img-large {
        width: 300px ;
        height: 400px ;
    }
    .mon-compte .card-rdv-date,
    .card-his-date{
        font-size: 16px;
    }
}
    .is-warning {
        color: #281D49 !important;
        background-color: #F9BC15!important;
        font-weight: 500;
    }
    .is-success {
        color: #fff !important;
        background-color: #1b8153 !important;
        font-weight: 500;
    }
    .is-danger {
        color: #fff;
        background-color: #833131 !important;
        font-weight: 500;
    }