.section-clients {
  margin-bottom: 3em;
  position: relative;
}
.section-clients:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #F289A8;
  width: 100%;
  height: 54%;
  display: block;
  z-index: -2;
}
@media (max-width: 768px) {
  .section-clients:before {
    height: 35%;
  }
}
.section-clients .widget-clients ul {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  justify-items: center;
  gap: 1.5em;
}
@media (max-width: 768px) {
  .section-clients .widget-clients ul {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.7em;
  }
}
.section-clients .widget-clients ul li {
  width: 100%;
}
.section-clients .widget-clients ul li .has-image {
  background: #1d1e1c;
  text-align: center;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .section-clients .widget-clients ul li .has-image {
    padding: 1px;
  }
}
.section-clients .widget-clients ul li .space {
  width: 6rem;
  display: block;
}
.section-clients .section-title .wpb_wrapper {
  display: flex;
  justify-content: center;
}
.section-clients .widget-title .title {
  color: #000;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.widget-expertises {
  color: #000;
  position: relative;
  background-color: #F8C3D3;
}
.widget-expertises .tabs-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2em;
  padding-top: 1em;
  padding-bottom: 2em;
  justify-content: space-between;
  transition: all 1s ease-in-out !important;
  position: relative;
}
@media (max-width: 768px) {
  .widget-expertises .tabs-content {
    flex-direction: column-reverse;
    gap: 1em;
  }
}
@media (min-width: 768px) {
  .widget-expertises .tabs-content .tabs {
    width: 75%;
    transition: all 1s ease-in-out !important;
  }
}
.widget-expertises .tabs-content .tabs .tab-content {
  display: none;
  transition: none;
  opacity: 0;
}
.widget-expertises .tabs-content .tabs .tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.widget-expertises .tabs-content .tabs .tab-content h3 {
  transition: all 1s ease-in-out !important;
}
.widget-expertises .tabs-content .tabs .tab-content a {
  display: block;
  text-decoration: underline;
  color: #000;
  text-align: right;
}
.widget-expertises .scroll-container {
  width: 100%;
  background-color: #1d1e1c;
  overflow: hidden;
}
.widget-expertises .scroll-container .tabs-wrapper {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
}
.widget-expertises .scroll-container .tabs-wrapper .tabs-group {
  display: flex;
  flex-wrap: nowrap;
  padding: 1em 0;
  position: relative;
}
.widget-expertises .scroll-container .tabs-wrapper .tabs-group .tab {
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-expertises .scroll-container .tabs-wrapper .tabs-group .tab:before {
  content: "";
  width: 1px;
  height: 60%;
  background: #fff;
  margin-right: 1em;
  margin-left: 1em;
  opacity: 0.5;
}
.widget-expertises .scroll-container .tabs-wrapper .tabs-group .tab span {
  white-space: normal;
  font-size: 17px;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
  padding: 1em;
  color: #fff;
}
@media (min-width: 768px) {
  .widget-expertises .scroll-container .tabs-wrapper .tabs-group .tab span:hover, .widget-expertises .scroll-container .tabs-wrapper .tabs-group .tab span.active {
    border: 1px solid #F289A8;
  }
}
@media (max-width: 768px) {
  .widget-expertises .scroll-container .tabs-wrapper .tabs-group .tab span {
    font-size: 14px;
  }
}

.customvideo {
  overflow: visible;
}

.section-talents {
  margin-bottom: 3em;
  position: relative;
}
.section-talents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #B00009;
  width: 100%;
  height: 25%;
  display: block;
  z-index: -2;
}
@media (max-width: 1024px) {
  .section-talents::before {
    height: 25%;
  }
}
@media (max-width: 598px) {
  .section-talents .widget-talents.container {
    padding: 0 !important;
  }
}
.section-talents .widget-talents .swipper-item {
  display: flex;
  align-items: stretch;
  align-content: space-between;
  height: initial;
}
.section-talents .widget-talents .swipper-item .item {
  word-break: break-word;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: #fff;
  justify-content: space-between;
  align-items: stretch;
}
.section-talents .widget-talents .swipper-item .item .talent-details {
  background: #1C2941;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1em;
  justify-content: space-evenly;
  height: -webkit-fill-available;
}
.section-talents .widget-talents .swipper-item .item .talent-details h3 {
  margin: 0;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details h3 {
    font-size: 1rem;
  }
}
.section-talents .widget-talents .swipper-item .item .talent-details p {
  margin: 0;
  font-style: italic;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details p {
    font-size: 0.9rem;
  }
}
@media (max-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details {
    padding: 1.2em;
  }
}
@media (max-width: 598px) {
  .section-talents .widget-talents .swipper-item .item .talent-details {
    padding: 1em;
  }
  .section-talents .widget-talents .swipper-item .item .talent-details p {
    font-size: 14px;
  }
}
.section-talents .widget-talents .swipper-item .item .talent-details a {
  color: #fff;
  text-decoration: underline;
}
.section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details {
  order: 2;
}
.section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details::before {
  content: "";
  background: #161615;
  width: 80%;
  height: 100%;
  position: absolute;
  left: 10%;
  z-index: -1;
  border: 0;
  top: -100px;
}
.section-talents .widget-talents .swipper-item:nth-child(odd) .figure {
  order: 1;
}
.section-talents .widget-talents .swipper-item:nth-child(even) .talent-details {
  order: 1;
}
.section-talents .widget-talents .swipper-item:nth-child(even) .talent-details::after {
  content: "";
  background: #161615;
  width: 80%;
  height: 50%;
  position: absolute;
  left: 10%;
  z-index: -1;
  border: 0;
  bottom: -100px;
  top: 0;
}
.section-talents .widget-talents .swipper-item:nth-child(even) .figure {
  order: 2;
}
.section-talents .widget-talents swiper-container::part(button-prev) {
  color: transparent;
  font-size: 3em;
  transition: all 0.2s ease-in-out;
  left: var(--swiper-navigation-sides-offset, -1em);
}
@media (max-width: 598px) {
  .section-talents .widget-talents swiper-container::part(button-prev) {
    display: none !important;
  }
}
.section-talents .widget-talents swiper-container::part(button-prev)::before {
  content: "\e912";
  font-family: "askida-icons";
  color: #161615;
}
.section-talents .widget-talents swiper-container::part(button-prev):hover {
  left: var(--swiper-navigation-sides-offset, -1.1em);
}
.section-talents .widget-talents swiper-container::part(button-prev) svg {
  display: none !important;
}
.section-talents .widget-talents swiper-container::part(button-next) {
  color: transparent;
  font-size: 3em;
  transition: all 0.2s ease-in-out;
  right: var(--swiper-navigation-sides-offset, -1em);
}
.section-talents .widget-talents swiper-container::part(button-next)::before {
  content: "\e913";
  font-family: "askida-icons";
  color: #161615;
}
.section-talents .widget-talents swiper-container::part(button-next):hover {
  right: var(--swiper-navigation-sides-offset, -1.1em);
}
@media (max-width: 598px) {
  .section-talents .widget-talents swiper-container::part(button-next) {
    display: none !important;
  }
}
.section-talents .widget-talents swiper-container::part(button-next) svg {
  display: none !important;
}
.section-talents .widget-talents swiper-container::part(container) {
  position: initial;
  display: flex;
  align-items: stretch;
  align-content: space-between;
}
@media (max-width: 598px) {
  .section-talents .widget-talents swiper-container::part(container) {
    width: 100%;
  }
}
.section-talents .widget-talents swiper-container::slotted(swiper-slide) {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  display: flex;
}
.section-talents .section-title > .wpb_wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details {
    order: 2;
  }
  .section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details::before {
    content: "";
    background: #161615;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 10%;
    z-index: -1;
    border: 0;
    top: -100px;
  }
  .section-talents .widget-talents .swipper-item:nth-child(odd) .figure {
    order: 1;
    width: 100%;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .talent-details {
    order: 2;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .talent-details::before {
    content: "";
    background: #161615;
    width: 80%;
    position: absolute;
    left: 10%;
    z-index: -1;
    border: 0;
    top: -100px;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .talent-details::after {
    content: none;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .figure {
    order: 1;
  }
  .section-talents .widget-talents .swipper-item .item {
    gap: 0;
    align-items: center;
  }
  .section-talents .widget-talents .swipper-item .item .talent-details {
    width: 78%;
    display: flex;
  }
}
@media (max-width: 768px) and (min-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details {
    height: -webkit-fill-available;
  }
}
@media (max-width: 768px) {
  .section-talents .widget-talents .swipper-item .item .talent-details::before {
    content: none;
  }
}
.section-talents .vc_column-inner {
  padding: 0 !important;
}
.section-talents .figure {
  margin: 0;
  line-height: 0;
  position: relative;
  color: #fff;
  display: flex;
  overflow: visible;
}
.section-talents .figure video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: auto;
}
.section-talents .figure video::-webkit-media-controls {
  width: 100%;
  z-index: 10000000000000000000000;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.talentSwiper::part(pagination) {
  position: relative;
}
.talentSwiper::part(wrapper) {
  padding-bottom: 2rem;
  align-items: stretch;
  align-content: space-between;
}
.talentSwiper::part(bullet) {
  width: 25px;
  height: 8px;
  background: transparent;
  border: 1px solid #B00009;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.5em;
}
.talentSwiper::part(bullet-active) {
  width: 35px;
  transition: width 0.5s;
  background: #B00009;
  border: 1px solid transparent;
  border-radius: 0;
}
@media (max-width: 768px) {
  .talentSwiper .swiper-slide-next,
  .talentSwiper .swiper-slide-prev,
  .talentSwiper .swiper-slide-active {
    opacity: 0.8;
    display: flex !important;
  }
  .talentSwiper .swiper-slide-next video,
  .talentSwiper .swiper-slide-prev video,
  .talentSwiper .swiper-slide-active video {
    display: block;
    width: 100% !important;
  }
  .talentSwiper .swiper-slide-next video::-webkit-media-controls,
  .talentSwiper .swiper-slide-prev video::-webkit-media-controls,
  .talentSwiper .swiper-slide-active video::-webkit-media-controls {
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 1000000000000000000000;
  }
  .talentSwiper .swiper-slide-active {
    opacity: 1;
  }
}

.swiper-horizontal {
  touch-action: pan-y;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiper-backface-hidden::slotted(swiper-slide),
.swiper-backface-hidden ::slotted(swiper-slide) {
  display: flex;
}

.figure video.showvideo {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

.swiper-slide {
  overflow: visible !important;
}

.showvideo::-webkit-media-controls-panel {
  width: 100% !important;
}

.talentSwiper .swiper-slide {
  overflow: visible !important;
}

.figure {
  overflow: visible;
}

.widget-title h2:before {
  content: none !important;
}

#Projects,
#Projects * {
  overflow: visible;
}
@media (min-width: 1024px) {
  #Projects,
  #Projects * {
    overflow: visible;
  }
}

.widget-projects,
.grid-container {
  position: relative !important;
  box-sizing: border-box;
}

#Projects {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  #Projects {
    margin-top: 4em;
  }
}
#Projects .vc_row,
#Projects .vc_column-inner,
#Projects .vc_column_container {
  padding: 0;
  margin: 0;
}
#Projects a {
  text-decoration: none;
}

