/*
Theme Name: AGCreative Child
Template: hello-elementor
Version: 1.0
*/

/* ======================================================
   CUSTOM CSS
   ====================================================== */

#header {
	max-height: 70px !important;
	height: 100%;
}
/***** TITLE *****/
.title_gradient {
	background: -webkit-linear-gradient(0deg,rgba(254, 154, 0, 1) 0%, rgba(255, 137, 4, 1) 50%, rgba(0, 211, 243, 1) 100%);
	background-clip: text;
   -webkit-text-fill-color: transparent;
}

.title_gradient_2 {
	background: -webkit-linear-gradient(-90deg,rgba(180, 77, 0, 1) 0%, rgba(245, 73, 0, 1) 50%, rgba(0, 146, 184, 1) 100%);
	background-clip: text;
   -webkit-text-fill-color: transparent;
}

.title_gradient_3 {
	background: -webkit-linear-gradient(0deg,rgba(152, 16, 250, 1) 0%, rgba(230, 0, 118, 1) 100%);
	background-clip: text;
   -webkit-text-fill-color: transparent;
}

.title_blue_gradient {
	background: -webkit-linear-gradient(90deg,rgba(0, 146, 184, 1) 0%, rgba(21, 93, 252, 1) 50%, rgba(0, 146, 184, 1) 100%);
	background-clip: text;
   -webkit-text-fill-color: transparent;
}

.title_bluelight_gradient {
  background: -webkit-linear-gradient(0deg,rgba(0, 211, 243, 1) 0%, rgba(81, 162, 255, 1) 50%, rgba(202, 213, 226, 1) 100%);
	background-clip: text;
   -webkit-text-fill-color: transparent;
}

.title_amber_gradient {
	background: -webkit-linear-gradient(90deg,rgba(187, 77, 0, 1) 0%, rgba(245, 73, 0, 1) 50%, rgba(187, 77, 0, 1) 100%);
	background-clip: text;
   -webkit-text-fill-color: transparent;
}

.title_amber {
 color: #973c00;
}

.title_blue {
	color: #007595;
}

.title_green {
 color: #008236;
}

.section_about_blue {
  background: linear-gradient(135deg,rgba(0, 146, 184, 1) 0%, rgba(20, 71, 230, 1) 50%, rgba(49, 65, 88, 1) 100%);
}


/****** BLOC ******/

.block_after, .block_after_last {
	position: relative;
		min-height: 274px !important;
		max-height: 274px !important;
		height: 100%;
}
.block_after::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 25px;
	background-color: rgba(151, 60, 0, 0.3);
	top: 50%;
	left: 95%;
}

.block_rejoignez, .block_rejoignez_last {
	position: relative;
}
.block_rejoignez::after {
	position: absolute;
	content: url("https://stratkeys.agcreative.fr/wp-content/uploads/2026/03/arrow_right_orange.svg");
	top: 50%;
	left: 97%;
}
@media (max-width: 768px) {
  .block_rejoignez::after {
	  display: none;
  }
  .block_after::after {
	  display: none;
  }
}

/* ======================================================
   MODULE RECRUES
====================================================== */

.ag-recrues-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ag-recrues-track {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  animation: ag-recrues-scroll 25s linear infinite;
}

.ag-recrues-carousel:hover .ag-recrues-track {
  animation-play-state: paused;
}

@keyframes ag-recrues-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 12px));
  }
}

.carte-recrue {
  flex-shrink: 0;
  width: 14rem;
  background-color: white;
  border-radius: 1rem;
  border: 2px solid rgb(187, 247, 208);
  overflow: hidden;
  transition: all 0.3s ease;
}

