/*

Theme Name: Hello Elementor Child
Template: hello-elementor
Description: Thème enfant de Hello Elementor pour APARRRRR
Author: Lk-interactive
Version: 1.0

*/

/***************************************** GENERAL *******************************************/

/* HEADER */

.elementor.elementor-226.elementor-location-header {
  background-color: #012d5e;
}

/* Modale barre de recherche */
#elementor-popup-modal-249.elementor-popup-modal .dialog-widget-content {
  border-radius: 30px;
}

/* Menu sticky */

.section_header_lk {
  box-shadow: 0px 3px 6px #00000029;
}

.section_header_lk,
.section_header_lk.elementor-sticky--active {
  transition: all 0.3s ease;
}
.section_header_lk .elementor-element.elementor-element-33e7b2d img,
.section_header_lk.elementor-sticky--active
  .elementor-element.elementor-element-33e7b2d
  img {
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .section_header_lk.elementor-sticky--active {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section_header_lk.elementor-sticky--active
    .elementor-element.elementor-element-33e7b2d
    img {
    width: 100px;
  }
}

/* Menu mobile */

@media screen and (max-width: 1023px) {
  .menu_lk .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    height: 100vh !important;
    overflow: hidden;
  }
  .menu_1 a {
    padding-top: 50px !important;
  }
  .menu_4 a {
    padding-bottom: 50px !important;
  }
}

.lien1_menu_mobile {
  margin-top: 40px !important;
}

.lien5_menu_mobile a {
  border: 1px solid #e4fc70;
  color: #003f7e !important;
  background-color: #e4fc70;
  border-radius: 30px;
  margin: 50px 20px;
  justify-content: center;
}
.lien5_menu_mobile a:hover {
  color: #e4fc70;
  background-color: #003f7e;
  border-color: #e4fc70;
}
@media screen and (min-width: 501px) {
  .lien5_menu_mobile a {
    margin: 50px 30px;
  }
}
@media screen and (min-width: 768px) {
  .lien5_menu_mobile a {
    margin: 50px;
  }
}
.elementor-nav-menu--dropdown
  .lien5_menu_mobile
  .elementor-item.elementor-item-active {
  color: #e4fc70 !important;
}

/* FOOTER */

.bloc_reseaux_sociaux_lk ul a span svg {
  transition: all 0.3s ease !important;
}

.bloc_reseaux_sociaux_lk ul a:hover span svg {
  transform: scale(1.2);
}

.contact_tel_footer_lk a:hover span.elementor-icon-list-text,
.lien_actu_footer_lk article a:hover {
  text-decoration: underline;
  color: #e4fc70;
}

/* BOUTONS */
/* Animation flèche lors du survol des boutons */
.btn_apar_lk:hover .elementor-button-icon svg,
#btn_contact_lk:hover .elementor-button-icon svg {
  animation: move 2s linear infinite;
}

@keyframes move {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}

/* Bouton retour */

.btn_retour_apar .elementor-button-icon svg {
  width: 35px;
  transition: transform 0.3s ease;
}
.btn_retour_apar:hover .elementor-button-icon svg {
  transform: scale(1.2);
}

.btn_retour_apar .elementor-button-content-wrapper {
  align-items: center;
}
/* TITRES */

/* titre h2 */

.titre_h2_lk h2 span,
.titre_h2_lk h1 span {
  font-size: 20px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 1.02px;
}
@media screen and (min-width: 500px) and (max-width: 1200px) {
  .titre_h2_lk h2 span,
  .titre_h2_lk h1 span {
    font-size: 25px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 1.02px;
  }
}

@media screen and (min-width: 1201px) {
  .titre_h2_lk h2 span,
  .titre_h2_lk h1 span {
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 3px;
  }
}

/* CHIFFRE DEROULANTS */
.chiffre_deroulant_lk .elementor-counter-title {
  text-align: center;
}

/* FORMULAIRE */

.form_lk div textarea {
  padding: 20px 20px !important;
}

