/* ---------------MEDIA QUERY ----------------*/
@media screen and (min-width: 992px) {
  .home .photo {
    width: 40%!important;
  }
}

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #707070;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: auto;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 60px;
  text-align: center;
  margin: 150px 0;
  line-height: 130%;
  color: #707070;
}

h2 {
  font-family: 'WindSong', cursive;
  font-weight: 500;
  font-size: 50px;
  color: #707070;
  text-align: center;
}


p {
  line-height: 150%;
  color: #707070;
  font-size: 20px;
  margin-bottom: 30px;
  /*padding: 0 30px;*/
}

section {
  margin-bottom: 100px;
}
.bgGris_fond {
  background: #F9F8F8;
}

.bgGris {
  background: #F9F8F8;
  height: 220px;
}

.bgGris_static {
  background: #F9F8F8;
  height: 158px;
}

.bgGris_static h2 {
  line-height: 305%;
}

.bgGrisGauche {
  position: absolute;
  right: -10%;
  background: #F9F8F8;
  height: 100%;
  width: 1200px;
}

.bgGrisDroit {
  position: absolute;
  left: 51%;
  background: #F9F8F8;
  height: 100%;
  width: 1200px;
}

.sous-titre {
  position: relative;
  height: 130px;
  margin-bottom: 60px;
}
.gauche h2 {
  line-height: 268%;
  text-align: right;
  margin-right: 150px;
}

.droit h2 {
  line-height: 268%;
  text-align: left;
  margin-left: 150px;
}

strong {
  font-weight: 500;
}

.photo {
  position: relative;
  z-index: 4;
}

.btnSaumon a {
  text-decoration: none;
  color: #FFA07A;
  border: solid 1px #FFA07A;
  padding: 10px 40px 9px 40px;
  font-size: 20px;
  text-transform: uppercase;
  margin: 30px 0;
  display: inline-block;
  transition: 200ms;
}

.btnSaumon a:hover {
  background: #FFA07A;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  position: relative;
}

.scroll-down {
  position: absolute;
  left: 48%;
  bottom: 5%;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 38px;
  height: 38px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 20;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation:    fade_move_down 4s ease-in-out infinite;
  animation:         fade_move_down 4s ease-in-out infinite;
  transition: all 0.3s;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}




/*...........................NAV................................ */
.navbar {
  background-color: rgba(255, 255, 255, 0.80);
}

.nav-link {
  text-transform: uppercase;
  font-style: 'Montserrat', sans-serif;
  margin-left: 10px;
  margin-top: 25px;
  transition: 200ms;
}

.nav-link:hover {
  transform: scale(105%);
  color: #FFA07A!important;
}

.nav-item:last-child a {
  border: 1px solid #707070;
  padding: 10px;
  margin-top: 21px;
  transition: 200ms;
}

.nav-item:last-child a:hover {
  border: 1px solid #FFA07A;
  background: #FFA07A;
  color: white!important;
}

header {
  position: relative;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}


/*...........................HEADER................................ */
/*...........................BACKGROUND HEADER................................ */
#page_mariage {
   background: url("images/mariage/header_mariage.jpg") no-repeat center;
   background-size: cover;
   height: 100vh;
 }

 #page_portrait {
    background: url("images/portrait/portrait_accueil.jpg") no-repeat center;
    background-size: cover;
    height: 100vh;
  }


  #page_portfolio {
     background: url("images/portfolio/bague_fiancaille.jpg") no-repeat center;
     background-size: cover;
     height: 100vh;
   }

   #tarifs_mariage {
      background: url("images/tarifs/header_tarifs.jpg") no-repeat center;
      background-size: cover;
      height: 100vh;
    }

    #blog_mariage {
       background: url("images/blog/header_blog.jpg") no-repeat center;
       background-size: cover;
       height: 100vh;
     }

     #contact_mariage {
        background: url("images/contact/header_contact.jpg") no-repeat center;
        background-size: cover;
        height: 100vh;
      }

/*...........................ACCUEIL................................ */

/*............FAISONS CONNAISSANCE............ */
.arrow {
	text-align: center;
}

.txt_plus {
	display: none;
}

.reverse {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}

/*............STYLE FINE ART............ */
.photo {
  margin-top: -10%;
}

#style_fine_art_accueil .droit h2 {
  margin-left: 200px;
}


/*............PARALLAX + EXERGUE............ */

#parallax_exergue {
  background: url("images/accueil/amoureux.jpg") no-repeat center fixed;
  background-size: cover;
  height: 450px;
  margin-bottom: 250px;
}

@supports (-webkit-touch-callout: none) {
  #parallax_exergue {
      background: url('images/accueil/amoureux.jpg') center top no-repeat scroll;
      background-size: auto 100vh;
  }
  }