.carte-recrue:hover {
  border-color: rgb(74, 222, 128);
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
              0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.carte-recrue-image-wrap {
  position: relative;
}

.carte-recrue img,
.carte-recrue-placeholder {
  width: 100%;
  height: 14rem;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  background: #f3f4f6;
}

.carte-recrue:hover img {
  transform: scale(1.05);
}

.badge-nouveau {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0.75rem;
  background-color: rgb(22, 163, 74);
  color: white;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}

.carte-contenu {
  padding: 1rem;
}

.carte-nom {
  font-weight: 500;
  color: rgb(15, 23, 42);
  margin: 0 0 0.25rem;
}

.carte-expertise {
  font-size: 0.875rem;
  color: rgb(71, 85, 105);
  font-weight: 300;
  margin: 0 0 0.5rem;
}

.badge-date {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  background-color: rgb(240, 253, 244);
  border-radius: 9999px;
}

.badge-date-point {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background-color: rgb(22, 163, 74);
}

.badge-date-texte {
  font-size: 0.75rem;
  color: rgb(22, 101, 52);
  font-weight: 300;
}

@media (max-width: 767px) {
  .carte-recrue {
    width: 12.5rem;
  }

  .carte-recrue img,
  .carte-recrue-placeholder {
    height: 12.5rem;
  }

  .ag-recrues-track {
    gap: 20px;
    animation-duration: 18s;
  }
}

/* ======================================================
   MODULE EXPERTS PAR SECTEUR
====================================================== */

.ag-experts-secteurs {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ag-secteur-item {
  border: 1px solid rgb(226, 232, 240);
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 1px 3px rgb(15 23 42 / 0.05);
}

.ag-secteur-item:hover {
  border-color: rgb(253, 186, 116);
  box-shadow: 0 12px 30px rgb(15 23 42 / 0.08);
}

.ag-secteur-header {
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(to right, rgb(248, 250, 252), #fff);
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s ease;
}

.ag-secteur-header:hover {
  background: linear-gradient(to right, rgb(241, 245, 249), rgb(248, 250, 252));
}

.ag-secteur-header:focus-visible {
  outline: 2px solid rgb(37, 99, 235);
  outline-offset: -2px;
}

.ag-secteur-header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  flex: 1;
}

.ag-secteur-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgb(15 23 42 / 0.12);
}

.ag-secteur-textes {
  min-width: 0;
  flex: 1;
}

.ag-secteur-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: rgb(15, 23, 42);
  margin: 0;
  line-height: 1.25;
}

.ag-secteur-description {
  font-size: 0.875rem;
  color: rgb(71, 85, 105);
  font-weight: 300;
  margin: 0.35rem 0 0;
  line-height: 1.5;
}

.ag-secteur-header-right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.ag-secteur-count {
  padding: 0.45rem 0.9rem;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid rgb(226, 232, 240);
  font-size: 0.8rem;
  color: rgb(51, 65, 85);
  font-weight: 400;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgb(15 23 42 / 0.04);
}

.ag-secteur-chevron {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid rgb(148, 163, 184);
  border-bottom: 2px solid rgb(148, 163, 184);
  transform: rotate(45deg);
  transition: transform 0.3s ease, margin 0.3s ease;
  margin-top: -0.25rem;
  flex-shrink: 0;
}

.ag-secteur-item.is-open .ag-secteur-chevron {
  transform: rotate(-135deg);
  margin-top: 0.2rem;
}

.ag-secteur-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  padding: 0 1.5rem;
  background-color: rgb(248, 250, 252);
  border-top: 1px solid rgb(226, 232, 240);
  transition: grid-template-rows 0.35s ease, opacity 0.3s ease, padding 0.35s ease;
}

.ag-secteur-content > .ag-experts-grid {
  overflow: hidden;
}

.ag-secteur-item.is-open .ag-secteur-content {
  grid-template-rows: 1fr;
  opacity: 1;
  padding: 1.5rem;
}

/* ======================================================
   GRID
====================================================== */

.ag-experts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .ag-experts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .ag-experts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ======================================================
   CARD
====================================================== */

.ag-expert-card {
  background: #fff;
  border: 1px solid rgb(226, 232, 240);
  border-radius: 1rem;
  padding: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 1px 3px rgb(15 23 42 / 0.04);
}

.ag-expert-card:hover {
  border-color: rgb(251, 146, 60);
  box-shadow: 0 16px 34px rgb(15 23 42 / 0.10);
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .ag-expert-card {
    padding: 1.35rem;
  }
}

