/* DESIGN MOBILE PAGE PROMO. */

@media (min-width: 402px) {

body.promo{

    background-color: #0C141A;
    color: white;

    font-family: "Tomorrow", serif;
    font-weight: 300;
    font-style: normal;

    margin: 0;
    padding: 0;

    overflow-x: hidden;

}

header.promo{

    background-color: #0C141A;
    color: white;
    
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 25px;
    border-bottom: 1px solid #ffffff63;

    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

}

header.promo > * {
    position: absolute; /*AIDE IA permet de placer les éléments du header indépendamment les uns des autres*/
}

.logo-text {

    font-family: "Red Rose", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;

    position: absolute;

    padding: 0;
    margin: 0;

}

.burger-menu {

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 25px;
    height: 18px;
    padding: 10px;
    left: 15px;

    cursor: pointer;

}

.burger-line {

    background-color: white;
    
    width: 25px;
    height: 2px;

    transition: transform 0.3s ease, opacity 0.3s ease;
    
}

.menu{

    background-color: #0C141A;

    top: 60px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ffffff63;
    border-radius: 4px;

    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.3s ease, transform 0.3s ease;

    pointer-events: none;

}

.menu.active {

    padding: 0;
    margin: -9px;

    opacity: 1;
    transform: translateX(0);

    pointer-events: all;

}

.menu__list{

    list-style-type: none;
    
    padding: 0;
    margin: 25px;
    margin-left: 40px;
    font-size: 16px;

}

.menu__el{

    text-align: left;

    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;

}

.menu__el a{

    color: white;
    text-decoration: none;
    
    display: block;

    padding: 10px;
    margin-bottom: 5px;
    border-top: none;

}

.menu__el a:hover {

    color: #DC086A;
    
}

.menu__el--actif a{

    color: #DC086A;

    font-family: "Tomorrow", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;

}

.menu__el--actif a::before {

    content: "";
    background-color: #DC086A;

    position: absolute;

    left: -30px;
    top: 50%;
    width: 8px;
    height: 18px;

    transform: translateY(-50%);

}

.menu__el--actif a:hover{

    color: white;

    font-family: "Tomorrow", serif;
    font-weight: 400;
    font-style: italic;

}


/* ANIMATION BURGER MENU*/

.burger-menu.open .burger-line:nth-child(1) {

    transform: rotate(45deg) translateY(11px);

}

.burger-menu.open .burger-line:nth-child(2) {

    opacity: 0;

}

.burger-menu.open .burger-line:nth-child(3) {

    transform: rotate(-45deg) translateY(-11px);

}

.menu.active .menu__el {

    opacity: 1;
    transform: translateY(0);

}

.menu.active .menu__el:nth-child(1) {

    transition-delay: 0.2s;

}

.menu.active .menu__el:nth-child(2) {

    transition-delay: 0.3s;

}

.menu.active .menu__el:nth-child(3) {

    transition-delay: 0.4s;

}

/*MAIN SECTION*/

.section--main{

    padding: 0;
    margin: 0;

}


.titre-accueil{

    font-family: "shlop", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);

    position: absolute;
    text-align: center;

    width: 100%;
    margin-top: 155px;
    margin-left: 201px;
    
    top: 0px;
    transform: translate(-50%, -50%);

}

.titre-promo{

    font-family: "Tomorrow", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);

    position: absolute;
    text-align: center;

    width: 100%;
    margin-top: -80px;
    margin-left: 0px;
}

.titre-banniere{

    font-family: "shlop", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;

    color: #0C141A;
    
    position: relative;
    text-align: center;

    width: 100%;
    margin-left: 0px;
    margin-top: 0px;

    z-index: 1;

}

.titre-banniere::before{

    background-color: #DC086A;

    content: ""; /* AIDE IA*/
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 150%;
    z-index: -1;

}

.titre-section{

    margin-top: 40px;
    margin: 25px;
    font-size: 22px;

}

.titre-section-secu{

    font-size: 22px;
    margin-top: -180px;
    margin-left: 15px;
    margin-right: 15px;

    position: absolute;
    text-align: center;

}

.highlight{

    color: #DC086A;

}

.titre-section-ytb{

    font-size: 19px;
    margin-top: 0px;
    margin-left: 25px;

    text-align: center;

}

.titre-aventure{

    font-family: "shlop", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;

    color: #DC086A;

    text-align: center;

    margin-top: 150px;
    margin-bottom: 0;
}

.titre-section-video{

    font-size: 19px;
    margin-top: 150px;
    margin-left: 25px;

}

p{

    margin-top: 25px;
    margin: 25px;

}

.img-bunker{

    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 50px;

}

.img-ghost{

    width: 100%;
    margin: 0;
    padding: 0;
    margin-left: 0px;
    margin-top: -20px;

}

.img-ghost-safe{

    width: 100vw;
    margin: 0;
    padding: 0;
    margin-top: 40px;

    mix-blend-mode: overlay;

}

.img-jd-01{

    width: 100%;
    margin-top: 100px;

}

.youtube-video{

    justify-content: center;

    border: none;
    
    width: 75%;
    margin-top: 10px;
    margin-left: 50px;

}

footer{

    background-color: black;

    display: flex;
    flex-direction: row;
    align-items: center;

    width: 100%;
    height: 220px;
    margin-top: 100px;
    
}

.logo-text-footer{

    font-family: "Red Rose", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;

    color: white;

    position: absolute;

    text-align: center;

    margin-top: -100px;
    margin-bottom: 20px;
    margin-left: 140px;

}

.social-logo{

    display: flex;
    justify-content: center;

    margin: 0;
    padding: 0;

}

.logo{

    align-items: center;
    
    width: 20%;
    height: auto;
    margin-left: 40px;
    padding: 0;

}

.titre-footer{

    font-family: "Tomorrow", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 12px;

    color: white;

    position: absolute;
    text-align: center;

    margin-bottom: 0px;
    margin-top: 150px;
    margin-left: 140px;

}


/* DESIGN MOBILE PAGE CRITIQUE */

