.cookie-banner {
  position: relative;
}

.drawer-rgpd {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1005; /* Sit on top */
  overflow: auto; /* Enable scroll if needed */
}

.modal-rgpd {
  font-family: "Rubik", sans-serif;
  position: fixed;
  bottom: 80px;
  left: 20px;
  background-color: #FFF;
  max-width: 420px;
  width: 50%;
  transition: ease all 1s;
  border-radius: 20px 20px 20px 20px;
  color: #333;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.05);
}

.close-button {
  position: fixed;
  left: 18px !important;
  bottom: 10px !important;
  display: block;
  -webkit-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  background-color: green !important;
  border-radius: 5px 20px 10px 15px;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
  color: white;
}

.close-button:hover {
  transition: ease all 1s;
  background-color: rgb(3, 98, 3) !important;
}

.modal-rgpd p {
  max-width: none;
  color: #333;
}

.rgpd-button {
  border-radius: 0 8px 8px 0;
}

.rgpd-content {
  padding: 20px 20px 0px 20px;
}
#img-cookie {
  width: 120px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: -1005;
}
@media all and (max-width: 550px) {
  #img-cookie {
    display: none;
    position: relative;
    padding: 10px;
    margin-top: 10px;
    width: 40%;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 960px) {
  #img-cookie {
    display: none;
    position: relative;
    padding: 10px;
    margin-top: 10px;
    width: 40%;
    bottom: 0;
    left: 0;
  }
}

.rgpd-input {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
}
.rgpd-input span {
  width: 30%;
  display: inline-block;
  font-size: 14px;
}

@media (max-width: 550px) {
  .rgpd-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .rgpd-input span {
    width: 100%;
    display: inline-block;
    font-size: 1.2em;
  }
}
.drawer-rgpd {
  .accept-all-rgpd {
    font-weight: bold;
    border: none;
    color: #FFF;
    background-color: green;
    border-radius: 0 0 8px 0;
    width: 45%;
    height: 30px;
    cursor: pointer;
  }

  .accept-all-rgpd:hover {
    color: black;
    background-color: #EEE;
  }
}

@media (max-width: 750px) {
  .accept-all-rgpd {
    height: auto;
    white-space: nowrap;
    width: auto;
  }
}
@media (max-width: 550px) {
  .modal-title {
    margin-top: 12px;
  }
}
.without-accept-text {
  color: #AAA;
  float: right;
  font-size: 0.8em;
  cursor: pointer;
}

.without-accept-text-sub {
  color: #AAA;
  margin-top: 10px;
  font-size: 0.8em;
  cursor: pointer;
}

.main-deny-button {
  font-size: 14px;
  color: #7A7A7A;
  background-color: #FFF;
  border-radius: 0 0 0 8px;
  border-right: solid #EDEDED 1px;
  width: 45%;
  height: 30px;
}

.main-deny-button:hover {
  background-color: #EEE;
}

.cross-rgpd {
  float: right;
  font-size: 19px;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  text-align: center;
}
.cross-rgpd :hover {
  cursor: pointer;
}

.rgpd-sub-links {
  font-size: 0.8em;
  text-align: center;
}

/* To remove */
/* 
.sub-link, .rgpd-details-link, .rgpd-details-close {
  border-right: solid #EDEDED 1px;
  text-decoration: none;
  color: #7A7A7A;
  cursor: pointer;
} */

/* To remove */
/* .sub-link:hover, .rgpd-details-link:hover, .rgpd-details-close:hover {
  text-decoration: none;
  color: #444;
} */

.drawer-rgpd-details {
  display: none;
  position: fixed;
  z-index: 1005;
  padding-top: 100px;
  overflow: auto;
}

.modal-rgpd-details {
  font-family: "Rubik", sans-serif;
  position: fixed;
  bottom: 80px;
  left: 20px;
  background-color: #FFF;
  max-width: 420px;
  width: 50%;
  transition: ease all 1s;
  border-radius: 20px 24px 20px 0px;
  color: #333;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.05);
  max-height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 550px) {
  .modal-rgpd-details {
    bottom: 25%;
    left: 10%;
    width: 80%;
  }
}

.rgpd-details {
  padding: 20px 20px 0px 20px;
}

.cookie-details-content {
  text-align: center;
  background-color: rgb(245, 245, 245);
  width: 100%;
  margin-top: 15px;
  padding: 10px;
}
.cookie-details-content p {
  padding: 10px;
}

.cookie-type-title {
  Font-size: 1.1em;
  padding: 10px;
  font-weight: bold;
}

.cookie-details-dropdown-title {
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.8;
}

.cookie-details-dropdown-title:hover {
  opacity: 1;
}

.choose-cookies {
  border-right: solid #EDEDED 1px;
  text-decoration: none;
  color: #7A7A7A;
  display: block;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  width: 45%;
}

