/* Global Styles */
:root {
  --primary-color: #f76c00;
  --secondary-color: #e8f7ff;
  --text-color-black: #000;
  --light-gray: #eaeaea;
  --background-color: #ffffff;
  --hover-color: #d95c00;
  --border-radius:4px;
}

a {
  text-decoration: none;
}
p{
  text-align: justify;
}

.footer-text-columns p{
  text-align:center;
}

/* Header and Footer Styles */
.header-custom {
  background-color: var(--background-color);
  -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.03);
}
.is-sticky{
	position: fixed;
  top: -3px;
  left: 0;
  width: 100%;
  animation: slideDown 0.35s ease-out;
  z-index: 999;
}
img.custom-logo {
  max-width: 110px;
  height: auto;
}

.icon-inline-cih {
  max-width: 20px;
  max-height: 36px;
}

.menu-icons-img {
  display: inline-block;
  vertical-align: middle;
}

/*Menu burger*/
.icon-close2 svg {
  width: 20px;
}
.icon-burger2 svg {
  width: 30px;
}
.cih_menu_burger {
	display:none;
}
.current-menu-item {
  background-color: var(--secondary-color) !important;
}

.current-menu-item a {
  color: #2eb0fa !important;
}
.menu-item:hover {
  background-color: var(--secondary-color) !important;
}

.menu-item:hover a {
  color: #2eb0fa !important;
}

