/* Général */

@import url("https://use.typekit.net/zhd0auk.css");

body, html {
    height: 100vh;
    width: 100%;
    background-color: #ece6d8;
}

#return {
    width: 50px;
    z-index: -1;
}

/* Index */

:root {
    --c1: url('img/gwangju1.jpg');
    --c2: url('img/gwangju2.jpg');
    --c3: url('img/gwangju3.jpg');
    --c4: url('img/gwangju4.jpg');
    --c5: url('img/gwangju5.jpg');
    --c6: url('img/gwangju6.jpg');
    --c7: url('img/gwangju7.jpg');
    --c8: url('img/gwangju8.jpg');
    --c9: url('img/gwangju9.jpg');
    --c10: url('img/gwangju10.jpg');
    --c11: url('img/gwangju11.jpg');
    --c12: url('img/gwangju12.jpg');
    --c13: url('img/gwangju13.jpg');
    --c14: url('img/gwangju14.jpg');
    --b1: url('img/img1.jpg');
    --color: #AC3316;
}

#accueil {
    margin: 0;
    padding: 0;
    display: grid;
    place-items: center;
    background-color: var(--color);
}

.title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#intro {
    width: 120%;
    margin-top: 40px;
}

/* play button */

#play {
    font-family: inherit;
    display: inline-block;
    width: 9em;
    height: 9em;
    line-height: 2.5em;
    margin: 20px;
    position: relative;
    overflow: hidden;
    border: 3px solid #ece6d8;
    transition: .5s ease-in-out;
    z-index: 1;
    border-radius: 50%;
    color: var(--color);
    padding: 10px;
    background-color: transparent;
   }

   
   #play:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 1px;
    width: 1px;
    border-radius: 50%;
   }

   #play:hover {
    scale: 1.1;
   }
   
   #play:before {
    top: 50%;
    left: 50%;
    transition: all .7s;
   }
   
   #play:hover:before {
    top: -20px;
    left: -30px;
    height: 200px;
    width: 200px;
   }
   
   #play:active:before {
    background: var(--color);
    transition: background 0s;
   }

   #play_arrow {
    fill: #1C1717;
   }

.langue img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0.3rem;
    cursor: pointer;
}

/* Vidéo */

    /* menu */

#menuBtn {
    z-index: 3;
    margin-right: 30px;
    margin-top: 20px;
    width: 50px;
    transition: transform 0.5s ease;
    cursor: pointer;
}

#menu {
    background: rgba(11,9,9,0.5);
    position: relative;
    z-index: 2;
    align-items: center;
    flex-wrap: nowrap;
    display: none;
}

#menu.row, #acc.row {
    height: 100%;
    padding: auto;
}

.colonne {
    height: 83vh;
    margin: auto;
    border-radius: 10px;
    background: #ece6d8;
    background-size: cover;
    transition: flex-basis 0.8s ease, height 0.8s ease;
    z-index: 4;
    position: relative;
    display: flex;
}

#menu .col:hover * {
    pointer-events: none;
}

.colonne::before {
    content: "";
    background-image: url('img/calli.png');
    /* background-size: 200%; */
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* transform: scaleX(-1), rotate(180deg); */
    background-position-x: 95%;
    background-position-y: -2%;
    border-radius: 10px;

}

.colonne h5 {
    font-weight: 700;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    color: #1C1717;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    transform: rotate(-180deg);  
    font-size: 2.2rem;  
    margin-bottom: 10%;
    margin-left: 5%;
    text-transform: uppercase;
}

.colonne p {
    font-size: 1.4rem;
    text-align: center;
    display: none;
    opacity: 0;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    color: #1C1717;
    font-weight: 500;
    z-index: 1;
    background: rgba(236, 230, 216, 0.6);
    border-radius: 20px;
    padding: 6%;
    margin-left: -3rem;
    margin-right: 1rem;
    margin-top: auto;
    margin-bottom: auto;
    transition: 1s ease-in-out;
}


    /* vid */

.container-video {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
}

/* Interaction */

#menuNav {
    width: 40px; 
    z-index: 3;
    margin-top: -5px;
    margin-right: 3px;
    transition: transform 0.5s ease;
    cursor: pointer;
}

#hScroll {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
}

.vw100 {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
}

#acc, #histoire, #minjung, #impression, #bio, #sources, #footer {
    height: 95vh;
    position: relative;
    flex: 1 0 auto;
    margin-right: 5px;
}

#histoire, #minjung, #impression, #bio, #sources {
    margin-top: 5px;
    margin-left: 5px;
    padding: 5px;
}

