body {
    font-size: 16px;
    position: static!important;
}

.btn {
    width: fit-content;
}

p {
    color: #222;
}

.padding-is-small {
    padding: 3rem 0;
}

.padding-is-medium {
    padding: 5rem 0;
}

.padding-is-medium-bottom {
    padding-bottom: 5rem;
}

.padding-is-large {
   padding: 7rem 0;
}

.padding-is-top-huge {
    padding: 10rem 0 0;
}


h1,.h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
.h6, .h6 {
    color: #4a6671;
}


.splide {
    width: 100%;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.frm_style_formidable-style.with_frm_style .form-field:has(button),
.frm_style_formidable-style.with_frm_style .frm_submit button {
    margin-bottom: 0!important;
}

.with_frm_style .frm_form_fields > fieldset {
   padding-bottom: 0;
}
@media screen and (min-width: 992px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        margin-left: auto;
        margin-right: auto;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        margin-left: auto;
        margin-right: auto;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}


.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}


.post-content > div {
margin-bottom: 1rem;
}

.post-content > div:last-child {
    margin-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

.menu li.menu-item-has-children > a::after, .menu ul li.menu-item-has-children > a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 0.7rem;
    font-weight: 900;
    padding-left: 8px;
}

header .menu>li.current-menu-parent>a, header .menu>li.current_page_item>a {
    color: #dff8eb;
    font-weight: 800;
}

header .menu a {
    display: inline-block;
    padding: 0.35rem 0px;
    font-size: 1rem;
}

body a:hover {
    text-decoration: none;
}


/* CF7 */
.wpcf7-submit {
    margin-top: 20px;
}

/* Text page */
.page-text em {
    color: #ff0000;
    font-style: normal;
}

/* Youtube block */
.wp-block-embed iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}


.btn:focus,
.btn:active {
    box-shadow: 0 0 0 .25rem rgba(242, 84, 91, .4);
}


form textarea {
    background-color: #fafafa !important;
    border: 1px solid #e0e0e0;
    border-radius: 12px !important;
    display: inline-block !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    outline: none !important;
    padding: calc(.8rem - 1px) .8rem !important;
    position: relative !important;
    transition: all .15s ease-in-out !important;
    width: 100%;
    max-height: 130px;
    vertical-align: top;
    height: auto;
}

form textarea,
form input{
    box-shadow: rgba(242, 84, 91, 0.243) 0px 0px 2.03669px 0px;
    color: rgb(52, 57, 64);
}


body input.input.wpcf7-not-valid,
body input.input.wpcf7-not-valid:focus,
body select.select.wpcf7-not-valid,
body select.select.wpcf7-not-valid:focus,
body textarea.textarea.wpcf7-not-valid,
body textarea.textarea.wpcf7-not-valid:focus{
    border: 1px solid #F04438!important;
}

form input::placeholder,
form textarea::placeholder {
    font-size: 0.8rem;
    color: #939aa9;
}

.cf7_fields-wrapper {
    display: flex;
    gap: 2%;
}

body .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #FEE4E2;
    border: 1px solid #F5B8AA;
    color: #F04438;
}

body .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
}

body .wpcf7-not-valid-tip {
    font-weight: normal;
    color: #444444;
    margin: 0px;
    padding: 0;
    font-size: 12px;
    text-align: left;
    font-style: normal;
    max-width: 100%;
}
 body .wpcf7-submit {
     width: auto;
     font-size: 14px;
     height: auto;
     line-height: normal;
     text-align: center;
     background: #f2545b;
     border-width: 1px;
     border-color: #f2545b;
     border-style: solid;
     color: #ffffff;
     cursor: pointer;
     font-weight: normal;
     border-radius: 8px;
     text-shadow: none;
     padding: 8px 16px;
     box-sizing: border-box;
     box-shadow: 0 1px 1px #eeeeee;
     margin: 10px;
     margin-left: 0;
     margin-right: 0;
     vertical-align: middle;
 }

 .cf7_fields-wrapper > p:has(.wpcf7-form-control) {
     margin-bottom: 20px;
 }

body input.input.wpcf7-not-valid:focus, body select.select.wpcf7-not-valid:focus, body textarea.textarea.wpcf7-not-valid:focus {
    box-shadow: 0 0 0 .15rem rgba(242, 84, 91, .4);
}

body  input.input:focus, body select.select:focus, body textarea.textarea:focus {
    border-color: #4a6671;
    box-shadow: 0 0 0 .15rem rgba(74, 102, 113, .4);
}

 @media screen and (max-width: 599.98px) {
     .cf7_fields-wrapper {
         flex-direction: column;
     }

     body input.input.wpcf7-not-valid:focus, body select.select.wpcf7-not-valid:focus, body textarea.textarea.wpcf7-not-valid:focus {
         box-shadow: 0 0 0 .15rem rgba(242, 84, 91, .4);
     }

    body  input.input:focus, body select.select:focus, body textarea.textarea:focus {
         border-color: #4a6671;
         box-shadow: 0 0 0 .15rem rgba(74, 102, 113, .4);
     }
 }