.site-mobile-menu-body .btn-devenir-partenaire {
  width: 100%;
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}
.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: rgba(0, 0, 0, 0.7) !important;
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: var(--text-color-black) !important;
}
.site-navbar .site-navigation .site-menu > li.active > a {
  color: var(--text-color-black) !important;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: var(--background-color);
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: var(--background-color);
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: var(--text-color-black) !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li
> a:hover {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> .dropdown,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> ul {
  left: 100%;
  top: 0;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:hover
> a,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:active
> a,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:focus
> a {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  left: 0;
  z-index: 2000;
  padding-top: 20px;
  background: var(--background-color);
  height: calc(100vh);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px;
  display: inline-block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap > li {
  padding: 5px 10px;
  margin: 10px 0px;
}
.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li > a {
  font-size: 20px;
  vertical-align: middle;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

#menu-item-869-ar{
  font-family: 'Cairo', sans-serif;
}

#menu-item-869-ar a {
  padding:0px;
}
#menu-item-869-ar a span{
  padding:15px;
}
.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
  background: var(--background-color);
}
.sticky-wrapper .site-navbar ul li a {
  color: rgba(0, 0, 0, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active {
  color: var(--text-color-black) !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: var(--background-color);
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: var(--text-color-black) !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.site-footer {
  background-color: var(--background-color);
  margin-top: 15px;
  margin-bottom: 0px;
  box-shadow: 0 -4px 8px -6px #33333369;
  -moz-box-shadow: 0 -4px 8px -6px #33333369;
  -webkit-box-shadow: 0 -4px 8px -6px #33333369;
}
.footer-text-columns p {
  font-size: 10px;
}
.footer-text-droits {
  font-weight: bold !important;
}

.footer-socials-columns {
  text-align: right !important;
}

.container-advantage {
  border-radius: var(--border-radius);
  margin-top: 5px;
  background-color: var(--background-color);
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 1)
  ),
  url("../images/background-slider.webp");
  background-position: ;
  background-size: 12%;
}
.advantage-section{
  padding-bottom: 50px;
  padding-top: 50px;
}

/* Conteneur principal */
.advantage-section .container {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  /* Assure la responsivité */
  align-items: center;
  justify-content: space-between;
}

/* Contenu du texte */
.text-content {
  max-width: 50%;
}

.text-content h1 {
  font-size: 64px;
  font-weight: 800 !important;
  color: var(--text-color-black);
  margin-bottom: 1rem
}

.text-content h1 span{
  background: linear-gradient(to right, #33c2ff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-content p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.btn-orange {
  background-color: #ff7f00;
  color: white;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius);
  font-weight: 500 !important;
  transition: background-color 0.3s ease;
  text-decoration: none;
  font-size:14px;
}

.btn-orange:hover {
  background-color: #e66c00;
  color: var(--background-color);
}



/* En-tête */
.section-header {
  margin-bottom: 2rem;
}
.section-header h2.section-title{
  font-size:24px;
}
.afficher-tout {
  text-decoration: none;
  float: inline-end;
  margin-top: 10px;
}

.section-title .icon {
  margin-right: 0.5rem;
}

.btn-outline-primary:hover {
  background-color: #3fa9f5;
  color: var(--background-color);
  border: 1px solid #3fa9f5;
}
.logo-item-partenaire img{
  height: auto;
}
.payment-icon{
  width: 100px;
  height: auto;
}

/* Cartes */
.card {
  background-color: var(--background-color);
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card-img {
  position: relative;
  overflow: hidden;
  max-height: 175px;
}

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

.badge-category {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--secondary-color);
  color: #2eb0fa;
  padding: 0.3rem 0.6rem;
  font-size: 10px;
  font-weight: bold;
  border-radius: var(--border-radius);
  text-decoration: none;
  text-transform: uppercase;
}
.discount {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--primary-color);
  color: var(--background-color);
  padding: 6px 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: var(--border-radius);
  text-decoration: none;
  text-align: center;
}

.card-body {
  padding: 1rem;
  text-align: center;
}

.brand h3.brand-title {
  font-size: 18px;
  margin-bottom: 0px;
  min-width: 75%;
  text-align: left;
}
.brand h3.brand-title a {
  text-decoration: none;
  color: var(--text-color-black);
}

.brand-logo {
  max-width: 30px;
  margin-right: 0.5rem;
  border: 1px solid var(--light-gray);
  border-radius: var(--border-radius);
  height: auto;
}

.btn-primary {
  background-color: var(--secondary-color);
  color: #2eb0fa;
  padding: 0.5rem 1rem;
  border: 1px solid var(--secondary-color);
  border-radius: var(--border-radius);
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}

.btn-primary:hover {
  background-color: #3fa9f5;
  color: var(--background-color);
  border: 1px solid #3fa9f5;
}
.flesh.flesh-r{
  width:20px !important;
  height: 20px !important;
  margin-left: auto;
  margin-right: auto;
}
#partners-list > div > div > div.card-body > div > a{
  line-height: 12px;
}
.flesh.flesh-r:hover, .nouveautes-owl .brand a:hover .flesh.flesh-r, .list-partners .brand a:hover .flesh.flesh-r{
  filter: brightness(4.5);
}

.nouveautes-owl .brand a{
  padding: 0.8rem 0.8rem;
}
.nouveautes-owl.owl-drag .owl-item{
  padding-top:5px;
  padding-bottom:10px;
}
.result-services,
.result-villes,
.list-partners,
.devenir-partenaire,
.header-single-partenaire,
.details-single-partenaire,
.nos-cartes,
.single_carte_cih,
.error-404 {
  background-color: var(--background-color);
  margin-top: 40px;
  margin-bottom: 40px;
}

h2.text-center {
  font-size: 2rem;
  font-weight: bold;
}

h1.text-center .text-orange {
  color: var(--primary-color);
}

.form-label {
  font-weight: bold;
}

textarea.form-control {
  resize: none;
}

.btn-send {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-send:hover {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}

.text-muted.small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-check-label {
  font-size: 0.9rem;
}

.card-logo-icone {
  width: 88px !important;
  height: 88px !important;
  margin-left: auto;
  margin-right: auto;
}

.service-name {
  text-align: center;
  text-decoration: none;
  color: var(--text-color-black);
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 10px;
}

/* Icône de recherche dans le champ */
#search-partners {
  padding-left: 2.5rem;
}

