@import url("https://fonts.googleapis.com/css2?family=Holtwood+One+SC&display=swap");@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400&display=swap");*{margin:0;padding:0;box-sizing:border-box}a{color:inherit;text-decoration:none}img{max-width:100%}ul{list-style:none}body{background-color:#181e1f;color:#c7c7c7;font-family:"Nunito",sans-serif;max-width:1200px;margin:0 auto;overflow-x:hidden}header{width:100%;min-height:100vh;position:relative;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:min-content 1fr;grid-template-areas:'menu .' 'adress logo'}header:before{content:'';position:absolute;width:50%;height:100%;background:url("img/illustration.png") no-repeat top 110px left;opacity:0.035;background-size:80%;z-index:-1}header .row-logo{grid-area:logo;background:url("img/header-bg.jpg") no-repeat center center/cover;margin:2rem;display:grid;place-items:center;position:relative}header .row-logo .logo{font-family:"Holtwood One SC",serif;font-size:5rem;position:relative;color:white;clip-path:inset(0 0 0 0)}header .row-logo:before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.6)}header .row-menu{grid-area:menu;padding:0 2rem}header .row-menu ul{display:flex;justify-content:space-between;margin-top:2rem}header .row-menu ul li a{transition:0.3s;padding:1rem;font-weight:bold}header .row-menu ul li a:hover{color:#bd9a5d}header .row-coordonnees{grid-area:adress;margin:2rem;display:grid;place-items:center}header .row-coordonnees ul{text-align:center}header .row-coordonnees li:first-child{font-family:"Holtwood One SC",serif;font-size:2rem;margin-bottom:1rem;color:#bd9a5d}header .row-coordonnees li:last-child{margin-top:2rem}header .row-coordonnees li:last-child a{color:#bd9a5d;padding:1rem 2rem;border:1px solid #bd9a5d;position:relative;transition:0.3s;box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)}header .row-coordonnees li:last-child a:before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:#bd9a5d;transform:scaleY(0);transform-origin:bottom;transition:0.3s;z-index:-1}header .row-coordonnees li:last-child a:hover{color:#181e1f}header .row-coordonnees li:last-child a:hover:before{transform:scaleY(1)}.prestations{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));grid-column-gap:2rem;grid-row-gap:2rem;margin:3rem 0;padding:50px 2rem;background:url("img/bg-presta.jpg") center center/cover;background-attachment:fixed}.prestations>div{display:grid;grid-template-rows:1fr 1fr 2fr;box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);border:2px solid #bd9a5d;padding:1rem 2rem;background-color:rgba(24,30,31,0.9);font-weight:300}.prestations .img_presta{width:100px;height:63px;background:url("img/ciseaux.png") no-repeat center/contain;margin:auto}.prestations .titre_presta{color:#bd9a5d;font-family:"Holtwood One SC",serif;font-weight:100;text-align:center;line-height:1.2;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.actualites{padding:3rem 0 6rem 0;display:grid;grid-template-columns:1fr 1fr;row-gap:2rem}.actualites .column{display:grid}.actualites .titre_news{font-family:"Holtwood One SC",serif;color:#bd9a5d;font-size:2rem;margin-left:-2rem}.actualites .excerpt_news{margin-left:2rem}.partenaires{padding:3rem 2rem;margin-bottom:3rem;display:grid;grid-template-columns:1fr 1fr;row-gap:2rem;background-color:rgba(199,199,199,0.1)}.partenaires ul{height:100%;display:grid}.partenaires li{font-family:"Holtwood One SC",serif;color:#bd9a5d;font-size:2rem;position:relative;margin-left:100px}.partenaires li:after{content:'';position:absolute;left:-100px;top:50%;transform:translateY(-50%);width:100px;height:1px;background-color:#bd9a5d;opacity:0.5}footer{background-color:#bd9a5d;display:grid;grid-template-columns:1fr 2fr}footer .infos{padding:2rem;position:relative;display:grid;grid-template-columns:1fr 2fr;gap:1rem 2rem;align-items:center;color:#181e1f}footer .infos:before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:url("img/barbier.jpg") center center/cover;opacity:0.15}footer .infos>div{position:relative}footer .infos .footer-title{font-family:"Holtwood One SC",serif;color:#181e1f;margin-bottom:1rem}footer .infos a{color:#181e1f}footer .infos .social{grid-area:2/1/2/3}footer .infos .social i{margin:0 5px}footer .map{min-height:250px}@media screen and (max-width: 780px){header{grid-template-areas:'menu menu' 'logo logo' 'adress adress'}header:before{content:none}header .row-menu{padding:0 1rem}.actualites,.partenaires{grid-template-columns:1fr}.actualites .titre_news,.partenaires .titre_news{margin-left:2rem;font-size:1.5rem}.partenaires li{margin-left:0;font-size:1.5rem}footer{grid-template-columns:1fr}footer .infos{align-items:baseline}}
/*# sourceMappingURL=style.css.map */