* {
  margin: 0;
  padding: 0;
}

/* hind-madurai-500 - latin */
@font-face {
  font-family: "Hind Madurai";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/hind-madurai-v6-latin-500.eot"); /* IE9 Compat Modes */
  font-display: swap;
  src: local(""),
    url("assets/fonts/hind-madurai-v6-latin-500.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/hind-madurai-v6-latin-500.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("assets/fonts/hind-madurai-v6-latin-500.woff") format("woff"),
    /* Modern Browsers */ url("assets/fonts/hind-madurai-v6-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/hind-madurai-v6-latin-500.svg#HindMadurai")
      format("svg"); /* Legacy iOS */
  font-display: swap;
}

@font-face {
  font-family: "Hind Madurai";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/hind-madurai-v6-latin-700.eot"); /* IE9 Compat Modes */
  font-display: swap;
  src: local(""),
    url("assets/fonts/hind-madurai-v6-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/hind-madurai-v6-latin-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("assets/fonts/hind-madurai-v6-latin-700.woff") format("woff"),
    /* Modern Browsers */ url("assets/fonts/hind-madurai-v6-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/hind-madurai-v6-latin-700.svg#HindMadurai")
      format("svg"); /* Legacy iOS */
  font-display: swap;
}

ul,
ol {
  list-style: none;
}

body {
  font-size: 16px;
  font-family: "Hind Madurai", sans-serif;
  color: #707f8e;
  font-weight: 500;
  line-height: 1.6;
}

header {
  padding: 25px 0;
}

h3 {
  font-size: 28px;
  text-align: center;
  color: #38454c;
  font-family: "Hind Madurai", sans-serif;
}

h4 {
  font-size: 20px;

  font-family: "Hind Madurai", sans-serif;
}

h5 {
  font-size: 19px;
  font-family: "Hind Madurai", sans-serif;
  margin-top: 10px;
}

h1 {
  font-size: 60px;
  margin: 0 0 30px;
  text-align: center;
  color: #38454c;
  font-family: "Hind Madurai", sans-serif;
}

h2 {
  font-size: 39px;
  font-weight: bold;
  color: #38454c;
  font-family: "Hind Madurai", sans-serif;
}

.centrer {
  text-align: center;
}

.bg-opacity {
  background: rgba(255, 255, 255, 0.5);
  padding-top: 30px;
}

.modal-dialog {
  background-color: white;
}

/*--------------------------------------------------------------------------------------------------------  */
/*------------------------------------------------NAVBAR--------------------------------------------------  */
/*--------------------------------------------------------------------------------------------------------  */
@media only screen and (max-width: 992px) {
  #button-nav {
    width: 90%;
    color: #fff;
    background: #c4183c;
    font-weight: 700;
    border-radius: 3px;
    transition: all 0.5s;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  #button-nav {
    color: #fff;
    background: #c4183c;
    font-weight: 700;
    border-radius: 3px;
    transition: all 0.5s;
    max-width: 100%;
  }

  #navbarSupportedContent > ul {
    margin-right: -100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
  }
}

#button-nav:hover {
  background-color: #cc264a;
  box-shadow: 0px 0px 10px 0px #cc264a;
}

.navbar-toggler {
  border: none;
}

/* TEST */
.menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border: none;
}
.menu-btn__burger {
  width: 30px;
  height: 6px;
  background: #38454c;
  border-radius: 5px;
  right: 0px;
  transition: all 0.5s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after {
  content: "";
  position: absolute;

  width: 30px;
  height: 6px;
  background: #38454c;
  border-radius: 5px;

  transition: all 0.5s ease-in-out;
}
.menu-btn__burger::before {
  transform: translateY(-10px);
  right: 0px;
}
.menu-btn__burger::after {
  transform: translateY(10px);
  right: 0px;
}
/* ANIMATION */
.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}
.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
  background: #cc264a;
}
.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
  background: #cc264a;
}
/* TEST */
.bg-custom {
  background-color: #fff;
}

.dropdown {
  text-align: center;
}

.navbar {
  text-align: center;
}

.nav-item {
  font-size: 18px;
  list-style: none;
  padding: 5px;
}

