/* CSS - Webeego.fr */ 

ul{
	line-height:2rem;
	list-style:none;
}

main > p:first-child, #site2025onepageMulti+p{
	display:none;
}

footer a{
	color:#00388b;
}

body{
	font-family:'Segoe UI', sans-serif;
}

.testimonial{
	background-color:#f8f9fa;
	border-radius:0.5rem;
	margin-bottom:1rem;
	padding-bottom:1rem;
	padding-left:1rem;
	padding-right:1rem;
	padding-top:1rem;
}

.section-title{
	margin-bottom:1.5rem;
	margin-top:3rem;
}

.project-card{
	background-color:#fff;
	border-bottom-color:#dee2e6;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#dee2e6;
	border-left-style:solid;
	border-left-width:1px;
	border-radius:0.5rem;
	border-right-color:#dee2e6;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#dee2e6;
	border-top-style:solid;
	border-top-width:1px;
	padding-bottom:1rem;
	padding-left:1rem;
	padding-right:1rem;
	padding-top:1rem;
}

.navbar-brand img{
	height:70px;
	width:125px;
}

.mceContentBody{
	font-family:'Segoe UI', sans-serif;
}

.hero{
	background-color:#f8f9fa;
	padding-bottom:4rem;
	padding-left:1rem;
	padding-right:1rem;
	padding-top:4rem;
	text-align:center;
}

.features i, .tech i{
	color:#0d6efd;
	font-size:1.5rem;
	margin-right:0.5rem;
}