/* ======================================================
   MOBILE
====================================================== */

.ag-expert-card-mobile {
  display: block;
}

@media (min-width: 768px) {
  .ag-expert-card-mobile {
    display: none;
  }
}

.ag-expert-mobile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  margin-bottom: 0.85rem;
}

.ag-expert-photo-container-mobile {
  position: relative;
  flex-shrink: 0;
  margin-bottom: 0.9rem;
}

.elementor img.ag-expert-photo-mobile,
.elementor img.ag-expert-photo-placeholder-mobile {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 9999px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 12px 20px rgb(15 23 42 / 0.14);
  background: #e5e7eb;
  display: block;
}

.ag-expert-award-badge-mobile {
  position: absolute;
  bottom: -0.15rem;
  right: -0.15rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 10px;
  box-shadow: 0 8px 16px rgb(15 23 42 / 0.18);
}

.ag-expert-info-mobile {
  width: 100%;
  min-width: 0;
}

.ag-expert-name-mobile {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(15, 23, 42);
  margin: 0 0 0.25rem;
  line-height: 1.3;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  text-align: center;
}

.ag-expert-title-mobile {
  font-size: 0.82rem;
  color: rgb(71, 85, 105);
  font-weight: 300;
  margin: 0 0 0.8rem;
  line-height: 1.45;
  text-align: center;
  display: block;
  overflow: visible;
}

.ag-expertise-badge-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.4rem 0.8rem;
  border-radius: 9999px;
  background: rgb(241, 245, 249);
  max-width: 100%;
  margin: 0 auto;
}

.ag-expertise-dot-mobile {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 9999px;
  background: rgb(37, 99, 235);
  flex-shrink: 0;
}

.ag-expertise-text-mobile {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgb(51, 65, 85);
  line-height: 1.3;
}

.ag-achievement-row-mobile {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin: 1rem 0;
  padding: 0.9rem;
  border-radius: 0.9rem;
  background: rgb(248, 250, 252);
  border: 1px solid rgb(241, 245, 249);
  text-align: left;
}

.ag-trending-icon-mobile {
  width: 0.85rem;
  height: 0.85rem;
  color: rgb(234, 88, 12);
  margin-top: 0.15rem;
  flex-shrink: 0;
  font-size: 0.85rem;
  line-height: 1;
}

.ag-achievement-text-mobile {
  font-size: 0.82rem;
  color: rgb(51, 65, 85);
  font-weight: 300;
  line-height: 1.55;
}

.ag-linkedin-button-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  box-shadow: 0 8px 20px rgb(15 23 42 / 0.08);
}

.ag-linkedin-button-mobile:hover {
  box-shadow: 0 12px 24px rgb(15 23 42 / 0.14);
  color: #fff;
  transform: translateY(-1px);
}

.ag-linkedin-icon-mobile {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: lowercase;
}

/* ======================================================
   DESKTOP
====================================================== */

.ag-expert-card-desktop {
  display: none;
}

@media (min-width: 768px) {
  .ag-expert-card-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
  }
}

.ag-expert-header-desktop {
  margin-bottom: 1rem;
}

.ag-expert-photo-container-desktop {
  position: relative;
  margin-bottom: 1rem;
}

.elementor img.ag-expert-photo-desktop,
.elementor img.ag-expert-photo-placeholder-desktop {
    width: 80px;
    height: 80px;
    max-width: 80px;
    border-radius: 9999px;
    object-fit: cover;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
    background: #e5e7eb;
    display: block;
    transition: transform 0.3s ease;
}

.ag-expert-card:hover .elementor img.ag-expert-photo-desktop {
  transform: scale(1.05);
}

.ag-expert-award-badge-desktop {
  position: absolute;
  bottom: -0.45rem;
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 8px 16px rgb(15 23 42 / 0.16);
}

.ag-expert-name-desktop {
  font-size: 1.05rem;
  font-weight: 600;
  color: rgb(15, 23, 42);
  margin: 0 0 0.3rem;
  line-height: 1.3;
}