.nav-link:hover {
  color: #2bc444;
}

#code img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#navbarSupportedContent {
  background: rgba(255, 255, 255, 0.5);
  color: #38454c;
}

.navbar {
  background: rgba(255, 255, 255);
  box-shadow: 0 5px 20px 0 rgba(41, 48, 51, 0.1);
  padding-bottom: 10px;
  padding-top: 10px;
}

.card {
  border: none;
}

/*--------------------------------------------------------------------------------------------------------  */
/*------------------------------------------ ECRANS---------------------------------------------------  */
/*--------------------------------------------------------------------------------------------------------  */
@media only screen and (max-width: 992px) {
  .responsive {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .responsive {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}

/*--------------------------------------------------------------------------------------------------------  */
/*------------------------------------------Test----------------------------------------------------------  */
/*--------------------------------------------------------------------------------------------------------  */

/*--------------------------------------------------------------------------------------------------------  */
/*------------------------------------------ COMMERCIAL--------------------------------------------------   */
/*--------------------------------------------------------------------------------------------------------  */
#commercial-section {
  flex-flow: column;
  align-items: center;
}

#button-inscription {
  border: 2px solid #d4e4ff;
  font-weight: 700;
  background: #fff;
  border-radius: 3px;
  transition: all 0.5s;
  width: 100%;
  padding: 1% 5%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  margin-top: 10px;
}

#button-inscription:hover {
  background-color: #d4e4ff;
  color: #2979ff;
  border: 2px solid #6ba2ff;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  #commercial-container {
    padding-top: 18%;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(1, 1fr);
    /* grid-gap: 10px;
  grid-auto-rows: 100px; */
  }

  .circular--square {
    background-color: #c4183c;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #c4183c;
    border-radius: 50%;
    width: 290px;
    height: 290px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 30px;
    margin-bottom: 50px;
    transition: all 0.5s;
  }
}

@media only screen and (min-width: 992px) {
  #commercial-container {
    padding-top: 100px;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(1, 1fr);
    /* grid-gap: 10px;
  grid-auto-rows: 100px; */
  }

  .circular--square {
    background-color: #cc264a;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #cc264a;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 30px;
    margin-bottom: 50px;
    transition: all 0.5s;
  }
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, -15px);
  }
  to {
    transform: translate(0, -0px);
  }
}

.circular--square:hover {
  background-color: #cc264a;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px #cc264a;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/*--------------------------------------------------------------------------------------------------------  */
/*------------------------------------------ Offres annexes ------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------  */
#bg-rr {
  background-image: url("images/webp/filigrane.webp"),url("images/filigrane.jpg");
  width: 100%;
  height: auto;
  margin: auto;
  font-size: 16px;
  background-size: 100%;
  justify-content: center;
  background-position: center center;
}

@media only screen and (max-width: 992px) {
  #table-offres {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .carte-offre {
    text-align: center;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 992px) {
  #table-offres {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-left: 20px;
  }

  .carte-offre {
    padding-bottom: 20px;
    text-align: center;
    vertical-align: middle;
  }
}

#button-offres {
  color: #2979ff;
  border: 2px solid #d4e4ff;
  font-weight: 700;
  background: #fff;
  border-radius: 3px;
  transition: all 0.5s;
  padding: 1% 5%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

#button-offres:hover {
  background-color: #d4e4ff;
  color: #2979ff;
  border: 2px solid #6ba2ff;
  text-decoration: none;
  cursor: pointer;
}

/*--------------------------------------------------------------------------------------------------------  */
/*------------------------------------------AVIS TRUSTPILOT------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------  */

@media only screen and (max-width: 992px) {
  #container-avis {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto;
  }

  #avis-partie-gauche {
    text-align: center;
    vertical-align: middle;
  }
  #btn-avis {
    margin-bottom: 40px;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .avis {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
  }

  .alert-dismissible {
    padding-right: 4rem;
    padding-left: 4rem;
}

  #avis-personna {
    height: 370px;
    border: 2px solid #d4e4ff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 15px 15px;
    border-radius: 3px;
  }

  #button-avis {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2979ff;
    border: 2px solid #d4e4ff;
    font-weight: 700;
    background: #fff;
    border-radius: 3px;
    transition: all 0.5s;
    max-width: 100%;
    padding: revert;
  }

  #button-avis:hover {
    background-color: #d4e4ff;
    color: #2979ff;
    border: 2px solid #6ba2ff;
    text-decoration: none;
    cursor: pointer;
  }
}

