/* CALAGE SPECIFIQUE
__________________________________________________________________________*/
html #t-demo {
    opacity: 0;
}

#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;
}
html #t-fond-cache {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    opacity: 1;
}
 
#t-bande-couleur {
    position: absolute;
    top: 5%;
    width: 100%;
    height: 25%;
    z-index: 2;
    background-image : linear-gradient(135deg, #87e0fd 0%, #05abe0 100%);
}

#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%;
    left: 4%;
    right: 3.5%;
    bottom: 16.5%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: end;
    align-content: center;
    align-items: center;
    overflow: hidden;
}

html #aremplacer #t-zone-text #texte_1 {
    position: absolute;
    font-weight: 850;
    color: var(--bleu);
    overflow: visible;
    font-size: 1200%;
    line-height: 100%;
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    text-align: center;
    text-shadow: -5px 6px 0 red;
    top: 7%;
    z-index: 10;
}

html #aremplacer #t-zone-text #texte_2 {
    font-size: 200%;
    line-height: 123%;
    font-weight: 800;
    color: var(--bleu);
    overflow: visible;
    vertical-align: middle;
    flex: 0 0 auto;
    align-self: center;
    width: 100%;

    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 40%;
    bottom: 0%;
    margin: 0px;
    place-content: center;
    flex-wrap: nowrap;
    align-items: center;
}


html #aremplacer #t-zone-text #texte_2 p strong {
    font-weight: 900;
}


/* Autres _______________________________
_________________________________________________*/


#t-zone-img {
    position: absolute;
    top: 0;
    left: 32px;
    right: 29px;
    bottom: 0;
    overflow: hidden;
}

#t-bulle {
    height: 150%;
    width: 240%;
    border-radius: 1000%;
    position: absolute;
    top: -118%;
    left: -70%;
    z-index: 2;
}

#progress-bar {
    width: 100%;
    height: 100%;
}

#img-zone {
    z-index: 3;
    position: absolute;
    left: calc((2500px - 700px) / -2);
    bottom: 300px;
    width: 2500px;
    height: 2500px;
}




/* 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;
}


