/* --- Bloc cliquable --- */
.photo-arrier-plans-ser {
    position: relative;
    cursor: pointer;
}

/* --- Icône loupe blanche minimaliste --- */
 

/* --- Icône loupe blanche minimaliste --- */
.photo-arrier-plans-ser::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;

    /* Fond de couleur demandée */
    background-color: rgba(29, 53, 87, 0.85); /* #1d3557 avec transparence */

    border-radius: 50%;
    opacity: 0.95;
    transition: 0.2s ease;

    /* Ombre renforcée */
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M10 2a8 8 0 015.292 13.708l5 5a1 1 0 01-1.414 1.414l-5-5A8 8 0 1110 2zm0 2a6 6 0 100 12A6 6 0 0010 4z'/%3E%3C/svg%3E");
}


.photo-arrier-plans-ser:hover::after {
    transform: scale(1.15);
}


/* --- POPUP --- */
.da-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    align-items: center;
    z-index: 999999 !important;
    backdrop-filter: blur(2px);
}

/* --- Image dans le popup --- */
.da-popup-content img {
    max-width: 90vw;   
    max-height: 85vh;  
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0,0,0,0.6);
    animation: popupZoom 0.3s ease;
}

@keyframes popupZoom {
    from { transform: scale(0.6); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

/* --- Bouton de fermeture --- */
.da-popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 42px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0 0 12px rgba(0,0,0,0.9);
    transition: 0.2s ease;
    z-index: 1000000 !important; /* Toujours au-dessus */
}

.da-popup-close:hover {
    transform: scale(1.15);
}

 
.conteneut-img-eve {
  transition: transform 0.4s ease;
  will-change: transform;
}

.bloc-parent-eve:hover .conteneut-img-eve {
  transform: scale(1.05);
}

.btn-events .elementor-button-icon {
  transition: transform 0.3s ease;
}

.bloc-parent-eve:hover .btn-events .elementor-button-icon {
  transform: translateX(10px);
}
.btn-events .elementor-button-icon svg path {
  transition: fill 0.3s ease;
}
.bloc-parent-eve:hover .btn-events .elementor-button-icon svg path{
  fill: #1d3557 !important;
}

#booking-iframe {
  width: 100%;
  height: 85vh;      /* clé ici */
  min-height: 650px;
  border: 0;
}
.da-code-wrap svg{
  width:22px !important;    
  height:22px !important;
}

.da-code-wrap button{
  padding-left: 4px;
    padding-right: 4px;
}


/* =========================
   BANNIÈRE COOKIES – DESTINATION ALGERIA
   ========================= */

#da-cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 9999;
  font-family: inherit;
}

#da-cookie-banner .da-cookie-box {
  background: #111;
  color: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* Texte */
#da-cookie-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
  min-width: 220px;
}

/* Lien politique */
#da-cookie-banner a {
  color: #f1c40f;
  text-decoration: underline;
}

#da-cookie-banner a:hover {
  opacity: 0.85;
}

/* Boutons */
#da-cookie-banner .da-cookie-actions {
  display: flex;
  gap: 10px;
}

#da-cookie-banner button {
  padding: 9px 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

/* Accepter */
#da-accept {
  background: #f1c40f;
  color: #000;
}

#da-accept:hover {
  background: #ddb20d;
}

/* Refuser */
#da-reject {
  background: #444;
  color: #fff;
}

#da-reject:hover {
  background: #555;
}

/* Responsive */
@media (max-width: 600px) {
  #da-cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  #da-cookie-banner .da-cookie-box {
    flex-direction: column;
    align-items: stretch;
  }

  #da-cookie-banner .da-cookie-actions {
    justify-content: flex-end;
  }
}
















/* 1) Le parent devient la référence */
.bloc-parent-lien-entr-solidaire{
  position: relative !important;
}

/* 2) Le widget Elementor qui contient le lien recouvre toute la carte */
.bloc-parent-lien-entr-solidaire .elementor-element-445c723{
  position: absolute !important;
  inset: 0 !important;            /* top/right/bottom/left = 0 */
  z-index: 99999 !important;
}

