@font-face {
    font-family: 'Montserrat';
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/mon/Montserrat-Thin.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/mon/Montserrat-Light.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/mon/Montserrat-Regular.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/mon/Montserrat-Medium.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/mon/Montserrat-SemiBold.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/mon/Montserrat-Bold.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'PassionOne';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/PassionOne-Regular.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'DK Boris Brush';
    src: url(../fonts/DK-Boris-Brush/DK-Boris-Brush.ttf) format("truetype");
    font-display: swap;
    text-transform: uppercase;
}

@font-face {
    font-family: 'brushtones';
    font-weight: 400;
    src: url(../fonts/brushtones.ttf) format("truetype");
    font-display: swap;
    text-transform: uppercase;
}

:root {
    font-family: "Montserrat";
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
:after,
:before {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    /* background-image: url(../images/backProvisoir.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input:focus,
a:focus {
    outline: none;
}

.centerPadding_5 {
    margin: 0 15.6rem;
    position: relative;
}

.mettons_fin .centerPadding_5 {
    padding-top: 26rem;
}

.centerPadding_7 {
    margin: 0 7%;
}

.centerPadding_8 {
    margin: 0 8%;
}

.centerPadding_9 {
    margin: 0 9%;
}

.desk {
    display: block !important;
}

.mob {
    display: none !important;
}

.colorOrange {
    color: #E95D08 !important;
}

.textBold {
    font-weight: 700;
}

.textBlack {
    font-weight: 900;
}


/* header */

.header {
    padding: 1.1rem 3rem;
    height: 9rem;
    position: relative;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9995;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}

.logged-in .header {
    top: 32px;
}

.logo {
    width: 16.4rem;
    position: absolute;
    top: -0.9rem;
    left: 3rem;
}

.logo a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.logo a img {
    height: 100% !important;
    width: 100% !important;
    display: block;
}

.slogan {
    text-align: center;
    text-transform: uppercase;
    width: 23.7rem;
    height: 14.6rem;
    line-height: 1;
    line-height: 5rem;
    position: absolute;
    left: 31%;
    top: 67%;
    transform: rotate(-10deg);
    border: 1.1rem solid #E95D08;
    background-color: #FFFFFF;
    border-radius: 2rem;
    cursor: pointer;
    color: #47474A;
    left: 41.6rem;
    top: 3.4rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.slogan h1 {
    font-size: 7.4rem;
    font-family: 'PassionOne';
    font-weight: 400;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
}

.slogan h1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: #47474A;
    height: 100%;
    text-decoration: none;
}

.slogan h1::after {
    content: '';
    width: 20.9rem;
    height: 13rem;
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(../images/bg.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(6deg) translateY(1.4rem) translateX(-50%);
}

.small_slogan {
    font-family: 'PassionOne';
    font-weight: 400;
    font-size: 4.8rem;
    display: block;
}

.menu-principal .menu-header {
    list-style: none;
}

.menu-principal .menu-header li {
    display: inline-block;
}

.menu-principal .menu-header li a {
    color: #3F3F3F;
    text-decoration: none;
    font-size: 1.8rem;
    margin-right: 2rem;
    transition: .3s;
    font-weight: 600;
}

.header-p {
    color: #3F3F3F;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-style: italic;
    font-weight: 600;
    margin: 0 auto 0 64rem;
    transition: .3s;
}

body.zone2 .header-p,
body.zone3 .header-p,
body.zone4 .header-p,
body.zone5 .header-p {
    margin-left: 60rem;
}

.menu-principal .menu-header li a:hover {
    color: #E95D08;
}

.title_menu_mob {
    font-size: 1.9rem;
    font-style: italic;
    text-align: center;
    padding: 0 5rem;
    font-weight: 700;
}


/* fin header */


/**** container_page ****/

.container_page {
    position: relative;
}


/* accroche */

.accroche {
    width: 100%;
    height: 100vh;
    max-height: 108rem;
    min-height: 108rem;
    padding-top: 9rem;
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.blc {
    width: 86rem;
    text-align: center;
}

.accroche_reglementeuropeen .blc {
    width: 94.8rem;
}

.accroche .blc {
    position: relative;
    z-index: 1;
}

.slider_accroche {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.stop {
    display: block;
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 29.7rem;
    line-height: 23rem;
    color: #E95D08;
    padding-top: 15rem;
    text-transform: uppercase;
}

.accroche_reglementeuropeen .stop {
    color: #ffffff;
    font-size: 11rem;
    line-height: 100%;
    margin-bottom: 5rem;
    text-align: center;
    text-transform: initial;
}

h1 {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 3.5rem;
    color: #3F3F3F;
    margin: 3rem 0 8rem;
}


/* fin accroche */


/* mettons_fin */

.mettons_fin {
    background-color: #F8F8F8;
    background-position: center;
    background-size: contain;
    background-image: url(../images/welfarm_sortiederoute_la_petition.jpg);
    padding: 0 0 12rem 0;
    position: relative;
}

.container_mettons_fin {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    text-align: left;
    border-radius: 1rem;
    background-color: #ffffff;
    padding: 4rem 5rem;
}

.container_mettons_fin h2 {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 4.8rem;
    text-transform: uppercase;
    color: #E95D08;
    margin-bottom: 2.9rem;
}

.container_mettons_fin p {
    font-size: 2rem;
    line-height: 150%;
    color: #000000;
    margin: 0 auto 2rem auto;
}

.container_mettons_fin p:last-child {
    margin-bottom: 0;
}

.container_mettons_fin h3 {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 2.6rem;
    margin-bottom: 2.9rem;
    margin-top: 2.9rem;
    text-transform: uppercase;
    color: #E95D08;
}


/* animation text */

.container_mettons_fin .p,
.typewriter {
    display: inline-block;
    white-space: pre-wrap;
    overflow: hidden;
    margin: 0 0 10px 0;
    visibility: hidden;
}

.container_mettons_fin p.active::after,
.typewriter {
    content: "";
    animation: blink .8s step-end infinite;
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}


/* fin mettons_fin */


/* revendication */

.revendication {
    background-color: #ffffff;
    padding: 10rem 0;
}

.container_revendication {
    text-align: left;
}

.container_revendication h2 {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 4.8rem;
    text-transform: uppercase;
    color: #26646E;
    margin-bottom: 1.7rem;
}

.container_revendication p {
    font-size: 2.2rem;
    line-height: 140%;
    margin: 0 auto;
    font-weight: 600;
    color: #000000;
}

.blc_obtenir {
    width: 100%;
    margin: 2.8rem auto 0 auto;
}

.item_obtenir {
    padding: 1.9rem 4.1rem 1.9rem 3rem;
    background-color: #26646E;
    border-radius: 3rem;
    color: #ffffff;
    min-height: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2.8rem;
    position: relative;
}

.item_obtenir:last-child {
    margin-bottom: 0;
}

.head_obtenir {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.head_obtenir h3 {
    font-size: 2rem;
    line-height: 130%;
    font-weight: 700;
    margin: 0;
    width: 47rem;
    text-transform: uppercase;
}

.item_obtenir:last-child h3 {
    width: 60rem;
}

.body_obtenir {
    display: none;
}

.container_body_obtenir {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.5rem;
    position: relative;
    margin-top: 2rem;
}

.container_body_obtenir::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translateX(-50%); */
    /* width: 67.6rem; */
    width: 87%;
    height: 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/welfarm_sortiederoute_ligne1.svg);
}

.pic_obtenir {
    width: 32.75rem;
    margin-right: 2.5rem;
}

.pic_obtenir img {
    width: 100%;
    border-radius: 1rem;
}

.body_obtenir p {
    font-size: 1.6rem;
    line-height: 130%;
    font-weight: 400;
    margin: 0 auto 0 0;
    color: #ffffff;
    width: 32.8rem;
    font-weight: 500;
}

.item_obtenir:last-child p {
    width: 37.1rem;
}

.open_obtenir {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    transition: .3s;
}

.open_obtenir i {
    font-size: 3.5rem;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.item_obtenir.active .cloned_minus {
    transform: translate(-50%, -50%) rotate(90deg);
}

.open_obtenir img {
    display: block;
    width: 100%;
}

.open_obtenir img:last-child {
    display: none;
}

.item_obtenir.active .open_obtenir img:first-child {
    display: none;
}

.item_obtenir.active .open_obtenir img:last-child {
    display: block;
}


/* fin revendication */


/* revision */

.revision {
    background-color: #97BE0C;
    padding: 10rem 0;
}

.container_revision {
    text-align: left;
}

.container_revision h2 {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 4.85rem;
    line-height: 4.85rem;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 1rem;
}

.container_revision p {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 140%;
    color: #000000;
}

.container_revision p b {
    font-weight: 600;
}

.image-revision {
    width: 100%;
}

.image-revision img {
    width: 100%;
    display: block;
}


/* fin revision */


/* actions */

.actions {
    padding: 15rem 0;
    background-color: #F8F8F8;
    background-position: center;
    background-size: contain;
    background-image: url(../images/welfarm_sortiederoute_la_petition.jpg);
}

.container_actions {
    text-align: left;
    position: relative;
}

.container_actions h2 {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 4.8rem;
    text-transform: uppercase;
    color: #507F2D;
}

.container_actions p {
    font-size: 2.2rem;
    color: #414141;
    font-weight: 700;
    margin: 0 auto 3rem auto;
}

.blc_actions {
    padding: 4rem 4rem 11.6rem 4rem;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    padding-right: 0;
    padding-left: 0;
}

.item_actions {
    padding-left: 4rem;
    padding-right: 4rem;
}

.pic_actions {
    width: 100%;
    margin-bottom: 3.2rem;
}

.pic_actions img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.categorie {
    font-size: 1rem;
    font-weight: 700;
}

.body_actions {
    /* margin-top: 2rem; */
}

.categorie {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.4rem;
    display: block;
}

.container_body_actions h3 {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 3.4rem;
    margin-bottom: 2.6rem;
    text-transform: uppercase;
}

.container_body_actions p {
    font-size: 1.8rem;
    line-height: 120%;
    font-weight: 400;
    margin: 0 auto;
}

.btnDon {
    display: inline-flex;
    font-size: 2.4rem;
    font-weight: 900;
    text-decoration: none;
    padding: 2rem;
    text-transform: uppercase;
    border-radius: 6rem;
    color: #ffffff;
    margin-top: 2.6rem;
    font-family: 'PassionOne';
    font-weight: 400;
}

.first .btnDon {
    background-color: #507F2D;
}

.second .btnDon {
    background-color: #3080B6;
}

.third .btnDon {
    background-color: #E95D08;
}

.orange_backColor {
    background-color: #507F2D;
}

.blue_backColor {
    background-color: #3080B6;
}

.green_backColor {
    background-color: #E95D08;
}

.orange_color {
    color: #507F2D;
}

.blue_color {
    color: #3080B6;
}

.green_color {
    color: #E95D08;
}

.first .body_actions h3 {
    color: #507F2D;
}

.second .body_actions h3 {
    color: #3080B6;
}

.third .body_actions h3 {
    color: #E95D08;
}


/* .slick-slide:nth-child(1) {
    color: #E95D08;
    }
    
    .slick-slide:nth-child(2) {
        color: #3080B6;
        }
        
        .slick-slide:nth-child(3) {
            color: #507F2D;
            } */

.blc_dots_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4rem;
    z-index: 1;
}

.left_arrow,
.right_arrow {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.2rem solid;
    cursor: pointer;
}

.left_arrow i,
.right_arrow i {
    font-size: 2.8rem;
}

.first .left_arrow,
.first .right_arrow {
    color: #507F2D;
    border-color: #507F2D;
}

.second .left_arrow,
.second .right_arrow {
    color: #3080B6;
    border-color: #3080B6;
}

.third .left_arrow,
.third .right_arrow {
    color: #E95D08;
    border-color: #E95D08;
}

.dots_blc {
    margin: 0 2rem;
}


/* Dots slick */

.blc_dots_arrow.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.blc_dots_arrow .slick-dots {
    position: relative !important;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
    text-align: center;
}

.blc_dots_arrow .slick-dots li {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    padding: 0;
    cursor: pointer;
}

.blc_dots_arrow .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.blc_dots_arrow .slick-dots li button:hover,
.blc_dots_arrow .slick-dots li button:focus {
    outline: none;
}

.blc_dots_arrow .slick-dots li button:hover:before,
.blc_dots_arrow .slick-dots li button:focus:before {
    opacity: 1;
}

.blc_dots_arrow .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blc_dots_arrow .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

.blc_dots_arrow.first .slick-dots li.slick-active button::before {
    background-image: url('../images/dots-active-green.png');
}

.blc_dots_arrow.second .slick-dots li.slick-active button::before {
    background-image: url('../images/dots-active-blue.png');
}

.blc_dots_arrow.third .slick-dots li.slick-active button::before {
    background-image: url('../images/dots-active-orange.png');
}

.blc_dots_arrow.first .slick-dots li button:before {
    background-image: url('../images/dots-green.png');
}

.blc_dots_arrow.second .slick-dots li button:before {
    background-image: url('../images/dots-blue.png');
}

.blc_dots_arrow.third .slick-dots li button:before {
    background-image: url('../images/dots-orange.png');
}

.blc_dots_arrow .slick-dots li button:before {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 2rem;
    height: 2rem;
    content: "";
    color: #fff;
}


/* fin Dots slick */


/* fin actions */


/* btnDon_mob */

.btnDon_mob {
    position: fixed;
    bottom: 2rem;
    width: 100%;
    text-align: center;
}

.btnDon_mob .btnDon {
    background-color: #E95D08;
}


/* fin btnDon_mob */


/* blc_form_petition */

.blc_form_petition1,
#wpcf7-f124-o1 form {
    position: fixed;
    right: 15.8rem;
    top: 50%;
    transform: translateY(calc(-50% + 4.5rem));
    width: 60.5rem;
    /* height: 75.2rem; */
    padding: 4.8rem 8rem;
    background-image: url(../images/welfarm_sortiederoute_form.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* display: flex; */
    transition-duration: 0.3s;
    justify-content: center;
    align-items: center;
}

.blc_form_petition1::after,
#wpcf7-f124-o1 form::after {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    width: calc(100% - 3.5rem);
    height: calc(100% - 1.5rem);
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
    z-index: -1;
}

.container_form h2 {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 4.4rem;
    text-align: center;
    text-transform: uppercase;
    color: #E95D08;
    margin-bottom: 1.6rem;
}

.container_form h3 {
    font-size: 2rem;
    line-height: 120%;
    text-align: left;
    font-weight: 700;
    color: #000000;
    margin: 0 auto;
}

.container_form p {
    margin: 0 auto;
}

.petitionForm .champs {
    width: 100%;
    background-color: transparent;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 1.5rem;
    padding: 0.8rem;
}

.envoi_petition {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E95D08;
    color: #ffffff;
    font-size: 2rem;
    border: 0;
    outline: 0;
    border-radius: 2rem;
    padding: 1rem 0;
    margin: 2rem 0;
    cursor: pointer;
}

.pen {
    width: 1.5rem;
    margin-right: 1rem;
    filter: invert(100%);
}

.blc_consentement {
    width: 100%;
}


/* fin blc_form_petition */


/**** fin container_page ****/


/* footer */

footer {
    background-color: #000000;
    padding: 2.6rem 4.7rem 2.6rem 8rem;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_footer {
    width: 15.4rem;
    display: block;
}

.logo_footer img {
    width: 100%;
    display: block;
    filter: brightness(0) invert(1);
}

.copy {
    width: 45.4rem;
}

.menu-footer ul.menu-bas-depage {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
}

.menu-footer ul.menu-bas-depage li {
    display: inline-block;
}

.menu-footer ul.menu-bas-depage a {
    color: #ffffff;
    font-size: 2rem;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-footer ul.menu-bas-depage li::after {
    content: 'I';
    font-weight: 500;
    font-size: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.menu-footer ul.menu-bas-depage li:last-child::after {
    display: none;
}

.socialMed {
    width: 26.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy p {
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 500;
}

.share {
    width: 5rem;
    height: 5rem;
    background-color: #97BE0C;
    color: #ffffff;
    font-size: 2.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.blc_label {
    width: 44rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label_don {
    width: 6rem;
}

.label_don img {
    width: 100%;
    display: block;
}

.blc_label p {
    width: 35.6rem;
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0;
}


/* fin footer */

.title-h1 {
    font-size: 5.9rem;
    line-height: 100%;
    color: #ffffff;
    text-align: center;
    margin: 8rem auto 0 auto;
    width: 68rem;
    text-transform: uppercase;
}

.sld_image {
    height: 48rem;
}

.sld_image,
.video_holder {
    overflow: hidden;
    width: 86rem;
    display: block;
    border-radius: 1rem;
    margin: 0;
    position: absolute;
    top: -28.4rem;
    left: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    /* transform: translateY(-28.4rem); */
}

.sld_image .slick-track,
.sld_image .slick-list {
    height: 100%;
}

.video_holder {
    height: 48.5rem;
}

.video_holder iframe,
.video_holder video {
    width: 100%;
    height: 100%;
}

.primary-btn-footer {
    background-color: #A10515;
    color: #ffffff;
    text-align: center;
    font-size: 4rem;
    text-transform: uppercase;
    font-family: 'PassionOne';
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4rem;
    height: 7.6rem;
    border-radius: 5rem;
    text-decoration: none;
    transition-duration: 0.3s;
}

.input-holder {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
}

.container_form .input-holder * {
    margin: 0;
}

.input-holder:last-child {
    margin-bottom: 0;
}

.input-holder input[type="text"],
.input-holder input[type="email"] {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000000;
    font-size: 1.8rem;
    padding: 1rem;
    text-align: left;
    font-weight: 400;
}

.normal-input .wpcf7-form-control-wrap~label {
    position: absolute;
    bottom: 0.7rem;
    left: 1rem;
    font-size: 1.8rem;
    transition-duration: 0.3s;
    font-weight: 400;
    z-index: 2;
}

.normal-input .wpcf7-form-control-wrap:focus-within~label,
.normal-input .wpcf7-form-control-wrap.active~label {
    font-size: 1.4rem;
    bottom: 3rem;
}

.input-holder select {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: none;
    border-bottom: 1px solid #000000;
    padding: 1rem 0.2rem;
    font-size: 1.8rem;
    text-align: left;
    font-weight: 400;
    border-radius: 0.0001rem;
    color: #000000;
    font-family: "Montserrat";
    /*  */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background-image: url(../images/Arrow.svg);
    background-size: 1.8rem 1.2rem;
    background-repeat: no-repeat;
    background-position: center right 1rem; */
}

.input-holder select option {
    font-size: 1.8rem;
    text-align: left;
    font-weight: 400;
}

.select-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1.8rem;
    height: 1.2rem;
    pointer-events: none;
    background-image: url(../images/Arrow.svg);
    background-size: 1.8rem 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}


/* Rotate arrow when select is focused */


/* .select-wrapper:focus-within::after{ */

.select-wrapper.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.wpcf7-not-valid-tip {
    text-align: right;
    position: absolute;
    top: calc(100% + 1.3rem);
    right: 0;
    font-size: 1.6rem;
    font-family: "Montserrat";
}

.checkbox-holder .wpcf7-form-control-wrap #checkbox .wpcf7-list-item-label {
    display: none;
}

.checkbox-holder br {
    display: none;
}

.checkbox-holder p {
    display: flex;
}

.checkbox-holder p label[for="checkbox"] {
    font-family: "Montserrat";
    font-size: 1.4rem;
    line-height: 120%;
    font-weight: 400;
}

.checkbox-holder p label[for="checkbox"]::before {
    content: '';
    padding: 0 16px 0 0;
}

.checkbox-holder p input {
    position: absolute;
    z-index: 1;
    top: -2px;
    left: 0;
}

.container_form h4 {
    font-family: "Montserrat";
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.6rem;
}

.container_form h4 span {
    color: #E95D08;
    font-size: 3.4rem;
    font-family: "Montserrat";
    font-weight: 700;
}

.container_form input[type="submit"] {
    font-size: 4rem;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'PassionOne';
    font-weight: 400;
    background-color: #E95D08;
    border-radius: 5rem;
    padding: 0 4rem;
    height: 6.4rem;
    border: none;
    transition-duration: 0.3s;
    cursor: pointer;
    margin-top: 1.6rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.container_form .wpcf7-spinner {
    position: absolute;
    right: 3rem;
    bottom: 6.5rem;
    margin: 0;
}

.wpcf7-response-output {
    display: none !important;
}

.container_form {
    height: 63.7rem;
    /* overflow: hidden; */
}

.checkbox-holder {
    margin-bottom: 1.6rem;
}

.normal-input2 {
    margin-top: 1.6rem;
}

body.bottom .blc_form_petition1,
body.bottom #wpcf7-f124-o1 form {
    transform: translateY(calc(-50% - 7.5rem));
}

.trigger {
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transform: translateY(calc(-50% - 10rem));
    width: 1px;
    opacity: 0;
}

.trigger.trigger0 {
    transform: translateY(calc(-50% + 15rem));
}

section {
    position: relative;
}

body.zone2 .menu-principal .menu-header li:nth-child(1) a,
body.zone3 .menu-principal .menu-header li:nth-child(2) a,
body.zone4 .menu-principal .menu-header li:nth-child(3) a,
body.zone5 .menu-principal .menu-header li:nth-child(4) a {
    color: #E95D08;
}

.text_for {
    display: none !important;
}

body.page-template-page-petition .text_for.petition_text {
    display: inline !important;
}

body.page-template-page-masa .text_for.masa_text {
    display: inline !important;
}

body.page-template-reglementeuropeen .text_for.reglementeuropeen_text {
    display: inline !important;
}

.title-animate {
    opacity: 0;
    transform: translateY(-6rem);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.del-2 {
    transition-delay: 0.2s;
}

.del-3 {
    transition-delay: 0.3s;
}

.del-4 {
    transition-delay: 0.4s;
}

.del-5 {
    transition-delay: 0.5s;
}

.del-6 {
    transition-delay: 0.5s;
}

.title-animate.in-view {
    opacity: 1;
    transform: translateY(0);
}

.slogan {
    transition-duration: 0.3s;
}

body.zone2 .slogan,
body.zone3 .slogan,
body.zone4 .slogan,
body.zone5 .slogan {
    top: -1.5rem;
    transform: rotate(-10deg) scale(0.6);
}


/* Arrow Button 
	-----------------------------------*/

.bawah-arrow {
    display: inline-block;
    text-align: center;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 86rem;
    cursor: pointer;
}

.bawah-arrow i {
    font-size: 6rem;
    line-height: 5rem;
    color: #ffffff;
}

.bawah-arrow:hover,
.bawah-arrow:focus {
    text-decoration: none;
}


/* Arrow Bouncing */

.bawah-arrow span {
    display: inline-block;
    font-size: 6rem;
    line-height: 6rem;
    animation: .7s down infinite alternate;
    -webkit-animation: .7s down infinite alternate;
}


/***Animation Arrow down***/

@keyframes down {
    0% {
        transform: translateY(-0.5rem)
    }
    100% {
        transform: translateY(1rem)
    }
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(-0.5rem)
    }
    100% {
        -webkit-transform: translateY(1rem)
    }
}


/* .accroche .blc {
    position: relative;
} */

.slick-list {
    overflow: initial;
}

.blc_actions {
    overflow: hidden;
}


/* .slick-slide{
    margin: 0 4rem;
 } */

#wpcf7-f124-o1 form.sent h2,
#wpcf7-f124-o1 form.sent h3,
#wpcf7-f124-o1 form.sent .input-holder,
#wpcf7-f124-o1 form.sent .input-holder *,
#wpcf7-f124-o1 form.sent h4,
#wpcf7-f124-o1 form.sent input[type="submit"],
#wpcf7-f124-o1 form.sent .wpcf7-spinner,
#wpcf7-f124-o1 .form_valide {
    display: none;
}


/* valide form */

#wpcf7-f124-o1 form.sent {
    background-image: url(../images/welfarm_sortiederoute_form2.png);
    height: 55.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#wpcf7-f124-o1 form.sent .form_valide,
#wpcf7-f124-o1 form.sent .form_valide * {
    display: block;
}

#wpcf7-f124-o1 form.sent .form_valide {
    padding: 0 0;
}

#wpcf7-f124-o1 form.sent .form_valide h2,
.merci-wrapper .form_holder h2 {
    color: #000000;
    font-size: 5.7rem;
    line-height: 100%;
    margin-bottom: 0.9rem;
}

#wpcf7-f124-o1 form.sent .form_valide h3,
.merci-wrapper .form_holder h3 {
    font-family: 'brushtones';
    font-weight: 400;
    text-align: center;
    color: #000000;
    font-size: 3rem;
    line-height: 120%;
    margin-bottom: 2.6rem;
}

#wpcf7-f124-o1 form.sent .form_valide p,
.merci-wrapper .form_holder p {
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    color: #000000;
    font-size: 1.8rem;
    line-height: 120%;
    margin-bottom: 0;
}

#wpcf7-f124-o1 form.sent .form_valide .form_media,
.merci-wrapper .form_holder .form_media {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.6rem;
    flex-wrap: wrap;
}

#wpcf7-f124-o1 form.sent .form_valide .form_media a,
.merci-wrapper .form_holder .form_media a {
    display: block;
    background-color: #3080B6;
    color: #ffffff;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.7rem;
    padding: 0;
    font-size: 3rem;
    transition-duration: 0.3s;
}

#wpcf7-f124-o1 form.sent::after {
    width: calc(100% - 2.6rem);
    height: calc(100% - 1.3rem);
}

.bg_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: 998;
    display: none;
}

.bg_popup.active {
    display: block;
}

.credit_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-image: url(../images/welfarm_sortiederoute_form2.png);
    width: 60.5rem;
    height: 55.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}

.credit_popup.active {
    display: flex;
}

.credit_popup::after {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    width: calc(100% - 2.6rem);
    height: calc(100% - 1.3rem);
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
    z-index: -1;
}

.credit_popup h2 {
    color: #000000;
    font-size: 7.7rem;
    line-height: 100%;
    margin-bottom: 3rem;
    font-family: 'brushtones';
    font-weight: 400;
    color: #E95D08;
    text-transform: uppercase;
}

.credit_popup h3 {
    font-family: 'brushtones';
    font-weight: 400;
    text-align: center;
    color: #000000;
    font-size: 4rem;
    line-height: 120%;
    margin-bottom: 0;
}

.credit_popup .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.credit_popup .close:hover {
    opacity: 1;
}

.credit_popup .close:before,
.credit_popup .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.credit_popup .close:before {
    transform: rotate(45deg);
}

.credit_popup .close:after {
    transform: rotate(-45deg);
}

.container_form {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.accroche_reglementeuropeen_content {
    width: 80.4rem;
    border-radius: 1rem;
    background-color: #ffffff;
    padding: 3.2rem 4.8rem;
    position: relative;
    margin: 0 auto;
}

.accroche_reglementeuropeen_content h1 {
    font-size: 6.8rem;
    line-height: 100%;
    margin: 0 auto 2.2rem auto;
    color: #739642;
}

.accroche_reglementeuropeen_content p {
    margin-bottom: 1rem;
    color: #000000;
}

.accroche_reglementeuropeen_content p,
.accroche_reglementeuropeen_content p * {
    font-size: 2rem;
    line-height: 150%;
}

.accroche_reglementeuropeen_content p:last-child {
    margin-bottom: 0;
}

.accroche_reglementeuropeen_content_btn {
    width: 6.4rem;
    height: 5.7rem;
    background-image: url(../images/polygon_bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 50%;
    transform: translateX(-50%);
    animation: moveArrow 1.5s infinite ease-in-out;
}

@keyframes moveArrow {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) translateY(10px);
        opacity: 0.7;
    }
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

.accroche_reglementeuropeen_content_btn:hover {
    animation-play-state: paused;
}

.section_test {
    height: 200vh;
}

.retour_haut {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    z-index: 1000;
    transition-duration: 0.3s;
    display: none;
}

.retour_haut:hover {
    transform: scale(1.1);
}

.retour_haut.show {
    display: block;
}

.frise {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/frise.png);
    overflow: hidden;
    padding: 0 0 12.7rem 0;
}

.frise_before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
    opacity: 0;
    opacity: 1;
    display: none;
}

