/*Feuille de Style | Page UFO*/

/**Version Responsive Desktop**/

/***Header***/

#header-UFO  {
    height: 300vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#UFO-titre    {
    height: 100vh;
    font-size: 270px;
    font-family: "Monument-Extended_Black", sans-serif;
    z-index: 99;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 37%;
    left: 0;
    right: 0;
    text-align: center;
    
}

/***Animation UFO***/

.UFO-animation  {
    position: relative;
    width: 100%;
    height: 300vh;
}

.UFO-mouv    {
    height: 100vh;
    width: auto;
    position: sticky;
    z-index: 100;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(AnimationUFO/untitled.1.png);
}

/***Texte introductif d'accroche***/

#accroche-UFO   {
    display: none;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#accroche-UFO h2    {
    font-family: "Nexa-Black", sans-serif;
    font-size: 5em;
    margin: 5vh 0;
    
}


/***Premières vues UFO***/

#vues-UFO    {
    height: 190vh;
    width: 100vw;
    margin-top: 20vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#vues-UFO p {
    font-size: 2.5em;
    height: 45vh;
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5em;
}

#vues-UFO p strong   {
    height: 100%;
    width: 30vw;
    display: flex;
    align-items: center;
    font-family: 'Nexa-Heavy' ,sans-serif;
    
}

.vues-UFO-AlignRight {
    text-align: right;
}

#vues-UFO div   {
    height: 50vh;
    width: 49vw;
    display: flex;
    justify-content: center;
    align-items: center;
} 

#vues-UFO img    {
    max-height: 50vh;
    max-width: auto;
    min-height: auto;
    min-width: auto;
    border-radius: 10px;
}

/***UFO-TxtSimple***/

.TxtSimple   {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20vh 0;
}

.Txt2-Central  {
    width: 80vw;
}

.Txt2-Central h3    {
    font-size: 2em;
    font-family: "Nexa-Black", sans-serif;
    margin-bottom: 3vh;
}

.Txt2-Central p {
    font-size: 1.1em;
    font-family: "Nexa-Regular", sans-serif;
    align-content: center;
    line-height: 25px;
}

/***UFO Citation***/

    .UFOCitation   {
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; 
        margin: 10vh 0 5vh 0;
    }
    
    .UFOCitation p {
        display: block;
        width: 80vw;
        font-family: "Nexa-Regular", sans-serif;
        text-align: center;
    }
    

/***Galerie d'images***/

.galerie-UFO    {
    display: flex;
    justify-content: center;
}

.galerie-UFO-content {
    height: 120vh;
    width: 90vw;
    display: grid;
    grid-template-columns: 10px 0.5fr 0.1fr 0.4fr 0.2fr 0.5fr 10px;
    grid-template-rows: 10px 0.5fr 0.2fr 1fr 0.8fr 1fr 1fr 1fr 1fr 10px;
    grid-gap: 30px;
}

.galerie-UFO-content figure   {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#UFO-1  {
    grid-column: 2 / span 2;
    grid-row: 2 / span 3;
    background-image: url("UFO/UFO-Galerie1.jpg");
}

#UFO-2  {
    grid-column: 4 / span 2;
    grid-row: 2 / span 3 ;
    background-image: url("UFO/UFO-Galerie2.jpg");
}

#Texte-Side-UFO-Images  {
    display: none;
    grid-column: 2;
    grid-row: 7 / span 3;
    font-family: "Nexa-Black", sans-serif;
    font-size: 1.5em;
    text-align: right;
    padding-top: 10px;
    line-height: 1.5em;
}

#UFO-3  {
    grid-column: 6 ;
    grid-row: 2 / span 6;
    background-image: url("UFO/UFO-Galerie3.jpeg");
}

#UFO-4  {
    grid-column: 2 / span 1;
    grid-row: 5 / span 5;
    background-image: url("UFO/UFO-Galerie4.jpg");
}

#UFO-5  {
    grid-column: 3 / span 3;
    grid-row: 5 / span 3;
    background-image: url("UFO/UFO-Galerie5.jpeg");
}

#UFO-6  {
    grid-column: 3 / span 2; 
    grid-row: 8 / span 2;
    background-image: url("UFO/UFO-Galerie7.jpg");
}

#UFO-7  {
    grid-column: 5 / span 2; 
    grid-row: 8 / span 2;
    background-image: url("UFO/UFO-Galerie6.jpg");
}

/***Texte X4***/

.TxtX4  {
    margin: 20vh 0;
}

.TxtX4 h2   {
    grid-area: 1 / 2;
    font-family: "Nexa-Black", sans-serif;
    font-size: 2em;
}