/* 3) Forcer les wrappers JetEngine à prendre toute la hauteur */
.bloc-parent-lien-entr-solidaire .elementor-element-445c723,
.bloc-parent-lien-entr-solidaire .elementor-element-445c723 .elementor-widget-container,
.bloc-parent-lien-entr-solidaire .elementor-element-445c723 .jet-listing,
.bloc-parent-lien-entr-solidaire .elementor-element-445c723 .jet-listing-dynamic-field,
.bloc-parent-lien-entr-solidaire .elementor-element-445c723 .jet-listing-dynamic-field__inline-wrap,
.bloc-parent-lien-entr-solidaire .elementor-element-445c723 .jet-listing-dynamic-field__content,
.bloc-parent-lien-entr-solidaire .elementor-element-445c723 .jet-listing-dynamic-field__content a{
  width: 100% !important;
  height: 100% !important;
}

/* 4) Le lien devient un vrai “overlay” cliquable */
.bloc-parent-lien-entr-solidaire .elementor-element-445c723 a.lien-entr-solidaire{
  display: block !important;
  background: transparent !important;
  pointer-events: auto !important;
}
/* Préparer l’animation */
.bloc-parent-lien-entr-solidaire img {
    transition: transform 0.3s ease;
}

/* Zoom au survol du bloc */
.bloc-parent-lien-entr-solidaire:hover img {
    transform: scale(1.05);
}



/* Style de base — appliqué au parent du label */
.jet-radio-list__item .jet-radio-list__button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1); /* icône blanche par défaut */
  transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
  position: relative;
  top: 1px; /* ajuste légèrement selon ton rendu */
}

/* === Solidarité & Action humanitaire === */
.jet-radio-list__item input[value="Solidarité & Action humanitaire"] + .jet-radio-list__button::before {
  background-image: url('https://destination-algeria.com/wp-content/uploads/2026/04/solidarity-svgrepo-com.svg');
  margin-bottom: 3px;
}

/* === Hébergement === */
.jet-radio-list__item input[value="Hébergement"] + .jet-radio-list__button::before {
  background-image: url('https://destination-algeria.com/wp-content/uploads/2025/11/icon-hebergement.svg');
  margin-bottom: 3px;
}

/* === Voyage & Découverte === */
.jet-radio-list__item input[value="Voyage & Découverte"] + .jet-radio-list__button::before {
  background-image: url('https://destination-algeria.com/wp-content/uploads/2025/11/icon-voyage.svg');
  margin-bottom: 3px;
}

/* === Saveurs & Restauration === */
.jet-radio-list__item input[value="Saveurs & Restauration"] + .jet-radio-list__button::before {
  background-image: url('https://destination-algeria.com/wp-content/uploads/2025/11/saveur-d-algerie.svg');
  margin-bottom: 3px;
}

/* === Art, Culture & Artisanat === */
.jet-radio-list__item input[value="Art, Culture & Artisanat"] + .jet-radio-list__button::before {
  background-image: url('https://destination-algeria.com/wp-content/uploads/2025/11/arts-and-crafts.svg');
  margin-bottom: 3px;
}

/* === Loisirs === */
.jet-radio-list__item input[value="Loisirs"] + .jet-radio-list__button::before {
  background-image: url('https://destination-algeria.com/wp-content/uploads/2025/11/loisir-event.svg');
  margin-bottom: 3px;
}

/* === Événementiel === */
.jet-radio-list__item input[value="Événementiel"] + .jet-radio-list__button::before {
  background-image: url('https://destination-algeria.com/wp-content/uploads/2025/11/event-tent.svg');
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
}

/* === Écologie & Sensibilisation === */
.jet-radio-list__item input[value="Écologie & Sensibilisation"] + .jet-radio-list__button::before {
  background-image: url('https://destination-algeria.com/wp-content/uploads/2025/11/ecology-environment-nature.svg');
  margin-bottom: 3px;
	  width: 22px;
  height: 22px;
}

/* === Services complémentaires === */
.jet-radio-list__item input[value="Services complémentaires"] + .jet-radio-list__button::before {
  background-image: url('https://destination-algeria.com/wp-content/uploads/2025/11/service-complementaire.svg');
  margin-bottom: 3px;
}

/* --- Effet hover --- */
.jet-radio-list__item:hover .jet-radio-list__button::before {
  opacity: 0.9;
  transform: scale(1.05);
  filter: brightness(0) saturate(100%) invert(19%) sepia(47%)
          saturate(744%) hue-rotate(183deg) brightness(93%) contrast(93%);
}

