#path_nos_traitements .titre-traitements {
    position: relative;
    width: 49%;
    margin: auto;
    text-align: center;
}
#path_nos_traitements .titre-traitements:before {
    content: "";
    background: url(/Files/App_002/Images/bg-smile-before.png) no-repeat;
    width: 33px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
}
#path_nos_traitements .titre-traitements:after {
    content: "";
    background: url(/Files/App_002/Images/bg-smile-after.png) no-repeat;
    width: 225px;
    height: 94px;
    position: absolute;
    right: 0;
    bottom: -45px;
}
#path_nos_traitements .title-one-traitements {
    display: block;
    font-family: 'Antipasto Pro';
    font-weight: 500;
    font-size: 55px;
    color: #1485c4;
    line-height: 50px;
    letter-spacing: 1.5px;
    padding-top: 10px;
    padding-right: 10px;
}
#path_nos_traitements .title-two-traitements {
    font-size: 18px;
    color: #80868a;
    font-family: 'Steiner';
    letter-spacing: 3px;
    display: block;
    margin-top: 10px;
}
#path_nos_traitements .traitements {display:flex;justify-content: center;}
@media screen and (max-width: 1440px) {
#path_nos_traitements .titre-traitements {
    width: 60%;
}
}
@media screen and (max-width: 1024px) {
#path_nos_traitements .titre-traitements {
    width: 700px;
}
#path_nos_traitements .title-one-traitements {
    font-size: 40px;
    line-height: 40px;
}
}
@media screen and (max-width: 991px) {
#path_nos_traitements .titre-traitements {
    width: 550px;
}
#path_nos_traitements .title-one-traitements {
    font-size: 30px;
    line-height: 35px;
}
}
@media screen and (max-width: 767px) {
#path_nos_traitements .titre-traitements {
    width: 485px;
}
#path_nos_traitements .title-one-traitements {
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 1px;
}
}
@media screen and (max-width: 480px) {
#path_nos_traitements .titre-traitements {
    width: 380px;
}
#path_nos_traitements .title-one-traitements {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
}
#path_nos_traitements .title-two-traitements {
    font-size: 16px;
}
}
@media screen and (max-width: 400px) {
#path_nos_traitements .titre-traitements {
    width: 300px;
}
#path_nos_traitements .title-one-traitements {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
}
#path_nos_traitements .title-two-traitements {
    font-size: 14px;
}
}

