@media (max-width: 992px) {
  .avantages {
    top: 225px !important;
    margin-bottom: -225px !important;
  }
  .titre {
    position: relative;
    top: 3rem;
  }
  /* .card_slider {
    height: 400px !important;
  } */
  .title {
    font-size: 13px !important;
  }
  .card_slider {
    margin-left: 3px !important;
  }
  .image {
    width: 11rem !important;
    font-size: 13px !important;
  }
  .card_slider:hover .details {
    transform: perspective(2000px) translateX(180px) !important;
  }
  .content .content-overlay {
    height: 88% !important;
  }
  .content {
    width: 100% !important;
  }
  .equipe_img,
  .contact_img {
    width: 100% !important;
  }
  .cards {
    height: auto !important;
  }
  .card_slider .details {
    height: 60% !important;
  }

  .card_slider {
    height: 15rem !important;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .card_test:hover {
    width: 24rem !important ;
  }

  .cards_initial {
    border-right: none !important;
  }
  .cards_wrapper:hover {
    width: 30rem !important;
  }
}

@media (max-width: 576px) {
  /* #progressbar {
    right: 27px !important;
  } */
  #msform fieldset {
    width: 100% !important;
  }
  .about_footer {
    height: 30rem !important;
  }
  .inner_footer {
    border-top: none !important;
  }
}

@keyframes myOrbit1 {
  from {
    transform: rotate(0deg) translateY(-15rem) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateY(-15rem) rotate(-360deg);
  }
}
@keyframes myOrbit2 {
  from {
    transform: rotate(0deg) translateX(-15rem) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(-15rem) rotate(-360deg);
  }
}
@keyframes myOrbit3 {
  from {
    transform: rotate(0deg) translatey(15rem) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translatey(15rem) rotate(-360deg);
  }
}
@keyframes myOrbit4 {
  from {
    transform: rotate(0deg) translateX(15rem) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(15rem) rotate(-360deg);
  }
}
@media (min-width: 992px) {
  .el1 {
    position: relative;
    top: 15rem;
    animation: myOrbit1 16s 0s infinite linear;
  }
  .el2 {
    position: relative;
    top: 6rem;
    animation: myOrbit2 16s 0s infinite linear;
  }
  .el3 {
    position: relative;
    top: -6rem;
    animation: myOrbit3 16s 0s infinite linear;
  }
  .el4 {
    position: relative;
    top: -15rem;
    animation: myOrbit4 16s 0s infinite linear;
  }
  .card_slider {
    height: 500px !important;
  }
  .col-card-lg {
    width: 15%;
    /* flex: 0 0 auto; */
  }
  .contact_form {
    width: 75% !important;
  }
}
body {
  font-family: lato;
}
.green_text {
  color: #1cb4b5;
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}
.title {
  font-weight: 800;
  font-size: 24px;
}
.paragraphe {
  font-weight: 600;
  font-size: 16px;
}
.descrip_p {
  font-weight: 700;
  font-size: 22px;
}

.nav-link {
  font-weight: 300;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  color: #1b1b1b;
}
.nav-link:hover {
  color: #1cb4b5 !important;
  transform: scale(1.2);
}
.nav-link-active {
  color: #1cb4b5 !important;
}
.little_fint {
  font-weight: 300;
  font-size: 13px;
}

/*FIXED ANIMATED HEADER ON SCROLL*/
.page-header {
  right: 0;
  left: 0;
  top: 0px;
  z-index: 99999999999;
  background-color: #d9d9d94f;
}

