/* media query */

#wpadminbar {
    display: none !important;
}

html {
    margin-top: 0 !important;
}

.logged-in .header {
    top: 0 !important;
}

@media (min-width:769px) {
    html {
        font-size: .5008333333333333vw;
    }

    .mob {
        display: none !important;
    }

    .desk {
        display: block !important;
    }

    .menu-footer ul.menu-bas-depage a:hover {
        text-decoration: underline;
    }

    .primary-btn-footer:hover {
        transform: scale(1.1);
    }

    /* Base button styling */
    .bounce_in,
    .container_form input[type="submit"] {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    /* Hover effect */
    .bounce_in:hover,
    .container_form input[type="submit"]:hover {
        transform: scale(1.2, 1.2);
        transition-timing-function: cubic-bezier(0.47, 2, 0.1, -0.9);
        -webkit-transform: scale(1.2, 1.2);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2, 0.1, -0.9);
        -moz-transform: scale(1.2, 1.2);
        -moz-transition-timing-function: cubic-bezier(0.47, 2, 0.1, -0.9);
    }

    .container_form input[type="submit"]:hover {
        background-color: #507F2D;
    }

    .item_obtenir:hover {
        animation: hang 0.5s infinite alternate ease;
        -webkit-animation: hang 0.5s infinite alternate ease;
        -moz-animation: hang 0.5s infinite alternate ease;
    }

    @keyframes hang {
        100% {
            transform: translateY(10px);
        }
    }

    @-webkit-keyframes hang {
        100% {
            -webkit-transform: translateY(10px);
        }
    }

    @-moz-keyframes hang {
        100% {
            -moz-transform: translateY(10px);
        }
    }

    .item_obtenir.active:hover {
        animation: none;
    }

    .grow {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .grow:hover {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
    }

    .form_holder a:hover {
        transform: scale(1.2, 1.2);
        /* transition-timing-function: cubic-bezier(0.47, 2, 0.1, -0.9); */
        -webkit-transform: scale(1.2, 1.2);
        /* -webkit-transition-timing-function: cubic-bezier(0.47, 2, 0.1, -0.9); */
        -moz-transform: scale(1.2, 1.2);
        /* -moz-transition-timing-function: cubic-bezier(0.47, 2, 0.1, -0.9); */
        background-color: #E95D08;
    }
}

@media (max-width:768px) {
    html {
        font-size: 2.415458937198068vw;
    }

    .desk {
        display: none !important;
    }

    .mob {
        display: block !important;
    }

    .centerPadding_5 {
        margin: 0 4%;
    }

    .centerPadding_8 {
        margin: 0 4%;
    }

    /* header */
    .header {
        height: 7.8rem;
        padding: 0 3rem;
    }

    .logo {
        width: 12.518rem;
        left: 1.154rem;
        top: 0.1rem;
    }

    .slogan {
        width: 15.3rem;
        height: auto;
        left: 54%;
        top: 0.9rem;
        transform: translateX(-50%) rotate(0);
        line-height: normal;
        border: none;
        background-color: transparent;
        border-radius: unset;
        box-shadow: none;
    }

    .slogan img {
        width: 100%;
    }

    body.zone2 .slogan,
    body.zone3 .slogan,
    body.zone4 .slogan,
    body.zone5 .slogan {
        top: 0;
        transform: translateX(-50%) rotate(0) scale(0.8);
    }

    .menu-principal {
        display: none;
    }

    .burger {
        width: 3.482rem;
    }

    .burger img {
        width: 100%;
        display: block;
    }

    /* fin header */
    /*  menu_mob */
    .menu_mob {
        position: fixed;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #ffffff;
        background-image: url(../images/welfarm_sortiederoute_form2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 105% 105%;
        text-align: center;
        transition: .3s;
        z-index: -1;
    }

    .menu_mob.active {
        z-index: 9996;
    }

    .close_menu {
        position: absolute;
        right: 2rem;
        top: 2rem;
        cursor: pointer;
        width: 3.4rem;
    }

    .close_menu img {
        width: 100%;
        display: block;
    }

    .close_menu i {
        font-size: 2rem;
    }

    .logo_form {
        width: 14.075rem;
    }

    .logo_form a {
        width: 100%;
        display: block;
    }

    .logo_form a img {
        width: 100%;
        display: block;
    }

    [id^="menu-primary-menu-"][id$="-1"] {
        padding: 0;
    }

    [id^="menu-primary-menu-"][id$="-1"] li {
        list-style: none;
        padding: 4rem 0;
        position: relative;
    }

    [id^="menu-primary-menu-"][id$="-1"] li::before {
        content: '';
        background-image: url(../images/line_menu.svg);
        background-size: contain;
        width: 100%;
        height: 0.799rem;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    [id^="menu-primary-menu-"][id$="-1"] li:last-child::before {
        content: none;
    }

    [id^="menu-primary-menu-"][id$="-1"] li a {
        font-size: 2rem;
        font-weight: 700;
        color: #000000;
        text-decoration: none;
    }

    [id^="menu-primary-menu-"][id$="-1"] li a:active {
        color: #E95D08;
    }

    /* fin menu_mob */
    /* accroche */
    .accroche {
        padding-top: 7.8rem;
        max-height: unset;
        min-height: unset;
    }

    .blc {
        width: 100%;
    }

    .slider_accroche {
        /* height: 100vh; */
    }

    .slider_accroche .slick-list {
        height: 100%;
    }

    .slider_accroche .slick-slide {
        width: 100%;
        height: 100vh;
        /* height: 100%; */
        object-fit: cover;
    }

    .bawah-arrow {
        width: auto;
        display: none;
    }

    .stop {
        font-size: 12.2rem;
        line-height: 1;
        padding-top: 0;
        margin-top: 3.7rem;
    }

    .page-template-page-custom .stop {
        font-size: 7.7rem;
    }

    .page-template-page-masa .stop {
        font-size: 6.5rem;
    }

    .title-h1 {
        width: 33rem;
        margin: 0.5rem auto 0 auto;
        font-size: 3rem;
        line-height: 1.27;
    }

    .btnDon_mob .btnDon {
        margin-top: 0;
        font-size: 2.6rem;
        padding: 1.2rem 2rem;
        z-index: 9992;
    }

    /* fin accroche */
    /* mettons_fin */
    .mettons_fin {
        background-image: none;
        padding: 0;
    }

    .mettons_fin .centerPadding_5 {
        padding-top: 0;
        margin: 0;
    }

    .container_mettons_fin {
        background-color: #F5F5F5;
    }

    .sld_image,
    .video_holder {
        width: 36.394rem;
        height: 21.699rem;
        left: unset;
        top: unset;
        transform: none;
        position: relative;
        margin: 3rem auto 0;
    }

    .container_mettons_fin h2 {
        font-size: 4rem;
        line-height: 1.05;
    }

    .paragraphe_met_fin {
        height: 30rem;
        overflow: hidden;
        transition: .3s;
    }

    .paragraphe_met_fin.affiched {
        height: auto;
    }

    .container_mettons_fin p {
        font-size: 1.8rem;
        display: inline-block;
        white-space: inherit;
        overflow: unset;
        margin: 0 0 10px 0;
        visibility: visible;
    }

    .typewriter {
        display: inline-block;
        white-space: inherit;
        overflow: unset;
        margin: 0 0 10px 0;
        visibility: visible;
    }

    .container_mettons_fin p.active::after,
    .typewriter {
        content: none;
        animation: none;
    }

    .lire_la_suite {
        display: block;
        font-size: 1.8rem;
        line-height: 150%;
        color: #000000;
        margin: 2rem auto;
        text-decoration: underline;
        text-align: center;
        cursor: pointer;
        transition: .3s;
    }

    .paragraphe_met_fin.affiched~.lire_la_suite {
        display: none !important;
    }

    .container_mettons_fin h3 {
        margin-top: 3rem;
        text-align: center;
        line-height: 1.05;
    }

    /* fin mettons_fin */
    /* .revendication */
    .revendication {
        padding: 4rem 0;
    }

    .revendication .centerPadding_5 {
        margin: 0 5rem;
    }

    .item_obtenir {
        padding: 1.9rem 3.1rem 4.9rem;
        margin-bottom: 5.8rem;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
        border-radius: 1rem;
    }

    .container_revendication h2 {
        font-size: 4rem;
        line-height: 1.05;
    }

    .container_revendication p {
        font-size: 1.6rem;
        width: 100%;
        margin-top: 2rem;
    }

    .item_obtenir:last-child p {
        width: 100%;
    }

    .open_obtenir {
        position: absolute;
        left: 50%;
        bottom: -2.5rem;
        transform: translateX(-50%);
        width: 5rem;
        height: 5rem;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    }

    .container_body_obtenir::after {
        width: 100%;
        background-size: contain;
    }

    .container_body_obtenir {
        flex-direction: column;
    }

    .pic_obtenir {
        width: 100%;
    }

    .head_obtenir h3 {
        font-size: 1.8rem;
        text-align: center;
    }

    /* fin .revendication */
    /* revision */
    .revision {
        padding: 4rem 0;
    }

    .revision .centerPadding_5,
    .actions .centerPadding_5 {
        margin: 0 7%;
    }

    .container_revision h2 {
        font-size: 4rem;
    }

    .container_revision p {
        font-size: 1.8rem;
    }

    /* fin .revision */
    /* .actions */
    .actions {
        padding: 4rem 0;
    }

    .container_actions h2 {
        font-size: 4rem;
    }

    .container_actions p {
        font-size: 1.8rem;
    }

    .blc_actions {
        width: 31.4rem;
        margin: 0 auto;
        /* padding: 3.7rem 4rem 11.6rem 4rem; */
    }

    .item_actions {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .pic_actions {
        height: 15rem;
        margin-bottom: 1.2rem;
    }

    .container_body_actions {
        text-align: center;
    }

    .categorie {
        text-align: left;
    }

    .container_body_actions h3 {
        font-size: 2.8rem;
        text-align: left;
        margin-bottom: 1rem;
    }

    .container_actions p {
        font-size: 1.6rem;
        text-align: left;
    }

    .btnDon {
        padding: 1.65rem 2rem;
    }

    .left_arrow,
    .right_arrow {
        width: 3.184rem;
        height: 3.184rem;
    }

    .blc_dots_arrow {
        width: 100%;
    }

    .left_arrow i,
    .right_arrow i {
        font-size: 2rem;
    }

    /* fin .actions */
    /* blc_form_petition */
    .blc_form_petition {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: .3s;
        z-index: -1;
    }

    .blc_form_petition.active {
        z-index: 9996;
    }

    .container_form {
        position: relative;
        top: unset;
        right: unset;
        transform: none;
        width: 100%;
        height: 100%;
    }

    .blc_form_petition1,
    #wpcf7-f124-o1 form {
        position: relative;
    }

    #wpcf7-f124-o1 form {
        right: unset;
        top: unset;
        transform: unset;
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-size: 105% 105%;
        padding: 3.8rem 2rem 2.8rem;
    }

    #wpcf7-f124-o1 form.invalid {
        height: 100%;
    }

    body.bottom .blc_form_petition1,
    body.bottom #wpcf7-f124-o1 form {
        transform: unset;
    }

    .normal-input .wpcf7-form-control-wrap~label {
        left: 0;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
    }

    .container_form .wpcf7.js {
        height: 100%;
    }

    #wpcf7-f124-o1 form.sent {
        height: 100vh;
        background-size: 105% 105%;
    }

    #wpcf7-f124-o1 form.sent .form_valide {
        height: 100%;
    }

    #wpcf7-f124-o1 form.sent .form_valide h2 {
        font-size: 3.9rem;
        text-align: center;
    }

    #wpcf7-f124-o1 form.sent .form_valide h3 {
        font-size: 2.3rem;
    }

    #wpcf7-f124-o1 form.sent .form_valide p {
        font-size: 1.8rem;
    }

    #wpcf7-f124-o1 form.sent .form_valide .form_media {
        gap: 1.5rem 1rem;
    }

    /* #wpcf7-f124-o1 form h2 {
        order: 3;
        text-align: left;
        line-height: 1.15;
        width: 100%;
    }
    #wpcf7-f124-o1 form h3 {
        order: 4;
    } */
    #wpcf7-f124-o1 form h4 {
        order: 2;
        margin: 1rem 0 3rem;
    }

    .container_form input[type="submit"] {
        order: 5;
        position: absolute;
        bottom: 1.5rem;
    }

    .content_form {
        order: 1;
    }

    .close_form {
        position: absolute;
        width: 3.406rem;
        right: 2rem;
        top: 3rem;
        cursor: pointer;
        z-index: 9995;
    }

    .close_form i {
        font-size: 2rem;
    }

    .close_form img {
        width: 100%;
        display: block;
    }

    .normal-input2 {
        margin-top: 0;
    }

    .input-holder {
        margin-bottom: 2rem;
    }

    .normal-input .wpcf7-form-control-wrap:focus-within~label,
    .normal-input .wpcf7-form-control-wrap.active~label {
        top: 0;
    }

    .checkbox-holder p input {
        width: 3.1rem;
        height: 3.1rem;
        outline: 0;
        border: 0;
    }

    .checkbox-holder p label[for="checkbox"]::before {
        padding: 0;
        /* border: 2px solid #000000; */
        width: 3.1rem;
        height: 3.1rem;
        position: absolute;
        z-index: 9992;
        border-radius: 0.5rem;
    }

    .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked {
        accent-color: #000000;
    }

    .text_label {
        display: inline-block;
        padding-left: 4.5rem;
    }

    .text_label a {
        color: #000000;
        text-decoration: none;
    }

    .container_form h2 {
        font-size: 4rem;
    }

    /* fin blc_form_petition */
    /*  footer */
    footer {
        padding: 2.6rem 3.189rem 11rem;
    }

    .logo_footer {
        width: 16.776rem;
        order: 1;
        margin-bottom: 2rem;
    }

    .primary-btn-footer {
        order: 2;
        font-size: 3.736rem;
    }

    footer {
        flex-direction: column;
        /* justify-content: center; */
        text-align: center;
    }

    .blc_label {
        width: 100%;
        order: 4;
        margin-bottom: 2rem;
    }

    .label_don {
        width: 12.421rem;
    }

    .blc_label p {
        width: 21.6rem;
        text-align: left;
    }

    .copy {
        width: auto;
        order: 5;
    }

    .copy p {
        font-size: 1.6rem;
    }

    .menu-footer ul.menu-bas-depage a {
        font-size: 1.5rem;
    }

    .menu-footer ul.menu-bas-depage li::after {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .socialMed {
        width: 100%;
        order: 3;
        margin: 3.5rem 0;
    }

    .share {
        width: 5.689rem;
        height: 5.689rem;
    }

    /* fin footer */
    .btnDon_mob {
        z-index: 9992;
    }

    .credit_popup {
        width: 39REM;
        height: AUTO;
        background-size: cover;
        z-index: 9998;
        padding: 7rem 2rem 2rem;
        text-align: center;
    }

    .credit_popup h2 {
        font-size: 3.7rem !important
    }

    .credit_popup h3 {
        font-size: 3rem !important;
    }

    .credit_popup .close::before,
    .credit_popup .close::after {
        top: -17px !important;
        left: 32px !important;
    }

    .frise_date p br {
        display: none;
    }

    .accroche_reglementeuropeen .blc {
        width: 100%;
    }

    .accroche_reglementeuropeen .stop {
        font-size: 7rem;
        margin-top: 6rem;
    }

    .accroche_reglementeuropeen_content {
        width: 100%;
        padding: 2rem;
    }

    .accroche_reglementeuropeen_content h1 {
        font-size: 4rem;
        line-height: 1.05;
    }

    .accroche_reglementeuropeen_content p,
    .accroche_reglementeuropeen_content p * {
        font-size: 1.8rem;
    }

    .accroche_reglementeuropeen {
        height: auto;
        min-height: 100vh;
        padding-bottom: 9rem;
    }

    .accroche_reglementeuropeen .slider_accroche .slick-slide,
    .accroche_reglementeuropeen .slick-track {
        height: 100%;
    }

    .frise {
        /* display: none; */
    }

    .frise .blc {
        width: 100%;
    }

    .frise_date {
        padding: 1.5rem 1rem;
        display: block;
        width: calc(100% - 8%);
        margin: 0 auto 3rem auto !important;
    }

    .frise_date h3 {
        font-size: 4rem;
        margin-bottom: 0.25rem;
        line-height: 90%;
    }

    .frise_date h3 br {
        display: none;
    }

    .frise_date p {
        font-size: 1.8rem;
        line-height: 150%;
    }

    .frise_date p strong {
        font-size: 2rem;
    }

    .frise .centerPadding_5 {
        margin: 0 auto;
    }

    .frise_dates {
        padding-top: 5rem;
        padding-bottom: 7rem;
    }

    .frise_fissure {
        display: none !important;
    }

    .frise .centerPadding_5:nth-child(3) {
        margin: 0 4%;
    }

    .blc2 {
        width: 100%;
    }

    .a_venir_title {
        font-size: 4rem;
        line-height: 1.05;
        margin-bottom: 0rem;
        margin-top: 2.2rem;
    }

    .a_venir_description {
        font-size: 3rem;
    }

    .a_venir_box {
        width: 100%;
        padding: 1.5rem 1rem;
        margin-bottom: 3rem;
    }

    .a_venir_box p {
        font-size: 1.8rem;
        line-height: 150%;
        margin-top: 0;
    }

    .a_venir_box p strong {
        font-size: 2rem;
    }

    .a_venir_holder {
        padding-bottom: 5rem;
    }

    .a_venir2 {
        padding-left: 0;
    }

    .a_venir2 img {
        display: none;
    }

    .a_venir_title2 {
        font-size: 3.8rem;
        line-height: 1.05;
        margin-bottom: 1rem;
    }

    .a_venir_description2 {
        font-size: 1.8rem;
        line-height: 150%;
        margin-top: 0;
    }

    .frise {
        padding-bottom: 5rem;
    }

    .retour_haut {
        z-index: 9993;
    }

    .form_holder::after {
        display: none;
    }

    .form_holder {
        right: unset;
        top: unset;
        transform: unset;
        width: auto;
        height: 100%;
        background-size: 105% 105%;
        padding: 0 2rem;
        overflow: auto;
    }

    .form_holder h2 {
        margin-bottom: 1rem;
    }

    .form_holder p {
        margin-bottom: 2rem;
    }

    .form_holder li {
        margin-bottom: 1.5rem;
    }

    .form_holder a {
        margin-top: 2rem;
    }

    .form_holder a {
        font-size: 2.8rem;
        width: 28rem;
        padding-left: 0;
        padding-right: 0;
    }

    body.bottom .form_holder {
        transform: unset;
    }

    .proca-widget {
        padding: 3rem 3rem;
        min-width: 39rem;
        max-height: 80vh;
    }

    .proca_close {
        top: 10px;
        right: 10px;
    }
}

@media (max-width:768px) and (max-height:611px) {}

@media (max-width:320px) {}