*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Poppins", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #656565;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


.wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 75px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 75px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 75px -13px rgba(0, 0, 0, 0.18);
}


.bg-BLEU {
  background: #1c1d28;
}

.info-wrap {
  color: #f2e500
}

.info-wrap h3 {
  color: #f2e500;
}

.info-wrap .dbox {
  width: 100%;
  color: #f2e500;
  margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
  margin-bottom: 0;
}

.info-wrap .dbox p {
  margin-bottom: 0;
}

.info-wrap .dbox p span {
  font-weight: 500;
  color: #f2e500
}

.info-wrap .dbox p a {
  color: #f2e500
}

.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.info-wrap .dbox .icon span {
  font-size: 20px;
  color: #f2e500
}

.info-wrap .dbox .text {
  width: calc(100% - 50px);
}

.btn-contact-form {
  padding: 20px 30px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .btn-contact-form {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn-contact-form:hover,
.btn-contact-form:active,
.btn-contact-form:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
}

.btn-contact-form.btn-contact-form-primary {
  background: black !important;
  border-color: black !important;
  color: #f2e500;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.btn-contact-form.btn-contact-form-primary:hover,
.btn.btn-primary:focus {
  border-color: black !important;
  background: black !important;
}

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}

#contactForm .error {
  color: red;
  font-size: 12px;
}

#contactForm .form-control {
  font-size: 16px;
}

#message {
  resize: vertical;
}

#form-message-warning,
#form-message-success {
  display: none;
}

#form-message-warning {
  color: red;
}

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold;
}



.btn-page-contact {
  border: 3px solid #f2e500;
  background: #f2e500;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: black;
  padding: 15px 35px;
  border-radius: 5px;
  text-transform: uppercase;
}

.btn-page-contact:hover {
  background: transparent;
  color: black;
  border: 3px solid #f2e500;

}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: black;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out
}

a:hover {
  color: #f2e500;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

.family_poppins {
  font-family: "Poppins", sans-serif;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #212121;
}

h1,
.h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {

  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2,
.h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {

  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3,
.h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {

  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4,
.h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {

  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/*==============================================
================================================
===============================================*/
.section {
  position: relative;
  padding: 4rem 0;
}

.container85 {
  min-width: 85vw;
}

.container75 {
  min-width: 75vw;
}

.container65 {
  min-width: 65vw;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 11;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #4faf46;
  box-shadow: 0px 0px 26.46px 0.54px rgb(0 0 0 / 14%);
}

.back-to-top i {
  color: #fff;
}

.back-to-top.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top:hover {
  background: #010716;
  transition: all 0.2s ease-in-out
}

.color-princip {
  color: #59b34f;
}

.bg-princip {
  background-color: #59b34f;
}

.w-50 {
  width: 50%;
}

label.error {
  color: red;
  font-size: 13px;
}

.overflow-hidden {
  overflow: hidden;
}

.h-70 {
  height: 70%;
}

@media (min-width: 992px) {
  .header .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    min-width: 250px;
    background: #589f35;
    border-radius: 10px;
    transform: scaleX(-1);
  }

  .header .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
    transform: scaleX(1);
  }

  .header .navbar .nav-item .dropdown-menu .dropdown-item {
    border-bottom: 1px dashed rgb(255 255 255 / 43%);
    color: #fff;
    padding: 7px 0;
    margin: 0 15px;
    width: auto;
    position: relative;
    white-space: normal;
  }

  .header .navbar .nav-item .dropdown-menu .dropdown-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    height: 18px;
    width: 12px;
    background: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 161"><path fill-rule="evenodd" style="fill:%23fff" d="m61.3 160.5c-24.3 4.3-51.5-13.5-58.3-38.2-4-14.6-1.4-28.4 4.3-41.9 3.2-7.5 7.4-14.5 12.1-21.2 6.4-8.9 12.9-17.8 19.2-26.8 6.4-9 11.3-18.7 14.1-29.5q0.6 0 1.3 0c1.5 4.1 2.9 8.3 4.7 12.4 5.2 12.2 13.5 22.5 21.2 33.1 10.5 14.5 20.4 29.1 24.6 47 7.7 32.4-16.2 60.3-43.2 65.1zm-23.3-10.1c-12.7-10.8-18.1-24.4-15.9-40.9 0.4-3-0.2-5.6-3.6-6-3.6-0.3-4.6 2.3-4.6 5.2 0.2 18.5 8.2 32.5 24.1 41.7z"/></svg>') no-repeat;
    background-size: 100%;
    transform: scale(0);
    transition: 0.3s ease-in;
  }

  .header .navbar .nav-item .dropdown-menu .dropdown-item:hover:before {
    transform: scale(1);
  }

  .header .navbar .nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .header .navbar .nav-item .dropdown-menu .dropdown-item:hover,
  .header .navbar .nav-item .dropdown-menu .dropdown-item:focus {
    background: transparent;
    padding-left: 20px;
  }
}

.copyright_bottom {
  background: #1c1d28;
  padding: 10px 0;
}

.slider_area.owl-carousel .slide-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider_area.owl-carousel .slide-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(245 245 245);
}

.slider_area.owl-carousel .slide-item img {
  height: 695px;
  width: 100%;
 
  object-fit: cover;
  object-position: 0 86%;
}

.slider_area.owl-carousel .slid_content {
  position: absolute;
  width: 60%;
  left: 25%;
  top: -13%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.slider_area.owl-carousel .slid_content .h1 {
  font-size: 50px;

  font-weight: 600;
  margin-bottom: 25px;
  font-family: 'SourceSansPro';
  text-transform: uppercase;
}

.slider_area.owl-carousel .slid_content .p {
  
  color: #fff;
  margin-bottom: 25px;
}

.slider_area.owl-carousel .slid_content .moreBtn a {
  display: inline-block;
  padding: 5px 25px;
  background: #000;
  color: #fff;
  transition: 0.2s all;
}

.header.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  padding-top: 0;
  width: 100%;
  z-index: 999;
  animation-name: fadeInDown;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
}

.top_menu {
  background: #000;
  color: #fff;
  padding: 5px 15px;
}

.top_menu ul.info_box {
  margin: 0;
  padding: 0;
}

.top_menu ul.info_box .li_info {
  position: relative;
  padding: 0 25px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.top_menu ul.info_box .li_info i {
  margin-right: 8px;
}

.btn-menu {
  display: inline-block;
  font-size: 18px;
  padding: 8px 20px;
  text-align: center;
  border-radius: 0;
  background: #007bff;
  color: #fff;
  transition: 0.3s all;
}

.btn-menu:hover {
  background: #000;
  color: #fff;
}

.main_menu .navbar-nav .nav-link {
  color: #211E1C;
  padding: 5px 15px;
}

.main_menu .navbar-nav .nav-link:hover {
  color: #007bff;
}

.footer {
  background-color: #1c1d28;
  position: relative;
}

.footer .footer-top {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.footer p,
.footer a,
.footer i {
  color: #CCCCCC;
}

.footer .h5 {
  color: #CCCCCC
}

.title {
  margin-bottom: 20px;
}

.title .up_title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  position: relative;
  color: #211E1C;
  display: inline-block;
}

.title .h1 {
  font-size: 35px;
  font-weight: 700;
}

.title_style1 {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.title_style1:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 30px;
  background: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 161"><path fill-rule="evenodd" style="fill:%23f2e500" d="m61.3 160.5c-24.3 4.3-51.5-13.5-58.3-38.2-4-14.6-1.4-28.4 4.3-41.9 3.2-7.5 7.4-14.5 12.1-21.2 6.4-8.9 12.9-17.8 19.2-26.8 6.4-9 11.3-18.7 14.1-29.5q0.6 0 1.3 0c1.5 4.1 2.9 8.3 4.7 12.4 5.2 12.2 13.5 22.5 21.2 33.1 10.5 14.5 20.4 29.1 24.6 47 7.7 32.4-16.2 60.3-43.2 65.1zm-23.3-10.1c-12.7-10.8-18.1-24.4-15.9-40.9 0.4-3-0.2-5.6-3.6-6-3.6-0.3-4.6 2.3-4.6 5.2 0.2 18.5 8.2 32.5 24.1 41.7z"/></svg>') no-repeat;
  background-position: center;
  background-size: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-52%);
}

.page-header {
  position: relative;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  padding: 3rem 0;
}

.page-header2 {
  position: relative;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  padding: 3rem 0;
}
.page-header2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.page-header:before, page-header2:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.28);
}

.banner-heading {
  position: relative;
  text-align: center;
}

.banner-heading .h1 {
  color: rgb(242, 229, 0);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
}

.page-header .breadcrumb, .page-header2 .breadcrumb{
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  background: transparent;
  justify-content: center;
}

.page-header .breadcrumb li,
.page-header .breadcrumb li a,
.page-header2 .breadcrumb li,
.page-header2 .breadcrumb li a
{
  font-size: 16px;
  color: #f5f5f5;
  position: relative;
}

.page-header li+li:before, .page-header2 li+li:before {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 8px;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
  color: #fff;
}

.page-header li+li, .page-header2 li+li{
  padding-left: 25px;
}

.why-item {
  background: #f5f5f5;
  padding: 30px 40px;
  height: 100%;
  position: relative;
  transition: 0.3s all;
}

.why-item img {
  height: 80px;
  margin-bottom: 15px;
  position: relative;
  transition: 0.3s all;
}

.why-item .h5 {
  font-weight: 700;
  font-size: 20px;
}

.why-item:hover {
  background: #007bff;
  box-shadow: 0px 6px 26.46px 0.54px rgba(1, 2, 2, 0.11);
}

.why-item:hover .h5,
.why-item:hover p {
  color: #fff;
}

.why-item:hover img {
  filter: brightness(0) invert(1);
}

.actu_item .actu_img {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.actu_item .actu_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}

.actu_item:hover .actu_img img {
  transform: scale(1.2);
}

.actu_item .h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
}

