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

:root {
  --black: #000;
  --white: #fff;
  --primary: #f3d5b6;
  --second: #21973f;
  --third: #2c7a99;
  --mainfont: "Hind", sans-serif;
  --secondfont: "Montserrat", sans-serif;
  --color-text: #6c5b49;
  --gris: #e5e9ed;
  --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: "Kanit", 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;
}

.header {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  max-height: calc(100vh - 100px);
  border-bottom: 15px solid var(--primary);
}
.header:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/left.jpg) no-repeat;
  z-index: 2;
}
.header:after {
  content: "";
  width: 55%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/right.png) no-repeat;
}
.phone_header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  padding: 14px 30px;
  background: var(--back-2);
  font-size: 22px;
  padding-right: 20px;
}

.phone_header:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 50px 61px 0;
  border-color: transparent #29282d transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  left: -49px;
  top: 0;
}

.title_header {
  margin: 0;
  display: flex;
}
.title_header span {
  display: block;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
  text-shadow: 1px 1px 7px #000;
}
.title_header b {
  font-size: 86px;
  color: #fff;
  line-height: 68px;
  text-shadow: 1px 1px 33px #000;
}
.top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.top > div:first-child a {
  padding: 0px 6px;
  transition: 0.3s ease all;
  display: inline-block;
  color: var(--color-text);
  font-weight: 700;
  font-size: 19px;
}

.top > div:first-child a.phone2 {
  background: var(--primary);
  padding: 3px 22px;
  margin-left: 30px;
  position: relative;
}
.top > div:first-child a.phone2:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background: var(--primary);
  margin: 0;
  left: -12px;
  top: 0;
  transform: skewX(20deg);
}
.top > div:first-child a:hover {
}
.top > .right-top {
  display: flex;
  align-items: center;
}
.top > div p {
  margin: 0;
  font-size: 18px;
  color: var(--color-text);
  position: relative;
  padding-right: 15px;
}

.banner {
  position: relative;
  height: 560px;
  max-height: calc(100vh - 150px);
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.banner-header {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 75%;
}
.logo a {
  display: block;
}
.flex-header {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
.logo {
  width: 100%;

  padding-left: 50px;
}
.flex-header_title {
  border-top: 6px solid #fff;
  padding-left: 80px;
  padding-top: 15px;
}
.logo > div {
}

.logo img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  display: block;
  margin-left: 110px;
}

.block_insta {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  top: -32px;
  background: url(../images/forme.png) no-repeat;
  background-position: right 0px;
  padding-top: 24px;
  padding-right: 10px;
}
.block_insta > div a {
  display: flex;
  align-items: center;
  transition: 0.3s ease all;
  color: var(--primary);
}
.block_insta > div a:hover {
  color: var(--second);
}
.block_insta > div a img {
  transition: 0.3s ease all;
}
.block_insta > div a:hover img {
  transform: scale(0.8) rotate(5deg);
}
.block_insta span {
  margin-right: 15px;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  line-height: 14px;
}

.top a.phone:last-child {
  font-size: 24px;
  color: #000;
  margin: 0;
  text-align: right;
  padding: 0;
  display: block;
  font-weight: 800;
}
.top a:hover {
}
.border-block-bottom {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.border-block-bottom:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  background: #1663a1;
  left: -40px;
  top: 0;
  transform: skewX(-40deg);
}
/* end header */

/* menu */

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

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

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

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

.navbar .navbar-nav .nav-item .nav-link {
  padding: 10px 40px 5px;
  color: var(--color-text);
  white-space: nowrap;
  transition: 0.3s ease all;
  font-size: 17px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 500;
}

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

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

.bloc-menu.fixed {
  top: 0;
  left: 0;
  position: fixed;
  background: var(--primary);
  padding: 15px;
}

.bloc-menu.fixed .btn-menu {
  display: table;
  padding: 0;
  max-width: 100%;
}
.open {
}

.bloc-menu.fixed .btn-menu img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(272deg) brightness(110%) contrast(101%);
}

.bloc-menu {
  position: absolute;
  z-index: 11;
  left: 20px;
  top: 20px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.bloc-menu.open {
  position: fixed;
  padding: 15px;
}
.bloc-menu.open img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(272deg) brightness(110%) contrast(101%);
}
.btn-menu {
  display: block;
  margin: 0 auto;
  padding: 0;
  transition: 0.3s ease all;
}

.btn-menu:hover {
  transform: scale(0.8);
}
.menubox.activemenu {
  transform: none;
}
.menubox {
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s ease all;
  background: var(--primary);
  padding: 150px 40px 100px;
  transform: translatex(-102%);
}

.menubox.fixed {
  top: 0;
  bottom: initial;
}

.inner-menubox {
  transition: 0.3s ease all;
  position: relative;
}

.navbar {
  padding: 0;
  position: relative;
  z-index: 1;
}

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

