/*/----RESET ---/*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}



/*-----------------------------------*/
/*-----         RECURRENT       -----*/
/*-----------------------------------*/
body {
    background-image: url(../Img/logo_home_page/logoreduit.png);
    background-color: white;
    background-size: 60vh;
    background-attachment: fixed;
    background-position: bottom left;
    background-repeat: no-repeat;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: black;
    text-align: center;
}

h2 {
    font-size: 3vw;
    font-family: courier prime;
    letter-spacing: 9px;
    color: #171a27;
    text-shadow: 8px 3px 5px rgba(0, 0, 0, 0.39);
}

h3,
h1 {
    font-size: clamp(25px, 2vw, 85px);
    font-family: courier prime;
    letter-spacing: 9px;
    color: #171a27;
    border: solid 2px;
    border-color: #171a27;
    padding: .5vw 1.5vw;
    border-radius: 20px;
    box-shadow: 10px 10px 12px -3px rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;

}

.h1web {
    font-size: clamp(45px, 3vw, 85px);
    font-family: courier prime;
    letter-spacing: 9px;
    color: #171a27;
    text-shadow: 8px 3px 5px rgba(0, 0, 0, 0.39);
    border: none;
    box-shadow: none;
    margin: 6vh auto;
}

header .pcfirst {
    display: none;
}

h4 {
    text-align: center;
    padding: 2vh 0;
    text-transform: uppercase;
}

.cgv {
    width: 60vw;
    margin-right: 8vw;
    margin-left: auto;
    margin-bottom: 5vh;

}

.cgv p {
    text-align: left;
}

.cgv i {
    margin-top: 10vh;
    font-size: 15vw;
    /* color: #ff9b06; */
}
.cgv span{
    text-decoration: underline;
}

#tarteaucitronManager img {
    display: none;
}

.tt {
    line-height: 2.5;
    font-size: clamp(11px, 1vw, 18px);
}

/*-----------------------------------*/
/*-----           header        -----*/
/*-----------------------------------*/
nav li {
    display: flex;
    justify-content: flex-end;
    font-size: 2vw;
    padding: 3vw 6vw;
    margin-right: 4.5vw;
}

nav li:hover {
    transition: 1s ease-in-out;
}

nav li a {
    font-family: courier prime;
    letter-spacing: 5px;
    color: #171a27;
    text-shadow: 8px 3px 5px rgba(0, 0, 0, 0.39);
    padding: 1vw 1.75vw;
    border-radius: 51px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 30px 30px 60px #d4d4d4,
        -30px -30px 60px #ffffff;
    text-decoration: none;

    transition: 1s ease-in-out;
}

nav li a:hover {
    color: white;
    background: #171a27;
}

/*-----------------------------------*/
/*-----            main         -----*/
/*-----------------------------------*/



/*-----           Bulles       -----*/

.bulle {
    position: relative
}


.bulles img.bulleun {
    position: absolute;
    top: 50%;
    left: 10%;
    animation: bulle 7s;
    animation-iteration-count: infinite;
}

.bulles img.bulledeux {
    position: absolute;
    top: 80%;
    left: 14%;
    animation: bulle 5.5s;
    animation-iteration-count: infinite;
}

.bulles img.bulletrois {
    position: absolute;
    top: 88%;
    left: 23%;
    animation: bulle 3s;
    animation-iteration-count: infinite;
}

.bulles img.bullequatre {
    position: absolute;
    left: 5%;
    top: 71%;
    animation: bulle 6s;
    animation-iteration-count: infinite;
}

.bulles img.bullecinq {
    position: absolute;
    top: 35%;
    left: 18%;
    animation: bulle 7s;
    animation-iteration-count: infinite;
}

.bulles img.bullesix {
    position: absolute;
    top: 53%;
    left: 16%;
    animation: bulle 5s;
    animation-iteration-count: infinite;
}

.bulles img.bullesept {
    position: absolute;
    top: 54%;
    left: 7%;
    animation: bulle 3s;
    animation-iteration-count: infinite;
}

.bulles img.bullehuit {
    position: absolute;
    top: 76%;
    left: 24%;
    animation: bulle 6s;
    animation-iteration-count: infinite;
}

