@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap");

@font-face {
  font-family: "Amarante";
  src:
    url("Amarante-Regular.woff2") format("woff2"),
    url("Amarante-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --primary: #9b0a03;
  --second: #9b9b60;
  --back: #366c14;
  --gris: #242527;
  --third: #366c14;
  --mainfont: "Baloo 2", sans-serif;
  --secondfont: "Baloo 2", sans-serif;
  --shadow-box: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  --shadow-text: 0px 0px 15px rgba(0, 0, 0, 0.1);
  --grey1: rgba(0, 0, 0, 0.03);
  --grey2: rgba(0, 0, 0, 0.06);
  --grey3: rgba(0, 0, 0, 0.09);
  --grey4: rgba(0, 0, 0, 0.12);
  --spacing-size: 50px;
}

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

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

#content {
  padding: 40px 20px;
  min-height: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
  background: #fff;
  background-size: cover;
  font-family: "Baloo 2", sans-serif;
}

#content .produit span.surgele {
  border: solid 1px #366c14;
  color: #366c14;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 5px;
}

.surgele:before {
  content: "\f2dc";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 1.1em;
  font-weight: 500;
  margin-right: 5px;
}

img.FR {
  content: url("/assets/img/FR.png");
  /*background-image: url(/assets/img/FR.png);
    position: absolute;*/
  display: inline-block;
  max-width: 24px;
}

#content .table {
  font-size: 14px;
  margin: 20px 0px;
}
#content .table tr {
  background-color: var(--white) !important;
}
#content .table th {
  font-family: "Baloo 2", sans-serif;
  color: #9b0a03;
  border-bottom: none !important;
}
#content .produit {
  font-weight: bold;
  color: #9b0a03;
  line-height: 21px;
}
#content .produit span {
  color: #000;
  font-weight: initial;
  display: block;
  font-size: 13px;
}
#content .prix {
  color: #9b0a03;
  font-weight: bold;
  text-align: right;
}

#content a {
  color: #9b0a03;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
}
#content a:hover {
  opacity: 0.4;
}
#content p {
  color: #000;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-align: justify;
}
#content h1,
#content h2,
#content h3 {
  font-family: "Baloo 2", sans-serif;
  color: #9b0a03;
  text-align: left;
  letter-spacing: 1px;
}
#content h1 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 35px;
  text-align: center;
}
#content h1 span {
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
  color: #9b0a03;
  display: block;
  color: #000;
  line-height: 26px;
  font-weight: initial;
  text-transform: uppercase;
}
#content h1:after {
  content: "";
  display: block;
  width: 38px;
  height: 7px;
  background-color: #9b0a03;
  margin: 10px auto;
}
#content h2 {
  font-size: 22px;
  margin: 30px 0px 20px;
  color: #000;
}
#content h2:after {
  content: "";
  display: block;
  width: 38px;
  height: 7px;
  background-color: #9b0a03;
  margin: 10px 0px;
}
#content h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
  line-height: 22px;
}
#content ul {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
}
#content ul li {
  padding: 2px 0px;
  font-weight: bold;
}
#content ul {
  list-style: none; /* Remove default bullets */
}

#content ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #9b0a03; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#content .img-responsive {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content .img-C {
  display: block;
  margin: 25px auto;
  max-width: 400px;
}
#content .img-G {
  float: left;
  margin: 0px 35px 20px 0px;
  max-width: 400px;
}
#content .img-D {
  float: right;
  margin: 0px 0px 20px 35px;
  max-width: 400px;
}
#content .clear {
  clear: both;
}
#content .center,
#content .center p,
#content .center h2 {
  text-align: center !important;
}
#content .flex-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: 40px 0px;
}
#content .flex-page > div {
  min-width: 250px;
  max-width: 90%;
}
#content #axo-recap {
  padding: 0px 0px 35px;
}
#content #axo-recap p {
  font-size: 0.6em;
}
#content #axo-recap p span {
}
#content #axo-aVoirAussi {
  padding: 20px 0px 0px;
}
#content #axo-aVoirAussi p {
}
#content .bouton {
  transition: all 0.4s;
  margin: 10px 20px;
  background-color: transparent;
  border: 2px solid #9b0a03;
  color: #9b0a03;
  padding: 10px;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: block;
  width: 200px;
  max-width: 90%;
  text-align: center;
  font-family: "Baloo 2", sans-serif;
  opacity: 1 !important;
}
#content .bouton:hover {
  background-color: #9b0a03;
  color: #fff;
}
#content .bottom-page {
  background: rgba(0, 0, 0, 0.05);
  margin: 30px 0px;
  padding: 20px 20px;
}
#content .bottom-page h3 {
  margin-top: 5px;
  font-size: 16px !important;
  margin-bottom: 10px;
}
#content .bottom-page p {
  text-align: center;
  margin-bottom: 0px;
}

.box-tel {
  color: inherit !important;
  text-decoration: none !important;
}
.box-tel:hover {
  color: inherit !important;
  text-decoration: none !important;
}

@media all and (max-width: 767px) {
  #content h1 {
    font-size: 25px;
    line-height: 28px;
  }
  #content h1 span {
    font-size: 18px;
    margin-top: 0px;
  }
  #content h2 {
    font-size: 20px;
  }
  #content h2 span {
    font-size: 18px;
  }
  #content h3 {
    font-size: 16px;
  }
  #content .img-G,
  #content .img-D,
  #content .img-C,
  #content .menus-restaurant img {
    float: none !important;
    margin: 25px auto !important;
    display: block !important;
    max-width: 75% !important;
  }
}
.overflow {
  overflow: hidden !important;
}

.container-fluid,
.row,
body {
  margin: 0;
  padding: 0;
}
body,
header,
header .container,
html {
  position: relative;
}
body {
  background: #ffffff;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #000;
}
header {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
  position: relative;
  z-index: 102;
}
.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
header {
  position: relative;
  padding: 0 !important;
}
header .top-header {
  background: #fff;
  position: relative;
  z-index: 999999;
  padding: 20px 20px;
  margin: 0;
}
#page .slideshow img {
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

#page header .top-header {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}

