@charset "UTF-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.page.xl {
	width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}
.page.l {
	width: 100%;
}

header .wrapper-menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

header .wrapper-menu .mainbar nav ul li a {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

body > section {
    margin-top: 76px;
}
header .wrapper-menu .logo .round {
    transform: translateY(-120px);
}

#label .vision .titre h2,
#label .label .titre h2,
#clients .client .titre h2,
#clients #client-centre .titre h2,
#clients #client-indus .titre h2 {
    font-size: 35px;
}

#label .vision .titre h2 strong,
#label .label .titre h2 strong,
#clients .client .titre h2 strong,
#clients #client-indus .titre h2 strong,
#clients #client-centre .titre h2 strong {
    font-size: 45px;
}
#clients .client .titre h3 {
    font-size: 28px;
}


.titre.medium h2 {
    font-size: 30px;
}

.projet a .main {
    height: 320px;
}

.wrapper-slider,
#slider_homepage .owl-item {
    height: 65vh;
}