html,
body {
    height: 100%;
	font-family: Fedra,"Segoe UI", Tahoma,sans-serif;
	background-color: #0096a1;
}

body {
    padding-top: 10px;
}

.dark-turquoise
{
	color:#004b55;
}

.all-page-maintenance{
	border-radius: 50px;
	padding:50px;
	margin-top:20px;
	box-shadow: 0 0 20px #ececec;
	background: #fff;
	width: 80%;
}

.bl-body{
	margin-top:30px;
}

.top-header-maintenance{
	float:left;
	margin-bottom:30px;
	padding:0px;
	width:100%;
}

.logo {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom:30px;
}

.logo-left
{
	border-right: 1px solid #ececec;
	padding-right: 30px;
	width: fit-content;
}

.logo-left img{
	min-width: 100px;
	max-width: 258px;
	width: 100%;
	max-height: 45px;
}

.logo-right{
	padding-left:30px;
	width: fit-content;
}

.logo-right img{
	min-width: 100px;
	width: 100%;
	max-width: 277px;
	max-height: 45px;
}

.txt-logo {
    color: #0096a1;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    padding-left: 4px;
    padding-top: 4px;
}

.title-maintenance{
	color: #0096a1;
	font-weight:bold;
	font-size:40px;
	text-align:center;
	line-height:30px;
	margin-bottom: 30px;
}

.text-body-maintenance{
	color:#424d56;
	font-size:18px;
	line-height:1.3;
}

.icon-sociaux-maintenance{
	margin-top:30px;
	margin-bottom:20px;
}

.twitter {
    color: #5ea9dd;
    font-size: 35px;
}

.facebook {
    color: #3b579d;
    font-size: 35px;
}

.youtube {
    color: #c42321;
    font-size: 35px;
}

.txt-equipe{
	margin-bottom:30px;
}

.tel{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 360px;
	font-size:17px;
	line-height: 1.3;
}

.col-tel{
	min-width: 170px;
	text-align: center;
	color: #424d56;
}

.tel-head{
	background-color: #0096a1;
	color: white;
	padding: 10px;
	
}

.tel-content{
	padding: 10px 20px ;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
}

.tel-price{
	font-size: 11px;
}

.align-center{
	text-align: center;
}

.main-text{
	border-bottom: 1px solid #ececec;
	padding-bottom: 30px;
}

.group-text{
	max-width: 540px;
	margin: 0 auto;
}

@media (max-width:480px) {
	.tel{
		flex-direction: column;
	}

	.col-tel-home{
		margin-bottom: 20px;
	}

	.logo{
		flex-direction: column;
		gap: 20px;
	}

	.logo-left, .logo-right{
		padding: 0 !important;
		margin: 0 !important;
		border:0 !important;
	}

	.all-page-maintenance{
		width: 95%;
		padding: 50px 10px;
	}
}