/*__________________________________________________________________________
DETAILS
____________________________________________________________________________
____________________________________________________________________________
__________________________________________________________________________*/

html #t-zone-details {
    position: absolute;
    bottom: 3.8%;
    height: 16%;
    left: 3.7%;
    right: 3.45%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    z-index: 100;
}
html #t-zone-details.logo_seul {
    justify-content: flex-end;
}

#t_texte_complement {
    color: white;
    flex: 0 0 auto;
    position: relative;
}

#t_texte_complement p {
    font-size: 100%;
    line-height: 1.2em;
    font-weight: 300;
}

html #t-zone-details-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

html #t-logo-cci {
    flex: 0 0 auto;
    position: relative;
    padding: 7.5px 21.5px 7.5px 20px;
    z-index: 3;
    background-color: white;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 6666666;
}

html #t-logo-cci .logo-endossement{
    position: absolute;
    top: -1.35em;
    font-size: 1.5em;
    color: white;
    left: 11px;
    display: inline-block;
    right: 11px;
    text-align: left;
    line-height: 1em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

html #t-logo-pastille {
    position: relative;
    width: 29px;
    display: block;
    max-width: inherit;
    min-height: inherit;
}

html #t-logo-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    position: relative;
    left: 0;
    margin-left: 4px;
}

html #t-logo-text .CCI-nom,
.CCI-nom2 {
    text-transform: uppercase;
    color: #373CF5;
    font-size: 123%;
    font-weight: 700;
    line-height: 100% !important;
    font-family: 'Fira Sans template' !important;
    display: inline-block;
    padding: 1px 0;
}

html #t-logopastille {
    display: none;
    width: 5.628%;
    height: 10%;
    transform: scale(1.35);
    border-radius: 100%;
    position: absolute;
    bottom: 5%;
    right: 2.5%;
    overflow: hidden;
    z-index: 3;
    background-color: white;
}

html #t-logopastille img {
    width: 74%;
    left: 13.7%;
    top: 13%;
    position: absolute;
}
html #t-pastille{
    padding: 8px 7px 8px 9px;
    background: white;
    border-radius: 50px;
}
html #t-pastille img{
    height: 48px;
    width: auto;
}

html [id^="t-logo-partenaire-contient"] {
    height: 100% !important;
    margin-right: 0px !important;
}
html [id^="t-logo-partenaire-contient"].contien-partenaire {
    margin-right: 14px !important;
}
html [id^="t-logo-partenaire-img"] {
    max-height: 100% !important;
}
html [id^="t-logo-partenaire-contient"].t-fond-blanc  {
    background: white;
    padding: 4px !important;
    border-radius: 4px !important;
}


