:root {
    --default-font-size: 12px;
    --default-spacing: 20px;
    --default-gap: 20px;
    --max-width: 1600px;
    --header-height: 60px;
    
    --current-color: #e8beff; /* Couleur principale : typos actives etc */
    --current-color2: #04ABAF;
    --current-shape-color: #f1d8ff; /* Exemple : fond partenaires */
    --current-shape-color2: #f4e1fe; /* Voir aussi mobile */
    --current-shape-color3: #f8ebff; /* "Voir aussi" = 60% de current-color */
    --current-alt-color: #EE7203;
    --grey1: #707070;
    --grey2: #C9C9C9;
    --grey3: #777777;   
}
@media only screen and (min-width: 1024px) {
    :root {
        --default-gap: 40px;
        --header-height: 80px;
    }
}
textarea,
body {
	color: #000;
	font-family: 'MediaSans-Light', Arial, Verdana, Sans-serif;
    letter-spacing: 1.2px;
	font-size: var(--default-font-size);
	line-height: normal;
}
a {
    color: #000;
}
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: 'MediaSans-Black';
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section_name {
    font-family: 'MediaSans-Black';
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--grey1);
    padding: 0 var(--default-gap) 5px var(--default-gap);
    margin-bottom: 20px;
}
.section_name.link {
    background: url('../img/arrow_right.svg') no-repeat center right var(--default-gap);
    background-size: 15px;
}
.name {
    font-family: 'MediaSans-Black';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.surtitle {
    font-family: 'MediaSans-Bold';
    font-size: 20px;
    text-transform: uppercase;
}
.subtitle {
    font-family: 'MediaSans-Light';
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 3px;
}
header .subtitle {
    font-size: 15px;
}
.date {
    font-family: 'MediaSans-Bold';
    font-size: 15px;
    text-transform: uppercase;
}
.posted {
    font-family: 'MediaSans-Bold';
    font-size: 15px;
    text-transform: uppercase;
}
.catcher {
    font-family: 'KeplerStd-Scn';
    font-size: 18px;
    letter-spacing: 0;
}
.catcher strong {
    font-weight: bold;
}
.description {
    font-family: 'KeplerStd-Scn';
    letter-spacing: 0;
    font-size: 18px;
    margin-bottom: 3px;
}
.introductory {
    font-family: 'KeplerStd-Scn';
    letter-spacing: 0;
    font-size: 24px;
    margin-bottom: 3px;
}
.text {
    font-family: 'KeplerStd-Scn';
    letter-spacing: 0;
    font-size: 20px;
    margin-bottom: 3px;
}
.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: 'MediaSans-Bold';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px !important;
}

.infos {
    font-family: 'MediaSans-Bold';
    font-size: 14px;
    text-transform: uppercase;
}
.mentions {
    font-family: 'MediaSans-Bold';
    text-transform: uppercase;
    font-size: 13px;
}
.caption {
    font-family: 'KeplerStd-Scn';
    letter-spacing: 0.5px;
    font-size: 16px;
}
.label {
    font-family: 'MediaSans-Black';
    text-transform: uppercase;
    font-size: 13px;
}
.more {
    font-family: 'MediaSans-Light';
    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 {
    font-family: 'MediaSans-Light';
    text-transform: uppercase;
    font-size: 16px;
}
.category {
    font-family: 'MediaSans-Bold';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.edito .surtitle {
    font-family: 'MediaSans-Bold';
    font-size: 12px;
    text-transform: uppercase;
}
.edito .name {
    font-family: 'MediaSans-Black';
    text-transform: uppercase;
    font-size: 24px;
}
.edito .subtitle {
    font-family: 'MediaSans-Black';
    text-transform: uppercase;
    font-size: 18px;
}
.edito .description {
    font-size: 24px;
    max-width: 900px;
}
.back a {
    background: url('../img/arrow_left.svg') no-repeat left center;
    background-size: 8px;
    padding-left: 15px;
    font-family: 'MediaSans-Light';
    font-size: 13px;
    text-transform: uppercase;
}

/* Form */
button {
    font-family: 'MediaSans-Bold';
    font-size: 22px;
    color: var(--current-color);
    text-transform: uppercase;
    border: 0;
    padding: 0;
    background: none;
    letter-spacing: 1px;
    cursor: pointer;
}
label {
    font-size: 13px;
    font-family: 'MediaSans-Regular';
    text-transform: uppercase;
}
label.error {
    color: var(--current-color);
}
input[type=password],
input[type=email],
input[type=text] {
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid black;
    font-size: 15px;
}


@media only screen and (min-width: 768px) {
    .page_name {
        font-size: 40px;
    }
    #content > section > header > .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;
    }
    .name {
        font-size: 21px;
    }
    .subtitle {
        font-size: 15px;
    }
    header .subtitle {
        font-size: 26px;
    }
    .date {
        font-size: 15px;
    }
    .posted {
        font-size: 15px;
    }
    .catcher {
        font-size: 18px;
    }
    .description {
        font-size: 20px;
    }
    .description a {
    }
    .introductory {
        font-size: 25px;
    }
    .text {
        font-size: 20px;
    }
    .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;
    }
    .edito .description {
        font-size: 28px;
    }
    
}

/* Places */
ul.places .place {
    line-height: 36px;
    text-transform: uppercase;
    font-size: 11px;
}
ul.places .number img {
    vertical-align: middle;
    height: 21px;
}
ul.places li {
    display: flex;
    align-items: center;
}
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%;
}

/* 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.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;
}

/* Misc */
#vip .results {
    padding: var(--default-gap);
}
.share li {
    display: inline-block;
    margin-right: 15px;
}
#backtop {
    display: none;
}
::-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;
}