/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#popUpCookies .lcc-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 9997;
  transition: opacity .2s ease-in-out;
}

#popUpCookies .box {
  position: fixed;
  bottom: 0;
  /* right: 0; */
  z-index: 9999;
  /* margin-right: 20px; */
  /* padding-left: 20px; */
  /* width: 100%; */
  /* height: 200px; */
  margin-right: auto;
  margin-left: auto;
  color: black;
  background: #fff;
  border: 1px solid #333333;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  /* max-width: 500px; */
}

#popUpCookies .lcc-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  background: #fff;
  box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
  z-index: 9999;
  padding: 30px;
}

#popUpCookies .section-title {
  font-family: MBCorpoATitleCond-Regular;
  /* font-size: 48px; */
  /* font-size: 2.125rem !important; */
  color: #000 !important;
}

#popUpCookies .popup-title {
  font-size: 2rem !important;
}

#popUpCookies .lcc-text {
  font-size: 16px;
  margin: 0 0 22px
}

#popUpCookies .lcc-button {
  display: inline-block;
  background: none;
  background-color: #111;
  color: #fff;
  border: 1px solid #111;
  outline: none;
  font-size: inherit;
  padding: 6px 15px;
  cursor: pointer;
  margin: 1px 0;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease
}

#popUpCookies .lcc-button:focus,
.lcc-button:hover {
  background: #777;
  border-color: #777
}

#popUpCookies .lcc-button.lcc-button--link {
  color: inherit;
  background: transparent;
  border-color: transparent
}

#popUpCookies .lcc-button.lcc-button--link:focus,
.lcc-button.lcc-button--link:hover {
  background: #eee;
  border-color: #eee
}

#popUpCookies .lcc-label {
  margin-bottom: 5px;
  display: flex;
  align-items: baseline
}

#popUpCookies .lcc-label[for] {
  cursor: pointer
}

#popUpCookies .lcc-label>* {
  margin-right: 10px
}

#popUpCookies .lcc-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 10000;
  transition: opacity .2s ease-in-out
}

/* 
.lcc-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
    z-index: 10001;
    padding: 30px
} */

#popUpCookies .lcc-modal__close {
  color: #000 !important;
  width: 30px;
  font-size: 24px;
  line-height: 1.25;
  position: absolute;
  right: 6px;
  top: 0;
  background: none;
  color: inherit;
  border: none;
  cursor: pointer;
  transition: color .2s ease
}

#popUpCookies .lcc-modal .lcc-modal__close:focus,
.lcc-modal .lcc-modal__close:hover {
  color: #777
}

#popUpCookies .lcc-modal .lcc-modal__title {
  font-size: 22px;
  margin-bottom: 1em
}

#popUpCookies .lcc-modal .lcc-modal__section {
  margin-bottom: 20px
}

#popUpCookies .lcc-modal .lcc-modal__actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

#popUpCookies .lcc-modal .lcc-modal__actions>* {
  display: block;
  margin-left: 10px
}

#popUpCookies .lcc-modal.lcc-modal--settings {
  z-index: 10002
}

#popUpCookies .lcc-u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

#popUpCookies .lcc-u-text-center {
  text-align: center !important
}


#popUpCookies body {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #popUpCookies body {
    font-size: 17px;
    line-height: 1.5;
  }
}

#popUpCookies a {
  color: #0078D6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#popUpCookies a:hover,
#popUpCookies a:active,
#popUpCookies a:focus {
  color: #0078D6;
  outline: none;
  text-decoration: none;
}

#popUpCookies p {
  margin-bottom: 1.5em;
}

#popUpCookies h1,
#popUpCookies h2,
#popUpCookies h3,
#popUpCookies h4,
#popUpCookies h5,
#popUpCookies h6 {
  color: #000;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

#popUpCookies ::-webkit-selection {
  color: #fff;
  background: #0078D6;
}

#popUpCookies ::-moz-selection {
  color: #fff;
  background: #0078D6;
}

#popUpCookies ::selection {
  color: #fff;
  background: #0078D6;
}