.page-header.is-sticky {
  position: fixed;
  backdrop-filter: blur(100px);
  animation: slideDown 0.7s ease-out;
  background-color: #d9d9d94f;
  /* border-bottom: solid 1px #f0d904; */
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.btn-contact {
  background: linear-gradient(
    269.97deg,
    rgba(28, 180, 181, 0.8) 7.87%,
    rgba(14, 136, 194, 0.8) 93.7%
  );
  border-radius: 25px;
  transform: none !important;
}
.btn-contact:hover {
  transform: scale(1.1) !important;
  color: white !important;
}
.banner {
  background-image: url(../images/acceuil/home-banner.png);
  background-size: cover;
  height: 33rem;
}
.nous-choisir {
  background: no-repeat url(../images/acceuil/nous-choisir.png);
  background-position: center right;
}
.boutton {
  background-color: #4bb8a6;
  padding: 10px 25px;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.boutton:hover {
  background-color: #fff;
  border: solid 2px #1cb4b5;
  border-radius: 5px;
  color: #1cb4b5;
  /* text-decoration: none; */
}
.avantages {
  background: radial-gradient(
    122.56% 122.74% at 103.04% 7.52%,
    #ffffff 0%,
    #dde4e7 100%
  );
  /* margin-bottom: -200px; */
}

.icon-container {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out !important ;
  display: grid;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  cursor: pointer;
}
.icon-container:hover {
  background: radial-gradient(
    180.67% 180.68% at 91.86% -28.3%,
    #108ac2 7%,
    #44b3aa 85%
  );
}

.icon-container img {
  width: 65%;
  height: auto;
}

.icon-container img:nth-child(2),
.tab_icon img:nth-child(2) {
  display: none;
}

.icon-container:hover img:nth-child(1),
.tab_icon:hover img:nth-child(1) {
  display: none;
}

.icon-container:hover img:nth-child(2),
.tab_icon:hover img:nth-child(2) {
  display: block;
}
.nav-pills .nav-link.active .tab_icon:hover img:nth-child(2) {
  display: block;
}

.footer {
  background-image: url(../images/acceuil/footer.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}
.client-testimonial-carousel .owl-dots button {
  height: 5px;
  background: #000000 !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: 0.2s;
  border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
  background: #fff !important;
  width: 30px;
}

.client-testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.item {
  /* background-color: white; */
  border-radius: 25px;
  padding: 30px;
}
.user-content p {
  margin-top: 5px;
  font-size: 12px;
}
.ratings i {
  color: #1cb4b5;
}
.rounded-circle {
  width: 30% !important;
}
#carousel {
  border-bottom: solid 2px #dde4e7;
}
#thunb_carousel {
  border-bottom: none !important;
}
.bi-list {
  color: #1cb4b5;
}
.bi:hover {
  transform: scale(1.5);
}
/* ================================================slider */
#card {
  border: 1px solid #334455;
  border-radius: 25px;
  width: calc(10em - 30px);
  padding: 0;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
#card:hover {
  width: 100%;
}
#card:hover #face {
  margin-left: -10px;
}
#card :not(#face) {
  opacity: 0;
}
#card:hover :not(#face) {
  transition: all 500ms;
  transition-delay: 80ms;
  opacity: 1;
}
#card #face {
  width: calc(10em - 30px);
  background-image: url(https://i.ibb.co/p2GyHgv/67211140-451643715656839-5097311815897972736-n.jpg);
  background-size: 100%;
  background-position: 0%, 20%;
  transition: all 500ms;
  transition-delay: 80ms;
  border-radius: 25px;
}
#card #content {
  height: calc(10em - 30px);
  width: calc(100% - (10em - 30px) - 30px);
}
#content * {
  margin: 5px;
}
/* ================================================slider end */

/* ================================================step form */
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 36rem;
  min-height: 16rem;
  /* margin: 0 10%; */
  position: relative;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
#msform input,
#msform textarea,
.inputStyle {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
}
#msform .action-button {
  width: 100px;
  background: linear-gradient(
    269.97deg,
    rgba(28, 180, 181, 0.8) 7.87%,
    rgba(14, 136, 194, 0.8) 93.7%
  );
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  margin: 10px 5px;
  text-decoration: none;
  font-size: 14px;
}
/* ================================================step form end */

