/* 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: 0%;
    left: 4%;
    right: 3.8%;
    bottom: 16%;
    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);
}




/* PLACEMENT IMAGE_______________________________
_________________________________________________*/

#aremplacer .t-image,
#aremplacer .t-image-move {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    z-index: 2;
}

#aremplacer .t-image-move {
    z-index: 200;
}

/* ---------------------- Photo */

html .t-image-photo,
html .t-image-photo-move {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

html #t-photo-1,
html #t-photo-1-move {
    min-height: 100%;
    min-width: auto;
    height: 100%;
    width: auto;
    object-fit: initial;
    max-width: none;
    position: relative;
}

html #t-photo-1-move {
    z-index: 200;
    opacity: 0;
    cursor: grab;
}
html #t-photo-1-move:active,
html #t-photo-1-move:focus,
html #t-photo-1-move:target {
    cursor: grabbing;
}

/* ---------------------- Picto */


/* ---------------------- Illustration */

html .t-image-illustration,
html .t-image-illustration-move {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 101%;
    width: 100%;
}

html #t-illustration-1-png,
html #t-illustration-1-png-move {
    min-height: 100%;
    min-width: auto;
    height: 100%;
    width: auto;
    object-fit: initial;
    max-width: none;
    position: relative;
    top: 0!important;
}

html #t-illustration-1-charge {
    position: absolute;
    z-index: -1;
    width: 1600px;
}

html #t-illustration-1-charge svg {
    display: block;
    width: 1600px!important;
    height: auto;
}

html #t-illustration-1-png-move {
    z-index: 200;
    opacity: 0;
    cursor: grab;
}
html #t-illustration-1-png-move:focus,
html #t-illustration-1-png-move:active,
html #t-illustration-1-png-move:target {
    cursor: grabbing;
}
#t-image-photo-credit {
    color: white;
    display: flex;
    position: absolute;
    bottom: 0;
    top: 210px;
    right: -164px;
    left: 220px;
    height: 1.2em;
    font-size: 1em;
    rotate: -90deg;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}




/* TEXT _______________________________
_________________________________________________*/

html #aremplacer #t-img-ombre{
    position: absolute;
    display: block;
    top: 3.2%;
    left: 1.7%;
    width: 41.4%;
    height: 85%;
    z-index: 5;
    max-width: none;
    padding: 0;
}

html #aremplacer #t-zone-infos{
    position: absolute;
    display: block;
    top: 5.5%;
    left: 5.2%;
    width: 34.8%;
    height: 79.8%;
    z-index: 6;
    background-color:white;
    border-radius: 20px;
    overflow: hidden
}

html #aremplacer #t-zone-infos-haut{
    position: absolute;
    display: flex;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 50%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

html #aremplacer #t-zone-infos-haut > div{
    margin-bottom: 1%;
}

html #aremplacer #t-zone-infos-haut > div:last-child{
    margin-bottom: 0;
}

html #aremplacer #t-zone-infos-haut #texte_jour,
html #aremplacer #t-zone-infos-haut #texte_numero,
html #aremplacer #t-zone-infos-haut #texte_mois,
html #aremplacer #t-zone-infos-bas #texte_heure{
    display: block;
    font-size: 349%;
    line-height: 100%;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

html #aremplacer #t-zone-infos-haut #texte_numero{
    font-size: 849%;
}

html #aremplacer #t-zone-infos-bas{
    position: absolute;
    display: flex;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 50%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

html #aremplacer #t-zone-infos-degrade{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0 !important;
    margin-top: 0% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-position: 100%;
    background-size: 200%;
}

html #aremplacer #t-zone-infos-bas #texte_heure,
html #aremplacer #t-zone-infos-bas #texte_adresse,
html #aremplacer #t-zone-infos-bas #texte_adresse *{
    opacity: 1;
    color: white;
    z-index: 10;
}

html #aremplacer #t-zone-infos-bas #texte_heure{
    font-size: 320%;
}

html #aremplacer #t-zone-infos-bas #texte_adresse{
    display: block;
    font-size: 190%;
    line-height: 125%;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

html #aremplacer #t-zone-infos-bas  #t-zone-infos-degrade > img,
html #aremplacer #t-zone-infos-bas  #t-zone-infos-degrade > div{
    margin: 3% 0;
}
html #aremplacer #t-zone-infos-bas  #t-zone-infos-degrade > img{
    margin-top: 5%;
}
html #aremplacer #t-zone-infos-bas  #t-zone-infos-degrade > *:nth-child(2){
    margin-top: 0%;
}
html #aremplacer #t-zone-infos-bas  #t-zone-infos-degrade > *:last-child{
    margin-bottom: 3%;
}

html #aremplacer #t-zone-infos-bas  #t-zone-infos-degrade > img{
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
}

html #aremplacer #t-zone-text {
    position: absolute;
    top: 6%;
    left: 44%;
    right: 3.8%;
    bottom: 16%;
    z-index: 9;
    padding: 0;
    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_2 {
    font-size: 440%;
    line-height: 114%;
    font-weight: 700;
    color: var(--blanc);
    overflow: visible;
    vertical-align: middle;
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    margin-bottom: 2.5%;
    text-shadow: -2px 2px 0 rgba(0,0,0,0.45);
}

html #aremplacer #t-zone-text #texte_2 p strong {
    font-weight: 900;
}



html #aremplacer #t-zone-text #t-quote-t,
html #aremplacer #t-zone-text #t-quote-b {
    display: block;
    height: 15em;
    width: 15em;
    position: absolute;
    overflow: visible;
    opacity: 0.4;
    z-index: -1;
}

html #aremplacer #t-zone-text #t-quote-t {
    top: 0em;
    left: 1.5em;
}

html #aremplacer #t-zone-text #t-quote-b {
    transform: rotate(180deg);
    bottom: 0em;
    right: 1.2em;
    opacity: 0.3;
}

html #aremplacer #t-zone-text #t-quote-back-t,
html #aremplacer #t-zone-text #t-quote-back-b {
    display: block;
    height: 10em;
    width: 10em;
    position: absolute;
    overflow:visible;
    opacity: .2;
}

html #aremplacer #t-zone-text #t-quote-back-t {
    top: 0em;
    left: 1em;
}

html #aremplacer #t-zone-text #t-quote-back-b {
    transform: rotate(180deg);
    bottom: 0em;
    right: 1.2em;
}



/* 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;
}


