@font-face {
  font-family: futuraStdLight;
  src: url(../fonts/FuturaStdLight.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: futuraStdBook;
  src: url(../fonts/FuturaStdBook.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: futuraStdMedium;
  src: url(../fonts/FuturaStdMedium.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: futuraStdHeavy;
  src: url(../fonts/FuturaStdHeavy.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: HacenTunisiaLight;
  src: url(../fonts/HacenTunisiaLight.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: hacenTunisiaBold;
  src: url(../fonts/HacenTunisiaBold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: futuraStdLight Fallback;
  src: local("Arial");
  ascent-override: 87.57%;
  descent-override: 18.58%;
  line-gap-override: 21.23%;
  size-adjust: 94.21%;
}

@font-face {
  font-family: futuraStdBook Fallback;
  src: local("Arial");
  ascent-override: 83.23%;
  descent-override: 17.65%;
  line-gap-override: 20.18%;
  size-adjust: 99.13%;
}

@font-face {
  font-family: futuraStdMedium Fallback;
  src: local("Arial");
  ascent-override: 86.08%;
  descent-override: 18.26%;
  line-gap-override: 20.87%;
  size-adjust: 95.84%;
}

@font-face {
  font-family: futuraStdHeavy Fallback;
  src: local("Arial");
  ascent-override: 83.1%;
  descent-override: 17.63%;
  line-gap-override: 20.15%;
  size-adjust: 99.28%;
}

@font-face {
  font-family: HacenTunisiaLight Fallback;
  src: local("Arial");
  ascent-override: 121.92%;
  descent-override: 56.36%;
  line-gap-override: 0%;
  size-adjust: 86.63%;
}

@font-face {
  font-family: hacenTunisiaBold Fallback;
  src: local("Arial");
  ascent-override: 113.3%;
  descent-override: 52.38%;
  line-gap-override: 0%;
  size-adjust: 93.22%;
}

:root {
  --bg-body: #ffffff;
  --bg-mobility: #f4f7fa;
  --bg-recruiters: #e9f6fb;
  --bg-ss-cooperation: #fff9f5;
  --bg-cooperators: #eaf5f4;
  --bg-header: #ffffff;
  --bg-search: #ffffff;
  --bg-sidebar: #092c61;
  --bg-hero: #f2f2f2;
  --bg-section: #092c61;
  --bg-gradient: linear-gradient(180deg, rgba(223, 235, 252, 0.75), #ffffff);
  --bg-news: #f7f7f7;
  --bg-partners: #f7f7f7;
  --bg-notes: #f8f9fc;
  --bg-poll: #ffffff;
  --bg-cooperation: #ffffff;
  --bg-tags: #f7f7f7;
  --bg-btn: #003c88;
  --bgh-btn: #f07800;
  --c-primary: #003c88;
  --c-secondary: #f07800;
  --c-tertiary: #092c61;
  --c-mobility: #092c61;
  --c-recruiters: #27a6dc;
  --c-ss-cooperation: #f07700;
  --c-cooperators: #00857d;
  --c-link: #003c88;
  --ch-link: #f07800;
  --c-border: #e5e5e5;
  --c-txt: #020b19;
  --c-time: #888888;
  --c-btn: #ffffff;
  --ch-btn: #ffffff;
  --c-faq-category: #0b1432;
  --sp: 0.75rem;
  --sp-section: 4rem;
  --br: 0.25rem;
  --ff-txt: "futuraStdBook", "futuraStdBook Fallback";
  --fz-txt: 1.125rem;
  --ff-heading: "futuraStdMedium", "futuraStdMedium Fallback";
  --lh-heading: 1.4;
  --lh-txt: 1.6;
}

:lang(ar) {
  --ff-txt: "HacenTunisiaLight", "HacenTunisiaLight Fallback";
  --fz-txt: 1.125rem;
  --ff-heading: "futuraStdMedium", "futuraStdMedium Fallback";
  --lh-heading: 1.4;
  --lh-txt: 1.6;
  direction: rtl;
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease;
}

:after:focus,
:after:hover,
:before:focus,
:before:hover,
:focus,
:hover {
  outline: none;
  box-shadow: none;
}

body,
html {
  max-width: 100vw;
}

body {
  background: var(--bg-body);
  font-family: var(--ff-txt);
  font-size: var(--fz-txt);
  line-height: var(--lh-txt);
  color: var(--c-txt);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.intro,
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: var(--sp);
  font-family: var(--ff-heading);
  line-height: var(--lh-heading);
  z-index: 1;
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.intro small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
  margin-bottom: calc(0.5 * var(--sp));
  line-height: 1;
}

.h1,
h1 {
  font-size: 2.25rem;
}

.h1,
.h2,
h1,
h2 {
  color: var(--c-primary);
}

.h2,
h2 {
  font-family: "futuraStdHeavy", "futuraStdHeavy Fallback";
  font-size: 2rem;
}

.h2 small,
h2 small {
  font-family: var(--ff-txt);
  color: var(--c-secondary);
}

.h3,
h3 {
  font-family: "futuraStdHeavy", "futuraStdHeavy Fallback";
  font-size: 1.75rem;
  color: var(--c-primary);
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.375rem;
}

.h6,
.intro,
h6 {
  font-size: 1.25rem;
  line-height: var(--lh-txt);
}

.__className_865325 {
  font-family: futuraStdLight, futuraStdLight Fallback;
}

.__variable_865325 {
  --font-futura-std-light: "futuraStdLight", "futuraStdLight Fallback";
}

.__className_2d47fd {
  font-family: futuraStdBook, futuraStdBook Fallback;
}

.__variable_2d47fd {
  --font-futura-std-book: "futuraStdBook", "futuraStdBook Fallback";
}

.__className_c58783 {
  font-family: futuraStdMedium, futuraStdMedium Fallback;
}

.__variable_c58783 {
  --font-futura-std-medium: "futuraStdMedium", "futuraStdMedium Fallback";
}

.__className_ac3524 {
  font-family: futuraStdHeavy, futuraStdHeavy Fallback;
}

.__variable_ac3524 {
  --font-futura-std-heavy: "futuraStdHeavy", "futuraStdHeavy Fallback";
}

.__className_fa4a7d {
  font-family: HacenTunisiaLight, HacenTunisiaLight Fallback;
}

.__variable_fa4a7d {
  --font-hacen-tunisia-light: "HacenTunisiaLight", "HacenTunisiaLight Fallback";
}

.__className_3919ed {
  font-family: hacenTunisiaBold, hacenTunisiaBold Fallback;
}

.__variable_3919ed {
  --font-hacen-tunisia-bold: "hacenTunisiaBold", "hacenTunisiaBold Fallback";
}

menu,
ul.menu {
  flex-grow: 1;
}

menu li,
ul.menu li {
  list-style: none outside none;
  padding-block: calc(0.5 * var(--sp));
}

menu li a,
ul.menu li a {
  display: block;
}

/* wp */
menu li.current-menu-item a,
ul.menu li.current-menu-item a {
  color: var(--ch-link);
}

ul:not(:last-child) {
  /* margin-bottom: calc(2 * var(--sp)); */
}

ul li {
  /* position: relative; */
  list-style: none outside none;
  /* -webkit-margin-start: var(--sp);
  margin-inline-start: var(--sp);
  padding-block: calc(0.5 * var(--sp));
  -webkit-padding-start: calc(2 * var(--sp));
  padding-inline-start: calc(2 * var(--sp)); */
}

ul li:before {
  content: "";
  /* background: url(../images/puce.359a9456.svg) no-repeat;
  background-position: center top 1rem; */
  /* position: absolute;
  width: calc(2 * var(--sp));
  height: 100%;
  top: 0;
  left: 0; */
}

ul li:last-child {
  padding-bottom: 0;
}

ul.puce2 li:before {
  /* background-image: url(../images/puce-circle.c49182b5.svg); */
  /* background-size: 0.75rem; */
}

a {
  position: relative;
  color: var(--c-link);
  text-decoration: none;
  z-index: 1;
}

a:hover {
  color: var(--ch-link);
}

a.more {
  -webkit-padding-end: calc(2 * var(--sp));
  padding-inline-end: calc(2 * var(--sp));
  font-family: "futuraStdHeavy", "futuraStdHeavy Fallback";
  font-size: 1rem;
  color: var(--c-tertiary);
}

a.more:after {
  content: "";
  background: url(../images/more.ac8befca.svg) no-repeat;
  background-size: 1rem;
  background-position: 50%;
  position: absolute;
  width: calc(2 * var(--sp));
  height: 100%;
  top: 0;
  right: 0;
}

a.more:hover {
  color: var(--ch-link);
}

p {
  margin-bottom: var(--sp);
}

p:last-child {
  margin-bottom: 0;
}

strong {
  color: var(--c-tertiary);
}

time {
  font-family: var(--font-futura-std-medium);
  font-size: 60%;
  line-height: 1;
  color: var(--c-time);
  text-transform: capitalize;
}

img {
  max-width: 100%;
  height: auto;
}

img.round {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: contain;
}

figure {
  position: relative;
}

figure img {
  width: 100%;
}

figure.landscape {
  aspect-ratio: 16/9;
}

figure.landscape img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

figure.round,
figure.square {
  aspect-ratio: 1;
}

figure.round img,
figure.square img {
  aspect-ratio: 1;
  object-fit: cover;
}

figure.round,
figure.round img {
  border-radius: 50%;
}

figure.round img {
  object-fit: contain;
  object-position: center;
}

label.required {
  position: relative;
}

label.required:after {
  content: "*";
  color: red;
}

.btn,
button,
input,
select,
textarea {
  width: 100%;
  height: 3rem;
  border: 1px solid var(--c-border);
  border-radius: var(--br);
}

.btn.error,
button.error,
input.error,
select.error,
textarea.error {
  border-color: red;
}

input {
  width: 100%;
  padding-inline: var(--sp);
}

input[type="radio"] {
  width: 1rem;
  height: 1rem;
  margin-top: 0.5rem;
}

select {
  background: rgba(0, 0, 0, 0);
  padding-inline: var(--sp);
}

textarea {
  height: auto;
  padding: var(--sp);
  line-height: var(--lh-txt);
}

.btn,
button {
  background: var(--bg-btn);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 2.5rem;
  padding-inline: calc(2 * var(--sp));
  border-color: var(--bg-btn);
  vertical-align: top;
  line-height: 2.5rem;
  color: var(--c-btn);
  white-space: nowrap;
  cursor: pointer;
}

.btn:hover,
button:hover {
  background: var(--bgh-btn);
  border-color: var(--ch-btn);
  color: var(--ch-btn);
}

iframe {
  display: block;
  max-width: 100%;
  border: none;
}

.msg-error {
  font-size: 80%;
  color: red;
}

.text-center {
  text-align: center;
}

.swiper-wrapper .swiper-slide {
  height: auto;
}

.social-medias a,
.social-medias span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--c-tertiary);
  border-radius: 50%;
  cursor: pointer;
}

.social-medias a svg,
.social-medias span svg {
  fill: var(--c-tertiary);
}

.social-medias a:hover,
.social-medias span:hover {
  border-color: var(--c-secondary);
}

.social-medias a:hover svg,
.social-medias span:hover svg,
.social-medias a:hover svg *,
.social-medias span:hover svg * {
  fill: var(--c-secondary);
}

.contact-infos li {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;

  list-style: none;
}

.contact-infos li:before {
  content: none;
}

.flex-col,
.flex-col2,
.flex-row,
.flex-row2 {
  display: flex;
  align-items: center;
  gap: var(--sp);
}

.flex-col,
.flex-col2 {
  flex-direction: column;
  align-items: stretch;
}

.flex-col2,
.flex-row2 {
  gap: calc(2 * var(--sp));
}

.align-start {
  align-items: start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: end;
}

.space-between {
  justify-content: space-between !important;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--sp);
}

.container.max-w-xxl {
  max-width: 90rem;
}

.container.max-w-xl {
  max-width: 75rem;
}

.container.max-w-lg {
  max-width: 60rem;
}

.container.max-w-md {
  max-width: 45rem;
}

.container.max-w-sm {
  max-width: 37.5rem;
}

.container.max-w-xs {
  max-width: 30rem;
}

.container.max-w-xxs {
  max-width: 26.25rem;
}

@media (max-width: 1535px) {
  .container-fixed.max-w-xxl {
    max-width: 75rem;
  }

  .container-fixed.max-w-xl {
    max-width: 60rem;
  }

  .container-fixed.max-w-lg {
    max-width: 45rem;
  }

  .container-fixed.max-w-md {
    max-width: 37.5rem;
  }
}

@media (max-width: 1279px) {
  .container-fixed.max-w-xxl {
    max-width: 60rem;
  }

  .container-fixed.max-w-xl {
    max-width: 45rem;
  }

  .container-fixed.max-w-lg {
    max-width: 37.5rem;
  }
}

@media (max-width: 1023px) {
  .container-fixed.max-w-xxl {
    max-width: 45rem;
  }

  .container-fixed.max-w-xl {
    max-width: 37.5rem;
  }
}

@media (max-width: 767px) {
  .container-fixed.max-w-xxl {
    max-width: 37.5rem;
  }
}

@media (max-width: 623px) {
  .container-fixed.max-w-lg,
  .container-fixed.max-w-md,
  .container-fixed.max-w-xl,
  .container-fixed.max-w-xxl {
    max-width: 30rem;
  }
}

.tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp);
}

.tags a,
.tags span {
  background: var(--bg-tags);
  height: 2rem;
  padding-inline: calc(2 * var(--sp));
  border-radius: var(--br);
  font-size: 0.875rem;
  line-height: 2rem;
  color: var(--c-txt);
}

.scroll-top {
  background: var(--c-secondary);
  position: fixed;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 999;

  bottom: calc(13.8 * var(--sp));
  right: calc(2.5 * var(--sp));
}

.scroll-top:after {
  content: "";
  position: absolute;
  top: 55%;
  inset-inline-end: var(--sp);
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem;
  border: solid #fff;
  border-width: 0.25rem 0.25rem 0 0;
  transform: rotate(-45deg) translateY(-50%) translateX(0.25rem);
}

:lang(ar) .scroll-top:after {
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
}

.scroll-top:hover {
  background: var(--c-primary);
}

/*
:lang(ar) .scroll-top {
  right: auto !important;
  left: calc(2.5 * var(--sp)) !important;
}
*/

/* AccessYes - react app*/
.wp-theme-atct .cya11y-menu-btn {
  bottom: 45px !important;
  right: 90px !important;
}

:lang(ar) .wp-theme-atct .cya11y-menu-btn {
  right: auto !important;
  left: 90px !important;
}

/* any chat */
#anw-launcher-frame {
  bottom: calc(6.5 * var(--sp)) !important;
  right: calc(1 * var(--sp)) !important;
}

/* :lang(ar) #anw-launcher-frame {
  left:  calc(1 * var(--sp)) !important;
  right: auto !important;
} */

.fixed .scroll-top {
  opacity: 1;
}

:lang(ar) body {
  font-family: var(--font-hacen-tunisia-light);
}

:lang(ar) .h1,
:lang(ar) .h2,
:lang(ar) .h3,
:lang(ar) .h4,
:lang(ar) .h5,
:lang(ar) .h6,
:lang(ar) .intro,
:lang(ar) h1,
:lang(ar) h2,
:lang(ar) h3,
:lang(ar) h4,
:lang(ar) h5,
:lang(ar) h6 {
  font-family: var(--font-hacen-tunisia-light);
  font-weight: 700;
}

:lang(ar) .h2,
:lang(ar) h2 {
  font-family: var(--font-hacen-tunisia-bold);
}

:lang(ar) .h2 small,
:lang(ar) h2 small {
  font-family: var(--font-hacen-tunisia-light);
  font-weight: 400;
}

:lang(ar) .h3,
:lang(ar) h3 {
  font-family: var(--font-hacen-tunisia-bold);
}

:lang(ar) ul li:before {
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}

:lang(ar) a.more {
  font-family: var(--font-hacen-tunisia-bold);
}

:lang(ar) a.more:after {
  transform: rotateY(180deg);
  right: auto;
  left: 0;
}

.pagination {
  gap: var(--sp);
  -webkit-margin-before: calc(2 * var(--sp));
  margin-block-start: calc(2 * var(--sp));
}

.pagination,
.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a,
.pagination span {
  border: 1px solid var(--c-border);
  text-align: center;
  border-radius: 50%;
  width: 2.875rem;
  height: 2.875rem;
}

.pagination a.active,
.pagination a:hover,
.pagination li.active span,
.pagination span.current {
  background: var(--bg-btn);
  border-color: var(--bg-btn);
  color: var(--c-btn);
}

.header {
  position: fixed;
  top: 2.5rem;
  left: 0;
  right: 0;
  z-index: 997;
}

.header .wrapper {
  border-radius: calc(2 * var(--br));
  font-family: var(--font-futura-std-medium);
  line-height: 1;
  box-shadow: 0 0.125rem 2rem 0 rgba(0, 24, 101, 0.15);
}

.header .wrapper .topbar {
  background: hsla(0, 0%, 100%, 0.2);
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
  position: relative;
  height: 2.5rem;
  border-start-start-radius: calc(2 * var(--br));
  border-start-end-radius: calc(2 * var(--br));
  z-index: 10;
}

.header .wrapper .topbar .tn {
  background: url(../images/tn.2bdcd7de.svg) no-repeat var(--bg-header);
  background-position: var(--sp) center;
  background-size: 2.5rem 1.5rem;
  height: 100%;
  align-content: center;
  padding-inline: calc(2 * var(--sp) + 2.5rem) calc(2 * var(--sp));
  border-start-start-radius: calc(2 * var(--br));
  font-size: 0.875rem;
  line-height: 1.2;
}

.header .wrapper .topbar .zoom {
  display: flex;
  align-items: center;
  gap: calc(2 * var(--sp));
  font-family: var(----ff-txt);
  cursor: pointer;
}

.header .wrapper .topbar .zoom span {
  position: relative;
  display: block;
}

.header .wrapper .topbar .zoom span:after {
  position: absolute;
  top: -0.25rem;
}

.header .wrapper .topbar .zoom span:first-child:after {
  content: "-";
}

.header .wrapper .topbar .zoom span:last-child:after {
  content: "+";
}

.header .wrapper .topbar .zoom span.active,
.header .wrapper .topbar .zoom span:hover {
  color: var(--c-secondary);
}

.header .wrapper .topbar .languages {
  position: relative;
  color: var(--c-primary);
  cursor: pointer;
  margin-inline-start: auto;
}

.header .wrapper .topbar .languages .pulse {
  width: 4rem;
  -webkit-padding-end: calc(2 * var(--sp));
  padding-inline-end: calc(2 * var(--sp));
  line-height: 2.5rem;
  text-align: center;
}

.header .wrapper .topbar .languages .pulse:after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-end: var(--sp);
  border: solid var(--c-primary);
  border-width: 0.125rem 0.125rem 0 0;
  padding: 0.125rem;
  transform: rotate(135deg) translateY(75%);
}