/* ================================================testimonoal carousel  */
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  display: none;
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
  display: none;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc !important;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #1cb4b5 !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
  outline: none;
}
/* ================================================testimonoal carousel end */
.card_test {
  transition: 0.5s;
  border-radius: 14px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  width: 18rem;
  height: 20rem;
  border: none;
}
.card_test:hover {
  width: 23rem;
}
.card_test_body2 {
  display: none;
  background: linear-gradient(103.63deg, #0e88c2 13.78%, #4bb8a6 99.31%);
  border-radius: 14px;
}
.card_test:hover .card_test_body1 {
  display: none;
}
.card_test:hover .card_test_body2 {
  display: block;
}
/* overlay ========================================================================= */
/* carousel slider ========================================================================= */
.card_slider {
  position: relative;
  width: 250px;
  height: 400px;
  background: #ffffff;
  transition: 1s;
}
.img {
  border-radius: 25px;
}

.card_slider .details {
  position: absolute;
  top: 0;
  width: 100%;
  height: 54%;
  transition: 1s;
}
.card_slider:hover .details {
  transform: perspective(2000px) translateX(250px);
}
.card_slider:hover ~ .card_slider {
  transform: perspective(2000px) translateX(250px);
}
.card_slider:hover.exclude-transform {
  transform: none;
}
.card_slider_end:hover {
  transform: translateX(-250px);
}

.card_slider .details .center {
  padding: 0px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
}
/* carousel slider ========================================================================= */

.carousel-slide-btn {
  background-color: #ffffff;
  color: #1cb4b5 !important;
  border-radius: 50px;
  padding: 40px 15px;
}
.carousel-slide-link {
  color: #1cb4b5;
  text-decoration: none;
}
.carousel-slide-link:hover {
  color: #1cb4b5;
  text-decoration: underline;
}

.user-image img {
  position: relative;
  bottom: 3rem;
  box-shadow: #1cb4b5 0px 5px 15px;
}
.owl-item {
  padding-top: 3rem;
  height: 100%;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: linear-gradient(
    180deg,
    rgba(28, 180, 181, 0.8) 0%,
    rgba(14, 136, 194, 0.8) 105.45%
  );
  position: absolute;
  height: 90%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 15px;
}

.card_slider:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.card_slider:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.card_title {
  position: relative;
  bottom: 45px;
}
.owl-stage-outer {
  height: 100% !important;
}
.avantage {
  justify-items: center;
}

/* ====================================================================test card  */

/* body .options {
/*------------------------------------------- about page ----------------------- */
.about_banner {
  background: no-repeat url(../images/about/about-banner.png);
  background-size: cover;
}
.about_footer {
  background-image: url(../images/acceuil/footer.png);
  background-size: cover;
  height: 25rem;
  display: flex;
  align-items: end;
}

.partner img {
  background-color: #ffffff;
  padding: 10px 15px;
  height: 5rem;
}
.partners_carousel {
  height: 10rem;
}
.inner_footer {
  border-top: solid 2px #fff;
}
.form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.34) !important;
  box-shadow: 0px 4px 4px rgba(75, 184, 166, 0.18) !important;
  border-radius: 4px !important;
}
input:focus::placeholder {
  color: #323232 !important;
}

