/* > Process Styles */
.process-wrap {
  width: 70%;
  margin: 5px auto;
  margin-bottom: 50px;
}
@media screen and (max-width:767px) {
	.process-wrap {
		width: 100%;
	}
}

.process-main {
    width: 100%;
    display: flex;
}
.col-3 {
  width: 25%;
  position: relative;
} 


/* ICONES AVANT ET APRES PASSAGE */
.col-3:first-child .process-step,
.active-step2 .col-3:first-child,
.active-step2 .col-3:first-child .process-step {
    background-image: url('/assets/images/icons/shopping-bag-white.png');
	background-repeat: no-repeat;
    background-position: center;
}

.col-3:nth-child(2) .process-step,
.active-step3 .col-3:nth-child(-n+2) {
    background-image: url('/assets/images/icons/truck-delivery-white.png');
	background-repeat: no-repeat;
    background-position: center;
}

.col-3:nth-child(3) .process-step,
.active-step4 .col-3:nth-child(-n+3) {
    background-image: url('/assets/images/icons/credit-card-white.png');
	background-repeat: no-repeat;
    background-position: center;
}

.col-3:last-child .process-step,
.active-step5 .col-3:nth-child(-n+4) {
    background-image: url('/assets/images/icons/thumb-up-white.png');
	background-repeat: no-repeat;
    background-position: center;
}

.col-3:nth-child(2) .process-step,
.col-3:nth-child(3) .process-step,
.col-3:last-child .process-step {
	visibility: hidden;
}

/* FIN ICONES AVANT ET APRES PASSAGE */


/* ICONES SUR PASSAGE */
.active-step1 .col-3:first-child .process-step {
    background-image: url('/assets/images/icons/shopping-bag-black.png');
	background-repeat: no-repeat;
    background-position: center;
	margin-top:-13px;
}
.active-step2 .col-3:nth-child(2) .process-step {
    background-image: url('/assets/images/icons/truck-delivery-black.png');
	background-repeat: no-repeat;
    background-position: center;
	margin-top:-13px;
}
.active-step3 .col-3:nth-child(3) .process-step {
    background-image: url('/assets/images/icons/credit-card-black.png');
	background-repeat: no-repeat;
    background-position: center;
	margin-top:-13px;
}
.active-step4 .col-3:last-child .process-step{
    background-image: url('/assets/images/icons/thumb-up-black.png');
	background-repeat: no-repeat;
    background-position: center;
	margin-top:-13px;
}

/* FIN ICONES SUR PASSAGE */

.active-step3 .col-3:nth-child(-n+2) .process-step,
.active-step4 .col-3:nth-child(-n+3) .process-step,
.active-step5 .col-3:nth-child(-n+4) .process-step,
.active-step2 .col-3:nth-child(2) .process-step,
.active-step3 .col-3:nth-child(3) .process-step,
.active-step4 .col-3:last-child .process-step {
	visibility: visible !important;
}

.process-main .col-3:not(:first-child):before{
    content: "";
    display: block;
    position: absolute;
    width: 132%;
    height: 9px;
    top: 18.5px;
    left: calc(-75% + 25px);
    right: 0;
    background: #ebebeb;
   -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
     transition: .4s;
	 border-radius:10px;
}
.process-processstep-cont {
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}
.process-step {
    border-radius: 100%;
    line-height: 0;
    background: #959595;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: #fff;
    width: 50px;
    height: 50px;
    font-weight: 700;
    margin-bottom: 7px;
    z-index: 4;
}
.process-label {
    color: #959595;
    font-weight: 600;
    width: 100%;
    text-align: center;
	font-size:14px;
}
.process-dots {
    width: 10px; 
    height: 10px;
    border-radius: 50%;
    background-color: #ebebeb;
    cursor: pointer;
}
.process-dot-cont {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 60%; 
    padding-top: 5px;
}
.active-step1 .col-3:first-child .process-step,
.active-step1 .col-3:first-child .process-dots:first-child,
.active-step1-mini2 .col-3:first-child .process-step,
.active-step1-mini2 .col-3:first-child .process-dots:nth-child(-n+2),
.active-step1-mini3 .col-3:first-child .process-step,
.active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+3),
.active-step1-mini4 .col-3:first-child .process-step,
.active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+4),
.active-step1-mini5 .col-3:first-child .process-step,
.active-step1-mini5 .col-3:first-child .process-dots:nth-child(-n+5)
{
    background-color: #ffffff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
	width: 65px;
    height: 65px;
}

