/* =======================
   FONT
======================= */
@font-face {
    font-family: 'Jost';
    src: url('font/Jost-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* =======================
   BREADCRUMB
======================= */
#fil-ariane-partages {
    background: #833E69;
    background-image: linear-gradient(-90deg, #E9527B -20%, #242B58);
    color: #fff;
}

#fil-ariane-partages #fil-ariane li a {
    color: #fff;
}

#fil-ariane-partages #partager-reseaux-sociaux li a:not(:hover) {
    color: #fff;
}

#fil-ariane-partages #partager-reseaux-sociaux li a>i {
    color: inherit !important;
}

#fil-ariane-partages #fil-ariane li a:hover,
#fil-ariane-partages #partager-reseaux-sociaux li i:hover {
    color: #F9CA91 !important;
}

/* =======================
   BASE
======================= */
.atlta {
    font-family: 'Jost', 'Poppins', 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.atlta a {
    text-decoration: none;
    cursor: pointer;
}

.atlta ul {
    position: relative;
    z-index: 20;
    list-style: none;
    margin: 0;
    padding: 0;
}

.atlta section{
    padding-top: 0;
    padding-bottom: 0;
}

/* =======================
LAYOUT
======================= */
.atlta .row {
    display: flex;
    max-width: 78rem;
    margin: 0 auto;
}

.atlta .col {
    width: 100%;
    padding: 0 .9375rem;
}

.atlta .col-35 {
    width: 35%;
}

.atlta .col-65 {
    width: 65%;
}

.atlta .full {
    width: 100%;
    max-width: 100%;
}


/* =======================
   UTILITIES
======================= */

.atlta-align-end {
    align-items: self-end;
}


@media screen and (max-width: 820px) {
    .atlta .flex-col-reverse{
        flex-direction: column-reverse;
    }

    .atlta .flex-col{
        flex-direction: column;
    }
}

/* =======================
   GRADIENT BACKGROUND
======================= */
.atlta .top {
    position: absolute;
    z-index: -49;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(
            315deg,
            #F1880D 17%,
            #EA527B 40%,
            #E25079 50%,
            #B54771 70%,
            #8E3F6A 80%,
            #6D3964 90%,
            #52345F 100%
    );
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.atlta .bottom {
    position: absolute;
    z-index: -50;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            241deg,
            #F1880D -27%,
            #E8531C 10%,
            #BD4A28 29%,
            #533448 72%,
            #242B57 90%
    );
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
}

/* =======================
   WINDOW
======================= */

.window{
    position: absolute;
}

/* =======================
   NAVIGATION
======================= */

@media screen and (min-width: 1220px){
    .atlta-arc li {
        position: relative;
        transform: translate(-50%, -50%);
    }

    .atlta-arc li:nth-child(1) { top: 6.5rem; left: 50%; }
    .atlta-arc li:nth-child(2) { top: 8rem; left: 24%; }
    .atlta-arc li:nth-child(3) { top: 8.5rem; left: 13%; }
    .atlta-arc li:nth-child(4) { top: 9rem; left: 41%; }
    .atlta-arc li:nth-child(5) { top: 5rem; left: 112%; }
}

.atlta-arc a{
    display: flex;
    flex-direction: column;
    position: relative;

}

.atlta-picto{
    z-index: 1;
    margin: 0 auto;
}

/*Label container*/
.atlta-arc span {
    text-align: center;
}/*Label container*/


/* =======================
   NAVIGATION & BTN
======================= */

/*Label container*/
.atlta-label-container{
    display: flex;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}

.atlta-label-gradient {
    position: absolute;
    bottom: -.6rem;
    width: min-content;
}

.atlta-text-wrapper{
    position: relative;
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    line-height: 36px;
}/*Label container*/

/*Hover*/
.atlta-arc li:nth-child(odd) a:hover .atlta-label-container{
    transform: scale(1.04) rotate(-2deg);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.atlta-arc li:nth-child(even) a:hover .atlta-label-container, .info-ball a:hover .atlta-text-wrapper {
    transform: scale(1.04) rotate(2deg);
}

.atlta-arc li a:hover .atlta-picto{
    transform: translateY(-3px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}/*Hover*/


/* =======================
   CHRISTMAS SCENE
======================= */

.atlta-scene{
    position: relative;
    width: 100%;
    height: 1024px;
}

/*Christmas ball practical information*/
.info-ball{
    position: absolute;
    right: calc(-81% + 76%);
    top: 22.5%;
    z-index: 50;
}

.info-ball a{
    display: flex;
    cursor: pointer;
}

.info-ball span {
    text-align: start;
    padding-top: 3rem;
    padding-left: .5rem;
}
/*Christmas ball practical information*/

/* Christmas tree */
.tree{
    position: absolute;
    width: 1676px;
    height: 1024px;
    min-height: 1024px;
    right: -81%;
    top: -3rem;
    z-index: -1;
}

/*Light garlands*/
.light-garland-1{
    position: absolute;
    top: 15.25%;
    right: 28.5%;
}
.light-garland-2{
    position: absolute;
    top: 3.75%;
    right: 38.5%;
}
/*Light garlands*/
/* Christmas tree */

/*Boy*/
.boy{
    position: absolute;
    top: 24%;
    left: 8%;
}

/*Eye positioning*/
.eye {
    position: absolute;
    transform-origin: center center;
    animation: blinkFull 10s infinite;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.eye-right { position:absolute; top: 7.61rem; right: 11.7rem; }
.eye-left  { position:absolute; top: 8.4rem;  right: 15.5rem; }
/*Eye positioning*/
/*Boy*/

/*Girl and Christmas market*/
.girl-and-market {
    z-index: 2;
    position: absolute;
    right: 32.6%;
    bottom: -3%;
} /*Girl and Christmas market*/

/*Snow globe*/
.snow-globe{
    position: absolute;
    z-index: 1;
    bottom: 25%;
    left: 25.25%;
}

.snow{
    position: absolute;
    top: 10px;
    right: 10px;
}/*Snow globe*/


/* Wheel */
.wheel-wrapper {
    position: absolute;
    bottom: 27.8%;
    right: 47.25%;
    display: flex;
    justify-content: center;
    height: 280px;
    width: 350px;
}

.wheel-wrapper img:nth-child(2){
    width: 225px;
}

.wheel {
    position: absolute;
    bottom: 30%;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transform-origin: center center;
    animation: spinForever 50s linear infinite;
}
/* Wheel */

/* =======================
   SECTION BRANDING
======================= */
.atlta-branding {
    padding-bottom: -3rem;
    margin-top: -4rem;
}

.atlta-block-branding{
    position: relative;
}

/*Buttons*/
.atlta-branding a.info-ball-mb{
    display: none;
}

.atlta-branding a {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}

#btnChristmasFilm {
    margin-bottom: 4rem;
}

/* Image */
#christmasFilm {
    position: relative;
    z-index: 1;
    top: -1.5rem;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Label et texte */
.atlta-label-gradient,
.atlta-text-wrapper {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/*Label container*/
.atlta-branding span{
    text-align: start;
}/*Label container*/

/* Hover effects */
#btnChristmasFilm:hover img#christmasFilm {
    transform: rotate(-3deg);
}

#btnChristmasFilm:hover .atlta-label-gradient,
#btnChristmasFilm:hover .atlta-text-wrapper {
    transform: scale(1.04) rotate(-2deg);
}/* Hover effects */
/*Buttons*/

/*Cat*/
#imgCat{
    position: relative;
    display: block;
    margin-left: auto;
    margin-bottom: 2rem;
    right: -.9375rem;
} /*Cat*/


/* =======================
   ANIMATIONS
======================= */
/*Christmas bauble animation practical information*/
.info-ball img {
    height: fit-content;
    transform-origin: top center;
    animation: swing 3s ease-in-out infinite, shimmer 2s infinite;
}
@keyframes swing {
    0%, 100% { transform: rotate(3deg); }
    50% { transform: rotate(-6deg); }
}

@keyframes shimmer {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.3); }
}

