.bloc-cabinet {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
}
.box-cabinet {
    width: 45%;
    margin: 0 auto;
    text-align: center;
}
.titre-cabinet {
    position: relative;
    width: 270px;
    margin: auto;
}
.txt-cabinet {
    margin-top: 90px;
}
.titre-cabinet:before {
    content: "";
    background: url(/Files/App_002/Images/bg-smile-before.png) no-repeat;
    width: 33px;
    height: 55px;
    position: absolute;
    left: -20px;
    top: 0;
}
.titre-cabinet:after {
    content: "";
    background: url(/Files/App_002/Images/bg-smile-after.png) no-repeat;
    width: 225px;
    height: 94px;
    position: absolute;
    right: 0;
    bottom: -45px;
}
.title-one-cabinet {
    display: block;
    font-family: 'Antipasto Pro';
    font-weight: 500;
    font-size: 77px;
    color: #1485c4;
    line-height: 55px;
    letter-spacing: 1.5px;
    padding-top: 10px;
}
.title-two-cabinet {
    font-size: 18px;
    color: #80868a;
    font-family: 'Steiner';
    letter-spacing: 3px;
    display: block;
    margin-top: 10px;
}
.box-cabinet p {
    font-size: 17px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 300;
}
.link-cabinet {
    margin-top: 55px;
    color: #1485c4;
    font-size: 15px;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    border-radius: 25px;
    border: 2px solid #1485c4;
    padding: 15px;
    display: inline-block;
    text-decoration: none;
}
.link-cabinet:hover {
    background: #1485c4;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 1440px) {
.box-cabinet {
    width: 50%;
}
}
@media screen and (max-width: 1280px) {
.box-cabinet {
    width: 60%;
}
.titre-cabinet {
    width: 200px;
}
.title-one-cabinet {
    font-size: 55px;
    line-height: 35px;
}
.titre-cabinet:after {
    right: -40px;
}
}
@media screen and (max-width: 1024px) {
.box-cabinet {
    width: 80%;
}
}
@media screen and (max-width: 550px) {
.box-cabinet {
    width: 90%;
}
.titre-cabinet:before {
    left: -15px;
    top: 0;
}
.title-one-cabinet {
    font-size: 40px;
    line-height: 28px;
}
.title-two-cabinet {
    font-size: 16px;
    letter-spacing: 2.5px;
    margin-top: 8px;
}
.titre-cabinet {
    width: 175px;
}
}
@media screen and (max-width: 480px) {
.box-cabinet {
    width: 100%;
    padding: 0 15px;
}
.link-cabinet {
    margin-top: 35px;
}
.box-cabinet p {
    font-size: 16px;
}
}