html,
body {
  height: 100%;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  margin: 0;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


.wrapper {
  box-shadow: 0 3px 4px 0 rgb(197, 197, 197);
  display: flex;
  padding-left: 20em;
  gap: 40px;
  padding-top: 10px;
  padding-bottom: 20px;

}

.logo {
  height: 90px;
}

.T-head {
  line-height: 0.2;

}

.T-head h3 {
  font-size: 20px;
  font-weight: 900;
}

.connect {
  margin-bottom: 50px;
}

.connect h1 {
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: bold;
}

.box_disc_connect {

  box-shadow: 0 0 0 1px #000091;
  padding: 10px 5px;

}


.disc_connect {
  margin: 10px;
}

.disc_connect p {
  font-size: 15px;
}

.disc {
  color: black;
  text-underline-offset: 3px;

}

.disc_btn {
  background-color: #000091;
  border: 2px solid #2b2b2b;
  display: flex;
  align-items: center;
  margin-right: 350px;
  padding: 4px;
  margin-bottom: 10px;
  padding-top: 6px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
}



.logo_disc {
  height: 50px;
}

.fa {
  font-size: 15px;

}


hr {
  border-top: 2px solid #000091;
}
footer.footer {
    margin-top: auto;
    margin-bottom: 32px;
}


.footer_container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.footer_haut {
  display: flex;
}

.footer_haut p {}

.footer_desc {

  max-width: 36.75rem;
  margin-left: auto;
}

.fr-footer__content-list {
  align-self: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: -.5rem;
  margin-top: 1rem;
  margin-left: -40px;
  list-style-type: none;
}

.fr-footer__content-list>li {
  margin-bottom: .5rem;
  margin-right: 1.25rem;
  margin-top: .5rem;
}

.fr-footer__content-link {
  color: rgb(0, 0, 0);
  font-size: .875rem;
  line-height: 1.5rem;
  text-decoration: none;
  font-weight: 900;

}