@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/pitch/assets/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: url(/pitch/assets/fonts/MaterialIcons-Regular.woff) format("woff"), url(/pitch/assets/fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;

    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

* {
    font-family: Lato, sans-serif;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

#webclient_bpc_content {
    position: static;
    background-color: white;
    margin: 0;
}

header {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 10px 20px;
    background-color: #35265e;
    color: #FFF;
}

header h1 {
    font-size: 22px;
    font-weight: 400;
    flex: 1;
}

header .material-icons {
    cursor: pointer;
    font-size: 36px;
}

section {
    margin: 0 auto;
    max-width: 1000px;
    text-align: left;
    padding: 0 10px 30px 10px;
    color: #666;
}

section {
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #666666;
    line-height: 21px;
}

section h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    margin: 40px 0 10px 0;
}

section table,
section th,
section td {
    border: 1px solid #b3b3b3;
    border-collapse: collapse;
    border-spacing: 0px;
}

section table {
    width: 100%;
    margin: 10px 0 20px 0;
}

section td {
    width: 33%;
    padding: 10px;
}

section ul {
    list-style-type: none;
    padding-left: 0px;
}

section ul li:before {
    content: "\2B24";
    font-size: 8px;
    margin-right: 10px;
}

section ul.tiret li:before {
    content: "-";
    font-size: 14px;
    margin: 0 5px 0 10px;
}

section p + ul {
    margin-top: -1em;
}

button {
    border: medium none;
    outline: none;
    cursor: pointer;
}

button {
    padding: 0 20px;
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
    background-color: #FF4F00;
    color: white;
    font-size: 18px;
}

button:hover {
    color: rgba(255, 255, 255, 0.5);
}

.center {
    text-align: center;
}

.gras {
    font-weight: bold;
}