.navbar-nav:first-child {
  flex-direction: column;
}

.navbar-nav:last-child {
  padding: 0;
}

/****** end menu ***/
.page .block-text-center {
  margin-top: 100px;
}
.text-center p {
  max-width: 1200px;

  margin: 80px auto 100px;

  color: var(--color-text);

  font-size: 18px;

  font-weight: 400;
}
.block-text-center {
  max-width: 1050px;
  margin: 0 auto 100px;
  padding: 0px 15px;
  position: relative;
}
.block-text-center img {
  max-width: 100%;
}
.block-text-center h2 span {
  display: block;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  position: relative;
}
.block-text-center h2 {
  display: table;
  margin: 0 auto;
  position: relative;
  padding: 20px 40px;
}
.block-text-center h2:after {
  content: "";
  position: absolute;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  left: -30px;
  top: -30px;
  background: url(../images/forme3.png), url(../images/forme4.png);
  background-repeat: no-repeat;
  background-position:
    0% 0%,
    100% 100%;
}
.block-text-center h2 span:nth-child(2) {
  font-size: 30px;
  font-weight: 700;
}
.block-text-center h2 span:nth-child(3) {
  color: #8f8ca4;
  text-align: right;
  font-size: 21px;
  position: relative;
  left: 60px;
}
.block_title {
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
  font-size: 17px;
  font-weight: normal;
  background: url(../images/img.jpg) no-repeat;
  background-position: bottom;
  display: flex;
  justify-content: flex-end;
  padding: 318px 40px 51px;
}
.block_title p {
  font-size: 18px;
  max-width: 440px;
  margin: 0 auto 30px;
  font-weight: 300;
  color: #fff;
}
.btn-rdv {
  background: var(--second);
  padding: 13px 50px;
  display: table;
  margin-top: 21px;
  border-radius: 31px;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease all;
  border-style: solid;
  border-width: 4px;
  border-color: rgb(139, 138, 152);
  border-radius: 31px;
  background-color: rgb(99, 98, 112);
  box-shadow: 1px 1px 20px 0px #ffffff70;
}
.btn-rdv:hover {
  box-shadow: 1px 1px 56px 11px #ffffff70;

  color: var(--back);

  background: var(--primary);
}
.block_title p b {
  font-size: 30px;
}
.block_title p s {
  font-size: 18px;
  text-decoration: none;
}
.bottom_block {
  position: relative;
  padding: 0;
  display: table;
  margin: 0 auto 50px;
  border-top: 10px solid var(--primary);
  padding: 10px 20px;
}
.link_plus {
  color: var(--primary) !important;
  transition: 0.3s ease all;
  font-size: 38px;
  text-align: center;
  font-weight: 800;
  display: table;
  line-height: 37px;
}
.link_plus:hover {
  padding: 0px 40px;
}

.link_plus span {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}

.text_center {
  max-width: 950px;
  margin: 0px auto 0px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-size: 17px;
  text-align: left;
}

.text_center p {
  color: #000;
  text-align: left;
  margin: 0 auto;
}
.text_center h2 {
  font-size: 19px;
  font-weight: 800;
  display: block;
  margin-bottom: 15px;
}
.page .text_center p.border-text {
  display: none;
}

.text_center p.border-text {
  border-left: 32px solid var(--primary);
  font-size: 16px;
  line-height: 18px;
  padding-left: 15px;
  max-width: 100%;
  text-align: left;
}

.text_center > div {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.flex-block-2 .bloc-text {
  position: relative;
  margin: 0;
  padding-left: 40px;
}

.flex-block-2 .bloc-text h2 {
  font-weight: 400;
  color: var(--color-text);
  display: block;
  padding-right: 0;
  margin-bottom: 30px;
  font-size: 29px;
  text-align: left;
  line-height: 31px;
}
.flex-block-2 .bloc-text h2 span {
  position: absolute;
  left: -112px;
  top: 110px;
  transform: rotate(-90deg);
  font-size: 61px;
  font-weight: 700;
}
.flex-block-2 .bloc-text h2 b {
  display: block;
  font-size: 35px;
  font-weight: 500;
}
.flex-block-2 .bloc-text h2 img {
  margin-right: 20px;
}

.flex-block-2 .bloc-text h2 b:nth-child(2) {
  font-weight: 700;
  font-size: 25px;
}

.flex-block-2 .bloc-text p {
  font-size: 19px;
  color: var(--color-text);
  font-weight: 400;
  text-align: left;
}

.flex-block-2 .bloc-text p b {
  color: var(--black);
  font-size: 23px;
  font-weight: 600;
}

.flex-block-2 {
  max-width: 1200px;
  margin: 0 auto 30px;
}

.flex-block-2 .col-sm-4 {
  background: var(--second);
  padding: 80px 40px;
  max-width: 400px;
  position: relative;
}

.flex-block-2 .col-sm-4:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 50px;
  background: #fff;
  top: -19px;
  left: 55px;
  transform: skewY(-16deg);
}

