
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
background-color: #fafafa;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}

body {
font-family: 'Raleway' , sans-serif;
background: #fafafa;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
overflow-x: hidden;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;

}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#pageContent.blur {
  filter: blur(5px);
  transition: filter 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* menu ordinateur */

#mainHeader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background-color: #fafafa;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 30px;
      transition: box-shadow 0.5s ease;
      z-index: 999;
    }

    #mainHeader.scrolled {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    
    }

    .logo img {
    padding-left: 90px;
    padding-top: 5px;
    margin: 0;
    height: 65px;
    display: block;
    }

    nav ul {
    padding-right: 70px;
    list-style: none;
    display: flex;
    gap: 60px;
    }

    nav ul li a { 
    position: relative;
    font-family: 'Raleway';
    font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
    }

    .menu1 {
      margin-right: -40px;
    }

    /* Menu déroulant */

    .menu-deroulant {
      position: relative;
}

.sous-menu {
  position: absolute;
  top: 40%;
  left: 0;
  right: -30px;
  background-color: #fafafa;
  padding: 10px 5px 15px 5px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  display: none;
  min-width: 160px;
  z-index: 1000;
}

.menu-deroulant:hover .sous-menu {
  display: block;
}

.sous-menu li {
  padding: 0;
  text-align: left;
  padding: 0 15px;
}

.sous-menu li a {
  display: block;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
  font-size: 1rem;
}

/* Effet point gris sur les liens du sous-menu */
.sous-menu li a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #666666;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.sous-menu li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(3px);
}


    /* Fin Menu déroulant */


.menu a, .menuouvert {
font-family: 'Raleway';
font-size: 1.1em;
text-decoration: none;
color: #000028;
font-weight: 400;
}

.menuouvert li {

left: 50%;
bottom: -7px;
transform: translateX(-50%);
 width: 6px;
height: 6px;
border-radius: 50%;
background: #666666;
opacity: 1;
}

nav ul li {
  position: relative; /* Permet au ::before de se positionner par rapport au <li> */
}

nav ul li a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #666666;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

nav ul li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(3px);
}

#responsive {
  display: none;
}

/* =========== corps ============ */

#entet .logo-responsive {
  display: none;
}

/* SECTION 1 */

.ancre {
    scroll-margin-top: 150px;
}

.hero-section{
    max-width:1300px;
    margin:200px auto 80px;
    display:flex;
    gap: 3rem;
    align-items:flex-start;
}

.hero-left{
    flex:1 1 45%;
    align-self: center;
}

.hero-right{
    flex:1 1 50%;
}

.hero-right img {
    width:100%;
    display:block;
    border-radius: 50px;
    margin-top: 140px;
    max-width:620px;
    margin:120px auto 0;
  
}

.titre {
    display:inline-block;
    background: #000028;
    color: #f3f3f3;
    padding:12px 24px;
    border-radius:40px;
    margin-bottom:30px;
}

.titre h3 {
    margin:0;
    font-size:1.5rem;
    font-weight:600;
    line-height: 1.8rem;
}

.lieu {
    font-size: 1.2rem;
}

 .uppercaseh3 {
    text-transform: uppercase;
 }

.hero-left .etoil {
    color:#000028;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: left;
    margin-top: 25px;
    line-heiht:1.4;
}

.etoilg {
    font-weight: 600;
}

.hero-left .fni {
    color:#000028;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    margin-top: 25px;
    text-transform: uppercase;
}


.hero-left h1 {
    color: #bca0dc;
    font-weight: 700;
    font-size:3.2rem;
    line-height: 4rem;
    margin-top: 30px;
    margin-bottom:40px;
    text-transform: uppercase;
}

.hero-left h1::after {
    content:"";
    display:block;
    width:60px;
    height:2px;
    background:#bca0dc;
    border-radius:2px;
    margin-top:20px;
}


.hero-left .htatihou {
    color: #bca0dc;
}

.hero-left h2{
    color:#000028;
    text-align: left;
    margin-top: -15px;
    margin-bottom: 45px;
    line-height:1.4;
}

.hero-left p {
    font-size: 1.3rem;
    color:#000028;
    line-height: 1.8rem;
    margin-bottom:10px;
}

.itali-p {
    font-size: 1.3rem;
    font-weight: 500;
    font-style: italic;
}

.heri {
    margin-top: 40px;
}


/* SECTION 2 */

