@font-face {
    font-family: 'AM-regular';
    src: url('../fonts/ArimaMadurai-Regular.eot');
    src: url('../fonts/ArimaMadurai-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArimaMadurai-Regular.woff2') format('woff2'),
        url('../fonts/ArimaMadurai-Regular.woff') format('woff'),
        url('../fonts/ArimaMadurai-Regular.ttf') format('truetype'),
        url('../fonts/ArimaMadurai-Regular.svg#ArimaMadurai-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AM-Bold';
    src: url('../fonts/ArimaMadurai-Bold.eot');
    src: url('../fonts/ArimaMadurai-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArimaMadurai-Bold.woff2') format('woff2'),
        url('../fonts/ArimaMadurai-Bold.woff') format('woff'),
        url('../fonts/ArimaMadurai-Bold.ttf') format('truetype'),
        url('../fonts/ArimaMadurai-Bold.svg#ArimaMadurai-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}

html {
    font-family: "Am-Regular";
    font-size: 16px;
    line-height: normal;
}

body{
    margin: 0;
}

a{
    text-decoration: inherit;
    color: #000;
}

h2,h1,h3 {
    display: block;
    font-size: inherit;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
    unicode-bidi: inherit;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    unicode-bidi: isolate;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


@media (min-width: 1025px) {
    .dk-only{
        display: block !important;
    }
    .mb-only{
        display: none !important;
    }
}

@media (max-width: 1025px) {
    .dk-only{
        display: none !important;
    }
    .mb-only{
        display: block !important;
    }
}

.owl-stage{
    display: flex;
}

::-webkit-scrollbar {
    display: none;
}

a:-webkit-any-link {
     color: inherit; 
     cursor: pointer; 
     text-decoration: none; 
}

.textDefault-wysiwig h1 , .textDefault-wysiwig h2{
    font-family: 'AM-Bold';
    margin-bottom: 2rem;
    font-size: 19px;
} 

.textDefault-wysiwig p{
    margin-bottom: 1rem;
}


/*search*/

.fixed-search{
    display: none;
}
.fixed-search.show{
    position: fixed;
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: block;
    overflow: auto;
}
.fixed-search-content{
    padding: 0 75px;
}

.fixed-search-head .close-cta{
    text-align: right;
    margin-top: 70px;
    margin-bottom: 72px;
}
.form-search{
    border-bottom: 1px solid #6f6f71;
    display: flex;
    align-items: center;
    margin-bottom: 30px;;
}

.form-search .search-entry {
    outline: none;
    border: none;
    background: none;
    color: #fff;
    width: 100%;
    font-family: "Plus Jakarta Sans";
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.no-result{
    font-family: 'Am-Regular';
    font-size: 20px;
    color: #fff;
}

.no-result p{
    margin-bottom: 20px;
}

.no-result ul li{
    margin-bottom: 10px;
}

.no-result ul li .reset-font {
    margin-right: 10px;
}

.no-result ul li .reset-font svg polygon {
    fill: #fff;
}

.has-results {
    padding-top: 30px;
    font-size: 28px;
}

.has-results .count {
    color: #fff;
    opacity: 0.5;
    margin-bottom: 35px;
}

.has-results .results-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
}

.has-results .results-wrapper .search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    color: #fff;
    border-bottom: 1px solid #6f6f71;
    padding-bottom: 2rem;
}

.has-results .results-wrapper .search-item .image img {
    width: 250px;
    height: auto;
}

.has-results .results-wrapper .search-item .content .title {
    font-size: 20px;
    font-family: 'AM-Bold';

}
.has-results .results-wrapper .search-item .content .description p {
    font-size: 16px;
    font-family: 'AM-Regular';
}

.search-item a {
    color: #fff;
}

#search-modal.loading::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

#search-modal.loading .lds-ring{
    display: inline-block;
}

.lds-ring {
    display: none;
    position: relative;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

#search-modal{
    height: 0; 
}
#search-modal.show{
    animation: search-anim 1.2s;
    height: 100%; 
}
@keyframes search-anim {
    0% {
        height: 0; 
    }
    100% {
        height: 100%; 
    }
}

.submit-search-form{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.submit-search-form img{
    height: 30px;
    width: 30px;
}

@media (max-width: 767px){
    .has-results .results-wrapper .search-item {
        flex-direction: column;
        gap: 0.5rem;
        padding-bottom: 2rem;
    }
    .has-results .results-wrapper .search-item .image img {
        width: 100%;
        height: auto;

    }
}






/* ===== STYLE GÉNÉRAL POUR TOUS LES BLOCS ===== */
.wp-block {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.03);
}

/* ===== TITRES ===== */
.wp-block-heading,
.wp-block h1, .wp-block h2, .wp-block h3,
.wp-block h4, .wp-block h5, .wp-block h6 {
  font-family: 'AM-Bold';
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.wp-block h1 { font-size: 2.2rem; }
.wp-block h2 { font-size: 1.8rem; }
.wp-block h3 { font-size: 1.5rem; }

/* ===== PARAGRAPHES ===== */
.wp-block-paragraph {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}

/* ===== IMAGES ===== */
.wp-block-image {
  margin: 2rem auto;
  text-align: center;
}

.wp-block-image img {
  max-width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.wp-block-image img:hover {
  transform: scale(1.02);
}

/* ===== GALERIE ===== */
.wp-block-gallery {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wp-block-gallery .wp-block-image {
  margin: 0;
  flex: 1 1 200px;
}

/* ===== BOUTONS ===== */
.wp-block-button .wp-block-button__link {
  background-color: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #000;
}

/* ===== LISTES ===== */
.wp-block-list {
  padding-left: 1.5rem;
  color: #444;
}

.wp-block-list li {
  margin-bottom: 0.5rem;
}

/* ===== CITATIONS ===== */
.wp-block-quote {
  border-left: 4px solid #000;
  padding-left: 1.25rem;
  color: #555;
  font-style: italic;
  background: #f9f9f9;
  border-radius: 6px;
}

/* ===== CODE & PRÉ ===== */
.wp-block-code,
.wp-block-preformatted {
  background: #f4f4f4;
  color: #111;
  font-family: monospace;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
}

/* ===== VIDÉOS ===== */
.wp-block-video video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.content-main p{
    margin-bottom: 1rem;
}



  