#fh5co-wrap {
  position: relative;
  background: #fff;
  z-index: 2;
  margin-bottom: 450px;
}

@media screen and (max-width: 992px) {
  #fh5co-wrap {
    margin-bottom: auto;
  }
}

#fh5co-footer {
  padding-top: 4em;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 450px;
  background: #333333;
  font-size: 18px;
}

@media screen and (max-width: 992px) {
  #fh5co-footer {
    height: inherit;
    position: relative;
    padding: 5em 0;
  }
}

#fh5co-footer .fh5co-social li {
  display: block;
}

#fh5co-footer p {
  line-height: 1.5;
}

#fh5co-footer h3 {
  color: #fff;
  font-size: 20px;
}

#fh5co-footer a {
  color: rgba(255, 255, 255, 0.7);
}

#fh5co-footer a:hover {
  color: #0078D6;
}

#fh5co-footer ul {
  padding: 0;
  margin: 0;
}

#fh5co-footer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-footer .fh5co-copyright {
  padding-top: 3em;
}

#fh5co-footer .fh5co-copyright small {
  display: block;
}

#fh5co-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#fh5co-header nav {
  text-align: center;
}

#fh5co-header nav ul {
  padding: 0;
  margin: 0;
}

#fh5co-header nav li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

#fh5co-header nav li a {
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

#fh5co-header nav li a span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
  display: block;
}

@media screen and (max-width: 768px) {
  #fh5co-header nav li a {
    padding: 10px 2px;
  }
}

#fh5co-header nav li a:hover {
  color: white;
}

#fh5co-header nav li a:hover span {
  border-bottom: 2px solid #fff;
}

#fh5co-header nav li.fh5co-active a {
  color: #fff;
}

#fh5co-header nav li.fh5co-active a span {
  border-bottom: 2px solid #fff;
}

#popUpCookies .fh5co-table,
#popUpCookies .fh5co-table-cell,
#popUpCookies .fh5co-hero,
#popUpCookies .fh5co-parallax {
  height: 670px;
}

#popUpCookies .fh5co-hero,
#popUpCookies .fh5co-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

#popUpCookies .fh5co-hero .overlay,
#popUpCookies .fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}

@media screen and (max-width: 768px) {

  #popUpCookies .fh5co-hero,
  #popUpCookies .fh5co-parallax {
    height: inherit;
    padding: 4em 0;
  }
}

#popUpCookies .fh5co-hero .fh5co-intro h1,
#popUpCookies .fh5co-parallax .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {

  #popUpCookies .fh5co-hero .fh5co-intro h1,
  #popUpCookies .fh5co-parallax .fh5co-intro h1 {
    font-size: 30px;
  }
}

#popUpCookies .fh5co-hero .fh5co-intro p,
#popUpCookies .fh5co-parallax .fh5co-intro p {
  color: #fff;
}

#popUpCookies .fh5co-hero .fh5co-intro p a,
#popUpCookies .fh5co-parallax .fh5co-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#popUpCookies .fh5co-hero .fh5co-intro p a:hover,
#popUpCookies .fh5co-parallax .fh5co-intro p a:hover {
  color: #fff;
}

#popUpCookies .fh5co-table {
  display: table;
}

#popUpCookies .fh5co-table-cell {
  display: table-cell;
  vertical-align: middle;
}

#popUpCookies .fh5co-section {
  padding: 5em 0;
}

@media screen and (max-width: 768px) {
  #popUpCookies .fh5co-section {
    padding: 3em 0;
  }
}

#popUpCookies .fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
  padding: 20px;
}

#popUpCookies .fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}

#popUpCookies .fh5co-feature .fh5co-icon i {
  color: #52d3aa;
  font-size: 70px;
}

@media screen and (max-width: 1200px) {
  #popUpCookies .fh5co-feature .fh5co-icon i {
    font-size: 40px;
  }
}

#popUpCookies .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #52d3aa;
  font-size: 28px;
}

@media screen and (max-width: 1200px) {
  #popUpCookies .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}

#popUpCookies .fh5co-feature .fh5co-text {
  float: right;
  width: 80%;
}

