@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
:root {
  --main-color: #3558a2;
  --second-color: #ffe552;
  --third-color: #21ab88;
  --fourth-color: #203a84;
}

::-webkit-scrollbar {
  width: 1rem
}

::-webkit-scrollbar,
::-webkit-scrollbar-track {
  background-color: #fff
}

::-webkit-scrollbar-button {
  display: none
}

::-webkit-scrollbar-thumb {
  background-color: #a0a0a5;
  border-radius: 1rem;
  border: 5px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #8d8d8d;
  border: 4px solid #fff;
}

.wpml-ls-statics-footer {
  display: none;
}

.no-underline {
  text-decoration: none !important;
}

/*
h1{
    font-size:36px;
} 
h2{
    font-size:22px;
} 
h3{
    font-size:17px;
} 
h4{
    font-size:15px;
} 
h5{
    font-size:13px;
} 
h6{
    font-size:11px;
} 
*/
html {
  margin-top: 0 !important;
  overflow-x: hidden;
}

#wpadminbar {
  display: none;
}

@font-face {
  font-family: Arcon;
  src: url(../fonts/Arcon-Regular.otf);
}

@font-face {
  font-family: DMSans-ExtraBold;
  src: url(../fonts/DMSans-ExtraBold.ttf);
}

@font-face {
  font-family: DMSans-Bold;
  src: url(../fonts/DMSans-Bold.ttf);
}

@font-face {
  font-family: DMSans-SemiBold;
  src: url(../fonts/DMSans-SemiBold.ttf);
}

@font-face {
  font-family: DMSans-Regular;
  src: url(../fonts/DMSans-Regular.ttf);
}

@font-face {
  font-family: DMSans-Light;
  src: url(../fonts/DMSans-Light.ttf);
}

@font-face {
  font-family: Marianne-Bold;
  src: url(../fonts/Marianne-Bold.woff2);
}

@font-face {
  font-family: "Cairo", sans-serif;
  src: url(../fonts/Marianne-ExtraBold.woff);
}

@font-face {
  font-family: Marianne-Medium;
  src: url(../fonts/Marianne-Medium.woff);
}

@font-face {
  font-family: "Cairo", sans-serif;
  src: url(../fonts/Marianne-Regular.woff);
}

@font-face {
  font-family: Marianne-Thin;
  src: url(../fonts/Marianne-Thin.woff);
}
body {
  background-color: #fff !important;
  font-family: "Cairo", sans-serif !important;
}
.container-ift {
  position: relative;
  width: 89%;
  margin: 0 auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.bg-main {
  background-color: var(--main-color);
}

.color-main {
  color: var(--main-color);
}

.header {
  position: relative;
  width: 100%;
}

.header-top {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-top .form-select {
  background: none;
  border: none;
  background: transparent;
  color: #ffffff;
  vertical-align: middle;
  padding: 0;
  width: auto;
}
.topbar-logo {
  width: 35px;
  height: auto;
}

.flexheader {
  display: flex;
  align-items: center;
  padding: 0;
}

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

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

.header-bottom {
  display: flex;
  align-items: center;
}

.flexheader .sticky-top {
  padding: 0;
}

.news-bar {
  overflow: hidden;
  white-space: nowrap;
}

.news-bar marquee {
  width: 100%;
}

.news-bar marquee span {
  font-family: "Cairo", sans-serif;
  color: #ffffff;
  vertical-align: middle;
}

.topleft-icon {
  width: 45px;
  height: auto;
  object-fit: contain;
  padding: 0 12px;
}

.topleft-icon-border {
  border-left: 1px solid #ffffff;
}

.language-selector {
  border: none;
  background: transparent;
  color: #ffffff;
  vertical-align: middle;
  padding: 0;
  width: auto;
}

.language-selector option {
  background: var(--main-color);
  color: #fff;
}

.language-selector:focus {
  outline: none;
  box-shadow: none;
}

.logo img {
  width: 200px;
  position: absolute;
  background: #c9c6c6;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
  top: 90px;
  z-index: 9;
}

.menu-item a {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  padding-left: 25px;
}

.flexheader .menu-item a {
  padding: 25px 0 25px 25px;
}

/***** Sous menu *******/

ul li.menu-item-has-children>ul.sub-menu {
  display: none !important;
  position: absolute;
  list-style: none;
  padding: 10px;
  border: none;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0s;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
  visibility: visible;
  top: 100%;
  min-width: 349px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

ul li.menu-item-has-children>ul.sub-menu li {
  padding: 0;
  position: relative;
  overflow: hidden;
}

ul li.menu-item-has-children:hover>ul.sub-menu {
  display: block !important;
}

ul li.menu-item-has-children>ul.sub-menu li a {
  font-size: 13px;
  padding: 5px 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #3558a2;
  font-family: "Cairo", sans-serif;
}

ul li.menu-item-has-children>ul.sub-menu li a:hover {
  color: #fff;
}

/* ul li.menu-item-has-children > ul.sub-menu li a:after{content:"";width:100%;height:100%;background:#ffcc00;position:absolute;top:0;right:0px;transition:1s ease transform;transform:translateX(-101%);}
ul li.menu-item-has-children > ul.sub-menu li a:hover:after{content:"";width:100%;height:100%;background:#ffcc00;position:absolute;top:0;right:0px;transition:1s ease transform;transform:translateX(101%)} */

ul li.menu-item-has-children>ul.sub-menu li a::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #ffcc00;
  ;
  transition: width .3s;
  position: absolute;
  top: 0;
  z-index: 0;
}

ul li.menu-item-has-children>ul.sub-menu li a:hover:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #ffcc00;
  transition: width .3s;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  color: #fff;
}

.navbar-nav .current-menu-item a {
  color: var(--third-color);
}

.navbar-nav .sub-menu .current-menu-item>a {
  color: white;
  background: #ffcc00;

}

.menu-item a:hover {
  color: var(--third-color);
}

.navbar-nav .current-menu-ancestor>a {
  color: var(--third-color);
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black overlay */
  display: none;
  /* Initially hidden */
  z-index: 999;
  /* Ensure overlay is between sidebar and content */
}

.overlay.show {
  display: block;
  /* Show overlay when sidebar is open */
}

.sidebar {
  position: fixed;
  top: 0;
  left: -335px;
  width: 335px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 50px 15px;
  z-index: 999999;
  overflow-y: scroll;
  overflow-x: hidden;
}

.close-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #363636;
  font-size: 30px;
  font-family: "Cairo", sans-serif;
}

.openMenu {
  border: none;
  background: transparent;
  display: block;
}

.openMenu svg {
  width: 35px;
}

.openWidget {
  border: none;
  background: transparent;
  display: none;
}

.openWidget svg {
  width: 25px;
  margin-right: 10px;
}

.widgetIFT {
  display: none;
  position: absolute;
  left: 110px;
  background-color: #fff;
  z-index: 1000;
  padding: 10px;
  background: #ffffff;
  /* border: 3px solid var(--main-color); */
  box-sizing: border-box;
  width: 344px;
  top: 100%;
  right: auto;
}

.searchIFT {
  display: none;
    position: absolute;
    left: 310px;
    background-color: #fff;
    z-index: 9999;
    padding: 10px;
    background: #ffffff;
    box-sizing: border-box;
    width: 55%;
    right: auto;
}


.searchIFT input {
  width: 95%;
    height: 44px;
    border: 0;
    position: relative;
    padding-right: 20px;
}

.searchIFT input::placeholder {
  font-size: 20px;
  font-weight: 700;
  color: #8f8f8f;
}

.searchIFT input:focus-visible {
  border: 0;
  outline: none;
  border-bottom: 1px solid var(--third-color);
}

.searchIFT input:focus {
  border: 0;
  border-bottom: 1px solid var(--third-color);
  outline: none;
}

.searchIFT button {
  width: 5%;
  border: 0;
  background: transparent;
  font-size: 23px;
  color: var(--third-color);
}

.searchIFT form {
  display: flex;
  align-items: center;
  /* flex-direction: row-reverse; */
  border: 2px solid #2b57a7;
}

.widgetIFT.show {
  display: block;
}

.widgetIFT ul {
  list-style: none;
  padding: 10px;
}

.widgetIFT ul li {
  padding: 10px;
}

.widgetIFT ul li:hover {
  background-color: #f0f0f0;
}

.widgetIFT a {
  color: #5e5e5e;
  text-align: center;
  text-decoration: none;
}
.widgetIFT a img {
  max-width: 20%;
}
.sidebar.show {
  left: 0;
}

.otgs-development-site-front-end {
  display: none;
}

.logo-mobile img {
  width: 200px;
}

.menu-mobile a {
  padding: 15px;
  border-top: 1px solid #bebebe;
  width: 100%;
}

.localisation {
  border: 3px solid var(--main-color);
  font-family: "Cairo", sans-serif;
  padding: 5px 12px;
}

.image-container-ift-home {
  position: relative;
}

.text-container {
  margin: 150px 95px;
  color: #ffffff;
}

.multiple-slider {
  /*height: 75vh;*/
}

.carousel-indicators [data-bs-target] {
  width: 15px !important;
  height: 15px !important;
  background-color: transparent !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  border: 1px solid #ffffff !important;
}

.carousel-indicators .active {
  background-color: #ffffff !important;
}

.themeSlider {
  font-family: "Cairo", sans-serif;;
}

.themeSlider li::marker {
  color: var(--second-color);
  font-size: 25px;
}

.titleSlider {
  /* font-family: "Cairo", sans-serif; */
  font-family: "DMSans-Bold";
  font-size: 36px;
}

.titleSlider a {
  color: #fff;
  text-decoration: none;
}

.titleSlider a:hover {
  color: #f9e050;
}

.subtitleSlider {
  font-family: "DMSans-Light";
  font-size: 27px;
}

.dateSlider {
  font-family: "Cairo", sans-serif;;
  font-size: 15px;
}

.localisationSlider {
  font-family: "Cairo", sans-serif;;
  font-size: 15px;
}

.localisationSlider {
  background-image: url("../../images/picker.png");
  background-repeat: no-repeat;
  padding-right: 28px;
  display: block;
  background-size: 19px;
  background-position: right bottom;
  margin-bottom: 50px;
}

.linkSlider {
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main-color);
  padding: 8px 20px 10px 20px;
}

.playButton {
  position: absolute;
  top: 35%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
}

.green-bg {
  background-color: var(--third-color);
}

.imagePartenaires {
  width: 165px;
}

.titlePartenaires {
  font-size: 15px;
  font-family: "Cairo", sans-serif;
  margin-bottom: 15px;
  padding-right: 7%;
}

.titleChiffres {
  color: var(--fourth-color);
  font-family: "Cairo", sans-serif;
  font-size: 28px;
}

.descriptionChiffres {
  font-family: "Cairo", sans-serif;;
  font-size: 14px;
}

.image-agenda {
  width: 110%;
  height: 260px;
  object-fit: cover;
}

.agenda-parent-container {
  padding-left: 35px;
}

.agenda-container {
  border: 3px solid var(--main-color);
  padding: 15px;
}

.location-title {
  position: absolute;
  top: 20px;
  right: -15px;
  background: rgb(0 0 0 / 50%);
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px;
  font-family: "Cairo", sans-serif;
  left: auto;
}

.box-agenda-listing .location-title {
  right: 0;
}

.box-agenda-listing .location-title i {
  margin-left: 5px;
  margin-top: 2px;
}

.image-container-agenda {
  position: relative;
}

.category-title {
  color: #ffffff;
  position: absolute;
  bottom: 8px;
  left: 0;
  font-size: 11px;
  font-family: "Cairo", sans-serif;
  text-decoration: underline;
}

