@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@font-face {
  font-family: "High Tower Text";
  src:
    url("HighTowerText-Reg.woff2") format("woff2"),
    url("HighTowerText-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --primary: #4a2b45;
  --sweet-primary: #f1e8de;
  --second: #c8a877;
  --back: #241a26;
  --gris: #616468;
  --third: #241a26;
  --gris: #f0f1f2;
  --gris1: #e4e4e4;
  --gris2: #c9c8c8;
  --gris3: #acacac;
  --title-color: #1e1420;
  --text-color: #6a5f68;
  --title-font: "High Tower Text", sans-serif;
  --text-font: "Lato", sans-serif;
  --space: clamp(48px, 8vw, 100px);
  --space-lg: clamp(60px, 12vw, 200px);
  --space-md: clamp(48px, 10vw, 120px);
  --space-sm: clamp(20px, 6vw, 55px);
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
}

ul {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none !important;
}

iframe.tobord {
  border: 4px solid var(--third) !important;
}

@media screen and (max-width: 992px) {
  .iframecontent {
    height: 400px !important;
    margin: 0px !important;
  }
}

ul.list-none li a {
  color: var(--second);
}

.sectionbottom {
  padding: 30px !important;
}

.tobordleft {
  padding-left: 10px;
  border-left: 14px solid var(--third);
}

/*
========================================
Début Habillage AXO-FG
========================================
*/

/* ---------- Base ---------- */

#axo-fg a {
  text-decoration: none !important;
}

#axo-fg nav.fil-arianne {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

#axo-fg nav.fil-arianne .breadcrumb {
  background-color: transparent;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#axo-fg .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: var(--gris3);
}

#axo-fg .breadcrumb-item a {
  color: var(--second);
}

#axo-fg .breadcrumb-item.active {
  color: var(--gris3);
}

#axo-fg .container {
  max-width: 1400px;
}

#axo-fg .fg-space {
  margin-top: var(--space);
  margin-bottom: var(--space);
}

#axo-fg h1,
#axo-fg h2,
#axo-fg h3 {
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  text-transform: uppercase;
}

#axo-fg h4,
#axo-fg h5,
#axo-fg h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
  font-weight: 500;
}

#axo-fg .h2 {
  font-size: clamp(28px, 4vw, 40px);
}
#axo-fg .h3 {
  font-size: clamp(24px, 3.2vw, 32px);
}
#axo-fg .h4 {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 500;
}
#axo-fg .h5 {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 500;
}
#axo-fg .h6 {
  font-size: clamp(19px, 2vw, 22px);
  font-weight: 500;
}

#axo-fg small.small-title {
  font-size: 60%;
  text-transform: uppercase;
  color: var(--second);
}

#axo-fg p {
  color: var(--text-color);
}

/* Listes à puce custom */
.list-none {
  text-align: center;
  list-style: none;
}

.custom-liste,
.custom-liste-c {
  list-style: square;
  padding-left: 20px;
}

.custom-liste li,
.custom-liste-c li {
  margin-bottom: 8px;
}

.custom-liste li::marker,
.custom-liste-c li::marker {
  color: var(--primary);
}

.custom-liste-c {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ---------- Utilitaires ---------- */

#axo-fg .radius1 {
  border-radius: 6px;
}
#axo-fg .radius2 {
  border-radius: 20px;
}
#axo-fg .radius3 {
  border-radius: 35px;
}
#axo-fg .radius4 {
  border-radius: 100px;
}
#axo-fg .radius5 {
  border-radius: 40px;
}

#axo-fg p a {
  color: var(--third);
}

#axo-fg .back-third p a {
  color: var(--second);
}

#axo-fg .surtext {
  display: inline-block;
  color: #955562;
  padding: 10px 20px;
  border: 1px solid #955562;
  font-size: 15px;
}

#axo-fg .back-second .surtext {
  color: var(--white);
  border-color: var(--white);
}

.surtext {
  margin-top: 10px;
}

#axo-fg .img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hauteurs fluides : la valeur en px est le plafond desktop,
   elles se resserrent seules sur les petits écrans. overflow:hidden
   permet à ces blocs de recevoir une classe radiusN (l'image
   .img-cover à l'intérieur suit alors l'arrondi). */
#axo-fg .h-200 {
  height: clamp(160px, 22vw, 200px);
  overflow: hidden;
}
#axo-fg .h-300 {
  height: clamp(200px, 28vw, 300px);
  overflow: hidden;
}
#axo-fg .h-400 {
  height: clamp(220px, 34vw, 400px);
  overflow: hidden;
}
#axo-fg .h-500 {
  height: clamp(240px, 40vw, 500px);
  overflow: hidden;
}
#axo-fg .h-600 {
  height: clamp(260px, 45vw, 600px);
  overflow: hidden;
}
#axo-fg .h-700 {
  height: clamp(280px, 50vw, 700px);
  overflow: hidden;
}
#axo-fg .h-800 {
  height: clamp(300px, 55vw, 800px);
  overflow: hidden;
}
#axo-fg .h-900 {
  height: clamp(320px, 60vw, 900px);
  overflow: hidden;
}