#page header {
  box-shadow: 0px 0px 0px !important;
}
#page #block-box-second {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.7) !important;
}
#bloc-left {
  padding: 0;
  z-index: 0;
}
#logo {
  text-decoration: none;
  z-index: 0;
  float: left;
  position: relative;
}
#logo img {
  margin: auto;
  display: block;
}
#bloc-right {
  position: relative;
  z-index: 0;
  padding: 0px;
}
header #bloc1_contact {
  position: relative;
  z-index: 0;
  margin: 20px 15px 0px;
  color: #9b0a03;
  font-size: 27px;
  line-height: 29px;
  font-family: "Baloo 2", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#menu .navbar .navbar-nav {
  display: flex;
  justify-content: space-around;
}
.dropdown-menu-fixed {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}
#menu.dropdown-menu-fixed .navbar li.dropdown {
  position: relative;
  width: auto;
}
#menu.dropdown-menu-fixed #navbar {
  width: 100%;
}
.dropdown-menu-fixed .navbar {
  position: relative;
  z-index: 99;
  padding: 0;
  width: 100%;
  margin: auto !important;
}
#menu #navbar,
#menu .navbar,
.dropdown-menu-fixed .navbar {
  border-radius: 0;
  min-height: inherit !important;
}
#menu.dropdown-menu-fixed li.dropdown {
  position: relative;
  display: block;
  width: 100%;
}
#menu.dropdown-menu-fixed .dropdown-menu li a {
  position: relative;
}
#menu #navbar {
  padding: 0;
  margin: auto;
}
#menu .navbar {
  margin: 0;
  position: relative;
}
#menu .navbar .navbar-nav {
  padding: 0;
  margin: 0;
  width: 100%;
}
#menu .navbar li.dropdown {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
}
#menu .navbar li.dropdown:first-child {
  padding-left: 0;
}
#menu .navbar li.dropdown:last-child {
  padding-right: 0;
}
#menu .navbar li a {
  font-size: 17px;
  margin: 0;
  padding: 20px 10px;
  line-height: 26px;
  text-align: center;
  white-space: normal !important;
  display: block;
  color: #000;
  transition: 0.4s ease all;
  position: relative;
  font-family: "Baloo 2", sans-serif;
}
.dropdown-menu-fixed .nav > li > a:hover,
.dropdown-menu-fixed .nav li a.active,
.dropdown-menu-fixed .nav > li > a:focus {
  color: #9b0a03 !important;
  background: rgba(0, 0, 0, 0);
}
#menu .nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #fff;
}
#menu .dropdown-menu {
  width: 250px;
}
#menu .dropdown-menu li.dropdown {
  position: relative;
  display: block;
  width: 100%;
}
#menu .dropdown-menu li {
  padding: 0;
  display: block;
  width: 100%;
}
#menu .dropdown-menu li a {
  margin: 0 !important;
  padding: 7px 9px !important;
  line-height: 19px;
  color: #9b0a03 !important;
  font-size: 15px;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}
#menu .dropdown-menu > li > a:focus,
#menu .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #9b0a03;
}
.bottom-header #bloc1 {
  height: 607px;
  padding-top: 57px;
  display: block;
  align-items: center;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}
.bottom-header #bloc3 {
  height: 607px;
  padding-top: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}
#slide {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  top: 0;
  right: 0;
}
#myCarousel {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}
#slide .slideshow:before {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  top: 0;
  left: 0;
  display: block;
  content: "";
}
.bottom-header #bloc2 {
  min-height: 580px;
  overflow: hidden;
  padding: 25px 20px;
  background: rgba(0, 0, 0, 0.92);
}

.bottom-header {
  display: flex;
  flex-wrap: wrap;
}
.bottom-header #bloc2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-header #bloc2 h3 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Baloo 2", sans-serif;
  letter-spacing: 1px;
}
.bottom-header #bloc2 h2 {
  padding: 0 0 45px;
  margin: 0 0 20px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #9b0a03;
  font-family: "Baloo 2", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  letter-spacing: 2px;
  background: url("../img/ico-slogon.png") center bottom no-repeat;
}
.bottom-header #bloc2 p {
  padding: 0 20%;
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
#block-box .container {
  display: flex;
  align-items: center;
  min-height: 805px;
  overflow: hidden;
  position: relative;
  padding: 0px 20px !important;
  background: url("../img/fond-bloc.jpg") center no-repeat;
  background-size: cover;
  width: 100% !important;
  background-attachment: fixed;
}
#block-box {
  position: relative;
  z-index: 99;
}

#block-box #bloc-intro {
  position: absolute;
  z-index: 99;
  top: -80px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #000;
}

#block-box #bloc-intro div {
  width: 500px;
  background: #9b0a03;
  max-width: 95%;
  padding: 30px 20px 20px;
  position: relative;
}

#block-box #bloc-intro div:before {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border: solid #9b0a03 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#block-box #bloc1 {
  padding: 0 0 66px;
  position: relative;
  z-index: 0;
  min-height: 20px;
  overflow: hidden;
  background: url("../img/ico-slogon.png") center bottom no-repeat;
  text-align: center;
  font-size: 23px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 30px;
}
#block-box #bloc1 h1 {
  padding: 7px 0 0;
  margin: 0;
  text-align: center;
  font-size: 32px;
  line-height: 37px;
  color: #ffffff;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}
#block-box #bloc1 h1 span {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 23px !important;
  line-height: 25px;
  color: #ffffff;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
}
#block-box #bloc1 p {
  text-align: center;
  font-size: 23px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
}
#block-box #bloc2 {
  padding: 55px 155px 38px;
  position: relative;
  z-index: 0;
  min-height: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
}
#block-box #bloc2 p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
}
#block-box #bloc2 .btn {
  white-space: normal;
  position: relative;
  background: rgba(0, 0, 0, 0) !important;
  display: table;
  padding: 10px 42px 10px !important;
  margin: 36px auto auto !important;
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active .btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0 auto -webkit-focus-ring-color !important;
  outline-offset: 0 !important;
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  color: #000 !important;
  text-decoration: none !important;
}
#block-box #bloc2 .btn:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: 0.4s ease all;
  background: #fff;
}
#block-box #bloc2 .btn:hover:before {
  height: 100%;
}
#block-box #bloc2 .btn:hover {
  color: #000 !important;
}
#block-box-second {
  background: #e6e6e6;
  position: relative;
  z-index: 100;
  padding: 50px 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
}
#bloc-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
}
#block-box-second h3 {
  margin-top: 0px;
}
#block-box-second h2 {
  font-size: 32px;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 50px;
  width: 100%;
  color: #9b0a03;
  background: url(../img/ico-slogon2.png) no-repeat center bottom;
  background-size: 80px;
}
#block-box-second p {
  color: #000;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  padding: 0px 10%;
  font-family: "Baloo 2", sans-serif;
}

#container-bloc-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#container-bloc-services > div {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
.bloc-services {
  background: #fff;
  width: 90%;
  padding: 20px 20px 95px;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.bloc-services h3 {
  color: #9b0a03;
  padding-top: 95px;
}
.bloc-services .title1 {
  background: url(../img/ico1.jpg) no-repeat center top;
}
.bloc-services .title2 {
  background: url(../img/ico2.jpg) no-repeat center top;
}
.bloc-services .title3 {
  background: url(../img/ico3.jpg) no-repeat center top;
}
.bloc-services .title4 {
  background: url(../img/ico4.jpg) no-repeat center top;
}
.bloc-services .title5 {
  background: url(../img/ico5.jpg) no-repeat center top;
}

.btn2 {
  white-space: normal;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0) !important;
  display: table;
  padding: 8px 30px !important;
  margin: 36px auto auto !important;
  font-size: 15px;
  text-align: center;
  color: #9b0a03 !important;
  border: 2px solid #9b0a03 !important;
  border-radius: 0 !important;
  font-family: "Baloo 2", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 8;
  letter-spacing: 1px;
}

