/**************************
 * FONTS
 **************************/

@font-face {
    font-family: 'Poppins-Regular';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
         url('fonts/Poppins-Regular.woff') format('woff'),
         url('fonts/Poppins-Regular.svg.ttf') format('truetype'),
         url('fonts/Poppins-Regular.ttf.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
         url('fonts/Poppins-Bold.woff') format('woff'),
         url('fonts/Poppins-Bold.ttf') format('truetype'),
         url('fonts/Poppins-Bold.svg#poppinsbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('fonts/Poppins-SemiBold.woff') format('woff'),
         url('fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('fonts/Poppins-SemiBold.svg#poppinssemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Winkle-Regular';
    src: url('fonts/Winkle-Regular.woff2') format('woff2'),
         url('fonts/Winkle-Regular.woff') format('woff'),
         url('fonts/Winkle-Regular.ttf') format('truetype'),
         url('fonts/Winkle-Regular.svg#winkleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




/**************************
 * COMMUN
 **************************/

body {
    margin: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

div.description {
    font-family: 'Poppins-SemiBold';
    text-align: center;
    color: #EFBE2A;
    position: relative;
    transform: rotate(355deg);
    display: inline-block;
}

div.description div {
    background-color: #fff;
    margin: auto;
    margin-bottom: 3px;
    padding: 0 5px;
    display: table;
}

div.content-image {
    position: relative;
}

div.content-image img { 
    position: absolute; 
}


@media (min-width: 320px) {
    div.description { font-size: 19px; }
    div.content-image { height: 90%; }
}

@media (max-width: 699px) {
    body { overflow-x: hidden; }
    div.content-image img { max-width: 80%; }
}

@media (min-width: 700px) {
    div.description { font-size: 27px; }
    div.content-image { height: 100%; }
}

@media (min-width: 1920px) {
    div.description { font-size: 30px; }
}




/**************************
 * AUTRE
 **************************/

.button-etsy {
    font-family: 'Winkle-Regular';
    font-size: 27px;
    border: 3.78516px solid #FFFFFF;
    background: transparent;
    padding: 0 5px;
}

.button-etsy a,
.button-etsy a:focus,
.button-etsy a:hover {
    color: #fff;
}

#button-etsy-desktop {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
}

#button-etsy-mobile {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.fp-watermark {
    display: none !important;
}

@media (min-width: 320px) {
    #button-etsy-desktop { display: none; }
    #button-etsy-mobile { margin-top: 2rem; }
}

@media (min-width: 700px) {
    #button-etsy-mobile { margin-top: 0; }
}

@media (min-width: 1024px) {
    #button-etsy-desktop { display: block; }
    #button-etsy-mobile { display: none; }
}




/**************************
 * MENU
 **************************/

#section-home header h1,
#section-home .logo.mobile h1 {
    opacity: 0;
    position: absolute;
}

#section-home header :not(.header-contact) a {
    font-family: 'Poppins-Regular';
    font-size: 21px;
}

#section-home header :not(.header-contact) a,
#section-home header :not(.header-contact) a:focus,
#section-home header :not(.header-contact) a:hover {
    color: #fff;
}

#section-home header.desktop .header-contact,
#section-home header.mobile .header-contact a {
    border: 0.946289px solid #EFBE2A;
    filter: drop-shadow(0px 3.78516px 3.78516px rgba(0, 0, 0, 0.25));
}

#section-home header .header-contact a {
    font-family: 'Poppins-Bold';
    font-size: 21px;
    line-height: 21px;
}

#section-home header div.header-contact a,
#section-home header div.header-contact a:focus,
#section-home header div.header-contact a:hover {
    color: #EFBE2A;
}


/* Menu desktop */
#section-home header.desktop {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
}

#section-home header.desktop .header-contact {
    padding: 6px 8px 3px 8px;
}

/* Menu mobile */
#section-home .logo.mobile img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
}

#section-home header.mobile .nav__toggle {
    display: inline-block;
    position: absolute;
    z-index: 10;
    padding: 0;
    border: 0;
    background: transparent;
    outline: 0;
    right: 15px;
    top: 15px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.15s linear;
}

#section-home header.mobile .nav__menu {
    /* display: none; */
    display: flex;
    flex-direction: column;
    height: 560px;
    position: relative;
    z-index: 99999;
    visibility: hidden;

    margin: 0;
    padding: 0;
}

#section-home header.mobile .nav__item {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
    list-style: none;
}
#section-home header.mobile .nav__item:nth-child(1) { transform: translateY(-40px); }
#section-home header.mobile .nav__item:nth-child(2) { transform: translateY(-80px); }
#section-home header.mobile .nav__item:nth-child(3) { transform: translateY(-120px); }
#section-home header.mobile .nav__item:nth-child(4) { transform: translateY(-160px); }
#section-home header.mobile .nav__item:nth-child(5) { transform: translateY(-200px); }

#section-home header.mobile .nav__link {
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-decoration: none;
}

#section-home header.mobile .header-contact a {
    border: 0.946289px solid #673AB7;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1rem;
}

#section-home header.mobile .header-contact a,
#section-home header.mobile .header-contact a:focus,
#section-home header.mobile .header-contact a:hover {
    color: #673AB7;
}

#section-home header.mobile .menuicon {
    display: block;
    cursor: pointer;
    color: white;
    transform: rotate(0deg);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#section-home header.mobile .menuicon__bar {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
}

#section-home header.mobile .menuicon__bar {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-in-out;
}

#section-home header.mobile .splash {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 1px;
    height: 1px;
    z-index: 9;
}

#section-home header.mobile .splash::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #EFBE2A;
    width: 284vmax;
    height: 284vmax;
    top: -142vmax;
    left: -142vmax;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    will-change: transform;
}

#section-home header.mobile .nav:target > .splash::after,
#section-home header.mobile .nav--open > .splash::after {
    transform: scale(1);
}