.frise .blc {
    width: 89rem;
}

.frise .centerPadding_5:nth-child(3) {
    margin: 0 7.6rem;
}

.frise_dates {
    width: 100%;
    margin: 0 auto 0 0;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 97.5%;
    /* background-image: url(../images/chemin_frise.png); */
    /* background-image: url(../images/chemin_frise_a.png); */
    background-image: url(../images/chemin_frise_b.png);
    padding: 9rem 0 0 0;
}

.frise_date {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    padding: 2rem 4rem;
    display: inline-block;
    margin-bottom: 10.1rem;
}

.frise_date h3 {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 6rem;
    line-height: 100%;
    margin-bottom: 0.8rem;
}

.frise_date h3 sup {
    font-size: 4rem;
}

.frise_date p {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 0;
    margin-top: 0;
}

.frise_date p strong {
    font-size: 3.2rem;
    font-family: 'brushtones';
    font-weight: 400;
}

.rouge {
    color: #A10515 !important;
}

.orange {
    color: #E95D08 !important;
}

.blue {
    color: #3080B6 !important;
}

.frise_fissure {
    position: absolute;
    top: 10rem;
    left: 1rem;
    width: 41.3rem;
    display: none;
}


/* 1 */

.frise_fissure_1 {
    top: 27.5rem;
    left: 28rem;
    transform: rotate(10deg);
}