.btn2:hover {
  color: #fff !important;
}
.btn2:hover,
.btn2:focus,
.btn2.focus,
.btn2:active,
.btn2.active .btn2:focus,
.btn2:active:focus,
.btn2.active:focus,
.btn2.focus,
.btn2:active.focus,
.btn2.active.focus {
  outline: 0 auto -webkit-focus-ring-color !important;
  outline-offset: 0 !important;
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  color: #fff !important;
  text-decoration: none !important;
}
.btn2:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: 0.4s ease all;
  background: #9b0a03 !important;
}
.btn2:hover:before {
  height: 100%;
}
#block-box-second .container {
  position: relative;
  overflow: hidden;
  min-height: 20px;
  padding: 0 20px !important;
}
#block-box-second .box {
  position: relative;
  z-index: 0;
  transition: 0.4s ease all;
  min-height: 20px;
  overflow: hidden;
}
#block-box-second .box a {
  text-decoration: none;
  padding: 0;
  position: relative;
  z-index: 0;
  transition: 0.4s ease all;
  min-height: 20px;
  overflow: hidden;
  margin: 0;
}
#block-box-second .box .bloc-img {
  position: relative;
  margin: auto;
  width: 100%;
  height: 208px;
  overflow: hidden;
  transition: 0.4s ease all;
}
#block-box-second #bloc1 .bloc-img {
  background: url("../img/ico1.jpg") no-repeat;
  background-position: center 0;
}
#block-box-second #bloc2 .bloc-img {
  background: url("../img/ico2.jpg") no-repeat;
  background-position: center 0;
}
#block-box-second #bloc3 .bloc-img {
  background: url("../img/ico3.jpg") no-repeat;
  background-position: center 0;
}
#block-box-second .box:hover .bloc-img {
  background-position: center -212px !important;
}
#block-box-second .box h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0;
  color: #000000;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
  margin: 28px 0 22px;
  padding: 0;
  font-weight: normal;
  font-family: "Baloo 2", sans-serif;
  transition: 0.4s ease all;
}
#block-box-second .box p {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0;
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
  margin: 0;
  padding: 0 80px;
  font-weight: normal;
  font-family: "Baloo 2", sans-serif;
  transition: 0.4s ease all;
}
#block-box-trois,
#block-box-trois-2 {
  position: relative;
  z-index: 0;
}

#block-box-trois #box1 {
  padding: 100px 30px;
}

#block-box-trois {
  overflow: hidden;
  min-height: 350px;
  background: url("../img/fond-bloc-trois.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 99;
}

#block-box-trois-2 {
  overflow: hidden;
  min-height: 550px;
  background: url("../img/fond-bloc-trois.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 99;
  padding-top: 4%;
}

#block-box-trois-2 .fb {
  margin-left: 2% !important;
  height: 465px;
  width: 100%;
}
.fb_iframe_widget {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}
#block-box-trois .box {
  position: relative;
  z-index: 1;
  padding: 0;
  text-align: left;
}
#block-box-trois .box h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0;
  color: #9b0a03;
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 3px;
  padding: 0;
  font-weight: normal;
  font-family: "Baloo 2", sans-serif;
  transition: 0.4s ease all;
}
#block-box-trois .box h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 10px;
  font-family: "Baloo 2", sans-serif;
  transition: 0.4s ease all;
}
#block-box-trois p {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Baloo 2", sans-serif;
  transition: 0.4s ease all;
  display: flex;
  align-items: center;
  width: 100%;
}
#block-box-trois p img {
  padding: 10px 10px;
}
#block-box-trois a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  width: 100%;
}
#block-box-trois a:hover {
  opacity: 0.4;
  padding-left: 15px;
}

#fermeture {
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  background-color: #9b0a03;
  margin-bottom: 0px;
  font-size: 20px;
}
#fermeture p {
  margin-bottom: 0px;
}

footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 100;
}
footer .container {
  position: relative;
  padding: 0 20px;
}
.top-footer {
  position: relative;
  padding: 25px 0 25px;
}
.top-footer #bloc1 {
  position: relative;
  z-index: 1;
  text-align: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
.top-footer #bloc2 {
  position: relative;
  z-index: 1;
  text-align: right;
  margin: 0;
  padding: 0;
  color: #9b0a03;
  font-weight: normal;
  letter-spacing: 0;
}
.top-footer #bloc2 h2 {
  padding: 0;
  text-align: right;
  font-size: 37px;
  line-height: 40px;
  color: #9b0a03;
  margin: 0 0 10px;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
}
.top-footer #bloc2 p {
  padding: 0;
  text-align: right;
  font-size: 28px;
  line-height: 30px;
  color: #9b0a03;
  margin: 0;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
}
/*
.top-footer .table{padding:0;margin:0;border-width:0}
.top-footer .table tr{padding:0;margin:0;border-width:0}
.top-footer .table tr td{
padding:0;
margin:0;
border-width:0;
text-align:left;
color:#000000;
font-size:17px;
vertical-align:middle;
line-height:23px;
letter-spacing:1px;
font-weight:bold;
font-family: 'AvantGarde';
width: 50%;
text-transform: uppercase;
}
*/
.row.bottom-footer div {
  padding: 0;
}
.row.bottom-footer {
  padding: 0;
  margin-bottom: 0;
}
#logo-axomedia {
  float: left;
  margin: 0 0 14px;
}
footer .box2-footer p {
  margin: 0;
  color: #cfcfcf;
  font-size: 10px;
  text-align: left;
  padding-right: 0;
  font-weight: 400;
  font-family: arial;
}
footer .box2-footer p a {
  color: #cfcfcf;
}
.slideshow {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.menu-fixed,
.menu-fixed #navbar,
.menu-fixed .navbar,
.menu-fixed .navbar .navbar-nav {
  padding: 0 !important;
}
.menu-fixed {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  left: 0 !important;
  z-index: 99999;
  min-height: 20px !important;
  background: #fff !important;
  height: initial !important;
  padding: 0 20px !important;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
}
.menu-fixed .navbar {
  border-left: 0 solid #fff !important;
}
.menu-fixed #navbar {
  background: rgba(0, 0, 0, 0) !important;
}
.menu-fixed .navbar li.dropdown {
  display: inline-block !important;
  text-align: center !important;
  float: left !important;
  margin: 0px !important;
  padding: 0 !important;
  clear: none !important;
  background: 0 0 !important;
}
.menu-fixed .navbar li.dropdown > a,
.menu-fixed .navbar li.dropdown_liste > a {
  padding: 15px 20px !important;
  font-size: 16px !important;
}
.menu-fixed .nav li a.active,
.menu-fixed .nav > li > a:focus,
.menu-fixed .nav > li > a:hover {
  background: #fff !important;
  color: #9b0a03 !important;
}
.bounceInDown {
  transform: translateX(150px);
  animation: come-in 1s ease forwards;
}
#menu.menu-fixed .caret {
  margin-top: -3px;
  position: relative !important;
  right: 0;
  top: 0;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  border-top: 4px dashed !important;
}
.dropdown-menu {
  min-width: 100% !important;
  padding: 0px 0px !important;
  border: 0px !important;
  border-radius: 0px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
#menu.menu-fixed .dropdown-menu li {
}
#menu.menu-fixed .dropdown-menu li a {
  font-size: 15px !important;
}
.dropdown-submenu {
  position: relative;
  display: inline-block;
  width: 100%;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 0px;
}
/*.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}*/
.dropdown-submenu > a:after {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  right: 10px;
  top: 40%;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.mobile {
  display: none;
}

.phrase-fb {
  font-size: 15px;
  text-align: center;
  font-family: "Baloo 2", sans-serif;
}

.fb-page {
  max-width: 100%;
}

#content .imgD {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .imgD > div:first-child {
  width: 100%;
}
#content .imgD > div:last-child img {
  margin-left: 30px;
  width: 400px;
}
#content .imgG {
  display: flex;
  align-items: center;
}
#content .imgG > div:last-child {
  width: 100%;
}
#content .imgG > div:first-child img {
  margin-right: 30px;
  width: 400px;
}