::placeholder {
  color: #e6e6e6 !important;
}
.download {
  color: #e6e6e6;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* cards ====================== */

.cards {
  background: no-repeat url(../images/about/cards_background.png);
  background-size: cover;
  height: 16rem;
  overflow: hidden;
}
.cards_wrapper {
  transition: 0.7s;
  border-radius: 0px;
  border: none;
  background-color: transparent !important;
}
.cards_initial:last-child {
  border-right: none !important;
}
.cards_wrapper:hover {
  width: 23rem;
  background-color: #4bb8a6 !important;
}
.cards_initial {
  background-color: transparent;
  border-right: solid 2px #fff;
}
.cards_hover {
  display: none;
}
.cards_wrapper:hover .cards_initial {
  display: none;
}
.cards_wrapper:hover .cards_hover {
  display: block;
}
.last_cards_wrapper {
  border-right: none !important;
}
.slide_card_img {
  position: relative;
  bottom: 20px;
  height: 25rem;
  width: 15rem;
  right: 20px;
}
*/
/* PAGE PORTAGE */
.portage_first {
  background: url("/assets/images/portage/d13c5bf1481b2c0d76e2e765d91df3e0.jpg");
}
.banner_portage {
  background: no-repeat url(../images/portage/banner-posrtage-salarial.png);
  background-size: cover;
}
.banner_portage_2 {
  background-image: url(../images/portage/banner-1.png);
  background-size: contain;
  height: 13rem;
}
.title_portage {
  font-size: 40px !important;
  font-weight: 1000 !important;
}
/* Accordion css */
.accordion-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded="true"] {
  box-shadow: 0px 1px 4px 0px rgba(129, 129, 129, 0.25);
}
.accordion .accordion-item button[aria-expanded="false"] {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  /* padding: 1em 0; */
  color: #1a1632;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #1cb4b5;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #1cb4b5;
  border: 1px solid #03b5d2;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -32px;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 22px;
  background-color: #4bb8a6;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: white;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: white;
}
.accordion button[aria-expanded="true"] {
  color: #1cb4b5;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 30rem;
  transition: all 500ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 500ms linear, max-height 1ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
/* carousel-portage */
.portage_height {
  height: 50px !important;
}
.item_portage {
  border-radius: 25px;
  padding: 30px;
}
.carouesel_nbr_position {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}
.bigger-title {
  font-weight: 900;
  font-size: 30px;
}
.paragraphe2 {
  font-weight: 600;
  font-size: 15px;
}

.bouttoninv {
  background-color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
  color: #1cb4b5;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.slideIn {
  animation-name: slideIn;
}
.dropdown-menu {
  animation: slideIn 0.7s ease-in-out;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.dropdown-menu {
  border: 1px solid rgb(29 180 181) !important;
}
.dropdown-item {
  transition: all 0.3s ease-in-out;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item-active {
  background-color: #1cb4b5;
}
/* design graphique page ========================================================== */
.design_banner {
  background: no-repeat url(../images/services/design/design_banner.png);
  background-size: cover;
}
.list {
  list-style: none;
}

.list li::before {
  content: "\2022";
  color: #1cb4b5;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: 0em;
  font-size: 20px;
}
@media (max-width: 1191px) {
  .design_graphique_cards {
    height: 170px;
  }
  .logo_card_title {
    padding: 1rem 1rem 0rem 1rem;
  }
}
.design_graphique_cards {
  border-radius: 12px !important;
}
.logo_card_title {
  background-color: #f2f2f2;
  border-radius: 0px 0px 12px 12px;
}
/* image slider start  */
.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}

#carousel-thumbs {
  background: #ffffff;
  padding: 0 50px;
}
#carousel-thumbs img:hover {
  opacity: 100%;
}

#carousel-thumbs img {
  border: 3px solid transparent;
  cursor: pointer;
}
#carousel-thumbs .selected img {
  opacity: 100%;
  border-bottom: solid 10px #1cb4b5;
}

/* image slider end */
/* ===================================================page communication digital  */
.communication_banner {
  background: no-repeat url(../images/communication/comminication_banner.png);
  background-size: cover;
}
.what_we_do {
  background: no-repeat url(../images/communication/what_we_do.png);
  background-size: cover;
  height: 170px;
}

/* card slide translate y start  */
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}
.card_com {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: transparent;
}

