/* Importation de la police */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background-color: white;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}



header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #772f1aE6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo_site {
    height: 60px;
    width: auto;
}

.logo h1 {
    font-size: 24px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

nav {
    display: flex;
    gap: 45px;

    white-space: nowrap; /* empêche les retours à la ligne */
}


nav a:not(.contact a) {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    transition: color 0.3s ease;
    text-transform: uppercase; 
}

nav a:link,
nav a:visited {
    color: #ffffff; /* ou la couleur que tu veux */
    text-decoration: none;
}

.banner_home {
    background-image: url('./assets/images/banner-index.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffffcc;
    font-size: 30px;
    font-weight: bold;
    padding-top: 100px;
    font-family: "Roboto", sans-serif;
}

.banner_2 {
    background-color:#edafb8;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffffcc;
    font-size: 30px;
    font-weight: bold;
    padding-top: 100px;
    font-family: "Roboto", sans-serif;
}

.banner_3 {
    background-color: #cc5803;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffffcc;
    font-size: 30px;
    font-weight: bold;
    padding-top: 100px;
    font-family: "Roboto", sans-serif;
}

.content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    gap: 0px;
}

.content > div {
    flex: 1;
    height:auto;
    min-height: 150px;
    width:100%;
    color: white;
    text-align: center;
    font-family: "Roboto",sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:10px 20px; ;
    gap:0;
    
}

.content > div h3{
    font-size:clamp(20px, 2.7vw, 38px);
    font-weight: bold;
    margin:10px 0 4px 0;
}

.content  div p{
    text-align: center;
    font-size:clamp(16px, 2vw, 16px);
    font-weight: 300; 
    margin: 0; 
}


.content_article1-block{
    text-align: center;
}

/* Couleurs différentes */
.case1 {
    background-color: #772f1a;
    color:#f8eee1;
}

.case2 {
    background-color: #cc5803;
     color:#f8eee1;
}

.case3 {
    background-color: #f8eee1;
    color:#cc5803;
}

.case3 p, .case3 h3 {
    color: #cc5803;
}

.article1 {
  display: flex;
  flex-wrap: wrap; /* pour que ça passe en colonne quand trop étroit */
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 0 auto; 
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  color:#772f1a;
}

.content_article1 {
  flex: 1;
  width:80%;
  margin:0 auto;
  min-width: 300px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}
.content_article1-block {
  width:80%;
  margin:0 auto;
  min-width: 300px;
  padding: 50px;
  display: block;
}

.content_article1 a{
    font-size: 20px;;
}

.article1 p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
}
.article1 img{
    width:100%;
    height:100%
}
.button-article1 {
    margin: 20px auto 0 auto;
    padding: 12px 24px;
    background-color: #772f1a;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    width: fit-content;
    text-align: center;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;

}

.button-article2 {
    margin: 20px auto 0 auto;
    padding: 12px 24px;
    background-color: #f8eee1;
    color: #772f1a;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    width: fit-content;
    text-align: center;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;
}
.button-article3 {
    margin: 20px auto 0 auto;
    padding: 12px 24px;
    background-color: #cc5803;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    width: fit-content;
    text-align: center;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;

}

/* Image à droite, hauteur adaptative */
.article1-image {
  flex: 1;
  min-width: 300px;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.banner {
    display: flex;
    flex-direction: column;
    justify-content:center;
    text-align: center;
    align-items: center;
    background-color: #f8eee1; /* couleur de fond de la bannière */
    padding: 20px;
    color: #772f1a;
    font-size: 14px;
    font-weight: bold;   
    height:100px;  
}

.banner-apropos{
    display: flex;
    flex-direction: column;
    justify-content:center;
    text-align: center;
    align-items: center;
    background-color: #f8eee1; /* couleur de fond de la bannière */
    padding: 20px;
    color: #772f1a;
    font-size: 14px;
    font-weight: bold;   
    height:150px;  
}

.banner button,.banner h3{

    margin:0;
    padding: 0;
}
.banner-apropos button,.banner-apropos h3{
    margin:0;
    padding: 0;
}
.banner h3,.banner-apropos h3{
    font-size: 28px;
}

.banner a, .banner-apropos a{
    font-size: 18px;
}
.aidez {
   font-size: 18px;
}
.article2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
    color:#772f1a;
}

.content_article2 {
  flex: 1;
  min-width: 300px;
  padding:0 50px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  gap:0;
}

.content_article2 p{
height:100px
}

.content_article2 h3 {
  font-family: "Roboto", sans-serif;
  font-size:clamp(26px, 2vw, 30px);
}
.equipe-image {
    flex: 1;
    width: 100%;
    margin: 20px auto;
}

.article2 p {
  margin-bottom: 20px;
  font-size: 16px;
}


.article2-image {
  flex: 1;
  min-width: 300px;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}




footer {
  background-color:white ;
  padding: 40px 20px 20px 20px;
  color: #cc5803;
  font-size: 14px;
  border-top: 15px solid  #cc5803;
  width:100%;
}