/* Décorateurs de titre : une seule déclaration de base,
   chaque variante ne fixe plus que côté + largeur (fini la
   duplication des 7 blocs identiques). */
#axo-fg .decor-l,
#axo-fg .decor-l-lg,
#axo-fg .decor-l-xlg,
#axo-fg .decor-r,
#axo-fg .decor-r-lg,
#axo-fg .decor-r-xlg,
#axo-fg .decor-m {
  position: relative;
}

#axo-fg .decor-l::before,
#axo-fg .decor-l-lg::before,
#axo-fg .decor-l-xlg::before,
#axo-fg .decor-r::before,
#axo-fg .decor-r-lg::before,
#axo-fg .decor-r-xlg::before,
#axo-fg .decor-m::before {
  content: "";
  position: absolute;
  height: 5px;
  bottom: -10px;
  background: var(--second);
}

#axo-fg .decor-l::before {
  left: 0;
  width: 20%;
}
#axo-fg .decor-l-lg::before {
  left: 0;
  width: 40%;
}
#axo-fg .decor-l-xlg::before {
  left: 0;
  width: 70%;
}
#axo-fg .decor-r::before {
  right: 0;
  width: 20%;
}
#axo-fg .decor-r-lg::before {
  right: 0;
  width: 40%;
}
#axo-fg .decor-r-xlg::before {
  right: 0;
  width: 70%;
}
#axo-fg .decor-m::before {
  left: calc(50% - 20%);
  width: 40%;
}

#axo-fg .back-second .decor-m::before,
#axo-fg .back-second .decor-r-xlg::before,
#axo-fg .back-second .decor-r-lg::before,
#axo-fg .back-second .decor-r::before,
#axo-fg .back-second .decor-l-xlg::before,
#axo-fg .back-second .decor-l-lg::before,
#axo-fg .back-second .decor-l::before {
  background-color: var(--primary);
}

/* ---------- Fonds ---------- */

#axo-fg .back-primary {
  background-color: var(--primary);
}
#axo-fg .back-sweet {
  background-color: var(--sweet-primary);
}
#axo-fg .back-second {
  background-color: var(--second);
}
#axo-fg .back-third {
  background-color: var(--third);
}
#axo-fg .back-gris {
  background-color: var(--gris);
}
#axo-fg .back-gris1 {
  background-color: var(--gris1);
}
#axo-fg .back-gris2 {
  background-color: var(--gris2);
}
#axo-fg .back-gris3 {
  background-color: var(--gris3);
}

#axo-fg .color-primary {
  color: var(--primary);
}
#axo-fg .color-second {
  color: var(--second);
}
#axo-fg .color-third {
  color: var(--third);
}
#axo-fg .color-gris {
  color: var(--gris);
}
#axo-fg .color-gris1 {
  color: var(--gris1);
}
#axo-fg .color-gris2 {
  color: var(--gris2);
}
#axo-fg .color-gris3 {
  color: var(--gris3);
}

#axo-fg .back-third p,
#axo-fg .back-third h1,
#axo-fg .back-third h2,
#axo-fg .back-third h3,
#axo-fg .back-third h4,
#axo-fg .back-third h5,
#axo-fg .back-second p,
#axo-fg .back-second h1,
#axo-fg .back-second h2,
#axo-fg .back-second h3,
#axo-fg .back-second h4,
#axo-fg .back-second h5,
#axo-fg .back-primary p,
#axo-fg .back-primary h1,
#axo-fg .back-primary h2,
#axo-fg .back-primary h3,
#axo-fg .back-primary h4,
#axo-fg .back-primary h5 {
  color: var(--white);
}

/* ---------- Boutons ---------- */

#axo-fg .fg-btn {
  display: inline-flex;
  align-items: center;
  color: var(--text-color);
  transition: color 0.2s ease-in-out;
}

#axo-fg .fg-btn span:first-child {
  text-decoration: underline !important;
}

#axo-fg .fg-btn:hover span:first-child {
  color: var(--second);
}

#axo-fg .fg-btn span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  padding-top: 7px;
  border: 3px solid var(--primary);
  text-decoration: none !important;
  font-weight: 700;
  margin-left: 10px;
  transition:
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

#axo-fg .fg-btn:hover span:last-child {
  border-color: var(--second);
  background-color: var(--second);
  color: var(--white);
}

#axo-fg .fg-btn span:last-child svg {
  height: 16px;
  width: 16px;
}

#axo-fg .fg-btn span svg path {
  transition: fill 0.2s ease-in-out;
}

#axo-fg .fg-btn:hover span svg path {
  fill: var(--white) !important;
}

#axo-fg .fg-cta {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--second);
  color: var(--gris);
  border: 2px solid var(--second);
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out;
  margin-top: 5px;
}

#axo-fg .fg-cta:hover {
  background-color: transparent;
  color: var(--second);
}

/* ---------- Bloc 1 : image + points forts ---------- */