.header .wrapper .topbar .languages-content {
  background: var(--bg-header);
  position: absolute;
  top: 100%;
  right: 0;
  width: 6rem;
  border-end-end-radius: var(--br);
  border-end-start-radius: var(--br);
  font-size: 1rem;
  box-shadow: 0 0.125rem 1rem rgba(0, 24, 101, 0.15);
  opacity: 0;
  transform: translateY(var(--sp));
  pointer-events: none;
  overflow: hidden;
}

.header .wrapper .topbar .languages-content a {
  display: block;
  padding: var(--sp);
}

.header .wrapper .topbar .languages-content a:hover {
  background: var(--bg-section);
  color: #fff;
}

.header .wrapper .topbar .languages.open .languages-content,
.header .wrapper .topbar .languages:hover .languages-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fixed .header {
  top: 0.5rem;
}

:lang(ar) .header .wrapper {
  font-family: var(--font-hacen-tunisia-light);
  font-weight: 700;
}

:lang(ar) .header .wrapper .topbar .tn {
  background-position: right var(--sp) center;
}

:lang(ar) .header .wrapper .topbar .languages-content {
  right: auto;
  left: 0;
}

@media (max-width: 1279px) {
  .header .wrapper .topbar .zoom {
    flex-grow: 1;
    justify-content: end;
  }

  .header .wrapper .topbar menu,
  .header .wrapper .topbar ul {
    display: none;
  }
}

@media (max-width: 639px) {
  .header .wrapper .topbar {
    justify-content: space-between;
  }

  .header .wrapper .topbar .tn {
    padding-inline: calc(2 * var(--sp) + 2.5rem) var(--sp);
    font-size: 0.75rem;
  }

  .header .wrapper .topbar .zoom {
    display: none;
  }
}