/* #histoire .col, #minjung .col, #impression .col, #bio .col, #sources .col {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
} */

.AGfont {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    color: #1C1717;
}

.cali {
    top: 0;
    width: 38%;
    z-index: -1;
}

h1 {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 4rem;
}

p {
    text-align: justify;
    font-size: 0.8rem;
    line-height: 1.5;
}

h6 {
    font-weight: 700;
}

.modal-title {
    text-transform: uppercase;
}

#left-arrow, #right-arrow {
    width: 3%; 
    position: fixed; 
    z-index: 2;
    cursor: pointer;
    bottom: 2%;
}



    /* acc */

#menuList {
    background: #ece6d8;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35%; 
    z-index: 2;
    transition: 0.3 ease-in-out;
}

#menuList::before {
    content: "";
    background-image: url('img/gwangju6.jpg');
    background-size: cover;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

#acc ul {
    z-index: 3;
}

#acc li {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    text-transform: uppercase;
    cursor: pointer;
}

a {
    text-decoration: none;
}

#logo {
    position: absolute;
    top: 49%;
    transform: translateY(-47%);
    left: 29%;
    width: 60%;
    z-index: 3;
}


    /* histoire  */

.frise {
    position: absolute;
    z-index: 1;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.friseTxt {
    border-radius: 20px;
    text-align: justify;
    padding: 1%;
    width: 20%;
    position: absolute;
    opacity: 0;
    transition: 0.8s ease-in-out;
    background: rgba(11,9,9,0.1);
}


    /* minjung */

.multi-column-text {
    column-count: 2; /* Nombre de colonnes souhaité */
    column-gap: 20px;
}

#minjung p {
    background: rgba(236, 230, 216, 0.6);
    border-radius: 10px;
    padding: 3%;
    margin: -2%;
}


    /* impression  */

#col_affiche {
    margin: auto;
}

.btn-light {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 2;
    background-color: #AC3316;
    border: #AC3316;
    border-radius: 50%;
}

.btn-light:hover {
    background-color: #AC3316;
    border: #AC3316;
    box-shadow: 0 0 5px 2px #ece6d8;
    scale: 1.1;
}

.juxtapose-embed {
    height: 90vh;
}

.offcanvas {
    background-color: #ece6d8;
}

#imprIntro {
    background-color: rgba(236, 230, 216, 0.6);
    border-radius: 10px;
    padding: 2%;
    width: 80%; 
    margin: auto; 
    margin-top: 1rem;
}

    /* bio  */


.card {
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    overflow: hidden;
    height: fit-content;
}
/* Pas besoin si la video est carrée
.card video {
    width: 179%;
	transform: translateX(-22%); 
}
*/

.overlay {
    background-color: rgba(236, 230, 216, 0.6);
    /* background-color: rgba(172, 51, 22, 0.7); */
    /* background-color: rgba(11,9,9,0.5); */
    height: 100%;
    width: 100%;
    /* border-radius: 50%; */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;

  }

.card-title {
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 1;
    font-weight: 700;
    font-size: 1.8rem;
}

.card:hover .card-title {
    opacity: 1;
}

.card:hover .overlay {
    opacity: 1;
}

.card:hover {
    scale: 1.04;
}

.modal-body, .modal-header {
    background-color: #ece6d8;
}

.ml-mr {
    padding-left: 20%;
    padding-right: 20%;
}



    /* notebook */

    /* sources */

#sources .multi-column-text {
    column-count: 3;
    background-color: rgba(236, 230, 216, 0.6);
    border-radius: 10px;
    padding: 2%;
    padding-left: 4%;
    margin-left: -1%;
}

#sources .multi-column-text p {
    margin: 0;
    text-align: left;
}

#sources a {
    color: #1C1717;
    text-decoration:underline;
}

#sources a:hover {
    color: #AC3316;
}

#sources a:visited {
    color: #AC3316;
}

    /* footer */

#footer {
    background-color: #1C1717;
    color: #ece6d8;
    height: 100vh;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}

footer a {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    color: #ece6d8;
}

footer .modal a {
    color: #1C1717;
}

footer a:hover {
    color: #AC3316;
}

footer .modal {
    color: #1C1717;
}

footer .modal-body {
    padding: 5%;
}

#logo-footer {
    width: 110%;
    margin-bottom: 4rem;
}

#footer h6 {
    text-align: center;
    font-weight: 500;
}

#footer h6:last-of-type {
    position: absolute;
    bottom: 3%;
    width: 30vw;
    right: 0;
}

#footer-index {
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    color: #ece6d8; 
    background: rgba(11,9,9,0.5); 
    margin: 0;
    padding: 0.3rem;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
}
