@charset "UTF-8";

body {
  background-color: #716e6f0d;
  line-height: 1.45;
  font-family: "Quicksand", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1f1f1f;
  overflow-x: hidden !important;
}

html {
  overflow-x: hidden;
}

a:hover {
  color: #f57d76 !important;
  transition: all 0.3s ease-in;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  border-left: 4px solid;
  border-radius: 0;
}

/* This only changes this particular animation duration */

.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

/* This changes all the animations globally */

:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.form-control:focus {
  color: #495057;
  background-color: #fff !important;
  border-color: #80bdff !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.header__top {
  background-color: #242021a3;
}

.header__top__item_list,
.header__bottom__item_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__top__item--bg {
  position: relative;
  background-color: #6b5690;
  padding: 6px 0px 10px 0px;
}

.header__top__item--bg::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  content: "";
  width: 11px;
  background-color: #6b5690;
  -webkit-transform: skewX(-11deg);
  -o-transform: skewX(-11deg);
  -moz-transform: skewX(-11deg);
}

.header__top__item_list__icones {
  padding-right: 100px;
}

.header__top__item__link,
.header__top__icon__link,
.header__bottom__item__link {
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}

.header__top__item__link:hover,
.header__top__icon__link:hover,
.header__bottom__item__link:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.header__bottom {
  background-color: #242021;
  color: #ffffff;
  height: 60px;
}

.header__bottom .header_bottom__logo img {
  height: 40px;
}

.header__bottom__item__link {
  color: #d6d5d5;
  font-size: 15px;
}

.header__bottom__item .dropdown-menu {
  top: 24px !important;
  background: #6b5690d0;
  border-radius: inherit;
}

.header__bottom__item .dropdown-toggle::after {
  vertical-align: baseline !important;
}

.header__bottom__item__link > .dropdown-menu > .dropdown-item {
  color: #d6d5d5 !important;
}

.dropdown-menu span {
  position: absolute;
  top: -18px;
  left: 35px;
  color: #5a4a79;
  font-size: 29px;
}

.container-formation{
  display: grid;
  grid-gap: 13px;
  grid-template-columns: repeat(2, 1fr);
}

.formation__able {
  position: relative;
  
  background-position: center;
  box-shadow: inset 0 0 0 2000px #02020275;
  align-items: flex-end;
  transition: all ease 0.4s;
}

.formation__able .status_formation {
    position: absolute;
    background-color: #c7efc7;
    top: 0;
    right: 0;
    margin: 5px 5px 0 0;
    padding: 3px 7px;
    border-radius: 8px;
    font-size: 12px;
    color: black;
}

.formation__able:hover {
  color: #fff;
  text-decoration: none;
}

.container-formation {
    background-image: url(/assets/images/EtudiantsAfricains.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #0202023d;
}

.formation {
  padding: 16px;
}

.formation .formation-type,
.formation .formation-title,
.formation .formation-date {
  color: #fff;
}

.formation__type_color {
  color: #f57d76;
}

.formation-type,
.formation-title {
  font-weight: bold;
  font-size: 12px;
}

.formation-title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 6px;
}

.custom-control-label {
  font-weight: bolder;
  font-size: 17px;
  color: #000;
  font-family: "Oxygen";
}

.custom-control span {
  font-size: 11px;
  color: #007bffc7;
  font-weight: bold;
  letter-spacing: 1px;
}

button[class=close] {
  border-radius: 50px;
  background: white;
  border: 1px solid #333;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  margin: 0 !important;
  outline: none;
}

.inscription_modal_title {
  font-size: 15px;
  font-family: "Oxygen";
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 6px;
  color: #000;
  letter-spacing: 1px;
}

.formation_modal_title {
  font-family: "Oxygen";
  color: #1f1f1f;
  font-weight: 400;
}

.form-group input {
  outline: none;
  border: 1px solid #007bff;
  font-family: "Oxygen";
  font-weight: 500;
}

.modal-footer > .btn-sm {
  border: 1px solid #808080 !important;
  outline: none !important;
  font-family: "Oxygen" !important;
  background: white !important;
}

.modal-footer > .btn-sm:hover {
  transition: all ease-in 0.4s;
  background-color: #494848b3 !important;
  color: #ffff;
}

@media screen and (max-width: 780px) {
  .container-formation {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
  }

  .formation__able {
    min-width: 80% !important;
  }
}

/* Slider page (Start) */

.slider {
  position: relative;
  overflow: hidden;
}

.style {
  font-family: "Oxygen";
  font-size: 18px;
}

.slider__item {
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px #262529cf;
  -webkit-box-shadow: inset 0 0 0 2000px #262529cf;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__item__text_container {
  height: calc(100vh - 100px);
  position: relative;
}

.slick-prev:before,
.slick-next:before {
  color: #1d0744 !important;
}

.autonomisation .slick-prev .slick-arrow {
  display: none;
}

.slider__item__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  color: #ffffff;
}

.slider__item__text_h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: initial;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.slider__principal__home__finex {
  color: #f57d76;
}