#section-home header.mobile .nav:target .menuicon,
#section-home header.mobile .nav--open .menuicon {
    color: white;
    transform: rotate(180deg);
}

#section-home header.mobile .nav:target .menuicon__bar:nth-child(1), 
#section-home header.mobile .nav:target .menuicon__bar:nth-child(4),
#section-home header.mobile .nav--open .menuicon__bar:nth-child(1),
#section-home header.mobile .nav--open .menuicon__bar:nth-child(4) {
    opacity: 0;
}

#section-home header.mobile .nav:target .menuicon__bar:nth-child(2),
#section-home header.mobile .nav--open .menuicon__bar:nth-child(2) {
    transform: rotate(45deg);
}

#section-home header.mobile .nav:target .menuicon__bar:nth-child(3),
#section-home header.mobile .nav--open .menuicon__bar:nth-child(3) {
    transform: rotate(-45deg);
}

#section-home header.mobile .nav:target .nav__menu,
#section-home header.mobile .nav--open .nav__menu {
    visibility: visible;
    /* display: flex; */
}

#section-home header.mobile .nav:target .nav__item,
#section-home header.mobile .nav--open .nav__item {
    opacity: 1;
    transform: translateY(0);
}

#section-home header.mobile {
    background-color: rgb(139, 133, 184);
}

@media (min-width: 320px) {
    #section-home header.mobile { height: 2rem; }
    #section-home header.desktop { display: none; }
    #section-home header.mobile .nav__menu { justify-content: flex-start; }
    #section-home header.mobile .nav__link { font-size: 1rem; padding: 0.5rem; }
    #section-home header.mobile .header-contact a { width: 35%; }
}

@media (min-width: 700px) {
    #section-home header.mobile { height: 5rem; }
    #section-home header.mobile .nav__menu { justify-content: center; }
    #section-home header.mobile .nav__link { font-size: 1.25rem; padding: 1rem; }
    #section-home header.mobile .header-contact a { width: 30%; }
}

@media (min-width: 1000px) {
    #section-home header.desktop { display: flex; }
    #section-home .logo.mobile, #section-home header.mobile { display: none; }
}





/**************************
 * SLIDE HOME
 **************************/

#section-home {
    background-color: #8B85B8;
}

#section-home div.content-image img:nth-child(1) {
    z-index: 1;
}

#section-home div.content-image img:nth-child(2) {
    z-index: 2;
}

#section-home div.content-image img:nth-child(3) {
    z-index: 2;
}

#section-home div.content-image img:nth-child(4) { 
    z-index: 3; 
}

#section-home div.content-image img:nth-child(5) {
    z-index: 4;
}


@media (min-width: 320px) {
    #section-home { padding-bottom: 2rem; }

    #section-home div.content-image { height: 100%; }
    #section-home div.content-image img:nth-child(1) { top: 1rem; left: 0.5rem; }
    #section-home div.content-image img:nth-child(2) { right: 1rem; top: -1rem; }
    #section-home div.content-image img:nth-child(3) { right: 1rem; top: 12rem; }
    #section-home div.content-image img:nth-child(4) { left: 1rem; bottom: 0; }
    #section-home div.content-image img:nth-child(5) { left: 6rem; width: 3rem; }
}

@media (max-width: 699px) {
    #section-home div.content-image img { max-width: 60%; }
}

@media (min-width: 700px) {
    #section-home { padding-bottom: 2rem; }

    #section-home div.content-image img:nth-child(1) { top: 0; left: 3rem; width: 50vw; }
    #section-home div.content-image img:nth-child(2) { right: 1rem; top: -5rem; width: 50vw; }
    #section-home div.content-image img:nth-child(3) { left: 1rem; bottom: 2rem; top: auto; width: 50vw; }
    #section-home div.content-image img:nth-child(4) { right: 1rem; top: 13rem; left: auto; width: 50vw; }
    #section-home div.content-image img:nth-child(5) { left: 18rem; width: auto; }
}

@media (min-width: 1024px) {
    #section-home { padding-bottom: 0; }

    #section-home div.content-image { height: 83%; }
    #section-home div.content-image img:nth-child(1) { top: 6rem; left: 10rem; width: 30vw; }
    #section-home div.content-image img:nth-child(2) { left: 23rem; top: -1rem; width: 30vw; }
    #section-home div.content-image img:nth-child(3) { left: 26rem; bottom: 8rem; top: auto; width: 25vw; }
    #section-home div.content-image img:nth-child(4) { right: 7rem; top: 4rem; left: auto; width: 30vw; }
    #section-home div.content-image img:nth-child(5) { left: 18rem; }
}

@media (min-width: 1440px) {
    #section-home div.content-image img:nth-child(1) { top: 0; left: 10rem; width: 30vw; }
    #section-home div.content-image img:nth-child(2) { left: 30rem; top: -3rem; width: 30vw; }
    #section-home div.content-image img:nth-child(3) { left: 36rem; bottom: 4rem; top: auto; width: 25vw; }
    #section-home div.content-image img:nth-child(4) { right: 12rem; top: 0; left: auto; width: 30vw; }
    #section-home div.content-image img:nth-child(5) { left: 25rem; }
}

@media (min-width: 1920px) {
    #section-home div.content-image img:nth-child(1) { left: 20rem; width: auto; }
    #section-home div.content-image img:nth-child(2) { left: 42rem; width: auto; }
    #section-home div.content-image img:nth-child(3) { left: 50rem; top: auto; width: auto; }
    #section-home div.content-image img:nth-child(4) { right: 20rem; left: auto; bottom: auto; top: auto; width: auto; }
    #section-home div.content-image img:nth-child(5) { left: 38rem; }
}




/**************************
 * SLIDE PAPER ART
 **************************/

