@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

/****************Header****************/
body {
  font-family: "Poppins", sans-serif;
}

.header {
  position: relative;
  background: #fff;
  z-index: 2;
}

.logo {
  position: relative;
  overflow: hidden;
  width: 120px;
  transition: 0.5s ease all;
}

.headder-cepex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px 15px;
  transition: 0.5s ease all;
}

.logo-header {
  max-width: 100%;
  height: auto;
  display: block;
}

.flex-header-top-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s ease all;
  /*transform: translateY(0%);*/
}

.box-sociaux-header {
  position: relative;
  /*overflow: hidden;*/
}

.box-sociaux-header .ul-sociaux-header {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

/*.box-sociaux-header .ul-sociaux-header li {*/
/*  margin-right: 15px;*/
/*}*/


.box-sociaux-header .ul-sociaux-header li:last-child {
  margin-right: 0;
}

.box-sociaux-header .ul-sociaux-header li a {
  font-size: 20px;
  color: #cd0b47;
}

.representant-rs .ul-sociaux-header li a {
  font-size: 20px;
  color: #232c33;
}

.box-sociaux-footer .ul-sociaux-header li a {
  font-size: 20px;
  color: #ffffff;
}

.box-sociaux-footer .ul-sociaux li {
  background: none
}

.box-contact-header {
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  margin-left: 20px;
}

.link-contact {
  font-size: 18px;
  color: #686868;
  font-weight: 500;
  text-decoration: none;
}

.flex-icon-contact {
  display: inline-flex;
  align-items: flex-start;
  margin-right: 15px;
  position: relative;
}

.icon-msg {
  font-size: 10px;
  background: #686868;
  color: #fff;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0px;
}

.icon-phone {
  font-size: 20px;
  padding-top: 5px;
}

.title-link-contact {
  text-decoration: underline;
}

.box-contact-header:before {
  content: "";
  background: #9b9b9b;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.link-contact:hover {
  color: #cd0b47;
}

.link-contact:hover .icon-msg {
  background: #cd0b47;
}

.box-connecter-header {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  overflow: hidden;
  display: inline-flex;
}

.link-connect-header {
  background: #cd0b47;
  color: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  text-decoration: none;
  border: 1px solid #cd0b47;
}

.link-connect-header:hover {
  color: #cd0b47;
  background: #fff;
  border: 1px solid #cd0b47;
}

.box-connecter-header:before {
  content: "";
  background: #9b9b9b;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.boxlangue .dropdown:hover .dropdown-content {
  display: block;
}

.boxlangue .dropdown-content {
  display: none;
  position: absolute;
  background-color: #cd0b47;
  min-width: auto;
  box-shadow: none;
  z-index: 1;
  top: 17px;
  color: #fff;
}

.boxlangue .dropdown-content a:hover {
  background-color: #fff;
  color: #cd0b47;
}

.boxlangue .dropdown-content a {
  color: #fff;
  padding: 5px 8px;
  text-decoration: none;
  display: block;
}

.boxlangue {
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  position: relative;
}

.boxserach span {
  font-size: 16px;
  color: #686868;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.buttonsearch {
  transform: translateX(0);
  transition: 0.7s ease transform;
  transition-delay: 0.5s;
}

.buttonsearch.buttonsearchblock {
  transform: translateY(-300%);
  transition: 0.7s ease transform;
  transition-delay: 0.5s;
}

.langueactive a {
  color: #000;
  text-decoration: none;
}

.langueactive {
  font-size: 15px;
  color: #000;
}

.langueactive i {
  font-size: 12px;
  margin-left: 5px;
}


.boxserach.searchbtn {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding-left: 20px;
}

.searchdiv {
  position: absolute;
  right: 0;
  top: -10px;
  background: transparent;
  padding: 0;
  overflow: hidden;
  transition: 0.7s ease transform;
  transition-delay: 0.0s;
  z-index: 999;
  transform: translateY(-200%);
}

.searchdiv.searchdivblock {
  transform: translateY(0);
}

@media screen and (max-width:550px) {
  .searchdiv {
    top: -10px;
    transform: translate(184px, -150px);
  }

  .searchdiv.searchdivblock {
    /* transform: translateY(0); */
    transform: translate(185px, 0px);
    top: 30px;
  }

}

.serachprod {
  height: auto;
  width: 225px;
  position: relative;
  margin: 0 auto;
}

.searchbtn.big {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 35px;
  top: 35px;
}

.searchbtn.big::before,
.searchbtn.big::after {
  top: 19px;
  left: 11px;
  width: 35px;
  background: #cd0b47;
}

.search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.search-input {
  border: 1px solid #686868;
  width: 100%;
  height: auto;
  border-radius: 8px;
  padding: 8px 12px;
}

.search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 3px;
  font-size: 14px;
  background: #cd0b47;
  padding: 12px 12px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.search-button:hover {
  background: #fff;
  color: #cd0b47;
}

.boxserach.searchbtn:before {
  content: "";
  background: #9b9b9b;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.boxlangue:before {
  content: "";
  background: #9b9b9b;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

#languageDropdown {
  padding-left: 5px;
}

.header-bottom {
  position: relative;
  margin-top: 25px;
  transition: 0.5s ease all;
  transform: translateY(0%);
}

.navmenu {
  position: relative;
}

.nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-menu .link-nav {
  margin-left: 55px;
  position: relative;
  padding-bottom: 10px;
}

.nav-menu .link-nav:first-child {
  margin-left: 0;
}

.nav-menu .link-nav a {
  font-size: 17px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.navmenu .nav-menu li:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #cd0b47;
  transition: width 0.3s;
  position: absolute;
  bottom: 5px;
}

.navmenu .nav-menu li:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #cd0b47;
  transition: width 0.3s;
  position: absolute;
  bottom: 5px;
}

.link-nav .btn-nav:hover {
  color: #cd0b47;
}

.navmenu .dropdown:hover .dropdown-content {
  display: block;
}

.navmenu .dropdown-content {
  display: none;
  position: absolute;
  background: #fff;
  min-width: auto;
  z-index: 1;
  top: 25px;
  color: #000;
  left: 0;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 10px;
}

.navmenu .dropdown-content a:hover {
  background-color: #fff;
  color: #cd0b47;
}

.navmenu .dropdown-content a {
  color: #000;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 15px;
  font-weight: 400;
}


.menu-mobile .dropdown-content {
  display: block !important;
  position: unset !important;
  background: #fff;
  min-width: auto;
  z-index: unset !important;
  top: unset !important;
  color: #000;
  left: unset;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 10px;
}

.menu-mobile .navmenu .nav-menu li:before {
  height: 0px !important;
}

.menu-mobile .nav-menu-level.dropdown-content li a {
  border: 0px !important
}

.boxlangue i.fa-globe {
  color: #cd0b47;
}

.nav-menu-level.dropdown-content li a {
  border-bottom: 1px solid #9b9b9b;
}

.nav-menu-level.dropdown-content li:last-child a {
  border-bottom: 0;
}

.navmenu .dropdown-content li:before {
  display: none;
}

.navmenu .dropdown-content li:hover:before {
  display: none;
}

.link-nav.link-sous-nav .dropdown {
  cursor: pointer;
}

.banner-home {
  position: relative;
  overflow: hidden;
}

.header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.3);
}

.header.sticky .logo {
  width: 80px;
  transition: 0.5s ease all;
}

.header.sticky .header-top {
  transition: 0.5s ease all;
  transform: translateY(-200%);
}

.header.sticky .header-bottom {
  transition: 0.5s ease all;
  transform: translateY(-40%);
  margin-top: 0;
}

.header.sticky .headder-cepex {
  padding: 10px 50px 10px;
}


/****************** Burger Menu *********************/
#menu-toggle span {
  display: block;
  background: #cd0b47
}

#menu-toggle {
  width: 40px;
  height: 22px;
  margin: 0px auto;
  position: relative;
  cursor: pointer;
}

#menu-toggle #hamburger {
  height: 22px;
  width: 40px;
}

#menu-toggle #hamburger span {
  width: 40px;
  height: 2px;
  position: relative;
  margin: 0px auto;
  margin-bottom: 8px;
}

#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}

#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}

#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
  margin-bottom: 0;
}

.box-search-login {
  display: none;
}

.boxmenunav {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  bottom: 0;
  z-index: 999;
  overflow: auto;
  background: #fff;
  -webkit-transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100vw;
  height: 100vh;
}

.boxmenunavblock {
  transform: translateX(0%) !important;
}

.big {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 40px;
  overflow: hidden;
  top: 20px;
  cursor: pointer;
  z-index: 999;
  right: 20px;
}

.big::before,
.big::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 35px;
  top: 50%;
  left: 0;
  background: #cd0b47;
}

.big::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.big::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btnmenu {
  display: none;
}

