:root {
  --primary-h: 36; /* hue */
  --primary-s: 88%; /* saturation */
  --primary-l: 67%; /* luminosity */

  --accent-h: 11; /* hue */
  --accent-s: 79%; /* saturation */
  --accent-l: 54%; /* luminosity */

  --text-h: 180; /* hue */
  --text-s: 1%; /* saturation */
  --text-l: 20%; /* luminosity */

  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* luminosity */

  --primary-font: "Rubik", sans-serif;

  --h1-font-size: 1.7rem;
  --h2-font-size: 1.5rem;
  --h3-font-size: 1.4rem;
  --headings-line-height: 1.333333;

  --link-color: var(--primary-color-40);

  --border-radius: 2rem;
  --button-border-radius: 75px;

  --img-slide-01: url("../assets/gifs/slider/slide-01.jpg");
  --img-slide-02: url("../assets/gifs/slider/slide-02.jpg");
  --img-slide-03: url("../assets/gifs/slider/slide-03.jpg");
}

/* BRAND */
/* ===== */

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}

/* HEADER */
/* ===== */
.btn.accent {
  background-color: var(--accent-color-40) !important;
}
.fold {
  text-align: center;
  padding: 2rem 0;
}
.fold address {
  margin-bottom: 1rem;
}
a.btn.accent.gtm-global-devis {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
header .brand {
  max-width: 70%;
}

/* BLOC */
/* ===== */
h1,
h2,
h3 {
  color: var(--primary-color-30);
}

.prest-1 {
  border: 1px solid #323333;
  border-radius: 35px;
  padding: 25px;
  margin-bottom: 3rem;
  margin: auto;
  margin-bottom: 3rem;
}

div#bloc-02 img {
  border-radius: 150px 150px 35px 150px;
}
div#bloc-05 img {
  border-radius: 35px 150px 150px 150px;
}
h1.h1-geoloc {
  font-size: 19px;
  font-weight: 600;
  color: var(--primary-color-30);
}

p {
  font-size: 14px;
  opacity: 0.85;
}
.points-forts.row {
  display: block;
  text-align: center;
}

.points-forts.row .col {
  margin-bottom: 3rem;
}

.points-forts.row p {
  font-style: italic;
  text-align: center;
}

.btn-prest a {
  background: #323333;
  color: var(--background-color);
  font-size: 14px;
  font-weight: 600;
}
.prest-2 {
  background-image: url(../assets/gifs/bg-prest-2.jpg);
  background-size: cover;
  border-radius: 35px;
  padding: 25px;
  margin-bottom: 3rem;
  margin: auto;
  margin-bottom: 3rem;
}

div#prestation-bloc a {
  padding: 4px 0px;
}

.prest-3 {
  background: #323333;
  color: var(--background-color);
  padding: 25px;
  border-radius: 35px;
  margin: auto;
}
div#bloc-02 {
  text-align: center;
}
.title-5 {
  font-weight: 600;
}

.prest-3 a {
  background: #ffffff90;
  color: #323333;
}
/* PRESTATIONS */
/* ===== */
.card-image.prestations-card-image.prestations-encart-card-image {
  text-align: center;
}
.slick-dots li button .slick-dot-icon:before {
  font-size: 12px;
}
.card-image.prestations-card-image.prestations-encart-card-image a {
  text-decoration: none;
  color: #323333;
  font-weight: 600;
  font-size: 20px;
}

.card-image.prestations-card-image.prestations-encart-card-image img {
  margin-bottom: 1rem !important;
  margin: auto;
}
.card-image.prestations-card-image.prestations-encart-card-image img {
  border-radius: 35px;
}
div#encart-prestations {
  padding: 52px 0;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F5B95F60 100%) 0% 0% no-repeat padding-box;
}