#section-paper-art {
    background-color: rgba(139, 133, 184, 0.2);
}

#section-paper-art .content .titre {
    position: relative;
}

#section-paper-art div.content-image img:nth-child(1) {
    z-index: 2;
}

#section-paper-art div.content-image img:nth-child(2) {
    z-index: 6;
}

#section-paper-art div.content-image img:nth-child(4) {
    z-index: 4;
}

#section-paper-art div.content-image img:nth-child(6) {
    z-index: 5;
}


@media (min-width: 320px) {
    #section-paper-art .content .titre { padding-top: 3rem; left: 0.5rem; }
    #section-paper-art .content .titre img { width: 95%; }
    #section-paper-art .content .description { left: 3rem; }

    #section-paper-art div.content-image img:nth-child(1) { display: none; }
    #section-paper-art div.content-image img:nth-child(2) { top: 7rem; right: 1rem; }
    #section-paper-art div.content-image img:nth-child(3) { right: 2rem; top: 14rem; }
    #section-paper-art div.content-image img:nth-child(4) { display: none; }
    #section-paper-art div.content-image img:nth-child(5) { display: none; }
    #section-paper-art div.content-image img:nth-child(6) { left: 1rem; top: 2rem; }
}

@media (max-width: 699px) {
    #section-paper-art div.content-image { height: 70%; }
}

@media (min-width: 700px) {
    #section-paper-art .content .titre { left: 1rem; top: 3rem; padding-top: 0; }
    #section-paper-art .content .description { left: 6rem; top: 2rem; }

    #section-paper-art div.content-image img:nth-child(1) { top: 6rem; left: 14rem; display: block; }
    #section-paper-art div.content-image img:nth-child(2) { top: 7rem; left: 10rem; }
    #section-paper-art div.content-image img:nth-child(3) { left: -2rem; top: 16rem; }
    #section-paper-art div.content-image img:nth-child(4) { right: 2rem; top: 18rem; display: block; }
    #section-paper-art div.content-image img:nth-child(5) { left: 1rem; bottom: 2rem; display: block; }
    #section-paper-art div.content-image img:nth-child(6) { right: 5rem; bottom: 1rem; top: auto; left: auto; }
}

@media (min-width: 1024px) {
    #section-paper-art .content { display: flex; height: 100%; }
    #section-paper-art .content .titre { left: 2rem; top: 3rem; }
    #section-paper-art .content .titre img { width: 60vw; }
    #section-paper-art .content .description { left: 6rem; top: 5rem; }

    #section-paper-art div.content > div { height: 100%; }
    #section-paper-art div.content > div.content-text { width: 60vw; }
    #section-paper-art div.content > div.content-image { width: 40vw; }

    #section-paper-art div.content-image img:nth-child(1) { top: 3rem; left: 5rem; width: 23vw; }
    #section-paper-art div.content-image img:nth-child(2) { top: 7rem; left: 17rem; }
    #section-paper-art div.content-image img:nth-child(3) { left: -2rem; top: 20rem; width: 23vw; }
    #section-paper-art div.content-image img:nth-child(4) { right: 2rem; top: 18rem; width: 18vw; }
    #section-paper-art div.content-image img:nth-child(5) { left: -6rem; bottom: 2rem; width: 20vw; }
    #section-paper-art div.content-image img:nth-child(6) { right: 5rem; bottom: 4rem; top: auto; left: auto; width: 23vw; }
}

@media (min-width: 1440px) {
    #section-paper-art .content .titre { left: 2rem; top: 1rem; }
    #section-paper-art .content .titre img { width: auto; }
    #section-paper-art .content .description { left: 6rem; top: 0; }

    #section-paper-art div.content-image img:nth-child(1) { top: 3rem; left: 0; width: 23vw; }
    #section-paper-art div.content-image img:nth-child(2) { top: 7rem; left: 19rem; }
    #section-paper-art div.content-image img:nth-child(3) { left: -11rem; width: 23vw; }
    #section-paper-art div.content-image img:nth-child(4) { right: 8rem; top: 18rem; width: 18vw; }
    #section-paper-art div.content-image img:nth-child(5) { left: -15rem; bottom: 2rem; width: 20vw; }
    #section-paper-art div.content-image img:nth-child(6) { right: 10rem; top: auto; left: auto; width: 23vw; }
}

@media (min-width: 1920px) {
    #section-paper-art .content .titre { left: 10rem; top: 3rem; }
    #section-paper-art .content .description { left: 15rem; top: 7rem; }

    #section-paper-art div.content-image img:nth-child(1) { top: 3rem; left: 5rem; width: auto; }
    #section-paper-art div.content-image img:nth-child(2) { top: 10rem; left: 25rem; }
    #section-paper-art div.content-image img:nth-child(3) { left: -7rem; width: auto; }
    #section-paper-art div.content-image img:nth-child(4) { right: 11rem; top: 20rem; width: auto; }
    #section-paper-art div.content-image img:nth-child(5) { left: -12rem; bottom: 5rem; width: auto; }
    #section-paper-art div.content-image img:nth-child(6) { right: 15rem; top: auto; left: auto; width: auto; }
}




/**************************
 * SLIDE DECO
 **************************/

#section-deco {
    position: relative;
    background-color: rgba(139, 133, 184, 0.2);
}

#section-deco div.content-text .description {
    transform: rotate(10deg);
}

#section-deco div.content-image img:nth-child(3) {
    z-index: 4;
}

#section-deco div.content-image img:nth-child(4) {
    z-index: 3;
}

#section-deco div.content-image img:nth-child(6) {
    z-index: 5;
}

#section-deco div.content-image img:nth-child(7) {
    z-index: 6;
}


