
@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;
}



.partenaires {

    max-width:1300px;
    margin: 250px auto 180px 230px;

    padding:0 30px;
}

.partenaires_2 {

    max-width:1300px;
    margin: 100px auto 180px 230px;

    padding:0 30px;
}

.partenaires_3 {

    max-width:1300px;
    margin: 100px auto 180px 230px;

    padding:0 30px;
}

.partenaires_4 {

    max-width:1300px;
    margin: 100px auto 100px 230px;

    padding:0 30px;
}

.partenaires h2{

    font-family:'Raleway';
    font-size:2.25rem;
    font-weight:700;
    color:#000028;
    margin-bottom:100px;
    text-align: left;
}

.partenaires h3 {

    font-family:'Raleway';
    font-size:1.8rem;
    font-weight:700;
    color:#000028;
    margin-bottom:80px;
    text-align: left;
}

.partenaires_2 h3 {

    font-family:'Raleway';
    font-size:1.8rem;
    font-weight:700;
    color:#000028;
    margin-bottom:80px;
    text-align: left;
}

.partenaires_3 h3 {

    font-family:'Raleway';
    font-size:1.8rem;
    font-weight:700;
    color:#000028;
    margin-bottom:80px;
    text-align: left;
}

.partenaires_4 h3 {

    font-family:'Raleway';
    font-size:1.8rem;
    font-weight:700;
    color:#000028;
    margin-bottom:80px;
    text-align: left;
}

.logos-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:90px 180px;
}

.logo-item{

    display:flex;

    flex-direction:column;

    align-items: left;

    text-align:left;
}

.logo-item h3{

    font-family:'Raleway';

    font-size:1.25rem;

    font-weight:600;

    color:#000028;

    margin-bottom:35px;
}

.logo-item img{

    height: 130px;

    width:auto;

    max-width: 40%;

    object-fit:contain;

    transition:.35s;
}

.logo-item img:hover{

    transform:scale(1.05);
}
	
.details-section{
    max-width:1300px;
    margin:0 auto 150px;
    padding: 40px 50px;
}

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

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

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


/*footer*/


    footer {
      font-family: 'Raleway';
      font-size: 1.1rem;
      font-weight: 400;
      background: #f3f3f3;#eaeaea;
      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 (max-width: 980px) ====================== */

    @media (max-width: 980px) {

  #mainHeader {
   display: none;
  }


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

/* fin menu ordinateur */

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

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


#entet{

    height:auto;
    padding:120px 25px 60px;
    flex-direction:column;
    gap:35px;

    text-align:center;
}


#spher{

    display:none;
}

.titre1{

    font-size:2.3rem;
    line-height:1.2;
    margin: auto;
    text-align: left;
  
}




/* Bouton hamburger */
.menu-toggle {
  position: fixed;
  top: 20px;
  right: 20px;/*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: 30px 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;
}


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

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

/* ========= CORPS ========= */


.partenaires {

    width:92%;

    margin:100px auto;
}

.partenaires h2{
    font-size:2rem;
}

.partenaires_2 {

    width:92%;

    margin:100px auto;
}

.partenaires_3 {

    width:92%;

    margin:100px auto;
}

.partenaires_4 {

    width:92%;

    margin:100px auto;
}

.logos-grid{

    grid-template-columns:repeat(2,1fr);

    gap:45px 25px;
}

.logo-item h3{

    font-size: 0.9rem;

    margin-bottom:20px;
}

.logo-item img{

    height: 120px;
    max-width: 70%;
}

.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;
}



 /* footer */

.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;
}

}