.flex-block-2 .col-12:last-child {
  position: relative;
  text-align: center;
  z-index: 2;
}

.back2 {
  position: relative;
  z-index: 2;
}

.nopadding {
  padding: 0px;
}

.flex-block-3 {
  max-width: 1200px;
  overflow: hidden;
  margin: 80px auto 100px;
}
.flex-block-3 > div {
  align-items: center;
}
.flex-block-3 h2 {
  display: block;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  margin: 0;
  color: #1e76bd;
  border: 10px solid #1e76bd;
  padding: 65px 30px;
}
.flex-block-3 > div p {
  color: #000;
  font-size: 18px;
  text-align: justify;
  max-width: 550px;
  margin: 0 auto 15px;
  padding: 0px 15px;
}
.flex-block-3 > div p span {
  color: var(--color-text);
  font-size: 20px;
}
.flex-block-3 .col-12:last-child {
  position: relative;
  text-align: center;
  justify-content: flex-end;
}
.flex-block-3 .col-12:last-child > div {
  position: relative;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 550px;
  margin: 0 auto;
  padding: 49px 15px;
}
.flex-block-3 .col-12:last-child > div:hover:before {
  width: 100%;
  height: 50%;
}

.flex-block-3 .bloc-text {
  position: relative;
  margin: 0;
  text-align: left;
}

.flex-block-3 .bloc-text a {
  border: 5px solid #d6d6e2;

  display: table;

  padding: 15px 40px;

  height: 100px;

  display: flex;

  align-items: center;

  margin: 0px 10px;

  transition: 0.3s ease all;
}
.flex-block-3 .bloc-text a img {
  transition: 0.3s ease all;
}
.flex-block-3 .bloc-text a:hover {
  background: var(--primary);
}
.flex-block-3 .bloc-text a:hover img {
  transform: scale(0.8);
}
.flex-block-3 .bloc-text h2 {
  font-weight: 600;
  padding: 0;
  position: relative;
  display: table;
  font-size: 35px;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 10px;
}
.flex-block-3 .bloc-text h2 + b {
  font-size: 18px;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}
.flex-block-3 .bloc-text h2:before {
  content: "";
  width: 150px;
  position: absolute;
  height: 90px;
  background: #d3d3d3;
  border: 33px solid #fff;
  top: -18px;
  left: -160px;
}