#axo-fg .bloc1-item {
  border-top: 3px solid var(--primary);
  padding-top: 24px;
}

/* ---------- Bloc 3 : image + pan coloré ---------- */

#axo-fg .fg-position-rel {
  position: relative;
}

#axo-fg .fg-position {
  position: absolute;
  z-index: 10;
  left: 0;
}

#axo-fg .fg-position-right {
  left: auto;
  right: 0;
}

#axo-fg .bloc-3-content {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
  padding-left: clamp(20px, 5vw, 80px);
}

#axo-fg .bloc-3-content-right {
  padding-left: 15px;
  padding-right: clamp(20px, 5vw, 80px);
}

/* ---------- Cartes photo (ex item-fg1) ---------- */

#axo-fg .card-photo {
  padding: 30px;
  padding-top: 130px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}

#axo-fg .card-photo .img-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
}

#axo-fg .card-photo .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* ---------- Cartes icône (ex item-fg2) ---------- */

#axo-fg .card-icon {
  padding: 30px;
  padding-top: 120px;
  padding-bottom: 35px;
  position: relative;
}

#axo-fg .card-icon .fg-iconebox {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  height: 60px;
  padding: 5px;
}

#axo-fg .card-icon .fg-iconebox .ico-container {
  background-color: var(--gris);
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#axo-fg .fg-icon {
  font-size: 30px;
  color: var(--third);
}

/* ---------- Bandeau engagements (fond coloré + cartes) ---------- */

#axo-fg .axofg-banner {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}

#axo-fg .binw p,
#axo-fg .binw .surtext,
#axo-fg .binw h1,
#axo-fg .binw h2,
#axo-fg .binw h3,
#axo-fg .binw h4,
#axo-fg .binw h5,
#axo-fg .binw h6 {
  color: var(--black);
}

#axo-fg .fg-iconebox.radius1 {
  border-radius: 6px 0 0 6px;
}

#axo-fg .fg-iconebox.radius2 {
  border-radius: 20px 0 0 20px;
}

#axo-fg .fg-iconebox.radius3 {
  border-radius: 35px 0 0 35px;
}

/* ---------- Bandeaux visuels découpés (CTA texte + image) ---------- */

#axo-fg .fg-style-banner {
  padding: var(--space-sm);
  overflow: hidden !important;
}

#axo-fg .txt-banner-style {
  position: relative;
  z-index: 10;
}

#axo-fg .cuted-bg {
  position: relative;
}

#axo-fg .cuted-bg .img-back {
  position: absolute;
  /* léger débord haut/bas : évite le filet d'anti-aliasing entre
     le clip du parent (border-radius + overflow hidden) et la
     découpe (mask/clip-path) de l'image */
  top: -1px;
  bottom: -1px;
  right: 0;
  width: 40%;
  overflow: hidden;
  transform: scale(1.1);
}

#axo-fg .cuted-bg .img-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#axo-fg .smooth-cut {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 400'><path fill='white' d='M600,0v400H5.14c66.76-42.09,103.07-121.68,90.89-199.79C83.81,121.84,120.4,41.98,187.59,0h412.41Z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 400'><path fill='white' d='M600,0v400H5.14c66.76-42.09,103.07-121.68,90.89-199.79C83.81,121.84,120.4,41.98,187.59,0h412.41Z'/></svg>");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

#axo-fg .strict-cut {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 19% 100%);
}

#axo-fg .triangle-cut {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

#axo-fg .diagonal-cut {
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
}

#axo-fg .diagonal-cut-wrap {
  position: relative;
}

#axo-fg .diagonal-cut-wrap .cut-band {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40%;
  background: var(--primary);
  z-index: 1;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}

#axo-fg .diagonal-cut-wrap .img-back {
  z-index: 2;
}

@supports not (mask-image: url("")) {
  #axo-fg .img-back {
    overflow: hidden;
  }
  #axo-fg .img-back::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f2f2f2;
    opacity: 0;
  }
}

/* ---------- NOUVEAU : FAQ / accordéon (natif, zéro JS) ---------- */

#axo-fg .fg-faq-item {
  border-bottom: 1px solid var(--gris2);
  padding: 20px 0;
}

#axo-fg .fg-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: clamp(17px, 1.6vw, 19px);
}

#axo-fg .fg-faq-item summary::-webkit-details-marker {
  display: none;
}

#axo-fg .fg-faq-item .fg-faq-chevron {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--second);
  border-bottom: 2px solid var(--second);
  transform: rotate(45deg);
  transition: transform 0.2s ease-in-out;
}

#axo-fg .fg-faq-item[open] .fg-faq-chevron {
  transform: rotate(-135deg);
}

#axo-fg .fg-faq-item .fg-faq-answer {
  padding-top: 14px;
  max-width: 900px;
}

/* ---------- NOUVEAU : chiffres clés ---------- */

#axo-fg .fg-stat-number {
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--second);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
}

#axo-fg .fg-stat-label {
  margin-top: 10px;
  color: var(--text-color);
  font-size: 15px;
}

/* ---------- NOUVEAU : témoignage / citation ---------- */

