{"id":844,"date":"2025-07-17T20:49:20","date_gmt":"2025-07-17T20:49:20","guid":{"rendered":"https:\/\/ubs.ens.tn\/?page_id=844"},"modified":"2025-09-18T08:45:46","modified_gmt":"2025-09-18T08:45:46","slug":"accueil-cloned-7","status":"publish","type":"page","link":"https:\/\/ubs.ens.tn\/en\/","title":{"rendered":"Accueil"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"844\" class=\"elementor elementor-844\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b70c9b6 e-flex e-con-boxed e-con e-parent\" data-id=\"b70c9b6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf49917 elementor-widget elementor-widget-html\" data-id=\"cf49917\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>UBS en Chiffres<\/title>\n\n  <style>\n    :root {\n      --ubs-blue: #162c7d;\n      --ubs-red: #d60000;\n      --tooltip-bg: #ffffff;\n      --tooltip-shadow: rgba(22, 44, 125, 0.3);\n    }\n\n    body {\n      margin: 0;\n      padding: 0;\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      background-color: #f9f9f9;\n    }\n\n    .tour-by-destination {\n      max-width: 1000px;\n      margin: 40px auto;\n      text-align: center;\n      padding: 40px 30px;\n      border: 2px solid var(--ubs-blue);\n      border-radius: 12px;\n      box-shadow: 0 4px 12px rgba(22, 44, 125, 0.2);\n      background: #fff;\n      position: relative;\n    }\n\n    @keyframes moveTitle {\n      0%, 100% { transform: translateX(0); }\n      50% { transform: translateX(20px); }\n    }\n\n    #moving-title {\n      animation: moveTitle 2s linear infinite;\n      color: var(--ubs-red);\n      font-size: 28px;\n      font-weight: 600;\n      margin-bottom: 6px;\n      position: relative;\n      display: inline-block;\n    }\n\n    .section-title::before,\n    .section-title::after {\n      content: '';\n      position: absolute;\n      top: 50%;\n      width: 120px;\n      height: 2px;\n      background-color: var(--ubs-red);\n    }\n\n    .section-title::before {\n      left: -140px;\n    }\n\n    .section-title::after {\n      right: -140px;\n    }\n\n    .section-subtitle {\n      font-size: 18px;\n      font-weight: 600;\n      color: black;\n      margin-bottom: 40px;\n      max-width: 600px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .tour-circles {\n      display: flex;\n      justify-content: center;\n      gap: 30px;\n      flex-wrap: wrap;\n    }\n\n    .tour-circle.blue-circle {\n      background-color: var(--ubs-blue);\n      width: 200px;\n      height: 200px;\n      border-radius: 50%;\n      color: white;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      padding: 20px;\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n      cursor: default;\n      font-weight: 600;\n      font-size: 16px;\n      text-align: center;\n      position: relative;\n      transition: transform 0.3s ease;\n    }\n\n    .tour-circle.blue-circle:hover {\n      transform: translateY(-5px);\n    }\n\n    .icon-circle {\n      width: 70px;\n      height: 70px;\n      background-color: white;\n      color: var(--ubs-blue);\n      font-size: 36px;\n      line-height: 70px;\n      border-radius: 50%;\n      margin-bottom: 20px;\n      user-select: none;\n      z-index: 2;\n      position: static;\n    }\n\n    .tour-circle.blue-circle h3,\n    .tour-circle.blue-circle .stat-number {\n      color: white !important;\n      font-weight: 700;\n    }\n\n    .tour-circle.blue-circle h3 {\n      font-size: 20px;\n      margin-bottom: 10px;\n      z-index: 1;\n    }\n\n    .stat-number {\n      font-size: 36px;\n      margin-bottom: 15px;\n      transition: opacity 0.3s ease;\n    }\n\n    .filiere-tooltip {\n      position: absolute;\n      top: 50%;\n      left: 220px;\n      transform: translateY(-50%);\n      background-color: var(--tooltip-bg);\n      color: var(--ubs-blue);\n      padding: 20px 30px;\n      border-radius: 16px;\n      box-shadow: 0 10px 30px var(--tooltip-shadow);\n      opacity: 0;\n      pointer-events: none;\n      width: 280px;\n      text-align: left;\n      font-weight: 600;\n      font-size: 16px;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n      z-index: 20;\n      filter: drop-shadow(0 0 10px rgba(22, 44, 125, 0.15));\n      user-select: none;\n    }\n\n    .filiere-circle:hover .filiere-tooltip {\n      opacity: 1;\n      pointer-events: auto;\n      transform: translateY(-50%) translateX(0);\n    }\n\n    .filiere-tooltip h4 {\n      margin-top: 0;\n      margin-bottom: 15px;\n      font-weight: 700;\n      font-size: 20px;\n      border-bottom: 3px solid var(--ubs-blue);\n      padding-bottom: 8px;\n      letter-spacing: 0.05em;\n    }\n\n    .filiere-tooltip ul {\n      list-style: none;\n      padding-left: 0;\n      margin: 0;\n    }\n\n    .filiere-tooltip ul li {\n      padding: 8px 10px;\n      border-bottom: 1px solid #eee;\n      cursor: default;\n      transition: background-color 0.25s ease, color 0.25s ease;\n      border-radius: 6px;\n    }\n\n    .filiere-tooltip ul li:last-child {\n      border-bottom: none;\n    }\n\n    .filiere-tooltip ul li:hover {\n      background-color: var(--ubs-blue);\n      color: white;\n      border-radius: 8px;\n    }\n\n    .mobile-filiere-text {\n      display: none;\n      margin-top: 6px;\n      font-weight: 600;\n      font-size: 18px;\n      color: white;\n    }\n\n    @media (max-width: 768px) {\n      .tour-circle.blue-circle {\n        width: 90%;\n        height: auto;\n        padding: 30px 20px;\n      }\n\n      #moving-title {\n        font-size: 24px;\n      }\n\n      .filiere-tooltip {\n        display: none !important;\n      }\n\n      .filiere-circle .stat-number {\n        display: none;\n      }\n\n      .mobile-filiere-text {\n        display: block;\n      }\n\n      \/* \u2705 Cacher les lignes autour du titre sur mobile *\/\n      .section-title::before,\n      .section-title::after {\n        display: none;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <section class=\"tour-by-destination ubs-stats-blue\">\n    <h2 class=\"section-title\" id=\"moving-title\">UBS en Chiffres<\/h2>\n    <p class=\"section-subtitle\">D\u00e9couvrez en un coup d\u2019\u0153il les indicateurs qui font la force de l\u2019Uirtus Business School<\/p>\n\n    <div class=\"tour-circles\">\n      <!-- Cercle 1 -->\n      <div class=\"tour-circle blue-circle\">\n        <div class=\"icon-circle\">\ud83c\udfaf<\/div>\n        <h3>Taux de r\u00e9ussite<\/h3>\n        <div class=\"stat-number\" data-target=\"75\">0<\/div>\n      <\/div>\n\n      <!-- Cercle 2 -->\n      <div class=\"tour-circle blue-circle\">\n        <div class=\"icon-circle\">\ud83d\udc68\u200d\ud83c\udfeb<\/div>\n        <h3>Enseignants<\/h3>\n        <div class=\"stat-number\" data-target=\"136\">0<\/div>\n      <\/div>\n\n      <!-- Cercle 3 -->\n      <div class=\"tour-circle blue-circle filiere-circle\">\n        <div class=\"icon-circle\">\ud83d\udcda<\/div>\n        <h3>Fili\u00e8res<\/h3>\n        <div class=\"stat-number\" data-target=\"5\">0<\/div>\n        <div class=\"mobile-filiere-text\">5 <\/div>\n        <div class=\"filiere-tooltip\">\n          <h4>Nos Fili\u00e8res<\/h4>\n          <ul>\n            <li>Finance<\/li>\n            <li>Marketing<\/li>\n            <li>Comptabilit\u00e9<\/li>\n            <li>Management<\/li>\n            <li>Commerce & Finance Internationale<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", () => {\n      const counters = document.querySelectorAll('.stat-number');\n      counters.forEach((counter, index) => {\n        const target = +counter.getAttribute('data-target');\n        let count = 0;\n        const duration = 2000;\n        const stepTime = 20;\n        const steps = duration \/ stepTime;\n        const increment = target \/ steps;\n\n        function updateCounter() {\n          count += increment;\n          if (count < target) {\n            counter.textContent = Math.ceil(count) + (target === 75 ? \"%\" : \"\");\n            setTimeout(updateCounter, stepTime);\n          } else {\n            counter.textContent = target + (target === 75 ? \"%\" : \"\");\n          }\n        }\n\n        setTimeout(updateCounter, index * 300);\n      });\n    });\n  <\/script>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-00ddc67 e-flex e-con-boxed e-con e-parent\" data-id=\"00ddc67\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44426f4 elementor-widget elementor-widget-html\" data-id=\"44426f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- POLICES ELEGANTES -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Merriweather:wght@700&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\n\n<section class=\"gallery-section ubs-gallery\">\n  <h2>La Vie \u00e0 l\u2019<span class=\"highlight-ubs\">UBS<\/span> en Images<\/h2>\n  <p>Plongez au c\u0153ur de la vie \u00e0 <span class=\"highlight-ubs\">UBS<\/span> \u00e0 travers notre s\u00e9lection de moments forts.<\/p>\n\n  <div class=\"carousel-container\">\n    <button class=\"nav prev\" aria-label=\"Image pr\u00e9c\u00e9dente\">&#10094;<\/button>\n    <div class=\"main-image-wrapper\">\n      <img decoding=\"async\" id=\"main-image\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/09\/BUSINESS-1.png\" alt=\"Image principale\">\n    <\/div>\n    <button class=\"nav next\" aria-label=\"Image suivante\">&#10095;<\/button>\n  <\/div>\n\n  <div class=\"thumbnail-container\">\n    <img decoding=\"async\" class=\"thumbnail active\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/09\/BUSINESS-1.png\" data-large=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/09\/BUSINESS-1.png\" alt=\"Image 5\">\n    <img decoding=\"async\" class=\"thumbnail\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/amel-1.png\" data-large=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/amel-1.png\" alt=\"Image 1\">\n    <img decoding=\"async\" class=\"thumbnail\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/bachir.png\" data-large=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/bachir.png\" alt=\"Image 2\">\n    <img decoding=\"async\" class=\"thumbnail\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/07\/IMG_2609-scaled.jpg\" data-large=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/07\/IMG_2609-scaled.jpg\" alt=\"Image 3\">\n    <img decoding=\"async\" class=\"thumbnail\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/07\/IMG_2648-scaled.jpg\" data-large=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/07\/IMG_2648-scaled.jpg\" alt=\"Image 4\">\n  <\/div>\n<\/section>\n\n<style>\n  body {\n    background-color: #f4f6fa;\n    font-family: 'Open Sans', sans-serif;\n  }\n\n  .ubs-gallery {\n    max-width: 960px;\n    margin: 60px auto;\n    padding: 40px;\n    background: linear-gradient(135deg, #ffffff, #f9f9f9);\n    border-radius: 20px;\n    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);\n    text-align: center;\n  }\n\n  .ubs-gallery h2 {\n    font-family: 'Merriweather', serif;\n    font-size: 1.8rem;\n    color:#e60000;\n    margin-bottom: 10px;\n  }\n\n  .ubs-gallery p {\n    font-size: 1.1rem;\n    font-weight: 500;\n    color: #555;\n    margin-bottom: 30px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .highlight-ubs {\n    color: #e60000;\n    font-weight: 700;\n    font-family: 'Open Sans', sans-serif;\n  }\n\n  .carousel-container {\n    position: relative;\n    margin-bottom: 25px;\n  }\n\n  .main-image-wrapper {\n    background: rgba(255, 255, 255, 0.5);\n    backdrop-filter: blur(12px);\n    border-radius: 16px;\n    padding: 15px;\n    max-width: 600px;\n    margin: auto;\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);\n  }\n\n  #main-image {\n  width: 100%;\n  max-width: 300px;  \/* \u2705 R\u00e9duction de la taille *\/\n  border-radius: 10px;\n  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);\n  transition: transform 0.4s ease;\n  display: block;\n  margin: 0 auto;     \/* \u2705 Centre horizontalement *\/\n}\n\n\n  #main-image:hover {\n    transform: scale(1.02);\n  }\n\n  .nav {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background: #c10000;\n    color: #fff;\n    border: none;\n    font-size: 28px;\n    padding: 8px 16px;\n    border-radius: 50%;\n    cursor: pointer;\n    z-index: 10;\n    transition: background 0.3s ease;\n  }\n\n  .nav:hover {\n    background: #a60000;\n  }\n\n  .prev {\n    left: -30px;\n  }\n\n  .next {\n    right: -30px;\n  }\n\n  .thumbnail-container {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n    margin-top: 20px;\n  }\n\n  .thumbnail {\n    width: 90px;\n    height: 60px;\n    object-fit: cover;\n    border-radius: 8px;\n    border: 2px solid transparent;\n    opacity: 0.7;\n    transition: transform 0.3s, border-color 0.3s, opacity 0.3s;\n    cursor: pointer;\n  }\n\n  .thumbnail:hover,\n  .thumbnail.active {\n    transform: scale(1.05);\n    border-color: #c10000;\n    opacity: 1;\n  }\n\n  @media (max-width: 768px) {\n    .main-image-wrapper {\n      padding: 10px;\n    }\n\n    .nav {\n      font-size: 22px;\n      padding: 6px 12px;\n    }\n\n    .prev {\n      left: -20px;\n    }\n\n    .next {\n      right: -20px;\n    }\n\n    .thumbnail {\n      width: 70px;\n      height: 50px;\n    }\n  }\n<\/style>\n\n<script>\n  const mainImage = document.getElementById('main-image');\n  const thumbnails = document.querySelectorAll('.thumbnail');\n  const prevBtn = document.querySelector('.prev');\n  const nextBtn = document.querySelector('.next');\n  let currentIndex = 0;\n  let autoSlideInterval;\n\n  function updateMainImage(index) {\n    thumbnails.forEach(thumb => thumb.classList.remove('active'));\n    thumbnails[index].classList.add('active');\n    mainImage.src = thumbnails[index].dataset.large || thumbnails[index].src;\n    currentIndex = index;\n  }\n\n  function startAutoSlide() {\n    autoSlideInterval = setInterval(() => {\n      currentIndex = (currentIndex + 1) % thumbnails.length;\n      updateMainImage(currentIndex);\n    }, 5000);\n  }\n\n  function resetAutoSlide() {\n    clearInterval(autoSlideInterval);\n    startAutoSlide();\n  }\n\n  thumbnails.forEach((thumb, index) => {\n    thumb.addEventListener('click', () => {\n      updateMainImage(index);\n      resetAutoSlide();\n    });\n  });\n\n  prevBtn.addEventListener('click', () => {\n    currentIndex = (currentIndex === 0) ? thumbnails.length - 1 : currentIndex - 1;\n    updateMainImage(currentIndex);\n    resetAutoSlide();\n  });\n\n  nextBtn.addEventListener('click', () => {\n    currentIndex = (currentIndex === thumbnails.length - 1) ? 0 : currentIndex + 1;\n    updateMainImage(currentIndex);\n    resetAutoSlide();\n  });\n\n  startAutoSlide();\n<\/script>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-82b9945 e-flex e-con-boxed e-con e-parent\" data-id=\"82b9945\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c67d3b elementor-widget elementor-widget-html\" data-id=\"3c67d3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Nos Partenaires<\/title>\n  <style>\n    body {\n      margin: 0;\n      font-family: 'Arial', sans-serif;\n      background-color: #fff;\n      color: #333;\n    }\n\n    .partenaires-section {\n      padding: 40px 20px 0;\n      text-align: center;\n      background-color: #fff;\n    }\n\n    .partenaires-section h2 {\n      font-size: 28px;\n      color: #e60000;\n      margin-bottom: 30px;\n      letter-spacing: 2px;\n    }\n\n    .logo-slider {\n      overflow: hidden;\n      position: relative;\n      width: 100%;\n      background: #fff;\n      padding: 10px 0 40px;\n    }\n\n    .slide-track {\n      display: flex;\n      width: calc(250px * 10); \/* Adapt\u00e9 \u00e0 10 logos *\/\n      animation: scroll 20s linear infinite;\n    }\n\n    .slide {\n      width: 250px;\n      flex-shrink: 0;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      padding: 10px;\n    }\n\n    .slide img {\n      max-width: 200px;\n      height: auto;\n      object-fit: contain;\n      filter: grayscale(0%);\n      transition: transform 0.3s ease;\n    }\n\n    .slide img:hover {\n      transform: scale(1.05);\n    }\n\n    @keyframes scroll {\n      0% { transform: translateX(0); }\n      100% { transform: translateX(-50%); }\n    }\n\n    @media (max-width: 768px) {\n      .partenaires-section h2 {\n        font-size: 22px;\n      }\n\n      .slide {\n        width: 180px;\n      }\n\n      .slide img {\n        max-width: 140px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- Section Titre -->\n  <section class=\"partenaires-section\">\n    <h2><span class=\"nos\">Nos<\/span> <span class=\"partenaires\">Partenaires<\/span><\/h2>\n  <\/section>\n\n  <!-- Section Slider -->\n  <div class=\"logo-slider\">\n    <div class=\"slide-track\">\n      <!-- Logos -->\n      <div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/images-removebg-preview-1.png\" alt=\"Logo 1\"><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/Clermont_SB_RVB.png\" alt=\"Logo 2\"><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/images-removebg-preview.png\" alt=\"Logo 3\"><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/Association-de-recherche-et-Etudes-Sur-la-Memoire-de-Sousse.png\" alt=\"Logo 4\"><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/scontent.ftun5-1.fna.fbcdn.net\/v\/t39.30808-6\/441313603_462294049523805_3787090049750739695_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=6ee11a&_nc_ohc=VdEC71NFzKEQ7kNvwEkL1Rk&_nc_oc=AdkqF6ZqZXOlqh4hbYHOHUuNgl9qpP_N3CJeOA65UdKvCPblUGBDE7PkqaRudhCjWtU&_nc_zt=23&_nc_ht=scontent.ftun5-1.fna&_nc_gid=nbwpudn-yr3q_rd7FrB7WA&oh=00_Afa-zAYJlMrdssTTz4l7JI8897_y-b7VrpGoggcfcgF_9w&oe=68D1988B\" alt=\"Logo ILA\"><\/div>\n\n      <!-- Logos dupliqu\u00e9s pour animation fluide -->\n      <div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/images-removebg-preview-1.png\" alt=\"Logo 1 duplicate\"><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/Clermont_SB_RVB.png\" alt=\"Logo 2 duplicate\"><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/images-removebg-preview.png\" alt=\"Logo 3 duplicate\"><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/ubs.ens.tn\/wp-content\/uploads\/2025\/08\/Association-de-recherche-et-Etudes-Sur-la-Memoire-de-Sousse.png\" alt=\"Logo 4 duplicate\"><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/scontent.ftun5-1.fna.fbcdn.net\/v\/t39.30808-6\/441313603_462294049523805_3787090049750739695_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=6ee11a&_nc_ohc=VdEC71NFzKEQ7kNvwEkL1Rk&_nc_oc=AdkqF6ZqZXOlqh4hbYHOHUuNgl9qpP_N3CJeOA65UdKvCPblUGBDE7PkqaRudhCjWtU&_nc_zt=23&_nc_ht=scontent.ftun5-1.fna&_nc_gid=nbwpudn-yr3q_rd7FrB7WA&oh=00_Afa-zAYJlMrdssTTz4l7JI8897_y-b7VrpGoggcfcgF_9w&oe=68D1988B\" alt=\"Logo UBS duplicate\"><\/div>\n    <\/div>\n  <\/div>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>UBS en Chiffres UBS en Chiffres D\u00e9couvrez en un coup d\u2019\u0153il les indicateurs qui font la force de l\u2019Uirtus Business School \ud83c\udfaf Taux de r\u00e9ussite 0 \ud83d\udc68\u200d\ud83c\udfeb Enseignants 0 \ud83d\udcda Fili\u00e8res 0 5 Nos Fili\u00e8res Finance Marketing Comptabilit\u00e9 Management Commerce&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"frontpage.php","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-844","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"qi_addons_for_elementor_image_size_square":false,"qi_addons_for_elementor_image_size_landscape":false,"qi_addons_for_elementor_image_size_portrait":false,"qi_addons_for_elementor_image_size_huge-square":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/ubs.ens.tn\/en\/author\/uirtus2025\/"},"uagb_comment_info":0,"uagb_excerpt":"UBS en Chiffres UBS en Chiffres D\u00e9couvrez en un coup d\u2019\u0153il les indicateurs qui font la force de l\u2019Uirtus Business School \ud83c\udfaf Taux de r\u00e9ussite 0 \ud83d\udc68\u200d\ud83c\udfeb Enseignants 0 \ud83d\udcda Fili\u00e8res 0 5 Nos Fili\u00e8res Finance Marketing Comptabilit\u00e9 Management Commerce&hellip;","_links":{"self":[{"href":"https:\/\/ubs.ens.tn\/en\/wp-json\/wp\/v2\/pages\/844","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubs.ens.tn\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ubs.ens.tn\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ubs.ens.tn\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubs.ens.tn\/en\/wp-json\/wp\/v2\/comments?post=844"}],"version-history":[{"count":23,"href":"https:\/\/ubs.ens.tn\/en\/wp-json\/wp\/v2\/pages\/844\/revisions"}],"predecessor-version":[{"id":1840,"href":"https:\/\/ubs.ens.tn\/en\/wp-json\/wp\/v2\/pages\/844\/revisions\/1840"}],"wp:attachment":[{"href":"https:\/\/ubs.ens.tn\/en\/wp-json\/wp\/v2\/media?parent=844"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}