/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-tabs {
  background: #ffffff;
  border: 1px solid #dddddd;
}
.g-tabs .uk-tab {
  border-color: #dddddd;
}
.g-tabs .uk-tab > li > a {
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: #000000;
  text-shadow: none;
  padding: 20px 25px !important;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
.g-tabs .uk-tab > li > a:hover {
  color: #000000;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-tabs .uk-tab > li > a {
    padding: 20px 15px !important;
  }
}
.g-tabs .uk-tab > li.uk-active > a {
  color: #000000;
}
.g-tabs .uk-tab > li .g-title-icon {
  margin-right: 10px;
}
.g-tabs .uk-tab .uk-tab-responsive {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive > a {
  cursor: pointer;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown {
  margin: 0;
  font-size: 0.9rem;
  border-color: #dddddd;
  padding: 0;
  border-radius: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a {
  padding: 15px 25px;
  color: #000000;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:before {
  border: none;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:hover {
  background: #f8f8f8;
  box-shadow: none;
}
.g-tabs .uk-tab-grid {
  margin: 0;
}
.g-tabs .uk-tab-grid:before {
  border-color: #dddddd;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav {
    width: auto;
  }
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav > a {
  border-right: none;
  border-left: 1px solid #dddddd;
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav:first-child > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav:first-child > a {
  border-left: none;
}
.g-tabs .uk-tab-top {
  border-bottom: 1px solid #dddddd;
}
.g-tabs .uk-tab-top .g-tab-nav > a {
  border-right: 1px solid #dddddd;
}
.g-tabs .uk-tab-top .g-tab-nav > a:before {
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-top .g-tab-nav.uk-active > a:before {
  border-top-color: #ffffff;
}
.g-tabs .uk-tab-bottom {
  border-top: 1px solid #dddddd;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a {
  border-right: 1px solid #dddddd;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a:before {
  border-bottom: 3px solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-bottom .g-tab-nav.uk-active > a:before {
  border-bottom-color: #ffffff;
}
.g-tabs .uk-tab-left .g-tab-nav > a {
  border-top: 1px solid #dddddd;
}
.g-tabs .uk-tab-left .g-tab-nav > a:before {
  border-left: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.g-tabs .uk-tab-left .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-left .g-tab-nav.uk-active > a:before {
  border-left-color: #ffffff;
}
.g-tabs .uk-tab-right .g-tab-nav > a {
  border-top: 1px solid #dddddd;
}
.g-tabs .uk-tab-right .g-tab-nav > a:before {
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.g-tabs .uk-tab-right .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-right .g-tab-nav.uk-active > a:before {
  border-right-color: #ffffff;
}
.g-tabs .tabs-content {
  overflow: hidden;
}
.g-tabs .tabs-content.uk-margin {
  margin-bottom: 0;
}
.g-tabs .tabs-content p {
  margin-bottom: 0;
}
.g-tabs .tabs-content .button {
  margin-top: 25px;
}
.g-tabs .tabs-content.left {
  padding: 35px;
  margin-left: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.left {
    margin-left: 0;
  }
}
.g-tabs .tabs-content.left p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.right {
  padding: 35px;
  margin-right: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.right {
    margin-right: 0;
  }
}
.g-tabs .tabs-content.right p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.top {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.top > li {
  margin: 0;
}
.g-tabs .tabs-content.bottom {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.bottom > li {
  margin: 0;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #ffffff;
  background: #990000;
}
#g-header {
  background: #990000;
  padding: 35px 0;
  border-bottom: 1px solid #000;
  margin: 0;
  z-index: 999;
}
.dj-megamenu-modern li a.dj-up_a {
  display: block;
  height: 60px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
  transition: color 0.2s ease-out;
}
.dj-megamenu-modern li a.dj-up_a > span span.name {
  display: block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
}
.dj-megamenu-modern li a.dj-up_a > span.dj-drop {
  padding: 0 10px;
}
.dj-megamenu-default li.hover div.dj-subwrap {
  padding: 10px;
}
.imagemenu {
  color: #000;
  padding-bottom: 5px;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
}
#dj-megamenu883 li:hover div.dj-subwrap li:hover > div.dj-subwrap > .dj-subwrap-in, #dj-megamenu883 li:hover div.dj-subwrap li.hover > div.dj-subwrap > .dj-subwrap-in, #dj-megamenu883 li.hover div.dj-subwrap li:hover > div.dj-subwrap > .dj-subwrap-in, #dj-megamenu883 li.hover div.dj-subwrap li.hover > div.dj-subwrap > .dj-subwrap-in {
  background: #aaa;
  padding: 20px;
}
#dj-megamenu964 li:hover div.dj-subwrap li:hover > div.dj-subwrap > .dj-subwrap-in, #dj-megamenu964 li:hover div.dj-subwrap li.hover > div.dj-subwrap > .dj-subwrap-in, #dj-megamenu964 li.hover div.dj-subwrap li:hover > div.dj-subwrap > .dj-subwrap-in, #dj-megamenu964 li.hover div.dj-subwrap li.hover > div.dj-subwrap > .dj-subwrap-in {
  background: #aaa;
  padding: 20px;
}
@media only screen and (min-width: 770px) and (max-width: 1059px) {
  .dj-megamenu-modern li a.dj-up_a > span span.name {
    font-size: 12px;
  }
  .dj-megamenu-modern li a.dj-up_a > span.dj-drop {
    padding: 0 2px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1149px) {
  .dj-megamenu-modern li a.dj-up_a > span span.name {
    font-size: 13px;
  }
  .dj-megamenu-modern li a.dj-up_a > span.dj-drop {
    padding: 0 2px;
  }
}
@media only screen and (min-width: 1150px) and (max-width: 1200px) {
  .dj-megamenu-modern li a.dj-up_a > span span.name {
    font-size: 14px;
  }
  .dj-megamenu-modern li a.dj-up_a > span.dj-drop {
    padding: 0 2px;
  }
}
.dj-megamenu-modern.dj-fa-no .arrow:before {
  content: "";
  border: solid #fff;
  border-width: 0 0px 0px 0;
  display: inline-block;
  padding: 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 10px;
}
.g-content {
  margin: 0;
  padding: 0;
}
#g-Slideshow {
  background: #990000;
  width: 100%;
  overflow: hidden;
  /* Évite les débordements */
  text-transform: uppercase;
}
/* Media Queries */
@media (min-width: 1500px) and (max-width: 3000px) {
  #g-Slideshow {
    height: 500px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  #g-Slideshow {
    height: 450px;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  #g-Slideshow {
    height: 350px;
  }
}
@media (min-width: 350px) and (max-width: 799px) {
  #g-Slideshow {
    height: 250px;
  }
}
#g-fildenavigation {
  color: #ffffff;
  font-size: 14px;
  background: #990000;
  padding: 20px 0px;
  margin-top: 0px;
}
#g-fildenavigation .g-content {
  margin: 0rem;
  padding: 0rem;
}
#g-fildenavigation .breadcrumb {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0px;
}
#g-fildenavigation .breadcrumb-item.active {
  color: #ffffff;
}
#g-fildenavigation .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
#g-fildenavigation .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background: none;
}
#g-fildenavigation img {
  width: 18px;
  height: 12px;
  display: inline-block;
}
#g-fildenavigation div.mod-languages .btn-group .btn {
  flex: none;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 800;
  background: #cc1a1b;
}
#g-fildenavigation div.mod-languages .dropdown-menu {
  padding: 0.5rem 0;
  background: #990000;
  border: 1px solid #000000;
  font-size: 13px;
  font-weight: 800;
}
#g-fildenavigation div.mod-languages .dropdown-menu a:hover {
  background: #000000;
}
#g-fildenavigation div.mod-languages ul li.lang-active {
  background-color: #CC1A1B;
  color: #FFFFFF;
  font-size: 14px;
}
#g-fildenavigation a {
  color: #ffffff;
}
#g-fildenavigation ul, #g-fildenavigation ol, #g-fildenavigation dl {
  margin-top: 5px;
}
#g-fildenavigation textarea, #g-fildenavigation input[type="text"], #g-fildenavigation input[type="password"], #g-fildenavigation input[type="datetime"], #g-fildenavigation input[type="datetime-local"], #g-fildenavigation input[type="date"], #g-fildenavigation input[type="month"], #g-fildenavigation input[type="time"], #g-fildenavigation input[type="week"], #g-fildenavigation input[type="number"], #g-fildenavigation input[type="email"], #g-fildenavigation input[type="url"], #g-fildenavigation input[type="search"], #g-fildenavigation input[type="tel"], #g-fildenavigation input[type="color"], #g-fildenavigation .uneditable-input {
  background-color: #CC1A1B;
  border: 1px solid #000000;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  color: #FFFFFF;
  width: 220px;
  height: 35px;
  font-size: 15px;
  font-weight: 800;
  float: right;
}
#g-main {
  min-height: 520px;
  font-size: 12px;
  /* Mobile */
  /* Mini écran */
  /* Desktop & tablette */
  /* TITRES + PARAGRAPHES */
  /* BLOCS */
  /* BOUTON */
  /* IMAGES - responsive avec aspect-ratio */
  /* Titre principal */
  /* Sous-titre niveau 2 */
  /* Sous-titre niveau 3 */
  /*---------------*/
  /***** Milo *****/
  /*---------------*/
}
#g-main .size-75 {
  flex: 0 75%;
  width: 75%;
  padding: 0px 20px;
  margin-right: auto;
  margin-left: auto;
}
#g-main .g-content {
  margin: 0;
  padding: 0;
}
#g-main img {
  aspect-ratio: 1 / auto;
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff2') format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff2') format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff2') format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  src: url('../../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontAwesome";
  src: url('../../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontAwesome";
  src: url('../../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arimo";
  src: url('../../fonts/arimo/Arimo-Regular.woff') format("woff");
  font-display: swap;
}
#g-main .non-visible {
  content-visibility: auto;
}
@media only all and (min-width: 1201px) and (max-width: 3000px) {
  #g-main .g-container {
    width: 70rem;
  }
}
@media only all and (min-width: 1100px) and (max-width: 1200px) {
  #g-main .g-container {
    width: 65rem;
  }
}
@media only all and (min-width: 950px) and (max-width: 1099px) {
  #g-main .g-container {
    width: 60rem;
  }
}
@media only all and (min-width: 770px) and (max-width: 949px) {
  #g-main .g-container {
    width: 45rem;
  }
}
@media only all and (min-width: 350px) and (max-width: 769px) {
  #g-main .g-container {
    width: 22rem;
  }
}
#g-main h1, #g-main h2, #g-main h3, #g-main h4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: #000000;
}
#g-main h1 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  min-height: 40px;
}
#g-main h2 {
  font-size: 17px;
  /* ~24px */
  padding-bottom: 10px;
}
#g-main h3 {
  font-size: 16px;
  /* ~20px */
  text-align: center;
  text-transform: uppercase;
}
#g-main h4 {
  font-size: 14px;
  /* ~16px */
}
#g-main hr {
  border: 1px solid #900;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