.card_com:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card_com:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.content_com {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
  border-right: solid 2px #fff;
}
.content_com > * + * {
  margin-top: 1rem;
}
@media (hover: hover) and (min-width: 600px) {
  .card_com:after {
    transform: translateY(0);
  }

  .content_com {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content_com > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card_com:hover,
  .card_com:focus-within {
    align-items: center;
  }
  .card_com:hover:before,
  .card_com:focus-within:before {
    transform: translateY(-4%);
  }
  .card_com:hover:after,
  .card_com:focus-within:after {
    transform: translateY(-50%);
  }
  .card_com:hover .content_com,
  .card_com:focus-within .content_com {
    transform: translateY(0);
  }
  .card_com:hover .content_com > *:not(.title),
  .card_com:focus-within .content_com > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card_com:focus-within:before,
  .card_com:focus-within:after,
  .card_com:focus-within .content_com,
  .card_com:focus-within .content_com > *:not(.title) {
    transition-duration: 0s;
  }
}
.content_com:nth-child(4) {
  border-right: none !important;
}
/* card slide translate y end  */

/* tab start ======== */
.tab__list {
  display: flex;
}
.tab__item {
  overflow: hidden;
  cursor: pointer;
  padding: 0px 8px;
  margin-right: 24px;
  text-shadow: 0 0 0.5px currentColor;
  letter-spacing: 1px;
  transition: 1s;
  font-size: 16px;
  font-weight: 800;
  position: relative;
  color: #d8d8d8;
}
.tab__item:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 0;
  height: 2px;
  width: 100%;
  background: #1cb4b5;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.tab__item.is--active {
  color: #1b1b1b;
  position: relative;
}
.tab__item.is--active:before {
  visibility: visible;
  opacity: 1;
}
.tab__content {
  padding: 32px;
  background: #ffffff;
  border-radius: 0 10px 10px;
}
.tab__content-item {
  display: none;
}
.tab__content-item.is--active {
  display: block;
}
.divider {
  background: linear-gradient(90deg, #4bb8a6 0%, #0a85c3 100%);
  height: 5px !important;
  opacity: 1;
  border-radius: 10px;
  width: 75%;
}
/* tab end ======== */

/* developpement pages ============================================== */
.dev_banner {
  background: no-repeat url(../images/dev/dev_banner.png);
  background-size: cover;
}
/* consulting pages ============================================== */
.consulting_banner {
  background: no-repeat url(../images/consulting/consulting_banner.png);
  background-size: cover;
}
.consultant_background {
  background: no-repeat url(../images/consulting/consultant_background.png);
  background-size: cover;
}
.consultant_card {
  background-color: transparent;
  border: solid 2px white;
  border-radius: 9px;
}
.consultant_card {
  background-color: transparent;
  border: solid 2px white;
  border-radius: 9px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.consultant_card:hover {
  background-color: #4bb8a6;
  border: none;
}
.consultant_card_title {
  border-bottom: solid 2px #fff;
}
.green_card {
  border-radius: 22px;
  background: linear-gradient(
    180deg,
    rgba(28, 180, 181, 0.8) 0%,
    rgba(14, 136, 194, 0.8) 100%
  );
}
.form_controle_contact:focus {
  border-bottom: solid 5px #4bb8a6 !important;
}
.navbar-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
}
@media (max-width: 500px) {
  .navResp {
    width: 100% !important;
  }
  .navbar-collapse {
    overflow-x: scroll;
    /* padding-left: 60%; */
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: fixed;
    left: 45%;
    top: 100px;
    z-index: 1000;
    max-height: calc(100vh - 56px);
    overflow-x: scroll;
  }
  .dropdown-menu.show {
    display: block;
  }
  .nav-link {
    font-weight: 700 !important;
    font-size: 11px;
  }
  .btn-contact {
    background: linear-gradient(
      269.97deg,
      rgba(28, 180, 181, 0.8) 7.87%,
      rgba(14, 136, 194, 0.8) 93.7%
    );
    border-radius: 25px;
    transform: none !important;
    height: 86%;
  }
  .accordion button .icon {
    right: -20px;
    width: 19px;
    height: 19px;
  }
  .accordion button .icon::before {
    top: 9px;
    left: 4px;
    width: 9px;
    height: 2px;
  }
  .accordion button .icon::before {
    top: 9px;
    left: 4px;
    width: 9px;
    height: 2px;
  }
  .imgConsultantOterson {
    width: 100%;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .navbar-collapse {
    overflow-x: scroll;
    padding-left: 60%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: fixed;
    left: 45%;
    top: 100px;
    z-index: 1000;
    max-height: calc(100vh - 56px);
    overflow-x: scroll;
  }
}
.titleSlider {
  font-weight: 600;
  font-size: 22px;
}

.nav-pills .nav-link .active .active-image {
  background: linear-gradient(
    103.63deg,
    #0e88c2 13.78%,
    #4bb8a6 99.31%
  ) !important;
}
/* .inactive-image {
  display: none;
}

.nav-link:focus .active-image {
  display: none;
}

.nav-link:focus .inactive-image {
  display: inline-block;
} */

/* resultat page ============================================== */
.bg-oterson {
  background: linear-gradient(
    269.97deg,
    rgba(28, 180, 181, 0.8) 7.87%,
    rgba(14, 136, 194, 0.8) 93.7%
  );
}
.textarea-modal {
  resize: none;
}
.btn-modal-send {
  width: 100px;
  background: linear-gradient(
    269.97deg,
    rgba(28, 180, 181, 0.8) 7.87%,
    rgba(14, 136, 194, 0.8) 93.7%
  );
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
}
.btn-modal-cancel {
  width: 100px;
  font-weight: bold;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
}
.modal-label {
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
/* page home ============================================== */
/* fieldset  */
#progress li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
}
#progress li:before {
  content: counter(step);
  counter-increment: step;
  width: 43px;
  line-height: 40px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 25px;
  margin: 0 auto 20px auto;
  box-shadow: -2px 2px 4px rgba(28, 180, 181, 0.3);
}
#progress li.active:before,
#progress li.active:after {
  border: 2px solid white;
  background: #1cb4b5;
  border-radius: 25px;
  color: white;
}
#progress {
  counter-reset: step;
  text-align: center;
}