/* --- Sélectionné --- */
.jet-radio-list__item input:checked + .jet-radio-list__button::before {
  opacity: 1;
  transform: scale(1.1);
  filter: brightness(0) saturate(100%) invert(19%) sepia(47%)
          saturate(744%) hue-rotate(183deg) brightness(93%) contrast(93%);
}

/* === Aucune icône pour "Voir tout le contenu" === */
.jet-radio-list__item 
  input[value=""] + .jet-radio-list__button::before,
.jet-radio-list__item 
  input[data-label="Voir tout le contenu" i] + .jet-radio-list__button::before,
.jet-radio-list__item 
  input[aria-label="Voir tout le contenu" i] + .jet-radio-list__button::before {
  content: none !important;
  background: none !important;
  width: 0 !important;
  margin-right: 0 !important;
}



/* Désactive l’icône par défaut dans le filtre événements */
.filtre-evenement .jet-radio-list__button::before{
  content: none !important;
  background: none !important;
  display: none !important;
}








#lang-toggle,
#lang-toggle-mobile {
  cursor: pointer; /* le pointeur change en "main" → indique que c’est cliquable */
}

#lang-toggle-mobile .elementor-icon-box-title span,
#lang-toggle .elementor-icon-box-title span {
  border-bottom: 1px solid transparent; /* pas de soulignement visible par défaut */
  transition: border-color 0.3s ease;   /* effet fluide au survol */
}

#lang-toggle-mobile:hover .elementor-icon-box-title span,
#lang-toggle:hover .elementor-icon-box-title span {
  border-bottom: 1px solid white; /* survol → souligne le texte */
}




.bloc-text-adap-lit-img-slider {
  display: flex !important;
  align-items: center !important;  
  justify-content: center !important; 
  min-height: 600px !important;  
}

.bloc-text-image-v3 {
  min-height: 600px !important;  
  display: flex !important;
  flex-direction: column;
  justify-content: center !important;  
}

/*cible logo algerie tours*/
[data-post-id="40"] img {
     width: 200px !important;
    max-width: 200px!important;
} 
[data-post-id="33"] img{
     width: 220px !important;
    max-width: 220px!important;
} 

[data-post-id="37"] img{
     width: 180px !important;
    max-width: 180px!important;
} 
.cky-btn-revisit-wrapper.cky-revisit-bottom-left{
	background-color: #1d3557 !important;
	box-shadow: 0 0px 20px #1f2124;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left:hover{
	 
	box-shadow: 0 2px 20px #1f2124;
}
.cky-modal.cky-modal-open,
.cky-notice{
 font-family: "Montserrat", Sans-serif; !important;
}
.cky-modal.cky-modal-open .cky-btn.cky-btn-accept,
.cky-btn.cky-btn-accept{
    border-color: #1d3557 !important;
    background-color: #1d3557 !important;
}
.cky-modal.cky-modal-open .cky-btn.cky-btn-reject, 
.cky-btn.cky-btn-customize,

.cky-btn.cky-btn-reject,
.cky-modal.cky-modal-open .cky-btn.cky-btn-preferences{
	  color: #1d3557 !important;
    border-color: #1d3557 !important;
    background-color: #1d3557 !important;
	background-color: transparent !important;
}
.cky-show-desc-btn {
	color: #1d3557 !important;     
}

.cky-switch input{
	background-color: #c29b4c !important;
}
.cky-always-active{
	color: #c29b4c !important;
}
.cky-footer-wrapper div:last-child {
     display:none !important;
}

.btn-close,
.bloc-btn-r-s,
.btn-pdf,
.btn-pdff{
	cursor:pointer;
}
.btn-pdff{
	color:#000;
}
.bloc-r-s {
    position: fixed;
    top: 0;
    right: 0; 
    transform: translateX(100%); 
    width: 300px;
    /*height: 100%;  Pleine hauteur */
    background-color: white;  
    transition: transform 0.7s ease;  
    overflow-y: auto;  
       
}

/* Classe pour afficher le bloc */
.bloc-r-s.visible {
    transform: translateX(0); /* Ramène le bloc dans la vue */
}
.slider-cat-unique .jet-listing-not-found.jet-listing-grid__items {
	margin-bottom: 15px;
}


