@font-face {
  font-family: "Alice";
  src: url("fonts/Alice-Regular.ttf"); }

@font-face {
  font-family: "Pinyon Script";
  src: url("fonts/PinyonScript-Regular.ttf"); }

body {
  font-family: "Alice", sans-serif;
  background-color: #f5f5f5;
  padding: 0;
  margin: 0; }

section {
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    section {
      padding: 2rem 0.7rem; } }
  @media screen and (min-width: 768px) and (max-width: 1920px) {
    section {
      padding: 2rem; } }
  @media screen and (min-width: 1920px) {
    section {
      width: 1480px;
      margin: auto; } }

a {
  color: #6e1619;
  font-weight: bold; }
  a:hover {
    color: #991f23; }
  a:visited {
    color: #440e0f; }

.top-left-triangle {
  border-right: 20px solid transparent;
  border-left: 20px solid #6e1619;
  border-bottom: 20px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2; }

.bottom-right-triangle {
  border-left: 20px solid transparent;
  border-right: 20px solid #6e1619;
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 2; }

.text-bold {
  font-weight: bold;
  font-size: x-large;
  color: #6e1619; }

.text-align-right {
  text-align: right; }

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

.ceremony-section {
  padding: 2rem;
  text-align: center; }
  .ceremony-section .ceremony-card {
    border: 3px solid #6e1619;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.64);
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.64); }
    .ceremony-section .ceremony-card div {
      padding: 0.7rem; }
    .ceremony-section .ceremony-card .ceremony-section-content {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .ceremony-section .ceremony-card .ceremony-section-content .ceremony-card-timeline {
        display: flex;
        flex-direction: row;
        justify-content: space-around; }
        @media screen and (max-width: 768px) {
          .ceremony-section .ceremony-card .ceremony-section-content .ceremony-card-timeline {
            flex-direction: column; } }

.invite-section {
  padding: 2rem;
  background-image: radial-gradient(#6e1619 1.5px, transparent 1.5px), radial-gradient(#6e1619 1.5px, transparent 1.5px);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  text-align: center; }
  .invite-section .invite-card {
    background-color: white;
    background-image: url("/img/Sou_et_Charlotte.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 24%;
    padding: 2rem;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.64);
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.64);
    border: 8px double #6e1619; }
  .invite-section .names {
    font-size: 3rem;
    font-family: "Pinyon Script", serif;
    color: #6e1619;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .invite-section .names {
        font-size: 2.60rem; } }
  .invite-section .date {
    text-align: center; }

.playlist-section .spotify-playlist-wrapper {
  text-align: center; }
  .playlist-section .spotify-playlist-wrapper iframe {
    border: 0; }

@media screen and (min-width: 768px) and (max-width: 1920px) {
  .playlist-section .spotify-playlist-wrapper iframe {
    width: 80%; } }

@media screen and (min-width: 1920px) {
  .playlist-section .spotify-playlist-wrapper iframe {
    width: 1000px; } }

.cagnotte-section .piggy a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none; }
  .cagnotte-section .piggy a i {
    font-size: 3.5em; }
  .cagnotte-section .piggy a span {
    font-size: 1.15rem; }

.photo-cha-sou-mariage {
  max-height: 60vh;
  max-width: 60vw; }
