@font-face {
    font-family: "Now";
    src: url("FONTS/Now-Light.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "Now";
    src: url("FONTS/Now-Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Now";
    src: url("FONTS/Now-Medium.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: "Now";
    src: url("FONTS/Now-Bold.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "Now";
    src: url("FONTS/Now-Black.otf") format("opentype");
    font-weight: 900;
}

@font-face {
    font-family: "Asul";
    src: url("FONTS/Asul-Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Asul";
    src: url("FONTS/Asul-Bold.otf") format("opentype");
    font-weight: 700;
}

body {
    margin: 0;
    font-family: "Asul";
}

#entete {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2px 40px;
    height: 100px;
    color: #8a8360;
    font-family: "Asul";
}

#logo {
    height: 150px;
    width: auto;
}

#titre {
    padding-left: 140px;
    padding-top: 20px;
    padding-bottom: 100px;
    color: #f09367;
    font-size: 30px;
    font-family: "Asul";
}

#bouton-hero1 {
    color: #fff;
    background-color: #8a8360;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 25px;
}

#bouton-hero2 {
    color: #fff;
    background-color: #8a8360;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 25px;
}

#bouton-hero {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: -15px;
}

#pageprincipale {
    background-image: url("IMAGES/image-hero2-bis.png");
    background-size: cover;
    background-position: bottom;
    height: 600px;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

/* À PROPOS */
#apropos {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    padding: 80px 100px;
    background-color: #f7f3ee;
}

#apropos-image {
    position: relative;
    flex: 1;
}

#apropos-image img {
    width: 100%;
    border-radius: 20px;
    width: 400px;
    height: 400px;
}

#badge-apropos {
    position: absolute;
    bottom: -20px;
    left: -80px;
    background-color: #8a8360;
    color: #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Asul";
}

#apropos-texte {
    flex: 1;
    font-family: "Asul";
}

#apropos-texte .surtitre {
    color: #f09367;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: "Asul";
}

#apropos-texte h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-family: "Asul";
}

#apropos-texte .lien-souligne {
    color: #f09367;
    font-weight: bold;
    text-decoration: none;
    font-family: "Asul";
}

/* SERVICES */
#services {
    text-align: center;
    padding: 80px 100px;
    font-family: "Asul";
}

#services h2 {
    color: #8a8360;
    margin-bottom: 50px;
}

#liste-services {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.service {
    width: 180px;
    display: flex;
    flex-direction: column;
}

.icone-service {
    width: 70px;
    height: 70px;
    background-color: #f3d8c7;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.icone-service img {
    width: 70px;
    height: 70px;
}

.service h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

.service p {
    font-size: 13px;
    color: #666;
}

#bouton-voir-services {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 30px;
    background-color: #797d53;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
}

/* RÉALISATION */
#realisations {
    text-align: center;
    padding: 80px 100px;
    background-color: #f7f3ee;
}

#realisations h2 {
    color: #8a8360;
    margin-bottom: 50px;
}

#liste-realisations {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.projet {
    width: 200px;
    text-align: left;
}

.projet img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.projet h4 {
    font-size: 14px;
    margin-bottom: 3px;
}

.projet p {
    font-size: 12px;
    color: #888;
}

#bouton-voir-portfolio {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 30px;
    background-color: #f09367;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
}

/* TRAVAILLER AVEC MOI */
#pourquoi {
    text-align: center;
    padding: 80px 100px;
}

#pourquoi h2 {
    color: #8a8360;
    margin-bottom: 50px;
}

#liste-atouts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
}

.atout {
    width: 180px;
    
}

.atout h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.atout p {
    font-size: 13px;
    color: #666;
}
/*BAS DE PAGE */
#bas-de-page {
    display: flex;
    flex-direction: row;
    background-image: url("IMAGES/photo-footer.png");
    background-size: cover;
    background-position: bottom;
    height: 550px;
    width: 100%;
}


#temoignages {
    flex: 1;
    padding: 60px;
    padding-top: 10px;
}

.temoignage {
    margin-bottom: 30px;
    background-color: #fff;
    width: 490px;
    text-align: justify;
    padding: 20px 20px 20px 20px;
    border-radius: 50px;
    font-size: 14px;
    color: #797d53;
}

.temoignage .auteur {
    font-weight: bold;
    margin-top: 10px;
}

