/* assets/styles.css */

/* Prevent Multiple Contact Form 7 Submissions */

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
}

body {
    margin: 0;
    padding: 0;
}

* {
    -webkit-font-smoothing: antialiased;
}

.translate_top_50 {
    transform: translateY(-50%);
}

.translate_bottom_50 {
    transform: translateY(50%);
}

.skew_tag {
    transform: skew(-3deg) rotate(-3deg);
}

.uppercase {
    text-transform: uppercase;
}

.bg_white {
    background-color: #fff;
    display: inline-block;
    padding: 0 3px;
    margin: 3px 0;
    font-weight: 900 !important;
}

.color_red {
    color: #EF4036 !important;
}

.color_blue {
    color: #1D57A4 !important;
}

.text_bigger {
    font-size: 110% !important;
}

.link_blue {
    text-decoration: underline !important;
    color: #1D57A4 !important;
}

/*  Boxed Element In Fullwidth Section (with container) */

:root {
    --padding: 20px;
    --container: 1640px;
    --scroll-bar-width-windows: 17px;
    --scroll-bar-width-mac: 15px;
}

@media only screen and (min-width : 1620px) {

    .boxed_left {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-windows) ) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    .boxed_left_no_padding {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-windows) ) - var(--container) ) / 2 ) ) !important;
    }

    .boxed_right {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-windows)) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    .boxed_right_no_padding {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-windows)) - var(--container) ) / 2 ) ) !important;
    }

    body.mac .boxed_left {
        padding-left: calc( ( (  100vw - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac .boxed_left_no_padding {
        padding-left: calc( ( (  100vw - var(--container) ) / 2 ) ) !important;
    }

    body.mac .boxed_right {
        padding-right: calc( ( ( 100vw - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac .boxed_right_no_padding {
        padding-right: calc( ( ( 100vw - var(--container) ) / 2 ) ) !important;
    }

    body.mac.scrollbars-visible .boxed_left {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-mac)  ) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac.scrollbars-visible .boxed_left_no_padding {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-mac)  ) - var(--container) ) / 2 ) ) !important;
    }

    body.mac.scrollbars-visible .boxed_right {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-mac) ) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac.scrollbars-visible .boxed_right_no_padding {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-mac) ) - var(--container) ) / 2 ) ) !important;
    }
}

.clip-hero img {
    -webkit-mask-image:
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 160"><path d="M0,0s480,159.0889,960,159.0889S1920,0,1920,0H0Z"/></svg>'),
        linear-gradient(
            black,
            black calc( 100% - 16.66666% + 0.5px ),
            transparent calc( 100% - 16.66666% + 0.5px ),
            transparent
        );
    -webkit-mask-size: 100% 18%, 100%;
    -webkit-mask-position: bottom center;
    -webkit-mask-repeat: repeat-x;
    mask-image:
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 160"><path d="M0,0s480,159.0889,960,159.0889S1920,0,1920,0H0Z"/></svg>'),
        linear-gradient(
            black,
            black calc( 100% - 16.66666% + 1px ),
            transparent calc( 100% - 16.66666% + 1px ),
            transparent
        );
    mask-size: 100% 18%, 100%;
    mask-position: bottom center;
    mask-repeat: repeat-x;
}

.clip-banner img {
    -webkit-mask-image:
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 160"><path d="M0,0s480,159.0889,960,159.0889S1920,0,1920,0H0Z"/></svg>'),
        linear-gradient(
            black,
            black calc( 100% - 28% + 3px ),
            transparent calc( 100% - 28% + 3px ),
            transparent
        );
    -webkit-mask-size: 100% 28%, 100%;
    -webkit-mask-position: bottom center;
    -webkit-mask-repeat: repeat-x;
    mask-image:
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 160"><path d="M0,0s480,159.0889,960,159.0889S1920,0,1920,0H0Z"/></svg>'),
        linear-gradient(
            black,
            black calc( 100% - 28% + 3px ),
            transparent calc( 100% - 28% + 3px ),
            transparent
        );
    mask-size: 100% 28%, 100%;
    mask-position: bottom center;
    mask-repeat: repeat-x;
}