#axo-fg .fg-quote {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

#axo-fg .fg-quote::before {
  content: "\201C";
  display: block;
  font-family: Georgia, serif;
  font-size: 90px;
  line-height: 1;
  color: var(--primary);
  margin-bottom: -10px;
}

#axo-fg .fg-quote p {
  font-size: clamp(18px, 2.2vw, 22px);
  font-style: italic;
  color: var(--title-color);
}

#axo-fg .fg-quote-author {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

#axo-fg .fg-quote-author img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

#axo-fg .fg-quote-author strong {
  display: block;
  color: var(--title-color);
}

#axo-fg .fg-quote-author span {
  display: block;
  font-size: 14px;
  color: var(--text-color);
}

/* ---------- NOUVEAU : CTA simple sans image ---------- */

#axo-fg .fg-cta-simple {
  padding: var(--space-md) clamp(20px, 6vw, 60px);
  text-align: center;
}

#axo-fg .fg-cta-simple p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------- NOUVEAU : SECTION TARIFS / MENU ------------ */

#axo-fg .fg-tarifs {
  padding: var(--space-md) clamp(20px, 6vw, 60px);
  isolation: isolate;
}

.fg-tarifs-table {
  padding: 30px;
  padding-left: 0px;
}

.menu-card {
  background: var(--sweet-primary);
  border: 1px solid var(--primary);
  padding: 35px;
  position: relative;
}

.menu-card:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 30px;
  right: -30px;
  bottom: -30px;
  left: 30px;
  background-color: var(--second);
  z-index: -1;
  opacity: 20%;
}

.menu-card.radius1,
.menu-card.radius1:before {
  border-radius: 5px;
}

.menu-card.radius2,
.menu-card.radius2:before {
  border-radius: 20px;
}

.menu-card.radius3,
.menu-card.radius3:before {
  border-radius: 35px;
}

.menu-category {
  font-family: Georgia, serif;
  color: var(--primary);
  font-size: 25px;
  border-bottom: 1px solid var(--second);
  padding-bottom: 10px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.menu-item {
  padding: 12px 0;
}

.menu-item-name {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: bold;
  color: var(--title-color);
}

.menu-item-description {
  color: var(--gris3);
  font-size: 14px;
  margin-top: 4px;
  max-width: 85%;
}

.menu-price {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: bold;
  color: var(--second);
  white-space: nowrap;
}

.menu-note {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--second);
  color: var(--text-color);
  font-size: 13px;
  text-align: center;
}

/* ---------- Etapes ------------ */

.card-etape-wrapper {
  isolation: isolate;
  transition: 0.3s ease-in-out;
}

.card-etape {
  position: relative;
  padding: 30px;
  border: 1px solid var(--primary);
  background: var(--sweet-primary);
  transition: 0.3s ease-in-out;
}

.card-etape:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 18px;
  right: -18px;
  bottom: -18px;
  left: 18px;
  background: var(--second);
  background-size: cover;
  z-index: -1;
  opacity: 30%;
  transition: 0.3s ease-in-out;
}

.card-etape.radius1,
.card-etape.radius1:before {
  border-radius: 5px;
}

.card-etape.radius2,
.card-etape.radius2:before {
  border-radius: 20px;
}

.card-etape.radius3,
.card-etape.radius3:before {
  border-radius: 35px;
}

.card-etape-wrapper:hover {
  transform: translateY(-20px);
  transition: 0.3s ease-in-out;
}

.card-etape:hover:before {
  width: 100%;
  height: 100%;
  top: 22px;
  right: -18px;
  bottom: -22px;
  left: 18px;
  background-color: var(--second);
  z-index: -1;
  opacity: 15%;
  transition: 0.3s ease-in-out;
}

.card-etape span.chiffre-etape {
  padding: 10px;
  padding-left: 20px;
  border: 1px solid var(--primary);
  border-right: none;
  display: block;
  margin-right: -30px;
  background-color: var(--primary);
  color: #fffdfa;
}

.card-etape.radius1 span.chiffre-etape {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 20px;
}

.card-etape.radius2 span.chiffre-etape {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding-left: 20px;
}

.card-etape.radius3 span.chiffre-etape {
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  padding-left: 20px;
}

/* ---------- Accessibilité ---------- */

#axo-fg a:focus-visible,
#axo-fg summary:focus-visible,
#axo-fg button:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  #axo-fg * {
    transition-duration: 0.001ms !important;
  }
}

/*
========================================
Responsive : tablette (<= 991.98px)
========================================
*/

@media (max-width: 991.98px) {
  #axo-fg .bloc-3-content {
    padding-left: clamp(20px, 6vw, 40px);
    padding-right: clamp(20px, 6vw, 40px);
  }

  #axo-fg .fg-position {
    position: static;
    margin-bottom: 24px;
  }
}

/*
========================================
Responsive : mobile (<= 767.98px)
========================================
*/