.active-step2 .col-3:first-child .process-step,
.active-step3 .col-3:nth-child(-n+2) .process-step,
.active-step4 .col-3:nth-child(-n+3) .process-step,
.active-step5 .col-3:nth-child(-n+4) .process-step{
	background-color:#4abdab !important;
	width: 50px !important;
    height: 50px !important;
	box-shadow:none !important;
}

.active-step1-mini2 .col-3:first-child .process-dots:first-child,
.active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+2),
.active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+3),
.active-step1-mini5 .col-3:first-child .process-dots:nth-child(-n+4)
 {
    background-color: #fbcb93;
}
.active-step1 .col-3:first-child .process-label,
.active-step1-mini3 .col-3:first-child .process-label,
.active-step1-mini2 .col-3:first-child .process-label,
.active-step1-mini4 .col-3:first-child .process-label,
.active-step1-mini5 .col-3:first-child .process-label{
    color: #4abdad;
}
.active-step2 .col-3:first-child,
.active-step3 .col-3:nth-child(-n+2),
.active-step4 .col-3:nth-child(-n+3),
.active-step5 .col-3:nth-child(-n+4){
    /*opacity: 0.5;*/
   /*pointer-events: none;*/
}
.active-step2 .col-3:first-child .process-step:before,
.active-step3 .col-3:nth-child(-n+2) .process-step:before,
.active-step4 .col-3:nth-child(-n+3) .process-step:before,
.active-step5 .col-3:nth-child(-n+4) .process-step:before{
    /*content: '\2713';*/
    padding: 7px;
}
.active-step2 .col-3:nth-child(-n+2) .process-step,
.active-step2 .col-3:nth-child(-n+2) .process-dots,
.active-step3 .col-3:nth-child(-n+3) .process-step,
.active-step3 .col-3:nth-child(-n+3) .process-dots,
.active-step4 .col-3:nth-child(-n+4) .process-step,
.active-step4 .col-3:nth-child(-n+4) .process-dots,
.active-step5 .col-3:nth-child(-n+5) .process-step,
.active-step5 .col-3:nth-child(-n+5) .process-dots{
    background-color: #ffffff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    width: 70px;
    height: 70px;
}
.active-step2 .col-3:nth-child(-n+2) .process-label,
.active-step3 .col-3:nth-child(-n+3) .process-label,
.active-step4 .col-3:nth-child(-n+4) .process-label,
.active-step5 .col-3:nth-child(-n+5) .process-label{
    color: #4abdad;
}
.active-step2 .col-3:nth-child(-n+2):before,
.active-step3 .col-3:nth-child(-n+3):before,
.active-step4 .col-3:nth-child(-n+4):before,
.active-step5 .col-3:nth-child(-n+5):before{
    background: #4abdad !important;
}
@media screen and (max-width: 640px) {
  .process-main {
    flex-wrap: wrap;
  }
  /*.col-3 {
	  width:100%;
  }*/
  .process-main .col-3:not(:first-child):before {
    /*display:none;*/
	    height: 5px;
		top: 21.5px;
  }
  .process-step {
	  display:inline-block;
	  line-height: 37px;
	  margin-bottom:5px;
  }
  /*.process-processstep-cont {
	 display:inline-block;
  }*/
  .process-label {
	  margin-left:10px;
  }
  .process-wrap {
	/*border: 1px solid #d9d9d9;
    padding: 12px 20px 7px 20px;
	width:90%;*/
	margin-top:0px;
	margin-bottom:30px;
  }
}