.design {
    border: solid 2px;
    border-color: #171a27;
    padding: .5vw 1.5vw;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50vw;
    margin-right: 10vw;
    margin-left: auto;
    margin-bottom: 15vh;
}

.design h2 {
    margin: 6vh auto;
}

.design img,video {
    width: 30vw;
    height: auto;
    margin: auto 0.5vw;
    box-shadow: 10px 10px 12px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 10px 12px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 12px -3px rgba(0, 0, 0, 0.75);
    transition: .5s ease-in-out;
    filter: grayscale(100%);
    z-index: 0;
}

.design img:hover {
    cursor: zoom-in;
}

.design img:active {
    transition: 0.5s ease-in-out;
    transform: scale(2);
    border-radius: 20px;
    filter: grayscale(0);
    z-index: 2;
}

.design div {
    width: 45vw;
    display: flex;
    margin-bottom: 2vh;
    align-items: center;
    justify-content: space-between;
}



.design h3 {
    margin: 1vw;
}

.design div a {
    text-decoration: none;
    font-size: clamp(25px, 1.2vw, 85px);
    font-family: courier prime;
    letter-spacing: 3px;
    margin-left: 2vw;
    color: #171a27;
    text-shadow: 8px 3px 5px rgba(0, 0, 0, 0.39);
    padding: 1vw 1.75vw;
    border-radius: 51px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 30px 30px 60px #d4d4d4,
        -30px -30px 60px #ffffff;
    color: black;
    transition: 1s ease-in-out;
   text-align: center;
}

.design div a:hover {
    color: white;
    background: #171a27;
}

.design .flyers {
    width: 20vw
}



.design .flyers:active {
    transition: .5s ease-in-out;
    transform: scale(1.75);
    z-index: 2;
}

/*-----            Timeline         -----*/

.timeline {
    font-family: 'Courier New', Courier, monospace;
    color: #171a27;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50vw;
    margin-right: 10vw;
    margin-left: auto;
}

.timeline img {
    margin-top: 4vh;
    border-radius: 25px;
    width: 50vw;
    box-shadow: 10px 10px 12px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 10px 12px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 12px -3px rgba(0, 0, 0, 0.75);
}

.timeline p {
    margin-top: 4vh;
    margin-bottom: 6vh;
    font-size: clamp(25px, 1.3vw, 85px);
}

/*-----------------------------------*/
/*-----        tooltips         -----*/
/*-----------------------------------*/
.ttnailsmel {
    justify-content: center;
    transform: scale(0) rotateX(-180deg);
    position: absolute;
    background-color: #171a27;
    color: white;
    font-family: courier prime;
    width: 30vw;
    height: 20vh;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.3);
    border: 5px solid white;
    transition: 1s;
    left: 5%;
    z-index: 99;

}

.imgnailsmel:hover+.ttnailsmel {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}


.ttsiteloic {
    justify-content: center;
    transform: scale(0) rotateX(-180deg);
    position: absolute;
    background-color: #171a27;
    color: white;
    font-family: courier prime;
    width: 30vw;
    height: 20vh;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.3);
    border: 5px solid white;
    transition: 1s;
    left: 5%;
    z-index: 99;

}

.imgsiteloic:hover+.ttsiteloic {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}


.ttlebangkok {
    justify-content: center;
    transform: scale(0) rotateX(-180deg);
    position: absolute;
    background-color: #171a27;
    color: white;
    font-family: courier prime;
    width: 30vw;
    height: 20vh;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.3);
    border: 5px solid white;
    transition: 1s;
    left: 5%;
    z-index: 99;

}

.imgbangkok:hover+.ttlebangkok {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttpumpup {
    justify-content: center;
    transform: scale(0) rotateX(-180deg);
    position: absolute;
    background-color: #171a27;
    color: white;
    font-family: courier prime;
    width: 30vw;
    height: 20vh;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.3);
    border: 5px solid white;
    transition: 1s;
    left: 5%;
    z-index: 99;

}