.add-curve-white:after {
    content: '';
    position: absolute;
    background-color: #fff;
    top: calc( 100% - 0.5px);
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 8.33333%;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 160"><path d="M0,0s480,159.0889,960,159.0889S1920,0,1920,0H0Z"/></svg>');
    -webkit-mask-size: 100%;
    -webkit-mask-position: top center;
    -webkit-mask-repeat: repeat-x;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 160"><path d="M0,0s480,159.0889,960,159.0889S1920,0,1920,0H0Z"/></svg>');
    mask-size: 100%;
    mask-position: top center;
    mask-repeat: repeat-x;
    z-index: 1;
}

.add-curve-blue:after {
    content: '';
    position: absolute;
    background-color: #EAF3FF;
    top: calc( 100% - 0.5px);
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 8.33333%;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 160"><path d="M0,0s480,159.0889,960,159.0889S1920,0,1920,0H0Z"/></svg>');
    -webkit-mask-size: 100%;
    -webkit-mask-position: top center;
    -webkit-mask-repeat: repeat-x;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 160"><path d="M0,0s480,159.0889,960,159.0889S1920,0,1920,0H0Z"/></svg>');
    mask-size: 100%;
    mask-position: top center;
    mask-repeat: repeat-x;
    z-index: 1;
}

.add-curve-footer {
    margin-top: 0;
}

.add-curve-footer:before {
    content: '';
    position: absolute;
    background-color: #0A3772;
    top: 0;
    transform: translateY( calc( -100% + 0.5px));
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 3.489583%;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 67"><path d="M0,67.0001S478.4512,1.0001,958.4512,1.0001s961.5488,66,961.5488,66H0Z" fill=\'black\'/></svg>');
    -webkit-mask-size: 100%;
    -webkit-mask-position: top center;
    -webkit-mask-repeat: repeat-x;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1920 67"><path d="M0,67.0001S478.4512,1.0001,958.4512,1.0001s961.5488,66,961.5488,66H0Z" fill=\'black\'/></svg>');
    mask-size: 100%;
    mask-position: top center;
    mask-repeat: repeat-x;
    z-index: 1;
}

/* header */

.elementor-location-header {
    z-index: 9000 !important;
}

.header_sticky {
    position: fixed;
    z-index: 9000 !important;
}

.header_wpml_widget .wpml-ls-current-language {
    display: none !important;
}

.header_wpml_widget {
    font-size: 12px !important;
}

.header_wpml_widget li a {
    padding: 2px 4px;
}

.header_top_menu nav {
    z-index: 5 !important;
}

.header_top_menu .marche,
.header_top_menu .opportunites {
    border-radius: 27px;
    transition: all .3s ease;
}

.header_top_menu .marche {
    background-color: #1D57A4;
}

.header_top_menu .opportunites {
    background-color: #EF4036;
}

.header_top_menu .marche:hover,
.header_top_menu .marche:active,
.header_top_menu .marche:focus,
.header_top_menu .opportunites:hover,
.header_top_menu .opportunites:active,
.header_top_menu .opportunites:focus {
    background-color: #000;
}

.header_top_menu .marche .icon {
    display: inline-block;
    margin-right: 9px;
}

.header_top_menu .marche .icon svg {
    height: 20px;
}

.header_top_menu .elementor-nav-menu {
    justify-content: space-between;
}

.header_top_menu .elementor-nav-menu > li {
    flex: 0 0 calc( 50% - 10px ) !important;
}

.header_top_menu .elementor-nav-menu:after {
    display: none !important;
}

.header_bottom_menu .elementor-nav-menu {
    column-gap: 20px;
}

.header_bottom_menu .elementor-nav-menu:after {
    display: none !important;
}

.header_top_menu .sub-menu,
.header_bottom_menu .sub-menu {
    z-index: 4 !important;
    background-color: #fff !important;
    border: 6px solid #EAF3FF !important;
    padding: 18px 9px 18px 9px !important;
    border-radius: 18px !important;
}

.header_top_menu .sub-menu li,
.header_bottom_menu .sub-menu li {
    margin-bottom: 6px !important;
}

.header_top_menu .sub-menu li:last-child,
.header_bottom_menu .sub-menu li:last-child {
    margin-bottom: 0px !important;
}

.header_top_menu .sub-menu li a,
.header_bottom_menu .sub-menu li a {
    background-color: #EAF3FF !important;
    color: #1D57A4 !important;
    border-radius: 25px !important;
    padding: 9px 16px !important;
    border: none !important;
}

