/* About */

.about {
    padding: 50px 0 0;
}

.the-title {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 20px 0;
    color: #0691CA;
}

.the-title span {
    height: 1px;
    width: 40px;
    background: #0a0a0a;
    display: inline-block;
    bottom: 5px;
    position: relative;
    margin-right: 12px;
}

.about .col-image {
	position: relative;
}
.about img {
    border-radius: 5px;
	width:100%;
	position: relative;
}

.about .filter-image {
    border-radius: 5px;
	position: absolute;
	background-color: rgb(255, 255, 255, 0.10);
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
}

.about .col.services {
	flex: 2 0 200px;
	margin-bottom: 10px;
}

.about .icon {
    position: relative;
    float: left;
    margin-right: 15px;
}

.about .icon i {
    font-size: 30px;
    border: 1px solid #0691CA;
    border-radius: 2px;
    padding: 10px;
}

.about i {
    color: #0691CA; /* Définit la couleur du texte */
}

.about .text {
    overflow: hidden;
    position: relative;
}

.text h5 { 
	font-size: 17px;
    font-weight: 600;
    line-height: 22px;
	margin: 0;
}

