/* screen - contact */

.contact {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 1024px;
  width: 100%;
}

.contact .navbar {
  flex-direction: auto;
  align-items: center;
  background-color: var(--white);
  display: flex;
  width: 100%;
  height: 40px;
  overflow: hidden;
  width: 100%;
}

.contact .overlap-group2 {
  align-items: center;
  justify-content: center;
  background-color: var(--eerie-black);
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: -5px;
  min-width: 100%;

}

.contact .logo-texte {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 44px 44px;
  justify-content: center;
  position: relative;
}

.contact .logo {
  cursor: pointer;
  height: 22px;
  position: relative;
  width: 38px;
}

/*Page hors Navbar à partir d'ici */

.contact .frame-contact {
  display: inline-flex;
  gap: 76px;
  height: auto; /* Remplacez la hauteur fixe par "auto" pour permettre à la hauteur de s'ajuster en fonction du contenu */
  margin-left: 1%; /* Utilisation d'une valeur relative pour la marge gauche */
  margin-top: 32px;
  padding: 1%; /* Utilisation d'une valeur relative pour le rembourrage */
}

.contact .group-37 {
  flex: 1;
  flex-grow: 1;
  position: relative;
  width: 379px;
}

.contact .overlap-group1 {
  height: 129px;
  position: relative;
  top: 14px;
  width: 381px;
}

.contact .overlap-group {
  height: 50px;
  left: 0;
  position: absolute;
  top: 80px;
  width: 379px;
}

.contact .c1b81c6c8f4c29603b715d8725ea842e-1 {
  height: 45px;
  left: 21px;
  position: absolute;
  top: 5px;
  width: 273px;
}

.contact .place {
  left: 0;
  letter-spacing: 0;
  line-height: 13px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 379px;
}

.contact .conque-1 {
  height: 119px;
  left: 202px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 151px;
}

.contact .lyt-diffusion {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.contact .frame-36-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 30px;
  position: relative;
  width: 200px;
}

.contact .compagnie {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 13px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.contact .cie-52-hertz-brush-orange-1 {
  height: 19px;
  left: 54px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 22px;
  width: 91px;
}

.contact .address {
  letter-spacing: 0;
  line-height: 13px;
  position: relative;
  text-align: center;
  width: 200px;
}

.contact .frame-36 {
  display: flex;
  gap: 22px;
  height: 30px;
  width: 200px;
}

.contact .administration {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 13px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.contact .cie-52-hertz-brush-orange {
  height: 19px;
  left: 55px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 23px;
  width: 91px;
}

.contact .hlose-vignals-07-7 {
  letter-spacing: 0;
  line-height: 13px;
  position: relative;
  text-align: center;
  width: 200px;
}

.contact .diffusion {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 13px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.contact .name {
  letter-spacing: 0;
  line-height: 13px;
  position: relative;
  text-align: center;
  width: 200px;
}

.contact .compagnie-52-hertz-b {
  align-items: flex-start;
  display: flex;
  height: 65px;
  margin-right: 2.0px;
  margin-top: 197px;
  min-width: 244px;
}

.contact .frame {
  align-items: center;
  flex-direction: column;
  position: relative;
}

































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


    .Calendrier.frame-1{
      width: 90vw; /* Prendre la largeur complète */
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin: 0 auto;
      flex-wrap: wrap;
      justify-content: center;
    }

    .contact {
      display: block; 
      width: 100%; /* Ajustement à 100% de la largeur de l'écran */
      height: 100%;
    }
      
    .contact .navbar { 
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      height: 280px;
      padding-bottom: 2.5vh;
      width: 100%;
      background-color: var(--eerie-black);
    }

    .contact .overlap-group { /* = le bandeau noir */
      background: color #1d1d1c;
      display: flex;
      justify-content: flex-end;
      align-items:flex-end;
      margin-right: 70px;
      flex-direction: column;
      top: 25px;
      padding: 0% 0%;
    } 


    .contact .logo-texte { /* = logo + onglets pages + pictos */
      display: flex;
      align-items: center;
      flex-direction: column;
      align-items:flex-end;
    }

    .contact .navbar-1 { /* = onglets pages */
      flex-direction: column;
      align-items:flex-end;
      width:fit-content;
    }
    
    .contact .frame-55 { /* = les pictos réseaux sociaux */
      align-items: center;
      flex-direction: row;
      align-items:flex-end;
    }

    .contact .logo  { /* = le logo baleine */
      flex-direction: column;
      align-items: center;
    }


    .contact .overlap-group2 {
      align-items: center;
      justify-content: center;
      background-color: var(--eerie-black);
      display: flex;
      width: 100%;
      height: 50px;
      margin-top: -5px;
      width: 100%;
      padding: 13.5px;
    }
    
}