.list_etapes {
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#shortcode-27-30 {
	background-color: #f0f6f9;
	padding-bottom: 80px;
}


/* Container */

.list_etapes_tabs {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
	position: relative;
    justify-content: space-evenly;
	width: 50%;
}

.list_etapes_tab:hover{
	cursor: pointer;
}

/* Title */

#section-26-30 {
	background-color: #f0f6f9;
}

.etapes_big_title {
	margin-bottom: 50px;
	text-align: center;
	max-width: 70%;
}

.etape_container {
	display: flex;
	flex-direction: column;
	grid-column: 1;
}

button {
	background: transparent;
}

.list_etapes_tab_active {
	background-color: #00cc66;
	color: white;
	
}
/*
.etape_title {
	color: #006699;
	margin-bottom: 20px;
}

.etape_title::after {
	bottom: 0px;
	width: 30px;
	height: 4px;
	background-color: #006699;
	border-radius: 30px;
	content: "";
	display: block;
	margin-top: 10px;
}*/
/*
.etape_content li::before {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #00cc66;
	left: -20px;
	top: 9px;
}

.etape_content ul li {
	list-style: none;
	position: relative;
}

.etape_content ul {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 1.31em;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}*/

.list_etape {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: 60px;
    margin-right: 10px;
	width: 100%;
}

.list_etapes_tab {
	font-size: 15px;
	min-width: unset;
    width: 180px;
}

.list_etape>div {
	position: relative;
}

.list_etape.list_etape_active {
	opacity: 1;
	position: relative;
}

.list_etape_left_bar {
	position: absolute;
	background: linear-gradient(#0C6, #069, #639);
	width: 6px;
	left: -42px;
	height: 100%;
	top: 42px;
	/* 50 - (14 / 2) - 2  // 50 le left du rond, 14 la différence de width entre le rond et la barre divisé par 2, -2 pour compte les border aussi */
	transition: opacity .4s ease, mask-position .4s ease;
	mask-image: linear-gradient(black 50%, transparent 50%);
	mask-size: 100% 200%;
	mask-repeat: no-repeat;
	mask-position: top;
	border-radius: 5px;
	
}

.list_etape_left_bar.one_step {
	height: calc(100% - 40px);
}

/* .list_etape_left_bar:not([style]) {
	opacity: 0;
	mask-position: bottom;
} */

.etape {
	margin-bottom: 20px;
	position: relative;
	display: grid;
	grid-template-columns: 60% 5% 35%;
	padding: 40px 0 40px 40px;
	background-color: white;
	transition: box-shadow 0.4s;
}

/*.etape:nth-last-child(1) { *//* Enleve un margin bottom a la derniere etape *//*
	margin-bottom: 0px;
}

0px 0px 5px 2px rgba(0, 0, 0, 0.2)
*/


/*Animation on Etape Container Hover */

.etape:hover{
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.15);
	transition: box-shadow 0.4s;
}

.etape:hover::after {
	/*filter: drop-shadow(-3px 0px 2px rgba(0, 0, 0, 0.2));*/
	transition: filter 0.6s;
}

.etape:hover::before {
	box-shadow: 0 0 10px 0px rgba(0 0 0 / 25%);
	transition: 0.4s;
	transform: scale(1.2);
}

/* Triangle */

.etape::after {
	display: inline-block;
	height: 0;
	width: 0;
	border-top: 10px solid transparent;
	border-right: 17px solid white;
	border-bottom: 10px solid transparent;
	content: '';
	position: absolute;
	top: 44px;
	left: -17px;
	transition: filter 0.4s;
}

.etape::before {
	content: '';
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	box-shadow: 0 0 10px 0px rgba(0 0 0 / 30%);
	background-color: #fff;
	left: -52px;
	top: 42px;
	border-radius: 50%;
	transition: box-shadow 0.4s;
	transition: scale .4s ease-in-out;
}

.etape_files_links {
	background-color: #006699;
	border-radius: 0 0 0 50px;
	grid-column: 3;
	position: relative;
	padding: 30px;
	height: max-content;
}

.etape_files_links_wrapper_img {
	width: 20px;
	margin-right: 10px;
	min-width: 20px;
}

.etape_files_links_file {
	width: 100%;
}

/*
.etape_files_links_file > a > img {
	width: 26px;
    height: 26px;
	margin-right: 10px;
}

.etape_files_links_link > a > img{
	max-width: 18px;
    max-height: 20px;
	margin-right: 10px;
}*/

.etape_files_links_file > a {
	font-family: 'Roboto';
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
	margin-bottom: 20px;
	line-height: 1.2;
	width: 100%;
}

.etape_files_links > div:last-of-type > a {
	margin-bottom: 0;
}

.etape_files_links_link > a {
	font-family: 'Roboto';
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 20px;
    line-height: 1.2;
    width: 100%;
}

.etape_files_links_link a {
	color: #fff;
}


@media screen and (max-width: 991px){
	/*
	.etape_files_links_file > a {
		font-size: 0.8em;
	}
	*/
	.etapes_files_links {
		padding: 20px 20px 10px;
	}
	
	.etape_content li::before{
		top: 6px;
		width: 5px;
    	height: 5px;
		left: -16px;
	}
	
	
	.list_etapes_tab{
		margin-bottom: 30px;
	}
	.list_etapes_tabs{
		width: 70%;
	}
}

@media screen and (max-width: 767px){
	
	.etape_content li::before{
		top: 6px;
		width: 5px;
    	height: 5px;
		left: -16px;
	}
	
	.etape_files_links {
		padding: 30px 20px 20px 25px;
    	right: -25px;
    	margin-top: 30px;
		margin-bottom: 30px;
		border-radius: 0px 0px 0px 30px;
	}
	
	.etape_files_links_file > a {
		margin-bottom: 15px;
		align-items: center;
	}
	
	.etape_files_links_link > a {
		margin-bottom: 15px;
		align-items: center;
	}
	
	.etape {
		padding: 25px;
		display: block;
	}
	
	/*.list_etapes {
		margin-left: 60px;
    	margin-right: 10px;
	}*/
	.list_etapes_tabs{
		width: 90%;
	}
}

@media screen and  (max-width: 480px){
	
	.etape {
		padding: 25px;
		display: block;
	}
	
	.list_etape {
		width: calc(100% - 70px);
	}
	
	.etape_files_links {
		width: calc(100% + 30px);
    	right: 5px;
	}
	.list_etapes_tabs{
		width: 100%;
	}
	.list_etapes_tab {
		width: 150px;
	}
}
/*
480px
*/