.frise_date:nth-child(1) {
    margin-right: 11rem;
}


/* 2 */

.frise_fissure_2 {
    top: 62rem;
    left: 2rem;
    transform: rotate(12.5deg);
    width: 51.3rem;
}

.frise_date:nth-child(2) {
    margin-left: 37rem;
}


/* 3 */

.frise_fissure_3 {
    top: 106.5rem;
    left: -6rem;
    transform: rotate(12deg);
    width: 47.3rem;
}

.frise_date:nth-child(3) {
    margin-right: 25rem;
}


/* 4 */

.frise_fissure_4 {
    top: 153.5rem;
    left: 54rem;
    transform: rotate(11deg);
}

.frise_date:nth-child(4) {
    margin-left: 35rem;
}


/* 5 */

.frise_fissure_5 {
    top: 188.1rem;
    left: -7rem;
    transform: rotate(13deg);
    width: 57rem;
}

.frise_date:nth-child(5) {
    margin-right: -5rem;
    margin-bottom: 13rem;
}


/* 6 */

.frise_fissure_6 {
    top: 240.5rem;
    left: 5rem;
    transform: rotate(13deg);
}

.frise_date:nth-child(6) {
    margin-right: 35rem;
}


/* 7 */

.frise_fissure_7 {
    top: 283.4rem;
    left: 26rem;
    transform: rotate(12deg);
}