.flex-block-3 .bloc-text p {
  font-size: 17px;
  color: #000;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}

/****** back bloc***/

.rubrique > div {
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 80px 20px 10px;
  max-width: 1340px;
}
.rubrique > div .col-12 {
  margin-bottom: 50px;
  flex: calc(100% / 3);
  max-width: calc(100% / 3);
  width: calc(100% / 3);
  padding: 0px 20px;
}
.link-rubrique {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  left: 15px;
  top: 0;
  cursor: pointer;
  z-index: 1;
}

.rubrique > div .col-12:hover .img img {
  transform: scale(0.9);
}

.rubrique > div .col-12:hover h2 {
  background: var(--second);
  color: white;
}
.block-second .rubrique > div .col-12:hover h2 {
  background: var(--primary);
}
.rubrique > div .col-12:hover .img a:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rubrique > div h2 {
  color: var(--color-text);
  font-size: 28px;
  text-align: center;
  text-shadow: none;
  font-weight: normal;
  transition: 0.3s ease all;
  padding: 10px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 25px;
  border-radius: 30px;
}

.rubrique > div h2 b {
  display: block;
  font-weight: 700;
}

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

.rubrique .img img {
  transition: 0.3s ease all;
}

.rubrique .img {
}

.text-rubrique b {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.text-rubrique {
  max-width: 500px;
  margin: 0 auto;
  padding: 0px 10px;
  position: relative;
}
.text-rubrique p {
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.rubrique img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.bottom_img_rubrique {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bottom_img_rubrique img {
  margin: 0;
  position: relative;
  top: 36px;
}
.rubrique .img img {
  transition: 0.3s cubic-bezier(0, 0.8, 1, 1) all;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  border-radius: 30px;
}
.rubrique .img {
  position: relative;
  margin: 0 auto 18px;
  display: flex;
  justify-content: space-between;
}
.title-img {
  background: #36353d;
  margin: 0;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.title-img span {
  position: relative;
}
.title-img span:before {
  content: "";
  background: var(--second);
  width: 11px;
  position: absolute;
  height: 11px;
  border-radius: 50%;
  left: -28px;
  top: 5px;
}
.title-img span:after {
  content: "";
  background: var(--second);
  width: 11px;
  position: absolute;
  height: 11px;
  border-radius: 50%;
  right: -28px;
  top: 5px;
}
.rubrique .img > div {
  width: calc(50% - 16px);
}
.rubrique .img a {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
}
.rubrique .img a:after {
  content: "";
  position: absolute;
  width: calc(100% + 13px);
  height: 100%;
  background: #fff;
  left: -13px;
  top: -13px;
  border-radius: 30px;
  transition: 0.3s ease all;
}
.title_photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #fff;
  font-size: 18px;
}

.link-fb {
  display: table;
  margin: 0 auto 60px;
}

.link-fb a {
  transition: 0.3s ease all;
  display: table;
}
.link-fb a:hover {
  transform: scale(0.9);
}
.block_flex_images {
  max-width: 1310px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.block_flex_images:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 30px;
  right: 0;
  bottom: 0;
  background: var(--primary);
  z-index: 0;
}
.block_flex_images_container {
  justify-content: space-between;
  margin: 0;
  position: relative;
  top: -13px;
  z-index: 2;
  max-width: 1230px;
  margin: 0 auto;
}

.block_flex_images_container > div {
  padding: 0px 7px;
  position: relative;
  width: calc(100% / 4);
  max-width: calc(100% / 4);
  flex: calc(100% / 4);
}

.block_flex_images_container div img {
  max-width: 100%;
  transition: 0.3s ease all;
}

.link-realisations {
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  display: table;
  margin: 0;
  padding: 109px 40px;
  transition: 0.3s ease all;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  background: #8d8c9a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-realisations a {
  padding: 0px 14px;
  transition: 0.3s ease all;
  display: inline-block;
}
.link-realisations a:hover {
  transform: scale(0.8);
}
.link-realisations > div {
  background: #8d8c9a;
}
.link-realisations > div span {
  display: block;
  text-align: center;
  font-size: 20px;
  display: block;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 30px;
}
.link-realisations > div span b {
  font-size: 27px;
  display: block;
  font-weight: 400;
}
.link-realisations u {
  display: block;
  text-decoration: none;
  font-size: 40px;
  line-height: 31px;
}

.link-realisations:hover {
  color: #fff;
}

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

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

.container_avis_client {
  position: relative;
  max-width: 980px;
  margin: 100px auto 70px;
}

.bloc-avis-client_inner {
  width: 100%;
  padding: 0px 20px;
  margin-bottom: 0;
}
.link-avis {
  display: table;
  margin: 0 auto 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  transition: 0.3s ease all;
  padding: 15px;
}
.link-avis:hover {
  background: var(--primary);
  color: #fff;
  padding: 15px 50px;
}
.bottom_title {
  padding: 0;
  color: #000;
  display: table;
  margin: 0 auto 80px;
  padding-right: 0;
  text-align: center;
}
.bottom_title a {
  transition: 0.3s ease all;
}
.bottom_title a:hover {
  transform: scale(0.9);
}
.bottom_title span {
  display: table;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  color: #000;
}
.bottom_title span img {
  display: block;
  position: relative;
  top: 6px;
  text-align: right;
  left: calc(100% - 195px);
}
.bottom_title img {
  max-width: 100%;
  margin: 10px auto;
}

.bloc-avis-client .flex-block--inner .col-12 {
  padding: 0px 22px;
  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;
  color: #fff;
  font-weight: 900;
  display: block;
  padding: 0;
  margin-bottom: 0;
  background-size: 100% 100%;
  text-align: left;
  margin-bottom: 0;
}
.bloc-avis-client .flex-block--content h2 span {
  font-weight: 500;
  font-size: 18px;
  color: #848391;
  display: block;
  text-align: center;
  font-style: italic;
  padding: 15px;
}
.bloc-avis-client .flex-block--content p {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: 500;
  font-style: italic;
}

.bloc-avis-client .flex-block--content h2 b {
  font-size: 25px;
  display: block;
  font-weight: 500;
  background: var(--second);
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  position: relative;
}
.bloc-avis-client .flex-block--content h2 b:before {
  content: "";
  background: #9493a5;
  width: 10px;
  position: absolute;
  left: -10px;
  height: calc(100% - 15px);
  top: 7.5px;
  transform: skewY(-5deg);
}
.bloc-avis-client .flex-block--content h2 b:after {
  content: "";
  background: #9493a5;
  width: 10px;
  position: absolute;
  right: -10px;
  height: calc(100% - 15px);
  top: 7.5px;
  transform: skewY(-5deg);
}
.bloc-avis-client .flex-block--content {
  position: relative;
  margin: 0 auto 50px;
  padding: 0px 10px;
}
.bloc-avis-client .flex-block--content img {
  margin: 0 auto 30px;
}
.bloc-avis-client_img {
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}
.link_insta {
  display: table;
  margin: 0 auto 100px;
}
.link_insta a {
  transition: 0.3s ease all;
}
.link_insta a:hover {
}

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

.text {
  color: #000;
  max-width: 1200px;
  margin: 0px auto 50px;
  background: #fff;
  padding: 0px 15px;
  position: relative;
  z-index: 2;
}

.textdiv {
  margin: 30px auto 30px;
  padding: 10px 15px;
  line-height: 31px;
  font-size: 17px;
  text-align: justify;
  position: relative;
  z-index: 1;
}

.block-title {
  margin: 0 auto 0px;
  padding: 0px 15px 40px;
  text-align: center;
}
.block-title .horaire {
  border: 6px solid var(--second);
  max-width: 950px;
  margin: 0 auto;
  padding: 39px 100px;
  border-radius: 35px;
}
.block-title h2 {
  font-size: 32px;
  color: var(--second);
  font-weight: 600;
}
.poulet_img {
  max-width: 950px;
  margin: 0 auto;
  padding: 25px 150px 0px;
  display: flex;
  justify-content: flex-end;
  background: url(../images/forme2.png) no-repeat;
  background-position: calc(100% - 40px) 0;
}

.background-primary {
  max-width: 1440px;
  margin: 0 auto;
  background: var(--primary);
  padding: 220px 15px 130px;
  overflow: hidden;
  position: relative;
}
.background-primary:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background: #fff;
  top: -55px;
  left: 0;
  z-index: 1;
  transform: skewY(4deg);
}
.background-primary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background: #fff;
  bottom: -55px;
  left: 0;
  z-index: 1;
  transform: skewY(4deg);
  border-top: 17px solid var(--second);
}
/****** text images ***/
.flex-block {
  position: relative;
  transition: 0.5s ease all;
  background-size: cover;
}

.flex-block-1 {
  max-width: 1200px;
  margin: 0px auto 80px;
  background-position: right;
  padding: 100px 15px 0px;
}
.flex-block-1 > div {
}
.page .flex-block-1 h1 {
  display: none;
}
.flex-block-1 h1 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto 40px;
  width: 100%;
  max-width: max-content;
  z-index: 1;
  color: var(--color-text);
  line-height: 32px;
}
.flex-block-1 h1:before {
  content: "";
  background: url(../images/forme1.png);
  width: 92px;
  height: 98px;
  position: absolute;
  right: -61px;
  top: 12px;
}
.flex-block-1 h1 span:nth-child(1) {
  font-size: 29px;
  font-weight: 400;
}
.flex-block-1 h1 span:nth-child(3) {
  text-align: right;
  font-size: 29px;
  font-weight: 400;
  display: block;
  position: relative;
  padding-right: 25px;
}
.flex-block-1 h1 b {
  font-size: 35px;
  font-weight: 400;
  display: table;
  position: relative;
}
.flex-block-1 p {
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  margin: 0;
  text-align: justify;
  position: relative;
  max-width: 480px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.flex-block-1 p:last-of-type {
  border-bottom: 10px solid var(--primary);
}
.flex-block-1 p:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 20px;
  right: 0;
  bottom: -60px;
  background: var(--back);
}

.flex-block-1 .flex-block_text {
  margin: 0 auto;
  padding: 0;
}

.back2 {
  position: relative;
  z-index: 2;
}
#bloc-1 {
}
#bloc-1:after {
  content: "";
}
.page #bloc-1 {
  display: none;
}
.flex-block > div {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  z-index: 2;
}

