:root {
    --primary-color: #2c264d;
    --second-color: #ffc843;
}

@font-face {
    font-family: gentySans;
    src: url("/wp-content/themes/dishup-child/assets/font/GentySans-Regular.woff");
}

body{
    font-family: Arial, Helvetica, sans-serif !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: gentySans, serif !important;
}

h2{
    font-size: 40px !important;
    padding-left: 0 !important;
}

a{
    transition: 0.3s all;
}

p{
    font-size: 17px;
}

a:hover,
a:hover span{
    color: var(--second-color) !important;
}

footer a{
    font-family: Arial, Helvetica, sans-serif !important;
}

.menu-item .item_text{
    color: #fff;
}

.has-custom-bottom-separator,
.has-custom-top-separator,
.has-custom-bottom-separator-black{
    position: relative;
}

.pt-80{
    padding-top: 80px!important; 
}
.pb-80{
    padding-bottom: 80px!important; 
}
.pt-120{
    padding-top: 120px!important; 
}
.pb-120{
    padding-bottom: 120px!important; 
}

header.edgtf-page-header .edgtf-menu-area{
    background-color: unset !important;
}

/*a.btn-custom{*/
/*    background-color: var(--second-color) !important;*/
/*    border: 1px solid var(--second-color) !important;*/
/*}*/
/*a.btn-custom:hover{*/
/*    background-color: transparent !important;*/
/*    border: 1px solid #fff;*/
/*}*/
/*.edgtf-btn.edgtf-btn-solid:not(.edgtf-btn-custom-border-hover).btn-custom:hover{*/
/*    background-color: transparent !important;*/
/*    border: 1px solid var(--second-color) !important;*/
/*}*/

/*#has-custom-top-separator{*/
/*    margin: 50px !important;*/
/*}*/

.has-custom-bottom-separator:before{
    content: '' !important;
    display: block !important;
    height: 50px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-image: url("/wp-content/uploads/2023/10/wave-haikei-1.svg");
    background-repeat: repeat;
    z-index: 999;
}

.has-custom-bottom-separator-black:before{
    content: '' !important;
    display: block !important;
    height: 50px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-image: url("/wp-content/uploads/2023/10/wave-haikei-4.svg");
    background-repeat: repeat;
    z-index: 999;
}

.has-custom-top-separator:after{
    content: '' !important;
    display: block !important;
    height: 50px;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%); 
    width: 100vw;
    background-image: url("/wp-content/uploads/2023/10/wave-haikei-2.svg");
    background-repeat: repeat;
    z-index: 999;
}

.bg-fixed{
    background-attachment: fixed;
    background-position: center;
}



.edgtf-section-title-holder .edgtf-st-subtitle{
    color: var(--second-color) !important;
    text-shadow: 0 0 16.49px var(--second-color) !important;
    margin-bottom: 30px !important;
}

#home-section-formules .edgtf-st-subtitle,
.home-section-transition .edgtf-st-subtitle{
    text-align: center !important;
}

.home-section-transition > .wpb_column:before,
#home-section-village-archery > .wpb_column:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    
} 

#home-section-formules h4,
#home-section-locations h4{
    color: #fff;
    margin-top: 20px;
}

#home-section-formules img,
#home-section-locations img{
    max-width: 115px;
    transition: all 0.3s;
}

.home-section-transition{
    text-align: center;
}

#home-section-formules .card-formule,
#home-section-locations .card-formule{
    text-align: center;
}

#home-section-formules .card-formule:hover img,
#home-section-locations .card-formule:hover img{
    transform: scale(1.1);
}

#home-section-formules ul,
#home-section-locations ul{
    list-style: none;
    margin-bottom: 15px;
}

#home-section-formules ul li,
#home-section-locations ul li {
    color: #fff;
    text-align: center !important;
}

#home-section-formules ul li strong,
#home-section-locations ul li strong{
    color: var(--second-color)
}

#home-section-formules a.edgtf-btn{
    padding: 10px 15px;
}

#home-section-village-archery,
#home-section-locations{
    text-align: center;
}

#home-section-village-archery a.edgtf-btn,
#home-section-locations a.edgtf-btn{
    margin-top: 20px;
}


#home-section-locations img{
    max-width: 115px;
}

.home-section-transition,
#home-section-village-archery{
    background-size: cover;
}

#home-section-contact .wrapper-input.nom-prenom,
#home-section-contact .wrapper-input.mail-tel,
#contact-section-contact .wrapper-input.nom-prenom,
#contact-section-contact .wrapper-input.mail-tel
{
    display: flex;
    justify-content: space-between;
}

