@font-face {
  font-family: "Open Sans";
  src: url("/public/assets/fonts/OpenSans-Light.woff2") format('woff2'), url("/public/assets/fonts/OpenSans-Light.woff") format('woff');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/public/assets/fonts/OpenSans-Regular.woff2") format('woff2'), url("/public/assets/fonts/OpenSans-Regular.woff") format('woff');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/public/assets/fonts/OpenSans-Medium.woff2") format('woff2'), url("/public/assets/fonts/OpenSans-Medium.woff") format('woff');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/public/assets/fonts/OpenSans-SemiBold.woff2") format('woff2'), url("/public/assets/fonts/OpenSans-SemiBold.woff") format('woff');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/public/assets/fonts/OpenSans-Bold.woff2") format('woff2'), url("/public/assets/fonts/OpenSans-Bold.woff") format('woff');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/public/assets/fonts/OpenSans-ExtraBold.woff2") format('woff2'), url("/public/assets/fonts/OpenSans-ExtraBold.woff") format('woff');
  font-weight: 800;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  overflow-x: hidden !important;
}
body {
  position: relative;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}
h1 {
  text-transform: uppercase;
  margin: 5px 0px 24px;
  font-size: 1.6em;
  color: #1d1d1b;
  font-weight: 300;
}
h2 {
  text-transform: uppercase;
  color: #414141;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 1.2em;
}
h3 {
  text-transform: uppercase;
  color: #1d1d1b;
  font-size: 1em;
}
p {
  color: #414141;
}
.bold {
  font-weight: 800;
}
.container-90 {
  width: 90%;
  margin: 0 auto;
}
.container-2 {
  width: 90%;
  margin: 0 auto;
}
.container-full {
  width: 100%;
}
.container-padding {
  padding-left: 5%;
  padding-right: 5%;
}
.container-padding-left {
  padding-left: 5%;
}
.container-padding-right {
  padding-right: 5%;
}
.container-mobile {
  width: 90%;
}
.flex-row {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-switch {
  display: flex;
  flex-direction: column;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
  row-gap: 30px;
  column-gap: 30px;
}
.banner {
  position: relative;
}
.banner .background {
  height: 380px;
  max-width: unset;
  object-fit: cover;
}
.banner .banner-content {
  position: absolute;
  left: 5%;
  top: 10%;
}
.banner .banner-content p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2em;
}
hr {
  background-color: #001949;
  color: #001949;
  height: 12px;
  max-width: 170px;
  border: unset;
}
.hr-container {
  display: flex;
  align-items: center;
}
.hr-container span {
  font-size: 1.2em;
  font-weight: 600;
}
img {
  width: 100%;
  height: auto;
  max-width: fit-content;
  display: block;
}
a {
  text-decoration: unset;
  display: inline-block;
  max-width: fit-content;
  transition: background-color 0.3s ease-in, color 0.2s ease-in;
  cursor: pointer;
}
.btn {
  color: #ffffff;
  padding: 6px 48px;
  border: 2px solid transparent;
  border-radius: 24px;
  text-decoration: none;
  background-color: #001949;
  text-transform: uppercase;
  display: inline-block;
}
.btn:hover {
  background-color: transparent;
  color: #172e59;
  border: 2px solid #172e59;
}
.btn-2 {
  color: #ffffff;
  padding: 10px 48px;
  border: 2px solid transparent;
  border-radius: 24px;
  text-decoration: none;
  background-color: #001949;
  text-transform: uppercase;
  display: inline-block;
}
.btn-2:hover {
  background-color: transparent;
  color: #172e59;
  border: 2px solid #172e59;
}
.btn-3 {
  color: #ffffff;
  padding: 0.3em 1.8em;
  border: 2px solid transparent;
  border-radius: 15px;
  text-decoration: none;
  background-color: #001949;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}
.btn-3:hover {
  background-color: transparent;
  color: #172e59;
  border: 2px solid #172e59;
}
.img-desktop {
  display: none;
}
.break {
  display: block;
}
input,
textarea {
  display: block;
  margin-bottom: 5px;
  border: 0px;
  padding: 20px;
}
input::placeholder,
textarea::placeholder {
  color: #1d1d1b;
  opacity: 1;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 12px;
}
input[type="submit"] {
  margin-top: 30px;
}
ul {
  list-style-position: inside;
  list-style-type: square;
}
main ul {
  text-indent: -16px;
  margin-left: 16px;
}
.message__success {
  display: block;
  padding: 10px 12px;
  background-color: #ddfad9;
  border: 1px solid #288d1b;
  color: #288d1b;
}
.message__error {
  display: block;
  padding: 10px 12px;
  background-color: #f8d7da;
  border: 1px solid #8d1b1b;
  color: #8d1b1b;
}
.section-intro > .container-90 {
  width: 100%;
  flex-direction: column-reverse;
}
.section-intro > .container-90 .col-1 h1 {
  margin: 20px 0px 20px;
  text-align: center;
}
.section-intro > .container-90 .col-1 h1 .bold {
  font-weight: 800;
  display: block;
}
.section-intro > .container-90 .col-1 .btn {
  margin-top: 30px;
}
.section-intro > .container-90 .col-2 img {
  max-width: 300px;
  margin: auto;
}
.section-description {
  background-color: #edebeb;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.section-description .container-90 .col-1 h2 {
  font-weight: 800;
  margin-bottom: 0;
}
.section-description .container-90 .col-1 .flex-row {
  align-items: center;
  column-gap: 10px;
}
.section-description .container-90 .col-1 p {
  margin-top: 25px;
}
.section-description .container-90 .col-2 h2 {
  margin-bottom: 20px;
}
.section-description .container-90 .col-2 h3 {
  margin-top: 30px;
  font-size: 1em;
  font-weight: 800;
  text-transform: none;
  color: #414141;
}
.section-description .container-90 .col-2 ul {
  margin-top: 10px;
  margin-bottom: 15px;
}
.section-description .container-90 .col-2 ul li {
  color: #414141;
}
.section-description .container-90 .col-2 .ul-div {
  margin-top: 40px;
}
.section-domaine {
  margin-top: 30px;
  padding-bottom: 40px;
}
.section-domaine .container-90 .col-1 h2 {
  font-weight: 800;
}
.section-domaine .container-90 .col-1 .flex-row {
  align-items: center;
}
.section-domaine .container-90 .col-1 .btn-2 {
  margin-top: 40px;
}
.section-domaine .container-90 .col-2 {
  margin-top: 50px;
}
.section-domaine .container-90 .col-2 ul {
  margin-bottom: 15px;
}
.section-domaine .container-90 .col-2 p {
  margin-bottom: 30px;
}
.section-domaine .container-90 li {
  color: #414141;
}
.section-service {
  margin-top: 30px;
  padding-bottom: 40px;
}
.section-service li {
  color: #414141;
}
.section-service .container-90 .col-1 h2 {
  font-weight: 800;
}
.section-service .container-90 .col-1 .flex-row {
  align-items: center;
}
.section-service .container-90 .col-1 .btn-2 {
  margin-top: 40px;
}
.section-service .container-90 .col-2 {
  margin-top: 50px;
}
.section-service .container-90 .col-2 p {
  margin-bottom: 30px;
}
.section-service .row-2 {
  margin-top: 40px;
}
.section-service .row-2 .grid-container {
  row-gap: 30px;
}
.section-service .row-2 .grid-container h3 {
  color: #414141;
  text-transform: none;
}
.section-service .row-2 .grid-container ul {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.section-service .row-2 .btn-2 {
  margin-top: 40px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-50 {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 1.8em;
  }
  .section-intro {
    margin-bottom: 70px;
  }
  .section-intro .flex-switch {
    flex-direction: row;
    align-items: center;
  }
  .section-intro .flex-switch .col-1,
  .section-intro .flex-switch .col-2 {
    width: 50%;
  }
  .section-intro .flex-switch .col-1 h1 {
    text-align: left;
  }
  .section-intro .flex-switch .col-2 img {
    max-width: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .banner .background {
    height: auto;
    object-fit: unset;
    max-width: unset;
  }
  .banner .banner-content {
    top: 42%;
  }
  .banner .banner-content p {
    font-size: 2.5em;
  }
  .section-intro {
    margin-bottom: 0;
  }
  .section-intro .flex-switch .col-2 {
    width: 47%;
  }
  .section-intro > .container-90 {
    justify-content: space-between;
    align-items: center;
  }
  .section-intro > .container-90 .col-1 h1 {
    margin-top: 0;
  }
  .section-description {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .section-description .container-90 {
    column-gap: 25px;
    justify-content: space-between;
  }
  .section-description .container-90 h2 {
    font-size: 1.6em;
  }
  .section-description .container-90 .col-1 {
    width: 50%;
  }
  .section-description .container-90 .col-1 h2 {
    margin-bottom: 15px;
  }
  .section-description .container-90 .col-1 .flex-row {
    column-gap: 29px;
  }
  .section-description .container-90 .col-2 {
    width: 50%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .section-description .container-90 .col-2 .ul-div {
    margin-top: 0;
  }
  .section-description.avec-icon .container-90 .col-1 h2 {
    margin-bottom: 0;
  }
  .section-domaine {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .section-domaine .container-90 {
    column-gap: 25px;
  }
  .section-domaine .container-90 h2 {
    font-size: 1.6em;
  }
  .section-domaine .container-90 .col-1 {
    width: 50%;
  }
  .section-domaine .container-90 .col-2 {
    width: 50%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
  .section-service {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .section-service .container-90 {
    column-gap: 25px;
  }
  .section-service .container-90 h2 {
    font-size: 1.6em;
  }
  .section-service .container-90 .col-1 {
    width: 50%;
  }
  .section-service .container-90 .col-2 {
    width: 50%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
  .flex-switch {
    flex-direction: row;
  }
  h1 {
    font-size: 2.7em;
  }
  h2 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1500px) {
  .container-2 {
    width: 82%;
    margin: 0 auto;
  }
  h1 {
    font-size: 3.3em;
  }
  h2 {
    font-size: 2em;
  }
  .banner .banner-content {
    left: 5%;
  }
  .banner .banner-content p {
    left: 4%;
  }
  .section-intro > .container-90 .col-1 .btn {
    margin-top: 40px;
  }
  .section-description {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .section-description.avec-icon .container-90 {
    padding-bottom: 200px;
  }
  .section-description.avec-icon .container-90 .col-1 img {
    min-width: 100px;
  }
  .section-description.avec-icon .container-90 .col-2 ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  .section-description .container-90 h2 {
    font-size: 2em;
  }
  .section-description .container-90 .col-1 {
    width: 40%;
  }
  .section-description .container-90 .col-2 h3 {
    font-size: 0.95em;
  }
  .section-domaine {
    padding-top: 90px;
    padding-bottom: 108px;
  }
  .section-domaine .container-90 h2 {
    font-size: 2em;
  }
  .section-domaine .container-90 .col-1 h2 {
    width: 79%;
  }
  .section-domaine .container-90 .col-1 .btn-2 {
    margin-top: 100px;
  }
  .section-service {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .section-service .container-90 h2 {
    font-size: 2em;
  }
  .section-service .container-90 .col-1 h2 {
    width: 79%;
    margin-bottom: 45px;
  }
  .section-service .row-2 {
    margin-top: 56px;
  }
  .section-service .row-2 .btn-2 {
    margin-top: 134px;
  }
}
.header {
  width: 100%;
  top: 0px;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  margin: auto;
}
.header > .menu_mobile {
  display: block;
}
.header > .menu_desktop {
  display: none;
}
.header > .menu_desktop > ul {
  margin: 1em 0px;
}
.header .header__logo {
  min-width: 140px;
  max-width: 140px;
}
.header a {
  color: #172e59;
  text-decoration: none;
  text-transform: uppercase;
}
.header a:hover {
  color: #1d1d1b;
}
.header ul {
  display: flex;
  justify-content: right;
  padding: 0px;
  list-style: none;
}
.header ul > li {
  padding: 15px;
  position: relative;
}
.header ul > li > .invisible-div {
  position: absolute;
  padding-bottom: 32px;
  bottom: -16px;
  width: 85%;
}
.header ul > li > ul {
  flex-direction: column;
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
}
.header ul > li > ul > li {
  /* padding: 0px; */
  background-color: #003764;
}
.header ul > li:hover > ul {
  display: flex;
  width: 100%;
}
.header__logo img {
  max-height: 100%;
  max-width: 100%;
}
#icon-hamburgler {
  width: 20px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#icon-hamburgler > span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #172e59;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#icon-hamburgler > span:nth-child(1) {
  top: 0px;
}
#icon-hamburgler > span:nth-child(2),
#icon-hamburgler > span:nth-child(3) {
  top: 6px;
}
#icon-hamburgler > span:nth-child(4) {
  top: 12px;
}
#icon-hamburgler.open > span:nth-child(1),
#icon-hamburgler.open > span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}
#icon-hamburgler.open > span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#icon-hamburgler.open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_mobile__nav {
  display: flex;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
  transform: translateY(-200%);
  z-index: 98;
  position: absolute;
}
.menu_mobile__nav.toggled {
  transform: translateY(0);
}
.menu_mobile__nav a {
  text-decoration: none;
  text-transform: uppercase;
}
.menu_mobile__nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.menu_mobile__nav > ul {
  flex: 0 0 100%;
  background-color: #ffffff;
}
.menu_mobile__nav > ul > li:not(:last-child) {
  border-bottom: solid 1px #1d1d1b;
}
.menu_mobile__nav > ul > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_mobile__nav > ul > li a:hover > div {
  color: #ca0b1c;
}
.menu_mobile__nav > ul > li a > div {
  padding: 15px;
  background-color: #ffffff;
  color: #1d1d1b;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
}
.menu_mobile__nav > ul > li a > div.link-arrow {
  background-color: #ca0b1c;
  color: #ffffff;
  font-size: 24px;
}
.menu_mobile__nav > ul > li a > div.link-arrow:hover {
  background-color: #9a0815;
}
.menu_mobile__nav > ul > li a > div > span {
  font-weight: bold;
}
.menu_mobile__nav > ul > li a.nav-back-link > div.link-arrow {
  flex-grow: 1;
}
.expandable__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #ffffff;
  transition: 0.3s;
  visibility: hidden;
}
.expandable__content > li:not(:last-child) {
  border-bottom: solid 1px #1d1d1b;
}
.expandable__content > li > a {
  background-color: #ffffff;
}
.expandable__content > li > a.nav-back-link {
  background-color: #ca0b1c;
  color: #ffffff;
}
.expandable__content > li > a.nav-back-link:hover {
  background-color: #9a0815;
}
.expandable.expanded .expandable__content {
  transform: translateX(0);
  visibility: visible;
}
@media only screen and (min-width: 1024px) {
  .header {
    width: 100%;
    padding: 15px 0px 15px 5%;
    align-items: center;
  }
  .header .menu_mobile {
    display: none;
  }
  .header > .menu_desktop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0 5% 0 30px;
    align-items: end;
    background-color: #ffffff;
  }
  .header > .menu_desktop > ul {
    margin-bottom: 0px;
    margin-top: 0px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .header > .menu_desktop li hr {
    width: 0;
    height: 8px;
    opacity: 0;
    background-color: #172e59;
    transition: all 0.3s ease-in;
    border: 0;
  }
  .header > .menu_desktop li:hover hr {
    width: 62%;
    opacity: 1;
  }
  .header > .menu_desktop li > a {
    display: block;
    border-bottom: 4px solid #ffffff;
  }
  .header > .menu_desktop li > a > span {
    display: block;
    font-weight: bold;
  }
  .header > .menu_desktop ul.actif {
    display: block;
  }
  .header > .home {
    position: absolute;
    top: 0px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .header__logo {
    min-width: 150px;
    max-width: 150px;
  }
  .header .header__logo a img {
    width: 100%;
  }
  .menu_mobile__nav {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .header .header__logo {
    width: 100%;
    min-width: 200px;
    max-width: 230px;
    margin-right: 120px;
  }
  .header .header__logo a {
    max-width: unset;
    width: 100%;
  }
  .header .header__logo a img {
    width: 100%;
  }
  .header ul > li {
    padding: 2px 15px;
    font-size: 0.95em;
  }
  .header > .menu_desktop {
    width: 80%;
    flex-direction: row;
    align-items: center;
  }
  .header > .menu_desktop > ul {
    margin-bottom: 1em;
    margin-top: 1em;
    width: 74%;
    margin-left: auto;
    min-width: 1000px;
  }
  .header > .menu_desktop > ul .push-left {
    margin-left: auto;
  }
}
footer {
  text-align: center;
}
footer > .col-1 {
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding: 60px 5% 0 5%;
}
footer > .col-1 > .row-1 {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-bottom: 60px;
}
footer > .col-1 > .row-1 > .col-1 p,
footer > .col-1 > .row-1 > .col-1 a {
  color: #1d1d1b;
}
footer > .col-1 > .row-1 > .col-1 a:hover {
  color: #001949;
}
footer > .col-1 > .row-1 > .col-2 {
  display: flex;
  gap: 70px;
  flex-direction: column;
}
footer > .col-1 > .row-1 > .col-2 h3 {
  font-weight: 800;
}
footer > .col-1 > .row-1 > .col-2 > div {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 24px;
}
footer > .col-1 > .row-1 > .col-2 > div > div {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
footer > .col-1 > .row-1 > .col-2 > div > div > div {
  display: flex;
  flex-direction: column;
}
footer > .col-1 > .row-1 > .col-2 > div > div > div img {
  margin-bottom: 15px;
  max-width: 150px;
  align-self: center;
}
footer > .col-1 > .row-1 > .col-2 > div > div > div .btn-red-3 {
  align-self: center;
}
footer > .col-1 > .row-1 .footer__logo {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
footer > .col-1 > .row-1 .footer__logo img {
  max-height: 100%;
  max-width: 100%;
}
footer > .col-1 > .row-2 {
  display: flex;
  gap: 15px;
  flex-direction: column;
  font-size: 0.8em;
}
footer > .col-1 > .row-2 h3 {
  font-weight: 800;
}
footer > .col-1 > .row-2 div,
footer > .col-1 > .row-2 a {
  color: #2b2929;
}
footer > .col-1 > .row-2 a:hover {
  color: #001949;
}
footer > .col-2 img {
  max-width: 200px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  footer > .col-1 > .row-1 > .col-2 {
    flex-direction: row;
    justify-content: center;
  }
  footer > .col-1 > .row-1 > .col-2 > div > div {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  footer > .col-2 img {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  footer {
    display: flex;
    padding: 60px 0 0;
    text-align: inherit;
    justify-content: space-between;
  }
  footer > .col-1 {
    margin-bottom: 0;
  }
  footer > .col-1 > .row-1 {
    flex-direction: row;
    align-items: center;
  }
  footer > .col-1 > .row-1 > .col-2 {
    flex-direction: row;
    z-index: 1;
  }
  footer > .col-1 > .row-1 > .col-2 h3 {
    font-size: 1.5em;
  }
  footer > .col-1 > .row-1 > .col-2 > div > div {
    flex-direction: row;
  }
  footer > .col-1 > .row-1 .footer__logo {
    width: 50%;
    max-width: 200px;
    margin-left: unset;
    margin-right: unset;
  }
  footer > .col-1 > .row-1 .addresse {
    margin-top: 20px;
  }
  footer > .col-1 > .row-2 {
    flex-direction: row;
    gap: 26px;
    z-index: 1;
  }
  footer > .col-2 img {
    position: absolute;
    right: 0%;
    max-width: 425px;
    bottom: -16%;
  }
}
@media only screen and (min-width: 1500px) {
  footer > .col-1 {
    width: 72%;
    padding-right: 0;
  }
  footer > .col-1 > .row-1 > .col-2 {
    margin-left: auto;
  }
  footer > .col-1 > .row-2 {
    margin-top: 8%;
    font-size: 0.9em;
  }
  footer > .col-2 img {
    position: static;
    max-width: fit-content;
  }
}
input[name="name"] {
  display: none;
}
label[for="cv"] {
  cursor: pointer;
  display: flex;
  column-gap: 12px;
  max-width: fit-content;
}
label[for="cv"]:hover {
  color: #414141;
}
input[type="file"] {
  display: none;
}
input::placeholder,
textarea::placeholder {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.form-error {
  color: red;
  font-weight: bold;
  margin-bottom: 12px;
}
.input-error {
  border: 3px solid red !important;
}
.fields-error {
  color: red;
  font-weight: bold;
}
.message-success {
  display: block;
  padding: 10px 12px;
  background-color: #ddfad9;
  border: 1px solid #288d1b;
  color: #288d1b;
}
.message-error {
  display: block;
  padding: 10px 12px;
  border: 1px solid red;
  color: red;
  background-color: #ffcfcf;
  width: fit-content;
}
button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.uploaded-files {
  margin-top: 14px;
}
.anim-opacity {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.4s ease-in;
  transition-delay: var(--delay, 0s);
}
.anim-opacity.actif {
  opacity: 1;
  transform: none;
}
.anim-translate {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.3s ease-in;
  transition-delay: var(--delay, 0s);
}
.anim-translate.actif {
  opacity: 1;
  transform: none;
}
.anim-only-opacity {
  opacity: 0;
  transition: all 0.4s ease-in;
  transition-delay: var(--delay, 0s);
}
.anim-only-opacity.actif {
  opacity: 1;
}
#cookies-configuration-link {
  cursor: pointer;
}
.cookies-action-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  /* margin-top: 1rem; */
  gap: 1rem;
  flex-shrink: 0;
}
.cookies_popup p {
  text-align: left;
  color: white;
}
.page-link {
  color: white !important;
}
.cookies_popup li {
  font-size: 1rem;
}
.cookies-container {
  flex-direction: column;
  color: black;
}
.cookies-modal {
  position: relative;
  z-index: 999999999999;
  background-color: #fff;
  padding: 32px;
  width: 100%;
  height: auto;
  max-width: 700px;
  box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.cookies-modal > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookies-modal > div h1 {
  margin: 0;
  font-size: 1.3rem;
}
.cookies-modal .popup-title {
  color: black;
}
#cookies-modal-close-button {
  background-color: transparent;
  border: none;
  width: auto;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cookies-modal-configuration-list {
  margin-top: 30px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  color: black;
  height: 80%;
}
.cookies-modal-list-item {
  width: 100%;
  position: relative;
  column-gap: 20px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.cookies-modal-list-item:last-of-type {
  border-bottom: 0;
}
.cookies-toggle-heading {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: black;
}
.cookies-modal-list-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookies-toggle-checkbox {
  display: none;
}
.cookies-toggle-label {
  flex-shrink: 0;
  width: 60px;
  height: 34px;
  background-color: #ccc;
  border-radius: 34px;
  display: block;
  cursor: pointer;
  position: relative;
  transition: background-color 0.4s;
  margin: 0 auto;
}
.cookies-toggle-checkbox:disabled ~ .cookies-toggle-label {
  cursor: not-allowed;
}
.cookies-toggle-checkbox:checked ~ .cookies-toggle-label {
  background-color: #001949;
}
.cookies-toggle-label::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: transform 0.4s;
}
.cookies-toggle-checkbox:checked ~ .cookies-toggle-label::before {
  transform: translateX(26px);
}
.cookies-toggle-text {
  display: block;
  color: black;
}
.cookies-modal > button {
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #001949;
  border-radius: 24px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.cookies-banner-close {
  transition: transform 500ms ease-in-out;
  transform: translateY(100%);
}
.cookies-configuration-modal {
  transition: opacity 500ms ease-in-out;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 9999999999;
}
.cookies-modal-animate-open {
  transition: opacity 500ms ease-in-out;
  opacity: 1;
}
.cookies-modal-animate-close {
  transition: opacity 500ms ease-in-out;
  opacity: 0;
}
#cookies-consent-banner {
  display: none;
  padding: 1rem 2rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
  background-color: #2b2929;
  box-sizing: border-box;
  z-index: 999999999;
}
.cookies-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.cookies_popup button {
  border-radius: 20px;
}
#cookies-configuration-button {
  box-sizing: border-box;
  color: black;
  background-color: #fff;
  border: 2px solid black;
  padding: 12px 32px;
  min-width: 165px;
  cursor: pointer;
}
#cookies-decline-button {
  box-sizing: border-box;
  cursor: pointer;
  color: #ca0b0f;
  background-color: #fff;
  border: 2px solid #ca0b0f;
  padding: 12px 32px;
  min-width: 165px;
}
#cookies-accept-button {
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  /* Text-color */
  background-color: #001949;
  padding: 12px 32px;
  min-width: 165px;
  border: 1px solid white;
}
@media (min-width: 1024px) {
  .cookies-action-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .cookies-container {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 640px) {
  .cookies_popup .cookies-modal {
    width: 70%;
  }
  .popup-title {
    font-size: 1.3rem;
  }
}
@media (min-width: 420px) {
  .cookies_popup .cookies-modal {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .cookies_popup li {
    font-size: 90%;
  }
}
body.home .section-banner h1,
body.home .section-banner h2 {
  color: #ffffff;
}
body.home .section-banner h2 {
  font-weight: 300;
}
body.home .section-banner .banner-content {
  width: 90%;
  display: flex;
  flex-direction: column-reverse;
}
body.home .section-intro {
  margin-top: 40px;
}
body.home .section-intro .container-90 .col-1 {
  margin-top: 25px;
}
body.home .section-services {
  background-image: url("/public/assets/images/webp/home/tole-acier-mb.webp");
  padding-bottom: 40px;
  margin-top: 50px;
  padding-top: 32px;
}
body.home .section-services h2 {
  color: #ffffff;
  margin-bottom: 14px;
  font-size: 1.6em;
}
body.home .section-services .grid-container {
  margin-top: 50px;
  row-gap: 30px;
  column-gap: 30px;
}
body.home .section-services .grid-container .service {
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 420px;
  padding-bottom: 20px;
  border-radius: 0 40px 0 0;
}
body.home .section-services .grid-container .service > div {
  width: 90%;
  max-width: 320px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
body.home .section-services .grid-container .service > div .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home .section-services .grid-container .service > div .title-container hr {
  width: 100%;
  height: 3px;
  margin-top: 12px;
}
body.home .section-services .grid-container .service > div img {
  margin: auto;
}
body.home .section-services .grid-container .service > div .fleche {
  margin-top: 30px;
  align-self: center;
}
body.home .section-services .grid-container .service > div .fleche img {
  transition: transform 0.2s ease-in;
}
body.home .section-services .grid-container .service > div .fleche:hover img {
  transform: rotate(90deg);
}
body.home .section-services .grid-container .service > div h3 {
  text-align: center;
  font-size: 0.9em;
  font-weight: 800;
  color: #282828;
}
body.home .section-services .grid-container .service > div p {
  text-align: center;
  margin-top: 16px;
  color: #282828;
}
body.home .section-carriere .flex-switch .col-1 img {
  width: 90%;
  max-width: 600px;
  margin-top: 30px;
  margin: 30px auto 0 auto;
}
body.home .section-carriere .flex-switch .col-2 {
  margin-top: 40px;
}
body.home .section-carriere .flex-switch .col-2 h2 {
  color: #282828;
}
body.home .section-carriere .flex-switch .col-2 hr {
  max-width: 170px;
}
body.home .section-carriere .flex-switch .col-2 p {
  margin-top: 30px;
}
body.home .section-carriere .flex-switch .col-2 ul {
  margin-top: 20px;
}
body.home .section-carriere .flex-switch .col-2 ul li {
  font-weight: 800;
  color: #282828;
}
body.home .section-carriere .flex-switch .col-2 .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  body.home .section-intro .container-90 .col-1 {
    margin-top: 0;
  }
  body.home .section-services .grid-container .service {
    height: 450px;
  }
  body.home .section-services .grid-container .service > div {
    max-width: unset;
  }
}
@media only screen and (min-width: 1024px) {
  body.home .section-banner h2 {
    margin-bottom: 0;
  }
  body.home .section-banner .banner-content {
    width: fit-content;
    top: 35%;
  }
  body.home .section-services {
    background-image: url("/public/assets/images/webp/home/tole-acier.webp");
    padding-bottom: 80px;
  }
  body.home .section-services h2 {
    font-size: 2.4em;
  }
  body.home .section-services .grid-container .service {
    height: unset;
  }
  body.home .section-services .grid-container .service > div {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  body.home .section-services .grid-container .service > div .fleche {
    margin-top: auto;
    margin-left: auto;
  }
  body.home .section-carriere .flex-switch .col-1 {
    width: 50%;
  }
  body.home .section-carriere .flex-switch .col-1 img {
    width: 100%;
    max-width: unset;
  }
  body.home .section-carriere .flex-switch .col-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 1500px) {
  body.home h1 {
    font-size: 3.6em;
  }
  body.home .section-banner .banner-content {
    left: 14%;
  }
  body.home .section-banner .banner-content h2 {
    font-size: 2em;
  }
  body.home .section-intro {
    margin-top: 0;
  }
  body.home .section-services {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 256px;
  }
  body.home .section-services h2 {
    font-size: 4.7em;
  }
  body.home .section-services .grid-container {
    margin-top: 90px;
    grid-template-columns: repeat(auto-fit, minmax(360px, 0.27fr));
    justify-content: space-between;
  }
  body.home .section-services .grid-container .service {
    height: 404px;
    padding-bottom: 26px;
    margin: 0;
    max-width: unset;
  }
  body.home .section-services .grid-container .service > div {
    width: 80%;
  }
  body.home .section-services .grid-container .service > div img {
    margin-top: 0;
  }
  body.home .section-services .grid-container .service > div p {
    height: 120px;
  }
  body.home .section-services .grid-container .service > div .fleche {
    margin-top: auto;
  }
  body.home .section-services .grid-container .service > div .fleche img {
    margin-right: 5%;
  }
  body.home .section-carriere .flex-switch .col-1 img {
    margin-top: 0;
  }
  body.home .section-carriere .flex-switch .col-2 {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
  body.home .section-carriere .flex-switch .col-2 h2 {
    font-size: 5em;
    margin-bottom: 10px;
  }
  body.home .section-carriere .flex-switch .col-2 .btn {
    margin-top: 45px;
  }
}
.page-carriere .section-joindre {
  padding-bottom: 90px;
  background-color: #edebeb;
}
.page-carriere .section-joindre > .container-90 .row-1 {
  padding-top: 30px;
}
.page-carriere .section-joindre > .container-90 .row-1 h2 {
  margin-bottom: 18px;
  font-weight: 800;
  text-transform: none;
  color: #1d1d1b;
}
.page-carriere .section-joindre > .container-90 .row-2 {
  margin-top: 44px;
}
.page-carriere .section-joindre > .container-90 .row-2 .grid-container {
  row-gap: 44px;
  column-gap: 20px;
  grid-template-columns: 1fr;
}
.page-carriere .section-joindre > .container-90 .row-2 .grid-container .liste h3 {
  margin-bottom: 12px;
  color: #030405;
  font-weight: 800;
}
.page-carriere .section-joindre > .container-90 .row-2 .grid-container .liste ul {
  row-gap: 20px;
  list-style: inside;
  text-indent: -15px;
  margin-left: 15px;
}
.page-carriere .section-form {
  background-color: #edebeb;
}
.page-carriere .section-form > .container-90 .row-1 h2 {
  font-weight: 800;
  color: #040607;
}
.page-carriere .section-form > .container-90 .row-2 form .row .input-container {
  margin-bottom: 20px;
}
.page-carriere .section-form > .container-90 .row-2 form .upload-row {
  margin-top: 20px;
}
.page-carriere .section-form > .container-90 .row-2 form #button-submit {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .page-carriere .section-joindre > .container-90 .row-1 h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-carriere .section-joindre > .container-90 .row-1 p {
    max-width: 680px;
  }
  .page-carriere .section-joindre > .container-90 .row-2 {
    margin-top: 70px;
  }
  .page-carriere .section-joindre > .container-90 .row-2 .grid-container {
    grid-template-columns: repeat(2, 0.4fr);
    column-gap: 46px;
  }
  .page-carriere .section-joindre > .container-90 .row-2 .grid-container .liste h3 {
    margin-bottom: 20px;
  }
  .page-carriere .section-form > .container-90 .row-1 h2 {
    font-size: 1.8em;
  }
  .page-carriere .section-form > .container-90 .row-2 form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1500px) {
  .page-carriere .section-joindre {
    padding-bottom: 100px;
  }
  .page-carriere .section-joindre > .container-90 .row-1 {
    padding-top: 110px;
  }
  .page-carriere .section-joindre > .container-90 .row-1 h2 {
    font-size: 2.2em;
  }
  .page-carriere .section-joindre > .container-90 .row-2 {
    margin-top: 90px;
  }
  .page-carriere .section-joindre > .container-90 .row-2 .grid-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 130px;
  }
  .page-carriere .section-joindre > .container-90 .row-2 .grid-container .liste h3 {
    font-size: 1.5em;
  }
  .page-carriere .section-form > .container-90 .row-1 h2 {
    font-size: 1.6em;
  }
  .page-carriere .section-form > .container-90 .row-2 {
    margin-top: 45px;
  }
  .page-carriere .section-form > .container-90 .row-2 form #button-submit {
    margin-top: 40px;
    margin-bottom: 64px;
  }
  .page-carriere .section-form > .container-90 .row-2 form .upload-row {
    margin-top: 20px;
  }
}
.page-contact .section-bureaux {
  background-color: #edebeb;
  padding-bottom: 90px;
}
.page-contact .section-bureaux > .container-90 > h2 {
  text-transform: none;
  font-weight: 800;
}
.page-contact .section-bureaux > .container-90 .row-1 {
  padding-top: 30px;
}
.page-contact .section-bureaux > .container-90 .row-1 h2 {
  margin-bottom: 32px;
  font-weight: 800;
  color: #040607;
}
.page-contact .section-bureaux > .container-90 .row-1 a {
  display: block;
  color: #1d1d1b;
}
.page-contact .section-bureaux > .container-90 .row-1 .adresse:hover {
  color: #414141;
}
.page-contact .section-bureaux > .container-90 .row-1 .telephone {
  font-size: 1.3em;
  color: #1d1d1b;
  font-weight: 800;
  margin-top: 16px;
}
.page-contact .section-bureaux > .container-90 .row-1 .telephone:hover {
  color: #414141;
}
.page-contact .section-bureaux > .container-90 .row-1 .telephone p {
  color: #0e0e0d;
}
.page-contact .section-bureaux > .container-90 .row-1 .courriel:hover {
  color: #414141;
}
.page-contact .section-bureaux > .container-90 .row-1 .politique {
  margin-top: 6px;
}
.page-contact .section-bureaux > .container-90 .row-2 {
  margin-top: 44px;
}
.page-contact .section-form {
  background-color: #edebeb;
}
.page-contact .section-form > .container-90 .row-1 h3 {
  font-size: 24px;
  font-weight: 800;
  color: #040607;
}
.page-contact .section-form > .container-90 .row-2 form .row .input-container {
  margin-bottom: 20px;
}
.page-contact .section-form > .container-90 .row-2 form #button-submit {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .page-contact .section-bureaux > .container-90 .row-1 h2 {
    font-size: 1.8em;
  }
  .page-contact .section-bureaux > .container-90 .row-1 .telephone {
    font-size: 1.5em;
  }
  .page-contact .section-bureaux > .container-90 .row-2 {
    margin-top: 70px;
  }
  .page-contact .section-form > .container-90 .row-1 h3 {
    font-size: 1.8em;
  }
  .page-contact .section-form > .container-90 .row-2 form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .page-contact .section-form > .container-90 .row-2 form .textarea-container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1500px) {
  .page-contact .section-bureaux > .container-90 .row-1 {
    padding-top: 110px;
  }
  .page-contact .section-bureaux > .container-90 .row-1 h2 {
    font-size: 2.2em;
  }
  .page-contact .section-bureaux > .container-90 .row-2 {
    margin-top: 90px;
  }
  .page-contact .section-form > .container-90 .row-2 {
    margin-top: 18px;
  }
  .page-contact .section-form > .container-90 .row-2 form #button-submit {
    margin-top: 0px;
    margin-bottom: 150px;
  }
}
.page-politique main {
  padding-bottom: 84px;
}
.page-politique main .section1 {
  padding-bottom: 50px;
}
.page-politique main section {
  padding-bottom: 23px;
}
.page-politique main h1 {
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 0;
}
.page-politique main h2 {
  font-size: 1.2em;
  margin-bottom: 0;
}
.page-politique main h2,
.page-politique main h1 {
  padding-bottom: 10px;
}
.page-politique main .responsable {
  margin-top: 60px;
}
.page-politique main .responsable h3 {
  font-size: 1.2em;
  margin-top: 10px;
}
.page-politique main .responsable a {
  text-decoration: none;
  color: black;
}
@media only screen and (min-width: 1024px) {
  .page-politique main {
    padding-top: 50px;
  }
  .page-politique main h1 {
    font-size: 2em;
  }
  .page-politique main h2 {
    font-size: 1.5em;
  }
  .page-politique main #politique-confidentialite .responsable {
    padding-bottom: 76px;
  }
}
.error404 main {
  padding-top: 40px;
  padding-bottom: 200px;
}
.error404 main p {
  color: black;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .error404 main {
    padding-top: 50px;
    padding-bottom: 378px;
  }
  .error404 main p {
    font-size: 2em;
  }
}
.accordeon {
  border-radius: 8px;
  /*overflow: hidden;*/
}
.accordeon_item {
  width: 100%;
  /*overflow: hidden;*/
}
.accordeon_item label {
  margin: 0px;
  color: #414141;
}
.accordeon_item input.accordeon_item_chk {
  display: none;
}
.accordeon_item input.accordeon_item_chk ~ .accordeon_item_content {
  transition: max-height 0.75s ease-out;
  display: flex;
  max-height: 0px;
  overflow: hidden;
  margin-left: 40px;
}
.accordeon_item input.accordeon_item_chk:checked + .accordeon_item_label {
  background: #ffffff;
}
.accordeon_item input.accordeon_item_chk:checked + .accordeon_item_label::before {
  content: "\f107";
}
.accordeon_item input.accordeon_item_chk:checked ~ .accordeon_item_content {
  max-height: 3000px;
  border-top: 2px solid #ca0b1c;
}
.accordeon_item_label {
  display: flex;
  align-items: center;
  background: #ffffff;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.accordeon_item_label::before {
  content: "\f105";
  font-family: 'FontAwesome';
  padding: 10.5px 0px;
  width: 1.8em;
  text-align: center;
  transition: all 0.35s ease-out;
  color: #ca0b1c;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  font-size: 1.3em;
  width: 40px;
}
.accordeon_item_content {
  background: #ffffff;
  transition: all .35s;
}
.accordeon_item_content ol,
.accordeon_item_content ul {
  margin-left: 1em;
  margin-bottom: 15px;
}
.accordeon_item_content ol > li,
.accordeon_item_content ul > li {
  margin-bottom: 15px;
}
.accordeon_item_content ol ul {
  margin-top: 15px;
}
.accordeon_item_content ul {
  list-style-type: '- ';
}
.accordeon_item_content ul li {
  margin-left: 1em;
}
.accordeon_item_content b {
  font-weight: bold;
}
.accordeon_item:last-child .accordeon_item_content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