.widget-projects {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .widget-projects {
    margin-bottom: 5em;
  }
}
.widget-projects .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 2em;
}
.widget-projects .grid-container .section-title {
  position: relative;
}
@media (min-width: 768px) {
  .widget-projects .grid-container .section-title .widget-title {
    position: absolute;
    bottom: -50%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    background: #F8C3D3;
    color: #fff;
    width: 100%;
    height: 100%;
    left: -50%;
    z-index: -1;
    align-items: flex-start;
    padding-top: 0;
    padding-right: 2em;
  }
  .widget-projects .grid-container .section-title .widget-title h2 {
    margin-top: 0;
    margin-right: -1em;
  }
}
@media (max-width: 768px) {
  .widget-projects .grid-container .section-title {
    position: absolute;
    top: -5em;
    bottom: auto;
    right: 0;
    left: auto;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    width: 66%;
    height: 13em;
    z-index: -1;
    align-items: flex-start;
    padding-top: 1em;
    padding-right: 3em;
  }
  .widget-projects .grid-container .section-title .widget-title {
    position: relative;
  }
  .widget-projects .grid-container .section-title .widget-title h2 {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .widget-projects .grid-container .section-title.first-box-rouge {
    background: #B00009;
  }
}
.widget-projects .grid-container .box-color {
  position: relative;
}
.widget-projects .grid-container .box-color.box-bleu-right .box, .widget-projects .grid-container .box-color.box-red-right .box {
  position: absolute;
  top: -50%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  width: 100%;
  height: 100%;
  left: -50%;
  z-index: -1;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .widget-projects .grid-container .box-color.box-bleu-right, .widget-projects .grid-container .box-color.box-red-right {
    display: none;
  }
}
.widget-projects .grid-container .box-color.box-bleu-left .box, .widget-projects .grid-container .box-color.box-red-left .box {
  position: absolute;
  bottom: -50%;
  position: absolute;
  bottom: -50%;
  width: 100%;
  height: 100%;
  right: -50%;
  z-index: -1;
  top: -50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1em;
}
@media (max-width: 768px) {
  .widget-projects .grid-container .box-color.box-bleu-left, .widget-projects .grid-container .box-color.box-red-left {
    display: none;
  }
}
.widget-projects .grid-container .box-color.box-red-right .box, .widget-projects .grid-container .box-color.box-red-left .box {
  background: #F289A8;
}
.widget-projects .grid-container .box-color.box-bleu-right .box, .widget-projects .grid-container .box-color.box-bleu-left .box {
  background: #F289A8;
}
.widget-projects .grid-container .box-color.box-readmore {
  display: flex;
}
.widget-projects .grid-container .box-color.box-readmore .readmore {
  display: none;
}
@media (max-width: 768px) {
  .widget-projects .grid-container .box-color.box-readmore {
    position: absolute;
    top: auto;
    bottom: -3em;
    right: auto;
    left: 0;
    display: block;
    align-content: center;
    width: 66%;
    height: 12em;
    z-index: 0;
    background: #161615;
    padding: 1em;
    background: #161615;
  }
  .widget-projects .grid-container .box-color.box-readmore .box {
    position: absolute;
    background: none;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    left: 0;
    top: 0;
  }
  .widget-projects .grid-container .box-color.box-readmore .box .readmore {
    display: block;
  }
  .widget-projects .grid-container .box-color.box-readmore .box .readmore.show-items {
    border-top: none;
  }
  .widget-projects .grid-container .box-color.box-readmore .box .readmore.show-items:after {
    width: 100%;
    border-bottom: none;
  }
  .widget-projects .grid-container .box-color.box-readmore .box .readmore.show-items:before {
    width: 100%;
    border-top: none;
  }
}
@media (max-width: 768px) {
  .widget-projects .grid-container {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 8em;
    justify-items: center;
    gap: 10px;
  }
}
@media (max-width: 598px) {
  .widget-projects .grid-container {
    gap: 10px;
    justify-items: center;
  }
}
@media (max-width: 425px) {
  .widget-projects .grid-container {
    gap: 5px;
  }
}
.widget-projects .grid-container .grid-item {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background-size: 110%;
  background-repeat: no-repeat !important;
  padding: 3em;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  overflow: hidden !important;
}
.widget-projects .grid-container .grid-item:before {
  overflow: hidden !important;
}
.widget-projects .grid-container .grid-item:hover {
  background-size: 101%;
}
.widget-projects .grid-container .grid-item p {
  font-size: 14px;
  margin-bottom: 20px;
  font-style: italic;
  font-family: "Celias-Light", sans-serif;
}
.widget-projects .grid-container .grid-item a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
  height: -webkit-fill-available;
  height: 100%;
}
.widget-projects .grid-container .grid-item span {
  font-size: 22px;
  color: #fff;
  align-self: flex-end;
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.widget-projects .grid-container .grid-item span:hover {
  margin-right: 0;
}
@media (min-width: 2000px) {
  .widget-projects .grid-container .grid-item h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 2000px) {
  .widget-projects .grid-container .grid-item h3 {
    font-size: 1.65rem;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .widget-projects .grid-container .grid-item p,
  .widget-projects .grid-container .grid-item span {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media (max-width: 1800px) {
  .widget-projects .grid-container .grid-item h3 {
    font-size: 1.7rem;
  }
  .widget-projects .grid-container .grid-item p,
  .widget-projects .grid-container .grid-item span {
    font-size: 1rem;
  }
}
@media (max-width: 1600px) {
  .widget-projects .grid-container .grid-item h3 {
    font-size: 1.4rem;
  }
  .widget-projects .grid-container .grid-item p,
  .widget-projects .grid-container .grid-item span {
    font-size: 1rem;
    line-height: 1.3em;
  }
}
@media (max-width: 1440px) {
  .widget-projects .grid-container .grid-item h3 {
    font-size: 1.2rem;
    margin: 0;
  }
  .widget-projects .grid-container .grid-item p,
  .widget-projects .grid-container .grid-item span {
    font-size: 0.9rem;
    line-height: 1.3em;
  }
}
@media (max-width: 1200px) {
  .widget-projects .grid-container .grid-item h3 {
    font-size: 1.1rem;
    margin: 0;
  }
  .widget-projects .grid-container .grid-item p,
  .widget-projects .grid-container .grid-item span {
    font-size: 0.7rem;
    line-height: 1.3em;
  }
}
@media (max-width: 768px) {
  .widget-projects .grid-container .grid-item {
    padding: 1.5em;
  }
  .widget-projects .grid-container .grid-item h3 {
    font-size: 1.3rem;
    margin: 0;
  }
  .widget-projects .grid-container .grid-item p {
    display: none;
  }
  .widget-projects .grid-container .grid-item span {
    font-size: 0.6rem;
    line-height: 1.3em;
  }
  .widget-projects .grid-container .grid-item:nth-child(8n+1 of .grid-item):before, .widget-projects .grid-container .grid-item:nth-child(8n+4 of .grid-item):before, .widget-projects .grid-container .grid-item:nth-child(8n+5 of .grid-item):before, .widget-projects .grid-container .grid-item:nth-child(8n+8 of .grid-item):before {
    content: "";
    background: linear-gradient(rgba(36, 59, 100, 0.5), rgba(36, 59, 100, 0.5));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
  }
  .widget-projects .grid-container .grid-item:nth-child(8n+1 of .grid-item) .read-plus, .widget-projects .grid-container .grid-item:nth-child(8n+4 of .grid-item) .read-plus, .widget-projects .grid-container .grid-item:nth-child(8n+5 of .grid-item) .read-plus, .widget-projects .grid-container .grid-item:nth-child(8n+8 of .grid-item) .read-plus {
    color: #93060E;
  }
  .widget-projects .grid-container .grid-item:nth-child(8n+2 of .grid-item):before, .widget-projects .grid-container .grid-item:nth-child(8n+3 of .grid-item):before, .widget-projects .grid-container .grid-item:nth-child(8n+6 of .grid-item):before, .widget-projects .grid-container .grid-item:nth-child(8n+7 of .grid-item):before {
    content: "";
    background: linear-gradient(rgba(176, 0, 9, 0.5), rgba(176, 0, 9, 0.5));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
  }
  .widget-projects .grid-container .grid-item:nth-child(8n+2 of .grid-item) .read-plus, .widget-projects .grid-container .grid-item:nth-child(8n+3 of .grid-item) .read-plus, .widget-projects .grid-container .grid-item:nth-child(8n+6 of .grid-item) .read-plus, .widget-projects .grid-container .grid-item:nth-child(8n+7 of .grid-item) .read-plus {
    color: #0B0C1C;
  }
}
@media (max-width: 598px) {
  .widget-projects .grid-container .grid-item {
    padding: 1em;
  }
  .widget-projects .grid-container .grid-item h3 {
    font-size: 0.9rem;
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */
