/*/----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;
    background-position-y: 90%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: black;
    text-align: center;
}

h2,
h1 {
    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);
}

h2 {
    font-family: roboto;
    color: #171a27;
    font-size: clamp(35px, 2.5vw, 85px);
    font-weight: 300;
    letter-spacing: 21px;
    margin-bottom: 3vh;
    text-shadow: 8px 3px 5px rgba(0, 0, 0, 0.39);
}

h3 {
    font-size: 1.75vw;
    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;
}

.tt {
    line-height: 2.5;
    font-size: clamp(11px, 1vw, 18px);
}

header .pcfirst {
    display: none;
}

#tarteaucitronManager img {
    display: none;
}

.logo {
    display: none;
}

.sepa {
    background-color: #171a27;
    width: 25vw;
    height: 2px;
}


/*-----------------------------------*/
/*-----           header        -----*/
/*-----------------------------------*/

nav {
    display: flex;
    justify-content: flex-end;
    margin-right: 7vw;
}

nav li {
    display: flex;
    font-size: clamp(45px, 2vw, 85px);
    justify-content: flex-end;
    padding: 3vw 3vw;
}

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: absolute;
}

.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: 71vh;
    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: 76vh;
    left: 24%;
    animation: bulle 6s;
    animation-iteration-count: infinite;
}



/*----------LOG0,flyers ect-----------*/

.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: 20vh;

}

.design h1 {
    margin: 6vh auto;
}

.design img {
    width: 15vw;
    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: .2s ease-in-out;
    filter: grayscale(100%);
    z-index: 0;
}

.design img:hover {
    cursor: zoom-in;
    transition: .5s ease-in-out;
    filter: grayscale(0%);
}

.design img:active {
    transition: .5s ease-in-out;
    transform: scale(2);
    border-radius: 20px;
    filter: grayscale(0);
    z-index: 2;
}

.design div {
    display: flex;
    margin-bottom: 4vh;
}

.design h3 {
    margin: 1vw;
    transition: .5s;
}

.design h3:hover {
    transform: scale(.9);
}

.design div a {
    text-decoration: none;
    color: #171a27;
}

.design .boutiques {
    width: 45vw;
    display: flex;
    justify-content: center;
    align-items: center;
}



.design .boutiques .fa-circle-right{
    font-size: clamp(45px, 2vw, 85px);
    color: #171a27;
    -webkit-animation: slide-in-left 1s ease-in-out infinite backwards;
}
.design .boutiques .fa-circle-left{
    font-size: clamp(45px, 2vw, 85px);
    color: #171a27;
    -webkit-animation: slide-in-right 1s ease-in-out infinite backwards;
}


.design .boutiques div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2vw 1vw;
    transition: all 0.3s;
}

.design .boutiques div:hover {
    transform: scale(1.1);
}


.design .boutiques div i {
    font-size: clamp(85px, 5.5vw, 285px);
    padding: 5px 15px;
    color: #171a27;
}

.design .boutiques div p {
    font-family: courier prime;
    font-size: clamp(25px, 2vw, 85px);
    color: #171a27;
}


.design .flyers {
    width: 20vw
}

.design .flyers:active {
    transition: .5s ease-in-out;
    transform: scale(1.75);
    z-index: 2;
}

.commande {
    font-size: clamp(22px, 1.1vw, 85px);
    margin: 3vh 0 4vh;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-family: courier prime;
    letter-spacing: 5px;
    color: #171a27;
    text-shadow: 8px 3px 5px rgba(0, 0, 0, 0.39);
    padding: .3vw 1.75vw;
    border-radius: 50px;
    background: #6a95af;
    box-shadow: inset 20px 20px 60px #5a7f95,
        inset -20px -20px 60px #7aabc9;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.commande:hover {
    color: white;
    background: #171a27;
}

/*-----------------------------------*/
/*-----        tooltips         -----*/
/*-----------------------------------*/
.tt{
    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;    
}


.imglogoviking:hover+ .ttlogoviking{
    transform: scale(1) rotateX(0deg);
    z-index: 99; 
}

.imgelementsviking:hover+ .ttelementviking{
    transform: scale(1) rotateX(0deg);
    z-index: 99; 
}

.ttavatarstream{
    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;    
}

.imgavatarstream:hover+.ttavatarstream{
    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;
    margin-top: 5vh;
    left: 5%;
    z-index: 99;
}