.ag-expert-title-desktop {
  font-size: 0.8125rem;
  color: rgb(71, 85, 105);
  font-weight: 300;
  margin: 0;
  line-height: 1.45;
}

.ag-expert-info-section-desktop {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 0 0 1rem;
  width: 100%;
}

.ag-info-row-desktop {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  text-align: left;
  width: 100%;
  padding: 0.2rem 0;
}

.ag-expertise-dot-desktop {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 9999px;
  margin-top: 0.42rem;
  flex-shrink: 0;
  background: rgb(37, 99, 235);
}

.ag-trending-icon-desktop {
  width: 0.85rem;
  height: 0.85rem;
  color: rgb(234, 88, 12);
  margin-top: 0.2rem;
  flex-shrink: 0;
  font-size: 0.85rem;
  line-height: 1;
}

.ag-info-label-desktop {
  font-size: 0.75rem;
  color: rgb(100, 116, 139);
  font-weight: 400;
  display: block;
  margin-bottom: 0.1rem;
}

.ag-info-value-desktop {
  font-size: 0.875rem;
  color: rgb(15, 23, 42);
  font-weight: 300;
  display: block;
  line-height: 1.55;
}

.ag-linkedin-button-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  margin-top: auto;
  box-shadow: 0 8px 20px rgb(15 23 42 / 0.08);
}

.ag-linkedin-button-desktop:hover {
  box-shadow: 0 12px 24px rgb(15 23 42 / 0.14);
  color: #fff;
  transform: translateY(-1px);
}

.ag-linkedin-icon-desktop {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: lowercase;
}

/* ======================================================
   GRADIENTS
====================================================== */

.gradient-cyan-blue {
  background: linear-gradient(to bottom right, rgb(6, 182, 212), rgb(37, 99, 235));
}

.gradient-orange-amber {
  background: linear-gradient(to bottom right, rgb(249, 115, 22), rgb(217, 119, 6));
}

.gradient-amber-orange {
  background: linear-gradient(to bottom right, rgb(217, 119, 6), rgb(234, 88, 12));
}

.gradient-blue-cyan {
  background: linear-gradient(to bottom right, rgb(37, 99, 235), rgb(8, 145, 178));
}

.gradient-cyan-blue-alt {
  background: linear-gradient(to bottom right, rgb(8, 145, 178), rgb(37, 99, 235));
}

.gradient-orange-amber-alt {
  background: linear-gradient(to bottom right, rgb(234, 88, 12), rgb(217, 119, 6));
}

/* ======================================================
   MOBILE OVERRIDES
====================================================== */

@media (max-width: 767px) {
  .ag-experts-secteurs {
    gap: 0.85rem;
  }

  .ag-secteur-item {
    border-radius: 0.9rem;
  }

  .ag-secteur-header {
    width: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: linear-gradient(to right, rgb(248, 250, 252), rgb(255, 255, 255));
    text-align: left;
  }

  .ag-secteur-header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    flex: 1;
  }

  .ag-secteur-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    font-size: 1.15rem;
    flex-shrink: 0;
  }

  .ag-secteur-textes {
    min-width: 0;
    flex: 1;
  }

  .ag-secteur-title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ag-secteur-description {
    font-size: 0.75rem;
    line-height: 1.35;
    margin: 0.2rem 0 0;
    color: rgb(71, 85, 105);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ag-secteur-header-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
  }

  .ag-secteur-count {
    display: none;
  }

  .ag-secteur-chevron {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.2rem;
  }

  .ag-secteur-item.is-open .ag-secteur-chevron {
    margin-top: 0.15rem;
  }

  .ag-secteur-content {
    padding: 0 1rem;
  }

  .ag-secteur-item.is-open .ag-secteur-content {
    padding: 1rem;
  }

  .ag-experts-grid {
    gap: 0.85rem;
  }

  .ag-expert-card {
    padding: 1rem;
    border-radius: 0.9rem;
  }
}