/* Generated by less 2.5.1 */
@charset "utf-8";
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: #bababa;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
h3 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
strong {
  display: block;
  color: #bababa;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 25px 0;
  position: relative;
}
strong:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 150px;
  border: solid 1px #3c3c3c;
  width: 30px;
}
p {
  font-weight: 300;
  line-height: 20px;
}
a {
  text-align: center;
  text-decoration: none;
  color: #3c3c3c;
}
@keyframes anim-header {
  0% {
    background-image: url(../imgs/photoheader.jpg);
  }
  50% {
    background-image: url(../imgs/header.jpg);
  }
  100% {
    background-image: url(../imgs/photoheader.jpg);
  }
}
@keyframes anim-header2 {
  0% {
    background-image: url(../imgs/femme/femme01.jpg);
  }
  50% {
    background-image: url(../imgs/femme/femme06.jpg);
  }
  100% {
    background-image: url(../imgs/femme/femme01.jpg);
  }
}
@keyframes anim-header3 {
  0% {
    background-image: url(../imgs/Mariage/mariage14.jpg);
  }
  50% {
    background-image: url(../imgs/Mariage/mariage17.jpg);
  }
  100% {
    background-image: url(../imgs/Mariage/mariage14.jpg);
  }
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 1024px;
  margin: 0 auto;
}
.femmes {
  background-image: url(../imgs/femme/femme01.jpg);
  animation: anim-header2 50s infinite alternate;
}
.mariages {
  background-image: url(../imgs/Mariage/mariage17.jpg);
  animation: anim-header3 50s infinite alternate;
}
.photo {
  display: flex;
  flex-wrap: wrap;
  margin: 150px auto;
}
.photo img {
  height: 100%;
  width: 300px;
  margin: 20px auto;
}
/* ------------------------------- END RECURENTES -- */
/* ----------------------------------------------------------- NAV -- */
.logo {
  width: 100%;
  height: 80px;
  background-color: #3c3c3c;
  color: white;
  padding-left: 100px;
  position: fixed;
  top: 0;
  z-index: 3;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
.burger {
  width: 80px;
  height: 80px;
  background-color: #333333;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  transition: all 0.3s ease-in-out;
}
.burger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.burger span:before,
.burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.burger span:before {
  top: -10px;
}
.burger span:after {
  top: 10px;
}
.burger.burger-open span {
  background-color: rgba(0, 0, 0, 0);
}
.burger.burger-open span:before {
  transform: rotate(45deg);
  top: 0;
}
.burger.burger-open span:after {
  transform: rotate(135deg);
  top: 0;
}
.menu {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  width: 15%;
  z-index: 2;
  transform: translateX(100%);
  overflow-x: hidden;
  transition: transform 0.3s ease-in-out;
}
.menu.is-open {
  transform: translateX(0);
}
.menu ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 20px;
}
.menu ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}
.menu ul li a {
  display: block;
  color: white;
  line-height: 3rem;
  font-size: 0.9rem;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.menu ul li a:before,
.menu ul li a:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  background-color: white;
  width: 80%;
  left: 0;
}
.menu ul li a:hover {
  color: #bababa;
}
/* ----------------------------------------------------- HEADER -- */
header {
  background-image: url(../imgs/photoheader.jpg);
  height: 700px;
  background-size: cover;
  background-position: 10%;
  margin-top: 80px;
  text-align: center;
  color: white;
  position: relative;
  animation: anim-header 50s infinite alternate;
}
header:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header h1 {
  font-size: 56px;
  padding-top: 250px;
  font-weight: 300;
  position: relative;
}
header h2 {
  font-size: 20px;
  padding-top: 40px;
  font-weight: 400;
  position: relative;
}
header p {
  font-size: 26px;
  padding-top: 80px;
  font-weight: 300;
  position: relative;
}
/* ----------------------------------------------------  A PROPOS -- */
section.a-propos {
  margin: 60px auto 120px;
}
section.a-propos article {
  width: 60%;
  color: #3c3c3c;
  float: left;
}
section.a-propos article h1 {
  font-size: 36px;
  margin: 60px 10px;
  font-weight: 300;
}
section.a-propos article p {
  font-size: 18px;
  margin: 0px 10px;
  line-height: 30px;
}
section.a-propos img {
  width: 40%;
  float: right;
  margin-top: 150px;
  padding: 30px;
}
/* ----------------------------------------------------- PHOTOGRAPHY -- */
section.photography-contain {
  background-color: #3c3c3c;
  padding: 80px 100px;
  height: 1000px;
}
section.photography-contain div.photography div.visuel {
  height: 400px;
  margin-bottom: 40px;
  margin-left: 45px;
  margin-right: 45px;
  width: 50%;
  float: left;
}
section.photography-contain div.photography div.visuel:nth-child(1) {
  background-image: url(../imgs/femme.jpg);
  background-position: left;
}
section.photography-contain div.photography div.visuel:nth-child(4) {
  background-image: url(../imgs/insolites.jpg);
  background-position: left;
}
section.photography-contain div.photography div.visuel1 {
  height: 400px;
  margin-bottom: 40px;
  margin-left: 45px;
  margin-right: 45px;
  width: 33%;
  float: left;
}
section.photography-contain div.photography div.visuel1:nth-child(2) {
  background-image: url(../imgs/enfants.jpg);
  background-position: left;
}
section.photography-contain div.photography div.visuel1:nth-child(3) {
  background-image: url(../imgs/mariage.jpg);
  background-position: left top;
  background-size: cover;
}
section.photography-contain div.photography article {
  color: #3c3c3c;
  background-color: white;
  float: right;
  width: 40%;
  height: 100%;
  padding: 20px 20px 20px 30px;
  position: relative;
}
section.photography-contain div.photography article h3 i {
  padding: 0 15px;
}
section.photography-contain div.photography article a {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 100px;
  border: solid 1px #3c3c3c;
  transition: all .5s;
  position: absolute;
  bottom: 15px;
}
section.photography-contain div.photography article a:hover {
  background-color: #bababa;
}
section.photography-contain div.photography article1 {
  color: #3c3c3c;
  background-color: white;
  float: right;
  width: 50%;
  height: 100%;
  padding: 20px 20px 20px 30px;
  position: relative;
}
section.photography-contain div.photography article1 h3 i {
  padding: 0 15px;
}
section.photography-contain div.photography article1 a {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 100px;
  border: solid 1px #3c3c3c;
  transition: all .5s;
  position: absolute;
  bottom: 15px;
}
section.photography-contain div.photography article1 a:hover {
  background-color: #bababa;
}
/* --------------------------------------------------------------------- CALENDRIER -- */
section.calendrier {
  margin: 60px auto;
}
section.calendrier div.visuel {
  width: calc(33.333% - 20px);
  margin: 100px 10px;
  float: left;
  background-image: url(../imgs/calendrier.jpg);
  background-size: contain;
  height: 500px;
}
section.calendrier article {
  width: calc(66.666% - 40px);
  margin: 80px 20px;
  float: left;
}
section.calendrier article h2 {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  padding-top: 50px;
  position: relative;
}
section.calendrier article h2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 80px;
  width: 140px;
  border: solid 1px white;
}
section.calendrier article h1 {
  font-size: 30px;
  color: white;
  margin: 50px 0 20px 0;
  font-weight: 300;
}
section.calendrier article p {
  column-count: 2;
  column-gap: 50px;
  font-size: 16px;
  line-height: 22px;
}
section.calendrier article a {
  height: 30px;
  width: 100px;
  border: 1px solid white;
  line-height: 30px;
  margin-top: 40px;
  float: right;
}
section.calendrier article a:hover {
  border: 1px solid #3c3c3c;
  color: white;
}
/* --------------------------------------------------------------------- VIDEO -- */
section.video-contain {
  background-color: #3c3c3c;
  padding: 20px 0;
}
section.video-contain div.video {
  margin: 0 auto;
}
section.video-contain div.video h1 {
  color: white;
  position: relative;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
}
section.video-contain div.video h1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50px;
  width: 200px;
  border: solid 1px white;
}
section.video-contain div.video h1 i {
  padding: 0 15px;
}
section.video-contain div.video p {
  color: white;
  margin-top: 40px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
}
section.video-contain div.video iframe {
  width: 100%;
  height: 500px;
  margin: 80px auto;
}
/* --------------------------------------------------------------------- CITATIONS -- */
section.citation-contain {
  background-image: url(../imgs/citation.jpg);
  background-size: cover;
}
section.citation-contain div {
  text-align: center;
  color: #3c3c3c;
}
section.citation-contain div i {
  font-size: 60px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  margin: 60px auto;
  border: 1px solid #3c3c3c;
}
section.citation-contain div p {
  font-weight: 500;
  line-height: 35px;
}
section.citation-contain div article.citation {
  width: calc(50% - 80px);
  margin: 50px 40px;
  float: left;
  height: 160px;
}
section.citation-contain div article.citation i {
  border: none;
  font-size: 20px;
  margin: 10px auto;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
section.citation-contain div article.citation h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
section.citation-contain div article.citation p {
  font-weight: 300;
  line-height: 25px;
}
/* --------------------------------------------------------------------- FOOTER-- */
section.contain-footer {
  background-color: #3c3c3c;
  padding: 50px;
}
section.contain-footer h1 {
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}
section.contain-footer div.footer {
  margin: 0 auto;
  text-align: center;
}
section.contain-footer div.footer a i {
  font-size: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 30px 10px 0 10px;
  border-radius: 50%;
  color: white;
  border: solid 1px white;
}
section.contain-footer div.footer a i:hover {
  color: #bababa;
}
section.contain-footer div.footer a img {
  margin: 0px auto 20px auto;
}
section.contain-footer div.footer .separe {
  width: 200px;
  border-bottom: 2px solid white;
  margin: 40px auto;
}
section.contain-footer p {
  text-align: center;
  color: white;
  font-size: 12px;
}
/* --------------------------------------------------------------  SCROLLTOP  -- */
a i {
  color: #3c3c3c;
  font-size: 30px;
}
#scrolltop {
  position: fixed;
  bottom: 100px;
  right: 10%;
  display: none;
  height: 70px;
  width: 70px;
  line-height: 80px;
  text-align: center;
  background-color: white;
  color: white;
  border-radius: 50%;
  border: 1px solid black;
  -moz-box-shadow: 3px 3px 5px 0px #656565;
  -webkit-box-shadow: 3px 3px 5px 0px #656565;
  -o-box-shadow: 3px 3px 5px 0px #656565;
  box-shadow: 3px 3px 5px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1024px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .center {
    width: 960px;
    margin: 0 auto;
  }
  .menu {
    width: 30%;
  }
  header {
    height: auto;
  }
  header h1 {
    font-size: 46px;
    padding-top: 60px;
  }
  header p {
    padding-bottom: 60px;
    padding-top: 60px;
    font-size: 24px;
  }
  section.photography-contain {
    padding: 80px 20px;
    height: 800px;
  }
  section.photography-contain div.photography div.visuel {
    height: 300px;
    margin-left: 10px;
    margin-right: 15px;
    width: 48%;
  }
  section.photography-contain div.photography div.visuel:nth-child(1) {
    background-size: cover;
  }
  section.photography-contain div.photography div.visuel:nth-child(4) {
    background-position: right;
  }
  section.photography-contain div.photography div.visuel1 {
    height: 300px;
    margin-left: 10px;
    margin-right: 15px;
    width: 45%;
  }
  section.photography-contain div.photography article {
    width: 45%;
  }
  section.calendrier div.visuel {
    background-size: cover;
    background-position: center;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.video-contain div.video h1 {
    padding-left: 20px;
  }
  section.video-contain div.video h1:after {
    left: 20px;
  }
  section.video-contain div.video p {
    padding-left: 20px;
  }
  section.video-contain div.video iframe {
    padding: 0 50px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header h1 {
    font-size: 36px;
  }
  section.a-propos article h1 {
    font-size: 30px;
    margin: 40px 20px;
  }
  section.a-propos article p {
    margin: 0px 20px;
    line-height: 28px;
  }
  section.a-propos img {
    margin-top: 110px;
  }
  section.photography-contain {
    height: 1300px;
  }
  section.photography-contain div.photography div.visuel {
    height: 250px;
    margin: 20px auto;
    width: 100%;
  }
  section.photography-contain div.photography div.visuel:nth-child(1) {
    background-position: left;
    background-size: initial;
  }
  section.photography-contain div.photography div.visuel:nth-child(4) {
    background-position: left;
  }
  section.photography-contain div.photography div.visuel1 {
    height: 250px;
    margin: 20px auto;
    width: 100%;
  }
  section.photography-contain div.photography article {
    width: 35%;
  }
  section.photography-contain div.photography article1 {
    width: 65%;
  }
  section.calendrier {
    margin: 0px auto;
  }
  section.calendrier div.visuel {
    width: calc(45% - 20px);
    margin: 155px 10px;
  }
  section.calendrier article {
    width: calc(55% - 20px);
    margin: 60px 10px;
  }
  section.calendrier article h1 {
    font-size: 28px;
  }
  section.calendrier article p {
    column-count: 1;
    column-gap: 0;
    font-size: 14px;
  }
  section.calendrier article a {
    margin-top: 20px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 600px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  .logo {
    padding-left: 10px;
  }
  header h1 {
    font-size: 26px;
    padding: 50px;
  }
  header h2 {
    font-size: 16px;
    padding-top: 0;
  }
  header p {
    font-size: 20px;
    padding-top: 40px;
  }
  section.a-propos {
    margin: 30px auto;
  }
  section.a-propos article h1 {
    font-size: 26px;
    margin: 20px 20px;
  }
  section.a-propos article p {
    font-size: 14px;
    line-height: 20px;
  }
  section.a-propos img {
    padding: 10px;
    margin-top: 80px;
  }
  section.photography-contain div.photography div.visuel:nth-child(4) {
    background-position: right;
  }
  section.calendrier {
    margin: 60px auto;
  }
  section.calendrier div.visuel {
    width: calc(60% - 20px);
    margin: 0px auto;
    float: none;
    background-position: center;
    background-repeat: no-repeat;
  }
  section.calendrier article {
    width: calc(100% - 40px);
    margin: 10px 20px;
    float: none;
  }
  section.video-contain div.video iframe {
    height: 300px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 500px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 500px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.photography-contain div.photography div.visuel article {
    width: 45%;
  }
  section.calendrier div.visuel {
    width: calc(70% - 20px);
  }
  section.citation-contain div.center i {
    font-size: 50px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    margin: 40px auto;
  }
  section.citation-contain div.center article.citation {
    height: 100%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 420px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 420px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  .menu {
    width: 45%;
  }
  section.a-propos article {
    width: 100%;
    float: none;
  }
  section.a-propos img {
    width: 100%;
    padding: 60px;
    margin-top: 0px;
    float: none;
  }
  section.photography-contain div.photography div.visuel:nth-child(1) {
    background-size: cover;
  }
  section.photography-contain div.photography div.visuel article {
    width: 50%;
  }
  section.calendrier div.visuel {
    width: calc(80% - 20px);
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 375px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.photography-contain div.photography div.visuel article {
    padding: 20px 0 0 30px;
  }
  section.photography-contain div.photography div.visuel article h3 {
    font-size: 16px;
  }
  section.photography-contain div.photography div.visuel article strong {
    font-size: 12px;
  }
  section.photography-contain div.photography div.visuel1 article1 {
    width: 50%;
    padding: 20px 0 0 30px;
  }
  section.photography-contain div.photography div.visuel1 article1 h3 {
    font-size: 16px;
  }
  section.photography-contain div.photography div.visuel1 article1 strong {
    font-size: 12px;
  }
  section.calendrier div.visuel {
    width: calc(90% - 20px);
  }
  section.citation-contain div.center i {
    font-size: 40px;
    line-height: 60px;
    height: 60px;
    width: 60px;
  }
  section.citation-contain div.center p {
    line-height: 25px;
  }
  section.citation-contain div.center article.citation {
    width: calc(50% - 40px);
    margin: 10px 20px 30px 20px;
  }
  section.citation-contain div.center article.citation i {
    font-size: 18px;
  }
  section.citation-contain div.center article.citation h4 {
    font-size: 18px;
  }
  section.citation-contain div.center article.citation p {
    line-height: 20px;
    font-size: 14px;
  }
  section.contain-footer h1 {
    font-size: 20px;
  }
  section.contain-footer div.footer a i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
