@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@media (max-width: 991.98px) {
  .navbar-brand {
    font-size: 1.5rem !important; /* Taille du texte réduite pour les écrans de largeur maximale de 991.98px */
  }
  .dropdown-menu {
      width:5rem;
      transform: none;
      border:none;
  }
}
html {
  overflow-y: scroll;
}

.formulaire {
  max-width: 100%;
  border: 0.1rem solid;
  border-radius: 2%;
  padding: 2rem;
  background: white;
}

form div > textarea {
  height: 10rem;
}

form div > input::placeholder,
form div > textarea::placeholder {
  color: #6c757d;
}

form div:last-child {
  margin-top: 20px;
}

form button {
  width: 50%;
  font-weight: 500;
  font-size: 1.5rem;
  background: white;
  border: rgba(48, 48, 48, 0.5) solid 1px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #303030;
}

.p1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight:100;
  font-style: normal;
  font-size:3em;
}
  
  .p2{
      
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight:100;
    font-style: normal;
    font-size: 1.5rem;
  }
  
  .p3{
      
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight:100;
    font-style:italic;
  }

  .p4{
    text-decoration:none ;
    font-style: italic;
    font-size: 1.2;
    color:#6c757d
  }
.dropdown-menu {
    border-radius: 0;
    text-align: center;
    transform: translateX(25%);
  }
  

