:root {
  --rose: #edbfc6;
  --billay: #ffc8dd;
  --Sara: #b43da6;
  --SaraBorder: #fd89d1;
  --LongeurFoot: 10dvh;
  --Brat: #8ace00;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

html {
  padding: 0;
  margin: 0;
}

#TitreMarco {
  color: white;
  font-size: 3.2em;
  text-align: center;
  z-index: 10;
  margin-top: 10dvh;
  margin-bottom: 10dvh;

  font-family: "Roboto", serif;
  font-weight: 600;
  font-style: normal;
  -webkit-text-stroke-color: orange;
  -webkit-text-stroke-width: 4px;
  paint-order: stroke fill;
}

body {
  background-color: var(--rose);
  min-height: 100vh;
  margin: 0;
  position: relative;
  background-image: url(../Images/testbg.png);
  background-size: cover;
  font-family: "Roboto", sans-serif;
}

.Messarage {
  color: black;
  font-size: 1.7em;
  background-color: white;
  padding: 14px;
  border-radius: 30px;
  /* max-width: 200px; */
}

#SaraMiraculous {
  display: grid;
  /* grid-template-columns: 50px 1fr 50px; */
  align-items: center;
}

.boutonPOST {
  background-color: rgba(255, 255, 255, 0.831);
  color: black;
  font-size: 1.7em;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  height: 70px;
}

span {
  display: inline;
}

.bold {
  font-weight: 600;
}

.red {
  color: red;
}

/* .postit {
  background-color: white;
} */

.absolute {
  position: absolute;
  z-index: 5;
}

#lapin {
  --Sarapin: 30dvw;
  width: var(--Sarapin);
  height: var(--Sarapin);
  bottom: var(--LongeurFoot);
  left: calc(100dvw - var(--Sarapin));
}

#Saravion {
  width: 300px;
  height: 300px;
  bottom: var(--LongeurFoot);
  right: 0;
  top: 61%;
  z-index: 1;
}

#Sararity {
  width: 450px;
  height: 300px;
  bottom: var(--LongeurFoot);
  left: 0;
  top: 33%;
  z-index: 2;
  transform: rotate(15deg);
}

.zzz {
  z-index: 3;
}

.Titre {
  font-family: "futuramedium_condensed", "Libre Baskerville", serif;
  font-weight: 600;
  font-size: 20dvw;
  font-style: normal;
  margin: 0px;
  -webkit-text-stroke-color: var(--SaraBorder);
  -webkit-text-stroke-width: 15px;
  paint-order: stroke fill;
}

.TitreConteneur {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}

#logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rose {
  color: white;
}

header {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
  justify-content: center;
  background-color: var(--Sara);
}

#SaraGIF {
  width: 100%;
  height: 100dvh;
  object-fit: contain;
  object-position: top left;
  margin-top: -5px;
  margin-left: -45px;
  z-index: -1;
}

.Milieujspfrere {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  margin-bottom: 67px;
  margin-top: 67px;
  gap: 67px;
}

#Retour {
  padding: 10px;
  background-color: cornflowerblue;
  border-radius: 15px;
  color: white;
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
  bottom: 0;
  left: 0;
}

.poney {
  width: 70dvw;
  height: 70dvw;
  object-fit: contain;
  z-index: 10;
}

#Rachel {
  background-repeat: no-repeat;
  /* background-image: url(../Images/R/4c74d0976b8765fa28c00732fe4fa245.gif); */
  background-position: top right;
  background-size: cover;
}

footer {
  display: flex;
  position: relative;
  background-color: var(--Sara);
  height: var(--LongeurFoot);
  justify-content: space-between;
}

.footerSaraJeTaime {
  display: flex;
  align-items: center;
  padding-left: 1dvw;
  font-size: 1em;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bolder;
}

/* .relative {
  position: relative;
  width: 100dvw;
  height: 5dvh;
} */

#cinnamorollBOT {
  width: var(--LongeurFoot);
  height: var(--LongeurFoot);
  margin-right: 3dvh;
}

.SurpriseSection {
  width: 100%;
  height: 100dvh;
  align-items: center;
  justify-content: center;

  animation-name: disapparition;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes disapparition {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

#SurpriseTitre {
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  font-size: 10dvw;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: white 1px;
}

.visible {
  display: flex;
}

.invisible {
  display: none;
}