#g-main table, #g-main tr, #g-main td {
  border-collapse: collapse;
  border: none;
}
#g-main .bt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", system-ui, sans-serif;
}
@media screen and (max-width: 767px) {
  #g-main .bt {
    margin: 0 auto;
  }
  #g-main .bt1, #g-main .bt2 {
    width: 22rem;
    margin: 0 auto;
  }
  #g-main .bt2 {
    order: -1;
  }
}
@media screen and (max-width: 300px) {
  #g-main .bt1, #g-main .bt2 {
    width: 18rem;
    padding: 5px;
    margin: 0 auto;
  }
}
@media only all and (min-width: 768px) {
  #g-main .bt1, #g-main .bt2 {
    width: 50%;
    padding: 20px;
    margin: 0 auto;
  }
  #g-main .bt2 {
    order: -1;
  }
}
#g-main .bt h1 {
  font-size: 1.25rem;
  /* 20px */
  color: #111;
  font-weight: 700;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
#g-main .bt h2 {
  font-size: 1rem;
  /* 16px */
  color: #111;
  font-weight: 700;
  padding-bottom: 5px;
  text-align: left;
  line-height: 1.5;
}
#g-main .bt h3 {
  font-size: 0.875rem;
  /* 14px */
  color: #111;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0;
}
#g-main .bt p {
  padding: 0;
  margin: 5px 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #111;
}
#g-main .bt img {
  aspect-ratio: 1 / auto;
}
#g-main .bt p a {
  color: #111;
}
#g-main .bt p a:hover {
  color: #111;
}
#g-main .bt1, #g-main .bt2 {
  height: 100%;
  margin-bottom: 20px;
}
#g-main .btn {
  font-size: 0.8125rem;
  /* 13px */
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #990000;
  padding: 10px;
  display: inline-block;
  margin: 20px;
  border-radius: 5px;
  text-transform: none;
  font-family: "Roboto", system-ui, sans-serif;
}
#g-main .btn:hover {
  background: #CC1A1B;
  color: #fff;
}
#g-main .btn a:hover {
  color: #fff;
}
#g-main .btn-group {
  display: flex;
  justify-content: center;
}
#g-main img.responsive-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 1;
  display: block;
  margin: 0 auto;
}
#g-main .img-center250 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 250px;
}
#g-main .convertforms {
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #g-main .platform-content.container {
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  #g-main .platform-content.container {
    max-width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#g-main .f1 {
  background-color: #CC1A1B;
}
#g-main .f2 {
  background-color: #91702D;
}
#g-main .f3 {
  background-color: #CCC;
}
#g-main .f0 {
  background-color: #000;
  text-align: center;
}
#g-main .D1 {
  background-color: #FFF;
  padding: 5px;
}
#g-main .s1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #FFF;
  background: #CC1A1B;
  padding: 5px 0px;
  text-align: center;
}
#g-main .s2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  border: 1px solid #990000;
  padding: 2px;
  text-align: center;
}
#g-main .s3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}
#g-main .ts {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #FFF;
  background: #91702d;
  padding: 5px 0px;
  text-align: center;
}
#g-main .tsc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #FFF;
  background: #CC1A1B;
  padding: 5px 0px;
  text-align: center;
}
#g-main .tsd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #FFF;
  background: #000000;
  padding: 5px 0px;
  text-align: center;
}
#g-main .taq {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  border: 1px solid #FFF;
  background: #cccccc;
  padding: 5px 0px;
  text-align: center;
}
#g-main .t1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background: #000;
  padding: 10px;
  text-align: center;
}
#g-main .i1 {
  border: 1px solid #990000;
  padding: 10px;
  text-align: center;
  color: #000;
}
#g-main .div-colonne1 {
  column-width: 300px;
  column-count: 1;
  text-align: center;
}
#g-main .div-colonne1 img {
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#g-main .div-colonne1 h2 {
  color: #ffffff;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  word-spacing: normal;
  text-align: center;
}
#g-main .div-colonne1 h3 {
  color: #ffffff;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}
