<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /*
Theme Name: Arpege
Author: Akatomy
*/

/* Reset CSS
 * --------------------------------------- */
 
* {
    box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;

}
a{
  text-decoration:none;
  color: inherit;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
  font-weight: bold;
}
nav ol, nav ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#333;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Global
 * --------------------------------------- */

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
 	background-color: #fff;
    color: #373536;
    font-family: 'Spartan', sans-serif;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}

.logo, a.burger {
    font-size: 0;
    line-height: 0;
}

.logo img {
    width: 120px;
    height: auto;
    margin: 20px 0px 20px 0px;
    font-size: 0;
    line-height: 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
}

    header * {
        transition: 0.2s;
    }

header .nav nav {
    /*font-family: 'Manrope', sans-serif;*/
}

@media screen and (max-width: 1024px) {

    header {
        padding: 0px 30px;
    }

    header .nav nav {
        display: none;
    }

}

    header .nav nav &gt; ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .nav nav &gt; ul li {
        position: relative;
    }

    header .nav nav &gt; ul li a:hover {
        color: #2b2b2b;
    }

        header .nav nav &gt; ul ul {
            display: none !important;
        }

            header .nav nav &gt; ul li:hover ul {
                display: flex !important;
                flex-direction: column;
                position: absolute;
                z-index: 10;
                background: #a28e5c;
                top: 50px;
                padding: 12px 20px;
                width: 250px;
                left: -20px;
            }

    header .nav nav &gt; ul &gt; li &gt; a {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #a28e5c;
        display: block;
        padding: 20px 0px;
    }

    header .nav nav &gt; ul ul li {
        padding: 5px 0px;
    }

    header .nav nav &gt; ul ul li:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    header .nav nav &gt; ul ul li a {
        font-size: 11px;
        line-height: 15px;
        color: #fff;
    }

    header .nav nav &gt; ul &gt; li:not(:first-child) {
        margin-left: 50px;
    }

header .nav  {
    display: flex;
    align-items: center;
}

.burger {
    margin-left: 80px;
}

@media screen and (max-width: 1200px) {

    header .nav nav &gt; ul &gt; li:not(:first-child) {
        margin-left: 30px;
    }

    .burger {
        margin-left: 50px;
    }
        
}

.burger img {
    width: 22px;
    height: auto;
    cursor: pointer;
}

.mast {
    font-size: 0;
    line-height: 0;
}

.mast img {
    width: 100%;
    height: auto;
}

div.core {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
}

div.intro {
    flex-basis: 40%;
    position: relative;
}

    div.intro div {
        background: #a28e5c;
        padding: 40px;
        color: #fff;
        position: absolute;
        top: -120px;
        /*bottom: -120px;*/
        right: 0;
        left: 0;
        height: calc(100% + 120px);
    }

    div.intro h1 {
        font-size: 30px;
        line-height: 36px;
        color: #fff;
        margin-bottom: 30px;
    }

    div.intro p:not(:last-child) {
        margin-bottom: 20px;
    }

div.agenda {
    flex-basis: 30%;
    padding: 60px;
    min-height: 430px;
}

    div.agenda .item {
        line-height: 24px;
    }

    div.agenda .item:not(:last-child) {
        margin-bottom: 20px;
    }

    div.agenda .date,  div.archives .date {
        /*font-family: 'Manrope', sans-serif;*/
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        color: #2b2b2b;
    }

    div.focus .date {
        /*font-family: 'Manrope', sans-serif;*/
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        color: #fff;
    }

    div.agenda h3 a, div.focus h3, div.archives h3 a, h3.tribe-events-calendar-list__event-title a {
        font-size: 20px !important;
        line-height: 24px !important;
        color: #a28e5c !important;
        font-weight: 700 !important;
        transition: 0.2s !important;
        letter-spacing: default !important;
        text-decoration: none !important;
    }

    div.focus h3 {
        margin-bottom: 20px;
    }

        div.agenda h3 a:hover, div.focus h3 a:hover, div.archives h3 a:hover, h3.tribe-events-calendar-list__event-title a:hover  {
            color: #01adef !important;
            text-decoration: none !important;
        }

    div.agenda a, div.focus a {
        color: #01adef;
        transition: 0.2s;
    }

        div.agenda a:hover, div.focus a:hover {
            color: #a28e5c;
        }