/* page services ============================================== */
.carousel-img {
  height: 18.25rem !important;
  border-top-left-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
}
.fs-14 {
  font-size: 14px;
}
.widthPhone {
  width: 24rem;
}
/* page blog ============================================== */
.blog_banner {
  background: no-repeat url(../images/blog/blog_banner.png);
  background-size: cover;
}
.blog-title {
  position: relative;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.8) 75%
  );
  bottom: 60px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
a {
  color: none !important;
  text-decoration: none !important;
}
.border-25 {
  border-radius: 25px;
}

.widget {
  border: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  padding: 20px;
  display: block;
}
.widget-image .widget-image-cover img {
  transition: all 0.1s ease-in-out;
}
.widget-image-cover {
  margin: -20px;
  padding: 64% 20px 20px;
  border-radius: 25px;
  overflow: hidden;
  background: #3c454d;
  position: relative;
}

.widget-image:hover .widget-image-cover img {
  max-width: 110%;
  min-height: 110%;
  margin-left: -5%;
  margin-top: -5%;
}

.widget-image .widget-image-cover img {
  transition: all 0.1s ease-in-out;
}

.widget-image-cover img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  max-width: 100%;
}
.widget-image-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.8) 75%
  );
  padding: 20px;
  color: #fff;
  border-radius: 25px;
}

.fw-700 {
  font-weight: 700;
}
.fs-1-5 {
  font-size: 1.5rem;
}
.blog-image {
  /* height: 250px; */
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.blog-image:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.blog-title-h2 {
  color: #0e2b3d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 1px solid #eee;
}
.blog-description {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7;
  color: #000000b3;
}
/* page details blog */
.social_icon {
  height: 30px;
  width: 50px;
}
.color-black {
  color: #000000;
}

/* share blog */
.shareSocial {
  .socialList {
    list-style: none;
    flex-flow: row wrap;
    li {
      margin: 5px;
      &:first-child {
        padding-left: 0;
      }
      a {
        position: relative;
        width: 38px;
        height: 38px;
        border-radius: 100%;
        text-decoration: none;
        background-color: #999;
        color: #fff;
        transition: 0.35s;
        i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform-origin: top left;
          transform: scale(1) translate(-50%, -50%);
          transition: 0.35s;
        }
        &:hover {
          i {
            transform: scale(1.5) translate(-50%, -50%);
          }
        }
      }
      &:nth-child(1) a {
        background-color: #135cb6;
      }
      &:nth-child(2) a {
        background-color: #00aced;
      }
      &:nth-child(3) a {
        background-color: #2a7fe6;
      }
    }
  }
}
.post_populair {
  min-height: 19vh;
}
.single_post .img-post {
  position: relative;

  overflow: hidden;

  max-height: 500px;

  margin-bottom: 10px;
}

.single_post .img-post > img {
  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  opacity: 1;

  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease;

  transition: transform 0.4s ease, opacity 0.4s ease;

  max-width: 100%;

  filter: none;

  -webkit-filter: grayscale(0);

  -webkit-transform: scale(1.01);
}

.single_post .img-post:hover img {
  -webkit-transform: scale(1.02);

  -ms-transform: scale(1.02);

  transform: scale(1.02);

  opacity: 0.7;

  filter: gray;

  -webkit-filter: grayscale(1);

  -webkit-transition: all 0.8s ease-in-out;
}

.single_post .img-post:hover .social_share {
  display: block;
}
.fs-26 {
  font-size: 26px;
}