.TxtX4 p    {
    font-family: "Nexa-Regular", sans-serif;
    line-height: 25px;
    font-size: 1.1em;
}

/***Images en pleine largeure***/

.img-full_width img{
    height: auto;
    width: 100vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;

}

#secondFullWidthImg {width: 100%; height: auto;}
#secondFullWidthImg img {max-width: 100%;}

/***Image + Texte***/

.imgEtTexte {
    height: 75vh;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 15vh 0;
}

.imgEtTexte1  {
    height: 70vh;
    width: 50vw;
    background-image: url("UFO/UFO-Basses.png");
    background-repeat: no-repeat;
    background-size: cover;

}

.imgEtTexte p   {
    height: 70vh;
    width: 50%;
}

.imgEtTexte p strong    {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nexa-Heavy' ,sans-serif;
    font-size: 2.2em;
    text-align: right;
    line-height: 1.5em;
}

/***Images en pleine largeure***/

.img-full_width2    {
    height: 100%;
    width: 100vw;
    background-image: url("UFO/UFO-AllProduct.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
}

/***Texte + Image #2**/

.imgEtTexte2  {
    height: 50vh;
    width: 50vw;
    background-image: url("BAR/UFO-otherProduct.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/***Ranger de trois images de UFO**/

.rangIMGX3  {
    height: auto;
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5vh 0;
}

.rangIMGX3 img  {
    max-height: 300px;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
}

.img-full_height    {
    height: 80vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-full_height img    {
    max-height: 100%;
    max-width: auto;
    min-height: auto;
    min-width: auto;
}


@media screen and (max-width: 720px) and (min-width: 320px)   {
    
    /**Animation UFO**/
    
    #UFO-titre  {
        font-size: 70px;
        top: 75%;
    }
    
    /**Vus UFO**/

    #vues-UFO {
        height: 300vh;
        flex-direction: column;
        flex-wrap: nowrap;
        margin: 0;
    }
    
    #vues-UFO p {
        width: 100vw;
        position: sticky;
        z-index: 10;
        top: 25%;
        
        text-align: center;
        margin-bottom: 20px;
    }
    
    #vues-UFO p strong  {
        width: 70%;
    }
    
    #vues-UFO div   {
        position: sticky;
        top: 20%;
        height: 40vh;
        width: 80vw;
        z-index: 15;
        border-radius: 15px;
    }
    
    #vues-UFO div img    {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
        
    }
    
    #txt2-VDesktop  {display: none;}
    
    .vues-UFO-AlignRight    {text-align: center;}
    
    /**Galerie d'images**/
    
    .galerie-UFO-content {
        grid-template-columns: 5px 1fr 5px 5px 1fr 5px;
        grid-gap: 15px;
    }
    
    #UFO-1  {
        grid-column: 2 / span 2;
        grid-row: 2 / span 3;
    }

    #UFO-2  {
        grid-column: 4 / span 3;
        grid-row: 2 / span 3 ;
    }

    #UFO-3  {
        grid-column: 2 / span 2;
        grid-row: 8 / span 2;
        display: none
    }

    #UFO-4  {
        grid-column: 2 / span 1;
        grid-row: 5 / span 3;
    }

    #UFO-5  {
        grid-column: 3 / span 4;
        grid-row: 5 / span 1;
        
    }

    #UFO-6  {
        grid-column: 3 / span 4; 
        grid-row: 6 / span 2;
    }

    #UFO-7  {
        grid-column: 2 / span 5; 
        grid-row: 8 / span 2;
        
    }
    
    /**Texte X4**/
    
    .TxtX4 h2 {grid-column: 2 / span 3;}

    /**Image **/
    
    .img-full_width {height: 30vh;}
    
    /**Image **/
    
    #UFO-TxtGras {margin: 5vh 0;}
    
    /**Image **/
    
    .imgEtTexte {flex-direction: row; height: 55vh; margin: 6vh 0 15vh 0;}
    
    .imgEtTexte figure  {height: 40vh; width: 100vw; background-position: center;}
    
    .imgEtTexte p   {height: 15vh; width: 100vw; }
    
    .imgEtTexte p strong    {font-size: 1.6em; text-align: center;}
    
    .img-full_height img {
        width: 100vw;
        height: auto;
    }
    }

/**Version mobile paysage**/

@media (orientation: landscape) and (max-device-width : 812px) {
    #UFO-titre  {font-size: 100px;}
    
    .imgEtTexte p strong    {font-size: 1.4em;}
    
}

/*Version 2.5
By l-ct.fr
0x b0 29 12 52 e0 cb 0c b3 0f 1c */