.date-agenda {
  color: #8f8f8f;
  font-family: "Cairo", sans-serif;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.title-agenda {
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  line-height: initial;
  height: 50px;
  overflow: hidden;
}

.title-agenda a,
.title-candidatures a {
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  color: #000;
  text-decoration: none;
}

.title-agenda a:hover,
.title-candidatures a:hover {
  color: var(--main-color);
}

.title-container-agenda {
  height: 150px;
}

.flex-icon {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
}

.flex-icon i {
  font-size: 18px;
  margin-left: 10px;
}

.box-agenda-listing .card {
  border-radius: 0;
  border: 0;
}

.box-agenda-listing .card .card-img-top {
  border-radius: 0;
}

.box-agenda-listing .card-body {
  padding: 20px 0;
}

.filter_btn {
  background: transparent;
  border: none;
  font-family: "Cairo", sans-serif;;
  font-size: 15px;
}

.div-agenda {
  margin-bottom: 40px;
  margin-top: 50px;
}

.filter_btn.active {
  font-family: "Cairo", sans-serif;
  border-bottom: 5px solid var(--main-color);
}

.tags {
  margin-bottom: 25px;
  border-bottom: 1px solid #000000;
}

.primary-title-agenda {
  font-size: 36px;
  font-family: "Cairo", sans-serif;
}

.download-link-agenda {
  font-size: 16px;
  font-family: "Cairo", sans-serif;
  color: #121212;
  text-decoration: none;
  background-image: url("../../images/download.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 25px;
}

.line_newsletter {
  background: #000000;
  height: 1px;
  margin-bottom: 100px;
}

.title_newsletter {
  font-size: 19px;
  font-family: "Arcon";
  font-weight: 900;
  position: relative;
  top: 45px;
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  margin-top: 25px;
}

.input-newsletter {
  border: 1px solid #757575;
  font-family: Marianne;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: right;
  color: #757575;
  height: 45px;
  margin: 0;
  width: 75%;
  padding: 10px;
}

.button-newsletter {
  background: #3558A2;
  font-family: Marianne;
  font-size: 15px;
  font-weight: 800;
  color: #FFFFFF;
  height: 46px;
  margin: 0;
  border: 1px solid #3558A2;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 23%;
}

.image_newsletter {
  width: 75px;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  background-image: url("../../images/right-arrow.png");
  z-index: 1;
  width: 63px;
  background-size: cover;
  background-repeat: no-repeat;
  right: 1%;
  left: auto;
}

.slick-nav.next-arrow {
  right: auto;
  left: 1%;
  background-image: url("../../images/left-arrow.png");
  width: 63px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

#ift-candidatures-container div div:has(a.linkSlider) {
  padding: 0 0 30px 0;
}

.multiple-candidatures {
  margin-bottom: 35px;
}

.wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner .wpb_wrapper .row:first-child {
  justify-content: center;
}

.primary-title-candidatures {
  font-size: 36px;
  font-family: "Cairo", sans-serif;
}

.image-candidatures {
  width: 100%;
}

.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
  position: relative;
}

.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill:after {
  content: "";
  background: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 15%;
}

.candidatures-parent-container {
  padding-left: 35px;
}

.candidatures-container {
  background-color: #f8f8f8;
  padding: 15px;
}

.image-container-candidatures {
  position: relative;
}

.date-candidatures {
  color: #8f8f8f;
  font-family: "Cairo", sans-serif;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.title-candidatures {
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  line-height: initial;
}

.title-container-candidatures {
  height: 150px;
}

.filter_btn_candidatures {
  background: transparent;
  border: none;
  font-family: "Cairo", sans-serif;;
  font-size: 15px;
  padding: 5px 15px;
}

.filter_btn_candidatures.active {
  font-family: "Cairo", sans-serif;
  border-bottom: 5px solid var(--main-color);
}

.button-group-candidatures {
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
}

.title-actualites {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  color: #3b3b3b;
}

.date-actualites {
  font-family: "Cairo", sans-serif;
  font-size: 17px;
  color: #e21637;
  text-decoration: underline;
}

.actualites-parent-container {
  background: #eaeaea;
  padding: 25px;
  margin-bottom: 25px;
  border-right: 7px solid var(--third-color);
}

.primary-title-actualites {
  font-size: 36px;
  font-family: "Cairo", sans-serif;
  margin-bottom: 35px;
}

.actualites-container {
  position: relative;
  display: inline-block;
  padding: 50px;
}

.border-actualites {
  position: absolute;
  top: 0;
  right: 20%;
  width: 60%;
  height: 100%;
  border: 5px solid var(--second-color);
  z-index: 1;
}

.img-actualites {
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}

.title-left-actualites {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  color: #3b3b3b;
  position: relative;
  right: 20%;
  width: 60%;
  margin-top: 15px;
  z-index: 3;
}

.mediatheque-container {
  margin-top: 100px;
  margin-bottom: 125px;
}

.padding-mediatheque {
  padding: 30px;
}

.container-fluid-media {
  background: url("../../images/bg-media.jpg") center center/cover no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: 450px;
}

.text-container-media {
  background-color: rgba(33, 171, 136, 0.7);
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  padding: 20px;
  backdrop-filter: blur(2px);
  z-index: 2;
}

.bg-media-1 {
  width: 30%;
  height: 550px;
  position: absolute;
  top: 100px;
  right: 10%;
  left: auto;
  z-index: 1;
  border-left: 5px solid #0d50a1;
  border-top: 5px solid #0d50a1;
  border-bottom: 5px solid #0d50a1;
}

.bg-media-2 {
  width: 150px;
  height: 550px;
  position: absolute;
  top: 100px;
  right: 10%;
  z-index: 3;
  border-right: 5px solid #0d50a1;
  display: none;
  /* background: url("../../images/bg-media-bottom-left.png");
  background-repeat: no-repeat;
  background-position: bottom 65px right -30%; */
}

.text-mediatheque {
  position: absolute;
  right: 25%;
}

.text-mediatheque .text-center img {
  transition: 1s;
}

.text-mediatheque .text-center:hover img {
  width: 80px;
  height: auto;
  transition: 1s;
}

#ift-candidatures-container {
  position: relative;
}

/* #ift-candidatures-container:before {
  content: "";
  width: 130px;
  height: 50%;
  position: absolute;
  bottom: 70%;
  left: 100%;
  z-index: 3;
  background: url(../../images/element2.png);
  background-repeat: no-repeat;
  background-position: top 0px right -30%;
  background-size: contain;
}

#ift-candidatures-container:after {
  content: "";
  width: 130px;
  height: 50%;
  position: absolute;
  top: 50%;
  right: 100% !important;
  z-index: 1;
  background: url(../../images/element1.png);
  background-repeat: no-repeat;
  background-position: bottom 0px right -30%;
  background-size: contain;
} */

.mediatheque-container .bg-media-2:after {
  content: "";
  width: 100%;
  height: 58%;
  position: absolute;
  top: 30%;
  right: unset;
  left: 50%;
  z-index: 3;
  background: url(../../images/bg-media-bottom-left.png);
  background-repeat: no-repeat;
  background-position: bottom 0px right -30%;
  background-size: contain;
}



.title-mediatheque {
  font-size: 36px;
  font-family: "Cairo", sans-serif;
  margin-top: 35px;
}

.subtitle-mediatheque {
  font-size: 18px;
  font-family: "Cairo", sans-serif;;
}

.description-mediatheque {
  font-size: 15px;
  font-family: "Cairo", sans-serif;;
  margin-top: 20px;
  width: 90%;
}

.location-title-mediatheque {
  font-size: 20px;
  font-family: "Cairo", sans-serif;
  margin-top: 15px;
}

.img-media {
  width: 50px;
}

.programmes-container {
  padding: 50px;
}

.border-programmes {
  border: 5px solid var(--main-color);
  padding: 50px;
  position: relative;
}

.img-programmes {
  width: 125%;
}

.residences-title {
  position: absolute;
  top: 65px;
  right: 50px;
  background: rgb(0 0 0 / 50%);
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px;
  font-family: "Cairo", sans-serif;
  left: auto;
}

.primary-title-programmes {
  font-size: 36px;
  font-family: "Cairo", sans-serif;
}

.title-right-programmes {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  color: #3b3b3b;
  position: relative;
  margin-top: 15px;
}
.title-right-programmes a {
  color: #3b3b3b;
  text-decoration: none;
}
.title-right-programmes a:hover {
  color: var(--main-color);
}
.image-container-cooperation {
  position: relative;
  float: right;
  padding: 35px;
}

.image-cooperation {
  width: 100%;
  height: 425px;
  object-fit: cover;
}

.primary-title-cooperation {
  font-size: 36px;
  font-family: "Cairo", sans-serif;
}

.title-cooperation {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  color: #2f2f2f;
  width: 60%;
  margin: 0;
  padding: 10px 0;
  right: 50%;
  transform: translate(-50%);
  font-size: 20px;
  text-align: center;
  font-family: "Cairo", sans-serif;
  display: none;
}

.multiple-cooperation .slick-center .image-cooperation {
  outline: 3px solid var(--second-color);
  outline-offset: -25px;
  margin-top: 50px;
  transition: margin-top 1s ease;
}

.multiple-cooperation .slick-center .title-cooperation {
  display: block;
}

.img-certifications {
  width: 100%;
}

.border-certifications {
  position: relative;
}

.cours-title {
  font-size: 24px;
  font-family: "Cairo", sans-serif;
  width: 50%;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  background: var(--third-color);
}
.cours-title a, .certifications-title a {
  color: #000;
  text-decoration: none;
}
.cours-title a:hover, .certifications-title a:hover {
  color: #fff;
}
.certifications-title {
  font-size: 24px;
  font-family: "Cairo", sans-serif;
  width: 50%;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  background: #ff9575;
}

.primary-title-certifications {
  margin-bottom: 35px;
  font-size: 36px;
  font-family: "Cairo", sans-serif;
  margin-top: 35px;
}

.description-certifications {
  font-size: 15px;
  font-family: "Cairo", sans-serif;;
  line-height: 1.5rem;
  padding-top: 20px;
}

.filter_btn_partenaires {
  background: transparent;
  border: none;
  font-family: "Cairo", sans-serif;;
  font-size: 15px;
}

#carouselExampleIndicators img:first-child {
  width: 100%;
  object-fit: cover;
  height: 580px;
}

#carouselExampleIndicators img.playButton {
  width: 155px;
  height: auto;
}

.filter_btn_partenaires.active {
  font-family: "Cairo", sans-serif;
  border-bottom: 5px solid var(--main-color);
}

.primary-title-partenaires_slider {
  font-size: 24px;
  font-family: "Cairo", sans-serif;
}

.image-partenaires_slider {
  max-width: 100%;
  height: 60px;
  margin: auto;
  object-fit: contain;
}

.partenaires_slider-parent-container {
  height: 100px !important;
}

footer {
  background-color: var(--main-color);
  background-image: url("../../images/bg-footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-top: 50px;
}

.footer-logo {
  width: 170px;
}

.inner-footer {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 20px;
}

.footer-bottom-links {
  font-size: 15px;
  font-family: "Cairo", sans-serif;
  color: #ffffff;
  text-decoration: none;
}

.footer-copyleft {
  font-size: 15px;
  font-family: "Marianne-Thin";
  color: #ffffff;
}

.footer-copyleft a {
  font-size: 15px;
  font-family: "Marianne-Thin";
  color: #ffffff;
  text-decoration: none;
}

.social-footer {
  margin-top: 15px;
}

.social-footer-img {
  width: 25px;
  margin-left: 1px;
  filter: bleftness(0) invert(1);
}

.social-footer-link {
  font-size: 20px;
  color: #fff;
}

.social-footer-link {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 2px 5px;
  border: 1px dashed #ffffff78;
  border-radius: 5px;
}

header .social-footer-link {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding: 2px 5px;
  border: 0;
  border-radius: 0px;
}

.social-network {
  position: fixed;
  background: var(--main-color);
  z-index: 99999;
  padding: 15px;
  top: 35%;
  text-align: center;
}

header .social-network {
  /*background: transparent;*/
  transform: translateY(-20%);
  transition: background-color 0.3s ease;
  border-radius: 0px 3px 3px 0px;
  background-color: var(--main-color);
}

header .social-network.scrolled {
  background-color: var(--main-color);
  /* Background color when scrolled */
}

.social-footer-link:hover {
  color: var(--second-color);
}

.inner-footer ul li {
  list-style: none;
}

.inner-footer ul li a {
  font-size: 15px;
  font-family: "Cairo", sans-serif;
  color: #ffffff;
  background-image: url(../../images/menu-icon.png);
  background-repeat: no-repeat;
  padding-right: 15px;
  background-size: 8px;
  background-position: right center;
  margin-bottom: 15px;
  padding-left: 0;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
  border: none;
  background: var(--second-color);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 9999;
  right: auto;
}



#backToTop img {
  width: 15px;
}

.openSearch {
  width: 18px;
  height: auto;
  margin-left: 15px;
}

.social-network-text {
  font-size: 15px;
  font-family: "Cairo", sans-serif;;
  color: #ffffff;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.social-network {
  position: fixed;
  background: var(--main-color);
  z-index: 99999;
  padding: 10px 2px;
  top: 35%;
}

.filters-button-group {
  display: flex;
}

#ift-programmes-container .row {
  padding: 0 50px;
}

.chiffre-cle:before {
  content: '';
  background: #a7a7a7;
  width: 1px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 25px;
}



html {
  margin-top: 0 !important;
  overflow-x: hidden;
}

.search-bar {
  display: none;
  position: absolute;
  top: 50px;
  right: 50%;
  transform: translateX(-50%);
  background-color: #f0f0f0;
  padding: 10px;
  border: 1px solid #ccc;
}

.error-message-search {
  display: none;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: .75rem 1.25rem;
  margin: 0 auto;
  width: 82%;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.category-title-span {
  margin-right: 5px;
}

.card-category {
  background: #3558a2;
  padding: 4px 8px;
  width: fit-content;
  color: white;
}


.filter>div>select {
  border: 2px solid #3558a2 !important;
  border-radius: unset !important;
}

.filter {
  button.btn.btn-primary.btn-block {
    background: #3558a2;
    box-sizing: border-box;
    border: 2px solid #3558a2;
  }

  input.form-control {
    border: 2px solid #3558a2;
    border-radius: unset;
  }

}


.banner img {
  /*height: 350px;*/
  width: 100%;
  margin-bottom: 20px;
}

.banner {
  position: relative;
  overflow: hidden;
  /*   margin-bottom: 20px;*/
}

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

.bgbanner img {
  margin: 0;
  height: 350px;
  object-fit: cover;
}

.absolute-banner {
  position: absolute;
  right: 115px;
  top: 0;
  z-index: 2;
  height: 320px;
  width: 100%;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container-banner {
  position: absolute;
  /* overflow: hidden; */
}

.ariane {
  color: #fff;
  font-size: 17px;
  font-family: "Cairo", sans-serif;
}
.ariane a {
  color: #fff;
  font-size: 17px;
  font-family: "Cairo", sans-serif;
  text-decoration: none;
}
.ariane h1 {
  font-family: "Cairo", sans-serif;
}

.ariane h5 {
  font-size: 14px;
}

.titre-banner {
  font-family: 'Marianne-ExtraBold';
  font-size: 27px;
  color: #fff;
  margin: 10px 0 0;
}


/** page cooperation **/


.section-secteurs {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.flexbox-secteur {
  display: flex;
  flex-wrap: wrap;
}

.boxsecteur {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 30px;
}

.image-secteur {
  position: relative;
  overflow: hidden;
  height: 315px;
}

.imgsecteur {
  width: 100%;
  height: 315px;
  object-fit: cover;
  display: block;
}

.contenu-secteur {
  background: #efefef;
  padding: 30px 20px;
}

section.py-5.contenu-secteur {
  background: #ebeef6;
}

.boxsecteur:nth-child(1) .contenu-secteur {
  border-bottom: 5px solid #ff9575;
}

.boxsecteur:nth-child(2) .contenu-secteur {
  border-bottom: 5px solid #21ab88;
}

.boxsecteur:nth-child(3) .contenu-secteur {
  border-bottom: 5px solid #99c221;
}

.boxsecteur:nth-child(4) .contenu-secteur {
  border-bottom: 5px solid #ffe552;
}

.boxsecteur:nth-child(5) .contenu-secteur {
  border-bottom: 5px solid #ffb7ae;
}

.boxsecteur:nth-child(6) .contenu-secteur {
  border-bottom: 5px solid #7ab1e8;
}

.boxsecteur:nth-child(2) {
  margin-top: 70px;
}

.boxsecteur:nth-child(4) {
  margin-top: 70px;
}

.boxsecteur:nth-child(6) {
  margin-top: 70px;
}

.btn-read-more {
  color: #5E5E5E;
  font-family: "Cairo", sans-serif;;
  font-size: 15px;
  margin: 10px 0 0;
  display: inline-block;
  text-transform: uppercase;
}

.btn-read-more:hover {
  color: #3558a2;
}

.card-img-top {
  height: 250px;
}

.search-container-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-container-form select {
  padding: 8px;
  border: 2px solid var(--main-color);
  border-radius: 0;
  font-size: 14px;
  min-width: 150px;
}

.search-container-form input[type="date"] {
  padding: 8px;
  border: 2px solid var(--main-color);
  border-radius: 0;
  font-size: 14px;
  min-width: 150px;
}

.search-bar-list {
  display: flex;
  flex-wrap: nowrap;
}

.search-bar-list input[type="text"] {
  padding: 8px;
  border: 2px solid var(--main-color);
  /* border-left: none; */
  font-size: 14px;
  width: 250px;
  border-radius: 0;
}

.search-bar-list button {
  padding: 8px 16px;
  background-color: #2b519d;
  color: white;
  border: 2px solid var(--main-color);
  border-radius: 0;
  border-right: none;
  font-size: 14px;
  cursor: pointer;
}

.search-bar-list button:hover {
  background-color: #1e3c78;
}

.form-row-custom {
  display: flex;
  align-items: center;
}

.form-row-custom .search-bar-custom {
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
}

.meta-data-post {
  color: #000;
  font-family: "Cairo", sans-serif;;
  font-size: 13px;
}

.content-post {
  color: #000;
  font-family: "Cairo", sans-serif;;
  font-size: 13px;
}

.title-post {
  color: #000000;
  font-size: 30px;
  font-family: "Cairo", sans-serif;
}

.content-post figure {
  position: relative;
  display: inline-block;
  margin: 50px 0;
}

.wp-block-gallery-1::before {
  content: '';
  position: absolute;
  right: 35px;
  width: 30%;
  background-color: #FFE552;
  top: -35px;
  bottom: -35px;
}

.content-post figure img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}

.social-post-link {
  font-size: 18px;
  color: var(--main-color);
  font-weight: 400;
  padding: 2px 5px;
}

.social-post-link i {
  transition: 0.5s ease all;
  transform: scale(1);
}

.social-post-link:hover i {
  transition: 0.5s ease all;
  transform: scale(1.2);
}

.social-network-post {
  background-color: var(--second-color);
  padding: 10px 15px;
  display: inline-block;
  margin: 20px 0 0;
  width: auto;
}

.social-network-post span {
  color: #000000;
  font-size: 16px;
  font-family: "Cairo", sans-serif;
  vertical-align: text-bottom;
}

#bannerhome .vc_column-inner {
  padding: 0;
}

#bannerhome .vc_column-inner .carousel-item {
  height: 580px;
}

/***** Galerie Photo Agenda ****/
.galerie-photo .galerie {
  padding: 0 15px;
}

.galerie-photo .galerie img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.galerie-photo .galerie a:hover:before {
  content: "";
  height: 250px;
  transition: 0.5s ease all;
}

.galerie-photo .galerie a {
  position: relative;
}