@media (min-width: 320px) {
    #section-deco div.content-text { position: relative; top: 3rem; left: 0.5rem; height: 60%; z-index: 9; }
    #section-deco div.content-text .description { top: 15rem; left: 6rem; }
    #section-deco div.content-text .titre img { width: 95%; }

    #section-deco div.content-image img:nth-child(1),
    #section-deco div.content-image img:nth-child(2),
    #section-deco div.content-image img:nth-child(5) { display: none; }

    #section-deco div.content-image img:nth-child(3) { right: 1rem; bottom: 3rem; }
    #section-deco div.content-image img:nth-child(4) { right: 1rem; top: -4rem; }
    #section-deco div.content-image img:nth-child(6) { left: 2rem; top: 5rem; }
    #section-deco div.content-image img:nth-child(7) { right: 1rem; bottom: 0; }
}

@media (min-width: 700px) {
    #section-deco div.content-text { position: relative; top: 3rem; left: 1rem; height: auto; }
    #section-deco div.content-text .description { left: 26rem; top: 5rem; }
    #section-deco div.content-text .titre img { width: 95%; }

    #section-deco div.content-image img:nth-child(1),
    #section-deco div.content-image img:nth-child(2),
    #section-deco div.content-image img:nth-child(5) { display: block; }

    #section-deco div.content-image img:nth-child(1) { right: 1rem; top: 5rem; }
    #section-deco div.content-image img:nth-child(2) { left: 0rem; bottom: -2rem; }
    #section-deco div.content-image img:nth-child(3) { left: 1rem; top: 1rem; }
    #section-deco div.content-image img:nth-child(4) { left: 16rem; top: 13rem; }
    #section-deco div.content-image img:nth-child(5) { bottom: 1rem; right: 3rem; }
    #section-deco div.content-image img:nth-child(6) { right: 0; top: 5rem; left: auto; }
    #section-deco div.content-image img:nth-child(7) { left: 8rem; bottom: 2rem; }
}

@media (min-width: 1024px) {
    #section-deco div.content-text { position: absolute; bottom: 3rem; right: 1rem; top: auto; left: auto; }
    #section-deco div.content-text .description { left: 17rem; top: 1rem; }
    #section-deco div.content-text .titre img { width: 60vw; }

    #section-deco div.content-image img:nth-child(1) { right: 14rem; top: 1rem; width: 23vw; }
    #section-deco div.content-image img:nth-child(2) { right: 27rem; top: 8rem; left: auto; width: 20vw; }
    #section-deco div.content-image img:nth-child(3) { left: 16rem; top: 1rem; width: 25vw; }
    #section-deco div.content-image img:nth-child(4) { left: 2rem; top: 1rem; width: 23vw; }
    #section-deco div.content-image img:nth-child(5) { top: 19rem; left: 7rem; width: 27vw; }
    #section-deco div.content-image img:nth-child(6) { right: 13rem; top: 5rem; width: 7vw; }
    #section-deco div.content-image img:nth-child(7) { left: 8rem; bottom: 20rem; width: 10vw; }
}

@media (min-width: 1220px) {
    #section-deco div.content-text { bottom: 3rem; right: 3rem; top: auto; left: auto; }
    #section-deco div.content-text .description { left: 28rem; top: 1rem; }
    #section-deco div.content-text .titre img { width: auto; }

    #section-deco div.content-image img:nth-child(1) { right: 23rem; top: 1rem; width: 23vw; }
    #section-deco div.content-image img:nth-child(2) { right: 38rem; top: 8rem; left: auto; width: 20vw; }
    #section-deco div.content-image img:nth-child(3) { left: 21rem; top: 2rem; width: 25vw; }
    #section-deco div.content-image img:nth-child(4) { left: 6rem; top: 12rem; width: auto; }
    #section-deco div.content-image img:nth-child(5) { top: 26rem; left: 12rem; width: 27vw; }
    #section-deco div.content-image img:nth-child(6) { right: 21rem; top: 5rem; width: 7vw; }
    #section-deco div.content-image img:nth-child(7) { left: 15rem; bottom: 4rem; width: auto; }
}

@media (min-width: 1440px) {
    #section-deco div.content-image img:nth-child(2) { top: 4rem; }
}

@media (min-width: 1920px) {
    #section-deco div.content-text { bottom: 3rem; right: 11rem; top: auto; left: auto; }
    #section-deco div.content-text .description { top: -1rem; }

    #section-deco div.content-image img:nth-child(1) { right: 35rem; top: 3rem; width: auto; }
    #section-deco div.content-image img:nth-child(2) { right: 55rem; top: 8rem; left: auto; width: auto; }
    #section-deco div.content-image img:nth-child(3) { left: 28rem; top: 5rem; width: auto; }
    #section-deco div.content-image img:nth-child(4) { left: 10rem; }
    #section-deco div.content-image img:nth-child(5) { top: 28rem; left: 17rem; width: auto; }
    #section-deco div.content-image img:nth-child(6) { right: 32rem; top: 8rem; width: auto; }
    #section-deco div.content-image img:nth-child(7) { left: 21rem; }
}




/**************************
 * SLIDE RESINE
 **************************/

#section-resine {
    background-color: rgba(139, 133, 184, 0.2);
}

#section-resine div.content > div {
    position: relative;
}

#section-resine div.content-image img:nth-child(1) {
    z-index: 1;
}

#section-resine div.content-image img:nth-child(3) {
    z-index: 4;
}

#section-resine div.content-image img:nth-child(4) {
    z-index: 2;
}

#section-resine div.content-image img:nth-child(6) {
    z-index: 4;
}

#section-resine div.content-image img:nth-child(7) {
    z-index: 3;
}