div.focus {
    flex-basis: 30%;
    position: relative;
}

div.focus div {
    width: 100%;
    background: #2b2b2b;
    padding: 40px;
    color: #fff;
    position: absolute;
    top: 40px;
    bottom: 0;
}

    div.focus h2 {
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 24px;
    }

    div.focus p:not(:last-child) {
        margin-bottom: 24px;
    }

    div.focus a {
        color: #01adef;
    }

@media screen and (max-width: 1024px) {

    .home div.core {
        display: flex;
        flex-direction: column;
    }

    div.intro {
        flex-basis: 100%;
    }

    div.intro div {
        position: relative;
        top: auto;
        padding: 30px;
        height: auto;
    }

    div.agenda {
        flex-basis: 100%;
        padding: 30px;
        min-height: 0;
    }

    div.focus {
        flex-basis: 100%;
        position: relative;
    }

    div.focus div {
        position: relative;
        top: auto;
        bottom: auto;
        padding: 30px;
    }

}

div.innerMenu {
    flex-basis: 20%;
    position: relative;
}

    div.innerMenu div {
        background: #a28e5c;
        padding: 40px 40px 40px 0px;
        color: #fff;
        position: absolute;
        top: -60px;
        bottom: 0px;
        right: 0;
        left: 0;
        width: 100%;
    }

div.content {
    flex-basis: 100%;
    padding: 40px 60px;
    font-family: 'Spartan', sans-serif !important;
}

@media screen and (max-width: 1024px) {

    div.content {
        padding: 30px;
    }

}

    div.content p, div.content a {
        font-family: 'Spartan', sans-serif !important;
    }

    div.content h1 {
        font-size: 30px;
        line-height: 36px;
        color: #2b2b2b;
        font-weight: 700;
        font-family: 'Spartan', sans-serif !important;
    }

    div.content h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
        color: #01adef;
    }

    div.content h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
        color: #a28e5c;
        font-weight: bold;
    }

    div.tribe-events-schedule h2 {
        font-family: 'Spartan', sans-serif;
        font-size: 14px;
        line-height: 22px;
    }

    div.content .title {
        margin-bottom: 24px;
    }

    div.content ul {
        list-style: disc inside;
    }

    div.content p:not(:last-child), div.content ul:not(:last-child) {
        margin-bottom: 30px;
    }

.innerMenu {
    font-family: 'Manrope', sans-serif;
}

    .innerMenu h3 {
        font-family: 'Spartan', sans-serif;
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        margin-bottom: 24px;
        margin-left: 40px;
    }

    .innerMenu ul {
        display: flex;
        flex-direction: column;
        list-style: none;
    }

    .innerMenu ul li {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 5px 0px 5px 40px;
        font-size: 14px;
        line-height: 18px;
    }

    .innerMenu ul li:first-child {
        border-top: 1px solid rgba(255,255,255,0.2);
    }

    .innerMenu ul li a {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
    }

.tribe-events, .tribe-common, .tribe-events-l-container {
    padding: 0 !important;
}

.tribe-events .tribe-common-c-btn-border {
    border-color: #01adef !important;
    color: #01adef !important;
}

.tribe-events .tribe-common-c-btn-border:hover {
    background-color: #01adef !important;
    color: #fff !important;
}

.tribe-events-c-top-bar__nav-list {
    list-style: none !important;
}

.core .content a {
    color: #01adef;
    text-decoration: underline;
}

.core .content a:hover {
    text-decoration: none;
}

.core .content h3 a {
    text-decoration: none;
    color: #01adef !important;
}

time span {
    font-size: 14px;
}

form select, form input, form textarea {
        font-family: 'Spartan', sans-serif !important;
        font-size: 14px;
        padding: 8px 8px 6px 8px;
        width: 100%;
        max-width: 500px;
}

