/*@font-face {
    font-family: 'Playfair Display Black';
    src: url('fonts/PlayfairDisplay/PlayfairDisplay-Black.ttf');
}

@font-face {
    font-family: 'Playfair Display Black Italic';
    src: url('fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.ttf');
}

@font-face {
    font-family: 'Playfair Display Bold';
    src: url('fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf');
}

@font-face {
    font-family: 'Playfair Display Bold Italic';
    src: url('fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.ttf');
}

@font-face {
    font-family: 'Playfair Display Italic';
    src: url('fonts/PlayfairDisplay/PlayfairDisplay-Italic.ttf');
}

@font-face {
    font-family: 'Playfair Display Regular';
    src: url('fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf');
}*/

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: initial;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    flex-direction: column;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}


body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 100;
}

section {
    position: relative;
    z-index: 10;
}

.arrow {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-1 video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-56.8%);
    -moz-transform: translate(-50%,-56.8%);
    -ms-transform: translate(-50%,-56.8%);
    -o-transform: translate(-50%,-56.8%);
    transform: translate(-50%,-56.8%);
    z-index: 1;
}

.section-1 {
    color: #fff;
    text-align: center;
    height: 100vh;
    background-image: url(img/background.gif);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.section-1 .arrow {
    -webkit-animation: mymove 2s infinite; /* Safari 4.0 - 8.0 */
    animation: arrowop 2s infinite;
    animation-iteration-count: 1;
    animation-delay: 2s;

    -webkit-animation-fill-mode: forwards;
    opacity: 0;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes arrowop {
    from {opacity: 0}
    to {opacity: 1}
}

/* Standard syntax */
@keyframes arrowop {
    from {opacity: 0}
    to {opacity: 1}
}


.section-1 .content {
    position: relative;
    width: fit-content;
    z-index: 2;
    top: -50px;

    -webkit-animation: mymove 2s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 2s infinite;
    animation-iteration-count: 1;
    animation-delay: 0.8s;

    -webkit-animation-fill-mode: forwards;
    opacity: 0;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {top: 200px;opacity: 0}
    to {top: -50px;opacity: 1}
}

/* Standard syntax */
@keyframes mymove {
    from {top: 200px;opacity: 0}
    to {top: -50px;opacity: 1}
}





.section-1 img {
    width: 100%;
    max-width: 150px;
}

.section-1 span {
    display: block;
    font-size: 34px;
    font-family: 'Playfair Display', serif;
    font-weight: 100;
    margin: 35px auto;
    width: 90%;
    max-width: 340px;
}

.section-1 p {
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    font-weight: 100;
    font-family: 'Playfair Display', serif;
    margin: auto;
}

.section-1 .arrow {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 200px;
    z-index: 2;
}





.section-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 100px;
    background: white;
}

.section-2 .content {
    display: flex;
    align-items: flex-start;
}

.section-2 .bloc-left {
    margin-right: 100px;
}

.section-2 h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 100;
    font-size: 50px;
    margin-top: 0;
}

.section-2 p {
    line-height: 32px;
    font-size: 0.911em;
    margin-bottom: 50px;
}

.section-2 .cta {
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: right;
}



.section-3 {
    padding: 100px 100px;
    text-align: center;
}

.section-3 h2 {

    font-family: 'Playfair Display', serif;
    font-weight: 100;
    font-size: 50px;
    margin-top: 0;
}

.section-3 video {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.section-4 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 100px 100px;
    flex-wrap: wrap;
}

.section-4 .bloc-left {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.section-4 input {
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 15px;
    outline: none;
    text-align: center;
}

.section-4 button {
    padding: 20px;
    margin: 30px auto;
    text-transform: uppercase;
    background: #000;
    border: none;
    cursor: pointer;
    width: 100%;
    color: #fff;
}

.section-4 h2 {
    font-size: 2.5em;
}

.section-4 img {
    width: 100%;
    max-width: 350px;
}


footer {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 150px 100px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
    max-width: 200px;
}

footer a {
    color: #fff;
}

footer div {
    width: 100%;
    max-width: 400px;
}

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

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


.hideme {
    opacity: 0;
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    -webkit-transform: translate(0%, 60%);
    transform: translate(0%, 60%); }

.showme {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }


.composition-gif {
    width: 100%;
    margin: 50px auto;
    display: none;
}







@media screen and (max-width: 1000px) {
    .section-1 {
        height: 100%;
        padding: 150px 0;
    }

    .section-2 .content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

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

    .section-2 .bloc-left {
        margin-right: 0;
        width: 100%;
    }

    .section-2 .bloc-left img {
        width: 100%;
    }

    .section-2 .cta {
        display: none;
    }

    .section-1 img {
        width: 100%;
        max-width: 100px;
    }

    .hideme {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@media screen and (max-width: 900px) {
    footer {
        padding: 50px 50px;
        flex-wrap: wrap;

    }

    footer div {
        width: 100%;
        max-width: 400px;
        margin: 25px auto;
        text-align: center !important;
    }

    footer ul {
        margin: 0 auto 20px;
    }

    .composition {
        display: none;
    }

    .composition-gif {
        display: block;
    }
}


@media screen and (max-width: 768px) {

    .section-1 p {
        font-size: 15px;
        width: 90%;
        max-width: 490px;
    }

    .section-1 video {
        display: none;
    }

    .section-2 {
        padding: 50px 50px;
    }

    .section-2 h2 {
        font-size: 30px;
    }

    .section-2 p {
        line-height: 24px;
    }

    .section-3 h2 {
        font-size: 30px;
    }

    .section-3 {
        padding: 50px 50px;
    }


    .section-4 h2 {
        font-size: 30px;
    }

    .section-4 {
        padding: 50px;
    }

}


@media screen and (max-width: 500px) {

    .section-1 span {
        font-size: 24px;
    }

}


