    @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Montserrat:wght@100;300;500;600;700&display=swap');
    @font-face {
        font-family: Didot;
        src: url(../fonts/Didot.eot);
        src: url(../fonts/Didot.eot?#iefix) format("embedded-opentype"), url(../fonts/Didot.woff2) format("woff2"), url(../fonts/Didot.woff) format("woff"), url(../fonts/Didot.ttf) format("truetype"), url(../fonts/Didot.svg#Didot) format("svg");
        font-weight: 400;
        font-style: normal
    }
    
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }
    
    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    
     ::placeholder {
        opacity: 0.4 !important;
        text-transform: uppercase;
    }
    
    a {
        text-decoration: none !important;
    }
    
    ul {
        margin: 0px;
    }
    
    body {
        margin: 0;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
    }
    .msgbox{
        padding: 0 20px;
    }
    .ucontainer {
        width: 95%;
        margin: 0px auto;
    }
    
    .sectionTitle {
        font-size: 2.5rem;
        color: black;
        font-weight: 500;
    }
    
    .sectionTitle span {
        font-weight: bolder;
    }
    
    .btn-urban,
    .btn-urban-black {
        color: white;
        background-color: transparent !important;
        background-image: url(../img/btnBg.png);
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        border: none;
        outline: none !important;
        display: inline-block;
        padding: 0 15px;
        line-height: 26px;
        min-width: 150px;
        text-decoration: none !important;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        z-index: 100;
        position: relative;
    }
    
    nav .btn-urban-home {
        min-width: auto;
        padding: 0px 20px;
    }
    
    .btn-reserve {
        position: relative;
        top: 32px;
        left: -193px;
        font-size: 12px;
        min-width: 187px;
        text-align: center;
    }
    
    .select-urban {
        position: relative;
        width: 130px;
    }
    
    .select-urban select,
    .bg-orange {
        background: #f77a01;
        border: #f77a01 solid 1px;
        color: white;
    }
    
    .select-urban::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-image: url(../images/bg-orange.png);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 100%;
        z-index: -1;
        background-image: url(../img/btnBg.png);
    }
    
    .btn-urban-black {
        background-image: url(../img/btnBgBlack.png);
    }
    
    a.btn-urban-black:hover {
        color: #e06a13;
    }
    
    .openTime {
        font-size: 12px;
        text-align: center;
    }
    
    .btn-urban span.icon {
        margin-left: 8px;
    }
    
    a.btn-urban:hover {
        color: white;
    }
    
    .uTitle {
        font-weight: 600;
    }
    
    .unavbar {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: black !important;
        z-index: 10;
    }
    
    .unavbar::after,
    .nav-principal::after {
        content: '';
        position: absolute;
        left: 0px;
        width: 100%;
        background-image: url(../img/navbar-top.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 90%;
        top: 70%;
        background-position-y: bottom;
        z-index: -1;
    }
    
    .unavbar .navbar-content {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 25px 0px 0px;
        min-height: 90px;
    }
    
    .unavbar .navbar-content .logo {}
    
    .unavbar .navbar-content .parcs-select {
        /* align-self: flex-end; */
        /* position: relative;
    top: 20px; */
    }
    
    .unavbar .navbar-content .parcs-select .openTime {
        color: white;
        text-align: center;
        font-size: 14px;
    }
    
    .openTime span {
        color: #E36727;
        font-weight: 600;
    }
    
    .unavbar .navbar-content .logo {
        position: relative;
        width: 100%;
    }
    
    .unavbar .navbar-content .logo img {
        width: calc(100% + 30px);
        object-fit: cover;
        position: absolute;
        top: -50px;
        left: -30px;
    }
    
    .unavbar .navbar-content .menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
    }
    
    .unavbar .navbar-content .menu.menu-parc {
        align-items: flex-end;
        flex-direction: column;
    }
    
    .unavbar .navbar-content .menu.menu-parc .btn-urban {
        margin: 10px 30px 0px 0px;
    }
    
    ul.navbar-nav,
    ul.footer-menu-list {
        display: flex;
        justify-content: space-around;
        /* align-items: center; */
        list-style: none;
        margin-right: 20px;
    }
    
    ul.footer-menu-list li,
    ul.navbar-nav li {
        position: relative;
        padding: 0px 4px;
    }
    
    ul.navbar-nav li:not(li:last-child)::after,
    ul.footer-menu-list li:not(li:last-child)::after {
        content: '';
        position: absolute;
        height: 17px;
        width: 1px;
        background: #ffffff70;
        right: 0;
        top: 4px;
    }
    
    ul.footer-menu-list ul li a,
    ul.navbar-nav ul li a {
        color: white;
        font-weight: 300;
        font-size: 14px;
        padding: 0 12px;
        text-transform: uppercase;
    }
    
    ul.footer-menu-list li a.active,
    ul.navbar-nav li a.active {
        color: #E36727;
    }
    
    .hero-section {
        height: 100vh;
        overflow: hidden;
    }
    
    .hero-section .rev_slider_wrapper {
        overflow: hidden !important;
    }
    
    .slide-content {
        position: relative;
        height: 150vh;
        background: #00000090;
        width: 50vw;
        backdrop-filter: blur(15px);
        transform: translateX(85%) rotate(8deg) !important;
        white-space: normal;
    }
    
    .slide-content .content {
        position: absolute;
        top: 50%;
        /* left: 5%; */
        left: 0%;
        width: 70%;
        color: white;
        transform: rotate(-8deg) !important;
    }
    
    .slide-content .content .btn-urban {
        margin: 15px 0px;
        font-size: 18px !important;
        padding: 15px 35px !important;
        text-align: center;
    }
    
    .secSection {
        margin: 45px 0px;
    }
    
    .secSection .side {
        width: 100%;
        /* height: 650px; */
    }
    
    .secSection .side:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 1.3rem;
    }
    
    .secSection .side:first-child p {
        text-align: left;
        margin: 25px 0px;
    }
    
    .side:first-child .btn-urban {
        padding: 15px 60px;
    }
    
    .side .content.urbanImg {
        width: 85%;
        overflow: hidden;
        position: relative;
        margin: 0px auto;
        /* height: 100%; */
        height: 350px;
        border-radius: 35px;
    }
    
    .side .content.urbanImg::after {
        content: '';
        width: 95%;
        height: 20px;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #00000090;
        border-radius: 50%;
        filter: blur(5px);
    }
    
    .side .content.urbanImg img {
        /* width: 100%; */
        max-height: 93%;
        object-fit: cover;
        border-radius: 35px;
    }
    
    footer {
        background: rgb(252, 142, 33);
        background: linear-gradient(90deg, rgba(252, 142, 33, 1) 0%, rgba(252, 165, 48, 1) 21%, rgba(252, 165, 48, 1) 71%, rgba(252, 142, 33, 1) 100%);
        height: 300px;
        margin-top: 140px;
        position: relative;
    }
    
    footer::before {
        content: '';
        position: absolute;
        left: 0px;
        width: 100%;
        background-image: url(../img/footer-orange.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        bottom: 10%;
        background-position-y: top;
    }
    
    footer .ucontainer {
        position: relative;
        height: 110%;
        width: 100%;
    }
    
    footer .ucontainer .logo {
        position: absolute;
        top: -25%;
        left: 5%;
        width: 20%;
        max-width: 270px;
        min-width: 150px;
    }
    
    footer .ucontainer .logo img {
        width: 100%;
    }
    
    footer .ucontainer .side {
        position: absolute;
        right: 5%;
        top: -20%;
        z-index: 5;
    }
    
    footer .ucontainer .side .btn-urban-black {
        font-size: 1.2rem;
        padding: 20px 60px;
    }
    
    footer .ucontainer .side p {
        color: white;
        margin: 5px 0px;
        font-size: 1.1rem;
        font-weight: 500;
    }
    
    footer .ucontainer .side p i {
        margin-right: 15px;
        transform: rotate(90deg);
    }
    
    footer .ucontainer .socials {
        position: absolute;
        left: 50%;
        top: 5%;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-around;
        align-items: center;
        z-index: 5;
    }
    
    .franchise-social .socials {
        font-size: 50px;
    }
    
    footer .ucontainer .socials a,
    .franchise-social .socials a {
        font-size: 1.6rem;
        background-color: black;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 10px;
    }
    
    footer .ucontainer .socials a i {
        color: rgba(252, 165, 48, 1);
    }
    
    .franchise-social .socials a {
        display: inline-block;
        margin: 0px;
    }
    
    .franchise-social .socials a i {
        color: #fff;
        font-size: 25px;
        padding: 12px;
    }
    
    footer .ucontainer .footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        color: white;
        background-color: color(srgb 0.0631 0.0515 0.014);
    }
    
    footer .ucontainer .footer::before {
        content: '';
        position: absolute;
        left: 0px;
        width: 100%;
        background-image: url(../img/footer-black.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        bottom: 96%;
        background-position-y: top;
    }
    
    footer .footer-menu {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 15px 0px;
    }
    
    footer .footer-menu ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        list-style: none;
        /* margin-right: 20px; */
    }
    
    footer .footer-menu ul li {
        margin: 3px 15px;
        position: relative;
    }
    
    footer .footer-menu ul li:not(li:last-child)::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background: #ffffff70;
        right: -15px;
    }
    
    footer .footer-menu ul li a {
        color: white;
    }
    
    .parcsection {
        /* height: 400px; */
        padding-top: 200px;
        padding-bottom: 45px;
        text-align: center;
        position: relative;
        background: rgb(252, 142, 33);
        background: linear-gradient(90deg, rgba(252, 142, 33, 1) 0%, rgba(252, 165, 48, 1) 21%, rgba(252, 165, 48, 1) 71%, rgba(252, 142, 33, 1) 100%);
    }
    
    .parcsection>div::after {
        content: '';
        position: absolute;
        height: 50px;
        width: 100%;
        background-position-y: bottom;
        z-index: -5;
        left: 0px;
        bottom: -30px;
        background-image: url(../img/or.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    /* .parcsection::after {
        content: '';
        position: absolute;
        left: 0px;
        width: 100%;
        background-image: url(../img/or.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        top: 10%;
        background-position-y: bottom;
    } */
    /* .parcsection .content {
        position: absolute;
        left: 50%;
        top: 65%;
        transform: translate(-50%);
        z-index: 1;
        color: white;
        text-align: center;
    } */
    
    .parcsection .content .sectionTitle {
        color: white;
        font-weight: 300;
    }
    
    .parcsection .content p {
        font-size: 1.1rem;
        text-transform: uppercase;
        font-weight: 300;
    }
    
    .slideDownBtn {
        color: white;
        border: none;
        outline: none;
        padding: 0;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        line-height: 50px;
        text-align: center;
        background-color: #E36727;
    }
    
    .parcsection .slideDownBtn {
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    
    .parcs-options {
        margin-top: 100px;
    }
    
    .parcs-options .map {
        border-radius: 30px;
        overflow: hidden;
    }
    
    .parcs-options .map::after,
    .pages .img-shadow::after,
    .parcs-options .option2::after,
    .actus-jump .card::after,
    .accueil-actus .card::after,
    .contact-urban .map::after,
    .devenir-franchise .image-definition::after,
    .franchise .img-activity::after {
        content: '';
        width: 95%;
        height: 10px;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #00000090;
        border-radius: 50%;
        filter: blur(5px);
        z-index: -1;
    }
    /* script1 */
    
    .pages img::after,
    .actus-jump .card::after {
        bottom: -8px;
        width: 92%;
    }
    
    .pages .img-shadow::after {
        bottom: -13px;
        width: 100%;
        z-index: 0;
    }
    
    .franchise-activite .image-definition::after {
        width: 75%;
        bottom: -32px;
        left: 40%;
    }
    
    .franchise .img-activity::after {
        width: 90%;
        bottom: 14px;
        left: 50%;
        z-index: 2;
    }
    
    .franchise .franchise-activite .img-activity::after {
        width: 73%;
        bottom: -10px;
    }
    
    .franchise .franchise-activite .image-definition::after {
        width: 100%;
        bottom: -67px;
    }
    
    .franchise .franchise-details .img-activity::after {
        width: 100%;
        bottom: -10px;
    }
    
    .franchise .devenir-franchise .img-activity::after {
        width: 96%;
        bottom: 12px;
    }
    
    .parcs-options .parcs-list {
        display: flex;
        flex-direction: column;
        max-height: 510px;
        overflow-y: auto;
        padding-top: 20px;
    }
    
    .parcs-options .parcs-list::-webkit-scrollbar {
        width: 8px;
        background-color: #efefef;
    }
    
    .parcs-options .parcs-list::-webkit-scrollbar-thumb {
        background-color: #E46E2E;
        border-radius: 10px;
    }
    
    .parcs-options .option2 {
        position: relative;
        overflow: hidden;
    }
    
    .parcs-options .option2::before {
        content: '';
        width: 140%;
        height: 140%;
        position: absolute;
        background-color: #EFEFEF;
        top: -30%;
        right: -52%;
        z-index: -1;
        transform: rotate(5deg);
    }
    
    .parcs-options .parcs-list .parc {
        border: 4px solid white;
        border-radius: 10px;
        padding: 10px 10px 5px;
        margin: 10px 25px 10px 0px;
    }
    
    .parcs-options .parcs-list .parc .dept {
        color: white;
        background-color: #E46E2E;
        padding: 5px 8px;
        border-radius: 10px;
        text-transform: uppercase;
        text-align: center;
    }
    
    .parcs-options .parcs-list .parc .dept .deptNo {
        display: block;
        font-size: 2.2rem;
        font-weight: bolder;
        margin: 0px;
        padding: 0px;
    }
    
    .parcs-options .parcs-list .parc .address,
    .parcs-options .parcs-list .parc .contact {
        font-size: .8rem;
        font-weight: 300;
    }
    
    .parcs-options .parcs-list .parc i {
        color: #E36727;
    }
    
    .parcs-options .parcs-list .parc .contact .socials {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .parcs-options .parcs-list .parc .contact .socials a {
        background-color: #E46E2E;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .parcs-options .parcs-list .parc .contact .socials a i {
        color: white;
        font-size: 1.1rem;
    }
    
    .parcs-options .parcs-list .parc .open-status {
        font-size: .9rem;
        white-space: nowrap;
    }
    
    .parcs-options .parcs-list .parc .open-status span {
        color: #E46E2E;
        text-transform: uppercase;
    }
    
    .parcs-options .parcs-list .parc .visitBtn {
        color: white;
        font-weight: normal;
        font-size: .9rem;
        white-space: nowrap;
    }
    
    .parcs-options .parcs-list .parc .visitBtn i {
        color: white;
    }
    
    .single-parc {
        margin-top: -60px;
        width: 100%;
        /* height: 550px; */
        position: relative;
        background: url(../img/bgparc.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .single-parc .ucontainer {
        background: #ffffff95;
        width: 100%;
        /* height: 100%; */
    }
    
    .single-parc .ucontainer .content {
        margin-top: 158px !important;
        padding-top: 15vh;
        width: 50%;
        margin: 5vh auto;
        /* position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%); */
        text-align: center;
    }
    
    .single-parc .ucontainer .siteTitle {
        font-size: 1.1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .single-parc .ucontainer .siteTitle span {
        margin: 0px 5px;
    }
    
    .single-parc .ucontainer .siteTitle span.line {
        width: 80px;
        height: 2px;
        background-color: black;
    }
    
    .single-parc .ucontainer .parcTitle {
        color: #E36727;
        font-size: 3rem;
        margin: 10px 0px;
        text-transform: uppercase;
    }
    
    .single-parc .ucontainer .socials {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .single-parc .ucontainer .socials p {
        margin: 0;
    }
    
    .single-parc .ucontainer .socials ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        list-style: none;
    }
    
    .single-parc .ucontainer .socials ul li {
        margin: 0px 5px;
    }
    
    .single-parc .ucontainer .socials ul li a {
        color: black;
    }
    
    .single-parc .ucontainer .slideDownBtn {
        margin-top: 30px;
    }
    
    .sectionHeader {
        text-align: center;
        margin: 20px auto 40px;
    }
    
    .sectionHeader .subTitle {
        max-width: 500px;
        margin: 10px auto;
        font-size: 14px;
    }
    
    .actu-carousel .items {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .actu-carousel .items .item {
        width: 350px;
        box-shadow: 0px 0px 5px #00000015;
        border-radius: 20px;
        overflow: hidden;
    }
    
    .actu-carousel .items .item .actu-img {
        width: 100%;
        height: 300px;
    }
    
    .actu-carousel .items .item .actu-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .actu-carousel .items .item .content {
        padding: 15px;
    }
    
    .actu-carousel .items .item .content .actu-title {
        color: #E36727;
        text-align: center;
    }
    
    .actu-carousel .items .item .content .actu-extrait {
        font-size: 14px;
    }
    
    .actu-carousel .items .item .content .btn-urban {
        display: block;
        text-align: center;
        font-size: 1.3rem;
        padding: 5px 20px;
    }
    /* Liste des activités */
    
    .list-activite {
        padding: 35px 0;
    }
    
    .list-activite .item-activite {
        padding: 30px 0;
    }
    
    .list-activite .item-activite:nth-child(2n),
    .franchise-activite {
        background: url("../images/effect.jpg") no-repeat top #f3f3f3;
        background-size: 100%;
        padding: 80px 0 20px;
    }
    
    .franchise-activite-white {
        background: #fff;
    }
    
    .list-activite .item-activite:nth-child(2n) .row {
        flex-direction: row-reverse;
    }
    
    .slide-box {
        position: relative;
        margin-bottom: 30px;
        padding: 0 30px;
    }
    
    .slide-box::after {
        content: "";
        height: 0;
        width: calc(100% - 80px);
        box-shadow: rgb(0, 0, 0) 0 0 10px 2px;
        position: absolute;
        bottom: 28px;
        left: 40px;
    }
    
    .slide-box .imgbox,
    .pages .img-shadow {
        position: relative;
    }
    /* script1 */
    
    .slide-box .imgbox::before,
    .pages .img-shadow::before,
    .accueil-vedio::before,
    .accueil-actus .card .img-shadow::before,
    .accueil-actus .card .img-shadow::after,
    .franchise .img-activity::before {
        content: "";
        background: url("../images/effect2.png") no-repeat;
        background-size: 100%;
        height: 30px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .accueil-actus .card .img-shadow::after {
        left: 0;
        top: auto;
        height: 8px;
        bottom: 0;
    }
    
    .accueil-actus .card .img-shadow::before {
        top: auto;
        left: auto;
    }
    
    .pages .img-shadow::before,
    .accueil-vedio::before {
        z-index: 3;
    }
    
    .item-activite:nth-child(2n) .slide-box .imgbox::before,
    .franchise .img-activity::before {
        background: url("../images/effect3.png") no-repeat;
        background-size: 100%;
    }
    
    .franchise .image-definition.img-activity::before {
        position: absolute;
        z-index: 3;
    }
    
    .slide-box .owl-dots {
        text-align: center;
        margin-top: 10px;
    }
    
    .slide-box .owl-dots button {
        height: 15px;
        width: 15px;
        border: #e16912 solid 2px;
        border-radius: 50%;
        margin: 0 4px;
    }
    
    .slide-box .owl-dots button.active {
        background: #e16912;
        border-color: transparent;
        height: 13px;
        width: 13px;
    }
    
    .slide-box .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    
    .slide-box .owl-nav button {
        background: #e06a13 !important;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        color: #FFF !important;
        position: relative;
    }
    
    .slide-box .owl-nav button i {
        font-size: 22px !important;
    }
    
    .slide-box .owl-nav button.owl-next {
        float: right;
        transform: rotate(90deg);
        right: -37px;
    }
    
    .slide-box .owl-nav button.owl-prev {
        transform: rotate(-90deg);
        left: -37px;
    }
    
    .list-activite .item-activite .textbox h3 span {
        font-weight: 700;
    }
    .list-activite .item-activite .textbox h5 {
        color: #666;
    }
    .list-activite .item-activite .textbox p {
        color: #666;
        font-weight: 300;
    }
    /* Page tarif CSS */
    
    .page-template {
        padding: 60px 0;
    }
    
    .page-template h2 {
        text-transform: uppercase;
        color: #000;
        margin-top: 15px;
    }
    
    .page-template p {
        color: #303030;
    }
    
    .bg-grey {
        position: relative;
        overflow: hidden;
        padding-top: 15px;
    }
    
    .bg-grey::before {
        content: '';
        width: 140%;
        height: 140%;
        position: absolute;
        background-color: #EFEFEF;
        top: -30%;
        right: -52%;
        z-index: -1;
        transform: rotate(5deg);
    }
    
    .urban-list {
        list-style: none;
        padding: 0;
    }
    
    .urban-list li {
        display: flex;
        margin-bottom: 15px;
        padding: 10px;
        border: #FFF solid 3px;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, .2) 0 0 5px, rgba(0, 0, 0, .2) 0 0 5px inset;
        transition: all ease .4s;
    }
    
    .urban-list li:hover {
        border-color: #fb770a;
    }
    
    .urban-list li .imgbox {
        margin-right: 15px;
    }
    
    .urban-list li .imgbox img {
        border-radius: 20px;
        width: 100px;
        height: 100%;
        object-fit: cover;
        max-height: 100px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .urban-list li .textbox {
        /* margin-right: 60px; */
        margin-right: 30px;
        width: 60%;
    }
    
    .urban-list li .textbox h3 {
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 22px;
    }
    
    .urban-list li .textbox p {
        font-size: 12px;
        color: #5f5f5f;
        line-height: 15px;
    }
    
    .urban-list li .price-box strong {
        display: block;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        line-height: 18px;
        margin-top: 12px;
    }
    
    .urban-list li .price-box span {
        display: block;
        text-align: center;
        font-weight: 300;
        font-size: 12px;
        color: #5f5f5f;
        margin-bottom: 5px;
    }
    
    .urban-list li .price-box a.btn-buy,
    .btn-buy-activity {
        background: url("../images/btn2.png") no-repeat;
        background-size: 100%;
        display: inline-block;
        color: #FFF;
        text-transform: uppercase;
        line-height: 32px;
        padding: 0 13px;
        font-weight: 600;
        letter-spacing: 1px;
        min-width: 120px;
        text-align: center;
        font-size: 12px;
    }
    
    .btn-buy-activity {
        min-width: 100%;
        line-height: 18px;
    }
    
    .payment-methode {
        float: right;
    }
    
    .payment-methode img {
        height: 35px;
    }
    /* Page cours CSS */
    
    .cours-page .urban-list li .price-box strong {
        margin-top: 0;
    }
    
    .cours-page .urban-list li .price-box span {
        margin-bottom: 0;
    }
    
    .cours-page .urban-list li .price-box {
        position: relative;
        min-width: 100px;
    }
    
    .v-center {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .urban-list li .btn-box {
        position: relative;
        margin-left: 10px;
    }
    
    .urban-list li .btn-play,
    .btn-play-video {
        display: block;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        background: #fb770a;
        color: #FFF;
        transform: rotate(90deg);
        text-align: center;
        font-size: 19px;
    }
    
    .btn-play-video {
        display: inline-block;
        position: absolute;
        top: 30%;
        left: 46%;
        color: #fb770a;
        left: 50%;
        font-size: 35px;
        background-color: transparent;
    }
    /* Page anniversaire CSS */
    /* Footer CSS */
    
    .footer-infos {
        background: #e76d2e;
        margin-top: 70px;
        padding: 10px 0 0;
        position: relative;
    }
    
    .footer-infos::before {
        content: "";
        height: 100px;
        width: 100%;
        position: absolute;
        top: -100px;
        left: 0;
        background: url("../images/effect4.png") no-repeat;
        background-size: 100%;
    }
    
    .footer-infos .container {
        margin-top: -70px;
    }
    
    #contactForm{
        z-index: 99;
    }
    .footer-infos .clock,
    .contact-parc .clock {
        width: 100%;
        transform: scale(2.1);
        position: relative;
        z-index: 1;
        top: 138px;
    }
    
    .footer-infos .horaire,
    .contact-parc .horaire {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 40px;
        padding: 15px;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px;
        margin-bottom: 10px;
    }
    
    .footer-infos .horaire h4,
    .contact-parc .horaire h4 {
        text-transform: uppercase;
        color: #e76d2e;
        text-align: center;
        font-size: 28px;
        margin-bottom: 0;
    }
    
    .footer-infos .horaire h4 span,
    .contact-parc .horaire h4 span {
        font-weight: 700;
    }
    
    .footer-infos .horaire p,
    .contact-parc .horaire p {
        color: #000;
        font-size: 12px;
        text-align: center;
        margin-bottom: 5px;
        line-height: 16px;
    }
    
    .footer-infos .horaire ul {
        list-style: none;
        padding: 0;
        color: #FFF;
    }
    
    .contact-parc .horaire ul {
        color: #000;
        padding: 0;
    }
    
    .contact-parc .horaire {
        box-shadow: 0px 0px 10px #e76d2e;
    }
    
    .footer-infos .horaire ul li strong,
    .contact-parc .horaire ul li strong {
        text-align: center;
        display: block;
    }
    
    .footer-infos .horaire ul li span,
    .contact-parc .horaire ul li span {
        text-align: center;
        display: block;
        font-weight: 300;
    }
    
    .footer-infos h5 {
        color: #FFF;
        text-transform: uppercase;
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .footer-infos h5 strong {
        font-weight: 700;
    }
    
    .footer-infos ul.info-contact {
        list-style: none;
        padding: 0;
        color: #FFF;
    }
    
    .footer-infos ul.info-contact li {
        display: flex;
        margin-bottom: 10px;
        line-height: 18px;
    }
    
    .footer-infos ul.info-contact li i {
        display: inline-block;
        margin-right: 10px;
    }
    
    .footer-infos ul.info-contact li span {
        display: inline-block;
        font-weight: 300;
    }
    
    .footer-infos .custom-btn {
        background: url("../images/btn1.jpg") no-repeat;
        background-size: 100%;
        display: inline-block;
        color: #e76d2e;
        text-transform: uppercase;
        line-height: 35px;
        padding: 0 13px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    
    .footer-infos .mapbox {
        border-radius: 40px;
        overflow: hidden;
        border: rgba(255, 255, 255, 0.5) solid 10px;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px;
        margin-top: 30px;
        height: 300px;
        width: 100%;
        position: absolute;
    }
    
    .footer-infos .custom-btn2 {
        background: url("../images/btn2.png") no-repeat;
        background-size: 100%;
        display: inline-block;
        color: #FFF;
        text-transform: uppercase;
        line-height: 35px;
        padding: 0 13px;
        font-weight: 600;
        letter-spacing: 1px;
        position: absolute;
        left: -20px;
        top: 15px;
        min-width: 220px;
        text-align: center;
    }
    
    .footer-infos .custom-btn2.tarif {
        left: -10px;
    }
    
    .social-footer {
        margin: 80px 0 0;
    }
    
    .social-footer h4 {
        font-size: 42px;
        text-align: center;
        text-transform: uppercase;
    }
    
    .social-footer p,
    .actus-jump .card-text {
        max-width: 500px;
        text-align: center;
        margin: auto;
        line-height: 18px;
        font-weight: 300;
    }
    
    .social-footer .social-link {
        list-style: none;
        padding: 0;
        margin: 15px auto;
        display: table;
    }
    
    .social-footer .social-link li {
        display: inline-block;
        margin: 0 10px;
    }
    
    .social-footer .social-link li a {
        font-size: 42px;
        line-height: 74px;
        width: 74px;
        text-align: center;
        background: #000;
        color: #FFF;
        display: block;
        border-radius: 50%;
    }

    .ico-tiktok{
        background: url('../images/tik-tok.png') no-repeat center center;
        height: 42px;
        width: 42px;
        background-size: contain;
        top: 5px;
        position: relative;
    }
    
    .newsletter-box {
        display: table;
        margin: 30px auto;
    }
    
    .newsletter-box input[type=email] {
        border: #000 solid 2px;
        border-right: none;
        height: 32px;
        border-radius: 16px 0 0 16px;
        padding: 0 10px;
    }
    
    .newsletter-box button.sub {
        background: url("../images/btn3.png") no-repeat;
        background-size: 100%;
        display: inline-block;
        color: #FFF;
        text-transform: uppercase;
        line-height: 35px;
        padding: 0 13px;
        font-weight: 600;
        letter-spacing: 1px;
        position: relative;
        left: -8px;
        top: -1px;
        min-width: 220px;
        text-align: center;
        border: none;
        height: 34px;
    }
    
    .footer {
        padding: 20px 0 30px;
        margin-top: 60px;
        position: relative;
        background: #110d04;
    }
    
    .footer::before {
        content: "";
        height: 60px;
        width: 100%;
        position: absolute;
        top: -60px;
        left: 0;
        background: url("../images/footer-black.png") no-repeat;
        background-size: 100%;
    }
    
    .footer .container {
        position: relative;
        text-align: center;
    }
    
    .footer .logo {
        position: absolute;
        top: -100px;
        right: 0;
        width: 200px;
    }
    
    .footer .logo img {
        width: 100%;
    }
    
    .footer ul {
        list-style: none;
        padding: 0;
        display: table;
        margin: 0 auto 20px;
    }
    
    .footer ul li {
        display: inline-block;
        position: relative;
    }
    
    footer .footer-menu ul li:not(li:last-child)::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 0px !important;
        background: #ffffff70;
        right: -15px;
    }
    
    .footer ul li:last-child::after {
        display: none;
    }
    
    .footer ul li a {
        color: #FFF;
        text-transform: uppercase;
        font-weight: 300;
        padding: 0 20px;
        line-height: 22px;
    }
    
    .footer p {
        color: #fffdf9;
        font-weight: 300;
        line-height: 22px;
        text-align: center;
        font-size: 14px;
        position: relative;
    }
    /* @media (max-width: 1200px) {
    .unavbar .navbar-content .logo{
        width: 15%;
    }
    ul.navbar-nav li a{
        font-size: 14px;
    }
} */
    /*  */
    
    .actus-jump-header .social-link {
        list-style: none;
        padding: 0;
        margin: 15px auto;
        display: inline-block;
        position: relative;
        top: 2px;
    }
    
    .actus-jump-header .social-link li {
        display: inline-block;
        margin: 0 10px;
    }
    
    .actus-jump-header .social-link li a {
        font-size: 25px;
    }
    
    .actus-jump-header .social-link li a.facebook {
        color: #4267b2;
    }
    
    .actus-jump-header .social-link li a.instagram {
        color: #e61793;
    }
    
    .actus-jump-header .social-link li a.twitter {
        color: #1b9df0;
    }
    
    .actus-jump-header .social-link li a.whatsapp {
        color: #065b4f;
    }
    
    .parc-name {
        cursor: pointer;
    }
    
    .actus-jump h4 {
        font-size: 42px;
        text-align: center;
        text-transform: uppercase;
    }
    
    .actus-jump p {
        max-width: 500px;
        text-align: center;
        margin: auto;
        line-height: 18px;
        font-weight: 300;
    }
    
    .actus-jump .btn,
    .btn-bg-orange,
    .groups-page .btn,
    .contact-parc .custom-btn2,
    .contact-parc .btn-submit {
        background: url("../images/btn2.png") no-repeat;
        background-size: 100%;
        display: inline-block;
        color: #FFF;
        text-transform: uppercase;
        line-height: 35px;
        padding: 0 13px;
        font-weight: 600;
        letter-spacing: 1px;
        min-width: 220px;
        text-align: center;
    }
    
    .btn-bg-orange {
        background-size: cover;
        margin-bottom: -10px;
    }
    
    .actus-jump .card img {
        border-radius: 20px;
        object-fit: cover;
        height: 300px;
    }
    
    .actus-jump .owl-item.active.center .card img {
        height: 400px;
    }
    
    .page-actus-jump .card img {
        height: 350px;
    }
    
    .actus-jump .card {
        box-shadow: 0px 2px 10px #5b5959;
        border-radius: 20px;
        border: none;
    }
    
    .actus-jump .card .card-title,
    .contact-parc h5 {
        color: #E36727;
    }
    /* 
.actus-jump .card .card-body {
    position: relative;
    top: -40px;
} */
    /* groups-page */
    
    .groups-page p {
        font-weight: 300;
        color: #666;
    }
    
    .groups-page .btn {
        font-weight: 400;
        letter-spacing: 0px;
        min-width: 160px;
        padding: 0px;
        line-height: 25px;
    }
    /* contact-parc */
    
    .contact-parc {
        margin-top: 100px;
    }
    
    .contact-parc h5 {
        color: #E36727;
        padding-top: 5px;
    }
    
    .contact-parc ul {
        list-style: none;
        padding-left: 20px;
    }
    
    .contact-parc ul li i,
    .contact-parc p i {
        color: #E36727;
    }
    
    .contact-parc .form {
        padding-left: 10%;
    }
    .contact-parc .g-recaptcha{
        margin-left: 40px;
    }
    .contact-parc .contactTitle {
        color: #E36727;
        font-size: 27px;
    }
    
    .contact-parc .form .form-control {
        border-radius: 20px;
        padding-left: 25px;
        z-index: 0;
    }
    
    .form input[type="text"],
    .form input[type="date"],
    .form input[type="time"] {
        height: 45px;
        border: 1px solid #efefef;
    }
    
    .contact-parc .form .input-group-text {
        background: url("../images/bg-icon.png") no-repeat;
        background-size: contain;
        border: none;
        position: relative;
        z-index: 2;
        height: 40px;
        left: 15px;
        border-radius: 20px;
        left: 19px;
        bottom: -4px;
    }
    
    .contact-parc .icon-contact {
        color: white !important;
    }
    
    .contact-parc .btn-submit {
        margin: 0px auto;
    }
    
    .contact-parc~.img-block-orange {
        margin-top: -230px;
        margin-top: -165px;
        /* z-index: 0; */
    }
    
    .contact-parc .horaire-2 {
        z-index: 3;
        position: relative;
        left: 60px;
    }
    
    .orange {
        color: #E36727;
    }
    /* contact urban */
    
    .parcsection.franchise-header .content {
        text-align: left;
        width: 100%;
        top: 40%;
    }
    
    .contact-parc-head {
        height: 320px;
    }
    
    .parcsection.pages-header .content {
        top: 55%;
    }
    
    .contact-parc .adress {
        margin-top: 80px;
    }
    
    .contact-urban .map {
        border-radius: 10px;
        border: rgba(192, 191, 191, 0.5) solid 1px;
        text-align: center;
        width: 530px;
        right: -25%;
        top: 40px;
    }
    
    .contact-urban .bg-grey {
        padding-bottom: 60px;
    }
    
    .aventage-franchise ul {
        list-style: none;
    }
    
    .franchise-contact.contact-urban .bg-grey {
        padding-bottom: 0px;
    }
    
    .list-style-none {
        list-style: none;
    }
    
    .img-activity {
        position: relative;
    }
    
    .franchise-activite .image-definition img {
        position: absolute;
    }
    
    .franchise-activite .icons i {
        font-size: 35px;
        color: #e06a13;
        padding: 15px 11px;
    }
    
    .franchise-activite .icons {
        display: inline-block;
        border: 2px #e06a13 solid;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #fff;
    }
    
    .franchise-devenir-1 .chiffres {
        position: relative;
        background: url("../images/bg-chiffres.png") no-repeat;
        background-size: contain;
        background-position: center;
        color: white;
        padding: 1px;
    }
    
    .franchise-devenir-1 .chiffres h1 {
        font-weight: bolder!important;
        font-size: 75px;
        margin-bottom: 0px;
    }
    /* MENTION LEGAL */
    
    .mention-legal {
        margin-top: 50px;
        font-weight: 300;
    }
    
    .accueil-vedio {
        /* background-image: url(../images/activity1.jpg); */
        height: 500px;
        width: 100%;
    }
    
    .accueil-vedio .jump-content {
        /* margin: 0 auto;
        margin-top: -270px; */
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%);
    }
    
    .accueil-vedio img {
        object-fit: cover;
    }
    
    .accueil-vedio .playBtn {
        font-size: 30px;
        line-height: 26px;
    }
    /*  */
    /* .accueil-jump .slide-box .imgbox.active {
    width: 110%;
} */
    
    .accueil-actus {
        margin-bottom: 130px;
    }
    
    .accueil-actus .card .btn-decouvrir {
        position: absolute;
        top: -40px;
        left: 16%;
    }
    
    .accueil-actus .card {
        border-radius: 20px;
    }
    
    .accueil-actus-1 .card img {
        border-radius: 0px;
        height: 250px;
    }
    /* .target {
        border-bottom: 1px solid red;
    } */
    
    .pages-header.parcsection .content {
        text-align: left;
        margin-left: 10%;
    }
    
    @media (min-width: 1200px) {
        .container-1 {
            max-width: 1300px;
        }
    }
    /* .partie-grey {
        position: absolute;
        top: 0;
        right: 0;
        height: 30%;
        width: 30%;
        z-index: -1;
        background-color: #efefef;
    } */
    
    .accueil-jump .slide-box::after {
        box-shadow: none
    }
    
    .accueil-jump .owl-item>div {
        cursor: pointer;
        margin: 6% 11%;
        transition: margin 0.4s ease;
    }
    
    .accueil-jump .owl-item.center>div {
        cursor: auto;
        margin: 0;
    }
    
    .accueil-jump .owl-item:not(.center)>div:hover {
        opacity: 0.75;
    }
    
    .actus-jump-accuelil .owl-stage-outer {
        min-height: 530px;
    }
    
    .img-block-orange .article-clock {
        bottom: 0;
        z-index: 20;
    }
    
    .img-block-orange .article-clock .clock {
        width: 28%;
    }
    
    .img-block-orange {
        bottom: 130px;
        width: 115%;
        margin-left: -9%;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    
    .img-block-orange .article-clock .clock {
        transform: none;
        position: relative;
        z-index: 1;
        top: 0px;
    }
    
    .img-block-orange .article-clock .clock img {
        transform: none;
        width: 100%;
    }
    
    .contact-parc .custom-btn2 {
        min-width: 200px;
    }
    
    .img-block-orange>img {
        /*  width: 200%!important;
        height: 130px;
        margin-left: -50%; */
    }
    
    .list-activite .item-activite .owl-carousel .owl-item img,
    .page-template .owl-carousel .owl-item img {
        height: 300px;
        object-fit: cover;
    }
    
    .owl-carousel .owl-item img,
    .img-size {
        height: 270px;
        object-fit: cover;
    }
    
    #map {
        width: 100%;
        height: 100%;
        border: 0;
    }
    
    .btn-demande1 {
        font-size: 10px;
    }
    
    .modal-body {
        padding: 0px;
    }
    
    .body-modal {
        background: #eee;
    }
    
    .dialogContentEvent .body-modal {
        height: auto;
        overflow-y: scroll;
        margin-bottom: 100px;
        font-weight: 400;
    }
    
    .dialogContentAniv .body-modal {
        border-radius: 0px 50px 50px 0px;
    }
    
    .dialogContentEvent .footer-modal {
        height: 100px;
        position: absolute;
        width: calc(100% - 15px);
        bottom: 0;
    }
    
    .dialogContentEvent .footer-modal .btn {
        height: 100%;
        border-radius: 0 0 48px 0;
        line-height: 50px;
    }
    
    .dialogContentEvent .close-modal-2 {
        position: absolute;
        top: 17px;
        left: 37px;
        background-color: white;
        border-radius: 50%;
        padding: 3px;
        opacity: 1;
        width: 30px;
        height: 30px;
    }
    
    .dialogContentEvent .modal-content {
        border-radius: 50px;
    }
    
    .modal-content {
        border-radius: 50px;
    }
    
    /* .dialogContentEvent .img-modal img {
        border-radius: 49px 0px 0px 49px;
        height: 100%;
        object-fit: cover;
    } */
    
    .dialogContentAniv .img-modal img.img-cover {
        border-radius: 49px 0px 0px 49px;
        filter: blur(20px);
        height: 100%;
    }
    .dialogContentAniv .img-modal img.img-item {
        object-fit: contain;
        width: calc(100% - 15px);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    
    .img-cover {
        object-fit: cover;
    }
    
    .close-modal-1 {
        position: absolute;
        top: 30px;
        right: 50px;
    }
    /* slide-box */
    
    .slide-box-detail {
        height: 650px;
    }
    
    .unavbar {
        height: 90px;
    }
    
    .nav-principal .nav-item .nav-link {
        color: white;
        font-weight: 300;
        font-size: 14px;
        padding: 0 6px;
        text-transform: uppercase;
    }
    
    .nav-principal {
        background-color: #000 !important;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    
    .modal-backdrop.show {
        opacity: 0.8;
    }
    
    #modalChoixParc h1 {
        font-size: 6em;
    }
    
    #modalChoixParc img {
        width: 25%;
        height: 100%;
    }
    
    #modalChoixParc p {
        margin-top: -20px;
        margin-left: 75px;
    }
    
    #modalChoixParc .btn-urban {
        height: 35px;
        padding-top: 5px;
    }
    
    .showFormActivity .close-modal-2 {
        margin: 15px;
        height: 30px;
        width: 30px;
        background-color: black;
        padding: 3px;
        border-radius: 50%;
        opacity: 0.8;
    }
    
    .showFormActivity .footer-modal {
        position: absolute;
        bottom: 0;
        right: 0;
        overflow: hidden;
        margin-right: 15px;
    }
    
    .textbox {
        cursor: pointer;
    }
    
    input[type="radio"] {
        appearance: none;
        background-color: #eee;
        margin: 0;
        font: inherit;
        color: #000;
        width: 1.15em;
        height: 1.15em;
        border: 0.15em solid #7c7c7c;
        border-radius: 50%;
        /* ...existing styles */
        display: grid;
        place-content: center;
    }
    
    input[type="radio"]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        background-color: #E36727;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
    }
    
    input[type="radio"]:checked::before {
        transform: scale(1);
    }
    
    .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #e06a13;
        text-decoration: revert !important;
    }
    /* Media */
    
    ul.navbar-nav li:not(li:last-child)::after,
    ul.footer-menu-list li:not(li:last-child)::after {
        content: '';
        position: absolute;
        height: 17px;
        width: 1px;
        background: #ffffff70;
        right: 0;
        top: 4px;
    }
    
    .termsfeed-com---nb-interstitial {
        top: 25vh !important;
        width: 60% !important;
        margin: 0 auto !important;
        border-radius: 30px !important;
    }
    
    .cc-nb-buttons-container {
        text-align: center;
    }
    
    .termsfeed-com---nb-interstitial button {
        border-radius: 15px !important;
    }
    
    .termsfeed-com---palette-light .cc-nb-okagree,
    .termsfeed-com---palette-light .cc-cp-foot-save {
        background-color: #f77a01 !important;
        border-radius: 15px !important;
    }
    
    .termsfeed-com---palette-light .cc-nb-reject {
        background-color: transparent !important;
        color: black !important;
        border: 1px solid #f77a01 !important;
    }
    
    .cc-nb-changep {
        background-color: #f2f2f2 !important;
        display: block !important;
        margin-left: 34% !important;
    }
    
    .slotholder {
        z-index: -11 !important;
    }
    /* Version tablette */
    @media screen and (max-width: 1100px) and (min-width: 767px) {
        .side .content.urbanImg{
            height: auto;
            padding-bottom: 30px;
        }
        .side .content.urbanImg::after{
            bottom: 10px;
        }
        footer .ucontainer .side{
            right: 2%;
        }
        .franchise .img-activity::after{
            bottom: auto;
            top: 290px;
        }
        .contact-urban .map{
            width: calc(100% + 100px);
        }
        .nav-principal .nav-item .nav-link{
            font-size: 12px;
            padding: 0 5px;
        }
        ul.navbar-nav li:not(li:last-child)::after, ul.footer-menu-list li:not(li:last-child)::after{
            top: 1px;
        }
        .btn-reserve{
            left: -220px;
        }
        
    }
    
    @media screen and (max-width: 800px) {
        .franchise .img-activity::after{
            top: 210px;
        }
        .side .content.urbanImg {
            width: auto;
        }
        .termsfeed-com---nb-interstitial {
            top: 5vh !important;
            width: 90% !important;
        }
        .cc-nb-changep {
            background-color: #f2f2f2 !important;
            display: block !important;
            margin-left: 5% !important;
        }
        .contact-urban .map{
            /* width: calc(100% + 60px); */
            width: 100%;
        }
        .position-relative{
            z-index: 1;
        }
        .slide-box::after{
            bottom: 0;
        }
        .list-activite .item-activite .owl-carousel .owl-item img, .page-template .owl-carousel .owl-item img{
            height: auto;
        }
        ul.navbar-nav li:not(li:last-child)::after,
        ul.footer-menu-list li:not(li:last-child)::after {
            content: '';
            position: absolute;
            height: 17px;
            width: 0px;
            background: #ffffff70;
            right: 0;
            top: 4px;
        }
        .nav-principal img {
            width: 130px;
            height: auto;
        }
        .list-activite .item-activite .container:nth-child(2n+1) .row {
            flex-direction: column-reverse;
        }
        .list-activite .item-activite .img-shadow{
            margin-bottom: 30px;
        }
        .parcs-options .option2{
            margin: 15px 0;
            padding: 15px;
        }
        .parcs-options .option2::before {
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            transform: none;
            border-radius: 15px;
          }
          .parcs-options .parcs-list{
            padding-top: 0;
          }
          .parcs-options .parcs-list .parc{
            margin-right: 0;
          }
          .parcs-options .parcs-list .parc .dept{
            line-height: 32px;
            display: table;
            margin: auto;
            padding: 5px 8px;
          }
          .parcs-options .parcs-list .parc .dept .deptNo{
            display: inline;
            font-size: 1.6rem;
          }
        #modalChoixParc h1 {
            font-size: 3.3em;
        }
        #modalChoixParc p {
            font-size: 11px;
        }
        .btn-reserve {
            position: relative;
            top: 4px;
            left: 5px;
        }
        .urban-list li .textbox h3{
            font-size: 18px;
        }
        .groups-page .btn{
            min-width: 126px;
            line-height: 22px;
        }
        .side:first-child .btn-urban{
            display: table;
            margin: auto;
        }
        .sectionTitle{
            text-align: center;
        }
        footer .ucontainer .footer{
            position: relative;
            margin-top: 40px;
        }
        footer .ucontainer .footer::before {
            background-size: 800px;
            top: -50px;
        }
        footer .ucontainer .side .btn-urban-black {
            padding: 11px 3px;
            width: 100%;
            text-align: center;
        }
        footer .ucontainer .socials {
            position: static;
            transform: none;
        }
        footer .ucontainer .side p {
            font-size: 1em;
            margin-top: 10px;
        }
        footer::before {
            content: '';
            position: absolute;
            left: 0px;
            width: 100%;
            background-image: url(../img/footer-orange.png);
            background-size: 870px;
            background-repeat: no-repeat;
            background-position-y: top;
        }
        footer .ucontainer .side {
            position: static;
            padding: 30px 30px;
            margin-top: -100px;
        }
        footer .ucontainer .logo {
            position: relative;
            top: -80px;
            left: auto;
            display: table;
            margin: auto;
            width: 240px;
        }
        .nav-principal .navbar-brand {
            margin-right: 0px !important;
            margin-left: 0px !important;
        }
        .footer-mobile {
            border-top: 1px solid white;
            background: black;
            color: white;
            font-size: 12px !important;
        }
        .footer-mobile i {
            font-size: 25px;
            padding-bottom: 10px;
        }
        /* .parcs-options .option2::before {
            content: '';
            width: 140%;
            height: 140%;
            position: absolute;
            background-color: #EFEFEF;
            top: -30%;
            right: 0%;
            z-index: -1;
            transform: none;
        } */
        .slide-content .content .btn-urban {
            font-size: 7px !important;
            text-align: center;
        }
        .side .content.urbanImg::after{
            bottom: 67px;
        }
        .footer-infos .clock,
        .contact-parc .clock {
            transform: none;
            top: 0px;
        }
        .footer-infos::before {
            content: "";
            height: 100px;
            width: 100%;
            position: absolute;
            top: -35px;
            left: 0;
            background: url("../images/effect4.png") no-repeat;
            background-size: 100%;
        }
        .footer-infos .custom-btn2 {
            top: 100px;
            right: 50%;
            left: 50%;
            transform: translateX(-50%);
          }
        
        .footer-infos .custom-btn2.tarif {
            top: 50px;
            left: 50%;
        }
        .social-footer .social-link {
            text-align: center;
        }
        /* .newsletter-box input[type=email] {
            width: 100%;
            border: #000 solid 2px;
            border-radius: 16px;
            margin-bottom: 10px;
        } */
        .newsletter-box {
            text-align: center;
        }
        .footer::before {
            content: "";
            height: 70px;
            width: 100%;
            position: absolute;
            top: -40px;
            left: 0;
            background: url("../images/footer-black.png") no-repeat;
            background-size: 100%;
        }
        .footer ul li::after {
            width: 0px;
            right: 0px;
        }
        .footer ul {
            margin: 0 auto 0px;
            text-align: center;
        }
        .urban-list li .textbox {
            width: 100%;
            margin-right: 0px;
            padding-right: 0 !important;
        }
        .urban-list li .imgbox{
            margin: 0;
        }
        .urban-list li .imgbox img{
            position: static;
            transform: none;
        }
        /* .dialogContentEvent .body-modal {
            max-height: 42%;
            height: auto;
            margin-bottom: 60px;
        } */
        .dialogContentEvent .img-modal-res {
            /* height: 35%; */
            object-fit: cover;
        }
        .accueil-actus-1 .card img {
            height: auto;
        }
        .espace {
            background-color: #fff;
            margin: 0px 5px;
            margin-bottom: -10px;
        }
        .dialogContentEvent {
            font-size: 0.8em;
        }
        .dialogContentEvent .footer-modal .btn {
            height: 79%;
            width: 100% !important;
            border-end-end-radius: 24px;
            border-end-start-radius: 24px;
        }
        .dialogContentEvent .close-modal-2 {
            left: 85%;
            background-color: black;
            color: white;
        }
        .dialogContentEvent .footer-modal {
            /* height: 14%; */
            height: auto;
            width: calc(100% - 30px);
        }
        .modal-content {
            border-radius: 25px;
        }
        .accueil-actus .card .btn-decouvrir {
            left: 22%;
        }
        .showFormActivity .close-modal-2 {
            position: absolute;
            right: 5px;
            margin: 5px 0 !important;
            z-index: 20;
        }
        .detail-activite {
            overflow: auto;
            /* height: 45vh; */
        }
        .btn-mobile-fix {
            position: static !important;
            margin: 0 !important;
            /* position: fixed !important;
            bottom: 0px !important;
            right: -7px !important;
            width: 97%; */
        }
        .btn-mobile-fix .btn {
            width: 100%;
            margin-bottom: 5px !important;
            line-height: 18px;
            background-size: 100% !important;
        }
        .footer-infos {
            background: #e76d2e;
            margin-top: 70px;
            padding: 10px 0 0;
            position: relative;
        }
        .details-model-courses {
            padding-left: 14px !important;
        }
        .dialogContentAniv .body-modal {
            border-radius: 25px 25px 25px 25px;
        }
        .dialogContentAniv .col-md-6,
        .dialogContentAniv .col-md-12 {
            margin-left: -15px;
        }
        .close-modal-1 {
            right: 35px;
        }
        .secSection {
            margin-top: 10px;
        }
        .secSection .side:first-child p {
            text-align: justify;
        }
        footer {
            /* height: 374px; */
            margin-top: 80px;
        }
        .secSection .side:first-child .btn-urban {
            padding: 4px 75px;
            font-size: 19px;
        }
        .footer-infos .horaire,
        .contact-parc .horaire {
            font-size: 1.4em;
            font-weight: bold;
            margin-top: 6vh;
        }
        .footer-infos h5 {
            margin-top: 3vh;
        }
        .footer-infos .horaire p,
        .contact-parc .horaire p {
            line-height: 25px;
            font-size: 20px;
        }
        .footer-infos .custom-btn {
            margin-bottom: 15px;
        }
        .footer-infos ul.info-contact {
            padding-bottom: 10px;
            min-width: 185px;
        }
        .footer-infos .mapbox {
            position: static;
            margin-bottom: -30px;
        }
        .social-footer .social-link li {
            margin: 5px;
        }
        .social-footer .social-link li a {
            line-height: 50px;
            width: 50px;
            font-size: 30px;
        }
        .footer .logo {
            left: calc(50% - 100px);
        }
        .footer ul li {
            margin-bottom: 5px;
            padding-bottom: 3px;
            border-bottom: 0.2px solid white;
            /* text-decoration: underline !important; */
        }
        .single-parc .ucontainer .slideDownBtn {
            margin-bottom: 10px;
        }
        .page-template {
            padding: 0px
        }
        .single-parc .ucontainer .content {
            width: 100%;
        }
        .bg-grey.form::before {
            content: '';
            width: 132%;
            height: 140%;
            position: absolute;
            background-color: #fff;
            top: -30%;
            right: -52%;
            z-index: -15;
            transform: rotate(0deg);
        }
        .parcsection {
            padding-top: 150px;
            padding-bottom: 40px;
        }
        .pages-header.parcsection .content {
            width: 100%;
            margin-left: 0px;
        }
        .accueil-actus {
            margin-bottom: 100px;
        }
        .franchise-activite .img-activity{
            margin-bottom: 20px;
        }
        .contact-parc .form {
            padding-bottom: 22px;
            margin-top: 30px;
            background: #eee;
            border-radius: 30px;
            text-align: center;
        }
        .contact-parc form {
            position: relative;
            right: 18px;
        }
        .single-parc {
            margin-top: -80px;
        }
        .hero-section {
            height: 60vh;
            margin-top: 130px;
            overflow: hidden;
        }
        .carousel-item-header {
            margin-top: 75px;
            height: 60vh;
            min-height: 200px;
            padding-top: 10px;
            background: no-repeat center center scroll;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        .carousel-item-header h5,
        .carousel-item-header p {
            color: white;
        }
        .carousel-item-header .carousel-caption {
            top: 0%;
            width: 100%;
            padding: 20px;
            padding-top: 135px;
            background-color: #000000a8;
            right: 0;
            left: 0;
            bottom: 0px;
            z-index: 1;
        }
        .dialogContentEvent .form {
            padding-bottom: 0px;
            margin-top: 0px;
            background: transparent;
            border-radius: 0px;
            padding-left: 10% !important;
            text-align: center;
        }
        .newsletter-box input[type="email"]{
            width: 160px;
        }
        .v-center{
            transform: none;
        }
        .ico-tiktok{
            height: 30px;
            width: 30px;
        }
        .newsletter-box button.sub{
            background-size: cover;
            height: 35px;
            min-width: 160px;
        }
        .accueil-vedio .jump-content{
            top: 50%;
            width: 80% !important;
            transform: translate(-50%,-50%);
        }
    }
    
    @media screen and (max-width: 600px) {
        .social-footer {
            margin: 160px 0 0;
        }
        .footer-infos .mapbox {
            height: 300px;
        }
    }