body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: black;
  min-height: 900px;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.noWrap {
  white-space: nowrap;
}

/* ---------------- Header --------------------- */

header {
  height: 55px;
  left: 0px;
  right: 0px;
  top: 0px;
  position: fixed;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.85);
  color: black;
}

header li img,
.soc a img {
  vertical-align: middle;
  height: 18px;
  margin-right: 20px;
}
header .logo {
  float: left;
  height: 50px;
  line-height: 55px;
  margin-left: 40px;
}
header .logo img {
  height: 36px;
  margin-top: 7px;
  margin-right: 10px;
}
header .logo a {
  vertical-align: middle;
  line-height: 55px;
  font-weight: lighter;
  text-decoration: none;
}

button.btn-know {
  padding: 15px 47px;
  margin: 40px 38.8%;
  text-align: center;
  border: 4px solid black;
  color: black;
  background: transparent;
  font-size: 19px;
  cursor: pointer;
  text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn-know:hover {
  background: #fff;
  color: transparent;
}
ul.built {
  list-style: none;
  margin: 0 auto;
  width: 730px;
}
.built li img {
  float: left;
  padding-right: 34px;
}
/* --------------- accueil ------------------------- */
.home-h2s {
  display: flex;
  flex-wrap: wrap;
}
a.h2-container-home {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: 50% 35%;
  font-style: normal;
  text-decoration: none;
}
a.h2-container-home.giftChristmas {
  width: 100%;
  background-position: 50% 81%;
}
a.h2-container-home.giftChristmas h2 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.h2-container-home h2 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  font-size: 3em;
  font-variant: small-caps;
}

.h2-container-home:hover h2 {
  -webkit-animation: home-h2 0.5s ease-in-out;
  -ms-animation: home-h2 0.5s ease-in-out;
  animation: home-h2 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
}

/* --------------- section ------------------------- */
#h1-container {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 55px;
  margin-bottom: 40px;
  background-size: cover;
  background-position: 50% 35%;
}
a#h1-container {
  margin-top: 55px;
  background-size: cover;
}
h1 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 150px;
  color: white;
  font-size: 3em;
  font-variant: small-caps;
}
section {
  padding: 0px 100px 40px 100px;
  box-sizing: border-box;
}

section .content {
  max-width: 1000px;
  margin: auto;
}

section p.intro {
  /* font-size: 1.1em; */
}
section .content p {
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 25px;
}
section h3 {
  font-size: 1.3em;
  font-variant: small-caps;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0px;
}
section .bold {
  font-weight: 600;
}
section .smallcaps {
  font-variant: small-caps;
}

section .italic {
  font-style: italic;
}
.quote {
  font-size: 2em;
  font-style: italic;
  padding: 20px 20px 0px 20px;
  background-image: url("./img/quote.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 0px 0px;
  margin-bottom: 0px;
  margin-top: 10px;
}

section.grey {
  padding-top: 40px;
  background-color: #eee;
  margin-bottom: 40px;
}

.content a {
  color: black;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: lightgray;
}
.intro_reviews {
  display: flex;
  text-align: center;
  flex-direction: column;
}
h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 25px;
  font-variant: small-caps;
  text-align: center;
}
.intro_reviews .stars {
  width: 130px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
}

.intro_reviews .star {
  width: 25px;
  height: 25px;
}
.reviews {
  /* display: flex;
  flex-direction: row;
  justify-content: space-between; */
}

.slick-next,
.slick-prev {
  border: solid black !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block !important;
  padding: 3px !important;
}
.slick-next {
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
}

.slick-prev {
  transform: rotate(135deg) !important;
  -webkit-transform: rotate(135deg) !important;
}

.slick-next::before,
.slick-prev::before {
  display: none !important;
}

.review {
  /* width: 31%;
  display: flex;
  flex-direction: column; */
  padding: 13px;
}

.review .header {
  display: flex;
  flex-direction: row;
}
.review .review_content {
  font-size: 1em;
  text-align: justify;
}
.review .review_content h3 {
  margin: 5px 0px;
  font-variant: small-caps;
  font-size: 1.2em;
  font-weight: 600;
}

