@font-face {
  font-family: "Rajdhani";
  src: url("../fonts/Rajdhani-Light.eot");
  src: url("../fonts/Rajdhani-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Rajdhani-Light.woff2") format("woff2"), url("../fonts/Rajdhani-Light.woff") format("woff"), url("../fonts/Rajdhani-Light.ttf") format("truetype"), url("../fonts/Rajdhani-Light.svg#Rajdhani-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  src: url("../fonts/Rajdhani-Bold.eot");
  src: url("../fonts/Rajdhani-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rajdhani-Bold.woff2") format("woff2"), url("../fonts/Rajdhani-Bold.woff") format("woff"), url("../fonts/Rajdhani-Bold.ttf") format("truetype"), url("../fonts/Rajdhani-Bold.svg#Rajdhani-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  src: url("../fonts/Rajdhani-Medium.eot");
  src: url("../fonts/Rajdhani-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Rajdhani-Medium.woff2") format("woff2"), url("../fonts/Rajdhani-Medium.woff") format("woff"), url("../fonts/Rajdhani-Medium.ttf") format("truetype"), url("../fonts/Rajdhani-Medium.svg#Rajdhani-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  src: url("../fonts/Rajdhani-Regular.eot");
  src: url("../fonts/Rajdhani-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rajdhani-Regular.woff2") format("woff2"), url("../fonts/Rajdhani-Regular.woff") format("woff"), url("../fonts/Rajdhani-Regular.ttf") format("truetype"), url("../fonts/Rajdhani-Regular.svg#Rajdhani-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  src: url("../fonts/Rajdhani-SemiBold.eot");
  src: url("../fonts/Rajdhani-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rajdhani-SemiBold.woff2") format("woff2"), url("../fonts/Rajdhani-SemiBold.woff") format("woff"), url("../fonts/Rajdhani-SemiBold.ttf") format("truetype"), url("../fonts/Rajdhani-SemiBold.svg#Rajdhani-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/MonumentExtended-Black.eot");
  src: url("../fonts/MonumentExtended-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/MonumentExtended-Black.woff2") format("woff2"), url("../fonts/MonumentExtended-Black.woff") format("woff"), url("../fonts/MonumentExtended-Black.ttf") format("truetype"), url("../fonts/MonumentExtended-Black.svg#MonumentExtended-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/MonumentExtended-Light.eot");
  src: url("../fonts/MonumentExtended-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MonumentExtended-Light.woff2") format("woff2"), url("../fonts/MonumentExtended-Light.woff") format("woff"), url("../fonts/MonumentExtended-Light.ttf") format("truetype"), url("../fonts/MonumentExtended-Light.svg#MonumentExtended-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/MonumentExtended-Bold.eot");
  src: url("../fonts/MonumentExtended-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MonumentExtended-Bold.woff2") format("woff2"), url("../fonts/MonumentExtended-Bold.woff") format("woff"), url("../fonts/MonumentExtended-Bold.ttf") format("truetype"), url("../fonts/MonumentExtended-Bold.svg#MonumentExtended-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/MonumentExtended-Regular.eot");
  src: url("../fonts/MonumentExtended-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MonumentExtended-Regular.woff2") format("woff2"), url("../fonts/MonumentExtended-Regular.woff") format("woff"), url("../fonts/MonumentExtended-Regular.ttf") format("truetype"), url("../fonts/MonumentExtended-Regular.svg#MonumentExtended-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/MonumentExtended-Thin.eot");
  src: url("../fonts/MonumentExtended-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/MonumentExtended-Thin.woff2") format("woff2"), url("../fonts/MonumentExtended-Thin.woff") format("woff"), url("../fonts/MonumentExtended-Thin.ttf") format("truetype"), url("../fonts/MonumentExtended-Thin.svg#MonumentExtended-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*$color-noir-1: rgba(
  $color: $color-noir,
  $alpha: 0.1
);*/
html {
  overflow-x: hidden;
}

* {
  outline: none !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Rajdhani", sans-serif;
  font-size: 19px;
  line-height: normal;
  color: #4a4a49;
  line-height: 26px;
  font-weight: 500;
  overflow-x: hidden;
  background-color: #ffffff;
  background-size: 100%;
  -webkit-font-smoothing: antialiased;
}

#wrapall {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a,
a *:before,
a *:after,
button,
.btn {
  transition: all 0.15s linear 0s;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
  outline: none !important;
  color: #4a4a49;
}

a:hover {
  color: #272727;
}

p {
  margin-bottom: 15px;
}

p:empty {
  line-height: 0 !important;
}

strong,
b {
  font-weight: 700;
}

ul,
li {
  list-style: none;
  margin: 0;
}

ol {
  padding-left: 20px;
  list-style: decimal;
  line-height: 24px;
}
ol li {
  list-style: decimal;
  margin-bottom: 20px;
}
ol li::marker {
  font-weight: 700;
  color: #272727;
}

.site-main ul {
  margin-bottom: 15px;
  padding-left: 20px;
}
.site-main ul li {
  padding-left: 25px;
  margin-bottom: 5px;
  line-height: 28px;
  position: relative;
}
.site-main ul li:after {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  color: #f9b000;
  font-family: "Monument Extended", sans-serif;
  text-align: center;
  font-size: 14px;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

img,
iframe,
svg {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

svg {
  height: auto;
}

u {
  text-decoration: underline;
}

h1 {
  font-size: 42px;
  color: #4a4a49;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 30px;
  letter-spacing: -2px;
}

h2 {
  font-size: 36px;
  line-height: 40px;
  color: #4a4a49;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
  color: #4a4a49;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

h4 {
  font-size: 22px;
  line-height: 24px;
  color: #4a4a49;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
  flex: 1 1 0;
}
.d-flex.a-right {
  justify-content: flex-end !important;
}

.f-d-column {
  flex-direction: column;
}

.d-i-flex {
  display: inline-flex !important;
}

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

.pull-left,
.alignleft {
  float: left;
}

.pull-right,
.alignright {
  float: right;
}

.pull-center,
.aligncenter {
  float: none;
  margin: 0 auto;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.a-center {
  text-align: center;
}

.align-items-center {
  align-items: center;
}

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

.justify-content-between {
  justify-content: space-between;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-2 {
  margin-bottom: 2px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.col-50 {
  flex: calc(50% - 10px) 0 0;
}

.col-100 {
  flex: 100% 0 0;
}

#main-navigation-mobile {
  display: none;
}

.open-menu {
  display: none;
  text-decoration: none;
  width: 30px;
  padding: 0;
  position: absolute;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  cursor: pointer;
}
.open-menu .bar {
  background-color: #ffffff;
  display: block;
  height: 3px;
  margin: 0 0 6px;
  width: 100%;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  line-height: 0;
}
.open-menu .bar.bar3 {
  margin-bottom: 0;
}
.open-menu.open .bar {
  margin: 0;
  transform: rotate(45deg);
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  background-color: #272727;
}
.open-menu.open .bar.bar2 {
  margin-top: -3px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}
.open-menu.open .bar.bar1 {
  transform: rotate(-45deg);
  margin-top: 13px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}
.open-menu.open .bar.bar3 {
  display: none;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  margin-bottom: 0;
}

.grecaptcha-badge {
  right: -500px !important;
}

.scrolltotop {
  background: #272727;
  bottom: 80px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  opacity: 0.7;
  overflow: hidden !important;
  padding: 0;
  position: fixed !important;
  right: 40px;
  font-size: 20px;
  width: 40px;
  z-index: 999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.scrolltotop svg {
  color: #ffffff;
}
.scrolltotop:hover {
  background: #e30613;
  opacity: 1;
}

.img_top_parallax {
  height: 450px;
}
.img_top_parallax .container {
  max-width: 100%;
}
.img_top_parallax * {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.img_top_parallax h1 {
  font-size: 46px;
  margin-bottom: 0;
  letter-spacing: -2px;
  font-weight: 700;
}
.img_top_parallax .btn {
  font-weight: 700;
}
.img_top_parallax .content {
  z-index: 10;
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  flex-direction: column;
}
.img_top_parallax .parallaxator {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: #000000;
}
.img_top_parallax .parallaxator > .parallax_child {
  position: absolute;
  top: 0;
  min-height: 100%;
  max-width: inherit;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: auto !important;
}

/*----- Accordion -----*/
.accordion {
  border-top: 2px solid #dadada;
}
.accordion .cont_accordion {
  padding: 25px 0;
  border-bottom: 2px solid #dadada;
}
.accordion .cont_accordion .accordion-section-title {
  color: #272727;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4a4a49;
}
.accordion .cont_accordion .accordion-section-title:after {
  content: "";
  height: 36px;
  width: 36px;
  flex: 36px 0 0;
  background: url(../img/plus.png) center center no-repeat;
  z-index: 1;
}
.accordion .cont_accordion .accordion-section-title.active {
  color: #f9b000;
}
.accordion .cont_accordion .accordion-section-title.active:after {
  background: url(../img/moin.png) center center no-repeat;
}
.accordion .cont_accordion .accordion-section-content {
  display: none;
  width: 100%;
  padding-top: 30px;
}

/*******waves-effect********/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(0, 57, 99, 0.7);
}
.waves-effect input[type=button],
.waves-effect input[type=reset],
.waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}
.waves-effect .waves-notransition {
  transition: none !important;
}
.waves-effect .waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-effect .waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-effect .waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-effect .waves-block {
  display: block;
}
.waves-effect .waves-ripple {
  z-index: -1;
}

/*************** tabs **************/
.panel_tab .nav_tabs {
  -moz-column-gap: 0;
       column-gap: 0;
}
.panel_tab .nav_tabs .item {
  background: #5a5a5a;
  padding: 25px 10px;
  border-radius: 0;
  color: #272727;
  flex: 1;
  justify-content: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-left: 2px solid #f9b000;
}
.panel_tab .nav_tabs .item:after {
  content: "\f30c";
  color: #f9b000;
  font-family: "Monument Extended", sans-serif;
  text-align: center;
  font-size: 20px;
}
.panel_tab .nav_tabs .item a {
  color: #272727;
}
.panel_tab .nav_tabs .item.active, .panel_tab .nav_tabs .item:hover {
  background: #f9b000;
}
.panel_tab .nav_tabs .item.active:after, .panel_tab .nav_tabs .item:hover:after {
  content: "\f309";
  color: #272727;
}
.panel_tab .nav_tabs .item.active a, .panel_tab .nav_tabs .item:hover a {
  color: #272727;
}
.panel_tab .nav_tabs .item:first-child {
  border-radius: 10px 0 0 0;
  border-left: none;
}
.panel_tab .nav_tabs .item:last-child {
  border-radius: 0 10px 0 0;
}
.panel_tab .tab-content {
  padding: 0;
}
.panel_tab .tab-content .tab_pane {
  width: 100%;
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  font-size: 18px;
}
.panel_tab .tab-content .tab_pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  /*border: 1px solid $color-gris-1;*/
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 30px rgba(39, 39, 39, 0.2);
}
.panel_tab .tab-content .tab_pane a {
  text-decoration: underline;
}

@media only screen and (max-width: 1180px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
  h2 {
    font-size: 22px;
    line-height: 24px;
  }
  h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .img_top_parallax {
    height: 300px;
  }
  .img_top_parallax .parallaxator {
    padding-top: 100px;
  }
  .img_top_parallax h1 {
    font-size: 30px;
  }
  .m-t-50 {
    margin-top: 20px !important;
  }
  .m-b-50 {
    margin-bottom: 20px !important;
  }
  .m-b-75 {
    margin-bottom: 25px !important;
  }
  .m-t-75 {
    margin-top: 25px !important;
  }
  .m-t-100 {
    margin-top: 30px !important;
  }
  .m-b-100 {
    margin-bottom: 30px !important;
  }
  .p-b-75 {
    padding-bottom: 25px !important;
  }
  .p-t-75 {
    padding-top: 25px !important;
  }
  .p-t-100,
  .p-t-200 {
    padding-top: 30px !important;
  }
  .p-b-100 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .col-50 {
    flex: 100% 0 0;
  }
  .site-main ul li {
    margin-bottom: 10px;
  }
  .accordion .cont_accordion {
    padding: 20px;
  }
  .accordion .cont_accordion .accordion-section-title {
    font-size: 24px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .accordion .cont_accordion .accordion-section-content li {
    margin-bottom: 10px;
  }
  .panel_tab .nav_tabs {
    flex-direction: column;
    row-gap: 5px;
  }
  .panel_tab .nav_tabs .item {
    border-radius: 0 !important;
    padding: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .col-50 {
    flex: 100% 0 0;
  }
  .img_top_parallax h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .img_top_parallax h1 br {
    display: none;
  }
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
button:hover {
  background-color: #f9b000;
}

.btn {
  padding: 5px 20px;
  font-family: "Rajdhani", sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #272727;
  width: auto;
  margin: 0;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  outline: 0;
  box-sizing: border-box;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  z-index: 5;
  border-radius: 25px;
  border: 1px solid #272727;
}
.btn:hover, .btn:focus, .btn.active {
  background-color: #272727;
  color: #ffffff;
  border-color: #272727;
}
.btn.btn_small {
  line-height: 24px;
  font-size: 20px;
  padding: 3px 15px;
}
.btn.no_brd_radius {
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
}
.btn i {
  margin-right: 10px;
}
.btn.btn_blanc {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn_blanc:hover, .btn.btn_blanc:focus, .btn.btn_blanc.active {
  background-color: #ffffff;
  color: #272727;
  border-color: #ffffff;
}
.btn.btn_jaune {
  background-color: #f9b000;
  color: #ffffff;
  border-color: #f9b000;
}
.btn.btn_jaune:hover, .btn.btn_jaune:focus, .btn.btn_jaune.active {
  background-color: transparent;
  color: #f9b000;
  border-color: #f9b000;
}
.btn.btn_noir {
  background-color: #272727;
  color: #ffffff;
  border-color: #272727;
}
.btn.btn_noir:hover, .btn.btn_noir:focus, .btn.btn_noir.active {
  background-color: transparent;
  color: #272727;
  border-color: #272727;
}
.btn.btn_rouge {
  background-color: #e30613;
  color: #ffffff;
  border-color: #e30613;
}
.btn.btn_rouge:hover, .btn.btn_rouge:focus, .btn.btn_rouge.active {
  background-color: transparent;
  color: #e30613;
  border-color: #e30613;
}

@media only screen and (max-width: 767px) {
  .btn {
    padding: 5px 20px;
    font-size: 20px;
    line-height: 26px;
  }
}
.form_contact input::-ms-input-placeholder,
.form_contact textarea::-ms-input-placeholder, .form_contact input::-moz-placeholder,
.form_contact textarea::-moz-placeholder, .form_contact input:-moz-placeholder,
.form_contact textarea:-moz-placeholder, .form_contact input::-webkit-input-placeholder,
.form_contact textarea::-webkit-input-placeholder {
  color: #4a4a49 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}
.form_contact .form-control {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 25px;
  width: 100%;
}
.form_contact input {
  border: none;
  font-weight: 400;
  height: 50px;
  background-color: #f4f4f4;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 6px;
  font-family: "Rajdhani", sans-serif;
  color: #4a4a49;
}
.form_contact textarea {
  background-color: #f4f4f4;
  height: 300px;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 15px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Rajdhani", sans-serif;
  color: #4a4a49;
  border-radius: 6px;
}
.form_contact [type=checkbox]:not(:checked),
.form_contact [type=checkbox]:checked,
.form_contact [type=radio]:not(:checked),
.form_contact [type=radio]:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.form_contact .form-check-input[type=checkbox] + label,
.form_contact .form-check-input[type=radio] + label {
  text-align: justify;
  position: relative;
  display: inline-block;
  padding-left: 34px;
  line-height: 24px;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #4a4a49;
}
.form_contact .form-check-input[type=checkbox] + label:before,
.form_contact .form-check-input[type=radio] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  content: "";
  background: #f4f4f4;
  transition: 0.2s;
  border-radius: 3px;
}
.form_contact .form-check-input[type=checkbox]:not(.filled-in) + label:before, .form_contact .form-check-input[type=checkbox]:not(.filled-in) + label:after,
.form_contact .form-check-input[type=radio]:not(.filled-in) + label:before,
.form_contact .form-check-input[type=radio]:not(.filled-in) + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  content: "";
  background: #f4f4f4;
  transition: 0.2s;
  border-radius: 3px;
  border: 2px solid transparent;
}
.form_contact .form-check-input[type=checkbox]:not(.filled-in) + label:after,
.form_contact .form-check-input[type=radio]:not(.filled-in) + label:after {
  transform: scale(0);
  background: none;
}
.form_contact .form-check-input[type=checkbox]:checked + label:before,
.form_contact .form-check-input[type=radio]:checked + label:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  backface-visibility: hidden;
  background: none;
  border-radius: 0;
  background: #e30613;
  border-color: #f7f7f7;
}
.form_contact select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 40px 0 0;
  margin: 0;
  width: 100%;
  font-family: "Rajdhani", sans-serif;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  z-index: 10;
  color: #4a4a49;
  font-weight: 400;
  font-size: 20px;
}
.form_contact select option {
  font-weight: 400;
}
.form_contact select::-ms-expand {
  display: none;
}
.form_contact .form-select {
  width: 100%;
  cursor: pointer;
  background: #f4f4f4 url(../img/caret.png) right 30px center no-repeat;
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #4a4a49;
  padding: 10px 0 10px 10px;
  border: none;
  margin-bottom: 25px;
  border-radius: 6px;
}
.form_contact select,
.form_contact .form-select:after {
  grid-area: select;
}
.form_contact .alert,
.form_contact .m_system {
  font-size: 14px;
  text-transform: initial;
  line-height: 18px;
  padding: 10px;
  margin: 0 0 15px;
  text-align: left;
}
.form_contact .alert-info,
.form_contact .m_infos {
  border: 1px solid rgb(235, 169, 50);
  background: rgba(235, 169, 50, 0.26);
  color: rgb(235, 169, 50);
}
.form_contact .alert-danger,
.form_contact .m_alerte {
  background: rgb(255, 205, 207);
  border: 1px solid rgb(209, 35, 42);
  color: rgb(209, 35, 42);
}
.form_contact .alert-success,
.form_contact .m_valide {
  background: #1c8820;
  border: 1px solid rgb(28, 136, 32);
  color: rgb(255, 255, 255);
}
.form_contact .row_msg_btn {
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .form_contact .row_msg_btn {
    flex-direction: column;
  }
  .form_contact .form-check-input[type=checkbox] + label,
  .form_contact .form-check-input[type=radio] + label,
  .form_contact .message_check {
    line-height: 18px;
    font-size: 14px;
  }
}

header {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding: 30px 0;
}
header .container {
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  justify-content: space-between;
}
header .container .header_left {
  flex: 170px 0 0;
}
header .container .header_right {
  flex: auto 0 0;
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
}
header .container .header_right .btn {
  line-height: 20px;
}
header .container .header_right .main_menu {
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
  font-size: 16px;
}
header .container .header_right .main_menu a {
  color: #ffffff;
}
header .container .header_right .main_menu a:hover {
  font-weight: 700;
}
header .container .header_right .main_menu .current_page_item a,
header .container .header_right .main_menu .current_menu_item a {
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  header .container .header_left {
    display: flex;
  }
  #main-navigation {
    display: none;
  }
  .open-menu {
    display: inline-block;
    position: relative;
  }
  #main-navigation-mobile {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 20;
    width: 100vw;
    border-top: 5px solid #e30613;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    display: block;
    padding: 20px 50px 20px 20px;
  }
  #main-navigation-mobile.active {
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu {
    flex-direction: column;
    align-items: flex-start;
  }
  #main-navigation-mobile .sf-menu > li {
    display: inline-block;
    width: 100%;
    position: relative;
    white-space: nowrap;
    transition: background ease-in-out 0.2s;
  }
  #main-navigation-mobile .sf-menu > li > a {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #272727;
    display: inline-block;
    font-size: 16px;
    padding: 5px 5px;
    text-transform: uppercase;
    color: #272727;
  }
  #main-navigation-mobile .sf-menu > li:last-child > a {
    border-right: none;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children .after {
    width: 40px;
    height: 37px;
    display: flex;
    position: absolute;
    right: 0;
    border-left: 1px solid #272727;
    align-items: center;
    justify-content: center;
    color: #272727;
    top: 0;
    z-index: 2;
    cursor: pointer;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children .after .caret {
    border-top: 8px dashed;
    border-top: 8px solid\9 ;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active .after .caret {
    transform: rotate(180deg);
    transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu ul.sub-menu {
    max-height: 0;
    display: inherit;
    padding: 0 20px;
    position: relative;
    background: #5a5a5a;
    left: 0;
    min-width: 100%;
    top: 100%;
    z-index: 99;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
  }
  #main-navigation-mobile .sf-menu ul.sub-menu:after {
    background: #5a5a5a;
    left: 0;
    min-width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 1px;
    content: "";
  }
  #main-navigation-mobile .sf-menu ul.sub-menu.open {
    max-height: 100vh;
    display: block;
  }
  #main-navigation-mobile .sf-menu ul li a {
    color: #272727;
    padding: 5px 0;
    display: block;
  }
  #main-navigation-mobile .sf-menu ul li aa:hover {
    color: #a6a8b3;
  }
  #main-navigation-mobile .open-menu {
    top: 5px;
    right: 18px;
    left: auto;
    transform: translateY(0);
    position: absolute;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children:hover .after,
  #main-navigation-mobile .sf-menu > li:hover > a,
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active .after,
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active > a {
    color: #ffffff;
    background-color: #272727;
  }
}
@media only screen and (max-width: 550px) {
  header {
    padding: 10px 0;
  }
  header .container {
    flex-direction: column;
  }
  header .container .header_left {
    flex: auto 0 0;
    margin-bottom: 10px;
  }
  header .container .header_left img {
    max-height: 30px;
  }
  header .container .header_right {
    justify-content: space-between;
    width: 100%;
  }
  header .container .header_right .pos_left {
    flex: 30px 0 0;
  }
  header .container .header_right .pos_right {
    flex: auto 0 0;
  }
  header .container .header_right .pos_right form {
    margin: 0 5px 0 5px;
  }
}
footer {
  background: #000000;
  margin-top: auto;
  padding-top: 50px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
footer a:hover {
  color: #ffffff;
}
footer .footer_top {
  width: 100%;
  justify-content: space-between;
}
footer .footer_top .bloc_left {
  flex: auto 0 0;
}
footer .footer_top .bloc_right {
  display: flex;
  flex: 1;
  gap: 80px;
  justify-content: flex-end;
}
footer .footer_top .bloc_right .pos_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 14px;
}
footer .footer_top .bloc_right .pos_left .sociaux .lien {
  height: 22px;
  width: 22px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  line-height: 26px;
  background-color: #ffffff;
  margin: 0 5px;
  font-size: 14px;
  color: #4a4a49;
}
footer .footer_top .bloc_right .footer_menu {
  gap: 10px;
  font-size: 14px;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 16px;
}
footer .footer_top .bloc_right .footer_menu a {
  color: #ffffff;
}
footer .footer_top .bloc_right .footer_menu a:hover {
  font-weight: 700;
}
footer .footer_top .bloc_right .footer_menu .current_page_item a,
footer .footer_top .bloc_right .footer_menu .current_menu_item a {
  font-weight: 700;
}
footer .footer_bottom {
  position: relative;
  width: 100%;
  background: #2c2c2b;
  font-size: 14px;
  padding: 20px 0;
}
footer .footer_bottom .container {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  footer #main-navigation {
    display: block;
  }
  footer .footer_top .container {
    align-items: center;
    flex-direction: column;
    row-gap: 30px;
  }
  footer .footer_top .container .bloc_left {
    flex-direction: row;
    gap: 30px;
    flex: auto 0 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer_top .container .bloc_left .sociaux {
    margin-top: inherit;
    flex: auto 0 0;
  }
  footer .footer_top .container .bloc_right {
    row-gap: 30px;
    width: 100%;
    justify-content: flex-start;
  }
  footer .footer_top .container .bloc_right .locations {
    gap: 30px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer_top .container .bloc_right .locations .item {
    flex: 1 0 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer_top .container .bloc_left {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer_top .container .bloc_left .texte_footer {
    font-size: 20px;
    line-height: 24px;
  }
  footer .footer_top .container .bloc_right {
    flex-direction: column;
  }
  footer .footer_top .container .bloc_right .main_menu {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  footer .footer_top .container .bloc_right .locations {
    justify-content: center;
    text-align: center;
  }
  footer .footer_top .container .bloc_right .locations .item {
    flex: 1 0 0;
    min-width: 300px;
  }
  footer .footer_top .container .bloc_right .locations .item .adresse br {
    display: none;
  }
  footer .footer_top .container .bloc_right .locations .item .nom {
    margin-bottom: 20px;
  }
  footer .footer_top .container .bloc_right .locations .item .lien.email {
    margin-bottom: 20px;
  }
  footer .footer_top .container .bloc_right .locations .item .whatsapp {
    justify-content: center;
  }
  footer .footer_bottom {
    text-align: center;
  }
}
.section_gallery_home {
  width: 100%;
}
.section_gallery_home .owl-carousel,
.section_gallery_home .owl-stage-outer,
.section_gallery_home .owl-stage,
.section_gallery_home .owl-item {
  height: 100%;
}
.section_gallery_home #slide_accueil .slide {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.section_gallery_home #slide_accueil .slide .container {
  color: #ffffff;
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  row-gap: 20px;
  flex-direction: column;
  height: 740px;
  justify-content: center;
  position: relative;
  z-index: 10;
  align-items: center;
  font-family: "Rajdhani", sans-serif;
}
.section_gallery_home #slide_accueil .slide .container h2 {
  font-size: 46px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: -2px;
}
.section_gallery_home #slide_accueil .slide .container img {
  width: auto;
}
.section_gallery_home #slide_accueil .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 90px;
  left: 0;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
}
.section_gallery_home .owl-carousel button.owl-dot {
  background: none !important;
  border: 2px solid #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.section_gallery_home .owl-carousel button.owl-dot:hover, .section_gallery_home .owl-carousel button.owl-dot.active {
  opacity: 1;
  background: #ffffff !important;
}

.section_blocs_links {
  margin-top: -50px;
  margin-bottom: 60px;
}
.section_blocs_links .container {
  position: relative;
}
.section_blocs_links .container::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: -150px;
  box-shadow: 17px 200px 200px rgba(0, 0, 0, 0.5);
}
.section_blocs_links .blocs_links {
  gap: 10px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.section_blocs_links .blocs_links .bloc {
  border-radius: 30px;
  padding: 20px;
  flex: 1;
  background-color: #e30613;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  line-height: 26px;
  min-height: 190px;
  letter-spacing: -0.2px;
  font-weight: 700;
}
.section_blocs_links .blocs_links .bloc .pos_top {
  justify-content: space-between;
}
.section_blocs_links .blocs_links .bloc .pos_top .icone .ico {
  display: none;
}
.section_blocs_links .blocs_links .bloc .link {
  margin-top: auto;
  justify-content: space-between;
  font-size: 16px;
  line-height: 18px;
  flex: auto 0 0;
  font-weight: 700;
  align-items: flex-end;
}
.section_blocs_links .blocs_links .bloc .link span {
  text-decoration: underline;
}
.section_blocs_links .blocs_links .bloc .link strong {
  font-size: 85px;
  line-height: 60px;
  opacity: 0.45;
  color: #ffffff;
}
.section_blocs_links .blocs_links .bloc:nth-child(2) {
  background-color: #d40511;
}
.section_blocs_links .blocs_links .bloc:nth-child(2) .link strong {
  opacity: 0.22;
}
.section_blocs_links .blocs_links .bloc:nth-child(3) {
  background-color: #c5040f;
}
.section_blocs_links .blocs_links .bloc:nth-child(3) .link strong {
  opacity: 0.17;
}
.section_blocs_links .blocs_links .bloc:hover {
  color: #ffffff;
}
.section_blocs_links .blocs_links .bloc:hover .pos_top .icone .ico {
  display: block;
}
.section_blocs_links .blocs_links .bloc:hover .pos_top .icone .ico1 {
  display: none;
}
.section_blocs_links.section_blocs_links_page .container::before {
  display: none;
}
.section_blocs_links.section_blocs_links_page .container h2 {
  text-align: center;
  font-size: 33px;
  line-height: 36px;
  margin-bottom: 50px;
}
.section_blocs_links.section_blocs_links_page .blocs_links .bloc {
  background-color: #e30613;
  color: #ffffff;
  border-radius: 10px;
}
.section_blocs_links.section_blocs_links_page .blocs_links .bloc .pos_top .icone .ico {
  display: none;
}
.section_blocs_links.section_blocs_links_page .blocs_links .bloc .pos_top .icone .ico1 {
  display: block;
}
.section_blocs_links.section_blocs_links_page .blocs_links .bloc .link strong {
  opacity: 0.17;
}
.section_blocs_links.section_blocs_links_page .blocs_links .bloc:hover {
  color: #4a4a49;
}
.section_blocs_links.section_blocs_links_page .blocs_links .bloc:hover .pos_top .icone .ico {
  display: block;
}
.section_blocs_links.section_blocs_links_page .blocs_links .bloc:hover .pos_top .icone .ico1 {
  display: none;
}

.section_services {
  margin-bottom: 90px;
}
.section_services .container > .titre {
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: center;
}
.section_services .container .blocs_services .bloc {
  flex: 1;
  padding: 0 20px;
  border-right: 1px solid #b4b4b4;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.section_services .container .blocs_services .bloc .titre {
  font-size: 23px;
  line-height: 26px;
  font-weight: 700;
}

.section_chiffres {
  padding: 60px 0;
  background: #e30613 url(../img/bg.png) center center no-repeat;
  color: #ffffff;
}
.section_chiffres .container > .titre {
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: center;
}
.section_chiffres .container .blocs_chiffres {
  justify-content: center;
  margin-bottom: 40px;
  gap: 30px;
  flex-wrap: wrap;
}
.section_chiffres .container .blocs_chiffres .bloc {
  flex: 160px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.section_chiffres .container .blocs_chiffres .bloc .chiffre {
  font-size: 87px;
  line-height: 60px;
  font-weight: 700;
}
.section_chiffres .container .descriptif {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.section_chiffres .container .descriptif h2 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
}

.section_galerie_top {
  padding: 70px 0 150px;
  background: #272727 url(../img/bg01.png) center center no-repeat;
  background-size: cover;
}
.section_galerie_top .container h2 {
  color: #ffffff;
}

.section_galerie {
  margin: -100px 0 70px;
}
.section_galerie .container {
  position: relative;
}
.section_galerie .container::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: -150px;
  box-shadow: 17px 200px 200px rgba(0, 0, 0, 0.5);
}
.section_galerie .container .slide_solutions {
  position: relative;
  z-index: 1;
}
.section_galerie .container .slide_solutions .img {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #272727;
  width: 100%;
}
.section_galerie .container .slide_solutions .owl-nav {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translatey(-50%);
  width: calc(100% + 120px);
  display: flex;
  justify-content: space-between;
}
.section_galerie .container .slide_solutions .owl-nav button {
  background-color: #e7e7e7;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}
.section_partenaires {
  margin-bottom: 50px;
}
.section_partenaires .titre {
  font-size: 27px;
  line-height: 30px;
}
.section_partenaires .img {
  filter: grayscale(1);
}
.section_partenaires .img:hover {
  filter: grayscale(0);
}

.section_somme_nous .descriptif {
  font-size: 16px;
  line-height: 22px;
}
.section_somme_nous .descriptif h2 {
  font-size: 33px;
  line-height: 36px;
}
.section_somme_nous .bloc_image_texte {
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  margin-bottom: 80px;
}
.section_somme_nous .bloc_image_texte .bloc_left {
  width: 575px;
  height: 240px;
  position: relative;
}
.section_somme_nous .bloc_image_texte .bloc_left .img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.section_somme_nous .bloc_image_texte .bloc_right {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
}
.section_somme_nous .bloc_image_texte .bloc_right h2 {
  font-size: 33px;
  line-height: 36px;
  margin-bottom: 15px;
}
.section_somme_nous .bloc_image_texte:nth-child(even) {
  flex-direction: row-reverse;
}

.section_messions {
  margin-bottom: 60px;
}
.section_messions h2 {
  font-size: 33px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 50px;
}
.section_messions .blocs_messions {
  gap: 10px;
  flex-direction: column;
}
.section_messions .blocs_messions .bloc {
  justify-content: space-between;
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 8px;
  padding: 10px 20px;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  min-height: 70px;
  cursor: pointer;
}
.section_messions .blocs_messions .bloc .titre {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.section_messions .blocs_messions .bloc .texte {
  font-size: 16px;
  line-height: 22px;
  margin-left: auto;
  text-align: right;
}
.section_messions .blocs_messions .bloc .link {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.section_messions .blocs_messions .bloc:hover {
  opacity: 0.8;
}

.section_formulaires {
  margin-bottom: 60px;
}
.section_formulaires h2 {
  font-size: 33px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 50px;
}
.section_formulaires .blocs_formulaires {
  gap: 10px;
  flex-direction: column;
}
.section_formulaires .blocs_formulaires .bloc {
  justify-content: space-between;
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 8px;
  gap: 20px;
  margin-bottom: 10px;
  min-height: 70px;
}
.section_formulaires .blocs_formulaires .bloc .titre {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 0 10px 20px;
  display: flex;
  align-items: center;
}
.section_formulaires .blocs_formulaires .bloc .texte {
  font-size: 16px;
  line-height: 22px;
  margin-left: auto;
  text-align: right;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.section_formulaires .blocs_formulaires .bloc .link {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 20px 10px 40px;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  background: #e30613;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.section_formulaires .blocs_formulaires .bloc .link i {
  height: 28px;
  width: 28px;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  background-color: #ffffff;
  border-radius: 100%;
  color: #e30613;
}
.section_formulaires .blocs_formulaires .bloc:hover {
  opacity: 0.8;
}

.section_produits .bloc_produits {
  flex-wrap: wrap;
  gap: 80px 50px;
  justify-content: center;
}
.section_produits .bloc_produits .produit {
  flex: calc((100% - 100px) / 3) 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  min-width: 250px;
}
.section_produits .bloc_produits .produit .img {
  overflow: hidden;
  border-radius: 10px;
}
.section_produits .bloc_produits .produit h3 {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section_produits .bloc_produits .produit .prix {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

/* Style pour le popup */
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(39, 39, 39, 0.3);
}
.popup .popup-content {
  background-color: #ffffff;
  margin: 25px auto;
  padding: 30px 20px 20px;
  width: calc(100% - 50px);
  max-width: 400px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 95px rgba(39, 39, 39, 0.2);
  max-height: calc(100vh - 50px);
  overflow: hidden;
}
.popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #272727;
  font-size: 50px;
  font-weight: 300;
  cursor: pointer;
}
.popup .close-btn:hover,
.popup .close-btn:focus {
  color: #e30613;
  text-decoration: none;
  cursor: pointer;
}
.popup #popup-inner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 1380px) {
  .section_galerie .container {
    max-width: 991px;
  }
  .section_galerie .container .owl-carousel .owl-item img {
    width: auto;
    max-height: 100%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 1024px) {
  .section_galerie .container .slide_solutions .owl-nav {
    left: 2.5%;
    width: 95%;
  }
}
@media only screen and (max-width: 991px) {
  .section_gallery_home #slide_accueil::before {
    display: none;
  }
  .section_gallery_home #slide_accueil .slide .container {
    font-size: 25px;
    line-height: 28px;
    height: 500px;
  }
  .section_gallery_home #slide_accueil .slide .container h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .section_formulaires .blocs_formulaires .bloc {
    gap: 0px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }
  .section_formulaires .blocs_formulaires .bloc .texte {
    margin-left: inherit;
    text-align: center;
  }
  .section_formulaires .blocs_formulaires .bloc .texte br {
    display: none;
  }
  .section_formulaires .blocs_formulaires .bloc .link {
    padding: 10px 20px 10px 20px;
    -webkit-clip-path: inherit;
            clip-path: inherit;
  }
  .section_blocs_links {
    margin-top: 25px;
  }
  .section_blocs_links .blocs_links .bloc {
    flex: calc((100% - 10px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .section_gallery_home #slide_accueil::before {
    display: none;
  }
  .section_gallery_home #slide_accueil .slide .container {
    font-size: 20px;
    line-height: 22px;
  }
  .section_gallery_home #slide_accueil .slide .container h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .section_gallery_home #slide_accueil .slide .container .btn {
    font-size: 18px;
    line-height: 26px;
    padding: 5px 20px;
  }
  .section_gallery_home #slide_accueil .owl-dots {
    bottom: 40px;
  }
  .section_blocs_links .blocs_links .bloc {
    flex: 100%;
  }
  .section_services .container .blocs_services {
    flex-wrap: wrap;
  }
  .section_services .container .blocs_services .bloc {
    flex: 50%;
    padding: 10px;
  }
  .section_galerie .container .slide_solutions .owl-nav {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .section_services .container .blocs_services .bloc {
    flex: 100%;
    padding: 10px;
  }
}
.section_bloc_blog .container .filter_cat {
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.section_bloc_blog .container .filter_cat li {
  background: none;
  margin: 0 8px;
  position: relative;
  padding: 0 10px 0 0;
  font-size: 18px;
}
.section_bloc_blog .container .filter_cat li::after {
  display: none;
}
.section_bloc_blog .container .filter_cat li a.active {
  color: #272727;
  border-bottom: 3px solid #f9b000;
  font-weight: 600;
}
.section_bloc_blog .container .liste_articles {
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.section_bloc_blog .container .liste_articles .item {
  width: calc((100% - 60px) / 3);
  flex-direction: column;
  flex: initial;
}
.section_bloc_blog .container .liste_articles .item .top {
  height: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #272727;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.section_bloc_blog .container .liste_articles .item .top .date {
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  min-width: 80px;
}
.section_bloc_blog .container .liste_articles .item .top .date .jour {
  background-color: #f9b000;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  padding: 15px;
}
.section_bloc_blog .container .liste_articles .item .top .date .mois {
  background-color: #ffffff;
  text-align: center;
  color: #272727;
  font-size: 11px;
  line-height: 14px;
  padding: 10px 15px;
}
.section_bloc_blog .container .liste_articles .item .bottom {
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  border: 1px solid #5a5a5a;
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.2);
  margin-top: -1px;
  margin-left: -1px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
}
.section_bloc_blog .container .liste_articles .item .bottom h4 {
  font-size: 24px;
  color: #272727;
  margin-bottom: 10px;
  font-weight: 900;
}
.section_bloc_blog .container .liste_articles .item .bottom .link {
  font-size: 13px;
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding: 10px;
  align-items: center;
}
.section_bloc_blog .container .liste_articles .item:hover .bottom .link {
  color: #f9b000;
}
.section_bloc_blog .container .liste_articles .item:hover .bottom .link i {
  color: #272727;
}
.section_bloc_blog .container .add_plus.btn_afficher_plus {
  display: flex;
  justify-content: center;
}

.form_contact .row_date {
  align-items: flex-end;
  margin-bottom: 25px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.form_contact .row_date .form-control {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .section_somme_nous .bloc_image_texte {
    gap: 40px;
    flex-direction: column !important;
    margin-bottom: 20px;
  }
  .section_somme_nous .bloc_image_texte .bloc_right h2 {
    text-align: center !important;
  }
  .section_bloc_blog .container .liste_articles {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
    margin-bottom: 50px;
  }
  .section_bloc_blog .container .liste_articles .item {
    width: calc((100% - 20px) / 3);
  }
  .section_bloc_blog .container .liste_articles .item .top {
    height: 210px;
  }
  .section_bloc_blog .container .liste_articles .item .top .date {
    min-width: 50px;
  }
  .section_bloc_blog .container .liste_articles .item .top .date .jour {
    font-size: 24px;
    line-height: 24px;
    padding: 10px;
  }
  .section_bloc_blog .container .liste_articles .item .bottom {
    padding: 20px;
    min-height: 200px;
  }
  .section_somme_nous .descriptif h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .section_messions .blocs_messions .bloc {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .section_messions .blocs_messions .bloc .texte {
    margin-left: inherit;
    text-align: center;
  }
  .section_bloc_blog .container .liste_articles .item {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (max-width: 550px) {
  .section_bloc_blog .container .liste_articles .item {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */