/*** CSS Phished ***/
@media screen and (max-width: 768px) {
	.menu_interne_phished ul.elementor-nav-menu{
		flex-direction:column;
	}
}

body.phished .with_percentage p{
	margin: 0.5rem;
	padding: 0.5rem;	
}
body.phished .textPercentage{
	position: relative;
	font-size: 30px;
	line-height: 25px;
	font-weight: 600;
	color: #1f3460;
	display: inline-block;
	padding: 15px 10px 15px 25px;	
}
body.phished .textPercentage::after {
  content: "";
  position: absolute;
  background-color: #50bcbd1a;
  height: 55px;
  width: 55px;
  border-radius: 55px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
body.phished .trait_titre .elementor-heading-title{
	position:relative;
	padding-left:30px;
	display:inline-block;
}
body.phished .trait_titre .elementor-heading-title::before{
	content: "";
	background-color: #50bcbd;
	border-radius: 1px;
	height: 1px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 20px;
}
body.phished .trait_titre_rouge .elementor-heading-title{
	position:relative;
	padding-left:30px;
	display:inline-block;
}
body.phished .trait_titre_rouge .elementor-heading-title::before{
	content: "";
	background-color: #e73458;
	border-radius: 1px;
	height: 1px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 20px;
}

body.phished .liste_turquoise .elementor-widget-text-editor ul{
	position:relative;
	list-style: none;
	margin:0;
	padding:0;
}
body.phished .liste_turquoise .elementor-widget-text-editor ul li{
	position:relative;
	padding: 0px 0px 10px 25px;
	margin: 0 0 5px 0;
}
body.phished .liste_turquoise .elementor-widget-text-editor ul li::before{
	content: "";
	position: absolute;
	background: url('../images/check_turquoise.svg') no-repeat;
	background-size: cover;
	display: inline-block;
	top: 4px;
	right: 0;
	bottom: 0;
	left: 0px;
	width: 14px;
	height: 14px; 
}

body.phished .bloc_monochiffre{
	height: 65px;
	width: 65px;
	background: #e5e9ed;
	display: flex;
	color: #e73458;
	font-size: 25px;
	font-weight: 700;
	border-top-left-radius: 20px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -40px;
	top: calc(100% - 40.5px);	
}

.grille_phished .elementor-element{
	padding:20px 30px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
.grille_phished .elementor-element:nth-child(odd) {
	border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}
.grille_phished .elementor-element:nth-child(4n + 1),
.grille_phished .elementor-element:nth-child(4n + 2) {
	background-color: hsla(0, 0%, 100%, 0.2);
}