#home-section-contact .wrapper-input.nom-prenom > div,
#home-section-contact .wrapper-input.mail-tel > div,
#contact-section-contact .wrapper-input.nom-prenom > div,
#contact-section-contact .wrapper-input.mail-tel > div{
    width: 49%;
}

#home-section-contact .wpcf7{
    display: flex;
    justify-content: center;
}

#home-section-contact form{
    width: 70%;
    text-align: center;
}

#home-section-contact form label{
    font-size: 18px;
}

.wpcf7-spinner{
    display: none !important;
}

#home-section-contact .btn,
#contact-section-contact .btn{
    background-color: var(--second-color) !important;
    border: 2px solid var(--second-color) !important;
}

#home-section-contact .btn:hover,
#contact-section-contact .btn:hover{
    background-color: transparent !important;
    border: 2px solid var(--second-color) !important;
    color:  var(--second-color)!important;;
}

#home-section-contact .radio-input label{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    margin-top: 10px;

}

#home-section-contact .radio-input label span,
#contact-section-contact .radio-input label span{
    margin-top: 10px;
}

#contact-section-contact input:not(input[type="submit"]){
    color: black;
    margin-bottom: 10px !important;
}

input[type='radio'] {
    height: 20px;
    width: 20px;
    accent-color: var(--second-color);
}

#contact-section-contact input:not(input[type="submit"]),
#contact-section-contact select{
    height: 45px;
}

#contact-section-contact textarea{
    max-height: 120px;
}

#contact-section-contact form .radio-input .wpcf7-list-item{
    margin-left: 0;
}

#contact-section-contact form .radio-input .wpcf7-list-item > label{
    display: flex;
    align-items: center;
    margin-right: 20px;
}

#contact-section-contact form .radio-input .wpcf7-list-item > label >span{
    margin: 0 0 0 5px;

}

#contact-section-contact h2{
    color: #fff;
}

#contact-section-contact .edgtf-icon-font-awesome{
    font-size: 30px;
}

#contact-section-contact .edgtf-icon-font-awesome.fa-phone{
    font-size: 40px;
}

#contact-section-contact .edgtf-icon-font-elegant{
    font-size: 40px;
}

.page-template .edgtf-title-holder{
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover;
}

.page-template .edgtf-title-holder:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#home-section-temmoignages,
#home-section-location{
    background-repeat: no-repeat;
    background-size: cover;
}

#home-section-temmoignages .vc_column-inner:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
}

.contact-location{
    color: #fff;
}

.text-contact-location{
    margin-left: 50px;
}

.text-contact-location ul li{
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
}

.text-contact-location ul li::marker{
    content: none;
}

.text-contact-location ul li::before{
    content:'';
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2023/10/arrow-1.svg');
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);

}

.edgtf-overlapping-image{
    display: none;
}


.animations-section .tir-a-arc-first-section .container-img{
    align-items: center !important;
}

.animations-section .tir-a-arc-first-section .vc_carousel-indicators li.vc_active{
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.animations-section .tir-a-arc-first-section .vc_carousel-indicators li{
    border-color: var(--second-color);
}

.animations-section .tir-a-arc-first-section .detail-formule-card li{
    position: relative;
    color: #fff;
    padding-left: 40px;
}

.animations-section .tir-a-arc-first-section .detail-formule-card li strong{
    color: var(--second-color);
}

.animations-section .tir-a-arc-first-section .detail-formule-card li::marker{
    content: none;
}

.animations-section .tir-a-arc-first-section .detail-formule-card li::before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2023/10/arrow-1.svg);
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.arc-certif strong, .passage-fleche strong{
    color: var(--second-color);
}

.ombrage{
    position: relative;
}

.ombrage:before{
    content: "";
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.edgtf-full-width-inner{
    padding-top: 0 !important;
}

.wpb_text_column table tbody{
    color: #fff !important;
}


#tir-a-arc,
#tir-a-arbalete,
#tir-a-sarbacane,
#tir-au-lance-pierre,
#archery-yag{
    position: relative !important;
}

.edgtf-mobile-logo-wrapper{
    display: none !important;
}

.edgtf-mobile-header .edgtf-mobile-menu-opener a .edgtf-mobile-menu-icon *{
    color: var(--second-color);
}

.edgtf-mobile-header-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
}

.widget.edgtf-opening-hours-widget{
    padding-top: 4px;
}