@media (max-width: 991px) {
  #content th,
  #content td {
    width: 100% !important;
  }
  #content .imgG {
    flex-direction: column;
  }
  #content .imgD {
    flex-direction: column-reverse;
  }
  #content .imgG > div:first-child img,
  #content .imgD > div:last-child img {
    margin: 30px auto;
    width: 100% !important;
    max-width: 100%;
  }
}

.row-gibier {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.col-gibier {
  flex: 1;
}

.col-gibier h2 {
  text-align: center;
  margin-bottom: 15px;
}

.imgG {
  text-align: center;
}

.imgG img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#content .table th:first-child,
#content .table td:first-child {
  border-right: 1px solid #ccc;
}

#content .table td {
  vertical-align: top;
  padding: 20px;
}

/* espace régulier entre chaque bloc produit */
#content .table td .produit {
  margin-top: 20px;
}

/* enlève le premier espace en haut */
#content .table td .produit:first-child {
  margin-top: 0;
}

/* espace entre produit et prix */
#content .table td .prix {
  margin-bottom: 10px;
}

#content .table.table-gibier {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#content .table.table-gibier thead th {
  border-bottom: none !important;
}

#content .table.table-gibier th,
#content .table.table-gibier td {
  width: 50%;
  vertical-align: top;
  padding: 10px 20px;
}

#content .table.table-gibier th:first-child,
#content .table.table-gibier td:first-child {
  border-right: 1px solid #ccc;
}

.ligne-produit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 12px 0;
}

.ligne-produit + .ligne-produit {
  margin-top: 8px;
}

.ligne-produit .produit {
  flex: 1;
}

.ligne-produit .prix {
  flex: 0 0 70px;
  text-align: right;
  white-space: nowrap;
}

/* structure propre du tableau */
#content .table-terrines {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 30px;
}

/* colonnes */
#content .table-terrines th,
#content .table-terrines td {
  padding: 12px 15px;
  vertical-align: top;
}

/* ligne horizontale sous le titre */
#content .table-terrines thead th {
  border-bottom: 1px solid #d9d9d9 !important;
}

/* ligne verticale centrale */
#content .table-terrines th:first-child,
#content .table-terrines td:first-child {
  border-right: 1px solid #d9d9d9;
}

/* colonne prix */
#content .table-terrines .col-prix,
#content .table-terrines .prix {
  width: 140px;
  text-align: right;
  white-space: nowrap;
}

/* séparation entre produits */
#content .table-terrines tbody tr td {
  border-top: 1px solid #eeeeee;
}

/* ligne de séparation spéciale */
.separateur td {
  padding: 25px 0;
  border-top: 2px solid #d9d9d9;
}

/* espace entre les 2 tableaux */
.table-terrines + .table-terrines {
  margin-top: 40px;
}

/* protège les images existantes */
#content .img-G,
#content .img-D {
  max-width: 400px;
  width: auto;
}

/* évite qu’un parent les étire */
#content img {
  height: auto;
  max-width: 100%;
}

.row-gibier {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.col-gibier {
  flex: 1;
}

.col-gibier h2 {
  text-align: center;
  margin-bottom: 15px;
}

.encart-border {
  padding: 55px;
  border-left: 10px solid var(--primary);
}

.decouv-btn {
  color: var(--second);
  font-weight: 600;
  font-size: 26px;
  padding: 10px 18px;
  border: 4px solid var(--second);
  border-radius: 13px;
  display: flex;
  justify-content: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.decouv-btn:hover {
  background-color: var(--second);
  color: var(--white);
}

.decouv-btn2 {
  color: var(--second);
  font-weight: 600;
  font-size: 26px;
  padding: 10px 18px;
  border: 4px solid var(--second);
  border-radius: 13px;
}

.decouv-btn2:hover {
  background-color: var(--second);
  color: var(--white);
}

.list-none {
  text-align: center;
  list-style: none;
}

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

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

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

.custom-liste2 li::marker,
.custom-liste-c2 li::marker {
  color: var(--second);
}

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

#axo-content {
  overflow: hidden;
}
#axo-content .container {
  width: 1440px;
  max-width: 100%;
}
#axo-content .spacing-content {
  margin-top: var(--spacing-size);
  margin-bottom: var(--spacing-size);
}
#axo-content hr {
  margin: 15px auto;
}

/* !!!! DÉBUT !!!! STYLE IMAGE & TAILLE */

#axo-content .img-fluid-wh {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#axo-content .img-fluid-w {
  width: 100%;
  object-fit: cover;
  display: block;
}
#axo-content .img-fluid-w.h400 {
  height: 300px;
}
#axo-content .img-fluid-w.h300 {
  height: 300px;
}
#axo-content .img-fluid-w.h400 {
  height: 400px;
}
#axo-content .img-fluid-w.h500 {
  height: 500px;
}
#axo-content .img-fluid-w.h600 {
  height: 600px;
}
#axo-content .img-fluid-w.h700 {
  height: 700px;
}
#axo-content .img-fluid-w.h800 {
  height: 800px;
}

/* !!!! DÉBUT !!!! STYLE FIL D'ARIANNE */

#axo-content .breadcrumb {
  background: rgba(0, 0, 0, 0);
  margin: 15px auto;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
}
#axo-content .breadcrumb-item + .breadcrumb-item::before {
  padding: 0px 5px;
}
#axo-content .breadcrumb-item {
  font-size: 13px;
}
#axo-content .breadcrumb-item a {
  color: var(--primary);
  font-weight: 600;
  transition: all 0.4s;
  text-decoration: none;
}
#axo-content .breadcrumb-item a:hover {
  opacity: 0.5;
}
#axo-content .breadcrumb-item .active {
  color: #000;
}

/* !!!! DÉBUT !!!! HEADER IMAGE */

#axo-content .axo-banner-header {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
#axo-content .axo-banner-header .main-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
#axo-content .axo-banner-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
#axo-content .axo-banner-header .caption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 40px 15px;
}
#axo-content .axo-banner-header .caption .title-page:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(var(--spacing-size) * 2);
  background: #fff;
  margin: 0px auto 15px;
}
#axo-content .axo-banner-header .caption .title-page {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: var(--secondfont);
  font-size: 70px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/* !!!! DÉBUT !!!! BANNIERE IMAGE */

