body {
    font-family: 'Filson Pro', sans-serif;
}

h2 {
  color: black;
  font-family: 'Filson Pro', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
}

h3 {
  color: black;
  font-family: 'Filson Pro', sans-serif;
  font-weight: 500;
  font-size: 48px;

}

@media (max-width: 768px) {
  h2{
    font-size: 45px;
  }
  h3{
    font-size: 38px;
  }
}


/* navbar */


.navbar {
  background-color: #49474D;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  position: relative;
  padding: 36px;
}



.navbar .navbar-nav .nav-link {
  color: #FFFFFF;
  margin-right: 50px;
}

.navbar .navbar-nav .nav-link.btn {
  color: #000000;
  background-color: #FEC029;
  border-radius: 0;
  border: none;
  padding: 10px 20px;
}

.navbar-brand img {
  margin-left: 30px;
}

.navbar .navbar-nav .btn:last-child {
  margin-right: 0;
}

.navbar .navbar-nav .btn:hover,
.navbar .navbar-nav .btn:focus {
  color: #000000;
  background-color: #ffffff;
}

.navbar-toggler-icon {
  color: #FFFFFF;
  border: none;
}

.navbar-toggler {
  border: none;
  outline: none;
  color: #000000;
  background-color: #FEC029;
}

.navbar-toggler:hover {
  color: #000000;
  background-color: #ffffff;
}

.navbar-collapse {
  flex-basis: auto !important;
  flex-grow: initial !important;
  align-items: initial !important;
}

.navbar .navbar-nav .nav-link:hover:not(.btn) {
  color: #FEC029;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .navbar-collapse.show .navbar-nav .nav-item {
    margin-top: 20px;
  }
}


/* header */


.header {
    background-color: #49474D;
    color: #FFFFFF;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 120px;
}

.img-hero{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 800px;
}

.header-content {
  margin-left: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header_text {
    max-width: 600px;
}

.header-title {
  text-transform: uppercase;
    font-family: 'Filson Pro', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 50px;
    width: 560px;
    overflow: visible;
    white-space: nowrap;
}

.header-description span {
  font-weight: 700;
}

.header-title span,
.header-subtitle span,
.header-description span {
color: #FEC029;
}

.header-subtitle {
    font-family: 'Filson Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 60px;
}

.header_description {
    font-family: 'Filson Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 768px) {

.header {
    padding-top: 0px;
    padding-bottom: 30px;
}

.header-content {
    flex-direction: column-reverse;
    margin-left: 24px;
}
  
.container {
    flex-direction: column;
    align-items: flex-start;
}

.header-text {
    max-width: 400px;
    margin-bottom: 20px;
}

.header-title {
  font-size: 40px;
  line-height: 40px;
  margin-top: 50px;
  max-width: 300px;
}

.header-subtitle {
  font-size: 18px;
  line-height: 26px;
}

.header-description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
}

.img-hero {
display: none;
}
}


/* section temps fort */


.section {
  margin: 180px 0px 100px 0px;
  padding-left: 120px;
  text-align: left;
  }
  