.header_top_menu .sub-menu li:hover a,
.header_bottom_menu .sub-menu li:hover a {
    background-color: #1D57A4 !important;
    color: #EAF3FF !important;
}

.header_bottom_menu .e--pointer-underline .elementor-item:after {
    border-radius: 5px !important;
}

.header_top_menu .sub-menu {
    transform: translateX(9px) !important;
}

.header_top_menu .opportunites a {
    display: flex !important;
    justify-content: space-between;
}

.header_top_menu .opportunites .text {
    flex-grow: 1;
    text-align: center;
}

.header_top_menu .opportunites .sub-arrow {
    flex: 0 0 85px;
    border-radius: 40px;
    background-color: #fff;
    fill: #EF3F37;
    margin: -1px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.header_top_menu .opportunites .sub-arrow svg {
    width: auto !important;
    height: 24px !important;
}

@media only screen and (max-width : 1399px) {

    .header_top_menu .marche a,
    .header_top_menu .opportunites a {
        font-size: 14px !important;
    }

    .header_top_menu .opportunites .sub-arrow {
        flex: 0 0 45px;
    }
}

@media only screen and (max-width : 1199px) {

    .header_wpml_widget {
        font-size: 12px !important;
    }

    .header_wpml_widget li a {
        padding: 2px 4px;
    }
}

.header_bottom_menu .marche,
.header_bottom_menu .opportunites {
    display: none !important;
}

@media only screen and (max-width : 1023px) {

    .header_bottom_menu .elementor-nav-menu--dropdown ul {
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        margin-bottom: 8px !important;
        padding-bottom: 8px !important;
    }

    .header_bottom_menu li {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
    }

    .header_bottom_menu li:hover,
    .header_bottom_menu li:active,
    .header_bottom_menu li:focus {
        background-color: transparent !important;
    }

    .header_bottom_menu li:hover a,
    .header_bottom_menu li:active a,
    .header_bottom_menu li:focus a {
        background-color: #EAF3FF !important;
        border-radius: 27px !important;
    }

    .header_bottom_menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
    .header_bottom_menu .elementor-nav-menu--dropdown .elementor-item.highlighted,
    .header_bottom_menu .elementor-nav-menu--dropdown .elementor-item:focus,
    .header_bottom_menu .elementor-nav-menu--dropdown .elementor-item:hover,
    .header_bottom_menu .elementor-sub-item.elementor-item-active,
    .header_bottom_menu .elementor-sub-item.highlighted,
    .header_bottom_menu .elementor-sub-item:focus,
    .header_bottom_menu .elementor-sub-item:hover {
        background-color: #EAF3FF;
        border-radius: 27px !important;
    }

    .header_bottom_menu li a {
        display: inline-flex !important;
    }

    .header_bottom_menu .marche,
    .header_bottom_menu .opportunites {
        display: flex !important;
    }

    .header_bottom_menu .marche a,
    .header_bottom_menu .opportunites a {
        display: flex !important;
        border-radius: 27px;
        transition: all .3s ease;
        width: auto !important;
        fill: #fff !important;
    }

    .header_bottom_menu li.marche:hover > a,
    .header_bottom_menu li.marche:active > a,
    .header_bottom_menu li.marche:focus > a,
    .header_bottom_menu li.opportunites:hover > a,
    .header_bottom_menu li.opportunites:active > a,
    .header_bottom_menu li.opportunites:focus > a {
        background-color: #000 !important;
        color: #fff !important;
        fill: #fff !important;
    }

    .header_bottom_menu .marche a {
        background-color: #1D57A4 !important;
        color: #fff !important;
    }

    .header_bottom_menu .opportunites a {
        background-color: #EF4036 !important;
        color: #fff !important;
    }

    .header_bottom_menu li {
        margin-bottom: 6px;
    }

    .header_bottom_menu li:last-child {
        margin-bottom: 0px;
    }

    .header_bottom_menu .marche .icon {
        display: inline-block;
        margin-right: 9px;
    }

    .header_bottom_menu .marche .icon svg {
        height: 20px;
        fill: #fff;
    }

    .header_bottom_menu .sub-menu {
        margin-top: 12px;
        padding-top: 9px !important;
    }

    .header_bottom_menu .opportunites a {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width : 1199px) {

    .header_sticky {
        position: relative;
    }
}

/* temoignages_carousel */

.temoignages_carousel .elementor-swiper-button {
    transform: translateY(-100%) !important;
    z-index: 1 !important;
}

.temoignages_carousel .swiper-pagination {
    transform: translateY(-100px) translateX(-50%) !important;
}

.temoignages_carousel .swiper-pagination-bullet {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    opacity: 1 !important;
}

.temoignages_carousel .swiper-pagination-bullet:hover {
    background-color: #EF4036 !important;
    border: 1px solid #fff !important;
    opacity: 1 !important;
}

.temoignages_carousel .swiper-pagination-bullet-active {
    background-color: #1D57A4 !important;
    border: 1px solid #fff !important;
    opacity: 1 !important;
}

.temoignages_carousel .swiper-pagination-bullet-active:hover {
    background-color: #1D57A4 !important;
    border: 1px solid #fff !important;
    opacity: 1 !important;
}

/* home */

.home_avantages_box .elementor-widget-icon {
    width: 86px !important;
    height: 86px !important;
    flex: 0 0 86px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.home_avantages_box .elementor-icon-wrapper {
    line-height: 0 !important;
}

.home_avantages_box .elementor-widget-icon svg {
    width: 62px !important;
    height: 62px !important;
    line-height: 0 !important;
}

.home_avantages_box .elementor-widget-heading {
    flex: 0 0 calc( 100% - 86px - 20px) !important;
}

/* Processus de franchise */

.etape_numero > .elementor-widget-container {
    width: 100px !important;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
}

.etape_numero .elementor-heading-title {
    padding-right: 3px;
}

@media only screen and (max-width : 767px) {

    .etape_numero > .elementor-widget-container {
        width: 70px !important;
        height: 70px !important;
    }

    .etape_numero .elementor-heading-title {
        padding-right: 3px;
        font-size: 40px !important;
    }

}

.pourquoi_choisir_box .elementor-widget-icon {
    width: 96px !important;
    height: 96px !important;
    flex: 0 0 96px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media only screen and (max-width : 767px) {

    .pourquoi_choisir_box .elementor-widget-icon {
        width: 66px !important;
        height: 66px !important;
        flex: 0 0 66%!important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* contactez_nous_form */

.contactez_nous_form .group {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactez_nous_form .full {
    flex: 0 0 100%;
    margin-bottom: 0.75em;
}

.contactez_nous_form .half {
    flex: 0 0 calc( 50% - 10px );
    margin-bottom: 0.5em;
}

.contactez_nous_form .third {
    flex: 0 0 calc( 33.333% - 10px );
    margin-bottom: 0.5em;
}

.contactez_nous_form p {
    margin: 0;
}

.contactez_nous_form p br {
    display: none;
}

.contactez_nous_form label,
.contactez_nous_form .label {
    display: block;
    margin: 0.75em 0 0.75em 0;
    width: 100%;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    font-size: 20px;
    color: #1D57A4;
}

.contactez_nous_form .required {
    color: #EF4036;
}

.contactez_nous_form input[type=text],
.contactez_nous_form input[type=email] {
    background-color: #EAF3FF;
    height: 70px;
    border-radius: 19px;
    width: 100%;
    border: 0px solid #000;
    padding: 12px 18px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 1.0;
    font-size: 20px;
    color: #3D3D3C;
}

.contactez_nous_form .methode_de_contact {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 24px;
}

.contactez_nous_form .methode_de_contact label {
    margin: 0;
}

.contactez_nous_form .franchise_ouvrir {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 24px;
}

.contactez_nous_form .franchise_ouvrir .wpcf7-list-item {
    flex: 0 0 100%;
}

.contactez_nous_form .franchise_ouvrir label {
    margin: 0;
}

.contactez_nous_form .franchise_province {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 0.75em;
    column-gap: 24px;
}

.contactez_nous_form .franchise_province .wpcf7-list-item {
    flex: 0 0 calc( 25% - 24px );
}

.contactez_nous_form .franchise_province label {
    margin: 0;
}

.contactez_nous_form .wpcf7-list-item {
    margin: 0;
}

.contactez_nous_form .wpcf7-list-item-label {
    color: #3D3D3C;
}

.contactez_nous_form input[type=submit] {
    background-color: rgb(239, 64, 54);
    border: 0px solid #000;
    border-radius: 50px;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.0;
    padding: 12px 80px;
    text-align: center;
    transition: all 0.3s ease;
}

.contactez_nous_form input[type=submit]:hover {
    background-color: #000;
    border: 0px solid #000;
    border-radius: 50px;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.0;
    padding: 12px 80px;
    text-align: center;
    transition: all 0.3s ease;
}

.contactez_nous_form .button p {
    display: flex;
    align-items: center;
}

.contactez_nous_form .wpcf7-not-valid-tip {
    color: #EF4036 !important;
    margin-top: 0.5em;
}

@media only screen and (max-width : 1199px) {

    .contactez_nous_form .franchise_province .wpcf7-list-item {
        flex: 0 0 calc( 33.333% - 24px );
    }

    .contactez_nous_form input[type=submit] {
        font-size: 18px;
    }

    .contactez_nous_form input[type=submit]:hover {
        font-size: 18px;
    }

    .contactez_nous_form label,
    .contactez_nous_form .label {
        font-size: 18px;
    }

    .contactez_nous_form input[type=text],
    .contactez_nous_form input[type=email] {
        height: 60px;
        padding: 12px 15px;
    }
}

@media only screen and (max-width : 1023px) {

    .contactez_nous_form .franchise_province .wpcf7-list-item {
        flex: 0 0 calc( 50% - 24px );
    }
}

@media only screen and (max-width : 767px) {

    .contactez_nous_form .half {
        flex: 0 0 100%;
    }

    .contactez_nous_form .third {
        flex: 0 0 100%;
    }

    .contactez_nous_form .third > p {
        display: flex;
        flex-direction: column-reverse;
    }

    .contactez_nous_form input[type=submit] {
        font-size: 16px;
    }

    .contactez_nous_form input[type=submit]:hover {
        font-size: 16px;
    }

    .contactez_nous_form label,
    .contactez_nous_form .label {
        font-size: 16px;
    }

    .contactez_nous_form input[type=text],
    .contactez_nous_form input[type=email] {
        height: 50px;
        padding: 9px 12px;
    }

    .contactez_nous_form .franchise_province .wpcf7-list-item {
        flex: 0 0 100%;
    }
}

/* histoires_loop_grid */

.histoires_loop_grid .e-loop-item {
    border-bottom: 2px solid #1D57A4;
}

.histoires_loop_grid .e-loop-item:last-child {
    border-bottom: 0px solid #1D57A4;
}

.anchor_offset {
    display: block;
    position: relative;
    top: -115px;
    visibility: hidden;
}



/* politique_text */

.politique_text h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
}

.politique_text p,
.politique_text blockquote,
.politique_text li,
.politique_text a {
    font-size: 20px !important;
    line-height: 1.3 !important;
}

@media only screen and (max-width : 1439px) {

    .politique_text h2 {
        font-size: 22px !important;
    }

    .politique_text p,
    .politique_text blockquote,
    .politique_text li,
    .politique_text a {
        font-size: 18px !important;
    }
}

@media only screen and (max-width : 767px) {

    .politique_text h2 {
        font-size: 18px !important;
    }

    .politique_text p,
    .politique_text blockquote,
    .politique_text li,
    .politique_text a {
        font-size: 16px !important;
    }
}

.policy_table {
    overflow-x:auto;
}

.policy_table table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: none;
    border-bottom: none;
}

.policy_table th {
    font-weight: 700;
    text-align: left;
    vertical-align: top;
    padding: 6px;
    border-top: none;
    border-left: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #eee;
}

.policy_table th:first-child {
    border-top: 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.policy_table td {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    padding: 6px;
    border-top: none;
    border-left: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

@media only screen and (max-width : 1023px) {

    .policy_table th {
        white-space: nowrap;
    }

    .policy_table td {
        white-space: nowrap;
    }
}



.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    align-items: flex-start;
}

.wpcf7-acceptance .wpcf7-list-item label input {
    flex: 0 0 12px;
    margin-right: 12px;
    margin-top: 4px;
}

.wpcf7-acceptance .wpcf7-list-item label span {
    flex: 0 0 calc( 100%- -12px- 12px )
}