.btn-ajout-calend{
	cursor:pointer;
} 
.elementor-video-wrapper.elementor-video-landscape{
	width: 85vw;
}
#openweathermap-widget img,
#openweathermap-widgetV2 img{
	width: 60px;
}
.elementor-element-7e998c5 .elementor-widget-container,
.elementor-element-716bf41 .elementor-widget-container{
  align-content: space-around;
}

.bloc-prog-hide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.bloc-prog-hide.open {
  max-height: 3000px;  
}
.bloc-a-click-prog-circuit{
  cursor:pointer;
}

.bloc-a-click-prog-circuit .elementor-icon svg{
  transition: transform 0.3s ease;
}


.btn-dest-ag-voyage .elementor-button-icon svg{
	rotate: 137deg;
}

.bloc-image-droit-guide{
		background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.elementor-slideshow__footer.elementor-lightbox-prevent-close {
	display:none;
}

.bloc-mob-part{
	display:none;
	transition: all 0.3s ease;
  text-align: center; 
}

/* texte depasse parent*/
.bloc-wilaya-gui, .break-word{
	  word-wrap: break-word ;
  overflow-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}


.lite-guide-wilaya-droite .slick-track{
	margin-right: 0px;
}
.lite-guide-wilaya-gauche .slick-track{
	margin-left: 0px;
}
.btn-plus-con .elementor-button-icon svg{
	rotate: 180deg;
}

.carrousel-images-guide-unique-adap-parent {
  visibility: hidden;
}

.jet-map .gm-style > div:nth-of-type(15) {
	display:none;
}

.image-listing-partenaire a{
	width:100%
}
 .Carrousel-images-guide-unique .elementor-image-carousel-wrapper  {
	height: 300px !important;
}
.Carrousel-images-produit-vente img
 { 
	height: 300px !important;
	 object-fit:cover;
}  

 .Carrousel-images-produit-vente .elementor-image-carousel-wrapper  {
	height: 300px !important;
}
.Carrousel-images-guide-unique img
 { 
	height: 300px !important;
	 object-fit:cover;
}  


.select2-selection__rendered .select2-search__field{
	margin-bottom: 4px !important;
}
/* Personnalisation de la scrollbar */
.select2-container--default .select2-results__options::-webkit-scrollbar {
    width: 12px;  
}

 

/* Style du "thumb" (barre qui bouge) */
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
    background: #E6F0FA;  
    border-radius: 5px;  
}

/* Survol de la scrollbar */
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #005bb5; 
}

.select2-container .select2-selection--multiple {
   
    border: 1.5px solid #ccc !important; 
    padding: 0px 0px 0px 12px !important;  
    color: #000 !important;  
    min-height: 50px !important; 
    display: flex !important;
    align-items: center !important;
} 

.select2-container .select2-selection__choice {
     
    color: black !important;  
    padding: 1px 10px !important;
    border-radius: 1px !important;
    font-size: 15px !important;
}

.select2-container .select2-selection__choice__remove {
    color: black !important;
    margin-right:  7px !important;
    font-weight: bold !important;
} 
 
.select2-container .select2-search__field {
    background: none !important;
    border: none !important;
    color: white !important;
}

.select2-container--default .select2-selection--multiple:focus {
    outline: none !important;
    border-color: #0073e6 !important;
     
}

.select2-dropdown {
    background-color: #435C77 !important; 
    border: 2px solid #435C77 !important;
    color: white !important;
}

.select2-results__option {
    color: white !important;
    padding: 10px 20px!important;
}

.select2-results__option--highlighted {
    background-color: #1C5482 !important;  
    color: white !important;
}
/***************/

.arriere-plan-full {
	transform: scale(1.02);
  transition: transform 0.3s ease;
  will-change: transform;
}

.arriere-plan-full:hover {
  transform: scale(1.02); 
}
.dialog-widget.dialog-lightbox-widget.dialog-type-buttons.dialog-type-lightbox.elementor-lightbox{
  z-index:11111;
}

