body
{
    overflow-x: hidden;
    color: white;
    height: 700vh;

}

*{
    color: white;
}


main
{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: linear-gradient(249deg, rgba(166,81,247,1) 0%, rgba(127,53,242,1) 25%, rgba(119,50,230,1) 25%, rgba(71,19,213,1) 50%, rgba(88,34,238,1) 50%, rgba(57,33,123,1) 75%, rgb(75, 51, 143) 75%, rgba(32,32,32,1) 100%);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

@media screen and (max-width: 600px) {
    main {
        font-size: 0.9em
    }
}

@media screen and (max-width: 400px) {
    main {
        font-size: 0.8em
    }
}

@media screen and (max-width: 350px) {
    main {
        font-size: 0.75em
    }
}


#content_media
{
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* color: purple; */
}

#title_doc_media
{
    width: 100%;
    height: 15%;
}

.content_cube_media
{
    perspective: 1200vw;
    position: relative;
}

#content_doc_media
{
    width: 100%;
    height: 83%;
    position: relative;
}


.cube_media
{
    transform-style: preserve-3d;
    /* position: absolute; */
    transition: transform linear .3s;
    width: 100%;
    height: 100%;
}

#content_doc_media .cube_media
{
    position: absolute;
}

#cube_acceuil
{

}

#explication_effect
{
    transform: translateX(100vw);
}

#configuration
{
    transform: translateX(200vw);
}

#brevet
{
    transform: translateX(300vw);
}




.face_color
{
    /* background-image: linear-gradient(135deg, rgba(56,161,184,0.9) 0%, rgba(238,238,238,0.9) 50%, rgba(139,255,247,0.9) 100%); */
    /* background: linear-gradient(180deg, rgba(0,183,255,0.7) 0%, rgba(117,0,255,0.7) 100%); */
    background: linear-gradient(135deg, rgba(117,0,255,0.7) 0%, rgba(0,183,255,0.4) 25%, rgba(117,0,255,0.7) 50%, rgba(0,183,255,0.4) 75%, rgba(117,0,255,0.7) 100%);       
    position: absolute;
    backface-visibility: visible;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    /* color: purple; */
    border: 1px solid white;
}

#cube_title .face_color
{
    backdrop-filter: blur(2px);
    background: linear-gradient(135deg, rgba(117,0,255,0.7) 0%, rgba(0,183,255,0.55) 25%, rgba(117,0,255,0.7) 50%, rgba(0,183,255,0.55) 75%, rgba(117,0,255,0.7) 100%);            
}

.face_title, .face_slide
{
    width: 80vw;
    height: 90%;
    background-color: rgba(0, 255, 255, 0.47);
}

.face_width_top
{
    width: 100vw;
    height: 100vw;
}

#front_cube_title, #front_cube_explication, #front_cube_config {
    transform: translate(-50%, -50%) translateZ(40vw);
}

#back_cube_title, #back_cube_explication, #back_cube_config {
    transform: translate(-50%, -50%) rotateY(180deg) translateZ(40vw);
}
    
#left_cube_title, #left_cube_explication, #left_cube_config {
    transform: translate(-50%, -50%) rotateY(-90deg) translateZ(40vw);
}

#right_cube_title, #right_cube_explication, #right_cube_config {
    transform: translate(-50%, -50%) rotateY(90deg) translateZ(40vw);
}

#bottom_cube_title, #bottom_cube_explication, #bottom_cube_config {
    transform: translate(-50%, -50%) rotateX(-90deg) /* translateZ(25vw) */;
}

#top_cube_title, #top_cube_explication, #top_cube_config {
    transform: translate(-50%, -50%) rotateX(90deg) /* translateZ(25vw) */;
}

/* BLOC TRIANGLE */

#front_cube_acceuil, #front_cube_brevet {
    transform: translate(-50%, -50%) translateZ(23vw); /* actuel : translate(-50%, -50%) translateZ(23vw) */
}