.content-section{
    max-width:1300px;
    margin:0 auto 100px;
    display:flex;
    gap:3rem;
    align-items:flex-start;
}

.content-left{
    flex:1 1 45%;
}

.content-right{
    flex:1 1 50%;
}

.content-left p{
    color:#000028;
    line-height:1.8;
    margin-bottom:20px;
}

.content-left h3 {
    font-weight: 600;
    font-size: 1.8rem;
    color: #000028;
    margin-bottom: 1rem;
    }

  
.gra {
    font-weight: 600;
}

.content-left img {
    width:100%;
    display:block;
    border-radius: 50px;
}

.left_img {
    margin-top: 35px;
}

.info-box {
    width: 100%;
    border-radius: 50px;
    background: #f3f3f3;
    padding: 40px 50px;
    margin-top: -40px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.info-box h3{
    font-weight: 600;
    font-size: 1.8rem;
    color: #000028;
    margin-bottom: 1rem;
}

.info-box p{
    color:#000028;
    line-height:1.8;
    margin-bottom:20px;
}

.info-list li {
    font-family: 'Raleway';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    list-style: circle;
    margin:0;
    padding:0;
}

/* SECTION 3 */

.details-section{
    max-width:1300px;
    margin:0 auto 150px;
    border-radius: 50px;
    background: #ede7f5;
    padding: 40px 50px;
    margin-top: -40px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.details-text {
    width:100%;
    max-width: 1100px;
    margin: 0 auto;  
}

.details-text h3 {
    font-weight: 600;
    font-size: 1.8rem;
    color: #000028;
    margin-bottom: 35px;
} 


.details-text .gra2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.details-text p {
    text-align: left;
    line-height: 1.8;
}

.details-text .list {
    display: inline-block;
    text-align: left;
    list-style-position: inside;
    padding-left: 0;
    margin: 25px auto;
}

.gras {
    font-size: 1.4rem;
    font-weight:600;
    margin-bottom:10px;
}

.grasli{
    font-size: 1rem;
    font-weight:500;
}

.list li {
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom:10px;
    
}

.creation {
    text-align: left;
    margin-p:25px;
    padding-left: 50px;
    margin: 10px auto;
    font-weight: 300;
    color:#666;
}

.creation {
    display:flex;
    align-items:center;
    justify-cotent:center;
    gap:15px;
}

.creation::before{
    content:"";
    width:60px;
    height:2px;
    background:#e45f21;
    border-radius:2px;
    flex-shrink:0;
}


/* ======= SECTION 4 A/B ======= */

.quatre-section{
    max-width:1300px;
    margin:0 auto 100px;
    display:flex;
    gap: 3.5rem;
    align-items:flex-start;
}

.frame-left {
    flex: 1 1 45%;
}

.frame-right {
    flex: 1 1 50%;
}

.frame-left p{
    color:#000028;
    line-height:1.8;
    margin-bottom:20px;
}

.frame-left h3 {
    font-weight: 600;
    font-size: 1.8rem;
    color: #000028;
    margin-bottom: 1rem;
    }


.gra {
    font-weight: 600;
}

.frame-left .cta {
    color: #000028;
    font-size: 1rem;
    font-weight:600;
}

.frame-right img {
    width:100%;
    display:block;
    border-radius: 50px;
}

.right_img {
    margin-top: 30px;
}

.frame-left img {
    width:100%;
    display:block;
    border-radius: 50px;
}

.left_img {
    margin-top: 30px;
}

.info-box-2 {
    width: 100%;
    border-radius: 50px;
    background: #ede7f5;
    padding: 40px 50px;
    margin-top: -40px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}


.info-box-2 h3 {
    font-weight: 600;
    font-size: 1.8rem;
    color: #000028;
    margin-bottom: 1rem;
}



.info-box-2 p {
    color:#000028;
    line-height:1.8;
    margin-bottom:20px;
}


/* ============== SECTION 5 ============= */


.content-section3 {
    max-width:1300px;
    margin:80px auto 200px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.content-card {
    background:#f3f3f3;
    border-radius:40px;
    padding:40px 40px 20px 40px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.35s;
}


.content-card h3 {
    color:#000028;
    font-size:1.75rem;
    font-weight:600;
    margin-bottom:20px;
}


.content-card p {
    color:#000028;
    line-height:1.8;
    margin-bottom:18px;
}

.gra {
    font-weight:600;
}

/* ========= img-circulaire ======== */

.photo-circle {
    width:250px;
    height:250px;
    margin:45px auto 0;
    background:#ffffff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top: 55px;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.photo-circle img {
    width:250px;
    height:250px;
    object-fit:cover;
    border-radius:50%;
    display:block;
    
}


/* =============== SECTION 6 =============== */


.gallery {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  overflow-x: auto;
  margin: 40px auto 110px;
  marin-bttom: 140px;
}

.card {
  width: 230px;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  
  background-color: transparent;
}

.card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 35px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  display: block;
}

.caption {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #565656;
}


/* =============== SECTION 7 =============== */

.cinq-section{
    max-width:1300px;
    margin:0 auto 100px;
    display:flex;
    gap: 3.5rem;
    align-items:flex-start;
}

.frame-left-2 {
    flex:1 1 50%;
}

.frame-right-2 {
    flex:1 1 45%;
}

.frame-left-2 {
    margin-top: 20px;
}

.frame-left-2 p{
    color:#000028;
    line-height:1.8;
    margin-bottom:20px;
}

.frame-left-2 h3 {
    font-weight: 600;
    font-size: 1.8rem;
    color: #000028;
    margin-bottom: 1rem;
    }

.experience-box {
    background: #f3f3f3;
    border-radius: 40px;
    margin: 45px;
    padding: 45px;
}

.experience-box h3 {
    color: #000028;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.intro {
    color: #000028;
    font-family: 'Raleway';
    margin-bottom: 45px;
    line-height: 1.8em;
}


.experience-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 35px;
    margin: 30px;
}

.experience-item {
    text-align: center;
}

.icon-circle {
    width: 72px;
    height: 72px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.icon-circle img {
    width: 34px;
    height: 34px;
}

.experience-item h4 {
    color: #000028;
    font-family: 'Raleway';
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}


.gra {
    font-weight: 600;
}

.info-box-3 {
    width: 100%;
    border-radius: 50px;
    background: #ede7f5;
    padding: 40px 50px;
    margin-top: 40px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}


.info-box-3 h3 {
    font-weight: 600;
    font-size: 1.8rem;
    color: #000028;
    margin-bottom: 1rem;
}


.info-box-3 p {
    color:#000028;
    line-height:1.8;
    margin-bottom:20px;
}


/* ================ SECTION 9 ================ */ 

.details-equip {
    max-width: 1300px;
    margin: 0 auto 150px;
   
}

.details-list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;   
}

.details-list .liste {
    display: inline-block;
    text-align: left;
    list-style-position: inside;
    padding-left: 0;
    margin: 25px auto;
}

.gra3 {
    font-size: 1.4rem;
    font-weight:600;
    margin-bottom:10px;
}

.gra4 {
    font-size: 1.4rem;
    font-weight:600;
    margin: 80px 0px;
}

.grasli{
    font-size: 1rem;
    font-weight:500;
}

.liste li {
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom:10px;
    
}

.creation2 {
    display:flex;
    align-items:center;
    justify-cotent:center;
    gap:15px;
    text-align: left;
    margin-p:25px;
    padding-left: 0px;
    margin: 10px auto 0px;
    font-weight: 300;
    color:#000028;
}


.logos{
    width:250px;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:25px;              /* espace entre les logos */
    margin:0px auto;      /* centré dans la page */
}

.logos img{
    flex:1;
    max-width:100%;
    height:auto;
}



/* ================= Footer ===================  */

    footer {
      font-family: 'Raleway';
      font-size: 1.1rem;
      font-weight: 400;
      background: #f3f3f3;
      margin-top: 240px;
      padding: 2rem 1rem;
      text-align: center;
    }

    .footer-columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12rem;
      margin-bottom: 1.5rem;
    }

    .footer-column {
      display: flex;
      flex-direction: column;
      align-items: start;
      min-width: 140px;
      padding-top: 40px;
      padding-bottom: 60px;
    }

    .footer-column a {
      position: relative;
      color:  #000028;#333;
      text-decoration: none;
      margin: 0.5rem 0;
      font-size: 1em;
      transition: color 0.3s ease;
    }

    .footer-column a::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 7px;
      height: 7px;
      background: #666;
      border-radius: 50%;
      opacity: 0;
      transition: opacity 0.7s ease, transform 0.5s ease;
    }

    .footer-column a:hover::after {
      opacity: 1;
    }

    .footer-colum {
      padding-top: 40px;
    }

    .social-icons {
      display: flex;
      gap: 30px;
      justify-content: center;
      margin-top: 0.5rem;
    }

    .social-icons a img {
      width: 30px;
      height: 30px;
      transition: transform 0.3s ease;
    }

    .social-icons a:hover img {
      transform: scale(1.25);
    }

    .copyright {
      font-size: 0.875rem;
      color: #565656;
    }

