 /* Bandeau >= 768px */
 @media screen and (min-width: 38em) {
    #tarteaucitronRoot #tarteaucitronAlertBig {
     width: 100% !important;
     left: 0% !important;
     bottom: 0rem !important;
     display: flex;
     justify-content: center
    }
}

@media screen and (min-width: 38em) {
    #tarteaucitronRoot #tarteaucitronAlertBig > button {
        display : inline-block; 
    }
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton {
    background: rgb(170,34,34);
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background-color: var(--t-plain);
    color: rgb(170,34,34);
    box-shadow: inset 0 0 0 1px rgb(170,34,34);
}

#tarteaucitronDisclaimerAlert {
    margin-bottom: 2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }

  #tarteaucitronRoot #tac_title, #tarteaucitronRoot ::before, #tarteaucitronRoot ::after {
    display :  none;
  }