@font-face {
  font-family: 'bahnschrift';
  src: url('../fonts/BAHNSCHRIFT.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'arial-unicode-ms';
  src: url('../fonts/arial-unicode-ms.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*,
*::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;
}

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: #ee2f2e;
  text-decoration: none;
}

.link-card-actu-hover:hover {
  color: initial !important;
}

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;
}

.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: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .header .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

.copyright_bottom {
  background: #e2e2e7;
  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: rgba(0, 0, 0, 0.28);
}

.slider_area.owl-carousel .slide-item img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.slider_area.owl-carousel .slid_content {
  position: absolute;
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*margin-top:150px;*/
}

.slider_area.owl-carousel .slid_content .h1 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top:150px;
}

.slider_area.owl-carousel .slid_content .p {
  font-size: 20px;
  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;
}

.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: #e2e2e7;
  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;
  /* padding-left: 36px; */
  color: #211E1C;
  display: inline-block;
}

/* .title .up_title:before{
	content:'';
	position:absolute;
	width:30px;
	height:30px;
	background: url() no-repeat;
	background-position:center;
	background-size:100%;
	top:50%;
	left:0;
	transform: translateY(-50%);
} */
.title .h1 {
  font-size: 35px;
  font-weight: 700;
}

.page-header {
  position: relative;
  color: #fff;
  background-position: 50% 50%;
  background-size: contain;
  padding: 3rem 0;
  margin-top: 6%;
}

.page-header: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: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
}

.page-header .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  background: transparent;
  justify-content: center;
}

.page-header .breadcrumb li,
.page-header .breadcrumb li a {
  font-size: 16px;
  color: #f5f5f5;
  position: relative;
}

.page-header 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 {
  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 {
  padding: 20px;
}

.actu_item .actu_img {
  height: 450px;
  width: 100%;
  overflow: hidden;
}

.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_date {
  color: #007bff;
  font-size: 15px;
}

.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;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.po-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.po-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.po-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.po-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.po-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.po-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.po-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.po-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.po-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.po-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.po-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.po-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.po-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.po-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.po-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.p-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.p-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.p-black-italic {
  font-family: "Poppins", 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-bleu {
  color: #1e31a0;
}

.color-rouge {
  color: #ee2f2e;
}

.color-gris {
  color: #707070;
}

.color-black {
  color: black;
}

.social .icon {
  font-size: 20px;
  width: 40px;
  height: 40px;
  color: grey;
  border: 1px solid grey;
  border-radius: 50%;
  padding: 10px;
  margin: 5px;
  transition: color 0.3s, border-color 0.3s;
}


.social .icon:hover {
  color: #ee2f2e;
  border-color: #ee2f2e;
}

.titre-section .rec-titre-section {
  position: absolute;
  width: 45%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: 0;
}

.titre-section .rec-titre-section::before {
  content: '';
  background: #c8c8c8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.212;
  z-index: 1;
}

.titre-section .h2 {
  position: absolute;
  font-size: 45px;
  line-height: 60px;
  z-index: 2;
  opacity: 1;
  margin: 0;
  top: -45%;
  font-weight:800;
  /* padding-right: 10px; */
}

.titre-section-pro .rec-titre-section-pro {
  position: absolute;
  width: 65%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: 0;
}

.titre-section-pro .rec-titre-section-pro::before {
  content: '';
  background: #c8c8c8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.212;
  z-index: 1;
}

.titre-section-pro .h2 {
  position: absolute;
  font-size: 45px;
  line-height: 60px;
  z-index: 2;
  opacity: 1;
  margin: 0;
  width: 45%;
  top: -45%;
  /* padding-right: 10px; */
}

.titre-section-pro .h3 {
  color: #7c7c7c;
  position: absolute;
  font-size: 45px;
  line-height: 60px;
  z-index: 2;
  opacity: 1;
  bottom: -2%;
  right: -10%;
  margin: 0;

}

.titre-section-pro .rec-titre-head {
  position: absolute;
  width: 65%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: 0;
}

.titre-section-pro .pp {
  /* color: #7c7c7c; */
  /* position: absolute; */
  font-size: 36px;
  /* line-height: 60px; */
  /* z-index: 2; */
  /* opacity: 1; */
  /* bottom: -2%; */
  /* right: -10%; */
  /* margin: 0; */
}

.titre-section2 .rec-titre-section2 {
  position: absolute;
  width: 49.5%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  right: 0;
  /* overflow: hidden; */
}

.titre-section2 .rec-titre-section2::before {
  content: '';
  background: #c8c8c8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.212;
  z-index: 1;
}

.titre-section2 .h2 {
  position: absolute;
  font-size: 45px;
  line-height: 60px;
  z-index: 2;
  opacity: 1;
  margin: 0;
  top: -45%;
  font-weight:800;
  /* padding-right: 10px; */
}

.custom-card-actu {
  width: 80%;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  background: #f9f9ff;
}

.custom-card-actu:hover {
  transform: scale(1.05);
}

.custom-card-actu img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 250px;
  object-fit: cover;
}

.custom-card-actu-footer-actu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}

