.elementor-158 .elementor-element.elementor-element-d612a5a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cb1fc9f *//* PAGE CONTACT telephonerencontre */

.trc-ct-section {
  padding: 90px 0 70px;
  background: #F8FBFF;
  position: relative;
  overflow: hidden;
}
.trc-ct-section::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(30, 99, 255, 0.10), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.trc-ct-wrap {
  width: calc(100% - 80px);
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

/* En-tête */
.trc-ct-head {
  text-align: center;
  margin-bottom: 60px;
}
.trc-ct-title {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0F1E46;
  margin: 18px 0 16px;
}
.trc-ct-sub {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #5A7096;
  max-width: 640px;
  margin: 0 auto;
}

/* Grille des cartes */
.trc-ct-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.trc-ct-card {
  background: #ffffff;
  border: 1px solid #D6E2F5;
  border-radius: 24px;
  padding: 36px 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.trc-ct-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(15, 30, 70, 0.10);
  border-color: #1E63FF;
}

.trc-ct-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 99, 255, 0.10);
  border: 1px solid rgba(30, 99, 255, 0.20);
  border-radius: 16px;
  color: #1E63FF;
  margin-bottom: 22px;
}
.trc-ct-card-icon svg {
  width: 26px;
  height: 26px;
}

.trc-ct-card-title {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0F1E46;
  margin: 0 0 12px;
  letter-spacing: -0.015em;
}

.trc-ct-card-text {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  line-height: 1.65;
  color: #16325C;
  margin: 0 0 22px;
}

.trc-ct-card-info {
  background: #F8FBFF;
  border: 1px solid #D6E2F5;
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.trc-ct-card-info strong {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0F1E46;
  letter-spacing: -0.005em;
  word-break: break-all;
}
.trc-ct-card-info span {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #5A7096;
}

.trc-ct-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: auto;
}
.trc-ct-card-btn--primary {
  background: #1E63FF;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(30, 99, 255, 0.35);
}
.trc-ct-card-btn--primary:hover {
  background: #3B82FF;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(30, 99, 255, 0.45);
}
.trc-ct-card-btn--dark {
  background: #071126;
  color: #ffffff;
  border: 1px solid rgba(30, 99, 255, 0.55);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.trc-ct-card-btn--dark:hover {
  background: #0F1E46;
  color: #ffffff;
  border-color: #1E63FF;
  transform: translateY(-2px);
}

/* Bloc info pratique */
.trc-ct-info {
  background: #ffffff;
  border: 1px solid #D6E2F5;
  border-radius: 24px;
  padding: 38px 36px;
  margin-bottom: 30px;
}
.trc-ct-info-title {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0F1E46;
  margin: 0 0 24px;
  letter-spacing: -0.015em;
}
.trc-ct-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.trc-ct-info-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  background: #F8FBFF;
  border-radius: 12px;
}
.trc-ct-info-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1E63FF;
}
.trc-ct-info-value {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #16325C;
  font-weight: 500;
}

/* Mentions */
.trc-ct-mentions {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
  color: #5A7096;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 16px;
}

/* TABLET */
@media (max-width: 1024px) {
  .trc-ct-section { padding: 70px 0 60px; }
  .trc-ct-title { font-size: 42px; }
  .trc-ct-card { padding: 30px 26px; }
  .trc-ct-info { padding: 30px 26px; }
}

/* MOBILE */
@media (max-width: 600px) {
  .trc-ct-section { padding: 55px 0 50px; }
  .trc-ct-wrap { width: calc(100% - 32px); }

  .trc-ct-head { margin-bottom: 40px; }
  .trc-ct-title { font-size: 34px; }
  .trc-ct-sub { font-size: 15.5px; }

  .trc-ct-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 36px;
  }
  .trc-ct-card { padding: 26px 22px; }
  .trc-ct-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }
  .trc-ct-card-icon svg {
    width: 22px;
    height: 22px;
  }
  .trc-ct-card-title { font-size: 19px; }
  .trc-ct-card-info strong { font-size: 15px; }

  .trc-ct-info { padding: 26px 22px; }
  .trc-ct-info-title { font-size: 19px; margin-bottom: 20px; }
  .trc-ct-info-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .trc-ct-info-item { padding: 14px 16px; }

  .trc-ct-mentions { font-size: 13px; }
}/* End custom CSS */