body {
    font-family: "Source Sans Pro",Arial,sans-serif;
  }
  #logo{
  color:#fff;
  font-size:30px;
  }
  .fond-haut {
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -5;
  }
  .delete-row{
  text-align: right;
  }
  .titre-1 {
    box-sizing: border-box;
    font-size: 34px;
    line-height: 135%;
    max-width: 100%;
    min-width: 0%;
    padding: 20px 0;
  }
  .message-erreur {
    font-size: 20px;
    margin-right: 40px; 
    margin-left: 40px;
    margin-bottom: 20px;
  }
  .email-envoye, .email-deja-envoye, .email-error {
    text-align: center;
  }
  .email-envoye {
   color: #34A853;
  }
  .email-deja-envoye {
   color: #EA4335;
  }
  .contenu {
    background-color: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    margin-top: 70px;
    margin-bottom: 70px;
    border-top: solid 15px;
  }
  .titre-section {
    color: #FFF;
    display: block;
    width: 100%;
    padding: 10px 0 10px 15px;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0px;
  }
  .section-sous-titre {
    color: #FFF;
    width: auto;
    margin-bottom: 20px;  
    font-size: 20px;
    letter-spacing: 0px;
    display: block;
    font-size: 18px;
    padding: 5px 15px 5px 15px;
    display: inline-block;
  }
  #formRedacteur {
    padding: 20px 10px;
  }
  #formRedacteur label {
    font-size: 18px;
    padding-top: 0px;
  }
  #formRedacteur .activite input + label {
    font-size: 14px;
    margin-left: 5px;
  }
  #formRedacteur .input-autre input + input {
    margin-left: 5px;
  }
  #formRedacteur input[type="radio"] {
    margin-left: 0;
  }
  #formRedacteur .radio label {
    font-size: 14px;
  }
  span.obligatoire {
    color: red;
    font-weight: normal;
    font-size: 12px;
    vertical-align: top;
  }
  .display-none{
    display: none;
  }
  #addCollaborateur{
  cursor:pointer;
  margin-top:5px;
  }
  #logo {
  color:#fff;
  }
  /* Couleur de base */
  body {
    background-color: #EDE7F6;
  }
  .fond-haut, .section-sous-titre, .titre-section  {
    background-color: #D85741;
  }
  .contenu {
  border-top-color: #D8988C;
  }
  .relance_button {
      cursor:pointer;
      color: #fff;
      border: 1px solid #FFF;
      border-radius: 15px;
      background: #AAA;
      font-size: 13px;
      line-height: 0px;
      padding: 2px 3px 2px 3px;
  }
  textarea.vertical-resize {
      resize: vertical;
  }
  .cap {
    text-transform: capitalize;
  }
  .capitale {
  text-transform: capitalize;
  }
  .loading {
      display: none;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba( 255, 255, 255, .8) url('https://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
  }
  /* When the body has the loading class, we turn
  the scrollbar off with overflow:hidden */
  body.load .loading {
      overflow: hidden;
  }
  /* Anytime the body has the loading class, our
  modal element will be visible */
  body.load .loading {
      display: block;
  }
  .margin-top-20{
    margin-top: 20px;
  }
  .sign-button {
    text-align: center;
    margin-bottom: 25px;
  }
  /*Change logo to large Logo*/
  .logo_img{
    width: 600px;
    height: auto;
    margin-right: 15px;
}
.logo_block{
    margin-top: 20px;
    margin-bottom: 0px;
}