body {
  background-color: #f2f2f2;
  font-family: Raleway, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin: 20px 18px 10px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin: auto 18px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 24px;
}

a {
  border-bottom: 1px solid #f2f2f2;
  color: #1a1a1a;
  text-decoration: none;
}

label {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.navbar {
  height: 96px;
  padding-right: 18px;
  padding-left: 18px;
  background-color: #1a1a1a;
  color: #f2f2f2;
}

.navbar.navbar-footer {
  height: 128px;
  background-color: #f2f2f2;
}

.nav-link {
  padding: 18px 24px;
  border-bottom-style: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Raleway, sans-serif;
  color: #f2f2f2;
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
}

.nav-link:hover {
  background-color: #333;
}

.nav-link:active {
  background-color: #4d4d4d;
}

.nav-link:focus {
  background-color: #4d4d4d;
}

.nav-link.w--current {
  color: #f2f2f2;
}

.nav-link.light-nav-link {
  background-color: #f2f2f2;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #1a1a1a;
  font-size: 20px;
}

.nav-link.light-nav-link:hover {
  background-color: #e5e5e5;
}

.nav-link.light-nav-link:active {
  background-color: #d9d9d9;
}

.nav-link.light-nav-link:focus {
  background-color: #d9d9d9;
}

.nav-link.light-nav-link.big {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.text-block {
  font-family: 'Abril Fatface', sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.brand {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  color: #f2f2f2;
}

.brand.w--current {
  border-bottom-style: none;
}

.brand.dark-brand {
  color: #1a1a1a;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.first-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/acceuil.JPG');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-background {
  position: static;
  top: -132px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
}

.heading {
  margin-top: auto;
  margin-bottom: auto;
}

.heading.heading-white {
  color: #f2f2f2;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container.featured-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.check-out-albums-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 640px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/albumDiscover.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.container.full-height {
  height: 100%;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.relative {
  position: relative;
  height: 70vh;
  min-height: 320px;
}

.container.relative.background-image {
  background-image: url('../images/Sans-titre_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container.album-grid {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.container.white-background {
  background-color: #fff;
}

.container.vertical-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.featured-text-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-left: 18px;
  padding-left: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 6 auto;
  -ms-flex: 1 6 auto;
  flex: 1 6 auto;
}

.heading-underlined {
  margin: 0px 0px 24px;
  padding-right: 24px;
  border-bottom: 1px solid #b3b3b3;
}

.featured-image-1 {
  position: relative;
  display: block;
  margin-right: 18px;
  margin-left: 96px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  max-width: 50%;
}

.featured-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a;
  color: #f2f2f2;
}

.featured-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-right: 18px;
  margin-left: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 6 auto;
  -ms-flex: 1 6 auto;
  flex: 1 6 auto;
}

.featured-image-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 96px;
  margin-left: 18px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.check-out-albums {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-2 {
  padding: 6px 0px;
  float: left;
}

.image-4 {
  margin-left: 14px;
  float: right;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.big-button {
  margin-top: 24px;
  padding: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
  background-color: #1a1a1a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 700;
}

.big-button:hover {
  background-color: #333;
}

.big-button:active {
  background-color: #4d4d4d;
}

.big-button:focus {
  background-color: #4d4d4d;
}

.big-button.with-image {
  padding: 14px;
}

.big-button.with-image.centered {
  margin-top: 0px;
}

.big-button.center {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  line-height: 24px;
}

.footer {
  height: 128px;
  margin-top: 84px;
  border-top: 2px solid #1a1a1a;
}

.text-block-3 {
  height: 100%;
  padding-top: 42px;
  padding-bottom: 42px;
  float: right;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 8px;
  text-align: right;
}

.heading-image-symbol {
  width: 75px;
  height: 60px;
  background-image: url('../images/Symbole.svg');
  background-position: 0px 0px;
  background-size: 75px 60px;
}

.featured-image-description {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px 18px;
  background-color: #000;
  color: #f2f2f2;
  font-size: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-5 {
  width: 100%;
}

.contact-information-section {
  height: 70vh;
  background-image: url('../images/Contact-Background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.contact-form-section {
  padding-top: 72px;
  padding-bottom: 60px;
}

.information-card {
  position: absolute;
  left: auto;
  top: auto;
  right: 36px;
  bottom: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding: 32px 24px 24px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.information-card.information-card-album {
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
}

.contact-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
}

.contact-link {
  margin-left: 12px;
}

.heading-container {
  position: static;
  left: 0px;
  bottom: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-container.absolute {
  position: absolute;
}

.input-field {
  height: 48px;
  max-width: 480px;
  margin-top: 24px;
  margin-bottom: 0px;
  border: 2px solid #1a1a1a;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-size: 16px;
  line-height: 20px;
}

.input-field:focus {
  border-color: #b3b3b3;
}

.input-field.long {
  max-width: 100%;
}

.text-area {
  max-width: 100%;
  min-height: 192px;
  margin-top: 24px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid #1a1a1a;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-size: 16px;
}

.text-area:focus {
  border-color: #b3b3b3;
}

.choose-album-section {
  padding-top: 72px;
  padding-bottom: 48px;
}

.dropdown-toggle {
  z-index: 1;
  width: 100%;
  padding: 14px 14px 14px 18px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.dropdown-toggle:hover {
  background-color: #333;
}

.dropdown-toggle:active {
  background-color: #4d4d4d;
}

.dropdown-toggle:focus {
  background-color: #4d4d4d;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.dropdown-toggle.w--open {
  width: 100%;
}

.dropdown-container {
  background-color: #1a1a1a;
  color: #f2f2f2;
}

.text-block-4 {
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  color: #f2f2f2;
  font-size: 24px;
}

.dropdown-icon {
  margin-left: 18px;
  float: right;
}

.dropdown-link {
  height: 48px;
  padding: 12px 18px;
  border-bottom-style: none;
  background-color: #1a1a1a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #f2f2f2;
  font-size: 24px;
}

.dropdown-link:hover {
  background-color: #333;
}

.dropdown-link:active {
  background-color: #4d4d4d;
}

.dropdown-link:focus {
  background-color: #4d4d4d;
}

.one-album-section {
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph {
  line-height: 26px;
}

.small-button {
  height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #b3b3b3;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.small-button.full-width {
  width: 100%;
}

.small-button.button-1 {
  margin-right: 6px;
  background-color: #f2f2f2;
  color: #1a1a1a;
}

.small-button.button-2 {
  margin-left: 6px;
  background-color: #f2f2f2;
  color: #1a1a1a;
}

.small-button.small-button-white {
  display: block;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-bottom-style: none;
  background-color: #f2f2f2;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #1a1a1a;
}

.small-button.small-button-white:hover {
  background-color: #e5e5e5;
}

.small-button.small-button-white:active {
  background-color: #d9d9d9;
}

.small-button.small-button-white:focus {
  background-color: #d9d9d9;
}

.small-button.small-button-dark {
  background-color: #1a1a1a;
}

.small-button.small-button-dark:hover {
  background-color: #333;
}

.small-button.small-button-dark:active {
  background-color: #4d4d4d;
}

.small-button.small-button-dark:focus {
  background-color: #4d4d4d;
}

.album-image-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 72px;
  padding-bottom: 24px;
}

.photo-container {
  position: relative;
  display: block;
  width: 25%;
  background-size: cover;
  overflow: hidden;
  margin: 36px 4.16666667%;
  padding-bottom: 25%;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: #b3b3b3;
  background-image: url('../images/Sans-titre.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.absolute {
  position: absolute;
  width: 100%;
}

.section {
  margin-top: 12px;
  margin-bottom: 36px;
}

.left-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 2px solid #b3b3b3;
  background-color: #fff;
}

.heading-3 {
  margin: 0px;
  padding: 32px 16px;
  border-bottom: 2px solid #b3b3b3;
  text-align: center;
}

.dashboard-album {
  display: block;
  padding: 19px 18px;
  border-bottom: 2px solid #b3b3b3;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.dashboard-album:hover {
  background-color: rgba(0, 0, 0, .03);
}

.dashboard-album:active {
  background-color: rgba(0, 0, 0, .08);
}

.dashboard-album:focus {
  background-color: rgba(0, 0, 0, .03);
}

.album-text {
  margin-left: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  font-size: 20px;
}

.album-chevron {
  float: right;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.dashboard-new-album {
  margin-top: 36px;
  padding: 20px 18px;
  border-bottom-style: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.dashboard-new-album:hover {
  background-color: rgba(0, 0, 0, .03);
}

.dashboard-new-album:active {
  background-color: rgba(0, 0, 0, .08);
}

.dashboard-new-album:focus {
  background-color: rgba(0, 0, 0, .03);
}

.album-icon {
  float: left;
}

.album-settings {
  display: flex;
  justify-content: space-around;
  padding: 8px 32px;
  border-bottom: 1px solid #eee;
}

.right-panel {
  width: 66.66666666%;
  float: right;
}

.album-settings-link {
  display: inline-block;
  margin: 0 16px;
  padding: 8px 12px;
  border-bottom-style: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.album-settings-link .album-text{
  float: none;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.album-settings-link .album-icon{
  float: none;
  margin-right: 16px;
  line-height: 24px;
  margin-bottom: 3px;
}

.album-settings-link:hover {
  background-color: rgba(0, 0, 0, .03);
}

.album-settings-link:active {
  background-color: rgba(0, 0, 0, .08);
}

.album-settings-link:focus {
  background-color: rgba(0, 0, 0, .03);
}

.dashboard-section {
  padding-top: 72px;
  padding-bottom: 60px;
}

.container.error{
  margin-bottom: 24px;
  padding: 16px 32px;

  text-align: center;
  color: #800;
  background-color: #ffb7b7;
}

.album-content {
  padding: 24px;
}

.album-photo {
  position: relative;
  width: 42%;
  margin: 24px;
  padding-bottom: 42%;
  float: left;
  background-color: #b3b3b3;
}

.album-image-settings {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
  padding: 14px;
  background-color: rgba(0, 0, 0, .5);
}

.dashboard-edit-photo-button {
  float: right;
  border-bottom-style: none;
}

.dashboard-delete-photo-button {
  border-bottom-style: none;
}

.edit-photo-form {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.text-field {
  width: auto;
  margin: 36px 18px 0px;
  border-style: none;
  background-color: transparent;
  font-family: 'Abril Fatface', sans-serif;
  color: #f2f2f2;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.div-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.textarea {
  display: block;
  width: auto;
  min-height: 147px;
  margin: 24px 18px;
  float: none;
  border-style: none;
  background-color: transparent;
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigation-links-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 36px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-light {
  color: #f2f2f2;
}

.form-block {
  margin-right: 18px;
  margin-left: 18px;
}

.success-message {
  margin-top: 36px;
  padding: 18px;
  background-color: #c6f5bd;
  font-size: 20px;
  font-weight: 400;
}

.error-message {
  margin-top: 36px;
  padding: 14px;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.error-message.error-message-edit-photo-form {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  margin-top: 0px;
}

.text-block-7 {
  line-height: 24px;
}

.text-block-8 {
  line-height: 24px;
}

.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 36px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.information-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.information-container.albums-grid {
  width: 46%;
  margin: 24px 2%;
  float: left;
}

.dropdown {
  background-color: #1a1a1a;
}

.image-in-background {
  min-height: 640px;
  background-image: url('../images/Sans-titre_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.success-message-edit-photo {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: rgba(0, 0, 0, .5);
}

.close-success-message-edit-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-dark-background {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
}

.photo-title {
  padding: 8px 12px;
  color: #f2f2f2;
  text-align: center;
}

.photo-description {
  display: block;
  margin: 24px 18px 12px;
  padding: 8px 12px;
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.photo-information-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.photo-info-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 12px;
  padding: 6px;
  border-bottom-style: none;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms ease, -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1), opacity 200ms ease;
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1), opacity 200ms ease, -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
}

.photo-info-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.toggle-image-2 {
  display: none;
}


.fullscreen-image-full-width {
  max-width: 88%;
  max-height: 100%;
  margin-right: 2%;
  margin-left: 2%;
}

.fullscreen-image-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

.last-image-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  background-color: #1a1a1a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.last-image-button:hover {
  background-color: #333;
}

.last-image-button:active {
  background-color: #4d4d4d;
}

.last-image-button:focus {
  background-color: #4d4d4d;
}

.next-image-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  background-color: #1a1a1a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.next-image-button:hover {
  background-color: #333;
}

.next-image-button:active {
  background-color: #4d4d4d;
}

.next-image-button:focus {
  background-color: #4d4d4d;
}

.image-20 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.image-21 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fullscreen-image-contact-container {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
}

.fullscreen-image-close-button {
  position: fixed;
  top: 12px;
  right: 12px;
  padding: 24px;
  border-bottom-style: none;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
}

.fullscreen-image-close-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.show-photo-fullscreen-button {
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom-style: none;
  background-size: cover;
}

.image-23 {
  width: 32px;
  height: 32px;
}

.popup-container {
  display: none;
  max-width: 720px;
  min-width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f2f2f2;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);

  -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease;
  transition: flex 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex 200ms ease, -ms-flex 200ms ease;
}

.popup-dark-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  transition: opacity 200ms ease;
}

.popup-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #b3b3b3;
}

.popup-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-title {
  margin-right: 24px;
  margin-left: 24px;
  font-size: 20px;
}

.link-block {
  margin: 18px;
  padding: 6px;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.link-block:hover {
  background-color: #e5e5e5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block:active {
  background-color: #d9d9d9;
}

.link-block:focus {
  background-color: #e5e5e5;
}

.popup-element {
  width: 100%;
  margin-top: 24px;
  float: none;
}

.popup-element.small-button.dark-small-button {
  background-color: #1a1a1a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #f2f2f2;
}

.popup-element.small-button.dark-small-button:hover {
  background-color: #333;
}

.popup-element.small-button.dark-small-button:active {
  background-color: #4d4d4d;
}

.popup-element.small-button.dark-small-button:focus {
  background-color: #4d4d4d;
}

.popup-element.small-button.warning-small-button {
  background-color: #fc3030;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.popup-element.small-button.warning-small-button:hover {
  background-color: #e32b2b;
}

.popup-element.small-button.warning-small-button:active {
  background-color: #ca2626;
}

.popup-element.small-button.warning-small-button:focus {
  background-color: #e32b2b;
}

.popup-element.upload-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1a1a1a;
}

.dashboard-popup-textarea {
  margin-bottom: 0px;
  border: 2px solid #1a1a1a;
  background-color: transparent;
}

.dashboard-popup-textarea.popup-element {
  max-height: 480px;
  max-width: 100%;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.dashboard-popup-textarea.popup-element:focus {
  border-color: #b3b3b3;
}

.form-block-2 {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hex-color-container {
  display: inline-block;
}

.hex-color-container.popup-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hex-color-input-field {
  display: inline;
  width: 100px;
  height: 36px;
  margin-bottom: 0px;
  padding-right: 8px;
  padding-left: 8px;
  border: 2px solid #1a1a1a;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  line-height: 16px;
}

.hex-color-input-field:focus {
  border-color: #b3b3b3;
}

.field-label-2 {
  margin-right: 18px;
  font-size: 20px;
  line-height: 20px;
}

.hex-color-preview {
  width: 36px;
  height: 36px;
  margin-right: 18px;
  background-color: #0c5f97;
}

.upload-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1a1a1a;
}

.paragraph-2 {
  max-width: 180px;
  margin-top: 24px;
  margin-bottom: 36px;
  text-align: center;
}

.image-24 {
  margin-top: 36px;
}

.text-block-9 {
  font-size: 20px;
}

.contact-field-label {
  margin-top: 48px;
  font-size: 20px;
  line-height: 20px;
}

.dashboard-input-field {
  height: 36px;
  margin-bottom: 0px;
  border: 2px solid #1a1a1a;
  background-color: transparent;
}

.dashboard-input-field.popup-element {
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.dashboard-input-field.popup-element:focus {
  border-color: #b3b3b3;
}

.dropdown-list {
  width: 100%;
}

.album-add-photo {
  position: relative;
  width: 42%;
  margin: 24px;
  padding-bottom: 42%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d9d9d9;
}

.image-25 {
  opacity: 0.5;
}

.album-add-photo-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background-size:cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  width: 100%;
}

.album-add-photo-button:hover {
  background-color: rgba(0, 0, 0, .03);
}

.album-add-photo-button:active {
  background-color: rgba(0, 0, 0, .08);
}

.album-add-photo-button:focus {
  background-color: rgba(0, 0, 0, .08);
}

.text-block-10 {
  max-width: 168px;
  margin-top: 24px;
  margin-bottom: 12px;
  opacity: 0.75;
  text-align: center;
}

.image-26 {
  width: 100%;
}

.fullscreen-image-dark-background {
  position: fixed;
  left: 0px;
  top: -48px;
  right: 0px;
  bottom: -48px;
  z-index: -1;
  border-bottom-style: none;
  background-color: rgba(0, 0, 0, .5);
}

.album-contact-section {
  padding-bottom: 60px;
}

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

@media (max-width: 991px) {
  .featured-1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .featured-text-1 {
    max-width: 462px;
    margin-top: 0px;
    margin-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .featured-image-1 {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    max-width: 50%;
  }
  .featured-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .featured-text-2 {
    max-width: 462px;
    margin-top: 0px;
    margin-right: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .featured-image-2 {
    display: block;
    margin-right: 24px;
    margin-left: 24px;
    -webkit-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2;
  }
  .check-out-albums {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .information-card.information-card-album {
    left: auto;
    right: 36px;
    bottom: 36px;
    width: 320px;
  }
  .album-image-section {
    padding-top: 0px;
  }
  .photo-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .album-settings-link {
    padding-right: 12px;
  }
  .form-block {
    margin-right: 24px;
    margin-left: 24px;
  }
  .information-container.albums-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .fullscreen-image-full-width {
    max-width: 81%;
  }
  .last-image-button {
    width: 7.5%;
  }
  .next-image-button {
    width: 7.5%;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: auto;
  }
  .navbar.navbar-footer {
    height: auto;
  }
  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nav-link.light-nav-link.place-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .nav-link.place-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .brand {
    margin-top: 24px;
  }
  .brand.w--current {
    margin-top: 24px;
  }
  .brand.dark-brand {
    margin-top: 36px;
  }
  .container.featured-container {
    display: block;
  }
  .container.check-out-albums-container {
    height: 90vh;
    max-height: 384px;
    background-color: #0098ff;
  }
  .container.full-height.vertical-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.flex.vertical-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .featured-1 {
    padding-top: 48px;
    padding-bottom: 0px;
  }
  .featured-text-1 {
    max-width: 100%;
    margin-right: 24px;
  }
  .featured-image-1 {
    margin-top: 36px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: 50%;
  }
  .featured-2 {
    padding-bottom: 0px;
  }
  .featured-text-2 {
    max-width: 100%;
    margin-left: 24px;
  }
  .featured-image-2 {
    margin-top: 36px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-block-3 {
    height: auto;
    padding-top: 24px;
    padding-bottom: 36px;
    text-align: center;
  }
  .contact-information-section {
    margin-bottom: 96px;
  }
  .information-card {
    left: 24px;
    right: 24px;
    bottom: -96px;
    width: auto;
  }
  .information-card.information-card-album {
    left: 24px;
    right: 24px;
    bottom: -96px;
    width: auto;
  }
  .heading-container.absolute {
    bottom: 0px;
  }
  .dropdown-container {
    margin-top: 48px;
    margin-left: 24px;
  }
  .one-album-section {
    padding-top: 0px;
    padding-bottom: 144px;
  }
  .photo-container {
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 40%;
  }
  .heading-3 {
    padding-bottom: 32px;
  }
  .navigation-links-footer {
    margin-top: 48px;
  }
  .navigation-links-footer.vertical-flex {
    margin-top: 24px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navigation-links {
    margin-top: 48px;
  }
  .navigation-links.vertical-flex {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .information-container.albums-grid {
    margin-bottom: 120px;
  }
  .image-in-background {
    height: 80vh;
    min-height: 320px;
  }
}

@media (max-width: 479px) {
  .heading-background {
    width: 100%;
    height: auto;
  }
  .heading.heading-white {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 30px;
  }
  .container.flex.vertical-flex {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .big-button {
    margin-top: 36px;
  }
  .big-button.center {
    margin-right: 24px;
    margin-left: 24px;
  }
  .heading-container {
    margin-right: 0px;
  }
  .dropdown-toggle {
    width: 100%;
  }
  .dropdown-toggle.w--open {
    width: 100%;
  }
  .dropdown-container {
    margin-right: 24px;
    margin-left: 24px;
  }
  .dropdown-icon {
    float: right;
  }
  .album-image-section {
    padding-bottom: 0px;
  }
  .photo-container {
    width: 100%;
    margin: 36px 0%;
    padding-bottom: 100%;
  }
  .dropdown {
    width: 100%;
  }
  .fullscreen-image-full-width {
    max-width: 68%;
  }
  .last-image-button {
    width: 14%;
  }
  .next-image-button {
    width: 14%;
  }
  .contact-field-label {
    margin-top: 36px;
  }
}
