.elementor-12411 .elementor-element.elementor-element-eaad3e1{--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-12411 .elementor-element.elementor-element-eaad3e1:not(.elementor-motion-effects-element-type-background), .elementor-12411 .elementor-element.elementor-element-eaad3e1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FAFFC0 0%, #81D0FF 100%);}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-12411 .elementor-element.elementor-element-efdd4e3{--display:flex;}.elementor-12411 .elementor-element.elementor-element-966dc73{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-025a7b4 */.erasmus-logo-banner {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #ffffff;
  animation: fadeInTop 1s ease-out;
}

img.erasmus-logo {
  background: transparent !important;
  display: block;
}

.erasmus-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

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

/* Animation from top */
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/* Titre stylé */
.social-title {
  color: white;
  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: white;
  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: #ffffff;
}

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

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

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

body {
  background: linear-gradient(to bottom, #f6faff, #dfeef7);
  color: #1c2b36;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

.erasmus-hero {
  max-width: 1000px;
  margin: 6rem auto 3rem auto;
  padding: 0 2rem;
}

.erasmus-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #004aad; /* Accent Erasmus */
  text-align: left;
}

.erasmus-subtitle{
  font-size: 1.1rem;
  font-style: italic;
  color: #15344c;  /* Couleur sombre pour une lecture aisée sur fond clair */
  margin-bottom: 150px;
}

.erasmus-info {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 2rem;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #15344c;  /* Couleur sombre pour une lecture aisée sur fond clair */
}

.erasmus-info h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  text-align: center;
  color: #004aad; /* Accent Erasmus */
}

.erasmus-info p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  text-align: justify;
}

.erasmus-universities {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 0 2rem;
  font-family: 'Inter', sans-serif;
}

.erasmus-universities h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #004aad;
}

.university-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.university-card {
  background: #ffffff;
  border: 2px solid #004aad33;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.university-logo {
  display: block;
  margin: 0 auto;
}

.university-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.08);
}

.university-card h3 {
  line-height: 1;
  margin-top: 10px;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  color: #15344c;
  text-align: center;
}

.linkedin {
    color: blue;
}

.university-card h3 a {
  color: #15344c;
  text-decoration: none;
}

.university-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.university-card li {
  margin: 0.4rem 0;
  font-size: 1rem;
  line-height: 1.4;
}

.university-card li span {
  font-weight: 600;
  color: #004aad;
}

.erasmus-join-us {
  padding: 4rem 2rem;
  max-width: 1000px;
  margin: auto;
  color: #1a1a1a;
}

.erasmus-join-us h2 {
  text-align: center;
  font-size: 2rem;
  color: #004aad;
  margin-bottom: 2.5rem;
  font-weight: 700;
}

.internship-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.step h3 {
  font-size: 1.3rem;
  color: #004aad;
  margin-bottom: 0.5rem;
}

.step p {
  margin-bottom: 1rem;
  line-height: 1.6;
  
}

.step a {
    margin-bottom: 20px;
}

.step ul {
  list-style: disc;
  margin-left: 1.5rem;
  line-height: 1.6;
}

.infopack-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: #007fa3;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.infopack-button:hover {
  background-color: #005f7c;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66a2a79 */.esciv-partnership-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1000wp;
  margin: auto;
}

.esciv-partnership-block {
  display: block;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: 5px solid #65C7EB;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.3s ease;
  text-decoration: none;
  color: inherit;
  outline: none;
}

.esciv-partnership-block:hover {
  transform: translateY(-5px);
background: linear-gradient(135deg,
      rgba(83, 81, 205, 0.8),
      rgba(121, 61, 184, 0.8),
      rgba(221, 59, 69, 0.8),
      rgba(227, 94, 78, 0.8),
      rgba(243, 193, 102, 0.8)
    
);
  text-decoration: none;
  outline: none;
}

.esciv-partnership-block:focus {
  outline: none;
  box-shadow: none;
}

.esciv-partnership-block h2 {
  font-size: 1.5rem;
  color: #65C7EB;
  margin-bottom: 10px;
    line-height:30px;
}

.esciv-partnership-block p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.esciv-partnership-block p.esciv-partnership-learn-more {
    position: relative;
    display: inline-block;
    font-style: italic;
  }

.esciv-partnership-block:hover p.esciv-partnership-learn-more::after {
    content: ' →';
    opacity: 1;
    transform: translateX(0);
}

.esciv-partnership-block p.esciv-partnership-learn-more::after {
    content: ' →';
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    right: -20px;
    top: 0;
  }
  
  .esciv-partnership-block:hover h2,
.esciv-partnership-block:hover p,
.esciv-partnership-block:hover .learn-more,
.esciv-partnership-block:hover .learn-more em {
  color: #fff !important;
}

.esciv-partnership-block:hover p.learn-more::after {
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd29eea */.pif-class {
    width: 100%;
    height: 500px;
}/* End custom CSS */