.cb_dialog-close:hover,
.m_dialog-close:hover {
  text-decoration: underline;
}
.m_dialog-close:focus-visible,
.cb_dialog-close:focus-visible {
  outline: dotted;
  padding: 4px 7px 4px 7px;
}
.m_dialog-close:focus-visible {
  outline-color: rgba(43, 46, 56, 0.9);
}
#cookie-dialog a:focus,
#cookie-dialog a:focus-visible {
  outline-color: rgba(43, 46, 56, 0.9);
}
#cookie-dialog .col-12 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: -3rem;
}
#cookie-dialog .col-12 svg {
  margin-top: -4px;
}
#cookie-dialog .dialog-content {
  padding: 4em;
}
#cookie-dialog-description {
  margin-bottom: 4rem;
  margin-top: 1rem;
}
#cs_m .m_border {
  border-bottom: 1px dotted #ccc;
  padding: 0.7rem 0;
}
#cs_m .m_border:nth-child(4) {
  border-bottom: none;
  /* padding: 0.7rem 0; */
}
/* #cs_m .m_border .m_border{
  border-bottom: none;
} */
/* #cs_m.m_border:last-child {
  border-bottom: none;
  margin-bottom: 2rem;
} */
/* #cs_m label {
  width: 100%;
  display: inline-block;
  border-bottom: 1px dotted #ccc;
  padding: 0.7rem 0;
}
#cs_m label:nth-child(4) {
  border-bottom: none;
  margin-bottom: 2rem;
} */
#cs_m label div.align-self-baseline {
  /* float: left; */
  margin-right: 1rem !important;
  /* margin-bottom: 1.2rem; */
}
#cs_m label div.cb_toggle__div-border {
  border-bottom: none;
}
.cb_container {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background: #000000;
  color: #ffffff;
  font-family: roboto-light;
}
.cb-dialog-content {
  font-size: 0.85rem;
  /*padding: 1rem;*/
  color: white;
  background-color: #000000;
  z-index: 9200;
  position: absolute;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 1em;
  max-width: 100%;
  width: 100%;
  border-radius: 2px;
  font-family: "Roboto-Regular";
  overflow-y: auto;
  max-height: 100%;
  bottom: 0;
}
 /*fix scroll*/
 .cb-dialog-content h4,
 .cb-dialog-content h5 {
  font-size: 1.2rem;
  font-family: "Roboto-Black";
}
.dialog-content h4,
.dialog-content h5 {
  font-size: 1.2rem;
  font-family: "Roboto-Black";
}
.cb-dialog-content a:hover {
  color: #fff;
}
.cb-dialog-content abbr[title]:hover::after,
abbr[title]:focus::after {
  content: attr(title);
}
@media screen and (min-width: 576px) {
  .cb-dialog-content {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .cb-dialog-content {
    font-size: 1rem;
  }
}
.btn-coockie {
  border-radius: 50px;
}
.btn-line {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.btn-line button {
  font-family: "Roboto-Bold";
}
@media screen and (min-width: 686px) {
  .btn-line {
    display: block;
  }
  .btn-line button {
    margin-left: 0.5rem;
  }
}
.btn-line-modale {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.btn-line-modale button {
  font-family: "Roboto-Bold";
}
@media screen and (min-width: 686px) {
  .btn-line-modale {
    display: block;
  }
}
.cb-dialog-content a,
.cb_container a {
  text-decoration: underline;
  color: white;
}
.cb-dialog-content span hd .cb_container span hd {
  display: block;
  margin-top: 0.5em;
  font-family: Roboto-black;
}
.cb_toggle {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 1ch;
}
button.cb_toggle {
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
}
.cb_toggle__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cb_toggle__display {
  --offset: 0.125rem;
  --diameter: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: content-box;
  width: 2.05rem;
  height: 1.05rem;
  border: 0.1em solid rgb(0 0 0 / 0.2);
  position: relative;
  border-radius: 100vw;
  background-color: #fbe4e2;
  transition: 250ms;
  padding: 0.3em 0.5em;
}
.cb_toggle__display::before {
  content: "";
  z-index: 9200;
  position: absolute;
  top: 50%;
  left: var(--offset);
  box-sizing: border-box;
  /* width: var(--diameter); */
  width: 1.17rem; /*calc(var(--diameter)*1.3);*/
  height: 1.17rem; /*calc(var(--diameter)*1.3);*/
  /* height: var(--diameter); */
  /* border: 0.1em solid rgb(0 0 0 / 0.2); */
  border: 0.1em solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: white;
  transform: translate(-40%, -50%);
  will-change: transform;
  transition: inherit;
  margin-left: 10px;
}
.cb_toggle__div-border {
  border-bottom: 1px dotted;
}
/*FOCUS ORIGINALE*/
.cb_toggle:focus .cb_toggle__display,
.cb_toggle__input:focus + .cb_toggle__display {
  outline: 1px dotted #212121;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.cb_toggle:focus,
.cb_toggle:focus:not(:focus-visible) .cb_toggle__display,
.cb_toggle__input:focus:not(:focus-visible) + .cb_toggle__display {
  outline: 0;
}
.cb_toggle[aria-pressed="true"] .cb_toggle__display,
.cb_toggle__input:checked + .cb_toggle__display {
  background-color: #e3f5eb;
}
.cb_toggle[aria-pressed="true"] .cb_toggle__display::before,
.cb_toggle__input:checked + .cb_toggle__display::before {
  transform: translate(70%, -50%);
}
.cb_toggle[disabled] .cb_toggle__display,
.cb_toggle__input:disabled + .cb_toggle__display {
  opacity: 0.6;
  filter: grayscale(40%);
  cursor: not-allowed;
}
.cb_toggle__icon {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  color: inherit;
  fill: currentcolor;
  vertical-align: middle;
  overflow: hidden;
}
.cb_toggle__icon--cross {
  color: #e74c3c;
  font-size: 85%;
  margin-right: -6px;
}
.cb_toggle__icon--checkmark {
  color: #1fb978;
  margin-left: -5px;
}
*,
::before,
::after {
  box-sizing: border-box;
}
.cb_content {
  position: relative;
  height: auto;
  width: 99%;
  /* padding: 0 1rem; */
  margin-left: auto;
  margin-right: auto;
}
.cb_dialog-close {
  color: #ffffff;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: 0;
  /*padding: 0;*/
  background-color: transparent;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  padding: 4px 7px 4px 7px;
}
.cb_dialog-close span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.m_dialog-close {
  color: #000000;
  position: absolute;
  top: 0.7rem;
  right: 0.5rem;
  border: 0;
  /*padding: 0;*/
  background-color: transparent;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  padding: 4px 7px 4px 7px;
}
.m_dialog-close span {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
.cb_bt-icon,
.cb_bt-icon-text {
  display: inline-block;
  color: black;
}
.cb_bt-icon {
  width: 1rem;
  height: 1rem;
}
/* modale */
.dialog-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  /* top: 4rem; */
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9200;
  overflow: auto;
  color: rgba(43, 46, 56, 0.9);
}
.dialog-container-nofix {
  display: flex;
  flex-direction: column;
  top: 0;
  /* top: 4rem; */
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9200;
  overflow: auto;
  color: rgba(43, 46, 56, 0.9);
}
.dialog-container[aria-hidden="true"] {
  display: none;
}
.cb-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0);
  animation: fade-in 200ms both;
}
.cb-dialog-overlay-nofix {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0);
  animation: fade-in 200ms both;
  z-index:1200;
}
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0.9);
  animation: fade-in 200ms both;
}
.dialog-content {
  background-color: rgb(255, 255, 255);
  margin: auto;
  z-index: 9200;
  position: relative;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 1em;
  max-width: 90%;
  /* width: 600px; */
  width: 80%;
  border-radius: 2px;
}
.dialog-content a {
  color: rgba(43, 46, 56, 0.9);
  text-decoration: underline;
}
.dialog-content a:hover {
  color: rgba(43, 46, 56, 0.9);
  text-decoration: underline;
}
.dialog-content a:focus-visible {
  color: rgba(43, 46, 56, 0.9);  
  outline: dotted;
  padding: 4px 7px 4px 7px;
}
@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}
.dialog h1 {
  margin: 0;
  font-size: 1.25em;
}
.dialog-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
}
#cookie-dialog {/* top: 15%; */ /*0px;*//* bottom:15%; */}
#cookie-dialog .dialog-content {
	width:70%;
	height: 70%;
	overflow: auto;
}
@media only screen and (max-width: 280px) {
  #cookie-dialog .dialog-content {
    /* margin-right:0px; */
    /* margin-left:0px; */
    max-width: max-content;
    width: 90%;
  }
}
@media only screen and (max-width: 329px) {
  .cb_bt-icon-text {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 330px) and (max-width: 351px) {
  .cb_bt-icon-text {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 380px) {
  #cookie-dialog .dialog-content {
    padding: 4em 1.2em;
	width:80%;
  }
}
@media only screen and (min-width: 381px) and (max-width: 467px) {
  #cookie-dialog .dialog-content {
    padding: 4em 2em;
  }
}
@media screen and (min-width: 700px) {
  .dialog-close {
    top: 1em;
    right: 1em;
  }
}
@media screen and (min-width: 700px) {
  .cb_dialog-close {
    top: 1rem;
    right: 1.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cb_toggle__display {
    transition-duration: 0ms;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .cb_toggle__display {
    margin-right: 10px;
  }
  .cb_toggle__icon--checkmark {
    margin-left: -16px;
  }
  .cb_toggle__display::before {
    margin-left: -1px;
  }
  #cookie-dialog {
    /*top: 15%; 0px;
	bottom:15%;*/
    margin-top: 3em;
    margin-bottom: 3em;
    overflow: hidden;
  }
  #cookie-dialog .dialog-content {
    padding: 2rem;
    overflow-y: scroll;
  }
  #cookie-dialog .cb_toggle__div-border {
    margin-left: 10px;
  }
  #cookie-dialog a:focus {
	outline-color: rgba(43, 46, 56, 0.9);
  }
}
.dialog-content button:focus,
.cb-dialog-content button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.dialog-content a:focus {
	outline-color: rgba(43, 46, 56, 0.9);
}
.cb-dialog-content a:focus {
	outline-color: #ffff;
}