/* ACTU*/
/* ===== */
div#first-bloc-actu {
  background-size: auto;
}
.actu .title-2 {
  color: var(--primary-color);
}
.card-title.actualites-card-title.actualites-encart-card-title a {
  color: var(--primary-color-30);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.card-text.actualites-card-text.actualites-encart-card-text {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2rem;
}
.card-title.actualites-card-title.actualites-encart-card-title {
  margin-bottom: 15px;
}

.encart-btn.actualites-encart-btn a {
  background: #323333;
  color: var(--background-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-style: none;
  opacity: 0.9;
  padding: 4px 10px;
}
div#bloc-02 p,
h2 {
  text-align: left;
}
.col.date.card-date.actualites-date.actualites-card-date.actualites-encart-card-date {
  color: #262626;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
div#first-bloc-actu {
  background-image: url(../assets/gifs/bg-actu.png);
  color: #fff;
  background-size: cover;
  margin: auto;
}
.reseaux-sociaux.gtm-reseaux-sociaux {
  margin-top: 9px;
  margin-bottom: 2rem;
}

div#first-bloc-actu {
  padding: 23px;
  border-radius: 35px;
}
.card.actualites-card.actualites-encart-card.gtm-encart-actu-article {
  border: 1px solid #323333;
  border-radius: 35px;
  padding: 2rem;
  margin-top: 1rem;
}
/* AVIS */
/* ===== */
.bloc-footer {
  background-image: url(../assets/gifs/bg-avis.jpg);
  background-position: bottom;
}
.card.avis-card.avis-encart-card {
  margin: auto;
  border: 1px solid #707070;
  border-radius: 15px;
  background: var(--background-color);
}

.encart-avis .row.s-top.s-start {
  flex-wrap: nowrap;
}

.encart-avis .title-2 {
  margin-top: 64px;
}

.encart-avis .title-2 {
  padding: 0px 4px;
  text-align: center;
}

.card-content.avis-card-content.avis-encart-card-content {
  padding: 28px;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small {
  font-size: 10px;
}
button.show-more.btn.small {
  color: #323333;
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
  text-align: right;
  padding-bottom: 0;
  text-decoration: underline;
  visibility: visible;
}

.card-text.avis-card-text.avis-encart-card-text:after {
  display: none !important;
}

.name.avis-name.card-name.avis-card-name.avis-encart-card-name.bold {
  font-size: 14px;
  font-weight: 400;
  color: #323333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.card-text.avis-card-text.avis-encart-card-text {
  margin-top: 20px;
  margin-bottom: 17px;
  line-height: 25px;
  color: #323333;
  font-weight: 300;
  font-size: 12px;
  opacity: 1;
  max-width: 185px;
  margin-left: 60px;
  text-align: left;
}
p.description-actu {
  font-size: 16px;
  font-weight: 500;
}

.actu {
  max-width: 250px;
  margin: auto;
}
.rs span {
  font-weight: 400;
  font-size: 14px;
}
/* FOOTER */
/* ===== */
.btn.primary {
  background-color: var(--primary-color-40) !important;
}
footer .reseaux-sociaux.gtm-reseaux-sociaux {
  margin-bottom: 0;
}
.title-2 {
  text-align: left;
  color: var(--primary-color-30);
}
footer {
  background: #333232f2;
  color: #fff;
  text-align: center;
}
nav.align-center li {
  list-style: none;
  margin-bottom: 2rem;
}

nav.align-center a {
  font-size: 12px;
  color: #fafafa;
}

.siret {
  color: #fafafa;
  font-size: 12px;
}
footer .brand {
  margin-bottom: 1rem;
}
footer a.tel.gtm-global-tel {
  color: #f5b95f;
  font-weight: 600;
  font-size: 15px;
}

footer a.lien-maps.gtm-global-adresse {
  font-size: 14px;
  font-weight: 400;
}

span.horaire-footer {
  font-size: 14px;
  font-weight: 400;
}
footer address {
  margin-bottom: 15px;
}

nav.align-center {
  margin-top: 1rem;
}
/* PAGES-INTERNES */
/* ===== */
.card-content.align-center {
  padding: 2rem 0;
}
a.btn.primary.center.gtm-global-contact {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 15.2px;
}

a.btn.outlined.gtm-global-rappel {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 15.2px;
}
/* CONTACT-PAGE */
/* ===== */
.contact-page address {
  display: none;
}
span.lien-maps {
  font-size: 14px;
}
a.gtm-global-email {
  font-size: 11px;
}
span.lien-maps {
  font-size: 7px;
}

table.horaires {
  font-size: 12px;
}
ul.coordonnees.contact-page-coordonnees.reset {
  margin-bottom: 1rem;
}
.valide {
  color: hsl(120deg 100% 35%);
}
.erreur {
  color: hsl(0deg 100% 46%);
}
/* Pagination */
/* ===== */
.paginationControl {
  text-align: center;
  margin: 2rem 0;
}
.paginationControl a,
.paginationControl span {
  font-weight: 600;
  font-size: 18px;
  padding: 0 5px;
}
.paginationControl span.disabled {
  color: #ccc;
}
.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color);
}