.navbar {
  background: var(--bg-header);
  position: relative;
  gap: 0;
  height: 5rem;
  border-end-end-radius: calc(2 * var(--br));
  border-end-start-radius: calc(2 * var(--br));
}

.navbar svg {
  fill: var(--c-primary);
}

.navbar .btn-close,
.navbar .btn-menu,
.navbar .btn-search {
  align-content: center;
  flex: 0 0 4rem;
  width: 4rem;
  height: 3rem;
  text-align: center;
  cursor: pointer;
}

.navbar .btn-menu {
  display: none;
}

.navbar .logo {
  height: 4rem;
  -webkit-margin-end: var(--sp-section);
  margin-inline-end: var(--sp-section);
  -webkit-padding-start: var(--sp);
  padding-inline-start: var(--sp);
}

.navbar .logo img {
  height: 4rem;
  max-width: none;
}

.navbar .main-menu > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 0;
}

.navbar .main-menu > li .fullwidth {
  background: var(--bg-header);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-block: calc(2 * var(--sp));
  border-end-start-radius: calc(2 * var(--br));
  border-end-end-radius: calc(2 * var(--br));
  line-height: 1.4;
  box-shadow: 0 2rem 2rem rgba(0, 24, 101, 0.15);
  transform: translateY(calc(2 * var(--br)));
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.navbar .main-menu > li .fullwidth .h3 {
  margin-bottom: calc(2 * var(--sp));
  font-size: 1.25rem;
}

.navbar .main-menu > li .fullwidth .level-1 li a {
  font-family: var(--font-futura-std-light);
  font-size: 1.25rem;
  color: var(--c-txt);
}

.navbar .main-menu > li .fullwidth .level-1 li a:hover {
  color: var(--ch-link);
}

.navbar .main-menu > li .fullwidth .level-2,
.navbar .main-menu .mega-menu-row .level-2 {
  background: var(--bg-hero);
  padding: var(--sp);
  padding-bottom: calc(3 * var(--sp));
  border-radius: var(--br);
}

.navbar .main-menu > li .fullwidth .level-2 li,
.navbar .main-menu .mega-menu-row .level-2 li {
  margin-bottom: 0;
  padding-block: var(--sp);
}

.navbar .main-menu > li:hover .fullwidth {
  transform: translateY(calc(-1 * var(--br)));
  visibility: visible;
  opacity: 1;
  transition: all 0.8s ease;
}

.navbar .account:hover svg {
  fill: var(--ch-link);
}

.navbar .btn-search {
  -webkit-margin-start: var(--sp);
  margin-inline-start: var(--sp);
  -webkit-border-start: 1px solid var(--c-border);
  border-inline-start: 1px solid var(--c-border);
}

:lang(ar) .navbar .main-menu > li .fullwidth .level-1 li a {
  font-family: var(--font-hacen-tunisia-light);
}

.fz-plus .navbar .main-menu > li .fullwidth .h3,
.fz-plus .navbar .main-menu > li .fullwidth .level-1 li a {
  font-size: 1.375rem;
}

.fz-minus .navbar .main-menu > li .fullwidth .h3,
.fz-minus .navbar .main-menu > li .fullwidth .level-1 li a {
  font-size: 1.125rem;
}

@media (max-width: 1279px) {
  .navbar {
    height: 4rem;
  }

  .navbar .btn-menu {
    display: block;
  }

  .navbar .logo {
    flex-grow: 1;
    height: 3rem;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }

  .navbar .logo svg,
  .navbar .logo img {
    height: 3rem;
    width: auto;
  }

  .navbar .main-menu {
    display: none;
  }
}

.sidebar {
  background: var(--bg-sidebar);
  display: flex;
  flex-direction: column;
  gap: var(--sp);
  position: fixed;
  top: 0;
  left: -20rem;
  width: 20rem;
  height: 100vh;
  color: #fff;
  z-index: 999;
}

@media (max-width: 20rem) {
  .sidebar {
    width: 100%;
  }
}

.sidebar.open {
  left: 0;
}

.sidebar-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 998;
}

.sidebar-overlay.open {
  opacity: 1;
  visibility: visible;
}

.sidebar-logo {
  display: flex;
  justify-content: center;
  margin-block: calc(2 * var(--sp));
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.sidebar-logo svg {
  fill: #fff;
}

.sidebar-scrollbar {
  max-height: calc(100vh - 4rem);
}

.sidebar .ps-sidebar-root {
  width: 100%;
  border: none;
}

.sidebar .ps-sidebar-root * {
  background: none;
  margin: 0;
  padding: 0;
}

.sidebar .ps-sidebar-container .ps-submenu-content {
  background: rgba(0, 0, 0, 0.1);
}

.sidebar .ps-sidebar-container ul li:before {
  content: none;
}

.sidebar .ps-sidebar-container ul li a {
  display: flex;
  height: auto;
  padding-block: var(--sp);
  padding-inline: var(--sp);
  font-family: var(--font-futura-std-light);
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.4;
}

.sidebar .ps-sidebar-container ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: var(--c-secondary);
}

.sidebar .ps-sidebar-container ul li li a {
  -webkit-padding-start: calc(2 * var(--sp));
  padding-inline-start: calc(2 * var(--sp));
  font-size: var(--fz-txt);
}

.sidebar .ps-sidebar-container ul li li li a {
  -webkit-padding-start: calc(3 * var(--sp));
  padding-inline-start: calc(3 * var(--sp));
}

:lang(ar) .sidebar {
  left: auto;
  right: -20rem;
}

:lang(ar) .sidebar.open {
  left: auto;
  right: 0;
}

:lang(ar) .sidebar .ps-sidebar-root {
  border: none;
}

:lang(ar) .sidebar .ps-sidebar-root .ps-sidebar-container ul li a {
  font-family: var(--font-hacen-tunisia-light);
  font-weight: 300;
}

.fz-plus .sidebar .ps-sidebar-container ul li a {
  font-size: 1.25rem;
}

.fz-plus .sidebar .ps-sidebar-container ul li li a {
  font-size: var(--fz-txt);
}

.fz-plus .sidebar .ps-sidebar-container ul li a {
  font-size: 1.375rem;
}

.fz-minus .sidebar .ps-sidebar-container ul li a {
  font-size: 1.125rem;
}

/* resolve conflict with class "search" introduced by wordpress function body_class() */
.form-search {
  background: var(--bg-search);
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-margin-start: calc(14 * var(--sp));
  margin-inline-start: calc(14 * var(--sp));
  -webkit-padding-start: var(--sp);
  padding-inline-start: var(--sp);
  border-end-end-radius: var(--br);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.form-search.open {
  opacity: 1;
  visibility: visible;
}

.form-search svg {
  fill: var(--c-tertiary);
  stroke: var(--c-tertiary);
}

.form-search .btn-close {
  -webkit-margin-start: var(--sp);
  margin-inline-start: var(--sp);
  -webkit-border-start: 1px solid var(--c-border);
  border-inline-start: 1px solid var(--c-border);
}

.form-search input {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.form-search button {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  padding-inline: 0;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.form-search button:hover {
  border-color: var(--bh-btn);
}

.form-search button svg {
  fill: #fff;
}

@media (max-width: 1279px) {
  .form-search button,
  .form-search input {
    height: 2.5rem;
  }
}

@media (max-width: 767px) {
  .form-search {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

/* search page */
/*
#___gcse_0 * {
  background: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
}
*/
.search-header form,
#___gcse_0 .gsc-control-cse form.gsc-search-box {
  margin-bottom: var(--sp);
  padding-bottom: var(--sp);
  display: flex;
}

.search-header form label {
  flex-grow: 1;
}

.search-header input,
#___gcse_0 .gsc-control-cse form.gsc-search-box .gsc-input-box .gsc-input {
  border: 1px solid var(--c-border);
  border-start-start-radius: var(--br);
  border-end-start-radius: var(--br);
}

.search-header input,
#___gcse_0
  .gsc-control-cse
  form.gsc-search-box
  .gsc-input-box
  .gsc-input
  input {
  min-height: 2.875rem;
  padding-inline: var(--sp) !important;
  color: var(--c-txt);
  border-radius: var(--br) 0 0 var(--br);
}

/*
#___gcse_0
  .gsc-control-cse
  form.gsc-search-box
  .gsc-input-box
  .gsc-input
  .gsst_b {
  padding-inline: var(--sp);
}
*/
.search-header input[type="button"],
.search-header input[type="submit"],
.search-header button,
#___gcse_0 .gsc-control-cse form.gsc-search-box .gsc-search-button button {
  background: var(--bg-btn);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 3rem;
  border-radius: 0 var(--br) var(--br) 0;
}

.search-header button.gsc-search-button-v2 {
  font-size: 0;
  padding: 6px 27px;
  width: auto;
  vertical-align: middle;
}

.search-header input[type="button"]:hover,
.search-header input[type="submit"]:hover,
.search-header button:hover,
#___gcse_0
  .gsc-control-cse
  form.gsc-search-box
  .gsc-search-button
  button:hover {
  background: var(--bgh-btn);
}

.search-header button svg,
#___gcse_0 .gsc-control-cse form.gsc-search-box .gsc-search-button button svg {
  width: 1.375rem;
  height: 1.375rem;
  fill: var(--bg-body);
}

.search-header,
#___gcse_0 .gsc-control-cse .gsc-above-wrapper-area {
  margin-bottom: var(--sp);
  padding-bottom: var(--sp);
  border-bottom: 1px solid var(--c-border);
}

.search-header p {
  color: #676767;
  font-size: 13px;
  margin: 0;
  padding: 4px 4px 10px 4px;
  text-align: left;
}

:lang(ar) .search-header input,
:lang(ar)
  #___gcse_0
  .gsc-control-cse
  form.gsc-search-box
  .gsc-input-box
  .gsc-input
  input {
  border-radius: 0 var(--br) var(--br) 0;
}

:lang(ar) .search-header input[type="button"],
:lang(ar) .search-header input[type="submit"],
:lang(ar) .search-header button,
:lang(ar)
  #___gcse_0
  .gsc-control-cse
  form.gsc-search-box
  .gsc-search-button
  button {
  border-radius: var(--br) 0 0 var(--br);
}