details>summary { 
  list-style: none;
  font-size: .8rem;
  font-family: Roboto-Light;
}
summary::-webkit-details-marker {
  display: none
}

summary::after {
  /* content: ' ►'; */
  content: ' \25B6';
}
details[open] summary:after {
  /* content: " ▼"; */
  content: " \25BC";
}
.m_border details {
  /* margin-top: -1rem; */
  margin-left: 4.875rem; /*78px*/
}
/* CSS styles for "GDRP for videos", by Rik de Boer, Melbourne 2021 */
.video-img-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.video-text-overlay {
  background-color: #f6f6f6;
  border: 1px solid #555;
  border-radius: 10px;
  color: #555;
  font-family: Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 auto;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
  top: 30px;
  width: 80%;
}
.video-text-overlay > button {
  background-color: #555;
  border: none;
  border-radius: 6px;
  color: white;
  display: block;
  height: 2.5rem;
  margin: 0.75rem auto 0;
}
.video-text-overlay > button:hover {
  background-color: #111;
}

/** Font and padding adjustments for narrow screens */
@media all and (max-width: 540px) {
  .video-text-overlay {
    font-size: 0.8rem;
    padding: 0.8rem;
    top: 20px;
    width: 85%;
  }
  .video-text-overlay > button {
    height: 1.75rem;
  }
}

img.video-config-thumbnail {
  max-height: 64px;
  vertical-align: middle;
}
