/*
                                @@    @@   @@@@@@   @@   @@   @@@@@   @@@   @@      @@    @@   @@@@@@   @@@@@@@   @@@@@@@@  @@@   @@   @@@@@@                                 
                                @@@  @@@  @@    @@  @@   @@  @@   @@  @@@@  @@      @@@  @@@  @@    @@  @@    @@  @@        @@@@  @@  @@    @@                                
                                @@ @@ @@  @@    @@  @@@@@@@  @@@@@@@  @@ @@ @@      @@ @@ @@  @@    @@  @@@@@@@   @@@@@@@@  @@ @@ @@  @@    @@                                
                                @@    @@  @@    @@  @@   @@  @@   @@  @@  @@@@      @@    @@  @@    @@  @@   @@   @@        @@  @@@@  @@    @@                                
                                @@    @@   @@@@@@   @@   @@  @@   @@  @@   @@@      @@    @@   @@@@@@   @@    @@  @@@@@@@@  @@   @@@   @@@@@@                                 
www.mohanmoreno.ch
*/
body {
    margin: 0;
    height: 100vh;
    background: #020534;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: monospace;
}
.terminal {
    width: 100%;
    height: 70vh;
    height: 100%;
    background: #020534;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-size: 1.5em;
}

.terminal-body {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.terminal-line {
    color: #b1ebeb;
    white-space: pre-wrap;
    word-break: break-word;
}
.terminal-input-line {
    display: flex;
    align-items: center;
    margin-top: -1px;
}

.copy{
    color: #ff7700;
    font-weight: 900;
}
.dateheure{
    margin-bottom: 1em;
}
.ascii{
    font-weight: 900;
}

.imd{
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 900;
}
.div-899{
    font-weight: 900;
}
.imd-899{
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 900;
}
.prompt {
    color: #ff7700;
    /* margin-right: 0.5em; */
}
.prompt2 {
    color: #b1ebeb;
    /* margin-right: 0.5em; */
}
#text{
    padding: 0;
    margin: 0;
}
.command-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #b1ebeb;
    font-family: monospace;
    font-size: 1em;
    padding: 0;
    /* caret-color: #ff7700; */
}