.boxmenunav .box-connecter-header.box-connecter-header-mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .nav-menu .link-nav {
    margin-left: 25px;
  }
  .nav-menu .link-nav a {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .nav-menu {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-menu .link-nav {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .box-contact-header {
    padding-left: 0;
  }

  .box-contact-header:before {
    display: none;
  }

  .btnmenu {
    display: block;
    margin-left: 15px;
  }

  .header .navmenu {
    display: none;
  }

  .header .navmobile.navmenu {
    display: none;
  }

  .header-top .box-contact-header,
  .box-sociaux-header {
    display: none;
  }

  .boxserach.searchbtn {
    margin-left: 15px;
    padding-left: 15px;
  }

  .box-connecter-header {
    margin-left: 0;
    padding-left: 0;
  }

  .box-connecter-header:before {
    display: none;
  }

  .header {
    overflow: hidden;
  }

  .headder-cepex {
    padding: 15px 30px 15px;
  }

  .header.sticky .headder-cepex {
    padding: 15px 30px 15px;
  }

  .header.sticky .header-top {
    transition: 0.5s ease all;
    transform: translateY(0);
  }

  .boxnav-cta.mobile {
    padding: 50px 30px 20px;
  }
}

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

  div.mobile .navmobile.navmenu {
    display: block;
    padding: 60px 20px 0;
  }

  .headder-cepex {
    padding: 15px 15px;
  }

  .box-connecter-header {
    display: none;
  }

  .link-connect-header {
    padding: 5px 10px;
    font-size: 14px;
  }

  .header.sticky .headder-cepex {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 480px) {
  .box-connecter-header.box-connecter-header-mobile {
    display: inline-flex;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .boxmenunav .box-connecter-header.box-connecter-header-mobile {
    display: inline-flex;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .boxmenunav .region-secondary-menu {
    display: block;
  }

  .header-top .link-connect-header {
    display: none;
  }

  .boxserach.searchbtn {
    margin-left: 0;
    padding-left: 0;
  }

  .boxserach.searchbtn:before {
    display: none;
  }

}

@media screen and (max-width: 380px) {
  .logo {
    width: 80px;
  }

  .header.sticky .logo {
    width: 75px;
  }
}

@media screen and (max-width: 330px) {
  .logo {
    width: 70px;
  }

  .header.sticky .logo {
    width: 65px;
  }
}

/****************EndHeader****************/

section {
  position: relative;
  overflow: hidden;
}

/********** Section Prsenentation SCI ************/
.presentation {
  padding: 50px 0;
}

.flex-interne {
  display: flex;
  flex-wrap: wrap;
}

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

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

.fancybox-video {
  position: relative;
  overflow: hidden;
  display: block;
}

.fancybox-video i {
  color: #fe0002;
  font-size: 70px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 22;
}


.title-presentation {
  display: block;
  font-size: 46px;
  color: #cb043d;
  font-weight: 900;
  margin-bottom: 15px;
}

.box-presentation p {
  font-size: 17px;
  color: #000;
  text-align: justify;
  margin: 0 0 15px;
}

.imgvideo {
  width: 100%;
  height: 400px;
  object-fit: contain;
  display: block;
}


/*********** Section declaration ************/
.declaration {
  padding: 35px 0;
}

.bggris {
  background: #fbfbfb;
}

.box-interne {
  position: relative;
  text-align: center;
  overflow: hidden;
}

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

.img-declaration {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.contenu-declaration {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
}

.title-declaration {
  display: block;
  font-size: 36px;
  color: #cf184c;
  font-weight: 600;
  padding: 0px 0 15px;
}

.contenu-declaration p {
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 28px;
  margin: 0;
}

.flex-process {
  display: flex;
  align-items: center;
  margin: 50px 0 0;
}

.boxprocess {
  position: relative;
  padding-right: 160px;
  margin: 2px;
}

.boxprocess:last-child {
  padding-right: 0;
}

.contenu-step {
  position: relative;
  width: 270px;
  height: 270px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.absolute-step {
  position: absolute;
  width: 85px;
  height: 85px;
  background: #cb033d;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  right: 0;
  top: 0;
}

.bgwhite-process {
  position: relative;
  padding: 20px;
}

.absolute-step:before {
  content: "";
  border: 1px dashed #cb033d;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.title-step {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 25px;
}

.contenu-step p {
  font-size: 14px;
  color: #000;
  margin: 10px 0 0;
  height: 100px;
  overflow: hidden;
}

.boxprocess:nth-child(1):before {
  background: url(../images/icon-process1.png) top center no-repeat;
  content: "";
  position: absolute;
  right: -15px;
  top: 40%;
  width: 188px;
  height: 71px;
  background-size: 80%;
}

.boxprocess:nth-child(2):before {
  background: url(../images/icon-process22.png) top center no-repeat;
  content: "";
  position: absolute;
  right: -15px;
  top: 40%;
  width: 188px;
  height: 71px;
  background-size: 80%;
}

.box-button {
  margin: 40px;
  display: inline-flex;
}

.btn-cepex {
  color: #303030;
  font-size: 16px;
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 18px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease all;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  background: transparent;
  border: 2px solid #cb033d;
  font-weight: 500;
  align-items: center;
}

.btn-cepex i {
  margin-left: 10px;
}

.btn-cepex:hover {
  background: #cb033d;
  color: #fff;
}

/*********** Page Guide export ************/
.guide-export {
  padding: 50px 0;
}

.contenu-guide {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.title-guide {
  display: block;
  font-size: 46px;
  color: #494949;
  font-weight: 900;
  margin-bottom: 15px;
}

.contenu-guide p {
  font-size: 17px;
  color: #000;
  text-align: center;
  margin: 0 0 15px;
}

.boxfiltre-guide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxfiltre-ouvrages .form-text.form-control {
  background: #dfdfdf;
  border: 0;
  padding: 10px 15px !important;
  border-radius: 15px;
  background-size: 15px;
}

.boxfiltre-guide select {
  background: #dfdfdf url(../images/chevron-down-solid.svg) 95% 50% no-repeat;
  border: 0;
  padding: 10px 15px !important;
  border-radius: 15px;
  background-size: 15px;
}

.btn-filtrer {
  margin-left: 35px;
  border: 0;
  background: #3f3f3f;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 15px;
}

.nos-guide {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.boxguide {
  padding: 0 15px;
}

.boximg-guie {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  margin: 5px;
}

.bgwhite-guide {
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}

.img-guide {
  width: 100%;
  height: 295px;
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.details-guide {
  position: relative;
  overflow: hidden;
  margin: 25px 0 0;
  width: 100%;
}

.titre-guide {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  /*display: block;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /*line-height: 1.2em; !* Adjust line height as needed *!*/
  max-height: 2.4em;
  /* 2 lines * line-height */
  word-wrap: break-word;
}

.details-guide .btn-cepex {
  margin: 20px 0;
}

.details-guide .btn-cepex i {
  margin-left: 0;
  margin-right: 10px;
}

.paginator-guide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
}

.paginator-guide .page-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px solid #000;
  color: #000;
  font-size: 17px;
  margin: 0 10px;
}

.paginator-guide .page-item.active .page-link {
  background: #e4e4e4;
  border-color: #e4e4e4;
  color: #000;
}

.paginator-guide .page-link:hover {
  background: #cb033d;
  border-color: #cb033d;
  color: #fff;
}

/****** Responsive ********/
@media screen and (max-width: 1366px) {

  .boxprocess:nth-child(1):before,
  .boxprocess:nth-child(2):before {
    right: -25px;

  }

  .boxprocess {
    padding-right: 140px;
  }

  .contenu-step {
    width: 230px;
    height: 230px;
  }

  .contenu-step p {
    font-size: 14px;
    line-height: 23px;
  }
}

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

  .title-presentation,
  .title-guide {
    font-size: 36px;
  }

  .box-presentation p,
  .contenu-guide p {
    font-size: 15px;
  }

  .title-declaration {
    font-size: 30px;
  }

  .boxprocess {
    padding-right: 50px;
  }

  .boxprocess:nth-child(1):before,
  .boxprocess:nth-child(2):before {
    width: 100px;
    height: 37px;
  }

  .title-step {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 992px) {
  .contenu-step p {
    height: auto
  }

  .container-interne {
    max-width: 100%;
    padding: 0 15px !important;
  }

  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .flex-process {
    flex-direction: column;
  }

  .boxprocess:nth-child(1):before,
  .boxprocess:nth-child(2):before {
    display: none;
  }

  .boxprocess {
    padding-right: 0;
    margin-top: 30px;
  }

  .contenu-step {
    width: 290px;
    height: 290px;
  }

  .flex-interne {
    flex-wrap: wrap-reverse;
  }

  .box-video {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .contenu-step {
    width: 250px;
    height: 250px;
  }

  .absolute-step {
    right: 10px;
  }

  .title-presentation,
  .title-guide {
    font-size: 26px;
  }

  .title-declaration {
    font-size: 20px;
  }

  .box-button {
    margin: 20px;
  }

  .titre-guide {
    font-size: 18px;
    line-height: 22px;
  }

  .boxfiltre-guide {
    flex-wrap: wrap;
  }

  .boxfiltre-guide select {
    width: 100%;
  }

  .btn-filtrer {
    margin-left: 0;
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
  }

  .paginator-guide .page-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin: 0 5px;
  }

  .guide-export {
    padding: 30px 0;
  }
}


/*************************** Page FOPRODEX **********************/
.banner-interne {
  background: #f0f0f0;
}

.contenu-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 0;
}

.box-foprodex {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.title-interne,
.title-interne-offre {
  display: block;
  font-size: 45px;
  color: #cb043d;
  font-weight: 900;
  padding: 0px 0 15px;
}

.box-foprodex p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  text-align: justify;
}

.logo-foprodex {
  position: relative;
}

.img-foprodex {
  max-width: 100%;
  height: auto;
  display: block;
}

.box-fil-ariane {
  position: relative;
  overflow: hidden;
  padding: 25px 0 15px;
}

.page-foprodex .box-fil-ariane {
  padding: 25px 0 80px;
}

.box-fil-ariane ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.box-fil-ariane ul li {
  margin-right: 10px;
  color: #000;
  font-size: 17px;
}

.box-fil-ariane ul li i {
  margin-left: 10px;
}

.box-fil-ariane ul li a {
  color: #cf184c;
  text-decoration: none;
}

.box-fil-ariane ul li a:hover {
  color: #000;
}

.bloc-tabs {
  margin-top: -70px;
}

/****** Tabs *****/
.bloc-tabs .tabs {
  position: relative;
  overflow: hidden;
}

.bloc-tabs .tabs-container {
  display: flex;
  justify-content: center;
}

.bloc-tabs .tab-nav {
  display: flex;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.3);
  margin: 10px;
}

.tab-text.col-md-6 {
  padding: 10px;
}

.bloc-tabs .tab-button {
  width: calc(33.333% - 2px);
  margin: 0px 1px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  color: #5d5d5d;
  font-weight: 600;
  transition: linear 0.5s;
  font-size: 20px;
  padding: 15px 35px;
}

.bloc-tabs .tab-button.active {
  background-color: #cb073f;
  color: #fff;
  font-weight: 600;
  transition: linear 0.5s;
}

.bloc-tabs .tab-button:hover {
  background-color: #cb073f;
  color: #fff;
  font-weight: 600;
  transition: linear 0.5s;
}

.tab-pane {
  display: none;
}

.bloc-tabs .tab-content {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
}

.principaux-indicateurs {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.colo-red {
  color: #cb073f;
}

.title-principaux {
  display: block;
  font-size: 36px;
  color: #484848;
  font-weight: 600;
  padding: 0px 0 15px;
  text-align: center;
}

.principaux-indicateurs p {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 17px;
}

.boxflex-chiffres {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.col-chiffre {
  width: 20%;
  padding: 0 3px;
}

.bggris-chiffre {
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
  border-left: 5px solid #cb073f;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;

}

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

.details-chiffre {
  margin-left: 2px;
  font-size: 16px;
  color: #afafaf;
  font-weight: 500;
}

.bggris-chiffre .counter {
  font-size: 40px;
  color: #cc0840;
  font-weight: 700;
}

.plus {
  font-size: 35px;
  color: #afafaf;
  font-weight: 700;
  margin-left: 5px;
}

.txt-chiffre {
  font-size: 16px;
  color: #484848;
  margin-left: 0;
  font-weight: 500;
  height: 70px;
  overflow: hidden;
}

.historique {
  position: relative;
  overflow: hidden;
  background: #f3f3f5 url(../images/bg-historique.png) left bottom no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding: 50px 0;
  margin: 50px 0 0;
}

.title-historique {
  display: block;
  font-size: 36px;
  color: #cb073f;
  font-weight: 600;
  padding: 0px 0 15px;
}

.historique p {
  font-size: 16px;
  color: #000;
  text-align: justify;
  margin: 0;
}

.timeline-historique {
  position: relative;
  margin-top: 75px;
  display: flex;
  align-items: center;
}

.timeline-historique:before {
  content: "";
  background: url(../images/bg-timeline.png) top center no-repeat;
  width: 100%;
  height: 138px;
  position: absolute;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}

.flex-historique {
  width: 20%;
  position: relative;
  overflow: hidden;
}

.box-historique {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 5px 15px;
  text-align: center;
}

.date-historique {
  font-size: 35px;
  font-weight: 700;
  background: #cf1f4b;
  color: #fff;
  padding: 2px 15px;
  display: inline-flex;
}

.box-historique p {
  font-size: 14px;
  margin: 20px 0 0;
  text-align: center;
}

.flex-historique.historique-top {
  padding-bottom: 460px;
}

.flex-historique.historique-bottom {
  padding-top: 500px;
}

.flex-historique.historique-top:after {
  content: "";
  background: #9d9d9d;
  width: 2px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: auto;
}

.flex-historique.historique-top:before {
  content: ".";
  color: #9d9d9d;
  font-size: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 265px;
  text-align: center;
}

.flex-historique.historique-top:nth-child(1):after {
  height: 25%;
}

.flex-historique.historique-bottom:nth-child(2):after {
  height: 27%;
}

.flex-historique.historique-top:nth-child(3):after {
  height: 22%;
}

.flex-historique.historique-top:nth-child(7):after {
  height: 26%;
}

.flex-historique.historique-top:nth-child(5):before {
  bottom: 300px;
}

.flex-historique.historique-bottom:after {
  content: "";
  background: #9d9d9d;
  width: 2px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 345px;
}

.flex-historique.historique-bottom:before {
  content: ".";
  color: #9d9d9d;
  font-size: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 265px;
  text-align: center;
}

.flex-historique.historique-bottom:nth-child(4):after {
  height: 18%;
}

.flex-historique.historique-top:nth-child(5):after {
  height: 16%;
}

.flex-historique.historique-bottom:nth-child(6):after {
  height: 19%;
}

.flex-historique.historique-bottom:nth-child(8):after {
  height: 19%;
}

.juridique {
  position: relative;
  overflow: hidden;
  margin: 50px 0;
  background: #fff url(../images/bg-world.png) top center no-repeat;
  background-size: cover;
}

.text-juridique {
  display: block;
  font-size: 36px;
  color: #484848;
  font-weight: 600;
  padding: 0px 0 15px;
  text-align: center;
}

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

.description-services-offerts {
  text-align: center;
  margin-bottom: 80px;
}

.box-juridique {
  margin-top: 35px;
}

.box-juridique .slick-slide {
  padding: 0 15px;
}

.bgbox-juridique {
  background: #cd1b4d;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(200%);
  transition: 0.5s ease all;
  padding: 20px;
  height: 100%;
  width: 100%;
}

.bggris-juridique {
  background: #e9e9e9;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 0 0 45px;
  overflow: hidden;
}

.flex-date-title {
  display: flex;
}

.date {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 15px;
}

.date span {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.flex-title-parag {
  position: relative;
  padding-left: 15px;
}

.title-juridique {
  display: block;
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  color: #fff;
}

.date:after {
  content: "";
  background: #ff99b6;
  width: 3px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
}

.flex-title-parag p {
  font-size: 15px;
  margin: 10px 0 0;
  line-height: 24px;
  text-align: justify;
  color: #fff;
  height: 100px;
  overflow: hidden;
}

.btn-pdf {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  color: #fff;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  transition: 0.5s ease all;
}

.bggris-juridique:hover .bgbox-juridique {
  transition: 0.5s ease all;
  transform: translateY(0px);
}

.date-juridique {
  display: table;
  background: #cd1b4d;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  margin: 20px auto 0;
}

.txt-juridique {
  display: block;
  font-size: 22px;
  color: #666666;
  font-weight: 600;
  margin-top: 35px;
  padding: 0 20px;
  line-height: 33px;
}

.bggris-juridique i {
  position: relative;
  left: 0;
  bottom: 0;
  font-size: 80px;
  color: #e6d2d8;
  margin-top: 15px;
}

.btn-pdf i {
  font-size: 18px;
  color: #fff;
  margin: 0 10px 0 0;
}

.btn-pdf:hover {
  color: #ff99b6;
}

.btn-pdf:hover i {
  color: #ff99b6;
}

.slick-dots li button {
  text-indent: -999999px;
}

.flexbox-juridique .slick-dots li button {
  border: 1px solid #cb033d;
  border-radius: 50%;
}

.flexbox-juridique .slick-dots li.slick-active button {
  background-color: #cb033d;
}

.flexbox-juridique .slick-dots li button:before {
  display: none;
}


/* services */

.icone-service {
  background-color: #cb043d;
  height: 90px;
  width: 90px;
  padding: 19px;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.icone-service img {
  height: 100%;
}


.card-services {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding: 60px 20px 10px 20px;
  position: relative;
  margin-bottom: 60px;
  color: #000;
}

.title-services {
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 62%;
}


.card-services p {
  width: 90%;
  height: 150px;
  overflow: hidden;
}

.card-services:hover {
  background: #cb043d;
  transition: 0.5s;
  color: white;
}


/* support communication */


.card-support {
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  margin: 30px 10px;
  background: #fff;
}

.text-formatted.field.field--name-field-description-support.field--type-text-long.field--label-above {
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}

.text-formatted.field.field--name-field-deuxieme-description.field--type-text-long.field--label-above {
  height: 80px;
  overflow: hidden;
}

.title-support {
  text-align: center;
  font-size: 36px;
  height: 32px;
  color: #616161c4;
  font-weight: 800;
  font-family: "Poppins";
  margin-bottom: 30px;

}


.icone-support img {
  width: 90px;
  border: 2px solid #cb043d;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}


.stitle-support {
  font-size: 18px;
  font-weight: 700;
  color: #616161c4;
  height: 61px;
  overflow: hidden;
  margin-top: 15px;
  line-height: 23px;
}


.btn-support {
  padding: 3px 12px;
  border: 1px solid #cb043d;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);

}

.btn-support i {
  margin-left: 5px;
}

.btn-support:hover {
  cursor: pointer;
  background-color: #cb043d;
  border: 1px solid #dee2e6;
  color: white;
  transition: 0.5s;
}


.cards-support .slick-slide {
  padding: 10px 20px;
}

.section-support .slick-dots {
  bottom: -20px;
}

.icone-support {
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-support {
  margin: 50px 0px;
}

.section-support {
  margin: 50px 0px;
  padding: 30px 0px;
  background: #f3f3f5;
  background-image: url(../images/map.png);
  background-size: contain;
}

.section-support.nobg {
  margin: 50px 0px 0;
  padding: 30px 0px 0;
  background: #fff;
  background-image: none;
}

/* slider */
.section-support.nobg .title-dossier.titlecolor {
  font-size: 20px;
}

.cards-support .slick-dots li button {
  border: 1px solid #cb033d;
  border-radius: 50%;
}

.cards-support .slick-dots li.slick-active button {
  background-color: #cb033d;
}

.cards-support .slick-dots li button:before {
  display: none;
}


.section-services {
  margin-top: 25px;
}

.section-services a {
  text-decoration: none;
  color: #000;
}

.section-services .nav-tabs .nav-link,
.section-services .nav-tabs {
  border: unset;
}


/* tab */

.tab-content {
  width: 100%;
}

.slick-dotted.slick-slider,
.slick-track {
  width: 100%;
}


.tabs-content .box {
  display: none;
}

.tabs-content .box.active {
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #cb033d !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #cb033d !important;
}

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

  .title-support {
    height: 92px;
  }
}

/* section contract */


.image-contact img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}


.image-contact {
  height: auto;
}


.section-contact .btn-support {
  width: fit-content;
  padding: 10px 30px;
}


.titre-contrat {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 10px;
  color: #616161db;
}


.desc-contrat {
  margin-bottom: 20px;
  /* height: 200px; */
  overflow: hidden;

}

.section-contact {
  margin: 50px 0px;
}


/* Filières */

.filtre-f {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}


.titre-f {
  height: 81px;
  font-size: 44px;
  color: #616161;
  font-weight: 800;
  font-family: "Poppins";
  text-align: center;
}

.filtre-container .formulaire-radios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filtre-container .formulaire-radios .bouton-filtre {
  margin: 10px 5px;
}

.filtre-container .form-radios {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.filtre-container .js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-field-filtre-filiere-target-id.form-item-field-filtre-filiere-target-id {
  background-color: #f0f0f0;
  text-align: center;
  padding: 10px 40px;
  border-radius: 20px;
  color: black;
  box-shadow: 1px 8px 7px rgba(0, 0, 0, 0.1);
  margin: -5px -11px;
  cursor: pointer;
  transition: 0.5s;
}

.filtre-container .form-radios {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.filtre-container .js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-field-filtre-filiere-target-id.form-item-field-filtre-filiere-target-id:hover {
  background-color: #d01f4b;
  color: white;
  transition: 0.5s;
  cursor: pointer;
}

.filtre-f div:hover,
.filtre-f div:active {
  background-color: #d01f4b;
  text-align: center;
  padding: 5px 50px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  transition: 0.5s;
}

.filtre-container {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}


.desc-filiere {
  text-align: center;
  height: 42px;
  margin-bottom: 30px;
}


.filtre-f div {
  background-color: #f0f0f0;
  text-align: center;
  padding: 5px 50px;
  border-radius: 20px;
  color: black;
  box-shadow: 1px 8px 7px rgba(0, 0, 0, 0.1);
}


.filiere-section1 {
  display: flex;
  width: 77%;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;

}

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

.filiere-section1-container {
  display: flex;
  justify-content: center;
}


.card-img {
  width: 300px;
  height: 320px;
  clip-path: ellipse(126% 96% at 74% -10%);
}

.bcard-img {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.5s ease all;
}

.bcard-img::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 64px;
  left: 1px;
  top: 250px;
  background: url(../images/LogoCepex.png) center no-repeat;
  background-size: contain;
}

.bcard-img:hover {
  cursor: pointer;
  transform: scale(1.07);
  transition: 0.5s ease all;
}

.section-filiere {
  margin-top: 50px;
  margin-bottom: 50px;
}

.titre-filiere2 {
  color: #d01f4b;
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}


.section-filiere .desc-filiere {
  height: unset;
}

.pays-container {
  display: flex;
  justify-content: space-around;
}

.pays {
  background: #d01f4b;
  color: white;
  width: 205px;
  text-align: center;
  padding: 3px 10px;
  border-radius: 8px;
}

.section-appui {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.appui-titre {
  font-weight: 700;
}

.appui-container {
  display: flex;
  width: 80%;
  justify-content: space-around;
}

.appui-card {
  height: 114px;
  width: 48%;
  overflow: hidden;
  text-align: justify;
  background-color: #f9f9f9;
  padding: 16px;
  border-left: 4px solid #d01f4b;
  font-size: 13px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
}

.text-appui {
  width: 70%;
  overflow: hidden;
}


.icone-appui img {
  width: 100%;
}

.icone-appui img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}


.icone-appui {
  width: 30%;

}


/* decision */


.titre-decision {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #d01f4b;
  margin-bottom: 15px;
  height: 26px;
  overflow: hidden;
  width: 100%;
}

.decision-card {
  background-color: #f9f9f9;
  padding: 15px 20px;
  width: 100%;
  height: 277px;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 80%, 79% 100%, 30% 100%, 0 100%, 0% 30%);
}


.bdecision {
  margin: 0 20px;
  filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.4));
  padding: 0 0 20px;
}

.bdecision:first-child .bdecision {
  filter: none;
}

.desc-decision {
  width: 100%;
  height: 151px;
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
  margin-bottom: 30px;
}


.decision-card a {
  padding: 3px 15px;
  text-decoration: none;
  color: black;
  border: 2px solid #d01f4b;
  border-radius: 20px;
  display: block;
  width: 45%;
  text-align: center;
  font-size: 13px;
}


.back-map {
  background-image: url(../images/map.png);
  background-size: contain;
}

.btn-support:hover a {
  color: white;
}

/* responsive */
@media screen and (max-width: 992px) {
  .filiere-section1 {
    width: 100%;
  }

  .bcard-img {
    margin: 0 10px;
  }

  .card-img {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .decision-card a {
    padding: 10px 25px;
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 14px;
  }

  .desc-decision {
    margin-bottom: 10px;
  }

  .decision-card {
    height: auto;
  }

  .field--name-field-titre-marketplace.field--type-string.field--label-above {
    margin-top: 30px;
  }

  .desc-filiere {
    height: 117px;
    overflow: hidden;
  }

  .filtre-f {
    width: 100%;
    flex-direction: row;
    justify-content: center;

  }


  .filtre-f div,
  .bcard-img {
    margin-bottom: 16px;
  }


  .filiere-section1 {

    flex-direction: column;
  }

  .pays {
    width: 120px;
    font-size: 12px;
  }

  .appui-card {
    width: 100%;
    margin-bottom: 25px;
  }

  .appui-container {

    width: 100%;
    flex-direction: column;
  }


}


@media screen and (max-width: 425px) {
  .pays {
    width: auto;
    font-size: 15px;
    padding: 10px 15px;
    margin: 10px 0 0;
  }

  .pays-container {
    flex-direction: column;
    align-items: center;
  }

  .pays-container {
    flex-direction: column;
    align-items: center;
  }

}

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

  .title-services {
    width: 100%;
  }
}

/****** Responsive ********/
@media screen and (max-width: 1366px) {
  .bloc-tabs .tab-button {
    font-size: 18px;
  }

  .principaux-indicateurs p {
    width: 70%;
  }

  .bggris-chiffre .counter {
    font-size: 40px;
  }

  .plus {
    font-size: 30px;
    margin-left: 2px;
  }

  .bggris-chiffre {
    padding: 30px 10px;
  }

  .box-historique p {
    font-size: 13px;
    line-height: 18px;
  }

  .flex-title-parag p {
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 1280px) {
  .txt-chiffre {
    font-size: 15px;
  }

  .principaux-indicateurs p {
    width: 100%;
  }
}


@media screen and (max-width: 1200px) {
  .bloc-tabs .tab-button {
    font-size: 17px;
    padding: 15px 25px;
  }

  .flex-historique.historique-top:nth-child(3):after {
    height: 14%;
  }

  .flex-historique.historique-top:nth-child(3):before {
    bottom: 320px;
  }

  .flex-historique.historique-top:nth-child(7):after {
    height: 22%;
  }

  .flex-historique.historique-top:nth-child(7):before {
    bottom: 290px;
  }

  .date-historique {
    font-size: 24px;
    padding: 2px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .bggris-chiffre .counter {
    font-size: 25px;
  }

  .txt-chiffre {
    font-size: 14px;
  }

  .title-interne,
  .title-interne-offre {
    font-size: 36px;
  }

  .box-foprodex p {
    font-size: 15px;
    line-height: 24px;
  }

  .title-juridique {
    font-size: 18px;
    line-height: 24px;
  }

  .flex-title-parag p {
    font-size: 14px;
    line-height: 19px;
  }

  .title-principaux,
  .title-historique,
  .text-juridique {
    font-size: 30px;
  }
}

@media screen and (max-width: 992px) {
  .boxflex-chiffres {
    flex-wrap: wrap;
  }

  .col-chiffre {
    width: 50%;
  }

  .img-foprodex {
    height: auto;
  }

  .bggris-chiffre .counter {
    font-size: 50px;
  }

  .txt-chiffre {
    font-size: 17px;
  }

  .plus {
    font-size: 35px;
    margin-left: 2px;
  }
}

@media screen and (max-width: 768px) {
  .contenu-banner {
    align-items: center;
    padding: 40px 0 0;
  }

  .img-foprodex {
    height: auto;
  }

  .col-chiffre {
    width: 100%;
  }

  .box-foprodex {
    width: 85%;
  }

  .logo-foprodex {
    margin-left: 10px;
  }

  .bloc-tabs .tab-nav {
    flex-wrap: wrap;
  }

  .timeline-historique:before {
    display: none;
  }

  .flex-historique {
    width: 100%;
  }

  .flex-historique.historique-top {
    padding-bottom: 0;
  }

  .flex-historique.historique-bottom {
    padding-top: 0;
  }

  .timeline-historique {
    flex-wrap: wrap;
  }

  .bloc-tabs .tab-button {
    width: 100%;
  }

  .box-historique {
    padding: 0 0 25px;
  }

  .box-historique p {
    font-size: 14px;
    line-height: 22px;
  }

  .timeline-historique {
    margin-top: 55px;
  }

  .juridique {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 480px) {
  .logo-foprodex {
    display: none;
  }

  .box-foprodex {
    width: 100%;
  }

  .title-interne,
  .title-interne-offre {
    font-size: 25px;
  }

  .bloc-tabs .tab-button {
    font-size: 15px;
  }

  .title-principaux,
  .title-historique,
  .text-juridique {
    font-size: 22px;
  }

  .principaux-indicateurs p {
    font-size: 15px;
  }

  .historique p {
    font-size: 15px;
  }
}


/****** Accordion ******/
.bloc-qualification {
  position: relative;
  overflow: hidden;
}

.flexbox-qualification {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}

.boxleft-qualification {
  padding: 0 15px;
}

.img-qualification {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.boxright-qualification {
  padding: 0 15px;
}

.title-qualification {
  display: block;
  font-size: 36px;
  color: #484848;
  font-weight: 600;
  padding: 0px 0 15px;
}

.accordion-qualification .accordion-button {
  border: 0;
  border-radius: 15px;
  color: #cb043d;
  font-size: 18px;
  font-weight: 700;
}

.accordion-qualification .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.accordion-qualification .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.accordion-qualification .accordion-button:focus {
  box-shadow: none;
}

.accordion-qualification .accordion-body {
  color: #4e4e4e;
  font-size: 16px;
  text-align: justify;
}

.accordion-qualification .accordion-collapse {
  border: 0;
  border-top: 0;
}

.accordion-qualification .accordion-button:not(.collapsed) {
  border-bottom: 0;
  background: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}

.accordion-qualification .accordion-item {
  border: 1px solid #535353;
  border-radius: 15px;
  margin-bottom: 25px;
}

.bloc-dossier {
  position: relative;
  overflow: hidden;
  padding: 30px 0 50px;
  background: #f3f3f5;
  margin-top: 35px;
}

.boxflex-dossier {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
}

.title-dossier {
  display: block;
  font-size: 36px;
  color: #484848;
  font-weight: 600;
  padding: 0px 0 15px;
}

.box-dossier {
  padding: 0 15px;
}

.box-dossier p {
  color: #4e4e4e;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  margin: 0;
}

.list-dossier {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-start;
  margin: 15px 0 0;
}

.list-dossier li {
  width: 50%;
  text-align: left;
  margin: 10px 0 0;
  font-size: 13px;
}

.list-dossier li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: #cb043d;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.image-dossier {
  padding: 0 15px;
}

.img-dossier {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

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

  .title-dossier,
  .title-qualification {
    font-size: 30px;
  }

  .accordion-qualification .accordion-button {
    font-size: 16px;
  }
}

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

  .boxleft-qualification,
  .boxright-qualification,
  .box-dossier,
  .image-dossier {
    width: 100%;
  }

  .img-qualification,
  .img-dossier {
    margin: 0 auto;
  }

  .boxleft-qualification,
  .image-dossier {
    order: 2;
    margin: 30px 0 0;
  }

}

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

  .boxleft-qualification,
  .boxright-qualification,
  .box-dossier,
  .image-dossier {
    padding: 0;
  }

  .list-dossier li {
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .accordion-qualification .accordion-button {
    font-size: 14px;
  }

  .accordion-qualification .accordion-body {
    font-size: 14px;
  }

  .title-dossier,
  .title-qualification {
    font-size: 22px;
  }
}

.boxlangue .form-select {
  border: none;
  width: auto !important;
  min-width: 40px;
  text-transform: uppercase;
  cursor: pointer;
}

.boxlangue .form-select option {
  font-size: 15px;
  color: #000;
  padding: 0;
}

.boxlangue .form-select:focus {
  border: 0;
  box-shadow: none;
}

#edit-keys {
  border: 1px solid #686868;
  width: 100%;
  height: auto;
  border-radius: 8px;
  padding: 8px 12px;
}

.form-item,
.form-actions {
  margin-top: 5px;
  margin-bottom: unset;
}

.region-search-menu,
.region-secondary-menu {
  display: flex;
  align-items: center;
}

/************Bannière Page Home************/
.flexbox-banner-home {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.txt-banner-home {
  padding: 0 35px 0 115px;
  width: 38%;
}

.image-banner-home {
  width: 50%;
  position: relative;
  overflow: hidden;
  /*margin-left: 10%;*/
}

.img-banner-home {
  /*clip-path: polygon(3% 28%, 11% 10%, 33% 0, 85% 0%, 100% 0, 100% 15%, 100% 85%, 100% 100%, 85% 100%, 7% 100%, 0 84%, 4% 59%);*/
  /*width: 100%;*/
  height: 555px;
  /*object-fit: cover;*/
}

.title-banner-home {
  display: block;
  font-size: 35px;
  color: #cd0b47;
  font-weight: 900;
  margin: 0 0 15px;
}

.title-banner-home2 {
  display: block;
  font-size: 35px;
  color: #f2f2fc;
  font-weight: 900;
  margin: 0 0 15px;
}

.title-banner-home .colorgris {
  color: #484848;
}

.txt-banner-home p {
  font-size: 18px;
  color: #f2f2fc;
  margin: 0;
  line-height: 32px;
}

.btn-cepex,
#edit-wizard-prev,
#edit-wizard-next {
  padding: 3px 15px;
  border: 1px solid #cb043d;
  border-radius: 20px;
  background-color: transparent;
  margin: 30px 0 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  display: inline-block;
  color: #686868;
  text-decoration: none;
  font-size: 16px;
}

.btn-cepex:hover,
#edit-wizard-prev:hover,
#edit-wizard-next:hover {
  background: #cb043d;
  color: #ffff;
}

.progress-step.is-active .progress-marker::before {
  background-color: #cb043d !important;
}

.flexbox-banner-home {
  flex: 1;
  background-image: url('/themes/custom/cepex/css/images/banner_home.png');
  /* Replace with your SVG file path */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1440px) {
  .img-banner-home {
    width: auto;
    height: 475px;
  }

  .txt-banner-home {
    width: 45%;
  }

  #carouselExampleCaptions .carousel-control-next {
    top: 55%;
  }
}

@media screen and (max-width: 1280px) {
  .txt-banner-home {
    padding: 0 30px 0 115px;
  }
  .section-secteurs-cles {
    .container-inner {
        justify-content: space-evenly !important;
    }
  }
}

@media screen and (max-width: 1024px) {
  .flexbox-banner-home {
    background-position: 25%;
    min-height: 405px;
  }

  .img-banner-home {
    height: 290px;
  }

  .image-banner-home {
    width: 50%;
    margin-left: 0;
  }

  .title-banner-home {
    font-size: 32px;
  }

  .txt-banner-home p {
    font-size: 18px;
    line-height: 30px;
  }

  .image-banner-home {
    width: 35%;
    margin: 0 auto;
  }

  .txt-banner-home {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .image-banner-home {
    display: none;
  }

  .flexbox-banner-home {
    background: #cd0b47;
  }

  .txt-banner-home {
    padding: 0 15px 0 82px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .img-banner-home {
    height: 400px;
  }

  .txt-banner-home {
    padding: 0 15px 0 100px;
  }

  .txt-banner-home p {
    font-size: 16px;
    line-height: 26px;
  }

  .title-banner-home {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .img-banner-home {
    height: 350px;
  }

  .txt-banner-home {
    padding: 0 15px;
  }

  .txt-banner-home p {
    font-size: 14px;
    line-height: 24px;
  }

  .title-banner-home {
    font-size: 28px;
  }

  .txt-banner-home {
    width: 60%;
  }

  .image-banner-home {
    width: 40%;
  }
}

/************End Bannière Page Home************/
/************ Bannière Page Interne ************/

.title-interne .colorgris {
  color: #484848;
}

/************ End Bannière Page Interne ************/
/************ Page Accueil : Activités & Succes Stories ************/
.bloc-activites {
  padding: 50px 0;
  background: #f7f7f7;
  margin: 60px 0 0;
}

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

.boxactiivtes {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.bgwhite-actiivtes {
  padding: 35px 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

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

.img-activites {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.details-activites {
  position: relative;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.title-activites {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #323232;
  position: relative;
  padding-bottom: 2px;
}

.title-activites:before {
  content: "";
  background: #323232;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.bgwhite-actiivtes:before {
  content: "";
  background: #cb033d;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 7px;
  z-index: 0;
  transition: 0.5s ease all;
}

.bgwhite-actiivtes:after {
  content: "";
  background: #cb033d;
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 35%;
  z-index: 0;
  transition: 0.5s ease all;
}

.boxactiivtes:before {
  content: "";
  background: #cb033d;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 35%;
  height: 7px;
  z-index: 1;
  transition: 0.5s ease all;
}

.boxactiivtes:after {
  content: "";
  background: #cb033d;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 7px;
  height: 35%;
  z-index: 1;
  transition: 0.5s ease all;
}

.boxactiivtes:hover .bgwhite-actiivtes:before {
  width: 100%;
}

.boxactiivtes:hover .bgwhite-actiivtes:after {
  height: 100%;
}

.boxactiivtes:hover:before {
  width: calc(100% - 30px);
}

.boxactiivtes:hover:after {
  height: 100%;
}

.bloc-activites-export {
  padding: 50px 0;
}

.flexbox-filtre-activites {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000;
  padding: 0 0 20px;
  margin-bottom: 35px;
}

.bouton-filtre {
  color: #000;
  font-size: 18px;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 7px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease all;
  background: transparent;
  font-weight: 400;
  align-items: center;
  margin: 0 25px;
}

.bouton-filtre:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  background: #cb033d;
  color: #fff;
}

.filiere-filtre .bouton-filtre:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  background: transparent;
  color: transparent;
}

.filiere-filtre .bouton-filtre {
  padding: 0;
  border-radius: 0;
}

#edit-field-activites-cepex-target-id .formulaire-radios {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width:767px) {
  .bouton-filtre {
    font-size: 16px;
  }
}

.boxactiivtes.boxshadow-activites {
  margin-bottom: 30px;
  padding: 0 5px;
}

.boxactiivtes.boxshadow-activites .bgwhite-actiivtes {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  margin: 15px;
  height: 94%;
}

.boxactiivtes.boxshadow-activites:before {
  left: 20px;
  bottom: 15px;
}

.boxactiivtes.boxshadow-activites:after {
  left: 20px;
  bottom: 15px;
}

.boxactiivtes.boxshadow-activites:hover:before {
  width: calc(100% - 40px);
}

.boxactiivtes.boxshadow-activites:hover:after {
  height: calc(100% - 30px);
}

.flexbox-button {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}

.img-activites.img-export {
  height: 250px;
}

.adresse-activites {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  width: calc(100% - 80px);
  height: 50px;
  overflow: hidden;
}

.adresse-activites i {
  color: #cb033d;
  margin-right: 5px;
}

.adresse-activites span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.boxdate-activites {
  position: absolute;
  top: -26px;
  background: #cb033d;
  height: 45px;
  width: 105px;
  color: #fff;
  right: 0;
  padding: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
}

.flex-adresse-date {
  position: relative;
}

.title-activites-export {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 20px;
  line-height: 28px;
}

.succes-stories {
  background: url("../images/bg-succes-storie.jpg") top center no-repeat;
  margin: 30px 0 0;
  padding: 60px 0;
  background-size: cover;
}

.titre-success-storie {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.titre-success-storie span {
  display: block;
  font-size: 36px;
  color: #3f3f3f;
  font-weight: 600;
}

.box-succes-stories {
  overflow: hidden;
  padding: 0 10px;
}

.fancybox-video.fancybox-succes i {
  background: rgb(203 3 61 / 50%);
  display: inline-flex;
  width: 80px;
  height: 45px;
  font-size: 24px;
  color: #fff;
}

.contnu-succes-storie {
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.title-succes-storie {
  font-size: 20px;
  color: #303030;
  font-weight: 500;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  max-height: 9em;
}
.desc-succes-storie p{
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer; /* Show pointer to indicate hover */
}

.tooltip-popup {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  max-width: 300px;
  z-index: 1000;
  font-size: 14px;
  line-height: 1.4;
}

.contnu-succes-storie p {
  font-size: 15px;
  color: #000;
  line-height: 28px;
  text-align: justify;
  margin: 0;
}

.image-succes-storie {
  position: relative;
  overflow: hidden;
}

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

.bgwhite-success {
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  margin: 20px 10px;
  height: 610px;
}

@media screen and (max-width: 992px) {
  .boxactiivtes .view-content {
    flex-direction: column;
  }

  .boxactiivtes {
    width: 100%;
    margin: 30px 0 0;
  }

  .boxactiivtes.boxshadow-activites {
    width: 50%;
  }

  .section-filiere {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .bloc-tabs .formulaire-radios {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bloc-tabs .formulaire-radios .bouton-filtre {
    margin: 10px 10px;
  }

  .details-activites {
    flex-direction: column;
  }

  .btn-activites {
    margin-top: 30px;
  }

  .bgwhite-actiivtes {
    padding: 20px;
  }

  .boxactiivtes.boxshadow-activites {
    width: 100%;
    margin-bottom: 0px;
  }

  .title-activites-export {
    font-size: 16px;
    line-height: 22px;
  }

  .adresse-activites span {
    font-size: 14px;
  }
}


/************ End Activités & Succes Stories ************/


/************ Page Tunisia Export ************/


/* tunisia export : historique */


img.export-video {
  height: 100%;
  width: 100%;
}


.export-part2 img {
  width: 100%;
}


.titre-export {
  font-size: 28px;
  font-weight: 800;
  margin: 20px 0px;
  color: #cb033d;
}


.export-section1 li::marker {
  font-size: 20px;
  color: #cb033d;
}

.export-section1 li {
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.export-section1 li:last-child:before {
  display: none;
}

.export-section1 p {
  font-size: 14px;
  line-height: 24px;
}

img.export-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 1;
}


.export-section1 .fa-check:before {
  color: #cb033d;
  margin-right: 10px;
}


.export-section1 .fa-circle-play:before {
  font-size: 45px;
  color: white;
}



.export-section1 .fancybox-video:after {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #adb5bd85;
  opacity: 0.7;
}


.export-section1 .fancybox-video {
  position: relative;
}


.export-section1 .fancybox-video i {

  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 22;
}

.section-tophee {
  background: #cb043d;
  overflow: hidden;
  font-size: 14px;
  line-height: 2;
}

.trophee-img img {
  width: 200px;
  height: auto;
  object-fit: contain;
}

.trophee-img img {
  padding: 0 10px;
}

.trophee-img {
  display: flex;
  justify-content: space-between;
}

.titre-trophe {
  font-size: 30px;
  color: white;
  font-weight: 800;
}

.desc-trophe {
  font-size: 14px;
  color: white;
}


.export-contact .modal-header {
  background: #cb043d;
}


.export-contact .show {
  display: flex !important;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100% !important;
}

.export-contact .modal-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.export-contact .modal-dialog {
  width: max-content;
  z-index: 9;
}



.export-contact button.btn-close {
  left: 9px;
  bottom: 17px;
  position: relative;
  font-size: 14px;
  background: #605f5f url(https://imagedelivery.net/5MYSbk45M80qAwecrlKzdQ/b31a439f-9bea-41c8-0f14-8f8a68e0c700/preview);
  background-size: contain;
  border-radius: 50%;
  opacity: 01;
  width: 30px;
  height: 30px;
}



.modal-backdrop.show {
  background-color: transparent !important;
}

button.card-modal {
  text-align: left;
  height: 60px;
  width: 100%;
  margin: 15px 0px;
  border: unset;
  border-left: 8px solid #cb043d;
  background: white;
  box-shadow: 7px 7px 7px -5px grey;
  padding: 0 15px;
}

.export-contact {
  background: #adb5bd59;
  padding: 50px 0px;
  position: relative;
}


.export-contact .modal-content {
  box-shadow: 6px 10px 4px gray;
  padding: 0;
}

.export-contact i {
  background: #cb043d;
  padding: 7px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
}

.rct-region i {
  background: #cb043d;
  padding: 7px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
}

.rct-region .fa-location-dot {
  border-radius: 0 !important;
  font-size: 25px !important;
}

.rct-region .modal-header {
  background: #cb043d;
}


.rct-region .show {
  display: flex !important;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100% !important;
}

.rct-region .modal-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.rct-region .modal-dialog {
  width: max-content;

}



.rct-region button.btn-close {
  left: 9px;
  bottom: 17px;
  position: relative;
  font-size: 14px;
  background: #605f5f url(https://imagedelivery.net/5MYSbk45M80qAwecrlKzdQ/b31a439f-9bea-41c8-0f14-8f8a68e0c700/preview);
  background-size: contain;
  border-radius: 50%;
  opacity: 01;
  width: 30px;
  height: 30px;
}


.rct-region {
  /*z-index: -1;*/
  background: #adb5bd59;
  padding: 50px 0px;
  position: relative;
}


.rct-region .modal-content {
  box-shadow: 6px 10px 4px gray;
  padding: 0;
}

.rct-region .inf-contact {
  width: max-content;
}

.boxmodal {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 60px;
}

.boxmodal.boxmodal-open {
  display: block;
}



.infos img {
  height: 150px;
  margin-bottom: 10px;
  width: 150px;
  position: relative;
  left: 20%;
}

.inf-contact {
  height: 35px;
  overflow: hidden;
  width: 100%;
  font-size: 15px;
  padding: 0px 10px;
}

.title-contact {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  height: 35px;
  overflow: hidden;
  width: 100%;
}

a.opbtn {
  background: white;
  padding: 10px 15px;
  width: fit-content;
  border-radius: 30px;
  color: black;
  text-decoration: none;
  margin-top: 20px;
}

/* exportateur */

.exportateur .slick-dots li.slick-active button {
  background-color: #cb033d;
}


.exportateur .slick-dots li button {
  border: 1px solid #cb033d;
  border-radius: 50%;
}


.pnlm-compass {
  display: block;
  right: 15px;
}

#panorama {
  overflow: hidden;
  width: 100%;
}


#panorama,
.sec-exportateur {
  height: 500px;
}


.sec-exportateur {
  height: 500px;
  position: relative;
  overflow: hidden;
  width: 100%;
}





#panorama img {
  object-fit: cover;
}

.pnlm-container {

  position: absolute !important;
  contain: size !important;
  height: 100%;
}


.sec2-exportateur {
  background: #f7f7f7;
  position: relative;
}


.sec1-exportateur {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f7f7f7;
  height: 500px;
}

.exportateur h2 {
  font-size: 22px;
  margin-top: 15px;
}

.export-part2 {
  padding: 50px 0px;
}

.export-section1 {
  padding: 0 0 50px;
}

.pnlm-container:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: url(../images/360.png) center no-repeat;
  background-size: 100px 100px;
}

/* responsive */

@media screen and (max-width: 992px) {
  .export-contact .modal-dialog {
    width: auto;
  }

  .rct-region .modal-dialog {
    width: auto;

  }

  .infos img {
    left: 0;
  }

  .sec1-exportateur {
    padding: 20px 20px;
  }

  .trophee-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trophee-img .wrapper {
    flex-direction: column;
    row-gap: 10px;

  }

  .boxexport-one {
    width: 100%;
  }

  .export-part2 {
    width: 100%;
  }

  .export-section1 {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .export-contact button.btn-close {
    left: 18px;
    bottom: 30px;
    background: black url(https://imagedelivery.net/5MYSbk45M80qAwecrlKzdQ/b31a439f-9bea-41c8-0f14-8f8a68e0c700/preview) center center;
    background-size: 45%;
    border-radius: 50%;
    opacity: 1;
    width: 55px;
    height: 50px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .export-contact .modal-title {
    font-size: 16px;
  }

  .boxmodal {
    padding: 0 20px;
  }

  .trophee-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trophee-img img {
    width: 150px;

  }

  .trophee-img .wrapper {
    flex-direction: column;
    row-gap: 10px;

  }

  .sec2-exportateur {
    height: 500px;
  }

  .sec-exportateur {
    height: auto;
  }

}


@media screen and (max-width: 425px) {
  .desc-trophe {
    font-size: 15px;
  }

  .trophee-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trophee-img img {
    width: 120px;

  }

  .trophee-img .wrapper {
    flex-direction: column;
    row-gap: 10px;

  }

  .sec2-exportateur {
    height: 400px;
  }
}


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

  .trophee-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trophee-img img {
    width: 120px;
  }

  .trophee-img .wrapper {
    flex-direction: column;
    row-gap: 10px;

  }
}

@media screen and (min-width: 425px) {

  .export-contact .modal-content {
    min-width: 100%;
  }
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/************ End Page Tunisia Export ************/
/*********** Modification Banniere ******************/
#carouselExampleCaptions .carousel-control-prev,
#carouselExampleCaptions .carousel-control-next {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
}

#carouselExampleCaptions .carousel-control-prev {
  left: 50px;
  /*left: auto;*/
  top: 40%;
}

#carouselExampleCaptions .carousel-control-next {
  left: 50px;
  top: 50%;
}

#carouselExampleCaptions .carousel-control-prev-icon {
  transform: rotate(90deg);
}

#carouselExampleCaptions .carousel-control-next-icon {
  transform: rotate(90deg);
}

#carouselExampleCaptions .carousel-control-prev-icon,
#carouselExampleCaptions .carousel-control-next-icon {
  background-size: 65%;
}

#carouselExampleCaptions .carousel-indicators {
  display: none;
}

#carouselProjectsCaptions .carousel-control-prev,
#carouselProjectsCaptions .carousel-control-next {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
}

#carouselProjectsCaptions .carousel-control-prev {
  left: 15px;
  top: 50%;
}

#carouselProjectsCaptions .carousel-control-next {
  right: 15px;
  top: 50%;
}

#carouselProjectsCaptions .carousel-control-prev-icon,
#carouselProjectsCaptions .carousel-control-next-icon {
  background-size: 65%;
}

.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0 !important;
}

.paragraph.paragraph--type--partenaire {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  text-align: center;
}
.section-partenaire {
.slick-prev, .slick-next {
    top: 30% !important;
}
}
@media screen and (max-width: 1024px) {
  #carouselExampleCaptions .carousel-control-prev {
    top: 35%;
    left: 15px;
  }

  #carouselExampleCaptions .carousel-control-next {
    left: 15px;
    top: 55%;
  }
}

