 /******************************************************************
 **                                                                **
 **                     FOOTER                                     **
 **                                                                **
 *****************************************************************-*/

  #footer 
  {
    height: auto;
    max-height: 50px;
    background-color: #f8f8f8;*/
    color: #303030;
    font-size: 14px;
    width: 100%;
    padding-top: 5px;
    font-family: 'Roboto';
    font-weight: 600;
  }

  #footer .container {
    border-top: solid 1px #7C2371;
  }

  #footer a{
      color: #7C2371;
      padding : auto;
  }

  #footer a:hover, a:focus {
    color: #7F7F7D;
  }

  #footer i {
    vertical-align: middle;
    padding : auto;
    margin-right: 8px;
  }



 /******************************************************************
 **                                                                **
 **                     FORMULAIRE CONTACT                         **
 **                                                                **
 *****************************************************************-*/
      
    .modal-title {
      color: #303030;
    }

    .tooltip-inner {
      opacity: 0.3;
    }

    form .label {
      color : #303030;
      font-size: 14px;
    }

    .modal-header {
      font-family: 'Pacifico', cursive; 
      font-size: 18px;
    }

    .modal-body form {
      padding-left: 5%;
    }

    }

    .contact input {
      width: 40%;
      min-width: 200px;
      max-width: 400px;
    } 

    form textarea {
      width: 60%;
      min-width: 250px;
      max-width: 530px;
      height: 6em;
    }


    .modal-footer .btn {
      color: black;
    }
    
    .modal-footer .btn:hover {
      background-color: #f3f3f3;
      border: solid 1px #ccc;
      color: black;
    }

    .modal-footer .btn-primary:hover {
    color: #fff;
    background-color: #7C2371;
    border-color: #f8f8f8;
    }

    /******************************************************************
 **                                                                **
 **                     CREDITS                                    **
 **                                                                **
 *****************************************************************-*/

#footer #modal_credits i {
  margin-right: 3px;
}
#footer #modal_credits .modal-body p {
  font-weight: 400;
}

 