.custom-card-actu:hover .custom-card-actu-footer-actu a,
.custom-card-actu:hover .custom-card-actu-footer-actu i {
  color: #1e31a0 !important;
}

.custom-card-actu-footer-actu a:hover,
.custom-card-actu-footer-actu i:hover {
  color: #1e31a0 !important;
}



.custom-card-pro {
  width: 92%;
  /* height: 438px; */
  padding: 10px;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  background: #f9f9ff;
}

.custom-card-pro:hover {
  transform: scale(1.01);
}

.custom-card-pro img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 250px;
  padding: 50px;
  object-fit: contain;
}

.custom-card-pro-footer {
  /* position: absolute; */
  bottom: 0;
  left: 16%;
}

.custom-card-pro:hover  a,
.custom-card-pro:hover  i,
.custom-card-pro:hover  span {
  color: #1e31a0;
}
.custom-card-pro   i {
transition: 0.3s all;
 }
.custom-card-pro:hover  i {
 position: relative;
 left: 10px;
 color: #1e31a0;
}
.link-recrutement:hover {
  color: #1e31a0 !important;
}

.custom-card-actu:hover .link-recrutement {
  color: #1e31a0 !important;
}

.custom-card-pro-footer a:hover,
.custom-card-pro-footer i:hover {
  color: #1e31a0 !important;
}

.read-more-pro {
  display: flex;
  align-items: center;
  padding-right: 1.25rem;
  text-decoration: none;
  padding-bottom: 10px;
}

.read-more-pro i {
  margin-left: 5px;
  font-size: 20px;
}

.owl-produit .owl-nav {
  display: flex !important;
}

.owl-produit .owl-nav .owl-prev {
  color: #FFF !important;
  font-size: 14px !important;
  margin: 5px !important;
  padding: 4px 7px !important;
  background: transparent !important;
  display: inline-block ;
  cursor: pointer !important;
  border-radius: 3px !important;
  position: absolute !important;
  left: -5% !important;
  top: 15% !important;
}

.owl-produit .owl-nav .owl-next {
  color: #FFF !important;
  font-size: 14px !important;
  margin: 5px !important;
  padding: 4px 7px !important;
  background: transparent !important;
  display: inline-block ;
  cursor: pointer !important;
  border-radius: 3px !important;
  position: absolute !important;
  right: -8% !important;
  top: 15% !important;
}