@media (min-width: 320px) {
    #section-resine .content .titre { padding-left: 1rem; padding-top: 5rem; }
    #section-resine .content .titre img { width: 95%; }
    #section-resine .content .description { position: relative; left: 2rem; bottom: 1rem; }

    #section-resine div.content-image img:nth-child(2),
    #section-resine div.content-image img:nth-child(3),
    #section-resine div.content-image img:nth-child(5) { display: none; }

    #section-resine div.content-image img:nth-child(1) { right: 1rem; top: 1rem; }
    #section-resine div.content-image img:nth-child(4) { left: 1rem; bottom: 5rem; }
    #section-resine div.content-image img:nth-child(6) { left: 1rem; top: 2rem; }
    #section-resine div.content-image img:nth-child(7) { bottom: 2rem; right: 1rem; }
}

@media (max-width: 699px) {
    #section-resine div.content-image img:nth-child(4) { max-width: 95%; }
}

@media (min-width: 700px) {
    #section-resine .content > div { height: 75%; }
    #section-resine .content .titre { padding-left: 1rem; padding-top: 5rem; }
    #section-resine .content .titre img { width: 80%; }
    #section-resine .content .description { position: absolute; right: 1rem; bottom: 6rem; }

    #section-resine div.content-image img:nth-child(2),
    #section-resine div.content-image img:nth-child(3),
    #section-resine div.content-image img:nth-child(5) { display: block; }

    #section-resine div.content-image img:nth-child(1) { left: 11rem; top: 1rem; }
    #section-resine div.content-image img:nth-child(2) { left: 1rem; bottom: 15rem; }
    #section-resine div.content-image img:nth-child(3) { bottom: 3rem; right: 1rem; }
    #section-resine div.content-image img:nth-child(4) { left: 5rem; bottom: 3rem; }
    #section-resine div.content-image img:nth-child(5) { right: 0; top: 0rem; }
    #section-resine div.content-image img:nth-child(6) { left: 17rem; top: 22rem; }
    #section-resine div.content-image img:nth-child(7) { bottom: 7rem; left: 4rem; }
}

@media (min-width: 1024px) {
    #section-resine .content { height: 100%; display: flex; }
    #section-resine .content > div { height: 100%; }
    #section-resine .content .titre { padding-left: 1rem; padding-top: 2rem; }
    #section-resine .content .titre img { width: 55vw; }
    #section-resine .content .description { position: relative; left: 10rem; top: 2rem; }

    #section-resine div.content > div.content-text { width: 40vw; }
    #section-resine div.content > div.content-image { width: 60vw; }

    #section-resine div.content-image img:nth-child(1) { left: 11rem; top: 3rem; width: 21vw; }
    #section-resine div.content-image img:nth-child(2) { right: 0; top: 4rem; left: auto; width: 23vw; }
    #section-resine div.content-image img:nth-child(3) { top: 22rem; right: 1rem; width: 25vw; }
    #section-resine div.content-image img:nth-child(4) { left: 9rem; bottom: 6rem; width: 29vw; }
    #section-resine div.content-image img:nth-child(5) { left: 5rem; bottom: 15rem; top: auto; width: 25vw; }
    #section-resine div.content-image img:nth-child(6) { left: 17rem; }
    #section-resine div.content-image img:nth-child(7) { bottom: 7rem; left: 4rem; width: 11vw; }
}

@media (min-width: 1440px) {
    #section-resine .content .titre { padding-left: 3rem; padding-top: 2rem; }
    #section-resine .content .titre img { width: auto; }

    #section-resine div.content-image img:nth-child(1) { left: 13rem; width: 21vw; }
    #section-resine div.content-image img:nth-child(2) { right: 3rem; top: 0; width: 23vw; }
    #section-resine div.content-image img:nth-child(3) { top: 22rem; right: 3rem; width: auto; }
    #section-resine div.content-image img:nth-child(4) { left: 16rem; bottom: 4rem; width: 29vw; }
    #section-resine div.content-image img:nth-child(5) { left: 6rem; bottom: 13rem; width: auto; }
    #section-resine div.content-image img:nth-child(6) { left: 24rem; }
    #section-resine div.content-image img:nth-child(7) { bottom: 5rem; left: 9rem; width: auto; }
}

@media (min-width: 1920px) {
    #section-resine .content .titre { padding-left: 5rem; padding-top: 5rem; }

    #section-resine div.content-image img:nth-child(1) { left: 7rem; width: auto; }
    #section-resine div.content-image img:nth-child(2) { right: 21rem; width: auto; }
    #section-resine div.content-image img:nth-child(3) { top: 25rem; right: 16rem; }
    #section-resine div.content-image img:nth-child(4) { bottom: 9rem; width: auto; }
    #section-resine div.content-image img:nth-child(5) { bottom: 15rem; }
    #section-resine div.content-image img:nth-child(7) { bottom: 10rem; }
}




/**************************
 * SLIDE UP CYCLING
 **************************/

#section-up-cycling {
    background-color: rgba(139, 133, 184, 0.2);
}

#section-up-cycling .content {
    position: relative;
}

#section-up-cycling .content-text {
    position: relative;
}

#section-up-cycling .content-text .description {
    position: absolute;
    z-index: 1;
}

#section-up-cycling div.content-image img:nth-child(1) {
    z-index: 2;
}

#section-up-cycling div.content-image img:nth-child(3) {
    z-index: 4;
}

#section-up-cycling div.content-image img:nth-child(6) {
    z-index: 4;
}

#section-up-cycling div.content-image img:nth-child(7) {
    z-index: 3;
}


@media (min-width: 320px) {
    #section-up-cycling .content-text { right: 0; height: 50%; }
    #section-up-cycling .content-text .titre { position: relative; top: 0; left: 0.5rem; }
    #section-up-cycling .content .titre img { width: 95%; }
    #section-up-cycling .content-text .description { bottom: 3rem; right: 1rem; }

    #section-up-cycling div.content-image img:nth-child(3),
    #section-up-cycling div.content-image img:nth-child(4),
    #section-up-cycling div.content-image img:nth-child(5) { display: none; }

    #section-up-cycling div.content-image img:nth-child(1) { bottom: 0rem; left: 3rem; }
    #section-up-cycling div.content-image img:nth-child(2) { left: 0.5rem; top: -1rem; }
    #section-up-cycling div.content-image img:nth-child(6) { top: 3rem; right: 0.5rem; }
    #section-up-cycling div.content-image img:nth-child(7) { bottom: -3rem; left: 0.5rem; }
}

