/*

http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
webkit-file-upload-button,
button {
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------FIN RESET MEYER------------------------------*/
/*12x76x16*/
.col2 {
  width: 10.5rem;
}
.col3 {
  width: 16.25rem;
}
.col4 {
  width: 22rem;
}
/*------CLEARFIX-----*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  font-family: 'futura-pt', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #000000;
  min-width: 320px;
  background: #f3ebe0;
  border: 1.5rem solid #ffffff;
  min-height: 100vh;
}
body .cf:before,
body .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body .cf:after {
  clear: both;
}
body .cf {
  clear: both;
}
body .cf {
  *zoom: 1;
}
main {
  overflow: hidden;
}
.outliner {
  display: none;
}
a {
  text-decoration: none;
}
p {
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 0.8rem;
}
p:last-of-type {
  margin-bottom: 0;
}
.content {
  width: 68rem;
  margin: 0 auto;
  min-width: 250px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.button {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #000000;
  transition: all 0.5s;
  text-decoration: none;
  color: #000000;
}
.button:hover {
  background: #000000;
  color: #f3ebe0;
}
.w48 {
  width: 48%;
}
h1 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.3em;
  text-align: center;
}
header .top {
  padding: 1rem 1.5rem;
}
header .top .fright {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}
header .top a {
  color: #000000;
  transition: all 0.5s;
}
header .top a:hover {
  text-shadow: 0 0 0.5px black;
}
header .menu-button {
  width: 50px;
  z-index: 5;
  cursor: pointer;
}
header .menu-button:before,
header .menu-button:after,
header .menu-button div {
  background: #000000;
  content: "";
  display: block;
  height: 2px;
  margin: 7px 0;
  transition: 0.5s;
}
header .menu-button.active:before {
  transform: translateY(7px) rotate(135deg);
}
header .menu-button.active:after {
  transform: translateY(-12px) rotate(-135deg);
}
header .menu-button.active div {
  transform: scale(0);
  background: #f3ebe0;
}
header .menu-button.active:after,
header .menu-button.active:before {
  background: #f3ebe0;
}
header .content {
  text-align: center;
}
header .buttons {
  display: inline-flex;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  align-items: center;
}
header .button {
  width: 12.5rem;
  display: inline-block;
  padding: 0.8rem 1rem;
}
header .main-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4rem;
  background: #000000;
  z-index: 3;
}
header .main-menu li {
  text-align: center;
}
header .main-menu a {
  color: #f3ebe0;
  font-size: 35px;
  text-transform: uppercase;
  display: block;
  padding: 1.5rem 0;
}
h2 {
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 2rem;
}
.bandeauphotos {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin: 4rem 0;
}
.bandeauphotos div {
  width: 33.3%;
  height: 380px;
  background-size: cover;
}
.bandeauphotos .photo1 {
  background-image: url('imgs/cutman-barbier-liege-salon.jpeg');
}
.bandeauphotos .photo2 {
  background-image: url('imgs/cutman-barbier-liege-rasage.jpeg');
  background-position: top center;
}
.bandeauphotos .photo3 {
  background-image: url('imgs/cutman-barbier-liege-rasoirs.jpeg');
  background-position: top center;
}
.bandeauphotos .photo4 {
  background-image: url('imgs/cutman-barbier-liege-lame.jpeg');
  background-position: center;
}
.bandeauphotos .photo5 {
  background-image: url('imgs/cutman-barbier-liege-cafes.jpeg');
  background-position: center;
}
.bandeauphotos .photo6 {
  background-image: url('imgs/cutman-barbier-liege-coupe-barbe-cheveux.jpeg');
  background-position: center;
}
.horaires ul {
  display: flex;
  justify-content: center;
}
.horaires ul li {
  font-size: 14px;
  text-align: center;
  padding: 1rem 2rem;
  border-right: 0.5px solid #000000;
}
.horaires ul li:last-of-type {
  border-right: 0;
}
.horaires ul h3 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.introduction {
  margin: 4rem 0;
}
.introduction p {
  text-align: center;
  width: 70%;
  margin: 2rem auto 0;
}
.introduction .button {
  margin: 1rem auto;
  display: block;
  width: 15rem;
  text-align: center;
  padding: 1rem;
}
.tarifs {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.tarifs h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.tarifs h4 {
  display: inline-block;
  width: 69%;
}
.tarifs .prix {
  width: 29%;
  text-align: right;
  display: inline-block;
}
.tarifs em {
  display: block;
  font-style: italic;
  font-weight: 300;
  margin-top: 0.2rem;
  line-height: 1.3em;
}
.tarifs li {
  font-weight: 400;
}
.tarifs .bloc1 {
  background-size: cover;
  background-position: center;
  background-image: url('imgs/cutman-barbier-liege-tarifs.jpeg');
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
}
.tarifs .bloc2 {
  width: 60%;
  padding-right: 10%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tarifs .bloc2 > ul {
  column-count: 2;
  column-gap: 5rem;
}
.tarifs .bloc2 > ul > li {
  margin-bottom: 3rem;
}
.tarifs .bloc2 > ul > li li {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tarifs .bloc2 .item3 {
  break-after: column;
}
.terrasse {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: row-reverse;
  margin: 6rem 0;
}
.terrasse h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.terrasse h4 {
  display: inline-block;
  width: 69%;
}
.terrasse .prix {
  width: 29%;
  text-align: right;
  display: inline-block;
}
.terrasse em {
  display: block;
  font-style: italic;
  font-weight: 300;
  margin-top: 0.2rem;
  line-height: 1.3em;
}
.terrasse li {
  font-weight: 400;
}
.terrasse .bloc1 {
  background-size: cover;
  background-position: center;
  background-image: url('imgs/cutman-barbier-liege-terrasse.jpg');
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
}
.terrasse .bloc2 {
  width: 60%;
  padding-left: 10%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.terrasse .bloc2 > ul {
  column-count: 2;
  column-gap: 5rem;
}
.terrasse .bloc2 > ul > li {
  margin-bottom: 3rem;
}
.terrasse .bloc2 > ul > li li {
  margin-bottom: 1rem;
}
.terrasse .bloc2 .item2 {
  break-after: column;
}
.equipe {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.equipe h2 + h3 {
  margin: -1rem 0 2rem;
  line-height: 1.3em;
}
.equipe h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.equipe h4 {
  display: inline-block;
  width: 69%;
}
.equipe .prix {
  width: 29%;
  text-align: right;
  display: inline-block;
}
.equipe em {
  display: block;
  font-style: italic;
  font-weight: 300;
  margin-top: 0.2rem;
  line-height: 1.3em;
}
.equipe .bloc1 {
  background-size: cover;
  background-position: top center;
  background-image: url('imgs/cutman-barbier-liege-pascal-gabriels-formateur-barbier.jpg');
  height: 60%;
  position: absolute;
  left: 0;
  top: 3rem;
  width: 19%;
}
.equipe .bloc1b {
  background-size: cover;
  background-position: top center;
  background-image: url('imgs/cutman-barbier-liege-linda.jpg');
  height: 45%;
  position: absolute;
  left: 20%;
  bottom: 2rem;
  width: 15%;
}
.equipe .bloc2 {
  width: 60%;
  padding-right: 10%;
  padding-top: 3rem;
}
.equipe .bloc2 li {
  display: flex;
  margin-bottom: 2rem;
}
.equipe .bloc2 li div {
  border-left: 1px solid #000000;
  padding-left: 2rem;
  margin-left: 2rem;
}
.video {
  text-align: center;
  padding: 6rem 0 0;
}
.video video {
  width: 100%;
  max-width: 350px;
}
.carte-membre {
  margin: 6rem 0 3rem;
  text-align: center;
}
.avis {
  text-align: center;
}
.avis .button {
  margin: 1rem auto 8rem;
  display: block;
  width: 22rem;
  font-size: 20px;
  padding: 1rem 2rem;
  text-align: center;
}
footer {
  border-top: 1px solid #000000;
  position: relative;
  margin-top: 6rem;
  padding: 5rem 0 1rem;
}
footer .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer a {
  display: block;
  color: #000000;
  padding: 0.5rem 0;
  transition: all 0.5s;
}
footer a:hover {
  text-shadow: 0 0 0.5px black;
}
footer .footer-logo {
  position: absolute;
  top: -6.5rem;
  padding: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: #f3ebe0;
}
footer .copyright {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .content {
    width: 90%;
  }
  header .logo {
    width: 80%;
    height: auto;
    max-width: 400px;
  }
  .horaires ul li {
    padding: 1rem 1.5rem;
  }
  .equipe .bloc1 {
    height: 40%;
  }
  .equipe .bloc1b {
    height: 30%;
    bottom: initial;
    top: 13rem;
  }
}
@media screen and (max-width: 970px) {
  h1 br {
    display: none;
  }
  .horaires ul li {
    padding: 1rem 1rem;
  }
  .tarifs,
  .terrasse,
  .equipe {
    flex-direction: column;
  }
  .tarifs .bloc1,
  .terrasse .bloc1 {
    width: 50%;
    position: initial;
    height: 500px;
  }
  .tarifs .bloc2,
  .terrasse .bloc2,
  .equipe .bloc2 {
    width: 100%;
    padding: 3rem;
  }
  .equipe .bloc1 {
    width: 30%;
    position: initial;
    height: 500px;
  }
  .equipe .bloc1b {
    left: 32%;
    top: 0rem;
    height: 500px;
    width: 20%;
  }
  .tarifs h2 {
    position: absolute;
    left: 55%;
    width: 10rem;
    top: -18rem;
  }
  .terrasse h2 {
    position: absolute;
    left: 55%;
    width: 15rem;
    top: -18rem;
  }
  .equipe h2 {
    position: absolute;
    left: 55%;
    width: 13rem;
    top: -18rem;
  }
  .equipe h2 + h3 {
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  body {
    border: 1rem solid #ffffff;
  }
  h2 {
    font-size: 40px;
  }
  header .top {
    padding: 0.7rem 1rem;
  }
  header .logo {
    width: 70%;
  }
  header .buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
  .introduction {
    margin: 2rem 0 3rem;
  }
  .introduction p {
    width: 90%;
    margin: 1rem auto 0;
  }
  .bandeauphotos div {
    height: 200px;
  }
  .horaires ul {
    flex-wrap: wrap;
  }
  .horaires ul li {
    width: 25%;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
  }
  .tarifs .bloc1,
  .terrasse .bloc1,
  .equipe .bloc1,
  .equipe .bloc1b {
    height: 400px;
  }
  .tarifs h2 {
    top: -15rem;
  }
  .tarifs .bloc2 > ul {
    gap: 3rem;
  }
  .tarifs .bloc2 > ul > li li {
    display: flex;
    flex-wrap: wrap;
  }
  .tarifs h3,
  .terrasse h3,
  .equipe h3 {
    font-size: 16px;
  }
  .tarifs h4,
  .tarifs .prix,
  .tarifs em {
    font-size: 14px;
  }
  .terrasse {
    margin: 3rem 0;
  }
  .video {
    padding: 0rem 0 3rem;
  }
  .carte-membre {
    margin: 2rem 0 3rem;
  }
  .bandeauphotos {
    margin: 3rem 0;
  }
  footer .content {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  footer .copyright {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu {
    padding: 3rem 0rem;
  }
  header .main-menu a {
    font-size: 30px;
    padding: 1rem 0;
  }
  header .top {
    font-size: 14px;
  }
  header .top .tel {
    display: none;
  }
  h2 {
    font-size: 30px;
  }
  .bandeauphotos {
    flex-direction: column;
    gap: 0.2rem;
  }
  .bandeauphotos > div {
    width: 100%;
  }
  .horaires ul li {
    font-size: 12px;
    padding: 0.5rem;
  }
  h1 {
    font-size: 16px;
  }
  .tarifs h2,
  .equipe h2 {
    width: 7rem;
    top: -11rem;
  }
  .tarifs .bloc2 > ul > li,
  .terrasse .bloc2 > ul > li {
    margin-bottom: 2rem;
  }
  .tarifs .bloc1,
  .equipe .bloc1,
  .equipe .bloc1b {
    height: 300px;
  }
  .tarifs .bloc2,
  .terrasse .bloc2,
  .equipe .bloc2 {
    padding: 2rem;
  }
  .tarifs .bloc2 > ul,
  .terrasse .bloc2 > ul {
    column-count: unset;
  }
  .equipe h2 {
    position: initial;
    text-align: center;
    width: 100%;
  }
  .equipe .bloc1 {
    width: 49%;
  }
  .equipe .bloc1b {
    width: 49%;
    left: initial;
    right: 0;
  }
  .equipe .bloc2 li {
    flex-direction: column;
  }
  .equipe .bloc2 li div {
    border-top: 1px solid #000000;
    padding-top: 1rem;
    margin-top: 1rem;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .terrasse .bloc1 {
    width: 100%;
    height: 250px;
  }
  .terrasse h2 {
    position: initial;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  header .logo {
    width: 80%;
    margin: 1rem 0;
  }
  .avis .button {
    width: 100%;
    font-size: 18px;
  }
}