.frise_date:nth-child(7) {
    margin-left: 8rem;
}


/* 8 */

.frise_fissure_8 {
    top: 322.7rem;
    left: 21rem;
    transform: rotate(12deg);
}

.frise_date:nth-child(8) {
    margin-right: 42rem;
}


/* 9 */

.frise_fissure_9 {
    top: 359.7rem;
    left: 32rem;
    transform: rotate(12deg);
}

.frise_date:nth-child(9) {
    margin-left: 15rem;
}


/* 10 */

.frise_fissure_10 {
    top: 401.7rem;
    left: 13rem;
}

.frise_date:nth-child(10) {
    margin-right: 17.5rem;
    margin-bottom: 16.7rem;
}


/*  */

.a_venir_title {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 5.8rem;
    line-height: 100%;
    text-align: center;
    margin-bottom: 0;
    color: #000000;
    margin-top: 8.2rem;
    text-transform: uppercase;
}

.a_venir_description {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 100%;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    color: #000000;
}

.blc2 {
    width: 103.6rem;
}

.a_venir_box {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    width: 80.4rem;
    padding: 2rem 4rem;
    border-radius: 1rem;
    margin: 0 auto 4.6rem auto;
}

.a_venir_box:last-child {
    margin-bottom: 0;
}

.a_venir_box p {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-weight: 500;
}