.flex-block-2 > div {
  justify-content: space-between;
}

.logo-page-interne {
  justify-content: center;
  margin: 100px auto;
}
.logo-page-interne img {
  margin: 0px 40px;
}
/****** Contact ***/

.fluid-contact {
  position: relative;
  color: var(--white);
  margin: 60px auto 0px;
  max-width: 1440px;
  padding: 115px 0px 0px;
  z-index: 2;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/contact.jpg) no-repeat center/cover;
  background-size: cover;
}
.contact {
  color: var(--white);
  font-size: 17px;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0px 15px;
  max-width: 1200px;
  margin: 0 auto 197px;
}

.col-contact .phone {
  color: var(--white) !important;
  font-size: 37px;
  font-weight: 900;
  padding: 0px;
  display: block;
  margin: 0;
  position: relative;
  text-align: right;
  border: none !important;
  padding: 0px !important;
}
.col-contact .phone:last-child {
  font-size: 24px;
  font-weight: 700;
  transform: none !important;
}
.col-contact .phone:last-child b {
  font-size: 28px;
  font-weight: 800;
}

.col-contact {
  text-align: center;
  color: var(--white);
  padding: 0;
  justify-content: space-between;
}
.col-contact > div {
}

.col-contact p {
  color: var(--white);
  letter-spacing: 0;
  font-weight: 400;
  font-size: 24px;
  margin: 0px 0px;
  position: relative;
}

.adresse-block {
  margin: 0px auto;
}
.col-contact > div:last-child {
  position: relative;
  display: flex;
  align-items: flex-end;
}
/****** end Contact ***/

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