#g-main .div-colonne2 {
  column-width: 300px;
  column-count: 2;
  text-align: center;
}
#g-main .div-colonne2 img {
  padding: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#g-main .div-colonne2 h3 {
  color: #000000;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}
#g-main .div-colonne3 {
  column-width: 200px;
  column-count: 3;
  text-align: center;
}
#g-main .div-colonne3 img {
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#g-main .div-colonne3 h3 {
  color: #ffffff;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}
#g-main .div-colonne4 {
  column-count: 4;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: row;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
#g-main .div-colonne4 a {
  text-align: center;
}
#g-main .div-colonne4 h2 {
  color: #ffffff;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  word-spacing: normal;
  text-align: center;
}
#g-main .div-colonne4 h3 {
  color: #ffffff;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}
#g-main .div-colonne4b {
  column-width: 230px;
  column-count: 4;
  text-align: center;
}
#g-main .div-colonne4b img {
  padding: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#g-main .div-colonne4b a {
  text-align: center;
}
#g-main .div-colonne4b h2 {
  color: #ffffff;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  word-spacing: normal;
  text-align: center;
}
#g-main .div-colonne4b h3 {
  color: #ffffff;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}
#g-main .table-responsive {
  padding: 4px;
  overflow-x: auto;
}
#g-main .div-responsive {
  margin: 0;
  width: 90%;
  min-width: 350px;
  max-width: 600px;
}
#g-main .div-sidebar {
  padding: 0px;
  text-align: center;
  margin-top: 20px;
}
#g-main .div-sidebar h3 {
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
#g-main .page {
  margin: 10px auto;
  padding: 20px;
  width: 100%;
  font-family: "Roboto", system-ui, sans-serif;
}
#g-main .page h1 {
  text-align: center;
  line-height: 1.5;
  text-transform: none;
  font-size: 1.5625rem;
  /* 25px */
  font-weight: 700;
  padding: 0 0 20px 0;
  margin: 0;
  color: #111;
}
#g-main .page h2 {
  text-align: left;
  line-height: 1.8;
  color: #111;
  font-size: 0.9375rem;
  /* 15px */
  font-weight: 400;
  margin: 15px 0;
}
#g-main .page h3 {
  text-align: left;
  text-transform: none;
  text-decoration: underline;
  font-size: 0.9375rem;
  /* 15px */
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #111;
}
#g-main .page p {
  text-align: left;
  line-height: 1.8;
  color: #111;
  font-size: 0.9375rem;
  font-weight: 300;
  margin: 15px 0;
}
#g-main .page a {
  color: #111;
  text-decoration: none;
}
#g-main .page a:hover {
  color: #990000;
  font-weight: 700;
  text-decoration: underline;
}
#g-main .cgv {
  padding: 20px;
  width: 90%;
  margin: 0 auto;
  font-family: "Roboto", system-ui, sans-serif;
}
#g-main .cgv h1 {
  font-size: 1.125rem;
  /* équivaut à 18px */
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  min-height: 40px;
  font-weight: 700;
  /* Roboto Bold */
  color: #111;
}
#g-main .cgv h2 {
  font-size: 0.9375rem;
  /* équivaut à 15px */
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  margin: 0;
  padding: 0;
}
#g-main .cgv h3 {
  font-size: 0.875rem;
  /* équivaut à 14px */
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#g-main .cgv p {
  text-align: left;
  line-height: 1.8;
  color: #111;
  font-size: 1rem;
  font-weight: 400;
  margin-block: 0.8rem;
  font-family: "Roboto", system-ui, sans-serif;
}
#g-main .cgv strong {
  text-align: left;
  line-height: 25px;
  color: #000000;
  font-size: 14px;
  font-weight: 900;
  margin: 15px 0px;
}
#g-main .cgv a {
  color: #000000;
}
#g-main .client {
  padding: 20px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
