*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-optical-sizing: auto;
  
    
}

body{
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-optical-sizing: auto;
    background: linear-gradient(to right, #12504f 0%, #167974 100%);
    
}

.top-bar {
    position: fixed;
    width: 100%;
    top: 0px;
    border-bottom: solid #167974 0.1px;
    left: 0;
    z-index: 1;
    background-color:black;
  }
  
  .top-bar__content {
    height: 30px;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
    column-gap: 30px;
    font-size: 12px;
    
  }

  .top-bar-left{
    position: fixed;
    left: 18px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 35px;
  }

  .top-bar-left a span{
    text-decoration: none;
  }

  .linkedin{
    right: 14px;
    position: absolute;
    font-size: 12px;
    top: 5px;
    font-weight: normal;
  }

  .fa-solid, .fa-brands{
    color: #167974;
    font-size: 17px;
  }

  span{
    color: white;
    margin-left: 5px;
    margin-right: 5px
  }

  .span{
    margin-right: 5px;
  }

.navbar {
    top: 30px;
    position: fixed;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing:border-box;
    z-index: 1;
    background-color:rgba(0,0,0,0.6);
    
}

.navbar .logo{
    position: absolute;
    top: 40%;
    left: 15px;
    width: 174px;
    height: auto;
    border-radius: 52px;
    border-top: 3px #187675 solid;
    border-right: 3px #187675 solid;
    border-bottom: 3px #187675 solid;
    border-left: 3px #187675 solid;
    
            
}

.navbar a{
    color:white;
    font-size: 1.2em;
    font-weight: bold;
}

li div{
    height: 3px;
    background-color: #187675 ;
    width: 0%;
    transition: 0.5s;
}

li:hover>div {
    width: 100%;
}

.navbar .nav-links{
    position: fixed;
    right: 93px;
    bottom: 13px;
    backdrop-filter: blur(7px);
}

.navbar .nav-links ul {
    display: flex;
    
}

.navbar .nav-links ul li {
   margin: 0 35px; 
   
}

.navbar .menu-hamburger{
    position: absolute;
    top: 40px;
    right: 50px;
    width: 35px;
    display: none;
}


.blue-title{
    color: #12504f;
}


@media screen and (max-width: 778px) {

    .navbar{
    padding:0;
    position: absolute;
    }

    .navbar a{
        color: white;
        font-weight: bold;
    }

    .navbar .logo{
        position: absolute;
        top: 34px;
        left: 33px;
        border-radius: 52px;
        width: 104px;
        border-top: 3px #187675 solid;
        border-right: 3px #187675 solid;
        border-bottom: 3px #187675 solid;
        border-left: 3px #187675 solid;
        
    }

    .navbar .menu-hamburger{
        display: block;
    }

    .nav-links{
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(24, 118, 117, 0.75);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease ;
        z-index: -1;
    }

    .mobile-menu{
        margin-left: 0;
    }

    .nav-links ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .nav-links ul li {
        margin: 25px 0; 
        font-size: 1.2em;
     }

     .container-titre{
        left: 123px;
        position: absolute;
        bottom:198px;
    }

    .container-titre .titre-accueil{
        font-size: 6vw;
        color: white;
        text-align: right;
        left: 8em;
        bottom: 9.25rem;
    
    }

    section{
        position: static;
    }

    .index-category{
        width: 100%;
        height: 100%;
        background-color: #cec9c9;
        display: grid;
        place-items: center center;
        font-family: 'Poppins',sans-serif;
        padding: 88px;
        padding-top: 29px;
        margin: 0;
        box-sizing: border-box;
    }

     
}

@media screen and (max-width: 750px){
    .top-bar{
        display: none;
        position: absolute;
    }

    .navbar{
        top:0;
    }
}


@media screen and (max-width: 750px) {
    .top-bar {
        display: none;
    }

    .navbar {
        top: 0;
    }
}

@media screen and (min-width: 721px) {
    .navbar .nav-links {
        position: absolute;
        right: 93px;
        bottom: 13px;
        backdrop-filter: blur(7px);
    }
}



@media screen and (min-width: 779px) and (max-width: 1094px) {
    .navbar .nav-links {
        position: absolute;
        right: -17px;
        bottom: 13px;
        backdrop-filter: blur(7px);
    }
}


@media screen and (min-width: 1095px) {
    .navbar .nav-links {
        position: absolute;
        right: -17px;
        bottom: 13px;
        backdrop-filter: none;
    }
   
}

svg{
    width: 25px;
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
    
 .background {
    padding-top: 90px; /* hauteur totale barre fixe (30px top-bar + 30px navbar + marge) */
    display: flex;
    justify-content: center; /* centre horizontalement */
  }
  
  .container {
    flex: 0 1 1000px;
    margin: auto;
    padding: 10px;
  }
  
  .screen {
    position: relative;
    background: #3e3e3e;
    border-radius: 15px;
    margin-top: 20px;
  }
  
  .screen:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    z-index: -1;
  }
  
  .screen-body {
    display: flex;
  }
  
  .screen-body-item {
    flex: 1;
    padding: 50px;
  }

  @media screen and (max-width: 655px) {
    .screen-body-item {
    flex: 1;
    padding: 45px;
    }
  }

  @media screen and (max-width: 634px) {
    .screen-body-item {
    flex: 1;
    padding: 43px;
    }
  }
 
  .screen-body-item.left {
    display: flex;
    flex-direction: column;
  }
  
  .app-title {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #12504f;
    font-size: 26px;
  }
  
  .app-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 25px;
    height: 4px;
    background: #12504f;
  }
    
  .app-form-group {
    margin-bottom: 15px;
  }
  
  .app-form-group.message {
    margin-top: 40px;
  }
  
  .app-form-group.buttons {
    margin-bottom: 0;
    text-align: right;
  }
  
  .app-form-control {
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #666;
    color: #ddd;
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
  }
  
  .app-form-control::placeholder {
    color: #666;
  }
  
  .app-form-control:focus {
    border-bottom-color: #ddd;
  }
  
  .app-form-button {
    background: none;
    border: none;
    color: #187675;
    font-size: 14px;
    cursor: pointer;
    outline: none;
  }
  
  .app-form-button:hover {
    color: #12504f;
  }
  
  @media screen and (max-width: 520px) {
    .screen-body {
      flex-direction: column;
    }
  
    .screen-body-item.left {
      margin-bottom: 30px;
    }
  
    .app-title {
      flex-direction: row;
    }
  
    .app-title span {
      margin-right: 12px;
    }
  
    .app-title:after {
      display: none;
    }
  }
  
  @media screen and (max-width: 600px) {
    .screen-body {
      padding: 40px;
    }
    
  
    .screen-body-item {
      padding: 0;
    }
  }

  @media screen and (max-width: 380px) {
    .screen-body {
      padding: 8px;
    }
  }

 @media screen and (max-width: 380px) {
  .vie-privee {
    display: flex;
    justify-content: flex-start; 
    align-items: flex-start;
    flex-direction: column;
    color: white;
    max-width: 967px;
    margin: 0 auto;
    position: relative;
    margin-top: 53px;
  }
 } 

 .vie-privee {
  display: flex;
  flex-direction: column;
  color: white;
  max-width: 967px;
  margin: 20px auto 0 auto; /* centré, avec marge supérieure */
  padding: 0 20px; /* pour un peu d'espace sur les bords */
  font-size: 14px;
  line-height: 1.5;
}

  

 footer.modern-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(135deg, #1f1f1f, #333);
  color: #fff;
  padding: 40px 20px;
  font-family: "Dosis", sans-serif;
  box-sizing: border-box;
  gap: 40px;
  text-align: left;
}

.footer-column {
  flex: 1 1 300px;
  max-width: 300px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.brand {
  width: 150px;
  height: auto;
  border-radius: 52px;
  border: 3px solid #187675;
  margin-bottom: 15px;
}

footer.modern-footer p.tagline {
  font-style: italic;
  font-size: 0.95rem;
  color: #ccc;
}

.footer-column h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 6px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.footer-nav a:hover::after {
  width: 100%;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.social-icon, .social-icons a {
  font-size: 1.6rem;
  transition: transform 0.3s ease;
  color: #fff;
  text-decoration: none;
}

.social-icon:hover, .social-icons a:hover {
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  footer.modern-footer {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }

  .footer-column {
    width: 100%;
    max-width: none;
    flex: 1 1 150px;
  }

  .footer-nav {
    align-items: center;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