@media (max-width: 767.98px) {
  #axo-fg .surtext {
    font-size: 13px;
    padding: 8px 16px;
  }

  /* Bandeaux visuels découpés : sur mobile, plus de découpe.
     Le texte garde le padding du bloc, l'image devient une bande
     pleine largeur collée en bas de la carte (elle "déborde" du
     padding pour venir toucher les bords gauche/droite/bas — donc
     pas de superposition avec le texte, et les coins bas restent
     arrondis grâce à l'overflow:hidden du parent). */
  #axo-fg .smooth-cut,
  #axo-fg .strict-cut,
  #axo-fg .diagonal-cut,
  #axo-fg .triangle-cut {
    clip-path: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  #axo-fg .cuted-bg .img-back {
    position: static;
    width: calc(100% + 2 * var(--space-sm));
    height: clamp(200px, 55vw, 320px);
    margin: 24px calc(-1 * var(--space-sm)) calc(-1 * var(--space-sm));
  }

  #axo-fg .diagonal-cut-wrap .cut-band {
    display: none;
  }

  #axo-fg .fg-style-banner {
    text-align: left;
  }

  #axo-fg .card-photo,
  #axo-fg .card-icon {
    padding: 24px;
    padding-top: 100px;
  }

  #axo-fg .fg-quote::before {
    font-size: 60px;
  }
}

/*
========================================
Fin Habillage AXO-FG
========================================
*/

.header {
  width: 100%;
  position: relative;
  margin: 0;
  z-index: 3;
}

.footer-block {
  margin: 100px auto 0px;
  max-width: 1440px;
}

.block-cordonnee {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-block {
  background: url(../images/footer.jpg) no-repeat;
  background-size: cover;
  padding: 40px 20px;
  display: flex !important;
}

.footer-block span {
  color: #fff !important;
}

.footer-block .right-top .phone {
  color: #fff !important;
}

.link-contact {
}

.block-cordonnee > div:first-child {
}

.block-cordonnee span {
  color: #2a2a2a;
  font-weight: 400;
  font-size: 15px;
  text-align: right;
}

.btn-rdv {
  display: inline-block;
  background: var(--primary);
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 16px;
  transition: 0.3s ease all;
}

.btn-rdv:hover {
  background: var(--back);
  color: #fff !important;
}

.banner > div {
  background: url(../images/banner.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.banner {
  overflow: hidden;
  height: 580px;
  position: relative;
}

.banner img {
  max-width: 100%;
  opacity: 0;
}

.banner img {
  max-width: 100%;
  opacity: 0;
}

.block-cordonnee > div {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0px 25px;
}

.right-top {
  gap: 0px 25px;
}

.block-cordonnee > div:first-child {
  gap: 0px 25px;
}

.right-top .phone {
  letter-spacing: 1px;
  color: #000 !important;
  font-size: 16px;
  position: relative;
  z-index: 1;
  display: block;
  text-align: right;
  font-weight: 600;
  padding-right: 0;
}

.logo {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  left: 0;
  width: 100%;
  justify-content: center;
}

.logo a {
  display: table;
  margin-bottom: 0;
  overflow: hidden;
}

.logo > div {
  position: relative;
  display: table;
  margin: 0 auto;
  z-index: 2;
}

.logo img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.logo-mobile {
  display: none !important;
}

/* end header */

/* menu */

.navbar-nav .nav-item {
  display: block;
  transition: 0.5s ease all;
  position: relative;
}

.dropdown-item {
  transition: 0.5s ease all;
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 600;
}

.dropdown-item:hover {
  background: var(--back);
  color: var(--second);
}

.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  left: 0;
  top: initial;
  background: var(--primary);
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  bottom: 100%;
}

.fixed .dropdown-menu {
  top: 100%;
  bottom: initial;
}

.page .navbar-nav .nav-item:last-child {
  margin: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 16px 24px;
  white-space: nowrap;
  transition: 0.3s ease all;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: var(--back);
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 0px 5px;
  letter-spacing: 1px;
}

.fixed .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  background: var(--primary);
  color: #fff;
}

.navbar .navbar-nav .nav-item:hover .nav-link {
  background: var(--back);
  color: #fff;
}

.fixed .navbar .navbar-nav .nav-item:hover .nav-link {
  background: var(--primary);
  color: #fff;
}

.navbar .navbar-nav .nav-item:first-child {
  background: none;
}

.navbar .navbar-nav .nav-item .nav-link:after {
  z-index: 1;
}

.navbar .navbar-nav .nav-item:last-child .nav-link:before {
  opacity: 0;
}

.navbar .navbar-nav .nav-item:last-child .nav-link:after {
  display: none;
}

.navbar .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
}

.navbar-nav .nav-item:hover > .nav-link:before {
  width: 100%;
  opacity: 1 !important;
}

.bloc-menu.fixed .btn-menu {
  display: table;
}

.bloc-menu {
  display: none;
  margin-right: 15px;
  position: relative;
  left: 45px;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s ease all;
}

.btn-menu {
  display: table;
  margin: 0 auto;
  position: relative;
  transition: 0.3s ease all;
}

.btn-menu:hover {
  transform: rotate(180deg);
}