@media (max-width: 699px) {
    #section-up-cycling div.content-image img:nth-child(2) { max-width: 95%; }
}

@media (min-width: 700px) {
    #section-up-cycling .content { padding-top: 5rem; }
    #section-up-cycling .content-text { right: 0; height: auto; }
    #section-up-cycling .content-text .titre { position: relative; top: 0; left: 1rem; }
    #section-up-cycling .content .titre img { width: 95%; }
    #section-up-cycling .content-text .description { top: 5rem; right: 1rem; }

    #section-up-cycling div.content-image img:nth-child(3),
    #section-up-cycling div.content-image img:nth-child(4),
    #section-up-cycling div.content-image img:nth-child(5) { display: block; }

    #section-up-cycling div.content-image img:nth-child(1) { left: 2rem; top: 1rem; }
    #section-up-cycling div.content-image img:nth-child(2) { bottom: -10rem; left: 17rem; top: auto; }
    #section-up-cycling div.content-image img:nth-child(3) { right: 1rem; top: -2rem; }
    #section-up-cycling div.content-image img:nth-child(4) { right: 1rem; bottom: 12rem; }
    #section-up-cycling div.content-image img:nth-child(5) { left: -2rem; bottom: 3rem; }
    #section-up-cycling div.content-image img:nth-child(6) { bottom: 3rem; right: 2rem; top: auto; }
    #section-up-cycling div.content-image img:nth-child(7) { top: 20rem; left: 1rem; }
}

@media (min-width: 1024px) {
    #section-up-cycling .content { padding-top: 0; }
    #section-up-cycling .content > div { height: 100%; }

    #section-up-cycling .content-text { width: 60vw; position: absolute; top: 0; right: 0; }
    #section-up-cycling .content-text .titre { position: absolute; right: 2rem; top: 2rem; left: auto; }
    #section-up-cycling .content .titre img { width: 65vw; }
    #section-up-cycling .content-text .description { top: 2rem; right: 0; }

    #section-up-cycling div.content-image img:nth-child(1) { left: 6rem; top: 10rem; width: 20vw; }
    #section-up-cycling div.content-image img:nth-child(2) { top: 22rem; left: 2rem; width: 35vw; }
    #section-up-cycling div.content-image img:nth-child(3) { left: 13rem; bottom: 12rem; top: auto; width: 25vw; }
    #section-up-cycling div.content-image img:nth-child(4) { right: 24rem; bottom: 9rem; width: 19vw; }
    #section-up-cycling div.content-image img:nth-child(5) { right: 10rem; bottom: 6rem; left: auto; width: 25vw; }
    #section-up-cycling div.content-image img:nth-child(6) { top: 33rem; right: 8rem; width: 7vw; }
    #section-up-cycling div.content-image img:nth-child(7) { top: 20rem; left: 5rem; width: 10vw; }
}

@media (min-width: 1440px) {
    #section-up-cycling .content-text { right: 0; }
    #section-up-cycling .content-text .titre { right: 3rem; top: 0.5rem; }
    #section-up-cycling .content .titre img { width: auto; }
    #section-up-cycling .content-text .description { top: 2rem; right: 3rem; }

    #section-up-cycling div.content-image img:nth-child(1) { left: 8rem; top: 5rem; width: 20vw; }
    #section-up-cycling div.content-image img:nth-child(2) { top: 22rem; left: 10rem; width: auto; }
    #section-up-cycling div.content-image img:nth-child(3) { left: 21rem; bottom: 3rem; top: auto; width: 25vw; }
    #section-up-cycling div.content-image img:nth-child(4) { right: 30rem; bottom: 3rem; width: 19vw; }
    #section-up-cycling div.content-image img:nth-child(5) { right: 5rem; bottom: 0.5rem; left: auto; width: 25vw; }
    #section-up-cycling div.content-image img:nth-child(6) { top: 28rem; right: 6rem; width: 7vw; }
    #section-up-cycling div.content-image img:nth-child(7) { top: 20rem; left: 5rem; width: auto; }
}

@media (min-width: 1920px) {
    #section-up-cycling .content-text { right: 5rem; }
    #section-up-cycling .content-text .titre { right: 14rem; top: 3rem; }
    #section-up-cycling .content-text .description { top: 4rem; }

    #section-up-cycling div.content-image img:nth-child(1) { left: 12rem; top: 6rem; width: auto; }
    #section-up-cycling div.content-image img:nth-child(2) { top: 25rem; left: 22rem; }
    #section-up-cycling div.content-image img:nth-child(3) { left: 30rem; top: auto; width: auto; }
    #section-up-cycling div.content-image img:nth-child(4) { right: 44rem; bottom: 2rem; width: auto; }
    #section-up-cycling div.content-image img:nth-child(5) { right: 20rem; bottom: 1rem; left: auto; width: auto; }
    #section-up-cycling div.content-image img:nth-child(6) { top: 27rem; right: 16rem; width: auto; }
    #section-up-cycling div.content-image img:nth-child(7) { top: 25rem; left: 11rem; }
}




/**************************
 * SLIDE FLOCAGE
 **************************/

#section-flocage {
    background-color: rgba(139, 133, 184, 0.2);
}

#section-flocage .content-text .description {
    transform: rotate(3deg);
}

#section-flocage div.content-image img:nth-child(2) {
    z-index: 2;
}

#section-flocage div.content-image img:nth-child(4) {
    z-index: 3;
}

#section-flocage div.content-image img:nth-child(6) {
    z-index: 5;
}