.read-more-actu {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.read-more-actu i {
  margin-left: 5px;
  font-size: 20px;
}

.img-presta-acc {
  position: absolute;
  right: 0;
  top: 2%;
  width: 50%;
  object-fit: cover;
  height: 635px;
  z-index: -1;
}

.btn-1 {
  border: 1px solid #ee2f2e;
  padding: 10px 40px;
  border-radius: 16px;
  z-index: 555;
  position: relative;
}

.btn-1:hover {
  background-color: #ee2f2e;
  border: 1px solid #ee2f2e;
  color: black !important;
}

.btn-1-recrut {
  border: 1px solid white;
  padding: 10px 50px;
  border-radius: 16px;
  z-index: 555;
  position: relative;
  color: white;
  background-color: transparent;
}

.btn-1-recrut:hover {
  background-color: white;
  border: 1px solid white;
  color: #1e31a0 !important;
}

.btn-1:hover a,
.btn-1:hover i {
  color: black !important;
}

.custom-card-actu-acc {
  position: relative;
  overflow: hidden;
}

.custom-card-actu-acc::before {
  content: "";
  background-image: url('../images/background/bg-fleche-bleu.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 0;
  right: 0;
  /*bottom: 0;*/
  left: 0;
  z-index: 2;
  height: 90%;
}

.img-activite-acc {
  height: 650px;
  width: 95%;
  object-fit: cover;
}

.section-entreprise-produit-acc {
  position: relative;
  overflow: hidden;
}

.section-entreprise-produit-acc::before {
  content: "";
  background-image: url(../images/background/bg-entreprise-acc.webp);
  /*background-size: contain;*/
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  /*top: 3.7%;*/
  /*right: -20%;*/
  /* bottom: 0; */
  /* left: 0; */
  z-index: 0;
  width: 100%;
  /*height: 50.5%;*/
  height: 100%;
}
.size-h5-1{
  font-size: 21px;
}
.section-entreprise-produit-acc-gen {
  position: relative;
  overflow: hidden;
}

/* .rect-bleu {
  width: 45.8%;
  background: aliceblue;
  height: 64px;
  position: absolute;
  right: 5%;
   
  background: #1f31a0 !important;
  opacity: 0.800 !important;
} */
.rect-bleu {
  width: 45.8%;
  background: aliceblue;
  height: 68px;
  position: absolute;
  right: 5%;
  bottom: -64px;
  background: #1f31a0 !important;
  opacity: 0.800 !important;
}
.section-entreprise-produit-acc-gen::before {
  content: "";
  background-image: url('../images/background/bg-fleche-bleu2.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 27%;
  right: 0;
  /* bottom: 0; */
  left: 0;
  z-index: 3;
  height: 50%;
  width: 10%;
}

.bg-entreprise-acc2 {
  width: 221%;
  position: absolute;
  bottom: -39%;
  right: -116%;
}

.bg-entreprise-acc4 {
  width: 85%;
  position: absolute;
  bottom: -43.5%;
  right: -10%;
}


.slider_area.owl-carousel .slid_content {
  position: absolute;
  width: 45.8% !important;
  top: 0;
  padding: 5%;
  right: 5%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start !important;
  background: #1f31a0 !important;
  opacity: 0.800 !important;
  z-index: 5;
}

.navbar-nav {
  width: 100%;
  margin-right: 3.95%;
}

.scrolled .navbar-nav {
  width: 100%;
  margin-right: 3.95%;
  margin-left: 4%;
}

.navbar,
.top-nav {
  transition: background-color 0.3s;
}

.navbar.scrolled {
  padding: 20px 0px 10px;
  top: 7%;
  background-color: white !important;
  z-index: 1001;
}

.bg-header .top-nav {
  width: 45%;
  position: absolute;
  z-index: 555;
  right: 3.35%;
  top: 2%;
  color: white;
}

.top-nav {
  width: 45%;
  position: absolute;
  z-index: 555;
  right: 3.35%;
  top: 2%;
  color: white;
}
.french-fab{

}
.top-nav.scrolled .french-fab{
  display:none;
}

.top-nav.scrolled {
  position: fixed;
  width: 100%;
  padding-left: 4%;
  padding-right: 4.2%;
  padding-top: 0.5% !important;
  padding-bottom: 0.5% !important;
  display: flex;
  background: #e2e2e7;
  right: 0;
  top: 0;
  z-index: 1002;
}

.navbar-modif {
  top: 8%;
}

.nav-item {
  margin: 0 0.2%;
}

.container92 {
  min-width: 92vw;
}

.nav-link {
  background-color: rgba(200, 200, 200, 0.5);
  color: rgba(255, 255, 255, 1);
  transition: background-color 0.3s, color 0.3s;
  text-transform: uppercase;
  /* padding: 12px 55px !important; */
  font-family: 'bahnschrift';
  font-size: 20px;
  width: 210px;
  /*width: 257px;*/
  height: 54px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.navbar.scrolled .nav-link:hover {
  color: rgba(227, 6, 19, 1) !important;
}

.nav-link-active {
  background-color: rgba(227, 6, 19, 0.5) !important;
  color: rgba(255, 255, 255, 1);
  transition: background-color 0.3s, color 0.3s;
  text-transform: uppercase;
  font-family: 'bahnschrift';
  font-size: 20px;
  width: 240px;
  height: 54px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.nav-link:hover {
  background-color: rgba(227, 6, 19, 0.5);
  color: rgba(255, 255, 255, 1) !important;
}

.navbar.scrolled .nav-link {
  background: none !important;
  color: black !important;
  font-family: 'bahnschrift';
  font-size: 15px;
}

.navbar.scrolled .nav-link-active {
  background: none !important;
  color: #ee2f2e !important;
  font-family: 'bahnschrift';
  font-size: 15px;
}


.arial {
  font-family: 'arial-unicode-ms';
  font-weight: normal;
  font-style: normal;
}

.bahnschrift {
  font-family: 'bahnschrift';
  font-weight: normal;
  font-style: normal;
}

.dropdown-nav {
  position: relative;
  display: inline-block;
  z-index: 10000;
}

.dropbtn {
  color: black;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: none
}

.dropdown-nav-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 3000;
}

.dropdown-nav-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-nav-content a:hover {
  background-color: #f1f1f1
}

.show-nav {
  display: block;
}



.top-menu-bandeau {
  position: absolute;
  top: 4%;
  left: 2%;
}

.i-drapeau {
  width: 20px !important;
  height: auto !important;
  object-fit : contain;
}

button:focus {
  outline: 0;
}

.top-nav-link {
  color: white;
}

.top-nav.scrolled .top-nav-link {
  color: black;
}



.wrapper {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.bg-BLEU {
  background: #1e31a0;
}

.info-wrap {
  color: #ee2f2e
}

.info-wrap h3 {
  color: #ee2f2e;
}

.info-wrap .dbox {
  width: 100%;
  color: #ee2f2e;
  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: #ee2f2e
}

.info-wrap .dbox p a {
  color: #ee2f2e
}

.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: #ee2f2e
}

.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: #ee2f2e;
  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 #ee2f2e;
  background: #ee2f2e;
  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 #ee2f2e;
}


.img-entreprise-accueil {
  width: 100%;
  height: 960px;
  position: absolute;
  left: -2%;
}

.img-detail-actu-1 {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.lower-content {
  /*height: 500px;*/
  padding: 5%;
  border: none;
  border-radius: 15px 0px 0px 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  background: #f9f9ff;

}

.offre_sidebar {
  background: #1e31a0;
  padding: 5%;
  border-radius: 15px
}

.modal-header {
  border-radius: 15px 15px 0 0;
  background: #1e31a0;
}

.modal-footer {
  background: #1e31a0;
  border-radius: 0 0 15px 15px;
}

.close {
  color: white;
}

.modal-content {
  background: white;
  color: black;
  border: none;
  border-radius: 15px;
}

.form-control-modif {
  height: calc(1.5em + 1rem + 2px) !important;
}

.lower-content-recru,
.img-detail-recru {
  /*height: 600px;*/
  /*height: 1150px;*/

}

.img-detail-recru {
  width: 100%;
  object-fit: cover;
  border-radius: 0 15px 15px 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ee2f2e;
  border-color: #ee2f2e;
}

::selection {
  background-color: #ee2f2e;
  color: white;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1e31a0;
  background-color: #e2e2e7;
  border: 1px solid #dee2e6;
}

.custom-card-pro-page {
  width: 100%;
  height: 100%;
  }

.custom-card-pro-page .custom-card-pro-footer {
  position: absolute;
  bottom: 0;
  left: 26% !important;
}

.custom-card-pro-page .custom-card-pro-footer.except {
  position: absolute;
  bottom: 0;
  left: 11% !important;
}

.card-pro-detail {
  height: 480px;
  padding: 3%;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  background: #f9f9ff;
}

.btn-detail-pro {
  position: absolute;
  width: 27%;
  bottom: 0;
}

body {
  overflow-x: hidden;
}

.img-entreprise-presentation {
  width: 100%;
  height: 596px;
  position: absolute;
  top: 16%;
  object-fit: cover;
}

.img-entreprise-presentation-left {
  width: 97%;
  height: 639px;
  position: absolute;

  top: 62px;
  object-fit: cover;
}

.link-to-contact:hover {
  color: black !important;
}

.header.bg-header {
  background: url(../images/background/bg-header.webp) no-repeat;
  background-size: 100%;
  position: relative;
  padding-bottom: 266px;
}

.bg-entreprise-acc3 {
  width: 215%;
  position: absolute;
  top: 0;
  left: -12px;
  z-index: -1;
}

.red-box {
  padding: 50px;

}

.red-box p,
.red-box span {
  color: white;
}

.bg-red {
  background-color: #e30613;
}

.bg-red2 {
  background-color: #af0000;
}

.section-entreprise-produit-acc-gen.except {
  margin-top: -40px;
}

.questions span {
  font-size: 20px;
  margin-bottom: 20px;
}

.side .boxy {
  padding: 20px 20px;
}

.side .boxy.titre {
  background-color: #e30613;
  color: white;
  font-size: 20px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.side .boxy.titre .fa-angle-down {
  position: absolute;
  right: 20px;
  top: 20px;
}

.side {
  /* background: #f9f9ff; */
  min-height:600px;
  border-radius: 10px;
  box-shadow: 0px 4px 15.48px 2.52px rgba(0, 0, 0, 0.09);
}
.categories .boxy:nth-child(odd) {
  background-color: #f9f9ff;
}

.categories .boxy:nth-child(even) {
  background-color: #ffff;
}
.slider_area.owl-theme .owl-nav [class*=owl-]{
  position: relative;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 33%;
  transform: translate(-50%);
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background:none !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav .owl-prev {
  left: 0px;
 }
.owl-theme .owl-nav .owl-next {
 right: 0px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 93%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}
.bandeau_section .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.trait {
  width: 3%;
  border-bottom: 3px solid #e30613;
  border-radius: 50px;
}
 
.mt--20{
  margin-top: -22px;
}
.w-98 {
  width: 98% !important;
}
.mt--23{
  margin-top: -23px !important;
}
.ml--16{
  margin-left: -16px !important;
}

.contact-encart{
  color:white;
}
.contact-encart-content{
  background-color : rgb(30 49 160 / 0.7);
}

.contact-encart-content .encart-text{
  font-size:35px;
  font-weight: 600 !important;
  color:white;
}

.img-contact-encart{
  width:100%;
  height:300px;
  object-fit:cover;
  position:absolute;
  z-index:-1;
}

.logo_partenaire{
  object-fit:contain;
  width:150px;
}

.text-justify_span p{
  text-align:justify;
}

.d-block-resp{
  display:flex;
}

.pt-160-resp {
  padding-top: 160px !important;
}
.w-46p{
  width:46.2% !important;
}
.d-none-resp{
  display:none;
}

.p-entreprise{
  padding-top:100px;
  padding-bottom:150px
}

.index-presta{
  padding-top:70px;
  padding-bottom:150px;
}

.d-flex-resp{
  display:flex;
}

.paragrapheStyle {
  padding-top: 12%;
  padding-left: 65px;
  visibility: visible;
  animation-name: slideInRight;
}

.presentation_clients_div{
  margin-top: 11%;
  position: relative;
  padding-left: 5%;
  visibility: visible;
  animation-name: slideInLeft;
}
.bg-calc{
  background-image: url(../images/background/bg-entreprise-acc.webp);
}

.encart-calc{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.encart-calc p,label, h2{
  color:#000;
}
.encart-calc img{
  object-fit:cover;
  height:150px;
  width:220px;
}

.calc-radio input[type="radio"] {
  display: none;
}

.calc-radio .radio-mark {
  width: 15px;
  height: 15px;
  border: 2px solid red;
  border-radius:30px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}

.radio-mark::after {
  transition: opacity 0.3s ease;
  content: "";
  position: absolute;
  border-radius:30px;
  height: 100%;
  width: 100%;
  background-color: red;
  opacity:0;
}
.calc-radio input[type="radio"]:checked + .radio-mark::after {
  opacity:1;
}

input[type="number"], input[type="text"] {
  outline: none;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input[type="number"]:focus, input[type="text"]:focus {
  /*border-color: darkred;*/
  /*box-shadow: 0 0 4px rgba(255, 0, 0, 0.5);*/
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.w50input input[type="number"], .w50input input[type="text"]{
  width:50%;
}
/*#495057*/
.conformite_result{
  border: 1px solid #ee2f2e;
  padding: 10px 40px;
  border-radius: 16px;
  z-index: 555;
  position: relative;
}

.calc-result-border{
  color: #495057;
  background-color: #fff;
  border-color: #f02f2e;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(240, 47, 46, .50);
}

.calc-result-border2{
  color: #495057;
  background-color: #fff;
  border-color: #1e31a1;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(30, 49, 161, .25)
}
