body{
	background: #fafafa;
}

.iti__flag-box {
    padding: 10px;
}.iti__selected-flag {
    padding-left: 10px;
}

.iti__country-name {
  
    margin-left: 7px !important;
}


.body {
	max-width: 900px;
	margin: 0 auto;
	 
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

 textarea {
        width: 100%;
        height: 100px;
    }

p{
    font-size: 19px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
 
    color: #1c1c1c;
    font-weight: 400;

}

.padding16{
padding-right:16px;
padding-left: 16px;
}
    select {
        max-width: 100%;
        width: 49%;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 40px;
        border: 1px solid #5C5C5C;
        border-radius: 4px;
        font-size: 1rem;
    }

    .niveau1 {
        max-width: 100%;
        width: 100%;
     padding-left: 5px;

        min-height: 40px;
        border: 1px solid #5C5C5C;
        border-radius: 4px;
        font-size: 1rem;
    }


   .niveau2 {
        max-width: 100%;
        width: 49%;
     padding-left: 5px;

        min-height: 40px;
        border: 1px solid #5C5C5C;
        border-radius: 4px;
        font-size: 1rem;
    }
       .niveau2.textarea {
        max-width: 100%;
        width: 100%;
     padding: 10px 5px;

        min-height: 40px;
        border: 1px solid #5C5C5C;
        border-radius: 4px;
        font-size: 1rem;
    }

    .statut {

        /* top: 4px; */
        width: 25px;
        height: 25px;
        margin-right: 7px;
        background-color: #fff;
        border: 1px solid #5C5C5C;
        border-radius: 4px;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .required {
        color: #ff0000;

    }

    .texte {
        color: #1C1C1C;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-size: 15px;
    }

    .header {

        margin-bottom: 0px !important;
    }

    .abofin {
        width: 85%!important;
        display: inline-flex!important;
        padding-left: 0px !important;
    }
.sectionstatut {
    margin-bottom: 0px !important;
}

/* Responsive */
  @media only screen and (max-width: 460px) {
        .wlkm-mw {
      float: none;
    width: 100%!important;
            }

            .wlkm-resp {
                max-width: 460px !important;
            }

 


}