body {
    font-family: sans-serif;
    max-width: 500px;
    margin: auto;
    padding: 30px;
}

h1 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 60px;
    padding: 0 0px;
    color: #e30715;
}

.form-group {
    display: block;
    margin: 5px 0;
    width: 100%;
}

label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 5px 0;
}

input, textarea, select {
    padding: 15px;
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #999;
    color: #000;
    font-family: sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
}

button.btn.btn-primary {
    padding: 15px;
    margin:5px 0;
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    color: #FFF;
    background: rgb(227, 5, 19);
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.w50 {
    width:calc(50% - 15px);
}

.list-unstyled {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
p {
    font-size: 14px;
    line-height: 1.4;
}
.alert {
    font-weight: 700;
}

.alert.alert-success {
    color: green;
    background: #d0f1d0;
    padding:15px;
    margin:0 0 30px;
}

.alert.alert-danger {
    color: red;
    background: #f9d3d3;
    padding:15px;
    margin:0 0 30px;
}

ul {
    padding: 0 0 30px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: hidden;
}

li {
    display: inline-block;
    padding: 0 15px 0 0;
    width: 130px;
    flex: 0 0 130px;
}

li img {
    width: 100%;
    margin-bottom: 10px;
}
h2 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid;
}
ul.noflex {
    display: block;
}

ul.noflex li {
    display: block;
    margin: 15px 0;
    width: 100%;
}

ul.noflex li a {
    padding: 30px;
    display: block;
    color: #FFF;
    background: #e30717;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}
a.bt-retour {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #D8D8D8;
    margin: 0 0 60px;
    text-align: -webkit-match-parent;
    font-size: 12px;
}
.text-courant p{
    font-size: 16px;
}
a.btn.btn-primary {
    padding: 30px 15px;
    display: block;
    color: #FFF;
    background: #e30717;
    text-align: center;
    margin: 30px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}
ul.nav.justify-content-end {text-align: center;display: flex;align-items: center;justify-content: space-between;padding-top: 20px;border-top: 1px solid;margin-top: 60px;}

a.nav-link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.logo {
    text-align: center;
}
ul.nav.justify-content-end li {
    width: 50%;
    padding: 0;
    text-align: center;
    flex: 0 0 50%;
}
.logo img {
    width: 150px;
}

