.contact-form-block{
    position: relative;
    margin-top: var(--mt-mobile, 0);
    margin-bottom: var(--mb-mobile, 0);
    background-color: var(--wp--preset--color--background);
    display: flex;
    width: 100%;
    min-height: 100vh;
}
.contact-form-block.contact-form-block--message-active{
    background-color: var(--wp--preset--color--bordeau);
}
@media (min-width: 851px) {
    .contact-form-block {
        margin-top: var(--mt-desktop, 0);
        margin-bottom: var(--mb-desktop, 0);
    }
}
.contact-form-inner{
    display: flex;
    width: 100%;
    position: relative;
    border-top: 2px solid var(--wp--preset--color--bordeau);
}
.contact-form-left, .contact-form-right{
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.contact-form-message{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--wp--preset--color--bordeau);
    transform: translateX(calc(-100% - var(--gutters)));
    transition: transform 0.3s ease-in-out;
    padding-top: 2rem;
}
.contact-form-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-form-left .contact-form-title{
    font-size: var(--wp--preset--font-size--size-60);
    color: var(--wp--preset--color--bordeau);
    font-family: "Kalufonia Regular", cursive;
    margin-bottom: 3rem;
}
.contact-form-wrapper{
    display: flex;
    width: 100%;
}
.contact-form-wrapper .wpcf7{
    display: flex;
    width: 100%;
}
.contact-form-wrapper .wpcf7 form{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.contact-form{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
}
.contact-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.wrapper-tag{
    flex-direction: row;
    gap: 1rem;
}
.contact-label-title, .contact-wrapper-message h4, .contact-wrapper-choices p{
    font-size: var(--wp--preset--font-size--size-14);
    font-weight: 500;
    color: var(--wp--preset--color--bordeau);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    align-items: center;
    margin: 0;
}
.contact-label-title p{
    margin: 0;
}
.contact-label{
    display: flex;
    width: 100%;
    gap: 1rem;
    margin-bottom: 0.5rem;
    align-items: center;
}
.contact-label p{
    margin: 0;
}
.textarea-container.contact-label {
    margin-top: 2rem;
}
.textarea-container p{
    display: flex;
    width: 100%;
}
.textarea-container p span{
    display: flex;
    width: 100%;
}
.contact-label-title p{
    color: var(--wp--preset--color--bordeau);
}
.contact-label-title.title-form p{
    text-transform: none;
    font-size: var(--wp--preset--font-size--size-20);
    font-family: "Montserrat", sans-serif;
}
.wpcf7-checkbox {
    display: flex;
    width: 100%;
    gap: 1rem;
}
.wpcf7-checkbox .wpcf7-list-item label{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.wpcf7-checkbox .wpcf7-list-item label input{
    background-color: var(--wp--preset--color--background);
    border: 1px solid var(--wp--preset--color--bordeau);
    appearance: none;
    width: 15px;
    height: 15px;
    display: flex;
}
.wpcf7-checkbox .wpcf7-list-item label input:hover{
    cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item label input:checked{
    background-color: var(--wp--preset--color--bordeau);
}
.wpcf7-checkbox .wpcf7-list-item label span{
    font-size: var(--wp--preset--font-size--size-14);
    font-weight: 500;
    color: var(--wp--preset--color--bordeau);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    align-items: center;
    line-height: 1;
}
.same-size{
    width: 75px;
}
.wpcf7-form-control-wrap input{
    display: flex;
    width: 100%;
    padding: 0.25rem;
    border: 1px solid var(--wp--preset--color--bordeau);
    background-color: var(--wp--preset--color--background);
}
textarea{
    display: flex;
    width: 100%;
    padding: 0.25rem;
    border: 1px solid var(--wp--preset--color--bordeau);
    background-color: var(--wp--preset--color--background);
    min-height: 150px;
}
textarea::placeholder{
    color: var(--wp--preset--color--bordeau);
}
.contact-wrapper-message{
    display: flex;
    flex-direction: column;
}
.contact-wrapper-choices{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.contact-wrapper-choices p{
    overflow: hidden;
    position: relative;
    width: fit-content;
}
.contact-wrapper-choices p::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--wp--preset--color--bordeau);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.contact-wrapper-choices p:hover::before{
    transform: scaleX(1);
    transform-origin: left;
}
.contact-wrapper-choices p:hover{
    cursor: pointer;
}
.contact-wrapper-message p{
    margin-top: 0.5rem;
}
.contact-validation-wrapper{
    display: flex;
    width: 100%;
    gap: 1rem;
    align-items: center;
}
.contact-validation-wrapper label{
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}
.contact-validation-wrapper label input{
    background-color: var(--wp--preset--color--background);
    border: 1px solid var(--wp--preset--color--bordeau);
    appearance: none;
    width: 15px;
    height: 15px;
    display: flex;
    padding: 8px;
    transform: translateY(10px);
}
.wpcf7-list-item{
    margin: 0;
}
.wpcf7-form-control-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contact-validation-wrapper label input:hover{
    cursor: pointer;
}
.contact-validation-wrapper label input:checked{
    background-color: var(--wp--preset--color--bordeau);
}
.contact-validation-wrapper .wpcf7-list-item-label{
    font-size: 12px;
}
.menu-btn-wrapper{
    height: fit-content;
}
.contact-wrapper-toggle, .contact-wrapper-message{
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows ease .3s;
}
.contact-wrapper-inner, .contact-wrapper-message div{
    overflow: hidden;
    transition: max-height ease .3s;
    max-height: 0;
}
.contact-wrapper-toggle.active, .contact-wrapper-message.active{
    grid-template-rows: 1fr;
}
.contact-wrapper-toggle.active .contact-wrapper-inner, .contact-wrapper-message.active div{
    max-height: 1000px;
}
.wrapper-tag .title-form span{
    display: flex;
    width: 10px;
    height: 10px;
    position: relative;
}
.wrapper-tag .title-form span::before{
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--wp--preset--color--bordeau);
    border-bottom: 1px solid var(--wp--preset--color--bordeau);
    transform: translateY(-5px) rotate(45deg);
    position: absolute;
    top: 1px;
    left: 1px;
    transition: transform 0.3s ease;
}
.wrapper-tag .title-form p {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.select-wrap {
    opacity: 0;
    pointer-events: none;
}
.contact-activation:hover{
    cursor: pointer;
}
.contact-activation.active span::before{
    transform: translateY(0px) rotate(-135deg);
}
.contact-form-message.active{
    transform: translateX(0);
}
.contact-wrapper-message p{
    font-size: 12px;
}
.contact-form-left{
    padding: 0 2rem 0 var(--gutters);
}
.contact-form-close{
    position: absolute;
    top: 2rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.contact-form-close span{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--wp--preset--color--blanc);
}
.contact-form-close span:first-child{
    transform: translate(-50%, -50%) rotate(45deg);
}
.contact-form-close span:last-child{
    transform: translate(-50%, -50%) rotate(-45deg);
}
.contact-wrapper-message[data-msg="msg-4"] h4{
    color: red;
}
@media (min-width: 1600px) {
    .contact-form{
        max-width: 800px;
    }
}
@media (max-width: 850px) {
    .contact-validation-wrapper{
        flex-direction: column;
    }
}
@media (max-width: 576px) {
    .contact-form-inner{
        padding: 0;
        justify-content: center;
    }
    .contact-form-right{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .contact-form-left{
        width: calc(100% - calc(var(--gutters)*2));
        position: relative;
        z-index: 1;
        background-color: var(--wp--preset--color--background);
        padding: 1rem;
        margin: 1rem 0;
    }
}