/* ================ Responsive Design =============== */

    /* Responsive Design */

     @media (max-width: 980px) {

    /* =============== menu responsive ================ */

          
  #mainHeader {
   display: none;
  }

  #responsive, #entet .logo-responsive {
  display: block;
  }

/* Logo responsive dans #entet */
.logo-responsive {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 30px;
  z-index: 2;
}

.logo-responsive img {
  height: 60px;
}


/* Bouton hamburger */
.menu-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
  cursor: pointer;
  font-size: 35px;
}

/* Zone de menu latéral */
.side-menu {
  position: fixed;
  top: 0;
  right: -55%;
  width: 43%;
  max-width: 300px;
  height: 100%;
  background: #f3f3f3;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: right 0.4s ease;
  padding: 60px 20px;
  box-sizing: border-box;
  z-index: 1000;
}


/* Menu ouvert */
.side-menu.open {
  right: 0;
}

/* Liens principaux */
.side-menu ul {
  flex-direction: column;
  margin-top: 70px;
  list-style: none;
  padding: 0;
}

.side-menu ul li {
  margin: 10px 0;
}

.side-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Sous-menu */
.side-menu .submenu {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: -5px;
}


.side-menu .submenu li {
  margin-bottom: -15px ;
}

.side-menu .submenu li a {
  font-size: 1.65rem;
  font-weight: 500;
}