.slider__item__text_h2 {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.slider__bottom__down {
  padding-top: 82px;
}

.slider__item__text_h2 a {
  border-radius: 52px;
  padding: 8px 25px 12px;
  font-size: 18px;
  background: #9c27b0a8;
  text-shadow: none;
  letter-spacing: 2px;
  transition: all 0.3 ease-in;
  color: #fff;
}

.slider__item__text_h2 a:hover {
  color: #f57d76 !important;
  text-decoration: none;
  background-color: #e4e3e3;
}

.card__sections__container {
  border: 1px solid #6b5690;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding-bottom: 10px;
  padding: 20px;
  margin-top: 40px;
  height: 450px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.card__sections__container:hover {
  transform: scale(1.06);
}

.card__sections__container strong {
  font-size: 28px;
  text-shadow: 0px 4px 3px rgba(245, 245, 245, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.card__sections__container p i {
  font-size: 40px;
  color: #6b5690;
}

.card__sections__container__info {
  font-size: 17px;
}

.card__sections__container__info ul {
  list-style: none;
}

.card__sections__container__info ul li i {
  color: #6b5690;
}

.card__sections__container__btn_see__more a {
  width: 200px;
  background: #6b5690;
  padding: 10px 16px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.card__sections__container__btn_see__more a:hover {
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 40px;
}

.card__sections__container--active {
  transform: scale(1.06);
  border: 1px solid #f57d76 !important;
}

.card__sections__container--active .card__sections__container__info .card__sections__container__btn_see__more a {
  border-radius: 40px;
}

.statistiques {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("/assets/images/assistanceconseil.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px #000000bf;
  -webkit-box-shadow: inset 0 0 0 2000px #000000bf;
  -o-object-fit: cover;
     object-fit: cover;
}

.statistiques__container__text {
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
}

.statistiques__item {
  margin-bottom: 40px;
}

.text h4 {
  font-weight: bold;
  text-align: start;
}

.text h3 {
  font-weight: bold;
  font-size: 40px;
  text-align: start;
}

.actualites {
  margin-bottom: 60px;
}

.actualites strong,
.success strong,
.insertion__pro strong {
  text-align: center;
  font-size: 34px;
}

.title {
  text-align: center;
  margin-bottom: 50px;
}

.title hr,
.title hr {
  width: 180px;
  height: 3px;
  background-color: #6b5690;
}

.actualites__thumbles img {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.actualites__thumbles {
  overflow: hidden;
}

.actualites__item__card {
  margin-bottom: 23px;
  background-color: #c0c0c033;
  border-radius: 8px;
}

.actualites__body {
  padding: 12px;
}

.actualites__item {
  color: black !important;
}

.actualites__item:hover .actualites__thumbles img {
  transform: scale(1.2);
  border-radius: 8px !important;
}

.actualites__item:hover {
  text-decoration: none;
  color: initial !important;
}

.actualites__item__card__text {
  padding-top: 12px;
}

.actualites__item__card__text h3 a {
  font-size: 18px;
  color: #000000eb;
  font-weight: bolder;
}

.actualité__itiem__link a {
  font-size: 20px;
  color: #000000eb;
}

.actualité__itiem__link a:hover {
  color: initial !important;
}

.success {
  padding-top: 24px;
  padding: 5px;
  margin-bottom: 40px;
}

.success__text {
  font-size: 23px;
}

.success__container .item .card {
  padding: 6px;
  background-color: white;
}

.success__border {
  border: 2px solid #833ab4;
  padding: 38px;
}

.statistiques__induces .statistiques__1 {
  color: #f57d76;
  font-weight: bold;
  font-size: 42px;
  padding-left: 8px;
}

.statistiques__1 p {
  position: relative;
}

.statistiques__1 p span {
  padding-left: 84px;
  font-size: 28px;
  position: absolute;
  top: 58px;
  color: #fff;
}

.statistiques__induces .statistiques__1 svg {
  font-weight: bold;
  font-size: 70px;
}

.statistiques__induces .statistiques__1 svg path {
  fill: #f57d76;
}

.statistiques__induces {
  margin-bottom: 110px;
}

.lead__author {
  color: #2a3855;
  font-weight: 700;
  font-size: 18px;
}

.lead__author__describe {
  color: #949494 !important;
  font-weight: bold;
}

.success__slide .owl-prev,
.success__slide .owl-next {
  margin-top: 50px !important;
  background: silver !important;
  width: 40px;
  height: 40px;
  border-radius: 26px !important;
  font-size: 24px;
  color: #2a3855 !important;
  font-weight: bold;
  outline: none;
}

.contact__info {
  background-color: #05000fe6;
  margin: 50px 0;
  padding: 50px 0;
}

.contact__section__text {
  color: #ffff;
  border: 2px solid #fff;
  padding: 14px;
  border-radius: 8px;
  text-align: center;
}

.contact__section_form {
  color: #fff;
}

.contact_section__form__element form button {
  background-color: #f57d76;
  border-color: #f57d76;
  padding-bottom: 10px;
  color: #fff;
}

.contact_section__form__element form button:hover,
.btn-newsletter:hover {
  background-color: #1d1826;
  border-color: #ffffff;
  color: #fff;
}

.btn-newsletter {
  background-color: #1d0744;
  border-color: #ededed;
  padding-bottom: 10px;
  color: #fff;
}

.emploies {
  background-color: #ffff;
  margin: 50px 0;
  padding: 50px 0;
}

.emploies .title {
  text-align: center;
  font-size: 34px;
}

.emploies__item {
  padding: 12px;
  background: #f7f7f7;
  border-bottom: 1px solid #6b56904d;
  border-top: 1px solid #6b56904d;
  color: black;
  height: 160px;
}

/* Recrutements */

.recrutements__page {
  height: 300px;
  background-image: url("/assets/images/professionnel.jpeg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px #6b5690bf;
  color: white;
  -o-object-fit: cover;
     object-fit: cover;
}

.recrutements__page div.animate__animated {
  font-family: "Oxygen", sans-serif !important;
  font-size: 20px;
  font-style: italic;
}

.recrutements__page h1 {
  font-weight: 600 !important;
}

.job__categories__item h5 {
  font-size: 16px;
  color: #6b6868;
}

.container__recrutement_view {
  min-height: 200px;
}

.job__categories__item h6 {
  font-size: 12px;
  color: #6b6868;
}

.job__categories__item:hover {
  background-color: #76639642;
}

.newsletter__recrutements {
  background-color: #a59dbb17;
  padding: 18px;
  border-radius: 4px;
}

.newsletter__recrutements h5 {
  font-weight: 900;
  color: black;
  font-size: 35px;
}

.newsletter__recrutements h6 {
  color: black;
  font-weight: bold;
}

.btn-subcribe {
  background-color: #6b5690;
  outline: none;
  color: #fff;
}

.btn-subcribe:hover {
  color: #fff;
}

.form_container input {
  background: #f7f7f7;
  border: 1px solid #6b5690;
}

.form_container input:focus {
  background: #f7f7f7;
  border: 1px solid #6b5690;
  box-shadow: none;
}

.job__items {
  background-color: #fff;
}

.job__item {
  border-bottom: 1px solid #dbd9df;
  padding: 12px;
  color: black;
}

.job__item:hover {
  text-decoration: none;
  color: initial !important;
  background-color: #dbd9dfc9;
}

.job__categories {
  background-color: #fff;
  border-radius: 4px;
}

.categories {
  color: #242021;
  font-size: 31px;
  font-weight: bold;
  padding-top: 12px;
  font-family: "Oxygen", sans-serif !important;
}

.job__items::-webkit-scrollbar {
  width: 8px;
  height: 100px;
}

.job__items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #60498c;
  border-radius: 10px;
}

.job__items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #6b5690;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.content__link__categories:hover {
  text-decoration: none;
  color: initial;
}

.content__link__categories {
  color: black !important;
}

.job__title {
  font-size: 20px;
  color: #000;
  font-weight: 100;
  font-family: "Oxygen";
}

.col__active__job {
  max-width: 50px;
  position: absolute;
  right: 11px;
  bottom: 2px;
}

.job__others_info {
  margin-top: 6px;
  font-size: 12px;
  color: #a95353;
  font-weight: bold;
}

.job__active {
  color: #35d435;
  font-size: 23px;
  float: right;
}

.job__desable {
  color: red;
  font-size: 23px;
  float: right;
}

.job_info {
  font-size: 23px;
  float: right;
}

.col__image__job img {
  border-radius: 8px;
}

/* Recrutements */

.insertion__pro__page {
  height: 300px;
  background-image: url("/assets/images/insertion.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px #6b5690bf;
  color: white;
  -o-object-fit: cover;
     object-fit: cover;
}

.insertion__pro__page h1 {
  font-weight: 600 !important;
}

.insertion__pro__page div.animate__animated {
  font-family: "Oxygen", sans-serif !important;
  font-size: 20px;
  font-style: italic;
}

.explain__page {
  max-width: 800px;
}

.explain__page p {
  text-transform: uppercase;
  color: #f57d76;
  font-weight: bold;
}

.explain__page h3 {
  color: #1d0744;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 22px;
  border-left: 3px solid #f57d76;
  padding-left: 7px !important;
}

.explain__page__body {
  text-align: justify;
  font-size: 20PX;
  color: #6b5690;
  font-weight: 500;
}

.testimonies {
  margin-top: 60px;
}

.testimonies__items {
  background-color: #fff;
  border-radius: 0.375rem !important;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.demo {
  background: #f8f8f8;
}

.testimonial {
  margin: 0 20px 40px;
}

.testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
}

.testimonial .testimonial-content:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 22px;
  transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #ff4242;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}

.testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #e41212;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}

.testimonial .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #ff4242;
}

.home__testimonie .item i {
  position: absolute;
  color: #f68882;
  font-size: 35px;
}

.home__testimonie .item .fa-quote-left {
  top: -87px;
  left: -4px;
}

.home__testimonie .item .fa-quote-right {
  bottom: -34px;
  right: 0px;
}

.testimonies__items:hover {
  box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  -webkit-backface-visibility: initial;
}

.testimonies__items .testimonies__img_container img {
  height: 77px;
  width: 77px !important;
  border-radius: 75px;
  text-align: center;
}

.testimonies__text__container {
  text-align: left;
  font-size: 18px;
}

.testimonies__text__name {
  margin-bottom: 0.5rem;
  font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 800;
  line-height: 1.2;
  color: #003e7d;
}

.testimonies__text__title {
  color: #f57d76 !important;
  font-size: 0.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}

.testimonies__text__body {
  color: #003e7d;
  line-height: revert;
}

/* Autonomisation */

.autonomisation__page {
  height: 300px;
  background-image: url("/assets/images/autonomisation.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px #6b5690bf;
  color: white;
  -o-object-fit: cover;
     object-fit: cover;
}

.autonomisation {
  margin-top: 45px;
  margin-bottom: 45px;
}

.autonomisation strong {
  text-align: center;
  font-size: 34px;
}

.autonomisation__card {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(75, 75, 75, 0.07);
  margin-bottom: 45px;
}

.autonomisation__card__image img {
  height: 290px !important;
}

.rounded_card {
  border-radius: 12px;
}

.autonomisation__card__body {
  padding: 12px;
}

.autonomisation__categories {
  font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background: #4839619e;
  z-index: 11;
  margin: 7px;
  border-radius: 4px;
  padding: 6px 9px 5px 7px;
  font-size: 12px;
  font-weight: 500;
}

.autonomisation__card__body__icone span {
  font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #f57d76;
  font-weight: bold;
}

.autonomisation__card__image button {
  outline: none;
  width: 30px;
  height: 30px;
  background: #375181 !important;
  border-radius: 57px !important;
  color: #fff !important;
}

.autonomisation__card__image .owl-nav {
  position: absolute;
  top: 111px;
  right: 100px;
  width: 100%;
}

.autonomisation__card__image .owl-prev {
  position: absolute;
  left: 105px;
}

.autonomisation__card__image .owl-next {
  position: absolute;
  right: -89px;
}

.autonomisation__card__image .owl-nav {
  display: none;
}

.autonomisation__card__body a {
  color: #1d1826 !important;
}

.card_activite {
  max-height: auto !important;
}

.cooperative__activity__title {
  font-family: "Oxygen";
  margin-bottom: 12px;
}

.autonomisation__card__body a:hover {
  text-decoration: none;
}

.autonomisation__card__body__button {
  width: 100%;
  margin-top: 12px;
  padding: 8px 25px;
  color: #082588;
  background: #ffffff;
  outline: none !important;
  border: 1px solid #082588;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #f68882;
  border-color: #f68882;
}

.autonomisation__card__body__button:hover {
  background-color: #f57d76;
  border: 1px solid #f7f7f7;
  color: #ffffff !important;
}

/* Consulting */

.consulting__page {
  height: 300px;
  background-image: url("/assets/images/consulting.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px #6b5690bf;
  color: white;
  -o-object-fit: cover;
     object-fit: cover;
}

.consulting__introduce {
  margin-top: 50px;
  max-width: 700px;
  font-family: "Oxygen", sans-serif !important;
}

.consulting__page div.animate__animated {
  font-family: "Oxygen", sans-serif !important;
  font-size: 20px;
  font-style: italic;
}

.consulting__introduce span {
  padding: 7px;
  background: #f57d76de;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0px;
  font-family: "Oxygen", sans-serif !important;
}

.consulting__card__thumbnail img {
  height: 180px;
}

.consulting__introduce h2 {
  font-family: "Oxygen", sans-serif !important;
  font-weight: bold;
}

.consulting__card {
  border: 3px solid #c0c0c0ad;
  border-radius: 4px;
  background: #fff;
  transition: all ease-in-out 0.5s;
}

.consulting__card__thumbnail {
  position: relative;
}

.consulting__card__title a {
  position: relative;
  color: black;
  font-size: 24px;
  font-family: "Oxygen", sans-serif !important;
}

.consulting__card__title a::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50%;
  height: 1px;
  background-color: #f57d76;
}

.consulting__card__link a {
  color: #f57d76;
  font-size: 20px;
  font-family: "Oxygen", sans-serif !important;
  transition: all ease-in-out 0.5s;
}

.consulting__card__link a i {
  font-size: 15px !important;
  transition: 0.3s;
  display: inline-block;
  border: 2px solid #f57d76;
  border-radius: 50%;
  padding: 4px 5px;
  margin-left: 5px;
}

.consulting__card__title a:hover,
.consulting__card__link a:hover {
  text-decoration: none;
}

.consulting__card__thumbnail::before {
  transition: 0.3s;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #f0f2f5));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=0);
}

.consulting__card__link a:hover .fa-arrow-right {
  transform: scale(1.112, 1.112);
  background-color: #716e6f0d;
}

/* Actualites  */

.actualite__page {
  height: 300px;
  background-image: url("/assets/images/actualites.jpg");
  background-position: bottom center;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px #6b569059;
  color: white;
}

.actualite__page div.animate__animated {
  font-family: "Oxygen", sans-serif !important;
  font-size: 20px;
  font-style: italic;
}

.actualite__categories {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  padding: 30px;
  margin-bottom: 20px;
}

.actualite__categories__content {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.8px;
}

.actualite__categories__content span {
  position: relative;
}

.card__title::before {
  position: absolute;
  content: "";
  top: 60%;
  right: -17px;
  height: 9px;
  width: 9px;
  background-color: #f57d76;
}

.actualite__categorie__link {
  color: #555353e6 !important;
  padding-left: 5px;
  font-family: "Oxygen", sans-serif !important;
  letter-spacing: 1px;
}

.icon_download_cas_pratique {
  font-size: 31px;
  color: #f7f7f7;
}

.atualites__categories__item {
  list-style: none;
  margin-top: 15px !important;
}

.atualites__categories__item li {
  border-bottom: 1px solid #f7f7f7;
  font-size: 13px;
  border-bottom: #f4f4f4 solid 1px;
}

.atualites__article__recente {
  margin-top: 25px !important;
  color: black !important;
  font-size: 12px;
  border-bottom: #f4f4f4 solid 1px;
  padding-bottom: 12px;
}

.atualites__article__recente a:hover {
  text-decoration: none;
}

.atualites__article__recente a {
  padding-bottom: 12px;
}

.actualite__article__recente__item__corp p {
  font-size: 17px;
  color: #555353e6 !important;
  text-decoration: none;
  font-family: "Oxygen", sans-serif !important;
}

.actualite__article__recente__item__corp span {
  color: silver;
}

.actualites .actualites__item__card {
  background-color: #ffffff !important;
  font-family: "Oxygen", sans-serif !important;
}

.form_newsletter__blog div button {
  width: 125px;
  font-size: 18px;
  border-radius: initial;
  padding: 6px;
  font-family: "Oxygen";
  border-left: none;
  border: inherit;
  outline: none;
  background: #f57d76;
  color: #fff;
}

.form_newsletter__blog div input {
  font-size: 18px;
  border-radius: initial;
  padding: 6px;
  font-family: "Oxygen";
  border: 1px solid #b3b6ba;
  border-right: none;
}

/* Formation page */

.formations__page {
  height: 300px;
  background-image: url("/assets/images/formationspage.jpg");
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px #6b569080;
  color: white;
}

.formation_active::before {
  content: "";
  width: 12%;
  height: 100%;
  background: linear-gradient(0.25turn, #373c33d6, #3e393578);
  position: absolute;
  z-index: 95;
}

.formation_active::after {
  content: "";
  top: 8px;
  right: 0;
  width: 12%;
  height: 100%;
  background: linear-gradient(0.25turn, #373c33d6, #3e393578);
  position: absolute;
  z-index: 95;
}

@media screen and (max-width: 600px) {
  .formation_active::after {
    width: 0% !important;
  }

  .formation_active::before {
    width: 0% !important;
  }

  .explain__page {
    margin-top: 20px;
  }
}

.text_active_formation {
  font-size: 14px;
}

.formation_text {
  padding: 12px;
}

.formation_text h5 {
  font-size: 18px;
  color: #333;
}

.formation_text div a:hover {
  text-decoration: none;
  color: white !important;
}

.formation_active {
  position: relative;
  width: 100%;
  height: 100%;
}

.formation_active .slick-prev {
  position: absolute;
  top: -20px;
  left: 85%;
  border-radius: 0;
}

.formation_active .slick-prev:before {
  color: #242021 !important;
}

.formation_active .slick-next:before {
  color: #242021 !important;
}

.formation_active .slick-next {
  position: absolute;
  top: -20px;
  right: 0%;
  border-radius: 0;
}

.formation_ok .thumbnail img {
  max-height: 300px;
}

.formation__content {
  padding: 16px;
  background-color: #fff;
  box-shadow: 5px 4px 5px 9px #99505000;
}

.item__formation h4 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
  margin-top: 0;
  font-weight: bold;
}

.formation___body1 {
  box-shadow: inset 0 0 0 2000px #6b569059;
  background-image: url("/assets/images/caisse.jpg");
}

.formation___body2 {
  box-shadow: inset 0px -1px 0 2000px #f44336d1;
  background-image: url("/assets/images/project.jpg");
}

.formation___body3 {
  box-shadow: inset 0px -1px 0 2000px #2a785be3;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body4 {
  box-shadow: inset 0px -1px 0 2000px #e83e8ce0;
  background-image: url("/assets/images/caisse.jpg");
}

.formation___body5 {
  box-shadow: inset 0px -1px 0 2000px #28a745d9;
  background-image: url("/assets/images/consulting.png");
}

.formation___body6 {
  box-shadow: inset 0px -1px 0 2000px #ffc107d9;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body7 {
  box-shadow: inset 0px -1px 0 2000px #36222ce3;
  background-image: url("/assets/images/caisse.jpg");
}

.formation___body8 {
  box-shadow: inset 0px -1px 0 2000px #f44336d1;
  background-image: url("/assets/images/project.jpg");
}

.formation___body9 {
  box-shadow: inset 0px -1px 0 2000px #2a785be3;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body10 {
  box-shadow: inset 0px -1px 0 2000px #e83e8ce0;
  background-image: url("/assets/images/caisse.jpg");
}

.formation___body11 {
  box-shadow: inset 0px -1px 0 2000px #28a745d9;
  background-image: url("/assets/images/consulting.png");
}

.formation___body12 {
  box-shadow: inset 0px -1px 0 2000px #ffc107d9;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body13 {
  box-shadow: inset 0px -1px 0 2000px #36222ce3;
  background-image: url("/assets/images/caisse.jpg");
}

.formation___body14 {
  box-shadow: inset 0px -1px 0 2000px #f44336d1;
  background-image: url("/assets/images/project.jpg");
}

.formation___body15 {
  box-shadow: inset 0px -1px 0 2000px #2a785be3;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body16 {
  box-shadow: inset 0px -1px 0 2000px #e83e8ce0;
  background-image: url("/assets/images/caisse.jpg");
}

.formation___body17 {
  box-shadow: inset 0px -1px 0 2000px #28a745d9;
  background-image: url("/assets/images/consulting.png");
}

.formation___body18 {
  box-shadow: inset 0px -1px 0 2000px #ffc107d9;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body19 {
  box-shadow: inset 0px -1px 0 2000px #f44336d1;
  background-image: url("/assets/images/project.jpg");
}

.formation___body20 {
  box-shadow: inset 0px -1px 0 2000px #2a785be3;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body20 {
  box-shadow: inset 0px -1px 0 2000px #2a785be3;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body21 {
  box-shadow: inset 0px -1px 0 2000px #f44336d1;
  background-image: url("/assets/images/project.jpg");
}

.formation___body22 {
  box-shadow: inset 0px -1px 0 2000px #2a785be3;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body23 {
  box-shadow: inset 0px -1px 0 2000px #f44336d1;
  background-image: url("/assets/images/project.jpg");
}

.formation___body24 {
  box-shadow: inset 0px -1px 0 2000px #2a785be3;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body25 {
  box-shadow: inset 0px -1px 0 2000px #2a785be3;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body26 {
  box-shadow: inset 0px -1px 0 2000px #2a785be3;
  background-image: url("/assets/images/stock.jpg");
}

.formation___body1,
.formation___body2,
.formation___body3,
.formation___body4,
.formation___body5,
.formation___body6,
.formation___body7,
.formation___body8,
.formation___body9,
.formation___body10,
.formation___body11,
.formation___body12,
.formation___body13,
.formation___body14,
.formation___body15,
.formation___body16,
.formation___body17,
.formation___body18,
.formation___body19,
.formation___body20,
.formation___body20,
.formation___body21,
.formation___body22,
.formation___body23,
.formation___body24,
.formation___body25,
.formation___body26,
.formation___body27{
  height: 200px;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 18px 18px 18px;
  font-size: 21px !important;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  letter-spacing: 2px;
  color: white;
  font-weight: bolder;
  overflow: hidden;
  font-family: "Oxygen", sans-serif !important;
  transition: all ease-in-out 0.5s;
}

.formation___body1:hover,
.formation___body2:hover,
.formation___body3:hover,
.formation___body4:hover,
.formation___body5:hover,
.formation___body6:hover,
.formation___body7:hover,
.formation___body8:hover,
.formation___body9:hover,
.formation___body10:hover,
.formation___body11:hover,
.formation___body12:hover,
.formation___body13:hover,
.formation___body14:hover,
.formation___body15:hover,
.formation___body16:hover,
.formation___body17:hover,
.formation___body18:hover,
.formation___body19:hover,
.formation___body20:hover,
.formation___body21:hover,
.formation___body22:hover,
.formation___body23:hover,
.formation___body24:hover,
.formation___body25:hover,
.formation___body26:hover,
.formation___body27:hover
{
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: inset 0px -1px 0 2000px #5a4186e3 !important;
}

.formation___body27 {
  box-shadow: inset 0px -1px 0 2000px #2a785be3;
  background-image: url("/assets/images/stock.jpg");
}


.item__formation h4 i {
  visibility: hidden;
  position: relative;
  font-size: 29px;
  top: 105px;
  transition: all ease-in-out 0.5s;
}

.item__formation__active_eye h4 i {
  visibility: visible;
  top: 18px;
  z-index: 1;
}

.contact__page_container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact__card__item {
  padding: 60px 19px;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
}

.contact__card__item .icon img {
  height: 80px;
}

.contact__card__item h3 {
  font-family: "Quicksand";
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0px;
}

.contact__card__item:hover {
  border-color: #003e7d !important;
}

.contact__card__item .icon img {
  transition: all ease-in-out 0.3s;
}

.contact__card__item:hover .icon img {
  transform: scale(1.12, 1.12);
}

.contact_card1 {
  border: 2px solid #21c1d3 !important;
  background-color: #f2fffa;
}

.contact_card2 {
  border: 2px solid #d8ff9b !important;
  background-color: #f6ffe8;
}

.contact_card3 {
  border: 2px solid #ffdfad !important;
  background-color: #fff0d8;
}

.contact__form__container {
  background: #1d0744e0;
  padding-top: 76px;
  padding-bottom: 76px;
}

.contact__form__container h5 {
  padding-bottom: 20px;
  font-size: 25px;
  color: #fff;
  font-family: "Oxygen", sans-serif !important;
}

.contact__form__container input {
  border-radius: initial !important;
  height: 50px !important;
  width: 100% !important;
  border: 1px solid #c1baba;
  font-family: "Oxygen" !important;
  background: #37245a57 !important;
  color: white;
}

.contact__form__container textarea {
  border-radius: initial !important;
  width: 100% !important;
  border: 1px solid #c1baba !important;
  font-family: "Oxygen" !important;
  background: #37245a57 !important;
}

.contact__form__container button {
  background: #ffff;
  height: 50px;
  width: 100%;
  border: none;
  font-size: 20px;
  outline: none;
}

.contact__form__container button:hover {
  background-color: #9b81c7;
}

.detail__formation__page {
  margin-top: 50px;
  margin-bottom: 50px;
}

.formation__detail__container__formation__infos {
  position: relative;
  height: auto;
  border: 2px solid #41321c;
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.indication__formation__description {
  position: absolute;
  top: 14px;
  right: -18px;
  font-size: 40px;
  z-index: 1;
  transform: rotate(270deg);
}

.insertion__pro .explain__page {
  max-width: 100%;
}

.formation__detail__container__formation__infos h3 {
  font-size: 18px;
  font-family: "Oxygen" !important;
  font-weight: bold;
}

.formation__detail__container__formation__infos h3 i {
  color: #6b5690;
}

.price__and__author {
  margin-top: 16px;
}

.price__and__author .author {
  font-size: 19px;
  color: #f57d76;
  font-weight: bold;
  font-family: "Oxygen" !important;
}

.price__and__author .price {
  font-size: 17px;
  font-family: "Oxygen" !important;
  color: #0d901d;
}

.price__subscribe {
  font-size: 17px;
  font-family: "Oxygen" !important;
  color: #1a1b47;
}

.formation__detail__container__formation__detail {
  border: 2px solid #41321c;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.formation__detail__container__formation__detail .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  padding: 9px 20px;
  color: black;
  font-weight: bold;
  font-family: "Oxygen" !important;
}

.formation__detail__container__formation__detail .nav-tabs .nav-link:hover {
  color: initial !important;
}

.formation__detail__container__formation__detail .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f57d76;
}

.formation__detail__container__formation__detail .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  background: #e0daea;
}

.formation__detail__form {
  padding-top: 20px;
}

.formation__detail__form h5 {
  font-size: 26px;
  max-width: 458px;
  font-family: "Oxygen";
}

.formation__detail__form input,
.formation__detail__form select {
  height: 50px;
  border-color: #c4ade8;
  letter-spacing: 1px;
  font-family: "Oxygen" !important;
}

.formation__detail__form input:focus {
  border-color: #c4ade8 !important;
}

.formation__detail__form button {
  padding: 7px 30px;
  border: navajowhite;
  background: #6b5690;
  color: #ffff;
  font-family: "Oxygen";
  letter-spacing: 1px;
  border-radius: 3px;
  transition: all ease-in-out 0.5s;
}

.formation__detail__form button:hover {
  background-color: #f57d76;
}

.shared__jobs a {
  padding: 5px;
  height: 32px;
  width: 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}

.shared__jobs a:hover {
  color: #fff !important;
}

.whatsapp {
  background: #148848;
}

.facebook {
  background: #2f14a5;
}

.autonomisation__detail {
  margin-top: 10px;
}

.autonomisation__detail .autonomisation__card__detail__body .d-flex {
  padding: 12px;
}

.cooperative___info_link {
  border: none !important;
  border-color: white !important;
  border-radius: 0 !important;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  font-family: "Oxygen";
}

.cooperative___info_link:hover {
  color: initial !important;
}

.autonomisation__detail .autonomisation__card__detail__body h1 {
  font-size: 22px;
  font-family: "Quicksand";
  font-weight: bold;
}

.autonomisation__card__detail__body .nav-tabs {
  background: #375181 !important;
  border: none !important;
  padding: 1px;
}

.autonomisation__card__detail__body .nav-tabs .nav-link {
  border-radius: initial;
  border: none !important;
  color: #fff;
}

.autonomisation__card__detail__body .nav-tabs .nav-link:hover {
  color: #fff !important;
}

.autonomisation__card__detail__body .nav-tabs .active {
  color: #ffffff !important;
  background: black;
}

.produits__argricoles {
  margin-bottom: 45px;
}

.btn__pdf {
  position: absolute;
  top: -29px;
  left: 0px;
  width: 73px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top-right-radius: 4px;
  background: #f57d76;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Oxygen";
  font-size: 16px;
  letter-spacing: 2px;
}

.card__pdf p {
  font-size: 18px;
  font-weight: bold;
}

.card__pdf:hover {
  color: initial;
  text-decoration: none;
}

.product_card__autononmisations .card__thumbnail img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.product_card__autononmisations___body {
  padding: 12px;
  background: white;
}

.detail__actualites .actualites__thumbles img {
  height: 320px;
}

.detail__actualites .content__actualite__text * {
  font-size: 18px !important;
  line-height: 1.8 !important;
}

.content__actualite__text > img {
  width: 100% !important;
  height: 100% !important;
}

.title__detail {
  font-size: 25px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #242021;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.invalid {
  border: 1px solid #ff3803 !important;
}

.invalid-feedback {
  font-size: 12px;
  color: red;
  float: left;
}

.alert-success {
  background-color: #4fa363b4;
  border-radius: 0;
  border: 0;
  border-left: 8px solid #155724;
}

.message__warning {
  background-color: #f7d722bb;
  border-radius: 0;
  border: 0;
  border-left: 8px solid #64570e;
}

.alert-danger {
  color: #e6e1de;
  background-color: #e61e1e5b;
  border-radius: 0;
  border: 0;
  border-left: 8px solid #dd0f0f;
}

.alert-block strong {
  font-size: 12px;
}

.autonomisation__card__image .slick-prev {
  position: absolute;
  left: 10px !important;
  z-index: 10;
}

.autonomisation__card__image .slick-next {
  position: absolute;
  right: 10px !important;
  z-index: 10;
}

.autonomisation__card__image button {
  display: none !important;
}

.autonomisation__card:hover button {
  display: block !important;
}

.job__categories__item:hover {
  color: black;
}

.command__product {
  background-color: #375181;
  color: #fff !important;
  transition: all ease-in 0.4s;
  border: 1px solid #375181;
}

.command__product:hover {
  text-decoration: none;
  color: #0c0b0b !important;
  background: transparent !important;
}

.no__shadow {
  box-shadow: none !important;
}

.validation__commande p {
  font-size: 12px;
  color: #f57d76;
  font-family: "Oxygen";
  font-weight: bold;
  text-transform: uppercase;
}

.product {
  font-size: 22px;
  color: #f57d76;
  font-family: "Oxygen";
  font-weight: bold;
  text-transform: uppercase;
}

.validation__commande h1 {
  font-size: 20px;
}

.italic {
  font-style: italic !important;
  font-size: 19px;
  font-weight: bold;
}

.mt-5 {
  margin-top: 50px;
}

#formation__inscription .invalid-feedback {
  display: block !important;
}

#formation__inscription .invalid-feedback strong {
  font-size: 12px !important;
}

.message__success,
.message__error,
.message__warning, 
.news-notif {
  display: none;
}

.link__active {
  color: #f57d76 !important;
}

.formations {
  background: #fff;
  padding-top: 12px;
}

.card-header-formation {
  padding: 12px;
  box-shadow: 5px 4px 5px 9px #99505000;
  background: #fff;
  border-bottom: 1px solid #d2cfd78a;
}

.card-header-formation h3 {
  color: #a8a3a3d1;
  font-family: "Oxygen";
  font-size: 25px;
}

.select {
  border-radius: initial !important;
}

.formation-item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.current_category {
  background: #98da9aba !important;
  font-weight: bold;
}

.fade {
  transition: opacity 0.5s linear !important;
}

.footer {
  padding: 50px 0;
  background-color: #6b5690;
  color: #fff;
}

.footer__bottom {
  text-align: center;
  padding: 20px 0;
  background-color: #1d0744 !important;
  color: #ffff;
  font-weight: bold;
}

.newsletter__container {
  background: #1d0744;
  padding: 40px 40px;
  border-radius: 8px;
}

.newsletter__container h3 {
  color: #d6d5d5;
}

.footer__nav ul,
.footer__social__link ul {
  list-style: none;
}

.footer__nav ul li {
  padding: 4px 0;
}

.footer__social__link ul li {
  padding: 8px 0;
}

.footer__social__link ul li a {
  color: #d6d5d5;
  font-size: 16px;
  font-weight: bold;
}

.footer__social__link ul li a:hover {
  text-decoration: none;
}

.footer__social__link ul li a .bg {
  padding: 9px;
  background-color: #1d0744;
  border-radius: 5px;
  width: 41px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.footer__social__link ul li a span i {
  color: #fff;
}

.footer__logo_creator_site strong {
  font-size: 12px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

.footer__copy_rigth strong {
  font-size: 12px;
  text-align: center;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 992px) {
  .indication__formation__description {
    bottom: auto;
    top: auto;
    right: 75px;
    font-size: 36px;
    transform: rotate(1deg);
  }
}

@media only screen and (max-width: 600px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1;
  }

  .job__title {
    font-size: 12px;
  }

  .animate__animated {
    font-size: 15px;
    color: #efdada;
  }

  .animate__backInLeft {
    font-size: 26px;
    letter-spacing: 2px;
    color: #fff !important;
    margin-bottom: 30px;
  }

  .job__categories__item h5 {
    font-weight: bold;
    font-size: 12px;
  }

  .job__categories__item {
    padding: 4px 12px;
    font-size: 12px;
  }

  .content__formation__details__trunc > * {
    font-size: 13px !important;
  }

  .content__formation__details__trunc {
    font-size: 14px;
  }

  .footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .footer__nav ul li {
    padding: 8px;
  }

  .header__bottom__item {
    display: none;
  }

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

  .responsive__nav__login {
    display: none;
  }

  .slider__item__text_h1 {
    font-size: 21px !important;
  }

  .slider__item__text_h2 {
    font-size: 13px;
  }

  .slider .owl-prev,
  .slider .owl-next {
    width: 33px !important;
    height: 33px !important;
  }

  .slider .owl-prev i,
  .slider .owl-next i {
    font-size: 19px !important;
  }

  .slider__item__text_container,
  .slider__item {
    height: calc(100vh - 100px);
  }

  .slider__item__text_h2 a {
    font-size: 12px;
    padding: 8px 16px 8px;
  }

  .card__sections__container {
    padding: 30px 8px;
    margin-top: 0px;
    height: auto;
  }

  .card__sections__container strong {
    font-size: 20px;
  }

  .card__sections__container__info {
    font-size: 14px;
  }

  .card__sections__container p i {
    font-size: 30px;
  }

  .card__sections__container__btn_see__more > a {
    padding: 8px 10px !important;
    font-size: 12px !important;
    font-weight: bold;
  }

  .statistiques__1 p {
    font-size: 30px;
  }

  .statistiques__1 p span {
    padding-left: 0px;
    font-size: 18px;
    position: initial;
    top: 0;
    color: #fff;
  }

  .text h3,
  .text h4 {
    text-align: center;
  }

  .statistiques__item {
    margin-bottom: 70px;
  }

  .statistiques {
    padding-top: 64px;
    padding-bottom: 0px;
  }

  .statistiques__induces .statistiques__1 svg {
    font-size: 35px;
  }

  .statistiques__induces {
    margin-bottom: 60px;
  }

  .actualites strong,
  .success strong,
  .insertion__pro strong {
    font-size: 20px;
  }

  .title hr,
  .title hr {
    height: 1px;
    padding: 0px;
    margin-top: 0;
  }

  .contact__section__text h3,
  .newsletter__container h3 {
    font-size: 17px;
  }

  .contact__section_form {
    margin-top: 23px;
  }

  .contact__section_form h3 {
    font-size: 17px;
    text-align: center;
  }

  .newsletter__container {
    padding: 17px 17px;
  }

  .social__media__footer {
    display: flex;
    justify-content: space-between;
  }

  .r {
    display: none;
  }

  .formation__detail__container__formation__infos {
    height: auto;
  }

  .indication__formation__description {
    position: absolute;
    bottom: auto;
    top: auto;
    right: 75px;
    font-size: 36px;
    transform: rotate(1deg);
  }

  .autonomisation .col-12,
  .autonomisation .col-sm-12 {
    padding: 0;
  }

  .autonomisation__card__body__button {
    padding: 8px 0px;
  }

  .home__testimonie .item {
    margin: 0 !important;
  }

  .separator__formation {
    font-size: 13px;
  }

  .item__formation {
    margin: 0 8px;
  }

  .card-header-formation h3 {
    font-size: 16px !important;
    padding-bottom: 4px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .header__bottom__item {
    display: none;
  }

  .header__bottom {
    height: auto !important;
    padding: 10px 0px !important;
  }

  .footer__copy_rigth strong,
  .footer__logo_creator_site {
    text-align: center;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 1000px) {
  .hanbuger__menu,
  .header__bottom__item__responsive {
    display: none;
  }
}

/* Gallery image css */
.gallery-image {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.gallery-image a{
  height: 200px;
  width: 300px;
  margin: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 5px #000;

}
.gallery-image a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-image a img:hover {
  transform: scale(1.4);
}
.galleries-title{
  font-size: 30px;
  margin-top: 10px;
  color: rgb(0, 0, 0);
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif !important ;
}

