    /*---- GENERAL ----*/
    @font-face {
        font-family: 'Graviola';
        src: url('resources/fonts/Graviola-Regular.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }
    body {
        padding-top: 160px;
        font-family: 'Graviola','Bitter',serif;
    }

    a {
        color: rgb(251, 160, 38);
    }

    a:hover {
        color: #961E50;
    }
    /*---- bandeau image -----*/
    .bandeau {
        width: 100%;
        overflow: hidden;
    }
    .bandeau img {
        width: 100%;
        height: auto;
    }

    .navbar{
        padding: 30px 0px;
    }

    /*---- FORMULAIRE ----*/
    .form-submit {
      border: solid 1px #f0f0f0;
      height: 40px;
      color: #97043a;
      background: #fff;
      text-transform: uppercase;
      font-size: 14px;
      padding: 0px 20px;
      margin: 0px auto;
      display: block;
    }
    .form-submit:hover {
      background: #97043a;
      border-color: #FFF;
      color: #fff;
    }
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    input {
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .webform-client-form {
        max-width: 550px;
        padding: 40px;
        background: #428225;
        margin: 0px auto;
    }

    .webform-client-form .form-item label {
        display: block;
        margin-bottom: 5px;
        color: #fff;
    }

    .form-control-file{
        color: #FFF;
    }

    .form-error{
        font-size: 12px;
        color: white;
        display: none;
    }

    .icone_warning{
        height:12px;
        background-color: white;
    }
    /*---- FOOTER ----*/
    .footer {
      padding: 14px 0;
      background-color: #2b3131;
      color : #FFF;
    }

    .btn-footer{
        cursor: pointer;
        border: solid 1px #fff;
        color: #97043a;
        background: #fff;
        text-transform: uppercase;
        font-size: 14px;
        margin: 0px auto;
    }

    .btn-footer:hover {
        background: #97043a;
        border-color: #FFF;
        color: #fff;
    }

    .lien-menu{
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        color: #e7ab00;
        text-transform: uppercase;
    }

    .separation {
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        height: 18px;
    }

    .info-rgpd{
        font-size: 12px;
        color: #FFF;
    }