#axo-content .axo-banner-img hr,
#axo-content .axo-banner-color hr {
  background: rgba(255, 255, 255, 0.5);
}
#axo-content .axo-banner-img,
#axo-content .axo-banner-color {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: calc(var(--spacing-size) * 2);
  padding-bottom: calc(var(--spacing-size) * 2);
  min-height: 600px;
  align-items: center;
}
#axo-content .axo-banner-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgb(0, 0, 0, 0.6);
}
#axo-content .axo-banner-img .main-img {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
#axo-content .axo-banner-img > .container,
#axo-content .axo-banner-img > .container-fluid,
#axo-content .axo-banner-color > .container,
#axo-content .axo-banner-color > .container-fluid {
  position: relative;
  z-index: 10;
}
#axo-content .axo-banner-img .small-title {
  color: #fff;
}
#axo-content .shape1 {
  clip-path: polygon(
    0 var(--spacing-size),
    100% 0%,
    100% calc(100% - var(--spacing-size)),
    0% 100%
  );
}
#axo-content .shape2 {
  clip-path: polygon(
    0 0,
    100% var(--spacing-size),
    100% 100%,
    0 calc(100% - var(--spacing-size))
  );
}
#axo-content .shape3 {
  clip-path: polygon(
    0 0,
    100% var(--spacing-size),
    100% calc(100% - var(--spacing-size)),
    0 100%
  );
}
#axo-content .shape4 {
  clip-path: polygon(
    0 var(--spacing-size),
    100% 0,
    100% 100%,
    0 calc(100% - var(--spacing-size))
  );
}
#axo-content .shape5 {
  clip-path: polygon(
    0% 0%,
    50% var(--spacing-size),
    100% 0,
    100% 100%,
    0% 100%
  );
}
#axo-content .shape6 {
  clip-path: polygon(
    0 0,
    50% var(--spacing-size),
    100% 0,
    100% calc(100% - var(--spacing-size)),
    50% 100%,
    0 calc(100% - var(--spacing-size))
  );
}
#axo-content .shape7 {
  clip-path: polygon(
    0 var(--spacing-size),
    50% 0,
    100% var(--spacing-size),
    100% 100%,
    50% 100%,
    0 100%
  );
}
#axo-content .shape8 {
  clip-path: polygon(
    0 var(--spacing-size),
    50% 0,
    100% var(--spacing-size),
    100% 100%,
    50% calc(100% - var(--spacing-size)),
    0 100%
  );
}
/* !!!! DÉBUT !!!! TEXTE */

#axo-content .h1,
#axo-content .h2,
#axo-content .h3,
#axo-content .h4,
#axo-content .h5 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary);
  font-family: var(--secondfont);
}
#axo-content .title-after:after {
  content: "";
  display: block;
  width: var(--spacing-size);
  height: 2px;
  margin: 20px 0px 0px;
  background: var(--second);
}
#axo-content .title-after.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
#axo-content .small-title {
  display: block;
  text-transform: uppercase;
  font-size: 60%;
  color: auto;
  font-family: var(--mainfont);
  margin-top: 7px;
}

#axo-content .h1 {
  font-size: 40px;
}
#axo-content .h2 {
  font-size: 36px;
}
#axo-content .h3 {
  font-size: 32px;
}
#axo-content .h4 {
  font-size: 28px;
}
#axo-content .h5 {
  font-size: 24px;
}
#axo-content .h6 {
  font-size: 20px;
}

#axo-content p,
#axo-content .p,
#axo-content ul,
#axo-content .table {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
#axo-content p a,
#axo-content ul a {
  color: var(--second);
  font-weight: bold;
  transition: all 0.4s;
  text-decoration: none;
}
#axo-content p a:hover,
#axo-content ul a:hover {
  opacity: 0.4;
}
#axo-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

#axo-content .table {
  background: rgba(0, 0, 0, 0.05);
}
#axo-content a.link-btn.link-icone:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054" !important;
  display: inline-block;
  margin-left: 10px;
}
#axo-content a.link-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: var(--primary);
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s;
  font-size: 14px;
  font-weight: 500;
  display: table;
  text-decoration: none;
  padding: 9px 15px;
}
#axo-content a.link-btn:hover {
  background: var(--second);
  color: #fff;
}
#axo-content a.link-btn.large {
  width: 100%;
}

/* !!!! DÉBUT !!!! COULEUR & PERSONNALISATION */

#axo-content .border-box {
  border: 2px solid var(--primary);
}
#axo-content .back-primary {
  background: var(--primary);
  color: #fff;
}
#axo-content .back-second {
  background: var(--second);
  color: #fff;
}
#axo-content .back-third {
  background: var(--third);
  color: #fff;
}
#axo-content .color-primary {
  color: var(--primary);
}
#axo-content .color-second {
  color: var(--second);
}
#axo-content .color-third {
  color: var(--third);
}
#axo-content .back-grey1 {
  background: var(--grey1);
}
#axo-content .back-grey2 {
  background: var(--grey2);
}
#axo-content .back-grey3 {
  background: var(--grey3);
}
#axo-content .back-grey4 {
  background: var(--grey4);
}
#axo-content .rounded1 {
  border-radius: 10px;
}
#axo-content .rounded2 {
  border-radius: 30px;
}
#axo-content .rounded3 {
  border-radius: 100%;
}
#axo-content .back-primary .h1,
#axo-content .back-primary .h2,
#axo-content .back-primary .h3,
#axo-content .back-primary .h4,
#axo-content .back-primary .h5,
#axo-content .back-primary .h6,
#axo-content .back-second .h1,
#axo-content .back-second .h2,
#axo-content .back-second .h3,
#axo-content .back-second .h4,
#axo-content .back-second .h5,
#axo-content .back-second .h6,
#axo-content .back-third .h1,
#axo-content .back-third .h2,
#axo-content .back-third .h3,
#axo-content .back-third .h4,
#axo-content .back-third .h5,
#axo-content .back-third .h6,
#axo-content .axo-banner-img .h1,
#axo-content .axo-banner-img .h2,
#axo-content .axo-banner-img .h3,
#axo-content .axo-banner-img .h4,
#axo-content .axo-banner-img .h5,
#axo-content .axo-banner-img .h6,
#axo-content .back-primary .small-title,
#axo-content .back-second .small-title,
#axo-content .back-third .small-title {
  color: #fff;
}
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-third a.link-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-third a.link-btn:hover {
  background: #fff;
  color: #000;
}
#axo-content .back-second .title-after:after {
  background: var(--primary);
}
#axo-content .shadow-box {
  box-shadow: var(--shadow-box);
}
#axo-content .shadow-text {
  text-shadow: var(--shadow-text);
}

#axo-content .axo-icone {
  font-size: 25px;
}
#axo-content .axo-icone.big {
  font-size: 45px;
}
#axo-content .axo-icone.box {
  background: var(--primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--spacing-size);
  height: var(--spacing-size);
}
#axo-content .axo-icone.box.big {
  width: calc(var(--spacing-size) * 2);
  height: calc(var(--spacing-size) * 2);
}

/* !!!! DÉBUT !!!! RESPONSIVE */

@media all and (max-width: 1440px) {
  #axo-content p,
  #axo-content .p,
  #axo-content ul,
  #axo-content .table {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  #axo-content .h1 {
    font-size: 36px;
  }
  #axo-content .h2 {
    font-size: 33px;
  }
  #axo-content .h3 {
    font-size: 29px;
  }
  #axo-content .h4 {
    font-size: 26px;
  }
  #axo-content .h5 {
    font-size: 23px;
  }
  #axo-content .h6 {
    font-size: 20px;
  }
}

