/* * */

body {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  background-color: #d8d5d5;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* nav > ul > li > ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-position: inside;
} */

nav > ul li {
  transition: border-top 5s;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  transition: all 0.4s;
}

a:visited {
  color: #333;
}

a:hover {
  color: #12abd3;
}

h1,
h2,
h3,
h4 {
  padding-bottom: 20px;
}

h3 {
  text-align: center;
}

strong {
  font-weight: bold;
}
.bg-dark {
  background-color: #555;
  color: white;
}

.separator {
  margin: 2rem auto;
  height: 2px;
  width: 50px;
  background: #333;
}
.separator-xl {
  margin: 5rem auto;
  height: 2px;
  width: 200px;
  background: #333;
}
.title {
  margin: 3rem 1rem 2rem 1rem;
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
}

.title-mini {
  margin: 0.1rem;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
}

.title-dev {
  margin: 3rem 1rem 2rem 1rem;
  text-align: center;
  font-weight: 300;
  font-size: 1.2rem;
}

.title-dev::before {
  content: "- ";
}
.title-dev::after {
  content: " -";
}

.title-portfolio {
  margin: 3rem 1rem 0.1rem 1rem;
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
}

.title::before {
  content: "- ";
}
.title::after {
  content: " -";
}

.title-mini::before {
  content: "- ";
}
.title-mini::after {
  content: " -";
}

.title-portfolio::before {
  content: "- ";
}
.title-portfolio::after {
  content: " -";
}

.options-liste::before {
  content: "- ";
}

.options-liste::after {
  content: " -";
}

.options-liste {
  padding: 1rem;
}

.p-mariage {
  max-width: 1850px;
  margin: auto;
  padding: 1rem;
  padding-bottom: 3rem;
}

.icon_arrow {
  position: sticky;
  bottom: 20px;
  left: 100%;
}
/* header */

.titre {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 4rem 0 2rem 0;
}

header {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}

header ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
header li {
  padding: 1rem 2rem 1rem 2rem;
}

/* nav */

.sous-menu {
  display: none;
}

nav {
  padding-bottom: 2rem;
}

nav ul li:hover .sous-menu {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #d8d5d5a6;
  /* border: 2px solid #444; */
  margin-top: 1rem;
  border-bottom-right-radius: 0.7rem;
  border-bottom-left-radius: 0.7rem;
}

nav ul li .sous-div {
  /* margin: 0.6rem 1rem; */
  flex: auto;
}

nav ul li:hover .sous-menu-prest {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #eeeeee;
  border: 2px solid #444;
  margin-top: 1rem;
}

/* citation */

.citation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* max-height: 700px; */
  min-height: 600px;
  text-align: center;
  background: url(../img/sunset.webp) center center/cover;
  color: white;
  line-height: 4rem;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
}
.citation p {
  margin: 2rem;
}

.strong-ansel {
  font-family: "adventure", script;
  font-weight: 400;
  font-style: normal;
}
.entreprises {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 800px;
  min-height: 700px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3) url(../img/title-entreprises.jpg) top
    center/cover;
  color: white;
  line-height: 4rem;
  font-size: 2rem;
  letter-spacing: 0.4rem;
  background-blend-mode: darken;
}

.particuliers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* max-height: 800px; */
  min-height: 65vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.3) url(../img/fond_mariage.webp) center/cover;
  color: white;
  line-height: 4rem;
  font-size: 2rem;
  letter-spacing: 0.4rem;
  background-blend-mode: darken;
}
/* about */

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin: 3rem;
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-img {
  flex: 1;
  width: 100%;
  margin: 0 -5rem 0 -5rem;
  height: auto;
  z-index: 2;
}

/*   */

.about-p {
  padding: 1rem 1.5rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 1.5rem;
  max-width: 800px;
  box-shadow: 1.5px 1.5px 7px 0.5px;
  min-height: 200px;
  margin-top: -2rem;
}

.about-p-reverse {
  padding: 1rem 1.5rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 1.5rem;
  max-width: 1200px;
  min-height: 200px;
  margin-bottom: -2rem;
}

.about-content-bis {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

/* vp */

.vp {
  max-width: 1600px;
  margin: auto;
}

.vp-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.vp-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding: 1rem;
}

.vp-text {
  border: 1px solid #ddd;
  background-color: white;
  margin: 1rem;
  text-align: center;
  padding: 2rem 0;
}