@media screen and (max-width: 768px) {
  #popUpCookies .fh5co-feature .fh5co-text {
    width: 82%;
  }
}

@media screen and (max-width: 480px) {
  #popUpCookies  .fh5co-feature .fh5co-text {
    width: 72%;
  }
}

#popUpCookies .fh5co-feature .fh5co-text h2,
#popUpCookies .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}

#popUpCookies .fh5co-feature .fh5co-text h3 {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}

#popUpCookies .fh5co-social {
  padding: 0;
  margin: 0;
}

#popUpCookies .fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#popUpCookies .fh5co-social li a span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 10px;
}

#popUpCookies .btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}

#popUpCookies .btn.btn-sm {
  padding: 4px 15px !important;
}

#popUpCookies .btn.btn-md {
  padding: 8px 20px !important;
}

#popUpCookies .btn.btn-lg {
  padding: 18px 36px !important;
}

#popUpCookies .btn:hover,
#popUpCookies .btn:active,
#popUpCookies .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

#popUpCookies .btn-primary {
  /* background: #0078D6; */
  color: #fff;
  border: 2px solid #0078D6;
}

#popUpCookies .btn-primary:hover,
#popUpCookies .btn-primary:focus,
#popUpCookies .btn-primary:active {
  /* background: #0078D6 !important; */
  border-color: #0078D6 !important;
}

#popUpCookies .btn-primary.btn-outline {
  background: transparent;
  color: #0078D6;
  border: 2px solid #0078D6;
}

#popUpCookies .btn-primary.btn-outline:hover,
#popUpCookies .btn-primary.btn-outline:focus,
#popUpCookies .btn-primary.btn-outline:active {
  background: #0078D6;
  color: #fff;
}

#popUpCookies .btn-success {
  background: #0078D6;
  color: #fff;
  border: 2px solid #0078D6;
}

#popUpCookies .btn-success:hover,
#popUpCookies .btn-success:focus,
#popUpCookies .btn-success:active {
  background: #0078D6 !important;
  border-color: #0078D6 !important;
}

#popUpCookies .btn-success.btn-outline {
  background: transparent;
  color: #0078D6;
  border: 2px solid #0078D6;
}

#popUpCookies .btn-success.btn-outline:hover,
#popUpCookies .btn-success.btn-outline:focus,
#popUpCookies .btn-success.btn-outline:active {
  background: #0078D6;
  color: #fff;
}

#popUpCookies .btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

#popUpCookies .btn-info:hover,
#popUpCookies .btn-info:focus,
#popUpCookies .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

#popUpCookies .btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

#popUpCookies .btn-info.btn-outline:hover,
#popUpCookies .btn-info.btn-outline:focus,
#popUpCookies .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

#popUpCookies .btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

#popUpCookies .btn-warning:hover,
#popUpCookies .btn-warning:focus,
#popUpCookies .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

#popUpCookies .btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

#popUpCookies .btn-warning.btn-outline:hover,
#popUpCookies .btn-warning.btn-outline:focus,
#popUpCookies .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

#popUpCookies .btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

#popUpCookies .btn-danger:hover,
#popUpCookies .btn-danger:focus,
#popUpCookies .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

#popUpCookies .btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

#popUpCookies .btn-danger.btn-outline:hover,
#popUpCookies .btn-danger.btn-outline:focus,
#popUpCookies .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

#popUpCookies .btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#popUpCookies .btn-outline:hover,
#popUpCookies .btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

#popUpCookies .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

#popUpCookies .form-control:active,
#popUpCookies .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52d3aa;
}

#popUpCookies .fh5co-check {
  padding: 0 0 0 0;
  margin: 0 0 1.5em 0;
}

#popUpCookies .fh5co-check li {
  padding: 0 0 0 40px;
  margin: 0;
  list-style: none;
  position: relative;
}

#popUpCookies .fh5co-check li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: .3em;
  content: "\f00c";
  color: #52d3aa;
}

