#sergic-contact {
    margin-top: 70px;
}

#sergic-contact .sergic-contact-wrapper .first-radio {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sergic-contact .sergic-contact-wrapper .first-radio div {
    margin: 10px 20px;
}

#sergic-contact .sergic-contact-wrapper .first-radio div label {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto';
    color: #07374E;
}

#sergic-contact .second-radio {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sergic-contact .second-radio div {
    margin: 10px 20px;
}

#sergic-contact .second-radio div label {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto';
    color: #07374E;
}

#sergic-contact .sergic-contact-wrapper .second-radio-not-customer {
    display: none;
}

#sergic-contact .heading-form {
    text-align: center;
    margin: 1rem 0;
    color: #07374E
}

#sergic-contact .heading-form h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
}

#sergic-contact .form-already-customer {
    text-align: center;
}

#sergic-contact .form-already-customer .espaces-clients-button {
    justify-content: center;
}

#sergic-contact .form-already-customer .espaces-clients-button .button-desktop-espace-client {
    width: 180px;
    padding: 5px 0;
    border: none;
}

#form-deja-client-sans-ref,
#form-deja-client-avec-ref,
#form-futur-client-particulier,
#form-futur-client-professionnel,
#form-partenaire,
.form-already-customer {
    display: none;
    margin-top: 3rem;
}


/* Ninja Form */

.select-form__futur-client-particulier-dest-bloc,
.select-form__futur-client-professionnel-dest-bloc,
.select-form__futur-client-particulier-ref-bloc {
    display: none;
}

#nf-field-99,
#nf-field-81,
#nf-field-115 {
    width: 200px;
    background: #00b3ff;
}

.nf-form-content input[type=button] {
    background-color: #00B3FF;
    border-radius: 25px;
    padding: 0;
    height: 30px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.nf-form-content input[type=button]:hover {
    background-color: #00B3FF;
    color: white;
    opacity: .8;
}

.nf-field-element p {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #07374E
}

.nf-field-label label {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #07374E;
    font-family: 'Roboto';
}

.nf-form-layout>form>div {
    display: flex;
    flex-direction: column-reverse;
}

body {
    color: #07374E !important;
}

.select-form__send-button {
    display: flex;
    justify-content: center;
}

.nf-form-content input[type=button] {
    background-color: #00B3FF;
    border-radius: 25px;
    padding: 0;
    height: 30px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.nf-form-content input[type=button]:hover {
    background-color: #00B3FF;
    color: white;
    opacity: .8;
}

.select-form__div {
    text-align: center;
    margin-bottom: 20px;
}

.select-form__label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

#select-form__select-form {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    height: 50px;
    width: 200px;
    padding: 5px;
    background-position: 95% 55%;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/sergic/assets/assets_custom/select-form/chevron_noir.png');
    padding: 0 1.5em 0 .5em;
}

#select-form__global-div-connect {
    display: none;
    flex-direction: column;
    align-items: center;
}

.select-form__label-connect {
    font-weight: 700;
    font-size: 18px;
    color: #07374E;
    margin-bottom: 10px;
}

#select-form__connect-div {
    display: flex;
    position: relative;
    z-index: 5;
    justify-content: center;
}

#select-form__connect-button {
    height: 30px;
    width: 180px;
    border-radius: 24px;
    background-color: #00b3ff;
    border: 0;
    color: white;
    font-weight: 700;
    z-index: 1;
}

.select-form__connect-submenu {
    width: 180px;
    background-color: white;
    position: absolute;
    top: 15px;
    z-index: 0;
    box-shadow: .5px .5px 4px lightgrey;
    border-radius: 5px;
    padding: 20px 5px 5px 5px;
    display: none;
}

.select-form__submenu-section {
    background-color: white;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    height: 28px;
}

.select-form__submenu-section:hover {
    background-color: #f8f8F8;
}

.select-form__submenu-section:focus {
    text-decoration: none;
}

.select-form__section-title {
    font-family: Raleway;
    font-weight: bold;
    font-size: 12px;
    color: #002A7B;
}

.select-form__submenu-submenu {
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.select-form__submenu-submenu:hover {
    background-color: #f8f8F8;
}

.select-form__link-logo {
    width: 100% !important;
}

.select-form__no-connect {
    font-weight: 700;
    font-size: 12px;
    text-decoration: underline;
    color: #07374E;
    cursor: pointer;
    margin-bottom: 0;
}

.select-form__no-connect:hover {
    opacity: .6;
}

#form-deja-client-avec-ref {
    margin-bottom: 0;
}

.select-form__div-ref {
    margin-bottom: 0;
}

.select-form__no-ref {
    font-weight: 700;
    font-size: 12px;
    text-decoration: underline;
    color: #07374E;
    cursor: pointer;
}

.select-form__no-ref:hover {
    opacity: .6;
}

#form-deja-client-sans-ref {
    margin-bottom: 0;
}

.select-form__title-addr-form {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    color: #07374E;
    margin-top: 14px;
    margin-bottom: 16px;
}

#form-futur-client-particulier {
    margin-bottom: 0;
}

#form-futur-client-professionnel {
    margin-bottom: 0;
}

#form-partenaire {
    margin-bottom: 0;
}

#select-form__choose-profil {
    margin-top: 30px;
    display: none;
}

.select-form__choose-profil-flex-check {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    margin: auto;
    max-width: 750px;
    margin-top: 20px;
}

.select-form__choose-profil-flex-child {
    margin: 0 20px;
    display: flex;
    align-items: baseline;
    width: 600px;
    text-align: left;
    justify-content: center;
    min-height: 75px;
}

.select-form__choose-profil-flex-child .select-form__label {
    margin: 0 0 0 8px;
    cursor: pointer;
}

.select-form__choose-profil-flex-child .select-form__label .little-text {
    font-size: 14px;
    display: block;
}

.select-form__choose-profil-input {
    cursor: pointer;
}

.card {
    border: none;
}

.card .btn:focus {
    outline: none;
}

.card-header {
    padding: 0;
    border: none !important;
}

@media screen and (max-width: 768px) {
    #sergic-contact {
        margin-top: 90px;
    }
    #sergic-contact .sergic-contact-wrapper .first-radio {
        flex-direction: column;
        align-items: flex-start;
    }
    #sergic-contact .sergic-contact-wrapper .first-radio div label {
        font-size: 16px;
    }
    #sergic-contact .second-radio div {
        margin: 10px;
    }
    .nf-form-content {
        width: 100%;
    }
    .nf-form-content label {
        font-size: 14px;
    }
}


/** Dispo hidden */

#form-futur-client-particulier .sgc-dispo-form-part,
#form-futur-client-professionnel .sgc-dispo-form-pro {
    display: none;
}

.sergic-contact-wrapper .hidden_block {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}