#bandeau_cookie{
  z-index: 1999;
  pointer-events: auto;
  opacity: 1;
  max-width: 100vw;
  margin: auto;
  background: #071c53;
  box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.19);
  transition: 0.3s;
  padding: 10px;
 text-align: center;
  position: fixed;
  bottom: 0;
  width: 100vw;
  left: 0;
  height: auto;
}

.alert-secondary{
  border-color: #162e69
}

.cookie_spacer{
  margin-bottom: 5px;
}
.container_cookie-btn{
  display: inline-block;
  margin: auto;
  position: relative;
  float: none !important;
  box-sizing: border-box;
}
.cookie_text{
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.btn-advanced{
  display: inline-block;
  width: auto;
  padding: 3px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.4px;
}

.btn-advanced:nth-child(1) {
  background: #32cd32;
  color: #fff;
  border: 1px solid #32cd32;
}
.btn-advanced:nth-child(3) {
  background: #828282;
  color: #333;
  border: 1px solid #828282;
  margin-left: 5px;
}
#personnalize_my_cookie {    
  margin-left: 5px !important;
}


.cookie_deactivate{
  display: none;
}


.format_div_rgpd{
    padding : 2em;
}

.format_div_rgpd h2, .format_div_rgpd h3{
    font-size: 14px;
}

.format_div_rgpd h1{
  font-size: 18px;
  margin-bottom: 10px;
}


.gestion_cookie-div{
  margin : 20px auto;
  text-align: right;
}

.gestion_cookie-div-text{
  
  padding: 1em;
}

.separator_section{
  border-bottom: 1px solid black;
  width: 20em;
  margin: auto;
}

.gestion_cookie-div-text p {
  text-align: justify;
}
.gestion_cookie-div-text h2 {
  text-align: center;
}


.btn_cookie{
  padding: 10px;
width: 35%;
border: 0;
border-radius: 5px;
color : white;
}


.accept:hover{
  background: #4596ec !important;
}

.refuse:hover{
  background: #e52e2f !important;
}

.deny{
background: #5a5e6b !important;
color : white;
}

.refuseAnswer{
  background: #e52e2f ;
  
}

.acceptAnwser{
  background: #4596ec;
}

.bouton_gestion_cookies:hover{
  cursor: pointer;
  text-decoration: underline !important;
}

.bet--model .modal-title-cust{
  background-color: #0b215a;
}

.bet--model .modal-footer-cust{
  background-color: #0b215a;
}

.bet--model .modal-content-cust{
  background-color: #172e68;
}

.bet--model .modal-header{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bet--model .modal-footer{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bet--model .modal-content .btn-close::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #e70c0c;
  font-size: 20px;
}

.bet--model .modal-content .btn-close {
  background: transparent;
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  opacity: 1;
}

.bet-predict-content {
  padding: 20px 15px;
  text-align: center;
}

.text--white {
  color: #fff !important;
}

.text--base {
  color: #db2f2f !important;
}

 .modal-sport .modal-header {
  background-color: #0d2564;
  color: #fff;
  border: 0;
  border-radius: 0;
}

.modal-sport .close {
  padding: 15px 10px;
  margin: -15px -15px -15px auto;
  font-size: 28px;
  color: inherit;
  opacity: 1;
  cursor: pointer;
  transition: .3s ease-out color;
  text-shadow: none;
}

.modal-sport .modal-body {
  padding-top: 25px;
  padding-bottom: 30px;
  text-align: center;
}

.modal-sport .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.modal-sport .modal-footer {
  padding: 22px 30px;
  flex-direction: column;
  border-top: 1px solid #cccccc;
}

.btn--sm{
  padding:.25rem .5rem;
  font-size:.875rem;
  border-radius:.2rem
}

.btn1 {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: all 0.5s ease;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn--success {
  color: #fff;
  background-color: #198754;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn--danger {
  color: #fff;
  background-color: #dc3545;
}