.exergue {
  background: url("images/accueil/guillemet_gauche.svg") 5% 5% no-repeat, url("images/accueil/guillemet_droit.svg") 95% 95% no-repeat;
  background-color: #F9F8F8;
  margin-top: 18%;
}

.exergue p{
  font-size: 25px;
  padding: 0 0 0 0!important;
}


/*............QUESTIONS............ */

.questions {
  margin-bottom: 50px;
}

.questions p {
  font-size: 30px;
}



/*..................................FOOTER................................... */
footer {
}

footer a{
  text-decoration: none;
  color: #707070;
}

footer a:hover{
  color: #FFA07A;
}
footer ul {
  list-style-type: none;
}

footer p{
  margin-bottom: 10px;
  line-height: 110%;
}

footer i{
  font-size: 35px;
  padding-right: 7px;
}



/*..................................MARIAGE.................................. */
/*............REPORTAGE FINE ART............ */
#reportage_style_fine_art .bgGrisDroit {
  position: absolute;
  left: 36%;
  background: #F9F8F8;
  height: 151%;
  width: 1300px;
  top: 172%;
}

#reportage_style_fine_art .droit h2 {
  line-height: 136%;
  text-align: center;
  margin-top: 28px;
}

#reportage_style_fine_art .texte {
margin-top: 300px;
}

/*............DRONE + PARALLAX............ */
#parallax_drone {
  background: url("images/mariage/photo_drone.jpg") no-repeat center fixed;
  background-size: cover;
  height: 750px;
  margin-bottom: 250px;
}

@supports (-webkit-touch-callout: none) {
  #parallax_drone {
      background: url('images/mariage/photo_drone.jpg') center top no-repeat scroll;
      background-size: auto 100vh;
  }
  }

.texte_drone {
  margin-top: 5%;
}

.texte_drone h2 {
  margin-bottom: 30px;
}

#deroulement_reportage_mariage .bgGrisDroit {
  position: absolute;
  left: 36%;
  background: #F9F8F8;
  height: 151%;
  width: 1300px;
  top: 0%;
}

#deroulement_reportage_mariage .droit h2 {
  line-height: 136%;
  text-align: center;
  margin-top: 28px;
}

#deroulement_reportage_mariage .photo:first-child {
  margin-top: -10%;
}

#deroulement_reportage_mariage .droit h2 {
  margin-left: 0px;
}

#deroulement_reportage_mariage .texte p:first-child {
  margin-top: 40px;
}

/*..................................PORTRAIT.................................. */
#parallax_portrait {
  background: url("images/portrait/portrait_parallax.jpg") no-repeat center fixed;
  background-size: cover;
  height: 450px;
}

@supports (-webkit-touch-callout: none) {
  #parallax_portrait {
      background: url('images/portrait/portrait_parallax.jpg') center top no-repeat scroll;
      background-size: auto 100vh;
  }
  }

.gauche_haut h2 {
  line-height: 124%;
  text-align: right;
  margin-right: 150px;
  margin-top: 34px;
}

.bgGrisGauche_haut {
  position: absolute;
  right: -10%;
  background: #F9F8F8;
  height: 150%;
  width: 1200px;
}

.droit_haut h2 {
  line-height: 121%;
  text-align: left;
  margin-left: 150px;
  margin-top: 34px;
}

.bgGrisDroit_haut {
  position: absolute;
  left: 51%;
  background: #F9F8F8;
  height: 150%;
  width: 1200px;
}

#portrait_individuel .texte p:first-child {
  margin-top: 40px;
}



/*..................................PORTFOLIO.................................. */

#portfolio_portrait a, #portfolio_mariage a {
  position: relative;
  display: block;
}

.hover_portrait {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  height: 90%;
  width: 90%;
  transition: all 200ms;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
}

#portfolio_portrait h4, #portfolio_mariage h4 {
  text-align: center;
  border-bottom: 3px solid #FFA07A;
  padding-bottom: 10px;
  font-size: 25px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: #707070;
  font-weight: 400;
}

.hover_portrait:hover {
  opacity: 1;
}




/*..............................TARIFS......................... */

#tarifs_portraits .bgGris h2 {
  margin-top: 50px;
}

h3 {
  font-weight: 400;
  font-size: 20px;
}

.bgGris_tarif {
  background-color: #F9F8F8;
  height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 200%;
}

.tarif {
  display: flex;
  position: relative;
  z-index: 60;
}

.bgGris_tarif p {
  vertical-align: center;
}


.tarif_formule {
  position: relative;
}