.menubox {
  transition: 0.3s ease all;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 20;
  max-width: 100%;
  margin: 0 auto;
  background: var(--sweet-primary);
  background-size: cover;
}

.menubox.activemenu {
  transform: none;
}

.menubox.fixed {
  top: 0;
  z-index: 20;
  position: fixed;
  background: var(--back);
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  bottom: initial;
}

.inner-menubox {
  transition: 0.3s ease all;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.fixed .inner-menubox {
  border: none;
}

.navbar {
  padding: 0;
  position: relative;
  z-index: 1;
  background: none !important;
}

.navbar-nav {
  margin: 0px !important;
  padding: 12px 15px;
  z-index: 9;
  width: 100%;
  flex-wrap: wrap;
}

.navbar-nav:last-child {
  padding: 0;
  justify-content: center;
  position: relative;
  margin: 0 auto !important;
}

/****** end menu ***/

/* RESET SIMPLE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* SECTION HERO */
.hero-section {
  background: url("../images/back.jpg") center/cover no-repeat;
  height: 411px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 960px;
  margin: 0 auto 70px;
}

.hero-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 20px;
}

.hero-text {
  font-size: 18px;
  line-height: 1.1;
  font-family: "High Tower Text";
  font-size: 25px;
}

.hero-text span {
  display: block;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 9px;
}

/* SECTION SERVICES */
.services-section {
  padding: 80px 20px;
}

.services-container {
  display: flex;
  justify-content: center;
  gap: 30px 60px;
  flex-wrap: wrap;
}

/* CARD */
.service-card {
  display: block;
  background: #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  transition: transform 0.3s ease;
  max-width: 360px;
}

.service-img {
  position: relative;
}

.service-img:before {
  content: "";
  background: url(../images/coin.png) no-repeat;
  width: 107px;
  height: 88px;
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: 2;
}

.service-img img {
  max-width: 100%;
  display: block;
}

/* TITRE */
.service-card h3 {
  margin: 20px 0 10px;
  color: var(--primary);
  font-weight: 500;
  font-family: "High Tower Text";
  font-size: 32px;
  text-align: left;
  padding: 0px 20px;
}

/* TEXTE */
.service-card p {
  font-size: 17px;
  text-align: left;
  padding: 0px 20px;
  margin: 0;
  color: var(--primary);
}

.service-card p:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: var(--second);
  margin-top: 14px;
}

/* HOVER EFFECT */
.service-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #7a2d2d;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

/* ANIMATION HOVER */
.service-card:hover {
  transform: translateY(-10px);
}

.service-card:hover .service-hover {
  transform: scaleX(1);
}

/* SECTION DROIT DU TRAVAIL */
.law-section {
  background: url("../images/back2.jpg") center/cover no-repeat;
  padding: 180px 20px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.page .law-section {
  margin-bottom: 50px;
}

.law-section:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100px;
  background: #fff;
  top: -62px;
  right: 0;
  transform: skewY(-3deg);
}

.law-section:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 129px;
  background: #fff;
  bottom: -62px;
  right: 0;
  transform: skewY(-3deg);
}

.law-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1250px;
  margin: auto;
  color: #fff;
}

.law-image img {
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

/* CONTENT */
.law-content {
  max-width: 50%;
}

.law-content h2 {
  font-size: 28px;
  margin-bottom: 45px;
  font-family: "High Tower Text";
  font-size: 50px;
}

.law-content p {
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 18px;
}

.law-content p:nth-child(2) {
  font-family: "High Tower Text";
  font-size: 21px;
  margin-bottom: 30px;
}

/* LIST */
.law-list {
  margin-top: 60px;
  list-style: none;
  text-align: left;
}

.law-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  gap: 0px 25px;
  font-size: 20px;
}

.law-list li::before {
  content: "";
  left: 0;
  color: #fff;
  font-size: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  display: block;
}

/* SECTION DOMAINES */
.domains-section {
  padding: 80px 20px;
}

.domains-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px 60px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

/* TITLE */
.domains-title h2 {
  color: var(--primary);
  font-size: 46px;
  line-height: 1.1;
  font-family: "High Tower Text";
  margin: 0;
}

/* TEXT BLOCK */
.domains-text {
  max-width: 300px;
  border-top: 15px solid var(--second);
  padding-top: 14px;
}

.domains-text .line {
}

.domains-text p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-weight: 300;
}

/* SECTION CABINET */
.cabinet-section {
  max-width: 1200px;
  margin: 0 auto 120px;
}

.cabinet-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: auto;
}

/* IMAGE */
.cabinet-image img {
  max-width: 100%;
}

.cabinet-image {
  width: 40%;
}

/* CONTENT */
.cabinet-content {
  width: 60%;
}

.cabinet-content h2 {
  color: var(--primary);
  font-size: 27px;
  margin-bottom: 20px;
  font-family: "High Tower Text";
}

.cabinet-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 300;
}

.cabinet-content p:nth-child(2) {
  font-style: normal;
  font-weight: 400;
}

.header {
}