body.critique{

    background-image: image-set(
        url('../assets/images/paper-bg-02.jpg') 1x,
        url('../assets/images/paper-bg-02@2x.jpg') 2x
    );

    font-family: "Hubot Sans", serif;
    font-weight: 400;
    font-style: normal;
    
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    margin: 0;
    padding: 0;

    overflow-x: hidden;

}

header.veritas{

    background-color: black;

    color: white;
    
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 25px;
    border-bottom: 1px solid #ffffff63;

    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

}

header.veritas > * {
    position: absolute; /*AIDE IA permet de placer les éléments du header indépendamment les uns des autres*/
}

.menu-veritas{

    background-color: black;

    font-family: "Big Shoulders Display", serif;
    font-weight: 400;
    font-style: normal;
    
    top: 60px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ffffff63;
    border-radius: 4px;

    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.3s ease, transform 0.3s ease;

    pointer-events: none;

}

.menu-veritas.active {

    padding: 0;
    margin: -9px;

    opacity: 1;
    transform: translateX(0);

    pointer-events: all;

}

.menu__list-veritas{

    list-style-type: none;
    
    padding: 0;
    margin: 25px;
    margin-left: 40px;
    font-size: 25px;

}

.menu__el--actif-veritas a{

    color: #A5141C;

    font-family: "Big Shoulders Display", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 33px;

}

.menu__el--actif-veritas a::before {

    content: "";
    background-color: #A5141C;

    position: absolute;

    left: -30px;
    top: 50%;
    width: 8px;
    height: 18px;

    transform: translateY(-50%);

}

/* ANIMATION BURGER MENU*/

.menu-veritas.active .menu__el {

    opacity: 1;
    transform: translateY(0);

}

.menu-veritas.active .menu__el:nth-child(1) {

    transition-delay: 0.2s;

}

.menu-veritas.active .menu__el:nth-child(2) {

    transition-delay: 0.3s;

}

.menu-veritas.active .menu__el:nth-child(3) {

    transition-delay: 0.4s;

}

/*MAIN SECTION*/

.section--main-veritas{

    padding: 0;
    margin: 0;

}

.header-titre-01{

    font-family: "Big Shoulders Display", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 37px;
    
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);

    position: absolute;
    float: left;
    margin-top: -190px;
    margin-left: 30px;

}

.header-titre-02{

    font-family: "Big Shoulders Display", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);

    position: absolute;
    float: right;
    margin-top: -190px;
    margin-left: 275px;
        
}

.titre-section-spectacle{

    font-family: "Big Shoulders Display", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 31px;

    color: #4D0011;

    margin-top: 40px;
    margin: 25px;
    margin-top: 50px;
    margin-bottom: 50px;

}

.highlight-veritas{

    color: #A5141C;

}

.titre-section-manque{

    font-family: "Big Shoulders Display", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 31px;

    color: #4D0011;

    float: left;

    margin-top: 40px;
    margin: 25px;
    margin-top: 90px;
    margin-bottom: 50px;
    margin-right: 150px;

}

.titre-section-jill{

    font-family: "Big Shoulders Display", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 31px;

    color: #A5141C;

    margin-top: 40px;
    margin: 25px;
    margin-top: -900px;
    margin-bottom: 50px;

}

.titre-section-reaction{

    font-family: "Big Shoulders Display", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 31px;

    color: #4D0011;

    margin-top: 40px;
    margin: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 150px;

}

.titre-section-consequence{

    font-family: "Big Shoulders Display", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 31px;

    color: #4D0011;

    margin-top: 40px;
    margin: 25px;
    margin-top: 100px;
    margin-bottom: 50px;

}

p.white{

    font-family: "Hubot Sans", serif;
    font-weight: 300;
    font-style: normal; 
    
    color: white;

}

.img-jd-header{

    width: 100%;

    margin: 0px;
    padding: 0px;
    margin-top: 50px;

}

.paper-ripped-img{

    width: 100%;

    position: relative;
    align-items: center;

    margin: 0;
    padding: 0;
    margin-top: -35px;

}

.img-jd-01{

    position: relative;

    width: 70%;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-left: 60px;

}

.doodle-star{

    width: 20%;

    float: right;

    margin-top: -140px;
    margin-right: 50px;
    
}

.img-jd-02{

    width: 80%;

    margin: 0px;
    padding: 0px;
    margin-top: 50px;
    margin-left: 50px;

}

.paper-ripped-img-02{

    width: 100%;

    position: relative;
    align-items: center;

    margin: 0;
    padding: 0;
    margin-top: 90px;

}

.paper-bg{

    width: 100vw;
    height: 1000px;

    margin: 0px;
    padding: 0px;
    margin-top: -40px;


}

.paper-ripped-img-03{

    width: 100%;

    position: relative;
    align-items: center;

    margin: 0;
    padding: 0;
    margin-top: 15px;

}
.img-jill-01{

    display: flex;
    
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-top: -20px;
    margin-left: 170px;

}

.img-jill-02{

    display: flex;

    width: 30%;
    margin: 0px;
    padding: 0px;
    margin-top: -180px;
    margin-left: 25px;

}

.img-jd-03{

    width: 50%;

    margin: 0px;
    padding: 0px;
    margin-top: -60px;
    margin-left: 170px;

}


/* DESIGN MOBILE PAGE FACTUELLE */

.img-minerve-header{

    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 50px;

}

.jd-png{

    width: 100%;

    margin-top: 40px;

}

.identite_list{

    list-style-type: none;

    font-family: "Tomorrow", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;

    margin-top: 50px;
    margin-bottom: 100px;

}

.identite__el{

    margin: 25px;

}

.highlight-identite{

    font-family: "Tomorrow", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;

}

.tournage{

    float: left;

    width: 100px;
    margin-left: 25px;
    margin-right: 10px;
    margin-bottom: 5px;
    
}

.daily-logo{

    float: right;

    width: 100px;
    margin-left: 10px;
    margin-right: 25px;
    margin-bottom: 5px;

}


.titre-section-debut{

    margin-left: 100px;
    margin-top: 80px;

}

.titre-section-labo{

    margin-top: 80px;
    margin-left: 25px;
}

.labo-img{

    float: left;
    
    width: 30%;
    margin-left: 25px;
    margin-right: 10px;
    margin-bottom: 5px;

}