.choose-cookies:hover {
  background-color: #EEE;
}

.finish-button {
  text-decoration: none;
  color: #7A7A7A;
  display: block;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  width: 45%;
}

.finish-button:hover {
  background-color: #EEE;
}

.essentials-table-details,
.statistiques-table-details,
.marketing-table-details {
  margin-top: 24px;
  width: 100%;
  text-align: left;
  font-size: 0.9em;
}
.essentials-table-details td,
.statistiques-table-details td,
.marketing-table-details td {
  padding: 5px;
}
.essentials-table-details tr,
.statistiques-table-details tr,
.marketing-table-details tr {
  border-collapse: separate;
  border-spacing: 0;
}

.table-head {
  font-weight: bold;
  width: 30%;
}

.legals {
  display: none;
}

.contacts {
  display: none;
}

.open {
  display: block;
  transition: ease all 2s;
}

.hidden {
  display: none;
  transition: ease all 2s;
}

.cross {
  float: right;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  text-align: center;
}
.cross :hover {
  cursor: pointer;
}

@media (min-width: 550px) {
  .fix {
    position: fixed;
    top: 0;
    width: 50%;
    max-width: inherit;
    z-index: -1;
  }
}

@media (min-width: 550px) {
  .unfix {
    position: relative;
  }
}

/*# sourceMappingURL=cookies.css.map */

/*# sourceMappingURL=cookies.css.map */
/* new banner  */

.modal-rgpd-details {
  border-radius: 8px 8px 8px 8px;
  .rgpd-details-close {
    font-size: 14px;
    color: #7A7A7A;
    background-color: #FFF;
    border-radius: 0 0 0 8px;
    border-right: solid #EDEDED 1px;
    width: 45%;
    height: 30px;
  }

  .rgpd-details-close:hover {
    background-color: #EEE;
  }

  .accept-all-rgpd {
    font-weight: bold;
    border: none;
    color: #FFF;
    background-color: green;
    width: 45%;
    height: 30px;
    cursor: pointer;
  }
  
  .accept-all-rgpd:hover {
    color: black;
    background-color: #EEE;
  }

  .rgpd-sub-links {
    font-size: 1em;
    text-align: center;
    padding: 10px;
  }

  .rgpd-sub-links a {
    width: 100%;
    margin: auto;
    align-self: center;
    margin-right: 4px;
    font-size: 11px !important;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    color: #7A7A7A;
  }

  .rgpd-sub-links a:hover {
    color: #000;
  }
}

.cookie-title {
  display: block !important;
  margin: 0 0 8px 0 !important;
  font-family: poppins, sans-serif !important;
  font-size: 34px;
  line-height: 24px;
  font-weight: 700 !important;
  text-align: left !important;
  clear: none !important;
  background: transparent !important;
  height: auto !important;
  padding: 0 !important;
  text-align: left;
}

.small-title {
  color: #000;
  font-size: 70% !important;
  font-weight: 400 !important;
}

.big-title {
  color: #000;
  font-size: 70% !important;
  font-weight: 400 !important;
}

.btn-group {
  z-index: 200 !important;
  position: relative !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-align-items: stretch !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  width: 100% !important;
  border-top: 1px solid #EDEDED !important;
}

.small-wording-cookie {
  text-align: left;
  font-family: "Rubik", sans-serif;
  color: #666666;
  font-size: 13px;
}

.general-switch {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.check-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0 10px 0;
}

.check-all-wording {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.cookie-list-container {
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}

.cookie-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.cookie-line-title {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  gap: 4px;
}

.cookie-line-content {
  display: flex;
  flex-direction: row;
  padding: 15px;
}

.title-line-description {
  font-size: 15px;
  color: #666666;
}

.description-line-description {
  line-height: 1.4;
  font-size: 11px;
  color: #666666;
}
/* Toggle switch */

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 12px;
}

.slider:before {
  position: absolute;
  content: "X";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  left: -5px;
  bottom: -3px;
  background-color: white;
  transition: .4s;
  font-size: 13px;
  font-weight: 300;
  color: #A7A7A7;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
}

input:checked + .slider {
  background-color: green;
}

input:checked + .slider:before {
  font-size: 15px;
  transform: translateX(26px);
  font-weight: 700;
  content: "✔";
  color: green;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 550px) {

  .drawer-rgpd {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .drawer-rgpd-details {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    left: 0;
  }

  .modal-rgpd-details {
    bottom: 0;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    padding: 0;
    left: 0;
    max-height: calc(100vh - 260px);
    overflow-x: auto;
  }

  .modal-rgpd {
    bottom: 0;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    left: 0;
  }

  .close-button {
    display: none;
    bottom: 0;
    left: 0;
    width: 0;
  }

  .accept-all-rgpd {
    border-radius: 0 !important;
  }
}