.galerie-photo .galerie a:before {
  content: "";
  background-image: linear-gradient(to top, rgb(53 88 162 / 90%), rgb(53 88 162 / 80%), rgb(53 88 162 / 40%), rgb(53 88 162 / 30%), rgb(53 88 162 / 0%));
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: 0.5s ease all;
}

/******* Banner Agenda *******/
.bgbanner.banner-agenda {
  height: 330px;
}

.bgbanner.banner-agenda:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background-image: linear-gradient(to left, #3558a2, #3558a2, rgb(53 88 162 / 30%), rgb(53 88 162 / 40%), rgb(53 88 162 / 50%));
}

.bg-gray {
  background-color: #efefef !important;
}



/************* Appel à  Candidature ***********/
.bloc-actualites {
  position: relative;
  overflow: hidden;
  padding: 20px 0 50px;
}

.flexfiltre {
  display: flex;
  align-items: center;
}

.card-candidature img {
  object-fit: cover;
  height: 250px;
  border-radius: 0;
}

.image-card {
  position: relative;
  overflow: hidden;
}

/* .boxdate {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgb(255 255 255 / 70%);
  padding: 6px 10px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  font-family: "Cairo", sans-serif;
} */
.boxdate {
  font-weight: 500;
  position: absolute;
  top: 20px;
  right: 0;
  left: auto;
  background: rgb(0 0 0 / 50%);
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px;
  font-family: "Cairo", sans-serif;
}
.card-candidature .card-body {
  padding: 10px 15px;
  text-align: right;
}

.card-candidature {
  position: relative;
  margin: 20px 0 0;
  border: 0;
  border-radius: 0;
  padding: 0 0 15px;
}

.card-candidature .card-text {
  font-size: 16px;
  color: #646464;
  font-family: "Cairo", sans-serif;;
  margin: 10px 0 0;
  text-align: justify;
}

.flex-card-category {
  display: flex;
  align-items: center;
}

.flex-card-category .card-category {
  margin-left: 5px;
}

.card-candidature-border:nth-child(3n+1) .card-candidature {
  border-bottom: 9px solid #21ab89;
}

.card-candidature-border:nth-child(3n+2) .card-candidature {
  border-bottom: 9px solid #ffe552;
}

.card-candidature-border:nth-child(3n) .card-candidature {
  border-bottom: 9px solid #ff9575;
}

.load-more-button {
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main-color);
  padding: 8px 20px 10px 20px;
  border: 0;
  margin: 30px auto;
  display: flex;
}

.liste-ift {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
}

.partenaires-slider-section {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}

/******** Details Candidatures *********/
.details-candidatures {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.details-candidatures .content-post {
  font-size: 15px;
  text-align: justify;
  line-height: 29px;
}

.details-candidatures .content-post img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.list-offre .card-candidature-border:nth-child(3n+1) .card-candidature {
  border: 0;
}

.list-offre .card-candidature-border:nth-child(3n+2) .card-candidature {
  border: 0;
}

.list-offre .card-candidature-border:nth-child(3n) .card-candidature {
  border: 0;
}

.list-offre .card-candidature {
  margin: 0 15px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.slick-dots button {
  font-size: 0;
  border: 0;
  background: #3558a2;
  width: 10px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  display: block;
}

.recent-posts {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
  background: #ebeef6;
}

.recent-posts h3 {
  font-size: 24px;
  font-family: "Cairo", sans-serif;
  color: #000;
  margin: 0 0 20px;
}

/******** Details Agenda ********/
.banner .fancybox-video .play-button {
  width: 130px;
  margin: 0;
  transform: scale(1);
  transition: 0.5s ease all;
  object-fit: cover;
}

.banner .fancybox-video:hover .play-button {
  transform: scale(1.1);
  transition: 0.5s ease all;
}

.banner .fancybox.fancybox-video {
  display: block;
  position: absolute;
  left: 20%;
  top: 60px;
  z-index: 33;
}

.tag-categ-agenda {
  display: flex;
  align-items: center;
}

.tag-categ-agenda span {
  background: #21ab87;
  padding: 8px 15px;
  font-weight: 500;
  margin-left: 10px;
}

.outer_event_card h4 {
  font-family: Marianne-Bold;
  margin: 15px 0;
}

.event-details {
  margin: 20px 0 10px;
}

.event-details .btn {
  background: var(--main-color);
  border: 0;
  border-radius: 0;
  display: inline-block;
}

.event-details p {
  display: flex;
  align-items: center;
}

.event-details p i {
  margin-left: 5px;
}

.boxdetails-agenda {
  margin: 20px 0 0;
}

.boxdetails-agenda p {
  font-size: 15px;
  text-align: justify;
  line-height: 32px;
}

.boxdetails-agenda {
  margin: 20px 0 0;
}

.boxdetails-agenda p {
  font-size: 15px;
  text-align: justify;
  line-height: 32px;
}

.partners-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.partners-logos img {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
}

.partner-logo {
  width: 16.666%;
  padding-left: 15px;
}

.flex-doc .btn {
  border-radius: 0;
}

.flexbox-categ-price {
  display: flex;
  align-items: center;
}

.tarif-autre {
  margin-right: 10px;
  border-right: 1px solid gray;
  padding-right: 10px;
}

.date-autre {
  display: flex;
  align-items: center;
}

.date-autre i {
  margin-left: 5px;
}

.section-galerie-photo {
  position: relative;
  padding: 50px 0;
}

.section-galerie-photo h5 {
  font-size: 26px;
  font-family: "Cairo", sans-serif;
  color: #000;
  text-align: center;
  margin: 0 0 35px;
}
.section-galerie-photo h5.text-right {
  text-align: right;
}

/******* Newsleetter ********/
#newsLeterModal .modal-body {
  padding: 0;
}

.flexbox-newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.boxcontenu-newsletter {
  padding: 20px;
}

.boxcontenu-newsletter h3 {
  font-family: "Arcon";
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.boxcontenu-newsletter h6 {
  font-family: "Arcon";
  font-weight: 500;
  font-size: 30px;
}

#newsletter-form input {
  width: 100%;
  border-bottom: 1px solid gray !important;
  border: 0;
}

#newsletter-form button {
  background: #3558a2;
  border: 0;
  color: white;
  padding: 7px 20px;
  margin: 20px 0 0;
}

.image-newsletter img {
  width: 100% !important;
}

.btn-close {
  position: absolute;
  left: 0;
  background: var(--second-color);
  color: black;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: -10px;
  z-index: 22;
  opacity: 1;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsLeterModal .modal-header {
  margin: 0;
  padding: 0;
}

#newsLeterModal .modal-content {
  border-radius: 0;
}

.flex-doc a {
  align-items: center;
  display: flex;
}

.flex-doc a i {
  font-size: 22px;
  margin-right: 2px;
}


/************** Secteur Cooperation *****************/
.multi-textes {
  margin: 10px 0;
}

.multi-textes .cooperation-item {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}

.multi-textes .cooperation-item a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  margin-right: 5px;
}

.multi-textes .cooperation-item a:hover {
  color: #3558a2;
}

.secteur-cooperation:nth-child(2) {
  margin-top: 150px;
}

.secteur-cooperation:nth-child(4) {
  margin-top: 100px;
}

.secteur-cooperation:nth-child(6) {
  margin-top: 100px;
}

.secteur-cooperation:nth-child(1) .card-candidature {
  border-bottom: 6px solid #ff9575;
}

.secteur-cooperation:nth-child(2) .card-candidature {
  border-bottom: 6px solid #21ab87;
}

.secteur-cooperation:nth-child(3) .card-candidature {
  border-bottom: 6px solid #99c121;
}

.secteur-cooperation:nth-child(4) .card-candidature {
  border-bottom: 6px solid #ffe551;
}

.secteur-cooperation:nth-child(5) .card-candidature {
  border-bottom: 6px solid #ffb7ad;
}

.secteur-cooperation:nth-child(6) .card-candidature {
  border-bottom: 6px solid #79b1e7;
}

.secteur-cooperation .title-agenda {
  height: auto;
}

.secteur-cooperation:nth-child(1) .card-candidature .multi-textes .cooperation-item a {
  color: #ff9575;
}

.secteur-cooperation:nth-child(2) .card-candidature .multi-textes .cooperation-item a {
  color: #21ab87;
}

.secteur-cooperation:nth-child(3) .card-candidature .multi-textes .cooperation-item a {
  color: #99c121;
}

.secteur-cooperation:nth-child(4) .card-candidature .multi-textes .cooperation-item a {
  color: #ffe551;
}

.secteur-cooperation:nth-child(5) .card-candidature .multi-textes .cooperation-item a {
  color: #ffb7ad;
}

.secteur-cooperation:nth-child(6) .card-candidature .multi-textes .cooperation-item a {
  color: #79b1e7;
}

.secteur-cooperation .card-candidature {
  background: #efefef;
}

.secteur-cooperation {
  padding: 0 25px;
}

.secteur-cooperation .card-candidature .card-body {
  padding: 20px;
}

/********* Details cooperation *******/
.right-sidebar #menu {
  background-color: #21ab88;
  transition: all 0.3s ease;
  border-top: 2px solid #ffcc00;
  margin-top: 20px;
}
.right-sidebar {
    position: absolute;
    top: 0;
    width: 250px;
    height: auto;
}
.right-sidebar #menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.right-sidebar #menu ul a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  border-bottom: 1px solid white;
  padding: 15px 0;
  font-family: "Cairo", sans-serif;;
}

.right-sidebar #menu ul a.active {
  font-weight: 700;
  transition: all 0.3s ease;
  color: #fff;
}

.right-sidebar #menu ul li.active a {
  font-weight: 700;
  transition: all 0.3s ease;
  color: #fff;
}

.main-container {
  height: 100%;
  width: calc(100% - 250px);
  margin-right: 250px;
  padding-right: 60px;
  margin-left: auto;
  padding-left: 0;
}
.main-container.special-cours {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.details-cooperation {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}

.right-sidebar #menu ul li {
  padding: 0 20px;
}

.right-sidebar #menu ul li:last-child a {
  border: 0;
}

.flex-section {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.bggris-prsntation {
  background: #f3f3f3;
  padding: 50px 30px 50px 30px;
  margin-right: 20px;
  margin-left: auto;
}

.title-presentation {
  font-size: 22px;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
}

.link-presentation {
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main-color);
  padding: 8px 20px 10px 20px;
  margin-top: 20px;
  display: inline-block;
}

.contenu-inscription .link-presentation {
  color: #fff;
  margin: 0;
  display: inline;
}

.subtitle-presentation {
  font-size: 26px;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
  line-height: 36px;
  margin: 15px 0 0;
}

.boxcontenu-section p {
  font-size: 15px;
  margin: 20px 0 0;
  line-height: 32px;
  text-align: justify;
  font-family: "Cairo", sans-serif;;
}

.container-interne {
  padding-right: 110px;
}

.boxcontenu-section {
  position: relative;
  padding: 35px 0;
}

.boxcontenu-section:before {
  content: "";
  border: 3px solid var(--main-color);
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  width: 80%;
  z-index: -1;
}

.boximg-section {
  position: relative;
  overflow: hidden;
}

.img-presentation {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.section {
  padding: 70px 0 0;
}

.section:first-child {
  padding: 0;
}

.chiffres-cles {
  position: relative;
  overflow: hidden;
}

.boxflex-filtre {
  margin: 35px 0 0;
  display: flex;
}

.title-interne {
  font-size: 35px;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
  line-height: 40px;
}

.box-chiffre {
  text-align: center;
  padding: 0 25px;
}

.numbre-chiffre {
  display: inline-block;
  background: #21ab88;
  padding: 7px 35px;
  color: #000;
  font-size: 25px;
  font-family: "Cairo", sans-serif;
}

.details-chiffre {
  display: block;
  margin: 10px 0 0;
  font-size: 17px;
  font-family: "Cairo", sans-serif;;
}

/******* Details Actualites Cooperation *************/
.col-actualites {
  padding: 0 15px;
}

.card-actualite {
  position: relative;
  overflow: hidden;
  padding: 15px;
  border: 3px solid var(--main-color);
  background: #fff;
  transition: background 0.5s ease;
}

.image-card-actualite {
  position: relative;
  overflow: hidden;
}

.image-card-actualite .card-img-top {
  width: 100%;
  object-fit: cover;
  height: 200px;
}

.card-body-actualite {
  position: relative;
  overflow: hidden;
  margin: 15px 0 0;
}

.card-body-actualite p {
  font-size: 15px;
  color: #000;
  font-family: "Cairo", sans-serif;;
  margin: 10px 0 0;
}

.btn-read-more-actualite {
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main-color);
  padding: 8px 20px 10px 20px;
  border: 0;
}

.liste-actulaites {
  background: #f3f3f3;
  padding: 20px;
}

.slider-actualites {
  margin: 25px 0 0;
}

.card-actualite:hover {
  background: url(../../images/bg-hover-act.jpg) top center no-repeat;
  transition: background 0.5s ease;
  border: 3px solid transparent;
  background-size: cover;
}

.card-actualite:hover .title-agenda a {
  color: #FFFFFF
}

.card-actualite:hover .card-body-actualite p {
  color: #FFFFFF
}

.card-actualite:hover .btn-read-more-actualite {
  background-color: #FFFFFF;
  color: var(--main-color);
}

/***** details projet ******/
.boxdetails-projets {
  position: relative;
  overflow: hidden;
  padding: 35px 0 0;
}

.flexbox-projet {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 30px 10px;
  margin: 0px 0 0;
}

