html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, img, strong, sup, i, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, article, canvas, figcaption, figure, footer, header, hgroup, nav, section, audio, video {
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }

body {
    line-height: 1; }

footer, header, hgroup, nav, section {
    display: block; }

li {
    list-style: none; }

input[type=file] {
    display: none; }

input[type=text] {
    background-color: var(--grisPluspale);
    padding: 12px; }

input[type=password] {
    font-family: var(--fonts_pt_sans);
    padding: 12px;
    background-color: var(--grisPluspale);
    color: var(--grisMedium);
    margin: 0 0 16px;
    width: 100%; }

a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

/* change border colour to suit your needs*/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0; }

input, label, select, button {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: inherit;
    resize: none; }

/* Remove the stupid outer glow in Webkit*/
input:focus, textarea:focus {
    outline: 0; }

html {
    box-sizing: border-box; }

* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: inherit; }
*:before, *:after {
    box-sizing: inherit; }

html, body {
    height: 100%;
    font-family: var(--fonts_pt_sans); }

input {
    border: 0 !important;
    background-color: inherit;
    outline: none; }

object img {
    width: 100%;
    height: auto; }

.statique-noir {
    background-color: var(--noirFonce); }
.statique-noir h1 {
    color: var(--blanc); }

h1.filet-orange {
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url("/img/deco/filet.png") no-repeat bottom left; }

.content {
    padding: 0 calc(100% / 14); }
@media screen and (max-width: 767px) {
    .content {
        padding: 0 calc((100% / 14) / 2); } }

.header-infolettre {
    margin-top: calc(var(--hauteur-icone-recherche) + 22px);
}
.header-infolettre .date {
    margin-bottom: 10px; }

.small-middle-content {
    margin: 0 auto;
    width: var(--width_global_8); }

.paper {
    padding: 40px;
    background-color: var(--blanc);
    margin: 30px 0; }

.erreur {
    color: var(--rouge); }

.aligner-centre {
    text-align: center; }

.aligner-milieu {
    vertical-align: middle; }

.vertical-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
@media screen and (max-width: 767px) {
    .vertical-helper {
        display: none; } }

button:hover {
    background-color: var(--orangeFonce);
    cursor: pointer; }

button {
    border: 0;
    background: var(--orange) no-repeat 18px 50%;
    padding: 16px 18px;
    border-radius: 3px;
    color: var(--blanc);
    font-size: .9em;
    font-family: var(--fonts_pt_sans_narrow);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1em;
    white-space: nowrap; }
@media screen and (max-width: 968px) {
    button {
        font-size: .7em;
        padding: 16px 12px; } }
@media screen and (max-width: 767px) {
    button {
        padding: 18px;
        font-size: .9em; } }
@media screen and (max-width: 567px) {
    button {
        font-size: .8em;
        padding: 18px 12px; } }
button img {
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px; }
@media screen and (max-width: 968px) {
    button img {
        margin-right: 4px; } }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.922);
    z-index: var(--index_front);
    overflow: auto; }
.overlay .middle-content {
    height: 100%; }
.overlay .scroller {
    overflow-y: auto;
    height: 100%;
    width: 100%; }

div.page-et-icone {
    padding: calc(calc(var(--hauteur_header) * 2) + 20px) 0 0; }

.scroller-top {
    background-color: var(--noirFonce);
    overflow-y: hidden;
    width: 100%;
    overflow-x: hidden;
    height: var(--hauteur_big_header); }
.scroller-top .scroller-inner {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: calc(var(--hauteur_big_header) + 20px); }
.scroller-top .scroller-inner .scroller-content {
    width: 5050px; }

.square {
    position: relative;
    width: 100%;
    padding-bottom: 100%; }
.square .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.rectangle {
    position: relative;
    width: 100%;
    padding-bottom: 80%; }
.rectangle .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.tarifs-frame {
    display: block;
    width: 640px;
    margin: 0 auto;
    height: 100%; }

.capitalize:first-letter {
    text-transform: uppercase; }

select {
    width: 100%; }

.selects {
    margin: 18px 0 6px; }
.selects .zone3 {
    width: 100%; }
.selects .drop {
    display: none; }
@media screen and (max-width: 767px) {
    .selects .drop {
        font-size: .9em;
        padding: 8px 12px; } }
@media screen and (max-width: 767px) {
    .selects .zone3 {
        margin-bottom: 16px; } }
.selects .place-scrollbar {
    margin: 8px 8px 8px 0; }

.selects-actif .drop {
    display: block; }

.full-width {
    width: var(--full); }

.pt {
    font-family: var(--fonts_pt_sans); }

.montserrat {
    font-family: var(--fonts_montserrat); }

.pt-narrow {
    font-family: var(--fonts_pt_sans_narrow); }

.bold {
    font-weight: bold; }

.spaced {
    letter-spacing: 1.4px; }

.condensed {
    letter-spacing: 0; }