.icon-search {
  width: 16px;
  height: 16px;
  pointer-events: none;
  margin-left:20px;
}

/* Icône de marker dans le menu déroulant */
#location-filter {
  padding-left: 2.5rem;
}

.icon-marker {
  width: 16px;
  height: 16px;
  pointer-events: none;
  margin-left: 20px;
}

.avantage-page {
  height: 360px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avantage-page h1 {
  text-transform: uppercase;
  color: var(--background-color);
}

.header-single-partenaire {
  height: 450px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative !important;
  border-bottom: none;
}

.profil-single-partenaire {
  position: absolute;
  bottom: 0px;
  background: #f4f2f2;
  border: 10px solid var(--background-color);
  border-bottom: 0px;
}
.profil-single-partenaire img {
  width: 150px;
  height: auto;
}
.badge-ville-single {
  background-color: #def3ff;
  padding: 13px 20px;
  border-radius: var(--border-radius);
  color: #2eb0fa;
}
.link-badge-ville-single {
  text-decoration: none;
  margin-right: 10px;
}

.custom-pagination {
  margin-top: 25px;
}

.btn-prev {
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  color: var(--background-color);
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.btn-next,
.page-numbers {
  display: flex;
  align-items: center;
  background-color: #2eb0fa;
  color: var(--background-color);
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.btn-prev:hover,
.btn-next:hover {
  color: var(--text-color-black);
}
.next,
.prev {
  background-color: transparent !important;
  padding: 0px !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.entry-meta a {
  color: var(--primary-color);
}
.single-article .post-thumbnail img {
  width: 100% !important;
  height: auto !important;
  border-radius: var(--border-radius);
}

.titre-darticle {
  margin: 35px 0px;
}
.single-article .entry-info {
  display: flex;
  flex-direction: column;
}

#sidebar > div.search-sidebar > form > div.input-group > button.btn-primary {
  border: 1px solid #dedede;
  width: 22%;
}

.btn-devenir-partenaire-single {
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: var(--border-radius);
  transition: all 0.3s ease-in-out;
}

.btn-devenir-partenaire-single:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.btn-filter {
  background-color: #efefef;
  border: 1px solid #efefef;
  padding: 10px 20px;
  margin: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  color: #b6b6b6;
}
.btn-filter:hover {
  background-color: #efefef;
  border: 1px solid #efefef;
  padding: 10px 20px;
  margin: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-filter.active {
  background-color: #0077ff;
  color: var(--background-color);
  border-color: #0077ff;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #0077ff !important;
  color: var(--background-color) !important;
  border-color: #0077ff !important;
}

.type-nos_cartes{
  position: relative;
}

.nos-cartes-list{
  margin-bottom: 25px;
}

.type-nos_cartes .card-body{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
.type-nos_cartes:hover .card-body{
  opacity: 1;
}
.boutton-decouvrir-plus{
  width: 100%;
}
/* Animation de rotation */
.rotate-animate {
  animation: rotateAnimation 0.5s ease-in-out forwards;
  filter: none !important;
}

.reset-animate {
  animation: resetAnimation 0.5s ease-in-out forwards;
}

/* Gestion de l'affichage des éléments sur une ligne distincte */
.btn-filter span {
  display: block;
}

/* Espacement entre le texte et l'image */
.titre-bouton-filter {
  margin-bottom: 10px;
  margin-top: 40px;
  text-align: left;
}

/* Image dans le bouton */
.btn-filter img {
  width: 30px;
  height: auto;
  transition: transform 0.3s ease-in-out;
  display: block;
  margin-left: auto;
  filter: contrast(0.5);
}
/* Définition de l'animation */
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes resetAnimation {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.liens-nos_cartes {
  display: block;
}
a.liens-nos_cartes img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.card-title-single-carte {
  font-size: 20px;
}
.boutton-decouvrir-plus a {
  padding: 10px 10px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--border-radius);
}
.boutton-decouvrir-plus a.couleur1 {
  color: #ff782d;
  background-color: #ffefe6;
}
.boutton-decouvrir-plus a.couleur2 {
  background-color: #e7f6ff;
  color: #2eb0fa;
}

.single_carte_cih ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}

.single_carte_cih li {
  position: relative;
  padding-left: 40px;
  color: #333;
  padding: 10px 40px;
}

.single_carte_cih li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2025/01/icon-check-avantages.svg");
  background-size: cover;
}
.lien-single-cartes div {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*Css carte code gamer*/
body.postid-443,
.term-carte-code-gamer,body.bg-part-code-gam {
  background:#070f23;
}
.single-part-code-gam .header-single-partenaire{
  border: none;
}

.villes-single-partenaire{
  display: flex;
  flex-flow: wrap;
  row-gap: 35px;
}
.single-part-code-gam .profil-single-partenaire{
  border: 10px solid #070f23;
  border-bottom: none;
}
.term-carte-code-gamer .result-services {
  background-color: transparent;
}
.title-single-carte-code-gamer {
  background: linear-gradient(to right, #33c2ff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 35px 0px;
}
.content-single-carte-code-gamer {
  color: #9ea6b5;
}
.t-avantage-single-carte-code-gamer {
  color: var(--background-color);
}
.avtg-single-carte-code-gamer div,
.avtg-single-carte-code-gamer {
  background-color: #1e2b49;
}
.avtg-single-carte-code-gamer .brand-title a {
  color: var(--background-color) !important;
}
.avtg-single-carte-code-gamer .badge-category {
  background: linear-gradient(to right, #0077ff, #33c2ff);
  color: var(--background-color);
  text-transform: uppercase;
}
.avtg-single-carte-code-gamer .discount {
  background: linear-gradient(to right, #ff002b, #ff782d);
}
.avtg-single-carte-code-gamer .btn-primary {
  background: linear-gradient(to right, #0077ff, #33c2ff);
  color: var(--background-color);
  border: none;
}
.code-gamer-lien-s-c {
  margin-top: 20px;
  margin-bottom: 20px;
}
.code-gamer-lien-s-c .btn-devenir-partenaire-single {
  background: linear-gradient(to right, #ff782d, #ff002b);
}
.single-part-code-gam .details-single-partenaire {
  background-color: transparent !important;
}
.ville-single-c-g .badge-ville-single {
  background: linear-gradient(to right, #0077ff, #33c2ff);
  color: var(--background-color);
  text-transform: uppercase;
}
.message-important-c-g .alert-primary {
  background: transparent;
  border: 1px solid #2eb0fa;
  color: #2eb0fa;
}

.message-important-c-g .alert-warning {
  background: transparent;
  color: #ff782d;
  border: 1px solid #ff782d;
}
.avantages-content p {
  margin-bottom: 0px;
}

/*404 css*/


.circles { 
  background:#fff;
  text-align: center;
  position: relative;
}

.circles p{
  font-size: 170px;
  color: #fff;
  padding-top: 20px;
  position: relative;
  z-index: 9;
  line-height: 100%;
  text-align:center !important;
}

.circles small{ 
  font-size: 30px; 
  vertical-align: top;
  line-height: 100%;   
}

.circles .circle.small {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #48A9E6;
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 50%;
  animation: 7s smallmove infinite cubic-bezier(1,.22,.71,.98); 
  -webkit-animation: 7s smallmove infinite cubic-bezier(1,.22,.71,.98);
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.circles .circle.med {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #48A9E6;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10%;
  animation: 7s medmove infinite cubic-bezier(.32,.04,.15,.75); 
  -webkit-animation: 7s medmove infinite cubic-bezier(.32,.04,.15,.75);
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.circles .circle.big {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #48A9E6;
  position: absolute;
  z-index: 1;
  top: 150px;
  right: 0;
  animation: 8s bigmove infinite; 
  -webkit-animation: 8s bigmove infinite;
  animation-delay: 3s;
  -webkit-animation-delay: 1s;
}

@-webkit-keyframes smallmove {
  0% { top: 10px; left: 45%; opacity: 1; }
  25% { top: 300px; left: 40%; opacity:0.7; }
  50% { top: 240px; left: 55%; opacity:0.4; }
  75% { top: 100px; left: 40%;  opacity:0.6; }
  100% { top: 10px; left: 45%; opacity: 1; }
}
@keyframes smallmove {
  0% { top: 10px; left: 45%; opacity: 1; }
  25% { top: 300px; left: 40%; opacity:0.7; }
  50% { top: 240px; left: 55%; opacity:0.4; }
  75% { top: 100px; left: 40%;  opacity:0.6; }
  100% { top: 10px; left: 45%; opacity: 1; }
}

@-webkit-keyframes medmove {
  0% { top: 0px; left: 20%; opacity: 1; }
  25% { top: 300px; left: 80%; opacity:0.7; }
  50% { top: 240px; left: 55%; opacity:0.4; }
  75% { top: 100px; left: 40%;  opacity:0.6; }
  100% { top: 0px; left: 20%; opacity: 1; }
}

@keyframes medmove {
  0% { top: 0px; left: 20%; opacity: 1; }
  25% { top: 300px; left: 80%; opacity:0.7; }
  50% { top: 240px; left: 55%; opacity:0.4; }
  75% { top: 100px; left: 40%;  opacity:0.6; }
  100% { top: 0px; left: 20%; opacity: 1; }
}

@-webkit-keyframes bigmove {
  0% { top: 0px; right: 4%; opacity: 0.5; }
  25% { top: 100px; right: 40%; opacity:0.4; }
  50% { top: 240px; right: 45%; opacity:0.8; }
  75% { top: 100px; right: 35%;  opacity:0.6; }
  100% { top: 0px; right: 4%; opacity: 0.5; }
}
@keyframes bigmove {
  0% { top: 0px; right: 4%; opacity: 0.5; }
  25% { top: 100px; right: 40%; opacity:0.4; }
  50% { top: 240px; right: 45%; opacity:0.8; }
  75% { top: 100px; right: 35%;  opacity:0.6; }
  100% { top: 0px; right: 4%; opacity: 0.5; }
}

#listpartenaires .owl-nav{
  overflow: hidden;
  height: 0px;
}

#listpartenaires .owl-nav .owl-prev{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 0px !important;
  left: -20px;
}
#listpartenaires .owl-nav .owl-next{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 0px !important;
  right: -20px;
}

#listpartenaires .owl-nav .owl-prev span, #listpartenaires .owl-nav .owl-next span{
  font-size:40px;
  color:#2EB0FA;
  font-weight: 300;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background:transparent !important;
}
.owl-theme .owl-dots .owl-dot span{
  background: #FAD9CA !important;
}

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

.titre_article_de_blog{
	font-size:18px;
	min-height: 90px;
}

.header-filter{
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-filter.cartes-multiservices{
  order: 1;
}
.btn-filter.cartes-internationales{
  order: 2;
}

.btn-filter.cartes-prepayees{
  order: 3;
}

/*CSS Jeux Concours*/

.header-single-jeux-concour{
  height: 300px;
  border-radius: 4px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  margin-top: 40px;
}
.details-single-jeux-concour,.row_compte_a_rebours, .row-reglement, .row-les_recompenses{
  margin-top: 40px;
}
.details-single-jeux-concour h1{
  font-size:32px;
}
.row_comment_participer{
  margin-top:40px;
}
.col-comment_participer{
  border: 1px solid #009EE0;
  border-radius: 4px;
  background-color: #F5FCFF;
  padding: 25px;
}
.col-comment_participer span{
  color: #009EE0;
  text-transform: uppercase;
  font-size: 14px;
}
.col-comment_participer h3{
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.row_compte_a_rebours .section-header-2 h3 ,.row-reglement .section-header-2 h3{
  
  font-size: 24px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.section-header-2{
  margin-bottom: 10px;
}

.col-compte_a_rebours{
  background: linear-gradient(180deg, rgba(232, 84, 18, 1) 35%, rgba(255, 60, 21, 1) 80%);
  padding: 20px 40px;
  border-radius: 4px;
  color:var(--background-color);
  margin-left: 10px;
  margin-right: 23px;
  width: 47%;

}

.count-compte_a_rebours{
  background: linear-gradient(176deg, rgba(0,158,224,1) 35%, rgba(0,103,237,1) 80%);
  padding: 20px 40px;
  border-radius: 4px;
  color:var(--background-color);
  margin-right: 10px;
  margin-left: 23px;
  width: 47%;
}

.count-compte_a_rebours #countdown{
  display:flex;
}
.count-compte_a_rebours #countdown p{
  font-size: 16px;
  font-weight: 200 !important;
  margin-bottom: 0px;
  width: 25%;
  text-align: center;
}
.count-compte_a_rebours #countdown p span{
  

  font-weight: 600 !important;
  font-size: 30px;
}


.col-compte_a_rebours .ladate_du_concour_text{
  font-size: 16px;
  font-weight: 200 !important;
}
.col-compte_a_rebours h3{
  font-weight: 600 !important;
  font-size: 30px;
}
.row-reglement a{
  color: #E85412;
}
.row-reglement{
  margin-bottom: 40px;
}
.les_recompenses_description{
  margin-top: 25px;
  margin-bottom: 35px;
}
.recompenses_card-body{
  position: absolute;
  bottom: 0;
  height:100%;
  width: 100%;
  border-radius:8px;
  padding: 20px;
  display: flex
  ;
  flex-direction: column;
  justify-content: flex-end;
}
.recompenses_card{
  position:relative;
}
.recompenses_card-title, .recompenses_card-text{
  color:var(--background-color);
  text-align: left;
}

.recompenses_card img{
  border-radius:8px;
}
.row-lots_a_gagner{
  background-image:url('/wp-content/uploads/2025/03/lots_a_gagner_background.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top:60px;
  margin-bottom:60px;
  background-position: center;
  color:var(--background-color);
  min-height: 400px;
}

.row-lots_a_gagner .section-header-2{
  margin-bottom:25px;
}

.row-lots_a_gagner ul {
  list-style: none;
  padding-left: 0; 
  margin-top: 20px;
  margin-bottom: 20px;
}

.row-lots_a_gagner li {
  position: relative;
  padding-left: 28px; /* Espace pour l'icône */
  margin-bottom: 8px; /* Espace entre les éléments */
}

.row-lots_a_gagner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Taille de l'icône */
  height: 20px;
  background-image: url('/wp-content/uploads/2025/03/icon_list_jeux-concours.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.pay-festival-section{
  background-image:url('/wp-content/uploads/2025/03/background-pay-festival-scaled-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top:60px;
  margin-bottom:60px;
  background-position: center;
}
section.pay-festival-section  div.section-header  h2, section.pay-festival-section  div.col-5.section-header  a{
  color:var(--background-color);
}
section.pay-festival-section ._jeux_concours, section.pay-festival-section_archive ._jeux_concours{
  position:relative;
}
section.pay-festival-section .body_jeux_concours , section.pay-festival-section_archive .body_jeux_concours{
  position:absolute;
  top: 0px;
  background: linear-gradient(90deg, rgba(1,17,94,1) 0%, rgba(1,17,94,0.03827468487394958) 100%);
  height: 100%;
  width: 100%;
  padding: 25px;
  border-radius: 8px;
}
section.pay-festival-section .title_jeux_concours, section.pay-festival-section_archive .title_jeux_concours{
  font-size:18px;
  font-weight:600 !important;
  color:var(--background-color);
  width: 60%;
}
section.pay-festival-section .content_jeux_concours , section.pay-festival-section_archive .content_jeux_concours{
  width: 105px;
  background-color: #E3F4FC;
  border-radius: 4px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  position: absolute;
  bottom: 25px;
}
section.pay-festival-section .content_jeux_concours a , section.pay-festival-section_archive .content_jeux_concours a{
  color:#009EE0;
  display:flex;
  font-size:14px;
  font-weight:500 !important;
}
section.pay-festival-section .content_jeux_concours a .flesh.flesh-r, section.pay-festival-section_archive .content_jeux_concours a .flesh.flesh-r {
  width: 10px !important;
  height: 10px !important;
  margin-top:6px;
}
section.pay-festival-section .img_jeux_concours img, section.pay-festival-section_archive .img_jeux_concours img{
  border-radius:8px;
}
section.pay-festival-section .jeux_concours-owl .owl-dots{
  display:block;
}
section.pay-festival-section_archive{
  margin-top:60px;
  margin-bottom:60px;
}

/* Tablettes et iPads en mode paysage (largeur max : 1024px) */
@media screen and (max-width: 1024px) {
  .cih_logo{
    width: 45% !important;
  }
  .text-content h1 {
    font-size: 38px;
  }
  .brand h3.brand-title {
    min-width: 58%;
  }
}

.badge_jc{
  padding:6px;
  border-radius:var(--border-radius);
  font-size:10px;
  font-weight:600;
  text-transform:uppercase;
  
}
.badge_jc_single{
  font-size:16px;
  padding:10px;
}
.details-single-jeux-concour h1{
  margin-top:20px;
}
.jeux_terminer{
  font-weight: 600 !important;
  font-size: 30px;
  justify-content: center;
  padding-top: 10px;
}
.badge_jc_position{
  position: absolute;
  right: 0;
  top: 25px;
}
.badge_expir_large{
  background-color: #FBE4E4;
  text-align: center;
  color: #E23D3D;
  font-size: 32px;
  padding: 20px 40px;
  border-radius: 8px;
  margin-top: 25px;
}

.badge_avenir_large{
  background-color: #D1F1FF;
  text-align: center;
  color: #009EE0;
  font-size: 32px;
  padding: 20px 40px;
  border-radius: 8px;
  margin-top: 25px;
}
.badge_jc.a_venir{
  background-color:#F6FCFF;
  color: #009EE0;
}
.badge_jc.en_cours{
  background-color:#E3F6EC;
  color: #00B250;
}
.badge_jc.expire{
  background-color:#FBE4E4;
  color: #E23D3D;
}
/*Tablettes et iPads en mode portrait (largeur max : 991px) */
@media screen and (max-width: 992px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
}
/* Responsivité Mobile*/
@media (max-width: 768px) {
  .header-custom {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 0px !important;
    -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.03);
  }
  img.custom-logo {
    max-width: 100px;
  }
  #loading-image{
    width:100% !important;
  }
  .text-content h1 {
    font-size: 32px;
  }
  .section-header h2.section-title {
    font-size: 22px;
  }
  .container-advantage {
    background-size: 25%;
    margin-top: 4px;
    border: transparent;
  }
  .result-services,
  .result-villes,
  .list-partners,
  .devenir-partenaire,
  .new-arrivals-section,
  .avantage-page,
  .header-single-partenaire,
  .details-single-partenaire,
  .nos-cartes,
  .single_carte_cih,
  .error-404 {
    border-radius: 0px;
    border: transparent;
    margin: 0px auto;
    padding: 1rem;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .advantage-section .btn-orange {
    display: none;
  }
  .advantage-section {
    padding-top: 2em;
  }
  .advantage-section .container {
    flex-direction: column;
    /* Colonne sur mobile */
    text-align: center;
  }

  .text-content {
    max-width: 100%;
    margin-bottom: 2rem;
    text-align:center;
  }

  .btn-devenir-partenaire {
    display: none;
  }
  .btn-parte-sur-menu {
    display: block;
  }
  .card-img {
    max-height: 125px;
  }
  .brand h3 {
    font-size: 20px;
    min-width: 70%;
  }

  .card-service-icone {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .card-logo-icone {
    width: 70px !important;
    height: 70px !important;
  }
  .site-footer {
    border-radius: 0px;
    border: transparent;
    margin-bottom: 0px;
    margin-top: 0px;
    box-shadow: 0 -4px 8px -6px #33333369;
    -moz-box-shadow: 0 -4px 8px -6px #33333369;
    -webkit-box-shadow: 0 -4px 8px -6px #33333369;
  }
  .avantage-page {
    height: 200px;
  }

  .header-single-partenaire {
    height: 260px;
  }
  .profil-single-partenaire img {
    width: 120px;
    height: auto;
  }

  .header-filter {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll; 
    scroll-snap-type: x mandatory; 
    -webkit-overflow-scrolling: touch; 
    padding-bottom: 10px;
  }

  .header-filter::-webkit-scrollbar {
    height: 8px; 
  }

  .header-filter::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: var(--border-radius);
  }

  .btn-filter {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    padding: 10px 15px;
    font-size: 16px;
    min-width: 180px;
  }

  .footer-socials-columns,
  .footer-logo-columns {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .nos_cartes > div.post-thumbnail > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
  }
  div.container-advantage > section > div > div.text-content > p{
    text-align:center !important;
  }
  div.single-carte-code-gamer > div.row.partner-list.g-4 > div > div.avantages-content > p{
    text-align:left !important;
  }
  #transparent-video{
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  /*CSS jeux concours*/
  .col-compte_a_rebours, .count-compte_a_rebours{
    width:98%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
  }
  .col-compte_a_rebours h3 {
    font-size: 28px;
  }
  section.pay-festival-section .title_jeux_concours, section.pay-festival-section_archive .title_jeux_concours{
    width: 70%;
  }
  
}

@media (max-width: 170px) {
  .text-content h1 {
    font-size: 20px;
  }
  .payment-icon {
    display:none;
  }
  .section-header h2.section-title {
    font-size: 18px;
  }
  section.container.new-arrivals-section > div.row > div.col-5.section-header{
    display:none;
  }
  #listpartenaires > div.row > div.col-5.section-header, .service-name{
   display:none;
 }
 .card-logo-icone {
  width: 45px !important;
  height: 45px !important;
}
img.custom-logo {
  max-width: 85px;
}
.footer-socials-columnsm, .cih_logo_footer{
  width:100% !important;
}
.card-body .brand{
  display:block !important;
}
.brand h3.brand-title {
  min-width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.discount {
  right: 0px;
  top: 0px;
  padding: 6px 6px;
  font-size: 12px;
}
.badge-category {
  top: 0px;
  left: 0px;
  padding: .2rem .2rem;
  font-size: 9px;
}
.nos_cartes > div.post-thumbnail > img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
}

#custom-lang-switcher {
  position: fixed;
  right: 0;
  list-style: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#custom-lang-switcher a {
  display: block;
  margin: 5px 0;
  text-align: center;
  transition: transform 0.3s ease;
}

#custom-lang-switcher a:hover {
  transform: scale(1.1);
}
.btn-blue {
    background-color: #2eb0fa;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: var(--border-radius);
    font-weight: 500 !important;
    transition: background-color 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}
.btn-blue:hover {
    background-color: #2eb0fa;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: var(--border-radius);
    font-weight: 500 !important;
    transition: background-color 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}
.bloc-icon-btn{
  gap:10px;
}

.popup-youtube{
  margin-left:20px;
  color:#009EE0;
  font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.popup-youtube img{
 margin-right:10px;
}