.boxfooter {
  overflow: hidden;
  padding: 15px 0px;
  z-index: 1;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.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: #fff;
  padding: 0px 10px;
}

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

.inlineblock {
  display: inline-block;
}

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

.boxfooter > div {
  width: 100%;
  margin: 0;
}

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

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

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

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

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

  .page .logo img {
    max-width: 65%;
  }

  .page .header .banner {
    height: 450px;
    min-height: 450px;
    background-position: center;
  }
}

@media (max-width: 1200px) {
  .flex-block-1 > div {
    padding: 0px 40px;
  }
  .flex-block-1 {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .flex-block > div .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    top: 0 !important;
  }
  .flex-block-2 .bloc-text h2 {
    margin-top: 40px;
  }
  .btn-contact span {
    text-align: center;
  }
  .flex-block-3 h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .btn-contact {
    margin: 20px auto !important;
  }
  .back2 {
    padding-top: 0;
  }
  .flex-block > div .col-12 img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .bloc-avis-client .flex-block--inner .col-12 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  .rubrique .img {
    margin: 0 auto 10px;
    display: block;
    max-width: 270px;
  }
  .flex-block-3 .bloc-text {
    margin: 0 auto;
  }
  .flex-block-3 .col-12:last-child > div {
    padding-left: 0;
  }
  .flex-block-3 .col-12:last-child > div img {
    /* max-width: 120px; */
  }
  .rubrique > div {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 16px;
  }
  .rubrique .img > div {
    width: calc(50% - 5px);
  }
  .flex-rubrique .d-flex {
    margin-top: 40px;
    width: 100%;
    flex-direction: column;
  }
  .block-text-center {
    margin-bottom: 40px;
    max-width: calc(100vw - 55px);
    padding: 42px 20px;
  }
  .block-text-center h2 span {
    font-size: 22px;
  }
  .ligne {
    display: none;
  }
  .rubrique {
    padding: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .block-text-center h2 span:nth-child(2) {
    font-size: 21px;
  }
  .block-text-center h2 span:nth-child(3) {
    left: 0;
    text-align: center;
  }
  .text_center {
    padding: 0px 20px;
    text-align: center;
    border: none;
    margin-bottom: 50px;
  }
  .text_center h2 {
    text-align: left;
  }
  .rubrique:before {
    display: none;
  }
  .rubrique > div .col-12 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 0;
  }
  .rubrique > div .col-12:last-child {
    top: 0;
  }

  .flex-block-1 {
    background: #fff;
    margin: 0;
    height: auto;
    min-height: initial;
    padding: 0px 15px;
  }
  .flex-block-1 p {
    width: 100%;
    margin: 0;
    max-width: 100%;
    text-align: center;
    border: none;
    padding: 0;
  }
  .btn-contact {
    justify-content: center !important;
    max-width: max-content !important;
  }
  .btn-contact:after {
  }
  .flex-block-1 p:after {
    display: none;
  }
  .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;
  }
  .collapse:not(.show) {
    display: block;
  }
  .fluid-contact {
    padding: 0px 20px;
    margin-top: 40px;
  }

  .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: 5px 10px;
  }

  .adresse-block {
    display: block !important;
    max-width: 100%;
    padding: 0;
  }
  .col-contact .link-contact {
    margin-top: 15px;
  }
  .adresse-block > div:first-child {
    width: 100%;
    padding: 0;
  }
  .col-contact > div:last-child {
    top: 0;
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .col-contact > div:last-child:after {
    display: none;
  }
  .col-contact {
    margin: 0;
    width: 100%;
    flex-direction: column;
  }
  .text:after {
    display: none;
  }
  .menubox:before,
  .menubox:after {
    display: none;
  }
  .menubox {
    width: 100%;
    top: 0;
    border: none;
    padding: 100px 20px;
  }
  .text {
    margin: 0 auto;
    box-shadow: none;
  }

  .top {
    top: 50px;
    align-items: flex-start;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .col-contact .phone,
  .col-contact p {
    text-align: center;
    justify-content: center;
    margin-top: 15px;
    display: block;
  }
  .col-contact .btn-contact {
    float: none !important;
    margin: 0 auto !important;
  }
  .fluid-contact:after {
    display: none;
  }

  .contact {
    padding: 40px 00px 0px;
    text-align: center;
    height: auto;
    max-width: 100%;
    margin: 0 auto 50px;
  }
  .contact:after {
    position: relative;
    right: 0;
    top: 0;
  }
  .logo img {
    margin: 0 auto;
  }

  .logo {
    padding: 0px 20px;
    width: 100%;
    display: block;
    left: 0;
    max-width: 100%;
    background: none;
    position: absolute;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo > div {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    box-shadow: none;
    padding: 0;
    left: 0;
  }

  .logo a {
    padding: 0px;
    margin-bottom: 0;
  }

  .textdiv {
    margin-top: 0;
    padding-top: 0;
  }

  .header {
    position: relative;
    padding-top: 0;
    top: 0;
    margin-top: 49px;
    margin-bottom: 49px;
    max-height: initial;
    border: none;
  }
  .header .d-flex {
  }
  .bloc-menu a {
    display: block;
    padding: 0;
    top: 9px;
    left: 4px;
    position: relative;
    transform: none !important;
  }
  .flex-block-1 h1 {
    left: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    background: none;
    text-align: center;
    padding: 0;
  }
  #bloc-1:after {
    display: none;
  }
  .flex-block-1 h1 span:nth-child(3) {
    left: 0;
    margin: 0;
  }
  .flex-block-1 h1 b {
  }
  .bloc-menu {
    top: 0;
    left: 0;
    width: 100% !important;
    position: fixed;
    top: 0px;
    width: 100%;
    background: var(--primary) !important;
    height: 55px;
    overflow: hidden;
    z-index: 13;
    padding: 3px 8px !important;
  }
  .bloc-menu.fixed {
    padding: 0px;
  }
  .bloc-menu.fixed .btn-menu {
    margin: 0;
    padding: 0;
  }
  .bloc-menu img {
    position: relative;
    left: 0;
    top: 0;
    width: 36px !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7438%)
      hue-rotate(242deg) brightness(122%) contrast(88%);
  }
  .btn_scroll {
    display: none;
  }
  .banner {
    width: 100%;
    max-width: 100%;
    height: 450px;
  }

  .banner-header {
    max-width: 100%;
  }

  .header:before {
    display: none;
  }

  .header:after {
    display: none;
  }

  .top > div p {
    display: none;
  }
  .top {
    position: fixed;
    top: 12px;
    right: 0;
    z-index: 13;
    margin: 0;
    max-width: 199px;
    left: initial;
  }
  .top a {
    display: none;
  }
  .top .phone {
    display: none !important;
  }
  .top a.phone:last-child {
    background: none;
    width: auto;
    height: auto;
    padding: 1px 10px;
    display: none;
  }
  .top > div:first-child {
    background: none;
  }
}

