body {
  padding-top: 56px;
  color: #4C3D3D!important;
}

.text-box {
  border: 1px solid #FFD95A;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

a {
  color: #C07F00!important;
}

a:hover, .short-link:hover {
  color: #FFD95A!important;
}

.short-link:hover {
  font-weight: bold;
}

small {
  font-style: italic;
}

li{
  list-style: none;
}

.bg-container li::before{
  content: "\1F449   ";
}

.navbar {
  background-color: #FFD95A;
  padding: 0!important;
}

/* .nav-item {
  margin-left: 110px;
} */

.nav-link:hover {
  color: #4C3D3D!important;
}

h2 {
  color: #94650d!important;
}

h4 {
  color: #C07F00!important;
}

@media screen and (min-width: 992px) {
  .navbar-phone, .contact-form-phone {
    display: none!important;
  }
  .navbar-nav {
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
  .dropdown-menu {
    top: 40px!important;
    background-color: #C07F00!important;
  }
  .dropdown-toggle {
    font-size: 18px!important;
  }
  .dropdown-item {
    color: white!important;
  }
  .bg-container {
    background-color: #FFF7D4;
    background-image: url("images/background.png");
    background-repeat: round;
  }
  .text-box {
    padding: 24px 24px 8px 24px;
  }
  h2 {
    font-size: 26px!important;
  }
  h4 {
    font-size: 22px!important;
    position: relative!important;
    margin-left: 28px;
    margin-bottom: 18px!important;
  }
  h4::before {
    position: absolute!important;
    content: "\1F451";
    margin-left: -32px;
    top: -4px;
  }
  #img-barres-extension {
    width: 70%;
    height: 70%;
  }
  label {
    font-size: 20px;
  }
  .bookmaker-box {
    width: 100px;
    height: 52px;
    font-size: 14px!important;
    pointer-events: none;
  }
  #submit-btn {
    height: auto;
    width: auto;
    font-size: 20px;
  }
  #box-confirmation-mail {
    height: 400px;
    padding: 150px;
  }
  .download-btn {
    margin-bottom: 18px!important;
  }
}

@media screen and (max-width: 991.9px) {
  .navbar-computer, .contact-form-computer {
    display: none!important;
  }
/*   .navbar-phone {
    height: 150px;
  } */
  #logo {
    height: 56px;
  }
  .navbar-toggler {
    height: 48px!important;
    width: 48px!important;
    border-color: #C07F00!important;
  }
  .navbar-toggler-icon {
    height: 32px!important;
    width: 32px!important;
   /*  margin-right: auto!important; */
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(192,127,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
    border-color: #C07F00!important;
    right: 4px;
    position: relative;
  }
  .dropdown-menu {
    right: 12px!important;
  }
  .navbar-nav {
    background-color: #C07F00!important;
   /*  height: auto; */
    width: 240px;
    border-radius: 4px!important;
    padding-top: 2px!important;
    padding-bottom: 6px!important;
  }
  .nav-item {
    padding-left: 8px;
    padding-right: 8px;
/*     padding-bottom: 4px; */
    font-size: 16px;
    margin-bottom: -6px;
  }
  .navbar-nav hr {
    margin-block-start: 0.4em!important;
    margin-block-end: 0.1em!important;
  }
  .nav-link {
    color: white!important;
  }
 /*  .collapse, .collapsing {
    background-color: red;
    z-index: 1!important;
  } */
  .bg-container {
    margin-top: -16px;
    background-color: #FFF7D4;
  /*   z-index: 3000!important; */
    position: relative;
    /* font-size: 1rem; */
  }
  .text-box {
    padding: 24px 24px 12px 24px;
  }
  .text-box.mb-5 {
    margin-bottom: 1rem!important;
}
/*   .bg-container p {
    margin-bottom: 20px!important;
  } */
  .bg-container ul {
    margin-bottom: 20px!important;
    margin-left: -20px!important;
  }
  .bg-container li {
    margin-bottom: 8px!important;
  }
  h2 {
    font-size: 26px!important;
  }
  h4 {
    font-size: 22px!important;
    position: relative!important;
    margin-left: 28px;
    margin-bottom: 18px!important;
  }
  h4::before {
    position: absolute!important;
    content: "\1F451";
    margin-left: -32px;
    top: -4px;
  }
  .small-text {
    line-height: 100%!important;
  }
  #img-barres-extension {
    width: 100%;
    height: 100%;
  }
  /* !!! Reprendre à partir de là !!! */
  label {
    font-size: 18px;
  }
  video {
    width: 100%;
  }
  .bookmaker-box {
    padding-right: -40px!important;
    width: 84px;
    height: 50px;
    font-size: 12px!important;
    pointer-events: none;
  }
  .bookmaker-box.me-3 {
    margin-right: 0.5rem!important;
  }
  #submit-btn {
    height: auto;
    width: auto;
    font-size: 20px;
  }
  .download-btn {
    height: auto;
    width: auto;
    padding: 8px!important;
    font-size: 16px!important;
    margin-bottom: 16px!important;
  }
/*   #box-confirmation-mail {
    margin-top: 80px;
    padding: 50px;
  } */
}

.dropdown-item:hover, .excel-link:hover, #submit-btn, .bookmaker-box, #black-text-contact {
  color: #4C3D3D!important;
}

#logo {
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.bookmaker-box, .download-btn, #submit-btn {
  background-color: #FFD95A!important;
  border: none!important;
}

.excel-link {
  text-decoration: none;
}

video {
  display: block;
  margin: auto;
}

label {
  color: #C07F00;
}

/* #box-confirmation-mail {
  text-align: center;
} */
