.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.features-area .feature-items{
  min-height: 25rem;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 30px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 30px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  font-size: 30px;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item .step-name{
  text-align: center;
}

.stepper-item.active {
  font-weight: bold;
  color: red;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 30px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.cours-conduite .block-01{
  margin-bottom: 4rem;
}
.cours-conduite .block-01 p{
  padding: 10px;
}

.cours-conduite ul li {
  list-style: unset;
  font-size: 20px;
  padding: 5px 0;
}
.cours-conduite ul{
  margin-left: 30px;
}

.cours-conduite ul li ul{
  margin-left: 30px;
}

.cours-conduite .bas-navigation{
  margin:  2rem 0;
}

.cours-conduite .bas-navigation span{
  padding: 0 20px;
}

.cours-conduite .bas-navigation .theme-btn{
  background: #4bb543;
  cursor: pointer;
}
.btn-green{
  background: #4bb543;
}
.btn-border-red{
    background: transparent;
    border-radius: 5px;
    color: #000;
    border: 2px solid #f00 !important
}
.btn-border-selected{
  background: #a6f7a57d;
  border-radius: 5px;
  color: #000;
  border: 2px solid #d3fbd3 !important
}
.btn-border-delete{
  background: #f70c46;
  border-radius: 5px;
  color: #f9fafb;
  border: 2px solid #f00 !important;
}
.alert-text{
  padding: 0rem 1rem;
}
.alert-text p{
  font-size: 14px;
}

.block-menu-right{
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgb(17 26 57 / 10%);
  border-radius: 5px;
  margin-top: 40px;
  padding: 40px 30px;
}
.block-menu-right img{
  width: 100%;
}


.block-radio ,
.block-radio .btn-radio label{
    display: flex;
}

.block-radio .btn-radio label input[type="radio"]{
    width: 25px;
    height: 25px;
    margin: 0 15px;
}

.driving-area .driving-text .about-number::before{
  content: "\f095";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
}

.Contacts-page-area .form-all-items form .text-name input{
  border: 1px solid #ddd;
}

#error_div,
.help-block{
  color: red;
  /*background: #ffe4e4;*/
  border-radius: 5px;
  margin-bottom: 1rem;
  display: inline-block;
}
.langue ul li a{
  text-transform: uppercase;
}

.form-all-items .image-column,
.form-all-items .form-column{
  padding: 0 20px;
}

.mobile-link-top-account{
  margin-top: 2rem;
  border-top: 2px solid red;
  background: #000;
}
.mobile-link-top-account li a{
  padding: 15px 0 0 5px;
  color: #fff;
  font-size: 20px;
}

.nav-mobile .lang{
  border-top: 2px solid red;
  display: block;
  margin-top: 2rem;
}
.nav-mobile .lang a {
  color: red;
  text-transform: uppercase;
  font-weight: bold;
}
.nav-mobile .lang span{
  color: #fff;
}

.footer-area .footer-top-item .footer-second-item ul li a span{
  padding-top: 0px;
}



.driving-area-cours-saaq{
  overflow: hidden;
  display: block;
  background: rgb(108 108 108);
  margin-top: 3rem;
}
.driving-area-cours-saaq .driving-text {
  padding: 60px 0 50px;
}
.driving-area-cours-saaq .driving-text h1 {
  font-weight: bold;
  font-size: 38px;
  line-height: 60px;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.driving-area-cours-saaq .driving-text p {
  color: #FFFFFF;
  max-width: 538px;
}
.driving-area-cours-saaq .driving-img {
  padding-top: 49px;
}


.slide-02 {
  background: url(../slider_images/bannier-ecole-conduite-02.jpg) !important;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slide-03 {
  background: url(../slider_images/bannier-ecole-conduite-03.jpg) !important;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slide-04 {
  background: url(../slider_images/bannier-ecole-conduite-04.jpg) !important;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slide-05 {
  background: url(../slider_images/bannier-ecole-conduite-05.jpg) !important;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slide-06 {
  background: url(../slider_images/bannier-ecole-conduite-06.jpg) !important;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slide-07 {
  background: url(../slider_images/bannier-ecole-conduite-07.jpg) !important;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.theme-btn{
  border: 0;
}

.banner-text{
  background-color: #ffffff14;
  padding: 0 100px;
  width: 100%;
}
.stripe-form{
  padding: 20px 0 !important;
}
.stripe-form label{
  font-size: 20px;
  padding: 10px 0 5px 0;
}
.stripe-form form{
  padding: 0px 30px 0 30px !important;
}
.driving-skills ul li{
  display: flex !important;
}
.driving-skills ul li .text{
  margin-top: -10px;
}
.img-thumbnail{
border: 0;
background-color: transparent;
border-radius: 1rem;
}
.Contacts-page-area .form-all-items .contact-tuc-area .bg{
  background-color: #00000099;
  border-radius: 10px;
  padding: 15px 0;

}
.coursee-details-area form button{
      padding: 0; 
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      background: red; 
      border-radius: 5px;
      position: initial !important;
}
.msg-reservation{
  margin-top: 3rem;
}
.courses-detailse-form .theme-btn{
  color: #fff !important;
  text-align: center;
  font-weight: bold !important;
  font-size: 18px !important;
  display: inline-block;
  line-height: 49px;
  padding: 0 !important;
  text-decoration: none;
  position: relative;
  background: red !important;
  border-radius: 3px;
  z-index: 1;
  overflow: hidden;
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.coursee-details-area .courses-detailse-form input,
.coursee-details-area .courses-detailse-form textarea{
  border: 1px solid #e81d4f;
}
a.link-return{
  padding: 15px 0;
  display: block;
  font-size: 20px;
  color: red;
}
.block-left{
  border-left: 2px solid red;
}
.user_historique,
.user_historique p{
  font-size: 14px;
}

.home_date_select{
  display: flex;
  padding-top: 0.5rem;
}
.home_date_select label{
  width: 50%;
  color: #555555;
}
.home_date_select input{
  padding-top: 0px !important;
  margin: 0;
  border-radius: 0;
}
.accordion .card-body {
  background-color: #f7d9d9; 
}
.block_prix_versement{
  padding: 0px 20px 0 40px;
}
.block_prix_versement_02{
  padding: 0px 0px 0 20px;
}
.prix_versement{
  background: #e4ffe2;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}
.paiement_faite{
  background-color: #bbf5bb;
  padding: 0 10px;
}
.paiement_encours{
  background-color: #f5bbbb;
  padding: 0 10px;
}
.coursee-details-area .courses-img .courses-reviews{
  display: inline-block !important;
}
.courses-img-heading .titre{
  font-size: 24px;
  color: #111a39;
  font-weight: 600;
  width: 80%;
}
.courses-img-heading .price{
  font-size: 22px;
  color: red;
  font-weight: 600;
}
.left-item.link-top-account {
  padding: 10px 60px 10px !important;
}
.left-item.link-top-account.bg{
  padding: 10px 0 !important;
}
.left-item.link-top-account a{
  font-size: 18px !important ;
}
.titre-green{
  color: green;
}
.titre-red{
  color: red;
}
.liste-info{
  font-size: 18px;
  line-height: 25px;
  padding: 20px 0;
}
.block-calendrier ul li{
    list-style: none;
    font-size: 20px;
    padding: 5px 0;
}
/*
.block-calendrier ul li:before {
  content: "•"; 
  color: red;
  padding: 0 10px;
  font-size: 1.4rem;
}
*/
.calender-expirer{
  color: #8d8d8d;
}
.info-calender-expirer{
  color: #ef7575;
}
/*** Quiz ****/
.panel{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.question-container{
	  margin: 10px 0px;
    padding: 5px;
    width: 100%;
    background-color: #f3f3f3;
    font-size: 22px;
    padding: 20px;
	
}
.result{
	margin: 10px;
	padding: 5px;
	width:100%;
	height: 2vh;
	text-align: center;
	font-size: 50px;
	
}
.option-container{
  margin: 10px 0px;
	padding: 5px;
	width: 100%;
}
.option{	
  padding: 10px;
  width: 100%;
  margin: 10px 0px;
  font-size: larger;
  text-align: left;
  background-color: lightskyblue;
  border: 0;
}
.option:hover{
	background-color: lightgoldenrodyellow;
}
.navigation{
	width: 30vw;
	height: 10vh;
	margin: 10px;
	padding: 5px;
	display: flex;
	justify-content: space-around;
}

.evaluate,.next{
	width:30vw;
	height: 8vh;
	padding: 5px;
	font-size: larger;
  border: 0;
}
.evaluate{
	background-color: #50DBB4;
}
.next{
	color: #000;
	background-color: red;
}
.panel .resultFinal{
  text-align: center;
  /* margin: 0 0 40px 0; */
  padding: 30px 25px;
  font-size: 30px;
  /* width: 100%; */
  background-color: #f3bebe45;
  border-radius: 10px;
  border: 2px solid #ff000047;
}
/*** End Quiz ****/
/**** Whatsapp ****/
.chat-whatapp{
  font-size: 30px; 
  min-width: 80px;
  text-align: center;
  position: fixed;
  right: 0px;
  bottom: 70px;
  transition: .5s;
  z-index: 9999;
}
/**** end Whatsapp ****/
.block-quiz{
margin: 20px 0px;
}
.block-quiz .cadre-quiz{
  border: 1px solid red;
  border-radius: 5px !important;
  margin: 10px;
  padding: 0;
}
.block-quiz .cadre-quiz .content{
  height: 90px;
  padding: 20px;
}
.block-quiz .cadre-quiz a:hover .content{
  background-color: #ffeef0;
}


i.fal.fa-solid.fa-bars,
i.fal.fa-times{
  font-size: 45px;
  color: #fff;
}
.navbar-fixed i.fal.fa-solid.fa-bars,
.navbar-fixed i.fal.fa-times{
  color: #000;
}

.sidebar-menus{
  background: rgb(2 2 2 / 90%);
}

.baner-home-lien{
  display: none;
}
.baner-home-form{
  display: block;
}
.baner-home-lien .theme-btn{
  width: 100%;
  padding: 10px;
  font-size: 18px;
}
.baner-home-lien .theme-btn i.fal{
  font-weight: 400;
}
.location-car ul{
  margin-top: 0px !important;
  margin-bottom: 1rem !important;
}
.location-car ul li{
  list-style: inside;
  margin-left: 20px;
}




/******** Mobile ******/

@media (max-width: 767px){
  .baner-home-form{
    display: none;
  }
  .baner-home-lien{
    display: block;
    padding: 30px 10px;
  }

  .header-area .top-header {
    display: none;
  }
  .nav-mobile ul li a{
    display: inline-block !important;
    width: 100% !important;
    padding: 35px 0 0 5px !important;
  }

  .baner-bottom-form .banner-bottom form .row .form-left .theme-btn{
    width: 100%;
  }

  .sidebar-menus{
    padding: 80px 0 0 0; 
  }

  .block-left{
    border-left: 0;
    border-top: 2px solid red;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .hedden-img-mobile{
    display: none !important;
  }

  .panel .resultFinal{
    width: 75%;
    margin: 0 auto;
  }
  
  .block-quiz .cadre-quiz{
    flex-shrink: initial;
  }
  
  .navigation{
    width: 80vw;
  }

  .evaluate, .next{
    width: 40vw;
  }
  
}




#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 100px;
  height: 100px;
  border: 4px #ddd solid;
  border-top: 5px #ff0000 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}