.review .header .stars {
  display: flex;
  flex-direction: row;
  margin-top: 2px;
}
.review .header .stars span {
  font-size: 0.8em;
  font-style: italic;
  margin-left: 2px;
}
.review .header .stars .star {
  width: 15px;
  height: 15px;
}
.review .header .photo img {
  border-radius: 50%;
  object-fit: cover;
  height: 50px;
}
.review .header .photo {
  margin-right: 7px;
}
.review .header .texte {
  padding: 5px;
}
.photo_profil {
  float: right;
  margin-right: 119px;
  padding: 0px 2px 20px 23px;
}
.photo_profil img {
  width: 200px;
}
.included {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.included div {
  display: block;
  margin: 8px;
}
.included .check {
  vertical-align: -1px;
  width: 16px;
  margin-right: 5px;
}
section .content.options_bottom p {
  text-align: center;
}

.price .options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.price .option {
  padding: 30px;
  width: 40%;
  border: 1px solid #555;
}

.price .option p {
  text-align: center;
}
.price h3 {
  text-align: center;
  font-size: 1.1em;
  font-variant: small-caps;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0px;
}

.price .option p {
  margin-bottom: 20px;
}
.price .option p.amount {
  font-weight: 600;
  margin-bottom: 0px;
}

/* ---------------- Galleries --------------------- */

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style-type: none;
  justify-content: center;
}

#corporate .gallery > li {
  height: 195px;
}

.gallery > li {
  height: 270px;
  cursor: pointer;
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

section.download div.content.contentDownloadQuote {
  max-width: 470px;
}
.imgMiddle {
  vertical-align: middle;
  display: inline-block;
}

.smiley {
  vertical-align: middle;
  display: inline-block;
  width: 17px;
}

.gallery > li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
  vertical-align: middle;

  opacity: 1;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.gallery::after {
  content: "";
  flex-grow: 999;
}
.gallery > li img:hover {
  opacity: 0.8;
}

/* ------------------------- Page de téléchargement ---------------------------- */
.download .gallery > li {
  height: 200px;
}

.galleryButton {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  font-variant: small-caps;
  width: 100%;
}
.galleryButton a {
  display: flex;
  justify-content: center;
  flex: 1;
  padding: 5px;
  z-index: 10;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  text-align: center;
}
.galleryButton a:hover {
  color: rgba(255, 255, 255, 1);
}
section.download {
  text-align: center;
}
.download .cards {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.download .cards .card {
  text-align: center;
  background-color: #fafafa;
  border: 1px dotted #aaa;
  border-radius: 16px;
  margin: auto;
  max-width: 80%;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.download .cards .card h3 {
  margin-top: -3px;
  margin-bottom: 10px;
  text-align: center;
}
.download .cards .card .text div {
  margin-bottom: 10px;
  text-align: center;
}
.download .cards .card div p {
  margin-bottom: -5px;
  text-align: center;
}
.download .cards .card i {
  font-size: 0.9em;
}
.download .card .folder {
  box-sizing: border-box;
  background-image: url("img/folder.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  padding: 39px 20px 7px 20px;
  width: 224px;
  gap: 4px;
  align-content: start;
  height: 176px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.download .card .folder img {
  display: flex;
  height: 58px;
  max-width: 88px;
  border-radius: 8px;
}

.download .card a {
  font-size: 1.2em;
}

/* ------------------------- BY SECTION ---------------------------- */

#h1-container.wedding,
#h1-container.wedding_more,
#h1-container.wedding_full,
.h2-container-home.wedding {
  /* wedding */
  background-image: url(./img/background_wedding.jpg);
}
#h1-container.shoot,
.h2-container-home.shoot {
  background-image: url(./img/background_shoot.jpg);
}
#h1-container.corporate,
.h2-container-home.corporate {
  background-image: url(./img/background_corporate.jpg);
}
#h1-container.baby,
#h1-container.baby_full {
  background-image: url(./img/background_baby.jpg);
}
#h1-container.corporate {
  background-position: 50% 82%;
}
#h1-container.download {
  background-position: 50% 50%;
}
#h1-container.download.custom {
  background-position: 50% 16%;
}
#h1-container.gift,
.h2-container-home.gift {
  background-image: url(./img/background_gift.jpg);
}
#h1-container.gift {
  background-position: 50% 45%;
}
#h1-container.giftChristmas {
  background-image: url(./img/background_giftChristmas.jpg);
}
.h2-container-home.giftChristmas {
  background-image: url(./img/background_giftChristmas_home.jpg);
}
#h1-container.giftChristmas {
  background-position: 50% 83%;
}