@media screen and (max-width: 992px) {
  #carouselExampleCaptions .carousel-control-next {
    top: 55%;
  }
}

@media screen and (max-width: 768px) {
  .field--name-field-liste-partenaires tbody tr {
    display: flex;
    flex-wrap: wrap;
  }

  .field--name-field-liste-partenaires tbody tr td {
    width: 50%;
    border-bottom: 1px solid #dee2e6;
  }

  #carouselExampleCaptions .carousel-control-prev {
    top: 35%;
    left: 30px;
  }

  #carouselExampleCaptions .carousel-control-next {
    left: 30px;
  }
}

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

  .field--name-field-liste-partenaires tbody tr td {
    width: 100% !important;
  }

  #carouselExampleCaptions .carousel-control-prev {
    top: 35%;
  }

}

@media screen and (max-width: 580px) {
  .box-fil-ariane ul li {
    font-size: 13px;
    margin-right: 5px;
  }

  .box-fil-ariane ul li i {
    margin-left: 0px;
  }
}


/* media */

.card-media {
  height: 285px;
  padding: 20px;
}


.media-inside {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  /* height: 100%; */
  padding: 20px;
  overflow: hidden;
  background-color: white;
  position: relative;
}



.cards-media .slick-dots li.slick-active button {
  background-color: #cb033d;
}

