body {
    font-size: 16px;
}

.text-red {
    color: #e52423;
}

.page-title {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 40px;
    /* padding-left: 25px; */
    font-family: MSSemibold;
    /*margin-left: 10px;*/
}

.form-title {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 40px;
    /*padding-left: 25px;*/
    font-family: MSSemibold;
    /*margin-left: 10px;*/
}

.text-gray {
    color: #66686a;
}

.red-ul {
    font-size: 18px;
}

ul.red-ul {
    list-style-image: url(../images/ellipse1.png);
    margin-left: 0px;
    padding-inline-start: 18px;
}

ul.red-ul li {
    line-height: 50px;
}

li span {
    position: relative;
    left: 10px;
}

.bandeau {
    object-fit: cover;
    overflow-x: clip;
    margin-left: 20px;
}

.bandeau img{
    margin-top: -50px;
}

.bandeau.vert {
    overflow: hidden;
    margin-top: -20px;
}

.bandeau.orange, .bandeau.bleu {
    margin-top: 50px;
    margin-left: 40px;
}

.hm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.telephone-picto {
    margin-top: 10px;
}

.phone-infos {
    font-size: 22px;
    font-family: MSMedium;
    padding-left: 30px;
}

.phone-infos span {
    padding-left: 30px
}

.col-form-label {
    font-family: MSMedium;
}

.phone-infos-block {
    padding-bottom: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact-form .btn-send {
    background: #9173a5;
    font-family: MSSemibold;
    height: 42px;
    width: 103px;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-right: 15px;
}

.contact-form .col-form-label, .contact-form .col-form-input {
    padding-left: 0px;
    padding-right: 0px;
}

.contact-form .g-recaptcha {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    #cab-creation-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 1089px) {
    #cab-creation-content .left, #cab-creation-content .right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}