#h1-container.download h1 {
  background-color: rgba(0, 0, 0, 0.1);
  text-shadow: black 0px 0px 5px;
  padding: 110px;
}

#h1-container.event,
.h2-container-home.event {
  background-image: url(./img/background_event.jpg);
}
#h1-container.contact {
  background-image: url(./img/background_contact.jpg);
  background-position: 50% 85%;
}
#h1-container.home {
}

#h1-container.home,
#h1-container.cgv {
  background-image: url(./img/background_home.jpg);
}
#h1-container.home h1 {
  padding: 105px;
  font-size: 0em;
}
#h1-container.home h1 img {
  width: 250px;
}

/* ---------------- Corporate --------------------- */
.two-columns-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.screencapture-container {
  width: 25%;
}

.screencapture {
  width: 100%;
  border: 2px solid white;
}

.screencapture-text {
  padding: 10px 5%;
  width: 60%;
}

/* ---------------- Gift --------------------- */

.redUnderline {
  text-decoration: underline;
  text-decoration-color: red;
}
.oldPrice {
  text-decoration-color: red;
  font-style: italic;
  font-weight: 400;
}

.photo_gift {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.photo_gift img {
  width: 470px;
  max-width: 80%;
}

.christmasOffer {
  border: 1px solid #a52029;
  padding: 70px;
  text-align: center !important;
  margin: auto;
  width: 306px;
  background-image: url(./img/backgroundChristmasOffer.jpg);
  background-size: cover;
  background-position: 50% 50%;
  font-size: 1.1em;
  margin-bottom: 5px !important;
  margin-top: 25px !important;
}

/* ---------------- Contact --------------------- */

#contact {
  text-align: center;
}

#contact p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#contact label {
  color: #333333;
  font-weight: bold;
  font-size: 1em;
}
#contact input,
#contact textarea,
#contact select {
  background: none;
  border: 0px;
  border-bottom: 1px solid #333333;
}
#contact textarea {
  background-image: url("../img/textarea.png");
  background-size: 1px 25px;
  border-bottom: 0px;
  line-height: 25px;
  color: #333333;
  font-size: 1em;
  background-attachment: local;
  height: 222px;
}
#contact .btn {
  background-image: url("../img/plane.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 90% 50%;
  font-size: 1em;
  font-weight: bold;
  height: 40px;
  width: 117px;
  text-align: left;
  padding-left: 10px;
}
#contact .btn:hover {
  cursor: pointer;
  -webkit-animation: send 0.7s linear;
  -ms-animation: send 0.7s linear;
  animation: send 0.7s linear;
}
#contact select {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  color: #333333;
  font-size: 1em;
  width: 110%;
}
#contact select option {
  background-color: white;
}
#linkContact {
  cursor: pointer;
}

footer {
  width: 100%;
  text-align: center;
  color: #444444;
  margin-top: 100px;
  margin-bottom: 5px;
}
footer a {
  color: black;
  text-decoration: none;
}
footer a:hover {
  color: #333333;
  text-decoration: underline;
}
.phoneOnly {
  display: none;
}
.phoneOnlyInline {
  display: none;
}
.desktopOnly {
  display: block;
}
.desktopOnlyInline {
  display: inline;
}

#contact .btn,
.btn {
  width: 300px;
  text-align: center;
  padding: 10px;
  margin: auto;
  margin-top: 22px;
  background-color: #eee;
  border: 2px solid #333333;
  display: block;
  margin-top: 42px;
  margin-bottom: 20px;
}

