
  body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
  }




  h2, h3, h4 {
    margin: 30px 30px 30px 0;
    color: #665F97 ;
  }



button {
  border: 0;
  text-decoration: none;
  background: transparent;
  padding-bottom: 2.0em;

}
#colonneDroite {
  padding-top: 4.0em;
  margin-bottom: 3.5em;
}

  .container {
    padding: 30px 30px;
  }
  .person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
  }
  .person:hover {
    border-color: #f1f1f1;
  }
  

  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  
 

  .modal-header, h4, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
  }
  .modal-header, .modal-body {
    padding: 40px 50px;
  }
 


  
  footer {
    background-color: #665F97;
    color: #f5f5f5;
    padding: 32px;
  }
  footer a {
    color: #f5f5f5;
  }
  footer a:hover {
    color: #777;
    text-decoration: none;
  }  
  .form-control {
    border-radius: 0;
  }
  textarea {
    resize: none;
  }



#questions {

  border: solid 1px;
  padding-top: 4.0em;
  padding-left: 3.0em;
  padding-right: 3.0em;
}

    .slogan {
      font-size: 18px;
      color: #333;
      margin-bottom: 30px;
    }
    .start-btn {
      background-color: #8c7736;
      color: #fff;
      font-size: 20px;
      border: none;
      padding: 10px 25px;
      margin-bottom: 10px;
    }
    .start-btn:hover {
      background-color: #6e5f2c;
    }
    .small-note {
      font-size: 14px;
      color: #666;
      margin-top: 10px;
 