.cards-media .slick-dots li button {
  border: 1px solid #cb033d;
  border-radius: 50%;
  background-color: white;
}


.rapport {
  background-color: #eeeeee;
  padding: 20px;
}



.titre-media {
  color: #626262;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.titre-inside {
  font-weight: bold;
  height: 50px;
  overflow: hidden;
}

.media-inside:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/file.png) center no-repeat;
  bottom: 2px;
  /* left: 1px; */
  right: 1px;
  background-size: contain;
}

.download-media {
  display: flex;
  justify-content: flex-end;
   position: relative;
  z-index: 22;
}


.download-media a {
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  background: #cb033d;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-radius: 7px;
  font-size: 20px;
}

.desc-inside {
  height: 122px;
  overflow: hidden;
}


.js-pager__items .btn-cepex:after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  padding-left: 10px;
}

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

  .boxfiltre-guide form {
    width: 100%;
  }

  #views-exposed-form-programme-international-liste-evenements-block-1>div.form--inline,
  #views-exposed-form-opportunites-block-1>div.form--inline {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media screen and (max-width: 425px) {
  .box-fil-ariane ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: ruby;
  }

}


.hidden {
  display: none;
}

.form-type-vertical-tabs {
  display: none;
}


@media screen and (min-width: 425px) {
  .modal-content {
    min-width: 400px !important;
  }
}