.pumpup:hover+.ttpumpup {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttcastille {
    justify-content: center;
    transform: scale(0) rotateX(-180deg);
    position: absolute;
    background-color: #171a27;
    color: white;
    font-family: courier prime;
    width: 30vw;
    height: 20vh;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.3);
    border: 5px solid white;
    transition: 1s;
    margin-top: 5vh;
    left: 5%;
    z-index: 99;

}

.imgcastille:hover+.ttcastille {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}




/*-----------------------------------*/
/*-----           footer        -----*/
/*-----------------------------------*/

footer .footer {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    justify-content: space-evenly;
    bottom: 0;
    background: rgba(23, 26, 39, 0.7);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.footer>a {
    text-decoration: none;
    color: white;
    font-family: courier prime;
    transition: 1s ease-in-out;
    font-size: clamp(18px, 1vw, 85px);
}

.footer p {
    color: #ffffff;
}

.footer .fontawesome {
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer .fontawesome a {
    color: white;
    padding: .5vw;
}

.footer .fontawesome a>i {
    scale: 1.5;
}

.footer>a:hover {
    transform: scale(1.1);
}

/*-----------------------------------*/
/*-----        Animations       -----*/
/*-----------------------------------*/

@keyframes bulle {
    0% {
        transform: scale(0.2)
    }

    10% {
        transform: translate(-5%, 0);
    }

    20% {
        transform: translate(5%, 0);
    }

    30% {
        transform: translate(-5%, 0);
    }

    40% {
        transform: translate(5%, 0);
    }

    60% {
        transform: translate(-5%, 0);
    }

    70% {
        transform: translate(5%, 0);

    }

    100% {
        top: 0vh;
        transform: scale(0.2);
    }
}

/*-----------------------------------*/
/*-----     Scroll To Top       -----*/
/*-----------------------------------*/

.scrollToTopBtn {
    background-color: #171a27;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 48px;
    width: 3vw;

    /* place it at the bottom right corner */
    position: fixed;
    bottom: 6vh;
    ;
    right: 20px;
    /* keep it at the top of everything else */
    z-index: 75;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all 0.5s ease;
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

/*-----------------------------------*/
/*-----        Responsive       -----*/
/*-----------------------------------*/
@media screen and (max-width:1500px) {
    .cgv {
        margin-right: auto;
        width: 80vw;
        margin-bottom: 15vh;
    }

    body {
        background-image: none;
    }

    .bulles {
        display: none;
    }

    .design {
        margin-right: auto;
        width: 80vw;
        margin-bottom: 15vh;
    }
    .design div{
        width: 75vw;
    }
    .design div img,video{
        width: 50vw;
    }

    /* .design video {
        width: 60vw;
    } */

    .timeline {
        margin-right: auto;
        width: 75vw;
    }
}

@media screen and (max-width:1200px) {
    footer .footer {
        max-height: 10vh;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        font-size: clamp(20px, 1.2vw, 85px);
        align-content: space-around;
    }

    .fontawesome {

        margin-top: 1vh;
    }

    .footer .fontawesome i {
        padding: .5vw;
        font-size: 1.5vw;
    }

    footer .footer>a {
        line-height: 3vh;
    }

    .design img,video {

        filter: grayscale(0);
    }

    .timeline {
        margin-bottom: 16vh;
    }

}



@media screen and (max-width:1000px) {
    body {
        background-image: none;
    }

    .bulles {
        display: none;
    }

    .timeline {
        width: 75vw;
        margin-right: auto;
    }

    .timeline img {
        width: 70vw;
    }

    .design .flyers {
        width: 25vw;
    }

    .tt {
        display: none;
    }

    .design img:active {
        transform: scale(1);
        border-radius: 0px;
}

    nav li {

        font-size: clamp(45px, 2vw, 85px);
        padding: 1vw 3vw;
        margin: 2vh 5vw;
    }

    header .pcfirst {
        display: flex;
    }

    header .pcfirst p {
        width: 100vw;
        max-width: 100%;
        z-index: 99;
        line-height: 5vh;
        font-size: clamp(25px, 2vw, 85px);
        background-color: #ce2e2e;
        color: rgb(228, 226, 223);
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    header .pcfirst p>i {
        font-size: 3vh;
    }
}