
/*!
 * Bootstrap Grid v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-body-color-rgb:33, 37, 41;--bs-body-bg-rgb:255, 255, 255;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-heading-color:;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x:3rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.row{--bs-gutter-x:3rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-0.5 * var(--bs-gutter-x));margin-left:calc(-0.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:3rem}.g-4,.gy-4{--bs-gutter-y:3rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:3rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:3rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:3rem}.g-md-4,.gy-md-4{--bs-gutter-y:3rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:3rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:3rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:3rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:3rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:3rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:3rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}@media (min-width: 576px){.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}}@media (min-width: 768px){.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}}@media (min-width: 992px){.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}}@media (min-width: 1200px){.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}}@media (min-width: 1400px){.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}}@media
print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.5;-webkit-text-size-adjust:100%}*{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{margin:0;padding:0}main{display:block}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px
dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em
0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.hidden,[hidden]{display:none !important}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only.focusable:active,.sr-only.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.invisible{visibility:hidden}.clearfix::before,.clearfix::after{content:" ";display:table}.clearfix::after{clear:both}@media
print{*,*::before,*::after{background:#fff !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}pre{white-space:pre-wrap !important}pre,blockquote{border:1px
solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.owl-carousel,
.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:'.';display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item,
.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item
img{display:block;width:100%}.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0
!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel
.animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel
.fadeOut{animation-name:fadeOut}@keyframes
fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 0.5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 0.4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^='']{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/themes/capform/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 0.1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 0.4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,
.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*='owl-']{color:#fff;font-size:14px;margin:5px;padding:4px
7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*='owl-']:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav
.disabled{opacity:0.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot
span{width:10px;height:10px;margin:5px
7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity 0.2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover
span{background:#869791}.theme-bleu-fonce p
a{color:#fff}.theme-grey
a{color:#01035c !important}.theme-white
a{color:#01035c !important}a.button:not(.border){color:white !important}.actu-bleu{padding:5rem !important}.actu-bleu p,
.actu-bleu h1,
.actu-bleu h2,
.actu-bleu h3,
.actu-bleu
a{color:white !important}.actu-bleu
h3{margin-top:4rem !important}.text-center{text-align:center}.text-right{text-align:right}.p-0{padding:0rem}.pt-0{padding-top:0rem}.pb-0{padding-bottom:0rem}.m-0{margin:0rem}.mt-0{margin-top:0rem !important}.mb-0{margin-bottom:0rem !important}@media (min-width: 768px){.p-md-0{padding:0rem !important}.pt-md-0{padding-top:0rem !important}.pb-md-0{padding-bottom:0rem !important}.m-md-0{margin:0rem !important}.mt-md-0{margin-top:0rem !important}.mb-md-0{margin-bottom:0rem !important}}@media (min-width: 992px){.p-lg-0{padding:0rem !important}.pt-lg-0{padding-top:0rem !important}.pb-lg-0{padding-bottom:0rem !important}.m-lg-0{margin:0rem !important}.mt-lg-0{margin-top:0rem !important}.mb-lg-0{margin-bottom:0rem !important}}.p-1{padding:1rem}.pt-1{padding-top:1rem}.pb-1{padding-bottom:1rem}.m-1{margin:1rem}.mt-1{margin-top:1rem !important}.mb-1{margin-bottom:1rem !important}@media (min-width: 768px){.p-md-1{padding:1rem !important}.pt-md-1{padding-top:1rem !important}.pb-md-1{padding-bottom:1rem !important}.m-md-1{margin:1rem !important}.mt-md-1{margin-top:1rem !important}.mb-md-1{margin-bottom:1rem !important}}@media (min-width: 992px){.p-lg-1{padding:1rem !important}.pt-lg-1{padding-top:1rem !important}.pb-lg-1{padding-bottom:1rem !important}.m-lg-1{margin:1rem !important}.mt-lg-1{margin-top:1rem !important}.mb-lg-1{margin-bottom:1rem !important}}.p-2{padding:2rem}.pt-2{padding-top:2rem}.pb-2{padding-bottom:2rem}.m-2{margin:2rem}.mt-2{margin-top:2rem !important}.mb-2{margin-bottom:2rem !important}@media (min-width: 768px){.p-md-2{padding:2rem !important}.pt-md-2{padding-top:2rem !important}.pb-md-2{padding-bottom:2rem !important}.m-md-2{margin:2rem !important}.mt-md-2{margin-top:2rem !important}.mb-md-2{margin-bottom:2rem !important}}@media (min-width: 992px){.p-lg-2{padding:2rem !important}.pt-lg-2{padding-top:2rem !important}.pb-lg-2{padding-bottom:2rem !important}.m-lg-2{margin:2rem !important}.mt-lg-2{margin-top:2rem !important}.mb-lg-2{margin-bottom:2rem !important}}.p-3{padding:3rem}.pt-3{padding-top:3rem}.pb-3{padding-bottom:3rem}.m-3{margin:3rem}.mt-3{margin-top:3rem !important}.mb-3{margin-bottom:3rem !important}@media (min-width: 768px){.p-md-3{padding:3rem !important}.pt-md-3{padding-top:3rem !important}.pb-md-3{padding-bottom:3rem !important}.m-md-3{margin:3rem !important}.mt-md-3{margin-top:3rem !important}.mb-md-3{margin-bottom:3rem !important}}@media (min-width: 992px){.p-lg-3{padding:3rem !important}.pt-lg-3{padding-top:3rem !important}.pb-lg-3{padding-bottom:3rem !important}.m-lg-3{margin:3rem !important}.mt-lg-3{margin-top:3rem !important}.mb-lg-3{margin-bottom:3rem !important}}.p-4{padding:4rem}.pt-4{padding-top:4rem}.pb-4{padding-bottom:4rem}.m-4{margin:4rem}.mt-4{margin-top:4rem !important}.mb-4{margin-bottom:4rem !important}@media (min-width: 768px){.p-md-4{padding:4rem !important}.pt-md-4{padding-top:4rem !important}.pb-md-4{padding-bottom:4rem !important}.m-md-4{margin:4rem !important}.mt-md-4{margin-top:4rem !important}.mb-md-4{margin-bottom:4rem !important}}@media (min-width: 992px){.p-lg-4{padding:4rem !important}.pt-lg-4{padding-top:4rem !important}.pb-lg-4{padding-bottom:4rem !important}.m-lg-4{margin:4rem !important}.mt-lg-4{margin-top:4rem !important}.mb-lg-4{margin-bottom:4rem !important}}.p-5{padding:5rem}.pt-5{padding-top:5rem}.pb-5{padding-bottom:5rem}.m-5{margin:5rem}.mt-5{margin-top:5rem !important}.mb-5{margin-bottom:5rem !important}@media (min-width: 768px){.p-md-5{padding:5rem !important}.pt-md-5{padding-top:5rem !important}.pb-md-5{padding-bottom:5rem !important}.m-md-5{margin:5rem !important}.mt-md-5{margin-top:5rem !important}.mb-md-5{margin-bottom:5rem !important}}@media (min-width: 992px){.p-lg-5{padding:5rem !important}.pt-lg-5{padding-top:5rem !important}.pb-lg-5{padding-bottom:5rem !important}.m-lg-5{margin:5rem !important}.mt-lg-5{margin-top:5rem !important}.mb-lg-5{margin-bottom:5rem !important}}.p-6{padding:6rem}.pt-6{padding-top:6rem}.pb-6{padding-bottom:6rem}.m-6{margin:6rem}.mt-6{margin-top:6rem !important}.mb-6{margin-bottom:6rem !important}@media (min-width: 768px){.p-md-6{padding:6rem !important}.pt-md-6{padding-top:6rem !important}.pb-md-6{padding-bottom:6rem !important}.m-md-6{margin:6rem !important}.mt-md-6{margin-top:6rem !important}.mb-md-6{margin-bottom:6rem !important}}@media (min-width: 992px){.p-lg-6{padding:6rem !important}.pt-lg-6{padding-top:6rem !important}.pb-lg-6{padding-bottom:6rem !important}.m-lg-6{margin:6rem !important}.mt-lg-6{margin-top:6rem !important}.mb-lg-6{margin-bottom:6rem !important}}.p-7{padding:7rem}.pt-7{padding-top:7rem}.pb-7{padding-bottom:7rem}.m-7{margin:7rem}.mt-7{margin-top:7rem !important}.mb-7{margin-bottom:7rem !important}@media (min-width: 768px){.p-md-7{padding:7rem !important}.pt-md-7{padding-top:7rem !important}.pb-md-7{padding-bottom:7rem !important}.m-md-7{margin:7rem !important}.mt-md-7{margin-top:7rem !important}.mb-md-7{margin-bottom:7rem !important}}@media (min-width: 992px){.p-lg-7{padding:7rem !important}.pt-lg-7{padding-top:7rem !important}.pb-lg-7{padding-bottom:7rem !important}.m-lg-7{margin:7rem !important}.mt-lg-7{margin-top:7rem !important}.mb-lg-7{margin-bottom:7rem !important}}.p-8{padding:8rem}.pt-8{padding-top:8rem}.pb-8{padding-bottom:8rem}.m-8{margin:8rem}.mt-8{margin-top:8rem !important}.mb-8{margin-bottom:8rem !important}@media (min-width: 768px){.p-md-8{padding:8rem !important}.pt-md-8{padding-top:8rem !important}.pb-md-8{padding-bottom:8rem !important}.m-md-8{margin:8rem !important}.mt-md-8{margin-top:8rem !important}.mb-md-8{margin-bottom:8rem !important}}@media (min-width: 992px){.p-lg-8{padding:8rem !important}.pt-lg-8{padding-top:8rem !important}.pb-lg-8{padding-bottom:8rem !important}.m-lg-8{margin:8rem !important}.mt-lg-8{margin-top:8rem !important}.mb-lg-8{margin-bottom:8rem !important}}.p-9{padding:9rem}.pt-9{padding-top:9rem}.pb-9{padding-bottom:9rem}.m-9{margin:9rem}.mt-9{margin-top:9rem !important}.mb-9{margin-bottom:9rem !important}@media (min-width: 768px){.p-md-9{padding:9rem !important}.pt-md-9{padding-top:9rem !important}.pb-md-9{padding-bottom:9rem !important}.m-md-9{margin:9rem !important}.mt-md-9{margin-top:9rem !important}.mb-md-9{margin-bottom:9rem !important}}@media (min-width: 992px){.p-lg-9{padding:9rem !important}.pt-lg-9{padding-top:9rem !important}.pb-lg-9{padding-bottom:9rem !important}.m-lg-9{margin:9rem !important}.mt-lg-9{margin-top:9rem !important}.mb-lg-9{margin-bottom:9rem !important}}.p-10{padding:10rem}.pt-10{padding-top:10rem}.pb-10{padding-bottom:10rem}.m-10{margin:10rem}.mt-10{margin-top:10rem !important}.mb-10{margin-bottom:10rem !important}@media (min-width: 768px){.p-md-10{padding:10rem !important}.pt-md-10{padding-top:10rem !important}.pb-md-10{padding-bottom:10rem !important}.m-md-10{margin:10rem !important}.mt-md-10{margin-top:10rem !important}.mb-md-10{margin-bottom:10rem !important}}@media (min-width: 992px){.p-lg-10{padding:10rem !important}.pt-lg-10{padding-top:10rem !important}.pb-lg-10{padding-bottom:10rem !important}.m-lg-10{margin:10rem !important}.mt-lg-10{margin-top:10rem !important}.mb-lg-10{margin-bottom:10rem !important}}.p-11{padding:11rem}.pt-11{padding-top:11rem}.pb-11{padding-bottom:11rem}.m-11{margin:11rem}.mt-11{margin-top:11rem !important}.mb-11{margin-bottom:11rem !important}@media (min-width: 768px){.p-md-11{padding:11rem !important}.pt-md-11{padding-top:11rem !important}.pb-md-11{padding-bottom:11rem !important}.m-md-11{margin:11rem !important}.mt-md-11{margin-top:11rem !important}.mb-md-11{margin-bottom:11rem !important}}@media (min-width: 992px){.p-lg-11{padding:11rem !important}.pt-lg-11{padding-top:11rem !important}.pb-lg-11{padding-bottom:11rem !important}.m-lg-11{margin:11rem !important}.mt-lg-11{margin-top:11rem !important}.mb-lg-11{margin-bottom:11rem !important}}.p-12{padding:12rem}.pt-12{padding-top:12rem}.pb-12{padding-bottom:12rem}.m-12{margin:12rem}.mt-12{margin-top:12rem !important}.mb-12{margin-bottom:12rem !important}@media (min-width: 768px){.p-md-12{padding:12rem !important}.pt-md-12{padding-top:12rem !important}.pb-md-12{padding-bottom:12rem !important}.m-md-12{margin:12rem !important}.mt-md-12{margin-top:12rem !important}.mb-md-12{margin-bottom:12rem !important}}@media (min-width: 992px){.p-lg-12{padding:12rem !important}.pt-lg-12{padding-top:12rem !important}.pb-lg-12{padding-bottom:12rem !important}.m-lg-12{margin:12rem !important}.mt-lg-12{margin-top:12rem !important}.mb-lg-12{margin-bottom:12rem !important}}.p-13{padding:13rem}.pt-13{padding-top:13rem}.pb-13{padding-bottom:13rem}.m-13{margin:13rem}.mt-13{margin-top:13rem !important}.mb-13{margin-bottom:13rem !important}@media (min-width: 768px){.p-md-13{padding:13rem !important}.pt-md-13{padding-top:13rem !important}.pb-md-13{padding-bottom:13rem !important}.m-md-13{margin:13rem !important}.mt-md-13{margin-top:13rem !important}.mb-md-13{margin-bottom:13rem !important}}@media (min-width: 992px){.p-lg-13{padding:13rem !important}.pt-lg-13{padding-top:13rem !important}.pb-lg-13{padding-bottom:13rem !important}.m-lg-13{margin:13rem !important}.mt-lg-13{margin-top:13rem !important}.mb-lg-13{margin-bottom:13rem !important}}.p-14{padding:14rem}.pt-14{padding-top:14rem}.pb-14{padding-bottom:14rem}.m-14{margin:14rem}.mt-14{margin-top:14rem !important}.mb-14{margin-bottom:14rem !important}@media (min-width: 768px){.p-md-14{padding:14rem !important}.pt-md-14{padding-top:14rem !important}.pb-md-14{padding-bottom:14rem !important}.m-md-14{margin:14rem !important}.mt-md-14{margin-top:14rem !important}.mb-md-14{margin-bottom:14rem !important}}@media (min-width: 992px){.p-lg-14{padding:14rem !important}.pt-lg-14{padding-top:14rem !important}.pb-lg-14{padding-bottom:14rem !important}.m-lg-14{margin:14rem !important}.mt-lg-14{margin-top:14rem !important}.mb-lg-14{margin-bottom:14rem !important}}.p-15{padding:15rem}.pt-15{padding-top:15rem}.pb-15{padding-bottom:15rem}.m-15{margin:15rem}.mt-15{margin-top:15rem !important}.mb-15{margin-bottom:15rem !important}@media (min-width: 768px){.p-md-15{padding:15rem !important}.pt-md-15{padding-top:15rem !important}.pb-md-15{padding-bottom:15rem !important}.m-md-15{margin:15rem !important}.mt-md-15{margin-top:15rem !important}.mb-md-15{margin-bottom:15rem !important}}@media (min-width: 992px){.p-lg-15{padding:15rem !important}.pt-lg-15{padding-top:15rem !important}.pb-lg-15{padding-bottom:15rem !important}.m-lg-15{margin:15rem !important}.mt-lg-15{margin-top:15rem !important}.mb-lg-15{margin-bottom:15rem !important}}.p-16{padding:16rem}.pt-16{padding-top:16rem}.pb-16{padding-bottom:16rem}.m-16{margin:16rem}.mt-16{margin-top:16rem !important}.mb-16{margin-bottom:16rem !important}@media (min-width: 768px){.p-md-16{padding:16rem !important}.pt-md-16{padding-top:16rem !important}.pb-md-16{padding-bottom:16rem !important}.m-md-16{margin:16rem !important}.mt-md-16{margin-top:16rem !important}.mb-md-16{margin-bottom:16rem !important}}@media (min-width: 992px){.p-lg-16{padding:16rem !important}.pt-lg-16{padding-top:16rem !important}.pb-lg-16{padding-bottom:16rem !important}.m-lg-16{margin:16rem !important}.mt-lg-16{margin-top:16rem !important}.mb-lg-16{margin-bottom:16rem !important}}[class*=sep-]{position:relative}[class*=sep-]:before,[class*=sep-]:after{content:"";position:absolute;z-index:1;left:0;right:0;pointer-events:none}.theme-black{background-color:#000;color:#fff}.theme-black .owl-dots .owl-dot
span{width:14px;height:14px;background-color:rgba(255, 255, 255, 0.48)}.theme-black .owl-dots .owl-dot:hover span, .theme-black .owl-dots .owl-dot.active
span{background-color:#fff}.theme-grey{background-color:#efefef;color:#01035c}.theme-grey .owl-dots .owl-dot
span{width:14px;height:14px;background-color:rgba(0, 0, 255, 0.48) !important}.theme-grey .owl-dots .owl-dot:hover span, .theme-grey .owl-dots .owl-dot.active
span{background-color:#00f !important}.theme-white{background-color:#fff;color:#01035c}.theme-white .owl-dots .owl-dot
span{width:14px;height:14px;background-color:rgba(0, 0, 255, 0.48) !important}.theme-white .owl-dots .owl-dot:hover span, .theme-white .owl-dots .owl-dot.active
span{background-color:#00f !important}.theme-bleu-fonce{background-color:#01035c;color:#fff}.theme-bleu-fonce .owl-dots .owl-dot
span{width:14px;height:14px;background-color:rgba(255, 255, 255, 0.48)}.theme-bleu-fonce .owl-dots .owl-dot:hover span, .theme-bleu-fonce .owl-dots .owl-dot.active
span{background-color:#fff}.theme-bleu-clair{background-color:#00f;color:#fff}.theme-bleu-clair .owl-dots .owl-dot
span{width:14px;height:14px;background-color:rgba(255, 255, 255, 0.48)}.theme-bleu-clair .owl-dots .owl-dot:hover span, .theme-bleu-clair .owl-dots .owl-dot.active
span{background-color:#fff}.theme-violet-fonce{background-color:#28004a;color:#fff}.theme-violet-fonce .owl-dots .owl-dot
span{width:14px;height:14px;background-color:rgba(255, 255, 255, 0.48)}.theme-violet-fonce .owl-dots .owl-dot:hover span, .theme-violet-fonce .owl-dots .owl-dot.active
span{background-color:#fff}.theme-violet-clair{background-color:#609;color:#fff}.theme-violet-clair .owl-dots .owl-dot
span{width:14px;height:14px;background-color:rgba(255, 255, 255, 0.48)}.theme-violet-clair .owl-dots .owl-dot:hover span, .theme-violet-clair .owl-dots .owl-dot.active
span{background-color:#fff}.theme-orange{background-color:#f60;color:#fff}.theme-orange .owl-dots .owl-dot
span{width:14px;height:14px;background-color:rgba(255, 255, 255, 0.48)}.theme-orange .owl-dots .owl-dot:hover span, .theme-orange .owl-dots .owl-dot.active
span{background-color:#fff}.wp-block-columns{gap:2rem}:root{--plyr-color-main:#01035c}html,body{font-family:"Montserrat",sans-serif;font-size:15px;color:#01035c;font-weight:300;scroll-behavior:smooth}html.theme-black,body.theme-black{background:linear-gradient(140deg, black 0%, #000 40vw)}html.theme-grey,body.theme-grey{background:linear-gradient(140deg, black 0%, #efefef 40vw)}html.theme-white,body.theme-white{background:linear-gradient(140deg, black 0%, #fff 40vw)}html.theme-bleu-fonce,body.theme-bleu-fonce{background:linear-gradient(140deg, black 0%, #01035c 40vw)}html.theme-bleu-clair,body.theme-bleu-clair{background:linear-gradient(140deg, black 0%, #00f 40vw)}html.theme-violet-fonce,body.theme-violet-fonce{background:linear-gradient(140deg, black 0%, #28004a 40vw)}html.theme-violet-clair,body.theme-violet-clair{background:linear-gradient(140deg, black 0%, #609 40vw)}html.theme-orange,body.theme-orange{background:linear-gradient(140deg, black 0%, #f60 40vw)}body{overflow-x:hidden;min-height:100vh}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Chewy",cursive;margin:0;margin-bottom:1.5rem;line-height:1;font-weight:normal}h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6
span{display:block;font-size:2.2rem;line-height:1.5;color:#f60}h1.montserrat,h2.montserrat,h3.montserrat,h4.montserrat,h5.montserrat,h6.montserrat,.h1.montserrat,.h2.montserrat,.h3.montserrat,.h4.montserrat,.h5.montserrat,.h6.montserrat{font-family:"Montserrat",sans-serif;font-size:1.35rem;font-weight:800;letter-spacing:0.075rem;text-transform:uppercase}h1,.h1{font-size:6.25rem;margin-bottom:0.8rem}h2,.h2{font-size:3.75rem;margin-bottom:1.2rem}h3,.h3{font-size:2.8rem;margin-bottom:1.3rem}h4,h5,h6{font-size:2.2rem}p{font-size:1rem;line-height:1.6;margin:1rem 0;letter-spacing:0.025rem}a{text-decoration:none;color:#00f;-webkit-transition:color 0.5s ease;transition:color 0.5s ease}a.underline{display:block;margin-top:2rem;text-decoration:underline;font-weight:600;color:#01035c}a.underline.white{color:#fff}a.underline:hover{color:#f60;text-decoration:underline}a:hover{text-decoration:none;color:#f60}strong,b{font-weight:700}address{font-style:normal;font-size:1rem;line-height:1.6;margin:1rem 0;letter-spacing:0.025rem}dl.styled-list,ol.styled-list,ul.styled-list{list-style:none;padding:0;margin:0}dl.styled-list li,
ol.styled-list li,
ul.styled-list
li{color:#609;font-weight:700;margin-bottom:0.5rem}dl.styled-list li:before,
ol.styled-list li:before,
ul.styled-list li:before{content:">";font-family:"Montserrat",sans-serif;font-weight:800;font-size:1rem;margin-right:0.5rem;color:#f60}.button-mini{font-size:0.9rem !important}button,.button{display:inline-block;font-family:"Montserrat",sans-serif;font-size:1.1rem;font-weight:600;text-transform:uppercase;line-height:1.2;text-align:center;color:#fff;letter-spacing:0.075rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1.4rem 3rem;border-radius:5rem;border:none;background-color:#f60;background-image:linear-gradient(25deg, #609 5%, rgba(255, 255, 255, 0) 100%);-webkit-transition:background 0.3s ease, color 0.3s ease, border 0.3s ease;transition:background 0.3s ease, color 0.3s ease, border 0.3s ease}button.small,.button.small{padding:1.25rem 2.5rem}button.square,.button.square{font-size:1rem;font-weight:500;letter-spacing:0.05rem;border-radius:0;padding:0.75rem 2rem;background-color:#609;background-image:none !important}button.border,.button.border{font-size:1rem;border-radius:0;padding:0.75rem 1.1rem;border:solid 1px rgba(255, 255, 255, 0.25);background-color:transparent;background-image:none !important}button.border.icon,.button.border.icon{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}button.border.icon.cart,.button.border.icon.cart{background-color:#00f}button.border.icon.cart:before,.button.border.icon.cart:before{top:0px;width:19px;height:19px;background-image:url(/wp-content/themes/capform/images/icons/cart.svg);-webkit-filter:none;filter:none}button.border.icon:before,.button.border.icon:before{content:"";position:relative;padding-right:0.75rem;top:1px;width:20px;height:14px;background-image:url(/wp-content/themes/capform/images/icons/arrow.svg);background-repeat:no-repeat;background-size:contain;-webkit-filter:invert(1);filter:invert(1)}button.border.blue,.button.border.blue{color:#01035c;border:solid 1px rgba(1, 3, 92, 0.25)}button.border.blue:before,.button.border.blue:before{-webkit-filter:invert(10%) sepia(76%) saturate(2869%) hue-rotate(232deg) brightness(83%) contrast(127%);filter:invert(10%) sepia(76%) saturate(2869%) hue-rotate(232deg) brightness(83%) contrast(127%)}button.border.blue:hover,.button.border.blue:hover{background-color:rgba(1, 3, 92, 0.2)}button.border.orangeHover:hover,.button.border.orangeHover:hover{border-color:transparent;background-color:#f60}button.border:hover,.button.border:hover{background-color:rgba(255, 255, 255, 0.2)}button:hover,.button:hover{color:#fff;background-color:#00f}header
nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}header nav
ul{list-style:none;margin:0;padding:0}header nav ul
li{text-align:center;margin:0
1rem}header nav ul li
a{width:100%;display:inline-block}header nav ul>li>a{text-transform:uppercase}header nav ul>li:last-child{margin-right:0}header nav .top-menu{position:relative;margin-bottom:3rem;display:-webkit-box;display:-ms-flexbox;display:flex}header nav .top-menu
ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header nav .top-menu ul:first-child li:last-child
a{font-weight:500;letter-spacing:0.05rem;padding:0.75rem 2rem;background-color:#609;color:white;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}header nav .top-menu ul:first-child li:last-child a:hover{background:#00f}header nav .top-menu ul:before{content:"";position:absolute;top:100%;right:calc((100vw - 1420px) / -2 - var(--bs-gutter-x) / 2);width:100vw;height:1px;background-color:rgba(255, 255, 255, 0.25)}header nav .top-menu ul
li{margin:0}header nav .top-menu ul li.facebook, header nav .top-menu ul
li.instagram{margin:0
0.5rem}header nav .top-menu ul li.facebook a, header nav .top-menu ul li.instagram
a{display:block;color:transparent;overflow:hidden;padding:0;width:25px;height:25px;background-repeat:no-repeat;background-size:contain;opacity:0.6;-webkit-transition:background 0.3s ease, opacity 0.3s ease;transition:background 0.3s ease, opacity 0.3s ease}header nav .top-menu ul
li.facebook{margin-left:1rem}header nav .top-menu ul li.facebook
a{background-image:url(/wp-content/themes/capform/images/icons/facebook.svg)}header nav .top-menu ul li.facebook a:hover{opacity:1;color:transparent;background-image:url(/wp-content/themes/capform/images/icons/facebook-hover.svg)}header nav .top-menu ul li.instagram
a{background-image:url(/wp-content/themes/capform/images/icons/instagram.svg)}header nav .top-menu ul li.instagram a:hover{opacity:1;color:transparent;background-image:url(/wp-content/themes/capform/images/icons/instagram-hover.svg)}header nav .top-menu ul li
a{font-size:1rem;font-weight:500;line-height:1;padding:0.75rem 2rem;color:rgba(255, 255, 255, 0.6);letter-spacing:0.05rem}header nav .top-menu ul li a:hover{color:white}header nav .top-menu ul li.current-menu-item
a{color:#fff;background-color:#00f}header nav .main-menu>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header nav .main-menu>ul>li{margin:0
0.9rem}header nav .main-menu>ul>li>a:before{content:"";position:absolute;opacity:0;top:100%;left:50%;width:0%;height:4px;border-radius:20px;background:linear-gradient(140deg, #609 0%, #f60 100%);-webkit-transition:width 0.3s ease, left 0.3s ease, opacity 0.2s ease;transition:width 0.3s ease, left 0.3s ease, opacity 0.2s ease}header nav .main-menu > ul > li.current-menu-parent a:before, header nav .main-menu > ul > li.current-menu-item a:before{left:30%;width:40%;opacity:1}header nav .main-menu > ul > li:hover
ul{top:calc(100% + 4px);pointer-events:auto;opacity:1}header nav .main-menu > ul > li:hover a:before{left:30%;width:40%;opacity:1}header nav .main-menu > ul
li{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}header nav .main-menu > ul li
a{position:relative;font-size:1.1rem;font-weight:600;color:#fff;letter-spacing:0.075rem}header nav .main-menu > ul li
ul{position:absolute;top:calc(100% + 20px);padding-top:1rem;background-color:#fff;pointer-events:none;opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}header nav .main-menu > ul li ul
li{margin:0;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}header nav .main-menu > ul li ul li
a{font-size:1rem;font-weight:400;text-transform:initial;letter-spacing:0;padding:0.5rem 2rem;color:#01035c}header nav .main-menu > ul li ul li:not(:last-child){border-bottom:1px solid rgba(1, 3, 92, 0.25)}header nav .main-menu > ul li ul li:hover{background:#01035c}header nav .main-menu > ul li ul li:hover
a{color:#fff}header
.burger{cursor:pointer;display:none;position:absolute;right:calc(var(--bs-gutter-x) * 0.5);width:35px;height:22px;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease}header .burger.active:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}header .burger.active:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:0}header .burger.active span:before{opacity:0}header .burger:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}header .burger:active, header .burger:focus{-webkit-transform:scale(0.9);transform:scale(0.9)}header .burger span:before, header .burger:after, header .burger:before{content:"";position:absolute;width:35px;height:2px;background-color:#fff;border-radius:2px;-webkit-transition:top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;transition:top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;transition:transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;transition:transform 0.3s ease, top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease}header .burger:after{top:10px}header .burger span:before{top:20px}header
.logo{position:relative;z-index:2}header .logo:before{content:"";position:absolute;right:-185%;top:0;width:1900px;height:calc(100% + 2rem);background-image:url(/wp-content/themes/capform/images/formes/header-logo-background.svg);background-repeat:no-repeat;background-size:contain;pointer-events:none;-webkit-filter:drop-shadow(0 0 30px rgba(1, 3, 92, 0.25));filter:drop-shadow(0 0 30px rgba(1, 3, 92, 0.25))}header .logo
a{display:block;height:150px;width:200px;padding:0.5rem}header .logo a
img{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (min-width: 576px){header
.container{max-width:640px}}@media (min-width: 768px){header
.container{max-width:820px}}@media (min-width: 992px){header
.container{max-width:1060px}}@media (min-width: 1200px){header
.container{max-width:1240px}}@media (min-width: 1400px){header
.container{max-width:1420px}}main{will-change:transform;-webkit-transform:translateZ(0);transform:translateZ(0)}main section
img{width:100%}footer{background-color:#000032}footer
p{margin-top:0}footer
img{height:120px;width:100%;-o-object-fit:contain;object-fit:contain;-webkit-filter:saturate(0) brightness(100);filter:saturate(0) brightness(100)}footer
b{text-transform:uppercase;font-weight:700}footer
a{color:#fff}footer a:hover{color:#f60}footer
ul{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer ul li.facebook, footer ul
li.instagram{margin:0
1rem 1.2rem 0rem}footer ul li.facebook a, footer ul li.instagram
a{display:block;color:transparent;overflow:hidden;padding:0;width:25px;height:25px;background-repeat:no-repeat;background-size:contain;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}footer ul li.facebook
a{background-image:url(/wp-content/themes/capform/images/icons/facebook.svg)}footer ul li.facebook a:hover{background-image:url(/wp-content/themes/capform/images/icons/facebook-hover.svg)}footer ul li.instagram
a{background-image:url(/wp-content/themes/capform/images/icons/instagram.svg)}footer ul li.instagram a:hover{background-image:url(/wp-content/themes/capform/images/icons/instagram-hover.svg)}footer .liens-rejoignez{line-height:2.2}footer
.inline{margin:0.5rem 0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex}footer .inline
address{margin:0}footer .inline
img{position:relative;top:-0.1rem;width:1.75rem;height:1.75rem;margin-right:0.8rem;-o-object-fit:contain;object-fit:contain}footer .footer-menu
ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer .footer-menu ul
li{position:relative;margin:0
0.6rem}footer .footer-menu ul li:not(:last-child):before{content:"";position:absolute;right:-0.6rem;top:calc(50% - 0.4rem);height:0.8rem;width:1px;background:#fff}footer .footer-menu ul li:first-child{pointer-events:none}footer .container>.row>div{padding:0}form
h2{color:#00f;margin:3rem 0 2rem}form
label{display:block;font-size:1rem;font-weight:700;margin-bottom:0.6rem}form
label.donnees{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c}form select,
form
input{display:block;width:100%;font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0.6rem 0.8rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:1px
solid #00f;-webkit-transition:border 0.3s ease, color 0.3s ease;transition:border 0.3s ease, color 0.3s ease}form select:focus,
form input:focus{border-color:#f60}form select::-webkit-input-placeholder, form input::-webkit-input-placeholder{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0.6rem 0;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}form select::-moz-placeholder, form input::-moz-placeholder{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0.6rem 0;-moz-transition:color 0.3s ease;transition:color 0.3s ease}form select:-ms-input-placeholder, form input:-ms-input-placeholder{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0.6rem 0;-ms-transition:color 0.3s ease;transition:color 0.3s ease}form select::-ms-input-placeholder, form input::-ms-input-placeholder{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0.6rem 0;-ms-transition:color 0.3s ease;transition:color 0.3s ease}form select::placeholder,
form input::placeholder{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0.6rem 0;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}form select[type=checkbox], form select[type=radio],
form input[type=checkbox],
form input[type=radio]{opacity:0;position:absolute;width:20px;height:20px}form select[type=checkbox]:checked ~ label:after, form select[type=radio]:checked ~ label:after,
form input[type=checkbox]:checked ~ label:after,
form input[type=radio]:checked~label:after{background-color:#fff}form select[type=checkbox] ~ label, form select[type=radio] ~ label,
form input[type=checkbox] ~ label,
form input[type=radio]~label{cursor:pointer;position:relative;padding-left:30px}form select[type=checkbox] ~ label:before, form select[type=radio] ~ label:before,
form input[type=checkbox] ~ label:before,
form input[type=radio]~label:before{content:"";cursor:pointer;position:absolute;top:2px;left:0;width:20px;height:20px;border-radius:30px;background-color:#00f}form select[type=checkbox] ~ label:after, form select[type=radio] ~ label:after,
form input[type=checkbox] ~ label:after,
form input[type=radio]~label:after{content:"";position:absolute;top:5px;left:3px;width:14px;height:14px;border-radius:30px;background-color:transparent;-webkit-transition:left 0.3s ease, background 0.3s ease;transition:left 0.3s ease, background 0.3s ease}form select[type=date]::-webkit-inner-spin-button, form select[type=date]::-webkit-calendar-picker-indicator,
form input[type=date]::-webkit-inner-spin-button,
form input[type=date]::-webkit-calendar-picker-indicator{}form
textarea{display:block;width:100%;font-family:"Montserrat",sans-serif;color:#01035c;font-size:1rem;padding:0.6rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px
solid #00f;outline:none}form textarea::-webkit-input-placeholder{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}form textarea::-moz-placeholder{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0;-moz-transition:color 0.3s ease;transition:color 0.3s ease}form textarea:-ms-input-placeholder{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0;-ms-transition:color 0.3s ease;transition:color 0.3s ease}form textarea::-ms-input-placeholder{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0;-ms-transition:color 0.3s ease;transition:color 0.3s ease}form textarea::placeholder{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}form .select-activity input[type=checkbox] ~ span,
form .select-activity input[type=radio]~span{display:block !important}form
.select{position:relative}form .select:before{content:"";position:absolute;right:0.8rem;bottom:0.8rem;width:20px;height:14px;background-image:url(/wp-content/themes/capform/images/icons/arrow.svg);background-repeat:no-repeat;background-size:contain;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-filter:invert(11%) sepia(100%) saturate(4595%) hue-rotate(244deg) brightness(99%) contrast(155%);filter:invert(11%) sepia(100%) saturate(4595%) hue-rotate(244deg) brightness(99%) contrast(155%)}form
.date{position:relative}form
.search{position:relative}form .search
label{text-transform:uppercase;font-weight:600;margin-bottom:1rem;letter-spacing:0.075rem}form .search
input{padding-right:2rem}form .search:after{content:"";cursor:pointer;position:absolute;right:0.8rem;bottom:0.7rem;width:1rem;height:1rem;background-image:url(/wp-content/themes/capform/images/icons/search.svg);background-repeat:no-repeat;background-size:contain}form
.inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}form .inline .form-group{margin-right:2rem}form
.grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 2rem 1fr 2rem 1fr;grid-template-columns:1fr 1fr 1fr;grid-gap:2rem}form .grid .form-group{margin:0}form .form-group{margin-bottom:1.5rem}form .form-group.error
input{border-color:#f00}form .form-group.error input::-webkit-input-placeholder{color:#f00}form .form-group.error input::-moz-placeholder{color:#f00}form .form-group.error input:-ms-input-placeholder{color:#f00}form .form-group.error input::-ms-input-placeholder{color:#f00}form .form-group.error input::placeholder,
form .form-group.error
label{color:#f00}form .form-group.upload
input{display:none}form .form-group.upload
label{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}form .form-group.upload label
span{position:relative;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:30px;margin-top:0.6rem;cursor:pointer;text-transform:none;font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:300;letter-spacing:0.025rem;color:#01035c;padding:0.6rem 0.8rem;border:1px
solid #00f;-webkit-transition:color 0.3s ease, border 0.3s ease;transition:color 0.3s ease, border 0.3s ease}form .form-group.upload label span:before{content:"";position:absolute;left:-30px;width:19px;height:23px;background-image:url(/wp-content/themes/capform/images/icons/upload.svg);background-repeat:no-repeat;background-size:contain}form .form-group.upload label span:hover{color:#00f}form .msg-error{color:red;display:none;font-size:1.1rem;font-weight:700}form .msg-success{color:green;display:none;font-size:1.1rem;font-weight:700}form
.inactive{opacity:0.4;pointer-events:none}form.event-form .second-form{-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.sep-header:before{top:calc(clamp(0.7 * 25px, 0.7 * 5vw, 0.7 * 100px) * -1 + 1px);height:clamp(17.5px, 3.5vw, 70px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-header.svg)}.sep-header .wrapper-main{overflow:hidden}.sep-home-activite:before{top:calc(clamp(3 * 25px, 3 * 5vw, 3 * 100px) * -1 + 1px);height:clamp(75px, 15vw, 300px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-white-1.svg)}.sep-activite-indoor:before{top:calc(clamp(1.2 * 25px, 1.2 * 5vw, 1.2 * 100px) * -1 + 1px);height:clamp(30px, 6vw, 120px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-blue-1.svg)}.sep-activites:before,.sep-contact-evenements:before,.sep-organisation:before{top:calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);height:clamp(25px, 5vw, 100px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-white-2.svg)}.sep-agenda:before{top:calc(clamp(1.2 * 25px, 1.2 * 5vw, 1.2 * 100px) * -1 + 1px);height:clamp(30px, 6vw, 120px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-grey-1.svg)}.sep-nous-trouver:before{top:calc(clamp(2.5 * 25px, 2.5 * 5vw, 2.5 * 100px) * -1 + 1px);height:clamp(62.5px, 12.5vw, 250px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-blue-2.svg)}.sep-organise-evenement:before,.sep-reservation:before{top:calc(clamp(2.5 * 25px, 2.5 * 5vw, 2.5 * 100px) * -1 + 1px);height:clamp(62.5px, 12.5vw, 250px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-blue-3.svg)}.sep-tarifs:before,.sep-qui-somme-nous:before{top:calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);height:clamp(25px, 5vw, 100px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-blue-4.svg)}.sep-renouveau:before{top:calc(clamp(1.2 * 25px, 1.2 * 5vw, 1.2 * 100px) * -1 + 1px);height:clamp(30px, 6vw, 120px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-white-3.svg)}.sep-anniversaire:before,.sep-moment:before{top:calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);height:clamp(25px, 5vw, 100px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-grey-2.svg)}.sep-moment:after{bottom:calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);height:clamp(25px, 5vw, 100px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-grey-3.svg)}.sep-pictos:before{top:calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);height:clamp(25px, 5vw, 100px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-white-4.svg)}.sep-pictos:after{bottom:calc(clamp(2 * 25px, 2 * 5vw, 2 * 100px) * -1 + 1px);height:clamp(50px, 10vw, 200px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-white-5.svg)}.sep-footer-detail:before{top:calc(clamp(2 * 25px, 2 * 5vw, 2 * 100px) * -1 + 1px);height:clamp(50px, 10vw, 200px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-blue-6.svg)}.sep-footer-faq:before,.sep-footer-rejoindre:before{top:calc(clamp(2 * 25px, 2 * 5vw, 2 * 100px) * -1 + 1px);height:clamp(50px, 10vw, 200px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-blue-5.svg)}.sep-jeux{background-color:#34004e !important}.sep-jeux:before{top:calc(clamp(1 * 25px, 1 * 5vw, 1 * 100px) * -1 + 1px);height:clamp(25px, 5vw, 100px);background:no-repeat center/100% 100% url(/wp-content/themes/capform/images/separators/sep-violet.svg)}.pictos{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.pictos
li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:3rem 5rem;width:265px}.pictos li
.h1{margin:0;margin-top:1rem;text-align:center;line-height:1.2}.pictos li
.picto{position:relative;width:150px;aspect-ratio:1/1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pictos li .picto.bleu-fonce:before{background:-webkit-gradient(linear, left top, left bottom, from(calc(240deg - var(--angle))), color-stop(0%, #660099), to(#0000ff));background:linear-gradient(calc(240deg - var(--angle)), #609 0%, #00f 100%)}.pictos li .picto:before{content:"";position:absolute;inset:0;-webkit-clip-path:url(#masque-rounded);clip-path:url(#masque-rounded);-webkit-transform:rotate(var(--angle));transform:rotate(var(--angle));-webkit-filter:blur(1px);filter:blur(1px);background:-webkit-gradient(linear, left top, left bottom, from(calc(240deg - var(--angle))), color-stop(0%, #660099), to(#ff6600));background:linear-gradient(calc(240deg - var(--angle)), #609 0%, #f60 100%)}.pictos li .picto
img{position:relative;width:60%}.tarif-composant{margin-bottom:2rem}.tarif-composant
.header{position:relative;top:1rem;-webkit-clip-path:polygon(4.67% 15.08%, 92.35% 0%, 98.91% 89.36%, 0.94% 99.11%);clip-path:polygon(4.67% 15.08%, 92.35% 0%, 98.91% 89.36%, 0.94% 99.11%);background-color:#00f;color:#fff;padding:1rem 0.5rem 1rem 0.5rem;text-align:center}.tarif-composant .header
p{position:relative;top:0.5rem;padding:0
1rem}.tarif-composant
.wrapper{background:#fff;color:#01035c;padding:2rem;padding-top:3rem;width:calc(100% - 6rem);margin:0
3rem}.tarif-composant .wrapper
.montserrat{color:#00f}.tarif-composant .wrapper .horaires-section{position:relative;margin-top:5rem}.tarif-composant .wrapper .horaires-section:before{content:"";position:absolute;left:0;right:0;top:-2.5rem;margin:0
auto;width:85%;height:1px;background-color:rgba(0, 0, 255, 0.25)}.tarif-composant.style-2
.header{-webkit-clip-path:polygon(7.18% 3.54%, 99.88% 22px, 96.4% 100.01%, 1.1% 100%);clip-path:polygon(7.18% 3.54%, 99.88% 22px, 96.4% 100.01%, 1.1% 100%);background-color:#efefef !important;color:#00f}.tarif-composant.style-2 .header
p{top:0.8rem}.tarif-composant.theme-tarif-bleu
.header{background-color:#00f}.tarif-composant.theme-tarif-bleu.style-2
.header{color:#00f}.tarif-composant.theme-tarif-bleu .wrapper
.montserrat{color:#00f}.tarif-composant.theme-tarif-bleu .wrapper .horaires-section:before{background-color:rgba(0, 0, 255, 0.25)}.tarif-composant.theme-tarif-violet
.header{background-color:#609}.tarif-composant.theme-tarif-violet.style-2
.header{color:#609}.tarif-composant.theme-tarif-violet .wrapper
.montserrat{color:#609}.tarif-composant.theme-tarif-violet .wrapper .horaires-section:before{background-color:rgba(102, 0, 153, 0.25)}.tarif-composant.theme-tarif-orange
.header{background-color:#f60}.tarif-composant.theme-tarif-orange.style-2
.header{color:#f60}.tarif-composant.theme-tarif-orange .wrapper
.montserrat{color:#f60}.tarif-composant.theme-tarif-orange .wrapper .horaires-section:before{background-color:rgba(255, 102, 0, 0.25)}.rounded-image{--angle:0deg;--before-opacity:0.3;position:relative}.rounded-image
img{width:110%;height:110%;-o-object-fit:cover;object-fit:cover;-webkit-transform:rotate(calc(0deg - var(--angle)));transform:rotate(calc(0deg - var(--angle)))}.rounded-image
.wrapper{position:relative;aspect-ratio:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-clip-path:url(#masque-rounded);clip-path:url(#masque-rounded);-webkit-transform:rotate(var(--angle));transform:rotate(var(--angle));overflow:hidden}.rounded-image.style-1
.wrapper{-webkit-transform:rotate(30deg);transform:rotate(30deg)}.rounded-image.style-1 .wrapper
img{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.rounded-image:before{content:"";position:absolute;inset:0;background-color:rgba(0, 0, 255, var(--before-opacity));-webkit-clip-path:url(#masque-rounded);clip-path:url(#masque-rounded);-webkit-transform:translate(-20%, -21%) scale(0.6) rotate(-17deg);transform:translate(-20%, -21%) scale(0.6) rotate(-17deg);-webkit-filter:blur(1px);filter:blur(1px);overflow:hidden;pointer-events:none}.rounded-image.before-position-2:before{-webkit-transform:translate(26%, 16%) scale(0.5) rotate(-17deg);transform:translate(26%, 16%) scale(0.5) rotate(-17deg)}.rounded-image.before-position-3:before{-webkit-transform:translate(2%, 1%) skew(-22deg, 30deg) scale(0.85) rotate(-85deg);transform:translate(2%, 1%) skew(-22deg, 30deg) scale(0.85) rotate(-85deg)}.rounded-image.before-bleu:before{background-color:rgba(0, 0, 255, var(--before-opacity))}.rounded-image.before-violet:before{background-color:rgba(102, 0, 153, var(--before-opacity))}.rounded-image.before-orange:before{background-color:rgba(255, 102, 0, var(--before-opacity))}.rounded-image.has-circle:after{content:"";position:absolute;top:0;left:0;width:37px;height:37px;border-radius:40px;background-color:#00f;pointer-events:none}.rounded-image.has-circle.after-position-2:after{top:0;left:0}.rounded-image.has-circle.after-orange:after{background:linear-gradient(65deg, #609 0%, #f60 100%)}.rounded-image.owl-carousel
img{-webkit-transform:none !important;transform:none !important}.rounded-image.owl-carousel .owl-stage-outer{position:relative;-webkit-clip-path:url(#masque-rounded);clip-path:url(#masque-rounded);overflow:hidden;aspect-ratio:1}.rounded-image.owl-carousel .owl-stage-outer .owl-stage{height:100%}.rounded-image.owl-carousel .owl-stage-outer .owl-stage .owl-item{height:100%}.activite-cards ul,.cards{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.activite-cards ul li,
.cards
li{max-width:385px;margin:1rem}.activite-cards ul li > a,
.activite-cards ul li .box,
.cards li > a,
.cards li
.box{position:relative;display:block;height:100%;overflow:hidden}.activite-cards ul li > a .image,
.activite-cards ul li .box .image,
.cards li > a .image,
.cards li .box
.image{width:100%;aspect-ratio:1.6;overflow:hidden}.activite-cards ul li > a .image img,
.activite-cards ul li .box .image img,
.cards li > a .image img,
.cards li .box .image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease}.activite-cards ul li > a .informations,
.activite-cards ul li .box .informations,
.cards li > a .informations,
.cards li .box
.informations{padding:1.5rem}.activite-cards ul li > a .informations .title,
.activite-cards ul li .box .informations .title,
.cards li > a .informations .title,
.cards li .box .informations
.title{text-align:center;font-size:1.3rem;font-weight:800;letter-spacing:0.075rem;text-transform:uppercase;color:#609;margin:0}.activite-cards ul li > a .informations .title span,
.activite-cards ul li .box .informations .title span,
.cards li > a .informations .title span,
.cards li .box .informations .title
span{display:block;font-size:1.1rem;font-weight:500}.activite-cards ul li > a .informations .description,
.activite-cards ul li .box .informations .description,
.cards li > a .informations .description,
.cards li .box .informations
.description{margin:1.3rem 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:5;-webkit-line-clamp:5;-webkit-box-orient:vertical}.activite-cards ul li > a .informations button,
.activite-cards ul li > a .informations .button,
.activite-cards ul li .box .informations button,
.activite-cards ul li .box .informations .button,
.cards li > a .informations button,
.cards li > a .informations .button,
.cards li .box .informations button,
.cards li .box .informations
.button{border-color:rgba(1, 3, 92, 0.25);color:#01035c;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.activite-cards ul li > a .informations button:before,
.activite-cards ul li > a .informations .button:before,
.activite-cards ul li .box .informations button:before,
.activite-cards ul li .box .informations .button:before,
.cards li > a .informations button:before,
.cards li > a .informations .button:before,
.cards li .box .informations button:before,
.cards li .box .informations .button:before{-webkit-filter:invert(10%) sepia(76%) saturate(2869%) hue-rotate(232deg) brightness(83%) contrast(127%);filter:invert(10%) sepia(76%) saturate(2869%) hue-rotate(232deg) brightness(83%) contrast(127%);-webkit-transition:-webkit-filter 0.3s ease;transition:-webkit-filter 0.3s ease;transition:filter 0.3s ease;transition:filter 0.3s ease, -webkit-filter 0.3s ease}.activite-cards ul li > a .categorie-actu,
.activite-cards ul li .box .categorie-actu,
.cards li > a .categorie-actu,
.cards li .box .categorie-actu{position:absolute;left:0;top:0;z-index:2;background-color:#609;color:#fff;font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:800;letter-spacing:0.075rem;text-transform:uppercase;border-radius:0;margin:0;padding:0.5rem 1.3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.activite-cards ul li > a:hover,
.activite-cards ul li .box:hover,
.cards li > a:hover,
.cards li .box:hover{color:#01035c}.activite-cards ul li > a:hover .image img,
.activite-cards ul li .box:hover .image img,
.cards li > a:hover .image img,
.cards li .box:hover .image
img{-webkit-transform:scale(1.1);transform:scale(1.1)}.activite-cards ul li > a:hover button,
.activite-cards ul li > a:hover .button,
.activite-cards ul li .box:hover button,
.activite-cards ul li .box:hover .button,
.cards li > a:hover button,
.cards li > a:hover .button,
.cards li .box:hover button,
.cards li .box:hover
.button{border-color:transparent;background-color:#00f;color:#fff}.activite-cards ul li > a:hover button:before,
.activite-cards ul li > a:hover .button:before,
.activite-cards ul li .box:hover button:before,
.activite-cards ul li .box:hover .button:before,
.cards li > a:hover button:before,
.cards li > a:hover .button:before,
.cards li .box:hover button:before,
.cards li .box:hover .button:before{-webkit-filter:invert(1);filter:invert(1)}.activite-cards ul.type-actus li > a .informations .title,
.activite-cards ul.type-actus li .box .informations .title,
.cards.type-actus li > a .informations .title,
.cards.type-actus li .box .informations
.title{line-height:1.2}.activite-cards ul.jeux li,
.cards.jeux
li{max-width:425px}.activite-cards ul.jeux li .image,
.cards.jeux li
.image{width:100%;aspect-ratio:1.6;overflow:hidden}.activite-cards ul.jeux li .image img,
.cards.jeux li .image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease}.activite-cards ul.jeux .informations,
.cards.jeux
.informations{padding:1.5rem 0.8rem !important}.activite-cards ul.jeux .informations ul,
.cards.jeux .informations
ul{list-style:none;margin:0;padding:0;margin-top:3rem;margin-bottom:3rem}.activite-cards ul.jeux .informations ul li,
.cards.jeux .informations ul
li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;margin-bottom:0.5rem}.activite-cards ul.jeux .informations ul li img,
.cards.jeux .informations ul li
img{margin-right:0.5rem;width:50px;-o-object-fit:contain;object-fit:contain;height:auto !important}.activite-cards ul.jeux .informations .title,
.cards.jeux .informations
.title{font-size:2.35rem !important;font-family:"Chewy",cursive}.activite-cards ul.jeux .informations .title span,
.cards.jeux .informations .title
span{font-family:"Montserrat",sans-serif;font-size:16px !important;font-weight:800 !important;letter-spacing:0.075rem;text-transform:uppercase;opacity:0.4}.box{border:1.5rem solid #e6e6e6;background-color:#fff;color:#01035c}.box.theme-bleu{border-color:rgba(0, 0, 255, 0.1);background:rgba(0, 0, 255, 0.1);color:#fff !important}.box.theme-bleu
.informations{background:rgba(0, 0, 255, 0.3);height:100%}.box.theme-bleu .informations
.title{color:#fff !important}.box.theme-bleu .informations button,
.box.theme-bleu .informations
.button{border-color:rgba(255, 255, 255, 0.25) !important;color:#fff !important;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.box.theme-bleu .informations button:before,
.box.theme-bleu .informations .button:before{-webkit-filter:invert(1) !important;filter:invert(1) !important}.box.theme-bleu:not(.noHover):hover button,
.box.theme-bleu:not(.noHover):hover
.button{border-color:rgba(255, 255, 255, 0.25) !important;background-color:rgba(255, 255, 255, 0.2) !important}.box.theme-violet{border-color:rgba(102, 0, 153, 0.1);background:rgba(102, 0, 153, 0.1);color:#fff !important}.box.theme-violet
.informations{background:rgba(102, 0, 153, 0.3);height:100%}.box.theme-violet .informations
.title{color:#fff !important}.box.theme-violet .informations button,
.box.theme-violet .informations
.button{border-color:rgba(255, 255, 255, 0.25) !important;color:#fff !important;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.box.theme-violet .informations button:before,
.box.theme-violet .informations .button:before{-webkit-filter:invert(1) !important;filter:invert(1) !important}.box.theme-violet:not(.noHover):hover button,
.box.theme-violet:not(.noHover):hover
.button{border-color:rgba(255, 255, 255, 0.25) !important;background-color:rgba(255, 255, 255, 0.2) !important}.box.theme-orange{border-color:rgba(255, 102, 0, 0.1);background:rgba(255, 102, 0, 0.1);color:#fff !important}.box.theme-orange
.informations{background:rgba(255, 102, 0, 0.65);height:100%}.box.theme-orange .informations
.title{color:#fff !important}.box.theme-orange .informations button,
.box.theme-orange .informations
.button{border-color:rgba(255, 255, 255, 0.25) !important;color:#fff !important;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.box.theme-orange .informations button:before,
.box.theme-orange .informations .button:before{-webkit-filter:invert(1) !important;filter:invert(1) !important}.box.theme-orange:not(.noHover):hover button,
.box.theme-orange:not(.noHover):hover
.button{border-color:rgba(255, 255, 255, 0.25) !important;background-color:rgba(255, 255, 255, 0.2) !important}.activite-cards{position:relative}.activite-cards
h3{color:#00f;text-transform:uppercase}.activite-cards>.button{position:absolute !important;right:4rem}.activite-cards>.button:hover{background-color:#f60 !important}.activite-cards ul
li{max-width:380px}.activite-cards ul li
a{background-color:#01035c}.activite-cards ul li a
.image{position:relative}.activite-cards ul li a .image
img{position:relative;z-index:0}.activite-cards ul li a .image:before{content:"";position:absolute;z-index:1;inset:0;background-color:rgba(52, 0, 78, 0.41)}.activite-cards ul li a
.informations{position:relative;z-index:2;padding-top:5rem}.activite-cards ul li a .informations
.title{color:#b67cd3;line-height:1.15}.activite-cards ul li a .informations
.price{position:absolute;top:-4rem;left:calc(50% - 4rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:8rem;height:8rem;border-radius:10rem;line-height:1;color:#609;background-color:#fff}.activite-cards ul li a .informations .number-people{position:absolute;z-index:2;top:-2rem;color:#fff;font-size:0.95rem;font-weight:800;letter-spacing:0.075rem;margin:0}.activite-cards ul li a .informations .number-people:before{content:"";position:absolute;top:3px;left:calc(100% + 0.5rem);width:26px;height:16px;background-image:url(/wp-content/themes/capform/images/icons/people.svg);background-repeat:no-repeat;background-size:contain}.activite-cards ul li a .informations button,
.activite-cards ul li a .informations
.button{margin:0
auto;margin-top:2.5rem;width:75%;color:#fff;border:solid 1px #fff;background-color:transparent !important}.activite-cards ul li a .informations button:before,
.activite-cards ul li a .informations .button:before{-webkit-filter:invert(0);filter:invert(0)}.activite-cards ul li a .informations button:hover,
.activite-cards ul li a .informations .button:hover{background-color:rgba(255, 255, 255, 0.2) !important}.activite-cards ul li a:hover
img{-webkit-transform:scale(1.1);transform:scale(1.1)}.activite-cards ul li a:hover button,
.activite-cards ul li a:hover
.button{background-color:rgba(255, 255, 255, 0.2) !important}.activites{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activites
.activite{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0
0.15rem;text-align:center;-webkit-filter:drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));filter:drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));will-change:filter}.activites .activite
a.reservation{position:relative;margin:0
auto;bottom:2rem;border:4px
solid #fff}.activites .activite
.wrapper{position:relative;height:300px;width:250px;padding-bottom:2.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;color:#01035c;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activites .activite .wrapper p,
.activites .activite .wrapper
h3{margin:0;line-height:1;margin-bottom:1rem;padding:0
0.7rem}.activites .activite .wrapper
p{font-weight:600;text-transform:uppercase;text-decoration:underline;letter-spacing:0.075rem}.activites .activite .wrapper
img{height:140px;-o-object-fit:contain;object-fit:contain;-webkit-transition:opacity 0.3s ease, -webkit-filter 0.3s ease;transition:opacity 0.3s ease, -webkit-filter 0.3s ease;transition:opacity 0.3s ease, filter 0.3s ease;transition:opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease}.activites .activite .wrapper:before{content:"";position:absolute;z-index:-1;inset:0;opacity:0;background:linear-gradient(25deg, #609 0%, #00f 100%);-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.activites .activite .wrapper:hover{color:#fff}.activites .activite .wrapper:hover
img{opacity:0.25;-webkit-filter:saturate(0) brightness(100);filter:saturate(0) brightness(100)}.activites .activite .wrapper:hover:before{opacity:1}.activites .activite.activite-1
.wrapper{-webkit-clip-path:polygon(10.6% 2.33%, 98.2% 7.67%, 95.6% 99.33%, 0.8% 93.66%);clip-path:polygon(10.6% 2.33%, 98.2% 7.67%, 95.6% 99.33%, 0.8% 93.66%)}.activites .activite.activite-4 .wrapper, .activites .activite.activite-2
.wrapper{-webkit-clip-path:polygon(0.6% 18%, 89.6% 13%, 99% 95%, 5.6% 100.33%);clip-path:polygon(0.6% 18%, 89.6% 13%, 99% 95%, 5.6% 100.33%)}.activites .activite.activite-3
.wrapper{-webkit-clip-path:polygon(10% 7%, 95.4% 2%, 97.6% 98.66%, 2.4% 97.34%);clip-path:polygon(10% 7%, 95.4% 2%, 97.6% 98.66%, 2.4% 97.34%)}.activites .activite.activite-5
.wrapper{-webkit-clip-path:polygon(1.2% 0%, 98.2% 8%, 98% 95.01%, 2% 100%);clip-path:polygon(1.2% 0%, 98.2% 8%, 98% 95.01%, 2% 100%)}.filters
form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filters form
.inline{padding:0rem 3rem;margin-bottom:1rem;border:1px
solid #00f}.filters form .inline .form-group{margin:1.5rem}.filters form .inline .form-group input[type=checkbox]{display:none}.filters form .inline .form-group input[type=checkbox]:checked~label:after{background-color:#fff}.filters form .inline .form-group input[type=checkbox]~label{cursor:pointer;position:relative;padding-left:30px;margin:0}.filters form .inline .form-group input[type=checkbox]~label:before{content:"";cursor:pointer;position:absolute;top:0;left:0;width:20px;height:20px;border-radius:30px;border:none;background-color:#00f}.filters form .inline .form-group input[type=checkbox]~label:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:30px;background-color:transparent;border:none;-webkit-transform:none;transform:none;-webkit-transition:left 0.3s ease, background 0.3s ease;transition:left 0.3s ease, background 0.3s ease}.filters form
a{margin-bottom:1rem;text-decoration:underline;color:#01035c;font-weight:600;letter-spacing:0.025rem}.questions{list-style:none;margin:0;padding:0}.questions
li{margin-bottom:1rem;border:1px
solid #00f}.questions
li.hide{display:none}.questions li
h2{cursor:pointer;position:relative;color:#fff;background-color:#00f;padding:1.5rem;padding-right:4.5rem;margin:0;margin-top:0 !important;margin-bottom:0 !important}.questions li h2:before{content:"";position:absolute;right:2rem;width:26px;height:20px;background-image:url(/wp-content/themes/capform/images/icons/arrow.svg);background-repeat:no-repeat;background-size:contain;-webkit-filter:invert(1);filter:invert(1);-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease}.questions li
.text{display:none;padding:1rem 2rem;background-color:#fff}.questions li.active
.text{display:block}.questions li.active h2:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.tarifs-liste{list-style:none;margin:0;padding:0}.tarifs-liste
li{position:relative;margin-bottom:1rem;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.tarifs-liste li
h2{cursor:pointer;padding:2rem 0rem;margin:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.tarifs-liste li h2:before{content:"";position:absolute;right:2rem;width:26px;height:20px;background-image:url(/wp-content/themes/capform/images/icons/arrow.svg);background-repeat:no-repeat;background-size:contain;-webkit-filter:invert(1);filter:invert(1);-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease}.tarifs-liste li
.fond{padding:0rem 1.35rem;background:rgba(0, 0, 255, 0.3);-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.tarifs-liste li
.informations{max-height:0;overflow:hidden;opacity:0;padding:0;background:none !important;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.tarifs-liste li .informations
.onglets{margin-bottom:3rem}.tarifs-liste li .informations .onglets
button{margin-right:2.5rem;padding:0.75rem 1.1rem !important;font-weight:600 !important;letter-spacing:0.075rem}.tarifs-liste li .informations .onglets
button.square{border:1px
solid #609}.tarifs-liste li .informations .onglets button.square:hover{background-color:#609}.tarifs-liste li .informations .text-hors-vacances,
.tarifs-liste li .informations .text-vacances{display:none}.tarifs-liste li .informations .text-hors-vacances > div,
.tarifs-liste li .informations .text-vacances>div{padding-right:2rem}.tarifs-liste li .informations .text-hors-vacances > div:not(:first-child),
.tarifs-liste li .informations .text-vacances>div:not(:first-child){padding-left:2rem}.tarifs-liste li .informations .text-hors-vacances > div:not(:last-child),
.tarifs-liste li .informations .text-vacances>div:not(:last-child){border-right:1px solid rgba(255, 255, 255, 0.25)}.tarifs-liste li .informations .text-hors-vacances .title,
.tarifs-liste li .informations .text-vacances
.title{margin-top:0;color:#6464d3 !important;font-weight:700;text-transform:uppercase}.tarifs-liste li .informations .text-hors-vacances.active,
.tarifs-liste li .informations .text-vacances.active{display:-webkit-box;display:-ms-flexbox;display:flex}.tarifs-liste li .informations
.more{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0
auto;margin-top:3rem}.tarifs-liste li.active
.fond{padding:2rem 1.35rem}.tarifs-liste li.active
.informations{max-height:1500px;overflow:auto;opacity:1;padding:1rem 0;border-top:1px solid rgba(255, 255, 255, 0.25)}.tarifs-liste li.active
h2{padding:0;padding-bottom:1.35rem}.tarifs-liste li.active h2:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.tarifs-liste li:not(.active){border-width:0}.owl-carousel .owl-nav{position:absolute;left:-70px;right:-70px;top:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0}.owl-carousel .owl-nav
button{position:relative;width:50px;height:50px;border-radius:0 !important;border:1px
solid rgba(255, 255, 255, 0.25) !important}.owl-carousel .owl-nav button
span{display:none}.owl-carousel .owl-nav button.owl-prev:before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.owl-carousel .owl-nav button:before{content:"";position:absolute;top:15px;left:12px;width:25px;height:18px;background-image:url(/wp-content/themes/capform/images/icons/arrow.svg);background-repeat:no-repeat;background-size:contain;-webkit-filter:invert(1);filter:invert(1)}.owl-carousel .owl-nav button:hover{background-color:rgba(255, 255, 255, 0.35) !important}.has-style-list
ul{list-style:none;padding:0;margin:2.3rem 0}.has-style-list ul
li{color:#609;font-weight:700;margin-bottom:0.5rem}.has-style-list ul li:before{content:">";font-family:"Montserrat",sans-serif;font-weight:800;font-size:1rem;margin-right:0.5rem;color:#f60}.home{background:-webkit-gradient(linear, left top, left bottom, from(#010117), color-stop(20%, #01035c)) !important;background:linear-gradient(180deg, #010117 0%, #01035c 20%) !important}.home .header-section h1,
.home .header-section
p{position:relative;z-index:1;text-transform:uppercase}.home .header-section
h1{font-family:"Montserrat",sans-serif;font-size:4.5rem;font-weight:700;line-height:1;letter-spacing:0rem;color:#f60}.home .header-section h1:after{content:"";position:absolute;top:2%;right:-2%;width:18px;height:18px;background:no-repeat center/100% url(/wp-content/themes/capform/images/formes/forme-6.svg)}.home .header-section
p{font-size:1.3rem;font-weight:600;letter-spacing:0.05rem;color:#fff;margin:0}.home .header-section .plyr--video{margin:0
auto;width:90%;min-height:500px;margin-top:-9.5rem}.home .header-section
a{position:relative;z-index:2;top:2.5rem}.home .billard-jeux{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home .billard-jeux
a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#01035c;width:450px;padding:0rem 2rem;margin:1rem 2rem;border:1px
solid #00f}.home .billard-jeux a img,
.home .billard-jeux a
.h4{position:relative;z-index:1}.home .billard-jeux a
img{width:100px;height:100px;-o-object-fit:contain;object-fit:contain;margin-right:1rem;-webkit-transition:opacity 0.3s ease, -webkit-filter 0.3s ease;transition:opacity 0.3s ease, -webkit-filter 0.3s ease;transition:opacity 0.3s ease, filter 0.3s ease;transition:opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease}.home .billard-jeux a
.h4{font-size:1.6rem;text-transform:uppercase;letter-spacing:0.075rem;margin:0}.home .billard-jeux a:before{content:"";position:absolute;z-index:0;inset:0;opacity:0;background:linear-gradient(25deg, #609 0%, #00f 100%);-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.home .billard-jeux a:hover{color:#fff}.home .billard-jeux a:hover
img{opacity:0.25;-webkit-filter:saturate(0) brightness(100);filter:saturate(0) brightness(100)}.home .billard-jeux a:hover:before{opacity:1}.section-nous-trouver
a{color:#fff}.section-nous-trouver a:hover{color:#f60}.contact .informations-container{position:relative}.contact .informations-container
b{text-transform:uppercase;font-weight:700}.contact .informations-container
a{color:#fff!important}.contact .informations-container a:hover{color:#ff6600!important}.contact .informations-container
.wrapper{aspect-ratio:1;-webkit-clip-path:url(#masque-rounded);clip-path:url(#masque-rounded);-webkit-transform:rotate(-44deg);transform:rotate(-44deg);overflow:hidden;background-color:#01035c;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.contact .informations-container .wrapper>div{padding-top:7.5rem;padding-left:7.5rem;-webkit-transform:rotate(44deg);transform:rotate(44deg)}.contact .informations-container .wrapper>div>img{margin-top:1rem;height:auto}.contact .informations-container
.inline{margin:0.5rem 0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex}.contact .informations-container .inline
address{margin:0}.contact .informations-container .inline
img{position:relative;top:-0.1rem;width:1.75rem;height:1.75rem;margin-right:0.8rem;-o-object-fit:contain;object-fit:contain}.contact .informations-container:before{content:"";position:absolute;inset:0;background-color:#f60;-webkit-clip-path:url(#masque-rounded);clip-path:url(#masque-rounded);overflow:hidden;-webkit-transform:translate(-20%, -21%) scale(0.6) rotate(-17deg);transform:translate(-20%, -21%) scale(0.6) rotate(-17deg);pointer-events:none}.contact
input{width:85%}.detail-actualite
h3{color:#f60;margin-top:40px}.detail-actualite
h2{margin-top:30px}.detail-actualite
.categorie{background-color:#609;color:#fff;font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:800;letter-spacing:0.075rem;text-transform:uppercase;margin:0
auto;border-radius:0;padding:0.75rem 2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.detail-actualite
.important{margin-top:3rem;padding:2rem;padding-bottom:1rem;background:-webkit-gradient(linear, left top, right top, from(#0000ff), to(#660099));background:linear-gradient(90deg, #00f 0%, #609 100%);color:#fff}.formule-evenements{position:relative;z-index:2;padding:2.5rem 2rem 1.5rem;background:linear-gradient(60deg, #00f 0%, #609 100%);color:#fff}.formule-evenements
h3{margin-bottom:2.5rem}.formule-evenements
ul{list-style:none;margin:0;padding:0}.formule-evenements ul
li{position:relative;text-transform:uppercase;padding-left:calc(6px + 0.8rem);margin-bottom:1.5rem}.formule-evenements ul li:before{content:"";position:absolute;top:0.5rem;left:0;width:6px;height:6px;border-radius:6px;background-color:rgba(255, 255, 255, 0.5)}.detail-activite
h1{font-size:5rem}.detail-activite .header-section .illu-activite{-webkit-transform:scale(1.1);transform:scale(1.1)}.detail-activite .header-section .icon-activite{width:70px;margin-right:2rem;margin-bottom:2rem}.detail-activite .sep-moment .owl-dots .owl-dot
span{background-color:rgba(255, 102, 0, 0.48) !important}.detail-activite .sep-moment .owl-dots .owl-dot:hover span, .detail-activite .sep-moment .owl-dots .owl-dot.active
span{background-color:#f60 !important}.activites-reservation
.container{position:relative}.activites-reservation .container .rounded-image{position:absolute;z-index:2;left:-300px;bottom:calc(100% - 200px);width:400px;height:400px}.contact-evenements
.container{position:relative}.contact-evenements .container .rounded-image{position:absolute;z-index:2;right:-400px;bottom:50%;width:500px;height:500px}.contact-evenements .container .rounded-image:before{-webkit-transform:translate(9%, -30%) skew(-22deg, 30deg) scale(0.85) rotate(-85deg) !important;transform:translate(9%, -30%) skew(-22deg, 30deg) scale(0.85) rotate(-85deg) !important}.sep-organise-evenement .has-circle:after{background-color:rgba(255, 255, 255, 0.4)}.sep-organisation .rounded-image.has-circle:after{top:initial;left:-20px;bottom:90px}[class*=forme-left-]{position:relative}[class*=forme-left-]:before{content:"";position:absolute;z-index:1;pointer-events:none;background-repeat:no-repeat;background-size:contain}[class*=forme-right-]{position:relative}[class*=forme-right-]:after{content:"";position:absolute;z-index:1;pointer-events:none;background-repeat:no-repeat;background-size:contain}.forme-left-1:before{width:400px;height:300px;left:-260px;background-image:url("/wp-content/themes/capform/images/formes/forme-1.svg")}.forme-right-1:after{width:400px;height:300px;right:-260px;background-image:url("/wp-content/themes/capform/images/formes/forme-1.svg")}.forme-left-2:before{width:300px;height:300px;left:-150px;background-image:url("/wp-content/themes/capform/images/formes/forme-2.svg")}.forme-right-2:after{width:300px;height:300px;right:-150px;background-image:url("/wp-content/themes/capform/images/formes/forme-2.svg")}.forme-left-3:before{width:215px;height:215px;left:-230px;background-image:url("/wp-content/themes/capform/images/formes/forme-3.svg")}.forme-right-3:after{width:215px;height:215px;right:-200px;background-image:url("/wp-content/themes/capform/images/formes/forme-3.svg")}.forme-left-4:before{width:270px;height:300px;left:-230px;background-image:url("/wp-content/themes/capform/images/formes/forme-4.svg")}.forme-right-4:after{width:270px;height:300px;right:-230px;background-image:url("/wp-content/themes/capform/images/formes/forme-4.svg")}.forme-left-5:before{width:370px;height:310px;left:-310px;background-image:url("/wp-content/themes/capform/images/formes/forme-5.svg")}.forme-right-5:after{width:370px;height:310px;right:-310px;background-image:url("/wp-content/themes/capform/images/formes/forme-5.svg")}.home .sep-home-activite .forme-left-1:before{bottom:-10px;left:-310px;z-index:2}.sep-activites .forme-left-1:before{top:-160px}.sep-tarifs .forme-left-1:before{top:-150px}.sep-qui-somme-nous .forme-left-1:before{top:-225px;left:-340px}.contact .header-section .forme-left-1:before{left:0;bottom:80px}.sep-anniversaire .forme-left-1:before{top:-150px;left:-300px}.sep-anniversaire{position:relative}.sep-anniversaire:after{content:"";position:absolute;bottom:-5%;right:5%;left:inherit !important;width:250px;height:250px;background:no-repeat center/100% url(/wp-content/themes/capform/images/formes/forme-5.svg)}.home .header-section .forme-left-2:before{top:180px;left:-400px}.home .section-nous-trouver .forme-left-2:before{top:-250px}.nos-jeux .forme-right-2:after{top:-110px}.sep-footer-detail .forme-left-2:before{top:-230px}.home .section-nous-trouver .forme-right-3:after{top:-200px}.sep-pictos .forme-left-3:before{top:250px}.detail-actualite .header-section .forme-right-3:after,
.page-actu .header-section .forme-right-3:after,
.tarifs-horaires .header-section .forme-right-3:after{top:0}.sep-footer-detail .forme-right-3:after{top:-160px}.tarif-section .forme-left-3:before{top:840px}.forme-right-4:not(.tarif-composant){width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0
auto;-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.forme-right-4:after{top:-200px}.tarif-composant.forme-right-4:after{right:-250px;top:-185px}.contact-evenements .container.forme-left-5:before{top:calc(50% - 400px)}.home .header-section .forme-right-5:after{bottom:0;z-index:2}.activites-reservation .forme-right-5:after{top:-280px}.sep-renouveau .forme-right-5:after{bottom:-140px;right:40px}.sep-renouveau .before-bleu{position:relative;z-index:1;bottom:6.5rem}.sep-renouveau .before-bleu:before{-webkit-transform:translate(-29%, -15%) scale(0.6) rotate(-60deg) !important;transform:translate(-29%, -15%) scale(0.6) rotate(-60deg) !important}.sep-footer-faq .forme-right-5:after,
.sep-footer-rejoindre .forme-right-5:after{top:-330px}.sep-jeux .forme-left-5:before{left:-270px;top:0}[class*=flou]{--rotate:0deg;--scale:1;--top:initial;--bottom:initial;--left:initial;--right:initial;position:absolute;z-index:-1;top:var(--top);left:var(--left);right:var(--right);bottom:var(--bottom);-webkit-transform:rotate(var(--rotate)) scale(var(--scale));transform:rotate(var(--rotate)) scale(var(--scale));pointer-events:none !important;background:no-repeat center/100% url(/wp-content/themes/capform/images/flou.png);width:1000px;height:1000px}.home
main{overflow:hidden}@media (max-width: 768px){.map{height:auto}}@media (max-width: 1200px){.flou{display:none !important}}.menu-open
.burger{top:40px}.menu-open header
nav.active{overflow-y:scroll;top:0;right:0;bottom:0;left:0;display:-ms-grid;display:grid;height:unset;padding:30px}.menu-open header nav .main-menu > ul li
ul{-webkit-box-shadow:inherit !important;box-shadow:inherit !important}@media screen and (max-width: 1400px){header nav .top-menu ul:before{right:calc((100vw - 1240px) / -2 - var(--bs-gutter-x) / 2)}header .logo:before{right:-230%}}@media screen and (max-width: 1200px){body.menu-open{overflow:hidden}header .logo:before{right:-300%}header .nav-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .nav-wrapper
.burger{display:block;z-index:100}header .nav-wrapper.active{right:0%}header .nav-wrapper.active:before{pointer-events:all;opacity:1}header .nav-wrapper.active nav .top-menu ul:before{content:none}header .nav-wrapper:before{content:"";position:fixed;inset:0;z-index:99;background-color:rgba(255, 255, 255, 0.75);pointer-events:none;opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}header
nav{position:fixed;top:0;right:calc(-100% - 60px);will-change:right;bottom:0;z-index:99;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#01035c;-webkit-transition:right 0.3s ease;transition:right 0.3s ease}header nav .top-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2rem;margin-bottom:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}header nav .top-menu #menu-menu-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}header nav .top-menu
ul{}header nav .main-menu>ul{display:block}header nav .main-menu > ul
li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1.5rem}header nav .main-menu > ul li
ul{position:initial;background-color:transparent;pointer-events:auto;opacity:1}header nav .main-menu > ul li ul li
a{color:#fff}header
nav.active{right:0%}.h1,h1{font-size:5.25rem}.h2,h2{font-size:3rem}.tarif-composant.style-2 .header
p.h2{font-size:3.5rem}.sep-renouveau .forme-right-5:after{content:none}}@media screen and (max-width: 992px){html,body{font-size:13px !important}header .logo:before{right:-410%}footer
img{height:100px}footer ul
li.instagram{margin-right:0}.tarifs-liste li .informations .text-hors-vacances.active,
.tarifs-liste li .informations .text-vacances.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tarifs-liste li .informations .text-hors-vacances.active > div,
.tarifs-liste li .informations .text-vacances.active>div{border:none;padding:0;text-align:center}.tarifs-liste li .informations .text-hors-vacances.active > div:not(:last-child),
.tarifs-liste li .informations .text-vacances.active>div:not(:last-child){margin-bottom:2rem}.tarifs-liste li .informations
.onglets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tarifs-liste li .informations .onglets
button{margin:0;margin-bottom:1rem;width:100%}.rounded-image{width:clamp(200px, 75vw, 400px);margin:0
auto}.detail-activite .header-section .illu-activite{position:initial;-webkit-transform:scale(1);transform:scale(1);margin-bottom:2rem}.cards.jeux
li{margin:1rem auto}.contact-evenements .container .rounded-image{display:none}.contact-evenements .container.forme-left-5:before{content:none}.sep-renouveau .before-bleu{bottom:initial}.sur-mesure-bouton
a{text-align:initial;-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.filters form
.inline{padding:0rem 1rem}.filters form .inline .form-group{margin:1.5rem 1rem}}@media screen and (max-width: 767px){header .logo a
img{width:80%;height:80%;top:10%}header .logo:before{right:-540%}.h1,h1{font-size:3.25rem}.h2,h2{font-size:2.5rem}.activites-reservation .container .rounded-image{display:none}.home .section-nous-trouver [class*=flou]{display:none}[class*=forme-left-]:before{content:none}[class*=forme-right-]:after{content:none}[class*=flou]{z-index:-1 !important}}@media screen and (max-width: 615px){header{margin-bottom:-1rem}header
.container{background-color:#fff}header .logo:before{content:none}header .burger:not(.active) span:before, header .burger:not(.active):before, header .burger:not(.active):after{background-color:#01035c}.home .header-section
h1{font-size:3rem}}@media screen and (max-width: 480px){.contact .informations-container .wrapper>div{padding-top:5.5rem;padding-left:5.5rem}}@media screen and (max-width: 435px){footer .footer-menu
ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer .footer-menu ul li:before{content:none !important}}a.border.icon.popup-link{font-size:20px;border-radius:0;padding:0.75rem 1.1rem;border:solid 1px rgba(255, 255, 255, 0.25);border-color:rgba(255, 255, 255, 0.25) !important;color:#fff !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent}a.border.icon.popup-link:before{content:"";position:relative;padding-right:0.75rem;top:1px;-webkit-filter:invert(1);filter:invert(1);width:20px;height:14px;background-image:url(/wp-content/themes/capform/images/icons/arrow.svg);background-repeat:no-repeat;color:#FFF;background-size:contain}.white-popup mfp-hide{display:none}.video_jeu_iframe{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0
auto;min-width:60%;aspect-ratio:16/9}.mentions{font-style:italic;font-size:0.7rem}.widget-menu{position:fixed;top:40%;z-index:999;right:50px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width: 992px){.widget-menu{display:none}}.pt-20{padding-top:20px}.box.une{border:1.5rem solid #609 !important}.short-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.short-menu
p{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.short-menu
img{width:20px;height:20px}.short-menu
.button{padding-top:30px;padding-bottom:30px;padding-left:10px;padding-right:10px;-webkit-transition:all 0.4s ease !important;transition:all 0.4s ease !important;margin-left:auto;margin:10px
0;border-radius:99rem;text-decoration:none !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;position:relative}.short-menu .button:hover{top:-10px;-webkit-transition:all 0.4s ease !important;transition:all 0.4s ease !important;position:relative}.short-menu
p{color:white !important;-webkit-writing-mode:tb;-ms-writing-mode:tb;writing-mode:tb;margin:0
!important}#formSubmit
p{display:flex;align-items:center}.select:before{z-index:99}.select-activity{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(3, 1fr);grid-column-gap:0px;grid-row-gap:0px}h2.montserrat{margin-bottom:inherit !important;margin-top:40px !important}.wpcf7-submit{width:fit-content !important}.cards.type-actus{justify-content:flex-start !important}.wpcf7-radio .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item{margin-left:inherit !important;margin-right:10px}.wpcf7-radio .wpcf7-list-item
span{display:flex;align-items:center}form select[type=checkbox]~span:after,
form select[type=radio]~span:after,
form input[type=checkbox]~span:after,
form input[type=radio]~span:after{content:"";position:absolute;top:5px;left:3px;width:14px;height:14px;border-radius:30px;background-color:transparent;transition:left 0.3s ease, background 0.3s ease}form select[type=checkbox]~span:before,
form select[type=radio]~span:before,
form input[type=checkbox]~span:before,
form input[type=radio]~span:before{content:"";cursor:pointer;position:absolute;top:2px;left:0;width:20px;height:20px;border-radius:30px;background-color:#00f}input[type=checkbox]~span,input[type=radio]~span{cursor:pointer !important;position:relative !important;padding-left:30px !important}input[type=checkbox]~span:before,input[type=radio]~span:before{background:transparent !important;border:solid 2px #000fff !important}input[type=checkbox]:checked~span:before,input[type=checkbox]:checked~span:after,input[type=radio]:checked~span:before,input[type=radio]:checked~span:after{background:#000fff !important}input[type=checkbox]:checked~span:after,input[type=radio]:checked~span:after{border:solid 2px #fff !important}.filtre_actualite input[type=checkbox]~label:before{background:transparent !important;border:solid 2px #000fff !important}.filtre_actualite input[type=checkbox]:checked~label:after{background:#000fff !important;top:5px !important;left:5px !important}.BktoTop{background:#f60;position:fixed;bottom:20px;left:20px;z-index:999;padding:14px
15px}.home .header-section
h1{text-shadow:1.5px 1.3px 0px #000}footer ul
li.rezo{margin:0
1rem 1.2rem 0rem}.cachecache{display:none}header nav .main-menu>ul li
ul{box-shadow:1px 1px 7px #b6b6b6}form .select:before{bottom:35px !important}header nav .top-menu ul li.tiktok, header nav .top-menu ul
li.linkedin{margin:0
0.5rem}header nav .top-menu ul li.tiktok a, header nav .top-menu ul li.linkedin
a{display:block;color:transparent;overflow:hidden;padding:0;width:25px;height:25px;background-repeat:no-repeat;background-size:contain;opacity:0.6;-webkit-transition:background 0.3s ease, opacity 0.3s ease;transition:background 0.3s ease, opacity 0.3s ease}header nav .top-menu ul li.tiktok
a{background-image:url(/wp-content/themes/capform/images/icons/TIKTOK.svg)}header nav .top-menu ul li.tiktok a:hover{opacity:1;color:transparent;background-image:url(/wp-content/themes/capform/images/icons/TIKTOK-hover.svg)}header nav .top-menu ul li.linkedin
a{background-image:url(/wp-content/themes/capform/images/icons/LINKEDIN.svg)}header nav .top-menu ul li.linkedin a:hover{opacity:1;color:transparent;background-image:url(/wp-content/themes/capform/images/icons/LINKEDIN-hover.svg)}footer ul li.tiktok, footer ul
li.linkedin{margin:0
1rem 1.2rem 0rem}footer ul li.tiktok a, footer ul li.linkedin
a{display:block;color:transparent;overflow:hidden;padding:0;width:25px;height:25px;background-repeat:no-repeat;background-size:contain;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}footer ul li.tiktok
a{background-image:url(/wp-content/themes/capform/images/icons/TIKTOK.svg)}footer ul li.tiktok a:hover{background-image:url(/wp-content/themes/capform/images/icons/TIKTOK-hover.svg)}footer ul li.linkedin
a{background-image:url(/wp-content/themes/capform/images/icons/LINKEDIN.svg)}footer ul li.linkedin a:hover{background-image:url(/wp-content/themes/capform/images/icons/LINKEDIN-hover.svg)}@media (min-width: 576px){header
.container{max-width:640px}}@media (min-width: 768px){header
.container{max-width:820px}}@media (min-width: 992px){header
.container{max-width:1260px}}@media (min-width: 1200px){header
.container{max-width:1440px}}@media (min-width: 1400px){header
.container{max-width:1620px}}@media screen and (max-width: 1440px){header .logo:before{right:-170%}header .logo a
img{width:60%}}@media screen and (max-width: 1250px){header .logo a
img{width:50%}}@media screen and (max-width: 1200px){header .logo:before{right:-300%}header .logo a
img{width:100%}}@media screen and (max-width: 992px){header .logo:before{right:-410%}}@media screen and (max-width: 800px){header .logo:before{right:-480%}}@media screen and (max-width: 767px){header .logo:before{right:-540%}}