@media screen and (max-width: 550px) {
  .export-contact .boxmodal {
    padding: 0 20px;
  }

  .field--name-field-titrecontact {
    font-size: 13px;
    font-weight: 600;
  }
}

input.display_date {
  background: #dfdfdf;
  padding-top: 8px
}

.boxlangue:before {
  content: "";
  background: #9b9b9b;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 5px;
}




@media screen and (max-width: 380px) {
  .headder-cepex {
    padding: 25px 15px;
  }
}

.slick-carousel-partenaire .slick-dots li.slick-active button {
  background-color: #cb033d;
}

.slick-carousel-partenaire .slick-dots li button {
  border: 1px solid #cb033d;
  border-radius: 50%;
  text-indent: -9999px;
}

.slick-carousel-partenaire .slick-dots li.slick-active button {
  background-color: #cb033d;
}

.slick-carousel-partenaire .slick-dots li button {
  border: 1px solid #cb033d;
  border-radius: 50%;
  text-indent: -9999px;
}

.slick-carousel-partenaire .slick-list {
  padding-bottom: 35px;
}


.card-outline-success .card-header {
  background: #cb043d;
    border-color: #cb043d;
}
.page-wrapper.bg-light {
    background-color: white !important;
    padding: 70px 0;
}

#edit-submit {
    border-radius: 5px;
    color: #fff;
    background: #cb043d;
    padding: 10px 20px;
    border: 0px;
    margin-left: 15px;
    width: fit-content;
    margin: 15px auto;
}