@media all and (max-width: 991px) {
  #axo-content .axo-banner-header .main-img {
    height: 280px;
  }
  #axo-content .axo-banner-header .caption .title-page {
    font-size: 40px;
  }
  #axo-content .h1 {
    font-size: 30px;
  }
  #axo-content .h2 {
    font-size: 27px;
  }
  #axo-content .h3 {
    font-size: 24px;
  }
  #axo-content .h4 {
    font-size: 21px;
  }
  #axo-content .h5 {
    font-size: 18px;
  }
  #axo-content .h6 {
    font-size: 15px;
  }
  #axo-content .img-fluid-w.h300,
  #axo-content .img-fluid-w.h400,
  #axo-content .img-fluid-w.h500,
  #axo-content .img-fluid-w.h600,
  #axo-content .img-fluid-w.h700,
  #axo-content .img-fluid-w.h800 {
    max-height: 400px;
  }
}

@media all and (max-width: 560px) {
  #axo-content p,
  #axo-content .p,
  #axo-content ul,
  #axo-content .table {
    font-size: 14px;
    font-weight: 400;
  }
  #axo-content .img-fluid-w.h300,
  #axo-content .img-fluid-w.h400,
  #axo-content .img-fluid-w.h500,
  #axo-content .img-fluid-w.h600,
  #axo-content .img-fluid-w.h700,
  #axo-content .img-fluid-w.h800 {
    height: 300px;
  }
  :root {
    --spacing-size: 30px;
  }
  #axo-content .axo-icone {
    font-size: 16px;
  }
  #axo-content .axo-icone.big {
    font-size: 26px;
  }
  #axo-content .axo-banner-header .caption .title-page {
    font-size: 30px;
  }
}

/* DÉBUT SLIDE STYLE */
.axo-slide-style .slick-prev,
.axo-slide-style .slick-next {
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  z-index: 99;
  background: var(--primary);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.axo-slide-style .slick-prev:hover,
.axo-slide-style .slick-next:focus,
.axo-slide-style .slick-prev:focus,
.axo-slide-style .slick-next:hover {
  background: #000;
}
.axo-slide-style .slick-prev {
  left: 0px;
}
.axo-slide-style .slick-next {
  right: 0px;
}
.axo-slide-style .slick-dots {
  bottom: 0px;
  left: 0px;
  padding: 0px;
}
.axo-slide-style .slick-dots li {
  padding: 0px;
  margin: 0px;
}
.axo-slide-style .slick-dots li button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.axo-slide-style .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053" !important;
}
.axo-slide-style .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054" !important;
}
.axo-slide-style .slick-dots li button:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.axo-slide-style .slick-dots li button:before {
  background: #fff;
  border: 1px solid var(--primary);
  content: "" !important;
  display: block;
  width: 14px !important;
  height: 14px !important;
  border-radius: 15px;
  opacity: 1 !important;
}
.axo-slide-style .slick-dots li.slick-active button:before {
  background: var(--primary);
}
.axo-slide-style a {
  outline: none;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

.header {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
  background: url(../images/back.jpg) no-repeat;
  background-size: cover;
  padding-right: 300px;
}

.fb-link {
  display: block;
  transition: 0.3s ease all;
}

.fb-link:hover {
  transform: scale(0.8);
}

.header > .d-flex {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  align-items: center;
  margin: 0 auto;
  padding: 75px 0px;
}

.banner {
  position: relative;
  z-index: 0;
}

.block-banner {
  position: relative;
  overflow: hidden;
  height: 380px;
  width: 40%;
  border-radius: 45px;
}

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

.banner {
  overflow: hidden;
  height: 100%;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
}

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

.logo {
  width: 30%;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
  gap: 0px 60px;
  padding: 0;
  justify-content: center;
}

.page .logo {
  justify-content: flex-start;
}

.logo a {
  padding: 0;
  display: block;
}

.logo img {
  position: relative;
  z-index: 1;
}

.top {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}

.top > div:first-child {
  display: flex;
  align-items: center;
  gap: 0px 25px;
}

.link-suivi {
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 0px 10px;
  transition: 0.3s ease all;
}

.link-suivi:hover {
  letter-spacing: 1px;
}

.link-suivi img {
  transition: 0.3s ease all;
}

.link-suivi:hover img {
  transform: rotate(27deg);
}

.link-suivi span {
  color: var(--primary);
}

.top span {
  font-size: 15px;
}

.footer .right-top {
  width: 100%;
  justify-content: flex-end;
}

.right-top {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 0px 20px;
}

.right-top b {
  font-weight: 600;
  font-size: 16px;
}

.right-top span {
  font-size: 16px;
  font-weight: 100;
  display: block;
  line-height: 1.2;
  text-align: right;
  color: var(--second);
}

.right-top a {
  padding: 0;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  gap: 0px 6px;
  color: var(--primary);
}

.right-top .phone {
  padding: 0;
  font-size: 24px;
  position: relative;
  margin-left: 0;
  z-index: 1;
  display: block;
  text-align: right;
  padding-right: 0;
  color: #000 !important;
  font-weight: 200;
}

.right-top .phone:last-child {
  font-weight: 800;
}

/* end header */

/* menu */

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

.fixed .navbar-nav .nav-item {
  margin: 0 !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 15px 13px;
  white-space: nowrap;
  transition: 0.3s ease all;
  font-size: 19px;
  text-align: left;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link::before {
  content: attr(data-letter);
  color: #054d81;
  font-size: 90px;
  position: absolute;
  left: 14px;
  bottom: 0;
  display: block;
  line-height: 0.7;
  transition: 0.3s ease all;
}

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

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

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

.navbar-nav .nav-item:hover > .nav-link:before {
  width: 100%;
  left: 50px;
}

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

.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;
  border-radius: 0;
  width: 100%;
  position: relative;
  z-index: 20;
  background: var(--primary);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 40px;
  border-radius: 0px 0px 0px 30px;
}

.menubox:after {
  content: "";
  background: url(../images/menu.png) no-repeat;
  width: 58px;
  height: 50px;
  position: absolute;
  right: -16px;
  bottom: -17px;
}

.fixed .inner-menubox:before {
  opacity: 0;
}

.menubox.fixed {
  top: 0;
  z-index: 20;
  position: fixed;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  bottom: initial;
  border-radius: 0;
  padding: 0;
}

.menubox.fixed:after {
  display: none;
}

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

.fixed .inner-menubox {
  border: none;
  max-width: 100%;
  border-radius: 0;
}

.navbar {
  padding: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

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

.navbar-nav:last-child {
  align-items: center;
  width: auto;
  width: 100%;
  gap: 0px 30px;
  justify-content: center;
}

.fixed .navbar-nav:last-child {
  justify-content: center;
}

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

/* ================== BLOC INTRO ================== */
.bloc-intro {
  padding: 60px 15px 0;
  max-width: 980px;
  margin: 100px auto 120px;
}

.bloc-intro h1 {
  background: url(../images/illustrations.png) no-repeat;
  background-position: top right;
  padding-top: 50px;
  padding-bottom: 160px;
}

.bloc-intro h1 b {
  font-family: "Amarante";
  font-size: 55px;
  font-weight: normal;
  display: block;
  line-height: 1;
}

.bloc-intro h1 b:nth-child(3n) {
  color: var(--primary);
}

.bloc-intro h1 span {
  font-size: 26px;
  display: block;
  margin-bottom: 5px;
}

.text-italic {
  max-width: 970px;
  padding: 0px 15px;
  color: #000;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 0px auto 50px;
  font-family: "Amarante";
}

.text-italic p {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}

.intro-container {
  display: flex;
  gap: 0px 30px;
  margin-top: 40px;
}

.intro-content {
  width: 50%;
  position: relative;
  padding: 40px 0px;
}

.intro-content p {
  font-size: 18.5px;
  line-height: 1.5;
  font-weight: 100;
  color: #000;
  margin: 0 auto 10px;
}

.bloc {
  display: flex;
  margin-bottom: 150px;
  margin: 0 auto;
}

/* ---------------- BLOC 1 ---------------- */
.bloc-1-quote {
  position: relative;
  max-width: 50%;
  width: 50%;
  border-left: 5px solid var(--primary);
  padding-left: 40px;
}

.bloc-1-quote p {
  margin: 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.quote-top {
  display: block;
  margin-bottom: 30px;
}

.quote-bottom {
  float: right;
}

/* ---------------- BLOC 2 ---------------- */
.bloc-2 {
  max-width: 1200px;
  margin: 0 auto 200px;
}

.bloc-2 .banner-header2 {
  width: 50%;
  height: 500px;
  border-radius: 40px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
}

.bloc-2-text {
  width: 50%;
  background: var(--second);
  color: #fff;
  padding: 80px 15px 60px;
  border-radius: 0px 45px 45px 45px;
  position: relative;
  top: 100px;
}

.bloc-2-text h2 {
  max-width: 420px;
  margin: 0 auto 25px;
  font-family: "Amarante";
  font-size: 35px;
  color: var(--primary);
}

.bloc-2-text p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 100;
  max-width: 420px;
  margin: 0 auto 10px;
}

/* ---------------- BLOC 3 ---------------- */
.bloc-3-text {
  width: 50%;
}

.bloc-3-image {
  width: 50%;
}

.bloc-3-text h2 {
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 1.2;
  font-family: "Amarante";
  color: var(--primary);
}

.bloc-3-text h2 span {
  display: block;
  font-size: 38px;
}

.bloc-3-text h2 b {
  display: block;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
}

.bloc-3 {
  align-items: center;
  max-width: 1220px;
  gap: 0px 30px;
  background: url(../images/illu2.png) no-repeat;
  padding: 80px 0px;
  background-position: 47% 77%;
  margin-bottom: 150px;
}

.bloc-3-text p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  max-width: 500px;
}

.bloc-3-image img {
  max-width: 100%;
  border-radius: 45px;
}

/* Bloc La encarts */
.la-encarts {
  max-width: 1440px;
  margin: 0 auto 50px;
  overflow: hidden;
  padding: 50px 15px;
}

.encarts-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
  padding-top: 70px;
}