.actu_item .actu_content {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.actu_item .actu_date {
  color: #fff;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 15px;
  background: #579F35;
  display: inline-block;
  padding: 5px 15px;
  z-index: 2
}

.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.img_about {
  width: 100%;
  height: 450px;
  position: relative;
}

.img_about:before {
  content: '';
  position: absolute;
  height: 200px;
  width: 200px;
  background: #007bff;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}

.img_about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.ro-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.ro-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ro-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ro-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ro-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ro-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.ro-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.ro-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ro-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ro-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ro-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.ro-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.size-p {
  font-size: 16px;
}

.size-h4 {
  font-size: 22px;
}

.size-h5 {
  font-size: 20px;
}


.size-h1 {
  font-size: 35px;
}

.size-h2 {
  font-size: 28px;
}

.size-h3 {
  font-size: 25px;
}

.color-white {
  color: white;
}

.color-vert {
  color: #589f35;
}

.color-jaune {
  color: #f2e500;
}

.color-jaune2 {
  color: #f1ce00;
}

.color-bleu {
  color: #416aa6;
}

.color-black {
  color: black;
}

.color-gris {
  color: #84868c;
}

.navbar-princ .nav-item {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.navbar-princ .nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000000 !important;
  text-align: center;
}

header.sticky-menu .navbar-princ .nav-link {
  font-size: 18px;
}

.navbar-princ .nav-link:hover {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #589f35 !important;
}

.navbar-princ .nav-link-active {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #589f35 !important;
}

.btn-1 {
  border-radius: 24px;
  background-color: #416aa6;
  padding: 10px 60px;
  color: white;
  border: 1px solid transparent;
}

.btn-1:hover {
  border-radius: 24px;
  background-color: transparent;
  padding: 10px 60px;
  color: #416aa6;
  border: 1px solid #416aa6;
}

.btn-2 {
  border-radius: 24px;
  background-color: #f2e500;
  padding: 10px 60px;
  color: black;
  border: 1px solid transparent;
}

.btn-2:hover {
  border-radius: 24px;
  background-color: transparent;
  padding: 10px 60px;
  color: #f2e500;
  border: 1px solid #f2e500;
}

.btn-bandeau {
  border-radius: 50px;
  background-color: #f2e500 !important;
  padding: 10px 60px !important;
  color: black !important;
  border: 1px solid transparent;
}

.btn-bandeau:hover {
  border-radius: 50px;
  background-color: transparent !important;
  padding: 10px 60px !important;
  color: white !important;
  border: 1px solid #f2e500 !important;
}



.top-link-contact {
  display: flex;
}

.sticky-menu .top-link-contact {
  display: none;
}

.link-contact {
  display: none;
}

.sticky-menu .link-contact {
  display: flex;
  margin: 0 5px;
}

.sticky-menu .navbar-princ .nav-item {
  padding-left: 1%;
  padding-right: 1%;
}

.top-infos {
  display: flex;
}

.sticky-menu .top-infos {
  display: none;
}

.logo-nav {
  height: 105px;
}

.sticky-menu .logo-nav {
  height: 55px;
}

.sticky-menu .hr-resp,
.sticky-menu .top-nav {
  display: none;
}

.marginR_nav {
  margin-right: 24px;
}

.sticky-menu .marginR_nav {
  margin-right: 12px;
}

.btn-1-link-contact {
  border-radius: 24px;
  background-color: #416aa6;
  padding: 10px 15px !important;
  color: white !important;
  border: 1px solid #416aa6;
}

.btn-1-link-contact:hover {
  border-radius: 24px;
  background-color: transparent;
  color: #416aa6 !important;
}


.hr-footer {
  margin-top: 5%;
  margin-bottom: 5%;
  border-top: 1px solid #f2e500;
}

.container65 {
  min-width: 65vw;
}

.link-footer {
  align-items: flex-start;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: white;
}

.link-footer:hover {
  align-items: flex-start;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #f2e500;
}

.div-30ans {
  background-image: url('../images/background/30ans.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.cadis-recyclage {
  background-image: url('../images/background/cadis-recyclage.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 13rem 0;
  display: flex;
  flex-direction: column;
  margin: 3% 0;
}

.img-recyclage {
  text-align: center;
  position: relative;
  width: 16%;
  min-width: 16%;
  padding: 0 6px;
}

.img-recyclage>div {
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid transparent;
  transition: background-color 0.3s;
}

.img-recyclage>div img {
  height: 90px;
  position: relative;
  transition: transform 0.3s, filter 0.3s;
}

.img-recyclage:hover>div {
  background-color: #f2e500;
  border: 10px solid rgba(105, 134, 128);
}

.img-recyclage:hover>div img {
  transform: scale(0.8);
  filter: brightness(0);
}


.img-recyclage p {
  margin-top: 15px;
  font-size: 1.2rem;
  color: white;
  z-index: 3;
  position: relative;
}

.trait-title {
  width: 8%;
  background: #589f35;
  height: 2px;
}

.section-collecte-acc {
  background-image: url('../images/background/collecte.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.blueImgBg {
  background-image: url('../images/background/collecte.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-collecte {
  position: relative;
  display: inline-block;
}

.img-fleche-collecte {
  margin-top: 30px;
  height: 40px !important;
}

.img-collecte .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  margin: 0 auto;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.img-collecte .icon img {
  width: 45px;
  transition: all 0.3s ease;
}

.img-collecte:hover .icon img {
  filter: brightness(0);
}

.img-collecte:hover .icon {
  background-color: yellow;
}


.card-actu {
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 0;
  transition: transform 0.3s;
  height: 475px;
}
.card-body {
    
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    height: 202px;
}
.card-actu .img-actu {
  
   height: 250px;
  object-fit: cover;
}

.footer-actu {
  padding: 19px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
}

.date-actu {
  display: flex;
  align-items: center;
}

.bg-jaune-actu {
  background-color: #f1ce00;
  display: inline-block;
  padding: 5px;
  border: 1px solid transparent;
}

.link-actu {
  transition: background-color 0.3s;

}

.link-actu:hover .bg-jaune-actu {
  background-color: #416aa6;
}

.fleche-actu-jaune {
  width: 40px;
}

.card-actu:hover {
  transform: scale(1.05);
}

.section-gris {
  background-color: #f5f5f5;
}

.text-btn {
  border-radius: 27px;
  background-color: #416aa6;
  padding: 15px 45px !important;
  color: white;
}

.bg-rec-jaune {
  background-color: #f2e500;
  padding: 2rem 3rem 1rem 3rem;
}

.rounded-bottom-image {
  clip-path: ellipse(73% 100% at 50% 0%)
}

.goutte-bandeau {
  position: absolute !important;
  width: 7% !important;
  height: auto !important;
  object-fit: contain !important;
  z-index: 5;
  bottom: 0;
  left: 15%;
}

.goutte-bandeau2 {
  position: absolute !important;
  width: 7% !important;
  height: auto !important;
  object-fit: contain !important;
  z-index: 5;
  bottom: 15%;
  left: 15%;
}

.bandeau_section {
  background: #f5f5f5;
}

.sticky-menu .houtte-bandeau {
  position: absolute !important;
  width: 20% !important;
  height: auto !important;
  object-fit: contain !important;
  z-index: 5;
  bottom: 0;
  left: 15%;
}

@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
font-display:swap;
}

.sticky-menu .nav-sticky {
  padding-top: 1%;
  padding-bottom: 1%
}

.resp_img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  height: 668px;
}

.points_bg_rotate {
  position: absolute;
  z-index: 3;
  transform: rotate(90deg);
  bottom: -30%;
  left: 25%;
}

.img1_article {
  position: absolute;
  z-index: 4;
  object-fit: cover;
  border-radius: 10%;
  height: 475px;
  width: 375px;
  left: 10%;
}

.img2_article {
  position: absolute;
  z-index: 5;
  object-fit: cover;
  border-radius: 10%;
  width: 375px;
  height: 275px;
  bottom: -95px;
  left: 50%;
}

.img3_article {
  position: absolute;
  z-index: 4;
  object-fit: cover;
  border-radius: 20%;
  width: 275px;
  height: 225px;
  right: -2.5%;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  top: 85px;
}

.blue_arrow {
  width: 5%;
  filter: invert(43%) sepia(15%) saturate(1840%) hue-rotate(177deg) brightness(88%) contrast(91%);
}


.points_bg {
  position: absolute;
  z-index: -1;
  bottom: -7.5%;
  right: 7.5%;
}

.single_img_article {
  z-index: 2;
  object-fit: cover;
  border-radius: 10%;
  width: 500px;
  height: 500px;
}
.single_img_article_diri{
    height:600px !important;
     width:400px !important;
     object-position:top;
}
.img-collecte-article img {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  height: 45px;
  width: 45px;
  object-fit: contain;
}

.img-collecte-article2 img {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  height: 45px;
  width: 45px;
  object-fit: contain;
}

.img-collecte-article::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ededed;
  z-index: 1;
  transition: all 0.3s ease;
  left: -0.20%;
  top: -6%;
}

.img-collecte-article2::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ededed;
  z-index: 1;
  transition: all 0.3s ease;
  left: -3.6%;
  top: -6%;
}

.article_options:hover .img-collecte-article img {
  filter: brightness(0);
}

.article_options2:hover .img-collecte-article2 img {
  filter: brightness(0);
}

.article_options:hover .img-collecte-article:before {
  background-color: yellow;
}

.article_options2:hover .img-collecte-article2:before {
  background-color: yellow;
}

.img-collecte-article {
  position: relative;
  display: inline-block;
}

.img-collecte-article2 {
  position: relative;
  display: inline-block;
}

.article_options {
  transition: all 0.3s ease;
  color: white;
}

.rouage {
  transition: all 0.5s ease;
}

.article_options_text p {
  display: none;
}

.article_options:hover {
  background-color: #426aa7;
}

.article_options:hover .rouage {
  transform: rotate(270deg);
}

.article_options:hover .article_options_text p {
  display: flex !important;
}

.article_options:hover h2 {
  color: white;
}



.article_options2:hover .img-collecte-article img {
  filter: brightness(0);
}

.article_options2:hover .img-collecte-article:before {
  background-color: yellow;
}

.img-collecte-article {
  position: relative;
  display: inline-block;
}

.article_options2 {
  transition: all 0.3s ease;
  color: black;
  background-color: #f5f5f5;
}

.rouage {
  transition: all 0.3s ease;
}

.article_options2:hover {
  background-color: #426aa7;
  color: white
}

.article_options2:hover .rouage {
  transform: rotate(180deg);
}

.yellow_card_image {
  border-radius: 10%;
  height: 212px;
  width: 100%;
  object-fit: cover;
}



.img-collecte2 {
  position: relative;
  display: inline-block;
}


.img-collecte2:hover::before {
  background-color: yellow;
}

.card_image {
  height: 225px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.img-collecte3 img {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  object-fit: contain;
  filter: brightness(0);
}

.img-collecte3::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: yellow;
  z-index: 1;
  transition: all 0.3s ease;
  top: 14.5%;
}

.section-choice-page {
  background-image: url(../images/background/collecte.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.btn-bandeau2 {
  border-radius: 50px;
  background-color: #f2e500 !important;
  padding: 10px 60px !important;
  color: black !important;
  border: 1px solid transparent;
}

.btn-bandeau2:hover {
  border-radius: 50px;
  background-color: white !important;
  padding: 10px 60px !important;
  color: black !important;
  border: 1px solid #f2e500 !important;
}


.sect-item {
  background: #f5f5f5;
  height: 100%;
  position: relative;
  border-radius: 20px;
  transition: 0.3s all;
}

.sect-item>a {
  display: block;
  padding: 30px 40px;
  position: relative;
  height: 10%;
  width: 100%;
  padding-top: 0;
}

.sect-item .sect-icon {
  height: 90px;
  width: 90px;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 6px 26.46px 0.54px rgba(1, 2, 2, 0.11);
  margin-bottom: 5px;
  position: relative;
  top: -30px;
  transition: 0.3s all;
}

.sect-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  background: rgba(88, 159, 53);
  transition: 0.3s all;
}

.sect-item img {
  height: 60px;
  transition: 0.3s all;
}

.sect-item .h5 {
  color: #416aa6;
  font-weight: 700;
  font-size: 20px;
}

.sect-item .sect-link {
  margin-top: 20px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  border-radius: 50px;
  background-color: #f2e500;
  padding: 10px 30px;
  color: #000;
  border: 1px solid #f2e500;
}

.sect-item:hover:before {
  height: 100%;
}

.sect-item:hover .h5,
.sect-item:hover p {
  color: #fff;
  position: relative;
}

.sect-item:hover img {}

.sect-item.sect1 {
  background: #F2F6FB;
}

.sect-item.sect1 .sect-icon {
  background: #589f35;
}

.sect-item.sect1 .sect-icon img {
  filter: brightness(0) invert(1);
}

.sect-item.sect1:hover .sect-icon {
  background: #f1ce00;
}


.drop {
  position: absolute;
  height: 500px;
  width: 360px;
  background: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 161"><path fill-rule="evenodd" style="fill:%23f2e500" d="m61.3 160.5c-24.3 4.3-51.5-13.5-58.3-38.2-4-14.6-1.4-28.4 4.3-41.9 3.2-7.5 7.4-14.5 12.1-21.2 6.4-8.9 12.9-17.8 19.2-26.8 6.4-9 11.3-18.7 14.1-29.5q0.6 0 1.3 0c1.5 4.1 2.9 8.3 4.7 12.4 5.2 12.2 13.5 22.5 21.2 33.1 10.5 14.5 20.4 29.1 24.6 47 7.7 32.4-16.2 60.3-43.2 65.1zm-23.3-10.1c-12.7-10.8-18.1-24.4-15.9-40.9 0.4-3-0.2-5.6-3.6-6-3.6-0.3-4.6 2.3-4.6 5.2 0.2 18.5 8.2 32.5 24.1 41.7z"/></svg>') no-repeat;
  background-size: 100%;
  opacity: 0.1;

}

.drop.left {
  left: -50px;
  bottom: 0;
}

.drop.right {
  right: -50px;
  bottom: 0;
}

.points {
  position: absolute;
  height: 500px;
  width: 360px;
  background: url('../images/points_bg.png') no-repeat;
  background-size: 100%;
  opacity: 0.1;
}

.points.left {
  left: -50px;
  bottom: 0;
}

.points.right {
  right: -50px;
  bottom: 0;
}

.ul_style1 li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.ul_style1 li .icono {
  height: 65px;
  width: 65px;
  background: #57A033;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ul_style1 li .icono img {
  height: 42px;
  filter: brightness(0) invert(1);
}

.ul_style2 li,
.ul_style3 li {
  position: relative;
  padding-left: 7px;
  margin-bottom: 10px;
}

.ul_style2 li :before,
.ul_style3 li :before {
  content: '';
  position: absolute;
}

.ul_style2 li :before {
  left: 0;
  top: 0;
  height: 20px;
  width: 13px;
  background: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 161"><path fill-rule="evenodd" style="fill:%23f2e500" d="m61.3 160.5c-24.3 4.3-51.5-13.5-58.3-38.2-4-14.6-1.4-28.4 4.3-41.9 3.2-7.5 7.4-14.5 12.1-21.2 6.4-8.9 12.9-17.8 19.2-26.8 6.4-9 11.3-18.7 14.1-29.5q0.6 0 1.3 0c1.5 4.1 2.9 8.3 4.7 12.4 5.2 12.2 13.5 22.5 21.2 33.1 10.5 14.5 20.4 29.1 24.6 47 7.7 32.4-16.2 60.3-43.2 65.1zm-23.3-10.1c-12.7-10.8-18.1-24.4-15.9-40.9 0.4-3-0.2-5.6-3.6-6-3.6-0.3-4.6 2.3-4.6 5.2 0.2 18.5 8.2 32.5 24.1 41.7z"/></svg>') no-repeat;
  background-size: 100%;
}

.ul_style3 li :before {
  left: 0;
  top: 2px;
  height: 18px;
  width: 11px;
  background: url('../images/fleche-collecte.png') no-repeat;
  filter: invert(43%) sepia(15%) saturate(1840%) hue-rotate(177deg) brightness(88%) contrast(91%);
  background-size: 100%;
}

.ul_style3.white li :before {
  filter: none;
}

.bloc__2 {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  color: black;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.bloc__2:hover {
  background-color: #426aa7;
  color: #fff;
}

.bloc__2 .icon {
  height: 53px;
  width: 53px;
  min-width: 53px;
  margin-right: 10px;
  background: #ededed;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.bloc__2:hover .icon {
  background: #f2e500;
  transform: rotate(180deg);
}

.bloc__2 .icon img {
  height: 40px;
  transition: all 0.3s ease;
}

.bloc__2:hover .icon img {
  filter: brightness(0);
}

.etapes {
  margin-bottom: 20px;
}

.etapes.reversed {
  flex-direction: row-reverse;
}

.etapes .etape_item {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
  padding: 0 15px;
  width: 20%;
  min-width: 20%;
  height: 100%;
}

.etapes .etape_item:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('data:image/svg+xml,<svg enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><g><g><g fill="%23f2e500"><path d="m248.2 279.9c-32.4 47-64.8 93.9-97.3 140.9-5.9 8.6-11.8 17.1-17.7 25.7-8.6 12.3-20.3 18.6-35.5 18.4-9.2-.1-18.5 0-27.7 0-9.7 0-19.5.1-29.2 0-16-.2-28.2-7.5-35.6-21.5-7.6-14.2-6.8-28.5 2.4-41.9 32.2-46.7 64.5-93.3 96.9-139.9 2.8-4.1 3-6.7.1-10.9-32.4-46.6-64.7-93.2-96.9-140-9.1-13.2-10-27.3-2.8-41.4 7.3-14.3 19.6-21.8 35.8-22 19.5-.2 38.9-.2 58.4 0 13.8.1 25.2 5.7 33.1 17.1 39.1 56.4 78.1 112.9 117.1 169.4 9.7 14.1 9.2 31.2-1.1 46.1z"/><path d="m503.5 280.7c-16.5 23.9-33 47.8-49.5 71.6-21.3 30.8-42.7 61.5-63.7 92.4-9.4 13.8-22 20.6-38.7 20.2-8.6-.2-17.1 0-25.7 0-9.7 0-19.5.2-29.2 0-16.4-.4-28.8-7.8-36.1-22.4-7.3-14.4-5.9-28.6 3.3-41.9 32.5-46.9 65-93.8 97.5-140.7 2.1-3 1.9-5-.1-7.9-32.6-46.9-65.1-93.8-97.5-140.8-9.3-13.5-10.5-27.8-2.9-42.3 7.5-14.3 19.9-21.5 36-21.8 19.3-.3 38.6-.2 57.9 0 14.2.1 25.7 6.1 33.8 17.8 38.8 56 77.5 112.1 116.2 168.2 10.1 14.8 9.5 32-1.3 47.6z"/></g></g></g></svg>') no-repeat;
  background-size: 100%;
  right: -25px;
  top: 25px;
}

.etapes.reversed .etape_item:after {
  transform: rotate(180deg);
}

.etapes.reversed .etape_item:first-child:after {
  display: none;
}

.etapes .etape_item.last:after {
  transform: rotate(90deg);
  right: 40%;
  top: auto;
  bottom: -70px;
}

.etapes .etape_item .icon {
  height: 90px;
  width: 90px;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  background: #579F35;
  transition: 0.3s all;
}

.etapes .etape_item .icon img {
  height: 60px;
  filter: brightness(0) invert(1);
  transition: 0.3s all;
}

.iscc_logo {
  height: 350px;
}

.collecte_icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.collecte_icon img {
  height: 45px;
  transition: all 0.3s ease;
}

.img-collecte2:hover .collecte_icon {
  background-color: #f1ce00;
}

.img-collecte2:hover .collecte_icon img {
  filter: brightness(0);
}

.btnMore {
  border-radius: 50px;
  background-color: #f2e500;
  padding: 10px 50px 10px 32px;
  color: #000;
  border: 1px solid transparent;
  display: inline-block;
  position: relative;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btnMore span {
  position: absolute;
  display: block;
  width: 17px;
  height: 25px;
  background: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 161"><path fill-rule="evenodd" style="fill:%23fff" d="m61.3 160.5c-24.3 4.3-51.5-13.5-58.3-38.2-4-14.6-1.4-28.4 4.3-41.9 3.2-7.5 7.4-14.5 12.1-21.2 6.4-8.9 12.9-17.8 19.2-26.8 6.4-9 11.3-18.7 14.1-29.5q0.6 0 1.3 0c1.5 4.1 2.9 8.3 4.7 12.4 5.2 12.2 13.5 22.5 21.2 33.1 10.5 14.5 20.4 29.1 24.6 47 7.7 32.4-16.2 60.3-43.2 65.1zm-23.3-10.1c-12.7-10.8-18.1-24.4-15.9-40.9 0.4-3-0.2-5.6-3.6-6-3.6-0.3-4.6 2.3-4.6 5.2 0.2 18.5 8.2 32.5 24.1 41.7z"/></svg>') no-repeat;
  background-size: 100%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.btnMore:hover {
  background: #416AA6;
  color: #fff;
}

.btnMore.blue {
  background: #416AA6;
  color: #fff;

}

.btnMore.blue:hover {
  background: #f1ce00 !important;
  color: #416AA6;


}

.btnMore.bord:hover {
  border: solid 1px #f1ce00;
}

.btnMore:hover span {
  transform: translateY(-50%) scale(2.5);
  opacity: 0.4
}

.img_post {
  height: 500px;
  width: 100%;
  margin-bottom: 20px;
}

.img_post img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.date {
  border-bottom: 1px solid rgb(65 106 166 / 22%);
}

.sidebar {
  background: #fff;
  padding: 26px 30px;
}

.popular-posts .post {
  display: flex;
}

.popular-posts .post .post-thumb {
  width: 35%;
  min-width: 35%;
  height: 110px;
  margin-right: 16px;
}

.popular-posts .post .post-thumb a {
  display: block;
  height: 100%;
  width: 100%;
}

.popular-posts .post .post-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}



.form-control {
  border-radius: 0;
  border: 1px solid #ced4da;
  padding: 10px;
  height: 48px;
}

.form-control.form-textarea {
  height: 95px;
}

.form-control:focus {
  border-color: #579F35;
  box-shadow: none;
}

.top_menu_sticky {
  display: none;
  padding: 5px 20px;
  background: #416AA6;
  color: #fff;
}

header.sticky-menu .top_menu_sticky {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_menu_sticky .div_top {
  display: flex;
  align-items: center;
  margin: 0 65px;
}

.top_menu_sticky .div_top img {
  height: 22px;
  filter: brightness(0) invert(1);
  margin-right: 10px;
}

.imgHome {
  position: relative;
  margin-bottom: -170px;
}

.size-17 {
  font-size: 17px !important;
}

.date_entreprise {
  position: absolute;
  z-index: 3;
  bottom: 27.5%;
  right: 72.5%;
  width: 150px;
  height: 150px;
}

.hu__hu__ {
  animation: hu__hu__ infinite 8s ease-in-out
}

.hu__hu__invert {
  animation: hu__hu__invert infinite 8s ease-in-out
}

@keyframes hu__hu__invert {
  50% {
    transform: translateY(-30px)
  }
}

@keyframes hu__hu__ {
  50% {
    transform: translateY(30px)
  }
}



.leFlyIn {
  animation: leFlyInTop infinite 10s ease-in-out !important;
}

@keyframes leFlyInTop {
  0% {
    transform: translate(0px, -89px);
    opacity: 1;


  }

  50% {
    transform: translate(0px, 0px);
   


  }

  100% {
    transform: translate(0px, -89px);
    

  }
}

.pulseout {
  transform: rotate(90deg);
  animation: pulseout 10s infinite ease-in-out;
}

@keyframes pulseout {
  0% {
    -webkit-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }

  50% {
    -webkit-transform: scale(1.1) rotate(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotate(90deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
}

.hu__hu__slow {
  animation: hu__hu__slow infinite 15s ease-in-out
}

.hu__hu__invertslow {
  animation: hu__hu__invertslow infinite 15s ease-in-out
}
.hu__hu__invert2 {
  animation: hu__hu__invert2 infinite 15s ease-in-out
}

@keyframes hu__hu__invert2 {
  50% {
    transform: translateY(-10px)
  }
}
@keyframes hu__hu__invertslow {
  50% {
    transform: translateY(-20px)
  }
}

@keyframes hu__hu__slow {
  50% {
    transform: translateY(20px)
  }
}
.mjrtitle::before{
  content: '';
  position: absolute;
  top: 0; left: 0;
  background-size: cover;
  background-position: center;
  width: 100%; height: 100%;
  background-image:url(../images/background/collecte.png);
  opacity: 0.7; 
  z-index: 0;


}
.mjrtitle {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.bandeau_content {
  padding: 30px;
  position: relative;
  z-index: 1;
  color: black;
}

/**************************YASSMINE******************/
.style_base {
    bottom:-10.5%;
    right:15.5%;
    width:150px;
}
.style_base1 {
    bottom: 58.5%;
    right: -15.5%;
    width:150px;
}
.about_number {
    position: relative;
}
.about_number .experience-shadow {
       font-family: "Roboto", sans-serif;
    font-size: 8rem;
    line-height: 27rem;
    color: #f1ce00;
    opacity: 0.18;
    position: absolute;
    right: -24%;
    z-index:-1;
    top: -85px;
}
.about_number p {
    color: #589f35;
    font-family: "Roboto", sans-serif;
    text-align: end;
    text-transform: uppercase;
    font-size: 87px;
    position: absolute;
    top: -9px;
    opacity: 0.2;
    left: 78px;
}
.section-entreprise-double {
  position: relative;
  background-color: #fff;
  padding: 80px 0px 0px 0px;
}

.image-stack {
  position: relative;
  width: 420px;
  height: auto;
}

.img-base {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.img-overlay {
    position: relative;
    width: 420px;
    right: -294px;
    top: -93px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s 
ease, box-shadow 0.4s 
ease;
}
.padding-section{
    position: absolute;
    bottom: 150px;
    right: -24px;
    
    margin-left: 63px;
    margin-right: -373px;
}
.img-overlay:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 24px rgba(0,0,0,0.2);
}

.points_bg {
  position: absolute;
  z-index: -1;
  opacity: 0.6;
}

@media (max-width: 992px) {
  .image-stack {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .img-overlay {
    position: absolute;
    right: 10%;
    top: -20px;
    width: 180px;
  }
}


/*********************************************************new style section **********************/
.section-five {
       width: 100%;
    position: relative;
    overflow: hidden;
        padding: 60px 0px
}

.drop1 {
    position: absolute;
    height: 548px;
    width: 360px;
  background: url("data:image/svg+xml,<svg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 107 161'><path fill-rule='evenodd' style='fill:%23f2e500' d='m61.3 160.5c-24.3 4.3-51.5-13.5-58.3-38.2-4-14.6-1.4-28.4 4.3-41.9 3.2-7.5 7.4-14.5 12.1-21.2 6.4-8.9 12.9-17.8 19.2-26.8 6.4-9 11.3-18.7 14.1-29.5q0.6 0 1.3 0c1.5 4.1 2.9 8.3 4.7 12.4 5.2 12.2 13.5 22.5 21.2 33.1 10.5 14.5 20.4 29.1 24.6 47 7.7 32.4-16.2 60.3-43.2 65.1zm-23.3-10.1c-12.7-10.8-18.1-24.4-15.9-40.9 0.4-3-0.2-5.6-3.6-6-3.6-0.3-4.6 2.3-4.6 5.2 0.2 18.5 8.2 32.5 24.1 41.7z'/></svg>")
    no-repeat center / cover;   
     background-size: 100%;
    opacity: 0.1;
}
.drop1.right {
    right: -50px;
    bottom: 18px;
}
.section-five-image {
    z-index: 1;
    width: 100%;
    height: 340px;
    border-radius: 10%;
  
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 85px;
   
}
.section-five-image img{
width: 100%;
   height: 100%;
   object-fit:cover ;
   border-radius: 10%;
}


.section-five-content {
    position: relative;
    display: flex;
    align-items: center;
}

.section-five-content::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 331px;
    right: 3px;
    top: -22px;
    background-image: url(../images/);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}


.section-five-content .content-inner {
    background: #f5f7fa;
    padding: 55px;
    position: relative;
   
    width: 100%;
    border-radius: 5%;
    
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.section-five-content .content-inner::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;

    background: url("data:image/svg+xml,<svg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 107 161'><path fill-rule='evenodd' style='fill:%23f2e500' d='m61.3 160.5c-24.3 4.3-51.5-13.5-58.3-38.2-4-14.6-1.4-28.4 4.3-41.9 3.2-7.5 7.4-14.5 12.1-21.2 6.4-8.9 12.9-17.8 19.2-26.8 6.4-9 11.3-18.7 14.1-29.5q0.6 0 1.3 0c1.5 4.1 2.9 8.3 4.7 12.4 5.2 12.2 13.5 22.5 21.2 33.1 10.5 14.5 20.4 29.1 24.6 47 7.7 32.4-16.2 60.3-43.2 65.1zm-23.3-10.1c-12.7-10.8-18.1-24.4-15.9-40.9 0.4-3-0.2-5.6-3.6-6-3.6-0.3-4.6 2.3-4.6 5.2 0.2 18.5 8.2 32.5 24.1 41.7z'/></svg>")
    no-repeat center / contain;

    top: -15px;
    left: -15px;
    transform: rotate(15deg);
    z-index: 1;
}

.section-five-content .content-inner::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;

    background: url("data:image/svg+xml,<svg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 107 161'><path fill-rule='evenodd' style='fill:%23f2e500' d='m61.3 160.5c-24.3 4.3-51.5-13.5-58.3-38.2-4-14.6-1.4-28.4 4.3-41.9 3.2-7.5 7.4-14.5 12.1-21.2 6.4-8.9 12.9-17.8 19.2-26.8 6.4-9 11.3-18.7 14.1-29.5q0.6 0 1.3 0c1.5 4.1 2.9 8.3 4.7 12.4 5.2 12.2 13.5 22.5 21.2 33.1 10.5 14.5 20.4 29.1 24.6 47 7.7 32.4-16.2 60.3-43.2 65.1zm-23.3-10.1c-12.7-10.8-18.1-24.4-15.9-40.9 0.4-3-0.2-5.6-3.6-6-3.6-0.3-4.6 2.3-4.6 5.2 0.2 18.5 8.2 32.5 24.1 41.7z'/></svg>")
    no-repeat center / contain;

    bottom: -20px;
    right: -20px;
    transform: rotate(-12deg);
    z-index: 1;
}
.section-three {
    padding: 80px 0;
}






.images-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;  
}


.images-wrapper::before {
    content: "";
    position: absolute;
    background: url(../images/points_bg.png) no-repeat center / contain;
    width: 100%;
    height: 100%;
    top: -49px;
    left: 175px;
    z-index: 0;
    opacity: 0.4;
}
.image-box {
    width: 100%;
    height: 400px; 
    display: block;
    border-radius: 10px;
}
.image-box img{
    width: 100%;
    height: 100%; 
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.image-main {
    width: 55%;
    height: 400px;
}


.image-overlay {
    position: absolute;
    bottom: -30px;
    right: 15px;
    width: 50%;
    height: 80%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.trace-list {
    columns: 2;
    column-gap: 40px;
    padding-left: 20px;
}

.trace-list li {
    margin-bottom: 12px;
    break-inside: avoid;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}
.etapes-new {
    margin-bottom: 20px;
    justify-content: center;
}



.etapes-new .reversed {
  flex-direction: row-reverse;
}

.etapes-new  .etape_item {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
  padding: 0 15px;
  width: 20%;
  min-width: 20%;
  height: 100%;
}

.etapes-new  .etape_item:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('data:image/svg+xml,<svg enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><g><g><g fill="%23f2e500"><path d="m248.2 279.9c-32.4 47-64.8 93.9-97.3 140.9-5.9 8.6-11.8 17.1-17.7 25.7-8.6 12.3-20.3 18.6-35.5 18.4-9.2-.1-18.5 0-27.7 0-9.7 0-19.5.1-29.2 0-16-.2-28.2-7.5-35.6-21.5-7.6-14.2-6.8-28.5 2.4-41.9 32.2-46.7 64.5-93.3 96.9-139.9 2.8-4.1 3-6.7.1-10.9-32.4-46.6-64.7-93.2-96.9-140-9.1-13.2-10-27.3-2.8-41.4 7.3-14.3 19.6-21.8 35.8-22 19.5-.2 38.9-.2 58.4 0 13.8.1 25.2 5.7 33.1 17.1 39.1 56.4 78.1 112.9 117.1 169.4 9.7 14.1 9.2 31.2-1.1 46.1z"/><path d="m503.5 280.7c-16.5 23.9-33 47.8-49.5 71.6-21.3 30.8-42.7 61.5-63.7 92.4-9.4 13.8-22 20.6-38.7 20.2-8.6-.2-17.1 0-25.7 0-9.7 0-19.5.2-29.2 0-16.4-.4-28.8-7.8-36.1-22.4-7.3-14.4-5.9-28.6 3.3-41.9 32.5-46.9 65-93.8 97.5-140.7 2.1-3 1.9-5-.1-7.9-32.6-46.9-65.1-93.8-97.5-140.8-9.3-13.5-10.5-27.8-2.9-42.3 7.5-14.3 19.9-21.5 36-21.8 19.3-.3 38.6-.2 57.9 0 14.2.1 25.7 6.1 33.8 17.8 38.8 56 77.5 112.1 116.2 168.2 10.1 14.8 9.5 32-1.3 47.6z"/></g></g></g></svg>') no-repeat;
  background-size: 100%;
  right: -25px;
  top: 25px;
}
.etapes-new .etape_item:last-child::after {
  display: none;
}


.etapes-new .reversed .etape_item:after {
  transform: rotate(180deg);
}

.etapes-new .reversed .etape_item:first-child:after {
  display: none;
}

.etapes-new  .etape_item.last:after {
  transform: rotate(90deg);
  right: 40%;
  top: auto;
  bottom: -70px;
}

.etapes-new  .etape_item .icon {
  height: 90px;
  width: 90px;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  background: #579F35;
  transition: 0.3s all;
}

.etapes-new  .etape_item .icon img {
  height: 60px;
  filter: brightness(0) invert(1);
  transition: 0.3s all;
}
.center-image {
  display: flex;
  justify-content: center !important; 
  align-items: center !important;     
  height: 100%;           
}


/*************************/
.visually-hidden {
    width: 1px;
    height: 1px;
    clip: rect(0px, 0px, 0px, 0px);
    position: absolute !important;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;      
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btnMore.blue {
    background: #416AA6;
    color: #fff;
    padding: 10px 60px !important;
}
.icon-rese{
    font-size:30px;
    color:#589f35;
    margin-right: 24px;
}
.btnMore .jaune {
   
    background-color: #f2e500;
    padding: 10px 60px !important;
   
}
.size-deche{
    font-size: 19px;
}
.icon-adres-phone{
    height: 35px;
    margin-right:24px;
}

.header .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000 !important;
    transition: all 300ms linear;
}
.header .navbar-toggler-icon:after, .header .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms 
linear;
}
.header .navbar-toggler-icon:after {
    top: 8px !important;
}
.header .navbar-toggler-icon:after, .header .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms 
linear;
}
.mh-collapse {
    justify-content: center;
    margin-left:372px;
    padding: 10px 0px;
}
.top-nav {
    width: 80%;
    margin-left: 335px;
    padding: 15px 0px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.logo-header{
    position: absolute;
        top: -40px;
    left: 22px;
}
.top-nav {
    width: 77%;
    margin-left: 403px;
    padding: 15px 0px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header.sticky-menu .logo-header{
    position: relative;
    top: 0px;
}
.header.sticky-menu .mh-collapse {
    justify-content: center;
    margin-left: 199px;
    padding: 10px 0px;
}
.mjr-img{
    height: 489px;
    width: 360px;
    position: absolute;
}
.mjr-img1{
   bottom: -76.5%;
   right: 10.5%;
   width:150px;
}
.img-fluid {
    max-width: 100% !important;
    height: auto;
}


.huile-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 30px;
    padding: 40px 20px;
}


@media (max-width: 992px) {
    .huile-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 576px) {
    .huile-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.small-text {
    font-size: 14px;
}
.p--footer{
    font-size: 18px;
}
html, body {
    overflow-x: hidden;
}
.m--top{
    margin-top: 20px;
}

.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent !important;
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.social-mobile {
  display: none;
}
.owl-carousel-actu .owl-nav {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.owl-carousel-actu .owl-nav button {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    background: #416AA6 !important; 
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.owl-carousel-actu .owl-nav button i {
    color: #fff;
    font-size: 18px;
}

.owl-carousel-actu .owl-nav button:hover {
    background: #2e4f7a !important;
}