.temoignages {
background: #fff;
position: relative;
padding: 45px 0 70px 0;
overflow: hidden;
}
.temoignages h1 {
    color: #353535;
    font-size: 55px;
    font-family: Segoe UI;
    font-weight: 100;
    margin: 0;
    line-height: 70px;
    margin-bottom: 0;
    text-align: center;
}

.temoignages h3 {
    color: #353535;
    font-size: 30px;
    font-family: Segoe UI;
    font-weight: 100;
    margin: 0;
    line-height: 45px;
    margin-bottom: 0;
    text-align: center;
}
.boxtemoignages {padding: 90px 0 20px 0;position: relative;}
.temoignages h3.margintop {
margin-top: 20px;
}

@media screen and (max-width: 1366px){
.temoignages h1 {
    font-size: 45px;
}
}
@media screen and (max-width: 767px){
.temoignages h1 {
    font-size: 36px;
    line-height: 40px;
   padding: 0 60px;
}
.temoignages h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
}
.boxtemoignages {
    padding: 50px 0 10px 0;
    position: relative;
}
.temoignages {
    padding: 30px 0 40px 0;
}
}

