body {
    background: #f7f5f2;
}
.grand-margin-top {
    margin-top: 50px;
}
.grand-margin-bot {
    margin-bottom: 50px;
}
.petit-margin-top {
    margin-top: 20px;
}
.titre-page {
    text-align: center;
    padding: 10px;
    color: #c34113;
    border-bottom: 0.2px double #faf2cc;
}
.btn-grand {
    width: 100%;
}
.padding-form {
    padding: 20px 20px 10px;
}
.section {
    background: white;
    border-left: 1px solid lightslategrey;
    border-right: 1px solid lightslategrey;
}
.titre-sect {
    padding: 15px 10px 5px;
    border-top: 1px solid lightslategrey;
    border-bottom: 1px solid lightslategrey;
}
.contenu-section {
    padding: 15px;
}
.contenu-section.in {
    border-bottom: 1px solid lightslategrey;
}
.border {
    border: 1px double lightslategrey;
    border-radius: 5px;
}
.titre-color {
    background: #edd190;
}
.petit-padding {
    padding: 5px;
}
.header {
    font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
    padding: 5px 5px 10px; margin-bottom: 0;
}
.section-form {
    padding: 10px;
}
.bandeau {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff670f+0,f75002+48 */
    background: #ff670f; /* Old browsers */
    background: -moz-linear-gradient(top, #ff670f 0%, #f75002 48%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff670f 0%,#f75002 48%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff670f 0%,#f75002 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#f75002',GradientType=0 ); /* IE6-9 */
    border-radius: 5px 5px 0 0;
    padding: 1px;
}
h1, h2, h3, h4, h5 {
    margin-top: 0;
}
.bandeau h3 {
    color: white; margin-bottom: 0; padding: 5px;
    font-size: 16px;
}
.clickable {
    cursor: pointer;
}
.bandeau.clickable :hover {
    background: rgba(195, 65, 19, 0.8);
}
.conteneur-blc {
    background: #f5f5f5;
    border: 1px solid orangered;
    padding: 5px;
}
.zone-btn {
    width: 100%;
    text-align: right;
}
.cont-restau {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 5px;
}