.bandeauTradibokantaj{
    background: #00BFB2;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0,.2);
    position: relative;
}
.redicretionDirect{
    height:5em;
    background: #4cf4e8;
    box-shadow: 0px 2px 5px rgba(0, 0, 0,.2);
}
#logoTradibokantaj{
    width:15em;
}
#titreTradibokantaj{
    width:35em;
}

/* Redirection directe */
.redicretionDirect{
    display: flex;
    justify-content: center;
    align-items: center;
}
#aRedirectionDirect{
    display: none;
    text-align: center;
    justify-content: center;
    color: #d53131;
    align-items:center;
    text-decoration: none;
}
#textPatient{
    text-align:center;
}
#pointDirect{
    height:2em;
    animation: clignotement 2s infinite;
}
#texteDirect{
    font-size:1.8em;
    padding-top:0.5em;
    font-weight:bold;
}
@keyframes clignotement {
	0%,100%	{opacity: 0}
	50%		{opacity: 1}
}

.imagePresentation img{
    width:100%;
    height: auto!important;
    margin-top:2em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0,.4);
}
.container h2{
    margin-top:1em;
    color: #0068AF;
}


@media (max-width: 992px) {
    #titreTradibokantaj{
        width:25em;
    }
    #logoTradibokantaj{
        width: 10em;
    }
}

@media (max-width: 665px) {
    #titreTradibokantaj{
        width:15em;
    }
    #logoTradibokantaj{
        width: 7em;
    }
}