/* Generated by less 3.11.1 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
}
body {
  background-color: white;
  font-family: "Playfair Display", serif;
}
/*-----RECURRENTS-----*/
.center {
  max-width: 1280px;
  margin: 0 auto;
}
h1 {
  font-family: "Parisienne", serif;
  color: #73344b;
  font-weight: 600;
  text-align: center;
  font-size: 48px;
  margin-bottom: 10px;
}
h2 {
  color: #335547;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}
h3 {
  font-family: "Parisienne", serif;
  color: #73344b;
  font-size: 58px;
  text-align: center;
}
h4 {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  color: #73344b;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
h5 {
  font-family: "Playfair Display", serif;
  color: #73344b;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
h6 {
  font-family: "Parisienne", serif;
  font-size: 38px;
  margin-bottom: 10px;
  color: #73344b;
  display: inline-block;
  position: relative;
}
h6:after {
  content: '';
  height: 1px;
  background-color: #73344b;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}
p {
  font-size: 18px;
  font-family: "Playfair Display", serif;
}
/*-----VARIABLES-----*/
/*-----BURGER-----*/
div.burger {
  display: none;
  position: fixed;
  right: 40px;
  top: 10px;
  width: 30px;
  height: 80px;
  z-index: 9999;
  cursor: pointer;
}
div.burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background-color: #335547;
  display: block;
  transition: all 0.3s ease-in-out;
}
div.burger span:before,
div.burger span:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #335547;
  display: block;
  transition: all 0.3s ease-in-out;
}
div.burger span:before {
  top: -10px;
}
div.burger span:after {
  top: 10px;
}
/*-----NAVBAR-----*/
div.navbar a.logo {
  display: block;
  margin: 20px auto;
  height: 150px;
  width: 170px;
}
div.navbar a.logo img {
  height: 150px;
  width: 170px;
}
div.navbar div {
  display: none;
}
div.navbar nav.menu {
  background-color: #335547;
}
div.navbar nav.menu ul.center {
  max-width: 960px;
  font-size: 0;
  text-align: center;
}
div.navbar nav.menu ul.center li {
  font-size: 16px;
  display: inline-block;
  width: 33.333%;
  padding: 0 20px;
}
div.navbar nav.menu ul.center li a {
  display: inline-block;
  line-height: 60px;
  font-size: 26px;
  text-transform: uppercase;
  color: white;
  position: relative;
}
div.navbar nav.menu ul.center li a:after {
  content: "";
  height: 1px;
  background-color: white;
  bottom: 10px;
  position: absolute;
  transform-origin: center;
  transform: scale(0);
  width: 100%;
  left: 0;
  transition: all 0.5s;
}
div.navbar nav.menu ul.center li a:hover:after {
  transform: scale(1);
}
/*-----HEADER-----*/
header {
  padding: 150px 40px;
  background-image: url(../img/background-header.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  background-image: repeating-linear-gradient(0deg, rgba(115, 52, 75, 0.03) 0px, rgba(115, 52, 75, 0.03) 2px, transparent 2px, transparent 4px), linear-gradient(90deg, #ffcfcf, #ffcfcf);
}
header article.center {
  max-width: 480px;
  min-height: 480px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  border: 1px solid white;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: 0 8px 32px 0 rgba(115, 52, 75, 0.37);
  padding: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header article.center div.text {
  width: 100%;
}
header article.center div.text p {
  margin-bottom: 40px;
  text-align: center;
  color: #73344b;
}
header article.center div.text p span {
  font-weight: bold;
}
header article.center div.text img {
  width: 175px;
  margin: 0 auto;
}
header article.center div.masque-boutique {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  width: 50%;
  margin-left: 40px;
}
header article.center div.masque-boutique img {
  height: auto;
  width: 100%;
}
/*-----A PROPOS-----*/
section.apropos {
  padding: 150px 40px 350px;
  display: flex;
  justify-content: space-between;
}
section.apropos article {
  flex-shrink: 1;
  width: calc(33.333% - 40px);
  padding: 20px;
  box-shadow: 0 8px 32px 0 rgba(51, 85, 71, 0.17);
  border-radius: 5px;
}
section.apropos article img {
  width: 170px;
  /*54.140%*/
  margin: 0 auto;
  margin-bottom: 20px;
}
section.apropos article p {
  color: #02261f;
}
/*-----PRESTATIONS-----*/
section.prestation {
  background-image: url(../img/prestation-background.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  box-shadow: inset 8px 0 32px 0 rgba(51, 85, 71, 0.37);
}
section.prestation div.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.prestation div.center > img {
  max-width: 427px;
  height: auto;
  transform: translateY(-150px);
}
section.prestation div.center article {
  position: relative;
  top: -150px;
  padding: 40px 40px 0 40px;
}
section.prestation div.center article div.menu {
  margin-bottom: 40px;
}
section.prestation div.center article div.menu ul {
  font-size: 0;
  text-align: center;
}
section.prestation div.center article div.menu ul li {
  font-size: 16px;
  display: inline-block;
  border-right: 2px solid #73344b;
}
section.prestation div.center article div.menu ul li a {
  padding: 5px 10px;
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #73344b;
  text-transform: capitalize;
  position: relative;
}
section.prestation div.center article div.menu ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #73344b;
  transform-origin: center;
  transform: scale(0);
  width: calc(100% - 20px);
  bottom: 0;
  left: 10px;
  transition: all 0.5s;
}
section.prestation div.center article div.menu ul li a:hover:after {
  transform: scale(1);
}
section.prestation div.center article div.menu ul li a.is-open:after {
  transform: scale(1);
}
section.prestation div.center article div.menu ul li:nth-last-of-type(1) {
  border-right: 0;
}
section.prestation div.center article div.contenu {
  max-width: 960px;
  border: 1px solid #73344b;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  color: #73344b;
}
section.prestation div.center article div.contenu div {
  text-align: center;
  position: relative;
}
section.prestation div.center article div.contenu div p {
  margin-bottom: 10px;
  text-align: left;
  color: #73344b;
}
section.prestation div.center article div.contenu div ul {
  text-align: center;
  margin-bottom: 10px;
  list-style-type: none;
  font-weight: bold;
  font-size: 18px;
}
section.prestation div.center article div.contenu div span {
  font-weight: bold;
}
section.prestation div.center article div.contenu div img {
  width: 175px;
  margin: 0 auto;
}
section.prestation div.center article div.contenu div a#top {
  display: inline-block;
  margin-top: 10px;
  font-size: 30px;
  z-index: 9;
  color: #73344b;
  transition: color 0.5s;
  animation: infinite 3s ease-in-out btn;
}
section.prestation div.center article div.contenu div a#top:hover {
  color: #335547;
}
section.prestation div.center article div.contenu div#mariage p:nth-of-type(2),
section.prestation div.center article div.contenu div#mariage p:nth-of-type(4) {
  text-align: center;
}
section.prestation div.center article div.contenu div#evenementiel p:nth-of-type(1) {
  text-align: center;
}
section.prestation div.center article div.contenu div#occasion p:nth-of-type(1),
section.prestation div.center article div.contenu div#occasion p:nth-of-type(3) {
  text-align: center;
}
@keyframes btn {
  50% {
    transform: translateY(10px);
  }
}
/*-----CONTACTEZ-NOUS-----*/
section.contact {
  background-image: url(../img/background-contact.jpg);
  background-size: 90%;
  background-repeat: repeat-x;
  background-position: bottom center;
  padding: 150px 0 150px;
}
section.contact > img {
  width: 170px;
  height: 150px;
  margin: 0 auto 80px;
}
section.contact div.bande {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  border: 1px solid white;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
section.contact div.bande div.center {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.contact div.bande div.center article {
  width: calc(33.333% - 40px);
  color: #73344b;
  font-weight: 600;
  text-align: center;
}
section.contact div.bande div.center article a {
  font-size: 18px;
  color: #73344b;
  text-decoration: underline;
  display: inline-block;
  transition: color 0.5s;
}
section.contact div.bande div.center article a:hover {
  color: #335547;
}
section.contact div.bande div.center article img {
  margin: 20px auto 0;
  height: 40px;
}
/*-----FOOTER-----*/
footer {
  padding: 10px 0;
  background-color: #335547;
}
footer p {
  text-align: center;
  color: white;
  font-family: 'Roboto', sans-serif;
}
footer p span {
  text-transform: uppercase;
  font-weight: bold;
}
footer a {
  color: white;
  display: inline-block;
  transition: color 0.5s;
}
footer a:hover {
  color: #ffcfcf;
}
/*-----BOUTON SCROLLTOP-----*/
a#scrolltop {
  font-size: 50px;
  position: fixed;
  right: 40px;
  bottom: 80px;
  color: #335547;
  transition: color 0.5s;
  display: none;
  animation: infinite 3s ease-in-out btn;
}
a#scrolltop:hover {
  color: #73344b;
}
/*---------------RESPONSIVE MEDIA SCREEN-------------1280px*/
@media screen and (max-width: 1280px) {
  /*-----CONTACT-----*/
  section.contact {
    background-size: 100%;
  }
}
/*---------------RESPONSIVE MEDIA SCREEN-------------1024px*/
@media screen and (max-width: 1024px) {
  .center {
    width: 960px;
  }
  /*-----A PROPOS-----*/
  section.apropos article {
    width: calc(33.333% - 20px);
  }
  /*-----CONTACT-----*/
  section.contact {
    background-size: 135%;
  }
}
/*---------------RESPONSIVE MEDIA SCREEN------------960px-BURGER*/
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
  }
  /*-----BURGER-----*/
  div.burger {
    display: block;
  }
  div.burger.burger-open span {
    background-color: transparent;
  }
  div.burger.burger-open span:before {
    transform: rotate(135deg);
    top: 0;
  }
  div.burger.burger-open span:after {
    transform: rotate(-135deg);
    top: 0;
  }
  /*-----NAV-----*/
  div.navbar a.logo {
    display: none;
  }
  div.navbar div {
    display: inherit;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: white;
    width: 100%;
    padding: 10px;
  }
  div.navbar div a {
    display: block;
  }
  div.navbar div a img {
    margin: 0 auto;
    height: 80px;
    width: 210px;
  }
  div.navbar nav.menu {
    top: 100px;
    z-index: 99;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(51, 85, 71, 0.95);
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }
  div.navbar nav.menu ul.center li {
    width: 100%;
    display: block;
    text-align: center;
  }
  div.navbar nav.menu.is-open {
    transform: translateY(0);
  }
  /*-----HEADER-----*/
  header {
    padding: 250px 40px 150px;
  }
  /*-----A PROPOS-----*/
  section.apropos {
    padding: 150px 40px 300px;
    flex-direction: column;
    align-items: center;
  }
  section.apropos article {
    width: 360px;
    margin-bottom: 80px;
  }
  /*-----PRESTATIONS-----*/
  section.prestation {
    background-position: bottom left;
  }
  /*-----CONTACT-----*/
  section.contact {
    padding-bottom: 0;
    background-size: cover;
  }
  section.contact > img {
    margin: 0 auto 60px;
  }
  section.contact div.bande {
    width: auto;
    padding-bottom: 150px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  section.contact div.bande div.center {
    padding: 40px;
    flex-direction: column;
    justify-content: center;
  }
  section.contact div.bande div.center article {
    width: 320px;
    margin-bottom: 40px;
  }
  section.contact div.bande div.center article:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
/*---------------RESPONSIVE MEDIA SCREEN-------------768px*/
@media screen and (max-width: 768px) {
  /*BURGER*/
  div.burger {
    right: 20px;
  }
  /*HEADER*/
  header {
    padding: 250px 20px 150px;
  }
  /*SECTION APROPOS*/
  section.apropos {
    padding: 150px 20px 300px;
  }
  /*SECTION PRESTATION*/
  section.prestation div.center article {
    padding: 40px 20px 0;
  }
  /*SECTION CONTACT*/
  section.contact div.bande div.center {
    padding: 40px 20px;
  }
  /*BOUTON SCROLLTOP*/
  a#scrolltop {
    right: 20px;
  }
}
/*---------------RESPONSIVE MEDIA SCREEN -------------600px*/
@media screen and (max-width: 600px) {
  p {
    font-size: 16px;
  }
  /*-----HEADER-----*/
  header article.center {
    max-width: 440px;
    min-height: 440px;
  }
}
/*---------------RESPONSIVE MEDIA SCREEN -------------480px*/
@media screen and (max-width: 480px) {
  h1 {
    line-height: 1;
  }
  h3 {
    line-height: 1;
    font-size: 48px;
    margin-bottom: 20px;
  }
  /*-----NAV-----*/
  div.navbar div {
    padding: 10px 20px;
  }
  div.navbar div a {
    display: inline-block;
  }
  div.navbar div a img {
    margin: 0 auto;
    height: 80px;
    width: 210px;
  }
  /*-----HEADER-----*/
  header article.center {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  /*-----A PROPOS-----*/
  section.apropos {
    padding: 150px 20px;
  }
  section.apropos article {
    width: 100%;
    margin-bottom: 40px;
  }
  /*-----PRESTATION-----*/
  section.prestation {
    padding-bottom: 150px;
  }
  section.prestation div.center > img {
    transform: inherit;
    width: 100%;
  }
  section.prestation div.center article {
    top: 0;
  }
  section.prestation div.center article div.menu ul li {
    display: block;
    border-right: none;
  }
  section.prestation div.center article div.contenu {
    padding: 40px 20px;
  }
  section.prestation div.center article div.contenu div ul {
    font-size: 16px;
  }
  /*-----FOOTER-----*/
  footer {
    padding: 10px 20px;
  }
}
