
/*===============================*/
/* GENERAL */
/*===============================*/
html, body,a {text-decoration: none; height: 100%; margin: 0; position: relative; scroll-behavior: smooth;  width: 100%; }
button:focus { outline:0; }
a:hover{text-decoration: none;color: #042937; cursor: pointer;}
sup { position: relative; bottom: 1px; font-size: .7em; line-height: .8em; vertical-align:super; text-decoration:none;}

.tab-cl-droite{ padding: 0 00px 0 10%; margin-bottom: 10px; }


/*===============================*/
/* FONTS */
/*===============================*/
.compagnon-roman { font-family: 'Compagnon Roman';font-size: 1rem; line-height: .8em;}
.david {font-family: 'David Medium';}
.david-italic {font-family:'David Medium Italic';}
 
.fs-065 { font-size: 0.65rem; line-height: 0.9rem; }


/*===============================*/
/* POSITIONS */
/*===============================*/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.w05 { width: 8%; font-size: 0.8rem !important; }
.w95 { width: 92%; }

.mt0 { margin-top: 0px; }


/*===============================*/
/* COLORS */
/*===============================*/
.orange { color: #ff500a; }
.orage { color: #042937; }
.violet { color: #3f62de; }
.ciel { color: #5bc5f2; }
.vert { color: #2fc175; }
.neige { color: #faf9f8; }
.gris { color: lightgrey; }

.bg-orange { background-color: #ff500a; }
.bg-orage { background-color: #042937; }
.bg-violet { background-color: #3f62de; }
.bg-ciel { background-color: #5bc5f2; }
.bg-vert { background-color: #2fc175; }
.bg-neige { background-color: #faf9f8; }


/*===============================*/
/* SPACING */
/*===============================*/
.container { margin: 0 auto; position: relative; height: 100%; }
.margin-top-15 { margin-top: 15px; }


/*===============================*/
/* SPLIDE */
/*===============================*/
.splide, .splide__list, .splide__slide { width: 100%; }
.splide__arrows {
    position: fixed;
    top: 7px;
    display: flex;
    font-size: 1.3rem;
    padding: 0 20px;
    cursor: pointer;
}
.splide__arrow { margin-right: 10px; }
.splide__arrow svg { fill: #3f62de; }
.splide__arrow--prev { transform: rotate(-180deg); }

.modal .splide__arrows { z-index: 110; }
.modal .splide__arrow svg { fill: #faf9f8; width: 20px; }
.modal .splide__arrow--next svg { position: relative; top: 12px; }

@media screen and (min-width: 768px) {
    .splide__arrows {
        top: 18px;}
}


/*===============================*/
/* MODAL */
/*===============================*/
/* Subsections */
.modal { 
    display: none; 
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 150;
}
.modal.is-open { display: block; }

.modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.modal-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    overflow-y: scroll;
}
.modal-wrapper header { position: relative; }

.modal-container { transform: translate(0); padding-top: 35px; }

.modal-title { padding: 0 22px; margin-top: 25px; }
.modal-title h2 { font-size: 0.92rem; margin-bottom: 0; display: inline-block;  line-height: 1.2rem}
.modal-title p { font-size: 0.92rem; }
.modal-without-title { margin-top: 12px; }

.modal-close { background: none; border: none; position: absolute; top: 0; right: 22px; z-index: 200; cursor: pointer; margin-top: 10px; }
.modal-close:hover { text-decoration: none; color: #2fc175; }

.modal-content { font-size: 0.92rem;  padding: 10px; }
.modal-content p { padding: 0 7px; color: darkgrey; font-size: 0.92rem; line-height: 1.2rem;}
.modal-content h4 { padding: 0 7px; margin: 0;font-size: 0.92rem; line-height: 1.2rem; }
.modal-content a { word-break: break-all; color:  #2fc175;}
.modal-content a:hover { text-decoration: none; color: #3f62de; }
.modal-content .footnote { font-size: 0.7rem; line-height: 0.82rem; color: #3f62de; }

.modal-content_numbers { padding: 0 00px 0 10%;  font-size: 0.92rem;line-height: 1.2rem; color:darkgrey; }
.modal-content_numbers .modal-content_number { margin-bottom: 10px; }
.modal-content_numbers .modal-content_number a { display: block; padding-left: 5px; text-decoration: none; }
.modal-content_numbers .modal-content_number div:nth-child(1) { width: 15%; }
.modal-content_numbers .modal-content_number div:nth-child(2) { width: 85%; }

.modal-content_columns { display: flex; flex-direction: column; }
.modal-content_column { width: 100%; }

.modal-content-row { display: flex; font-size: 0.8rem; }

@media screen and (min-width: 768px) {
    .modal { z-index: 99; }
    .modal-wrapper { width: 50%; left: 50%; }
    .modal-container { margin-top: 0; padding-top: 0; }
    
    .modal-title { padding: 10px 15px 0 192px; }
    .modal-title h2, .modal-title p { font-size: 0.9rem; }
    .modal-title > div { display: flex; justify-content: space-between; }
    .modal-without-title { margin-top: 25px; }
    
    .modal-content { padding: 0 15px 10px 185px; font-size: 0.8rem; line-height: 1.1rem; }
    .modal-content_columns { flex-direction: row; }
    .modal-content_columns.two-columns .modal-content_column { width: 50%; }
    .modal-content_columns.three-columns .modal-content_column { width: 33%; padding: 2px; padding-left: 10px; }
}

/* Interview modal */
.interview-document_modal  { 
    display: none; 
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
}
.interview-document_modal.is-open { display: block; }
.interview-document_modal .modal-overlay { background-color: #5C6F7A; height: 100%; }
.interview-document_modal-container {
    position: absolute;
    left: 0; 
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; 
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

.interview-document_modal-container .splide, 
.interview-document_modal-container .splide .splide__track,
.interview-document_modal-container .splide .splide__track .splide__list,
.interview-document_modal-container .splide .splide__track .splide__list .splide__slide { 
    height: 100%; 
}

.interview-document_modal-container .splide-figure { transform: translate(0); }
.interview-document_modal-container .splide__slide img { 
    max-width: 100%; 
    max-height: 90%; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.interview-document_modal-container .splide__arrows {
    top: 50%;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin-top: -25px;
    z-index: 210;
}
.interview-document_modal-container .splide__arrows .splide__arrow { margin: 0 0px; width: 40px; }
.interview-document_modal-container .splide__arrows .splide__arrow--next { text-align: right; }

@media screen and (min-width: 768px) {
    .modal .modal-close { display: none; }
    .interview-document_modal .modal-overlay { background: rgba(255, 255, 255, 0.7); }
}

@media screen and (min-height: 1000px) {
    .modal-wrapper { display: flex; align-items: center; }
}


/*===============================*/
/* NAVIGATION */
/*===============================*/
[id="nav"] { 
    position: fixed; 
    top: 0;
    right: -100%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
[id="nav"].opened { right: 0 !important; }

.menu { padding: 0; margin: 10px; max-width: 100%;  }
.menu li { list-style-type: none; font-family: 'David Medium'; font-size: 1rem; line-height: 1.2rem; }
.menu li a { color: #2fc175; text-decoration: none; cursor: pointer; }
.menu li a:hover { color: #3f62de; }

.submenu { padding: 0; }
.submenu .submenu-icon { font-size: 1rem; position: relative; top: 1px; }
.submenu .submenu-icon::after { content: '+'; }

.submenu li { font-size: 0.9rem; color: #3f62de; line-height: 1.5rem; }
.submenu li a { color: #3f62de; }
.submenu li a:hover { color: #042937; }

[id="nav"].bg-orage .submenu li a:hover { color: #faf9f8; }

.submenu.coming .submenu-content { opacity: .7; }

/* Submenu open */
.submenu-content { 
    margin: 0; 
    padding: 0; 
    overflow: hidden; 
    max-height: 0; 
    -webkit-transition: all 0.75s ease-out; 
    -moz-transition: all 0.75s ease-out; 
    -o-transition: all 0.75s ease-out; 
    transition: all 0.75s ease-out; 
}
.submenu.open .submenu-content { display: block; }
.submenu.open .submenu-icon::after { content: '—'; }

.submenu.open .submenu-content { max-height: 1100px; }

/* Menu burger */
.menu-icon.closed .vertical { transition: all 0.5s ease-in-out; transform: rotate(-90deg); }
.menu-icon.closed .horizontal { transition: all 0.5s ease-in-out; transform: rotate(-90deg); opacity: 1; }

.menu-icon.opened { opacity: 1; }
.menu-icon.opened .vertical { transition: all 0.5s ease-in-out; transform: rotate(90deg); }
.menu-icon.opened .horizontal { transition: all 0.5s ease-in-out; transform: rotate(90deg); opacity: 0; }

.menu-icon {
    position: fixed;
    top: 0; 
    right: 0;
    font-size: 1em;
    z-index: 110;
}

.menu-icon .plus-minus {
    position: relative;
    width: 2.55em;
    height: 2.5em;
}
.menu-icon .plus-minus .horizontal {
    position: absolute;
    width: 30px;
    height: 5px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -2.5px;
}
.menu-icon .plus-minus .vertical {
    position: absolute;
    width: 5px;
    height: 30px;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -15px;
}


@media screen and (min-width: 768px) {
    .menu-icon { display: none; }
    .menu li { font-size: 0.9rem; }
    .submenu li { font-size: 0.75rem; line-height: 1rem; }
    .submenu.open .submenu-content { max-height: 360px; overflow-y: scroll; }

    
    [id="nav"] { 
        top: 50% !important; /* to counter midnight */
        left: 50% !important; /* to counter midnight */
        right: auto;
        transform: translateY(-50%);
        margin-top: 0; 
        margin-top: 0; 
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        width: 180px;
        height: auto;
        overflow-y: auto;
    }
}


/*===============================*/
/* INTRODUCTION */
/*===============================*/
[id="introduction"] { 
    height: 100%; 
    width: 100%; 
    position: relative; 
    background-color: #042937;
    overflow-x: hidden;
}

/* Baseline */
.introduction_text { 
    font-size: 3rem; 
    line-height: 2.7rem; 
    max-width: 385px; 
    margin: 0 auto; 
    position: absolute;
    bottom: 0;
    z-index: 50;
}
.introduction_text h1 { margin: 0; font-size: 3.3rem; line-height: 2.7rem; padding-left: 10px; font-family: "David Medium"!important; }
.introduction_text p { margin: 0; padding: 10px; font-size: 3.3rem;   }
.introduction_text p i { margin-right: 15px; }

/* Agenda */
.agenda { 
    display: none; 
    height: 170px; 
    width: 530px; 
    border: 5px solid #3f62de; 
    position: absolute;
    top: 45%;
    left: 7%;
    margin-top: -75px;
    cursor: pointer;
    z-index: 50;
    overflow: hidden;
    
    -webkit-transition: height .25s ease-out;
    -moz-transition: height .25s ease-out;
    -o-transition: height .25s ease-out;
    transition: height .25s ease-out;
    
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.agenda::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 250%;
    top: -140%;
    left: -70%;
    z-index: -1;
    background-image: url(../assets/images/introduction/agenda.png);
    background-position: 0 80%;
    background-size: cover;
    transform: rotate(0deg);
}

.agenda-content { 
    background: rgba(250, 249, 248, 0); 
    -webkit-transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    transition: background .25s ease-out;
}

.agenda-title { text-align: right; padding: 15px 15px 10px 10px; font-size:1rem; line-height: 0rem; }
.agenda-title .agenda-icon { font-size: 1.4rem; position: relative; top: 3px; }
.agenda-title .agenda-icon::after { content: '+'; }


.agenda-events { 
    display: flex;
    justify-content: space-between;
    padding: 0 15px; 
    opacity: 0; 
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.agenda-events .agenda-event { margin-bottom: 130px; }
.agenda-events .agenda-event > *  { margin: 0; font-size: 0.74rem; }
.agenda-events .agenda-event p  { padding-bottom: 5px; line-height: 0.82rem; }

.agenda.open { height: 215px; }
.agenda.open .agenda-content { background: rgba(250, 249, 248, 1); }
.agenda.open .agenda-title .agenda-icon::after { content: '—'; color: #3f62de; }
.agenda.open .agenda-events { opacity: 1; }

/* Quotation */
.quotation { display: none; font-size: 0.9rem; font-family: "David Medium" !important; }
.quotation-top { position: absolute; top: 10.7%; left: 30px; width: 100%;  }
.quotation-bottom { position: absolute; left: 30px; bottom: 9%; width: 100%; }
.quotation-insta {  position: absolute; top: 10.7%; left: 930px; width: 100%;  }


@media screen and (min-width: 768px) {
    [id="introduction"] { background-position: center; overflow: hidden; } 
    
    .introduction_content { 
        position: relative; 
        max-height: 800px; 
        position: absolute;
        max-height: 1000px;
        height: 100%;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .introduction_text { position: relative; top: 0; font-size: 5.3rem; line-height: 4.5rem; max-width: 100%; width: 100%; height: 100%; }
    .introduction_text h1 {font-weight: normal;
 position: absolute; padding: 10px;  left: 10px; font-size: 5.3rem; line-height: 5rem; font-family: 'David Medium' !important; }
    .introduction_text p { position: absolute; padding: 0; height: 100%; width: 100%; font-size: 5.3rem; }
    .introduction_text p span { position: absolute; font-family: 'David Medium' !important; }
    .introduction_text p span:nth-child(1) { right: 20px; top: 13px; }
    .introduction_text p span:nth-child(2) { top: 13%; right: 49.6%; }
    .introduction_text p span:nth-child(3) { top: 13%; right: 15%; }
    .introduction_text p span:nth-child(4) { bottom: 13%; right: 49.6%; }
    .introduction_text p span:nth-child(5) { bottom: 13%; right: 15%; }
    .introduction_text p span:nth-child(6) { bottom: 11px; right: 20px; }
    .agenda, .quotation { display: block; }
}


/*===============================*/
/* INTERVIEW */
/*===============================*/
[id="interviews"] { position: relative; }
[id="interviews"] .interview { display: flex; flex-direction: column;  width: 100%; }

.interview_text { position: relative; padding-bottom: 45px; }
.interview_text_content { width: 100%; }

/* Interview */
/* Interview:Header */
.interview_header_wrapper { position: relative; }
.interview_header { position: relative; opacity: 0; width: 45%;}

.interview_header_image img { width: 100%; }
.interview_header_speakers { position: absolute; top: 50%; opacity: 0; padding: 15px 0px 15px 12px;  width: 45%; font-size: 0.7rem; line-height: 0.8rem; }

.interview_header-mobile { position: absolute; top: 0; left: 0; width: 45%; }

/* Interview:Annotation */
.interview_annotation { display: flex; align-items: flex-start; width: 25%; padding: 5px 10px 0 15px; }
.interview_annotation_keywords { position: sticky; bottom: 30px; align-self: flex-end; margin-bottom: 30px; }
.interview_annotation_keywords ul { padding: 0; margin:  0; }
.interview_annotation_keywords ul li { list-style-type: none; text-transform: uppercase; opacity: .2; font-size: 0.7rem; }
.interview_annotation_keywords ul li.active { opacity: 1; }

/* Interview:Speakers */
.interview_speakers { padding: 15px 15px 1px 15px; }
.interview_speakers_information { display: flex; flex-direction: row; }
.interview_speakers_information:nth-child(1) { margin-bottom: 20px; }
.interview_speakers_information p { line-height: 1.2rem; margin: 0; font-size: 0.95rem; }
.interview_speakers_information p:nth-child(1) { width: 40%; font-size: 0.95rem; }
.interview_speakers_information p:nth-child(2) { width: 60%; }

/* Interview:Content */
.interview_content { padding: 1px 15px; font-size: 0.95rem; line-height: 1.2rem; color: darkgray; }
.interview_context { font-size: 0.95rem; line-height: 1.2rem }
.interview_answer { line-height: 1.2rem; }
.interview_question { margin: 10px 0 10px 30px; line-height: 1.2rem; }
.interview_quote { margin-left: 90px; font-size: 0.95rem; line-height: 1.2rem; }

.figure { pointer-events: all; }

/* Interview:Document */
.interview_documents { 
    position: fixed; 
    top: 0;
    bottom: 0;
    left: 100%; 
    height: 100%; 
    width: 100%; 
    z-index: 150;
    background-color: #042937; 
    overflow-x: scroll;
	    
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.interview_documents.opened {     
    -moz-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -o-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}

.interview_documents_close {
    margin-bottom: 30px;
    padding: 10px 15px 15px 15px;
    font-size: 0.75rem;
    position: sticky;
    top: 0;
    display: inline-block;
}

.interview_document { margin-bottom: 100px; cursor: pointer; }
.interview_document img {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    mix-blend-mode: screen;
    -webkit-filter: grayscale(100%);
    contrast(10%);
    opacity: 1;
}
.interview_document .interview_document_caption { font-size: 0.8rem; margin-top: 5px; padding-left: 15px; padding-right: 10px; line-height: 1rem; }
.interview_document .interview_document_caption a:hover { color: #faf9f8; }

@media screen and (max-width: 767px) {
    [id="interviews"] { overflow-x: hidden; }

    .interview_annotation { display: none; }
    .interview_header_speakers { display: none; }
}

@media screen and (min-width: 768px) {
    [id="interviews"] .interview { flex-direction: row; position: relative; }
    [id="interviews"] .interview > div { width: 50%; }
    
    .interview_container { display: flex; flex-direction: row; justify-content: space-between; position: relative; z-index: 50; }
    
    .interview_header { opacity: 1; }
    .interview_header-mobile { display: none; }
        
    .interview_text { padding-bottom: 120px; }
    .interview_text_content { width: calc(80% - 30px); }
    
    .interview_question { margin: 25px 0 25px 90px; }
    
    .figure { pointer-events: none; }
    
    .interview_documents { position: absolute; left: 50%; width: 50%; height: 100%; z-index: 99; overflow-x: initial; }
    .interview_documents_close { display: none; }
    .interview_document { position: absolute; }
    .interview_document img { padding-left: 180px; }
    .interview_document .interview_document_caption { padding-left: 190px; padding-bottom: 300px; }

}