.texte-formule {
  position: relative;
  z-index: 99;
  background-color: #fff;
  padding: 50px 0;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.formule_portrait h3 {
  font-size: 50px;
  font-weight: 300;
  border-bottom: 3px solid #FFA07A;
  padding-bottom: 20px;
  display: inline-block;

}

.formule_portrait h5 {
  font-size: 47px;
  font-weight: 600;
  padding-top: 15px;
  display: inline-block;
}

.flex-row-reverse .bgGris_tarif {
  left: inherit;
  right: 50%;
}

.prix p {
  border: 1px solid #707070;
  padding: 10px 80px;
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
}

#parallax_tarifs {
  background: url("images/tarifs/parallax_tarifs.jpg") no-repeat center fixed;
  background-size: cover;
  height: 420px;
  margin-bottom: 100px;
}

@supports (-webkit-touch-callout: none) {
  #parallax_portrait {
      background: url('images/tarifs/parallax_tarifs.jpg') center top no-repeat scroll;
      background-size: auto 100vh;
  }
  }


#cheque_cadeau p {
  font-family: 'WindSong', cursive;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 0px;
}

.bgGris_formule {
  background: transparent;
}

 .margin_tarifs{
   margin: 30px 0;
 }

 .formule {
   margin-bottom: 150px;
 }


#tarifs_portraits h2 {
  padding-top: 34px;
}

#tarifs_mariages h2 {
  padding-top: 54px;
}

/*..............................BLOG......................... */
.article_blog h3 {
  font-size: 25px;
  border-bottom: 2px solid #FFA07A;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.article_blog p {
  font-size: 18px;
}

/*..............................ARTICLE......................... */
#titre_article_blog h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
}

#titre_article_blog p {
  border-bottom: 2px solid #FFA07A;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/*..............................CONTACT......................... */
/*..........Coordonnées......... */
#coordonnees_formulaire h3 {
  font-style: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #707070;
  padding-top: 15px;
}

.bgGris_coordonnees{
  background-color: #F9F8F8;
  padding-bottom: 150px;
  padding-left: 20px;
}



/*..........Formulaire......... */

#formulaire {
  font-family: 'Montserrat', sans-serif;
}


#formulaire input[type="text"],
#formulaire input[type="email"] ,
#formulaire input[type="tel"] {
  background-color: transparent;
  border-color: #FFA07A;
  border-width: 0px 0px 1px 0px;
  margin-bottom: 15px;
  color: #707070;
  height: 0px;
  padding: 7px 3px 16px 8px;
  width: 100%;
}


#formulaire textarea {
  background-color: transparent;
  border: 1px solid #FFA07A;
  margin: 20px 0 0 0;
  color: #707070;
  padding-left: 10px;
  width: 100%;
  height: 250px;
}

input[type="submit"] {
  background-color: transparent;
  border: 1px solid #FFA07A;
  color: #FFA07A;
  font-size: 25px;
  text-transform: uppercase;
  padding: 15px 80px 15px 80px;
  margin-top: 14px;
  display: block;
  margin: auto;
}

input[type="submit"]:hover {
  background-color: #FFA07A;
  color: #fff;
  cursor: pointer;
}

::placeholder {
  color: #707070;
}








































/* ---------------MEDIA QUERY ----------------*/
@media screen and (max-width: 1750px) {
  #slides {
    display: none;
  }

  #header_mariage {
  background: url("images/accueil/header_accueil_1.jpg") no-repeat center;
  background-size: cover;
  height: 100vh;
  }

}


@media screen and (max-width: 1200px) {

  .container {
    width: auto;
  }

  .nav-link {
    margin-left: 5px;
    font-size: 14px;
  }

  .bgGrisGauche {
  right: -30%;
  }


  .gauche h2 {
  margin-right: 70px;
  }

  h2 {
    font-size: 45px;
  }

  header {
    height: 80vh;
  }

  #reportage_style_fine_art .bgGrisDroit, #deroulement_reportage_mariage .bgGrisDroit{
    position: static;
    height: 150%;
  }
  #reportage_style_fine_art .droit h2, #deroulement_reportage_mariage .droit h2 {
    line-height: 136%;
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
  }

  #reportage_style_fine_art .texte, #deroulement_reportage_mariage .texte {
  margin-top: 0px;
  }


  #header_mariage {
  background: url("images/accueil/header_accueil_1.jpg") no-repeat center;
  background-size: cover;
  height: 80vh;
  }

  .photo_portrait {
    margin-top: 50px;
  }

}



@media screen and (max-width: 992px) {
  .nav-link {
    font-size: 18px;
  }

  .navbar-toggler {
    color:  #FFA07A;
  }

  h1 {
  font-size: 47px;
  margin: 100px 0;
  }



  #faisons_connaissance .photo {
  margin-top: 0;
  }

  #style_fine_art_accueil .droit h2 {
    margin-left: 0px!important;
  }

  #reportage_style_fine_art .bgGrisDroit, #deroulement_reportage_mariage .bgGrisDroit {
    width: auto;
  }