@media only screen and (min-width: 992px) {
  #container-avis {
    border-radius: 3px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .avis {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 80px;
    padding-right: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #avis-personna {
    height: 250px;
    border: 2px solid #d4e4ff;
    padding: 15px;
    border-radius: 3px;
  }
  #button-avis {
    height: 40px;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2979ff;
    border: 2px solid #d4e4ff;
    font-weight: 700;
    background: #fff;
    border-radius: 3px;
    transition: all 0.5s;
    max-width: 100%;
    padding: revert;
  }

  #button-avis:hover {
    background-color: #d4e4ff;
    color: #2979ff;
    border: 2px solid #6ba2ff;
    text-decoration: none;
    cursor: pointer;
  }
}

/*--------------------------------------------------------------------------------------------------------  */
/*--------------------------------------------------Youtube-----------------------------------------------  */
/*--------------------------------------------------------------------------------------------------------  */


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

  .video-wrapper {
    width: 100%;
    height: auto;
    display: block;
    margin: auto auto;
    align-items: center;
  }
  .h2-youtube {

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #container-youtube {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto;
  }
}

@media only screen and (min-width: 992px) {
  .bg-opacity {
    background: rgba(255, 255, 255, 0.5);
    padding-top: 20px;
  }
  .video-wrapper {
    width: 60%    !important;
    height: auto;
    display: block;
    margin: auto auto;
    align-items: center;
  }

  .youtube{
    padding-top: 20px;
    margin-bottom: 20px;
  }
.video-div-yt{
  padding-top: 40px;
  padding-bottom: 60px;
}

  .h2-youtube {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  #container-youtube {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
  }
  .video-container iframe {
    /*change according to your need*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }

  iframe {
    display: block;
    border-style: none;
  }
}

#button-yt {
  color: #fff;
  background: #2bc444;
  font-weight: 700;
  border-radius: 3px;
  max-width: 100%;
  margin-left: 15px;
  animation-iteration-count: infinite;
}

#button-yt:hover {
  background-color: #2bc444;
  box-shadow: 0px 0px 10px 0px #2bc444;
}

/*--------------------------------------------------------------------------------------------------------  */
/*------------------------------------------ Articles --------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------  */
#article {
  margin: 50px 0;
}

.card {
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 992px) {
  .cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-bottom: 70px;
  }
}


.arrow1 {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}

@media only screen and (min-width: 992px) {
  .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-bottom: 70px;
  }

  .cards:nth-child(n + 4) {
    grid-column: span 2;
  }
}

#card-article {
  display: grid;
  grid-template-rows: max-content auto 1fr;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

#card-article > .content {
  padding: 20px;
  color: #38454c;
}


.btn-article {
  height: 40px;
  padding-top: 40px;
  justify-content: center;
  align-items: center;
  color: #2979ff;
  border: none;
  font-weight: 700;
  background: #fff;
  border-radius: 3px;
  transition: all 0.5s;
  max-width: 100%;
  padding: revert;
}

/*--------------------------------------------------------------------------------------------------------  */
/*------------------------------------------ CTA COMMERCIAL ------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------  */

@media only screen and (max-width: 992px) {
  #bg-rr {
    background-image: url("images/webp/filigrane.webp"),url("images/filigrane.jpg");
    width: 200%;
    max-width: 100%;
    margin: auto;
    height: auto;
    font-size: 16px;
    background-size: 100%;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
  }

  #commercial-container {
    padding-top: 100px;
    display: grid;
    padding-left: 0;
    padding-right: 0;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(1, 1fr);

    /* grid-gap: 10px;
    grid-auto-rows: 100px; */
  }
  .circular--square-code-cta {
    background-color: #c4183c;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #c4183c;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation-name: floating;
    animation-duration: 3s;
    animation-delay: 0.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 30px;
    margin-bottom: 50px;
    transition: all 0.5s;
  }
  .circular--square-permis-cta {
    background-color: #2bc444;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #2bc444;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 30px;
    margin-bottom: 50px;
    transition: all 0.5s;
  }

  .circular--square-heure-cta {
    background-color: #ff6b00;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #ff6b00;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 30px;
    margin-bottom: 50px;
    transition: all 0.1s;
  }
}