.top-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  gap: 60px;
}

.recap, .contact {
  flex: 1;
  min-width: 300px;
}


.recap h4, .contact h4, .social h4 {
  color: #cc5803;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact nav ul li {
  margin-bottom: 8px;
}

.contact nav ul li a {
  color: #cc5803;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact nav ul li a:hover {
  color: #772f1a;
}
header nav ul li a:hover {
  color: #772f1a;
}
header nav a:hover {
  color: #edafb8;
}

.social {
  text-align: center;
}

.social nav {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social img {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.social img:hover {
  transform: scale(1.1);
}

.buttonEffect:hover{
    background-color: #f8eee1;
    color: #772f1a;
    border-radius: 10px;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;
}

.buttonEffect2:hover{
    background-color: #cc5803;
    color: white;
    border-radius: 10px;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;
}
.buttonEffect3:hover{
    background-color: #772f1a;
    color: #f8eee1;
    border-radius: 10px;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;
}

/* Responsive : passage en colonne */
@media (max-width: 1119px) {
  .article1,
  .article2 {
    flex-direction: column;
  }

  .article1-image,
  .article2-image {
    flex: 0 1 auto;
    height: 300px;
    object-fit: cover;
  }

  .article1-image {
    object-position: center 40%;
  }

  .content_article1 {
    padding: 20px;
  }

  .content_article2 {
    padding: 20px 50px 0 50px;
    margin: 0;
  }

  .content_article2 p {
    margin-bottom: 50px;
  }

  .logo h1{
    display:inline-block;
    font-size: 1em;
  }

  nav {
    gap: 20px;
    flex-wrap: no-wrap; 
  }

  nav a:not(.contact a) {
    font-size: 3vw;
  }
.titre_banner {
    font-size: 0.9em;
    padding:20px;
  }
  .equipe-image {
    flex: 0 1 auto;
    width: 50%;
    margin: 15px auto;
    border-radius: 10%;
  }

  .equipe-image:last-child {
    margin-bottom: 20px;
  }

  .article2 h3 {
    padding: 0;
    margin: 0;
  }
  .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.recap, .contact {
  flex: 1;
  min-width: 100px;
}

.content{
    width:100%;
    white-space: wrap;
    flex-wrap: wrap;
}
html, body {
  overflow-x: hidden;
}

.article1 img{
    width:100%;
    height:400px;
}
}






/* Importation de la police */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background-color: white;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}



header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #772f1aE6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo_site {
    height: 60px;
    width: auto;
}

.logo h1 {
    font-size: 24px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

nav {
    display: flex;
    gap: 45px;

    white-space: nowrap; /* empêche les retours à la ligne */
}


nav a:not(.contact a) {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    transition: color 0.3s ease;
    text-transform: uppercase; 
}

nav a:link,
nav a:visited {
    color: #ffffff; /* ou la couleur que tu veux */
    text-decoration: none;
}

.banner_home {
    background-image: url('./assets/images/banner-index.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffffcc;
    font-size: 30px;
    font-weight: bold;
    padding-top: 100px;
    font-family: "Roboto", sans-serif;
}

.banner_2 {
    background-color:#edafb8;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffffcc;
    font-size: 30px;
    font-weight: bold;
    padding-top: 100px;
    font-family: "Roboto", sans-serif;
}

.banner_3 {
    background-color: #cc5803;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffffcc;
    font-size: 30px;
    font-weight: bold;
    padding-top: 100px;
    font-family: "Roboto", sans-serif;
}

.content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    gap: 0px;
}

.content > div {
    flex: 1;
    height:auto;
    min-height: 150px;
    width:100%;
    color: white;
    text-align: center;
    font-family: "Roboto",sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:10px 20px; ;
    gap:0;
    
}

.content > div h3{
    font-size:clamp(20px, 2.7vw, 38px);
    font-weight: bold;
    margin:10px 0 4px 0;
}

.content  div p{
    text-align: center;
    font-size:clamp(16px, 2vw, 16px);
    font-weight: 300; 
    margin: 0; 
}


.content_article1-block{
    text-align: center;
}

/* Couleurs différentes */
.case1 {
    background-color: #772f1a;
    color:#f8eee1;
}

.case2 {
    background-color: #cc5803;
     color:#f8eee1;
}

.case3 {
    background-color: #f8eee1;
    color:#cc5803;
}

.case3 p, .case3 h3 {
    color: #cc5803;
}

.article1 {
  display: flex;
  flex-wrap: wrap; /* pour que ça passe en colonne quand trop étroit */
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 0 auto; 
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  color:#772f1a;
}

.content_article1 {
  flex: 1;
  width:80%;
  margin:0 auto;
  min-width: 300px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}
.content_article1-block {
  width:80%;
  margin:0 auto;
  min-width: 300px;
  padding: 50px;
  display: block;
}

.content_article1 a{
    font-size: 20px;;
}

.article1 p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
}
.article1 img{
    width:100%;
    height:100%
}
.button-article1 {
    margin: 20px auto 0 auto;
    padding: 12px 24px;
    background-color: #772f1a;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    width: fit-content;
    text-align: center;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;

}