.laxar-logo{

    align-items: center;
    
    width: 30%;
    margin-left: 135px;
    margin-top: 100px;
    margin-bottom: 30px;

}

.phantasma-logo{

    align-items: center;

    width: 90%;
    margin-left: 20px;
    margin-top: 100px;

}

.titre-section-destination{

    margin-top: 100px;
    margin-left: 25px;
}

.titre-section-docu{

    margin-top: 100px;
    margin-left: 25px;
    margin-bottom: 60px ;

}

.titre-section-animalis{

    margin-top: 140px;
    margin-left: 0px;
    margin-bottom: 60px;

}

.animalis{

    width: 30%;
    border-radius: 15px;

    float: left;
    margin-left: 25px;
    margin-right: 10px;

}

.titre-section-conflit{

    margin-top: 130px;
    margin-left: 0px;
    margin-bottom: 60px;

}

.fukushima{

    width: 30%;
    border-radius: 15px;

    float: left;
    margin-left: 25px;
    margin-right: 10px;
    margin-top: 60px;

}

.alerte-bleue{

    width: 40%;
    border-radius: 15px;

    float: left;
    margin-left: 25px;
    margin-right: 10px;
    margin-top: 60px;

}

.titre-section-alerte{

    margin-top: 130px;
    margin-left: 0px;
    margin-bottom: 60px;

}

.titre-section-actv{

    margin-top: 100px;
    margin-left: 25px;
}

.username{

    font-size: 17px;
    margin-left: 80px;
    margin-right: 25px;
    margin-top: -50px;

}

p.contenu{

    margin-bottom: 90px;
}

.ytb-logo{

    width: 10%;
    margin-left: 25px;
    margin-top: 60px;
    margin-bottom: 20px;

}

.insta-logo{

    width: 10%;
    margin-left: 25px;
    margin-bottom: 20px;
    
}

.twitter-logo{

    width: 10%;
    margin-left: 25px;
    margin-bottom: 20px;
    
}

.facebook-logo{

    width: 10%;
    margin-left: 25px;
    margin-bottom: 20px;
    
}

.tiktok-logo{

    width: 10%;
    margin-left: 25px;
    margin-bottom: 20px;
    
}

}


/*DESIGN TABLETTE*/