/*
#___gcse_0 .gsc-control-cse .gsc-result {
  margin-bottom: var(--sp);
  padding-bottom: var(--sp);
  border: solid var(--c-border);
  border-width: 0 0 1px;
}
#___gcse_0 .gsc-control-cse .gsc-result .gs-title {
  margin-bottom: var(--sp);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-txt);
}
#___gcse_0 .gsc-control-cse .gsc-result .gs-title b {
  color: var(--c-primary);
}
#___gcse_0 .gsc-control-cse .gsc-result .gs-title:hover {
  color: var(--ch-link);
}
#___gcse_0 .gsc-control-cse .gsc-result .gsc-url-top {
  display: none;
}
#___gcse_0 .gsc-control-cse .gsc-result .gsc-table-result {
  display: flex;
  align-items: center;
  gap: var(--sp);
  font-size: var(--fz-txt);
}
#___gcse_0
  .gsc-control-cse
  .gsc-result
  .gsc-table-result
  .gsc-table-cell-thumbnail.gsc-thumbnail {
  flex: 0 0 25%;
  max-width: 20rem;
  min-width: 5rem;
  border-radius: var(--br);
  aspect-ratio: 16/9;
}
#___gcse_0
  .gsc-control-cse
  .gsc-result
  .gsc-table-result
  .gsc-table-cell-thumbnail.gsc-thumbnail
  .gs-image,
#___gcse_0
  .gsc-control-cse
  .gsc-result
  .gsc-table-result
  .gsc-table-cell-thumbnail.gsc-thumbnail
  .gs-image-box {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  border-radius: var(--br);
  aspect-ratio: 16/9;
  object-fit: cover;
}
#___gcse_0 .gsc-control-cse .gsc-result .gsc-table-result .gs-snippet {
  color: var(--c-txt);
}
#___gcse_0 .gsc-control-cse .gsc-result .gsc-table-result .gs-snippet b {
  color: var(--c-primary);
}
#___gcse_0 .gsc-control-cse .gsc-cursor-box .gsc-cursor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp);
  margin-top: calc(2 * var(--sp));
}
#___gcse_0 .gsc-control-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--c-border);
  border-radius: 50%;
  font-size: var(--fz-txt);
  color: var(--c-txt);
  line-height: 1;
}
#___gcse_0
  .gsc-control-cse
  .gsc-cursor-box
  .gsc-cursor
  .gsc-cursor-page.gsc-cursor-current-page,
#___gcse_0 .gsc-control-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
  background: var(--bg-btn);
  border-color: var(--bg-btn);
  color: var(--c-btn);
  text-decoration: none;
}
#___gcse_0 .gsc-control-cse .gcsc-more-maybe-branding-root {
  display: none;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ar .gsc-cursor-box {
  direction: rtl;
}*/

/* section, */
.section {
  position: relative;
  margin: 0 auto var(--sp-section);
}

/* keep */
.hero {
  background: var(--bg-hero);
  display: flex;
  padding-top: 10rem;
}

.hero .container {
  padding-block: calc(4 * var(--sp));
}

/* .header .container-fixed.max-w-xxl */
.hero .container .h1,
.hero .container h1 {
  color: var(--c-tertiary);
}

.hero .container menu,
.hero .container ul {
  display: flex;
  gap: calc(2 * var(--sp));
  align-items: start;
}

.hero .container menu li {
  position: relative;
  -webkit-padding-end: calc(2 * var(--sp));
  padding-inline-end: calc(2 * var(--sp));
}

.hero .container menu li:not(:last-child):after,
.hero .container ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 1rem;
  inset-inline-end: 0;
  border: solid var(--c-primary);
  border-width: 0.125rem 0.125rem 0 0;
  padding: 0.125rem;
  transform: rotate(45deg);
}

.hero .container .separator {
  padding: 0 0.75rem;
}

:lang(ar) .hero .container menu li:not(:last-child):after,
:lang(ar) .hero .container ul li:not(:last-child):after {
  transform: rotate(-135deg);
}

/* keep */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(-1 * var(--sp));
  margin-bottom: calc(-2 * var(--sp));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-inline: var(--sp);
  margin-bottom: calc(2 * var(--sp));
}

.row .col-xxs-1 {
  width: 8.3333333333%;
}

.row .col-xxs-2 {
  width: 16.6666666667%;
}

.row .col-xxs-3 {
  width: 25%;
}

.row .col-xxs-4 {
  width: 33.3333333333%;
}

.row .col-xxs-5 {
  width: 41.6666666667%;
}

.row .col-xxs-6 {
  width: 50%;
}

.row .col-xxs-7 {
  width: 58.3333333333%;
}

.row .col-xxs-8 {
  width: 66.6666666667%;
}

.row .col-xxs-9 {
  width: 75%;
}

.row .col-xxs-10 {
  width: 83.3333333333%;
}

.row .col-xxs-11 {
  width: 91.6666666667%;
}

.row .col-xxs-12 {
  width: 100%;
}

@media (min-width: 32rem) {
  .row .col-xs-1 {
    width: 8.3333333333%;
  }

  .row .col-xs-2 {
    width: 16.6666666667%;
  }

  .row .col-xs-3 {
    width: 25%;
  }

  .row .col-xs-4 {
    width: 33.3333333333%;
  }

  .row .col-xs-5 {
    width: 41.6666666667%;
  }

  .row .col-xs-6 {
    width: 50%;
  }

  .row .col-xs-7 {
    width: 58.3333333333%;
  }

  .row .col-xs-8 {
    width: 66.6666666667%;
  }

  .row .col-xs-9 {
    width: 75%;
  }

  .row .col-xs-10 {
    width: 83.3333333333%;
  }

  .row .col-xs-11 {
    width: 91.6666666667%;
  }

  .row .col-xs-12 {
    width: 100%;
  }
}

@media (min-width: 40rem) {
  .row .col-sm-1 {
    width: 8.3333333333%;
  }

  .row .col-sm-2 {
    width: 16.6666666667%;
  }

  .row .col-sm-3 {
    width: 25%;
  }

  .row .col-sm-4 {
    width: 33.3333333333%;
  }

  .row .col-sm-5 {
    width: 41.6666666667%;
  }

  .row .col-sm-6 {
    width: 50%;
  }

  .row .col-sm-7 {
    width: 58.3333333333%;
  }

  .row .col-sm-8 {
    width: 66.6666666667%;
  }

  .row .col-sm-9 {
    width: 75%;
  }

  .row .col-sm-10 {
    width: 83.3333333333%;
  }

  .row .col-sm-11 {
    width: 91.6666666667%;
  }

  .row .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 48rem) {
  .row .col-md-1 {
    width: 8.3333333333%;
  }

  .row .col-md-2 {
    width: 16.6666666667%;
  }

  .row .col-md-3 {
    width: 25%;
  }

  .row .col-md-4 {
    width: 33.3333333333%;
  }

  .row .col-md-5 {
    width: 41.6666666667%;
  }

  .row .col-md-6 {
    width: 50%;
  }

  .row .col-md-7 {
    width: 58.3333333333%;
  }

  .row .col-md-8 {
    width: 66.6666666667%;
  }

  .row .col-md-9 {
    width: 75%;
  }

  .row .col-md-10 {
    width: 83.3333333333%;
  }

  .row .col-md-11 {
    width: 91.6666666667%;
  }

  .row .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 64rem) {
  .row .col-lg-1 {
    width: 8.3333333333%;
  }

  .row .col-lg-2 {
    width: 16.6666666667%;
  }

  .row .col-lg-3 {
    width: 25%;
  }

  .row .col-lg-4 {
    width: 33.3333333333%;
  }

  .row .col-lg-5 {
    width: 41.6666666667%;
  }

  .row .col-lg-6 {
    width: 50%;
  }

  .row .col-lg-7 {
    width: 58.3333333333%;
  }

  .row .col-lg-8 {
    width: 66.6666666667%;
  }

  .row .col-lg-9 {
    width: 75%;
  }

  .row .col-lg-10 {
    width: 83.3333333333%;
  }

  .row .col-lg-11 {
    width: 91.6666666667%;
  }

  .row .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 80rem) {
  .row .col-xl-1 {
    width: 8.3333333333%;
  }

  .row .col-xl-2 {
    width: 16.6666666667%;
  }

  .row .col-xl-3 {
    width: 25%;
  }

  .row .col-xl-4 {
    width: 33.3333333333%;
  }

  .row .col-xl-5 {
    width: 41.6666666667%;
  }

  .row .col-xl-6 {
    width: 50%;
  }

  .row .col-xl-7 {
    width: 58.3333333333%;
  }

  .row .col-xl-8 {
    width: 66.6666666667%;
  }

  .row .col-xl-9 {
    width: 75%;
  }

  .row .col-xl-10 {
    width: 83.3333333333%;
  }

  .row .col-xl-11 {
    width: 91.6666666667%;
  }

  .row .col-xl-12 {
    width: 100%;
  }
}

@media (min-width: 96rem) {
  .row .col-xxl-1 {
    width: 8.3333333333%;
  }

  .row .col-xxl-2 {
    width: 16.6666666667%;
  }

  .row .col-xxl-3 {
    width: 25%;
  }

  .row .col-xxl-4 {
    width: 33.3333333333%;
  }

  .row .col-xxl-5 {
    width: 41.6666666667%;
  }

  .row .col-xxl-6 {
    width: 50%;
  }

  .row .col-xxl-7 {
    width: 58.3333333333%;
  }

  .row .col-xxl-8 {
    width: 66.6666666667%;
  }

  .row .col-xxl-9 {
    width: 75%;
  }

  .row .col-xxl-10 {
    width: 83.3333333333%;
  }

  .row .col-xxl-11 {
    width: 91.6666666667%;
  }

  .row .col-xxl-12 {
    width: 100%;
  }
}

.row .col-xxs-10-1 {
  width: 10%;
}

.row .col-xxs-10-2 {
  width: 20%;
}

.row .col-xxs-10-3 {
  width: 30%;
}

.row .col-xxs-10-4 {
  width: 40%;
}

.row .col-xxs-10-5 {
  width: 50%;
}

.row .col-xxs-10-6 {
  width: 60%;
}

.row .col-xxs-10-7 {
  width: 70%;
}

.row .col-xxs-10-8 {
  width: 80%;
}

.row .col-xxs-10-9 {
  width: 90%;
}

.row .col-xxs-10-10 {
  width: 100%;
}