#btn-postuler-emploi .e-n-accordion-item-title-header{
	background:#1D3557;
 	font-family: "KoHo", Sans-serif;
     font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    fill: var(--e-global-color-9c6d819);
    color: var(--e-global-color-9c6d819);
    border-radius: 32px 0px 32px 0px;
    padding: 13px 36px 13px 36px;
}

#btn-postuler-emploi .e-n-accordion-item-title-header:hover{
	background:#1D3557b5;
}
.elementor-widget-text-editor.bleu a{
		color: #C29B4C;

 	line-height:24px;
 	text-decoration:underline;
	transition: color 0.3s ease; 
	position: relative;
 }

.elementor-widget-text-editor.bleu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}


.elementor-widget-text-editor.bleu a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

bloc-text-hide {
  opacity: 1;
  transition: opacity 0.4s ease 2s; 
}

.bloc-text-hide.menu-open {
  opacity: 0;  
}

.bloc-img-slider-gauche::before {
  transition: opacity 0.4s ease;
  opacity: 1;
  transition-delay: 0s; 
}


.bloc-img-slider-gauche.menu-open::before {
  opacity: 0.5;
  transition-delay: 0.5s; 
}



.elementor-element-42a6c67,
.elementor-element-319a350 {
	right: 10px !important;
} 
.elementor-element-dabe9da,
.elementor-element-e1ec3a9 {
	right: -2px !important;
} 
.elementor-element-5a3c8ae,
.elementor-element-2583b95 {
	 right: 13px !important;
} 


.elementor-element-6eb9a98,
.elementor-element-56cbc63 {
 right: 39px !important;
}


/* Menu hamb  */
.menu-header li  {
	width: fit-content !important;
}
 .bloc-img-slider {
  transition: all 0.5s ease !important;
}

.bloc-img-slider.slider-modified {
  position: absolute !important;
  height: 100vh !important;
 }

.menu-container {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.menu-text {
  color: white;
  font-weight: bold;
  font-family: sans-serif;
}

.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
}

.bar {
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.4s ease;
}

.bar1 {
  top: 0;
}

.bar2 {
  top: 50%;
  transform: translateY(-50%);
}

.bar3 {
  bottom: 0;
}

.hamburger.hover .bar1 {
  transform: rotate(45deg);
  top: 50%;
}

.hamburger.hover .bar2 {
  opacity: 0;
  transform: translateX(30px);
}

.hamburger.hover .bar3 {
  transform: rotate(-45deg);
  bottom: auto;
  top: 50%;
}


.Bloc-affiche-menu {
  top: 0;
  right: -100% !important;  
  transition: right 0.6s ease !important;
}

.Bloc-affiche-menu.active {
  right: 0 !important;
}

/************/
.block-1{
	background: #435C77;
	display: inline-block;
    width: 100px;
    height: 70px;
} 

.block-2{
	background: #6A8397;
	display: inline-block;
    width: 100px;
    height: 70px;
}

.block-3{
	background:#90ABC0;
	display: inline-block;
    width: 100px;
    height: 70px;
} 

.block-4{
	background: #FFFFFF;
	display: inline-block;
    width: 100px;
    height: 70px;
}
.block-1v {
  background: #3D5470;
  display: inline-block;
  width: 100px;
  height: 70px;
}

.block-2v {
  background: #5D738A;
  display: inline-block;
  width: 100px;
  height: 70px;
}

.block-3v {
  background: #7D92A3;
  display: inline-block;
  width: 100px;
  height: 70px;
}

.block-4v {
  background: #C8D7D4;
  display: inline-block;
  width: 100px;
  height: 70px;
}

.block-ligne-1,
.block-ligne-2,
.block-ligne-3,
.block-ligne-4{
	font-size: 0;
}
.bloc-artcl-sui-hover .bloc-img-scale img {
    transform: scale(1.02);
	transition: transform 0.3s ease; 
	
}
.bloc-artcl-sui-hover:hover .bloc-img-scale img {
    transform: scale(1.07);
}

.surligne {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.surligne::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.0em;
  width: 100%;
  height: 0.13em;
  background-color: #f2c55c; 
  border-radius: 8px;
  z-index: -1;
  transform: rotate(-1deg);
}

.bloc-wysiwyg h2{
	color:#1d3557 ;
	font-size:  34px ;
	margin: 20px 0 10px 0;
}