#contact .btn:hover,
.btn:hover {
  -webkit-animation: btn 0.3s ease-in-out;
  -ms-animation: btn 0.3s ease-in-out;
  animation: btn 0.3s ease-in-out;
  background-color: white;
}
@keyframes btn {
  0% {
    background-color: #eee;
  }
  100% {
    background-color: white;
  }
}
@keyframes home-h2 {
  0% {
    background-color: rgba(0, 0, 0, 0.4);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}

/* ---------------- MENU ----------------------------- */

header {
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.menu_dd_li {
  position: relative;
}

.menu_dd_li:hover .menu_dd_list {
  display: flex;
}
.menu_dd_list {
  padding-top: 6px;
  display: none;
  position: absolute;
  top: 18px;
  flex-direction: column;
  background-color: white;
  width: 100%;
  left: 0px;
  text-align: center;
}
.menu_dd_list a {
  display: block;
  padding: 8px;
  font-size: 0.9em;
  text-align: center;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0;
  padding: 0 13px;
  font-size: 0.9em;
}

.menu > li,
.menu > li a,
.soc a {
  text-decoration: none;

  color: black;
  text-transform: uppercase;
}
.menu > li a:hover {
  text-decoration: underline;
}
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #000;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 1260px) {
  .menu > li {
    font-size: 0.9em;
  }
  header li img,
  .soc a img {
    margin-right: 12px;
  }
}
@media (max-width: 1190px) {
  .menu > li {
    font-size: 0.85em;
    padding: 0 10px;
  }
}

@media (max-width: 1140px) {
  #contact .btn,
  .btn {
    width: inherit !important;
  }

  .download .cards {
    flex-direction: column;
  }

  .christmasOffer {
    padding: 30px;
    margin: auto;
    width: inherit;
    font-size: 1em;
  }

  .photo_gift {
    flex-direction: column;
    text-align: center;
  }

  a.h2-container-home.giftChristmas h2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .photo_gift img {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
  .photo_gift img:first-child {
    margin-bottom: 20px;
  }

  .slick-next {
    right: 13px !important;
  }

  .slick-prev {
    left: 13px !important;
  }
  .slick-next,
  .slick-prev {
    width: 10px !important;
    height: 10px !important;
  }

  .download .listFiles {
    max-width: 100%;
  }
  header li img,
  .soc a img {
    margin-right: 20px;
  }
  header li a:last-child img {
    margin-right: 0px;
  }
  .desktopOnly,
  .desktopOnlyInline {
    display: none !important;
  }

  .phoneOnly {
    display: block;
  }
  .phoneOnlyInline {
    display: inline;
  }
  section {
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #h1-container {
    margin-bottom: 30px;
  }
  section .content p {
    margin-bottom: 8px;
  }

  h1,
  #h1-container.download h1 {
    padding: 35px;
  }
  .content .quote {
    font-size: 1.5em;
    margin-top: 0px;
  }

  .photo_profil img {
    width: 120px;
  }
  .photo_profil {
    margin-right: 10px;
    padding: 2px 2px 3px 23px;
  }
  .review {
    width: inherit;
    margin-bottom: 25px;
  }
  .review:last-child {
    margin-bottom: 0px;
  }
  #h1-container.home h1 {
    padding: 45px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .price h3 {
    margin-bottom: 10px;
  }
  .price .option {
    width: inherit;
    margin-bottom: 10px;
    padding: 12px;
  }
  section .content.price {
    margin-bottom: 25px;
  }
  .price .option:last-child {
    margin-bottom: 0px;
  }
  #contact textarea {
    width: calc(100% - 2em);
  }
  section.grey {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .review .review_content h3 {
    text-align: right;
  }
  .review .header {
    margin-bottom: -4px;
  }
  #contact .btn,
  .btn {
    margin-top: 20px;
  }
  section .content {
    font-size: 1em;
    padding: 0px 20px 0px 20px;
  }
  .gallery {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
  .gallery > li {
    width: calc(47%);
    width: calc(50% - 10px);
    height: inherit;
  }
  .reviews {
    flex-direction: column;
  }
  .price .options {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .home-h2s {
    flex-direction: column;
  }
  a.h2-container-home {
    width: 100%;
  }
  .h2-container-home h2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content h2 {
    margin-bottom: 20px;
  }

  .contact textarea {
    width: 100%;
  }

  footer {
    margin-top: 50px;
  }

  .two-columns-container {
    flex-direction: column-reverse;
  }
  .screencapture-container {
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }

  .screencapture {
    display: inline-block;
    width: 80%;
  }

  .screencapture-text {
    padding: 0px;
    width: 100%;
  }

  /* ---------------- MENU ----------------------------- */
  .menu-button-container {
    display: flex;
  }
  header {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .logo {
    margin-left: 0px;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 55px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid black;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    height: inherit;
    padding: 1em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li a {
    font-size: 1em;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1em;
    width: 100%;
    background-color: #fff;
    font-size: 1em;
    overflow: hidden;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  #contact.content {
    margin-top: 20px;
  }
}
