section.strategy-equation > h3.heading-dark {
	margin-bottom: 20px;
}

section.strategy-equation ol {
    display: block;
	padding: 0;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}


section.strategy-equation ol li {
    margin-left: 40px;
	font-family: "Poppins-Regular";
	font-size: 16px;
	line-height: 25px;
	color: #2A3162;
	margin: 50px 0;

}

section.strategy-equation ol > li:first-child {
	margin-top: 80px;
}

section.strategy-equation ol > li {
	margin: 100px 0;
}
	
ol li strong.equation-item {
    position: relative;
	color: #128080;
	font-family: "Poppins-Bold";
	font-size: 35px;
	padding-left: 130px;
    display: block;
	vertical-align: middle;
	margin-bottom: 80px;
}

section.strategy-equation ol li strong.equation-item span.brand {
	color: #2A3162;
}

section.strategy-equation ol li > p {
	font-family: "Poppins-Regular";
	font-size: 16px;
	color: #2A3162;
	line-height: 30px;
}

section.strategy-equation ol li > p > strong {
	font-family: "Poppins-Bold";
	font-size: 16px;
	color: #2A3162;
	line-height: 25px;
}

section.strategy-equation ol li ul {
    list-style-type: disc;
	padding-left: 75px;
}


section.strategy-equation ol li ul span {
	position: relative;
	left: -5px;
}

section.strategy-equation ol > li strong.equation-item:before {
	background-image: url(../assets/img/theoreim-website-page-notre-strategie-picto-cercle.svg);
	background-repeat: no-repeat;
	counter-increment: numList;
    content: "0"counter(numList);
    position: absolute;
    font: bold 40px "Poppins-Bold";
    text-align: center;
    color: #1D8880;
    line-height: 100px;
    vertical-align: inherit;
	top: calc(50% - 50px);
	margin-left: -120px;
    width: 100px;
    height: 100px;
}


section.strategy-table {
	display: none!important;
}

section.strategy-table table {
	border-collapse: collapse;
}


section.strategy-table table th:not(:first-child) {
	background-color: #0E8080;
	border: 10px solid #ffffff;
	height: 100px;
	color: white;
	font-family: "Poppins-Bold";
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 32%;
}

section.strategy-table table td:not(:first-child) {
	background-color: #F9F9FA;
	border: 10px solid #ffffff;
	font-family: "Poppins-Regular";
	line-height: 25px;
	font-size: 16px;
    margin: 10px auto;
	color: #2A3162;
	padding: 20px;
	text-align: justify;
}

section.strategy-table table img {
	height: 50px;
	width: auto;
	display: block;
    margin: auto;
}

section.strategy-table table h4 {
	color: #12979E;
	font-family: "Poppins-Bold";
	font-size: 20px;
	display: block;
    margin: 20px auto;
	text-align: center;
}

@media screen and (max-width: 880px) {
	section.strategy-equation ol li strong.equation-item {
		font-size: 18px;
	}
	
	body section.strategy-equation ol > li {
		margin: 50px 0;
	}
	
	body section.strategy-equation ol > li > ul > li {
		margin: 30px 0;
	}
	body section.strategy-equation ol li > p {
		line-height: 24px;
	}
	
	body section.strategy-equation ol > li:before {
		font: bold 25px sans-serif;
		line-height: 30px;
		width: 40px;
		height: 40px;
		border: 5px solid #1DBAAE;
		-moz-border-radius: 18px;
		background-image: none;
		margin-top: 10px;
		border-radius: 40px;
	}
	
	body section.strategy-table {
		max-width: 100%;
	}
	
	body section.strategy-table section.strategy-table table td {
		line-height: 14px;
		font-size: 13px;
	}

	body section.strategy-table th {
		display:none;
	} 
	
	body section.strategy-table table img {
		height: 90px;
	}
	
	body section.strategy-table tr:not(:first-child) {
		display:flex;
		flex-direction: column;
		margin: 50px auto;
	} 
	
	body section.strategy-table table td:not(:first-child) {
		padding: 0;
	}
	body section.strategy-table table td:not(:first-child) p {
		max-width: 95%;
		display: block;
		margin: 30px auto;
	}
	
	
	body section.strategy-table tr:not(:first-child) td:nth-child(2):before {
		content:"Nos convictions";	
	}
	body section.strategy-table tr:not(:first-child) td:nth-child(3):before{
		content:"Ce que nous vous apportons";
	}
	
	body section.strategy-table tr:not(:first-child) td:nth-child(2):before, body section.strategy-table tr:not(:first-child) td:nth-child(3):before{
		background-color: #0E8080;
		font-family: "Poppins-Bold";
		font-size: 25px;
		color: #fff;
		text-align: center;
		letter-spacing: 2px;
		padding: 25px 0;
		text-transform: uppercase;
		min-height: 80px;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		border-bottom: solid 5px #fff;
	}
	
	body section.strategy-table table h4 {
		margin: 40px auto 20px;
		font-size: 40px;
	}
	
}
@media screen and (max-width: 640px) {
	html body section.strategy-equation ol li strong.equation-item {
		font-size: 18px;
		margin: 80px auto 60px;	
	}
	
	html body section.strategy-table table h4 {
		margin: 30px auto 20px;
		font-size: 25px;
	}
	
	html body section.strategy-table tr:not(:first-child) td:nth-child(2):before, html body section.strategy-table tr:not(:first-child) td:nth-child(3):before{
		padding: 15px 0;
		min-height: 40px;
		font-size: 18px;
	}
	
	html body section.strategy-table table td:not(:first-child) p {
		max-width: 80%;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	
	html body section.strategy-equation ol > li {
		margin: 150px 0;
	}
	
	
	html body section.strategy-equation ol li strong.equation-item {
		margin: 100px auto 20px;
		padding: 0;
		text-align: center;
	}
	
	body section.strategy-equation ol > li strong.equation-item:before {
		top: -120px;
		margin: 0;
		left: calc(50% - 50px);
	}
}