body #copyright-lezards {
padding: 15px;
font-size: 13px;
line-height: 18px;
font-weight: normal;
color: black;
background: white;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
body #copyright-lezards p {
margin: 0 !important;
padding: 0 !important;
flex: 1;
text-align: right;
}
body #copyright-lezards a.image {
flex: 0 0 auto;
margin: 0 5px;
}
body #copyright-lezards a.image img {
width: 30px;
height: auto;
display: block;
}
body #copyright-lezards a.texte {
font-size: 1.2em;
font-weight: 500;
flex: 1;
text-align: left;
color: black;
}
body.contrast #copyright-lezards {
padding: 20px;
font-size: 13px;
line-height: 18px;
font-weight: bold;
color: white;
background: black;
text-align: center;
}
body.contrast #copyright-lezards p {
margin: 0 !important;
padding: 0 !important;
}
body.contrast #copyright-lezards img {
height: 12px;
display: inline-block;
vertical-align: baseline;
padding-left: 2px;
}
html,
* {
box-sizing: border-box;
outline: none;
text-decoration: none;
color: inherit;
}
html {
overflow-x: hidden;
}
body {
font-family: Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
padding-top: 94px;
overflow-x: hidden;
}
@media all and (max-width: 980px) {
body {
padding-top: 86px;
}
}
body a {
color: inherit;
text-decoration: none;
}
body a:hover {
color: inherit;
}
body p {
margin-bottom: 0;
}
.ls-bleu .ee-table__text__inner span {
color: #39A1FF;
}
html:not(.no-js) body [data-aos=fade-up] {
-webkit-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
}
html:not(.no-js) body [data-aos=fade-down] {
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
html:not(.no-js) body [data-aos=fade-left] {
-webkit-transform: translate3d(30px, 0, 0);
transform: translate3d(30px, 0, 0);
}
html:not(.no-js) body [data-aos=fade-right] {
-webkit-transform: translate3d(-30px, 0, 0);
transform: translate3d(-30px, 0, 0);
}