@media (min-width: 32rem) {
  .row .col-xs-10-1 {
    width: 10%;
  }

  .row .col-xs-10-2 {
    width: 20%;
  }

  .row .col-xs-10-3 {
    width: 30%;
  }

  .row .col-xs-10-4 {
    width: 40%;
  }

  .row .col-xs-10-5 {
    width: 50%;
  }

  .row .col-xs-10-6 {
    width: 60%;
  }

  .row .col-xs-10-7 {
    width: 70%;
  }

  .row .col-xs-10-8 {
    width: 80%;
  }

  .row .col-xs-10-9 {
    width: 90%;
  }

  .row .col-xs-10-10 {
    width: 100%;
  }
}

@media (min-width: 40rem) {
  .row .col-sm-10-1 {
    width: 10%;
  }

  .row .col-sm-10-2 {
    width: 20%;
  }

  .row .col-sm-10-3 {
    width: 30%;
  }

  .row .col-sm-10-4 {
    width: 40%;
  }

  .row .col-sm-10-5 {
    width: 50%;
  }

  .row .col-sm-10-6 {
    width: 60%;
  }

  .row .col-sm-10-7 {
    width: 70%;
  }

  .row .col-sm-10-8 {
    width: 80%;
  }

  .row .col-sm-10-9 {
    width: 90%;
  }

  .row .col-sm-10-10 {
    width: 100%;
  }

  .row .col-sm-10-11 {
    width: 110%;
  }

  .row .col-sm-10-12 {
    width: 120%;
  }
}

@media (min-width: 48rem) {
  .row .col-md-10-1 {
    width: 10%;
  }

  .row .col-md-10-2 {
    width: 20%;
  }

  .row .col-md-10-3 {
    width: 30%;
  }

  .row .col-md-10-4 {
    width: 40%;
  }

  .row .col-md-10-5 {
    width: 50%;
  }

  .row .col-md-10-6 {
    width: 60%;
  }

  .row .col-md-10-7 {
    width: 70%;
  }

  .row .col-md-10-8 {
    width: 80%;
  }

  .row .col-md-10-9 {
    width: 90%;
  }

  .row .col-md-10-10 {
    width: 100%;
  }

  .row .col-md-10-11 {
    width: 110%;
  }

  .row .col-md-10-12 {
    width: 120%;
  }
}

@media (min-width: 64rem) {
  .row .col-lg-10-1 {
    width: 10%;
  }

  .row .col-lg-10-2 {
    width: 20%;
  }

  .row .col-lg-10-3 {
    width: 30%;
  }

  .row .col-lg-10-4 {
    width: 40%;
  }

  .row .col-lg-10-5 {
    width: 50%;
  }

  .row .col-lg-10-6 {
    width: 60%;
  }

  .row .col-lg-10-7 {
    width: 70%;
  }

  .row .col-lg-10-8 {
    width: 80%;
  }

  .row .col-lg-10-9 {
    width: 90%;
  }

  .row .col-lg-10-10 {
    width: 100%;
  }

  .row .col-lg-10-11 {
    width: 110%;
  }

  .row .col-lg-10-12 {
    width: 120%;
  }
}

@media (min-width: 80rem) {
  .row .col-xl-10-1 {
    width: 10%;
  }

  .row .col-xl-10-2 {
    width: 20%;
  }

  .row .col-xl-10-3 {
    width: 30%;
  }

  .row .col-xl-10-4 {
    width: 40%;
  }

  .row .col-xl-10-5 {
    width: 50%;
  }

  .row .col-xl-10-6 {
    width: 60%;
  }

  .row .col-xl-10-7 {
    width: 70%;
  }

  .row .col-xl-10-8 {
    width: 80%;
  }

  .row .col-xl-10-9 {
    width: 90%;
  }

  .row .col-xl-10-10 {
    width: 100%;
  }
}

@media (min-width: 96rem) {
  .row .col-xxl-10-1 {
    width: 10%;
  }

  .row .col-xxl-10-2 {
    width: 20%;
  }

  .row .col-xxl-10-3 {
    width: 30%;
  }

  .row .col-xxl-10-4 {
    width: 40%;
  }

  .row .col-xxl-10-5 {
    width: 50%;
  }

  .row .col-xxl-10-6 {
    width: 60%;
  }

  .row .col-xxl-10-7 {
    width: 70%;
  }

  .row .col-xxl-10-8 {
    width: 80%;
  }

  .row .col-xxl-10-9 {
    width: 90%;
  }

  .row .col-xxl-10-10 {
    width: 100%;
  }
}

/* keep */
.card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--sp);
  height: 100%;
  padding: var(--sp);
  border: 1px solid var(--c-border);
  border-radius: var(--br);
}

.card.flex-row,
.card.flex-row2 {
  flex-direction: row;
  align-items: center;
}

.card.flex-row2 {
  gap: calc(2 * var(--sp));
}

.card figure.icon {
  width: 5rem;
  height: 5rem;
  flex: 0 0 5rem;
}

.card figure.icon img {
  width: 4rem;
  margin: 0.5rem;
}

.card figure:not(.icon) img {
  border-start-start-radius: var(--br);
  border-start-end-radius: var(--br);
}

.card-content {
  flex-grow: 1;
}

.card-content .h3,
.card-content h2,
.card-content h3 {
  font-size: 1.25rem;
}

.card-content .h3:last-child,
.card-content h2:last-child,
.card-content h3:last-child {
  margin-bottom: 0;
}

.card-content .h3 a,
.card-content h2 a,
.card-content h3 a {
  display: block;
  color: inherit;
}

.card-content .h3 a:hover,
.card-content h2 a:hover,
.card-content h3 a:hover {
  color: var(--ch-link);
}

.card-content .h3,
.card-content h3:not(.h2) {
  font-family: var(--ff-txt);
  font-size: 1.125rem;
  color: var(--c-txt);
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
  margin-bottom: calc(-1 * var(--sp));
  border-top: 1px solid var(--c-border);
}

.card-view {
  align-items: center;
  padding-block: calc(2 * var(--sp));
  text-align: center;
}

.card-view .h3,
.card-view h3 {
  color: var(--c-tertiary);
}

.card-view .h3 small,
.card-view h3 small {
  margin-bottom: var(--sp);
}

.card-validate {
  background: url(../images/valid-circle.e100a5b7.svg) no-repeat;
  background-size: calc(3 * var(--sp));
  background-position: var(--sp) calc(2 * var(--sp));
  padding-block: calc(2 * var(--sp));
}

.card-validate .card-content {
  padding-top: calc(4 * var(--sp));
}

.card-validate .card-content .h3,
.card-validate .card-content h3 {
  font-size: 1.25rem;
  color: var(--c-txt);
}

.card-docs .card,
.card-list .card,
.card-list2 .card {
  margin-bottom: var(--sp);
  cursor: pointer;
}

.card-docs .card h3,
.card-list .card h3,
.card-list2 .card h3 {
  display: flex;
  align-items: center;
  gap: var(--sp);
  margin-bottom: 0;
  font-family: var(--font-futura-std-medium);
  font-size: 1.25rem;
  color: var(--c-txt);
}

.card-docs .card h3 span,
.card-list .card h3 span,
.card-list2 .card h3 span {
  font-size: 1.125rem;
  color: var(--c-secondary);
}

.card-list2 .card {
  padding: 0;
  border: none;
}

.card-docs .card {
  background: url(../images/btn-download.svg) no-repeat;
  background-position: right var(--sp) top var(--sp);
}

.card-docs .card .h3,
.card-docs .card h3 {
  -webkit-padding-end: 4rem;
  padding-inline-end: 4rem;
}

/* poll */
.card.poll {
  padding: calc(2 * var(--sp));
}

.card.poll-fixed {
  background: var(--bg-poll);
  position: fixed;
  right: calc(2 * var(--sp));
  right: calc(9 * var(--sp));
  bottom: calc(2 * var(--sp));
  max-width: 25rem;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 999;
}

.card.poll-fixed h3 {
  -webkit-padding-end: 3rem;
  padding-inline-end: 3rem;
  color: var(--c-tertiary);
}

.card.poll .poll-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  z-index: 10;
}

.card.poll ul li {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.card.poll ul li:before {
  content: none;
}

.card.poll ul li label {
  display: flex;
  gap: var(--sp);
}

.card.poll .progress {
  position: relative;
  padding-block: 0.5rem 0.5rem;
}

.card.poll .progress span:nth-child(2) {
  font-size: 1rem;
}

.card.poll .progress .progress-bar,
.card.poll .progress:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  height: 0.5rem;
  border: 1px solid var(--c-border);
  border-radius: var(--br);
}

.card.poll .progress .progress-bar {
  background: var(--c-secondary) !important;
}

.card.poll .total {
  margin-top: 0.5rem;
  font-family: "futuraStdHeavy", "futuraStdHeavy Fallback";
}

.card.poll .total span {
  color: var(--c-secondary);
}

.fixed .poll-fixed.open {
  opacity: 1;
  visibility: visible;
}

:lang(ar) .card-content .h3,
:lang(ar) .card-content h3:not(.h2) {
  font-family: var(--font-hacen-tunisia-light);
}

:lang(ar) .card-validate {
  background-position: right var(--sp) top calc(2 * var(--sp));
}

:lang(ar) .card-docs .card h3,
:lang(ar) .card-list .card h3,
:lang(ar) .card-list2 .card h3 {
  font-family: var(--font-hacen-tunisia-light);
  font-weight: 700;
}

:lang(ar) .card-docs .card {
  background-position: left var(--sp) top var(--sp);
}

:lang(ar) .card.poll .poll-close {
  right: auto;
  left: 0;
}

:lang(ar) .card.poll-fixed {
  right: auto;
  left: calc(2 * var(--sp));
}

:lang(ar) .card.poll .progress-bar .progress,
:lang(ar) .card.poll .progress-bar:before {
  left: auto;
  right: 0;
}

:lang(ar) .card.poll .total {
  font-family: var(--font-hacen-tunisia-bold);
}

/* .atct-post-more-swiper .swiper-slide {
  max-height: 352px;
}
.atct-post-more-swiper .card-content {
  flex-grow: 1;
} */

.news {
  background: var(--bg-news);
  padding-block: var(--sp-section);
}

.news .card {
  background: #fff;
}

.offers .card {
  align-items: start;
}

.offers .card figure {
  width: 0 0 25%;
  flex: 0 0 25%;
}

.offers .card figure,
.offers .card figure img {
  border-radius: var(--br);
}

.offers .card-content h3 {
  margin-bottom: 0;
  font-size: 1rem;
}

.offers .card-content .infos {
  margin-bottom: 0.5rem;
  font-size: 80%;
  color: var(--c-time);
}