@media (max-width: 767px) {
  .flex-block-1 h1 {
    left: 0;
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .flex-block-1 h1:before {
    right: 0;
  }
  .flex-block-1 h1 b {
    font-size: 22px;
    font-weight: 500;
    background: #ffffffe3;
  }
  .flex-block-1 h1 span:nth-child(3) {
    text-align: center;
  }
  .block-title h2 {
    padding: 40px 25px;
    font-size: 25px;
  }
  .block-title {
    padding-bottom: 0px;
    margin-bottom: -45px;
    position: relative;
    z-index: 2;
  }
  .background-primary {
    padding-top: 115px;
  }
  .flex-block-1 > div {
    padding: 0;
    display: block;
  }
  .header .banner {
    height: 400px;
    background-position: 88% 0%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .rubrique > div h2 {
    left: 0;
    font-size: 23px;
    padding: 5px 0px;
  }
  .link-rubrique {
    right: -59px;
    top: 47px;
  }
  .flex-block .col-12 {
    left: 0;
    top: 0;
    border: none;
    display: block;
  }
  .flex-block-2 .col-sm-4 {
    padding: 55px 20px 80px;
  }
  .flex-block-3 .bloc-text:after {
    right: -8px;
  }
  .flex-block-2 .bloc-text h2 span {
    font-size: 49px;
    left: -76px;
    top: 85px;
  }
  .back2 {
    border: none;
    padding: 0px;
  }

  .footerlink {
    text-align: center;
  }
  .flex-block-3 .bloc-text h2:before {
    display: none;
  }
  .block_title {
    margin: 0px auto 50px;
    background-position: top;
    padding: 260px 15px 40px;
  }
  .block_title p {
    text-align: center;
    text-shadow: 1px 1px 8px #000;
  }
  .block_title:after {
    display: none;
  }
  .flex-block-3 .bloc-text h2 span {
    font-size: 25px;
  }
  .btn-rdv {
    margin: 20px auto 0px;
  }
  .flex-block-3 .col-12:last-child {
    padding: 0;
    justify-content: center;
  }
  .link_plus {
    position: relative;
    left: 0;
    top: 0;
    margin: 0px auto 19px;
    display: table;
    transform: none;
  }
  .block_flex_images_container {
    flex-wrap: wrap;
    top: 0;
  }
  .block_flex_images_container > div {
    width: 100%;
    max-width: 310px;
    flex: 100%;
    margin: 0 auto 15px;
  }
  .link-fb {
    margin-bottom: 0;
  }
  .link-realisations {
    padding: 40px 15px !important;
  }
  .bottom_block {
    padding: 15px 0px 0px;
  }
  .flex-block {
    margin: 0px auto;
    padding: 15px 0px;
    left: 0px !important;
  }
  .flex-block-2 .bloc-text {
    padding: 0;
  }
  .text-center p {
    margin: 0 auto 40px;
  }
  .block-text-center h2 {
    padding: 20px 0px;
  }
  .border-block-bottom {
    margin-bottom: 20px;
  }
  .flex-block-3 {
    padding: 40px 0px 0;
    margin-bottom: 20px;
  }
  .flex-block-3 > div p {
    margin-bottom: 20px;
  }
  .bloc-avis-client_inner {
    margin-bottom: 0;
  }
  .link-avis {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  .bottom_title {
    flex-direction: column;
    margin-bottom: 15px;
    text-align: center;
  }
  .bottom_title span {
    font-size: 18px;
    font-weight: 700;
  }
  .bottom_title span img {
    top: 0;
    left: 0;
    margin: 15px auto 19px;
  }
  .container_avis_client {
    margin-top: 0;
    margin-bottom: 0;
  }
  .flex-block-1 {
    box-shadow: none;
    padding: 0px 10px;
    overflow: hidden;
  }
  .rubrique > div .col-12 {
    width: 100%;
    flex: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
    padding: 0;
  }
  .item_rubrique {
    padding: 60px 15px 0px;
  }

  .flex-block-1 .back2 {
    padding: 0;
  }

  .col-contact {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
    flex-direction: column;
    padding: 15px;
  }

  .col-contact .phone {
    text-align: center;
    margin-top: 0px;
  }

  .col-contact p {
    text-align: center;
    padding: 0;
    max-width: 190px;
    margin-bottom: 10px;
  }
  .col-contact p:nth-child(2) {
    max-width: 190px;
  }
  .col-contact p:after {
    display: none;
  }
  .menubox:after {
    display: none;
  }

  .fluid-contact {
    min-height: auto;
    margin: 0px;
    padding: 15px 15px 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .logo-page-interne img {
    max-width: 110px;
    margin: 0px 20px;
  }

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

  .logo {
    padding: 15px 15px 10px;
    align-items: center;
    position: relative;
    height: auto;
  }
  .flex-header_title {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
  }
  .title_header b {
    font-size: 45px;
    line-height: 38px;
  }
  .contact {
    text-align: center;
    margin-bottom: 90px;
    padding-bottom: 0;
    padding-top: 0;
  }

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

/* rotate caret on hover */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #999;
}

::-webkit-scrollbar {
  width: 0px;
  background-color: #999;
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border: 0px solid #555555;
}
.btn-contact {
  color: var(--color-text);
  cursor: pointer;
  text-align: left;
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  max-width: 480px;
  transition: 0.3s ease all;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  padding: 2px 10px 10px;
  padding-left: 34px;
  width: 100%;
  justify-content: flex-end;
}
.btn-contact:after {
  content: "";
  background: url(../images/forme.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 25px;
  right: 190px;
  top: 0;
  transition: 0.3s ease all;
}
.btn-contact b {
  font-weight: 400;
  border-bottom: 1px solid;
}
.btn-contact:hover:after {
  width: 0px;
}
.btn-contact span {
  padding-right: 5px;
}

.col-contact .btn-contact {
  height: auto;
  display: table;
  width: auto;
  border-bottom: 1px solid #000;
  font-size: 17px;
  margin: 0;
  clear: both;
  color: #000;
  padding: 0;
  background: none;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 auto;
}
.col-contact .btn-contact:after {
  display: none;
}
.col-contact .link-contact {
  color: var(--white);
  transition: 0.3s ease all;
  display: inline-block;
  padding: 0px 4px;
  font-size: 24px;
  border-bottom: 1px solid var(--white);
}

.col-contact .link-contact:hover {
  background: var(--primary);
  border-color: var(--primary);
  padding: 0px 10px;
  color: var(--color-text);
}

.btn-contact:hover {
  text-decoration: none;
  color: var(--primar);
  padding: 2px 30px 10px;
}

.col-contact .btn-contact:hover {
  background: var(--primary);
  padding: 0px 15px;
  left: 0;
  top: 0;
  width: auto;
  color: #fff;
}

.footer-ico {
  max-width: 110px !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(70deg) brightness(107%) contrast(102%);
}

#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: 18px;
  font-weight: 400;
  line-height: 21px;
}
#axo-content p a,
#axo-content ul a {
  color: var(--primary);
  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: 40px;
  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(--second);
}
#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: 18px;
    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: 18px;
    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;
}

#axo-content .background-primary:after {
  content: none;
}
.footer_page_interne .fluid-contact {
  margin-top: 0;
}

.axo-slide-style {
}

.axo-slide-style:not(.native-size) img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

ul li.big {
  margin-left:-40px;
}

ul ul li.big {
  margin-left:-80px;
}

li.big {
  padding: 20px;
  border: 2px solid var(--second);
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

#section-contact .text-center, #section-contact .text-center p {
  margin: 0 0 20px;
}