.button-article2 {
    margin: 20px auto 0 auto;
    padding: 12px 24px;
    background-color: #f8eee1;
    color: #772f1a;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    width: fit-content;
    text-align: center;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;
}
.button-article3 {
    margin: 20px auto 0 auto;
    padding: 12px 24px;
    background-color: #cc5803;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    width: fit-content;
    text-align: center;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;

}

/* Image à droite, hauteur adaptative */
.article1-image {
  flex: 1;
  min-width: 300px;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.banner {
    display: flex;
    flex-direction: column;
    justify-content:center;
    text-align: center;
    align-items: center;
    background-color: #f8eee1; /* couleur de fond de la bannière */
    padding: 20px;
    color: #772f1a;
    font-size: 14px;
    font-weight: bold;   
    height:100px;  
}

.banner-apropos{
    display: flex;
    flex-direction: column;
    justify-content:center;
    text-align: center;
    align-items: center;
    background-color: #f8eee1; /* couleur de fond de la bannière */
    padding: 20px;
    color: #772f1a;
    font-size: 14px;
    font-weight: bold;   
    height:150px;  
}

.banner button,.banner h3{

    margin:0;
    padding: 0;
}
.banner-apropos button,.banner-apropos h3{
    margin:0;
    padding: 0;
}
.banner h3,.banner-apropos h3{
    font-size: 28px;
}

.banner a, .banner-apropos a{
    font-size: 18px;
}
.aidez {
   font-size: 18px;
}
.article2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
    color:#772f1a;
}

.content_article2 {
  flex: 1;
  min-width: 300px;
  padding:0 50px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  gap:0;
}

.content_article2 p{
height:100px
}

.content_article2 h3 {
  font-family: "Roboto", sans-serif;
  font-size:clamp(26px, 2vw, 30px);
}
.equipe-image {
    flex: 1;
    width: 100%;
    margin: 20px auto;
}

.article2 p {
  margin-bottom: 20px;
  font-size: 16px;
}


.article2-image {
  flex: 1;
  min-width: 300px;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}




footer {
  background-color:white ;
  padding: 40px 20px 20px 20px;
  color: #cc5803;
  font-size: 14px;
  border-top: 15px solid  #cc5803;
  width:100%;
}

.top-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  gap: 60px;
}

.recap, .contact {
  flex: 1;
  min-width: 300px;
}


.recap h4, .contact h4, .social h4 {
  color: #cc5803;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact nav ul li {
  margin-bottom: 8px;
}

.contact nav ul li a {
  color: #cc5803;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact nav ul li a:hover {
  color: #772f1a;
}
header nav ul li a:hover {
  color: #772f1a;
}
header nav a:hover {
  color: #edafb8;
}

.social {
  text-align: center;
}

.social nav {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social img {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.social img:hover {
  transform: scale(1.1);
}

.buttonEffect:hover{
    background-color: #f8eee1;
    color: #772f1a;
    border-radius: 10px;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;
}

.buttonEffect2:hover{
    background-color: #cc5803;
    color: white;
    border-radius: 10px;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;
}
.buttonEffect3:hover{
    background-color: #772f1a;
    color: #f8eee1;
    border-radius: 10px;
    transition: background-color 0.6s ease, color 0.3s ease,border-radius 0.3s ease;
}

/* Responsive : passage en colonne */
@media (max-width: 852px) {
  .article1,
  .article2 {
    flex-direction: column;
  }

  .article1-image,
  .article2-image {
    flex: 0 1 auto;
    height: 300px;
    object-fit: cover;
  }

  .article1-image {
    object-position: center 40%;
  }

  .content_article1 {
    padding: 20px;
  }

  .content_article2 {
    padding: 20px 50px 0 50px;
    margin: 0;
  }

  .content_article2 p {
    margin-bottom: 50px;
  }

  .logo h1{
    display:inline-block;
    font-size: 1em;
  }

  nav {
    gap: 20px;
    flex-wrap: no-wrap; 
  }

  nav a:not(.contact a) {
    font-size: 3vw;
  }
.titre_banner {
    font-size: 0.9em;
    padding:20px;
  }
  .equipe-image {
    flex: 0 1 auto;
    width: 50%;
    margin: 15px auto;
    border-radius: 10%;
  }

  .equipe-image:last-child {
    margin-bottom: 20px;
  }

  .article2 h3 {
    padding: 0;
    margin: 0;
  }
  .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.recap, .contact {
  flex: 1;
  min-width: 100px;
}

.content{
    width:100%;
    white-space: wrap;
    flex-wrap: wrap;
}
html, body {
  overflow-x: hidden;
}

.article1 img{
    width:100%;
    height:400px;
}
}




/* Le footer reste en deux colonnes même en petit écran */
@media (max-width: 768px) {
  .top-footer {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .recap, .contact {
    flex: 1;
  }
  html, body {
  overflow-x: hidden;
}
}

