.grecaptcha-badge
{
  display: none;
}

.waves.top.footer-top
{
  z-index: 18;
}


.footer-top
{
  margin-top: 23vw;
}

footer
{
  
  position: relative;
  z-index: 18;
  bottom: 0;
  height: 500px;
  /* min-height: 250px;
  max-height: 620px; */
  width: 100%;
  padding: 0 30px 10px;

  background-color: var(--my-blue);

  display: grid;
  grid-template-rows: 1fr 80px 20px;
  grid-template-columns: 1fr;
  justify-content: center;
}

footer > *
{
  z-index: 10;
}

.logo-footer-bg
{
  position: absolute;
  z-index: 0;
  /* top: -23px; */
  top: 85px;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  opacity: .05;
  justify-self: center;
  align-self: center;
}

.hypno-arche,
.reglementation
{
  /* width: 60%; */
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.hypno-arche
{
  flex-wrap: wrap;
  gap: 30px;
}

img.logo-arche,
img.logo-phoenix,
img.logo-snh,
img.logo-hypno-natal
{
  width: 155px;
  height: auto;
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,.4));
  transition: .2s;
}

img.logo-arche:hover,
img.logo-phoenix:hover,
img.logo-snh:hover,
img.logo-hypno-natal:hover
{
  filter: drop-shadow(0px 0px 4px goldenrod);
}

/* img.logo-snh
{
  filter: drop-shadow(2px 1px 0px rgba(255, 255, 255, 1));
} */

/* img.logo-phoenix
{
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,.4));
} */

/* a.snh-bg
{
  position: relative;
  left: -20px;
  width: 110px;
  height: 108px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
} */

/* img.logo-snh
{
  width: 150px;
  height: 150px;
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,.4));
  transform: rotate(-45deg);
} */

.reglementation
{
  align-self: center;
}

.reglementation a
{
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}


.footer-copyright
{
  text-align: right;
  position: relative;
  z-index: 2;
  width: 100%;
}

.lfrezza-copyright,
.silver-copyright
{
  display: inline-block;
  margin: 0 20px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.lfrezza-copyright
{
  font-weight: bold;
  font-size: 14px;
}
.silver-copyright
{
  font-weight: normal;
  font-size: 14px;
}

.silver-copyright a
{
  text-decoration: none;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  transition: .3s;
}


.silver-copyright a span:nth-child(n+1)
{
  color: #ff8c00;
  transition: .3s ease-out;
}
.silver-copyright a span:nth-child(2)
{
  /* color: #0077dc; */
  color: #fff;
  /* text-shadow: 1px 1px 1px #fff; */
  transition: .3s ease-out;
}

footer a
{
  transition: .3s;
}

footer a:hover,
.silver-copyright a:hover,
.silver-copyright a:hover span
{
  color: goldenrod;
}








@media (min-width: 1300px){


}


@media (max-width: 1300px){
  
}

@media (max-width: 1150px){
  
  
}

@media (max-width: 1010px){
  
  /* .hypno-arche,
  .reglementation
  {
    width: 80%;
  } */
}

@media (max-width: 880px)
{
  
}

@media (max-width: 800px){
  body
  {
    font-weight: 400;
  }

  /* .hypno-arche,
  .reglementation
  {
    width: 100%;
  } */

}

@media (max-width: 700px){
  
  section.waves,
  section.waves svg
  {
    height: 110px;
  }

  .logo-footer-bg
  {
    top: unset;
  }

}


@media (max-width: 650px){
  
  footer
  {
    height: unset;
    padding: 5px;
  }

  footer,
  .reglementation,
  .footer-copyright
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .reglementation,
  .reglementation a,
  .footer-copyright
  {
    margin: 10px 0;
  }
  
  .footer-copyright p
  {
    margin: 3px 0;
  }



  img.logo-arche,
  img.logo-phoenix
  {
    width: 130px;
    height: 130px;
  }
  
  a.snh-bg
  {
    width: 95px;
    height: 93px;
  }

  img.logo-snh
  {
    width: 125px;
    height: 125px;
  }

}



@media (max-width: 600px){
  
}

@media (max-width: 500px){

  
}

@media (max-width: 400px){
  .hypno-arche
  {
    justify-content: space-around;
  }
  
}

@media (max-width: 360px){
  
}