h1 {
  font-size: 40px;
  margin: 10px 0;
}

@media (max-width: 992px) {
  .law-content h2 {
    text-align: center;
    font-size: 35px;
  }

  .law-content {
    text-align: center;
    max-width: 550px;
  }

  .cabinet-container {
    flex-direction: column;
    text-align: center;
  }

  .cabinet-image {
    width: 100%;
  }

  .cabinet-content {
    width: 100%;
    padding: 0px 20px;
  }

  .domains-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .domains-title h2 {
    font-size: 35px;
    line-height: 1;
  }

  .service-card h3 {
    text-align: center;
  }

  .service-card p {
    text-align: center;
  }

  .dropdown-menu {
    background: var(--back);
    text-align: center;
  }

  .service-card p:after {
    margin: 15px auto;
  }

  .dropdown-item {
    padding: 5px 15px;
    white-space: normal;
  }

  .law-container {
    flex-wrap: wrap;
  }
}

.flex-block-2 {
  max-width: 1300px;
  margin: 150px auto 150px;
}

.flex-block-2 .col-12 {
  padding: 0px 30px;
}

.forme-img {
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}

.flex-block-2 .text-bar {
  border-left: 15px solid var(--second);
  padding: 20px 0 20px 20px;
}

.flex-block-2 p {
  font-size: 19px;
  line-height: 1.5;
  display: block;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}

.flex-block-2 p i {
  color: #955562;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-2 p.text-italic {
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
}

.flex-block {
  position: relative;
  transition: 0.5s ease all;
  background-size: cover;
}

.flex-block h1 {
  font-size: 28px;
  margin: 0;
  font-weight: bold;
  font-weight: 900;
  margin: 0 auto;
}

.flex-block h1 {
  font-size: 70px;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin: 0;
  color: var(--primary);
  margin-bottom: 55px;
  padding-top: 40px;
}

.flex-block h1 b {
  font-size: 48px;
  display: block;
  line-height: 0.9;
  font-weight: 300;
  font-family: "High Tower Text";
  padding: 7px 0px;
  color: #955562;
}

.flex-block h1 > span {
  font-size: 21px;
  display: block;
  font-weight: 300;
  margin: 0;
  color: #955562;
}

.flex-block-2 .btn-rdv {
  display: table;
  margin: 10px 0 0;
}

.flex-block h1 span:after {
  content: "";
}

.flex-block h1:after {
  content: "";
}

.flex-block > div {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  z-index: 2;
  color: #4f5860;
}

/* Text block */

img {
  transition: 0.3s ease all;
}

.text {
  max-width: 1440px;
  margin: 0px auto 0px;
  padding: 0px 15px 0px;
  position: relative;
  z-index: 2;
}

.textdiv {
  margin: 0px auto 0px;
  padding: 50px 30px 100px;
  line-height: 31px;
  font-size: 18px;
  text-align: justify;
  position: relative;
  z-index: 1;
  font-weight: 300;
}

.link-contact {
  display: table;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s ease all;
  border-bottom: 1px solid #fff;
}

.link-contact:hover {
  letter-spacing: 1px;
  color: #fff !important;
}

/****** end Contact ***/

.footer-ico {
  display: block;
  max-width: 120px;
  filter: brightness(0) saturate(100%) invert(82%) sepia(82%) saturate(3%)
    hue-rotate(182deg) brightness(111%) contrast(80%);
}

/****** footer ***/
.boxfooter {
  overflow: hidden;
  padding: 24px 10px;
  z-index: 1;
  position: relative;
  margin: 0 auto 50px;
  max-width: 1440px;
}

.footerlink {
  color: #d0d0d0;
  font-size: 10px;
  font-family: verdana;
  text-align: right;
}

.footerlink ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.footerlink ul li {
  display: inline-block;
}

.footerlink ul li a {
  text-decoration: none !important;
  transition: 0.3s ease all;
  color: #ccc;
  padding: 0px 10px;
  font-size: 12px;
}

.footerlink ul li a:hover {
  color: var(--primary);
}

.inlineblock {
  display: inline-block;
}

.footerlink ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: none;
}

.boxfooter > div {
  width: 100%;
  margin: 0;
  align-items: center;
}

/****** footer ***/

@media (max-width: 1280px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    font-size: 15px;
    padding: 10px 10px;
  }

  .navbar-nav:after {
    height: 100%;
  }

  .logo img {
    max-width: 350px;
  }
}

@media (min-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }

  .page .logo img {
    max-width: 310px;
  }

  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }

  .page .banner {
    height: 450px;
  }

  .navbar-nav .nav-item.dropdown .dropdown-menu {
    background: var(--second);
    border: none;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    left: 0;
  }

  .dropdown-item {
    color: var(--primary);
    font-size: 16px;
    padding: 10px 15px;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background: var(--back);
    color: #fff;
  }
}

@media (max-width: 1024px) {
  .link-contact {
  }
}