.a_venir_box strong {
    font-size: 3.2rem;
    font-family: 'brushtones';
    font-weight: 400;
}

.a_venir_holder {
    padding-bottom: 15rem;
}

.a_venir_title2 {
    font-family: 'brushtones';
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 100%;
    text-align: left;
    margin-bottom: 1.6rem;
    color: #739642;
    text-transform: uppercase;
}

.a_venir2 {
    position: relative;
    padding-left: 5rem;
}

.a_venir_description2 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 0;
    color: #000000;
}

.a_venir2 img {
    width: 5.7rem;
    display: block;
    position: absolute;
    right: 6rem;
    top: 54%;
    transform: translateY(-50%);
    animation: moveArrow2 1.5s infinite ease-in-out;
}

@keyframes moveArrow2 {
    0% {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateY(-50%) translateX(10px);
        opacity: 0.7;
    }
    100% {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }
}

.a_venir2 img:hover {
    animation-play-state: paused;
}

.form_holder {
    position: fixed;
    right: 15.8rem;
    top: 50%;
    transform: translateY(calc(-50% + 4.5rem));
    width: 60.5rem;
    /* height: 75.2rem; */
    padding: 4.8rem 5.8rem;
    background-image: url(../images/welfarm_sortiederoute_form.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    transition-duration: 0.3s;
    justify-content: center;
    align-items: center;
    min-height: 71.2rem;
    flex-direction: column;
}


/* .form_holder *:not(.form_holder h2), .form_holder *:not(.form_holder ul), .form_holder *:not(.form_holder ul li){
    padding: 4.8rem 8rem;

} */

.form_holder h2 {
    color: #507F2D;
    margin-bottom: 2rem;
}

.form_holder p {
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: 4rem;
}

.form_holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form_holder li {
    font-size: 1.8rem;
    line-height: 120%;
    margin-bottom: 2.2rem;
    color: #000000;
    position: relative;
    padding-left: 3.5rem;
}

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

.form_holder li::before {
    color: #507F2D;
    font-size: 4rem;
    font-family: 'brushtones';
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.form_holder li:nth-child(1):before {
    content: '1';
}

.form_holder li:nth-child(2):before {
    content: '2';
}

.form_holder li:nth-child(3):before {
    content: '3';
}

.form_holder li:nth-child(4):before {
    content: '4';
}

.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.form_holder a {
    background-color: #507F2D;
    color: #ffffff;
    font-size: 4rem;
    line-height: 90%;
    font-family: 'PassionOne';
    font-weight: 400;
    display: inline;
    text-decoration: none;
    padding: 1rem 4rem;
    border-radius: 5rem;
    text-align: center;
    text-transform: uppercase;
    width: 38.2rem;
    margin-top: 4rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.form_holder::after {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    width: calc(100% - 3.5rem);
    height: calc(100% - 1.5rem);
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
    z-index: -1;
}

body.bottom .form_holder {
    transform: translateY(calc(-50% - 7.5rem));
}

.page-template-page-masa .form_holder a {
    width: auto;
    font-size: 4rem;
    padding: 1rem 1rem;
}

.page-template-page-custom .stop {
    font-size: 12.7rem;
    line-height: 1.1;
}

.page-template-page-masa .stop {
    font-size: 8.7rem;
    line-height: 1.1;
}

.page-template-page-custom .title-h1 {
    margin: 2rem auto 0 auto;
}

.proca-widget {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    transform: translate(-50%, -50%) scale(1);
    padding: 3rem 5rem;
    border-radius: 2rem;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
    min-width: 75rem;
    /* min-width: 700px; */
}

.proca_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    display: none;
}

.proca-Proca1 {
    display: none !important;
}


/*
Source - https://stackoverflow.com/a
Posted by Zubair Saif
Retrieved 2025-11-27, License - CC BY-SA 3.0
*/

.proca_close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 1;
    cursor: pointer;
}

.proca_close:hover {
    opacity: 1;
}

.proca_close:before,
.proca_close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #FFFFFF;
}

.proca_close:before {
    transform: rotate(45deg);
}

.proca_close:after {
    transform: rotate(-45deg);
}