#right_cube_acceuil, #right_cube_brevet {
    transform: translate(-50%, -50%) rotateY(120deg) translateZ(23vw); /* ACTUEL : translate(-50%, -50%) rotateY(120deg) translateZ(23vw) */
}

#back_cube_acceuil, #back_cube_brevet {
    transform: translate(-50%, -50%) rotateY(240deg) translateZ(23vw); /* actuel : translate(-50%, -50%) rotateY(240deg) translateZ(23vw) */

}


/* TITRE */

.face_title
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
}

/* design global */

.border_white
{
    border: 1px solid white;
}

.bloc_padding
{
    padding: 2vh;
}

.text_center
{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_type
{
    padding-left: 5%;
    list-style-type: none;
}

.background_exemple
{
    background-color: rgba(240, 248, 255, 0.3);
    backdrop-filter: saturate(160%);

}

.align_commun
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.padding_light
{
    padding-top: 0.7vh;
    padding-bottom:0.7vh;
}

/* design precis */

/* ACCUEIL */

/* FACE 1 */

#front_cube_acceuil
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#presentation
{
    height: 40%;
    font-size: 1.3em;
}

#info_text
{
    height: auto;
    font-size: 1.25em;
}

/* FACE 2 */

#right_cube_acceuil
{
    display: flex;
    justify-content: center;
    align-items: center;
}

#telechargement
{
    height: 40%;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#telechargement h2
{
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    height: 30%;
}

#telechargement a
{
    display: block;
    height: 30%;
    width: 80%;
    border-radius: 50px;
    display: flex;
    color: white;
    background-color: rgba(40, 32, 94, 0.6);
}

/* FACE 3 */

#back_cube_acceuil{
    position: relative;
}

#order_implementation
{
    width: 75%;
    height: auto;
    padding: 3vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#order_implementation ul
{
    padding: 3%;
}

/* EXPLICATION EFFET */

/* FACE 1 */

#presentation_way
{
    font-size: 1.3em;
}

#explication_way
{
    font-size: 1em;
}

#detail_way
{
    width: 70%;
}

/* FACE 2 */

.bloc_presentation_statique
{
    height: 50%;

}

.bloc_presentation_statique h3
{
    height: 15%;
}

#presentation_scrStatique
{
    height: auto;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
/* 
#bloc_presentation_scrStatiqueWay
{
    height: 45%;
}
 */
#presentation_scrStatiqueWay
{
    padding-top: 1vh;
    padding-bottom: 1vh;
}

/* FACE 3 */

.espace_style
{
    margin-bottom: 1vh;
}

#back_cube_explication
{
    position: relative;
    display: flex;
    flex-direction: column;
}

#face1TitreScrIntervalFront
{
    height: auto;
    flex-grow: 0;
}

#presentationScrIntervalCenter
{
    height: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* FACE 4 */

#left_cube_explication
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* CONFIGURATION */

/*  FACE 1 */

#face1PresentationConfigScrIntervalFront
{
    height: 100%;
    align-items: baseline;
}

#titreConfigInterval
{
    width: 100%;
}

/* FACE 2 */

#right_cube_config
{
    align-items: baseline;
}

#face1TitreConfigMultiFront
{
    width: 100%;

}

#exempleConfigMulti
{
    width: 100%;
}

/* FACE 3 */

#back_cube_config
{
    display: flex;
    justify-content: center;
    align-items: center;
}

#ex1, #ex2
{
    width: 100%;
}

#back_cube_config .align_commun
{
    width: 100%;
    height: 50%;
    align-items: baseline;
}

/* BREVET */

/* FACE 1 */

.droit_para
{
    text-align: justify;
}

/* FACE 2 */

#right_cube_brevet
{
    justify-content: center;
}

#right_cube_brevet div
{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#right_cube_brevet h3
{
    text-align: center;
}

/* FACE 3 */

#avertissement_final, #back_cube_brevet ul
{
    font-size: 1.2em;
}