/* Icône croix */
.menu-toggle.open:before {
  content: '✖';
}

/* Icône hamburger par défaut */
.menu-toggle:before {
  content: '☰';
}

/* =====================================================
   RESPONSIVE - PROJET ART-SCIENCE
   ===================================================== */



/* =========================
   Header
========================= */

#mainHeader{
    display:none;
}

#responsive,
#entet .logo-responsive{
    display:block;
}

.logo-responsive{
    position:absolute;
    top:20px;
    left:20px;
    z-index:1001;
}

.logo-responsive img{
    height:32px;
}

/* =========================
   SECTION HERO
========================= */

.hero-section{

  margin:110px 20px 70px;
  max-width: 400px;
  flex-direction:column;

  gap:40px;
}

.hero-left,
.hero-right{

    width:100%;
    flex:none;
}

.hero-right{

    order:-1;
}

.hero-right img{

    margin-top:0;
    border-radius:35px;
}

.titre{

    display:block;
    width:fit-content;
    margin:0 auto 25px;
}

.titre h3{

    font-size:1.2rem;
    line-height:1.5;
    text-align:center;
}

.lieu{

    font-size:1rem;
}

.hero-left{

    text-align:center;
}

.hero-left h1{

    font-size:2.1rem;
    line-height:1.2;
    margin:25px 0;
}

.hero-left h1::after{

    margin:18px auto 0;
}

.hero-left p{

    font-size:1.08rem;
    line-height:1.8;
}

.heri{

    margin-top:30px;
}

/* =========================
   SECTION 2
========================= */

.content-section{

    margin:0 20px 80px;

    flex-direction:column;

    gap:40px;
}

.content-left,
.content-right{

    width:100%;
    flex:none;
}

.content-left h3{

    text-align:center;
    font-size:1.6rem;
}

.content-left p{

    text-align:center;
}

.left_img{

    margin-top:25px;
}

.content-left img{

    border-radius:35px;
}

.info-box{

    margin-top:0;

    padding:35px 25px;

    border-radius:35px;
}

.info-box h3{

    text-align:center;

    font-size:1.6rem;
}

.info-box p{

    font-size:1.05rem;
}

.info-list{

    padding-left:22px;
}

/* =========================
   SECTION 3
========================= */

.details-section{

    margin:0 20px 80px;

    padding:35px 25px;

    border-radius:35px;
}

.details-text{

    text-align:center;
}

.details-text h3{

    font-size:1.6rem;
}

.details-text .gra2{

    font-size:1.15rem;

    line-height:1.7;
}

.details-text p{

    text-align:center;
}

/* =========================
   SECTION 4 A
========================= */

.quatre-section{

    margin:0 20px 80px;

    flex-direction:column;

    gap:35px;
}

.frame-left,
.frame-right{

    width:100%;
    flex:none;
}

