@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";
}