.info-ball span{
    animation: text-shimmer 3s ease-in-out infinite;
}

@keyframes text-shimmer {
    0%, 100% { text-shadow: 0 0 1px white; }
    50% { text-shadow: 0 0 5px #F4A243; }
}
/*Christmas bauble animation practical information*/

/*Light garland animation*/
@keyframes flicker {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.light-group path {
    animation: flicker 1.5s infinite ease-in-out;
}

.light-group:nth-child(odd) path {
    animation-delay: 0.5s;
}
.light-group:nth-child(even) path {
    animation-delay: 1s;
}/*Light garland animation*/

/*Animation of the boy's eyes*/
@keyframes blinkFull {
    0% { transform: scaleY(1); }
    3% { transform: scaleY(0.05); }
    6% { transform: scaleY(1); }
    9% { transform: scaleY(0.05); }
    12% { transform: scaleY(1); }

    12%, 85% { transform: scaleY(1); }

    88% { transform: scaleY(0.05); }
    90% { transform: scaleY(1); }

    100% { transform: scaleY(1); }
} /*Animation of the boy's eyes*/

/*Animation of falling snow*/
.flake {
    animation: fall 6s linear infinite;
    opacity: 0;
}

@keyframes fall {
    0%   { transform: translateX(0px) translateY(-30px); opacity: 0; }
    10%  { transform: translateX(1px) translateY(-15px); opacity: 0.8; }
    25%  { transform: translateX(-1px) translateY(-5px); opacity: 1; }
    45%  { transform: translateX(1px) translateY(5px); opacity: 1; }
    65%  { transform: translateX(-1px) translateY(15px); opacity: 0.8; }
    80%  { transform: translateX(1px) translateY(25px); opacity: 0.4; }
    100% { transform: translateX(0px) translateY(30px); opacity: 0; }
}

.flake:nth-child(5n+1) { animation-delay: 0s; }
.flake:nth-child(5n+2) { animation-delay: 1.2s; }
.flake:nth-child(5n+3) { animation-delay: 2.4s; }
.flake:nth-child(5n+4) { animation-delay: 3.6s; }
.flake:nth-child(5n)   { animation-delay: 4.8s; }
/*Animation of falling snow*/

/*Wheel animation*/
@keyframes spinForever {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} /*Wheel animation*/


/* =======================
   RESPONSIVE
======================= */

/* -- Mobile ≤ 580px -- */
@media screen and (max-width: 580px) {
    .window { display: none; }
}

/* -- Small screens ≤ 650px -- */
@media screen and (max-width: 650px) {
    /*Gradient Background*/
    .atlta .top {
        height: 8%;
        background: linear-gradient(
                315deg,
                #F1880D 40%,
                #EA527B 60%,
                #E25079 70%,
                #B54771 80%,
                #8E3F6A 90%,
                #6D3964 100%,
                #52345F 100%
        );
    }

    .atlta .bottom {
        height: 95%;
        background: linear-gradient(
                241deg,
                #F1880D -27%,
                #E8531C -1%,
                #BD4A28 16%,
                #533448 46%,
                #242B57 76%
        );
        clip-path: polygon(0 1.5%, 100% 0, 100% 100%, 0 100%);
    }/*Gradient Background*/

    /*Navigation*/
    .atlta-arc{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    /*Navigation*/

    /*Christmas scene*/
    .atlta-scene{
        max-width: 100%;
        min-height: 400px;
        height: 400px;

    }

    /* Christmas tree */
    .tree{
        width: 650px;
        height: 400px;
        min-height: 400px;
        right: -40%;
    }

    .light-garland-1 svg {
        height: 80px;
        width: auto;
    }
    .light-garland-1  {
        top: 15%;
        right: 26%;
    }
    .light-garland-2  {
        top: 0.5%;
        right: 33.5%;
    }
    .light-garland-2 svg {
        height:51px;
        width: auto;
    }

    .boy {
        width: 174px;
        top: 27%;
        left: 11%;
    }
    .eye-right {
        top: 2.75rem;
        right: 4.25rem;
        width: 10px;
    }
    .eye-left {
        top: 3rem;
        right: 5.5rem;
        width: 10px;
    }

    .girl-and-market{
        width: 250px;
        right: 34.25%;
        bottom: 1.5%;
    }

    .snow-globe{
        bottom: 27%;
        left: 27.75%;
        width: 100px;
    }
    .snow svg{
        height: 60px;
        width: 70px;
    }

    .wheel-wrapper img:nth-child(2){
        width: 83px;
    }
    .wheel-wrapper{
        height: 130px;
        width: 104px;
        bottom: 25.5%;
        right: 49.5%;
    }
    /* Christmas tree */
    /*Christmas scene*/
}

/* -- Medium screens 580–1220px -- */
@media screen and (min-width: 580px) and (max-width: 1220px) {
    .window {
        width: 150px;
        height: auto;
    }
}

/* -- Tablet / Small Desktop 650–1220px -- */
@media screen and (min-width: 650px) and (max-width: 1220px) {

    /*Gradient Background*/
    .atlta .top { height: 235px;}
    /*Gradient Background*/

    .atlta .flex-col-reverse{
        flex-direction: column-reverse;
    }

    .atlta .flex-col{
        flex-direction: column;
    }

    /*Navigation*/
    .atlta-arc{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    /*Navigation*/

    /*Christmas scene*/
    .atlta-scene{
        min-height: 525px;
        height: 525px;

    }

    /* Christmas tree */
    .tree{
        width: 850px;
        min-height: 500px;
        height: 500px;
        right: -15%;
    }

    .light-garland-1 svg {
        height: 100px;
        width: auto;
    }
    .light-garland-1  {
        top: 13%;
        right: 28%;
    }
    .light-garland-2  {
        top: 3%;
        right: 36.25%;
    }
    .light-garland-2 svg {
        height:68px;
        width: auto;
    }

    .boy {
        width: 250px;
        top: 25%;
        left: 9%;
    }
    .eye-right {
        top: 3.75rem;
        right: 6rem;
        width: 15px;
    }
    .eye-left {
        top: 4.25rem;
        right: 7.8rem;
        width: 15px;
    }

    .girl-and-market {
        width: 350px;
        right: 33.25%;
        bottom: -5.5%;
    }

    .snow-globe{
        bottom: 22.8%;
        left: 26.7%;
        width: 135px;
    }
    .snow svg{
        height: 70px;
        width: 85px;
    }

    .wheel-wrapper img:nth-child(2){
        width: 125px;
    }
    .wheel-wrapper{
        height: 180px;
        width: 158px;
        bottom: 22%;
        right: 48.75%;
    }
    /* Christmas tree */
    /*Christmas scene*/

    /*Section branding*/
    .atlta-branding{
        margin-top: -10rem;
    }

    /*Buttons*/
    .atlta-branding a{
        align-items: center;
        justify-content: flex-end;
        gap: 1rem;
    }
    /*Buttons*/
    /*Section branding*/
}


/* -- Global max-width: 1220px -- */
@media screen and (max-width: 1220px) {
    .atlta .col-mb-100 {
        width: 100%;
        padding: 0;
    }

    /*Christmas scene*/
    .tree{ top: 0; }

    .boy{ height: 100%; }

    .eye-right,
    .eye-left,
    .girl-and-market{
        height: auto;
    }

    .wheel{ bottom: 34%; }
    /*Christmas scene*/

    /*Section branding*/
    .atlta-branding {
        padding-top: 3rem;
        margin-top: 0;
    }

    /*Buttons*/
    .atlta-branding a{
        align-items: center;
        gap: 1rem;
    }

    #btnChristmasFilm {
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: -4rem;
        gap: 0;
    }

    #christmasFilm {
        position: relative;
        top: -1.5rem;
        right: 0;
    }

    .info-ball{
        display: none;
    }
    .atlta-branding a.info-ball-mb{
        display: flex;
    }
    /*Buttons*/

    .atlta-block-branding{
        margin: 2rem auto 0;
        display: block;
    }

    #imgCat {
        display: none;
    }
    /*Section branding*/
}