#pied-de-page {
    text-align: center;
    padding: 30px;
    background-color: #f7f3ee;
    color: #8a8360;
    font-size: 13px;
    font-family: "Asul";
}

/* RESPONSIVE */

/* MENU BURGER */
#menu{
    display:flex;
    gap:35px;
    align-items:center;
}

#burger{
    display:none;
    width:35px;
    cursor:pointer;
}

#burger span{
    display:block;
    height:4px;
    margin:6px 0;
    background:#8a8360;
    border-radius:5px;
}

@media (max-width:768px){

#entete{
    justify-content:space-between;
    flex-direction:row;
    position:relative;
}

#burger{
    display:block;
}

#menu{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:white;
    flex-direction:column;
    align-items:center;
    gap:25px;
    padding:30px 0;
    display:none;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

#menu.active{
    display:flex;
}

}

/* =========================
   RESPONSIVE TABLETTE
========================= */
@media (max-width: 1024px) {

  #entete {
    padding: 10px 25px;
    height: auto;
    flex-wrap: wrap;
    gap: 15px;
  }

  #logo {
    height: 110px;
  }

  #titre {
    padding-left: 60px;
    padding-bottom: 80px;
    font-size: 24px;
  }

  #pageprincipale {
    height: 520px;
    background-position: center;
  }

  #apropos,
  #services,
  #realisations,
  #pourquoi {
    padding: 60px 40px;
  }

  #apropos {
    gap: 40px;
  }

  #apropos-image img {
    width: 320px;
    height: 320px;
  }

  #badge-apropos {
    width: 150px;
    height: 150px;
    left: -30px;
    font-size: 15px;
  }

  #liste-atouts {
    gap: 30px;
  }

  .temoignage {
    width: auto;
    max-width: 520px;
  }
}


/* =========================
   RESPONSIVE MOBILE
========================= */
@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  #entete{
        display:flex;
        flex-direction:row;
        justify-content:space-between;
        align-items:center;
        padding:15px 20px;
        position:relative;
    }

  #logo {
    height: 95px;
  }

  #pageprincipale {
    height: auto;
    min-height: 520px;
    background-position: center bottom;
  }

  #titre {
    padding: 40px 25px 80px;
    text-align: center;
    font-size: 18px;
  }

  #titre h2 {
    line-height: 1.25;
  }

  #bouton-hero {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  #bouton-hero1,
  #bouton-hero2 {
    width: 140px;
    height: 38px;
    font-size: 20px;
  }

  #apropos {
    flex-direction: column;
    padding: 50px 25px;
    text-align: center;
    gap: 35px;
  }

  #apropos-image img {
    width: 100%;
    max-width: 330px;
    height: auto;
  }

  #badge-apropos {
    width: 120px;
    height: 120px;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
    font-size: 12px;
  }

  #apropos-texte {
    margin-top: 35px;
  }

  #apropos-texte h2 {
    font-size: 28px;
  }

  #apropos-texte p {
    font-size: 15px;
  }

  #services,
  #realisations,
  #pourquoi {
    padding: 50px 25px;
  }

  #liste-services,
  #liste-realisations,
  #liste-atouts {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .service,
  .projet,
  .atout {
    width: 100%;
    max-width: 320px;
  }

  .projet {
    text-align: center;
  }

  .projet img {
    height: 230px;
  }

  #bas-de-page {
    height: auto;
    min-height: 600px;
    background-position: center bottom;
  }

  #temoignages {
    padding: 40px 25px;
  }

  .temoignage {
    width: auto;
    max-width: 100%;
    border-radius: 25px;
    font-size: 13px;
    text-align: left;
  }
}


/* =========================
   TRÈS PETITS ÉCRANS
========================= */
@media (max-width: 480px) {

  #titre {
    font-size: 15px;
  }

  #bouton-hero {
    flex-direction: column;
    align-items: center;
  }

  #apropos-texte h2 {
    font-size: 24px;
  }

  #services h2,
  #realisations h2,
  #pourquoi h2 {
    font-size: 22px;
  }

  .projet img {
    height: 200px;
  }

  #pied-de-page {
    padding: 25px 15px;
  }
}

@media (max-width: 768px) {
    #entete {
        position: sticky;
        top: 0;
        z-index: 10000;
        background: white;
    }
}


