/*
.breadcrumb {
    background-color: #fff !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    border: 1px solid #e1e6ef;
    margin: 0 0 15px 0;
    width: 100%;
}
*/
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: none;
}


.breadcrumb {
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    padding:0;
    padding-inline-start: 0px;
    background: transparent;
  }
  
  .breadcrumb li{
    float: left;
    margin: 0 .5em 0 1em;
  }
  
  .breadcrumb a{
    background: #ebebeb;
    padding: .7em 1em;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #444;
    position: relative;
  }
  
  .breadcrumb a:hover{
    background: #ffcc06;
  }

  /*PREMIER LIEN*/
  .breadcrumb li:nth-of-type(1) a {
    background: #ccc;
  }
  .breadcrumb li:nth-of-type(1) a::after{
    border-left: 1em solid #ccc;
  }

  /*DEUXIEME LIEN*/
  .breadcrumb li:nth-of-type(2) a {
    background: #d6d6d6;
  }

  .breadcrumb li:nth-of-type(2) a::after{
    border-left: 1em solid #d6d6d6;
  }

  .breadcrumb li:nth-of-type(2) a::before {
    border-color: #d6d6d6 #d6d6d6 #d6d6d6 transparent !important;
  }

    /*DEUXIEME LIEN*/
    .breadcrumb li:nth-of-type(3) a {
        background: #dddddd;
    }

    .breadcrumb li:nth-of-type(3) a::after{
        border-left: 1em solid #dddddd;
    }

    .breadcrumb li:nth-of-type(3) a::before {
        border-color: #dddddd #dddddd #dddddd transparent !important;
    }

  /*DERNIER LIEN*/
  .breadcrumb li:last-of-type a, .breadcrumb li.selected a {
    background: #ffcc06 !important;
  }

  .breadcrumb li:last-of-type a::after, .breadcrumb li.selected a::after {
    border-left: 1em solid #ffcc06 !important;
  }

  .breadcrumb li:last-of-type a::before, .breadcrumb li.selected a::before  {
    border-color: #ffcc06 #ffcc06 #ffcc06 transparent !important;
  }

  
  .breadcrumb li:nth-of-type(1) {
      margin-left:0;
  }
  
  
  .breadcrumb li:nth-of-type(n+2) a::before{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #ebebeb #ebebeb #ebebeb transparent;
    left: -1em;
  }
  
  .breadcrumb li:nth-of-type(n+2) a:hover::before{
    border-color: #ffcc06 #ffcc06 #ffcc06 transparent;
  }
  
  .breadcrumb a::after{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #ebebeb;
    right: -1em;
  }
  
  .breadcrumb a:hover::after{
    border-left-color: #ffcc06;
  }
  
  .breadcrumb .current,
  .breadcrumb .current:hover{
    font-weight: bold;
    background: none;
  }
  
  .breadcrumb .current::after,
  .breadcrumb .current::before{
    content: normal;
  }


      /*DESELECTIONNE*/
      .breadcrumb li.unselected a {
        background: #dddddd !important;
    }

    .breadcrumb li.unselected a::after{
        border-left: 1em solid #dddddd !important;
    }

    .breadcrumb li.unselected a::before {
        border-color: #dddddd #dddddd #dddddd transparent !important;
    }





/* BREADCRUMB INSCRIPTION & PAIEMENT - DEBUT */
.breadcrumb-paiement>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: none;
}
.breadcrumb-paiement {
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    padding:0;
    padding-inline-start: 0px;
    background: transparent;
}
  
.breadcrumb-paiement li{
    float: left;
    margin: 0 .5em 0 1em;
}

.breadcrumb-paiement a{
    background: #ebebeb;
    padding: .7em 1em;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #444;
    position: relative;
}

  /*PREMIER LIEN*/
  .breadcrumb li:nth-of-type(1) a {
    background: #ccc;
  }
  .breadcrumb li:nth-of-type(1) a::after{
    border-left: 1em solid #ccc;
  }


.breadcrumb-paiement li:nth-of-type(n+2) a::before{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #ebebeb #ebebeb #ebebeb transparent;
    left: -1em;
  }
  
  .breadcrumb-paiement li:nth-of-type(n+2) a:hover::before{
    border-color: #BFFF94 #BFFF94 #BFFF94 transparent;
  }

  .breadcrumb-paiement li:nth-of-type(1) {
    margin-left:0;
    }
  
  .breadcrumb-paiement a::after{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #ebebeb;
    right: -1em;
  }

  .breadcrumb-paiement a::after{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #ebebeb;
    right: -1em;
  }
  
  .breadcrumb-paiement a:hover::after{
    border-left-color: #BFFF94;
  }
  
  .breadcrumb-paiement .current,
  .breadcrumb-paiement .current:hover{
    font-weight: bold;
    background: none;
  }
  
  .breadcrumb-paiement .current::after,
  .breadcrumb-paiement .current::before{
    content: normal;
  }



/* BREADCRUMB INSCRIPTION & PAIEMENT - FIN */


@media (max-width: 767px){

  .breadcrumb a {
    background: transparent !important;
    padding: 3px 0px;
    color: #333333 !important;
  }

  .breadcrumb a::after,
  .breadcrumb a::before,
  .breadcrumb li:nth-of-type(2) a::before,
  .breadcrumb li:nth-of-type(2) a::after,
  .breadcrumb li:last-of-type a,
  .breadcrumb li:last-of-type a::before,
  .breadcrumb li:last-of-type a::after
  {
    background: transparent !important;
    border-color: transparent !important;
    margin: 0px !important;
  }

  .breadcrumb li {
    margin: 0 0 0 4px !important;
    /*max-width: 150px;
    height:22px;*/
    font-size: 11.5px;
  }
  .breadcrumb li i {
    margin-right:5px;
  }


  .breadcrumb li i.visible-xs {
    display: inline-block!important;
  }


}