.boximg-projet {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.details-projet {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.img-projet {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.title-projet-image {
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.title-projet-image span {
  color: white;
  border: 3px solid var(--second-color);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  padding: 15px;
  font-family: "Cairo", sans-serif;
}

.flex-title-button {
  display: flex;
  align-items: flex-end;
}

.title-projet {
  padding: 0;
  width: calc(100% - 70px);
}

.title-projet span {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  color: black;
  line-height: 26px;
}

.button-projet {
  border: none;
  background: var(--second-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 20px;
}

.details-projet p {
  color: black;
  font-size: 16px;
  font-family: "Cairo", sans-serif;;
  text-align: justify;
  margin: 0;
  font-size: 0;
}

.flexbox-projet.bggris {
  background: #f3f3f3;
}

.boximg-projet .title-projet-image {
  transform: translateX(100%);
  transition: 0.5s ease all;
}

.boximg-projet.show .title-projet-image {
  transform: translateX(0%);
  transition: 0.5s ease all;
}

.details-projet.show .button-projet {
  transform: rotate(180deg);
  transition: 0.5s ease all;
}

.details-projet.show .title-projet {
  transform: translateY(-100%);
  transition: 0.5s ease all;
}

.details-projet.show p {
  transform: translateY(0%);
  transition: 0.5s ease all;
  font-size: 16px;
}

.details-projet .title-projet {
  transform: translateY(0%);
  transition: 0.5s ease all;
}

.details-projet p {
  transform: translateY(100%);
  transition: 0.5s ease all;
}

/******** Focus dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©tails coopÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ration ******/
.liste-focus {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.col-focus {
  padding: 0 15px;
}

.image-card-focus {
  position: relative;
  overflow: hidden;
}

/* .image-card-focus:before {
  content: "";
  background: rgb(0 0 0 / 40%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
} */

.image-card-focus img {
  width: 100%;
  object-fit: cover;
}

.card-body-focus {
  padding: 20px 15px 0;
}

.card-focus p {
  font-size: 15px;
  color: #000;
  font-family: "Cairo", sans-serif;;
  margin: 10px 0 0;
}

.btn-read-more-focus {
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main-color);
  padding: 8px 20px 10px 20px;
  border: 0;
  margin: 30px 0 0;
  float: left;
}

.col-focus:nth-child(1) .card-focus {
  border: 3px solid #21ab87;
}

.col-focus:nth-child(2) .card-focus {
  border: 3px solid #f9253f;
}

.card-focus {
  padding: 10px;
}

.boxbutton {
  display: flex;
  margin: 30px 0 0;
  justify-content: flex-start;
}

.content-mediatheque {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  padding: 30px;
}

.mediatheque-select {
  margin: 25px 0 0;
  font-family: "Cairo", sans-serif;;
}

.mediatheque-select select {
  background: #fff;
  border: 2px solid #c6c6c6;
  font-family: "Cairo", sans-serif;
  padding: 10px;
}

#mediatheque-content {
  font-family: "Cairo", sans-serif;;
  font-size: 15px;
  line-height: 32px;
}

/**************** Centre de langue ******************/
.flexbox-filtre-interne {
  background: url(../../images/bgfiltre.jpg) top center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.boxfiltre {
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}

.title-blue-interne {
  font-size: 35px;
  color: #fff;
  font-family: "Cairo", sans-serif;
  display: block;
  line-height: 40px;
}

.title-blue-interne.title-equipe {
  font-size: 22px;
  font-family: "Cairo", sans-serif;
  display: block;
}

#btn-submit {
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #fff;
  color: #3558a2;
  font-weight: 500;
}

.filtrage-box {
  display: flex;
  align-items: center;
}

.boxfiltre span {
  color: #fff;
  font-family: "Cairo", sans-serif;
}
.filtrage-box span {
  color: #fff;
  font-family: "Cairo", sans-serif;
}

.boxfiltre select {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding: 0px 5px 5px;
}

.boxfiltre select option {
  color: #000;
}

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

.liste-cours {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0;
}

.col-cours {
  padding: 0 10px;
}

.card-cours {
  position: relative;
  overflow: hidden;
  background: #eeeef0;
  border-top: 5px solid #20ab87;
  padding: 20px;
}

.image-card-cours img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.image-card-cours.img-examens img {
  max-width: 100%;
  height: 85px;
}
.listes-pole {
  position: relative;
  overflow: hidden;
  min-height: 130px;
}

.boxliste {
  position: relative;
  padding-right: 25px;
  font-family: "Cairo", sans-serif;;
  margin: 10px 0 0;
}

.boxliste:before {
  content: "";
  background: #ffe551;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 50%;
}

.catg-body-cours {
  display: block;
  margin: 10px 0;
}

.col-diplome {
  position: relative;
  overflow: hidden;
  margin: 35px 0 0;
}

.card-diplome {
  display: flex;
  align-items: center;
  background: #eeeef0;
  border-right: 5px solid #21ab87;
  padding: 30px;
}

.image-card-diplome {
  position: relative;
  overflow: hidden;
}

.image-card-diplome img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.card-body-diplome {
  position: relative;
  padding-right: 25px;
}

.card-body-diplome .title-agenda {
  height: auto;
}

.card-body-diplome .title-agenda a {
  font-size: 22px;
}

.card-body-diplome p {
  font-family: "Cairo", sans-serif;;
  line-height: 28px;
  margin: 10px 0 0;
}

.listes-diplome {
  display: flex;
  flex-wrap: wrap;
}

.listes-diplome .boxliste {
  position: relative;
  padding-right: 10px;
  font-family: "Cairo", sans-serif;;
  margin: 0;
  color: #a5a5a5;
  padding-left: 10px;
}

.listes-diplome .boxliste:before {
  content: "/";
  color: #a5a5a5;
  background: transparent;
  width: auto;
  height: auto;
  top: -1px;
  right: auto;
  left: 0px;
  border-radius: 0;
  font-size: 18px;
}

.listes-diplome .boxliste:last-child:before {
  display: none
}

.col-examen {
  position: relative;
  overflow: hidden;
  margin: 35px 0 0;
}
.col-examen.col-examen-centre .title-agenda {
  background: none !important;
}
.list-row .list-item {
  padding: 0 15px;
  font-size: 11px;
}
.card-examen {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.image-card-examen {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 15px 1px #efefef;
  margin: 10px;
}

.image-card-examen img {
  width: 100%;
  height: 165px;
  object-fit: contain;
}

.card-body-examen {
  position: relative;
}

.card-body-examen .title-agenda {
  height: auto;
}

.card-body-examen .title-agenda a {
  font-size: 22px;
}

.card-body-examen p {
  font-family: "Cairo", sans-serif;;
  line-height: 25px;
  margin: 15px 0 0;
  font-size: 14px;
  color: #5E5E5E;
}

.listes-examen {
  display: flex;
  flex-wrap: wrap;
}

.listes-examen .boxliste {
  position: relative;
  padding-right: 10px;
  font-family: "Cairo", sans-serif;;
  margin: 0;
  color: #5E5E5E;
  padding-left: 10px;
  font-size: 13px;
  margin: 10px 0 0;
}

.listes-examen .boxliste:before {
  content: "|";
  color: #5E5E5E;
  background: transparent;
  width: auto;
  height: auto;
  top: -4px;
  right: auto;
  left: 0px;
  border-radius: 0;
  font-size: 18px;
}

.listes-examen .boxliste:last-child:before {
  display: none
}

.liste-examen {
  display: flex;
  flex-wrap: wrap;
}

.box-validite {
  margin: 10px 0 0;
}

.box-validite span {
  color: #3558a2;
  font-family: "Cairo", sans-serif;
}

.col-examen:nth-child(1) .card-body-examen .title-agenda {
  background: #99c120;
  padding: 10px;
}

.col-examen:nth-child(2) .card-body-examen .title-agenda {
  background: #ff9575;
  padding: 10px;
}

.col-examen:nth-child(3) .card-body-examen .title-agenda {
  background: #ffe552;
  padding: 10px;
}

.col-examen:nth-child(4) .card-body-examen .title-agenda {
  background: #7ab1e9;
  padding: 10px;
}

.col-examen:nth-child(5) .card-body-examen .title-agenda {
  background: #3658a2;
  padding: 10px;
}

.col-examen:nth-child(6) .card-body-examen .title-agenda {
  background: #21ab89;
  padding: 10px;
}

.listes-examen .boxliste:first-child {
  padding-right: 0;
}

.padding-box {
  padding: 0 10px;
}

/**************** Maps *************/
.flexbox-maps {
  display: flex;
  background-color: #21ab88;
  margin: 30px 0 0;
  padding: 30px;
}
.legend-item svg {
  margin-left: 10px;
}

.title-pole {
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: 'Marianne-Regular';
}

.box-legends p {
  font-size: 24px;
  color: #fff;
  font-family: "Cairo", sans-serif;
  margin: 15px 0 0;
}

.flex-legend-item {
  display: flex;
  flex-wrap: wrap;
}

.legend-item {
  width: 50%;
  color: #fff;
  margin: 10px 0 0;
  font-family: 'Marianne-Regular';
}

#descLocation {
  background: #fff;
  width: 65%;
  border: 4px solid var(--second-color);
  padding: 20px;
}

#descLocation .name {
  display: block;
  font-size: 20px;
  color: #000;
  font-family: "Cairo", sans-serif;
}

#descLocation .description {
  color: #000;
  font-size: 15px;
  font-family: 'Marianne-Regular';
  margin: 10px 0 0;
  display: block;
}

.box-legends {
  margin: 20px 0 0;
}

.flex-legend-item {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}

.btn-savoir-map {
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main-color);
  padding: 8px 20px 10px 20px;
  display: inline-block;
  margin: 20px 0 0;
}

.details-examens {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.box-contenu {
  position: relative;
  overflow: hidden;
}

.box-contenu p {
  font-family: "Cairo", sans-serif;;
  margin: 0 0 0;
  font-size: 15px;
  line-height: 32px;
  text-align: justify;
}

.flexbox-reservation {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.titre-reservation {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  display: block;
}
.booking-type-profile-card .profile-card-height img {
    width: 100%;
    height: 200px !important;
    object-fit: contain !important;
}
.booking-type-profile-card {
    border: 2px solid #3745a4 !important;
    border-radius: 0 !important;
}
.parag-reservation p {
  font-family: "Cairo", sans-serif;;
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 32px;
  text-align: justify;
  color: #5E5E5E;
}

.link-reservation {
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main-color);
  padding: 8px 20px 10px 20px;
  margin: 20px 0 0;
  display: inline-block;
}

.parag-reservation {
  padding: 0 30px;
}

.image-reservation {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}

.flexbox-reservation:before {
  content: "";
  background: #F9F9F9;
  width: 100%;
  height: 315px;
  position: absolute;
  right: 0;
  top: 55px;
  z-index: -1;
}

.img-reservation {
  border: 5px solid var(--main-color);
}

.box-details-examens {
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.titre-examens-details {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  display: block;
}

.box-details-examens ul {
  font-family: "Cairo", sans-serif;;
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 32px;
  list-style: none;
  padding: 0;
}

.box-details-examens ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 12px;
  border-radius: 50%;
}

.box-details-examens ul li {
  position: relative;
  padding-right: 20px;
}

.box-details-examens ul li:nth-child(1):before {
  background: #21AB88;
}

.box-details-examens ul li:nth-child(2):before {
  background: #FFE552;
}

.box-details-examens ul li:nth-child(3):before {
  background: #FF9575;
}

.box-details-examens ul li:nth-child(4):before {
  background: #3558A2;
}

.box-details-examens ul li:nth-child(5):before {
  background: #5E5E5E;
}

.box-reservation {
  position: relative;
  overflow: hidden;
  margin: 50px 0 0;
}

.faq-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.faq-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.faq-question {
  font-size: 18px;
  cursor: pointer;
  color: #3558A2;
  font-family: "Cairo", sans-serif;
  padding-bottom: 20px;
  margin: 0;
}

.faq-answer {
  padding: inherit;
  display: none;
  color: #5E5E5E;
  font-family: "Cairo", sans-serif;;
  line-height: 30px;
  text-align: justify;
  padding: 0;
  border-bottom: 1px solid #D9D9D9;
}

.box-faq-list {
  position: relative;
  padding: 30px;
}

.flexbox-inscription {
  display: flex;
  align-items: center;
}

.boxcontenu-section.no-border:before {
  display: none;
}

.boxcontenu-section.flexbox-left:before {
  right: auto;
  left: 60px;
  width: 40%;
}

.boxcontenu-section.no-border {
  padding: 0 15px;
}

.flexbox-inscription .img-presentation {
  height: 500px;
}

.contenu-inscription a {
  color: var(--main-color);
  border: 2px solid var(--main-color);
  padding: 10px;
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 20px 10px 20px;
}

.contenu-criteres ol li {
  background: #f3f3f3;
  padding: 0 20px 20px;
  margin: 15px 0;
  position: relative;
}

.contenu-criteres ol li::marker {
  font-size: 30px;
  color: #000;
  background: #f3f3f3;
  padding: 20px;
}

.section-criteres {
  position: relative;
  overflow: hidden;
  margin: 30px 0 0;
}

.details-contenu {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #f3f3f3;
}

.details-contenu h2 {
  font-size: 35px;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
  line-height: 40px;
  margin: 10px 0 25px;
}

.details-contenu ul li {
  font-size: 16px;
  margin: 10px 0 0;
  line-height: 32px;
  text-align: justify;
}

.section-jours-feries {
  position: relative;
  overflow: hidden;
  padding: 45px 0 0;
}

.section-jours-feries h2 {
  font-size: 35px;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
  line-height: 40px;
  margin: 0;
}

.section-jours-feries span {
  font-size: 18px;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
  margin: 8px 0 0;
}

.jours-feries-list {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}

.jours-feries-list li {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}

.jours-feries-list li span.name-jour {
  background-color: var(--main-color);
  padding: 10px;
  color: #fff;
  font-family: "Cairo", sans-serif;;
  margin: 0;
  font-size: 16px;
}

.jours-feries-list li span.details-jour {
  padding: 10px;
  color: #000;
  font-family: "Cairo", sans-serif;;
  margin: 0;
  font-size: 16px;
}

.details-contenu.nobg {
  background: none;
  padding: 0;
}

.details-contenu .wp-block-image {
  position: relative;
  height: auto;
  padding: 30px 30px 30px 0;
}

.details-contenu .wp-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}

.details-contenu .wp-block-image:before {
  content: "";
  width: 45%;
  height: 105%;
  border: 3px solid var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.details-contenu.nobg h2 {
  margin: 65px 0 25px;
}

.details-contenu.nobg h5 {
  font-size: 16px;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
  line-height: 28px;
  margin: 0 0 25px;
}

.details-contenu p {
  font-size: 15px;
  margin: 20px 0 0;
  line-height: 32px;
  text-align: justify;
  color: #000;
  font-family: "Cairo", sans-serif;;
}

.boxcontenu-section.border-reseau:before {
  right: auto;
  left: 60px;
  width: 70%;
  border: 3px solid #ffcb19;
}

.boxcontenu-section.border-reseau .bggris-prsntation {
  margin: 0;
}

.boxcontenu-section.border-reseau .bggris-prsntation ul li:before {
  content: "";
  background: #21ab87;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 20px;
  border-radius: 50%;
}

.boxcontenu-section.border-reseau .bggris-prsntation ul li {
  position: relative;
  padding-right: 20px;
  padding-top: 10px;
}

.boxcontenu-section.border-reseau .bggris-prsntation ul {
  padding: 0;
  list-style: none;
}

/********************** Timeline ***********************/
.timeline {
  position: relative;
  max-width: 100%;
  margin: 25px auto 0;
}

.timeline::before {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #ddd;
  top: 0;
  bottom: 0;
  right: 50%;
  transform: translateX(-50%);
}

.timeline-event {
  display: flex;
  align-items: center;
  position: relative;
  margin: 40px 0;
  font-size: 15px;
  font-family: "Cairo", sans-serif;
  color: #000;
}

.timeline-year {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  font-weight: bold;
  font-size: 18px;
  color: #333;
  background-color: #f9f9f9;
  padding: 5px 10px;
  border-radius: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  left: auto;
}

.semi-circle-right,
.semi-circle-left {
  border: 2px dashed#FF6B6B;
  width: 40px;
  background-color: transparent;
  position: absolute;
}

.semi-circle-right {
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  right: -35px;
}

.semi-circle-left {
  border-right-color: transparent;
  border-top-color: transparent;
  position: absolute;
  left: -42px;
}

.timeline-content {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  width: 40%;
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.timeline-content.right {
  margin-left: auto;
  border-right: 5px solid #FF6B6B;
  text-align: right;
}

.timeline-content.left {
  margin-right: auto;
  border-right: 5px solid #4ECDC4;
  text-align: right;
}

.timeline-event:nth-child(odd) .timeline-year .semi-circle-right {
  border-color: #FF6B6B;
}

.timeline-event:nth-child(even) .timeline-year .semi-circle-right,
.timeline-event:nth-child(even) .timeline-year .semi-circle-left {
  border-color: #4ECDC4;
}

@media (max-width: 768px) {
  .timeline-content {
    width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
  }

  .timeline-year {
    font-size: 16px;
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateX(0);
}
}

/*******Equipes*************/
.team-profiles {
  position: relative;
  padding: 35px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.profile {
  position: relative;
  overflow: hidden;
  padding: 0 10px 20px;
  text-decoration: none;
}

.border-profile:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(100% - 20px);
  z-index: -1;
  border: 3px solid #3558a2;
  right: 20px;
}
.resident-items {
  padding: 0 10px;
  transition: 0.5s ease all;
  transform: scale(0.99);
}
.resident-items:hover {
  transition: 0.5s ease all;
  transform: scale(1);
}
.profile-image {
  max-width: 92%;
  height: 200px;
  display: block;
  object-fit: cover;
}

.profile-name {
  background: #ffb7ad;
  display: inline-block;
  padding: 10px;
  font-family: "Cairo", sans-serif;
  color: #000;
  font-size: 17px;
  border-right: 5px solid #21ab88;
  margin: 10px 0 0;
}

.details-profile {
  padding: 15px 45px 20px 20px;
  color: #787878;
  font-size: 14px;
  font-family: "Cairo", sans-serif;;
}

.details-profile p {
  margin: 0 0 5px;
}

.border-profile {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
  height: 385px;
}

/********************** Form *******************/
.wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

.col-form {
  width: 50% !important;
}
.wpforms-field-textarea.col-form {
  width: 100% !important;
}
form.wpforms-validate {
  width: 100%;
}

.col-form input, .col-form select {
  max-width: 100% !important;
  border-radius: 0 !important;
}

.choices.wpforms-field-row {
  max-width: 100% !important;
}

/************** Galerie photo ****************/
#myCarousel {
  margin: 0 auto;
  position: relative;
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-nos-espaces {
  position: relative;
  overflow: hidden;
  padding: 0 0 50px;
}

.flexbox-espaces {
  display: flex;
  flex-wrap: wrap;
}
#myCarousel h1 {
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: "Cairo", sans-serif;
  display: block;
  padding: 20px;
}

.f-carousel__slide img {
  max-width: 100%;
  width: 100%;
  height: 550px;
  object-fit: cover;
}

#myCarousel .f-carousel__slide:before {
  content: "";
  background: rgb(0 0 0 / 10%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 100% !important;
  color: #3558a2 !important;
  transform: translateY(70%) !important;
}
.bloc-galerie-espace {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
}

.bloc-form-espace {
  position: relative;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 0;
  background: #fff;
}

.border-form {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 5px solid #FFE552;
}
.title-form {
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.title-form span {
    color: #000;
    text-align: center;
    font-family: "Cairo", sans-serif;
    display: block;
    font-size: 26px;
}

.border-form .wpforms-container .wpforms-field-label {
    font-family: "Cairo", sans-serif;
    font-size: 14px;
}

.border-form .wpforms-container .wpforms-field {
    padding: 10px 15px;
}

.border-form .wpforms-container .wpforms-form .wpforms-submit {
    font-family: "Cairo", sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    background-color: var(--main-color) !important;
    padding: 10px 20px !important;
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
}
.bloc-galerie-espace p {
  text-align: center;
  min-height: 500px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpforms-container-full .wpforms-form em.wpforms-error {
  margin: 3px 0 0 !important;
  font-size: 12px !important;
}
.boxcontenu-section.boxcontenu-residence:before {
  display: none;
}
.bouton-resident.filter_btn_partenaires {
  margin: 0 15px;
  padding: 5px 20px;
}

.resident-profile {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
  width: 100%;
}
.profile.resident-item .profile-image {
  max-width: inherit;
  width: 90%;
}
.profile-film {
  position: absolute;
  top: 170px;
  padding: 10px 15px;
  color: #3558A2;
  font-family: "Cairo", sans-serif;
  background: rgb(255 255 255 / 60%);
  font-size: 14px;
  text-transform: uppercase;
  left: 45px;
}

.profile.resident-item .border-profile {
  height: auto;
}
.profile.resident-item .profile-name {
  text-transform: uppercase;
}
.tags.tags-programme {
  display: inline-block;
}
.title-residence {
  font-size: 24px;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
  line-height: 40px;
  margin: 15px 0 30px;
}

.programmes-residence {
  background: #F9F9F9;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.bouton-programme-resident {
  padding: 5px 25px;
  text-transform: uppercase;
}

.programme-rubriques p {
  color: #5E5E5E;
  font-family: "Cairo", sans-serif;;
  font-size: 14px;
}
.recent-posts.nobg {
  background: #fff;
}
.actualites-container a {
  color: #3558a2;
}
.boxcontenu-section ul {
    font-size: 14px;
    font-family: "Cairo", sans-serif;;
    line-height: 30px;
}
/******************* Page Alliances ***********/
.section-alliances {
  position: relative;
  overflow: hidden;
}

.flex-alliances {
  display: flex;
  flex-wrap: wrap;
}
.details-alliances {
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
  padding: 50px 90px;
}

.details-alliances h2 {
  font-size: 30px;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
  margin: 0 0 25px;
}

.details-alliances p {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 27px;
  text-align: justify;
  font-family: "Cairo", sans-serif;;
}
.maps-alliances .flexbox-maps {
  margin: 0;
}

.maps-alliances .flexbox-maps #map {
  height: 678px;
}
.boxvideo {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 0 35px;
}

.boxvideo .image-video {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.title-video {
  color: #000;
  font-family: "Cairo", sans-serif;
  display: block;
  font-size: 17px;
  margin: 10px 0 0;
}

.videos-container h2 {
  color: #000;
  font-family: "Cairo", sans-serif;
  display: block;
  font-size: 30px;
}

.section-temoignages {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.flexbox-video {
  margin: 30px 0 0;
}
.boxvideo a i {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #fff;
  transform: scale(1);
  transition: 0.5s ease all;
}
.boxvideo a:hover i {
  transform: scale(1.2);
  transition: 0.5s ease all;
}
.boxvideo .fancybox.fancybox-video {
  position: relative;
  overflow: hidden;
}
/************ Page Balthazart **********/
.flex-section.balthazart {
  flex-wrap: wrap;
}

.flex-section.balthazart .bggris-prsntation {
  background: #fff;
  padding: 0 0 0 30px;
  margin-right: 0;
  margin-left: auto;
}
.title-balthazard {
    margin: 0 0 40px;
}

.title-balthazard .title-presentation {
    font-size: 32px;
}
.flex-section.balthazart .boxcontenu-section:before {
  display: none;
}

.flex-section.balthazart .img-presentation {
  height: 500px;
}
.section-menu {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  background: #F5F5F5;
}
.flex-section.menu-balthazart .img-presentation {
  width: auto;
  height: 450px;
  position: relative;
  z-index: 1;
}
.flex-section.menu-balthazart .boxcontenu-section {
  padding: 0;
}

.flex-section.menu-balthazart .boxcontenu-section .bggris-prsntation {
  background: transparent;
  padding: 0;
  margin: 0;
}

.flex-section.menu-balthazart .boxcontenu-section:before {
  display: none;
}
.flex-section.menu-balthazart .boximg-section:before {
  content: "";
  width: 56%;
  height: 89%;
  border: 3px solid var(--main-color);
  position: absolute;
  left: 60px;
  top: 30px;
  z-index: 0;
}
.section-events {
  position: relative;
  overflow: hidden;
  padding: 35px 0;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
}
.post-thumbnail {
  position: relative;
  overflow: hidden;
}

.post-list .post-thumbnail img {
  max-width: 100%;
  height: 400px;
  object-fit: contain;
}

.post-list-event {
  padding: 0 10px;
}
.title-event-baltazart {
  font-size: 26px;
    font-family: "Cairo", sans-serif;
    color: #000;
    margin: 0 0 35px;
}
.box-succes {
  position: relative;
  overflow: hidden;
  padding: 100px;
  text-align: center;
}

.box-succes h2 {
  background: transparent;
  color: #3558A2;
  font-size: 33px;
}

.box-succes figure img {
  max-width: 75px;
}

.box-succes p {
  color: #000;
  font-family: "Cairo", sans-serif;;
  font-size: 15px;
  margin: 25px 0 0;
}
.box-succes p a {
  color: #fff;

}
.section-interne-contenu {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.section-interne-contenu p {
  color: #000;
  font-family: "Cairo", sans-serif;;
  font-size: 15px;
  margin: 25px 0 0;
}
.section-interne-contenu h2 {
  color: #3558a2;
  font-family: "Cairo", sans-serif;
  margin: 30px 0 20px;
  font-size: 24px;
}
/***************** CSS AEC **************/
.arc-en-ciel .border-radius-2, .kiosque-aec .border-radius-2 {
  border-radius: 0 !important;
  border: 1.5px solid var(--main-color) !important;
}
.arc-en-ciel .font-size-18, .kiosque-aec .font-size-18 {
  font-size: 18px !important;
  color: var(--main-color) !important;
}
.arc-en-ciel a.button-primary, .kiosque-aec a.button-primary {
  text-decoration: none;
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main-color);
  padding: 8px 20px 10px 20px;
  border-radius: 0 !important;
  display: inline-block;
  min-width: auto !important;
  width: auto !important;
}
.arc-en-ciel .border-black, .kiosque-aec .border-black {
  border-bottom: 0 !important;
}
.arc-en-ciel .flex-col, .arc-en-ciel .flex-column, .kiosque-aec .flex-col, .kiosque-aec .flex-column {
  font-family: "Cairo", sans-serif;;
}
.kiosque-aec .button-primary-container {
  border-radius: 0 !important;
}
.kiosque-aec .button-primary-container a {
  font-family: "Cairo", sans-serif;
    font-size: 13px !important;
    color: #ffffff !important;
    text-decoration: none;
    background-color: var(--main-color) !important;
    padding: 8px 20px 10px 20px !important;
    border-radius: 0 !important;
}
.kiosque-aec .flex-column.row-gap-4 {
  max-width: 100% !important;
}
.font-size-28.font-size-sm-24.font-weight-500.border-bottom.mb-2.pb-3 {
  font-size: 20px !important;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
  line-height: 40px;
  margin: 15px 0 0 !important;
  border-bottom: 0 !important;
  padding: 0 !important;
}
.arc-en-ciel li, .kiosque-aec li {
  font-family: "Cairo", sans-serif;
}
side-bar-filter {
  font-family: "Cairo", sans-serif;
}
/********* Details RÃƒÂ©sident ************/
.single-resident {
  position: relative;
  overflow: hidden;
  padding: 50px;
}

.details-residents {
  position: relative;
  overflow: hidden;
}

.flexbox-residents {
  display: flex;
  flex-wrap: wrap;
}

.boximg-resident {
  padding: 0 15px;
}

.description-resident {
  padding: 0 15px;
}

.image-resident {
  position: relative;
  overflow: hidden;
  padding: 35px 0 35px 75px;
}

.image-resident:before {
  content: "";
  background: #FFE552;
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  height: 100%;
  z-index: -1;
}

.image-resident img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}
.title-resident {
  display: block;
  font-size: 30px;
  font-family: "Cairo", sans-serif;
  line-height: 40px;
  color: #000;
}
.description-resident p {
  font-family: "Cairo", sans-serif;;
  font-size: 14px;
  color: #5E5E5E;
  line-height: 26px;
  margin: 20px 0 0;
  text-align: justify;
}

.social-links-resident {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}

.social-links-resident a {
  width: 35px;
  height: 35px;
  background: #99C221;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  transition: 0.5s ease all;
  transform: scale(1);
}

.social-links-resident a:hover {
  transition: 0.5s ease all;
  transform: scale(1.1);
}
.details-projet-resident {
    position: relative;
    overflow: hidden;
    background: #F9F9F9;
    padding: 50px 0;
}

.projet-resident {
    position: relative;
    overflow: hidden;
}

.title-projet-resident {
    display: block;
    font-size: 26px;
    font-family: "Cairo", sans-serif;
    line-height: 32px;
    color: #000;
}

.projet-resident p {
    font-family: "Cairo", sans-serif;;
    font-size: 14px;
    color: #5E5E5E;
    line-height: 26px;
    margin: 20px 0 0;
    text-align: justify;
}

/****** Outils NumÃƒÂ©riques ********/
.outils-numeriques {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.flexbox-outils {
  display: flex;
  flex-wrap: wrap;
}

.box-outils {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  margin: 0 0 30px;
}

.box-outils h3 {
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  line-height: initial;
  overflow: hidden;
  padding: 10px;
}

.box-outils p {
  font-size: 15px;
  color: #000;
  font-family: "Cairo", sans-serif;;
  margin: 10px 0 0;
  text-align: justify;
  line-height: 28px;
  min-height: 320px;
}

.box-outils img {
  max-width: 100% !important;
  height: auto;
  display: block;
}

.box-outils a {
  margin-bottom: 20px;
  display: block;
}
.border-outils {
  border-bottom: 6px solid;
}
.box-outils:nth-child(1) .border-outils {
  border-color: #99C221;
}
.box-outils:nth-child(2) .border-outils {
  border-color: #FF9575;
}
.box-outils:nth-child(3) .border-outils {
  border-color: #7AB1E8;
}
.box-outils:nth-child(4) .border-outils {
  border-color: #FFE552;
}
.box-outils:nth-child(5) .border-outils {
  border-color: #21AB88;
}
.box-outils:nth-child(1) h3 {
  background: #99C221;
}
.box-outils:nth-child(2) h3 {
  background: #FF9575;
}
.box-outils:nth-child(3) h3 {
  background: #7AB1E8;
}
.box-outils:nth-child(4) h3 {
  background: #FFE552;
}
.box-outils:nth-child(5) h3 {
  background: #21AB88;
}
.menu-item-has-children:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  position: absolute;
  left: 8px;
  top: 30px;
  font-size: 13px;
  right: auto;
}

.menu-item-has-children {
  position: relative;
  margin-left: 15px;
}
/**************** Page Equipe France ************/
.flexbox-equipes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.box-equipes-france {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 20%;
}

.border-equipes {
  position: relative;
  background: #fff;
  padding: 20px;
}

.border-equipes:before {
  content: "";
  border: 3px solid var(--main-color);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.border-equipes img {
  max-width: 100%;
    height: 130px;
    object-fit: contain;
    margin: auto;
    display: flex
;
}

.border-equipes a {
  /* background: #f6f6f6; */
  display: block;
  position: relative;
  transition: 0.5s ease all;
  transform: scale(1);
  padding: 15px;
}

.border-equipes a:hover {
  transition: 0.5s ease all;
  transform: scale(1.1);
}
/********** Page Contact ************/
.section-contact {
  position: relative;
  overflow: hidden;
}

.section-contact:before {
  content: "";
  background: url("../../images/bgcontact.png");
  position: absolute;
  width: 40%;
  left: 0;
  right: auto;
  top: 0;
  height: 100%;
}

.flexbox-contact {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  margin-top: 100px;
}

.box-details-contact {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.boxcontenu-contact {
  position: relative;
  overflow: hidden;
}

.title-contact {
  font-family: "Cairo", sans-serif;
  color: #000;
  font-size: 26px;
}

.boxcontenu-contact p {
  font-size: 15px;
  color: #000;
  font-family: "Cairo", sans-serif;;
  margin: 20px 0 0;
  text-align: justify;
}

.details-infos-contact {
  position: relative;
  margin: 25px 0 0;
}

.col-info-contact {
  position: relative;
  margin: 0 0 15px;
}

.col-info-contact .label {
  font-family: "Cairo", sans-serif;;
  display: block;
  color: #5E5E5E;
  font-size: 14px;
}

.col-info-contact .description {
  font-family: "Cairo", sans-serif;;
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

.title-form.txt-right span {
  text-align: right;
}
.boxcontenu-contact .col-info-contact p {
  margin: 10px 0 0;
  line-height: 29px;
}
.maps-contact #map {
  width: 100% !important;
  height: 500px;
}
.slider-scrl.hidden-destock {
  display: none;
  background: rgb(53 88 162 / 10%) !important;
}
.slider-scrl.hidden-mobile {
  display: block;
}
/******************* Responsive *****************/
@media screen and (max-width: 1440px) {
  .mediatheque-container .bg-media-2:after {
    content: "";
    width: 160%;
    height: 58%;
    position: absolute;
    top: 30%;
    right: unset;
    left: 25%;
    z-index: 3;
    background: url(../../images/bg-media-bottom-left.png);
    background-repeat: no-repeat;
    background-position: bottom 0px right -30%;
    background-size: contain;
  }
  .text-container {
    margin: 150px 0 150px 55px;
    padding-left: 80px;
  }
  .bg-media-2 {
    width: 80px;
    height: 550px;
    position: absolute;
    top: 100px;
    right: 10%;
    z-index: 3;
    border-right: 5px solid #0d50a1;
  }
  .searchIFT {
    padding: 0;
}
}

@media screen and (max-width: 1024px) {
.text-container {
  margin: 75px 0 75px 55px;
  padding-left: 80px;
}
.titleSlider {
  font-size: 30px;
}
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
  #ift-candidatures-container:after {
    content: "";
    width: 130px;
    height: 50%;
    position: absolute;
    top: 50%;
    right: 89%;
    z-index: 1;
    background: url(../../images/element1.png);
    background-repeat: no-repeat;
    background-position: bottom 0px right -30%;
    background-size: contain;
  }
}

@media screen and (max-width: 800px) {

  #ift-candidatures-container:after,
  #ift-candidatures-container:before,
  .mediatheque-container .bg-media-2:after {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .playButton {
    top: 40%;
    transform: translate(-50%, -40%);
  }

  .titlePartenaires {
    padding-right: 5%;
  }
}

@media only screen and (max-width: 576px) {
  .descriptionChiffres {
    font-size: 12px;
  }

  .topleft-icon {
    width: 35px;
    height: auto;
    object-fit: contain;
    padding: 0 8px;
  }

  .filters-button-group {
    display: block;
    text-align: center;
    border: none !important;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .slider-scrl.hidden-destock {
    display: block;
}
.slider-scrl.hidden-mobile {
  display: none;
}
  .social-network {
    display: none;
  }

  .text-container {
    margin: 50px 0px;
    padding: 0px 40px;
  }
  .green-bg {
    height: 440px;
}
  .titlePartenaires {
    text-align: center;
  }

  .imagePartenaires {
    margin-bottom: 32px;
  }

  .linkSlider {
    font-size: 12px;
    padding: 8px 15px 10px 15px;
  }

  .download-link-agenda {
    font-size: 12px;
    background-position: left center;
    background-size: 12px;
    padding-left: 16px;
  }

  .text-container-media {
    width: 100%;
  }

  .bg-media-1 {
    width: 65%;
  }

  .bg-media-2 {
    width: 65%;
    background-position: bottom 65px right -25%;
    background-size: 100px;
  }

  .text-mediatheque {
    right: 15%;
    width: 80%;
  }

  .programmes-container {
    padding: 25px;
  }

  .border-programmes {
    padding: 25px;
  }

  #ift-programmes-container .row {
    padding: 0;
  }

  /* #carouselExampleIndicators {
    height: fit-content !important;
  } */
  .multiple-slider {
    height: 440px;
}
  #AgendaSection .isotop-filter {
    flex-wrap: wrap;
  }
}

/*max-width: 768px*/
@media only screen and (max-width: 1200px) {
  .logo img {
    width: 115px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .openMenu {
    display: none;
  }

  .openWidget {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .logo img {
    width: 90px;
    position: relative;
  }
}



@media screen and (max-width: 1440px) {
  .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner .wpb_wrapper .row:first-child {
    padding: 0 !important;
}
.menu-item a {
  font-size: 15px;
  padding-left: 15px;
}
}
@media screen and (max-width: 1368px) {
  .flexheader .menu-item a {
    padding: 20px 0 20px 15px;
    font-size: 14px;
  }
  .menu-item-has-children:before {
    left: 3px;
    top: 25px;
    font-size: 11px;
  }
  
  }
@media screen and (max-width: 1280px) {
.container-ift {
  width: 85%;
}
.imagePartenaires {
  width: 145px;
}
.primary-title-agenda, .primary-title-candidatures, .primary-title-actualites, 
.primary-title-programmes, .primary-title-cooperation, .primary-title-certifications {
  font-size: 26px;
}
}
@media screen and (max-width: 1200px) {
  .flexheader .menu-item a {
    padding: 20px 0 20px 20px;
    font-size: 13px;
}
.menu-item-has-children:before {
  left: 0px;
}
.col-news-bar {
  width: 65% !important;
  flex: 0 0 auto;
}
.col-12.col-md-6.col-lg-2.d-flex.justify-content-around.align-items-center.col-icone-header {
  width: 25%;
  justify-content: flex-start !important;
}
.flexbox-header {
  justify-content: space-between !important;
}
.flex-header {
  display: flex;
  padding: 0;
}
.header-top .container {
  padding: 0;
  max-width: 90%;
}
.container.flex-header {
  max-width: 90%;
}
.logo img {
  top: 10px;
}
.flexheader {
  width: calc(100% - 90px);
}
.linkSlider {
  padding: 8px 8px;
}
.localisation {
  font-size: 13px;
}
}
@media screen and (max-width: 1024px) {
  .flexheader .menu-item a {
    padding: 20px 0 20px 6px;
    font-size: 13px;
}
.menu-item-has-children:before {
  left: -8px;
}
.localisation {
  padding: 5px 5px;
  font-size: 14px;
}
.openSearch {
  margin-left: 10px;
}
.menu-item a {
  font-size: 14px;
}
.text-container {
  margin: 150px 40px;
  color: #ffffff;
}
.flexheader .menu-item a {
  padding: 20px 0 20px 7px;
}
.menu-item-has-children:before {
  left: -3px !important;
  top: 23px !important;
}
.menu-item-has-children {
  margin-left: 10px;
}
.imagePartenaires {
  width: 125px;
}
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .openMenu {
    padding-left: 0;
}
.flexheader .menu-item a {
  padding: 10px 0 10px 10px;
  font-size: 13px;
}
.menu-item-has-children:before {
  left: -6px !important;
  top: 16px !important;
}
.container.flex-header {
  padding: 0;
}
.openWidget {
  display: block;
}
.col-12.col-md-6.col-lg-2.d-flex.justify-content-around.align-items-center.col-icone-header {
  padding-left: 0;
}
.widgetIFT {
  left: 85px;
}
}
@media only screen and (max-width: 991px) {
  ul li.menu-item-has-children>ul.sub-menu {
    display: block !important;
    position: relative;
    box-shadow: none;
    padding: 0;
    margin-bottom: 10px;
}
ul li.menu-item-has-children>ul.sub-menu li a {
  font-size: 12px;
  border: 0;
}
.download-link-agenda {
  font-size: 14px;
  padding-left: 25px;
}
.button-agenda {
  width: 23%;
}
.tabs-agenda .kiosque-aec a.button-primary {
  font-size: 11px;
}
.tabs-agenda .font-size-15.text-nowrap {
  font-size: 11px !important;
}
}

@media screen and(max-width:860px) {
  #backToTop {
    left: 30%;
  }
}

@media screen and (min-width: 768px) {
  .outer_event_card {
    position: absolute !important;
    margin-top: -18vh !important;
    border-radius: 0;
  }
  .button-agenda {
    width: 21%;
}
.primary-title-agenda, .primary-title-candidatures, .primary-title-actualites, .primary-title-programmes, .primary-title-cooperation, .primary-title-certifications {
  font-size: 24px;
}
.box-width-agenda {
  width: 25%;
  flex: 1.5;
}
ul.event-list-container.m-0.p-0.list-style-none {
  max-width: 100% !important;
}
}

@media screen and (max-width: 768px) {
  .event_container {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .navbar-nav {
    margin: 0 !important;
}
.col-12.col-md-6.col-lg-2.d-flex.justify-content-around.align-items-center.col-icone-header {
    width: 35%;
}
.col-news-bar {
  width: 55% !important;
}
.news-bar marquee span {
  font-size: 14px;
}
.header-bottom {
  padding: 10px 0;
}
.logo img {
  top: 0;
}
.openMenu {
  padding: 0;
  margin-right: 10px;
}
.flexheader {
  padding: 0;
}
.container, .container-sm {
  max-width: 100% !important;
  padding: 0 15px;
}
.container.flex-header {
  padding: 0 15px;
}
.header-top .container {
padding: 0 15px;
}
.text-container {
  margin: 50px 20px;
  padding-right: 0;
  padding-left: 50px;
}
.titleSlider {
  font-size: 26px;
}
}

@media screen and (max-width: 680px) {
  .col-news-bar {
    width: 65% !important;
    flex: 1;
}
.col-12.col-md-6.col-lg-2.d-flex.justify-content-around.align-items-center.col-icone-header {
  width: 28%;
}
.col-auto {
  flex: 0;
  width: 60px;
  padding: 0 10px;
}
.widgetIFT {
  left: 0;
  width: 80%;
}
.widgetIFT ul li {
  width: 50%;
}
}

@media screen and (max-width: 480px) {
  .text-container {
    margin: 70px 20px;
}
.widgetIFT ul li {
  width: 100%;
}
/* .col-news-bar {
  width: calc(50% - 60px) !important;
}
.col-icone-header {
  width: 45%;
} */
}

@media screen and (max-width: 420px) {
  .col-12.col-md-6.col-lg-2.d-flex.justify-content-around.align-items-center.col-icone-header {
  width: 35%;
}
#google_language_translator select.goog-te-combo {
  width: 60px !important;
}

}
@media screen and (max-width: 380px) {
/* .col-icone-header {
  width: 52%;
} */
.subtitleSlider {
  font-size: 21px;
}
.titleSlider {
  font-size: 22px;
}
#google_language_translator select.goog-te-combo {
  width: 40px !important;
}
.openMenu svg {
  width: 25px;
}
.openWidget svg {
width: 20px;
margin-right: 5px;
}
.localisation {
padding: 5px 0px;
font-size: 10px;
}
.logo img {
width: 85px;
}
.text-container {
  margin: 50px 20px;
}
}
@media screen and (max-width: 320px) {
.subtitleSlider {
  font-size: 17px;
}
.titleSlider {
  font-size: 18px;
}
.col-12.col-md-6.col-lg-2.d-flex.justify-content-around.align-items-center.col-icone-header{
  width: 39%;
}
}
.filters-section  {
  background: url(../../images/bgfiltre.jpg) top center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arc-en-ciel .filters-section .font-size-15, .kiosque-aec .filters-section .font-size-15 {
  font-size: 14px !important;
  border: 0 !important;
  padding-bottom: 0 !important;
}
.arc-en-ciel .filters-section  .gap-1, .kiosque-aec .filters-section  .gap-1 {
  color: #fff;
}

.arc-en-ciel .filters-section .gap-2 i, .kiosque-aec .filters-section .gap-2 i {
  color: #fff;
}
.arc-en-ciel .filters-section .font-size-24, .kiosque-aec .filters-section .font-size-24 {
  color: #fff;
}
.arc-en-ciel .border-black span, .kiosque-aec  .border-black span {
  color: #21ab88 !important;
}
.font-size-15.maximum-paragraph-width span {
  font-family: "Cairo", sans-serif;;
  max-width: 100% !important;
  display: inline-block;
}
.arc-en-ciel .maximum-paragraph-width, .kiosque-aec .maximum-paragraph-width {
  display: flex;
  flex-wrap: wrap;
}
.listing-cours .arc-en-ciel a, .listing-cours .kiosque-aec a, .arc-en-ciel .button-back, .kiosque-aec .button-back {
  color: #fff !important;
    text-decoration: none;
    background-color: var(--extranet_primary_color) !important;
    padding: 10px !important;
    margin-right: 20px;
    font-family: "Cairo", sans-serif;;
    filter: none !important;
}
.listing-cours .arc-en-ciel a:hover, .activelisting-cours .kiosque-aec a:hover {
  color: #fff !important;
}
.listing-cours .arc-en-ciel .py-4, .listing-cours .kiosque-aec .py-4 {
  padding-top: 3em !important;
  padding-bottom: 1em !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.arc-en-ciel .maximum-paragraph-width, .kiosque-aec .maximum-paragraph-width {
  max-width: 100% !important;
}
.arc-en-ciel .active-filters-tag, .kiosque-aec .active-filters-tag {
  font-size: 10px !important;
  width: 1.25rem !important;
}
courses-search-bar>div .search-bar {
  display: flex !important;
  flex-flow: row;
  background-color: #fff;
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
  transform: translateX(0%);
  padding: 10px;
  border: none;
  z-index: 22;
}
course-detail {
  font-family: "Cairo", sans-serif;;
} 
.font-size-16.font-weight-500.mb-1 {
  display: block;
  color: #21ab88;
  font-size: 25px;
  font-family: "Cairo", sans-serif;
  margin-bottom: 10px !important;
}


/****************** Page Poles  *****************/
.bgcontact {
  background: #f3f3f3;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.title-poles, .listing-poles p {
  position: relative;
  font-size: 35px;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
  line-height: 40px;
  margin: 15px 0 0;
  text-align: center;
}

.boxflex-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 25px 0 0;
  justify-content: space-between;
}

.boxcontact-pole {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.boxcontact-pole .img-pole {
  max-width: 100%;
  height: 55px;
  margin: 0 auto 20px;
  display: block;
}

.boxcontact-pole p {
  text-align: center;
  margin: 0;
  line-height: 28px;
}
.boxcontact-pole a {
  color: #000;
  text-decoration: none;
  font-family: "Cairo", sans-serif;;
  font-weight: 600;
}
.listing-poles courses-catalog, .listing-poles examination-type-list {
  max-width: 100% !important;
}
.listing-poles .kiosque-aec .py-4 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.listing-poles .kiosque-aec .maximum-paragraph-width {
  display: none;
}
.listing-poles .kiosque-aec .border-top {
  display: none;
}
.listing-poles side-bar-filter {
  display: none;
}
.listing-poles .font-size-28.font-size-sm-24.font-weight-500.border-bottom.mb-2.pb-3 {
  font-size: 18px !important;
  color: #21ab88 !important;
}

.examens-section examinations-type-by-product-type-section ul li {
  border: 1px solid #3558a2 !important;
  padding: 15px !important;
}

.examens-section .kiosque-aec .py-4 {
  padding: 0;
  margin: 20px 0 0;
}

.liste-des-cours {
  display: flex;
  flex-wrap: wrap;
    margin: 50px 0 0;
}

.liste-des-cours .col-cours {
  margin-bottom: 30px;
}

.liste-des-cours .title-agenda {
  height: auto;
   padding: 10px 20px;
}
.liste-des-cours .card-cours {
padding: 0;
}
.liste-des-cours p {
    font-family: "Cairo", sans-serif;;
    margin: 10px 0 0;
    font-family: 15px;
}

/*********** Nouveau Ancien ************/
.fixed-register {
  position: fixed;
  bottom: 50%;
  left: 0;
  z-index: 999;
  right: auto;
}
.fixed-register.hidden {
    display: none !important;
}

.boxflex-register {
  display: flex;
  flex-direction: column;
}

.boxflex-register a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #34569f;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  font-size: 13px;
  font-family: "Cairo", sans-serif;
}
.boxflex-register a:hover {
  color: #92442d
}
.boxflex-register a.nouveau:hover {
  color: #90a4ae;
}
.boxflex-register a i {
  font-size: 30px;
  margin-bottom: 10px;
}
.style-register {
    text-align: center;
    display: block;
    font-weight: normal;
    font-family: "Cairo", sans-serif;;
    font-style: italic;
    padding-top: 10px;
}

.boxflex-register a span {
    display: block;
    text-align: center;
}

.boxflex-register a.ancien {
    background: #ff9575;
}
student-identify-panel {
  margin: 50px 0;
}
/*************** Style Agenda culturel *************/
.liste-ift event-webapp {
  max-width: 100% !important;
}

.liste-ift .event-grid-template {
  grid-template-columns: repeat(3, minmax(225px, 1fr)) !important;
}

.liste-ift .img-responsive.object-fit-cover.max-h-inherit {
  height: 250px;
  object-fit: cover !important;
  width: 100% !important;
}

.liste-ift .font-size-15.mt-0.mb-1.line-height-initial {
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  color: #000;
  text-decoration: none;
}

.liste-ift .text-primary-color-darken.font-size-22.font-weight-500 {
  font-size: 18px !important;
  font-family: "Cairo", sans-serif;
  color: #000;
  text-decoration: none;
}

.liste-ift .font-size-15.text-nowrap {
  position: absolute;
  bottom: 17px;
  left: 15px;
  border: 1px solid #3558a2;
  font-family: "Cairo", sans-serif;
  color: #3558a2;
  text-decoration: none;
  padding: 8px 20px 8px 20px;
  border-radius: 0 !important;
  display: inline-block;
  min-width: auto !important;
  width: auto !important;
  right: auto;
}
.liste-ift .kiosque-aec a.button-primary {
  display: inline-block !important;
  min-width: auto !important;
  width: auto !important;
}
.liste-ift article.flex-column.border.border-radius-2.h-100.overflow-hidden {
  position: relative;
}
.tabs-agenda event-display-preference-block {
  display: none;
}
.tabs-agenda .padding-x-responsive.py-4 {
  padding: 0;
}
.tabs-agenda event-webapp section.border-bottom {
  display: none;
}

.tabs-agenda event-webapp {
  max-width: 100% !important;
}

.tabs-agenda .event-grid-template {
  grid-template-columns: repeat(3, minmax(225px, 1fr)) !important;
  border: 0;
}

.tabs-agenda .img-responsive.object-fit-cover.max-h-inherit {
  height: 250px;
  object-fit: cover !important;
  width: 100% !important;
}

.tabs-agenda .font-size-15.mt-0.mb-1.line-height-initial {
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  color: #000;
  text-decoration: none;
}

.tabs-agenda .text-primary-color-darken.font-size-22.font-weight-500 {
  font-size: 18px !important;
  font-family: "Cairo", sans-serif;
  color: #000;
  text-decoration: none;
}

.tabs-agenda .font-size-15.text-nowrap {
  position: absolute;
  bottom: 17px;
  left: 15px;
  border: 1px solid #3558a2;
  font-family: "Cairo", sans-serif;
  color: #3558a2;
  text-decoration: none;
  padding: 8px 20px 8px 20px;
  border-radius: 0 !important;
  display: inline-block;
  min-width: auto !important;
  width: auto !important;
  right: auto;
}
.tabs-agenda .kiosque-aec a.button-primary {
  display: inline-block !important;
  min-width: auto !important;
  width: auto !important;
}
.tabs-agenda article.flex-column.border.border-radius-2.h-100.overflow-hidden {
  position: relative;
}

.tabs-agenda .kiosque-aec li:nth-child(4) {
  display: none;
}
.tabs-agenda .kiosque-aec li:nth-child(5) {
  display: none;
}
.tabs-agenda .kiosque-aec li:nth-child(6) {
  display: none;
}
.tabs-agenda .kiosque-aec li:nth-child(7) {
  display: none;
}
.tabs-agenda .kiosque-aec li:nth-child(8) {
  display: none;
}
.tabs-agenda .kiosque-aec li:nth-child(9) {
  display: none;
}
.reservation-rdv {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.staff-info {
  display: none !important;
}

.reservation-rdv .btn.btn-primary {
  background: #3745a4 !important;
  border: 0!important;
  border-radius: 0!important;
}
label.btn-link {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--extranet_primary_color) !important;
  padding: 10px !important;
  margin-right: 20px;
  font-family: "Cairo", sans-serif;;
  filter: none !important;
}

/**************** Offre d'emploi ******************/
.v1.sjb-job-975 {
    border: 2px solid #3558a2 !important;
}

.sjb-apply-now-btn .btn, .btn.btn-primary.app-submit {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--extranet_primary_color) !important;
    padding: 10px !important;
    font-family: "Cairo", sans-serif;;
    filter: none !important;
    border-radius: 0;
    margin-left: 10px;
}

.job-info a {
    color: #3558a2;
    font-family: "Cairo", sans-serif;
}

.col-md-11.col-sm-10 {
    padding-top: 15px;
}

.btn-search.btn.btn-primary {
    background: #3558a2;
}
.flex-section.menu-balthazart .boxcontenu-section {
    padding-left: 30px;
}
.content-404 {
    position: relative;
    overflow: hidden;
    padding: 100px;
    text-align: center;
}

.content-404 h2.title-404 {
    background: transparent;
    color: #3558A2;
    font-size: 33px;
    font-family: "Cairo", sans-serif;
    text-decoration: none;
    padding: 8px 20px 10px 20px;
}

.content-404 p {
    color: #000;
    font-family: "Cairo", sans-serif;;
    font-size: 15px;
    margin: 25px 0 0;
}

figure.image-404 {
    max-width: 100%;
    height: auto;
    display: block;
}
.absolute-banner .ariane {
    display: none;
}
.image-card-cours.image-examens {
    background: #0d50a1;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-card-cours.image-examens img {
    height: auto;
    padding: 20px;
}
.btn-return {
    font-family: "Cairo", sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    background-color: var(--main-color);
    padding: 8px 20px 10px 20px;
    border-radius: 0 !important;
    display: inline-block;
    min-width: auto !important;
    width: auto !important;

}
.right-sidebar .btn-return {
  font-family: "Cairo", sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  padding: 0;
  border-radius: 0 !important;
  display: inline-block;
  min-width: auto !important;
  width: auto !important;
  padding-right: 50px;
  margin-bottom: 15px;
  background: none;
}
.right-sidebar .btn-return:before {
  content: "";
  background-image: url(../../images/right-arrow.png);
  z-index: 1;
  width: 63px;
  background-size: 65%;
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  height: 65px;
  top: 0;
}
/******** DÃƒÂ©tails poles **************/
.types-cours-tabs h3 {
  font-size: 22px;
  color: #0d0c0c;
  font-family: "Cairo", sans-serif;
  display: block;
  margin-bottom: 15px;
}
.types-cours-tabs p {
  font-size: 15px;
    margin: 20px 0 0;
    line-height: 32px;
    text-align: justify;
    font-family: "Cairo", sans-serif;;
}
.types-cours-tabs a {
  color: #fff;
    text-decoration: none;
    background-color: var(--extranet_primary_color);
    padding: 10px;
    font-family: "Cairo", sans-serif;;
    margin: 15px 0 0;
    display: inline-block;
    font-size: 14px;
}
.calendrier-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0 !important;
  border: 1px solid #E5E7EB;
  font-size: 14px;
}

.calendrier-table th {
  background-color: #FF9F8D;
  color: #000;
  padding: 15px 10px;
  text-align: center;
  font-weight: 700;
}

.calendrier-table td {
  padding: 12px 10px;
  text-align: center;
  color: #4B5563;
}

.calendrier-table tbody tr:nth-child(even) {
  background-color: #F9FAFB;
}

.calendrier-table tbody tr:hover {
  background-color: #F3F4F6;
}

/* Style responsive */
@media (max-width: 768px) {
  .calendrier-table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
  }
  
  .calendrier-table th,
  .calendrier-table td {
      padding: 8px 6px;
      font-size: 14px;
  }
}
/* Styles pour les cours */
.types-cours-tabs {
  font-family: "Cairo", sans-serif;;
  margin: 30px 0 0;
}

.cours-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #000;
}

.cours-tabs li {
  padding: 10px 20px;
  background-color: transparent;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 0;
}

.cours-tabs li:hover {
  background-color: transparent;
  font-family: "Cairo", sans-serif;
  border-bottom: 5px solid var(--main-color);
}

.cours-tabs .cours-active {
  background-color: transparent;
  font-family: "Cairo", sans-serif;
  border-bottom: 5px solid var(--main-color);
}

.cours-tabs-content .cours-tab-content {
  display: none;
  margin-top: 20px;
}

.cours-tabs-content .cours-tab-content.cours-active {
  display: block;
}

/* Styles pour les certifications */
.certifications-container {
  max-width: 1200px;
  margin: 30px 0 0;
  padding: 20px 0;
}

.certifications-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.cert-tab-button {
  padding: 10px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Cairo", sans-serif;;
}

.cert-tab-button:hover {
  font-family: "Cairo", sans-serif;
  border-bottom: 5px solid var(--main-color);
}

.cert-tab-button.cert-active {
  font-family: "Cairo", sans-serif;
  border-bottom: 5px solid var(--main-color);
}

.cert-tab-content {
  display: none;
  padding: 20px 0;
}

.cert-tab-content.cert-active {
  display: block;
}

.certification-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.certification-logo {
  flex-shrink: 0;
  width: 140px;
}

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

.certification-title {
  font-size: 24px;
  margin: 0;
  font-family: "Cairo", sans-serif;
}

.certification-description {
  margin-bottom: 20px;
  line-height: 1.6;
}

.certification-action {
  margin-top: 20px;
}

.certification-button {
  display: inline-block;
  padding: 10px 20px;
  background: var(--main-color);
  color: white;
  text-decoration: none;
  transition: background 0.3s ease;
}

.certification-button:hover {
  opacity: 0.9;
}
.certification-description p span {
  font-size: 15px !important;
  margin: 20px 0 0;
  line-height: 32px;
  text-align: justify;
  font-family: "Cairo", sans-serif;;
}
.certification-description p {
  font-size: 15px !important;
  margin: 20px 0 0;
  line-height: 32px;
  text-align: justify;
  font-family: "Cairo", sans-serif;;
}
#certifications {
  padding: 50px 0 0;
}
@media (max-width: 768px) {
  .certification-header {
      flex-direction: column;
  }

  .certification-logo {
      width: 80px;
      margin-bottom: 15px;
  }
}

/********** Details calendrier Examens **************/
.calendrier-examens {
  max-width: 1200px;
  margin: 40px auto;
  font-family: "Cairo", sans-serif;
}

.titre-examens {
  margin-bottom: 30px;
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  display: block;
}

.poles-selection {
  margin: 30px 0;
}

.poles-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.poles-liste {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.pole-btn {
  background: none;
  border: none;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  color: #000;
  transition: all 0.3s ease;
}

.pole-btn:hover,
.pole-btn.active {
  color: #003876;
}

.pole-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 3px;
  background: #003876;
}

.pole-content {
  display: none;
}

.pole-content.active {
  display: block;
}

.examens-tableau {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.tableau-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #FF9E80;
  padding: 15px 0;
}

.header-cell {
  padding: 10px;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
  font-weight: 700;
  font-size: 14px;
}

.tableau-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.tableau-row:last-child {
  border-bottom: none;
}

.tableau-cell {
  padding: 15px;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
}

@media (max-width: 768px) {
  .poles-liste {
      flex-wrap: wrap;
      gap: 15px;
  }

  .pole-btn {
      font-size: 14px;
  }

  .examens-tableau {
      overflow-x: auto;
  }

  .tableau-header,
  .tableau-row {
      min-width: 800px;
  }
}

.box-cours-hidden {
  position: relative;
  margin: 25px 0 15px;
}

.flexbox-cours-button {
  display: flex;
  align-items: center;
}

.flexbox-cours-button p {
  margin: 0 0 0 15px;
  font-family: "Cairo", sans-serif;;
  font-size: 15px;
}
.kiosque-aec {
  font-family: "Cairo", sans-serif;;
}
.tabs-agenda ul {
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
}

.tabs-agenda ul.nav-tabs li button.active {
  font-family: "Cairo", sans-serif;
  border-bottom: 5px solid var(--main-color);
  background: transparent !important;
  border-radius: 0 !important;
}

.tabs-agenda ul.nav-tabs li button:hover {
  font-family: "Cairo", sans-serif;
  border-bottom: 5px solid var(--main-color);
  background: transparent !important;
  border-radius: 0 !important;
}

.tabs-agenda ul.nav-tabs li button {
  border-bottom: 5px solid var(--main-color);
  background: transparent !important;
  border: 0;
  border-radius: 0 !important;
  color: #000;
  font-family: "Cairo", sans-serif;;
  font-size: 15px;
  padding: 0 25px 5px;
}
.tabs-agenda 
 .event-tag.event-tag--filter {
    position: relative;
}


.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  white-space: nowrap;
  position: relative;
  scroll-behavior: smooth;
  overflow-y: hidden;
}