#edit-name {
    padding: 0.75rem;
    border: 2px solid rgba(204, 204, 204, 0.8);
    border-radius: var(--bs-border-radius);
    margin: 15px 0 0;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.btn-success,
.btn-success.disabled {
  background: #07d79c;
  border: 1px solid #07d79c;
}

div.a-services a {
  color: inherit;
}

.description-filiere {
  font-size: 16px;
}

#edit-field-statut-entreprise,
#edit-field-implantation-etranger {
  display: inline-flex;
}

.form-item-field-statut-entreprise,
.form-item-field-implantation-etranger {
  display: inline-flex;
  align-content: center;
}

#edit-field-statut-entreprise label,
.form-item-field-implantation-etranger label {
  width: 225px;
}

#edit-field-statut-entreprise input,
#edit-field-implantation-etranger input {
  height: 25px;
  width: 50px;
}

.icon-card-rct {
  color: white;
  background: #cb033d;
  padding: 8px;
  border-radius: 16px;
}


[id^="edit-categorie-promotionnelle-filter"] {
  display: none;
}

.question_importante {
  background: #f9e2e8;
}

.fieldset_padding {
  padding: 10px;
  margin: 5px;
}

.group_question {
  margin: 10px 100px;
}

.boxcard-service .btn-cepex:hover {
  background: #fdfdfd;
  color: #686868;
  border: 1px solid #cb043d;
}

.padding-boxservice:hover .btn-cepex {
  background: #fff;
}