.col-lg-6{
  padding: 0px;
}


  .section-title {
    text-align: left;
    font-family: 'Filson Pro', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    color: #000000;
    margin-left: 0px;
    margin-right:120px ;
  }
  
  .section-description {
    width: 500px;
    font-family: 'Filson Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #49474D;
  }

  .temps-fort {
    align-items: center;
    margin: 0px 0px 180px 0px;
  }

  .text-block-title {
    margin-bottom: 32px;
    font-family: 'Filson Pro', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 65px;
    color: #FEC029;
  }
  
  .text-block-description {
    font-family: 'Filson Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #49474D;
    max-width: 600px;
    margin-bottom: 0px;
  }
  
  .text-block-description span {
    font-weight: 700;
    max-width: 500px;
  }

  .section-description span {
    font-weight: 700;
  }

  .image-block {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
  }

  @media (max-width: 768px) {
.section {
  padding: 0px 24px;
  margin-top: 80px;
  }

.section-title {
  
    font-weight: 700;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 50px;
  }

  .text-block-description {
    margin-left: 24px;
    max-width: 330px;
    margin-bottom: 48px;
  }
  
.text-block-title {
  margin-left: 24px;
  max-width: 330px;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 38px;
  line-height: 50px;
  }

.image-block {
    max-width: 270px;
    }
}


  /* temoignages */


  .bg-image {
    background-image: url("../asset/bg-temoignages.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
  }

  .testimonial-section h3 {
    margin-top: 50px;
  }

  .testimonial-section {
    padding: 120px;
    color: #FFFFFF;
  }

    .testimonial-item {
  background-color: #FFFFFF;
  width: 535px;
  height: 335px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
  }

  .star-rating .fa-star {
    color: #FEC029;
    margin-bottom: 20px;
}

  .star-rating .far.fa-star {
    color: #FEC029;
}

.testimonial-text {
  font-family: "look-script",serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #49474D;
  max-width: 440px;
  margin-bottom: 30px;
}

  .people-testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-testimonial .image-people {
    max-width: 78px;
    max-height: 78px;
    margin-right: 24px;
  }
  
  .name-testimonial {
    margin-top: 6px;
    font-family: "filson pro";
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
  }

  .date-testimonial {
    font-family: "filson pro";
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #49474D;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }
  
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
  }
  
  .carousel-inner {
    display: flex;
    align-items: center;
  }

  .carousel-control-prev,
.carousel-control-next {
    background-color: transparent;
}

.testimonial-section .carousel-control-prev .fas,
.testimonial-section .carousel-control-next .fas {
    color: #49474D;
    font-size: 46px;
}

@media (max-width: 768px) {
  .testimonial-section {
    padding: 60px;
  }

  .testimonial-item {
    width: 70%;
    max-width: 400px;
    height: auto;
    margin-top: 50px;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 24px;
  }

  .img-testimonial .image-people {
    max-width: 60px;
    max-height: 60px;
    margin-right: 12px;
  }

  .name-testimonial {
    font-size: 20px;
    line-height: 20px;
  }

  .date-testimonial {
    font-size: 14px;
    line-height: 14px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    font-size: 26px;
  }
}


/* Partner */
.partner-section {
  background-color: #49474D;
  padding: 100px 0;
  text-align: center;
}

.partner-title h2 {
  color: white;  
}

#partnerCarousel {
  margin: 100px 0 50px;
}

.partner-section .carousel {
  display: flex;
  justify-content: space-between;
}

#partnerCarousel .carousel-item .image-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#partnerCarousel .carousel-item .image-container img {
  height: 60px;
  width: auto;
  margin: 0 10px;
}

.partner-section .carousel-control-prev .fas,
.partner-section .carousel-control-next .fas {
  color: #FEC029;
  font-size: 46px;
}

@media (max-width: 768px) {

  #partnerCarousel {
    margin: 30px 0 50px;
  }

  .partner-section .carousel-item {
    justify-content: center;
    text-align: center;
  }

  .partner-section {
    padding: 60px;
  }

  .partner-section .carousel-item .image-container {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
  }

  #partnerCarousel .carousel-item .image-container img {
    margin: 20px 0;
  }

  #partnerCarousel .carousel-item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
  }

  .partner-section .carousel-control-prev,
  .partner-section .carousel-control-next {

    padding: 0 20px;
    width: 20px;
    height: 30px;
    font-size: 26px;
    margin-top: 0px;
  }
}


/* contact */


.contact-section {
  margin: 180px 120px;
  display: flex;
  background-image: url("asset/bg-contact.png"); 
  background-size: cover;
  background-position: center;
}

.contact-details {
  display: flex;
  flex-direction: column; 
}

.contact-item {
  display: flex;
  align-items: center; 
  margin-bottom: 10px; 
}

.contact-item i {
  background-color: #FEC029;
  color: black;
  border-radius: 50%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px;
}

.contact-item span {
  display: flex;
  align-items: center;
}

.btn {
  font-family: 'Filson Pro', sans-serif;
  font-weight: 500;
  font-size: 18px;
}

#message {
  padding: 18px;
}

input, textarea {
  padding-left: 28px;
  font-family: 'look-script', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #49474D;
}

