/* CALAGE SPECIFIQUE
__________________________________________________________________________*/
html #t-demo {
    opacity: 0.2;
}

#screen{
    background : linear-gradient(45deg, var(--bleu-l1), var(--bleu-f1));
    /*transition: var(--transition);*/
}

html #t-fond {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
}

#t-bande-couleur {
    position: absolute;
    background-color: #0000CC;
    height: 75%;
    width: 2.5%;
    left: 3.8%;
    z-index: 8;
    border-bottom-left-radius: 7px;
}

#t-ombre img {
    position: absolute;
    top: 0;
    left: 3.8%;
    height: 72%;
    width: 91.8%;
    z-index: 5;
    object-fit: initial;
    max-width: none;
    transform: scale(1.2);
}





/* TEXT _______________________________
_________________________________________________*/

html #aremplacer #t-zone-text {
    position: absolute;
    background-color: var(--blanc);
    top: 0;
    height: 75%;
    width: 89.5%;
    left: 6.3%;
    z-index: 9;
    border-bottom-right-radius: 7px;
    padding: 3% 3% 0 3%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

html #aremplacer  #t-zone-text #texte_1 {
    position: relative;
    font-size: 200%;
    line-height: 123%;
    font-weight: 800;
    color: #373CF5;
    overflow: visible;
    vertical-align: middle;
    flex: 0 0 98%;
    align-self: center;
    width: 98%;
    margin-bottom: 0%;
    padding-left: 1.5%;
    letter-spacing: -0.01em;
}

html #aremplacer  #t-zone-text #texte_1 p:last-child {
    margin-bottom: 6%;
}

html #aremplacer #t-zone-text #texte_2 p strong {
    font-weight: 900;
    color: #373CF5;
}

html #aremplacer #t-zone-text #t-quote-ouvre,
html #aremplacer #t-zone-text #t-quote-ferme {
    display: block;
    height: 9.8em;
    width: 9.8em;
    position: absolute;
    overflow:visible;
}
html #aremplacer #t-zone-text #t-quote-ouvre {
    top: -1.1em;
    left: 0.9em;
}
html #aremplacer #t-zone-text #t-quote-ferme {
    transform: rotate(180deg);
    height: 8em;
    width: 8em;
    bottom: 0.5em;
    right: 1.2em;
}

html #aremplacer #t-zone-text #t-quote-cache-ouvre,
html #aremplacer #t-zone-text #t-quote-cache-ferme {
    display: block;
    height: 9.7em;
    width: 9.7em;
    position: absolute;
    overflow:visible;
    opacity: 0.2;
}
html #aremplacer #t-zone-text #t-quote-cache-ouvre {
    top: -1.05em;
    left: 0.95em;
}
html #aremplacer #t-zone-text #t-quote-cache-ferme {
    transform: rotate(180deg);
    height: 7.9em;
    width: 7.9em;
    bottom: 0.55em;
    right: 1.25em;
}







/* LOGO _______________________________
_________________________________________________*/


#aremplacer .logo #pastille {
    left: 19px;
    top: 18%;
    position: absolute;
    width: 28px;
}

.taille-min {
    min-height: 19%;
    display: flex;
}

html #aremplacer .contient-texte-nom {
    height: 10.5%;
    width: 90%;
    font-size: 100%;
    line-height: 140%;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    color: white;
    position: absolute;
    bottom: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

html #aremplacer .texte-societe,
.texte-societe-l2 {
    font-size: 95% !important;
    font-weight: 400 !important;
    color: white;
}