.skill-circle-holder > div:last-of-type {
    margin-right: 0;
}

.skill-circle {
    display: inline-block;
    margin-right: 6%;
    width: 20%;
    max-width: 254px;
}

.skill-circle-wrapper canvas {
    width: 100% !important;
    height: auto !important;
    display: block;
}

span.skill-circle-num {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    font-weight: 700;
    color: #DEDEDE;
    letter-spacing: -1px;
}

p.skill-circle-text {
    font-size: 22px;
    color: #DEDEDE;
    text-align: center;
    padding-top: 20px;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.skills-holder {
    position: relative;
}

.skills-holder > div:last-of-type {
    margin-bottom: 0;
}

.skill-holder {
    margin-bottom: 20px;
    position: relative;
}

.skill-holder:after {
    clear: both;
    display: block;
    content: "";
}

.skill-percent {
    font-size: 45px;
    line-height: 100%;
    font-weight: 700;
    width: 100px;
    float: right;
    color: #DEDEDE;
    letter-spacing: -1px;
}

.skill {
    width: 100%;
    height: 12px;
    background-color: #DEDEDE;
    margin-bottom: 15px;
}

.skill-text {
    float: left;
    width: calc(100% - 145px);
    margin-top: 25px;
}

.skill-fill {
    width: 10%;
    height: 22px;
    background-color: #1559A4;
    transform: translateY(-5px);
    transition: width .7s;
}

.skill-text span {
    font-size: 22px;
    line-height: 35px;
}





/* Récursivité */
@media screen and (max-width: 1440px) {

    span.skill-circle-num,
    .skill-percent {
        font-size: 35px;
    }

    .skill-percent {
        margin-top: 11px;
    }
	
	.service-title {
		font-size: 22px;
		line-height: 30px;
	}
	
	.service-text {
		font-size: 15px;
		line-height: 25px;
	}
}

@media screen and (max-width: 1020px) {
	
	.skill-circle-holder {
        text-align: center;
    }

    .skill-circle-holder > div:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .skill-circle {
        width: auto;
        width: 44%;
        margin-bottom: 40px !important;
        margin-right: 10% !important;
    }

    .skill-circle-holder > div:nth-last-of-type(-n+2) {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) { 

	.skill-circle-holder {
        display: block !important;
    }     

    .skill-text {
        width: 100%;
    }

    .skill-percent {
        position: absolute;
        top: -30px;
    }

    .skill {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 650px) {  

	.skill-circle-holder > div:nth-of-type(n) {
        display: table !important;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .skill-circle-holder > div:nth-last-of-type(2) {
        margin-bottom: 40px !important;
    }    

    .skill-circle-wrapper canvas {
        max-width: none;
        max-height: none;
    } 

}