.nav-tabs::-webkit-scrollbar {
  height: 4px;
}

.nav-tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.nav-tabs::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.nav-tabs::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.nav-tabs .nav-item {
  flex: 0 0 auto;
}
.nav-scroll-arrow {
  position: absolute;
  top: -4px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #3558a2;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s ease;
}

.nav-scroll-arrow:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

 .nav-scroll-arrow.right {
  right: -15px;
}
.nav-scroll-arrow.left {
  left: -15px;
}

/* Container for the tabs with arrows */
.tabs-container {
  position: relative;
}
.wpb-booking-dynamic-shortcode {
  padding: 100px 0 !important;
}
.box-search .card.card-candidature {
  border: 2px solid #2b57a7;
}
.wp-block-heading {
  font-family: "Cairo", sans-serif;;
}
.read-more-btn {
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main-color);
  padding: 8px 20px 10px 20px;
  display: inline-block;
  margin: 20px 0 0;
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.pagination .screen-reader-text {
  display: none;
}

.page-numbers.current {
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main-color);
  padding: 8px 20px 10px 20px;
  display: inline-block;
}

.page-numbers {
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  color: var(--main-color);
  text-decoration: none;
  border: 1px solid var(--main-color);
  padding: 8px 20px 10px 20px;
  display: inline-block;
}
.titre-search {
  margin: 50px 0 0;
}
.titre-search h1 {
  font-size: 22px;
    font-family: "Cairo", sans-serif;
    color: #000;
}
.maps-contact iframe {
  width: 100%;
}
/********************** Responsive *****************/
@media screen and (max-width: 1366px) {
.flexbox-reservation {
  background: #F9F9F9;
  margin-bottom: 30px;
  padding: 50px 0;
}
.flexbox-reservation:before {
  display: none;
}
.parag-reservation {
  width: 60%;
}
.image-reservation {
  width: 40%;
}
.img-reservation {
  max-width: 100%;
}
.subtitle-presentation, .subtitle-presentation, .title-interne, .details-contenu h2, .section-jours-feries h2 {
  font-size: 22px;
  line-height: 28px;
}
.boxcontenu-section p {
  font-size: 14px;
  line-height: 30px;
}
.liste-ift .arc-en-ciel .font-size-15, .kiosque-aec .font-size-15 {
  font-size: 12px !important;
}
.arc-en-ciel a.button-primary, .kiosque-aec a.button-primary {
  font-size: 12px;
}
.semi-circle-left {
  left: -25px;
}
.semi-circle-right {
  right: -25px;
}
.semi-circle-right, .semi-circle-left {
  width: 25px;
}
.title-blue-interne {
  font-size: 24px;
  line-height: 30px;
}
.profile-name {
  font-size: 14px;
}
.details-profile {
  font-size: 13px;
}
.searchIFT {
  left: 330px;
  width: 50%;
}
}
@media screen and (max-width: 1280px) {
  .searchIFT {
    left: 250px;
    width: 60%;
}
.img-programmes {
  width: 120%;
}
.programmes-container {
  padding: 30px 35px 60px 0;
}
.border-programmes {
  padding: 30px;
}
.image-container-cooperation {
  padding: 20px;
}
.numbre-chiffre {
  font-size: 20px;
}
.details-chiffre {
  font-size: 14px;
}
.profile {
  width: 50%;
}
.image-card-cours.img-examens img {
  max-width: 100%;
  height: auto;
}
.title-projet-image {
  padding: 10px;
}
.title-balthazard .title-presentation {
  font-size: 22px;
}
.box-outils h3 {
  font-size: 14px;
}
.box-outils p {
  font-size: 13px;
  line-height: 25px;
  min-height: 325px;
}
.box-equipes-france {
  width: 25%;
}
.wpb-booking-dynamic-shortcode {
  padding: 30px 0 !important;
}
}
@media screen and (max-width: 1024px) {
  .searchIFT {
    left: 230px;
    width: 60%;
}
.image-container-cooperation {
  padding: 10px;
}
.multiple-cooperation .slick-center .image-cooperation {
  outline-offset: -15px;
}
.title-cooperation {
  width: 75%;
  font-size: 16px;
}
.bgbanner img {
  height: 240px;
}
.absolute-banner {
  right: 60px;
}
.semi-circle-left {
  left: -15px;
}
.semi-circle-right {
  right: -15px;
}
.semi-circle-right, .semi-circle-left {
  width: 15px;
}
}
@media screen and (max-width: 992px) {
.candidatures-parent-container {
  padding: 0 15px;
}
.row-candidatures {
  padding: 0;
}
.boxflex-title {
  display: flex;
  flex-direction: column;
}
.title-prog {
  width: 100%;
  text-align: center;
}
.link-prog {
  width: 100%;
  text-align: center;
  margin: 15px 0 0 !important;
}
#ift-programmes-container {
  padding: 0;
}
.container-ift.boxflex-title {
  width: 100%;
}

