.under-presentation {
    background-image: url('../img/background.svg');
    background-size: 20vw;
    background-repeat: repeat;
    background-position: center;
    position: static;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Special Elite', 'Courier New', monospace;
    color: black;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
}

section {
    position: relative;
}

h1 {
    color: #FEFEFE;
    display: none;
}

.welcome_logo {
    width: 100%;
    height: 25vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(1, 0.10fr);
    align-items: start;
    background-image: url('../img/logonormaltgremblantdoneright_low2.gif');
    background-attachment: fixed;
    /* Gère la hauteur du logo */
    background-position: center 16px;
    background-repeat: no-repeat;
    background-size: 50%;
}

.wrapper {
    position: relative;
    height: 100%;
}

.welcome_logo>#logo {
    height: auto;
    width: auto;
    object-fit: cover;
}

.top_cloud {
    position: absolute;
    height: calc(270px + 0* 0* 0px);
    /* height: 62%; */
    background-image: url('../img/cloud_separator.png');
    background-size: 100%;
    background-position-x: center;
    background-position-y: bottom;
    width: 100%;
    background-repeat: repeat-x;
    bottom: -2px;
}

.bottom_wrap {
    top: 0;
    transform: scaleY(-1)
}

.bottom_cloud {
    position: absolute;
    height: calc(169px + 0* 0* 0px);
    /* height: 62%; */
    background-image: url('../img/cloud_separator_bottom.png');
    background-size: 100%;
    background-position-y: bottom;
    width: 100%;
    background-repeat: repeat-x;
    bottom: -2px;
}


.presentation {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
}

.presentation>div {
    padding: 32px;
}

.vibrate>p {
    font-size: 72px;
    font-weight: bold;
    text-shadow: rgba(10, 189, 240, 0.298039) 3px 3px 0px, rgba(254, 1, 1, 0.298039) -3px -3px 0px;
    line-height: 1.1em;
}

.presentation>.text {
    width: 100%;
    font-size: 19px;
}


.page {
    left: 0;
    margin: 64px auto;
    z-index: 999;
}

.page>h2 {
    text-align: center;
    font-size: 100px;
    margin-bottom: 32px;
}

.page>h3 {
    font-size: 48px;
    text-align: center;
    background-color: white;
    border: 5px solid black;
}

.sectionTitle {
    width: 70%;
    padding-bottom: 32px;
    height: auto;
}


.split {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.split>h3 {
    width: 50%;
    font-size: 48px;
    text-align: center;
    background-color: white;
    border: 5px solid black;
}

.split>.prestations--img {
    padding: 64px 0 0 0;
}

.split-reverse {
    flex-direction: column-reverse;
}

.group-input {
    font-size: 24px;
    color: black;
}


.group-input>textarea {
    min-height: 200px;
}

.group-input>textarea,
.group-input>input {
    width: 100%;
    border-color: black;
    border-image-slice: 1;
    border-width: 5px;
    border-style: solid;
}

footer {
    width: 100%;
    height: 10%;
    background-color: black;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    position: static;
    align-items: flex-end;
}

footer>p {
    color: white;
    text-align: center;
}

footer>p>span>a {
    color: white;
}

footer>img {
    width: 150px;
    height: 100px;
}

#HIH {
    width: 100%;
    height: auto;
    border-radius: 10%;
}

.socials {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* padding: 32px 0; */
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 21.54vw;
    width: 100%;
}

.socials>a>img {
    width: 33%;
    height: 33%;
    margin: 0 33%;
}

.socials>a>img:hover {
    transform: scale(1.3);
    transition: all 0.2s linear;
}

#realisations {
    width: 80%;
}

/* #contactSection>div>p {
    font-size: 1.2em;
} */

.form {
    width: 75%;
    margin-top: 64px;
}

.cloud-component {
    position: relative;
    background-color: white;
    height: 400px;
    width: 400px;
}

.cloud-component>.left {
    position: absolute;
    /* height: calc(270px + 0* 0* 0px); */
    height: 100%;
    background-image: url('../img/cloud_separator.png');
    background-size: 100%;
    background-position-x: left;
    background-position-y:top;
    width: 100%;
    background-repeat: repeat-x;
    left: -16px;
    top: 0;
    transform: rotate(-90deg);
}

.cloud-component>.right {
    position: absolute;
    /* height: calc(270px + 0* 0* 0px); */
    height: 100%;
    background-image: url('../img/cloud_separator.png');
    background-size: 100%;
    background-position-x: right;
    background-position-y: top;
    width: 100%;
    background-repeat: repeat-x;
    right: -16px;
    transform: rotate(90deg);
}

.cloud-component>.top {
    position: absolute;
    /* height: calc(270px + 0* 0* 0px); */
    height: 100%;
    background-image: url('../img/cloud_separator.png');
    background-size: 100%;
    background-position-x: center;
    background-position-y: top;
    width: 100%;
    background-repeat: repeat-x;
    top: -16px;
}

.cloud-component>.bottom {
    position: absolute;
    /* height: calc(270px + 0* 0* 0px); */
    height: 100%;
    background-image: url('../img/cloud_separator.png');
    background-size: 100%;
    background-position-x: center;
    background-position-y: top;
    width: 100%;
    background-repeat: repeat-x;
    bottom: -16px;
    transform: rotate(180deg);
}

.cloud-component>p {
    padding: 32px;
}

.real_description {
    background-image: url("../img/nuage_horizontal.png");
    height: 400px;
    width: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.real_description>h3 {
    margin: 25% auto;
    padding: 32px;
}


#horror-hongdae {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}