/* fancy-box-body */
/* ===== */
.fancy-box-body .logo .flex-row.s-align-items-center {
  justify-content: center;
}
.fancy-box-body .brand a {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.8em;
}
.fancy-box-body h2::before {
  width: 0px;
  height: 0px;
}
.fancy-box-body h2 {
  display: block;
  text-align: center;
}
.fancy-box-body h2 {
  font-size: 13px !important;
  padding-bottom: 8px;
  margin-bottom: 0px;
}
body.fancy-box-body {
  padding: 0 15px;
}
body.fancy-box-body form.generateur p.erreur {
  padding: 0 5px;
  margin: 0 0 3px;
}
.fancy-box-body h1 {
  font-size: 13px !important;
  padding-bottom: 8px;
  margin-bottom: 0px;
  margin-top: 3px;
  text-align: center;
}
.fancy-box-body a.logo div .col + .col {
  display: none;
}
div#blocHorsLigne {
  z-index: 999999 !important;
}
.contact-page h1.title-2 {
  color: #fff;
}
.card-title.actualites-card-title.actualites-listing-card-title {
  margin: 0.5rem 0;
}
.sc-content #relance ul li a {
  color: var(--primary-color-30) !important;
}
section#relance ul {
  padding-left: 0;
}
.btn:hover,
.btn:focus {
  background-color: var(--accent-color);
}
.btn.outlined:hover,
.btn.outlined:focus {
  background: var(--accent-color);
}
.reseaux-sociaux.gtm-reseaux-sociaux a:hover {
  opacity: 0.7;
}
.right-align {
  margin-top: 1rem;
}
.sitemap-nav.row li {
  margin-bottom: 1rem;
}
.plan-site .sitemap-nav ul li a {
  color: var(--link-color-80) !important;
}
.sitemap-nav .row li.firstLi.no-desk {
  display: block;
}
.devis .btn-devis {
  display: none;
}
.header-content .nav ul li a.selected {
  color: var(--primary-color-10);
  background-color: transparent;
  font-weight: bold;
}
.plan-site li.firstLi.no-desk {
  display: block;
}
.plan-site header li.firstLi.no-desk {
  display: none;
}
section.ac-doubleColonne img {
  width: 100%;
  height: auto;
}
section.ac-colonne.ac-colonne_1.ui-sortable img {
  width: 100%;
  height: auto;
}

section.ac-colonne.ac-colonne_2.ui-sortable img {
  width: 100%;
  height: auto;
}

.sc-content .ac-doubleColonne .ac-colonne {
  object-fit: cover;
}
a.btn {
  font-size: 12px;
}
div#bloc-05 {
  text-align: center;
}