/* ICI, ÇA CONCERNE LES MODALES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(2, 5, 52,0.7);
    justify-content: center;
    align-items: center;

}

.modal-content {
    background: #020534;
    color: #b1ebeb;
    width: 80vw;
    height: 80vh;
    height: auto;
    max-width: 90%;
    animation: fadeIn 0.2s ease;
    border: 1px solid #ff7700;
    padding-bottom: 1em;
}

#close-modal {
    float: right;
    cursor: pointer;
    font-size: 3em;
    color: #020534;
    background-color: #ff7700;
    width: 1.5em;
    height: 1.2em;
    text-align: center;
    transition: 120ms ease;
}

#close-modal {
    float: right;
    cursor: pointer;
    font-size: 3em;
    
}
#close-modal:hover {
    float: right;
    cursor: pointer;
    font-size: 3em;
    color: #b1ebeb;
    background-color: #020534;
    border: 1px solid rgba(177, 235, 235,0.1);
    transition: 120ms ease;
    width: 1.5em;
    height: 1.2em;
    text-align: center;
}
h2{
    padding-left: 0.8em;
    padding-right: 0.8em;
    color: #ff7700;
}
.p-modal{
    padding-left: 1em;
    padding-right: 1em;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
/* PHOTOMATON - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
figcaption{
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    video{
        padding: 0;
        margin: 0;
    }
}
.ph-cnt{
    display: flex;
    flex-direction: row;
}
.ph-g{
    width: 50%;
}

@media screen and (max-width:1100px) {
    .ph-cnt{
        flex-direction: column;
        font-size: 0.8em;
    }
    .ph-g{
    width: 100%;
    }
    video{
        width: 50%;
    }
    .ph-med{
        align-items: center;
    }
}
@media screen and (max-width:800px) {
        .ph-med{
        display: none;
    }
}

/* XMODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.consigne-xm{
    padding: 0;
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
}
.xm-cnt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    img{
        height: 25vh;
        width: auto;
    }
}
    .consigne-xm{        
font-size: 0.8em;
    }
.fig-xm{
    width: auto;
    width: 112px;
}

@media screen and (max-width:1045px) {
    .xm-cnt{
        img {
            width: 100%;
            height: auto;
        }
    }
}
@media screen and (max-width:410px) {
    .fig-xm{
        width: 25%;
        width: 90px;
        height: auto;
        display: none;
    }
    .xm-med{
        width: 20%;
        width: 90px;
        height: auto;
    }
}
@media screen and (max-width:520px) {
    .p-modal{
        font-size: 0.8em;
    }
    .consigne-xm{        
font-size: 0.8em;
display: none;
    }
}

/* SOHO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sh-cnt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;

}
    .img-sh {
        height: auto;
        width: 20vw;
    }
    .sh-fig{
        display: flex;
        flex-direction: column;
    }

@media screen and (max-width:900px) {
.sh-cnt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
}
    .img-sh{
        width: 40%;
        margin-right: 1em;
    }
    .sh-fig{
        display: flex;
        flex-direction: row;
    }
    .sh-med{
        font-size: 0.5em;
        margin: 1em;
    }
}
@media screen and (max-width:550px){
    .noham{
        display: none;
    }
}
/* BANDE ANNONCE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ba-cnt{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
}
.ba-fig{
    width: 30%;
}

@media screen and (max-width:520px) {
.ba-cnt{
    display: flex;

    align-items: center;
    padding-left: 1em;
    padding-right: 1em;

}
.ba-fig{
    padding: 0;

}

}
/* ARCHITECTURE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.archi-cnt{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
}
.archi-fig{
    max-height: 450px;
    width: 50%;
    margin-top: 0.5em;
    display: flex;
    flex-direction: column;
}
.archi-med{
    width: 100%;
    height: auto;

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

.archi-cnt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
}
.archi-fig{
    padding: 0.5em;
    margin-top: 0.5em;
    display: flex;
    flex-direction: row;
}
.archi-med{
    margin-right: 1em;
}
}


/* HIDDEN REALITY - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.hr-cnt{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;

}
.hr-fig{
    img{
        width: 100%;
    }
}
/* ENTRE DEUX EAUX - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.oo-cnt{
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    max-height: 50vh;

}
.oo-img{
    height: 40vh;
    width: auto;
}
@media screen and (max-width:680px) {
    .oo-img{
    width: 60vw;
    height: auto;
}
}
/* LE RESTE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
    – couleur des liens
    – effet de sélection
    – scrollbar
    – ascii art

*/
a {
    color: #b1ebeb;
}
a {
    text-decoration: underline;
}
a:hover {
    background: #b1ebeb;
    color: #020534;
}
a:focus {
    outline: 0;
}
.cmd{
    color: #ff7700;
}
::selection {
    color: #020534;
    background-color: #ff7700;
  }
::-moz-selection{
  color: #020534;
  background-color: #ff7700;
}
.terminal-body::-webkit-scrollbar {
    width: 0.5em;
}
.terminal-body::-webkit-scrollbar-track {
    background: rgba(2, 5, 52, 0.5);
}
.terminal-body::-webkit-scrollbar-thumb {
    background: rgba(255, 119, 0, 0.9);
}
.terminal-body::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 119, 0, 1);
}
@media screen and (max-width:908px) {
    .ascii{
        display: none;
    }
    .imd{display: none;}
}
@media screen and (max-width:650px) {
    .command-input{
        width: 20px;
    }
}
@media screen and (min-width:909px) {
    .div-899{
        display: none;
    }
    .imd-899{
        display: none;
    }
}
@media screen and (max-width:427px) {
    .terminal {
        font-size: 1.2em;
    }
    .command-input {
        font-size: 1em;
    }
}