.bloc-wysiwyg h3{
	color:#1d3557 ;
	font-size:  24px ;
	margin: 20px 0 10px 0;
} 
.bloc-wysiwyg h4{
	color:#1d3557 ;
	font-size:  20px ;
	margin: 20px 0 10px 0;
}

.bloc-wysiwyg li p{
	 margin-bottom:5px;
}
 
.elementor-field-type-acceptance label{
	     font-size:13px !important; 
}  

.elementor-field-type-acceptance .elementor-field-option{
	 display: flex
;
    gap: 5px;
 
}  

.bloc-parent-img {
	cursor:pointer;
}
.bloc-enf-img {
  transition: transform 0.3s ease;
}
.bloc-parent-img:hover .bloc-enf-img{
	 transform: scale(1.05);
}

.bloc-parent-img .ligne-sep .elementor-divider-separator {
  width: 37%;
  transition: width 0.3s ease-in;
}

.bloc-parent-img:hover .ligne-sep .elementor-divider-separator {
  width: 100% !important;
}


.bloc-parent-hover:hover .bloc-enfant-hover{
	transform: scale(1.08);  
}

.btn-search-ville .jet-search-filter {
	display: flex;
}
.jet-search-filter button{
	border: 0;
}

.jet-search-filter button:focus{
	background-color: transparent ;
}
.input-search-global input:focus,
.btn-search-discipline select:focus,
.btn-search-region select:focus,
.btn-search-ville .jet-search-filter input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
 .btn-search-discipline select option,
.btn-search-region select option {
    background-color: #1D3557;  
    color: #ffffff;  
	   margin:10px !important;
}

.btn-search-ville .jet-search-filter button {
	margin-top: 0 !important;
	padding:0px ;
  position: absolute;
   right: 0;
}
.btn-search-ville .jet-search-filter button span::before {
    content: "";
    display: inline-block;
    width: 16px;  
    height: 16px;
    background-image: url('https://destination-algeria.com/wp-content/uploads/2025/05/search.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px; 
    vertical-align: middle;
}

.btn-search-ville.loup-noir .jet-search-filter button span::before {
filter: brightness(0) saturate(100%);
}
 
.btn-search-ville.loup-noir button{
	padding-bottom: 4px;
}
.gm-style-iw-chr {
	position: absolute;
		top: -12px !important;
    right: -14px !important;
}
.pop-up-btn-ville {
	margin-top: 7px;
    margin-left: 6px;
}
.bloc-img-btn-ville img{
	 width: 160px !important;
	height: 100px !important;
	object-fit: cover;
	
}
.gm-style-iw.gm-style-iw-c{
 		
    flex-direction: row-reverse;
}
.pop-up-btn-ville p,
.pop-up-btn-ville a{
	margin-bottom: 8px;
	font-family: "Raleway", Sans-serif;
	font-size:16px;
	font-weight:500;
}
.gm-style-iw-d{
	padding-top: 10px;
}
.header-fixe {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.menu-header ul li a {
  transition: color 0.3s ease;
}

.header-fixe.no-before::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/*** banier accueil ****/
.depicter-view ,
.slider-one{
	height: 100vh !important;
}

/***** infolettre accueil ******/

.form-infolettre .elementor-field-type-email{
	width: 344px !important;
}
.form-infolettre .elementor-field-group-btn_send label{
	font-size: 12px !important;
}
.form-infolettre  #form-field-btn_send{
	    width: 20px;  
    height: 20px;  
    cursor: pointer;  
    transform: scale(1);  
 
}
 
.form-infolettre span.elementor-field-option{
	display: flex;
    align-items: center;
    gap: 8px;
}
 
.form-infolettre button#btn_send{
	  position: absolute;
    bottom: 61px;
		left: 344px;
		width: 48px !important;
	  height: 47px !important;
}
.form-infolettre button#btn_send span svg {
    width: 30px !important;
     
}
.form-infolettre button#btn_send   {
    display: flex;
    align-items: center;
    justify-content: center;
} 



.btn-voir-t-article p {
	display: inline-block; 
	position: relative;
}
a.bloc-img-partenaire img {
    transition: transform 0.3s ease-in-out; 
}

a.bloc-img-partenaire:hover img {
    transform: scale(1.07);
}
 
