﻿
body {
    background: #fff;
    font-family: 'Work Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.fx {
    display: flex;
    justify-content: center;
    background-color: #7D00CE;
    background-image: url(https://s3.us-east-1.amazonaws.com/netmath-static/banners/Accueil_01.svg);
    background-size: cover;
    color: #fff;
    height: 500px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.fx svg {
    bottom: -1px;
    fill: white;
    left: -1px;
    position: absolute;
    right: -1px;
    z-index: -1;
}

.fx img {
    height: 345px;
}


header, main {
    margin: auto;
    max-width: calc(1180px * .875);
    width: calc(100% * .875);
    position: relative;
    z-index: 3;
}

header {
    padding-top: 120px;
}

.card {
    background: #FBF7ED;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 4rem;
}

h1 {
    font-size: 1.8rem;
    margin: 0;
    color: #FFF;
}

h2 {
    color: #FFE9A9;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 3rem;
}

h3 {
    font-weight: bold;
    margin: 0 0 0.8rem;
    display: block;
    color: #000;
}

ul {
    padding-left: 1rem;
    margin-bottom: 2rem;
}

li {
    padding-bottom: 0.5rem;
}

a, a:visited {
    color: #7D00CE;
    text-decoration: none;
}

a:hover, a:active {
    color: #2C0B63;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
}

tr:nth-child(even) {
    background-color: rgba(10, 10, 10, 0.1);
}

td {
    border: 1px solid #888;
    vertical-align: top;
    padding: 0.5rem;
}

td ul {
    margin: 0;
}

.value {
    color: #E9157F;
    font-weight: bold;
}

.operator {
    color: #008059;
    font-weight: bold;
}