.cbnc-message {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50px;
    background-color: #1C6955;
    color: #ffffff;
    padding: 3%;
    margin: 2% 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index:250;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 325px;
    min-width: 250px;
    justify-content: center;
}
.cbnc-pad {
    padding: 10%;
}


@media screen and (max-width: 665px) {
    .cbnc-message {
        padding:6%;
        margin : 0 10px 0 10px;
        transform: unset;
        left:unset;
        font-size:0.8em;
        min-height:unset;
        display:block;
    }
    .cbnc-pad {
        padding: 25%;
    }
}
.pictogramme-youtube {
    width: 20%;
}

.cbnc-message-toggle {
    font-weight: bold;
}


#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings{
    font-size: 1.1em !important;
    font-weight: 900;
    border:none;
    color:white !important;
    border-radius:30px;
    background:#51AEDD !important;
    cursor: pointer;
    border: 2px solid #51AEDD !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover{
    background-color: white !important;
    color:#51AEDD !important;
}


