html *{
    font-family: Arial, Helvetica, sans-serif;
    
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #FF0000;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: white;   

}
.background-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130vh;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('./images/orange-accueil.webp');	
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* BARRE DE NAVIGATION */

nav{
    text-align: center;
    padding: 36px;
    background-color: transparent;
    margin: auto;
    width: 50%;
  }
  nav a{
    text-decoration: none;
    color: orange;
    justify-content:space-between;
    
    font-size: 24px;
    margin-right:50px;
    z-index: 10;
    width: 100%;

  }
  nav a img{
    z-index: 1;
    position:absolute;
    margin-left: -50px;
    margin-top: -15px;
  }
  nav a:hover{
    background-color: grey;
  }
  .boutton_en {
    text-align: end;
    margin-top :-27px;
    margin-right: -250px;
    font-size: 24px;
  }
  .boutton_fr  {
    text-align: end;
    margin-top :-27px;
    margin-right: -250px;
    font-size: 24px;
  }
  /* CORPS DE PAGE */

  h1{
    margin: auto;
    text-align: left;
    color: white;
    font-size: 50px;
    margin-top: 200px;


    width: 50%;
  }
  h2{
    text-align: left;
    margin: auto;
    border-top: 2px solid orange;
    padding-top: 10px;
    width: 50%;
    margin-top: 10px;
    color: white;
    font-size: 25px;
  }
  .accueil{
    z-index: 3;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .titre-suite-accueil{
    color: black;
    font-size: 25px;
    margin-top: 90vh;
    background-color: white;
    padding: 20px;
    width: 50%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    margin-top: 950px;

  }
  .titre-suite-accueil h2{
    text-align: left;
    display: flex;
    align-items: center;
  }
  .suite-accueil{
    position: absolute;
    top: 110vh;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .carte-page-accueil{
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background-color: white;
  }
  .titre-page{
    border-bottom: 2px solid orange;
    padding-bottom: 10px;
    font-size: 20px;
  }
.suite-accueil{
  padding-top: 270px;
}
.lien-page a{
  text-decoration: none;
  color: black;
  border: solid orange 2px;
  border-radius: 50px ;
  padding: 8px;
}
.lien-page a:hover{
  background-color: darkorange;
}

  /* Footer */
.footer {
    background-color: #f27900;
    padding: 70px 0;
    width: 100vw; 
    margin-left: calc(50% - 50vw);
    margin-top: 150vh;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #000000;
    height: 2px;
    box-sizing: border-box;
    width: 200px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(57, 33, 33, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

/* Section Copyright */
.copyright {
    text-align: center;
    color: rgb(0, 0, 0);
    margin-top: 20px; 
    padding: 10px 0; 
}

.copyright h5 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}

/* Centre le texte du menu */
.menu-4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}




