.elementor-11106 .elementor-element.elementor-element-7e929cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11106 .elementor-element.elementor-element-7e929cf:not(.elementor-motion-effects-element-type-background), .elementor-11106 .elementor-element.elementor-element-7e929cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #E3F2FD 0%, #FFFFFF 100%);}.elementor-11106 .elementor-element.elementor-element-38b4c55.elementor-element{--align-self:stretch;}.elementor-11106 .elementor-element.elementor-element-8a77dfe{--display:flex;}.elementor-11106 .elementor-element.elementor-element-8a77dfe:not(.elementor-motion-effects-element-type-background), .elementor-11106 .elementor-element.elementor-element-8a77dfe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-11106 .elementor-element.elementor-element-7306b39 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-11106 .elementor-element.elementor-element-7306b39 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-11106 .elementor-element.elementor-element-7306b39 .e-gallery-item:hover .e-gallery-image{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-11106 .elementor-element.elementor-element-7306b39{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-38b4c55 */.inclusivity-section {
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.inclusivity-container {
  max-width: 800px;
  margin: 0 auto;
  color: #1a237e;
}

.inclusivity-container h2 {
  text-align: center;
  font-size: 2rem;
  color: #007acc;
  margin-bottom: 30px;
}

.inclusivity-container p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 25px;
}


/* Section complète */
.social-section {
  padding: 50px 20px;
  text-align: center;
}

/* Titre stylé */
.social-title {
  color: #1a237e;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.social-title::after {
  content: '';
  display: block;
  height: 3px;
  width: 80%;
  margin: 8px auto 0;
  background: linear-gradient(90deg, #00E4E7, #ffffff);
  border-radius: 2px;
}

/* Icônes */
.social-links {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.social-links a {
  color: #1a237e;
  font-size: 30px;
  transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
  margin-left :20px;
}

.social-links a:hover {
  transform: scale(2);
  text-shadow: 0 0 8px currentColor;
}

/* Couleurs individuelles au hover */
.social-links a.instagram:hover {
  color: #E1306C;
}

.social-links a.facebook:hover {
  color: #1877f2;
}

.social-links a.tiktok:hover {
  color: #000000;
}

.social-links a.linkedin:hover {
  color: #0077b5;
}



.hero-ramps {
  padding: 100px 20px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  color: #1a237e;
  margin-bottom: 10px;
  position: relative;
}

.hero-title::after {
  content: '';
  width: 60px;
  height: 4px;
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
}

.hero-subtitle {
  font-size: 22px;
  color: #37474f;
  margin-bottom: 20px;
  font-weight: 500;
}

.hero-description {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.ros-logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.ros-logo-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 16px;
  overflow: hidden;
  max-width: 500px;
}

.ros-logo-wrapper:hover {
  transform: scale(1.05);
}

.ros-logo {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- SECTION WRAPPER ---- */
.ros-goals {
  padding: 60px 20px;
  text-align: center;

}

.ros-goals-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1a237e;
  position: relative;
}

/* ---- GRID ---- */
.ros-goals-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* ---- CARD ---- */
.goal-card {
  position: relative;
  width: 280px;
  min-height: 160px;
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 20px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* soulèvement + légère rotation */
.goal-card:hover {
  transform: translateY(-12px) rotate(-1.5deg);
}

/* ---- SHINE EFFECT ---- */
.goal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: translateX(-120%) rotate(10deg);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.goal-card:hover::after {
  transform: translateX(120%) rotate(10deg);
}


/* ---- CARD CONTENT ---- */
.goal-icon {
  font-size: 42px;
  margin-bottom: 18px;
  color: #3478f6;
}

.goal-text {
  font-size: 18px;
  line-height: 1.35;
  color: #2a2a2a;
  font-weight: 600;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .goal-card { width: 100%; max-width: 340px; }
}

/* ---- SECTION WRAPPER ---- */
.ros-events {
  padding: 60px 20px;

  max-width: 1100px;
  margin: 0 auto;
}

.ros-events-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 60px;
}

/* ---- TIMELINE BLOCK ---- */
.ros-event-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
}

.ros-event-block.reverse {
  flex-direction: row-reverse;
}

.ros-event-text {
  flex: 1 1 45%;
}

.ros-event-text h3 {
  font-size: 24px;
  margin-bottom: 16px;
  color: #1a237e;
}

.ros-event-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #1a237e;
}

.ros-event-img {
  flex: 1 1 45%;
  text-align: center;
}

