@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; /* Empêche le débordement horizontal */
    background-color: #f4f4f4;
    color: #231f20;
    font-family: 'Playfair Display';
    font-size: 19px;
    height: 100%; /* Important pour que le body occupe toute la hauteur */
}  
/* En tête */
.logo{
  width: 8%;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.titre{
    display: flex;
    flex-direction: column;
    align-items: flex-end ;
    margin-top: 20px;
}
.nom{
    margin-bottom: 0;
    font-size: 2rem;
    margin-left: 2rem;
}
.job{
    margin-top: 0;
    margin-bottom: 1rem;
}
/* Page d'accueil */
/* menu navigation */
.bouton{
    margin: 1rem;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
a{
    text-decoration: none;
    color: #231f20;
}
h1{
    font-size: 50px;
    margin: 0;
}
p{
    line-height: 2;
    font-family: 'Montserrat';
}
h2 {
    font-size: 36px;
    color: #222; 
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Montserrat';
}
h3 {
    font-size: 24px;
    color: #0db829; 
    margin-bottom: 20px;
    font-weight: bold;
}
h4{
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
}
li{
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
ul{
  padding: 0;
}
.bouton::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #231f20;
  transition: width 0.3s ease;
}

.bouton:hover::after {
  width: 100%;
}
/* hero */
.hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #E6DACE;
    padding: 50px 20px;
    font-weight: 500;
}

.presentation{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    margin: auto;
}
.moi
{
    background-color: #f1e8e0;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
}
.p{
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.maPhoto{
        border-radius: 50%;
        width: 220px;
        height: 220px;
        object-fit: cover;
        margin-bottom: 10px;
    
}
.boutons{
    display: flex;
    gap: 15px;
}
button {
    background-color: #fff;
    border: none;
    padding: 10px 25px ;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat';
    border: 1px solid #92898b;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
}
 button:hover {
    background-color: #f4f4f4;
    transform: scale(1.1);
}

/* pitch */
.pitch{
    text-align: center;
    margin: 50px auto;
}
.fa-check{
    margin: 5px;
    font-size: 25px;
}

/* compétences */
.competence{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.description{
    display: flex;
}
/* Assurance */
.assurance{
    display: flex;
    margin: 50px auto;
    background-color: #E6DACE;
    padding: 60px
}
.vignette{
    margin: auto;
    font-weight: 500;
}


/* footer */
.footer{
    margin-top: 30px;

  }
  .icone{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .copyright{
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0;
  }
  /* icone */
  i{
    font-size: 1.5rem;
    margin: 1rem;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  i:hover{
    transform: scale(1.2); /* Légère augmentation de taille */
    cursor: pointer;
    opacity: 0.7;
  }
/* formulaire */
/* Style du formulaire */
form {
    width: 40%;
    height: 400px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 20px;
  }
  
  .form-group {
    margin-bottom: 15px;
    width: 95%;
  }
  
  label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  
  input, textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  
  textarea {
    resize: vertical;
  }
  
  button.submit-btn {
    background-color:#E6DACE;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
  }
  
  button.submit-btn:hover {
    opacity: 0.9;
  }
  .information{
    border-radius: 10px;
    border: 2px solid #231f20;
    padding: 20px;
    text-align: center;
  }
  .cta{
    margin: 1rem;
    text-align: center;
    line-height: 1.9rem;
  }
  /* calendly */
  .calendly-inline-widget{
    width: 40%;
    height: 800px;
  }
  .calendly{
    display:flex ;
    margin: 30px;
  }
  
  /* Mes services */
.titre1{
    text-align: center;
    font-size: 35px;
}
.soustitre{
    text-align: center;
}
.nomService{
    font-size: 25px;
}
.banner{
    background-color: #E6DACE;
    padding: 50px;
    margin-bottom: 100px;
}
.service{
    position: relative;
    border-radius: 15px;
    border: 2px solid #E5D7D6;
    width: 22%;
    margin-bottom: 40px;
    padding: 25px;
    background-color: #E6DACE; 
    color: #231f20;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3); /* Ombre douce */
    display: flex;
      flex-direction: column;
      align-items: center;
      transition: transform 0.3s ease;
      font-family: 'Montserrat';
      font-size: 18px;
  }
  .service:hover{
    transform: scale(1.03); /* Zoom léger */
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.4); 
  }
  .colonne1{
    display: flex;
    justify-content: space-around;
  }
  .mesServices{
    margin: 50px 0px;
  }
  .icon{
    width: 75px;
    height: 75px;
    position: absolute;
    top: -20px;
    left: -20px;
  }
.btn{
    display: flex;
    justify-content: center;
}
/* blog */
.imgBlog{
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.blog{
  display: flex;
    flex-direction: column;
    padding:50px ;
}
.vignettes{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.vignetteBlog{
  width: 25%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #231f20;
    border-radius: 15px;
    margin: 30px;
}
.thumbnail{
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.btnBlog{
  width: 30%;
    background-color: #E6DACE;
    margin: auto;
}
/* Responsive */
/* Ordinateur de bureau */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
h2{
  font-size: 25px;
}
.vignetteBlog{
  width: 40%;
}
.thumbnail{
  margin-bottom: 30px;
}
.colonne1{
  display: flex;
  flex-direction: column;
}
.service{
  width: 60%;
  margin: auto;
  margin-bottom: 50px;
  padding: 15px;
}
.assurance{
  padding: 20px;
  display: flex;
 flex-wrap: wrap;
}
.vignette{
  font-size: 15px;
  padding: 20px;
}
.btnBlog{
  width: 60%;
}
.imgBlog{
  height: 400px;
  margin: 10px;
}
}
/* Ordinateur portable */
@media screen and (min-width: 768px) and (max-width: 1023px) {
.nom{
  font-size: 25px;
  margin-left: 0;
}
.menu{
  font-size: 15px;
}
.calendly{
  display: flex;
    flex-direction: column;
}
.calendly-inline-widget{
  width: 90%;
    margin: auto;
}
form{
  width: 90%;
}
h2{
  font-size: 25px;
}
.vignetteBlog{
  width: 40%;
}
.thumbnail{
  margin-bottom: 30px;
}
.colonne1{
  display: flex;
  flex-direction: column;
}
.service{
  width: 60%;
  margin: auto;
  margin-bottom: 50px;
  padding: 15px;
}
.assurance{
  padding: 20px;
  display: flex;
 flex-wrap: wrap;
}
.vignette{
  font-size: 15px;
  padding: 20px;
}
.presentation{
  display: flex;
    flex-direction: column;
}
.what{
  text-align: center;
  display: flex;
        flex-direction: column;
        align-items: center;
}
.moi{
  width: 70%;
}
.maPhoto{
  width: 350px;
  height: 350px;
}
p,li{
  font-size: 15px;
}
.imgBlog{
  height: 300px;
  margin: 0px;
}
.btnBlog{
  width: 70%;
}
}
/* Tablette */
@media screen and (min-width: 600px) and (max-width: 767px) {
  .nom{
    font-size: 16px;
    margin-left: 0;
  }
  .job{
    font-size: 13px;
  }
  .menu{
    font-size: 13px;
  }
  .bouton{
    margin: 8px;
  }
  .calendly{
    display: flex;
      flex-direction: column;
  }
  .calendly-inline-widget{
    width: 90%;
      margin: auto;
  }
  form{
    width: 90%;
  }
  h2{
    font-size: 25px;
  }
  .vignetteBlog{
    width: 80%;
  }
  .thumbnail{
    margin-bottom: 30px;
  }
  .colonne1{
    display: flex;
    flex-direction: column;
  }
  .service{
    width: 75%;
    margin: auto;
    margin-bottom: 50px;
    padding: 15px;
  }
  .assurance{
    padding: 20px;
    display: flex;
   flex-direction: column;
  }
  .vignette{
    font-size: 15px;
    padding: 20px;
  }
  .presentation{
    display: flex;
      flex-direction: column;
  }
  .what{
    text-align: center;
    display: flex;
          flex-direction: column;
          align-items: center;
  }
  .moi{
    width: 70%;
  }
  .maPhoto{
    width: 350px;
    height: 350px;
  }
  p,li{
    font-size: 15px;
  }
  .description {
    display: flex;
    flex-direction: column;
}
.imgBlog{
  margin: 0px;
    height: 300px;
}
.btnBlog{
  width: 70%;
}
}
/* Téléphone standard */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .nom{
    font-size: 14px;
    margin-left: 0;
  }
  .job{
    font-size: 12px;
  }
  .menu{
    font-size: 12px;
  }
  .bouton{
    margin: 5px;
  }
  .calendly{
    display: flex;
      flex-direction: column;
  }
  .calendly-inline-widget{
    width: 90%;
      margin: auto;
  }
  form{
    width: 90%;
  }
  h2{
    font-size: 20px;
  }
  h3{
    font-size: 18px;
  }
  .vignetteBlog{
    width: 80%;
  }
  .thumbnail{
    margin-bottom: 30px;
  }
  .titre1{
    font-size: 25px;
  }
  .colonne1{
    display: flex;
    flex-direction: column;
  }
  .service{
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
    padding: 15px;
  }
  .assurance{
    padding: 20px;
    display: flex;
   flex-direction: column;
  }
  .vignette{
    font-size: 15px;
    padding: 20px;
  }
  .presentation{
    display: flex;
      flex-direction: column;
  }
  .what{
    text-align: center;
    display: flex;
          flex-direction: column;
          align-items: center;
  }
  .moi{
    width: 70%;
  }
  .maPhoto{
    width: 230px;
    height: 230px;
  }
  p,li{
    font-size: 15px;
  }
  .description {
    display: flex;
    flex-direction: column;
}
.imgBlog{
  margin: 0px;
    height: 200px;
}
.btnBlog{
  width: 75%;
}
.blog{
  padding: 30px;
}
.copyright{
  font-size: 15px;
}
 }

  /* Petit téléphone */
@media screen and (max-width: 479px) {
  .nom{
    font-size: 12px;
    margin-left: 0;
  }
  .job{
    font-size: 11px;
  }
  .menu{
    font-size: 11px;
  }
  .bouton{
    margin: 3px;
  }
  .information{
    width: 90%;
  }
  .calendly{
    display: flex;
      flex-direction: column;
  }
  .calendly-inline-widget{
    width: 90%;
      margin: auto;
  }
  form{
    width: 90%;
  }
  .titre1{
    font-size: 23px;
  }
  h2{
    font-size: 20px;
  }
  h3{
    font-size: 15px;
  }
  .vignetteBlog{
    width: 80%;
  }
  .thumbnail{
    margin-bottom: 30px;
  }
  .colonne1{
    display: flex;
    flex-direction: column;
  }
  .service{
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
    padding: 15px;
  }
  li{
    font-size: 15px;
  }
  h4{
    font-size: 16px;
  }
  p{
    font-size: 15px;
  }
  .assurance{
    padding: 20px;
    display: flex;
   flex-direction: column;
  }
  .vignette{
    font-size: 15px;
    padding: 20px;
  }
  .presentation{
    display: flex;
      flex-direction: column;
  }
  .what{
    text-align: center;
    display: flex;
          flex-direction: column;
          align-items: center;
  }
  .moi{
    width: 70%;
  }
  .maPhoto{
    width: 200px;
    height: 200px;
  }
  p,li{
    font-size: 15px;
  }
  .description {
    display: flex;
    flex-direction: column;
}
.imgBlog{
  margin: 0px;
    height: 150px;
}
.btnBlog{
  width: 85%;
}
.blog{
  padding: 30px;
}
.copyright{
  font-size: 15px;
}
}