.vp-img {
  width: 100%;
  clip-path: ellipse(33% 50%);
  max-width: 550px;
}

/* partenariat */

/* .partenaiat {
    max-width: 1600px;
  } */

.partenariat-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
}

.partenariat-container a {
  padding-bottom: 1.5rem;
}
.partenariat-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.partenariat-gallery img {
  margin: 0.7rem;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
}

/* contact */

contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding-bottom: 4rem;
}

.contact-block ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-block ul li {
  padding: 0.7rem;
}

.contact-form {
  margin: auto;
  max-width: 900px;
  padding: 10px 10px 20px 10px;
}

.contact-form-mariage {
  margin: auto;
  max-width: 900px;
  padding: 10px 10px 50px 10px;
}

.contact-form iframe {
  border-radius: 10px;
  background-color: #d8d5d5;
}

/* footer */

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  padding-bottom: 1rem;
}

footer p {
  margin: 1rem 0;
  text-align: center;
}

footer > p {
  letter-spacing: 0.7rem;
}

.icons {
  display: flex;
  flex-direction: row nowrap;
}

.icons i {
  margin: 0 1rem;
}
/* copyright */

.copyright p,
a {
  padding: 0 1rem 0 1rem;
}

.copyright {
  display: flex;
  flex-direction: row nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 1px;
}

/* cgv */

.cgv h2 {
  padding: 1.5rem 1rem 1rem 1rem;
  color: #12abd3;
}

.cgv p {
  padding: 0 1rem 0 1rem;
}

.header-cgv h1 {
  text-align: center;
  padding: 3rem 0 4rem 0;
  color: #12abd3;
}

.title-cgv {
  font-weight: 400;
  padding-bottom: 1.8rem;
}

/* portfolio-videos */

.video-responsive {
  display: flex;
  flex-direction: row wrap;
  justify-content: center;
  align-items: center;
}

.container-video {
  display: flex;
  flex-wrap: row wrap;
  justify-content: center;
}

/* prestations photos */

.mariage-title {
  text-align: center;
}

.propo-mariage {
  display: block;
  margin: auto;
  padding: 2rem 5rem 2rem 5rem;
}

.propo-mariage p {
  text-align: center;
}

.images-mariages {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.photos-mariages {
  padding: 0.2rem;
  max-width: 300px;
}

/* prestations video */

.container-gallery-video {
  display: block;
  margin: auto;
  margin: 2rem 0;
}

.iframe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.iframe-titre {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding-bottom: 2rem;
}

.iframe iframe {
  padding: 1rem;
}

.iframe-title {
  padding: 1rem 0rem 0.5rem 0rem;
}
.mariage-net {
  text-align: center;
  padding-bottom: 2rem;
}

.tarif {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 1rem;
  line-height: 2rem;
}

.brochure {
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  padding-bottom: 3.5rem;
}

.offre {
  text-align: center;
  padding: 0.4rem 1rem 0.4rem 1rem;
  margin: 0rem 2rem 0rem 2rem;
  border: 0.1rem #212222b0 solid;
  border-radius: 0.6rem;
  background-color: rgba(245, 245, 245, 0.315);
  min-width: 300px;
}

.offre-options {
  text-align: center;
  padding: 0.4rem 1rem 0.4rem 1rem;
  margin: 0rem 2rem 0rem 2rem;
  border: 0.1rem #212222b0 solid;
  border-radius: 0.6rem;
  background-color: rgba(245, 245, 245, 0.315);
  min-width: 300px;
  max-width: 500px;
}

.options {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
/* porfolio photos */

.container-gallery-photo {
  display: block;
  margin: auto;
}

.gallery-content {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.images-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0rem 1rem;
}

.images-container img {
  margin: 0rem 0.7rem 0.5rem 0.7rem;
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
}
.cta-container {
  text-align: center;
  margin: 40px 0;
}

.btn-mariage {
  display: inline-block;
  background-color: #12abd3; /* Le bleu spécifique de Titvisuel */
  color: #ffffff;
  padding: 18px 35px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(18, 171, 211, 0.3);
  font-family: "Montserrat", sans-serif;
}

.btn-mariage i {
  margin-right: 10px;
}

.btn-mariage:hover {
  background-color: #333333; /* Devient noir au survol pour le contraste */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
