[id^="edit-submit-liste-ouvrages"],[id^="edit-submit-guides-exportation"],[id^="edit-submit-programme-international-liste-evenements"],[id^="edit-submit-opportunites"],[id^="edit-submit-annuaire-exportateur"],[id="edit-submit-annuaire-entreprise"] {
    margin-right: 35px; /* Changé de margin-left: 35px; */
    border: 0;
    background: #3f3f3f;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 15px;
  }
  [id^="edit-submit-liste-ouvrages"]:hover,[id^="edit-submit-guides-exportation"]:hover,[id^="edit-submit-programme-international-liste-evenements"]:hover,[id^="edit-submit-opportunites"]:hover ,[id^="edit-submit-annuaire-exportateur"]:hover {
    border: 0;
    background: #6e6e6e;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 15px;
  }

  .form-item-field-secteur-guide-export-target-id {
    width: 100%;
    margin-left: 20px; /* Changé de margin-right: 20px; */
  }

  /*#edit-field-filtre-filiere-target-id > div > div:nth-child(1) {*/
  /*  opacity: 0;*/
  /*  width: 0;*/
  /*  height: 0;*/
  /*}*/
  #edit-field-filtre-filiere-target-id--wrapper > legend > span {
    opacity: 0;
  }
  a.btn-support, .btn-support a {
    text-decoration: none;
    color: #212529;
  }
  input[id^="edit-field-activites-cepex-target-id"], input[id^="edit-field-filtre-filiere-target-id"], input[id^="edit-field-type-mediatheque-target-id"] {
    opacity: 0;
    position: absolute;
    right: 0; /* Changé de left: 0; */
    width: auto !important;
  }
  input[id^="edit-field-activites-cepex-target-id"] {
     right: 0; /* Changé de left: 0; */
     width: auto !important;
  }
  .numberColor {
    color: var(--color-secondary);
    font-weight: 900;
    font-size: 50px;
  }
  .field--name-field-chiffres-cles
  .field__items
  .item-bg-chiffres-cles:first-child
  .numberColor {
    color: var(--color-primary) !important;
    font-weight: 900;
    font-size: 50px;
  }
  .chiffre-cle {
    display: flex;
  }
  .title {
    color: var(--color-secondary);
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 10px;
  }

  /*********Page Accueil : Slide Projet **********/
  .bloc-projet {
    padding: 50px 0 0;
  }
  .flex-boximg-projet {
    position: relative;
    overflow: hidden;
    direction: rtl;
  }

  .boximg {
    position: relative;
    overflow: hidden;
  }

  .img-projet {
    width: 100%;
    object-fit: cover;
height: 600px;
  }

  .absolute-details-projet {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    clip-path: polygon(100% 0, 30% 0, 15% 100%, 100% 100%);
   // background: url(../images/bg-effect-projet.png) top center no-repeat;
    padding: 50px 100px;
    width: 55%;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .absolute-details-projet:before {
    content: "";
    background-color: rgb(221 221 222 / 90%);
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0; /* Changé de left: 0; */
    z-index: -1;
  }

  .flexboxdetails {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
    margin-right: 30px;
  }
  .subtitle-projet {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #000;
  }

  .title-projet {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #cb043d;
    margin: 10px 0 0;
    text-transform: uppercase;
    line-height: 50px;
  }
  .link-projet .btn-cepex {
    background: #fff;
  }
  .parag-projet {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 5px;
    position: relative;
    padding: 0 0 10px;
  }
  .parag-projet:before {
    content: "";
    background: #cb043d;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0; /* Changé de left: 0; */
  }
  .flexboxdetails p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin: 10px 0 0;
  }

  @media screen and (max-width: 1600px) {
    .absolute-details-projet {
      width: 60%;
    }
  }
  @media screen and (max-width: 1366px) {
    .absolute-details-projet {
      width: 65%;
      padding: 50px 85px;
    }
  }
  @media screen and (max-width: 1024px) {
    .absolute-details-projet {
      width: 75%;
      padding: 30px 70px;
    }
  }

  @media screen and (max-width: 992px) {
    .absolute-details-projet {
      width: 90%;
      padding: 20px 70px;
    }
  }
  @media screen and (max-width: 768px) {
    .absolute-details-projet {
      width: 100%;
      clip-path: polygon(0 0, 80% 0, 95% 100%, 0% 100%);
    }
    .flexboxdetails {
      width: 85%;
    }
  }
  @media screen and (max-width: 480px) {
    .absolute-details-projet {
      width: 100%;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      position: relative;
      background-size: cover;
      padding: 40px 70px;
    }
    .paragraph--type--marketplace {
        padding: 30px 0px 0;
    }
    .flexboxdetails {
      width: 100%;
    }
    .img-projet {
      height: 450px;
    }
    .boximg {
      display: none;
  }
  }
  /********* End Page Accueil : Slide Projet **********/

  /********* Page Accueil : Section Services **********/
  .card-item-service {
    position: relative;
    box-shadow: 0px 0px 20px 2px rgb(128 147 164 / 15%);
    display: flex;
    padding-top: 40px !important;
    border-radius: 15px;
  }
  .imgservice {
    background: #cb033d;
    border-radius: 60px;
    position: absolute;
    right: 0; /* Changé de left: 0; */
    padding: 15px;
    top: -45px;
    left: 0; /* Changé de right: 0; */
    margin: 0 auto;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-service-home {
    width: 50px;
    height: 50px;
    display: block;
    width: 50px;
  }

  .item-box-service {
    position: relative;
    margin: 50px 0 30px;
    padding: 0 15px;
  }

  .boxcard-service {
    position: relative;
    padding: 45px 40px;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }

  .title-boxservice {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    transition: 0.5s ease all;
    transform: translateY(0px);
    height: 80px;
  }

  .boxcard-service p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
    transition: 0.5s ease all;
    transform: translateY(600%);
    background: #cb033d;
    margin: -85px 0 15px;
  }
  .boxcard-service ul {
    padding: 0;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
    transition: 0.5s ease all;
    transform: translateY(600%);
    background: #cb033d;
    margin: -85px 0 15px;
    list-style: none;
  }
  .boxcard-service ul li {
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 30px;
    padding-right: 10px; /* Changé de padding-left: 10px; */
    position: relative;
    list-style: inside;
    list-style-type: disclosure-closed;

  }
  .boxcard-service ul li:before {
    content: "";
    background: none;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    right: 0; /* Changé de left: 0; */
    border-radius: 50%;
  }
  .btn-cepex-service {
    padding: 8px 25px;
    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: #000;
    text-decoration: none;
    font-size: 16px;
    z-index: 2;
    position: relative;
  }

  .btn-cepex-service i {
    padding-right: 5px; /* Changé de padding-left: 5px; */
  }

  .btn-cepex-service:hover {
    background: #cb043d;
    color: #000;
    border: 1px solid #ffff;
  }
  .padding-boxservice:hover {
    background: #cb033d;
    border-radius: 15px;
  }

  .padding-boxservice:hover .title-boxservice {
    transition: 0.5s ease all;
    transform: translateY(-200%);
  }

  .padding-boxservice:hover .boxcard-service p {
    transition: 0.5s ease all;
    transform: translateY(0px);
  }
  .padding-boxservice:hover .boxcard-service ul {
    transition: 0.5s ease all;
    transform: translateY(0px);
  }
  .padding-boxservice:hover .btn-cepex-service {
    background: #fff;
  }
  .boxflex-services {
    display: flex;
    flex-wrap: wrap;
direction: rtl;
  }
