/* CALAGE SPECIFIQUE
__________________________________________________________________________*/
html #t-demo {
    opacity: 0.3;
}

#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-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: 69%;
    right: 5%;
    left: 5%;
    z-index: 9;
    padding: 3% 3% 2% 3%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}
html #aremplacer  #t-zone-text #texte_1 {
    font-weight: 700;
    color: var(--bleu);
    overflow: visible;
    font-size: 258%;
    line-height: 100%;
    vertical-align: middle;
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    position: relative; 
    z-index: 10;
}
html #aremplacer  #t-zone-text #texte_1 p:last-child {
    margin-bottom: 2.5%;
}
html #aremplacer #t-zone-text #texte_2 {
    font-size: 200%;
    line-height: 124%;
    font-weight: 500;
    color: #373CF5;
    overflow: visible;
    vertical-align: middle;
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    margin-bottom: 7%;
    position: relative; 
    z-index: 10;
}

html #aremplacer #t-zone-text #texte_2 p strong {
    font-weight: 900;
    color: #373CF5;
}

img#t-ondes {
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: -5%;
    z-index: 9;
}



/* couleur */
#t-bande {
    position: absolute;
    background-color: #0000CC;
    height: 1.4em;
    top:69%;
    left: 5%;
    right: 5%;
    z-index: 9;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
#t-bande-couleur {
    position: absolute;
    background-color: #0000CC;
    height: 1.4em;
    width: 100%;
    left: 0%;
    bottom: 0%;
    z-index: 9;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
#t-bande-couleur-passe {
    position: absolute;
    background-color: #0000CC;
    height: 1.4em;
    width: 27%;
    left: 0%;
    bottom: 0%;
    z-index: 9;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
#t-bande-couleur-bulle {
    position: absolute;
    background-color: #0000CC;
    height: 2.5em;
    width: 2.5em;
    left: calc(27% - 0.7em);
    bottom: -0.7em;
    z-index: 11;
    border-radius: 2em;
}
#t-bande-couleur-ombre {
    position: absolute;
    height: 3.5em;
    width: 3.5em;
    left: calc(27% - 1.2em);
    bottom: -1.2em;
    z-index: 10;
    opacity: 0.35;
}





/* 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;
}