.contact-info,
.contact-form {
  flex: 1;
}

.forme-email {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-family: 'Filson Pro', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}

.contact-form input,
.contact-form textarea {
  margin-top: 20px;
  background-color: #FFFFFF;
  width: 550px;
  border: 1px solid #49474D;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  text-align: left;
}

.contact-details .contact-item:first-child {
  margin-bottom: 20px;
}

.contact-info p {
  margin: 60px 0;
  font-family: 'Filson Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  max-width: 480px;
}

.contact-info p span {
  font-weight: 500;
}

input[type="email"] {
  padding-top: 22px;
  padding-bottom: 22px;
}

.contact-form textarea {
  height: 180px;
}

.contact-form button {
  width: 550px;
  height: 64px;
  background-color: #FEC029;
  margin-top: 30px;
  border-radius: 0;
}

.contact-form button p {
  font-family: 'Filson Pro', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

@media (max-width: 768px) {
  .contact-section {
    margin: 80px 20px;
    flex-direction: column;
  }

  .contact-details {
    margin-bottom: 40px;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }

  .contact-form button {
    width: 100%;
  }

  .contact-info p,
  .contact-info p span {
    max-width: 320px;
  }
}


/* newsletter */


.newsletter-section {
  padding: 100px 120px;
  background-color: #FEC029;
}

.newsletter-content {
  text-align: left;
}

.newsletter-title {
  margin-bottom: 50px;
}

.newsletter-description {
  margin-bottom: 60px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.newsletter-form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.newsletter-form input[type="email"] {
  width: 300px;
  height: 48px;
  padding: 10px;
  border: none;
  border-radius: 0;
}

.newsletter-form button {
  background-color: #49474D;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  border-radius: 0;
  font-family: 'Filson Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 768px) {
  .newsletter-section {
    padding: 52px 98px;
  }

}


/* footer */


.footer {
  background-color: #49474D;
  padding: 40px 120px;
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  max-width: 180px;
}

ul.footer-contact {
  padding: 0;
}

.footer-links li:first-child a {
  color: #FEC029;
}

.footer-links li,
.footer-contact li {
  list-style-type: none;
  font-family: 'Filson Pro', sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
}

.footer-links li a,
.footer .contact-item {
  text-decoration: none;
}

.footer-links li a {
  text-decoration: none;
  color: #FFFFFF;
}

.link-block {
  max-width: 200px;
}

.contact-block {
  max-width: 405px;
  padding: 0;
}

.social-block {
  max-width: 48px;
}

.footer-links li:first-child a {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  list-style: none;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 30px;
  }

  .footer .row {
    flex-direction: column;
    align-items: center;
  }

  .footer .col-lg-3 {
    text-align: center;
    margin-bottom: 80px;
  }

  .footer-logo {
    max-width: 180px;
    margin-bottom: 30px;
  }

  .footer-links {
    padding-left: 0;
  }

  .footer-links li:first-child a {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-links li,
  .footer-contact li {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .footer-social {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .footer-social .contact-item {
    margin: 0;
    padding: 0;
    margin-right: 20px;
  }

  .footer-contact li:nth-child(2) {
    margin-top: 20px;
  }
}



/* hero */


.header-concept {
  color: black;
  display: flex;
  position: relative;
  align-items: center;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 120px;
}

.img-container {
  flex: 1 0 0;
}

.img-hero-concept{
width: 100%;
max-width: 580px;
}

.header-content-concept {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 180px;
  }

  .header-text {
    flex: 1 0 0;
  }


  @media (max-width: 768px) {

    .header-concept {
      padding-bottom: 24px;
    }

    .header-content-concept {
      display: block;
      flex-direction: column;
      margin-left: 24px;
    }

    .img-container, .header-text {
      max-width: 300px;
      order: 1;
      margin-top: 20px;
    }
    
    .header-concept
    {
     display: flex;
     justify-content: center;
    }

    .img-hero-concept{
    max-width: 100%;
    margin: 24px;
  }

  }


  /* deroulement */


  .image-block-deroulement {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
  }

  @media (max-width: 768px) {
  .image-block-deroulement {
    max-width: 70%;
  }
}

/* phases workathon */

.phases-workathon {
  color: black;
  padding: 100px 0;
  margin: 0 120px;
}

.phases-workathon h2 {
  margin-bottom: 60px;
}

.text-end{
  margin-top: 24px;
  text-align: left!important;

}

.phases-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.phase-block {
  flex: 1;
  padding: 20px;
  width: 400px;
  height: 260px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  color: black;
}


.full-width {
  width: 100%;
  height: 142px;
  padding: 20px;
}

.arrow-icon {
  color:  #FEC029;
  margin: 0 20px;
}

@media (max-width: 768px) {
  .phase-block {
    margin: 0px;
    height: 280px;
  }

  .full-width {
    width: 100%;
    height: 142px;
    padding: 20px;
  }

  .phases-workathon {
    margin: 0 24px; 
  }

  .phases-container {
    width: 430px;
    flex-direction: row;
    overflow-x: scroll; 
    flex-wrap: nowrap; 
  }
}


/* 4 ateliers */


.workshop-section h2 {
  margin-bottom: 60px;
}

.workshop-section{
  margin: 120px;
}

.workshop-title i.fas.fa-check {
  color: white;
  background-color: #FEC029;
  border-radius: 50%; 
  padding: 10px; 
  margin-right: 10px;  
}

.workshop-row {
  display: flex;
  gap: 120px;
}

.workshop-block {
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
}

.ws-details{
text-align: end;
}

.workshop-row {
  display: flex;
}

.workshop-header {
  color: #FEC029;
  font-weight: bold;
}

.icon-container {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEC029;
  border-radius: 50%; 
  padding: 10px; 
  width: 70px; 
  height: 70px; 
  margin-right: 60px;

}

.icon-container .fas.fa-check {
  flex-shrink: 0;
  color: white;
  font-size: 30px;
}

p {
margin: 0px;
}

.workshop-title, .workshop-details {
  display: flex;
  align-items: center;
}

.workshop-title i, .workshop-details i {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .workshop-row {
    flex-direction: column;
  }

  .workshop-section{
    margin: 24px;
  }

  .workshop-row {
    display: flex;
    gap: 10px;
  }

  .workshop-block {
    align-items: center;
  }

  .icon-container {
    margin-bottom: 20px;
    flex-shrink: 0;
  }
}


/* qui somme nous */


.about-content {
  margin: 180px 120px;
  display: flex;
  align-items: flex-start; 
  gap: 120px;
}

.about-img-container img {
  max-width: 480px;
}

.about-text-container {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
}

.detail-liste {
  color: #FEC029;
}

.btn-more {
  align-self: flex-start; 
  color: white;
  background-color: #49474D;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 80px;
}

.btn-more:hover {
  color: #FEC029;
  font-weight: 600;
}

.about-text-container h2 {
  margin-bottom: 50px; 
}

@media (max-width: 768px) {

  .about-content {
    margin: 24px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .about-img-container img {
    max-width: 100%;
    margin: 24px;
  }

}


/* equipes */


.team-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/asset/bg-equipe.png"); 
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  padding: 120px;
}

.team-content {
  text-align: center;
  margin: 120px;
}

.team-members {
  display: flex;
  margin: 80px 0;
  justify-content: space-around;
  width: 100%;
}

.team-profil{
  margin-bottom: 40px;
}

.member {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}

.btn {
  color: #49474D;
  background-color:#FEC029;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  border-radius: 0; 
}

.name-team {
  color: #FEC029;
  font-weight: 700;
}

.job-team {
  text-align: center;
}

.team-title {
  color: #FEC029;
  text-align: center;
}

.team-detail {
  text-align: center;
  max-width: 600px;
}

@media (max-width: 768px) {
  .team-section {
    padding: 60px 20px;
  }

  .team-content {
    margin: 60px;
  }

  .team-members {
    flex-direction: column;
    align-items: center;
  }

  .member {
    margin: 20px 0;
  }

  .team-detail {
    max-width: 100%;
  }

  .team-profil{
    margin-bottom: 40px;
    margin-top: 60px;
  }
}