.field.field--name-field-chiffres-cles.field--type-entity-reference-revisions.field--label-above {
    direction: rtl;
}
  .padding-boxservice {
    position: relative;
  }

  @media screen and (max-width: 1440px) {
    .title-boxservice {
      font-size: 28px;
    }
    .boxcard-service {
      padding: 45px 25px;
  }
  }
  @media screen and (max-width: 1280px) {
    .title-boxservice {
      font-size: 23px;
      line-height: 34px;
      height: 70px;
    }
    .boxcard-service p {
      height: 200px;
    }
    .boxcard-service ul {
      height: 200px;
    }
  }
  @media screen and (max-width: 1024px) {
  .boxcard-service p {
    height: 155px;
  }
  .boxcard-service ul {
    height: 155px;
  }
  }
  @media screen and (max-width: 992px) {
    .item-box-service {
      width: 50%;
    }
    .boxcard-service p {
      height: 120px;
    }
    .boxcard-service ul {
      height: 120px;
    }
  }
  @media screen and (max-width: 768px) {
    .item-box-service {
      width: 100%;
    }
    .boxcard-service p {
      height: 100px;
    }
    .boxcard-service ul {
      height: 100px;
    }
    .title-boxservice {
      height: auto;
    }
  }
  @media screen and (max-width: 480px) {
    .boxcard-service {
      padding: 35px 20px;
    }
    .boxcard-service p {
      margin: -45px 0 20px;
    }
    .boxcard-service ul {
      margin: -45px 0 20px;
    }
  }
  /********* End Page Accueil : Section Services **********/
  .wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .partenaire-image-link {
    color: var(--color-secondary);
    font-weight: 800;
    font-size: 30px;
    text-decoration: none;
    margin-bottom: 10px;
  }

  @media screen and (max-width: 768px) {
    .partenaire-image-link {
      font-size: 22px;
  }
  }
  .alert.alert-warning.alert-dismissible {
    display: none;
  }
  .bouton-filtre.active-filter {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    background: #cb033d;
    color: #fff;
  }
  .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.active-filter {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    background: #cb033d;
    color: #fff;
  }
  .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.active-filter {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    background: #cb033d;
    color: #fff;
  }
  [id^="ajax-wrapper"] {
    padding: 0 10px;
    margin: 20px 0 0;
    flex: 0 0 auto;
    width: 100%;
  }

  [id^="webform-submission-etude-personnalisee"] > div.alert {
    width: 100%;
  }

  .bef-datepicker {
    background-image: url('../images/calendar-silhouette.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 20px;
  }
  .boxfiltre-event select {
    max-width: 300px;
  }

  .boxfiltre-export select {
    width: 300px;
  }

  .boxfiltre-guide-export select{
    max-width: 100%;
  }

  .boxfiltre-ouvrages select {
    max-width: 30%;
    min-width: 95%;
  }
  .boxfiltre-ouvrages input{
    max-width: 30%;
    min-width: 95%;
  }
  .form-item-field-pays-ouvrage-value {
    width: 45%;
  }

  .form-item-field-secteurs-ouvrage-target-id {
    width: 45%;
  }
  #views-exposed-form-annuaire-exportateur-block-1 > div, #views-exposed-form-programme-international-liste-evenements-block-1 > div.form--inline , #views-exposed-form-opportunites-block-1 > div.form--inline{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .view-id-programme_international_liste_evenements div.view-empty {
    padding: 50px 100px;
  }
  /* Modal styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    right: 0; /* Changé de left: 0; */
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }

  .close {
    color: #aaa;
    float: left; /* Changé de float: right; */
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* Responsive iframe */
  iframe {
    width: 100%;
    height: 700px;
  }
  /***************Ouvrages****************/
  .flexboxfiltre-secteur {
    position: relative;
    width: 100%;
    padding: 0 10px;
  }

  .boximg-guie.boximg-secteur {
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .boximg-guie.boximg-secteur .img-guide {
    height: 205px;
    background: transparent;
    box-shadow: none;
  }

  .titre-guide.text-inherit {
    text-transform: inherit;
  }
  .btn-cepex.btn-secteur i {
    margin-right: 10px; /* Changé de margin-left: 10px; */
  }

  .bgwhite-guide.bgwhite-secteur {
    border-radius: 0;
    padding: 0;
    height: 400px;
  }

  .bgred-secteur {
    background: #cd1b4d;
    width: 100%;
    padding: 15px;
    height: 95px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .bgred-secteur span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
  }

  .boximg-guie.boximg-secteur {
    padding: 15px;
  }

  .bgwhite-guide.bgwhite-secteur .details-guide {
    padding: 15px;
    margin: 0;
  }
  .guide-secteurs {
    padding: 50px 0;
  }
  @media screen and (max-width: 768px) {
    .boxguide {
      width: 100%;
    }
    .flexboxfiltre-secteur {
      margin: 10px 0;
    }
    .bgred-secteur {
      height: auto;
    }
  }

  /*******************Détais Ouvrage*********************/
  .details-ouvrage {
    padding: 50px 0 0;
    z-index: 2;
  }

  .flexbox-details-ouvrage {
    display: flex;
    flex-wrap: wrap;
  }
  .boxcontenu-ouvrage {
    padding-left: 45px; /* Changé de padding-right: 45px; */
  }

  .title-details-ouvrage {
    display: block;
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
  }

  .boxcontenu-ouvrage p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin: 0;
  }

  .information-ouvrage {
    padding: 15px;
  }

  .bgwhite-ouvrage {
    background: #ffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  }

  .title-details {
    display: block;
    background: #cd1b4d;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
  }

  .box-information-ouvrage {
    display: flex;
    padding: 15px;
    position: relative;
    align-items: center;
  }

  .box-information-ouvrage:after {
    content: "";
    background: #000;
    width: 90%;
    height: 1px;
    position: absolute;
    right: 0; /* Changé de left: 0; */
    left: 0; /* Changé de right: 0; */
    bottom: 0;
    margin: 0 auto;
  }

  .box-information-ouvrage:last-child:after {
    display: none;
  }

  .img-infomation-ouvrage {
    width: 50px;
    height: 50px;
    background: #ffdbdb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }

  .img-infomation-ouvrage img {
    width: 30px;
    display: block;
    height: auto;
  }

  .boxbloc-info {
    margin-right: 15px; /* Changé de margin-left: 15px; */
  }

  .title-info-ouvrage {
    display: block;
    font-size: 16px;
    color: #000;
  }

  .subtitle-info-ouvrage {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
  }

  .detailstwo-ouvrage {
    background: #f0f0f0;
    margin-top: -85px;
    padding: 50px 0;
  }

  .boxcontenu-two-ouvrage p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin: 0;
  }
  .boxcontenu-two-ouvrage ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .boxcontenu-two-ouvrage ul li {margin-top: 15px;}

  .boxcontenu-two-ouvrage ul li i {
    color: #cd0b47;
    margin-left: 10px; /* Changé de margin-right: 10px; */
  }
  .detailsthree-ouvrage {
    padding: 50px 0;
  }

  .boxcontenu-three-ouvrage {
    text-align: center;
  }

  .boxcontenu-three-ouvrage p {
    font-size: 16px;
    color: #000;
    margin: 0;
    --max-lines: 6;
    --line-height: 1.8;
    overflow: hidden;
    line-height: var(--line-height);
    max-height: calc(var(--max-lines)* 1em* var(--line-height));
    position: relative;
  }

  .boxcontenu-three-ouvrage p:before {
    content: "";
    position: absolute;
    height: calc(1em* var(--line-height));
    width: 100%;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, white);
  }

  .boxcontenu-three-ouvrage .btn-cepex {
    margin: 20px 0 0;
  }
  .boxcontenu-three-ouvrage p.parag {
    --max-lines: auto;
  }

  .boxcontenu-three-ouvrage p.parag:before {
    display: none;
  }
  @media screen and (max-width: 1280px) {
    .form-item-field-pays-ouvrage-value {
      width: 40%;
  }

  .form-item-field-secteurs-ouvrage-target-id {
      width: 40%;
  }
  }
  @media screen and (max-width: 768px) {
    .form-item-field-pays-ouvrage-value {
      width: 100%;
  }

  .form-item-field-secteurs-ouvrage-target-id {
      width: 100%;
  }
    .boxcontenu-ouvrage {
      width: 100%;
      padding: 0 15px;
    }
    .information-ouvrage {
      padding: 15px;
      width: 100%;
    }
    .detailstwo-ouvrage {
      margin-top: 0;
    }
    .details-ouvrage {
      padding: 50px 0;
    }
    .boxcontenu-two-ouvrage, .boxcontenu-three-ouvrage {
      padding: 0 15px;
    }
  }

  @media screen and (max-width: 480px) {
    .title-details-ouvrage {
      font-size: 18px;
    }
    .details-ouvrage, .detailstwo-ouvrage, .detailsthree-ouvrage {
      padding: 30px 0;
    }
  }

  .field--name-field-image-service, .js-form-item-field-informations-prestataire-0-value,
  .tabledrag-toggle-weight-wrapper, #edit-body-0-format-help, #edit-field-informations-prestataire-0-format-help, #edit-field-informations-fabricant-0-format-help {
    display: none;
  }