div#bloc-05 h2,
p {
  text-align: left;
}
@media screen and (min-width: 601px) {
  /* HEADER */
  /* ===== */
  span.lien-maps {
    font-size: 7px;
  }
  .slide-img.slide-01 {
    background-image: url(../assets/gifs/slider/slide-01.jpg);
  }
  .fold address {
    margin-bottom: 0rem;
  }
  a.tel.gtm-global-tel {
    font-weight: 600;
  }
  a.btn.accent.gtm-global-devis {
    padding: 7px 15.2px;
  }


  .prest-1 {
    max-width: 60%;
  }
  .prest-2 {
    max-width: 60%;
  }
  .prest-3 {
    max-width: 60%;
  }

  .index-page .title-1 {
    font-size: 60px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
  }
  button.slick-autoplay-toggle-button {
    display: none;
  }
  .sc-content .ac-doubleColonne .ac-colonne {
    width: 100% !important;
  }
  section.ac-colonne.ac-colonne_2.ui-sortable img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  section.ac-colonne.ac-colonne_1.ui-sortable img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .bloc-slide {
    position: relative;
    top: 1rem;
  }
  span.sous-title {
    font-size: 19px;
    font-style: italic;
    line-height: 24px;
  }

  .bloc-slide .btn-devis {
    display: none;
  }
  .sourie img {
    margin: auto;
  }

  .sourie {
    position: relative;
    top: 260px;
  }
  .bloc-slide .title-1:before {
    content: "SARL";
    position: absolute;
    left: 0;
    top: 0;
    color: #323333;
    font-size: 10px;
    font-weight: 600;
  }
  /* BLOC */
  /* ===== */

  p {
    font-size: 16px;
  }
  .points-forts.row {
    display: flex;
    text-align: center;
  }
  .btn-prest a {
    padding: 8px 20.2px;
  }
  h1.h1-geoloc {
    font-size: 25px;
  }
  div#prestation-bloc a {
    padding: 4px 13.2px;
  }
  .prest-1 .btn-prest {
    text-align: end;
  }
  .prest-2 .btn-prest {
    text-align: end;
  }
  .prest-3 .btn-prest {
    text-align: end;
  }

  /* PRESTATIONS */
  /* ===== */

  /* ACTU*/
  /* ===== */
  .card.actualites-card.actualites-encart-card.gtm-encart-actu-article {
    margin-top: 0;
  }
  .encart-btn.actualites-encart-btn {
    text-align: end;
  }
}
p.titre-relance {
  text-align: center;
}
.card-title.actualites-card-title.actualites-encart-card-title a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .col.gtm-image-detail-catalogue img:first-of-type {
    width: 76% !important;
    margin: auto;
  }
  .actualites-detail img {
    width: 50% !important;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .bloc-prest-1 {
    display: flex;
}

.col.prest-1 {
    max-width: 45%;
}

.col.prest-2 {
    max-width: 45%;
    margin-top: 0;
}
  span.lien-maps {
    font-size: 10px;
  }
  button#menu-back {
    position: relative;
    right: 20px;
  }
  .sc-content .ac-doubleColonne .ac-colonne {
    width: 50% !important;
  }

  section.ac-colonne.ac-colonne_2.ui-sortable img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  section.ac-colonne.ac-colonne_1.ui-sortable img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media screen and (min-width: 993px) {
  /* header */
  /* ===== */
  .prest-3 {
    max-width: 100%;
}
  .bloc-prest-1 {
    display: block;
}
.col.prest-1 {
  max-width: 100%;
}
.col.prest-2 {
  max-width: 100%;
}


  iframe {
    height: 500px;
  }
  nav.fil-ariane.gtm-fil-ariane {
    margin-bottom: 4rem;
  }
  .contact-page nav.fil-ariane.gtm-fil-ariane {
    margin-bottom: 0rem;
  }
  nav#fil_ariane {
    margin-bottom: 4rem;
  }
  a.lien-maps.gtm-global-adresse:hover {
    color: var(--primary-color);
  }
  a.btn.accent.gtm-global-devis:hover {
    background: var(--text-color) !important;
  }
  .brand:hover {
    opacity: 0.7;
  }
  body.actualites-listing a:hover {
    opacity: 0.7;
  }
  ul.coordonnees.contact-page-coordonnees.reset {
    margin-bottom: 0;
  }
  .contact-page h1.title-2 {
    font-size: 24px;
  }
  span.lien-maps {
    font-size: 8px;
  }
  table.horaires {
    font-size: 10px;
  }
  a.selected {
    color: var(--accent-color) !important;
  }
  #prestation-bloc .btn-prest {
    margin-bottom: 15px;
  }
  header .brand {
    max-width: 100%;
  }
  div#bloc-05 img {
    height: 100%;
  }
  a.tel.gtm-global-tel {
    font-size: 15px;
  }
  .fold {
    display: none;
  }
  li.firstLi.no-desk {
    display: none;
  }
  .header-content .nav#main-nav > ul > li > a {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  header address {
    font-size: 15px;
  }
  nav#main-nav a {
    font-size: 13px;
  }
  .slide-img {
    min-height: 801px;
  }
  header .slider-slick {
    height: 801px;
    margin-top: -90px;
  }
  .slide-img .container .bloc {
    height: 801px;
  }
  .slide-img .container {
    min-height: 801px;
  }
  .bloc-slide .btn-devis {
    display: block;
    margin-top: 30px;
  }
  /* BLOC */
  /* ===== */
  .prest-1 {
    height: auto;
    padding: 10px;
    padding-left: 22px;
    margin-bottom: 11px;
  }
  .logo-aipr {
    text-align: end;
    max-width: 240px;
  }
  .prest-2 {
    height: auto;
    padding: 10px;
    padding-left: 22px;
    margin-bottom: 11px;
  }
  .prest-3 {
    height: auto;
    padding: 10px;
    padding-left: 22px;
    margin-bottom: 11px;
  }
  div#bloc-01 .col:first-of-type p:first-of-type {
    margin-bottom: 2rem;
  }
  .points-forts.row {
    margin-top: 40.3px;
    text-align: left;
  }
  .points-forts.row p {
    font-size: 15px;
  }

  .points-forts.row .col {
    margin-bottom: 0;
  }
  span.pnt-f {
    position: relative;
  }

  span.pnt-f:before {
    position: absolute;
    content: "";
    border: 1px solid #323333;
    width: 199px;
    bottom: -7px;
    right: 0;
    left: 21px;
    margin: auto;
  }
  span.pnt-f.first:before {
    left: 30px;
  }
  div#bloc-01 {
    padding-top: 115px;
    padding-bottom: 75px;
  }
  .main-header-content a.btn.accent.gtm-global-devis {
    font-size: 10px;
  }
  .main-header-content nav#main-nav a {
    font-size: 8px;
    font-weight: bold;
  }
  .sourie {
    top: 500px;
  }
  .main-header-content a.tel.gtm-global-tel {
    font-size: 12px;
  }

  .index-page header.sticky-header .sticky.scroll_up {
    background: var(--background-color);
  }
  .index-page header.sticky-header .sticky.scroll_down {
    background: var(--background-color);
  }
  .index-page .sticky .header-content {
    background: transparent !important;
  }
  .bloc-slide {
    position: relative;
    top: 10rem;
  }
  .header-content .nav ul li.sous_menu > a::after {
    color: #e7512e !important;
  }
  p.descriptions {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .main-header-content {
    padding: 5px 0px;
  }
  .index-page h2 {
    font-size: 25px;
  }
  /* PRESTATIONS */
  /* ===== */
  .card-image.prestations-card-image.prestations-encart-card-image {
    position: relative;
    transition-duration: 3s;
  }

  span.titre-encart {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 70px;
    display: none;
  }
  .card-image.prestations-card-image.prestations-encart-card-image img {
    margin-bottom: 0 !important;
  }
  .card-image.prestations-card-image.prestations-encart-card-image:hover
    span.titre-encart {
    display: block;
  }
  .card-image.prestations-card-image.prestations-encart-card-image:hover:before {
    position: absolute;
    content: "";
    width: 95%;
    height: 93%;
    border-radius: 30px;
    opacity: 1;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    right: 0;
    bottom: 7px;
    backdrop-filter: blur(20px);
    margin: auto;
    transition: 0.3s;
  }

  /* ACTU*/
  /* ===== */
  .card.actualites-card.actualites-encart-card.gtm-encart-actu-article {
    padding: 65px 21px 65px 32px;
  }

  /* AVIS */
  /* ===== */

  /* FOOTER */
  /* ===== */
  nav.align-center {
    margin-top: 0;
    text-align: end;
  }
  footer .section {
    padding: 20px 0;
  }
  nav.align-center li {
    margin-bottom: 18px;
  }

  footer .brand {
    margin-bottom: 0;
  }
  nav#main-nav a:hover {
    color: var(--accent-color-darken) !important;
  }

  /* CONTACT-PAGE */
  /* ===== */

  header .container {
    max-width: 1200px;
    width: 95%;
  }
  
}