@media (min-width: 768px) and (max-width: 1024px) {

    body.promo{

        background-color: #0C141A;
        color: white;
    
        font-family: "Tomorrow", serif;
        font-weight: 300;
        font-style: normal;
        font-size: 18px;
    
        margin: 0;
        padding: 0;
    
        overflow-x: hidden;
    
    }
    
    header.promo{
    
        background-color: #0C141A;
        color: white;
        
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    
        padding: 25px;
        border-bottom: 1px solid #ffffff63;
    
        z-index: 1000;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    
    }
    
    header.promo > * {
        position: absolute; /*AIDE IA permet de placer les éléments du header indépendamment les uns des autres*/
    }
    
    .logo-text {
    
        font-family: "Red Rose", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
    
        position: absolute;
    
        padding: 0;
        margin: 0;
    
    }
    
    .burger-menu {
    
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    
        width: 25px;
        height: 18px;
        padding: 10px;
        left: 15px;
    
        cursor: pointer;
    
    }
    
    .burger-line {
    
        background-color: white;
        
        width: 25px;
        height: 2px;
    
        transition: transform 0.3s ease, opacity 0.3s ease;
        
    }
    
    .menu{
    
        background-color: #0C141A;
    
        top: 60px;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ffffff63;
        border-radius: 4px;
    
        opacity: 0;
        transform: translateX(-100%);
        transition: opacity 0.3s ease, transform 0.3s ease;
    
        pointer-events: none;
    
    }
    
    .menu.active {
    
        padding: 0;
        margin: -9px;
    
        opacity: 1;
        transform: translateX(0);
    
        pointer-events: all;
    
    }
    
    .menu__list{
    
        list-style-type: none;
        
        padding: 0;
        margin: 25px;
        margin-left: 40px;
        font-size: 16px;
    
    }
    
    .menu__el{
    
        text-align: left;
    
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    
    }
    
    .menu__el a{
    
        color: white;
        text-decoration: none;
        
        display: block;
    
        padding: 10px;
        margin-bottom: 5px;
        border-top: none;
    
    }
    
    .menu__el a:hover {
    
        color: #DC086A;
        
    }
    
    .menu__el--actif a{
    
        color: #DC086A;
    
        font-family: "Tomorrow", serif;
        font-weight: 400;
        font-style: italic;
        font-size: 22px;
    
    }
    
    .menu__el--actif a::before {
    
        content: "";
        background-color: #DC086A;
    
        position: absolute;
    
        left: -30px;
        top: 50%;
        width: 8px;
        height: 18px;
    
        transform: translateY(-50%);
    
    }
    
    .menu__el--actif a:hover{
    
        color: white;
    
        font-family: "Tomorrow", serif;
        font-weight: 400;
        font-style: italic;
    
    }
    
    
    /* ANIMATION BURGER MENU*/
    
    .burger-menu.open .burger-line:nth-child(1) {
    
        transform: rotate(45deg) translateY(11px);
    
    }
    
    .burger-menu.open .burger-line:nth-child(2) {
    
        opacity: 0;
    
    }
    
    .burger-menu.open .burger-line:nth-child(3) {
    
        transform: rotate(-45deg) translateY(-11px);
    
    }
    
    .menu.active .menu__el {
    
        opacity: 1;
        transform: translateY(0);
    
    }
    
    .menu.active .menu__el:nth-child(1) {
    
        transition-delay: 0.2s;
    
    }
    
    .menu.active .menu__el:nth-child(2) {
    
        transition-delay: 0.3s;
    
    }
    
    .menu.active .menu__el:nth-child(3) {
    
        transition-delay: 0.4s;
    
    }
    
    /*MAIN SECTION*/
    
    .section--main{
    
        padding: 0;
        margin: 0;
    
    }
    
    
    .titre-accueil{
    
        font-family: "shlop", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 93px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    
        position: absolute;
        text-align: center;
    
        width: 100%;
        margin-top: 250px;
        margin-left: 380px;
        
        top: 0px;
        transform: translate(-50%, -50%);
    
    }
    
    .titre-promo{
    
        font-family: "Tomorrow", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    
        position: absolute;
        text-align: center;
    
        width: 100%;
        margin-top: -140px;
        margin-left: 0px;
    }
    
    .titre-banniere{
    
        font-family: "shlop", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 31px;
    
        color: #0C141A;
        
        position: relative;
        text-align: center;
    
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    
        z-index: 1;
    
    }
    
    .titre-banniere::before{
    
        background-color: #DC086A;
    
        content: ""; /* AIDE IA*/
        position: absolute;
        top: -9px;
        left: 0;
        width: 100%;
        height: 150%;
        z-index: -1;
    
    }
    
    .titre-section{
    
        font-size: 22px;
        margin-top: 40px;
        margin: 25px;
    
    }
    
    .titre-section-secu{
    
        font-size: 22px;
        margin-top: -230px;
        margin-left: 90px;
        margin-right: 15px;
    
        position: absolute;
        text-align: center;
    
    }
    
    .highlight{
    
        color: #DC086A;
    
    }
    
    .titre-section-ytb{
    
        font-size: 22px;
        margin-top: 0px;
        margin-left: 25px;
    
        text-align: center;
    
    }
    
    .titre-aventure{
    
        font-family: "shlop", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 45px;
    
        color: #DC086A;
    
        text-align: center;
    
        margin-top: 150px;
        margin-bottom: 0;
    }
    
    .titre-section-video{
    
        font-size: 22px;
        margin-top: 150px;
        margin-left: 25px;
    
    }
    
    p{
    
        margin-top: 25px;
        margin: 25px;
    
    }
    
    .img-bunker{
    
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-top: 50px;
    
    }
    
    .img-ghost{
    
        width: 100%;
        margin: 0;
        padding: 0;
        margin-left: 0px;
        margin-top: -20px;
    
    }
    
    .img-ghost-safe{
    
        width: 100vw;
        margin: 0;
        padding: 0;
        margin-top: 40px;
    
        mix-blend-mode: overlay;
    
    }
    
    .img-jd-01{
    
        width: 100%;
        margin-top: 100px;
    
    }
    
    .youtube-video{
    
        justify-content: center;
    
        border: none;
        
        width: 75%;
        margin-top: 10px;
        margin-left: 100px;
    
    }
    
    footer{
    
        background-color: black;
    
        display: flex;
        flex-direction: row;
        align-items: center;
    
        width: 100%;
        height: 220px;
        margin-top: 100px;
        
    }
    
    .logo-text-footer{
    
        font-family: "Red Rose", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
    
        color: white;
    
        position: absolute;
    
        text-align: center;
    
        margin-top: -100px;
        margin-bottom: 20px;
        margin-left: 320px;
    
    }
    
    .social-logo{
    
        display: flex;
        justify-content: center;
    
        margin: 0;
        padding: 0;
    
    }
    
    .logo{
    
        align-items: center;
        
        width: 20%;
        height: auto;
        margin-left: 70px;
        padding: 0;
    
    }
    
    .titre-footer{
    
        font-family: "Tomorrow", serif;
        font-weight: 300;
        font-style: italic;
        font-size: 12px;
    
        color: white;
    
        position: absolute;
        text-align: center;
    
        margin-bottom: 0px;
        margin-top: 150px;
        margin-left: 320px;
    
    }
    
    
    /* DESIGN TABLETTE PAGE CRITIQUE */
    
    body.critique{
    
        background-image: image-set(
            url('../assets/images/paper-bg-02.jpg') 1x,
            url('../assets/images/paper-bg-02@2x.jpg') 2x
        );
    
        font-family: "Hubot Sans", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    
        margin: 0;
        padding: 0;
    
        overflow-x: hidden;
    
    }
    
    header.veritas{
    
        background-color: black;
    
        color: white;
        
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    
        padding: 25px;
        border-bottom: 1px solid #ffffff63;
    
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    
    }
    
    header.veritas > * {
        position: absolute; /*AIDE IA permet de placer les éléments du header indépendamment les uns des autres*/
    }
    
    .menu-veritas{
    
        background-color: black;
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 400;
        font-style: normal;
        
        top: 60px;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ffffff63;
        border-radius: 4px;
    
        opacity: 0;
        transform: translateX(-100%);
        transition: opacity 0.3s ease, transform 0.3s ease;
    
        pointer-events: none;
    
    }
    
    .menu-veritas.active {
    
        padding: 0;
        margin: -9px;
    
        opacity: 1;
        transform: translateX(0);
    
        pointer-events: all;
    
    }
    
    .menu__list-veritas{
    
        list-style-type: none;
        
        padding: 0;
        margin: 25px;
        margin-left: 40px;
        font-size: 25px;
    
    }
    
    .menu__el--actif-veritas a{
    
        color: #A5141C;
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: italic;
        font-size: 33px;
    
    }
    
    .menu__el--actif-veritas a::before {
    
        content: "";
        background-color: #A5141C;
    
        position: absolute;
    
        left: -30px;
        top: 50%;
        width: 8px;
        height: 18px;
    
        transform: translateY(-50%);
    
    }
    
    /* ANIMATION BURGER MENU*/
    
    .menu-veritas.active .menu__el {
    
        opacity: 1;
        transform: translateY(0);
    
    }
    
    .menu-veritas.active .menu__el:nth-child(1) {
    
        transition-delay: 0.2s;
    
    }
    
    .menu-veritas.active .menu__el:nth-child(2) {
    
        transition-delay: 0.3s;
    
    }
    
    .menu-veritas.active .menu__el:nth-child(3) {
    
        transition-delay: 0.4s;
    
    }
    
    /*MAIN SECTION*/
    
    .section--main-veritas{
    
        padding: 0;
        margin: 0;
    
    }
    
    .header-titre-01{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 64px;
        
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    
        position: absolute;
        float: left;
        margin-top: -390px;
        margin-left: 80px;
    
    }
    
    .header-titre-02{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 300;
        font-style: normal;
        font-size: 37px;
        
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    
        position: absolute;
        float: right;
        margin-top: -390px;
        margin-left: 550px;
        margin-right: 50px;
            
    }
    
    .titre-section-spectacle{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45px;
    
        color: #4D0011;
    
        margin-top: 40px;
        margin: 25px;
        margin-top: 50px;
        margin-bottom: 50px;
    
    }
    
    .highlight-veritas{
    
        color: #A5141C;
    
    }
    
    .titre-section-manque{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45px;
    
        color: #4D0011;
    
        float: left;
    
        margin-top: 40px;
        margin: 25px;
        margin-top: 90px;
        margin-bottom: 100px;
        margin-right: 350px;

    
    }
    
    .titre-section-jill{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45px;
    
        color: #A5141C;
    
        margin-top: 40px;
        margin: 25px;
        margin-top: -1100px;
        margin-bottom: 50px;
    
    }
    
    .titre-section-reaction{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45px;
    
        color: #4D0011;
    
        margin-top: 40px;
        margin: 25px;
        margin-top: 50px;
        margin-bottom: 90px;
        margin-right: 150px;
    
    }
    
    .titre-section-consequence{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45px;
    
        color: #4D0011;
    
        margin-top: 40px;
        margin: 25px;
        margin-top: 100px;
        margin-bottom: 50px;
    
    }
    
    p.white{
    
        font-family: "Hubot Sans", serif;
        font-weight: 300;
        font-style: normal; 
        
        color: white;
    
    }
    
    .img-jd-header{
    
        width: 100%;
    
        margin: 0px;
        padding: 0px;
        margin-top: 50px;
    
    }
    
    .paper-ripped-img{
    
        width: 100%;
    
        position: relative;
        align-items: center;
    
        margin: 0;
        padding: 0;
        margin-top: -60px;
    
    }
    
    .img-jd-01{
    
        position: relative;
    
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
        margin-left: 200px;
    
    }
    
    .doodle-star{
    
        width: 20%;
    
        float: right;
    
        margin-top: 0px;
        margin-right: 50px;
        
    }
    
    .img-jd-02{
    
        width: 70%;
    
        margin: 0px;
        padding: 0px;
        margin-top: 50px;
        margin-left: 200px;
    
    }
    
    .paper-ripped-img-02{
    
        width: 100%;
    
        position: relative;
        align-items: center;
    
        margin: 0;
        padding: 0;
        margin-top: 100px;
    
    }
    
    .paper-bg{
    
        width: 100vw;
        height: 1200px;
    
        margin: 0px;
        padding: 0px;
        margin-top: -60px;
    
    
    }
    
    .paper-ripped-img-03{
    
        width: 100%;
    
        position: relative;
        align-items: center;
    
        margin: 0;
        padding: 0;
        margin-top: 15px;
    
    }
    .img-jill-01{
    
        display: flex;
        
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-top: -20px;
        margin-left: 300px;
    
    }
    
    .img-jill-02{
    
        display: flex;
    
        width: 30%;
        margin: 0px;
        padding: 0px;
        margin-top: -250px;
        margin-left: 25px;
    
    }
    
    .img-jd-03{
    
        width: 50%;
    
        margin: 0px;
        padding: 0px;
        margin-top: -60px;
        margin-left: 300px;
    
    }
    
    
    /* DESIGN TABLETTE PAGE FACTUELLE */
    
    .img-minerve-header{
    
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-top: 50px;
    
    }
    
    .jd-png{
    
        width: 80%;
    
        margin-top: 40px;
        margin-left: 80px;
    
    }
    
    .identite_list{
    
        list-style-type: none;
    
        font-family: "Tomorrow", serif;
        font-weight: 200;
        font-style: normal;
        font-size: 18px;
    
        margin-top: 50px;
        margin-bottom: 100px;
    
    }
    
    .identite__el{
    
        margin: 25px;
    
    }
    
    .highlight-identite{
    
        font-family: "Tomorrow", serif;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
    
    }
    
    .tournage{
    
        float: left;
    
        width: 100px;
        margin-left: 25px;
        margin-right: 10px;
        margin-bottom: 5px;
        
    }
    
    .daily-logo{
    
        float: right;
    
        width: 100px;
        margin-left: 10px;
        margin-right: 25px;
        margin-bottom: 5px;
    
    }
    
    
    .titre-section-debut{
    
        margin-left: 100px;
        margin-top: 150px;
    
    }
    
    .titre-section-labo{
    
        margin-top: 150px;
        margin-left: 25px;
    }
    
    .labo-img{
    
        float: left;
        
        width: 30%;
        margin-left: 25px;
        margin-right: 10px;
        margin-bottom: 5px;
    
    }
    
    .laxar-logo{
    
        align-items: center;
        
        width: 30%;
        margin-left: 300px;
        margin-top: 150px;
        margin-bottom: 30px;
    
    }
    
    .phantasma-logo{
    
        align-items: center;
    
        width: 90%;
        margin-left: 40px;
        margin-top: 100px;
    
    }
    
    .titre-section-destination{
    
        margin-top: 100px;
        margin-left: 25px;
    }
    
    .titre-section-docu{
    
        margin-top: 100px;
        margin-left: 25px;
        margin-bottom: 60px ;
    
    }
    
    .titre-section-animalis{
    
        margin-top: 140px;
        margin-left: 0px;
        margin-bottom: 60px;
    
    }
    
    .animalis{
    
        width: 30%;
        border-radius: 15px;
    
        float: left;
        margin-left: 25px;
        margin-right: 10px;
    
    }
    
    .titre-section-conflit{
    
        margin-top: 130px;
        margin-left: 0px;
        margin-bottom: 60px;
    
    }
    
    .fukushima{
    
        width: 30%;
        border-radius: 15px;
    
        float: left;
        margin-left: 25px;
        margin-right: 10px;
        margin-top: 60px;
    
    }
    
    .alerte-bleue{
    
        width: 40%;
        border-radius: 15px;
    
        float: left;
        margin-left: 25px;
        margin-right: 10px;
        margin-top: 60px;
    
    }
    
    .titre-section-alerte{
    
        margin-top: 130px;
        margin-left: 0px;
        margin-bottom: 60px;
    
    }
    
    .titre-section-actv{
    
        margin-top: 150px;
        margin-left: 25px;
    }
    
    .username{
    
        font-size: 17px;
        margin-left: 150px;
        margin-right: 25px;
        margin-top: -70px;
    
    }
    
    p.contenu{
    
        margin-top: 40px;
        margin-bottom: 90px;
        margin-left: 50px;
    }
    
    .ytb-logo{
    
        width: 10%;
        margin-left: 50px;
        margin-top: 60px;
        margin-bottom: 20px;
    
    }
    
    .insta-logo{
    
        width: 10%;
        margin-left: 50px;
        margin-bottom: 20px;
        
    }
    
    .twitter-logo{
    
        width: 10%;
        margin-left: 50px;
        margin-bottom: 20px;
        
    }
    
    .facebook-logo{
    
        width: 10%;
        margin-left: 50px;
        margin-bottom: 20px;
        
    }
    
    .tiktok-logo{
    
        width: 10%;
        margin-left: 50px;
        margin-bottom: 20px;
        
    }
}

