body .contenu .contenu-wrapper .contenus-ctns .contenu-ctn > .texte {
	font-size: 2.8rem;
}

body .contenu .contenu-wrapper .contenus-ctns .contenu-ctn > .texte-highlight {
	font-size: 3.0rem;
}

body .contenu .contenu-wrapper .contenus-ctns .contenu-ctn > .titre {
	font-size: 3.8rem;
	margin-bottom: 2rem;
}

body .contenu .contenu-wrapper .contenus-ctns .contenu-ctn.contenu-alt + .contenu-alt > .titre {
	font-weight: 600;
}

body .contenu .contenu-wrapper .contenus-ctns .references-ctn .ref-haut .accroche {
    font-size: 3.2rem
}

body .contenu .contenu-wrapper .contenus-ctns .references-ctn .ref-haut .blocs-images .image-01 img {
    max-width: 100%;
}

header .header-wrapper .menu-ctn > ul > li {
    margin: 0 15px;
}

@media screen and (max-width: 1080px) {
    body .contenu .contenu-wrapper .contenus-ctns .contenu-ctn.contenu-contact .titre {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 991px) {
    body .clients-ctn .clients .client {
        padding: 12px 20px;
    }
}

@media screen and (max-width: 479px) {
    body .contenu .contenu-wrapper .contenus-ctns {
        padding: 0 35px;
    }
	
	body .contenu .contenu-wrapper .contenus-ctns .references-ctn .ref-haut .accroche {
        margin-bottom: 2rem;
        padding-top: 5rem;
    }
	
	body .contenu .contenu-wrapper .contenus-ctns .references-ctn .ref-haut .blocs-images .image-01 img {
        max-width: 120% !important;
    }
	
	.slick-prev, .slick-next {
    	right: 10px;
	}
	
    .contact-back {
        right: 10px;
    }
}