@media (min-width: 320px) {
    #section-flocage .content .titre img { width: 95%; }
    #section-flocage .content-text { padding-top: 5rem; }
    #section-flocage .content-text .description { top: -1rem; left: 2rem; }

    #section-flocage div.content-image img:nth-child(3),
    #section-flocage div.content-image img:nth-child(5) { display: none; }

    #section-flocage div.content-image img:nth-child(1) { right: 1rem; top: 0; }
    #section-flocage div.content-image img:nth-child(2) { left: 0.5rem; top: 1rem; }
    #section-flocage div.content-image img:nth-child(4) { left: 1rem; bottom: -1rem; }
    #section-flocage div.content-image img:nth-child(6) { bottom: 0; right: 0.5rem; }
}

@media (max-width: 699px) {
    #section-flocage div.content-image img:nth-child(1) { max-width: 100%; }
}

@media (min-width: 700px) {
    #section-flocage .content-text { padding-top: 0; }
    #section-flocage .content-text .titre { padding-top: 15rem; }
    #section-flocage .content .titre img { width: 95%; }
    #section-flocage .content-text .description { top: -2rem; left: 7rem; }

    #section-flocage div.content-image img:nth-child(3),
    #section-flocage div.content-image img:nth-child(5) { display: block; }

    #section-flocage div.content-image img:nth-child(1) { right: 1rem; top: 2rem; }
    #section-flocage div.content-image img:nth-child(2) { right: 19rem; top: 5rem; left: auto; }
    #section-flocage div.content-image img:nth-child(3) { top: 6rem; left: 1rem; }
    #section-flocage div.content-image img:nth-child(4) { right: 1rem; top: 20rem; left: auto; }
    #section-flocage div.content-image img:nth-child(5) { left: 6rem; bottom: 2rem; }
    #section-flocage div.content-image img:nth-child(6) { top: 23rem; left: 1rem; }
}

@media (min-width: 1024px) {
    #section-flocage .content { display: flex; height: 100%; }
    #section-flocage .content-text .titre { padding-left: 2rem; padding-top: 10rem; }
    #section-flocage .content .titre img { width: 60vw; }
    #section-flocage .content-text .description { top: 4rem; left: 3rem; }

    #section-flocage div.content > div.content-text { width: 50vw; }
    #section-flocage div.content > div.content-image { width: 50vw; }

    #section-flocage div.content-image img:nth-child(1) { left: -10rem; top: 2rem; width: 30vw; }
    #section-flocage div.content-image img:nth-child(2) { right: 6rem; width: 10vw; }
    #section-flocage div.content-image img:nth-child(3) { top: 2rem; left: 7rem; width: 23vw; }
    #section-flocage div.content-image img:nth-child(4) { right: 1rem; top: 14rem; width: 27vw; }
    #section-flocage div.content-image img:nth-child(5) { right: 6rem; bottom: 8rem; width: 22vw; }
    #section-flocage div.content-image img:nth-child(6) { top: 13rem; left: 5rem; width: 8vw; }
}

@media (min-width: 1440px) {
    #section-flocage .content-text .titre { padding-left: 2rem; padding-top: 8rem; }
    #section-flocage .content .titre img { width: auto; }
    #section-flocage .content-text .description { top: 0; left: 7rem; }

    #section-flocage div.content-image img:nth-child(1) { left: -17rem; top: 2rem; width: 30vw; }
    #section-flocage div.content-image img:nth-child(2) { right: 12rem; width: auto; }
    #section-flocage div.content-image img:nth-child(3) { top: 2rem; left: 7rem; width: 23vw; }
    #section-flocage div.content-image img:nth-child(4) { right: 1rem; width: auto; }
    #section-flocage div.content-image img:nth-child(5) { right: 10rem; bottom: 4rem; width: 22vw; }
    #section-flocage div.content-image img:nth-child(6) { top: 18rem; left: 5rem; width: auto; }
}

@media (min-width: 1920px) {
    #section-flocage .content-text .titre { padding-left: 5rem; padding-top: 10rem; }
    #section-flocage .content-text .description { top: 4rem; }

    #section-flocage div.content-image img:nth-child(1) { top: 4rem; width: auto; }
    #section-flocage div.content-image img:nth-child(2) { right: 17rem; }
    #section-flocage div.content-image img:nth-child(3) { top: 4rem; left: 13rem; width: auto; }
    #section-flocage div.content-image img:nth-child(4) { right: 6rem; }
    #section-flocage div.content-image img:nth-child(5) { right: 14rem; width: auto; }
    #section-flocage div.content-image img:nth-child(6) { top: 23rem; left: 10rem; }
}




/**************************
 * SLIDE CONTACT
 **************************/

#section-contact {
    background-color: rgba(139, 133, 184, 0.2);
}

#section-contact h3 {
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #625E99;
    padding-top: 8px;
    margin-bottom: 1rem;
}

#section-contact .content > div:nth-child(1) .titre {
    text-align: center;
}

#section-contact .content > div:nth-child(1) form {
    display: flex;
    flex-direction: column;
}

#section-contact .content > div:nth-child(1) form input[type=text],
#section-contact .content > div:nth-child(1) form input[type=email],
#section-contact .content > div:nth-child(1) form textarea {
    background-color: #8B85B8;
    border: none;
    padding: 20px 20px 15px 20px;
    margin-top: 1rem;
}

#section-contact .content > div:nth-child(1) form input[type=text],
#section-contact .content > div:nth-child(1) form input[type=email],
#section-contact .content > div:nth-child(1) form textarea,
#section-contact .content > div:nth-child(1) form input[type=text]::placeholder,
#section-contact .content > div:nth-child(1) form input[type=email]::placeholder,
#section-contact .content > div:nth-child(1) form textarea::placeholder {
    font-family: 'Poppins-Semibold';
    text-transform: uppercase;
    color: #fff;
}

