body {

    color: #333;

    background-color: #ddd;
	font-weight:lighter;

}



/* .image-header {

    background-image: url(site/assets/headerImg.jpg);

    } */

    /* style des champs */
    label[for=faitappel]{
      width: 100% !important;
	  font-weight:100;
  }

      label[for=commercial]{
      width: 100% !important;
  }

 label[for=q2]  {
     width: 100% !important; 
  }

  label[for="faitappel-0"], label[for="commercial-0"]{
      width: 7% !important;
  }
  .radio label[for="q2-0"],.radio label[for="q2-1"],.radio label[for="q2-2"],.radio label[for="q2-3"],.radio label[for="q2-4"]{
      padding-left: 10px !important;
  }

.checkbox-group{
        
		width:40px !important; 
	
}
.inline-r {
    width: 100%;
    display: flex;
    padding-left: 41px !important;
        margin-bottom: 10px !important;
}
        .form-control {
            padding: 3px 6px;
            font-size: 13px;
            line-height: 0;
            border-radius: 0px;
            width: 45%;
            margin-bottom: 10px;
            margin-left: 0px !important;
            float: left !important;
            height: 25px;
        }



        /* Textarea */

        textarea.form-control {

            resize: vertical; 
            height: 73px;
            width: 88%;
            padding: 13px 6px;

        }



        /* Message Saissisez vos coordonnÃ©es */

        span.message-form {

            font-size: 17px;

            font-weight: 100;

            margin-left: 24px;

        }



        /* Bouton s'inscrire */

        .btn {

            padding: 6px 12px;

            font-size: 14px;

            font-weight: 400;

            line-height: 1.42857143;

            text-align: center;

            white-space: nowrap;

            cursor: pointer;

            background-image: none;

            border: 1px solid transparent;

            border-radius: 4px;

            display: block;

            margin: 0 auto;

        }



        /* Bloque champs : Label + champs */

        p {

            margin: 8px;

        }

        .text-header,.footer  {    

         padding-left: 27px;

         margin-bottom: 20px;

     }

     h4{

        font-size: 14px;

    }

    header.header, .footer {

        font-size: 24px;
        float:left;

    }



    form{

        
        padding: 0 27px; 
        padding-bottom: 9px; 

    }

    /* Labels formulaire */

    p label {

        width: 36%;

        float: left;

        font-size: 13px;

        font-weight: lighter;

        color: #000000;

    }

    .accepter-reglement label{
        width: 100%;

        float: left;

    } 
label {
    font-weight: 100;
    color: #000000;
    float: left;
	font-weight:lighter;
    min-width: 115px;
    width: 41%;
}


    /* Ã©toile champs obligatoire */

    span.required {

        color: #a94442;

        font-size: 13px;

    }



    /* Participez + invitez */

    .nav-tabs {

        margin-bottom: 30px;

        background-color: white;

    }

    .alert-success{

        width: 90%;

        margin-left: 5%;

    }



    /* Div formulaire */

    .formulaires {

        margin: 0 auto;

        width: 650px;

        background-color: #ffffff;
    padding-bottom: 9px;
        height : auto !important;

    }

    /* Radio bouton */

    .radio {

        float: left;

        margin: 0;

        padding-left: 20px;

    }  

    .radio label{

        float: left;
		font-weight:lighter;

        width: 100%;

    }



    /* Champs manquants : pas remplis */

    .authError {

        border: 1px dotted #a63e3c;

    }



    /* Bouton inviter */

    .inviter-amis {

        margin: 16px auto;

        padding: 6px 12px;

        font-size: 14px;

        font-weight: 400;

        line-height: 1.42857143;

        text-align: center;

        white-space: nowrap;

        cursor: pointer;

        background-image: none;

        border: 1px solid transparent;

        border-radius: 4px;

        display: block; 

    }
    
    header[subtype="h3"]{
        font-size: 1.17em;
        display: block;
        margin-top: 1px;
        margin-bottom: 7px;
        margin-left: 0;
        margin-right: 0;
    }
    header[subtype="h2"]{
        font-size: 1.80em;
        display: block;
        margin-top: 1px;
        margin-bottom: 7px;
        margin-left: 0;
        margin-right: 0;
    }
    header[subtype="h1"]{
        font-size: 2em;
        display: block;
        margin-top: 1px;
        margin-bottom: 7px;
        margin-left: 0;
        margin-right: 0;
    }
    /* Message champs obligatoirs */

    .obligatoire {

        font-size: 13px;

        color: #999999; 

    }