/*!
 * La Bourgeonnerie 2025 
 */

:root {
  --pink: #fc1652;
  --purple: #72225d;
  --mallow: #f79e97;
  --maroon: #71041e;
}

/* Elements */

html {
  scroll-behavior: smooth;
}

html,
body {
  background: var(--pink);
  margin: 0;
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

hr {
  border: none;
  border-top: 1px solid black;
  margin: 24px 0;
  opacity: 0.5;
}

a {
  color: inherit;
}

p {
  margin: 0;
}

p + p {
  margin-top: 3rem;
}

section {
  display: block;
  padding: 88px;
  position: relative;
  text-align: center;
}

/* Font-size & responsive */

h2,
#presentation {
  font-size: 24px;
}

#news,
footer {
  font-size: 16px;
}

@media (min-width: 580px) {
  h2,
  #presentation {
    font-size: 32px;
  }

  #news,
  footer {
    font-size: 20px;
  }
}

/* Utility classes */

.flex-vc {
  display: flex;
  align-items: center;
}

.tal {
  text-align: left;
}

/* Specific */

#hello {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--maroon);
}

#hello img {
  height: 75%;
  max-width: 90%;
}

#hello a.next {
  background-color: var(--purple);
  color: var(--pink);
}

#presentation {
  background: var(--purple);
  padding: 88px;

  color: var(--mallow);
}

#presentation a.next {
  background-color: var(--mallow);
  color: var(--purple);
}

#news {
  background: var(--mallow);
  padding: 88px;
  color: var(--maroon);
}

a.next {
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 40px 40px 0 0;
  content: ">";
}

a.next::before {
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  position: relative;
  transform: rotate(135deg);
  vertical-align: top;
  bottom: -20px;
}

footer {
  background-color: var(--pink);
  color: #fd8aa9;
  padding: 32px;
  display: flex;
  align-items: center;
}

footer img {
  margin-right: 32px;
}

/* Brevo Form */

.sib-form {
  max-width: 500px;
  margin: 0 auto;
}

.sib-form-message-panel {
  margin: 0 0 16px 0;
  max-width: calc(100% - 40px);
  padding: 8px;
  border: 3px solid;
  border-radius: 8px;
  opacity: 0.75;
  background-color: #fcf0df;
  display: none;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.sib-form-message-panel--active {
  display: inline-block;
}

.sib-form-message-panel__text {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px;
}

.sib-form-message-panel__text .sib-icon {
  contain: strict;
  display: inline-block;
  fill: currentColor;
}

.sib-form-message-panel__text .sib-notification__icon {
  height: 1.5em;
  width: 1.5em;
  flex-shrink: 0;
  margin-right: calc(1rem - 1px);
}

.sib-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

#success-message {
  color: #69ac6e;
}

#error-message {
  color: #a94038;
}

input#EMAIL {
  padding: 8px;
  border: 0;
  border-radius: 24px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

input#EMAIL::placeholder {
  opacity: 0.5;
}

.sib-form-block__button {
  display: inline-block;
  padding: 8px 18px;
  border: none;
  overflow-wrap: break-word;
  max-width: 100%;
  cursor: pointer;
}
.sib-form-block__button-disabled {
  opacity: 0.5;
}
.sib-form-block__button-with-loader {
  min-height: 40px;
  line-height: 23px;
}

.progress-indicator {
  background: rgba(0, 0, 0, 0);
}

.input--hidden {
  display: none !important;
}
.entry__label {
  margin-bottom: 4px;
}
.entry__label::after {
  content: attr(data-required);
  font-size: 1em;
  color: red;
  text-decoration: none;
  word-wrap: break-all;
  word-wrap: break-word;
  display: inline;
}

.entry__field {
  margin-top: 8px;
}

button[type="submit"] {
  background-color: var(--maroon);
  color: white;
  border-radius: 24px;
  padding: 8px 32px;
  border: none;
}

.entry__specification {
  font-size: 14px;
  opacity: 0.5;
  color: black;
}

.form__entry {
  margin: 24px 0;
}

.entry__error.entry__error--primary {
  background-color: var(--pink);
  border-radius: 4px;
  color: white;
  margin: 2px 20px;
  opacity: 0.7;
  padding: 4px;
  display: none;
}

.declaration-block-icon {
  height: 0;
}

svg.svgIcon-sphere {
  width: 100px;
  height: 100px;
  margin-right: 16px;
  float: left;
  vertical-align: top;
  opacity: 0.5;
}

.sib-hide-loader-icon {
  display: none;
}

.sib-form .clickable__icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}
.sib-form .clickable__icon:not(.sib-icon_standalone) {
  margin-right: calc(0.7002rem - 1px);
}

.sib-form .progress-indicator .progress-indicator__icon {
  height: 2rem;
  width: 2rem;
}
.sib-form .progress-indicator_small .progress-indicator__icon {
  height: 1rem;
  width: 1rem;
}
.sib-form .progress-indicator__icon {
  -webkit-animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85)
    infinite;
  animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
  fill: white;
}
@-webkit-keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