#popUpCookies .fh5co-staff img {
  margin-bottom: 1em;
}

#popUpCookies .fh5co-staff h3 {
  margin: 0;
}

#popUpCookies .fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

#map {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  #popUpCookies .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

#popUpCookies .row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  #popUpCookies .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

#popUpCookies .row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  #popUpCookies .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

#popUpCookies .row-bottom-padded-sm {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  #popUpCookies .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}


/* Popup */

#popUpCookies .c-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

#popUpCookies .c-ripple-circle-accept {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(47, 208, 74, 0.18);
}

#popUpCookies .c-ripple.is-active .c-ripple-circle-accept {
  animation: a-ripple 0.4s ease-in;
}

#popUpCookies .c-ripple-circle-cancel,
#popUpCookies .c-ripple-circle-configure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  /* background: rgba(93, 177, 251, 0.4); */
}

#popUpCookies .c-ripple.is-active .c-ripple-circle-cancel,
#popUpCookies .c-ripple.is-active .c-ripple-circle-configure {
  animation: a-ripple 0.4s ease-in;
}

#popUpCookies .c-ripple-circle-enregistre,
#popUpCookies .c-ripple-circle-configure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(93, 177, 251, 0.4);
}

.c-ripple.is-active .c-ripple-circle-enregistre,
.c-ripple.is-active .c-ripple-circle-configure {
  animation: a-ripple 0.4s ease-in;
}

@keyframes a-ripple {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

#popUpCookies .switch {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 31px;
  border-radius: 50px;
  background-color: white;
  padding: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}

#popUpCookies .switch .circle {
  width: 23px;
  height: 23px;
  background-color: #c3c3c3;
  border-radius: 50%;
  transform: translateX(1.7rem);
  background-color: #62d7b2;
}

#popUpCookies .move-circle-right {
  animation: 0.5s moveCircleRight cubic-bezier(0.87, -0.41, 0.19, 1.44) forwards;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}

#popUpCookies .move-circle-left {
  animation: 0.5s moveCircleLeft cubic-bezier(0.87, 0.41, 0.19, 1.44) forwards;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}

@keyframes moveCircleRight {
  0% {
    transform: translateX(0);
    background-color: #c3c3c3;
  }

  100% {
    transform: translateX(1.7rem);
    background-color: #62d7b2;
  }
}

@keyframes moveCircleLeft {
  0% {
    transform: translateX(1.7rem);
    background-color: #62d7b2;
  }

  100% {
    transform: translateX(0);
    background-color: #c3c3c3;
  }
}

#popUpCookies .background-popup {
  position: fixed;
  background-color: black;
  width: 500%;
  height: 500%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 6;
  transition-duration: 0.3s;
}

#popUpCookies .popup {
  max-height: 70vh;
  overflow: auto;
  display: none;
  position: fixed;
  /* top: 50%; */
  left: 50%;
  /* display: flex; */
  justify-content: center;
  bottom: 0;
  transform: translate(-50%, 0%);
  width: 95%;
  max-width: 1200px;
  background: white;
  /* padding: 10px; */
  /* border-radius: 12px; */
  /* font-size: 1.25em; */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  word-wrap: break-word;
  text-align: justify;
  z-index: 7;
}

#popUpCookies .popup section {
  margin: 0;
  padding: 10px;
}

#popUpCookies .popup #contentPopupConsent:hover,
#popUpCookies .popup #configureSection:hover {
  box-shadow: 0 0 0 transparent;
}

#popUpCookies .popup .content-popup-theme {
  text-align: left;
}

#popUpCookies .popup .content-popup-theme:hover {
  box-shadow: 0 0 0 transparent;
}

#popUpCookies .popup .content-popup-theme p {
  padding-right: 5px;
  padding-left: 5px;
  display: block;
  text-align: center;
}

#popUpCookies .popup .buttonOk {
  color: black;
  background: transparent;
  padding: 9px 0.57em;
  -webkit-appearance: none;
  position: relative;
  display: block;
  margin: 0;
  vertical-align: middle;
  overflow: visible;
  font-size: 14px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  border: 0;
  border-radius: 7px;
  user-select: none;
  transition: all 0.2s ease;
  outline: 0;
  cursor: pointer;
  margin-right: 2%;
  margin-left: auto;
}