.offers .card-content .tags a,
.offers .card-content .tags span {
  background: #fef3e8;
  border-radius: 1rem;
  font-size: 0.75rem;
  color: var(--c-secondary);
}

/* partners */
.partners-marquee {
  background: var(--bg-partners);

  direction: ltr;
}

.partners-marquee .logos a {
  display: inline-block;
  padding-inline: calc(2 * var(--sp));
}

.partners-marquee .logos a img {
  width: auto;
  height: 4rem;
}

.partners figure.square img {
  padding-inline: calc(2 * var(--sp));
  object-fit: contain;
  object-position: center;
}

.partners figure.square img:hover {
  padding-inline: var(--sp);
}

/* keep */
.newsletter {
  background: var(--bg-section);
  padding-block: calc(2 * var(--sp));
  color: #fff;
}

/* .newsletter .container-fixed.max-w-xxl */
.newsletter .container p {
  margin: 0;
}

.newsletter .container .form {
  display: flex;
}

.newsletter .container .form input:not([type="submit"]) {
  min-width: 20rem;
  border: none;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.newsletter .container .form input[type="submit"],
.newsletter .container .form button {
  background: url(../images/mail.4f07b6be.svg) var(--c-secondary) no-repeat
    center center;
  /* width: 4rem; */
  height: 3rem;
  border-color: var(--c-secondary);
  border-radius: 0 var(--br) var(--br) 0;
}

:lang(ar) .newsletter .container .form input[type="submit"],
:lang(ar) .newsletter .container .form button {
  border-radius: var(--br) 0 0 var(--br);
}

@media (max-width: 1279px) {
  .newsletter .container p {
    font-size: 1rem;
  }
}

@media (max-width: 1023px) {
  .newsletter .container {
    flex-direction: column;
    align-items: start;
  }

  .newsletter .container p {
    margin-bottom: var(--sp);
    font-size: 1.25rem;
  }
}

/* keep */
.footer {
  font-size: 1rem;
}

/* .footer .container-fixed.max-w-xxl */
.footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(-1 * var(--sp));
  margin-bottom: calc(-2 * var(--sp));
}

.footer .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-inline: var(--sp);
  margin-bottom: calc(2 * var(--sp));
}

@media (min-width: 64rem) {
  .footer .row .col-lg-1 {
    width: 8.3333333333%;
  }

  .footer .row .col-lg-2 {
    width: 16.6666666667%;
  }

  .footer .row .col-lg-3 {
    width: 25%;
  }
}

@media (min-width: 80rem) {
  .footer .row .col-xl-10-1 {
    width: 10%;
  }

  .footer .row .col-xl-10-2 {
    width: 20%;
  }

  .footer .row .col-xl-12 {
    width: 100%;
  }
}

.footer h3 {
  font-size: 1.25rem;
  color: var(--c-tertiary);
}

.footer .t-footer {
  border-bottom: 1px solid var(--c-border);
}

.footer .t-footer .container {
  height: 6rem;
}

.footer .t-footer .logo {
  display: inline-flex;
}

.footer .t-footer svg {
  fill: var(--c-primary);
}

.footer .t-footer .social-medias a,
.footer .t-footer .social-medias span {
  border-color: var(--c-primary);
}

.footer .t-footer .social-medias a:hover,
.footer .t-footer .social-medias span:hover {
  border-color: var(--c-secondary);
}

.footer .m-footer {
  padding-block: calc(4 * var(--sp));
}

.footer .m-footer .contact-infos {
  color: var(--c-link);
}

.footer .m-footer .contact-infos li {
  padding: 6px 0;
}

.footer .m-footer-portals li a {
  display: flex;
  align-items: center;
  gap: var(--sp);
  font-family: var(--font-futura-std-medium);
  font-size: 1.125rem;
  position: relative;
  padding-inline-start: 3rem;
}

.footer .m-footer-portals li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 2rem;
  height: 2rem;

  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

:lang(ar) .footer .m-footer-portals li a:before {
  left: auto;
  right: 0;
}

.footer .m-footer-portals li.menu-item {
  padding-inline-start: 0;
  margin-bottom: calc(2 * var(--sp));
}

.footer .m-footer-portals li:first-child a:hover {
  color: var(--c-mobility);
}

.footer .m-footer-portals li:first-child a:before {
  background-image: url(../icons/footer-inter-mobility.svg);
}

.footer .m-footer-portals li:nth-child(2) a:hover {
  color: var(--c-recruiters);
}

.footer .m-footer-portals li:nth-child(2) a:before {
  background-image: url(../icons/footer-recruiters.svg);
}

.footer .m-footer-portals li:nth-child(3) a:hover {
  color: var(--c-ss-cooperation);
}

.footer .m-footer-portals li:nth-child(3) a:before {
  background-image: url(../icons/footer-ss-cooperation.svg);
}

.footer .m-footer-portals li:nth-child(4) a:hover {
  color: var(--c-cooperators);
}

.footer .m-footer-portals li:nth-child(4) a:before {
  background-image: url(../icons/footer-cooperant.svg);
}

.footer .b-footer {
  background: var(--bg-section);
  padding-block: 1rem;
  line-height: 1;
  color: hsla(0, 0%, 100%, 0.9);
}

.footer .b-footer menu li a,
.footer .b-footer ul li a {
  color: hsla(0, 0%, 100%, 0.8);
}

.footer .b-footer menu li a:hover,
.footer .b-footer ul li a:hover {
  color: #fff;
}

:lang(ar) .footer .m-footer-portals li a {
  font-family: var(--font-hacen-tunisia-light);
  font-weight: 700;
}

.fz-plus .footer {
  font-size: 1.125rem;
}

.fz-plus .footer h3 {
  font-size: 1.375rem;
}

.fz-plus .footer .m-footer-portals li a {
  font-size: 1.25rem;
}

.fz-minus .footer {
  font-size: 0.875rem;
}

.fz-minus .footer h3 {
  font-size: 1.125rem;
}

.fz-minus .footer .m-footer-portals li a {
  font-size: 1rem;
}

@media (max-width: 1279px) {
  .footer .b-footer menu,
  .footer .b-footer ul {
    display: none;
  }
}

@media (max-width: 1023px) {
  .m-footer .col-xl-10-2:not(.contact-infos) {
    display: none;
  }
}

.call-to-action {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: calc(2 * var(--sp));
}

.call-to-action .elementor-widget-heading .elementor-heading-title,
.call-to-action h2 {
  color: var(--c-tertiary);
}

.call-to-action a:not(.btn) {
  font-family: var(--font-futura-std-medium);
  color: var(--c-secondary);
}

.bg-gradient {
  background: var(--bg-gradient) no-repeat;
  background-size: 100% 30rem;
  padding-top: var(--sp-section);
  border-start-start-radius: var(--br);
  border-start-end-radius: var(--br);
}

/* version elementor */
.puce li:before {
  content: "";
  background: url(/wp-content/uploads/2025/10/puce.359a94561.svg) no-repeat;
  background-position: center top 1rem;
  position: absolute;
  width: calc(2 * var(--sp));
  height: 100%;
  top: 0;
  left: 0;
}

.puce li {
  position: relative;
}

.image-cover {
  position: absolute;
  right: calc(-1 * var(--sp-section));
  bottom: var(--sp-section);
  width: 10rem;
}

.stat-cap1 {
  background: var(--c-tertiary);
  display: flex;
  flex-direction: column;
  position: absolute;
  right: calc(-3 * var(--sp));
  bottom: var(--sp-section);
  padding-block: calc(3 * var(--sp));
  padding-inline: calc(2 * var(--sp));
  border-radius: var(--br);
  font-family: "futuraStdHeavy", "futuraStdHeavy Fallback";
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}

.stat-cap1 span {
  font-family: var(--font-futura-std-medium);
  font-size: 1.5rem;
}

article {
  margin: 0 auto var(--sp-section);
}

/* keep */
.article .h1,
.article h1 {
  font-size: 1.75rem;
}

.article time {
  display: block;
  margin-bottom: calc(2 * var(--sp));
}

.article figure {
  margin-bottom: var(--sp);
}

.article figure,
.article figure img {
  border-radius: var(--br);
}

.article figure .stat-cap1 {
  background: var(--c-tertiary);
  display: flex;
  flex-direction: column;
  position: absolute;
  right: calc(-3 * var(--sp));
  bottom: var(--sp-section);
  padding-block: calc(3 * var(--sp));
  padding-inline: calc(2 * var(--sp));
  border-radius: var(--br);
  font-family: "futuraStdHeavy", "futuraStdHeavy Fallback";
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}

.article figure .stat-cap1 span {
  font-family: var(--font-futura-std-medium);
  font-size: 1.5rem;
}

.article figure .abs-ee {
  position: absolute;
  right: calc(-1 * var(--sp-section));
  bottom: var(--sp-section);
  width: 10rem;
}

.article .desc,
.article .tags {
  margin-bottom: calc(2 * var(--sp));
}

.article .share {
  padding-top: var(--sp);
  border-top: 1px solid var(--c-border);
}

.article .share label {
  font-family: "futuraStdHeavy", "futuraStdHeavy Fallback";
}

.article .print {
  padding-inline: calc(3 * var(--sp));
  height: 2.5rem;
  line-height: 2.5rem;
}

.article .print svg {
  fill: #fff;
}

.image-cover {
  position: absolute !important;
}

small {
  font-family: var(--ff-txt);
  color: var(--c-secondary);
  display: block;
  margin-bottom: calc(0.5 * var(--sp));
  line-height: 1;
}

.elementor ul li {
  list-style: none outside none;
  -webkit-margin-start: var(--sp);
  margin-inline-start: var(--sp);
  padding-block: calc(0.5 * var(--sp));
  -webkit-padding-start: calc(2 * var(--sp));
  padding-inline-start: calc(2 * var(--sp));
}

/* about */
.about-bloc .e-con-inner {
  display: block !important;
}

.about-bloc img {
  display: inline-block;
  vertical-align: middle;
  float: right;
  width: 50%;
  -webkit-margin-start: calc(4 * var(--sp));
  margin-inline-start: calc(4 * var(--sp));
}

.main-number span {
  background-image: url(/wp-content/uploads/2025/10/bg-number.ad265676.jpg);
  background-position: 100% 100%;
  /* Determines the background painting area. */
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "futuraStdHeavy", "futuraStdHeavy Fallback";
  font-size: 12rem;
  color: rgba(0, 0, 0, 0);
}