#section-contact .content > div:nth-child(1) .message {
    font-family: 'Winkle-Regular';
    font-size: 48px;
    text-align: center;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 0;
}

#section-contact .content > div:nth-child(1) .message img {
    vertical-align: text-top;
}

#section-contact .content > div:nth-child(1) input[type=submit] {
    font-family: 'Winkle-Regular';
    color: #8A84B7;
    background-color: transparent;
    margin-top: 1rem;
    cursor: pointer;

    border: 0.946289px solid #8A84B7;
    filter: drop-shadow(0px 3.78516px 3.78516px rgba(0, 0, 0, 0.25));
    padding: 6px 8px 3px 8px;
    width: 55%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#section-contact .content > div:nth-child(2) > div:nth-child(1) div {
    text-align: center;
}

#section-contact .content > div:nth-child(2) footer {
    text-align: center;
    margin-top: 3rem;
}


@media (min-width: 320px) {
    #section-contact { padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 3rem; }
    #section-contact h3 { font-size: 19px; margin-top: 0; }

    #section-contact .content > div:nth-child(1) .titre img { width: 100%; }
    #section-contact .content > div:nth-child(1) form input[type=text],
    #section-contact .content > div:nth-child(1) form input[type=email],
    #section-contact .content > div:nth-child(1) form textarea,
    #section-contact .content > div:nth-child(1) form input[type=text]::placeholder,
    #section-contact .content > div:nth-child(1) form input[type=email]::placeholder,
    #section-contact .content > div:nth-child(1) form textarea::placeholder { font-size: 20px; }
    #section-contact .content > div:nth-child(1) input[type=submit] { font-size: 50px; }

    #section-contact .content > div:nth-child(2) > div:nth-child(1) div { margin-top: 1rem; }
    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.titre { margin-top: 5rem; }
    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.rs { width: 49%; display: inline-block; }
    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.rs img { width: 6rem; }
}

@media (max-width: 699px) {
    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.rs:nth-child(4) { width: 100%; }
}

@media (min-width: 700px) {
    #section-contact { padding-left: 3rem; padding-right: 3rem; padding-top: 3rem; }
    #section-contact h3 { font-size: 34px; margin-top: 0; }

    #section-contact .content > div:nth-child(1) .titre img { width: auto; }
    #section-contact .content > div:nth-child(1) form input[type=text],
    #section-contact .content > div:nth-child(1) form input[type=email],
    #section-contact .content > div:nth-child(1) form textarea,
    #section-contact .content > div:nth-child(1) form input[type=text]::placeholder,
    #section-contact .content > div:nth-child(1) form input[type=email]::placeholder,
    #section-contact .content > div:nth-child(1) form textarea::placeholder { font-size: 20px; }
    #section-contact .content > div:nth-child(1) input[type=submit] { font-size: 50px; }

    #section-contact .content > div:nth-child(2) > div:nth-child(1) div { margin-top: 1rem; }
    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.titre { margin-top: 5rem; }
    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.rs { width: 32%; display: inline-block; }
    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.rs img { width: 7rem; }
}

@media (min-width: 1024px) {
    #section-contact { padding-left: 3rem; padding-right: 3rem; padding-top: 0; }
    #section-contact h3 { font-size: 34px; margin-top: 1rem; }

    #section-contact .content { display: flex; justify-content: space-around; }

    #section-contact .content > div:nth-child(1) .titre img { width: 21vw; }
    #section-contact .content > div:nth-child(1) form input[type=text],
    #section-contact .content > div:nth-child(1) form input[type=email],
    #section-contact .content > div:nth-child(1) form textarea,
    #section-contact .content > div:nth-child(1) form input[type=text]::placeholder,
    #section-contact .content > div:nth-child(1) form input[type=email]::placeholder,
    #section-contact .content > div:nth-child(1) form textarea::placeholder { font-size: 20px; }
    #section-contact .content > div:nth-child(1) input[type=submit] { font-size: 50px; }

    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.titre { margin-top: 1rem; }
    #section-contact .content > div:nth-child(2) .titre img { width: 11vw; }
    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.rs { width: 100%; display: block; }
    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.rs img { width: 7rem; }
}

@media (min-width: 1440px) {
    #section-contact { padding-left: 12rem; padding-right: 12rem; }
    #section-contact h3 { font-size: 35px; }

    #section-contact .content > div:nth-child(1) .titre img { width: 21vw; }
    #section-contact .content > div:nth-child(1) form input[type=text],
    #section-contact .content > div:nth-child(1) form input[type=email],
    #section-contact .content > div:nth-child(1) form textarea,
    #section-contact .content > div:nth-child(1) form input[type=text]::placeholder,
    #section-contact .content > div:nth-child(1) form input[type=email]::placeholder,
    #section-contact .content > div:nth-child(1) form textarea::placeholder { font-size: 24px; }
    #section-contact .content > div:nth-child(1) input[type=submit] { font-size: 55px; }

    #section-contact .content > div:nth-child(2) .titre img { width: 11vw; }
    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.rs img { width: 7rem; }
}

@media (min-width: 1920px) {
    #section-contact h3 { font-size: 40px; }

    #section-contact .content > div:nth-child(1) .titre img { width: auto; }
    #section-contact .content > div:nth-child(1) input[type=submit] { font-size: 62px; }

    #section-contact .content > div:nth-child(2) .titre img { width: auto; }
    #section-contact .content > div:nth-child(2) > div:nth-child(1) div.rs img { width: auto; }
}




/**************************
 * FOOTER
 **************************/

#section-contact footer a {
    font-family: 'Poppins-SemiBold';
    font-size: 24px;
    text-transform: uppercase;
}

#section-contact footer a,
#section-contact footer a:focus,
#section-contact footer a:hover {
    color: #fff;
}