.frame-left{

    text-align:center;
}

.frame-left h3{

    font-size:1.6rem;
}

.frame-left p{

    text-align:center;
}

.frame-left img,
.frame-right img{

    border-radius:35px;
}

.right_img,
.left_img{

    margin-top:0;
}

.info-box-2{

    margin-top:0;

    padding:35px 25px;

    border-radius:35px;
}

.info-box-2 h3{

    text-align:center;

    font-size:1.6rem;
}

.info-box-2 p{

    text-align:center;

    font-size:1.05rem;
}


/* =====================================================
   SECTION 5
   ===================================================== */

.content-section3{

    grid-template-columns:1fr;
    gap:30px;

    width:92%;
    margin:60px auto 100px;
}

.content-card{

    padding:35px 28px;
    border-radius:35px;
}

.content-card h3{

    font-size:1.8rem;
    text-align:center;
}

.content-card p{

    font-size:1.08rem;
    line-height:1.8;
}

.photo-circle{

    width:220px;
    height:220px;
}

.photo-circle img{

    width:220px;
    height:220px;
}


/* =====================================================
   SECTION 6
   Galerie
   ===================================================== */

.gallery{

    width:92%;
    margin:40px auto 80px;
    gap:25px;
}

.card{

    width:100%;
    max-width:380px;
}

.card img{

    height:280px;
}


/* =====================================================
   SECTION 7
   ===================================================== */

.cinq-section{

    flex-direction:column;
    width:92%;
    margin:0 auto 80px;
    gap:40px;
}

.frame-left-2,
.frame-right-2{

    width:100%;
}

.experience-box{

    margin:0;
    padding:35px 28px;
    border-radius:35px;
}

.experience-box h3{

    text-align:center;
    font-size:2rem;
}

.intro{

    text-align:center;
}


/* les 5 icônes passent sur plusieurs lignes */

.experience-grid{

    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin:35px 0;
}

.experience-item h4{

    font-size:1rem;
}

.icon-circle{

    width:70px;
    height:70px;
}

.icon-circle img{

    width:32px;
    height:32px;
}


.info-box-3{

    margin-top:0;
    padding:35px 28px;
    border-radius:35px;
}

.info-box-3 h3{

    text-align:center;
    font-size:2rem;
}


/* =====================================================
   SECTION 9
   ===================================================== */

.details-equip{

    width:92%;
    margin:70px auto 100px;
}

.details-list{

    width:100%;
}

.gra3,
.gra4{

    text-align:center;
    font-size:1.8rem;
}

.liste{

    display:block !important;
    padding-left:20px;
}

.liste li{

    line-height:1.8;
    margin-bottom:18px;
}

.creation2{

    justify-content:center;
    text-align:center;
}

.logos{

    width:100%;
    max-width:320px;

    flex-direction:column;

    gap:30px;
}

.logos img{

    width:220px;
}

  /* ================= corps responsive ================== */

/*
  .hero-section,  .content-section 
  {
    flex-direction: column;
    padding: 0 20px;
    gap: 30px;
  }

  .hero-left,
  .hero-right,
  .content-left,
  .content-right{
    flex: 1 1 100%;
    width: 100%;
  }

  .hero-right{
    order: 2;
  }

  .hero-left{
    order: 1;
  }

  .hero-left h1{
    font-size: 2rem;
    line-height: 1.1;
  }

  .hero-left h2{
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .dates{
    width: fit-content;
    padding: 10px 18px;
  }

  .hero-right img{
    border-radius: 30px;
  }

  .info-box{
    padding: 25px;
    border-radius: 25px;
  }

  .info-item{
    gap: 15px;
    margin-bottom: 18px;
  }

  .info-item img{
    width: 26px;
  }

  .btn-container button{
    width: 100%;
    max-width: 100%;
    padding: 16px;
    font-size: 1rem;
  }

  .details-section{
    padding: 0 20px;
  }

}
*/







  /* ============= footer responsive ============= */

      .footer-columns {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
      }

      .footer-column {
        padding-top: 20px;
        padding-bottom: 20px;
        align-items: center;
        width: 100%;
      }

       .footer-column a {
      font-size: 1.15rem;
      }

      .social-icons {
      gap: 50px;
      }

      .social-icons a img {
      width: 50px;
      height: 50px;
      transition: transform 0.3s ease;
      }


      .copyright {
      font-size: 1.2rem;
      }

    }
/* Fin footer*/