#home-section-contact h2{
    margin-top: 35px;
}

.container-card-formule{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.card-formule{
    min-width: 380px;
    margin-bottom: 30px;
}

#home-section-gallerie{
    padding-bottom: 80px;
}

#home-section-contact form .wrapper-input.nom-prenom{
    margin-top: 30px;
}

.page-id-16000 h2{
    color: var(--second-color);
}
.page-id-16000 li,
.page-id-16000 li a{
    color: #fff;
}

.page-id-15349 .edgtf-iwt-text{
    color: #ffffff !important;
}

.asterisque{
    color: #cdcaca;
    font-size: 13px;
}

.has-shape-bg {
    position: relative;
    
}

.page-id-16277 .left-part-infos li{
    position: relative;
    padding-left: 30px;
    color: #ffffff !important;
}

#section-packs{
    text-align: center;
}

#section-packs h4{
    color: #fff;
    margin-top: 20px;
}

.page-id-16277 .left-part-infos ul li{
    list-style: none !important;
}

.page-id-16277 .left-part-infos li::marker{
    content: "" !important;
}

.page-id-16277 .left-part-infos li::before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2023/10/arrow-1.svg);
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}


.page-id-16277 li span{
    margin-left: 20px;
    color: #fff !important;
}

page page-id-16277 li {
    color: #fff !important;
}

/*.has-shape-bg:after{*/
/*    content: '';*/
/*    width: 120%;*/
/*    height: 120%;*/
/*    position : absolute;*/
/*    top: -10%;*/
/*    left: -10%;*/
/*    background-image: url("/wp-content/uploads/2025/09/forme-3.svg");*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 1;*/
/*}*/


.has-shape-bg img{
    max-height : 450px;
    width: auto;
}

.has-picto{
    display: inline-block !important;
    width: auto !important;
    position:relative;
}

.has-picto:before{
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0px;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.has-picto.barbe:before{
    background-image: url('/wp-content/uploads/2025/09/cotton-candy.svg');
    transform: translate(102%, -50%);
}

.has-picto.pop:before{
    background-image: url('/wp-content/uploads/2025/09/popcorn.svg');
    transform: translate(102%, -50%) rotate(20deg);
}

.has-picto.granite:before{
    background-image: url('/wp-content/uploads/2025/09/slush-drink.svg');
    transform: translate(102%, -50%) rotate(20deg);
}

.has-picto.crepe:before{
    background-image: url('/wp-content/uploads/2025/09/crepe.svg');
    transform: translate(102%, -50%) rotate(20deg);
}

.formule-row{
    display:flex;
    align-items:stretch;
    
}

.formule-row .wpb_column{
    display: flex !important;
    align-items: center;
}



.formule-row img {
    max-width: 100px !important;
}

.formule-row .comparateur{
    font-size: 85px;
    font-family: 'Sacramento';
}

.comparateur.plus{
    vertical-align:middle !important;
}

.formule-row .strong-yellow{
    color: var(--second-color);
    
}

.formule-row .strong-txt{
    font-size: 48px;
    font-family: "gentySans";
}

@media screen and (max-width: 768px) {

    .home-first-section > div:first-of-type{
        margin-bottom: 30px;
    }

    .home-section-transition .edgtf-eh-item-content{
        padding:150px 30px!important;
    }

    .edgtf-st-subtitle{
        font-size: 60px !important;
    }

    body .edgtf-section-title-holder .edgtf-st-inner h2.edgtf-st-title{
        font-size: 30px !important;
    }
    body .edgtf-section-title-holder .edgtf-st-inner h3.edgtf-st-title{
        font-size: 24px !important;
    }

    .home-section-formules .edgtf-section-title-holder .edgtf-st-inner h2.edgtf-st-title{
        margin-top: 35px;
    }

    .home-section-formules .card-formule:not(:last-of-type),
    #home-section-locations .card-formule:not(:last-of-type){
        margin-bottom: 60px;
    }

    body .edgtf-row-grid-section{
        width: 90% !important;
    }

    body .edgtf-mobile-header-holder .edgtf-grid,
    body .edgtf-mobile-nav .edgtf-grid{
        width: 90% !important;
    }

    .home-section-transition .edgtf-eh-item-inner > .edgtf-eh-item-content{
        padding: 0 !important;
    }
    
    .home-section-transition > .wpb_column > .vc_column-inner{
        padding: 150px 20px;
    }

    #home-section-locations  > .wpb_column > .vc_column-inner > .wpb_wrapper{
        padding: 0 30px;
    }

    #home-section-locations  > .wpb_column > .vc_column-inner .plus-infos{
        margin-top: 0 !important;
    }

    #home-section-gallerie .edgtf-ig-image-inner{
        display: flex;
        justify-content: center;
    }

    #home-section-gallerie h2{
        margin-top: 40px;
    }

    #home-section-temmoignages .edgtf-eh-item-content{
        padding: 0 !important;
    }

    #home-section-temmoignages > .wpb_column > .vc_column-inner {
        padding: 120px 15px;
    }

    #home-section-temmoignages .edgtf-section-title-holder span.edgtf-st-subtitle{
        line-height: 52px;
    }

    #home-section-contact h2{
        margin-top: 40px;
    }

    #home-section-contact form{
        width: 100%;
    }

    section .content-section ul{
        padding-left: 0 !important;
    }

    .detail-infos-de-contact{
        padding-top: 30px;
    }

    .detail-infos-de-contact .edgtf-elements-holder .edgtf-eh-item-content{
        padding: 5px 25px 25px 0px !important;
    }

    #home-section-temmoignages .edgtf-st-inner{
        padding: 0 15px;
    }
    #home-section-temmoignages .edgtf-st-inner span{
        padding: 0 25px;
    }

    #qui-sommes-nous {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #qui-sommes-nous .home-first-section{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .section-contenu-legal{
        padding-top: 30px !important;
    }

    .bg-fixed{
        background-attachment: scroll !important;
    }

    .edgtf-section-title-holder .edgtf-st-subtitle{
        line-height: 1 !important;
    }

}