#g-main .client h1 {
  text-align: center;
  line-height: 30px;
}
#g-main .client h2 {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
}
#g-main .client h3 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-transform: none;
  padding: 7px 0px;
  margin: 0px;
  text-decoration: underline;
}
#g-main .client p {
  text-align: left;
  line-height: 25px;
  color: #000000;
  font-size: 14px;
  font-weight: 100;
  margin: 10px 0px;
}
#g-main .client strong {
  text-align: left;
  line-height: 25px;
  color: #000000;
  font-size: 14px;
  font-weight: 900;
  margin: 15px 0px;
}
#g-main .contour {
  border: 2px solid #990000;
  font-weight: bold;
  margin: 0px;
  padding: 0px 5px;
  text-align: left;
  line-height: 25px;
  color: #000000;
  font-size: 14px;
}
#g-main .contactsidebar {
  text-align: center;
}
#g-main .contactsidebar p {
  text-align: center;
}
#g-main .contactsidebar img:hover {
  background: #990000;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
}
#g-main .g-grid {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizespeed;
  justify-content: space-around;
}
#g-main .div-gt {
  margin: 10px auto;
  color: #000;
  background: #fff;
  padding: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #900000;
}
#g-main .div-gt h2 {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}
#g-main .div-gt h3 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 0px;
  margin: 0px;
  text-decoration: underline;
  text-transform: none;
}
#g-main .div-gt a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
#g-main .div-gt a:hover {
  color: #990000;
  font-weight: bold;
  text-decoration: underline;
}
#g-main .div-gt p {
  padding: 0px;
  margin: 5px 0px;
  font-size: 14px;
}
#g-main .div-tubes {
  margin: 10px auto;
  color: #000;
  background: #fff;
  padding: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #900000;
  font-size: 15px;
}
#g-main .div-tubes h2 {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0px;
  margin: 0px;
  text-transform: none;
}
#g-main .div-tubes h3 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 0px;
  margin: 0px;
  text-transform: none;
  text-decoration: underline;
}
#g-main .div-tubes a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
#g-main .div-tubes a:hover {
  color: #990000;
  font-weight: bold;
  text-decoration: underline;
}
#g-main .div-tubes p {
  padding: 0px;
  margin: 5px 0px;
  font-size: 14px;
}
#g-main .tab-tubes h2 {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0px;
  margin: 0px;
  text-transform: none;
}
#g-main .tab-tubes h3 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 0px;
  margin: 0px;
  text-transform: none;
  text-decoration: underline;
}
#g-main .tab-tubes h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  margin: 0px;
  text-transform: none;
}
#g-main .tab-tubes h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  margin: 0px;
  text-transform: none;
}
#g-main .tab-tubes p {
  padding: 0px;
  margin: 5px 0px;
  font-size: 14px;
}
#g-main .homepage {
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only all and (min-width: 501px) and (max-width: 767px) {
  #g-main .homepage {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only all and (min-width: 300px) and (max-width: 500px) {
  #g-main .homepage {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 22rem;
  }
}
#g-main .homepage h1 {
  text-align: center;
  line-height: 30px;
}
#g-main .homepage p {
  text-align: left;
  line-height: 27px;
  color: #000000;
  font-size: 14px;
  font-weight: 900;
}
#g-main .homepage h2 {
  text-align: left;
  line-height: 30px;
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  padding-bottom: 0px;
  margin: 0px;
}
#g-main .homepage h3 {
  text-align: left;
  line-height: 30px;
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  padding-bottom: 0px;
  margin: 0px;
  text-transform: none;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button] {
  background-color: #990000;
  transition: background-color 200ms, border 200ms;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button] h2 {
  color: #ffffff;
  padding-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button] p {
  color: #ffffff;
  margin: 2px;
  font-weight: bold;
  font-size: 16px;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button] h3 {
  color: #ffffff;
  padding-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button] strong {
  color: #ffffff;
  padding-bottom: 0px;
  font-weight: bold;
  font-size: 13px;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:focus, #g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:hover {
  background-color: #CC1A1B;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button][data-rlta-state=open], #g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button][data-rlta-state=opening] {
  background-color: #990000;
  border-radius: 5px 5px 0 0;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button][data-rlta-state=open]:focus, #g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button][data-rlta-state=open]:hover, #g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button][data-rlta-state=opening]:focus, #g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button][data-rlta-state=opening]:hover {
  background-color: #990000;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions] > [data-rlta-element=button] > [data-rlta-element=heading], #g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button] > [data-rlta-element=heading] {
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  width: 100%;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button] {
  background-color: #f4f5f6;
  border: 1px solid #c0c6cf;
  border-radius: 5px;
  padding: 0.75rem 0.4rem;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=panels] > [data-rlta-element=panel] > [data-rlta-element=panel-content] h2 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  text-transform: uppercase;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=panels] > [data-rlta-element=panel] > [data-rlta-element=panel-content] h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  padding: 0px;
  text-transform: none;
  margin: 10px 0px;
  text-decoration: underline;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=panels] > [data-rlta-element=panel] > [data-rlta-element=panel-content] h4 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  text-transform: uppercase;
  color: #ffffff;
}
#g-main [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=panels] > [data-rlta-element=panel] > [data-rlta-element=panel-content] p {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0px;
  text-transform: none;
  margin: 10px 0px;
}
#g-main div.com-finder.finder {
  border: 1px solid #990000;
  padding: 0.938rem;
  margin: 0 0 1.5rem 0;
  color: #000000;
  background: #FFFFFF;
}
#g-main div.com-finder.finder a {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
#g-main div.com-finder.finder a:hover {
  color: #990000;
  font-weight: bold;
  text-decoration: underline;
}
#g-main .btn-primary {
  background: #990000;
  color: #ffffff;
  text-shadow: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#g-main .dj-megamenu-modern.verticalMenu li a.dj-up_a {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-block-start: 1px solid #000;
}
#g-main ul.dj-mobile-light li.dj-mobileitem > a {
  display: block;
  font-size: 14px;
  line-height: 1;
  background: #f2f2f2;
  color: #444444;
  text-decoration: none;
  padding: 0px;
  cursor: pointer;
  border-top: 1px solid #CC1A1B;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  text-align: center;
}
#g-main .sidebar {
  height: auto;
  width: 250px;
  position: absolute;
  left: 0;
}
#g-main .sidebartitle {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0px;
}
#g-main .dj-megamenu-clean.verticalMenu li a.dj-up_a {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
#g-main .col  {
  flex: 1 0 0%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