.ros-event-img img {
  width: 100%;
  max-width: 460px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.ros-event-img img:hover {
  transform: scale(1.03) rotate(0.3deg);
}

.ros-caption {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7a91;
  font-style: italic;
}

/* ---- ANIMATION ON SCROLL ---- */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .ros-event-block {
    flex-direction: column;
    text-align: left;
  }

  .ros-event-block.reverse {
    flex-direction: column;
  }

  .ros-event-img img {
    max-width: 100%;
  }
}

/* ---- TESTIMONIALS SECTION ---- */
.ros-testimonials {
  padding-bottom: 60px;
  text-align: center;
}

.ros-testimonials-title {
  font-size: 30px;
  color: #1c2b4a;
  margin-bottom: 50px;
  font-weight: 700;
}

.ros-testimonials-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* ---- INDIVIDUAL CARD ---- */
.ros-testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 30px 24px;
  max-width: 400px;
  flex: 1 1 300px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: default;
}

.ros-testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.ros-quote {
  font-size: 18px;
  font-style: italic;
  color: #2d3e50;
  margin-bottom: 20px;
  line-height: 1.6;
}

.ros-author {
  font-size: 15px;
  color: #6b7a91;
}

/* ---- IMPACT SECTION ---- */
.ros-impact {
  padding: 80px 20px;
  text-align: center;
}

.ros-impact h2 {
  font-size: 28px;
  color: #1a237e;
  margin-bottom: 20px;
}

.ros-impact-text p {
  max-width: 700px;
  margin: 20px auto;
  font-size: 17px;
  color: #364a63;
  line-height: 1.6;
}

.ros-impact-image {
  width: 100%;
  max-width: 700px;
  margin: 30px auto;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* ---- GALLERY SECTION ---- */
.ros-gallery {
  padding: 60px 20px;
}

.ros-gallery-title {
  text-align: center;
  font-size: 26px;
  color: #1a237e;
  margin-bottom: 40px;
}

.ros-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.ros-gallery-card {
  background: #fefefe;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease;
}

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

.ros-gallery-card img {
  width: 100%;
  display: block;
  height: auto;
}

.ros-gallery-card p {
  padding: 15px 18px;
  font-size: 15px;
  color: #3b4c66;
  text-align: center;
}

/* ---- RESOURCES SECTION ---- */
.ros-resources {
  padding: 60px 20px;

  text-align: center;
}

.ros-resources-title {
  font-size: 21.5px;
  color: #1c2b4a;
  margin-bottom: 30px;
}

.ros-resources-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ros-button {
  background-color: #d0ebff;
  color: #0b3d91;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 77, 153, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.ros-button:hover {
  background-color: #b8e1ff;
  transform: translateY(-3px);
  border-color: #90d2ff;
}

/* ===== RAMPS OF SOLIDARITY – GALLERY v2 ===== */
.ros-gallery {
  padding: 80px 20px;
  background: #f6f9ff;
  text-align: center;
}

/* titre inchangé */
.ros-gallery-title{
  font-size:32px;font-weight:700;margin-bottom:40px;color:#12345b;
}

/* grille fluide —— 200 px mini, autant de colonnes que possible */
.ros-gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
  gap:18px;
  width:100%;
  margin:0 auto;
}

.ros-thumb{
  position:relative;
  overflow:hidden;          /* rognage net */
  aspect-ratio:1/1;         /* carré parfait mêmes hauteurs */
  cursor:zoom-in;
}

.ros-thumb::after{          /* léger voile à l’hover */
  content:"";
  position:absolute;inset:0;
  background:rgba(0,0,0,.15);
  opacity:0;transition:opacity .3s;
}

.ros-thumb img{
  width:100%;height:100%;
  object-fit:cover;         /* remplit sans déformation */
  transition:transform .35s;
}

.ros-thumb:hover img{transform:scale(1.1);}
.ros-thumb:hover::after{opacity:1;}

/* ---------- Lightbox ---------- */
.ros-lightbox{
  position:fixed;inset:0;
  background:rgba(0,0,0,.8);
  display:none;align-items:center;justify-content:center;
  padding:40px 20px;z-index:9999;
}
.ros-lightbox:target{display:flex;animation:fadeIn .35s;}

.ros-lightbox figure{max-width:900px;width:100%;margin:0;animation:zoomIn .35s;}
.ros-lightbox img{width:100%;object-fit:contain;}

.ros-close{
  position:absolute;top:-18px;right:-18px;
  width:40px;height:40px;line-height:40px;
  font-size:30px;text-align:center;text-decoration:none;
  color:#12345b;background:#fff;
  border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.25);
}
.ros-close:hover{background:#d0ebff;}

@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
@keyframes zoomIn{from{transform:scale(.8);}to{transform:scale(1);}}/* End custom CSS */