body {
  font-family: 'Open Sans', sans-serif;
 /* background-color: #f8f8f8;*/
  /*color: #333333;*/
  background-image: url('image/css/fond-expo.png');
  background-attachment: fixed;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #333333;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}




header nav {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 15px 0;
}

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav li {
  display: inline-block;
  margin-left: 15px;
}

header nav a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
}

header nav a:hover {
  color: #000000;
}

/* Styles spécifiques pour le site de mariage */

.wedding-header {
  background-image: url('image/header/IMG_20210602_150958.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 200px 0;
}

.wedding-header h1 {
  font-size: 48px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.wedding-header h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.wedding-header p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.wedding-livre {
  padding: 80px 0;
  height : 100%;
  text-align: center;
}
.wedding-livre h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.wedding-livre p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: justify;
}

.wedding-livre .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 80px;
}

.wedding-livre .grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.wedding-livre .grid .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wedding-livre a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333333;
  padding: 15px 30px;
  border-radius: 4px;
  transition: all 0.2s;
  position: center;
}


.wedding-section {
  padding: 80px 0;
  height : 100%;
}

.wedding-section h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.wedding-section p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: justify;
}

.wedding-section .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 80px;
}

.wedding-section .grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.wedding-section .grid .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-invitation {
  height: 500px !important;
  width: 500px !important;
}

.wedding-section .grid .item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}

.wedding-section .grid .item p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  color: #777777;
  text-align: justify;
}

.wedding-cta {
  background-color: #f8f8f8;
  text-align: center;
  padding: 80px 0;
}

.wedding-cta h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.wedding-cta p {
  font-size: 18px;
  margin-bottom: 20px;
}

.wedding-cta a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333333;
  padding: 15px 30px;
  border-radius: 4px;
  transition: all 0.2s;
}

.wedding-cta a:hover {
  background-color: #000000;
}

footer {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
}

footer p {
  font-size: 14px;
  margin-bottom: 0;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #cccccc;
}

@media (max-width: 991px) {
  header nav {
    display: none;
  }

  header .logo {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .wedding-section .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .wedding-section .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.fond-coquillage{
  background: url('image/css/fond-expo.png')  center repeat-y;
  height : 100%;
}

dl {
  display: flex;
  flex-flow: row wrap;
  border: solid #333;
  border-width: 1px 1px 0 0;
}
dt {
  flex-basis: 20%;
  padding: 2px 4px;
  background: #a19d9d;
  text-align: right;
  color: #fff;
}
dd {
  flex-basis: 70%;
  flex-grow: 1;
  margin: 0;
  padding: 2px 4px;
  border-bottom: 1px solid #333;
}