@media screen and (min-width: 1200px) {
  .main-header-content nav#main-nav a {
    font-size: 11px;
  }
}

@media screen and (min-width: 1280px) {
  /* HEADER */
  /* ===== */
  span.lien-maps {
    font-size: 12px;
  }
  table.horaires {
    font-size: 14px;
  }
  .card-content.actualites-card-content.actualites-encart-card-content {
    position: relative;
    top: 35px;
  }
  div#encart-actualites img {
    max-width: 424px;
    position: relative;
    right: 100px;
  }
  .main-header-content nav#main-nav a {
    font-size: 13px;
    font-weight: 400;
  }
  .main-header-content a.btn.accent.gtm-global-devis {
    font-size: 13px;
  }
  .main-header-content a.tel.gtm-global-tel {
    font-size: 15px;
  }
  .sourie {
    top: 476px;
  }
  .bloc-slide {
    top: 11rem;
    left: 8rem;
  }
  /* BLOC */
  /* ===== */
  .prest-1 {
    max-width: 286px;
    margin: auto;
    margin-bottom: 11px;
  }
  div#bloc-05 .col.s12.l6 {
    text-align: center;
  }
  .prest-2 {
    max-width: 286px;
    margin: auto;
    margin-bottom: 11px;
  }
  .prest-3 {
    max-width: 286px;
    margin: auto;
  }
  div#bloc-01 .container {
    max-width: 1002px;
    margin: auto;
  }
  .points-forts.row p {
    font-size: 17px;
  }
  div#bloc-texte-2 {
    max-width: 410px;
    margin: auto;
    margin-left: 60px;
  }
  div#bloc-05 {
    padding-top: 130px;
  }
  div#bloc-04 {
    padding-bottom: 130px;
  }
  div#bloc-02 {
    padding: 100px 0;
  }
  .title-5 {
    font-size: 20px;
  }
  .points-forts.row p {
    margin-top: 8.5px;
  }
  .points-forts.row {
    margin-top: 76.3px;
  }
  /* PRESTATIONS */
  /* ===== */
  div#encart-prestations .container {
    max-width: 1100px;
  }
  .card-image.prestations-card-image.prestations-encart-card-image img {
    width: 100%;
  }

  div#encart-prestations .container {
    max-width: 1100px;
    margin: auto;
  }
  span.titre-encart {
    top: 97px;
  }
  /* ACTU*/
  /* ===== */
  .card.actualites-card.actualites-encart-card.gtm-encart-actu-article {
    padding: 22.5px 21px 28.5px 35px;
  }
  div#first-bloc-actu {
    margin: initial;
    max-width: 360px;
  }
  .actu .title-2 {
    font-size: 25px;
  }
  div#first-bloc-actu {
    padding: 20px 23px 20px 23px;
  }
  .rs span {
    font-size: 16px;
  }
  p.description-actu {
    font-size: 18px;
  }
  .card-content.actualites-card-content.actualites-encart-card-content {
    max-width: 229px;
  }
  div#encart-actualites .container {
    max-width: 1100px;
    margin: auto;
  }
  .actu .title-2 {
    margin-top: 22px;
    margin-bottom: 18px;
  }
  /* AVIS */
  /* ===== */
  .encart-avis.section.gtm-encart-avis .container {
    max-width: 1100px;
  }
  .card.avis-card.avis-encart-card {
    width: 360px;
  }
  .encart-avis.section.gtm-encart-avis {
    padding-bottom: 72px;
  }
}

.-terrassement .engins .ac-colonne {

  background-color: var(--primary-color-30);
  margin: 0 10px;
  width: 45% !important;
  /* border: 5px solid var(--primary-color-40); */
  border-radius: 25px 5px 25px 5px;
  color: #fff;
  padding: 0 30px !important; 
}

@media screen and (max-width:600px){

  .-terrassement .engins .ac-colonne {

  
    width: 90% !important;
    padding: 20px !important;
    margin: 20px !important;
   
  }

  .-terrassement .ac-doubleColonne {

    padding: 0 !important;
  }
  
}