#popUpCookies .popup .buttonOk:hover {
  background: rgba(0, 0, 0, 0.08);
}

#popUpCookies .popup p {
  /* padding-right: 5px; */
  /* padding-left: 5px; */
  font-size: 1rem;
}

#popUpCookies .popup .choice-container-buttons {
  /* display: flex; */
  /* justify-content: space-around; */
  /* margin-right: 20%; */
  /* margin-left: 20%; */
  /* margin-top: 20px; */
  margin-top: -30px;
  margin-bottom: 20px;
}

#popUpCookies .popup .choice-container-buttons .c-button {
  padding: 9px 0.57em;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  overflow: visible;
  font-size: 14px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  background: transparent;
  border: 0;
  border-radius: 1px;
  user-select: none;
  transition: all 0.2s ease;
  background: transparent;
  outline: 0;
}

#popUpCookies .popup .choice-container-buttons .c-button:hover,
#popUpCookies .popup .choice-container-buttons .c-button:focus {
  text-decoration: none;
}

#popUpCookies .popup .choice-container-buttons .c-button:not(:disabled) {
  cursor: pointer;
}

#popUpCookies .popup .choice-container-buttons #accept {
  display: inline-block;
  color: #0078D6;
  background-color: #0078D6;
}

#popUpCookies .popup .choice-container-buttons #accept:hover {
  background: #2fd04a17;
  background-color: #0078D6;
}

#popUpCookies .popup .choice-container-buttons #configure {
  color: #0078D6;
  background-color: #0078D6;
}

#popUpCookies .popup .choice-container-buttons #configure:hover {
  background: #0078D6;
}

#popUpCookies .popup .choice-container-buttons #cancel {
  display: none;
  color: #4285f4;
  background-color: none !important;
}

#popUpCookies .popup .choice-container-buttons #cancel:hover {
  background-color: none !important;
}

#popUpCookies .popup .choice-container-buttons #enregistre {
  display: none;
  color: #4285f4;
  background-color: #0078D6;
}

#popUpCookies .popup .choice-container-buttons #enregistre:hover {
  background-color: #0078D6;
}

#popUpCookies .popup #configureSection {
  width: auto;
  /* max-width: 600px; */
  display: none;
}

#popUpCookies .popup #configureSection table th {
  color: black;
  text-align: left;
}

#popUpCookies .popup #configureSection table .text-switch {
  padding: 0 0 0 1rem;
  font-size: 19px;
  font-weight: 100;
}

#popUpCookies .popup #configureSection table tr {
  display: block;
  padding: 4px;
}

#popUpCookies .cookieButtons {
  float: right;
}

#popUpCookies .cookieButton#cancel {
  margin-left: 1rem;
}

#popUpCookies .cookieButton#enregistre {
  margin-left: 1rem;
}

@media screen and (max-width: 480px) {
  #popUpCookies .popup {
    width: 95%;
  }

  #popUpCookies .popup-title {
    font-size: 1.5rem !important;
  }

  #popUpCookies .lcc-modal__close {
    right: 3px;
    top: -5px;
  }

  #popUpCookies .popup p {
    font-size: 15px;
  }

  #popUpCookies button#accept2 {
    width: 100% !important;
  }

  #popUpCookies .cookieButtons {
    float: none !important;
    text-align: center !important;
  }

  #popUpCookies .cookie-button-mobile {
    display: block !important;
  }

  #popUpCookies .cookieButton {
    width: 100%;
  }

  #popUpCookies .cookieButton#cancel {
    margin-left: 0px;
    margin-bottom: 10px;
  }

  #popUpCookies .cookieButton#enregistre {
    margin-left: 0px;
  }

  #popUpCookies .cookieButton#configure {
    margin-bottom: 12px;
  }

  #privacyPolicy {
    margin-top: 0px !important;
  }
}