.encarts-item {
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  flex: calc(100% / 3);
  padding: 0px 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.img-block {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}

.encarts-item:hover {
  transform: translateY(-10px);
}

.encarts-item img {
  transition: 0.3s ease all;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transition-delay: 0.3s;
  border-radius: 50%;
}

.encarts-item:hover img {
  transform: rotate(10deg) scale(0.9);
}

.encarts-item h3 {
  margin: 15px 0;
  font-size: 24px;
  text-align: center;
  transition: 0.3s ease all;
  color: #000;
  font-weight: 700;
  max-width: 340px;
  margin: 25px auto 0px;
  color: var(--primary);
}

.encarts-item:hover h3 {
  color: var(--second);
}

.block-text-center {
  max-width: 970px;
  margin: 30px auto 80px;
  text-align: center;
  padding: 0px 15px;
}

.block-text-center h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "Amarante";
  color: var(--primary);
}

.block-text-center h2 span {
  display: block;
  font-size: 33px;
  margin-bottom: 35px;
  color: #dd558b;
}

.block-text-center p {
  line-height: 1.5;
  font-size: 19px;
  font-weight: 200;
  text-align: left;
  margin-bottom: 60px;
}

.block-text-center p b {
  font-weight: 700;
}

/****** bloc-avis-client  ***/

.bloc-avis-client {
  position: relative;
  padding: 0;
  max-width: 1240px;
  margin: 0 auto;
}

.container_avis_client {
  position: relative;
  max-width: 1280px;
  margin: 0px auto 50px;
  background-position: bottom;
  padding: 20px 15px 70px;
}

.bloc-avis-client_inner {
  width: 100%;
  padding: 0;
  margin-bottom: 80px;
  margin-top: 100px;
}

.bottom_title {
  padding: 0;
  padding-right: 0;
  background-size: 100px;
  margin: 0 auto 15px;
  font-size: 23px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0px 15px;
  border-bottom: 10px solid #dbdbdb;
  padding-bottom: 13px;
  max-width: 1180px;
  color: #000;
  transition: 0.3s ease all;
}

.bottom_title:hover {
  letter-spacing: 2px;
  color: #000;
}

.bottom_title img {
  position: relative;
  padding: 0;
  display: table;
  z-index: 1;
  max-width: 100%;
}

.bottom_title span {
  margin: 0;
  align-items: center;
  font-size: 19px;
}

.bloc-avis-client .flex-block--inner {
  display: flex;
  color: #fff;
}

.bloc-avis-client .flex-block--inner .col-12 {
  padding: 0px 18px;
  margin: 0 auto;
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  flex: calc(100% / 3);
}

.bloc-avis-client .flex-block--content h2 {
  font-size: 16px;
  font-weight: 900;
  display: block;
  margin-bottom: 0;
  padding: 19px 0px 35px;
  text-align: left;
  left: -61px;
  position: relative;
}

.text-avis {
  background: var(--primary);
  border-radius: 30px;
  padding: 0px 30px;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 270px;
  min-height: 450px;
}

.text-date {
  display: block;
  padding: 0;
  font-size: 17px;
  color: #fff;
  font-weight: 100;
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: calc(100% - 60px);
  border-top: 5px solid #fff;
  padding-top: 15px;
}

.text-date b {
  display: block;
  line-height: 1;
  font-weight: 700;
}

.bloc-avis-client .flex-block--content h2 {
  font-size: 18px;
  display: block;
  text-orientation: revert-layer;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-lr;
  top: 0;
  left: 0;
  padding: 30px 13px;
  height: 100%;
  font-weight: 600;
  text-align: right;
  margin: 0;
  height: 450px;
  color: var(--primary);
  padding-top: 0px;
  position: relative;
}

.bloc-avis-client .flex-block--content p {
  font-size: 20px;
  display: block;
  margin: 0;
  text-align: left;
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 50px;
}

.bloc-avis-client .flex-block--content h2 b {
  display: block;
  font-weight: 500;
  font-size: 45px;
  padding-top: 0;
  font-family: "Amarante";
}

.bloc-avis-client .flex-block--content {
  position: relative;
  padding: 40px 0px 0px;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0;
}

.bloc-avis-client .flex-block--content > div {
  display: flex;
}

img {
  transition: 0.3s ease all;
}

