#contact .contact-form>form>.form-fields>div{
    /*max-width      : var(--default-container-max-width);*/
    margin-left:auto;
    margin-right: auto;
    width: 100%;
}

#contact .contact-form>form>.form-fields>.page-header{
    max-width: 100%;
}

#contact .contact-form .form-footer{
    max-width      : var(--default-container-max-width);
    margin: auto;
}

.wrapper__inner {
    position       : relative;
    width          : 100%;
    max-width      : 100%;
    margin         : 0 auto;

    /*display        : grid;*/
    /*grid-gap       : 20px;*/
    padding-bottom : 20px;
}

#content {
    padding : 0;
}

.contact-form {
    background : #fff;
    color      : #7a7a7a;
    width      : 100%;

}

.contact-form .form-fields {
    width          : 100%;
    display        : flex;
    flex-direction : column;
}



.contact-form .contact-form__form,
.form-footer {
    padding : 15px 15px;
}

.form-footer {
    padding-bottom : 15px;
}

.contact-form .form-control-label{
    color: #232323;
    font-weight: 500;
    font-size: var(--font-size-300);
    line-height: var(--font-size-300);
}

.contact-form .btn.btn-default{
    background-color: var(--primary-color)
}

.contact-form #gdpr_consent{
    padding: 0 15px;
}

.contact-form .form-control{
    border: 0;
    background-color: #e7e7e7;
    color: black;
}
.contact-form .form-control::placeholder{
    color: #2f2f2f;
}

.contact-form .contact-form__form{
    padding-top: 45px;
}

.wrapper__inner{
    min-width: 70vh;
}

.content-wrapper{
    height: 100%;
}

.contact-form .alert.alert-success {
    text-align: center;
    padding-top: 12vh;
    padding-bottom: 12vh;
    font-size: var(--font-size-300);
}


/*NEW CSS*/
.contact-form .contact-form__form{
    margin-top: 60px;
}

.contact-form  .form-fields .contact-form__form{
    margin-left:auto;
    margin-right: auto;
    max-width: 500px;
}

.contact-form__form{
    color: #f9b4a4;
    font-weight: bold;
}

.contact-form__form label{
    font-weight: 400;
}

.contact-form .contact-form__form,
.form-footer {
    padding : 0 15px;
}

.form-footer {
    padding-bottom : 15px;
    margin-left:auto;
    margin-right: auto;
    max-width: 500px;
}

/* Contact page */

.contact-form-control {
    height: 90px;
    font-family: var(--typo-bref-3);
    font-size: var(--font-size-400);
    color: var(--color-bref-primary);
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    padding: 1rem;
    width: 100%;
}

.contact-form-control::placeholder {
    font-family: var(--typo-bref-8);
    color: var(--color-bref-quinary);
}

.contact-form-control:focus {
    border-color: #f9b4a4;
    outline: 0;
}

.contact-form-control-textarea {
    font-size: 15px;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    padding: 1rem;
    width: 100%;
}

.contact-form-control-textarea::placeholder {
    font-weight: 400;
}

.contact-form-control-textarea:focus {
    border-color: #f9b4a4;
    outline: 0;
}

.contact-form-control-textarea::placeholder {
    color: #ADADAD;
}

.contact-form-control-select{
    font-size: 21px;
    -moz-appearance    : none;
    -webkit-appearance : none;
    background : #FFFFFF url("../../../img/icons/dropdown.svg") no-repeat scroll right 2rem center/1.25rem 1.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none!important;
}

.contact-form-control-label {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 21px;
    text-align: left;
    /*color: white;*/
    text-transform: uppercase;
}

.contact-button {
    text-transform: uppercase;
    width: 100%;
    height: 90px;
    color: var(--color-white-default);
    background-color: black;
    font-family: var(--typo-senary);
    font-size: 18px;
    text-align: center;
    outline: none;
    border:none;
    border-radius: 45px;
}

.contact-button:hover {
    background-color: white;
    color: #000000;
    box-shadow: 0 3px 6px #00000029;
}
.contact-button:active {
    background-color: white;
    color: #000000;
    box-shadow: 0 3px 12px #0000007B;
}
.contact-button:disabled {
    background-color: #E6E6E6;
    color: #BABABA;
}

.form-control-label-special {
    z-index: 1;
    position: absolute;
    font-family: var(--typo-bref-3);
    color : #9D9E90;
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
    margin: 8px 8px 8px 12px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-weight: 700;
    background-color: #FFFFFF4B;
    display: flex;
    height: 50px;
    font-size: var(--font-size-500);
    color: white;
    width: 100%;
    border: 1px solid white;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

label[for="file"] svg path{
    fill: white;
}

.inputfile + label:active {
    background-color: #FFFFFF4B ;
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
    outline: none;
}

.blank-separation {
    height: 180px;
}

.psgdpr_consent_message {
    font-family: var(--typo-octonary);
    /*color: white;*/
    font-size: 12px;
    display: flex;
    flex-direction: row;
}

.material-icons {
    width: 0;
}


.form-group-checkbox {
    margin: 0 0 1rem;
    display: flex;
    flex-direction: row;
}

.contact-checkbox {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.contact-checkbox-label {
    color: #838383;
    text-align: left;
    font-size: 14px;
}

.select2-search__field:focus-visible {
    outline: none;
}

/*Test */
.float-label-field {
    position: relative;
    box-sizing: border-box;
}

.float-label-field input {
    outline: none;
    width: 100%;
    font-size: 26px;
    border: 1px solid #D9D9D9;
    padding: 1rem;
    padding-top: 1.2rem;
}

.float-label-field label {
    top: 20px;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease;
    font-size: 18px;
    color: #9D9E90;
    padding: 1rem;
    text-transform: initial;
}

.float-label-field.float label {
    top: -8px;
    font-size: 16px;
    transition: all 0.2s ease;
    font-family: var(--typo-bref-3);
}

.float-label-field.focus label {
    font-family: var(--typo-bref-3);
    top: -8px;
    font-size: 16px;
    transition: all 0.2s ease;
}

select[name="id_contact"], .select2-container--default, select[name="id_country"]{
    text-transform: uppercase;
    color: #f9b4a4;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, select[name="id_contact"] option{
    font-weight: bold;
    font-size: 21px;
    color: #f9b4a4;
    line-height: 28px;
    padding: 1rem;
    height: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background : #FFFFFF url("../../../img/icons/dropdown.svg") no-repeat scroll right 2rem center/1.25rem 1.25rem;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single{
    height: 90px;
}

.custom-checkbox-contact {
    position : relative
}

.custom-checkbox-contact input[type=checkbox] {
    opacity    : 0;
    cursor     : pointer;
    position   : absolute;
}

.custom-checkbox-contact input[type=checkbox] + span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid lightgrey;
    background-color: white;
    margin-right: 15px;
    flex-shrink: 0;
}

.custom-checkbox-contact input[type=checkbox] + span svg path{
    stroke: white;
}


.custom-checkbox-contact input[type=checkbox]:checked + span svg path{
    stroke: #f9b4a4;
}

.custom-checkbox-contact input[type=checkbox]:focus + span {
    border-color : lightgrey
}

.custom-checkbox-contact label {
    text-align : left
}

#uploadedFile{
    color: white;
}

#contact .alert-success{
    padding: 100px 5%;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
}