.circular--square-permis-cta:hover {
  background-color: #2bc444;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 40px 0px #2bc444;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.circular--square-heure-cta:hover {
  background-color: #ff6b00;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 40px 0px #ff6b00;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.circular--square-code-cta:hover {
  background-color: #c4183c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 40px 0px #c4183c;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@media only screen and (min-width: 992px) {
  #bg-rr {
    background-image: url("images/webp/filigrane.webp"),url("images/filigrane.jpg");
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 16px;
    background-size: 100%;

    justify-content: center;
    background-color: rgba(0, 0, 255, 0.3);
    background-position: center center;
  }

  #commercial-container-cta {
    padding-top: 10px;

    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(3, 1fr);

    grid-auto-rows: 100px;
  }

  #commercial-container-cta :nth-child(n + 4) {
    grid-column: span 3;
  }

  .circular--square-code-cta {
    background-color: #c4183c;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #c4183c;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation-name: floating;
    animation-duration: 3s;
    animation-delay: 0.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: -50px;
    padding-top: -50px;
    margin-bottom: 50px;
    transition: all 0.5s;
  }
  .circular--square-permis-cta {
    background-color: #2bc444;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #2bc444;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: -50px;
    padding-top: -50px;
    margin-bottom: 50px;
    transition: all 0.5s;
  }

  .circular--square-heure-cta {
    background-color: #ff6b00;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #ff6b00;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: -50px;
    padding-top: -50px;
    margin-bottom: 50px;
    transition: all 0.1s;
  }
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, -10px);
  }
  to {
    transform: translate(0, -0px);
  }
}

.circular--square-permis:hover {
  background-color: #2bc444;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 40px 0px #2bc444;
}

.circular--square-heure:hover {
  background-color: #ff6b00;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 40px 0px #ff6b00;
}

.circular--square-code:hover {
  background-color: #c4183c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 40px 0px #c4183c;
}

/*--------------------------------------------------------------------------------------------------------  */
/*------------------------------------------ Sticky bottom ------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------  */

.fixed-bottom {
    text-align: center;
    height: 60px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
  }
  
  .cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #2bc444;
     }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

#button-bar {
  color: #fff;
  background: #2bc444;
  font-weight: 700;
  border-radius: 3px;
  transition: hover 0.5s;
  max-width: 100%;
  margin-left: 15px;
  animation: shake 3s;
  animation-iteration-count: infinite;
}

#button-bar:hover {
  background-color: #2bc444;
  box-shadow: 0px 0px 10px 0px #2bc444;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* @media only screen and (min-width: 992px) {
  @keyframes shake {
    0% {
      transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
      transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
      transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
      transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
      transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
      transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
      transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
      transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
      transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
      transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
      transform: translate(1px, -2px) rotate(-1deg);
    }
  }
} */

/*--------------------------------------------------------------------------------------------------------  */
/*------------------------------------------ Footer ------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------  */

.upperFooter {
  text-align: center;
  align-items: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #292929;
}

.footerLinks {
  color: #535353;
}

#footer {
  background-color: #292929;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#button-footer {
  height: 30px;
  color: #fff;
  background: #c4183c;
  border-radius: 3px;
  transition: all 0.5s;
  max-width: 100%;
  padding: revert;
}

@media only screen and (min-width: 992px) {
  #container-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  #container-footer {
    display: grid;
  }
}

.li-footer {
  margin-top: 7px;
}

.li-footer > a {
  size: 10px;
  color: #7a8085;
}

.li-footer > a:hover {
  size: 10px;
  color: #c4183c;
  text-decoration: none;
}

#footer > .list-unstyled {
  color: #292929;
  font-weight: bold;
  margin-bottom: 15px;
}