.btn-voir-t-article p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.btn-voir-t-article:hover p::after {
    transform: scaleX(1);
    transform-origin: left;
} 

.annonce-contour p{
    color: transparent !important;  
    -webkit-text-stroke: 1px #fff;  
} 

.lien-hover h2,
.lien-hover a,
.depicter-animation-wrap .lien-hover{
    position: relative;
    text-decoration: none;
}

.depicter-animation-wrap .lien-hover::after, 
.lien-hover a::after ,
.lien-hover h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

 .depicter-animation-wrap .lien-hover:hover::after,
.lien-hover a:hover::after ,
.lien-hover h2:hover::after{
    transform: scaleX(1);
    transform-origin: left;
}

/*slider page accueil*/
.jet-slick-dots {
	    position: absolute;

    bottom: 15px;
}
/**********/
.tooltip-wilaya {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  pointer-events: none;
  white-space: nowrap;
  display: none;
  z-index: 9999;
  font-family: sans-serif;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

svg path[name] {
  transition: fill 0.3s ease;
}

svg path[name]:hover {
  fill: #999 !important; 
  cursor: pointer;
}

.gm-style .gm-style-moc{
	display:none !important;
}


@media (min-width: 200px) and (max-width: 767px){
	
	.bloc-text-adap-lit-img-slider,
  .bloc-text-image-v3 {
    min-height: auto !important;
    display: block !important;
    justify-content: unset !important;
    align-items: unset !important;
  }
	
		.elementor-video-container {
    width: 100% !important;
    height: auto !important;
    max-height: 85vh !important;
}

.elementor-video-wrapper iframe {
    width: 100% !important;
    height: 88vh !important;
}
	 .map-wilayas #map{
	height:70vh !important;
} 
	.form-infolettre .elementor-field-type-email{
	width: 86% !important;
		
  }
	.form-infolettre .elementor-form-fields-wrapper.elementor-labels-{
		display: flex;
     
	}
	
	.form-infolettre button#btn_send {
    position: absolute;
    bottom: 61px;
    left: auto;
    }
		.form-infolettre .elementor-field-type-acceptance{
    display: flex;
    justify-content: center;
    }
}


@media (min-width: 1201px) and (max-width: 1366px){
		 .block-1,.block-2,.block-3,
	.block-4,.block-1v,.block-2v,.block-3v,.block-4v{
	 
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 1200px) {
	.Bloc-par-maps{
	   display: contents;
	}	   
}

@media (min-width: 768px) and (max-width: 1200px){
		 .block-1,.block-2,.block-3,
	.block-4,.block-1v,.block-2v,.block-3v,.block-4v{
	 
    width: 70px;
    height: 50px;
  }
}

@media (min-width: 200px) and (max-width: 767px){
	
	[data-post-id="40"] img {
     width: 180px !important;
    max-width: 180px!important;
} 
[data-post-id="33"] img {
     width: 190px !important;
    max-width: 190px!important;
} 
	
	
	.elementor-element-42a6c67,
	.elementor-element-319a350 {
	right: 2px !important;
} 
.elementor-element-dabe9da,
	.elementor-element-e1ec3a9 {
	right: -5px !important;
} 
.elementor-element-5a3c8ae, 
	.elementor-element-2583b95  {
	 right: 20px !important;
} 

.elementor-element-6eb9a98, 
	.elementor-element-56cbc63 {
 right: 58px !important;
}
		 .block-1,.block-2,.block-3,
	.block-4,.block-1v,.block-2v,.block-3v,.block-4v{
	 
    width: 50px;
    height: 40px;
  }

	#e-n-tab-title-1956171432 span{
		width: 180px;
	}
	#e-n-tab-title-1956171432,
	#e-n-tab-title-1956171431 {
		width: fit-content;
		margin: auto;
		margin-bottom: 40px;
	}
	
}

@media (min-width: 200px) and (max-width: 427px){
		.form-infolettre button#btn_send {
    bottom: 65px;
    }
}

@media (min-width: 200px) and (max-width: 1024px){
    #map{
    	 height: 80vh !important; 
        
}
}

@media (min-width: 1025px) {
  .bloc-mob-part {
    display: none !important;
  }
}
@media (min-width:1025px){

.sticky-block{
    position: sticky;
    top:125px;
    transition: top 0.3s ease;
}

}