h3 span,
h2 span,
h4 span {
  font-size: 1.125rem;
  color: var(--c-secondary);
}

.mission-menu menu li {
  padding-block: var(--sp);
  border-bottom: 1px solid var(--c-border);
  opacity: 0.5;
}

.mission-menu-child {
  position: sticky;
  top: 12rem;
  z-index: 989;
  position: -webkit-sticky;
}

.active-scroll-spy {
  opacity: 1 !important;
}

.about-section1 {
  background: url(/wp-content/uploads/2025/10/bg-sec1.f4abaa8f-scaled-2.png)
    no-repeat;
  background-size: 80% auto;
  background-position: top 4em right -61rem;
  margin-top: calc(-1 * var(--sp-section));
  padding-top: var(--sp-section);
}

.portals .card {
  position: relative;
  padding: 0.5rem !important;
  cursor: pointer;
  transition: all 1s ease;
}

.portals .card-front,
.portals .card-front:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--br);
}

.portals .card-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  z-index: 99;
}

.portals .card-front .bg {
  border-radius: var(--br);
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0px;
  color: transparent;
}

.portals .card-front h2 {
  margin-bottom: var(--sp-section);
  font-family: var(--font-futura-std-medium);
  font-size: 1.5rem;
  color: #fff;
  filter: drop-shadow(0 0.3125rem 0.5rem rgba(0, 0, 0, 0.8));
}

.portals .card-front:after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(223, 235, 252, 0.05),
    rgba(9, 44, 97, 0.65)
  );
}

.portals .card-front,
.portals .card-front:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--br);
}

.portals .card-back .icon {
  background: var(--bg-mobility);
  margin-bottom: var(--sp);
  z-index: 3;
}

.portals .card .icon {
  width: 5rem;
  height: 5rem;
  flex: 0 0 5rem;
  border-radius: 50%;
  z-index: 3;
}

.portals .card-footer {
  justify-content: end;
  border: none;
  z-index: 2;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
  margin-bottom: calc(-1 * var(--sp));
  border-top: 1px solid var(--c-border);
}

.portals .card:hover .card-front {
  opacity: 0;
  visibility: hidden;
}

.bg img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0px;
  color: transparent;
}

.icon-recruiter img {
  width: 64px !important;
  height: 64px !important;
}

/* page contact */
.offices-map {
  aspect-ratio: 2;
}

.offices-map #offices-map {
  width: 100%;
  height: 100%;
  border-radius: var(--br);
}

.offices-map .contact-infos {
  background: #fff;
  max-width: 25rem;
  padding: var(--sp);
  border-radius: var(--br);
  font-family: var(--font-futura-std-light);
  font-size: 1rem;
  color: var(--c-primary);
}

.contact-infos li {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.contact-infos li:before {
  content: none;
}

/* education */
.education-item {
  border-left: 1px solid #f4f5f7;
  position: relative;
  padding: 32px 24px 8px 40px;
  margin-left: 35px;
}

.education-item .education-icon {
  position: absolute;
  left: -0.3rem;
  width: 42px;
  text-align: center;
  font-size: 22px;
  background-color: #fff;
  top: 50%;
}

@media (min-width: 768px) {
  .education-item .education-date {
    position: absolute;
    left: -6rem;
    top: 50%;
  }
}

.education-item .education-icon .elementor-icon::before {
  content: "";
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  width: 3px;
  height: 30px;
  background: #f07800;
}

.education-item .education-icon .elementor-icon::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  width: 3px;
  height: 27px;
  bottom: -15px;
  background: #f07800;
}

/* organizational */
.organizational-chart .notes {
  padding-inline: var(--sp);
  overflow-x: hidden;
}

.notes {
  background: var(--bg-notes);
  padding-block: calc(3 * var(--sp));
  border-radius: var(--br);
}

.organizational-chart .notes .level-1,
.organizational-chart .notes .level-2 {
  margin-bottom: calc(6 * var(--sp));
}

.organizational-chart .notes .level-1,
.organizational-chart .notes .level-2,
.organizational-chart .notes .level-3-1,
.organizational-chart .notes .level-3-2,
.organizational-chart .notes .level-3-3,
.organizational-chart .notes .level-3-4 {
  position: relative;
}

.organizational-chart .notes .item,
.organizational-chart .notes .item .contact-infos {
  padding: var(--sp);
  border-radius: var(--br);
  box-shadow: 0 0.125rem 2rem 0 rgba(0, 24, 101, 0.15);
}

.organizational-chart .notes .item {
  position: relative;
  max-width: 32rem;
  height: 100%;
  margin-inline: auto;
  -webkit-border-start: var(--br) solid #f07800;
  border-inline-start: var(--br) solid #f07800;
  cursor: pointer;
}

rganizational-chart .notes .item .contact-infos {
  background: var(--bg-header);
  position: absolute;
  top: calc(-1 * var(--sp));
  left: 120%;
  width: 20rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 20;
}

.organizational-chart .notes .item,
.organizational-chart .notes .item .contact-infos {
  padding: var(--sp);
  border-radius: var(--br);
  box-shadow: 0 0.125rem 2rem 0 rgba(0, 24, 101, 0.15);
}

.organizational-chart .notes .item .h3,
.organizational-chart .notes .item h3 {
  font-family: var(--font-futura-std-medium);
  margin-bottom: 0;
  font-size: 1.125rem;
}

.organizational-chart .notes .level-3-1 .item,
.organizational-chart .notes .level-3-2 .item,
.organizational-chart .notes .level-3-3 .item,
.organizational-chart .notes .level-3-4 .item {
  border-color: rgba(240, 120, 0, 0.5);
}

.organizational-chart .notes .item,
.organizational-chart .notes .item .contact-infos {
  padding: var(--sp);
  border-radius: var(--br);
  box-shadow: 0 0.125rem 2rem 0 rgba(0, 24, 101, 0.15);
}

.organizational-chart .notes .item {
  position: relative;
  max-width: 32rem;
  height: 100%;
  margin-inline: auto;
  -webkit-border-start: var(--br) solid #f07800;
  border-inline-start: var(--br) solid #f07800;
  cursor: pointer;
}

.organizational-chart .notes .level-1:after,
.organizational-chart .notes .level-2:after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + var(--sp));
  height: calc(4 * var(--sp));
  border-left: 1px solid var(--c-tertiary);
}

.organizational-chart .notes .level-2:after {
  height: 25rem;
}

.organizational-chart .notes .level-3-1 .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: calc(2 * var(--sp));
  border-left: 1px solid var(--c-tertiary);
  transform: translateY(calc(-3 * var(--sp))) translateX(-2px);
}

.organizational-chart .notes .level-3-1:after {
  left: 12.5%;
  top: calc(-3 * var(--sp));
  width: 75%;
  transform: translateX(0);
}

.organizational-chart .notes .level-3-1:after,
.organizational-chart .notes .level-3-2:after,
.organizational-chart .notes .level-3-3:after,
.organizational-chart .notes .level-3-4:after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% - var(--sp));
  width: 8rem;
  border-bottom: 1px solid var(--c-tertiary);
  transform: translateX(-3.5rem);
}

@media (min-width: 80rem) {
  .row .col-xl-5 {
    width: 41.6666666667%;
  }
}

@media (min-width: 80rem) {
  .row .col-xl-3 {
    width: 25%;
  }
}

@media (min-width: 80rem) {
  .row .col-xl-3 {
    width: 25%;
  }
}

.organizational-chart .notes .item {
  position: relative;
  max-width: 32rem;
  height: 100%;
  margin-inline: auto;
  -webkit-border-start: var(--br) solid #f07800;
  border-inline-start: var(--br) solid #f07800;
  cursor: pointer;
}

.organizational-chart .notes .level-3-1:after {
  left: 13%;
  top: calc(-1.5 * var(--sp));
  width: 74%;
  transform: translateX(0);
}

.organizational-chart .notes .item:hover .contact-infos {
  visibility: visible;
  opacity: 1;
  transition: all 0.8s ease;
}

.organizational-chart .notes .item .contact-infos {
  background: var(--bg-header);
  position: absolute;
  top: calc(-1 * var(--sp));
  left: 100%;
  width: 20rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 20;
}

.organizational-chart-2 .notes .level-2.item {
  border-color: rgba(0, 60, 136, 0.75);
}

.organizational-chart-2 .notes .level-2:after {
  height: 16rem;
}

.organizational-chart-2 .notes .level-3-1 .item,
.organizational-chart-2 .notes .level-3-2 .item,
.organizational-chart-2 .notes .level-3-3 .item,
.organizational-chart-2 .notes .level-3-4 .item {
  border-color: rgba(0, 60, 136, 0.5);
}

.organizational-chart-3 .notes .level-2.item {
  border-color: rgba(39, 166, 220, 0.75);
}

.organizational-chart-3 .notes .level-2:after {
  height: calc(2 * var(--sp));
  transform: translateX(-2px);
}

.organizational-chart-3 .notes .level-3-1 .item {
  border-color: rgba(39, 166, 220, 0.5);
}

.organizational-chart-3 .notes .level-3-1 {
  justify-content: center;
  margin-bottom: 0;
}

.organizational-chart-3 .notes .level-3-1:after {
  left: 23.7%;
  top: calc(-1.5 * var(--sp));
  width: 52.5%;
  transform: translateX(0);
}

.organizational-chart-3 .notes .level-2:after {
  height: calc(2 * var(--sp));
  transform: translateX(-2px);
}

.organizational-chart-3 .notes .level-2:after {
  height: calc(8 * var(--sp));
  transform: translateX(-13px);
}

.espace-ligne {
  margin-left: 10px !important;
}

/*  */
.btn-contact button {
  background-color: #003c88 !important;
  border-radius: var(--br);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 2.5rem;

  border-color: var(--bg-btn) !important;
  vertical-align: top;
  line-height: 2.5rem;
  color: var(--c-btn);
}

.img-candidats img {
  position: relative;
}

