body #tarteaucitronAlertBig{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert{
    order: 2;
    flex-basis: 100%;
    font-size: 18px;
}
body #tarteaucitronAlertBig #tarteaucitronPersonalize{
    order: 5;
}
body #tarteaucitronRoot .tarteaucitronDeny{
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    text-decoration: underline;
    color: #333;
    display: flex;
}
body #tarteaucitronAlertBig #tarteaucitronCloseAlert{
    order: 4;
    border-right: 1px solid;
    padding: 0 15px;
}
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrl{
    order: 3;
}
body #tarteaucitronRoot #tarteaucitronAlertBig {
    background-color: #FFF;
    color: #333;
}
body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert:before {
    display: block;
    content: 'Cookies';
    font-family: 'hickory_jackregular';
    font-size:70px;
    line-height: 65px;
    font-weight: normal;
    text-transform: none;
    color: #711921;
}
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, 
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    color: #333;
}
body div#tarteaucitronAlertBig:before {
    content: '';
    font-size: 50px;
    order: 1;
    flex-basis: 100%;
    width: 280px;
    height: 90px;
    background: url('/sites/default/files/bloc-images/logo-footer.jpg') no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    margin: auto;
}
body.mm-wrapper #tarteaucitronRoot div#tarteaucitronAlertBig {
    max-width: 630px;
    padding: 50px 0 25px;
}

body #tarteaucitronAlertBig #tarteaucitronPersonalize {
    background-color: #711921;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
}