body,html{
    width: 100%;
    margin: 0;
}
/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f7f9fc;
  color: #333;
  line-height: 1.6;
   background: linear-gradient(135deg, #005ca9 0%, #d9001b 100%);
  background-attachment: fixed;
  color: #333;
}
/* Slider */
.slider {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-top: 85px;
    margin-bottom: -20px;
    position: relative;
    animation: slideAnimation 20s infinite;
    padding-top: 90px;
   } 
   @keyframes slideAnimation{
    0% {background-image:  url('../images/Pauline\ sisters2.jpg');}
    50% {background-image: url('../images/Pauline\ sisters.png');}
    100% {background-image:  url('../images/audiovisual.png');}
}

/* General Introduction */
.general-intro {
  padding: 2rem;
  background: #fff;
  margin: 2rem auto;
  margin-top: 250px;
  max-width: 1100px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.general-intro h2{
    text-align: center;
    color: #005ca9;
    font-weight: 500;
    font-style: italic;
    font-weight: bolder;
}
.general-intro p {
  margin-bottom: 1.5rem;
  color: #444;
}
.intro-flex {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.intro-box {
  flex: 1;
  background: #f0f6ff;
  padding: 1rem;
  border-radius: 15px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
}

/* Mission Aspects */
.mission-aspects {
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
}
.mission-aspects h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #005ca9;
  background-color: #f0f6ff;
  border-radius: 15px;
  overflow: hidden;

}
.mission-grid {
    width: 100%;
 display: flex;
 align-items: center;
 text-align: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  background-color: #f0f6ff;
  border-radius: 15px;
  overflow: hidden;
  
}
.mission-grid h3{
    color: #005ca9;
}
.mission-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: center;
  padding: 1rem;
  
}
.mission-grid img {
  width: 280px;
  border-radius: 15px;
  margin-bottom: 1rem;
  
}
.mission-item p {
  color: #555;
  font-size: 0.95rem;
 
}
#editorial{
    width: 35%;
}
#editorial img{
    width: 400px;
}
.diffusion{
    width: 35%;
}
.diffusion img{
    width: 350px;
    margin-right: 20px;
}
#more{
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #f0f6ff;
    border-radius: 15px;
  overflow: hidden;

}
#more h4{
color: #005ca9;
}
#more img{
    width: 400px;
    border-radius: 15px;
}
.printing{
    width: 50%;
}
.printing p{
    text-align: center;
}
.audiovisual{
    width: 50%;
}
.audiovisual p{
    text-align: center;
}
