.elementor-1746 .elementor-element.elementor-element-cab06ac{--display:flex;}.elementor-1746 .elementor-element.elementor-element-cab06ac:not(.elementor-motion-effects-element-type-background), .elementor-1746 .elementor-element.elementor-element-cab06ac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#004F7E;}.elementor-1746 .elementor-element.elementor-element-af6fffc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-2px;--padding-bottom:-2px;--padding-left:-2px;--padding-right:-2px;}.elementor-1746 .elementor-element.elementor-element-af6fffc:not(.elementor-motion-effects-element-type-background), .elementor-1746 .elementor-element.elementor-element-af6fffc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#004F7E;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1746 .elementor-element.elementor-element-e64ae0f{text-align:center;}.elementor-1746 .elementor-element.elementor-element-e64ae0f .elementor-heading-title{font-family:"Noto Kufi Arabic", Sans-serif;font-size:32px;font-weight:700;color:#FFFFFF;}.elementor-1746 .elementor-element.elementor-element-e05c6cf{--display:flex;}.elementor-1746 .elementor-element.elementor-element-e05c6cf:not(.elementor-motion-effects-element-type-background), .elementor-1746 .elementor-element.elementor-element-e05c6cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1746 .elementor-element.elementor-element-86100de{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-family:"Roboto", Sans-serif;font-weight:400;line-height:1.4em;}.elementor-1746 .elementor-element.elementor-element-86100de.elementor-element{--align-self:center;}.elementor-1746 .elementor-element.elementor-element-86100de p{margin-block-end:21px;}.elementor-1746 .elementor-element.elementor-element-c718e85{--display:flex;}@media(max-width:767px){.elementor-1746 .elementor-element.elementor-element-e64ae0f .elementor-heading-title{font-size:21px;line-height:1.4em;}}/* Start custom CSS for text-editor, class: .elementor-element-eac8c1f */.study-abroad {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9f9;
}
.study-abroad .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.study-abroad .subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  color: #555;
}
.countries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.country-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 180px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.country-card:hover {
  transform: translateY(-8px);
}
.country-card img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}
.country-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.btn-country {
  display: inline-block;
  padding: 8px 15px;
  background: #0065b3;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn-country:hover {
  background: #004f8a;
}

/* Réduction des marges/paddings en mobile */
@media (max-width: 768px) {
  .study-abroad {
    padding: 30px 10px; /* au lieu de 60px 20px */
  }
  .study-abroad .title {
    font-size: 26px; /* texte plus adapté mobile */
  }
  .study-abroad .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .countries {
    gap: 15px;
  }
  .country-card {
    width: 45%; /* 2 cartes par ligne en mobile */
    padding: 15px;
  }
  .country-card h3 {
    font-size: 18px;
  }
  .btn-country {
    padding: 6px 12px;
    font-size: 14px;
  }
}

/* Version très petite (smartphones < 480px) */
@media (max-width: 480px) {
  .country-card {
    width: 100%; /* 1 carte par ligne */
  }
}/* End custom CSS */