/****** page interne ***/

.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: 17px;
  text-align: justify;
  position: relative;
  z-index: 1;
  font-weight: 200;
}

.footer {
  width: 100%;
  max-width: 1440px;
  margin: 100px auto 0px;
  padding: 50px 0px 6px;
  position: relative;
  z-index: 1;
}

.footer-container {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  justify-content: space-between;
  padding: 10px 30px;
}

.footer-container > div:first-child {
  width: 45%;
  display: flex;
  align-items: center;
  gap: 0px 34px;
}

.footer-container > div:first-child span {
  position: relative;
  display: table;
  font-weight: 300;
  padding: 0;
}

.logo-footer {
  max-width: 270px;
  display: block;
  position: relative;
  z-index: 2;
}

.phone {
  color: #fff !important;
  font-size: 24px;
  font-weight: 300;
}

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

.footer-ico {
  display: block;
  max-width: 120px;
  opacity: 40%;
}

/****** footer ***/
.boxfooter {
  overflow: hidden;
  padding: 15px;
  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: #202023;
  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 ***/

/****** end page interne ***/

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

  .navbar-nav:last-child {
    gap: 0px 15px;
  }

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

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

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

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

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

  .dropdown-item {
    color: #fff;
    font-size: 18px;
  }

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

  .page .header > .d-flex {
    height: 450px;
  }

  .page .block-banner {
    max-height: 450px;
  }

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

/* =========================================
   TABLETTE (≤ 1024px)
========================================= */
@media (max-width: 1024px) {
  .logo-footer {
    margin: 0 auto;
    max-width: 136px;
    top: 33px;
  }

  /* ---------- INTRO ---------- */
  .intro-container {
    flex-direction: column;
    text-align: center;
  }

  .bloc-avis-client .flex-block--inner {
    flex-wrap: wrap;
  }

  .bloc-avis-client .flex-block--inner .col-12 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 40px;
  }

  .bloc-avis-client .flex-block--content {
    max-width: 360px;
  }

  .bloc-intro {
    padding: 0px 15px;
  }

  .bloc-2 {
    flex-direction: column;
    max-width: 550px;
    margin-bottom: 50px;
  }

  .bloc-2-text {
    width: 100%;
    max-width: 100%;
    top: 0;
    border-radius: 0px 0px 35px 35px;
    text-align: center;
    padding: 40px 20px;
  }

  .bloc-2 .banner-header2 {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }

  .footer-container {
    flex-direction: column;
    gap: 40px 0px;
  }

  .footer-container > div:first-child {
    width: 100%;
    justify-content: center;
    padding-top: 50px;
    align-items: center;
  }

  .intro-content p {
    border: none;
    padding: 0px 0px 0px;
  }

  .text-italic {
    text-align: center;
    margin-bottom: 0;
  }

  .encarts-items {
    padding-top: 0;
  }

  .intro-content {
    top: 0;
    width: 100%;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 0px 0px 45px 45px;
  }

  .bloc-1-quote {
    border: none;
    padding: 0;
    margin: 0 auto;
  }

  .bloc-3 {
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto 80px;
    text-align: center;
    gap: 20px 0px;
    background: var(--back);
    color: #fff;
    padding-bottom: 0;
    border-radius: 0px 0px 45px 45px;
    overflow: hidden;
  }

  .bloc-3-text {
    padding: 0px 30px;
  }

  .bloc-3 > div {
    width: 100%;
  }

  .bloc-3-image img {
    border-radius: 0 !important;
  }
}

.logo-mobile {
  display: none;
}

@media (max-width: 992px) {
  .bloc-intro h1 {
    text-align: center;
  }

  .page .logo {
    justify-content: center;
  }

  .bloc-intro h1 b {
    font-size: 29px;
    font-weight: 700;
  }

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

  /* ---------- GLOBAL PADDING ---------- */
  .bloc-intro {
    padding: 50px 20px;
  }

  .bloc-intro {
    margin: 0 auto;
  }

  .footer-container {
    flex-direction: column;
    top: 0;
  }

  .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;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 22px;
    color: #fff;
  }

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

  .dropdown-menu {
    background: var(--primary);
    border-radius: 0;
    margin: 0;
    border: none;
  }

  .dropdown-item {
    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(--second) !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 {
    display: none;
  }

  .logo-mobile {
    display: block;
    text-align: center;
    padding: 20px 0px;
    margin: 0 auto;
  }

  .logo-mobile a {
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
    justify-content: center;
    align-items: center;
  }

  .logo-mobile a img {
    max-width: 300px;
  }

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

  .block-banner {
    width: 100%;
    height: 450px;
  }

  .block-banner:before,
  .block-banner:after {
    display: none;
  }

  .header > .d-flex:before {
    display: none;
  }

  .block-banner > div {
    background-position: center;
  }

  .header > .d-flex:after {
    display: none;
  }

  .top {
    display: none;
  }

  .header > .d-flex {
    flex-wrap: wrap;
    height: auto;
    padding: 0px 20px;
  }

  .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;
    padding: 0;
    padding-bottom: 30px;
  }

  .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(--second);
  }

  .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;
  }

  .bloc-1-quote {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .bloc {
    flex-direction: column;
    margin-bottom: 100px;
    margin-top: 40px;
  }

  .bloc > div {
    width: 100%;
    text-align: center;
    top: 0;
    border-radius: 0;
  }

  .bloc-1-quote {
  }

  .bloc-2-text {
    text-align: center;
  }

  .bloc-3 {
    margin-bottom: 60px;
  }

  .encarts-items {
    padding-top: 0;
  }

  .encarts-item {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .bloc-intro {
    padding: 0px 20px 40px;
    margin: 0px auto;
  }

  .block-text-center h2 span {
    font-size: 25px;
  }

  .footer-container > div:first-child {
    width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 20px 0px;
  }

  .right-top {
    flex-direction: column;
    gap: 15px 0px;
  }

  .footer .right-top span {
    text-align: center;
  }

  .decouv-btn2 {
    display: flex;
    font-size: 20px;
    justify-content: center;
  }

  .intro-container {
    margin-top: 0;
  }

  .text-italic p {
    font-size: 22px;
    padding: 0px 15px;
  }

  .bloc-intro h1 {
    background: none;
    padding-bottom: 0;
  }

  .footer-container > div:first-child span:before,
  .footer-container > div:first-child span:after {
    display: none;
  }

  .bloc-3-text h2 {
    font-size: 25px;
  }

  .la-encarts {
    border-radius: 0;
    padding: 40px 15px;
    text-align: center;
    margin-bottom: 0;
  }

  .encarts-items {
    padding-top: 50px;
  }

  .encarts-item {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .bottom_title {
    flex-direction: column;
  }

  .bloc-avis-client_inner {
    margin-top: 50px;
  }

  .bloc-1-quote p {
    font-size: 25px;
  }

  /* ---------- INTRO ---------- */

  .intro-content p {
  }

  .intro-content {
    width: 100%;
    text-align: center;
    padding: 30px 10px;
  }

  .block-banner {
    height: 410px;
    margin-bottom: 0;
  }

  .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%;
  }

  .block-banner:after {
    background-position: 85% 100%;
  }

  .logo a {
    margin: 0px;
  }

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