* {
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1100px;
    margin: 0 auto;
}
body{
    color: #343843;
    background-color: #ededed;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
input, textarea, td, select {
    color: #343843;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.content{
    border-radius: 3px 3px 3px 3px;
    background: #fff;
    margin: auto;
    /* padding: 20px; */
}
main,div.wrapper{
    background: #fcfcfc;
}
#create #component_creation_document #champs_formulaire,#create #component_creation_document .texte_inselectionnable{
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