@media (max-width: 1279px) {
  .organizational-chart .notes .level-2:after {
    left: 5%;
  }

  .organizational-chart .notes .level-3-1,
  .organizational-chart .notes .level-3-2,
  .organizational-chart .notes .level-3-3,
  .organizational-chart .notes .level-3-4 {
    margin-bottom: 0;
  }

  .organizational-chart .notes .row {
    justify-content: end !important;
  }

  .organizational-chart .notes .level-3-1 .item:before,
  .organizational-chart .notes .level-3-2 .item:before,
  .organizational-chart .notes .level-3-3 .item:before,
  .organizational-chart .notes .level-3-4 .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10%;
    border-left: none;
    border-top: 1px solid var(--c-tertiary);
    transform: translateY(0) translateX(-150%);
  }

  .organizational-chart-3 .notes .level-2:after {
    height: 25rem !important;
  }

  .organizational-chart-3 .notes .level-3-1:after {
    content: none;
  }

  .organizational-chart .notes .level-3-1:after,
  .organizational-chart .notes .level-3-2:after,
  .organizational-chart .notes .level-3-3:after,
  .organizational-chart .notes .level-3-4:after {
    content: none;
  }

  .espace-ligne {
    margin: 0px !important;
  }

  .organizational-chart-2 .notes .level-2:after {
    height: 36rem !important;
  }

  .organizational-chart .notes .level-2:after {
    height: 70.8rem;
  }

  .organizational-chart .notes .item {
    max-width: 100%;
  }
}

/* offices */
.office .h3 {
  font-family: "futuraStdHeavy", "futuraStdHeavy Fallback";
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.office span {
  color: #0b1432;
  font-size: 0.875rem;
}

.office li {
  color: #0b1432;
  font-size: 0.875rem;
  margin-inline-start: 0 !important;
  padding-inline-start: 0 !important;
  font-family: var(--ff-txt);
}

.office {
  padding: 1.5rem;
}

.wpwax-lsu-ultimate
  .wpwax-lsu-item.wpwax-lsu-item-bordered
  .wpwax-lsu-item-inner {
  border: 0 !important;
}

.portals .card .icon img {
  width: 3rem;
  height: 3rem;
  margin: 1rem;
  border-radius: 0;
}

:lang(ar) .about-bloc img {
  float: left;
}

.card-back {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  height: 100% !important;
  justify-content: space-between !important;
}

.offers .card figure {
  width: 100%;
}

.card-footer {
  width: 100%;
}
:lang(ar) .stat-cap1 {
  right: auto;
  left: calc(-3 * var(--sp));
  font-family: var(--font-hacen-tunisia-bold);
}

.portals .card {
  padding: 0.5rem;
}

.bg img {
  object-fit: cover;
}
.wsp-pages-title {
  font-size: 1.5rem !important;
  font-family: var(--ff-heading) !important;
}

@media (max-width: 639px) {
  .header .wrapper .topbar .tn {
    padding-inline: calc(2 * var(--sp) + 2.5rem) var(--sp);
    font-size: 0.75rem;
  }
}

@media (max-width: 1279px) {
  .portals .card {
    aspect-ratio: 1;
  }

  .portals .mobility .icon,
  .portals .card-back {
    display: none !important;
  }

  .portals .card-front h2 {
    margin-bottom: var(--sp);
    font-size: 1.25rem;
    text-align: center;
  }

  .newsletter .container .form input:not([type="submit"]) {
    min-width: 16rem;
  }
}

/* espace-cooperation-sud-sud */
:root {
  --bg-hero-ecss: #fff8f3;
  --bg-topbar-ecss: #fef0e6;
}
body.espace-cooperation-sud-sud,
.espace-cooperation-sud-sud {
  --bg-hero: var(--bg-hero-ecss);
}

body.espace-cooperation-sud-sud .header .wrapper .topbar,
.espace-cooperation-sud-sud .header .wrapper .topbar {
  background: var(--bg-topbar-ecss);
}

/* menu-item-object-cooperation-sud-sud */
body.espace-cooperation-sud-sud
  #menu-header-espace
  .menu-item-espace-cooperation
  a,
.espace-cooperation-sud-sud
  #menu-header-espace
  .menu-item-espace-cooperation
  a {
  color: var(--ch-link);
}

body.espace-cooperation-sud-sud .hero,
.espace-cooperation-sud-sud .hero {
  background: var(--bg-hero-ecss);
}

.cover-image {
  position: relative;
  width: fit-content;
}

.cover-image img {
  display: block;
  width: 100%;
  height: auto;
}

.cover-item {
  position: absolute;
  bottom: -1.25rem;
  right: -1.25rem;
  z-index: 5;
  background: #fff;
  padding: 0.75rem;
  border-radius: 0.375rem;
}

.cover-item img {
  width: 15rem;
  height: auto;
  display: block;
}
.e-n-tabs-heading {
  border-bottom: 1px solid #e5e5e5;
}

.image-block {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 4px;
}
.image-title {
  position: absolute;
  bottom: 0;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
}

.image-block:after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(223, 235, 252, 0.05),
    rgba(9, 44, 97, 0.65)
  );
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.e-n-accordion-item-title-icon {
  background-color: #f6f6f6;
  border-radius: 50%;
  padding: 0.5rem;
}

.card-hover-video {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.card-hover-video:after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(223, 235, 252, 0.05),
    rgba(9, 44, 97, 0.65)
  );
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.card-img,
.card-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 550px !important;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

.card-video {
  opacity: 0;
  pointer-events: none;
}

.card-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}

.image-block img {
  width: 100%;
}
.card {
  background-color: #fff;
}
time {
  font-size: 60%;
}

.success-stories.cooperation .the_title {
  text-transform: uppercase;
}

/* =======================================
   IMAGE ANIMATION GAUCHE
======================================= */
.image-animation-left {
  position: relative;
  overflow: hidden;
}

.image-animation-left img {
  opacity: 0;
  transform: translateX(40px) scale(1.1);
  clip-path: inset(0 100% 0 0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* La classe .animate déclenche l'animation */
.image-animation-left.animate img {
  animation: imgRevealLeft 2s ease forwards;
}

@keyframes imgRevealLeft {
  0% {
    opacity: 0;
    transform: translateX(40px) scale(1.1);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    clip-path: inset(0 0 0 0);
  }
}

/* =======================================
   IMAGE ANIMATION DROITE
======================================= */
.image-animation-right {
  position: relative;
  overflow: hidden;
}

.image-animation-right img {
  opacity: 0;
  transform: translateX(-40px) scale(1.1);
  clip-path: inset(0 0 0 100%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.image-animation-right.animate img {
  animation: imgRevealRight 2s ease forwards;
}

@keyframes imgRevealRight {
  0% {
    opacity: 0;
    transform: translateX(-40px) scale(1.1);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    clip-path: inset(0 0 0 0);
  }
}

:root {
  --animation-distance: 50px;
  --animation-duration: 1s;
  --animation-ease: cubic-bezier(0.65, 0, 0.35, 1);
}

.animation-text > * {
    opacity: 0;
    transform: translateX(var(--animation-distance));
    transition: opacity var(--animation-duration) var(--animation-ease),
                transform var(--animation-duration) var(--animation-ease);
}

.animation-text.animate > * {
    opacity: 1;
    transform: translateX(0);
}

.elementor-editor-active .image-animation-left img,
.elementor-editor-active .image-animation-right img,
.elementor-editor-active .animation-text > * {
    opacity: 1 !important;
    transform: none !important;
    transform:none !important;
     clip-path: none !important;
     transition:none !important;
}

.list-steps > .elementor-element {
    overflow: hidden;
}


.list-steps p, .list-steps ul {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}


.list-steps.animate p, .list-steps.animate ul {
    opacity: 1;
    transform: translateX(0);
}

.list-steps.animate .elementor-element:nth-child(1) p { transition-delay: 0.1s; }
.list-steps.animate .elementor-element:nth-child(2) p { transition-delay: 0.2s; }
.list-steps.animate .elementor-element:nth-child(3) p { transition-delay: 0.3s; }
.list-steps.animate .elementor-element:nth-child(4) p { transition-delay: 0.4s; }
.list-steps.animate .elementor-element:nth-child(5) p { transition-delay: 0.5s; }
.list-steps.animate .elementor-element:nth-child(6) p { transition-delay: 0.6s; }
.list-steps.animate .elementor-element:nth-child(7) p { transition-delay: 0.7s; }
.list-steps.animate .elementor-element:nth-child(8) p { transition-delay: 0.8s; }
.list-steps.animate .elementor-element:nth-child(9) p { transition-delay: 0.9s; }
.list-steps.animate .elementor-element:nth-child(10) p { transition-delay: 1.0s; }
.list-steps.animate .elementor-element:nth-child(11) p { transition-delay: 1.1s; }
.list-steps.animate .elementor-element:nth-child(12) p { transition-delay: 1.2s; }
.list-steps.animate .elementor-element:nth-child(13) p { transition-delay: 1.3s; }
.list-steps.animate .elementor-element ul{ transition-delay: 1.3s; }

.card-hover-video:hover .card-title{
    opacity: 0;}

.card-hover-video:hover:after {
background:transparent}

/* 404 */
.error404 {
  background-color: #f2f2f2;
}
.error404 .hero {
  display: none;
  visibility: hidden;
}
.error-404 {
  margin-top: 10rem;
}
.error-404 .page-header {
  font-family: var(--font-futura-std-medium);
  font-size: 3.125rem;
  font-weight: 400;
  position: relative;
  padding-top: 10rem;
}
.error-404 .page-header span {
  font-family: var(--font-futura-std-heavy);
  font-size: 6.875rem;
}
.error-404 .page-header:before {
  content: "404";
  font-family: var(--font-futura-std-heavy);
  font-size: 43.75rem;
  font-size: 32rem;
  font-weight: 700;
  line-height: 1;
  color: #2c3c4d0a;
  text-align: center;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1535px) {
  .error-404 .page-header:before {
    font-size: 26rem;
  }
}
@media (max-width: 1279px) {
  .error-404 .page-header:before {
    font-size: 24rem;
  }
}
@media (max-width: 1023px) {
  .error-404 .page-header:before {
    font-size: 22rem;
  }
}
@media (max-width: 767px) {
  .error-404 .page-header:before {
    font-size: 20rem;
  }
}
@media (max-width: 623px) {
  .error-404 .page-header:before {
    font-size: 16rem;
  }
}
@media (max-width: 479px) {
  .error-404 .page-header:before {
    font-size: 15rem;
  }
}
.error-404 .page-content {
  font-family: var(--font-futura-std-book);
  font-size: 1.125rem;
  padding-bottom: 1rem;
}
.error-404 .back-to-home {
  padding-top: 2.90125rem;
}
.error-404 .page-content a.btn {
  font-family: var(--font-futura-std-medium);
  font-size: 1rem;
}
@media (max-width: 479px) {
.text-account{display: none;}
}
