/*** CARD HEADER ***/
.team-detail .card-header div:first-child {
	flex-grow:2;
}

/* Oeil afficher masquer */
.team-detail .card-header .show-hide span::before {
	content:"Masquer";
	display: inline-block;
	margin-left:10px;
}
.team-detail .card-header .show-hide.collapsed span::before {
	content:"Afficher";
}

/*** WIZARD ***/

/* Contenu */
.smartwizard .tab-content {
	min-height:100%;
}

/* Fil d'ariane */
.smartwizard .nav-link.active,
.smartwizard .nav-link.active span {
  color:#73c1ca!important;
	font-weight: 700;
}
.smartwizard .nav-link.inactive::before {
  background-color:#fff!important;
	color:#73c1ca!important;
	border:2px solid #73c1ca!important;
}
.smartwizard .nav-link.inactive.done::before {
  background-color:#73c1ca!important;
}
.smartwizard .nav-link.inactive::after {
  background-color:#fff!important;
	color:#73c1ca!important;
	line-height:1em;
	font-weight:700;
}
.smartwizard .nav-link.done::after {
  background-color:#73c1ca!important;
	color:#fff!important;
}
.smartwizard .nav-link.active::before {
  background-color:#73c1ca!important;
}
.smartwizard .nav-link.active::after {
	background-color:#73c1ca!important;
	color:#fff!important;
	line-height:1em;
	font-weight:700;
}
.smartwizard .nav-link.done {
  color:#73c1ca!important;
}
.smartwizard .nav::before {
  background-color:#e0e0e0!important;
}
/* Steps */
.smartwizard .nav-item:nth-child(1) .nav-link::after {
  content:"1";
}
.smartwizard .nav-item:nth-child(2) .nav-link::after {
  content:"2";
}
.smartwizard .nav-item:nth-child(3) .nav-link::after {
  content:"3";
}
.smartwizard .nav-item:nth-child(4) .nav-link::after {
  content:"4";
}
.smartwizard .nav-item:nth-child(5) .nav-link::after {
  content:"5";
}
/* Progress bar */
.smartwizard .nav-link.active span::after, .smartwizard .nav-link.done span::after {
  content:"";
  height:5px;
  background-color:#73c1ca;
  position:absolute;
  top:-22px;
  left:-50%;
  z-index:9;
  width:100%;
}
.smartwizard .nav-item:first-child .nav-link.active span::after, .smartwizard .nav-item:first-child .nav-link.done span::after {
  left:0;
  width:50%;
  border-radius:5px 0 0 5px;
}
/* Fil d'ariane version mobile */
@media screen and (max-width:640px) {
  .smartwizard .nav::before {
    transform: rotate(90deg);
    top:45%;
    width:250px;
    left:calc(50% - 125px);
    z-index:0;
  }
  .smartwizard .nav-link.active span::after, .smartwizard .nav-link.done span::after {
    transform: rotate(90deg);
  }
	.smartwizard .nav-link {
    z-index:99;
  }
	.smartwizard .nav-link span {
		background:#fff;
  }
  .smartwizard .nav-item:first-child .nav-link.active span::after, .smartwizard .nav-item:first-child .nav-link.done span::after, .smartwizard .nav-link.active span::after, .smartwizard .nav-link.done span::after {
    left:calc(50% - 26px);
    width:52px;
    top:45%;
    z-index:-1;
  }
	.smartwizard .nav-item:last-child .nav-link.active span::after, .smartwizard .nav-item:last-child .nav-link.done span::after {
    display: none;
  }
}

/* Btn de nav */
.smartwizard .sw-btn-next, .smartwizard .sw-btn-prev {
  border:none!important;
}
.smartwizard .sw-btn-next {
  background:#73c1ca!important;
  color:#fff!important;
}
.smartwizard .sw-btn-prev {
  background:#e6e6e6!important;
  color:#3f464d!important;
  float:left!important;
}
.smartwizard .sw-btn-prev.disabled, .sw-btn-next.disabled {
  visibility: hidden!important;
}

/*** PAYMENT ***/
.paiement-step h5 {
	padding: .3em .5em;
	display: flex;
	justify-content: center;
	border-radius: 5px;
	align-items: center;
	margin-bottom: 1em;
}
.paiement-step .euro {
	margin-right: .5em;
}
.paiement-step .payment-restant-text {
	margin-left: .5em;
}

/*** TEAMS ***/
.team-block {
	padding:10px;
}
.ages {
	font-size:0.8em;
	justify-content: space-between;
}
.ages .form-group {
	min-width:33%;
	justify-content: space-between;
	display: flex !important;
	flex-direction: column;
}
.ages .form-group label {
	display: flex !important;
	flex-direction: column;
	width: 20px;
	text-align: left;
	min-width: none;
}
#teams .card {
	margin-bottom:15px;
}
#teams .card-header {
	background:#fff;
}
/* Nb total participants */
.teams-number {
	padding:1em 0.8em;
	background:#ebebeb;
	border-radius:5px;
	margin-bottom:1em;
}
.teams .content-block {
	height: 100%;
}
@media screen and (min-width:767.98px) {
	.teams-number .label-equipe,
	.teams-number .inp-equipe {
		width:50%;
	}
	.teams-number .label-equipe {
		min-width:50px;
	}
}

/*** FIN DE PARTIE ***/
.end-block .round-img {
	width: 135px;
	height: 135px;
	border: 5px solid #fff;
	box-shadow: 0 0 3px #d4d4d4;
	border-radius: 135px;
	margin:0 auto;
	display: block;
}
/* Palmarès */
.palmares .fas span {
	display: block;
	position: absolute;
	top: 0;
	left: 7px;
	color: #fff;
	font-size: 0.6em;
}
.palmares .fas.gold {
	color:#e1bd13;
}
.palmares .fas.silver {
	color:#727270;
}
.palmares .fas.bronze {
	color:#c67c3a;
}
.flex-0-1 {
	flex-basis:0;
	flex-grow:1;
}
.msg-perso textarea {
	height:calc(100% - 90px);
}

/*** CUSTOM FORM ***/
.interview-block .custom-control {
	margin-bottom: 10px;
}
.interview-block textarea {
	height:calc(100% - 25px);
	border:none;
}

/*** CARD FLEX ***/
.teams {
	flex-wrap: wrap;
}
.teams .card-flex {
	width:100%;
	margin-bottom:1em;
	position:relative;
}
.teams .card-flex:last-child {
	margin-right:0;
}
.teams .card-flex .ages label {
	min-width: 0;
	width:0;
	flex-wrap:wrap;
}
.teams .card-flex .ages input {
	min-width:0;
}
@media screen and (min-width:991.98px) {
	.teams {
		flex-wrap:nowrap;
	}
	.teams .card-flex {
		margin: 1em .25em;
		/* width: calc(25% - .5em); */
	}
	.teams .card-flex:last-child {
		margin-right:0;
	}
}


.btn-delete-image{
	cursor:pointer;
}