/*DESIGN ORDINATEUR*/

@media (min-width: 1024px) {

    body.promo{

        background-color: #0C141A;
        color: white;
    
        font-family: "Tomorrow", serif;
        font-weight: 300;
        font-style: normal;
        font-size: 18px;
    
        margin: 0;
        padding: 0;
    
        overflow-x: hidden;
    
    }
    
    header.promo{
    
        background-color: #0C141A;
        color: white;
        
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    
        padding: 25px;
        border-bottom: 1px solid #ffffff63;
    
        z-index: 1000;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    
    }
    
    header.promo > * {
        position: absolute; /*AIDE IA permet de placer les éléments du header indépendamment les uns des autres*/
    }
    
    .logo-text {
    
        font-family: "Red Rose", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
    
        position: absolute;
    
        padding: 0;
        margin: 0;
    
    }
    
    .burger-menu {
    
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    
        width: 25px;
        height: 18px;
        padding: 10px;
        left: 15px;
    
        cursor: pointer;
    
    }
    
    .burger-line {
    
        background-color: white;
        
        width: 25px;
        height: 2px;
    
        transition: transform 0.3s ease, opacity 0.3s ease;
        
    }
    
    .menu{
    
        background-color: #0C141A;
    
        top: 60px;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ffffff63;
        border-radius: 4px;
    
        opacity: 0;
        transform: translateX(-100%);
        transition: opacity 0.3s ease, transform 0.3s ease;
    
        pointer-events: none;
    
    }
    
    .menu.active {
    
        padding: 0;
        margin: -9px;
    
        opacity: 1;
        transform: translateX(0);
    
        pointer-events: all;
    
    }
    
    .menu__list{
    
        list-style-type: none;
        
        padding: 0;
        margin: 25px;
        margin-left: 40px;
        font-size: 18px;
    
    }
    
    .menu__el{
    
        text-align: left;
    
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    
    }
    
    .menu__el a{
    
        color: white;
        text-decoration: none;
        
        display: block;
    
        padding: 10px;
        margin-bottom: 5px;
        border-top: none;
    
    }
    
    .menu__el a:hover {
    
        color: #DC086A;
        
    }
    
    .menu__el--actif a{
    
        color: #DC086A;
    
        font-family: "Tomorrow", serif;
        font-weight: 400;
        font-style: italic;
        font-size: 26px;
    
    }
    
    .menu__el--actif a::before {
    
        content: "";
        background-color: #DC086A;
    
        position: absolute;
    
        left: -30px;
        top: 50%;
        width: 8px;
        height: 18px;
    
        transform: translateY(-50%);
    
    }
    
    .menu__el--actif a:hover{
    
        color: white;
    
        font-family: "Tomorrow", serif;
        font-weight: 400;
        font-style: italic;
    
    }
    
    
    /* ANIMATION BURGER MENU*/
    
    .burger-menu.open .burger-line:nth-child(1) {
    
        transform: rotate(45deg) translateY(11px);
    
    }
    
    .burger-menu.open .burger-line:nth-child(2) {
    
        opacity: 0;
    
    }
    
    .burger-menu.open .burger-line:nth-child(3) {
    
        transform: rotate(-45deg) translateY(-11px);
    
    }
    
    .menu.active .menu__el {
    
        opacity: 1;
        transform: translateY(0);
    
    }
    
    .menu.active .menu__el:nth-child(1) {
    
        transition-delay: 0.2s;
    
    }
    
    .menu.active .menu__el:nth-child(2) {
    
        transition-delay: 0.3s;
    
    }
    
    .menu.active .menu__el:nth-child(3) {
    
        transition-delay: 0.4s;
    
    }
    
    /*MAIN SECTION*/
    
    .section--main{
    
        padding: 0;
        margin: 0;
    
    }
    
    
    .titre-accueil{
    
        font-family: "shlop", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 160px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    
        position: absolute;
        text-align: center;
    
        width: 100%;
        margin-top: 420px;
        margin-left: 700px;
        
        top: 0px;
        transform: translate(-50%, -50%);
    
    }
    
    .titre-promo{
    
        font-family: "Tomorrow", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    
        position: absolute;
        text-align: center;
    
        width: 100%;
        margin-top: -240px;
        margin-left: 0px;
    }
    
    .titre-banniere{
    
        font-family: "shlop", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 45px;
    
        color: #0C141A;
        
        position: relative;
        text-align: center;
    
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    
        z-index: 1;
    
    }
    
    .titre-banniere::before{
    
        background-color: #DC086A;
    
        content: ""; /* AIDE IA*/
        position: absolute;
        top: -14px;
        left: 0;
        width: 100%;
        height: 150%;
        z-index: -1;
    
    }
    
    .titre-section{
    
        font-size: 45px;
        margin: 50px;
    
    }
    
    .titre-section-secu{
    
        font-size: 45px;
        margin-top: -470px;
        margin-left: 150px;
        margin-right: 15px;
    
        position: absolute;
        text-align: center;
    
    }
    
    .highlight{
    
        color: #DC086A;
    
    }
    
    .titre-section-ytb{
    
        font-size: 45px;
        margin-top: 0px;
        margin-left: 50px;
    
        text-align: center;
    
    }
    
    .titre-aventure{
    
        font-family: "shlop", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 111px;
    
        color: #DC086A;
    
        text-align: center;
    
        margin-top: 200px;
        margin-bottom: 0;
    }
    
    .titre-section-video{
    
        font-size: 45px;
        margin-top: 200px;
        margin-left: 50px;
    
    }
    
    p{
    
        margin-top: 25px;
        margin: 50px;
    
    }
    
    .img-bunker{
    
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-top: 50px;
    
    }
    
    .img-ghost{
    
        width: 100%;
        margin: 0;
        padding: 0;
        margin-left: 0px;
        margin-top: -20px;
    
    }
    
    .img-ghost-safe{
    
        width: 100vw;
        margin: 0;
        padding: 0;
        margin-top: 40px;
    
        mix-blend-mode: overlay;
    
    }
    
    .img-jd-01{
    
        width: 100%;
        margin-top: 150px;
    
    }
    
    .youtube-video{
    
        justify-content: center;
    
        border: none;
        
        width: 75%;
        margin-top: 100px;
        margin-left: 200px;
        margin-bottom: 200px;
    
    }
    
    footer{
    
        background-color: black;
    
        display: flex;
        flex-direction: row;
        align-items: center;
    
        width: 100%;
        height: 220px;
        margin-top: 100px;
        
    }
    
    .logo-text-footer{
    
        font-family: "Red Rose", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
    
        color: white;
    
        position: absolute;
    
        text-align: center;
    
        margin-top: -100px;
        margin-bottom: 20px;
        margin-left: 680px;
    
    }
    
    .social-logo{
    
        display: flex;
        justify-content: center;
    
        margin: 0;
        padding: 0;

    }

    .logo{
    
        align-items: center;
        
        width: 5%;
        height: auto;
        margin-left: 100px;
        padding: 0;
    
    }
    
    .titre-footer{
    
        font-family: "Tomorrow", serif;
        font-weight: 300;
        font-style: italic;
        font-size: 12px;
    
        color: white;
    
        position: absolute;
        text-align: center;
    
        margin-bottom: 0px;
        margin-top: 150px;
        margin-left: 680px;
    
    }
    
    
    /* DESIGN ORDINATEUR PAGE CRITIQUE */
    
    body.critique{
    
        background-image: image-set(
            url('../assets/images/paper-bg-02.jpg') 1x,
            url('../assets/images/paper-bg-02@2x.jpg') 2x
        );
    
        font-family: "Hubot Sans", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    
        margin: 0;
        padding: 0;
    
        overflow-x: hidden;
    
    }
    
    header.veritas{
    
        background-color: black;
    
        color: white;
        
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    
        padding: 25px;
        border-bottom: 1px solid #ffffff63;
    
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    
    }
    
    header.veritas > * {
        position: absolute; /*AIDE IA permet de placer les éléments du header indépendamment les uns des autres*/
    }
    
    .menu-veritas{
    
        background-color: black;
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 400;
        font-style: normal;
        
        top: 60px;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ffffff63;
        border-radius: 4px;
    
        opacity: 0;
        transform: translateX(-100%);
        transition: opacity 0.3s ease, transform 0.3s ease;
    
        pointer-events: none;
    
    }
    
    .menu-veritas.active {
    
        padding: 0;
        margin: -9px;
    
        opacity: 1;
        transform: translateX(0);
    
        pointer-events: all;
    
    }
    
    .menu__list-veritas{
    
        list-style-type: none;
        
        padding: 0;
        margin: 25px;
        margin-left: 40px;
        font-size: 25px;
    
    }
    
    .menu__el--actif-veritas a{
    
        color: #A5141C;
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: italic;
        font-size: 33px;
    
    }
    
    .menu__el--actif-veritas a::before {
    
        content: "";
        background-color: #A5141C;
    
        position: absolute;
    
        left: -30px;
        top: 50%;
        width: 8px;
        height: 18px;
    
        transform: translateY(-50%);
    
    }
    
    /* ANIMATION BURGER MENU*/
    
    .menu-veritas.active .menu__el {
    
        opacity: 1;
        transform: translateY(0);
    
    }
    
    .menu-veritas.active .menu__el:nth-child(1) {
    
        transition-delay: 0.2s;
    
    }
    
    .menu-veritas.active .menu__el:nth-child(2) {
    
        transition-delay: 0.3s;
    
    }
    
    .menu-veritas.active .menu__el:nth-child(3) {
    
        transition-delay: 0.4s;
    
    }
    
    /*MAIN SECTION*/
    
    .section--main-veritas{
    
        padding: 0;
        margin: 0;
    
    }
    
    .header-titre-01{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 134px;
        
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    
        position: absolute;
        float: left;
        margin-top: -790px;
        margin-left: 80px;
    
    }
    
    .header-titre-02{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 300;
        font-style: normal;
        font-size: 64px;
        
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    
        position: absolute;
        float: right;
        margin-top: -780px;
        margin-left: 1100px;
        margin-right: 150px;
            
    }
    
    .titre-section-spectacle{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 54px;
    
        color: #4D0011;
    
        margin-top: 40px;
        margin: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
    
    }
    
    .highlight-veritas{
    
        color: #A5141C;
    
    }
    
    .titre-section-manque{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 54px;
    
        color: #4D0011;
    
        float: left;
    
        margin-top: 140px;
        margin: 50px;
        margin-top: 90px;
        margin-bottom: 100px;
        margin-right: 350px;

    
    }
    
    .titre-section-jill{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 54px;
    
        color: #A5141C;
    
        margin-top: 40px;
        margin: 50px;
        margin-top: -1600px;
        margin-bottom: 50px;
    
    }
    
    .titre-section-reaction{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45px;
    
        color: #4D0011;
    
        margin-top: 40px;
        margin: 50px;
        margin-top: 150px;
        margin-bottom: 90px;
        margin-right: 150px;
    
    }
    
    .titre-section-consequence{
    
        font-family: "Big Shoulders Display", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45px;
    
        color: #4D0011;
    
        margin-top: 40px;
        margin: 50px;
        margin-top: 100px;
        margin-bottom: 50px;
    
    }
    
    p.white{
    
        font-family: "Hubot Sans", serif;
        font-weight: 300;
        font-style: normal; 
        
        color: white;
    
    }
    
    .img-jd-header{
    
        width: 100%;
    
        margin: 0px;
        padding: 0px;
        margin-top: 50px;
    
    }
    
    .paper-ripped-img{
    
        width: 100%;
    
        position: relative;
        align-items: center;
    
        margin: 0;
        padding: 0;
        margin-top: -120px;
    
    }
    
    .img-jd-01{
    
        position: relative;
    
        width: 30%;
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
        margin-left: 100px;
    
    }
    
    .doodle-star{
    
        width: 20%;
    
        float: right;
    
        margin-top: 0px;
        margin-right: 50px;
        
    }
    
    .img-jd-02{
    
        width: 50%;
    
        margin: 0px;
        padding: 0px;
        margin-top: 50px;
        margin-left: 200px;
    
    }
    
    .paper-ripped-img-02{
    
        width: 100%;
    
        position: relative;
        align-items: center;
    
        margin: 0;
        padding: 0;
        margin-top: 100px;
    
    }
    
    .paper-bg{
    
        width: 100vw;
        height: 1800px;
    
        margin: 0px;
        padding: 0px;
        margin-top: -110px;
    
    
    }
    
    .paper-ripped-img-03{
    
        width: 100%;
    
        position: relative;
        align-items: center;
    
        margin: 0;
        padding: 0;
        margin-top: 200px;
    
    }

    .img-jill-01{
    
        display: flex;
        
        width: 40%;
        margin: 0px;
        padding: 0px;
        margin-top: -20px;
        margin-left: 800px;
    
    }
    
    .img-jill-02{
    
        display: flex;
    
        width: 30%;
        margin: 0px;
        padding: 0px;
        margin-top: -550px;
        margin-left: 50px;
    
    }
    
    .img-jd-03{
    
        width: 20%;
    
        margin: 0px;
        padding: 0px;
        margin-top: -60px;
        margin-left: 1000px;
    
    }
    
    
    /* DESIGN ORDINATEUR PAGE FACTUELLE */
    
    .img-minerve-header{
    
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-top: 50px;
    
    }
    
    .jd-png{
    
        width: 80%;
    
        margin-top: 40px;
        margin-left: 80px;
    
    }
    
    .identite_list{
    
        list-style-type: none;
    
        font-family: "Tomorrow", serif;
        font-weight: 200;
        font-style: normal;
        font-size: 18px;
    
        margin-top: 50px;
        margin-bottom: 100px;
    
    }
    
    .identite__el{
    
        margin: 25px;
    
    }
    
    .highlight-identite{
    
        font-family: "Tomorrow", serif;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
    
    }
    
    .tournage{
    
        float: left;
    
        width: 10%;
        margin-left: 25px;
        margin-right: 10px;
        margin-bottom: 5px;
        
    }
    
    .daily-logo{
    
        float: right;
    
        width: 10%;
        margin-left: 10px;
        margin-right: 25px;
        margin-bottom: 5px;
    
    }
    
    
    .titre-section-debut{
    
        margin-left: 100px;
        margin-top: 250px;
        font-size: 45px;
    
    }
    
    .titre-section-labo{
    
        margin-top: 200px;
        margin-left: 25px;
        font-size: 45px;
    }
    
    .labo-img{
    
        float: left;
        
        width: 10%;
        margin-left: 25px;
        margin-right: 10px;
        margin-bottom: 5px;
    
    }
    
    .laxar-logo{
    
        align-items: center;
        
        width: 20%;
        margin-left: 350px;
        margin-top: 300px;
        margin-bottom: 30px;
    
    }
    
    .phantasma-logo{
    
        align-items: center;
    
        width: 90%;
        margin-left: 80px;
        margin-top: 100px;
    
    }
    
    .titre-section-destination{
    
        margin-top: 100px;
        margin-left: 50px;
    }
    
    .titre-section-docu{
    
        margin-top: 100px;
        margin-left: 50px;
        margin-bottom: 60px ;
    
    }
    
    .titre-section-animalis{
    
        margin-top: 140px;
        margin-left: 0px;
        margin-bottom: 60px;
    
    }
    
    .animalis{
    
        width: 30%;
        border-radius: 15px;
    
        float: left;
        margin-left: 25px;
        margin-right: 10px;
    
    }
    
    .titre-section-conflit{
    
        margin-top: 600px;
        margin-left: 0px;
        margin-bottom: 60px;
    
    }
    
    .fukushima{
    
        width: 30%;
        border-radius: 15px;
    
        float: left;
        margin-left: -400px;
        margin-right: 10px;
        margin-top: 460px;
    
    }
    
    .alerte-bleue{
    
        width: 40%;
        border-radius: 15px;
    
        float: left;
        margin-left: -500px;
        margin-right: 10px;
        margin-top: 360px;
    
    }
    
    .titre-section-alerte{
    
        margin-top: 530px;
        margin-left: 0px;
        margin-bottom: 60px;
    
    }
    
    .titre-section-actv{
    
        margin-top: 350px;
        margin-left: 50px;
    }
    
    .username{
    
        font-size: 18px;
        margin-left: 250px;
        margin-right: 25px;
        margin-top: -100px;
    
    }
    
    p.contenu{
    
        margin-top: 40px;
        margin-bottom: 90px;
        margin-left: 250px;
    }
    
    .ytb-logo{
    
        width: 10%;
        margin-left: 50px;
        margin-top: 60px;
        margin-bottom: 20px;
    
    }
    
    .insta-logo{
    
        width: 10%;
        margin-left: 50px;
        margin-bottom: 20px;
        
    }
    
    .twitter-logo{
    
        width: 10%;
        margin-left: 50px;
        margin-bottom: 20px;
        
    }
    
    .facebook-logo{
    
        width: 10%;
        margin-left: 50px;
        margin-bottom: 20px;
        
    }
    
    .tiktok-logo{
    
        width: 10%;
        margin-left: 50px;
        margin-bottom: 20px;
        
    }
}