/*
Author: Mélanie Klein, Graphic Plugin
Author URI: https://www.graphic-plugin.be
Description: Stylesheet - EVS Annual Report 2025

http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
webkit-file-upload-button,
button {
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------FIN RESET MEYER------------------------------*/
/*12x76x16*/
/*------CLEARFIX-----*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #1c212e;
  padding-top: 4.72rem;
  margin: 0 auto;
  max-width: 2500px;
}
body .cf:before,
body .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body .cf:after {
  clear: both;
}
body .cf {
  clear: both;
}
body .cf {
  *zoom: 1;
}
body.menuActive {
  overflow: hidden;
}
.content {
  width: 68rem;
  margin: 0 auto;
  min-width: 17rem;
}
.content-l {
  width: 100%;
  padding: 3.125rem;
}
.txt {
  font-size: 0.9375rem;
  line-height: 1.4em;
  margin-top: 1rem;
}
.txt:first-of-type {
  margin-top: 0;
}
.note {
  font-size: 12px;
  line-height: 1.3em;
}
.note:before {
  content: '';
  display: block;
  width: 10rem;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #d4dce1;
}
.note a {
  color: #1c212e;
}
.note a:hover {
  text-decoration: none;
}
.note-white {
  color: #ffffff;
}
.note-white:before {
  background-color: #ffffff;
}
.note-white a {
  color: #ffffff;
}
.list li {
  margin-bottom: 0.5rem;
}
.list li:last-of-type {
  margin-bottom: 0;
}
.uppercase {
  text-transform: uppercase;
}
.number-list {
  margin-top: 1.25rem;
}
.number-list li {
  font-size: 0.9375rem;
  line-height: 1.4em;
  margin-top: 0.3rem;
  list-style-type: decimal;
  margin-left: 2rem;
}
.number-list li:first-of-type {
  margin-top: 0;
}
.outliner {
  display: none;
}
.show-tablet {
  display: none;
}
.blue-arrow {
  position: relative;
  padding-left: 2.3rem;
}
.blue-arrow:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.3rem;
  background-image: url(imgs/sprite.svg);
  background-repeat: no-repeat;
  background-size: 275px 310px;
  background-position: -103px -234px;
  width: 29px;
  height: 30px;
}
.bullet-list {
  margin-top: 1.25rem;
}
.bullet-list li {
  font-size: 0.9375rem;
  line-height: 1.4em;
  margin-top: 0.3rem;
  list-style-type: disc;
  margin-left: 2rem;
}
.bullet-list li:first-of-type {
  margin-top: 0;
}
.num-list {
  margin-top: 1.25rem;
}
.num-list li {
  font-size: 0.9375rem;
  line-height: 1.4em;
  margin-top: 0.3rem;
  list-style-type: decimal;
  margin-left: 2rem;
}
.num-list li:first-of-type {
  margin-top: 0;
}
.pictos-list li:before {
  content: '';
  display: block;
  margin: 0 auto 0.5rem;
  height: 40px;
  width: 62px;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 275px 310px;
}
img {
  width: 100%;
  height: auto;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.quote {
  font-size: 20px;
  font-weight: 200;
  font-style: italic;
  line-height: 1.4em;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.wcol1 {
  width: 4.75rem;
}
.wcol2 {
  width: 10.5rem;
}
.wcol3 {
  width: 16.25rem;
}
.wcol4 {
  width: 22rem;
}
.wcol5 {
  width: 27.75rem;
}
.wcol6 {
  width: 33.5rem;
}
.wcol7 {
  width: 38.25rem;
}
.wcol8 {
  width: 45rem;
}
.wcol9 {
  width: 50.75rem;
}
.wcol10 {
  width: 56.5rem;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33%;
}
.w40 {
  width: 40%;
}
.w48 {
  width: 48%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w40 {
  width: 40%;
}
.w100 {
  width: 100%;
}
.flex {
  display: flex;
}
.column-break {
  break-after: column;
}
.show-phone {
  display: none;
}
.wrap {
  flex-wrap: wrap;
  gap: 1rem;
}
.space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-stretch {
  align-items: stretch;
}
.row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.justify-content-center {
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-l {
  text-align: left;
}
.align-c {
  text-align: center;
}
.align-j {
  text-align: justify;
}
.align-r {
  text-align: right;
}
.title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 2.1875rem;
  line-height: 1.2em;
}
.title2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.subtitle {
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 2.1875rem;
  line-height: 1.2em;
}
.subtitle1 {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 2.1875rem;
  line-height: 1.2em;
}
.subtitle2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2em;
}
.subtitle3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2em;
}
.subtitle4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}
.subtitle5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}
.anchor {
  position: relative;
  top: -3rem;
}
table {
  line-height: 1.4em;
}
table thead th {
  padding: 0.5rem;
  color: #ffffff;
  font-weight: bold;
  vertical-align: top;
}
table tbody td {
  vertical-align: middle;
  padding: 1rem;
  font-size: 15px;
  line-height: 1.25em;
}
table tbody td:last-of-type {
  border-right: 0;
}
table tbody .col1 {
  font-weight: bold;
}
table .bullet-list {
  margin-top: 0;
}
table td {
  text-align: center;
}
table tr td:first-of-type {
  text-align: left;
}
.table-on-white tbody td {
  border-right: 1px solid #1c212e;
  border-bottom: 1px solid #1c212e;
}
.table-on-white tbody tr:last-of-type td {
  border-bottom: 0;
}
.table-with-background tbody tr:nth-child(even) {
  background-color: #f1f2f3;
}
.table-with-background tbody td {
  border-bottom: 0;
}
.table-on-black thead th {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.table-on-black thead th:last-of-type {
  border-right: 0;
}
.table-on-black tbody td {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.table-on-black tbody tr:last-of-type td {
  border-bottom: 0;
}
.graph-legend {
  margin-top: 1rem;
}
.graph-legend span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.3rem;
}
.graph-legend li {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
}
.readmore-button {
  position: relative;
  display: inline-block;
  margin-top: 0.5rem;
}
.readmore-button a {
  display: inline-block;
  padding: 0.75rem 0 0.75rem 3rem;
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  transition: all 0.5s;
  line-height: 1.2em;
  position: relative;
}
.readmore-button a:before {
  content: '';
  display: inline-block;
  background-color: #00aeef;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -150px 2px;
  background-size: 275px 310px;
  width: 33px;
  height: 33px;
  border-radius: 40px;
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.5s;
}
.readmore-button a:hover:before {
  transform: rotate(-30deg);
}
.readmore-button.white:before {
  background: linear-gradient(#006ab3, #00aeef);
}
.readmore-button.white a {
  color: #ffffff;
}
.readmore-button.white:hover a {
  color: #ffffff;
}
.readmore-button.blue a {
  color: #00aeef;
}
.readmore-button.blue:hover a {
  color: #1c212e;
}
.readmore-button.pink:before {
  background: linear-gradient(#980863, #d80b8c);
}
.readmore-button.pink a {
  color: #d80b8c;
}
.readmore-button.pink a:before {
  background-color: #d80b8c;
}
.readmore-button.pink:hover a {
  color: #980863;
}
.readmore-button.purple a {
  color: #8a2eed;
}
.readmore-button.purple a:before {
  background-color: #8a2eed;
}
.readmore-button.purple:hover a {
  color: #500f96;
}
.readmore-button.red:before {
  background: linear-gradient(#770e19, #ed1b32);
}
.readmore-button.red a {
  color: #ed1b32;
}
.readmore-button.red a:before {
  background-color: #ed1b32;
}
.readmore-button.red:hover a {
  color: #770e19;
}
.readmore-button.orange:before {
  background: linear-gradient(#7b4111, #f58221);
}
.readmore-button.orange a {
  color: #f58221;
}
.readmore-button.orange a:before {
  background-color: #f58221;
}
.readmore-button.orange:hover a {
  color: #7b4111;
}
.readmore-button.green:before {
  background: linear-gradient(#476320, #8dc63f);
}
.readmore-button.green a {
  color: #8dc63f;
}
.readmore-button.green a:before {
  background-color: #8dc63f;
}
.readmore-button.green:hover a {
  color: #476320;
}
.readmore-button.green2:before {
  background: linear-gradient(#385116, #238441);
}
.readmore-button.green2 a {
  color: #238441;
}
.readmore-button.green2:hover a {
  color: #ffffff;
}
.readmore-button.turquoise:before {
  background: linear-gradient(#005e5e, #00bcbc);
}
.readmore-button.turquoise a {
  color: #00bcbc;
}
.readmore-button.turquoise a:before {
  background-color: #00bcbc;
}
.readmore-button.turquoise:hover a {
  color: #005e5e;
}
blockquote {
  position: relative;
  margin-top: 1rem;
}
blockquote:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 34px;
  height: 25px;
  position: absolute;
  top: -6px;
  left: 0;
}
blockquote .txt {
  font-style: italic;
  padding-left: 2rem;
  font-size: 16.5px;
}
blockquote.blue:before {
  background-image: url('imgs/sprite.svg');
  background-position: -195px -22px;
  background-size: 275px 310px;
}
blockquote.white:before {
  background-image: url('imgs/sprite.svg');
  background-position: -200px -50px;
  background-size: 275px 310px;
}
.quote-photo {
  position: relative;
  padding-right: 8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.quote-photo .bg-img-container {
  transform: skewX(-30deg);
  position: absolute;
  right: 1rem;
  bottom: 0.4rem;
  width: 82px;
  height: 79px;
  overflow: hidden;
}
.quote-photo .bg-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 134px;
  height: 79px;
  transform: translateX(-50%) skewX(30deg);
}
.box-framed {
  border: 1px solid #1c212e;
  padding: 2rem;
}
.box-full {
  padding: 3.125rem;
}
.bg-darkblue {
  background-color: #006ab3;
}
.bg-purple {
  background-color: #8a2eed;
}
.bg-pink {
  background-color: #d80b8c;
}
.bg-grey {
  background-color: #d4dce1;
}
.bg-darkgrey {
  background-color: #313c4c;
}
.bg-orange {
  background-color: #f58221;
}
.bg-blue {
  background-color: #00aeef;
}
.bg-green {
  background-color: #8dc63f;
}
.bg-green2 {
  background-color: #238441;
}
.bg-green3 {
  background-color: #8eb49d;
}
.bg-turquoise {
  background-color: #00bcbc;
}
.bg-red {
  background-color: #ed1b32;
}
.bg-lightgrey {
  background-color: #f1f2f3;
}
.bg-lightgrey2 {
  background-color: #d4dce1;
}
.bg-lines {
  background-image: url('imgs/hachures-grises2.svg');
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center;
}
.bg-img {
  background-size: cover;
}
.color-red {
  color: #ed1b32;
}
.color-pink {
  color: #d80b8c;
}
.color-green {
  color: #8dc63f;
}
.color-purple {
  color: #8a2eed;
}
a.color-green:hover {
  text-decoration: none;
}
.color-green2 {
  color: #238441;
}
.color-orange {
  color: #f58221;
}
.color-turquoise {
  color: #00bcbc;
}
.color-blue {
  color: #00aeef;
}
.color-darkblue {
  color: #006ab3;
}
.color-white {
  color: #ffffff;
}
.color-darkgrey {
  color: #313c4c;
}
a.color-blue:hover {
  color: #006ab3;
}
a.color-white:hover {
  color: #006ab3;
}
.ch {
  padding: 8rem 0 10rem;
  position: relative;
  overflow: hidden;
}
.ch.padding-t-0 {
  padding-top: 0;
}
.page {
  padding: 6rem 0 12rem;
  margin-top: 4rem;
  position: relative;
}
.page:before {
  content: '';
  display: inline-block;
  width: 50%;
  height: 96px;
  background-image: url('imgs/hachures2.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.page .content {
  margin-top: 2rem;
}
.breadcrumb {
  font-size: 14px;
  margin-bottom: 2rem;
  line-height: 1.5em;
}
.breadcrumb a {
  color: #1c212e;
  font-weight: bold;
  text-decoration: none;
}
.breadcrumb a:before {
  content: '';
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat -152px -35px;
  background-size: 275px 310px;
  width: 38px;
  height: 30px;
  margin-right: 0.5rem;
  transform: translateY(0.6rem);
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.popup-box .subtitle2 {
  padding: 1rem 0 1rem 2rem;
}
.popup-box .readmore-button {
  margin-top: 1rem;
  margin-left: 2rem;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 7em 4em;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 250;
  height: 100%;
}
.popup .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popup .popup-content {
  background-color: #FFFFFF;
  color: #5d5d5d;
  padding: 5em;
  max-height: 100%;
  overflow-y: scroll;
  position: relative;
  width: 80% !important;
  max-width: 700px;
  margin: 0 auto;
  -ms-overflow-style: none;
}
.popup .popup-content::-webkit-scrollbar {
  display: none;
}
.popup .popup-close {
  content: "";
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.toggle {
  border-bottom: 1px solid #d4dce1;
  margin-bottom: 2rem;
}
.sous-toggle {
  border-bottom: 1px dashed #d4dce1;
}
.toggle-button {
  cursor: pointer;
  transition: color 0.5s;
}
.toggle-button:after {
  content: '';
  display: block;
  width: 34px;
  height: 19px;
  transform-origin: top;
}
.toggle-button.toggle-button-center:after {
  margin: 0.5rem auto;
}
.toggle-button.toggle-button-right {
  position: relative;
  padding-right: 4rem;
}
.toggle-button.toggle-button-right:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.toggle-content {
  display: none;
  padding-bottom: 2rem;
}
.padding-t-l {
  padding-top: 6rem;
}
.margin-b-xs {
  margin-bottom: 0.8rem;
}
.margin-b-s {
  margin-bottom: 1.5rem;
}
.margin-b-m {
  margin-bottom: 3rem;
}
.margin-b-l {
  margin-bottom: 6rem;
}
.margin-t-xs {
  margin-top: 0.8rem;
}
.margin-t-s {
  margin-top: 1.5rem;
}
.margin-t-m {
  margin-top: 3rem;
}
.margin-t-l {
  margin-top: 6rem;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.border-t {
  border-top: 1px solid #f1f2f3;
  padding-top: 2rem;
}
.padding-t-0 {
  padding-top: 0;
}
.padding-m {
  padding: 1rem;
}
.note p {
  font-size: 10px;
  font-style: italic;
}
sup {
  font-size: 12px;
  vertical-align: super;
}
sub {
  font-size: 0.75em;
  vertical-align: sub;
}
sup.info {
  position: relative;
  cursor: pointer;
}
sup.info span {
  display: none;
  text-align: left;
  position: absolute;
  bottom: 1.35rem;
  left: -1.4rem;
  background-color: black;
  color: #ffffff;
  padding: 0.5rem;
  font-size: 11px;
  font-style: italic;
  width: -webkit-fill-available;
  line-height: 1.4em;
  border-radius: 6px;
  width: 20rem;
}
sup.info span:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  position: absolute;
  bottom: -8px;
  left: 1rem;
}
sup.info span a {
  color: #ffffff;
}
sup.info span a:hover {
  text-decoration: none;
}
sup.info:hover span {
  display: block;
}
sup.right span {
  left: initial;
  right: -1.3rem;
}
sup.right span:before {
  left: initial;
  right: 1rem;
}
.rectangle-box {
  color: #ffffff;
  padding: 2rem 3rem 2rem 5rem;
}
.rectangle-box.bg-lightgrey {
  color: #1c212e;
}
.rectangle-box-deco {
  color: #ffffff;
  padding: 2rem 3rem 2rem 5rem;
}
.rectangle-box-deco {
  position: relative;
}
.rectangle-box-deco:before {
  content: '';
  display: inline-block;
  width: 600px;
  height: 100px;
  background-image: url('imgs/hachures-grises.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: -2rem;
  right: -9rem;
  background-size: 100%;
  z-index: -1;
}
.rectangle-box-l {
  padding: 2rem 3rem 2rem 3rem;
}
.rectangle-box-m {
  padding: 1.5rem 1.5rem 1.5rem 4rem;
}
.rectangle-box-s {
  padding: 1rem 1rem 1rem 2rem;
}
.rectangle-box-content span {
  margin-bottom: 0.5rem;
  display: block;
}
.rectangle-box-content span:last-of-type {
  margin-bottom: 0;
}
.counter {
  font-weight: 900;
  font-size: 120px;
  line-height: 1em;
}
footer .copyright {
  padding: 0.5rem;
}
footer .copyright p {
  font-size: 12px;
}
/*-----------------HEADER----------------*/
header {
  padding: 1rem 1.5rem 1rem 1rem;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 2500px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
header > .flex {
  gap: 3rem;
}
header .logo {
  width: 5.75rem;
}
header h1 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2em;
}
header h1 a {
  color: #1c212e;
  text-decoration: none;
}
header .buttons {
  gap: 1rem;
}
header .buttons .download-pdf {
  font-size: 12px;
  color: #1c212e;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 2rem;
  line-height: 1.2em;
  transition: all 0.5s;
  position: relative;
  padding-left: 2.2rem;
}
header .buttons .download-pdf:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: 0;
}
header .buttons .button {
  background-color: #00aeef;
  transition: all 0.5s;
}
header .buttons .button a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  transition: all 0.5s;
}
header .buttons .button a:hover {
  color: #ffffff;
}
header .buttons .button:hover a {
  color: #ffffff;
  background-color: #006ab3;
}
.menu-button {
  background-repeat: no-repeat;
  width: 40px;
  height: 34px;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.menu-button.active {
  background-position: -107px 0;
  height: 40px;
}
.mainmenu2 {
  border-top: 1px solid #f1f2f3;
  position: fixed;
  top: 3.6rem;
  left: 0;
  width: 100%;
  background: white;
  z-index: 2;
}
.mainmenu2 .button {
  display: none;
  transition: all 0.5s;
  width: 15rem;
  margin: 1rem auto;
  background: #00aeef;
  text-align: center;
}
.mainmenu2 .button a {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
}
.mainmenu2 .button a:hover {
  color: #ffffff;
  background-color: #006ab3;
}
.mainmenu2 .button:hover a {
  color: #ffffff;
}
.mainmenu2 > ul {
  max-width: 2500px;
  margin: 0 auto;
  padding: 0 1rem;
  box-shadow: 1px 3px 3px #0000000f;
}
.mainmenu2 > ul > li {
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
  position: relative;
  width: 25%;
}
.mainmenu2 > ul > li > a {
  width: 100%;
  padding: 0.6rem 0;
  text-decoration: none;
  color: #1c212e;
  display: inline-block;
}
.mainmenu2 > ul > li:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) skewX(-30deg);
  z-index: -1;
  transition: all 0.5s;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  border-left: 1px solid #d4dce1;
  border-right: 1px solid #d4dce1;
}
.mainmenu2 > ul > li:hover > a {
  color: #ffffff;
}
.mainmenu2 > ul > li:hover:before {
  background-color: #00aeef;
  color: #ffffff;
}
.mainmenu2 > ul > li.active > a {
  color: #ffffff;
  font-weight: bold;
}
.mainmenu2 > ul > li.active:before {
  background-color: #00aeef;
  border: 0;
}
.mainmenu2 > ul > li.active .submenu a {
  color: #1c212e;
}
.mainmenu2 .submenu-button {
  display: none;
}
.mainmenu2.active {
  display: block;
}
.mainmenu2 .submenu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  top: 2.2rem;
  padding: 1rem;
  box-shadow: 1px 3px 3px #0000000f;
  left: -0.6rem;
}
.mainmenu2 .submenu a {
  color: #1c212e;
  text-decoration: none;
  padding: 0.5rem;
  display: block;
}
.mainmenu2 .submenu a:hover {
  color: #00aeef;
}
.popup-box .subtitle2 {
  border-left: 1px solid #00aeef;
}
.popup .popup-close {
  background-image: url('imgs/sprite.svg');
  background-position: -107px 0;
  background-size: 275px 310px;
}
.toggle-button:after {
  background: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -195px 0;
  background-size: 275px 310px;
}
.toggle-button:hover {
  color: #00aeef;
}
.toggle-button.active {
  color: #00aeef;
}
.toggle-button.active:after {
  transform: rotate(180deg);
}
table tbody .col1 {
  color: #00aeef;
}
.table-on-white thead th {
  background-color: #00aeef;
}
.counter {
  color: #00aeef;
}
header .buttons .download-pdf:before {
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: 0 -200px;
  background-size: 275px 310px;
}
header .buttons .button a:hover {
  color: #ffffff;
}
header .buttons a:hover {
  color: #00aeef;
}
header .buttons a:after {
  background-color: #006ab3;
}
.menu-button {
  background-image: url('imgs/sprite.svg');
  background-size: 275px 310px;
  background-position: 0 0;
}
/*-----------------------------FIRSTSCREEN----------------------------*/
.firstscreen {
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  height: 50rem;
}
.firstscreen .bg-img {
  background-image: url(imgs/cover-background.jpg);
  height: 35rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.firstscreen .logo {
  display: block;
  position: absolute;
  top: 13rem;
  left: 0;
  width: 100%;
}
.firstscreen .logo img {
  margin: 0 auto;
  width: 12rem;
  display: block;
}
.firstscreen .img {
  position: absolute;
  top: 22rem;
  left: 0;
  width: 100%;
  height: 18rem;
}
.firstscreen .img img {
  position: absolute;
  width: 29rem;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.firstscreen .bigtitle {
  position: absolute;
  letter-spacing: 15px;
  top: 18.5rem;
  left: 0;
  width: 100%;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2em;
  color: #ffffff;
}
.firstscreen .anim1 {
  display: inline-block;
  width: 600px;
  height: 135px;
  position: absolute;
  top: -0.9rem;
  right: -7rem;
  background-image: url(imgs/hachures-grises-L.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.firstscreen .anim2 {
  display: inline-block;
  width: 600px;
  height: 135px;
  background-size: 100%;
  position: absolute;
  bottom: -0.5rem;
  left: -7rem;
  z-index: 1;
  background-image: url(imgs/hachures-grises-L.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
/*-----------------------------TABLE OF CONTENT----------------------------*/
.table-of-content .subtitle {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00aeef;
}
.table-of-content a {
  display: block;
  padding: 0.7rem 0 0.5rem;
  text-decoration: none;
  color: #1c212e;
}
.table-of-content a:hover {
  color: #00aeef;
}
.table-of-content .sublinks a {
  color: #313c4c;
  font-size: 13px;
  padding: 0.3rem 0;
}
.table-of-content .sublinks a:hover {
  color: #00aeef;
}
.table-of-content .bloc2 .subtitle:last-of-type {
  margin-top: 4rem;
}
/*----------------------CH01 - CEO & CHAIRMAN INTERVIEW---------------------*/
.ch01 .subtitle1 {
  font-size: 22px;
}
.ch01 .bloc .title {
  margin-bottom: 3rem;
}
.ch01 .bloc .bg-img {
  height: 550px;
  position: relative;
}
.ch01 .bloc .readmore-button {
  position: absolute;
  right: 0;
  bottom: 1rem;
}
.ch01 .bloc1 {
  position: relative;
  margin-bottom: 12rem;
  max-width: 1700px;
  margin: 0 auto;
}
.ch01 .bloc1 .title {
  margin-top: 1rem;
}
.ch01 .bloc1 .bg-img {
  background-image: url('imgs/00-serge-van-herck.jpg');
  position: relative;
}
.ch01 .bloc1 .bg-img:after {
  content: '';
  display: inline-block;
  height: 568px;
  width: 100px;
  background-image: url('imgs/hachures-grises-verticales.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: -0.5rem;
  right: -6.3rem;
  background-size: auto 100%;
  background-position: center;
}
.ch01 .bloc1 .rectangle-box-container {
  position: absolute;
  left: -3rem;
  width: 55%;
}
.ch01 .bloc1 .rectangle-box-1 {
  padding: 2rem 3rem 2rem 7rem;
  transform: skewX(-30deg);
}
.ch01 .bloc1 .rectangle-box-1 .rectangle-box-content {
  transform: skewX(30deg);
}
.ch01 .bloc1 .rectangle-box-2 {
  position: absolute;
  bottom: -1.5rem;
  right: 2rem;
  width: 17rem;
  transform: skewX(-30deg);
}
.ch01 .bloc1 .rectangle-box-2 .rectangle-box-content {
  transform: skewX(30deg);
}
.ch01 .bloc1 .interview {
  margin-top: 14rem;
}
.ch01 .bloc2 .bg-img {
  background-image: url('imgs/02-evs-chairman-johan-deschuyffeleer.jpg');
  background-position: center;
  position: relative;
}
.ch01 .bloc2 .bg-img:after {
  content: '';
  display: inline-block;
  height: 568px;
  width: 100px;
  background-image: url('imgs/hachures-grises-verticales.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: -0.5rem;
  left: -6.3rem;
  background-size: auto 100%;
  background-position: center;
}
.ch01 .bloc2 .rectangle-box-2 {
  position: absolute;
  top: 32.5rem;
  left: 2rem;
  width: 22rem;
  transform: skewX(-30deg);
}
.ch01 .bloc2 .rectangle-box-2 .rectangle-box-content {
  transform: skewX(30deg);
}
/*----------------------CH02 - EVS INTERNATIONAL FOOTPRINT---------------------*/
.ch02 {
  position: relative;
}
.ch02:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 90px;
  background-image: url('imgs/hachures-grises-XL.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
}
.ch02 .map {
  z-index: 1;
  position: relative;
  width: 90%;
  margin-left: -2rem;
  margin-top: 5rem;
}
.ch02 .points {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ch02 .points li {
  position: absolute;
  text-align: center;
  width: 30px;
  height: 30px;
}
.ch02 .points li span {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background-color: #1c212e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.ch02 .points li span.active + p {
  z-index: 1;
}
.ch02 .points li p {
  position: absolute;
  left: 50%;
  top: 2rem;
  width: 8rem;
  transform: translateX(-50%);
  transition: all 0.5s;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
}
.ch02 .points li strong {
  color: #00aeef;
  display: block;
  width: 6rem;
  margin: 0 auto;
}
.ch02 .points li .city-names {
  display: none;
}
.ch02 .points .point1 {
  left: 12.5%;
  top: 39.8%;
}
.ch02 .points .point2 {
  left: 7.3%;
  top: 27.8%;
}
.ch02 .points .point3 {
  left: 23.5%;
  top: 25.3%;
}
.ch02 .points .point4 {
  left: 42.5%;
  top: 26%;
}
.ch02 .points .point5 {
  left: 44%;
  top: 21%;
  z-index: 1;
}
.ch02 .points .point5 p {
  top: initial;
  bottom: 1.5rem;
  width: 11rem;
}
.ch02 .points .point5 span {
  background-color: #00aeef;
}
.ch02 .points .point5 strong {
  background-color: #00aeef;
  color: #ffffff;
  padding: 0.5rem;
  width: 11rem;
  font-size: 12px;
}
.ch02 .points .point5 .city-names {
  display: block;
  z-index: 1;
}
.ch02 .points .point6 {
  left: 47.1%;
  top: 19%;
}
.ch02 .points .point6 p {
  top: initial;
  bottom: 1.5rem;
}
.ch02 .points .point7 {
  left: 46.7%;
  top: 23%;
}
.ch02 .points .point8 {
  left: 45.3%;
  top: 18%;
}
.ch02 .points .point8 p {
  top: initial;
  bottom: 1.5rem;
}
.ch02 .points .point9 {
  left: 60.8%;
  top: 36.2%;
}
.ch02 .points .point10 {
  left: 78%;
  top: 26%;
}
.ch02 .points .point11 {
  left: 79.4%;
  top: 38%;
}
.ch02 .points .point12 {
  left: 77%;
  top: 52.8%;
}
.ch02 .points .point13 {
  right: 7.5%;
  bottom: 16.5%;
}
.ch02 .points .point14 {
  left: 12.5%;
  top: 27.8%;
}
.ch02 .points .point15 {
  left: 24.5%;
  top: 22%;
}
.ch02 .points .point15 p {
  top: initial;
  bottom: 1.5rem;
}
.ch02 .points .point15 span {
  background-color: #00aeef;
}
.ch02 .rectangle-box-container {
  position: absolute;
  top: 2rem;
  right: -24rem;
  width: 33rem;
  z-index: 1;
}
.ch02 .rectangle-box-container:after {
  content: '';
  display: inline-block;
  width: 437px;
  height: 500px;
  position: absolute;
  right: 6rem;
  top: -2rem;
  background-image: url('imgs/arc-cercle.svg');
  background-repeat: no-repeat;
  opacity: 0.7;
}
.ch02 .rectangle-box-container .subtitle2 {
  margin-left: 5rem;
  margin-bottom: 1rem;
}
.ch02 .rectangle-box-container .list {
  position: relative;
}
.ch02 .rectangle-box-container .list li {
  position: relative;
  padding-left: 2rem;
  left: -4rem;
}
.ch02 .rectangle-box-container .list li:before {
  content: '';
  display: inline-block;
  background-image: url(imgs/sprite.svg);
  background-repeat: no-repeat;
  background-position: -152px 0;
  background-size: 275px 310px;
  width: 29px;
  height: 30px;
  position: absolute;
  top: -0.4rem;
  left: 0;
  transform: scale(0.7);
}
.ch02 .rectangle-box-container .list .item1 {
  margin-left: 6rem;
}
.ch02 .rectangle-box-container .list .item2 {
  margin-left: 5rem;
}
.ch02 .rectangle-box-container .list .item3 {
  margin-left: 4rem;
}
.ch02 .rectangle-box-container .list .item4 {
  margin-left: 3rem;
}
.ch02 .rectangle-box-container .list .item5 {
  margin-left: 2rem;
}
.ch02 .rectangle-box-container .list .item6 {
  margin-left: 1rem;
}
.ch02 .rectangle-box-container .list:before {
  content: '';
  display: inline-block;
  height: 350px;
  width: 320px;
  background-color: #00aeef;
  position: absolute;
  top: -7rem;
  left: -2rem;
  transform: skewX(-30deg);
  z-index: -2;
}
.ch02 .rectangle-box-1 {
  padding: 3rem 7rem 3rem 7rem;
}
.ch02 .rectangle-box-1 li {
  line-height: 1.2em;
}
.ch02 .map-legend h4 {
  display: inline-block;
  padding: 0.2rem 0;
  margin-bottom: 0.5rem;
}
.ch02 .pictos-list li {
  font-size: 17px;
  line-height: 1.3em;
}
.ch02 .pictos-list .picto1:before {
  background-position: 0 -68px;
}
.ch02 .pictos-list .picto2:before {
  background-position: -67px -68px;
}
.ch02 .pictos-list .picto3:before {
  background-position: -134px -68px;
}
.ch02 .pictos-list .picto4:before {
  background-position: 0 -111px;
}
.ch02 .pictos-list .picto5:before {
  background-position: -67px -111px;
}
.ch02 .pictos-list .picto6:before {
  background-position: -134px -111px;
}
/*----------------------CH03 - WE ARE EVS---------------------*/
.ch03 .slick-slide {
  margin: 0 0.3rem;
}
.ch03 .bg-img {
  min-height: 400px;
  background-position: center;
}
.ch03 .bg-img1 {
  background-image: url('imgs/EVS-08.jpg');
}
.ch03 .bg-img2 {
  background-image: url('imgs/EVS-10.jpg');
}
.ch03 .bg-img3 {
  background-image: url('imgs/EVS-23.jpg');
}
.ch03 .bg-img4 {
  background-image: url('imgs/EVS-04.jpg');
}
.ch03 .bg-img5 {
  background-image: url('imgs/EVS-15.jpg');
}
.ch03 .bg-img6 {
  background-image: url('imgs/EVS-09.jpg');
}
.ch03 .bg-img7 {
  background-image: url('imgs/EVS-01.jpg');
}
.ch03 .bg-img8 {
  background-image: url('imgs/EVS-00.jpg');
  min-height: 275px;
  background-position: right;
}
.ch03 .subtitle {
  margin-bottom: 0.5rem;
}
.ch03 .text {
  position: relative;
}
.ch03 .text > div:last-of-type {
  margin-bottom: 0;
}
.ch03 .numbers h4 {
  border-bottom: 1px solid #d4dce1;
  padding-bottom: 1.5rem;
}
.ch03 .numbers .number {
  display: block;
  font-weight: 900;
  line-height: 1.2em;
}
.ch03 .numbers .number1,
.ch03 .numbers .number2,
.ch03 .numbers .number3 {
  font-size: 70px;
}
.ch03 .numbers .number4 {
  font-size: 35px;
}
/*----------------------CH04 - BHAG AND VISION---------------------*/
.ch04 .bloc1 .sbloc1 {
  position: relative;
}
.ch04 .bloc1 .sbloc1:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -1.2rem;
  bottom: 0;
  background-image: url(imgs/hachures-bleues-2.svg);
  background-position: center;
  background-size: cover;
}
.ch04 .rectangle-box-1 {
  padding: 2rem 3rem 2rem 3rem;
  transform: skewX(-30deg);
}
.ch04 .rectangle-box-1 .rectangle-box-content {
  transform: skewX(30deg);
}
.ch04 .rectangle-box-1.rectangle-box-deco:before {
  right: -5rem;
}
.ch04 .bg-img1 {
  background-image: url('imgs/04-bhag-vision.jpg');
  background-position: center;
  height: 520px;
  position: relative;
}
.ch04 .bg-img1:after {
  content: '';
  display: inline-block;
  height: 537px;
  width: 100px;
  background-image: url(imgs/hachures-grises-verticales.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -0.5rem;
  right: -6.3rem;
  background-size: auto 100%;
  background-position: center;
}
.ch04 .rectangle-box-2 {
  width: 60rem;
  padding: 3rem 12rem 3rem 6rem;
  margin-right: -7rem;
}
.ch04 .subtitle4 {
  margin-top: 1.25rem;
  position: relative;
}
.ch04 .subtitle4:before {
  content: '';
  display: inline-block;
  background-image: url(imgs/sprite.svg);
  background-repeat: no-repeat;
  background-position: -235px 0;
  background-size: 275px 310px;
  width: 29px;
  height: 30px;
  position: absolute;
  top: -0.4rem;
  left: -2rem;
  transform: scale(0.7);
}
.ch04 .blockquote-img {
  position: relative;
  padding-left: 8rem;
}
.ch04 .blockquote-img p {
  font-size: 15px;
}
.ch04 .blockquote-img .bg-img-container {
  transform: skewX(-30deg);
  position: absolute;
  left: 1rem;
  top: -0.2rem;
  width: 82px;
  height: 79px;
  overflow: hidden;
}
.ch04 .blockquote-img .bg-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 134px;
  height: 79px;
  transform: translateX(-50%) skewX(30deg);
}
.ch04 .blockquote-img3 .bg-img {
  background-image: url('imgs/member-nicolas-bourdon-s.jpg');
}
.ch04 .blockquote-img2 .bg-img {
  background-image: url('imgs/member-alex-redfern-s.jpg');
}
.ch04 .blockquote-img1 .bg-img {
  background-image: url('imgs/04-serge-van-herck.jpg');
}
/*----------------------ch05 - MARKET TRENDS---------------------*/
.ch05 .bloc1 {
  margin: 3rem 0;
}
.ch05 .box-full {
  position: relative;
}
.ch05 .box-full:before {
  content: '';
  display: inline-block;
  width: 600px;
  height: 100px;
  background-image: url(imgs/hachures-grises.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -3.2rem;
  right: 1rem;
  background-size: 100%;
  z-index: -1;
}
.ch05 .bg-img1 {
  background-image: url(imgs/02-market-trends.jpg);
  position: relative;
  height: 400px;
  background-position: bottom;
}
.ch05 .bullet-list {
  margin-bottom: 1.25rem;
}
.ch05 .bullet-list li {
  margin-bottom: 0.4rem;
}
.ch05 li h4 {
  position: relative;
  padding-left: 3rem;
}
.ch05 li h4:before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('imgs/hachures-bleues-s.svg');
}
.ch05 .bloc1 p {
  max-width: 800px;
}
.ch05 .rectangle-box-1 {
  width: 80rem;
  padding: 3rem 8rem 3rem 12rem;
  margin-left: -7.5rem;
}
.ch.ch05 {
  padding-bottom: 4rem;
}
/*----------------------CH15 - R&D - Innovation - AI ---------------------*/
.ch15 .bloc1 .sbloc2 {
  position: relative;
}
.ch15 .bloc1 .sbloc2:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  right: -1.05rem;
  bottom: 0.2rem;
  background-image: url(imgs/hachures-bleues-2.svg);
  background-position: center;
  background-size: cover;
}
.ch15 .bg-img1 {
  background-image: url('imgs/hackathon1.jpg');
  height: 12rem;
  background-color: #f1f2f3;
}
.ch15 .bg-img2 {
  background-image: url('imgs/hackathon2.jpg');
  height: 12rem;
  background-color: #f1f2f3;
}
.ch15 .bg-img3 {
  background-image: url('imgs/rd-conference.jpg');
  background-position: center;
  height: 17rem;
  background-color: #f1f2f3;
}
.ch15 .bg-img4 {
  height: 28rem;
  background-color: #f1f2f3;
  background-image: url('imgs/artificial-intelligence.jpg');
}
/*----------------------ch06 - ACQUISITIONS---------------------*/
.ch06 .rectangle-box-1 {
  padding: 2rem 3rem;
  transform: skewX(-30deg);
}
.ch06 .rectangle-box-1 .rectangle-box-content {
  transform: skewX(30deg);
}
.ch06 .rectangle-box-deco.rectangle-box-1:before {
  right: -6rem;
}
.ch06 .logo {
  width: 120px;
}
.ch06 .bullet-list {
  margin-bottom: 1.25rem;
}
.ch06 .bg-img1 {
  background-image: url('imgs/ch06-acquisitions.jpg');
  margin-top: 0.7rem;
  margin-right: 3rem;
  margin-bottom: 1rem;
  height: 420px;
  background-position: center;
  position: relative;
}
.ch06 .bg-img1:after {
  content: '';
  display: inline-block;
  height: 433px;
  width: 100px;
  background-image: url(imgs/hachures-grises-verticales.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -0.3rem;
  left: -6.3rem;
  background-size: auto 100%;
  background-position: center;
}
.ch06 .bg-img2 {
  height: 24rem;
  background-image: url('imgs/06-media-production-robotics.jpg');
  background-position: center;
}
.ch06 .bloc2 {
  position: relative;
  clear: both;
}
.ch06 .bloc2 .sbloc1 .toggle {
  margin-top: 3.6rem;
}
.ch06 .bloc2 .sbloc1 .logo {
  transform: translateY(1.2rem);
}
.ch07 table {
  width: 100%;
}
.ch07 .graph h4 {
  font-weight: 200;
}
.ch07 .graph h5 {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.3em;
}
.ch07 .graph .txt {
  font-weight: 200;
  margin-top: 0.5rem;
}
.ch07 .graph .subtitle {
  padding-left: 5rem;
  padding-top: 1rem;
  margin-bottom: 4.2rem;
}
.ch07 .category {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.ch07 .category:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 275px 310px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.ch07 .category:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 40px;
  background-image: url('imgs/hachures3.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ch07 .category1:before {
  background-position: -200px -79px;
}
.ch07 .category1 h5 {
  color: #8dc63f;
}
.ch07 .category2:before {
  background-position: -200px -154px;
}
.ch07 .category2 h5 {
  color: #f58221;
}
.ch07 .category3:before {
  background-position: -200px -230px;
}
.ch07 .category3 h5 {
  color: #00aeef;
}
.ch07 .member {
  position: relative;
  margin-bottom: 2rem;
}
.ch07 .member h4 {
  font-size: 15px;
}
.ch07 .member .bg-img-container {
  transform: skewX(-30deg);
  position: absolute;
  right: 0.5rem;
  top: -1.7rem;
  width: 82px;
  height: 79px;
  overflow: hidden;
}
.ch07 .member .bg-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 134px;
  height: 79px;
  transform: translateX(-50%) skewX(30deg);
}
.ch07 .member h4 {
  line-height: 1.25em;
}
.ch07 .member h4 strong {
  display: block;
}
.ch07 .member1 .bg-img {
  background-image: url('imgs/member-alex-redfern-s.jpg');
}
.ch07 .member2 .bg-img {
  background-image: url('imgs/member-veerle-de-wit-s.jpg');
}
.ch07 .member3 .bg-img {
  background-image: url('imgs/member-pierre-matelart-s.jpg');
}
.ch07 .member4 .bg-img {
  background-image: url('imgs/member-nicolas-bourdon-s.jpg');
}
.ch07 .diagonal-box-1 {
  position: absolute;
  bottom: -1.5rem;
  left: 2rem;
  width: 29rem;
}
.ch07 .diagonal-box-container-2 {
  margin-top: -8rem;
  margin-right: 5rem;
}
.ch07 .diagonal-box-2 {
  width: 35rem;
}
.ch07 .diagonal-box-3 {
  margin: 0 auto 2rem;
  width: 24rem;
}
.ch07 .bloc3 .sbloc1 > div {
  margin: 1rem auto 1rem;
}
.ch07 .bloc4 {
  margin-top: 1rem;
}
.ch07 .graph2 .subtitle {
  margin-bottom: 2rem;
}
.ch07 .graph2 h6 {
  font-weight: bold;
}
.ch07 .graph2 .member {
  border: 1px solid #d4dce1;
  padding: 1rem;
}
.ch07 .graph2 .member li.w-s {
  width: 9rem;
}
/*----------------------CH008 - CARBON FOOTPRINT STRATEGY---------------------*/
.ch08 .with-number {
  position: relative;
  padding-left: 6.3rem;
}
.ch08 .number {
  position: absolute;
  top: 0.75rem;
  left: 0;
  font-size: 40px;
}
.ch08 .graph-container1 {
  width: 15.5rem;
  margin-left: -1.5rem;
}
.ch08 .graph-container2 {
  width: 17rem;
  margin-bottom: 1rem;
  margin-right: -1rem;
}
.ch08 .graph1 {
  margin-right: 1rem;
  margin-bottom: 1rem;
  position: relative;
  height: 19rem;
}
.ch08 .graph1:before {
  content: '';
  display: inline-block;
  width: 3.3rem;
  height: 94%;
  background-color: #f1f2f3;
  position: absolute;
  top: -5%;
  right: 0;
  z-index: -1;
}
.ch08 .graph1:after {
  content: '';
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat -55px -234px;
  background-size: 275px 310px;
  width: 44px;
  height: 52px;
  position: absolute;
  top: 8rem;
  right: -2.8rem;
}
.ch08 .graph2 {
  position: relative;
  height: 22rem;
}
.ch08 .graph2:before {
  content: '';
  display: inline-block;
  width: 110%;
  height: 95%;
  background-color: #f1f2f3;
  position: absolute;
  top: -5%;
  right: -5%;
  z-index: -1;
}
.ch08 .bg-img1 {
  background-image: url(imgs/08-carbon-footprint.jpg);
  margin-bottom: 3rem;
  height: 450px;
  background-position: center;
  position: relative;
}
.ch08 .bg-img1:after {
  content: '';
  display: inline-block;
  width: 600px;
  height: 100px;
  background-image: url(imgs/hachures-grises.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -3rem;
  right: 5rem;
  background-size: 100%;
  z-index: -1;
}
/*----------------------CH009 - HR STRATEGY---------------------*/
.ch09 table tbody td {
  padding: 0.4rem;
}
.ch09 .number {
  font-size: 22px;
}
.ch09 .bloc1 .bg-img0 {
  height: 25rem;
  background-image: url(imgs/hr-strategy.jpg);
  background-position: top center;
}
.ch09 .bloc1 .bg-img1 {
  height: 20rem;
  position: relative;
  background-image: url('imgs/09-top-employer.jpg');
  background-size: 160%;
  background-position: 35% 24%;
}
.ch09 .bloc1 .bg-img1:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.ch09 .bloc1 .bg-img1 img {
  position: absolute;
  width: 16rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ch09 .bloc1 .sbloc3 {
  position: relative;
}
.ch09 .bloc1 .sbloc3:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 51%;
  height: 20px;
  position: absolute;
  right: -1rem;
  top: 1rem;
  background-image: url(imgs/hachures-bleues-2.svg);
  background-position: center;
  background-size: cover;
}
.ch09 .bloc2 .sbloc1 table {
  margin-bottom: 1rem;
}
.ch09 .bloc2 .sbloc3 .rectangle-box-1 {
  padding: 2rem 3rem 1rem 3rem;
  transform: skewX(-30deg);
}
.ch09 .bloc2 .sbloc3 .rectangle-box-1 .rectangle-box-content {
  transform: skewX(30deg);
}
.ch09 .bloc2 .sbloc3 .rectangle-box-1 .subtitle4 {
  margin-left: 1rem;
}
.ch09 .bloc2 .sbloc3 blockquote strong {
  display: block;
}
.ch09 .bloc2 .sbloc5 .bg-img1 {
  height: 300px;
}
.ch09 .bloc2 .sbloc5 img {
  width: 15rem;
  margin-top: 1rem;
}
.ch09 .bloc2 .sbloc3 blockquote {
  margin-bottom: 0.5rem;
}
.ch09 .bloc2 .sbloc5 .toggle {
  border-bottom: 0;
}
.ch09 .bloc3 {
  border-bottom: 0;
}
.ch09 .bloc3 .bg-img1 {
  background-image: url('imgs/09-ed-force-one-1.jpg');
  height: 400px;
  position: relative;
  background-position: center;
}
.ch09 .bloc3 .bg-img1:after {
  content: '';
  display: inline-block;
  height: 415px;
  width: 100px;
  background-image: url(imgs/hachures-grises-verticales.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -0.5rem;
  left: -6.3rem;
  background-size: auto 100%;
  background-position: center;
}
.ch09 .bloc3 .bg-img2 {
  background-image: url('imgs/09-ed-force-one-2.jpg');
  height: 400px;
  position: relative;
  background-position: center;
}
/*----------------------CH10 - FINANCIAL STRATEGY----------------------*/
.ch10 .bg-img1 {
  background-image: url('imgs/10-financial-strategy.jpg');
  background-position: center;
  height: 450px;
  margin-bottom: 6rem;
}
.ch10 .bg-img1:after {
  content: '';
  display: inline-block;
  width: 600px;
  height: 100px;
  background-image: url(imgs/hachures-grises.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -3rem;
  right: 5rem;
  background-size: 100%;
  z-index: -1;
}
.ch10 .sbloc5 a {
  color: #00aeef;
}
.ch10 .sbloc5 a:hover {
  text-decoration: none;
}
.ch10 .bg-img2 {
  background-image: url('imgs/10-financial-strategy-2.jpg');
  height: 400px;
}
.ch10 .bloc4 .sbloc1 {
  position: relative;
}
.ch10 .bloc4 .sbloc1:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(imgs/hachures-bleues-2.svg);
  background-position: center;
  background-size: cover;
}
/*----------------------ch11 - OUR SOLUTIONS---------------------*/
.ch11 .bg-img1 {
  background-image: url('imgs/11-evs-solutions.jpg');
  height: 500px;
  position: relative;
  background-position: center;
}
.ch11 .bg-img1:after {
  content: '';
  display: inline-block;
  height: 518px;
  width: 100px;
  background-image: url(imgs/hachures-grises-verticales.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -0.5rem;
  left: -6.3rem;
  background-size: auto 100%;
  background-position: center;
}
.ch11 .rectangle-box-1:before {
  top: initial;
  bottom: -3rem;
  width: 500px;
  right: -6rem;
}
.ch11 .box-full {
  padding: 2rem;
}
.ch11 .box-full h4 {
  line-height: 1.3em;
}
.ch11 .solution-powervision .popup-solution h5:before {
  background-image: url('imgs/hachures-roses-s.svg');
}
.ch11 .bg-img2 {
  background-image: url('imgs/11-evs-solutions-2.jpg');
  height: 470px;
  margin-top: 1rem;
  position: relative;
}
.ch11 .bg-img2:after {
  content: '';
  display: inline-block;
  width: 600px;
  height: 100px;
  background-image: url(imgs/hachures-grises.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -3rem;
  left: 0;
  background-size: 100%;
  z-index: -1;
}
.ch11 .bloc3 .sbloc1 {
  position: relative;
}
.ch11 .bloc3 .sbloc1:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 50%;
  height: 20px;
  position: absolute;
  right: -1rem;
  bottom: 0.3rem;
  background-image: url(imgs/hachures-bleues-2.svg);
  background-position: center;
  background-size: cover;
}
/*----------------------CH12 - COMMUNITY OF USERS---------------------*/
.ch12 .bloc1 {
  position: relative;
}
.ch12 .bloc1 .rectangle-box-1 {
  margin: 4rem auto;
}
.ch12 .bloc1 .rectangle-box-1:before {
  top: initial;
  right: -6rem;
  bottom: -3rem;
}
.ch12 .bloc2 img {
  width: 70%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.ch12 .bg-img1 {
  height: 400px;
  background-image: url('imgs/12-community-of-users-1.jpg');
  background-position: top center;
  margin-bottom: 2rem;
}
.ch12 .bg-img2 {
  height: 300px;
  background-image: url('imgs/12-community-of-users-2.jpg');
  background-position: bottom;
}
.ch12 .bloc5 .sbloc2 {
  position: relative;
}
.ch12 .bloc5 .sbloc2:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  right: -1rem;
  bottom: 0.3rem;
  background-image: url(imgs/hachures-bleues-2.svg);
  background-position: center;
  background-size: cover;
}
/*----------------------CH13 - STAKEHOLDERS : CUSTOMERS---------------------*/
.ch13 .rectangle-box-deco:before {
  top: initial;
  bottom: -3rem;
  right: -5rem;
}
.ch13 .box-full:before {
  content: '';
  display: inline-block;
  width: 600px;
  height: 100px;
  background-image: url(imgs/hachures-grises.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -3.2rem;
  right: 1rem;
  background-size: 100%;
  z-index: -1;
}
.ch13 .box-full .subtitle {
  margin-bottom: 1rem;
}
.ch13 .bg-img1 {
  background-image: url('imgs/13-customers.jpg');
  height: 500px;
  position: relative;
  background-position: center;
}
.ch13 .bloc2 .sbloc4 {
  gap: 3rem;
}
.ch13 .bloc2 .sbloc4 blockquote {
  margin-top: 7rem;
}
.ch13 .bloc2 .sbloc4 img {
  width: 18rem;
}
.ch13 .bloc4 .sbloc1 {
  position: relative;
}
.ch13 .bloc4 .sbloc1 .schema {
  position: relative;
}
.ch13 .bloc4 .sbloc1 sup {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  color: #00aeef;
  font-weight: bold;
}
.ch13 .bloc5 .sbloc1 {
  position: relative;
}
.ch13 .bloc5 .sbloc1:after {
  content: '';
  display: inline-block;
  width: 400px;
  height: 70px;
  background-image: url(imgs/hachures-grises.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 100%;
  z-index: -1;
}
.ch13 .bloc6 .sbloc1 img {
  margin-right: 1rem;
}
/*----------------------CH14 - CHANNEL PARTNERS---------------------*/
.ch14 .bg-img1 {
  height: 500px;
  background-image: url(imgs/channel-partners.jpg);
  position: relative;
  background-position: center;
}
.ch14 .bg-img1:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 60%;
  height: 40px;
  position: absolute;
  right: 2rem;
  bottom: 0;
  background-image: url(imgs/hachures-bleues-2.svg);
  background-position: center;
  background-size: cover;
}
.ch14 .bg-img2 {
  height: 400px;
  background-image: url('imgs/evs-channel-partners-2.jpg');
  background-color: #f1f2f3;
}
.ch14 .bg-img2:after {
  content: '';
  display: inline-block;
  height: 414px;
  width: 100px;
  background-image: url(imgs/hachures-grises-verticales.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -0.5rem;
  right: -6.3rem;
  background-size: auto 100%;
  background-position: center;
}
/*----------------------ch16 - EVS TEAM---------------------*/
.ch16 .rectangle-box-1 {
  width: 50rem;
  padding: 3rem 8rem 3rem 12rem;
  margin-left: -7rem;
  transform: skewX(-30deg);
}
.ch16 .rectangle-box-1 .rectangle-box-content {
  transform: skewX(30deg);
}
.ch16 .bloc2 .box-full,
.ch16 .bloc3 .box-full,
.ch16 .bloc4 .box-full {
  min-height: 400px;
}
.ch16 .bloc0 > div {
  width: 12rem;
}
.ch16 .bloc0 {
  clear: both;
}
.ch16 .bloc2 .bg-img {
  background-image: url('imgs/16-skippers-team.jpg');
  background-position: center;
  position: relative;
}
.ch16 .bloc2 .box-full {
  position: relative;
}
.ch16 .bloc2 .box-full:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 40px;
  background-image: url(imgs/hachures-bleu.png);
  background-size: 10rem;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ch16 .bloc3 .bg-img {
  background-image: url('imgs/10-evs-board-directors.jpg');
  background-position: top center;
}
.ch16 .bloc3 .rectangle-box-2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 1rem 2rem 1rem 3rem;
}
.ch16 .bloc3 .rectangle-box-2 p.txt {
  font-size: 14px;
}
.ch16 .bloc3 .box-full {
  position: relative;
}
.ch16 .bloc3 .box-full:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 40px;
  background-image: url(imgs/hachures-bleu.png);
  background-size: 10rem;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: -6px;
}
.ch16 .bloc3 .box-full .subtitle4 {
  margin-bottom: 0.5rem;
}
.ch16 .bloc3 .box-full .wcol2 {
  margin-left: 2rem;
}
.ch16 .bloc4 .bg-img {
  background-image: url('imgs/evs-leadership-team.jpg');
  background-position: top center;
  position: relative;
}
.ch16 .bloc4 .rectangle-box-3 {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  padding: 1rem 4rem 1rem 2rem;
}
.ch16 .bloc4 .rectangle-box-3 p.txt {
  font-size: 14px;
}
.ch16 .bloc4 .rectangle-box-3 .note:before {
  content: none;
}
.ch16 .rectangle-box-4 {
  width: 45rem;
  padding: 3rem 8rem 3rem 12rem;
  margin-left: -7rem;
  height: 100%;
}
/*----------------------CH17 -SHAREHOLDERS---------------------*/
.ch17 a.color-white {
  text-decoration: none;
}
.ch17 .box-full {
  position: relative;
}
.ch17 .box-full:before {
  content: '';
  display: inline-block;
  width: 600px;
  height: 100px;
  background-image: url(imgs/hachures-grises.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -3.2rem;
  right: 1rem;
  background-size: 100%;
  z-index: -1;
}
.ch17 .bloc1 .title {
  margin-top: 3rem;
}
.ch17 .bloc1 .bg-img1 {
  height: 400px;
  background-image: url('imgs/11-shareholders.jpg');
  background-position: bottom;
}
.ch17 .bloc1 .title,
.ch17 .bloc1 p {
  max-width: 800px;
}
.ch17 .bg-img2 {
  background-image: url('imgs/12-veerle-de-wit.jpg');
  height: 300px;
  position: relative;
}
.ch17 .bg-img2 .rectangle-box-1 {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 14rem;
}
.ch17 .bg-img3 {
  background-image: url('imgs/12-shareholders-information.jpg');
  height: 350px;
  background-position: center;
}
.ch17 .bg-img3:after {
  content: '';
  display: inline-block;
  height: 360px;
  width: 100px;
  background-image: url(imgs/hachures-grises-verticales.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -0.3rem;
  left: -6.3rem;
  background-size: auto 100%;
  background-position: center;
}
.ch17 .graph h4 {
  font-weight: 200;
}
.ch17 .graph h5 {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.3em;
}
.ch17 .graph .txt {
  font-weight: 200;
  margin-top: 0.5rem;
}
.ch17 .graph .subtitle {
  padding-left: 5rem;
  padding-top: 1rem;
  margin-bottom: 4.2rem;
}
.ch17 .graph2,
.ch17 .graph3,
.ch17 .graph4 {
  height: 300px;
}
.ch17 .counter2 {
  height: 98px;
}
.ch17 .category {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.ch17 .category:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 275px 310px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.ch17 .category:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 40px;
  background-image: url('imgs/hachures3.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ch17 .category1:before {
  background-position: -200px -79px;
}
.ch17 .category1 h5 {
  color: #8dc63f;
}
.ch17 .category2:before {
  background-position: -200px -154px;
}
.ch17 .category2 h5 {
  color: #f58221;
}
.ch17 .category3:before {
  background-position: -200px -230px;
}
.ch17 .category3 h5 {
  color: #00bcbc;
}
.ch17 .member {
  position: relative;
  margin-bottom: 4rem;
}
.ch17 .member .bg-img-container {
  transform: skewX(-30deg);
  position: absolute;
  right: 1rem;
  top: -2.7rem;
  width: 82px;
  height: 79px;
  overflow: hidden;
}
.ch17 .member .bg-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 134px;
  height: 79px;
  transform: translateX(-50%) skewX(30deg);
}
.ch17 .member h4 {
  line-height: 1.25em;
}
.ch17 .member h4 strong {
  display: block;
}
.ch17 .member1 .bg-img {
  background-image: url('imgs/member-alex-redfern-s.jpg');
}
.ch17 .member2 .bg-img {
  background-image: url('imgs/member-veerle-de-wit-s.jpg');
}
.ch17 .member3 .bg-img {
  background-image: url('imgs/member-pierre-matelart-s.jpg');
}
.ch17 .member4 .bg-img {
  background-image: url('imgs/member-nicolas-bourdon-s.jpg');
}
.ch17 .counter {
  font-size: 60px;
}
.ch17 .bloc7 .sbloc3 table {
  margin-top: 1rem;
}
.ch17 .bloc10 strong {
  display: block;
}
.ch17 .bloc9 .wcol2 {
  width: 12.5rem;
}
/*---------------LOCAL COMMUNITIES--------*/
.ch18 .number {
  font-size: 22px;
}
.ch18 .bg-img1 {
  height: 20rem;
  background-image: url('imgs/18-local-communities.jpg');
  background-color: #f1f2f3;
  background-position: center;
}
.ch18 .bloc2 .rectangle-box-container {
  margin-bottom: 1rem;
  margin-top: -2rem;
}
.ch18 .bloc6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  position: relative;
}
.ch18 .bloc6:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/hachures-grises-verticales.svg');
  position: absolute;
  top: -8px;
  left: -10%;
  width: 108%;
  height: 618px;
  z-index: -1;
}
.ch18 .bloc7 a {
  color: #ffffff;
  text-decoration: none;
}
.ch18 .bloc7 a:hover {
  color: #006ab3;
}
.page-solution .bg-img {
  height: 450px;
  position: relative;
  background-position: center;
}
.page-solution .bg-img:before {
  content: '';
  display: inline-block;
  width: 380px;
  height: 92px;
  position: absolute;
  bottom: -0.3rem;
  left: 3rem;
  background-image: url(imgs/hachures-grises-L.svg);
}
.page-solution h4 {
  position: relative;
  padding-left: 2.5rem;
  margin-top: 2rem;
}
.page-solution h4:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.3rem;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 275px 310px;
  width: 29px;
  height: 30px;
}
.page-solution .txt {
  padding-left: 2.5rem;
}
.page-liveception .bg-img {
  background-image: url('imgs/09-solutions-liveception.jpg');
  background-position: bottom;
}
.page-liveception h4:before {
  background-position: -70px -200px;
}
.page-liveception .readmore-button {
  margin-right: 2rem;
}
.page-mediaception .bg-img {
  background-image: url('imgs/09-solutions-mediaception.jpg');
}
.page-mediaception h4:before {
  background-position: -168px -200px;
}
.page-mediaception .readmore-button {
  margin-right: 2rem;
}
.page-mediainfra .bg-img {
  background-image: url('imgs/09-solutions-mediainfra.jpg');
}
.page-mediainfra h4:before {
  background-position: -37px -200px;
}
.page-powervision .bg-img {
  background-image: url('imgs/09-solutions-powervision.jpg');
}
.page-powervision h4:before {
  background-position: -135px -200px;
}
.page-tmotion .bg-img {
  background-image: url('imgs/solution-tmotion.jpg');
}
.page-tmotion h4:before {
  background-position: -135px -234px;
}
.page-tmotion .readmore-button {
  margin-right: 2rem;
}
/*-----------ADAPTATIONS FR------------*/
.rapport-annuel .ch01 .bloc2 .rectangle-box-2 {
  width: 24rem;
  padding: 1rem 1.5rem;
  left: 1rem;
}
.rapport-annuel .ch01 .bloc2 .rectangle-box-2 .subtitle4:before {
  right: -7.5rem;
}
.rapport-annuel .ch02 .rectangle-box-container .list:before {
  height: 380px;
}
.rapport-annuel .ch02 .rectangle-box-1 {
  padding: 3rem 5rem 3rem 7rem;
}
.rapport-annuel .ch10 .bloc4 .sbloc1:after {
  bottom: -3rem;
}
/*------------RESPONSIVE-----------*/
/*BIGGER SCREENS*/
@media screen and (min-width: 1700px) {
  .ch02 .rectangle-box-container {
    right: -31rem;
  }
  .ch05 .bg-img1,
  .ch13 .bg-img1 {
    height: 500px;
  }
  .ch17 .bloc1 .bg-img1,
  .ch16 .bloc2 .box-full,
  .ch16 .bloc3 .box-full,
  .ch16 .bloc4 .box-full {
    min-height: 500px;
  }
}
@media screen and (min-width: 2000px) {
  .ch03 .bg-img {
    min-height: 500px;
  }
  .firstscreen .anim1 {
    width: 1200px;
    height: 500px;
    bottom: 2.1rem;
  }
  .ch05 .bg-img1,
  .ch13 .bg-img1 {
    height: 650px;
  }
  .ch17 .bloc1 .bg-img1,
  .ch16 .bloc2 .box-full,
  .ch16 .bloc3 .box-full,
  .ch16 .bloc4 .box-full {
    min-height: 600px;
  }
}
/*SMALLER SCREENS*/
@media screen and (max-width: 1400px) {
  .firstscreen {
    height: 45rem;
  }
  .firstscreen .logo {
    top: 10rem;
  }
  .firstscreen .bigtitle {
    top: 15.5rem;
  }
  .firstscreen .img {
    top: 20rem;
    height: 15rem;
  }
  .firstscreen .img img {
    width: 25rem;
  }
  .firstscreen .anim2,
  .firstscreen .anim1 {
    width: 550px;
    height: 100px;
  }
  .firstscreen .anim1 {
    top: -1.3rem;
  }
  .firstscreen .anim2 {
    bottom: -1.3rem;
  }
  .ch01 .bloc1 .interview {
    margin-top: 16rem;
  }
  .ch02 .map {
    width: 88%;
  }
  .ch02 .rectangle-box-container {
    right: -21rem;
  }
  .ch16 .rectangle-box-1 {
    width: 41rem;
    padding: 2rem 4rem 2rem 11rem;
  }
  /*adaptations FR*/
  .rapport-annuel .ch13 .bg-img1 {
    height: 530px;
  }
}
@media screen and (max-width: 1200px) {
  .content {
    width: 92%;
  }
  .wcol2 {
    width: 15%;
  }
  .wcol8 {
    width: 66%;
  }
  .wcol6 {
    width: 48%;
  }
  .wcol5 {
    width: 40%;
  }
  .wcol4 {
    width: 31%;
  }
  .flex.tablet-s-w100 {
    flex-direction: column;
  }
  .flex.tablet-s-w100 > .w50,
  .flex.tablet-s-w100 > .wcol5,
  .flex.tablet-s-w100 > .wcol6,
  .flex.tablet-s-w100 > .w48 {
    width: 100%;
  }
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  header {
    padding: 0.3rem 1.5rem 1rem 1rem;
  }
  header h1 {
    font-size: 13px;
  }
  header > .flex {
    gap: 1rem;
  }
  header .buttons .download-pdf {
    margin-right: 1rem;
  }
  header .buttons .button {
    text-align: center;
    line-height: 1em;
  }
  header .buttons .button:first-of-type {
    width: 12rem;
  }
  header .buttons .button:last-of-type {
    width: 8rem;
  }
  .mainmenu2 .submenu-button {
    display: inline-block;
    width: 55px;
    height: 40px;
    position: absolute;
    right: 1rem;
    top: -0.1rem;
  }
  .mainmenu2 .submenu-button:before {
    content: '';
    display: inline-block;
    background: url('imgs/sprite.svg') no-repeat -195px 0;
    background-size: 275px 310px;
    width: 34px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mainmenu2 > ul > li.active .submenu-button:before {
    background-position: -238px -40px;
  }
  .mainmenu2 > ul > li:hover .submenu-button:before {
    background-position: -238px -40px;
  }
  .ch03 .subtitle br {
    display: none;
  }
  .ch {
    padding: 8rem 0 8rem;
  }
  table tbody td,
  table tbody th {
    padding: 0.3rem;
    text-align: center;
    font-size: 13px;
  }
  table tbody tr td:first-of-type {
    text-align: left;
  }
  table thead th {
    font-size: 13px;
  }
  blockquote .txt {
    font-size: 15px;
  }
  .counter {
    font-size: 100px;
  }
  .margin-t-l {
    margin-top: 4rem;
  }
  .mainmenu2 > ul > li > a {
    text-align: left;
    padding: 0.6rem 1rem 0.6rem 1rem;
  }
  .ch01 .bloc1 .rectangle-box-container {
    width: 69%;
  }
  .ch01 .bloc1 .wcol6 {
    margin-top: -3.7rem;
  }
  .ch01 .bloc1 .rectangle-box-1 {
    padding: 2rem 3rem 2rem 5.5rem;
  }
  .ch01 .bloc2 .rectangle-box-2 {
    width: 19rem;
  }
  .ch02 .map {
    width: 85%;
  }
  .ch02 .points .point5 strong {
    width: 8rem;
  }
  .ch02 .rectangle-box-container:after {
    width: 450px;
    height: 480px;
  }
  .ch02 .rectangle-box-1 {
    padding: 2rem 7rem 3rem 7rem;
  }
  .ch02 .rectangle-box-container {
    top: -3.5rem;
    right: -22rem;
  }
  .ch02 .rectangle-box-container .list li {
    left: -3rem;
  }
  .ch02 .rectangle-box-container .list:before {
    left: 0rem;
    height: 350px;
    width: 310px;
  }
  .ch03 .bg-img {
    min-height: 300px;
  }
  .ch03 .w48 {
    margin-bottom: 1rem;
  }
  .ch03 .text:after {
    bottom: -8rem;
  }
  .ch04 .bg-img1 {
    height: 480px;
    position: relative;
    margin-bottom: 0rem;
    margin-top: 6.1rem;
  }
  .ch04 .bg-img1:after {
    height: 496px;
  }
  .ch06 .bg-img2 {
    margin-bottom: 2rem;
  }
  .ch07 .member h4 {
    width: 9rem;
  }
  .ch07 .bloc3 h3 br {
    display: none;
  }
  .ch08 .bloc2 p br {
    display: none;
  }
  .ch08 .graph1 {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .ch08 .graph1:before {
    width: 22%;
    right: 3%;
  }
  .ch08 .graph1:after {
    top: initial;
    bottom: -1rem;
    right: 1.5rem;
    background-position: 0 -234px;
    width: 52px;
    height: 44px;
  }
  .ch08 .graph-container1 {
    width: 100%;
  }
  .ch08 .graph-container2 {
    width: 100%;
  }
  .ch10 .bloc4 .sbloc1:after {
    bottom: -3rem;
  }
  .ch11 .rectangle-box-1 {
    width: 100%;
  }
  .ch11 .rectangle-box-1:before {
    right: -4rem;
  }
  .ch11 .box-full {
    min-height: 10rem;
  }
  .ch11 .bloc2 .wcol4 {
    width: 48%;
  }
  .ch12 .bloc1 .rectangle-box-1:before {
    right: -4rem;
  }
  .ch12 .bloc4:before {
    left: -11.5%;
    height: 522px;
    top: -7px;
  }
  .ch12 .bloc4 .wcol5,
  .ch12 .bloc4 .wcol4 {
    width: 100%;
  }
  .ch12 .bg-img3,
  .ch12 .bg-img4,
  .ch12 .bg-img5,
  .ch12 .bg-img6 {
    height: 248px;
  }
  .ch13 .bg-img1 {
    height: 530px;
  }
  .ch13 .bloc1 .title {
    margin-bottom: 1rem;
  }
  .ch13 .bloc4 .sbloc1 .schema {
    margin-top: 1rem;
  }
  .ch13 .bloc5 .bullet-list {
    margin-top: 0;
  }
  .ch13 .bloc6 .sbloc1 img {
    width: 9rem;
  }
  .ch15 .bloc2,
  .ch15 .bloc3,
  .ch15 .bloc4 {
    width: 100%;
  }
  .ch15 .bloc1 .sbloc1 {
    margin-bottom: 2rem;
  }
  .ch15 .bg-img2,
  .ch15 .bg-img1,
  .ch15 .bg-img3 {
    height: 25rem;
  }
  .ch16 .rectangle-box-1 {
    margin-left: 0;
    padding: 3rem;
    width: 45%;
  }
  .ch16 {
    padding-bottom: 0;
  }
  .ch16 .bloc2 .box-full {
    padding: 3.125rem 3.125rem 5rem;
  }
  .ch16 .bloc4 {
    flex-direction: column-reverse;
  }
  .ch16 .bloc4 .rectangle-box-2,
  .ch16 .bloc4 .rectangle-box-3 {
    padding: 1rem 3rem 1rem 3rem;
  }
  .ch16 .bloc3 .bg-img,
  .ch16 .bloc4 .bg-img,
  .ch16 .bloc2 .bg-img {
    height: 500px;
  }
  .ch16 .bloc0 > div {
    width: 11rem;
  }
  .ch17 .bloc5 .graph10 {
    width: 80%;
  }
  .ch17 .bloc9 .wcol2 {
    width: 9.5rem;
  }
  .ch18 .bloc6:before {
    left: -11.5%;
    height: 522px;
    top: -7px;
  }
  .ch18 .bloc6 .wcol5,
  .ch18 .bloc6 .wcol4 {
    width: 100%;
  }
  .ch18 .bg-img1 {
    height: 22rem;
  }
  .ch18 .bg-img2 {
    height: 506px;
  }
  .ch18 .bg-img3,
  .ch18 .bg-img4,
  .ch18 .bg-img5,
  .ch18 .bg-img6 {
    height: 248px;
  }
  .rapport-annuel .firstscreen .bigtitle {
    right: 15.3rem;
  }
  .rapport-annuel .ch01 .bloc2 .rectangle-box-2 {
    top: 31.5rem;
    width: 16rem;
    padding: 1rem 2rem;
    left: 3rem;
  }
  .rapport-annuel .ch02 .map {
    margin-top: 7rem;
  }
  .rapport-annuel .ch02 .rectangle-box-container .list:before {
    height: 330px;
  }
  .rapport-annuel .ch02 .rectangle-box-container {
    right: -21rem;
  }
  .rapport-annuel .ch04 .bloc1 .sbloc1:after {
    bottom: -2rem;
  }
  .rapport-annuel .ch13 .bg-img1 {
    height: 560px;
  }
}
@media screen and (max-width: 980px) {
  .wcol5 {
    width: 48%;
  }
  .ch {
    padding: 6rem 0 8rem;
  }
  .subtitle {
    font-size: 30px;
    margin-bottom: 1.2rem;
  }
  .subtitle2 {
    font-size: 20px;
  }
  .margin-b-m {
    margin-bottom: 2rem;
  }
  table tbody td,
  table thead th {
    padding: 0.5rem 0.2rem;
    font-size: 14px;
    line-height: 1.2em;
  }
  .title {
    font-size: 45px;
    line-height: 1;
  }
  .counter {
    font-size: 100px;
  }
  blockquote .txt {
    font-size: 13px;
  }
  .mainmenu2 .submenu-button {
    right: 0;
  }
  header h1 {
    width: 9rem;
    font-size: 10px;
  }
  header .buttons .download-pdf {
    margin-right: 0;
    width: 8.2rem;
    font-size: 10px;
  }
  .rectangle-box-deco:before {
    width: 500px;
    height: 80px;
  }
  .mainmenu2 .submenu-button {
    width: 45px;
  }
  .txt {
    font-size: 0.875rem;
  }
  .firstscreen {
    height: 34rem;
  }
  .firstscreen .logo {
    top: 8rem;
  }
  .firstscreen .logo img {
    width: 10rem;
  }
  .firstscreen .bigtitle {
    top: 12.5rem;
    font-size: 25px;
  }
  .firstscreen .img {
    top: 15.5rem;
    height: 11rem;
  }
  .firstscreen .img img {
    width: 20rem;
  }
  .ch01 .bloc1 {
    margin: 2rem auto 0;
  }
  .ch01 .bloc1 .rectangle-box-container {
    top: -8rem;
    left: -3rem;
    width: 71%;
  }
  .ch01 .bloc1 .subtitle4 {
    font-size: 16px;
  }
  .ch01 .bloc1 .rectangle-box-1 {
    padding: 2rem 2rem 2rem 5rem;
  }
  .ch01 .bloc1 .rectangle-box-2 {
    right: 3rem;
    width: 15.2rem;
  }
  .ch01 .bloc1 .rectangle-box .subtitle4:before {
    left: -7rem;
  }
  .ch01 .bloc1 .bloc1 .interview {
    margin-top: 14rem;
  }
  .ch01 .bloc2 .flex {
    align-items: flex-start;
  }
  .ch01 .bloc2 .rectangle-box-2 {
    left: 0;
    width: 16rem;
    padding: 1rem;
  }
  .ch01 .bloc2 .subtitle4 {
    font-size: 16px;
  }
  .ch02 .map {
    width: 100%;
    margin-left: 0;
    margin-top: 6rem;
    margin-bottom: 21rem;
  }
  .ch02 .rectangle-box-container {
    right: -6rem;
    top: 24rem;
    width: 40rem;
  }
  .ch02 .rectangle-box-container:after {
    width: 350px;
    height: 380px;
    right: 16rem;
    top: -3rem;
    opacity: 0.5;
  }
  .ch02 .rectangle-box-container .list li {
    font-size: 15px;
  }
  .ch02 .rectangle-box-container .list:before {
    height: 320px;
    width: 362px;
  }
  .ch02 .pictos-list {
    row-gap: 2rem;
    flex-wrap: wrap;
  }
  .ch02 .pictos-list li {
    width: 14rem;
  }
  .ch03 .numbers .number1,
  .ch03 .numbers .number2,
  .ch03 .numbers .number3 {
    font-size: 60px;
  }
  .ch03 .w25 {
    width: 30%;
  }
  .ch03 .bg-img8 {
    min-height: 10rem;
  }
  .ch03 .text:after {
    content: none;
  }
  .ch04 .bg-img1 {
    margin-top: 0;
    height: 670px;
  }
  .ch04 .bg-img1:after {
    height: 689px;
  }
  .ch04 .rectangle-box-1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .ch05 .box-full {
    padding: 2rem;
  }
  .ch05 .bg-img1 {
    height: 360px;
  }
  .ch05 .bg-img {
    min-height: 250px;
  }
  .ch06 .bg-img1 {
    margin-right: 0;
  }
  .ch06 .rectangle-box-1 {
    padding: 2rem 4rem 2rem 4rem;
    margin-right: -3rem;
    margin-left: -4rem;
  }
  .ch07 .graph2 .subtitle {
    padding-left: 3rem;
    padding-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 29px;
  }
  .ch07 .category:before {
    transform-origin: left top;
    transform: scale(0.65);
  }
  .ch07 .member .bg-img-container {
    right: -0.5rem;
    top: -0.45rem;
    width: 68px;
    height: 79px;
    z-index: 1;
  }
  .ch07 .member .bg-img {
    width: 126px;
  }
  .ch07 .member h4 {
    width: 8rem;
  }
  .ch08 .bg-img1 {
    height: 350px;
  }
  .ch08 .graph-legend li {
    font-size: 12px;
  }
  .ch09 table tbody td,
  .ch09 table thead th {
    font-size: 12px;
  }
  .ch09 table tr td:first-of-type {
    width: 6rem;
  }
  .ch09 .bloc3 .bg-img1:after {
    top: -0.3rem;
    height: 310px;
  }
  .ch09 .bloc3 .bg-img1,
  .ch09 .bloc3 .bg-img2 {
    height: 300px;
  }
  .ch10 .bg-img1 {
    height: 350px;
  }
  .ch11 .bg-img2 {
    height: 350px;
  }
  .ch12 .bg-img1 {
    height: 350px;
  }
  .ch12 .bloc2 img {
    width: 80%;
  }
  .ch13 .title {
    margin-bottom: 0.5rem;
  }
  .ch13 .box-full {
    padding: 2rem;
  }
  .ch13 .box-full:before {
    top: -4.2rem;
  }
  .ch13 .bloc2 .sbloc4 blockquote {
    margin-top: 4rem;
  }
  .ch14 .bg-img1 {
    height: 350px;
  }
  .ch14 .bg-img2 {
    height: 520px;
  }
  .ch14 .bg-img2:after {
    height: 536px;
  }
  .ch15 .bg-img2,
  .ch15 .bg-img1,
  .ch15 .bg-img3 {
    height: 21rem;
  }
  .ch16 blockquote {
    margin-top: 4.5rem;
  }
  .ch16 .bloc0 {
    flex-wrap: wrap;
    row-gap: 2rem;
    justify-content: center;
    column-gap: 1rem;
  }
  .ch16 .bloc0 > div {
    width: 13rem;
  }
  .ch16 .counter2 {
    align-items: flex-end;
  }
  .ch16 .bloc3 .bloc1 .flex > div:last-of-type {
    width: 25%;
  }
  .ch17 .bloc5 .graph10 {
    width: 100%;
  }
  .ch17 .bloc9 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 5%;
  }
  .ch17 .bloc9 .wcol2 {
    width: 12.5rem;
  }
  .ch18 .bloc2 .bg-img1 {
    height: 10rem;
  }
  .ch18 .bloc2 .rectangle-box-container {
    margin-top: 0;
  }
  .ch18 .bloc2 .rectangle-box-container .rectangle-box {
    padding: 2rem;
  }
  .ch18 .bloc2 .rectangle-box-container .bg-img1 {
    height: 11rem;
  }
  .ch18 .bloc2 .rectangle-box-container .bg-img2 {
    width: 450px;
    height: 330px;
  }
  .rapport-annuel .ch01 .bloc1 .rectangle-box-container {
    width: 81%;
  }
  .rapport-annuel .ch01 .bloc1 .interview {
    margin-top: 13rem;
  }
  .rapport-annuel .ch02 .rectangle-box-container {
    right: -6rem;
  }
  .rapport-annuel .ch02 .rectangle-box-container .list:before {
    height: 320px;
  }
  .rapport-annuel .ch02 .map-legend .flex {
    gap: 2rem;
  }
  .rapport-annuel .ch04 .bloc1 .sbloc1:after {
    bottom: 0;
  }
  .rapport-annuel .ch11 .box-full {
    min-height: 11.2rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 1rem;
  }
  table tbody td {
    text-align: center;
  }
  table tbody td:first-of-type {
    text-align: left;
  }
  .ch {
    padding: 4rem 0 4rem;
  }
  .title {
    font-size: 40px;
    line-height: 1.2em;
  }
  .title2 {
    font-size: 37px;
  }
  .margin-t-l {
    margin-top: 4rem;
  }
  .counter {
    font-size: 85px;
  }
  .flex.tablet-xs-w100 {
    flex-direction: column;
    gap: 1rem;
  }
  .flex.tablet-xs-w100 .w50,
  .flex.tablet-xs-w100 .w48,
  .flex.tablet-xs-w100 .wcol4,
  .flex.tablet-xs-w100 .wcol5,
  .flex.tablet-xs-w100 .wcol6,
  .flex.tablet-xs-w100 .wcol8,
  .flex.tablet-xs-w100 .w33,
  .flex.tablet-xs-w100 .w60 {
    width: 100%;
  }
  .page-solution .bg-img {
    height: 350px;
  }
  .page-solution .bg-img:after {
    width: 90px;
    height: 90px;
    top: -3.5rem;
  }
  .page-solution .bg-img:before {
    width: 300px;
    height: 72px;
  }
  .page-solution .txt {
    padding-left: 0;
  }
  header {
    padding: 0.8rem 5rem 0.8rem 1rem;
  }
  header .buttons .button {
    display: none;
  }
  .menu-button {
    display: block;
    position: fixed;
    right: 1rem;
    top: 0.5rem;
    z-index: 3;
  }
  .mainmenu2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .mainmenu2 > ul {
    padding: 0;
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    overflow-y: auto;
  }
  .mainmenu2 > ul > li {
    font-size: 22px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
  }
  .mainmenu2 > ul > li a {
    padding: 1rem;
    width: 100%;
  }
  .mainmenu2 > ul > li:before {
    content: none;
  }
  .mainmenu2 .button {
    display: block;
  }
  .mainmenu2 .submenu {
    position: initial;
    box-shadow: none;
  }
  .mainmenu2 .submenu-button {
    top: 0.5rem;
  }
  .mainmenu2 > ul > li.active > a,
  .mainmenu2 > ul > li:hover > a {
    background-color: #00aeef;
  }
  .table-of-content .bloc2 .subtitle:last-of-type {
    margin-top: 1.2rem;
  }
  .table-of-content .bloc1 > ul {
    column-count: 2;
  }
  .table-of-content .bloc1 > ul > li {
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
  .rectangle-box-deco:before {
    width: 500px;
    height: 80px;
  }
  blockquote .txt {
    font-size: 15px;
  }
  .ch01 .title {
    text-align: left;
  }
  .ch01 .title br {
    display: none;
  }
  .ch01 .bloc .bg-img {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto 4rem;
  }
  .ch01 .bloc1 .rectangle-box-container {
    position: relative;
    width: 100%;
    margin-top: 3rem;
    top: 0;
  }
  .ch01 .bloc1 .interview {
    margin-top: 3rem;
  }
  .ch01 .bloc1 .rectangle-box-deco:before {
    right: initial;
    left: -11rem;
  }
  .ch01 .bloc1 .rectangle-box-2 {
    right: 2rem;
  }
  .ch01 .bloc2 .rectangle-box-2 {
    left: 2rem;
  }
  .ch02 .map {
    width: 110%;
    margin-left: -5%;
    margin-bottom: 20rem;
  }
  .ch02 .map-legend {
    gap: 2rem;
  }
  .ch02 .pictos-list {
    margin-bottom: 4rem;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .ch02 .pictos-list li {
    width: 30%;
  }
  .ch02 .rectangle-box-container {
    right: -3rem;
    top: 22rem;
  }
  .ch02 .rectangle-box-container .list:before {
    height: 285px;
    top: -5rem;
  }
  .ch02 .rectangle-box-container:after {
    content: none;
  }
  .ch02 .pictos-list li {
    font-size: 16px;
  }
  .ch03 .bg-img {
    min-height: 400px;
  }
  .ch03 .bg-img8 {
    min-height: 10rem;
  }
  .ch03 .numbers .number1,
  .ch03 .numbers .number2,
  .ch03 .numbers .number3 {
    font-size: 60px;
  }
  .ch04 .bloc1 .sbloc1 {
    padding-bottom: 3rem;
  }
  .ch04 .bg-img1 {
    margin-top: 1rem;
    height: 350px;
  }
  .ch04 .bg-img1:after {
    height: 360px;
    top: -0.3rem;
  }
  .ch04 .subtitle4 {
    margin-left: 1.5rem;
  }
  .ch04 .rectangle-box-1.rectangle-box-deco:before {
    right: 0rem;
    width: 500px;
    height: 80px;
  }
  .ch05 .bloc1 {
    gap: 0;
  }
  .ch05 .box-full {
    padding: 3rem 2rem 1rem;
  }
  .ch05 .box-full:before {
    top: -5rem;
    width: 500px;
    height: 80px;
    top: -3.5rem;
  }
  .ch06 .rectangle-box-1 {
    margin-right: 3rem;
  }
  .ch06 .content .flex:first-of-type {
    flex-direction: column-reverse;
  }
  .ch06 .bg-img1 {
    margin-bottom: 0;
    height: 350px;
  }
  .ch06 .bg-img1:after {
    height: 360px;
  }
  .ch06 .bg-img2 {
    margin-bottom: 1rem;
  }
  .ch06 .rectangle-box-deco.rectangle-box-1:before {
    right: 0;
  }
  .ch07 .member h4 {
    width: 100%;
    padding-left: 8rem;
  }
  .ch07 .member .bg-img-container {
    right: initial;
    left: 2rem;
    width: 90px;
  }
  .ch07 .member .bg-img {
    width: 136px;
  }
  .ch08 .bg-img1 {
    height: 350px;
  }
  .ch08 .bg-img1:after {
    width: 500px;
    height: 80px;
    bottom: -2rem;
    right: 2rem;
  }
  .ch08 .graph-container1 {
    margin-left: 0;
  }
  .ch08 .graph-container2 {
    margin-right: 0;
  }
  .ch09 .bloc2 .sbloc5 img {
    width: 12rem;
    margin: 1rem auto;
    display: block;
  }
  .ch09 .bloc3 .bg-img1,
  .ch09 .bloc3 .bg-img2 {
    height: 350px;
  }
  .ch09 .bloc2 .sbloc3 .w40 {
    width: 100%;
  }
  .ch10 .bg-img1 {
    height: 350px;
  }
  .ch10 .bg-img1:after {
    width: 500px;
    height: 80px;
    bottom: -2rem;
    right: 2rem;
  }
  .ch11 .bg-img1 {
    height: 350px;
  }
  .ch11 .bg-img1:after {
    height: 363px;
  }
  .ch11 .bloc0 {
    flex-direction: column-reverse;
  }
  .ch11 .rectangle-box-1:before {
    right: 0;
  }
  .ch11 .bloc2 div {
    margin-bottom: 1rem;
  }
  .ch11 .bg-img2 {
    height: 350px;
  }
  .ch11 .box-full {
    min-height: auto;
  }
  .ch11 .bloc3 .sbloc1 {
    padding-bottom: 3.5rem;
  }
  .ch12 .bloc4:before {
    left: -8.5%;
    height: 361px;
    top: -5px;
  }
  .ch12 .bg-img2 {
    height: 350px;
  }
  .ch12 .bg-img3,
  .ch12 .bg-img4,
  .ch12 .bg-img5,
  .ch12 .bg-img6 {
    height: 170px;
  }
  .ch12 .bloc2 img {
    width: 100%;
    max-width: 19rem;
  }
  .ch12 .bloc5 .sbloc2 {
    padding-bottom: 3rem;
  }
  .ch13 .box-full:before {
    width: 500px;
    height: 80px;
    bottom: -2rem;
    top: -3.5rem;
  }
  .ch13 .bg-img1,
  .ch13 .bg-img2,
  .ch13 .bg-img3,
  .ch13 .bg-img4 {
    height: 350px;
  }
  .ch13 .bg-img4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .ch13 .bg-img4:before {
    width: 500px;
    height: 80px;
    right: 2rem;
  }
  .ch13 .bg-img4:after {
    height: 360px;
    top: -0.3rem;
  }
  .ch13 .bloc2 .sbloc4 img {
    width: 12rem;
  }
  .ch13 .bloc2 .sbloc4 blockquote {
    margin-top: 2rem;
    width: 100%;
  }
  .ch13 .bloc2 .sbloc4 {
    gap: 1rem;
  }
  .ch13 .bloc4 .sbloc1:after {
    content: none;
  }
  .ch13 .bloc6 .sbloc1 img {
    width: 11rem;
  }
  .ch13 .bloc6 .sbloc2 .bg-img5 {
    height: 350px;
  }
  .ch13 .bloc8 .bg-img6 {
    height: 350px;
  }
  .ch13 .bloc9 .bg-img7 {
    height: 350px;
  }
  .ch13 .bloc5 .sbloc1:after {
    content: none;
  }
  .ch14 .bg-img1 {
    height: 350px;
    margin-bottom: 2rem;
  }
  .ch14 .bg-img2 {
    height: 350px;
  }
  .ch14 .bg-img2:after {
    height: 360px;
    top: -0.3rem;
  }
  .ch15 .bg-img2,
  .ch15 .bg-img1,
  .ch15 .bg-img3 {
    height: 17rem;
  }
  .ch15 .bloc1 .sbloc2:after {
    bottom: -0.8rem;
  }
  .ch10 .bloc4 .sbloc1 {
    padding-bottom: 2rem;
  }
  .ch10 .bloc4 .sbloc1:after {
    bottom: 0;
  }
  .ch10 .bg-img1 {
    margin-bottom: 4rem;
  }
  .ch11 .bloc3 .sbloc1:after {
    right: 0;
  }
  .ch16 .rectangle-box-1 {
    padding: 2rem;
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .ch16 .bloc3 .rectangle-box-2,
  .ch16 .bloc4 .rectangle-box-3 {
    padding: 1rem 2rem;
  }
  .ch16 .fright {
    padding: 2rem;
    margin: 1rem auto;
    float: none;
    width: 100%;
  }
  .ch16 .bloc0 > div {
    width: 30%;
  }
  .ch16 blockquote {
    margin-top: 0;
  }
  .ch16 .bloc3 .bg-img,
  .ch16 .bloc4 .bg-img,
  .ch16 .bloc2 .bg-img {
    height: 450px;
  }
  .ch17 .bloc5 .graph10 {
    max-width: 400px;
  }
  .ch17 .bloc9 {
    column-gap: 3rem;
    row-gap: 3rem;
  }
  .ch17 .bloc9 .wcol2 {
    width: 10.5rem;
  }
  .ch18 img {
    max-width: 400px;
    margin: 1rem auto 3rem;
    display: block;
  }
  .ch18 .bloc2 .bg-img1 {
    height: 14rem;
  }
  .ch18 .bloc6:before {
    left: -8.5%;
    height: 361px;
    top: -5px;
  }
  .ch18 .bloc6 .bg-img2 {
    height: 350px;
  }
  .ch18 .bloc6 .bg-img3,
  .ch18 .bloc6 .bg-img4,
  .ch18 .bloc6 .bg-img5,
  .ch18 .bloc6 .bg-img6 {
    height: 170px;
  }
  .rapport-annuel .ch01 .bloc1 .interview {
    margin-top: 3rem;
  }
  .rapport-annuel .ch01 .bloc1 .rectangle-box-container {
    width: 100%;
  }
  .rapport-annuel .ch01 .bloc2 .rectangle-box-2 {
    width: 23rem;
    padding: 1rem 2rem;
  }
  .rapport-annuel .ch02 .rectangle-box-container .list:before {
    height: 286px;
  }
  .rapport-annuel .ch04 .bloc1 .sbloc1:after {
    bottom: 0rem;
  }
  .rapport-annuel .ch10 .bloc4 .sbloc1:after {
    bottom: 0;
  }
  .rapport-annuel .ch11 .bloc2 .box-full h4 br {
    display: none;
  }
  .rapport-annuel .ch11 .box-full {
    min-height: auto;
  }
}
@media screen and (max-width: 655px) {
  .hide-phone {
    display: none;
  }
  .show-phone {
    display: block;
  }
  header .logo {
    width: 4.5rem;
  }
  .counter {
    font-size: 60px;
  }
  .box-full {
    padding: 2rem;
  }
  .phone-w100 {
    flex-direction: column;
    gap: 1rem;
  }
  .phone-w100 > .wcol4,
  .phone-w100 > .wcol5,
  .phone-w100 > .wcol6,
  .phone-w100 > .wcol8,
  .phone-w100 > .w65,
  .phone-w100 > .w25,
  .phone-w100 > .w48,
  .phone-w100 > .w30 {
    width: 100%;
  }
  .rectangle-box-l {
    padding: 2rem 2rem 2rem 2rem;
  }
  .page-solution .bg-img {
    height: 300px;
  }
  .page-solution .bg-img:before {
    width: 300px;
    height: 73px;
    left: 1rem;
  }
  .page-solution .bg-img:after {
    width: 80px;
    height: 80px;
    top: -2.5rem;
  }
  .firstscreen {
    height: 27rem;
  }
  .firstscreen .anim2,
  .firstscreen .anim1 {
    width: 400px;
    height: 80px;
  }
  .firstscreen .logo {
    top: 6rem;
  }
  .firstscreen .logo img {
    width: 8rem;
  }
  .firstscreen .bigtitle {
    top: 9.5rem;
    font-size: 20px;
  }
  .firstscreen .img {
    top: 12.5rem;
    height: 8rem;
  }
  .firstscreen .img img {
    width: 15rem;
  }
  .ch01 .bloc1 .rectangle-box-container {
    left: 0;
  }
  .ch01 .bloc1 .rectangle-box-1 .rectangle-box-content,
  .ch01 .bloc1 .rectangle-box-1 {
    transform: skewX(0deg);
  }
  .ch01 .bloc1 .rectangle-box-1 {
    padding: 2rem;
  }
  .ch01 .bloc1 .rectangle-box-s {
    padding: 1rem;
  }
  .ch01 .bloc1 .rectangle-box-2 {
    width: 14.2rem;
  }
  .ch02 .map {
    margin-top: 8rem;
  }
  .ch02 .rectangle-box-container {
    right: -5rem;
  }
  .ch02 .rectangle-box-container {
    top: 19rem;
  }
  .ch02 .rectangle-box-container:after {
    width: 350px;
    height: 324px;
    right: 1rem;
  }
  .ch03 .bg-img8 {
    min-height: 300px;
    background-position: bottom;
  }
  .ch07 .bloc4 img {
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }
  .ch09 .bloc3 .bg-img1,
  .ch09 .bloc3 .bg-img2 {
    height: 300px;
  }
  .ch12 .bg-img1 {
    height: 350px;
  }
  .ch12 .bloc4:before {
    left: -8.5%;
    height: 360px;
    top: -5px;
  }
  .ch15 .bg-img4 {
    height: 20rem;
  }
  .ch15 .bg-img2,
  .ch15 .bg-img1,
  .ch15 .bg-img3 {
    height: 14rem;
  }
  .ch16 .fright {
    padding: 2rem 1rem;
  }
  .ch16 .bloc3 .box-full {
    padding: 4rem 2rem;
  }
  .ch16 .bloc3 .bloc1 .flex > div:last-of-type {
    width: 70%;
    margin: 1rem auto 0;
  }
  .ch16 .bloc3 .bg-img,
  .ch16 .bloc4 .bg-img,
  .ch16 .bloc2 .bg-img {
    height: 350px;
  }
  .ch16 .bloc2 .box-full {
    padding: 2rem 2rem 4rem 2rem;
  }
  .ch17 .bloc9 {
    column-gap: 5%;
  }
  .ch17 .bloc9 .wcol2 {
    width: 45%;
  }
  .ch17 .bloc1 .bg-img1 {
    height: 350px;
  }
  .ch18 .bloc6:before {
    left: -8.5%;
    height: 360px;
    top: -5px;
  }
  .rapport-annuel .firstscreen .bigtitle {
    right: 1rem;
  }
  .rapport-annuel .ch02 .map {
    margin-top: 9rem;
  }
  .rapport-annuel .ch02 .rectangle-box-container:after {
    top: 1rem;
    right: 0;
  }
  .rapport-annuel .ch13 .bg-img1 {
    height: 350px;
  }
}
@media screen and (max-width: 505px) {
  .phone-s-w100 {
    flex-direction: column;
    gap: 1rem;
  }
  .phone-s-w100 > div {
    width: 100%;
  }
  .table-of-content .bloc1 > ul {
    column-count: 1;
  }
  table tbody td {
    padding: 0.2rem;
  }
  table thead th,
  table tbody td {
    font-size: 0.75rem;
    line-height: 1.2em;
  }
  table .bullet-list li {
    font-size: 0.75rem;
    margin-left: 1rem;
  }
  .title {
    font-size: 37px;
  }
  sup.info span {
    width: 15rem;
  }
  header h1 {
    width: 8.5rem;
  }
  header .buttons .download-pdf:before {
    top: -4px;
  }
  .ch02 .map {
    margin-top: 7rem;
  }
  .ch02 .rectangle-box-container {
    right: -9rem;
  }
  .ch02 .pictos-list li {
    width: 48%;
  }
  .ch02 .map-legend {
    text-align: center;
  }
  .ch03 .bg-img {
    min-height: 300px;
  }
  .ch03 .numbers .number1,
  .ch03 .numbers .number2,
  .ch03 .numbers .number3 {
    font-size: 50px;
  }
  .ch03 .bg-img8 {
    min-height: 251px;
    background-position: bottom right;
  }
  .ch04 .rectangle-box-1 {
    transform: skewX(0deg);
    padding: 2rem;
  }
  .ch04 .rectangle-box-1 {
    width: 100%;
  }
  .ch04 .rectangle-box-1 .rectangle-box-content {
    transform: skewX(0deg);
  }
  .ch04 .bloc1 .sbloc1:after {
    left: 0;
  }
  .ch05 .bloc1 {
    margin: 2rem 0;
  }
  .ch06 .rectangle-box-1 {
    width: 100%;
    transform: skewX(0deg);
  }
  .ch06 .rectangle-box-1 .rectangle-box-content {
    transform: skewX(0deg);
  }
  .ch06 .bg-img2 {
    height: 18rem;
  }
  .ch06 .rectangle-box-1 {
    padding: 2rem 2rem;
    margin-left: 0;
  }
  .ch07 .member .bg-img-container {
    top: -1rem;
  }
  .ch08 .bg-img1:after,
  .ch10 .bg-img1:after,
  .ch11 .bg-img2:after,
  .ch13 .box-full:before,
  .ch05 .box-full:before,
  .ch17 .box-full:before {
    width: 400px;
    height: 70px;
  }
  .ch08 .graph-legend {
    margin-top: 2rem;
    float: none;
  }
  .ch09 .bloc2 .sbloc5 img {
    width: 10rem;
  }
  .ch09 .bloc1 .bg-img0 {
    height: 18rem;
  }
  .ch09 .bloc3 .bg-img1,
  .ch09 .bloc3 .bg-img2 {
    height: 300px;
  }
  .ch15 .bloc1 .sbloc2:after {
    right: 0;
  }
  .ch10 .bg-img2 {
    height: 300px;
  }
  .ch11 .bg-img1:after {
    content: none;
  }
  .ch12 .bloc1 .rectangle-box-1 {
    margin: 1rem auto;
  }
  .ch12 .bg-img2 {
    height: 250px;
  }
  .ch12 .bloc4:before {
    height: 259px;
    top: -4px;
  }
  .ch12 .bg-img3,
  .ch12 .bg-img4,
  .ch12 .bg-img5,
  .ch12 .bg-img6 {
    height: 120px;
  }
  .ch13 .bg-img4:after {
    content: none;
  }
  .ch14 .bg-img1:after {
    width: 300px;
    height: 30px;
  }
  .ch14 .bg-img2:after {
    height: 310px;
  }
  .ch16 .bloc3 .bg-img,
  .ch16 .bloc4 .bg-img,
  .ch16 .bloc2 .bg-img {
    height: 300px;
  }
  .ch16 .rectangle-box-1 {
    width: 100%;
    transform: skew(0deg);
  }
  .ch16 .rectangle-box-1 .rectangle-box-content {
    transform: skewX(0deg);
  }
  .ch17 .bloc1 .bg-img1 {
    height: 300px;
  }
  .ch18 img {
    max-width: 300px;
  }
  .ch18 .bloc6:before {
    height: 259px;
    top: -4px;
  }
  .ch18 .bloc6 .bg-img2 {
    height: 250px;
  }
  .ch18 .bloc6 .bg-img3,
  .ch18 .bloc6 .bg-img4,
  .ch18 .bloc6 .bg-img5,
  .ch18 .bloc6 .bg-img6 {
    height: 120px;
  }
  .rapport-annuel .ch02 .rectangle-box-container {
    right: -8rem;
  }
  .rapport-annuel .ch01 .bloc2 .rectangle-box-2 {
    left: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .page-solution .bg-img:before {
    width: 250px;
    height: 60px;
  }
  .margin-t-m {
    margin-top: 2rem;
  }
  header {
    padding: 0.7rem 4rem 0.7rem 0.8rem;
  }
  header .buttons .download-pdf {
    width: 1.9rem;
    height: 1.7rem;
  }
  header .buttons .download-pdf span {
    display: none;
  }
  .ch02 .rectangle-box-container {
    right: -10.5rem;
  }
  .ch02 .rectangle-box-container .list li {
    font-size: 15px;
  }
  .ch02 .pictos-list li {
    width: 100%;
  }
  .ch02 .rectangle-box-container {
    top: 14rem;
  }
  .ch08 .graph1:after {
    right: 0.5rem;
  }
  .ch13 .bloc2 .sbloc4 {
    flex-direction: column;
    align-items: center;
  }
  .ch11 .bg-img2:after {
    bottom: -2rem;
    left: -2rem;
  }
  .ch14 .bg-img2 {
    height: 300px;
  }
  .ch16 .counter2 {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .ch16 .counter2 .wcol4 {
    width: 100%;
  }
  .ch16 .bloc3 .bg-img,
  .ch16 .bloc4 .bg-img,
  .ch16 .bloc2 .bg-img {
    height: 220px;
  }
  .ch16 .bloc3 .rectangle-box-2 p.txt,
  .ch16 .bloc4 .rectangle-box-3 p.txt {
    font-size: 12px;
  }
  .ch16 .bloc3 .rectangle-box-2,
  .ch16 .bloc4 .rectangle-box-3 {
    padding: 1rem 1rem;
  }
  .ch18 .bg-img1 {
    height: 18rem;
  }
  .rapport-annuel .ch02 .rectangle-box-container {
    right: -9.8rem;
  }
  .rapport-annuel .ch13 .bg-img1 {
    height: 300px;
  }
  .rapport-annuel .ch01 .bloc2 .rectangle-box-2 {
    width: 14rem;
    padding: 1rem 1.5rem;
    top: 25rem;
    left: 2rem;
  }
}
@media screen and (max-width: 420px) {
  blockquote .txt {
    font-size: 14px;
  }
  .title {
    font-size: 35px;
  }
  sup.info span {
    font-size: 10px;
    width: 11rem;
  }
  .ch {
    padding: 4rem 0rem 6rem;
  }
  .subtitle {
    font-size: 26px;
  }
  .subtitle1 {
    font-size: 22px;
  }
  .subtitle2 {
    font-size: 18px;
  }
  .subtitle3 {
    font-size: 20px;
  }
  .ch04 .bg-img1,
  .ch05 .bg-img,
  .ch06 .bg-img1,
  .ch08 .bg-img1,
  .ch09 .bloc3 .bg-img1,
  .ch09 .bloc3 .bg-img2,
  .ch10 .bg-img1,
  .ch11 .bg-img1,
  .ch11 .bg-img2,
  .ch12 .bg-img1,
  .ch13 .bg-img1,
  .ch13 .bg-img2,
  .ch13 .bg-img3,
  .ch13 .bg-img4,
  .ch13 .bg-img4,
  .ch14 .bg-img1,
  .ch17 .bg-img1,
  .ch17 .bg-img3 {
    height: 300px;
  }
  .ch16 .bloc3 .bg-img,
  .ch16 .bloc4 .bg-img,
  .ch16 .bloc2 .bg-img {
    height: 250px;
  }
  .firstscreen {
    height: 22rem;
  }
  .firstscreen .logo {
    top: 5rem;
  }
  .firstscreen .img {
    top: 9.5rem;
  }
  .firstscreen .img img {
    width: 12rem;
  }
  .firstscreen .bigtitle {
    font-size: 18px;
    letter-spacing: 8px;
    top: 8.2rem;
  }
  .ch01 .bloc .title {
    margin-bottom: 2rem;
  }
  .ch01 .bloc .bg-img {
    height: 450px;
    margin: 0 auto 2rem;
  }
  .ch01 .bloc .bg-img:after {
    height: 465px;
  }
  .ch01 .rectangle-box .subtitle4:before {
    height: 70px;
    width: 70px;
  }
  .ch01 .bloc1 .rectangle-box-2 {
    padding: 1rem;
    right: 2rem;
  }
  .ch01 .bloc2 .rectangle-box-2 {
    top: 26rem;
    left: 2rem;
  }
  .ch01 .bloc2 .rectangle-box-2 .subtitle4:before {
    right: -5.5rem;
  }
  .ch02 .map {
    margin-top: 8rem;
    margin-bottom: 23rem;
  }
  .ch02 .points li p {
    font-size: 13px;
  }
  .ch02 .rectangle-box-container {
    right: -6.5rem;
    width: 32rem;
    top: 13rem;
  }
  .ch02 .rectangle-box-container:after {
    content: none;
  }
  .ch02 .rectangle-box-container .subtitle2 {
    margin-left: 6rem;
  }
  .ch02 .rectangle-box-container .list:before {
    height: 300px;
  }
  .ch04 .bg-img1:after {
    height: 310px;
  }
  .ch06 .bg-img1:after {
    height: 309px;
  }
  .ch09 .bloc1 .sbloc3:after {
    content: none;
  }
  .ch09 .bloc2 table {
    transform: scale(0.9);
    transform-origin: left;
  }
  .ch11 .box-full {
    padding: 1.5rem;
    min-height: auto;
  }
  .ch11 .bloc3 .sbloc1 {
    padding-bottom: 0;
  }
  .ch11 .bloc3 .sbloc1:after {
    content: none;
  }
  .ch16 .bloc0 {
    flex-direction: column;
    column-gap: initial;
    row-gap: 3rem;
  }
  .ch16 .bloc0 > div {
    width: 70%;
  }
  .ch16 .bloc0 .subtitle2 {
    margin-bottom: 0.8rem;
  }
  .ch16 .bloc2 .bg-img {
    height: 220px;
  }
  .ch17 .bg-img3:after {
    height: 309px;
  }
  .ch17 .bloc9 {
    flex-direction: column;
    align-items: center;
    row-gap: 4rem;
    column-gap: 0;
  }
  .ch17 .bloc9 .subtitle2 {
    font-size: 21px;
  }
  .ch17 .bloc9 .wcol2 {
    width: 80%;
  }
  .ch18 .bg-img1 {
    height: 16rem;
  }
  .rapport-annuel .ch02 .rectangle-box-container {
    right: -6.8rem;
  }
  .rapport-annuel .ch02 .rectangle-box-container .list:before {
    height: 340px;
  }
  .rapport-annuel .ch01 .bloc2 .rectangle-box-2 .subtitle4:before {
    right: -6.5rem;
  }
  .rapport-annuel .ch02 .map {
    margin-bottom: 24rem;
  }
  footer .copyright p {
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  table thead th,
  table tbody td {
    font-size: 0.7rem;
  }
  header .logo {
    width: 4rem;
  }
  header h1 {
    font-size: 8px;
    width: 7rem;
  }
  .ch04 .bg-img1,
  .ch05 .bg-img,
  .ch06 .bg-img1,
  .ch08 .bg-img1,
  .ch09 .bloc3 .bg-img1,
  .ch09 .bloc3 .bg-img2,
  .ch10 .bg-img1,
  .ch11 .bg-img1,
  .ch11 .bg-img2,
  .ch12 .bg-img1,
  .ch13 .bg-img1,
  .ch13 .bg-img2,
  .ch13 .bg-img3,
  .ch13 .bg-img4,
  .ch13 .bg-img4,
  .ch14 .bg-img1,
  .ch17 .bg-img1,
  .ch17 .bg-img3 {
    height: 250px;
  }
  .ch01 .bloc1 .subtitle4,
  .ch01 .bloc2 .subtitle4 {
    font-size: 14px;
  }
  .ch01 .bloc1 .rectangle-box-2 {
    width: 13.2rem;
    right: 2rem;
  }
  .ch01 .bloc1 .rectangle-box .subtitle4:before {
    left: -6rem;
  }
  .ch01 .bloc2 .rectangle-box-2 {
    width: 14rem;
  }
  .ch02 .rectangle-box-container {
    right: -7rem;
    width: 31rem;
    top: 13rem;
  }
  .ch04 .bg-img1:after {
    height: 260px;
  }
  .ch06 .bg-img1:after {
    height: 260px;
  }
  .ch08 .number {
    font-size: 32px;
  }
  .ch08 .with-number {
    padding-left: 5.3rem;
  }
  .ch09 .bloc2 table {
    transform: scale(0.8);
    transform-origin: left;
  }
  .ch09 .bloc3 .bg-img1:after {
    top: -0.3rem;
    height: 259px;
  }
  .ch15 .bloc1 .sbloc2 .rectangle-box-container p.align-j {
    text-align: left;
  }
  .ch18 .rectangle-box-l {
    padding: 2rem 2rem 1.5rem 2rem;
  }
  .ch18 .rectangle-box-l p {
    font-size: 14px;
  }
  .rapport-annuel .ch02 .rectangle-box-container .list:before {
    top: -5rem;
    height: 354px;
    left: -1rem;
  }
  .rapport-annuel .ch02 .map {
    margin-bottom: 27rem;
  }
  .rapport-annuel .ch02 .rectangle-box-container {
    right: -6.8rem;
  }
}