.texte_drone {
  margin-top: 0%;
}

.photo {
  margin-top: 0%;
}


#page_mariage, #page_portrait, #page_portfolio, #tarifs_mariage, #blog_mariage, #contact_mariage {
   height: 70vh
 }

.droit h2 {
  text-align: center;
  margin-left: 0px;
}

.bgGrisGauche {
  position: static;
  width: initial;
}

.bgGrisGauche_haut {
  position: static;
  width: auto;
}

.bgGrisDroit_haut {
  position: static;
  width: auto;
}

.droit_haut h2 {
  line-height: 121%;
  text-align: center;
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 55px;
}

.gauche h2 {
  text-align: center;
  margin-right: 0px;
  line-height: 100%;
  padding-top: 47px;
}

.droit h2 {
  text-align: center;
  margin-left: 0px;
  line-height: 100%;
  padding-top: 47px;
}


.bgGrisDroit {
  position: static;
  width: initial;
}

.gauche_haut h2 {
  line-height: 124%;
  text-align: center;
  margin-right: 0px;
  margin-top: 0px;
  padding-top: 55px;
}

.formule_portrait h5 {
  font-size: 40px;
}

.formule_portrait h3 {
  font-size: 38px;
}

.bgGris_coordonnees {
  padding-bottom: 7px;
}

.hover_portrait {
  opacity: 1;
}



}


@media screen and (max-width: 768px) {

  body {
    margin-top: 126px;
  }

  h1 {
    font-size: 35px;
  }

  p {
  text-align: center;
  font-size: 17px;
  }

  .bgGris {
    height: 192px;
  }

.exergue {
display: none;
}

#parallax_exergue {
  height: 40vh;
}

h2 {
  font-size: 38px;
}

.questions p {
  font-size: 19px;
}



.arrow img {
  width: 50px;
}

.arrow {
  padding-bottom: 30px;
}

header {
  height: 60vh;
}

#header_mariage {
height: 60vh;
}

.photo {
  width: 50%;
  margin: auto;
}

.bgGris_static h2 {
  line-height: 415%;
}

.bgGris_tarif {
  display: none;
}

.bgGris_formule {
  background: #F9F8F8;
}

.texte-formule {
  min-height: 0px;
}

section {
  margin-bottom: 0px;
}

#cheque_cadeau p {
  font-size: 27px;
}

.formule {
  margin-bottom: 100px;
}



}


@media screen and (max-width: 576px) {

  h1 {
  font-size: 35px;
  margin: 80px 0;
  }



  #faisons_connaissance .photo {
    text-align: center;
    width: 50%;
    display: inline-block;
    margin-bottom: 30px;
  }


.gauche h2 {
  font-size: 24px;
}


.droit h2 {
  font-size: 24px;
}

#mariage .photo {
  margin-top: 0%;
}

#parallax_exergue {
  display: none;
}

#parallax_portrait {
  display: none;
}

parallax_tarifs{
 display: none;
}

#titre_article_blog h2 {
  font-size: 30px;
}

.photo-liste {
  flex-basis: content;
  margin: auto;
}

.formule {
  margin-bottom: 50px;
}

}






@media screen and (max-width: 480px) {

  .photo_header{
    height: 1000px;
    object-fit: cover;
    object-position: center;
  }

 .navbar-brand  {
   width: 75%;
 }

 h1 {
 font-size: 22px;
  }

footer p {
  text-align: start;
  margin-left: 32px;
}

.gauche_haut h2 {
  padding-top: 64px;
}

.droit_haut h2 {
  padding-top: 65px;
}

.gauche h2 {
  padding-top: 43px;
}

.droit h2 {
  padding-top: 55px;
}

#slides {
  height: 50vh;
}

#header_mariage {
height: 50vh;
}

#page_mariage, #page_portrait, #page_portfolio, #tarifs_mariage, #blog_mariage, #contact_mariage {
   height: 50vh
 }

 .bgGris_static h2 {
   line-height: 120%;
   padding-top: 65px;
 }

 h2 {
   font-size: 24px;
 }

 .prix p {
   border: 1px solid #707070;
   padding: 10px 16px;
   display: inline-block;
   font-size: 29px;
   font-weight: 500;
 }

 #titre_article_blog h2 {
   font-size: 24px;
 }

 .texte_drone h2 {
  font-size: 27px;
 }

h2 {
  padding-top: 50px;
}

#parallax_drone {
  background: url("images/mariage/photo_drone.jpg") no-repeat center fixed;
    background-position-x: center;
    background-position-y: center;
    background-size: auto;
  background-size: cover;
  height: 891px;
  margin-bottom: 48px;
}

.questions h2 {
  padding-top: 0px;
}

}