#webform-submission-diagnostic-export-add-form input[type="radio"] {
  height: inherit !important;
  width: max-content !important;
}

button.card-modal-rct {
  border: 0;
  background: #f7f7f7;
  text-align: justify;
}

[id^="shs-widget-create-new-item"] {
  display: none;
}

.boxfiltre-opportinutes.shs-field-container {
  display: flex;
}

.nav-description.active {
  color: #ffffff !important;
  background-color: #cb043d !important;
  border: 0;
  border-radius: 0;
}

.nav-description:hover {
  color: #ffffff !important;
  background-color: #cb043d !important;
  border: 0;
  border-radius: 0;
}

.nav-description {
  color: black;

}

.nav-description:focus-visible {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs-service {
  background: white;
  display: flex !important;
}

.nav-tabs-service li {
  flex: auto;
  font-weight: bold;
}

ul.nav.nav-tabs.nav-tabs-service {
  /*margin-top: 40px;*/
}

.background-map-historique {
  background-image: url(../images/word-historique.png);
  background-position: center;
  background-size: cover;
}

.row-parcours {
  padding: 275px 0;
  height: max-content;
}

.icone-historique {
  width: 75%;
}

.p-left {
  padding-left: 25px;
  ;
}

.event-0 .p-bottom {
  padding-bottom: 148px;
  width: 76%;
}

.event-1 .p-top {
  padding-top: 124px;
}

.event-2 .p-bottom {
  padding-bottom: 120px;
  width: 76%;
  margin-left: 12px;
}

.event-3 .p-top {
  padding-top: 139px;
}

.event-4 .p-bottom {
  padding-bottom: 124px;
  width: 95%;
}

.field-year-historique {
  background-color: #cb043d;
  color: white;
  font-weight: 700;
  width: max-content;
  padding: 0 14px;
  font-size: 30px;
}

.field-year-historique.bas {
  margin-bottom: 20px;
}

.field-title-historique {
  color: #666666;
  font-weight: 700;
  font-size: 30px;
  width: max-content;
}

.text-haut {
  margin-top: -101px;
}

@media (min-width: 1400px) {
  .container-historique {
    max-width: 1458px !important;
  }
}

.event-0 {
  padding-left: 47px;
}

.title-batisseur {
  font-size: 36px;
  font-weight: 800;
  margin: 20px 0px;
  color: #656565;
}

span.premier-pdg {
  color: #cb043d;
  font-size: 30px;
  font-weight: bold;
}

p.desc-premier-pdg {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}

.name-first-pdg {
  background-color: #cb043d;
  color: white;
  font-weight: 700;
  width: max-content;
  padding: 0 14px;
  font-size: 20px;
}

.desc-siege-historique {
  .icon-bureau i {
    width: 60px;
    height: 60px;
    background: #cb043d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    color: #fff;
  }

  p {
    font-size: 20px;
    line-height: 21px;
  }
}

.tranding-slide-img {
  position: relative;
  display: inline-block;
}

.img-videos {
  width: 100%;
  height: auto;
}

.desc-trophee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(128, 128, 128, 0.7);
  /* Gray background with 0.7 opacity */
  color: white;
  /* Text color */
  padding: 10px;
  /* Padding around the text */
  text-align: center;
  /* Center the text horizontally */
  font-size: 1rem;
  /* Adjust text size as needed */
}

.swiper-slide-visible.swiper-slide-active .tranding-slide-img {
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 5px 36px;
  transition: box-shadow 0.3s ease;
  /* Smooth transition for the shadow */
}

.swiper-slide-visible .tranding-slide-img,
.swiper-slide-duplicate .tranding-slide-img,
.tranding-slide .tranding-slide-img {
  opacity: 0;
}

.swiper-slide-visible.swiper-slide-prev .tranding-slide-img {
  opacity: 0.5;
}

.swiper-slide-visible.swiper-slide-next .tranding-slide-img {
  opacity: 0.5;
}

@media only screen and (min-width: 3840px) and (min-height: 2160px) {
  .background-map-historique {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .boxmaps {
    height: 1000px;
  }
}

.section-richesse .titre-export,
.economie-divers .titre-export {
  font-size: 20px;
  padding-left: 20px;

}
.section-richesse {
  justify-content: center;
  flex-wrap: wrap;
}
.section-richesse h6 {
  line-height: 28px !important;
}
.section-richesse {
  .overlay-container {
    background: url(../images/richesse-bg.png) no-repeat center center;
    /* Remplacez 'your-image.jpg' par le chemin de votre image */
    background-size: cover;
    position: relative;
    padding: 22px;
    height: max-content;
    /* Ajustez la hauteur selon vos besoins */
    color: #fff;
    /* Couleur du texte pour le contraste */
  }

  .overlay-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cb043d9e;
    /* Superposition avec opacité */
    z-index: 1;
  }

  .overlay-content {
    position: relative;
    z-index: 2;
    /* Pour que le contenu soit au-dessus de la superposition */
  }
}

.bg-secteur-cles {
  background-image: url(../images/bg-secteur-cles.png);
  background-size: cover;
  position: relative;
  padding: 150px 0;
}

.section-secteurs-cles {
  .container-inner {
    width: 100%;
    margin: 0;
    justify-content: space-between !important;
  }
.col-secteur {
    width: 350px;
    height: 350px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: left;
    padding: 60px 0 0;
}
.col-secteur:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent #FF4532;
  transform: rotate(0deg);
  position: absolute;
  right: -25px;
  top: 45%;
}
.col-secteur:nth-child(1):after {
  border-color: transparent transparent transparent #606060;
}
.col-secteur:nth-child(2):after {
  border-color: transparent transparent transparent #ff94a9;
}
.col-secteur:nth-child(3):after {
  border-color: transparent transparent transparent #cb043d;
}
.col-secteur:before {
    content: "";
    width: 320px;
    height: 320px;
    border: 2px solid #000;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
  .secteurs-details-0 {
    text-align: center;
    padding: 25px 40px 0;
    font-size: 14px;
  }

  .secteurs-details-1 {
    text-align: center;
    padding: 25px 40px 0;
    font-size: 14px;
  }

  .secteurs-details-2 {
    text-align: center;
    padding: 25px 40px 0;
    font-size: 14px;
  }

  .secteurs-titre-0 {
    color: white;
    font-weight: bold;
    font-size: 20px;
    border: 5px solid #fff;
    padding: 10px 20px;
    background: #606060;
    display: inline-block;
    position: relative;
    z-index: 2;
  }

  .secteurs-titre-1 {
    color: #282828;
    font-weight: bold;
    font-size: 20px;
    border: 5px solid #fff;
    padding: 10px 20px;
    background: #ff94a9;
    display: inline-block;
    position: relative;
    z-index: 2;
  }

  .secteurs-titre-2 {
  color: white;
  font-weight: bold;
  font-size: 20px;
  border: 5px solid #fff;
  padding: 10px 20px;
  background: #cb043d;
  display: inline-block;
  position: relative;
  z-index: 2;
  }
}

.titre-atout {
  font-size: 20px;
  font-weight: 600;
}

.icon-atout {
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.file--application-pdf {
  background-image: none;
}

.pdf-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.pdf-popup-content {
  position: relative;
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 80%;
  max-width: 900px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.pdf-popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

.pdf-popup iframe {
  border: none;
}

.title-projet-cooperation {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #323232;
  position: relative;
  padding-bottom: 2px;
}

.bgwhite-projet-cooperation {
  padding: 35px 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.bgwhite-projet-cooperation:before {
  content: "";
  background: #cb033d;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 7px;
  z-index: 0;
  transition: 0.5s ease all;
}

.bgwhite-projet-cooperation:after {
  content: "";
  background: #cb033d;
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 35%;
  z-index: 0;
  transition: 0.5s ease all;
}

.form-add-entreprise-exportatrice {
  details#entreprise-group-etat {
    display: none;
  }

  input#edit-field-telephone-entrprise-import-0-value,
  input#edit-field-fax-entreprise-import-0-value,
  input#edit-field-telephone-importateur-0-value,
  input#edit-field-telephone-contact-0-value,
  input#edit-field-telephone-entreprise-0-value {
    border-radius: 0;
    border: var(--bs-border-width) solid var(--bs-border-color);
  }

  .js-form-item.form-item.js-form-type-tel.form-type-tel.js-form-item-field-telephone-entreprise-0-value.form-item-field-telephone-entreprise-0-value {
    display: inline-grid;
    width: 100%;
  }

  .form-item,
  .form-actions {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  input {
    height: 50px;
  }

  .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-date-creation-0-value-date.form-item-field-date-creation-0-value-date.form-no-label {
    width: 100%;
  }

  label,
  span.fieldset-legend,
  h4.label {
    color: #316ce8 !important;
  }

  label.option {
    color: black !important;
  }

  [id^="edit-field-pays-etranger-add-more"],
  [id^="edit-field-pays-exportation-entrepris-add-more"],
  [id^="edit-field-certifications-entreprise-add-more"] {
    background-color: #cb033d;
    color: #fff;
    border: none;
    padding: 5px 10px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 45px !important;
    float: right;
  }

  .shs-field-container {
    display: flex;
    gap: 10px;
  }

  input#edit-preview,
  #edit-field-ajouter-vos-certifications-wrapper,
  #edit-field-manager-fname-wrapper,
  #edit-field-manager-lname-wrapper,
  #edit-field-poste-personne-contact-wrapper {
    display: none;
  }

  input#edit-submit {
    background: #cb033d;
    border: 0;
    border-radius: 45px;
  }

  summary.card-header.bg-light.form-required {
    background-color: #cb033d !important;
    color: white !important;
  }
}

.boxmenunav.boxmenunavblock .searchdiv {
  display: none;
}

.boxmenunavblock .boxserach.searchbtn {
  display: none;
}

#carouselExampleCaptions .bloc-projet {
  padding: 0;
    height: 600px;

}

/******* CSS **********/
.flexboxmodal {
  display: inline-block;
  flex-wrap: wrap;
  justify-content: space-around;
}

.box-modal {
  display: flex;
  flex-direction: column;
}

.modal-inscription .modal-title {
  font-weight: 600;
  text-align: center;
  display: block;
  color: #000;

}

.modal.modal-inscription.show {
  z-index: 100000;
}