.logolebangkok:hover+.ttlebangkok {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttcaferacer {
    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;
}

.logocaferacer:hover+.ttcaferacer {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttbar {
    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;
}

.bar:hover+.ttbar {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttflyermel {
    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;
}

.flyermel:hover+.ttflyermel {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}


.tttarifnail {
    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;
}

.tarifnail:hover+.tttarifnail {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttdw {
    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;
}

.dw:hover+.ttdw {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.tthotel {
    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;
}

.hotel:hover+.tthotel {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttmegots {
    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;
}

.megots:hover+.ttmegots {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttfilm3 {
    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;
    font-size: 2.5vw;
}

.film3:hover+.ttfilm3 {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttfilm2 {

    justify-content: center;
    transform: scale(0) rotateX(-180deg);
    position: absolute;
    background-color: #171a27;
    color: palevioletred;
    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;
    font-size: 2.5vw;
}

.ttfilm2 p i {
    color: palevioletred;
}

.film2:hover+.ttfilm2 {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttfilm1 {
    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;
}

.film1:hover+.ttfilm1 {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttlogodw {
    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;
}

.logodw:hover+.ttlogodw {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttlogonexxt {
    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;
}

.logonexxt:hover+.ttlogonexxt {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttlogotathan {
    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;
}

.logotathan:hover+.ttlogotathan {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttlogosb {
    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;
}

.logosb:hover+.ttlogosb {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttlogomnb {
    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;
}

.logomnb:hover+.ttlogomnb {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttlogoadh {
    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;
}

.logoadh:hover+.ttlogoadh {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttkwisto {
    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;
}

.logokwisto:hover+.ttkwisto {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttevent {
    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;
}

.logoevent:hover+.ttevent {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttjapan {
    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;
}

.japan:hover+.ttjapan {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttldt {
    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;
}

.ldt:hover+.ttldt {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttfondmnb {
    justify-content: space-evenly;
    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;
}

.fondmnb:hover+.ttfondmnb {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttfondtathan {
    justify-content: space-evenly;
    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;
}

.fondtathan:hover+.ttfondtathan {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

/* ---------- avec qrcode ds tooltip -------- */

.ttfondnails {
    justify-content: space-evenly;
    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;
}

.ttfondnails img {
    filter: grayscale(0%);
    right: 0;
    width: clamp(55px, 6vw, 150px);
}

.fondnails:hover+.ttfondnails {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttfondldt {
    justify-content: space-evenly;
    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;
}

.ttfondldt img {
    filter: grayscale(0%);
    right: 0;
    width: clamp(55px, 6vw, 150px);
}

.fondldt:hover+.ttfondldt {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttlogoldt {
    justify-content: space-evenly;
    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;
}

.ttlogoldt img {
    filter: grayscale(0%);
    right: 0;
    width: clamp(55px, 6vw, 150px);
}

.logoldt:hover+.ttlogoldt {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttlogonails {
    justify-content: space-evenly;
    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;
}

.ttlogonails img {
    filter: grayscale(0%);
    right: 0;
    width: clamp(55px, 6vw, 150px);
}

.logonails:hover+.ttlogonails {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttlogokoost {
    justify-content: space-evenly;
    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;
}

.ttlogokoost img {
    filter: grayscale(0%);
    right: 0;
    width: clamp(55px, 6vw, 150px);
}

.logokoost:hover+.ttlogokoost {
    transform: scale(1) rotateX(0deg);
    z-index: 99;
}

.ttfondkoost {
    justify-content: space-evenly;
    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;
}

.ttfondkoost img {
    filter: grayscale(0%);
    right: 0;
    width: clamp(55px, 6vw, 150px);
}

.fondkoost:hover+.ttfondkoost {
    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);
}

/*-----------------------------------*/
/*-----    Animation bulles     -----*/
/*-----------------------------------*/

@-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }

  @-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }

@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: 0%;
        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;
    position: fixed;
    bottom: 6vh;
    right: 20px;
    z-index: 75;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease;
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}


/*-----------------------------------*/
/*-----        Responsive       -----*/
/*-----------------------------------*/

@media screen and (max-width:1200px) {

    .commandemobile {
        display: none;
    }

    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;
    }

}

@media screen and (max-width:1000px) {
    body {
        background-image: none;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .logo img {
        width: 100vw;
    }

    .bulles {
        display: none;
    }

    nav {
        margin: auto;
        justify-content: center;
    }

    .design {
        width: 75vw;
        margin-right: auto;
        margin-bottom: 8vh;
    }

    .design img {
        width: 20vw;
        filter: grayscale(0);
    }

    .design img:active {
        transform: scale(1);
        border-radius: 0px;
    }

    .design .flyers:active {
        transform: scale(1);
        border-radius: 0px;
    }

    .design .flyers {
        width: 25vw;
    }

    .tt {
        display: none;
    }

    .design h3,
    h1 {
        font-size: clamp(35px, 2vw, 85px);
    }

    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;
    }
}

@media screen and (max-width:980px) {
    .commande {
        color: #ffffff;
    }

    .design div {
        margin-bottom: 6vh;
    }
}