.form_lk div .elementor-upload-field {
  /* border: 1px solid #003f7e;
  padding: 13px 20px;
  border-radius: 38px; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.form_lk .elementor-field-type-upload label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border-radius: 38px;
  background-color: #fff;
  cursor: pointer;
  height: 59px;
  border: 1px solid #003f7e;
}
.form_lk .elementor-field-type-upload label:hover {
  cursor: pointer;
}
.form_lk .elementor-field-type-upload label span.lk-icon {
  margin-right: 11px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2025/04/icone_file.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.form_lk .elementor-field-type-upload label span {
  cursor: pointer;
}

#btn_form_lk {
  margin-top: 40px;
}

/* GOOGLE RECAPTCHA */

.lien_captcha_lk a {
  color: #003f7e;
}
.lien_captcha_lk a:hover {
  color: #012d5e;
  text-decoration: underline;
}

/* Cache logo recaptcha v3 */

.grecaptcha-badge {
  visibility: hidden !important;
}

/* CARTES ARTICLES */

.carte_article_lk .img_carte_article_lk div {
  border-radius: 50px;
  overflow: hidden;
}

.carte_article_lk .img_carte_article_lk div img {
  transition: transform 0.3s ease;
}
.carte_article_lk:hover .img_carte_article_lk div img {
  transform: scale(1.1);
}

.img_carte_article_lk:hover
  ~ div.bloc_bas_carte_article_lk
  .titre_carte_article_lk
  a,
.titre_carte_article_lk a:hover {
  text-decoration: underline;
}

/***************************************** STYLE MAP *****************************************/

/* hauteur MAP */
#map {
  z-index: 20;
}

#map.desktop {
  z-index: 0;
}

/* @media screen and (min-width: 500px) and (max-width: 1200px) {
  #map.desktop {
    height: 300px;
  }
}
@media screen and (min-width: 1201px) {
  #map.desktop {
    height: 90vh;
  }
} */

#map.accueil {
  pointer-events: none;
}

/* Lien en bas de cartes */
.leaflet-container .leaflet-control-attribution a {
  color: #c5c5c5;
}
.leaflet-container .leaflet-control-attribution a:hover {
  color: #c5c5c5;
}
/* STYLE DE LA MAP DESKTOP */

/* Style zoom av / ar */
.desktop .leaflet-left,
.mobile .leaflet-left {
  right: 10px;
  left: unset;
}
.desktop .leaflet-left .leaflet-bar,
.mobile .leaflet-left .leaflet-bar {
  border: none;
}
.leaflet-touch .leaflet-bar a:first-child {
  background-color: #003f7e;
  border-radius: 50%;
  color: #fff;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-radius: 50%;
  margin-top: 10px;
  background-color: #003f7e;
  color: #fff;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 17px;
}
/* Style marker desktop */
.marker_lk {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003f7e;
  transition: 0.3s ease;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 28px;
  font-size: 10px;
  color: white;
  text-align: center;
  width: 150px;
}
.marker_lk .custom_label_lk {
  margin: 8px 24px 7px 20px;
}

@media screen and (min-width: 768px) {
  .marker_lk .custom_label_lk {
    font-size: 13px;
    margin: 8px 24px 7px 20px;
  }
}

/* Style marker mobile */
.marker_lk_mobile {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  background-color: #003f7e;
  border-radius: 50%;
}

.marker_lk_mobile:hover {
  background-color: #e4fc70;
}

/* Style popup */

.desktop .leaflet-popup-content-wrapper,
.mobile .leaflet-popup-content-wrapper {
  background-color: #ffffff00;
}

.desktop div.leaflet-popup-content,
.mobile div.leaflet-popup-content {
  margin: 0px;
  display: flex;
  width: 90vw !important;
  height: 150px;
}
.mobile .leaflet-popup-tip-container {
  display: none;
}
.bloc_bleu_popup_lk {
  width: 20%;
  background-color: #003f7e;
  border-radius: 12px 0px 0px 12px;
}