form input[type=submit] {
    border: 1px solid #01adef;
    padding: 11px 20px;
    text-align: center;
    color: #01adef !important;
    border-radius: 3px;
    background: #fff;
}

    form input[type=submit]:hover {
        color: #fff !important;
        background: #01adef;
    }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    color: #01adef;
    font-weight: 700;
    padding: 0;
    margin-left: 0 !important;
}

.content em {
    font-style: italic;
}

div.actuItem {
    border-bottom: 1px solid rgb(213, 213, 213);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

footer {
    padding: 10px 40px;
    border-top: 1px solid #2b2b2b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer &gt; div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
}

@media screen and (max-width: 960px) {

    footer {
        flex-direction: column;
    }

    footer &gt; div {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 480px) {

    footer &gt; div {
        flex-direction: column;
        text-align: center;
    }

}

footer &gt; div &gt; div {
    padding-right: 10px;
}

footer &gt; div img {
    height: 40px;
    width: auto;
}

footer nav {
    /*font-family: 'Manrope', sans-serif;*/
}

    footer nav &gt; ul {
        display: flex;
        justify-content: flex-end;
        font-size: 12px;
    }

    footer nav &gt; ul li {
        position: relative;
    }

    footer nav &gt; ul li a {
        color: #2b2b2b;
    }

    footer nav &gt; ul li a:hover {
        color: #01adef;
    }

    footer nav &gt; ul li:not(:first-child) {
        margin-left: 20px;
    }

div.burger-logo {
    font-size: 0px;
    line-height: 0;
}

    div.burger-logo img {
        width: 120px;
        height: auto;
        margin: 20px 0px 20px 0px;
        font-size: 0;
        line-height: 0;
    }

    .burger-menu {
        position: fixed;
        z-index: 2000;
        background: #2b2b2b;;
        color: #fff;
        top: 0;
        bottom: 0;
        right: -100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

        .burger-menu nav {
            width: 100%;
        }

        .burger-menu ul {
            list-style: none;
            width: 100%;
        }

        .burger-menu ul a {
            display: block;
            text-transform: uppercase;
        }

        .burger-menu ul ul a {
            display: block;
            text-transform: none;
        }

        .burger-menu ul ul {
            display: none;
            padding-top: 8px;
        }

        .burger-menu ul li.expanded &gt; a {
            font-weight: bold;
        }

        .burger-menu ul li {
            margin-left: 0px;
            padding: 8px;
            position: relative;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .burger-menu ul li:not(:last-child) {
            border-bottom: 1px solid rgba(255,255,255,0.5);
        }

        .burger-menu ul li li {
            margin-left: 10px;
            font-size: 11px;
            text-transform: none;
            letter-spacing: 0;
        }

        .burger-menu ul li li {
            margin-left: 20px;
        }

.scrollable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
    padding: 0px 40px;
}

@media screen and (max-width: 1024px) {

    .scrollable {
      position: absolute;
        padding: 0px 30px;
    }

}

.close {
    position: absolute;
    top: 40px;
    right: 40px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 2px;
}

a {
    cursor:pointer;
}

#tribe-events-pg-template {
    padding: 0px !important;
}

.tribe-events-content a {
    border-bottom: none !important;
}

table.tablepress {
    border-collapse: collapse !important;
    margin-bottom: 30px;
}

table.tablepress td {
    border: 1px solid #ddd !important;
    vertical-align: middle;
}

table.tablepress td[colspan]:not([colspan="1"]):not(:first-child) {
    text-align: center;
}

table.tablepress.tarifs .column-3, table.tablepress.tarifs .column-4, table.tablepress.tarifs .column-5, table.tablepress.tarifs .column-6, table.tablepress.tarifs .column-7 {
    text-align: center;    
}

table.tablepress.tarifs .row-2, table.tablepress.tarifs .row-6, table.tablepress.tarifs .row-15, table.tablepress.tarifs .row-20 {
    font-weight: bold;
}</pre></body></html>