﻿/* Footer */
footer {
  display: block;
  padding: 30px 0;
  background-color: #b1c8be;
  color: #000000;
}

footer .navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding-bottom: 15px;
}

footer .social-media {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

footer .left-footer {
  margin-left: 50px;
  display: flex;
}
footer .provigis{
  margin-left: 15px;
}
footer .provigis img{
  height: 61.1px;
  width: auto;
}

footer .right-footer {
  margin-right: 50px;
}

footer .charte-cyber {
  display: flex;
  flex-direction: row;
}

.charte-cyber img {
  width: 50px;
  padding-left: 20px;
}

.footer-tel{
  display: none;
}

@media screen and (max-width: 900px) {
  footer .social-media, footer .navigation {
    display: flex;
    flex-direction: column;
  }
  .left-footer, .right-footer{
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  footer {
    padding-top: 50px;
    background-color: #b1c8be;
    color: #000000;
    margin: 0 auto;
    gap: 50px;
    padding-bottom: 50px;
  }
  footer .social-media{
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .left-footer{
    margin-left: 0;
    margin-block-start: 0px;
    display: flex;
    flex-direction: column;
  }
  .fidelilium-mentions a {
    display: inline;
  }
  footer .charte-cyber {
    display: flex;
    flex-direction: column;
  }

  footer .left-footer .footer-icon{
    display: flex;
    justify-content: center;
  }

  footer .charte {
    text-align: center;
  }

  footer .charte-cyber img {
    padding-left: 0px;
  }
  footer .provigis{
    margin-left: 0px;
  }
  footer .right-footer {
    margin-right: 1px;
  }

  footer .right-footer .fidelilium-mentions p {
    text-align: center; /* Centrer le texte */
    margin: 0; /* Supprimer la marge pour éviter les interférences */
  }


}

.overlay {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.overlay.active {
  display: flex;
}

.overlay iframe {
  width: 80%;
  height: 90%;
  margin: auto;
  border: none;
}

.overlay iframe img {
  margin: auto;
}

.close-pdf{
  position: absolute;
  top: 60px;
  right: 30px;
  font-size: 36px;
  color: white;
  cursor: pointer;
}

footer .navigation li{
  text-align:left;
  font-size: larger;
  color: #62757c;
}

footer .navigation ul{
  padding: 0 40px;
  max-width: 400px;
}

footer .navigation li a{
  color: white;
  font-size: large;
}

footer .navigation li.title{
  list-style-type: none;
  font-weight: bold;
}

footer .navigation li.element{
  list-style-type: ">";
  padding: 0 10px
}

footer .navigation li.element:hover{
  color: #b34b32;
}