/* Saisissez votre CSS personnalisé ci-dessous */
li.nav-cart .fa-shopping-cart {
    display: none;
}

.competences ul {
    list-style: none;
    padding: 0;
}

.competences ul li {
    margin: 40px 0 0 0;
		font-size: 18px;
}
.hestia-team-content {
    padding-left: 80px;
}
#contact a {
    color: #000;
}

.competences-list-wrapper {
    display: flex;
    justify-content: space-between;
}

.third-li {
    min-width: 350px !important;
		margin-left: 30px;
}

.hestia-title {
    margin-top: 60px;
}

.last-li {
    min-width: 350px !important;
}

#competences .hestia-title,
.competences .hestia-title,
.clienteles .hestia-title{
    color: #f1419f;
}

.competences .list-container {
    display: flex;
	justify-content: space-between;
}

.clienteles .list-container ul li {
    min-width: 250px;
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 18px;
}

.clienteles .list-container ul li::before {
    content: '';
    width: 20px;
    height: 2px;
    background: #f1419f;
    display: block;
    top: 10px;
    right: absolute;
    position: absolute;
    left: 0;
}

.clienteles ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-top: 30px;
    padding: 0;
}

.clienteles .specific-li {
    margin-left: 30px;
    min-width: 167px !important;
}

.competences-list-container {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
		flex-direction: column;
}

.competences-list-container ul {
    margin: 0;
    padding: 0;
}

.competences-list-container ul li,
.footer-big .copyright {
   font-size: 18px;
}

.competences-list-container h3 {
    font-size: 21px;
    font-weight: bold;
}

.header.header-raised.header-primary.text-center {
    box-shadow: none;
}

/** Responsive **/
@media screen and (max-width: 1024px) {
    .clienteles ul {
        flex-direction: column;
        align-items: baseline;
    }
	
		.hestia-team-content {
			padding-left: 0;
		}
	
	.clienteles ul li {
        margin: 0 !important;
    }
	
	#clients .list-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	}
	
	.competences, .clienteles {
        margin: 0 20px;
    }
	
	#competences {
    margin: 0 40px;
    width: auto;
}
	
	.competences-list-container ul li {
    max-width: 350px;
	}
}
@media screen and (max-width: 768px) {
	#competences {
    margin: auto;
    width: 300px;
}
    .competences .list-container,
    .competences-list-container,
	 .competences-list-wrapper {
        flex-direction: column;
    }
    .clienteles .specific-li {
        margin-left: 0; 
    }
    
    .hestia-team .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
	
	 #team .card-description {
        display: block;
    }
	
	.hestia-team .card-image {
			height: auto;
			width: auto;
		}
	
	.competences-list-container ul li, .footer-big .copyright, .clienteles .list-container ul li, .competences ul li {
        font-size: 14px;
    }
	
	.competences-list-container div {
       min-width: auto;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 300px !important;
    }
}