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;
}
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrl{
    order: 3;
}
body #tarteaucitronRoot #tarteaucitronAlertBig {
    background-color: #FFF;
    color: #333;
}
body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert:before {
    display: block;
    content: 'Gestion des cookies';
    font-size:35px;
    line-height: 40px;
    font-weight: normal;
    text-transform: none;
    color: #333;
}
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: 425px;
    height: 120px;
    background: url('../logo.svg') no-repeat;
    background-size: contain !important;
    background-position: center !important;
    display: block;
    margin: auto;
    font-size: 0;
}
#tarteaucitronRoot.tarteaucitronSize-middle #tarteaucitronAlertBig::before, #tarteaucitronRoot.tarteaucitronSize-popup #tarteaucitronAlertBig::before {
    content: '';
}
body #tarteaucitronRoot div#tarteaucitronAlertBig {
    max-width: 630px;
    padding: 50px 0 25px;
}

body #tarteaucitronAlertBig #tarteaucitronPersonalize {
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    background-color: #00BED7;
    border: 2px  solid #00BED7;
    border-radius: 30px;
    padding: 5px 25px;
}
body #tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
    color: #00BED7;
    background-color: transparent;
    border: 2px  solid #00BED7;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton,
#tarteaucitronRoot .tarteaucitronAllow {
    background: #00BED7;
}
#tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: #1F3B8A;
    color: #FFF;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow {
    background: #F06446;
}
@media only screen and (max-width: 767px) {
    #tarteaucitronRoot div#tarteaucitronAlertBig {
        width: 90% !important;
    }
    #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
        margin: 25px 0;
        font-size: 15px;
    }

    #tarteaucitronRoot span#tarteaucitronDisclaimerAlert:before {
        font-size:25px;
        font-weight: 700;
    }

    div#tarteaucitronAlertBig:before {
        width: 270px;
        height: 65px;
    }
    body div#tarteaucitronAlertBig:before {
        width: 80%;
    }
}
  