.bloc_text_popup_lk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 0px 12px 12px 0px;
  padding: 15px 20px 15px 60px;
  position: relative;
}
.bloc_text_popup_lk p {
  margin: 0;
}
.logo_popup_lk {
  position: absolute;
  left: -40px;
  width: 80px;
  height: 80px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137254902);
  border-radius: 50%;
  background-color: #fff;
  align-content: center;
  text-align: center;
  overflow: hidden;
}
.logo_popup_lk img {
  width: 70px;
  height: 80px !important;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.3s ease;
}
.logo_popup_lk img:hover {
  transform: scale(1.1);
}
span.titre_popup_lk a {
  font-size: 16px;
  font-weight: bold;
  color: #003f7e;
}
span.titre_popup_lk a:hover {
  text-decoration: underline;
  color: #012d5e;
}
a.adresse_popup_lk {
  font-size: 14px;
  padding: 10px 0px;
  color: #424a52c7;
}
a.adresse_popup_lk:hover {
  text-decoration: underline;
  color: #003f7e;
}
a.tel_popup_lk {
  font-size: 14px;
  color: #424a52c7;
}
a.tel_popup_lk:hover {
  text-decoration: underline;
  color: #003f7e;
}
.leaflet-container a.leaflet-popup-close-button {
  box-shadow: 0 3px 6px #00000029 !important;
  top: 5px;
  right: 8px;
  font-size: 16px;
  color: #003f7e;
  border-radius: 50%;
  line-height: 21px;
  width: 20px;
  height: 20px;
}

.marker_lk:hover,
.marker_lk.is-active {
  background-color: #e4fc70;
  color: #003f7e;
}
@media screen and (min-width: 500px) {
  .desktop div.leaflet-popup-content,
  .mobile div.leaflet-popup-content {
    margin: 0px;
    display: flex;
    width: 100% !important;
    height: 160px;
  }
  .bloc_bleu_popup_lk {
    width: 70px;
    background-color: #003f7e;
    border-radius: 12px 0px 0px 12px;
  }
  .bloc_text_popup_lk {
    width: 350px;
    padding: 15px 20px 15px 70px;
  }
  .logo_popup_lk {
    position: absolute;
    left: -50px;
    width: 100px;
    height: 100px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 50%;
    background-color: #fff;
    align-content: center;
    text-align: center;
    overflow: hidden;
  }
  .logo_popup_lk img {
    width: 90px;
    height: 100px !important;
  }
  .leaflet-container a.leaflet-popup-close-button {
    top: 10px;
    right: 10px;
    font-size: 18px;
    line-height: 20px;
    width: 20px;
    height: 20px;
  }
}

/***************************************** PAGE ACCUEIL *****************************************/

.sous_titre_accueil_lk h2 span {
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 2.12px;
  line-height: 20px;
}
@media screen and (min-width: 1200px) and (max-width: 1550px) {
  .sous_titre_accueil_lk h2 span {
    font-size: 35px;
    letter-spacing: 2.12px;
  }
}
@media screen and (min-width: 1551px) {
  .sous_titre_accueil_lk h2 span {
    font-size: 40px;
    letter-spacing: 2.12px;
  }
}

/* SECTION OFFRE EMPLOI */

/* Carrousel offre emploi */

.carrousel_emploi_lk.elementor-element
  :where(.swiper-horizontal)
  ~ .swiper-pagination-progressbar,
.elementor-lightbox
  :where(.swiper-horizontal)
  ~ .swiper-pagination-progressbar {
  top: 100% !important;
}

/******************************************** PAGE ANNUAIRE DES ENTREPRISES *****************************************************/

/* BAR DE RECHERCHE */

.search_entreprise_lk.elementor-element.elementor-element-f09738a
  .e-search-submit {
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 1;
}

/* CARTES ENTREPRISES */

.elementor-43
  .elementor-element.elementor-element-217ec56.fond_logo_carte_ent_lk {
  height: 60px !important;
  width: 60px !important;
}

@media screen and (min-width: 767px) and (max-width: 1550px) {
  .elementor-43
    .elementor-element.elementor-element-217ec56.fond_logo_carte_ent_lk {
    height: 80px !important;
    width: 80px !important;
  }
}

@media screen and (min-width: 1551px) {
  .elementor-43
    .elementor-element.elementor-element-217ec56.fond_logo_carte_ent_lk {
    height: 102px !important;
    width: 102px !important;
  }
}

/******************************************** PAGE L'ÉQUIPE *****************************************************/

@media screen and (max-width: 769px) {
  .section_titre_lk_lequipe {
    overflow: hidden;
  }
}

/******************************************** PAGE OFFRE EMPLOI *****************************************************/

.critere_emploi_lk div ul li.elementor-icon-list-item {
  border: 1px solid #003f7e;
  border-radius: 5px;
  width: 100%;
  flex-wrap: wrap;
  height: 50px;
  padding: 0 0 0 10px !important;
}

@media screen and (min-width: 500px) {
  .critere_emploi_lk div ul li.elementor-icon-list-item {
    width: 60%;
  }
}
