@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

/* BASE */

* {
  -webkit-font-smoothing: antialiased!important;
}

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, .new-font {
  font-family: 'Dancing Script', serif;
}

h2 span {
  color: #DB8D83;
}

/* HEADER */

header {
  background-color: #DB8D83;
  margin: 0;
}

header .title-container {
  padding: 50px;
  border-bottom: 8px solid #BF7369;
}

header .title-container h1 {
  z-index: 5;
  white-space: nowrap;
  font-size: 72px;
  line-height: 90px;
  color: rgb(255, 255, 255);
  margin: 0;
}

header .title-container h2 {
  color: rgb(255, 255, 255);
  font-style: italic;
}

header .title-container h3 {
  color: rgb(255, 255, 255);
  font-style: italic;
}

/* PRESENTATION */

.presentation {
  padding: 60px 0;
  background-color: #f6f6f6!important;
}

.presentation h2 {
  font-size: 40px;
}

.title-affix {
  position: relative;
  z-index: 99;
}

.new-font {
  font-size: 32px;
}

.title-affix:hover .title-affix h2::before {
  -webkit-animation: scissol .25s infinite;
  animation: scissol .25s infinite;
}

.title-affix:hover .title-affix h2::after {
  -webkit-animation: scissor .25s infinite;
  animation: scissor .25s infinite;
}

.title-affix::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(40%, 0);
  -moz-transform: translate(40%, 0);
  -ms-transform: translate(40%, 0);
  -o-transform: translate(40%, 0);
  background: #DB8D83;
}

.title-affix::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-140%, 0);
  -moz-transform: translate(-140%, 0);
  -ms-transform: translate(-140%, 0);
  -o-transform: translate(-140%, 0);
  background: #DB8D83;
}

.title-affix h2 {
  padding-bottom: 30px;
}

.title-affix h2::before {
  content: "";
  background-repeat: no-repeat;
  height: 18px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  bottom: -9px;
  background: url(images/sprites.png);
  background-position: -0px -0px;
}

.title-affix h2::after {
  content: "";
  background-repeat: no-repeat;
  height: 18px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  bottom: -9px;
  background: url(images/sprites.png);
  background-position: -0px -27px;
}

.presentation p {
  margin-top: 60px;
}

.smt {
  margin-top: 20px;
}

/* SERVICES */

.services {
  padding: 60px 0 80px 0;
}

.services-content {
  margin-top: 80px;
}

.services h2 {
  font-size: 40px;
}

.services h3 {
  font-size: 34px;
}

.row.background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.row.background div {
  height: 100%;
  background-size: cover;
}

.single-service {
  padding-top: 15px;
  padding-bottom: 15px;
}

.service-content {
  position: relative;
  z-index: 2;
  background-color: #FFF;
  width: 100%;
  padding: 28px;
  height: 100%;
}

.service-content h3 {
  position: relative;
}

.service-content h3::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #DB8D83;
  top: 60px;
  left: 0;
  right: 0;
  display: block;
  width: 50px;
  margin: auto;
}

.service-content ul {
  margin: 0 auto;
  text-align: left;
  max-width: 185px;
  margin-top: 37px;
  margin-bottom: 17px;
  padding: 0;
}

.service-content ul li {
  list-style: none;
  line-height: 40px;
}

.service-content ul li .price {
  float: right;
  font-weight: bold;
}

/* PRODUITS */

.produits {
  background-color: #f6f6f6!important;
  padding: 60px 0 80px 0;
}

.produits-content {
  margin-top: 80px;
}

.produits h2 {
  font-size: 40px;
}

.single-product {
  background: #fff;
}

.single-product .product-image img {
  max-width: 100%;
}

.single-product .product-name {
  padding: 10px 0;
  font-size: 28px;
  font-family: 'Dancing Script', serif;
}

.single-product .product-separation {
  width: 40px;
  background: #DB8D83;
  height: 2px;
  margin: auto;
  display: block
}

.single-product .product-price {
  padding: 16px 0;
  color: #DB8D83;
  font-size: 20px;
}

/* TEMOIGNAGES */

.temoignages {
  padding: 60px 0;
  background-size: cover;
  background-image: url(http://hairsalonwp.thimpress.com/demo-2/wp-content/uploads/sites/2/2016/08/testimonials-bg.jpg);
  position: relative;
}

.temoignages .title-affix::before {
  background: #fff
}

.temoignages .title-affix::after {
  background: #fff
}

.temoignages .overlay {
  background: #db8d83;
  opacity: .9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.temoignages h2 {
  font-size: 40px;
  color: #fff;
}

.temoignages .quote {
  background-image: url(images/sprites.png);
  background-position: 0px -108px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  margin: 60px auto 11px;
}

.temoignages-content {
  color: #FFF;
  font-size: 22px;
  line-height: 36px;
  margin-top: 20px;
  font-style: italic;
}

/* REALISATIONS */

.realisations {
  padding: 60px 0 80px 0;
}

.realisations h2 {
  font-size: 40px;
}

.realisations .container-fluid {
  padding: 0;
  margin-top: 80px;
}

.realisations .container-fluid img {
  max-width: 100%;
  width: 100%;
}

.realisations .container-fluid .col-sm-2 {
  padding: 0
}

/* FOOTER */

footer {
  border-top: 4px solid #BF7369;
  color: #fff;
}

footer .container-fluid {
  padding: 0;
  background-color: #DB8D83;
}

footer .col-sm-12 {
  padding: 0;
  margin: 0;
  border-bottom: 4px solid #BF7369;
}

footer .title-affix::before {
  background: #fff
}

footer .title-affix::after {
  background: #fff
}

footer h2 {
  font-family: 'Dancing Script', serif;
  font-size: 48px;
  margin-bottom: 30px;
}

footer h3 {
  margin-bottom: 30px;
}

/* ANIMATIONS */

@keyframes scissor{0%{transform:rotate(0deg)}50%{transform:rotate(-20deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes scissor{0%{-webkit-transform:rotate(0deg)}50%{-webkit-transform:rotate(-20deg)}100%{-webkit-transform:rotate(0deg)}}@keyframes scissol{0%{transform:rotate(0deg)}50%{transform:rotate(20deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes scissol{0%{-webkit-transform:rotate(0deg)}50%{-webkit-transform:rotate(20deg)}100%{-webkit-transform:rotate(0deg)}}
