/* IMPORT */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.displayTable {
  display: table;
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%
}

.borderBox {
  box-sizing: border-box
}

.uppercase {
  text-transform: uppercase
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.hidden {
  display: none
}

.fixed {
  position: fixed;
  left: 0;
  right: 0
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none
}

body {
  font-family: Arial, "Lucida Grande", sans-serif;
  background: #5c6064;
  color: #71737c;
  min-width: 320px;
  font-size: 1.5rem
}

a {
  text-decoration: none
}

img {
  max-width: 100%;
  height: auto
}

legend {
  display: none
}

p,
span,
div,
li,
button,
a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  outline: 0
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

em {
  font-style: italic
}

section {
  text-align: center;
  position: relative;  
  padding: 20px
}

section .logo {
  background: #2b2f33;
  border-radius: 6px;  
  margin: 1rem auto .5rem auto ;
}

section a {
  display: inline-block;
  color: #5c6064;
  background: #fff;
  border-radius: 6px;
  border-right: .3rem solid #cfcfcf;
  border-bottom: .3rem solid #cfcfcf;
  box-sizing: border-box;
  display: block;
  height: auto;  
  padding: 1rem 3rem;
  margin: 0 auto .5rem auto
}

section a:before {
  font-size: 4rem;
  margin: .5rem 0
}

section a span {
  display: block;
  font-size: 1.7rem;
  line-height: 2rem
}

section a:hover {
  background: #f0f0f0
}

#politique.legal {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding: 20px
}

#politique.legal::after {
  content: ' ';
  display: table;
  clear: both
}

#politique.legal h1,
#politique.legal h2,
#politique.legal h3 {
  font-family: museo-sans, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 22px;
  margin: 0 0 20px;
}

#politique.legal h1 i,
#politique.legal h2 i,
#politique.legal h3 i {
  font-size: 16px;
  display: block;
  font-weight: 700;  
}

#politique.legal h1 {
  font-size: 26px;
  text-align: center;
  margin: 0 0 30px;
}

#politique.legal b {
  font-weight: 700
}

#politique.legal a {
  text-decoration: none;
  color: white;
}

#politique.legal p,
#politique.legal ul {
  line-height: 1.35;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-word;
}

#politique.legal ul {
  margin-left: 20px;
  list-style-type: disc
}

#politique.legal ul li {
  display: list-item
}

#politique.legal ul ul {
  list-style-type: circle
}

#politique.legal ul ul ul {
  list-style-type: none
}

.flex-container{
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-around;
  justify-content:space-around;
}

section .update {
  background: #ccc;
  border-radius: 6px;
  width: 25rem;
  margin: .5rem auto 0rem auto;
  color: #61646c;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 1.4rem
}

footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  color: #61646c;
  font-size: 1rem;
  line-height: 2rem;
  width: 100%
}

@media only screen and (min-width: 481px) {
  html {
    font-size: 80%
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 100%
  }
}