.row.container-ift {
  width: 100%;
  padding: 0 30px;
}
.primary-title-certifications {
  text-align: center;
  margin: 0;
}
.primary-title-partenaires_slider {
  font-size: 22px;
  margin: 0 0 30px;
  text-align: center;
}
.inner-footer ul li a {
  font-size: 13px;
}
.col-cours {
  width: 50%;
}
.boxflex-register a {
  padding: 10px;
  font-size: 11px;
}
.boxcontenu-section.flexbox-left:before {
  width: 70%;
}
.boxflex-filtre {
  flex-wrap: wrap;
}
.box-chiffre {
  margin-bottom: 20px;
  width: 100%;
}
.flex-section {
  flex-wrap: wrap;
}
.boximg-section {
  margin: 20px 0 0;
  width: 100%;
}
.boxcontenu-section {
  width: 100%;
}
.main-container {
  width: calc(100% - 215px);
  margin-right: 215px;
}
.flexbox-inscription {
  flex-wrap: wrap;
}
.boxcontenu-section.no-border {
  padding: 0;
}
.boximg-section-inscription {
  width: 100%;
  margin: 20px 0 0;
}
.jours-feries-list li span.name-jour {
  font-size: 14px;
}
.jours-feries-list li span.details-jour {
  font-size: 14px;
}
.details-contenu ul li {
  font-size: 14px;
}
.flexbox-filtre-interne {
  align-items: flex-end;
  flex-direction: column;
}
.boxfiltre {
  margin: 20px 0 0;
}
.secteur-cooperation {
  padding: 0 15px;
  width: 50%;
}
.secteur-cooperation:nth-child(2), .secteur-cooperation:nth-child(4), .secteur-cooperation:nth-child(6) {
  margin-top: 0;
}
.flexbox-projet {
  flex-wrap: wrap;
}
.details-projet, .boximg-projet {
  width: 100%;
}
.boximg-projet .title-projet-image {
  transform: translateX(0);
}
.button-projet {
  display: none;
}
.title-projet, .details-projet p {
  margin: 20px 0 0;
  width: 100%;
  transform: translateY(0%);
}
.details-projet p {
  font-size: 14px;
}
.flexbox-projet {
  background: #f3f3f3;
}
.card-body-focus {
  padding: 20px 10px 0;
}
.card-focus p {
  font-size: 14px;
}
.bouton-resident.filter_btn_partenaires {
  margin: 0 10px;
  padding: 5px 10px;
}
.bouton-programme-resident {
  padding: 5px 15px;
}
.filter_btn_partenaires {
  font-size: 14px;
}
.boximg-resident {
  padding: 0 15px;
  width: 100%;
  order: 2;
  margin: 20px 0 0;
}
.single-resident {
  padding: 50px 0;
}
.description-resident {
  padding: 0 15px;
  width: 100%;
}
.card-candidature-border {
  width: 50%;
}
.bloc-galerie-espace {
  width: 100%;
  padding: 0 15px;
}
.bloc-form-espace {
  background: #fff;
  width: 100%;
  padding: 0 15px;
  margin-top: 20px;
}
.title-balthazard {
  margin: 0;
}
.flex-section.balthazart .boxcontenu-section {
  padding: 0;
}
.flex-section.menu-balthazart .img-presentation {
  max-width: 100%;
  height: 450px;
  width: 100%;
}
.flex-section.menu-balthazart .boximg-section:before {
  display: none;
}
.post-list-event {
  width: 50%;
  margin: 20px 0;
}
.box-outils {
  width: 50%;
}
.box-outils p {
  min-height: 260px;
}
.sjb-page {
  padding: 0;
}
.section-contact:before {
  display: none;
}
.flexbox-contact {
  margin-top: 0;
}
.details-alliances {
  padding: 50px 40px;
}
.details-alliances h2 {
  font-size: 22px;
}
.box-equipes-france {
  width: 33.333%;
}
.reservation-rdv .col-lg-4.col-md-6 {
  width: 50%;
}
.wpb-booking-dynamic-shortcode {
  padding: 0 !important;
}
.boxactualites, .box-search {
  width: 50%;
}
.searchIFT {
  left: 270px;
  width: 48%;
}
.searchIFT input {
  width: 85%;
}
input::placeholder {
  font-size: 14px !important;
}
}
@media screen and (max-width: 800px) {
.liste-ift .event-grid-template {
  grid-template-columns: repeat(2, minmax(225px, 1fr)) !important;
}
}
@media screen and (max-width: 768px) {
  .searchIFT {
    left: 240px;
    width: 40%;
}
  .liste-ift .arc-en-ciel .padding-x-responsive, .kiosque-aec .padding-x-responsive {
    padding-right: 0;
    padding-left: 0;
}
.tabs-agenda .event-grid-template {
  grid-template-columns: repeat(2, minmax(225px, 1fr)) !important;
  border: 0;
}
.tabs-agenda .kiosque-aec li:nth-child(3) {
  display: none;
}
.chiffre-cle:before {
  display: none;
}
.candidatures-parent-container {
  padding: 0;
  margin: 25px 0 0;
}
.actualites-container {
  margin-bottom: 20px;
}
.row-actualites {
  padding: 0;
}
.boxcol-actualites {
  padding: 0;
}
.margin-link-actualites {
  margin: 20px 0 0 !important;
}
.border-programmes {
  padding: 20px;
}
.img-programmes {
  width: 110%;
}
.row.container-ift {
  padding: 0 15px;
}
.linkSlider {
  padding: 10px 20px;
}
.margin-bottom-cooperation {
  margin-bottom: 0 !important;
}
.footer .container-ift {
  width: 100%;
  padding: 0 15px;
}
.footer ul {
  padding: 0;
  margin: 15px 0 0;
}
.footer-bottom .col {
  width: 100%;
  margin: 10px 0 0;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
}

.footer-copyleft {
  padding: 0 15px;
  text-align: center;
  font-size: 13px;
}
.col-cours {
  width: 100%;
}
.bgbanner img {
  height: auto;
}
.absolute-banner {
  right: 30px;
}
.titre-banner {
  font-size: 20px;
  margin: 0;
}
.details-cooperation {
  padding: 40px 0;
}
.right-sidebar {
  width: 100%;
  position: relative !important;
  top: 0 !important;
}
.main-container {
  height: 100%;
  width: 100%;
  padding-right: 0;
  margin: 20px 0 0;
}
.listing-cours .arc-en-ciel a, .listing-cours .kiosque-aec a, .arc-en-ciel .button-back, .kiosque-aec .button-back {
  margin: 10px 0 0;
}
.arc-en-ciel .flex-sm-col, .kiosque-aec .flex-sm-col {
  width: 100%;
  color: #fff;
}
.boxcontenu-section p {
  font-size: 14px;
}
.image-card-cours.image-examens img {
  max-width: 100%;
  height: auto;
  padding: 20px;
  width: auto;
}
.flexbox-reservation {
  padding: 0;
}
.parag-reservation {
  width: 100%;
}
.image-reservation {
  display: none;
}
.parag-reservation {
  padding: 30px;
}
.box-details-examens {
  padding: 30px 15px;
}
.box-faq-list {
  padding: 15px;
}
.faq-item {
  padding: 0;
}
.faq-question {
  font-size: 15px;
}
.bggris-prsntation {
  margin-right: 0;
}
.boxcontenu-section:before {
  right: 40px;
}
.details-contenu .wp-block-image:before {
  width: 75%;
}
.details-contenu p {
  display: flex;
  flex-wrap: wrap;
}
.contenu-inscription a {
  margin: 20px 0 0;
}
.certifications-content .certification-logo {
  width: auto;
  margin-bottom: 15px;
}
.title-poles, .listing-poles p {
  font-size: 22px;
}
#certifications {
  padding: 30px 0 0;
}
.certification-description span {
  font-size: 15px !important;
}
.timeline::before {
  display: none;
}
.timeline-event {
  flex-direction: column;
}
.semi-circle-right, .semi-circle-left {
  width: 15px;
  display: none;
}
.profile {
  width: 100%;
}
.title-blue-interne {
  font-size: 20px;
  line-height: 25px;
}
.flexbox-filtre-interne {
  padding: 20px;
}
.secteur-cooperation {
  padding: 0 15px;
  width: 100%;
}
.col-focus {
  padding: 0;
  margin: 20px 0 0;
}
.liste-focus {
  padding: 20px 0 0;
}
.col-actualites {
  padding: 0;
}
.content-mediatheque {
  padding: 30px 15px;
}
.mediatheque-select select {
  width: 100%;
}
.section {
  padding: 50px 0 0;
}
.boxdetails-projets {
  padding: 15px 0 0;
}
.tags.tags-programme .filters-button-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.tags.tags-programme {
  width: 100%;
  display: flex;
}
.search-container-form {
  width: 100%;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.title-resident {
  font-size: 22px;
  line-height: 29px;
}
.boximg-resident {
  padding: 0;
}
.description-resident {
  padding: 0;
}
.filter_btn_partenaires {
  margin: 0 0 10px;
  font-size: 14px;
}
.card-candidature-border {
  width: 100%;
}
.post-list-event {
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
.section-galerie-photo h5 {
  font-size: 20px;
}
.section-galerie-photo {
  padding: 0px 0;
}
.galerie-photo .galerie {
  padding: 0;
}
.box-outils {
  width: 100%;
  padding: 0;
}
.box-outils p {
  min-height: auto;
}
.box-outils a {
  margin: 20px 0;
}
.box-details-contact {
  padding: 0;
}
.bloc-form-espace {
  padding: 0;
}
.details-alliances {
  padding: 30px 15px;
}
.box-equipes-france {
  width: 50%;
}
.reservation-rdv .col-lg-4.col-md-6, .box-search {
  width: 100%;
  padding: 0;
}
.boxactualites {
  width: 100%;
}
.search-bar-list input[type="text"] {
  width: 100%;
}
.boxpadding-filtre {
  padding: 0;
  margin: 0 0 10px;
}
.boxactualites {
  padding: 0;
}
.form-row-custom .search-bar-custom {
  justify-content: flex-end;
}
.title-post {
  font-size: 22px;
}
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
  width: calc(100% - var(--wp--style--unstable-gallery-gap, 16px)* .66667);
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(100% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
}
@media screen and (max-width: 600px) {
  .searchIFT {
    left: 0;
    width: 100%;
    right: 0;
    top: 150px;
}
  .flexbox-contact {
    padding: 30px 0;
}
.div-agenda {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.box-width-agenda {
  width: 100%;
  text-align: center;
}
.button-agenda {
  width: 100%;
  text-align: center;
  margin: 15px 0 0 !important;
}
.div-agenda {
  margin-top: 15px;
}
.tabs-agenda ul {
  margin-bottom: 0;
}
.row-agenda {
  padding: 0;
}
.border-actualites {
  right: 25px;
  width: 85%;
}
.actualites-container {
  padding: 50px 0;
}
.title-right-actualites {
  font-size: 17px;
  right: 45px;
  width: 75%;
}
.colbox-certification {
  padding: 0;
}
.cours-title a, .certifications-title a {
  font-size: 21px;
}
.flexbox-cours-button {
  flex-wrap: wrap;
}
.btn-return {
  margin: 10px 0 0;
}
.right-sidebar .btn-return:before {
  top: 5px;
}
.cours-tabs li {
  padding: 10px;
  margin-left: 5px;
  font-size: 14px;
}
.cert-tab-button {
  padding: 10px;
  margin-left: 5px;
  font-size: 14px;
}
.col-form {
  width: 100% !important;
  padding: 0;
}
.border-form {
  padding: 30px 15px;
}
.title-form span {
  font-size: 20px;
}
.f-carousel__slide img {
  height: 400px;
}
.listing-cours .arc-en-ciel .py-4, .listing-cours .kiosque-aec .py-4 {
  padding-top: 1em !important;
}
}
@media screen and (max-width: 550px) {
  .tabs-agenda .event-grid-template {
    grid-template-columns: repeat(1, minmax(225px, 1fr)) !important;
  }
  .tabs-agenda .kiosque-aec li:nth-child(2) {
    display: none;
  }
  .primary-title-agenda, .primary-title-candidatures, .primary-title-actualites, .primary-title-programmes, .primary-title-cooperation, .primary-title-certifications {
    font-size: 22px;
  }
  .text-mediatheque {
    right: 10%;
    width: 85%;
}
.bg-media-1 {
  width: 80%;
  right: 6%;
}
.bg-media-2 {
  right: 5%;
}
.title-mediatheque {
  font-size: 22px;
  margin-top: 20px;
}
.description-mediatheque {
  font-size: 14px;
  width: 100%;
}
.subtitle-mediatheque {
  font-size: 16px;
}
.location-title-mediatheque {
  font-size: 15px;
  margin-top: 10px;
}
.img-media {
  width: 40px;
}
.actualites-container {
  padding: 30px 0;
}
.border-actualites {
  right: 20px;
  width: 85%;
}
.primary-title-actualites {
  margin-bottom: 15px;
}
.title-actualites {
  font-size: 15px;
}
.img-programmes {
  width: 130%;
}
.multiple-cooperation .slick-list {
  padding: 0 !important;
}
.row-cooperation {
  padding: 0;
}
.image-container-cooperation {
  padding: 0;
}
.primary-title-cooperation {
  margin: 0;
}
.subtitle-presentation, .subtitle-presentation, .title-interne, .details-contenu h2, .section-jours-feries h2 {
  font-size: 18px;
  line-height: 22px;
}
.title-presentation {
  font-size: 18px;
}
.absolute-banner {
  right: 20px;
}
.titre-banner {
  font-size: 18px;
}
.liste-ift .event-grid-template {
  grid-template-columns: repeat(1, minmax(225px, 1fr)) !important;
}
.title-residence {
  font-size: 20px;
  line-height: 25px;
  margin: 15px 0 20px;
}
.recent-posts h3 {
  font-size: 20px;
  line-height: 25px;
}
.box-equipes-france {
  width: 100%;
}
.title-post {
  font-size: 18px;
}
}


/*********** Langue  switcher **************/
.trp-ls-shortcode-current-language {
  width: auto !important;
  padding: 0 0px 0 0!important;
}

.trp-ls-shortcode-language {
  width: auto !important;
  padding: 0 0px 0 0 !important;
}
.trp-language-switcher > div {
  background-position: 90% 55% !important;
}
.trp-language-switcher > div > a {
  padding: 5px 15px 5px 10px !important;
}
.trp-language-switcher {
  width: auto !important;
}

.slick-slider {
  direction: ltr;
}
.trp_language_switcher_shortcode {
  margin-left: auto;
  margin-right: 0;
}
.cky-revisit-bottom-left {
  left: auto;
  right: 15px;
}
div#tunis-map-1100 {
  height: 750px !important;
}
