#sliding-popup button{
  background-color: transparent;
  cursor: pointer;
}

/* Bandeau Cookies */

.sliding-popup-top {
  background: #f0f0f0;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
  z-index: 1620;
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  visibility: hidden;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.sliding-popup-top .popup-content {
  color: #333;
  max-width: 100%;
   text-align: inherit;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 15px 0 20px 0;

   line-height: 1.428571429;
}
.sliding-popup-top .popup-content .container{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
}

.sliding-popup-top .popup-content #popup-text {
  max-width: 75%;
  text-align: left;
  float: left;
}

.sliding-popup-top .popup-content #popup-text p {
  width: 100%;
  font-size: 15px;

  margin-bottom: 10px;
}

.sliding-popup-top .popup-content #popup-text p a {
  display: inline-block;
}

.sliding-popup-top .popup-content #popup-buttons {
  min-width: 19%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  float: right;
}
.sliding-popup-top .popup-content #popup-buttons .agree-button {
  margin-bottom: 5px;
  order: 2;
  display: block;
  width: 100%;
  background-color: #000;
  border-color: #000;
  color: white;
}

.sliding-popup-top .popup-content #popup-buttons .decline-button {
  display: inline-block;
  border-color: #111;
  color: #111;
  order: 1;
  margin-bottom: 10px;
}
.sliding-popup-top .popup-content #popup-buttons .find-more-button {
  display: inline;
  text-decoration: underline;
  margin-top: 5px;
  font-size: 14px;
  order: 3;
  padding: 0;
  border: none;
  background: transparent;
  color: #0645ad;
  text-transform: none;
  line-height: inherit;
  height: auto;
  vertical-align: baseline;
  align-self: flex-start;
}




@media screen and (max-width:992px) {
  .sliding-popup-top .popup-content{
    padding: 15px 0;

  }
  .sliding-popup-top .popup-content .container{
    padding-right: 15px;
    padding-left: 15px;
  }

  .sliding-popup-top .popup-content #popup-text {
    max-width: 100%;
    float: none;
  }
  .sliding-popup-top .popup-content #popup-text p{
    font-size: 14px;
  }
  .sliding-popup-top .popup-content #popup-text p a {
    display: block;
  }
  .sliding-popup-top .popup-content #popup-text p:last-child {
    margin-bottom: 0;
  }
  .sliding-popup-top .popup-content #popup-buttons {
    min-width: 100%;
    max-width: 100%;
    padding-top: 5px;
    display: block;
  }
  .sliding-popup-top .popup-content #popup-buttons .decline-button {
    order: 2;
    color: #111;
    font-size: 14px;
    padding: 0 10px 0 0;
    border: none;
    height: auto;
    background-color: transparent;
    text-transform: none;
    line-height: inherit;
    vertical-align: initial;
    text-decoration: underline;
  }
  .sliding-popup-top .popup-content #popup-buttons .find-more-button {
    color: #0645ad;
    font-size: 14px;
  }

}



.sliding-popup-top h4{
  color: #111;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sliding-popup-top .btn{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: none;
  white-space: normal;
  text-transform: uppercase;
}
.sliding-popup-top .btn.btn-block {
    display: block;
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

/* Page Cookies */

.cookies-toggle {
  position: relative;
  outline: 0;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin: 0 0 5px 0;
}

.cookies-toggle,
.cookies-toggle:after,
.cookies-toggle:before,
.cookies-toggle *,
.cookies-toggle *:after,
.cookies-toggle *:before {
  box-sizing: border-box;
}

.cookies-toggle::selection,
.cookies-toggle:after::selection,
.cookies-toggle:before::selection,
.cookies-toggle *::selection,
.cookies-toggle *:after::selection,
.cookies-toggle *:before::selection {
  background: none;
}

.cookies-toggle span {
  position: relative;
  display: block;
  height: 1.8em;
  line-height: 1.2em;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
  border-radius: 2em;
  padding: 0.2em 1em;
  transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
}

.cookies-toggle span:before {
  position: relative;
  display: block;
  line-height: 40px;
  padding: 0 0.2em;
  font-size: 16px;
  padding-right: 25px;
}

.cookies-toggle span:after {
  position: absolute;
  display: block;
  content: '';
  border-radius: 2em;
  width: 25px;
  height: 25px;
  margin-left: 0;
  /*! background:#ffffff; */
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
  top: 6px;
}

.cookies-toggle input[type="checkbox"] {
  display: none !important;
}

.cookies-toggle input[type="checkbox"]+span {
  color: #ffffff;
  min-width: 135px;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.cookies-toggle input[type="checkbox"]+span:after {
  background: #ffffff;
}

.cookies-toggle input[type="checkbox"]:not(:checked)+span {
  background: #b9b9b9;
}

.cookies-toggle input[type="checkbox"]:not(:checked)+span:before {
  content: attr(data-off);
  padding-right: 0;
  padding-left: 30px;
}

.cookies-toggle input[type="checkbox"]:not(:checked)+span:after {
  left: 5px;
}

.cookies-toggle input[type="checkbox"]:checked+span {
  background: #d5ac29;
}

.cookies-toggle input[type="checkbox"]:checked+span:before {
  content: attr(data-on);
}

.cookies-toggle input[type="checkbox"]:checked+span:after {
  left: 100%;
  margin-left: -32px;
}

.cookies-toggle input[type="checkbox"]:disabled,
.cookies-toggle input[type="checkbox"]:disabled+span {
  cursor: not-allowed;
}
