:root {
    --default-font-size: 12px;
    --default-spacing: 20px;
    --grid-gap: 20px;
    --big-spacing: 30px;
    --default-gap: 20px;
    --max-width: 1600px;
    --header-height: 60px;
    
    --current-color: #00C1DA; /* Couleur principale : typos actives etc */
    --current-color2: #00C1DA; /* Workshops */
    --current-shape-color: #66DAE9; /* Exemple : fond partenaires */
    --current-shape-color2: #CCF3F8; /* Voir aussi mobile */
    --current-shape-color3: #CCF3F8; /* "Voir aussi" = 60% de current-color */
    --grey1: #707070;
    --grey2: #C9C9C9;
    --grey3: #777777;



    --default-font-family: 'MediaSans-Light';
    --title-font-family: 'MediaSans-Black';
    --title2-font-family: 'MediaSans-Bold';

    --text-font-family: 'viroqua';

    /*--strong-font-family: 'viroqua';
    --light-font-family: 'viroqua';*/
    
    --caption-font-size: 15px;
    --caption-line-height: 20px;
    
    --catcher-font-size: 17px;
    --catcher-line-height: 20px;

    --text-font-size: 19px;
    --text-line-height: 24px;

    --introductory-font-size: 22px;
    --introductory-line-height: 26px;


    /*--current-color: #ff5a50;
    --current-color2: #04ABAF;
    --current-shape-color: #ff8b84;
    --current-shape-color2: #fec5c2;
    --current-shape-color3: #ffe6e5;
    
    --current-color: #e8beff;
    --current-color2: #04ABAF;
    --current-shape-color: #f1d8ff;
    --current-shape-color2: #f4e1fe;
    --current-shape-color3: #f8ebff;*/
    
    /*--current-alt-color: #EE7203; */
}
@media only screen and (min-width: 1024px) {
    :root {
        --default-gap: 40px;
        --header-height: 80px;
        --big-spacing: 50px;
        --grid-gap: 30px;

        --caption-font-size: 13px;
        --caption-line-height: 13px;
        
        --catcher-font-size: 17px;
        --catcher-line-height: 20px;

        --text-font-size: 19px;
        --text-line-height: 24px;

        --introductory-font-size: 23px;
        --introductory-line-height: 30px;
    }
}
#at-cv-lightbox, .at-cv-lightbox-background {
	display: none !important;
}
textarea,
body {
	color: #000;
	font-family: var(--default-font-family), Arial, Verdana, Sans-serif;
    letter-spacing: 1.2px;
	font-size: var(--default-font-size);
	line-height: normal;
}
a {
    color: #000;
}
img {
    /*width: 100%;*/
    display: block;
}
audio {
    width: 100%;
}
h1,h2,h3,h4,h5,h6, strong {
    font-weight: normal;
}
sup {
    vertical-align: top;
    position: relative;
    top: -0.3em;
}
#_mcePaste {
    display: none;
}
.btn {
    cursor: pointer;
}
.pmr {
    padding-left: 25px;
    background: url('../img/pmr.svg') no-repeat left center;
    background-size: 20px;
    line-height: 20px;
}
.page_name {
    font-family: var(--title-font-family);
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
article.item.year,
.section_name {
    font-family: var(--title-font-family);
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--grey1);
    padding: 0 0 5px 0;
    margin-bottom: 20px;
}
.section_name a {
    display: block;
}
.section_year {
    font-family: var(--title-font-family);
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.section_name.link {
    background: url('../img/arrow_right.svg') no-repeat center right;
    background-size: 15px;
}
.item .name {
    font-family: var(--title-font-family);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.item .alt_name {
    font-family: var(--title2-font-family);
    font-size: 15px;
    text-transform: uppercase;
}
.surtitle {
    font-family: var(--title2-font-family);
    font-size: 20px;
    text-transform: uppercase;
}
.subtitle {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 3px;
}
header .subtitle {
    font-size: 15px;
}
.popup_title {
}
.date {
    font-family: var(--title2-font-family);
    font-size: 15px;
    text-transform: uppercase;
}
.dates {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
}
.posted {
    font-family: var(--title2-font-family);
    font-size: 15px;
    text-transform: uppercase;
}
.catcher,
.description,
.text  {
    font-family: var(--text-font-family);
}
.catcher {
    font-size: var(--catcher-font-size);
    line-height: var(--catcher-line-height);
    letter-spacing: 0;
    font-weight: 300;
}
.pages .item.page .catcher {
    line-height: 15px;
}
.catcher strong {
    font-weight: 600;
}
.description {
    letter-spacing: 0;
    font-size: var(--text-font-size);
    line-height: var(--text-line-height);
    margin-bottom: 3px;
}
.introductory {
    font-family: var(--text-font-family);
    font-weight: 300;
    font-size: var(--introductory-font-size);
    line-height: var(--introductory-line-height);
    letter-spacing: 0;
    margin-bottom: 3px;
}
.text {
    font-size: var(--text-font-size);
    line-height: var(--text-line-height);
    letter-spacing: 0;
    margin-bottom: 3px;
}
.answer {
    font-family: var(--text-font-family);
    font-size: var(--text-font-size);
    line-height: var(--text-line-height);
}
.caption {
    font-family: var(--text-font-family);
    font-size: var(--text-font-size);
    line-height: var(--text-line-height);
}
.text a,
.introductory a,
.description a {
    /*font-family: 'MediaSans-Light';
    text-transform: uppercase;
    letter-spacing: 1.5px !important;
    font-size: 12px;*/
    text-decoration: underline;
}
.text strong,
.introductory strong,
.description strong {
    font-family: var(--title2-font-family);
    /*font-size: 18px;*/
    text-transform: uppercase;
    letter-spacing: 1.5px !important;
}
.button {
    cursor: pointer;
}
.filter_name,
.button,
.infos {
    font-family: var(--title2-font-family);
    font-size: 14px;
    text-transform: uppercase;
}
.mentions {
    font-family: var(--title2-font-family);
    text-transform: uppercase;
    font-size: 13px;
}
.caption {
    font-size: var(--caption-font-size);
    line-height: var(--caption-line-height);
    letter-spacing: 0.5px;
}
.label {
    font-family: var(--title-font-family);
    text-transform: uppercase;
    font-size: 13px;
}
.more {
    font-size: 13px;
    text-decoration: underline;
    text-transform: uppercase;
    padding-left: 15px;
    background: url('../img/arrow_right.svg') no-repeat left center;
    background-size: 10px;
}
.item .more {
    margin-top: 5px;
}
.type {
    text-transform: uppercase;
    font-size: 16px;
}
.category {
    font-family: var(--title2-font-family);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.edito .surtitle {
    font-family: var(--title2-font-family);
    font-size: 12px;
    text-transform: uppercase;
}
.edito .name {
    font-family: var(--title-font-family);
    text-transform: uppercase;
    font-size: 24px;
}
.edito .subtitle {
    font-family: var(--title-font-family);
    text-transform: uppercase;
    font-size: 18px;
}
#exhibitions .edito .description {
    /*font-size: 24px;*/
}
.edito .description {
    max-width: 900px;
}
.back a {
    background: url('../img/arrow_left.svg') no-repeat left center;
    background-size: 8px;
    padding-left: 15px;
    font-size: 13px;
    text-transform: uppercase;
}
.tab_name,
.form_title {
    font-family: var(--title2-font-family);
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
}
.form_title {
    margin-bottom: var(--default-spacing);
}
.form_sub_title {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.form_container {
    
}
.tools {
    margin-bottom: var(--big-spacing) !important;
}
.tools .button {
    padding-right: var(--default-spacing);
    color: var(--current-color);
}
.alphabet_letter {
    font-family: var(--title2-font-family);
    font-size: 20px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .page_name {
        font-size: 50px;
    }
    .section_name {
        font-size: 24px;
        padding: 0 0 5px 0;
    }
    .section_name.link {
        background: url('../img/arrow_right.svg') no-repeat center right;
        background-size: 15px;
    }
    .item .name {
        font-size: 21px;
    }
    .subtitle {
        font-size: 15px;
    }
    header .subtitle {
        font-size: 26px;
    }
    .date {
        font-size: 15px;
    }
    .posted {
        font-size: 15px;
    }
    .catcher {
    }
    .description {
    }
    .description a {
    }
    .introductory {
    }
    .text {
    }
    .infos {
        font-size: 13px;
    }
    .mentions {
        font-size: 13px;
    }
    .caption {
        /*font-size: 14px;*/
    }
    .category {
        font-size: 21px;
    }
    .edito .surtitle {
        font-size: 14px;
    }
    .edito .name {
        font-size: 36px;
    }
    .edito .subtitle {
        font-size: 24px;
    }
    #exhibitions .edito .description {
        font-size: 26px;
        line-height: 31px;
    }
    article.item.year {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .tab_name,
    .form_title {
        font-size: 19px;
        line-height: 20px;
    }
}

/* Places */
ul.places .place {
    line-height: 36px;
    text-transform: uppercase;
    font-size: 11px;
}
ul.places .number img {
    vertical-align: middle;
    height: 21px;
    width: auto !important;
}
ul.places li > .wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
ul.places li .schedule {
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 45px;
    margin-bottom: 5px;
}
ul.places .number {
    padding-right: 2px;
}
ul.places li .place {
    line-height: 15px;
    padding-left: 7px;
}
.view .main .place {
    font-size: 13px;
}

/* Networks buttons */
.btn.fb {
    background: url('../img/fb.svg') no-repeat center center black;
    background-size: 100%;
}
.btn.tw {
    background: url('../img/tw.svg') no-repeat center center black;
    background-size: 100%;
}
.btn.ig {
    background: url('../img/ig.svg') no-repeat center center black;
    background-size: 80%;
}
.btn.vm {
    background: url('../img/vimeo.svg') no-repeat center center black;
    background-size: 100%;
}
.btn.ln {
    background: url('../img/ln.svg') no-repeat center center;
    background-size: 100%;
}

/* Video embed */
.videos iframe {
    /*min-height: 300px;*/
}
.videos iframe, .videos object, .videos embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videos li .video_container {
    background: black;
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 5px;
}
.videos li .video_container.cityway {
    padding-bottom: 85%;
}
.videos li .video_container.podcast {
    padding-bottom: 22%;
}

/* Fancybox */
.fancybox-button--play,
.fancybox-button--thumbs {
    display: none;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1;
}
.fancybox-bg {
    background: #fff;
}
.fancybox-button {
    background: transparent;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited, .fancybox-button:hover {
    color: black;
}
.fancybox-infobar {
    display: none;
}
body.compensate-for-scrollbar {
    margin: 0;
}
html.scroll-disabled,
body.scroll-disabled {
	overflow: hidden;
}

/* Misc */
/*#loading {
    display: none;
    position: fixed;
    top: 50vh;
    left: 50%;
    z-index: 200000;
    transform: translate(-50%,-50%);
}*/
#loading {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100000;
}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
#vip .results {
    padding: var(--default-gap);
}
.share li {
    display: inline-block;
    margin-right: 15px;
}
.share .label {
    margin-bottom: 10px;
}
#backtop {
    display: none;
}
#axeptio_main_button {
    display: none !important;
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-family: 'MediaSans-Light';
    font-size: 16px;
    color: var(--grey2);
    letter-spacing: 1.2px;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    font-family: 'MediaSans-Light';
    font-size: 16px;
    color: var(--grey2);
    letter-spacing: 1.2px;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1;
    font-family: 'MediaSans-Light';
    font-size: 16px;
    color: var(--grey2);
    letter-spacing: 1.2px;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'MediaSans-Light';
    font-size: 16px;
    color: var(--grey2);
    letter-spacing: 1.2px;
}
#container__booking {
    margin-bottom: var(--default-gap);
}