.box-modal span {
  text-align: center;
  display: block;
  font-size: 16px;
}
.btn.submit {
border-radius: 5px;
    color: #fff;
    background: #cb043d;
    padding: 10px 20px;
    border: 0px;
    margin-left: 15px;
}
.modal-inscription .btn.submit {
border: 1px solid #cb043d;
    border-radius: 20px;
    background-color: transparent;
    margin: 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    display: inline-block;
    color: #686868;
    text-decoration: none;
    font-size: 16px;
    padding: 3px 15px !important;
}
.auth-forms .from-inputs .modal-inscription .modal-header {
    background: #fae5eb;
    border: 0;
    border-radius: 20px;
    margin-bottom: 0 !important;
    padding: 30px 0;
    border: 0;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.icon-modal {
    background: #cb043d;
    border-radius: 60px;
    position: absolute;
    left: 0;
    padding: 15px;
    top: -15px;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    margin: auto;
}

.icon-modal i {
    color: #fff;
    font-size: 30px;
}

.modal-inscription .modal-content {
    padding: 0;
}

.icon-modal:after {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    left: -5px;
    top: 1px;
    border: 4px solid #fff;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
}

.modal-inscription .modal-body {
    margin-top: 45px !important;
    padding: 0 20px !important;
    padding-bottom: 25px !important;}

.modal-inscription .modal-body p {
    padding: 20px 0;
}
.modal-dialog {
  margin: auto;
  margin-top: 10%;
}
.box-divers img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:1400px) {
  .p-left {
    padding-left: 0;
  }

  .row-parcours {
    padding: 160px 0;
  }

  .event-0 {
    padding-left: 20px;
    padding-top: 45px;
  }

  .event-1 {
    padding-top: 20px;
    margin-left: 10px;
  }

  .event-2 {
    padding-top: 35px;
    padding-left: 25px;
  }

  .event-3 {
    padding-left: 10px;
    padding-top: 10px;
  }

  .event-4 {
    padding-left: 40px;
    padding-top: 30px;
  }
  .section-secteurs-cles .container {
    max-width: 100%;
}
.section-secteurs-cles
  .container-inner {
      width: 100%;
      margin: 0;
      justify-content: space-evenly !important;
}
}

@media screen and (max-width:1280px) {
  .text-bas {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .event-0 {
    padding-left: 30px;
  }

  .event-1 {
    padding-top: 35px;
  }

  .event-2 {
    padding-left: 36px;
  }

  .event-3 {
    padding-left: 20px;
    padding-top: 20px;
  }

  .field-title-historique,
  .field-year-historique {
    font-size: 25px;
  }
  .section-secteurs-cles {
    .col-secteur {
        width: 300px;
        height: 300px;
        padding: 25px 0 0;
    }
  }
  .section-secteurs-cles {
    .col-secteur:before {
        width: 280px;
        height: 280px;
    }

  }
}

@media screen and (max-width:1200px) {
  .container-historique {
    max-width: 100%;
  }

  .row-parcours {
    padding: 150px 0;
  }

  .event-4 {
    padding-left: 20px;
    padding-top: 25px;
  }

  .event-0 {
    padding-left: 70px;
  }

  .event-3 {
    padding-left: 10px;
  }
  .section-richesse h6 {
    line-height: 23px !important;
    font-size: 14px;
}
}
@media screen and (max-width:1024px) {
  .background-map-historique {
    background-size: 120%;
}
.p-left {
  flex: 0;
  padding-left: 0;
  padding-left: 70px;
}
.event-0 {
  padding-left: 60px;
}
.event-0 .p-bottom {
  width: auto;
}
.icone-historique {
  width: 50%;
}
.event-0 .icone-historique, .event-1 .icone-historique {
  margin-left: 25px;
}
.event-2 .p-bottom {
  width: auto;
  margin-left: 0;
}
.event-1 {
  margin-left: 0;
}
.event-2 {
  padding-left: 0;
}
.p-left {
  flex: 0;
  padding-left: 0;
}
.event-4 {
  padding-left: 0;
}
.event-4 .p-bottom {
  width: auto;
}
.field-title-historique, .field-year-historique {
  font-size: 19px;
}
.titre-export {
  font-size: 20px;
}
}
@media screen and (max-width:992px) {
.boxatouts {
  margin: 25px 0 0;
}
  .background-map-historique {
    background-image: none;
  }
  .event-0 .icone-historique, .event-1 .icone-historique {
    margin-left: 0;
}
  .row-parcours {
    padding: 50px 0;
    flex-direction: column;
  }

  .p-left {
    padding-left: 0;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .event-0 {
    padding-left: 0;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .event-0 .p-bottom {
    padding-bottom: 0;
    width: auto;
    order: 2;
  }

  .text-bas {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
    margin-right: 10px;
  }

  .event-1,
  .event-2,
  .event-3,
  .event-4 {
    padding-top: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .event-1 .p-top {
    padding-top: 0;
  }

  .p-top {
    order: 2;
  }

  .text-haut {
    margin-top: 0;
    order: 1;
    margin-right: 10px;
  }

  .icone-historique {
    width: auto;
    max-width: 100%;
    height: 180px;
    display: block;
  }

  .event-2 .p-bottom {
    padding-bottom: 0;
    width: auto;
    margin-left: 0;
    order: 2;
  }

  .event-4 .p-bottom {
    padding-bottom: 0;
    width: auto;
    order: 2;
  }

  .p-bottom {
    border: 10px solid #cd0b47;
    border-radius: 50%;
    padding: 20px;
    width: 230px !important;
    height: 230px;
  }

  .p-top {
    border: 10px solid #cd0b47;
    border-radius: 50%;
    padding: 20px !important;
    width: 230px !important;
    height: 230px;
  }
  .section-secteurs-cles .container-inner {
    flex-direction: column;
    align-items: center;
}
.section-secteurs-cles {
  .col-secteur:after {
      transform: rotate(90deg);
      right: 0;
      top: auto;
      left: 0;
      margin: auto;
      bottom: -28px;
  }
}
.section-secteurs-cles {
  .col-secteur {
      margin: 20px 0;
  }
}
.bg-secteur-cles {
  padding: 70px 0;
  background-size: 100%;
  padding: 70px 0;
  background-position: center;
}
}
@media screen and (max-width:550px) {
.icone-historique {
  height: 100px;
}

.p-bottom {
  width: 150px !important;
  height: 150px;
}

.p-top {
  width: 150px !important;
  height: 150px;
}
.event-0, .event-1, .event-2, .event-3, .event-4 {
  flex-direction: column;
  margin-bottom: 25px;
}
.text-bas {
  margin-right: 0;
  margin-bottom: 20px;
}
.text-haut {
  margin-right: 0;
  margin-bottom: 20px;
}
}
/*.devis-forms input.btn-cepex:not([value=""]) {
    background-color: #eaeaea;
    color: #878787;
    border: none !important;
    cursor: pointer;
    pointer-events: auto;
}*/
.form-item-vous-etes- input {
height: auto !important;
}
.devis-forms .css-adresse span {
display: none;
}
.box-reservation-form .webform-section-wrapper {
    height: auto;
}
.from-inputs .btn.submit {
    padding: 10px 20px;
}
.section-offre.section.richesses {
    background: #f3f3f5;
}

.section-offre.section.richesses .card-services {
    margin: 0;
}

.section-offre.section.richesses .nav-link {
    background: transparent;
}

.details-offre.details-richesse {
    padding-top: 50px;
}

.nav-tabs-richesse {
    border: 0;
}

.nav-item.nav-richesse a {
    display: inline-block;
    background: #fff;
    clip-path: polygon(70% 0%, 85% 50%, 70% 100%, 0% 100%, 10% 50%, 0% 0%);
    padding: 5px 65px 5px 25px;
    color: #000;
    font-size: 17px;
    margin: 20px 0 15px;
}

.nav-item.nav-richesse a:hover {
    background: #cb043d;
    color: #fff;
}

.nav-item.nav-richesse a.active {
    background: #cb043d;
    color: #fff;
}
.title-dossier.titlecolor.title-richesse {
    font-size: 20px;
    text-transform: none;
    margin: 0 0 20px;
    color: #cb033d;
    text-align: left;
    padding: 0;
    font-weight: 500;
}

.details-offre.details-richesse {
    padding-bottom: 50px;
}
.section-offre.section.richesses .card-services {
    background: #fff;
}
.type-event {
    padding: 5px 20px;
    width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
}

.type-event i {
    color: #cb043d;
    transform: rotate(-90deg);
    font-size: 17px;
    margin-right: 10px;
}
.card-services.card-filiere {
    /*min-height: 656px;*/
    margin-bottom: 0;
}

.card-services.card-filiere .title-services {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.boxfiliere {
    margin-bottom: 60px;
}

/* Set the default style for the autocomplete dropdown list items */
.ui-menu-item {
  height: 40px; /* Set the height of each item */
  background-color: #ffffff; /* Set the background color to white */
  color: #000000; /* Set the text color to black */
  border: none; /* Optional: remove borders */
  padding: 5px 10px; /* Add padding for better readability */
  cursor: pointer; /* Add a pointer cursor */
}

/* Change the style when hovering over an item */
.ui-menu-item:hover {
  background-color: #cb043d; /* Change the background color to red */
  color: white; /* Keep the text color white */
}

/* Style the links within the dropdown */
.ui-menu-item a {
  color: inherit; /* Inherit the text color from the parent */
  text-decoration: none; /* Remove the underline */
}

/* Style hover behavior for links */
.ui-menu-item:hover a {
  color: inherit; /* Inherit the hover text color from the parent */
  text-decoration: none; /* Ensure underline is not added on hover */
  background-color:  #cb043d; /* Keep the red background color on hover */
  border: 0;
}
input#edit-term-node-tid-depth {
  background-color: #dfdfdf;
  border-radius: 13px;
}
.discover-tunisia {
  .cardbox-offre .card-services {
    background: white;
  }
  .nav-link.active {
    background: none;
  }
  .titre-export {
    font-size: 22px;
  }
  .tab-discover{
  .nav-tabs .nav-link {
    background: #fff;
    color: #000;
    clip-path: polygon(70% 0%, 85% 50%, 70% 100%, 0% 100%, 10% 50%, 0% 0%);
    padding: 5px 55px 5px 25px;
    font-size: 17px;
    margin-bottom: 15px;
    border: none;
  }

  .nav-tabs .nav-link.active {
    background: #cb043d;
    color: #fff;
  }
    .nav-tabs {
      border: none;
    }
  }
}
.read-more-container p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more-container.expanded p {
  -webkit-line-clamp: unset;
}


.read-more-btn {
  background: transparent;
  color: #747474;
  border: none;
  cursor: pointer;
}
input#edit-field-date-opportunite-value {
  background: #dfdfdf;
  padding: 10px 34px;
  border-radius: 18px;
}
input#edit-mail-exportateur {
  display: none;
}
 
.form-add-entreprise-exportatrice #etat-publication-importateur {
  display: none;
}

input#edit-reset-programme-international-liste-evenements {
  /* margin-left: 35px; */
  border: 0;
  background: #cb043d;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 15px;
}
.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-mot-cles-ouvrage-value.form-item-field-mot-cles-ouvrage-value {
  width: 100%;
}
.galerie-discover-tunisia .kit-fancy {
  position: relative;
  height: 350px;
  width: 96%;
  padding: unset;
  margin: 0 0 20px;
}
.galerie-discover-tunisia.slick-carousel-partenaire .slick-list {
  padding-bottom: 0;
  margin-bottom: 70px;
}
.custom-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 10% !important;
  transform: translateY(-50%);
  z-index: 10;
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.flexbox-organisme {
  .custom-arrow {
  top: 25% !important;
}
}
.projet .flex-boximg-projet {
    height: 350px;
}
.bgwhite-actualite.recherche-box {
    min-height: 340px;
}