.entete-form {
    margin: 20px 0 0;
}

.flex-entete-form {
    background: #cd0f45;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.title-entete-form {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}
.title-form-cepex {
    display: block;
    background: #f9e2e8;
    width: 100%;
    margin: 35px auto 0;
    padding: 15px;
    border-radius: 20px;
    font-size: 22px;
    color: #383838;
    font-weight: 500;
    padding-right: 58px;
    cursor: pointer;
}
.title-form-prospection-cepex {
    display: block;
    background: #f9e2e8;
    width: 100%;
    margin: 35px auto 0;
    padding: 15px;
    border-radius: 20px;
    font-size: 22px;
    color: #383838;
    font-weight: 500;
    text-align: center;
}
.title-form-cepex:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    right: 40px;
    transition: 0.5s ease all;
}

.title-form-cepex.open:before {
    transform: rotate(-90deg);
    transition: 0.5s ease all;
}
.form-cepex {
    padding: 50px 0;
}

.boxform-cepex {
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.flex-etes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}
.flex-etes legend {
    width: auto;
}

.flex-etes .fieldset-wrapper {
    display: flex;
}

#edit-vous-etes- {
    display: flex;
    margin-right: 15px;
}

#edit-vous-etes- .js-form-item-vous-etes-.form-item-vous-etes- {
    margin-right: 15px;
}
.title-etes {
    font-size: 16px;
    color: #282828;
    display: inline-block;
    margin-left: 70px;
}

.d-flex-input {
    display: flex;
    align-items: center;
    margin-right: 70px;
}

.d-flex-input label {
    color: #5f5f5f;
    font-size: 16px;
    margin-right: 10px;
}

.form-group {
    margin: 30px 0 0;
    float: right;
    padding: 0 15px;
}
.form-group .fieldset-legend {
    color: #282828;
    font-size: 16px;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
    font-weight: normal;
}
.form-group .iti {
    width: 100%;
}
.form-group label {
    color: #282828;
    font-size: 16px;
    padding: 5px 0;
    width: 100%;
}

.form-group .msg-small {
    font-size: 11px;
    color: #000;
}

.form-group input {
    height: 55px;
    border-radius: 8px !important;
    border: 1px solid #c7c7c7!important;
}
.form-group textarea {
    border-radius: 8px !important;
    border: 1px solid #c7c7c7!important;
}
.form-group select {
    height: 55px;
    border-radius: 8px !important;
    border: 1px solid #c7c7c7!important;
}
.flexrow {
    display: flex;
    flex-wrap: wrap;
}

.flexrow .form-group {
    padding: 0 15px;
}
.form-group .label-check {
    width: auto;
    margin-right: 10px;
}
.form-group.alignbox {
    align-items: center;
    display: flex;
}

.form-group.alignbox .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 5px !important;
    margin: 0;
}

.form-group .label-check .btn-check {
    position: relative;
    color: #c40020;
}

.flexbox-bouton-form {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.logo-entete-form img {
    width: 100px;
    height: auto;
    display: block;
}
@media screen and (max-width: 768px) {
.title-form-cepex {
    width: 100%;
    margin: 20px auto 0;
    font-size: 17px;
}
.title-entete-form {
    font-size: 25px;
}
.flex-entete-form {
    padding: 10px 30px;
}
.boxform-cepex {
    padding: 0;
}
.d-flex-input {
    margin-right: 0;
    margin-left: 20px;
}
.flexrow .form-group {
    padding: 0;
    margin: 20px 0 0;
}
.title-etes {
    font-size: 16px;
    margin-left: 0;
    width: 100%;
}
}
@media screen and (max-width: 480px) {
.logo-entete-form {
    display: none;
}
}
#webform-submission-prospection-a-la-carte-add-form .webform-section-wrapper {
    height: auto;
    overflow: hidden;
}
#webform-submission-contact-add-form .webform-section-wrapper {
    height: auto;
    overflow: hidden;
}
#webform-submission-contact-add-form .webform-flexbox {
    display:block;
    min-width: 100%;
}
#webform-submission-contact-add-form .form-group {
    min-height: 110px;
}
.webform-element-description {
    font-size: 11px;
    color: #000;
}
.webform-section-wrapper {
    height: 0;
    transition: 0.1s height ease;
    overflow: hidden;
}
.webform-section-wrapper.open {
    height: 100%;
    transition: 0.1s height ease;
}
.form-group .form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    cursor: pointer;
    pointer-events: all;
}

.form-group .form-checkboxes .form-item {
    margin: 0;
    padding: 5px 0;
    align-items: center;
    display: flex;
}

.form-group .form-check-input:checked {
    background-color: #cb043d;
}
.all-btn-cepex {
    display: flex;
    justify-content: center;
}

.all-btn-cepex .btn-cepex:hover {
    background: #cb043d;
    color: #ffff;
    border: 1px solid #cb043d;
}
.form-item-id-devis {
    display: none;
}