#g-main figure.effectck-sarah {
  text-align: center;
  border: 1px solid #990000;
  background: none;
  color: #000000;
}
#g-main figure.effectck-sarah img {
  max-width: none !important;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
#g-main figure.effectck-sarah:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#g-main figure.effectck-sarah figcaption {
  text-align: center;
  padding: 1em;
  border: none;
  color: #000000;
}
#g-main figure.effectck-sarah figcaption [class*="title"] {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
  font-size: 100%;
  line-height: 24px;
  font-weight: bold;
  font-family: "Arimo";
  word-spacing: normal;
  background: #990000;
  color: #ffffff;
}
#g-main figure.effectck-sarah figcaption [class*="title"]::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #dddddd;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  color: #ffffff;
}
#g-main figure.effectck-sarah:hover figcaption [class*="title"]::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #ffffff;
}
#g-main figure.effectck-sarah figcaption [class*="desc"] {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  font-size: 12px;
  background: #990000;
  color: #ffffff;
  font-weight: normal;
  font-family: "Open Sans";
}
#g-main figure.effectck-sarah:hover figcaption [class*="desc"] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #ffffff;
}
#g-main figure.effectck-milo {
  background: #2e5d5a;
  aspect-ratio: 1;
  /* car 500x500 = carré */
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#g-main figure.effectck-milo h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 0px;
  font-weight: 500;
}
#g-main figure.effectck-milo img {
  max-width: none !important;
  width: -webkit-calc(100% + 60px);
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(0px, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#g-main figure.effectck-milo:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
#g-main figure.effectck-milo figcaption [class*="title"] {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0px;
}
#g-main figure.effectck-milo figcaption [class*="desc"] {
  padding: 10px;
  width: 100%;
  border-right: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  line-height: 24px;
  background: #990000;
  text-transform: none;
}
#g-main figure.effectck-milo:hover figcaption [class*="desc"] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  #g-main .effectck-milo {
    max-width: 90%;
    /* Un peu plus petit sur mobile */
  }
}
@media screen and (max-width: 767px) {
  #g-main figure.effectck-milo {
    display: block;
  }
  #g-main figure.effectck-milo img {
    max-width: 100%;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
  #g-main figure.effectck-milo:hover img {
    -webkit-transform: none;
    transform: none;
  }
  #g-main figure.effectck-milo figcaption [class*="title"], #g-main figure.effectck-milo figcaption [class*="desc"] {
    position: static;
    padding: 10px;
    width: 100%;
    text-align: center;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 24px;
    background: #990000;
    text-transform: none;
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  #g-main figure.effectck-milo {
    display: block;
  }
  #g-main figure.effectck-milo h3 {
    font-size: 10px;
  }
  #g-main figure.effectck-milo img {
    max-width: auto;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
  #g-main figure.effectck-milo:hover img {
    -webkit-transform: none;
    transform: none;
  }
  #g-main figure.effectck-milo figcaption [class*="title"], #g-main figure.effectck-milo figcaption [class*="desc"] {
    position: static;
    padding: 10px;
    width: 100%;
    text-align: center;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    font-size: 12px;
    line-height: 20px;
  }
  #g-main figure.effectck-milo figcaption [class*="title"] {
    font-weight: 400;
  }
  #g-main figure.effectck-milo figcaption [class*="desc"] {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    background: #990000;
    color: #fff;
  }
}
#g-Maps {
  position: relative;
}
#g-Maps .g-container {
  height: 500px;
}
#g-Maps .bg-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}
#g-Certifications {
  padding: 1rem;
  border-top: 1px solid #000;
  background: #900;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
  /* 15px */
  font-family: "Roboto", system-ui, sans-serif;
}
#g-Certifications a {
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
}
#g-Certifications table {
  border: 2px solid #990000;
}
#g-Certifications td {
  border: none;
  text-align: center;
  padding: 0;
}
#g-Certifications h2 {
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
}
#g-Certifications h3 {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* --- Bas de page --- */
#g-basdepage {
  padding: 3.125rem 1rem;
  /* 50px 15px */
  border-top: 1px solid #000;
  background: #900;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
  font-family: "Roboto", system-ui, sans-serif;
}
#g-basdepage .lienwebb-class ul {
  list-style-type: none;
  text-align: left;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
#g-basdepage .lienwebb-class ul li a {
  list-style: none;
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: none;
}
#g-basdepage .lienwebb-class ul li a:hover {
  text-decoration: underline;
}
#g-basdepage a {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: none;
}
#g-basdepage a:hover {
  text-decoration: underline;
}
#g-basdepage h3 {
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 0;
  margin: 0;
  text-align: left;
}
#g-basdepage h4 {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0.3125rem 0;
  margin: 0;
  text-align: left;
}
/* --- Pied de page --- */
#g-Pieddepage {
  text-align: center;
  padding: 1rem;
  background: #000;
  color: #fff;
  font-family: "Roboto", system-ui, sans-serif;
}
#g-Pieddepage a {
  color: #fff;
  text-decoration: none;
}
#g-Pieddepage a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=custom_134.css.map */