@media (max-width: 992px) {
  .flex-block > div {
    flex-direction: column;
  }

  .back2 {
    margin-bottom: 50px;
  }

  .flex-block > div .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    text-align: center;
  }

  .flex-block-2 p {
    text-align: center;
  }

  .flex-block-2 .text-bar {
    padding: 0px 15px;
    border: none;
  }

  .flex-block-2 .btn-rdv {
    margin: 15px auto 0;
  }

  .link-contact {
    margin: 0 auto;
  }

  .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }

  .navbar {
    padding: 0px;
  }

  .navbar-nav:after {
    display: none;
  }

  .navbar-nav .nav-item .nav-link {
    text-align: left;
  }

  .inner-menubox {
    padding: 0;
    background: none;
    left: 0;
    width: 100%;
    border: none;
    max-width: 100%;
  }

  .collapse:not(.show) {
    display: block;
  }

  .navbar-nav {
    align-items: center;
    flex-direction: column;
  }

  .navbar-nav:first-child {
    padding-bottom: 0;
  }

  .menubox.fixed .navbar-nav {
    flex-direction: column;
  }

  .navbar-nav:last-child {
    background: none;
    max-width: 100%;
    margin: 0 !important;
    padding-top: 0;
    border: none;
  }

  .navbar-nav .nav-item:after {
    display: none;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 14px;
    color: #fff;
    border: none;
    text-shadow: none;
  }

  .navbar .navbar-nav .nav-item {
    background: none;
    display: block;
  }

  .navbar .navbar-nav .nav-item:hover {
    background: var(--second);
  }

  .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #fff;
  }

  .navbar-nav .nav-item:before,
  .menubox:before,
  .menubox:after {
    display: none;
  }

  .navbar-nav:last-child:before {
    display: none;
  }

  .menubox {
    width: 100%;

    top: 58px !important;

    border: none;

    background: var(--back) !important;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 10;

    max-width: 100%;

    transform: translateX(-100%);

    transition: 0.3s ease all;

    bottom: initial;

    padding: 50px 20px 0px !important;

    margin: 0;

    height: 100%;

    display: block;
  }

  .menubox.activemenu {
    transform: none;
  }

  .logo img {
    max-width: 100%;
  }

  .logo {
    width: 100%;
    left: 0;
    padding: 0;
    margin-bottom: 0;
  }

  .logo:after,
  .logo:before {
    display: none;
  }

  .banner {
    height: 450px;
  }

  .logo a:first-child img {
    display: block;
    margin: 0 auto;
    max-width: 74%;
  }

  .logo > div {
    padding: 35px;
  }

  .logo-desktop {
    display: none !important;
  }

  .logo-mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .logo-mobile-icon {
    max-width: 90px;
  }

  .logo-mobile-text {
    max-width: 240px;
    width: 80%;
  }

  .block-cordonnee {
    display: none;
  }

  .footer-block {
    flex-direction: column;
    gap: 19px 0px;
  }

  .block-cordonnee span {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .block-cordonnee > div {
    flex-direction: column;
    gap: 15px 0px;
  }

  .inner-menubox:after {
    display: none;
  }

  .menubox:after {
    display: none;
  }

  .header {
    position: relative;
    top: 0;
    margin-top: 58px;
    max-height: initial;
    border: none;
    margin-bottom: 0;
    display: block;
    background-position: top;
    padding: 0;
  }

  .textdiv {
    padding-top: 0;
  }

  .bloc-menu a {
    display: table;
    padding: 0;
    top: 11px;
    left: 11px;
    position: relative;
    margin: 0;
  }

  .btn-menu:after {
    display: none;
  }

  .bloc-menu.fixed {
    left: 0;
    top: 0;
    box-shadow: none;
    border-radius: 0;
  }

  .bloc-menu {
    top: 0;
    left: 0;
    width: auto;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 58px;
    overflow: hidden;
    z-index: 13;
    display: block;
    animation: none !important;
    background: var(--back);
  }

  .bloc-menu.fixed .btn-menu {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }

  .bloc-menu img {
    position: relative;
    left: 0;
    top: 0;
    width: 40px;
  }

  .btn_scroll {
    display: none;
  }

  .header:before {
    display: none;
  }

  .header:after {
    display: none;
  }

  .flex-block-2 {
    margin: 0 auto;
    padding: 40px 0px 60px;
  }

  .flex-block h1 b {
    text-align: center;
    font-size: 25px;
    margin: 0px 0px 5px;
    padding: 0px 15px;
  }

  .flex-block h1 span:after {
    display: none;
  }

  .flex-block h1 > span {
    text-align: center;
    background: none;
    margin-bottom: 9px;
  }

  img {
    max-width: 100%;
  }

  .flex-block h1 {
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    margin-top: 30px;
  }

  .back2 > div {
  }
}

@media (max-width: 767px) {
  .footerlink {
    text-align: center;
  }

  .footerlink ul {
    display: flex;
    flex-direction: column;
  }

  .menubox:after {
    display: none;
  }

  .logo img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }

  .logo a {
    margin: 0px;
  }

  .boxfooter img {
    margin: 0 auto 15px;
    display: block;
    max-width: 120px;
  }
}