@media screen and (max-width: 1600px) {

    .home-section-transition .edgtf-eh-item-inner > .edgtf-eh-item-content{
    padding: 0 !important;
    }

    .home-section-transition > .wpb_column > .vc_column-inner{
    padding: 200px 20px;
    }

    #home-section-temmoignages .edgtf-eh-item-content{
    padding: 0 !important;
    }

    #home-section-temmoignages > .wpb_column > .vc_column-inner {
        padding: 120px 0;
    }

    
}

@media screen and (max-width: 1350px) {
    header.edgtf-page-header{
        display: none !important;
    }

    header.edgtf-mobile-header{
        display: block !important;
    }

    
}
@media screen and (max-width: 1200px) {

    .edgtf-single-image-holder.edgtf-has-shadow .edgtf-si-inner{
        box-shadow: none !important;
    }

    #home-first-section .text-container,
    #home-first-section .text-container span{
        text-align: center !important
    }

    #home-first-section .img-container .edgtf-si-inner{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .gallery-img-container .edgtf-ig-image-inner a{
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    section .content-section{
        padding-left: 10px;
        padding-right: 10px;
    }

    section .content-section,
    section .content-section span{
        text-align: center !important;
    }

    section .content-section ul{
        padding-left: 20%;
    }

    section .content-section ul li{
        text-align: left !important;
    }

    .html5_video_players{
        margin-top: 30px;
    }


    section .content-section .vc_carousel-inner {
        margin-top: 30px;
    }

    .animations-section .tir-a-arc-first-section .detail-formule-card li::before{
        top: 0 !important;
        transform: translateY(0) !important;
    }

    .animations-section.tir-a-arc .content-section,
    .animations-section.lancer-hache .content-section{
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

        .content-section{
        display: flex;
        flex-direction: column;
    }

    .content-section > div{
        width: 100%;
    }

    body .edgtf-title-holder.edgtf-has-bg-image{
        height: 450px !important;
    }

    .edgtf-wrapper-inner .edgtf-title-image,
    .edgtf-wrapper-inner .edgtf-title-image img{
        height: 100% !important;
        object-fit: cover;
    }

    #home-section-locations > .wpb_column > .vc_column-inner{
        padding: 0 20px; 
    }

    .arc-certif{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .arc-certif >div{
        width: 100%;
    }

    .passage-fleche{
        margin-bottom: 30px;
    }

    #contact-section-contact{
        padding-top: 30px !important;
        padding-bottom: 60px !important;
        
    }
    .has-shape-bg:after{
        content: none !important;
    }
    
    .formule-row{    
    flex-direction: column;
    align-items: center;
    gap: 50px;
    }
}

@media screen and (max-width: 1000px) {




    
}

@media screen and (max-width: 950px) {




    
}
@media screen and (max-width: 650px) {




    
}