/*FOND*//*FOND*//*FOND*//*FOND*//*FOND*//*FOND*/
@media screen and (min-width: 1000px) {
    

    .ppt-gradient{
        position: absolute;
        width: 100%;
        height: 200vh;
        top: -50vh;
        right: 0;
        background: radial-gradient(farthest-corner at 180% 75vh, #ebf0f2 -400%, #121212 60%);
        z-index: -1;
    }


    /*GRID*//*GRID*//*GRID*//*GRID*//*GRID*//*GRID*/
    .ppt-hgrid {
        height: 100%;
        width: 100vw;
        position: absolute;
    }
    .ppt-hgrid div {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #ebf0f21a;
        top: 150px;
    }
    .ppt-vgrid {
        height: 100%;
        width: 100%;
        position: absolute;
        display: flex;
    }
    .ppt-vgrid div {
        position: relative;
        width: 1px;
        height: 100%;
        right: 70px;
        background: linear-gradient( #ebf0f21a 0, #ebf0f21a 75%, #00000000 90%);
    }




    /*GENERAL*//*GENERAL*//*GENERAL*//*GENERAL*//*GENERAL*/
    .ppt-allcontainer{
        position: relative;
        width: 100vw;
        min-height: 100vh;
        color: #ebf0f2;
        text-align: justify;
        font-size: 16px;
        line-height: 22px;
    }
    .ppt-container{
        position: relative;
        margin: 0 0 100px 12vw;
    }
    .ppt-tsection{
        color: #befc03;
        font-size: 30px;
        white-space: nowrap;
        left: 0;
    }



    /*GROS TITRE*//*GROS TITRE*//*GROS TITRE*//*GROS TITRE*/
    .ppt-row{
        display: flex;
    }
    .ppt-container2{
        position: relative;
        top: 180px;
        margin-bottom: 440px;
    }
    .ppt-container2 div{
        margin: 0 3vw 100px 5vw;
        color: #befc03;
        font-size: 9vw;
        line-height: 7vw;
        position: sticky;
        top: 130px;
        text-align: start;
    }


    /*BLOCS*//*BLOCS*//*BLOCS*//*BLOCS*//*BLOCS*//*BLOCS*/
    .ppt-bloc0{
        position: relative;
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 170px;
    }
    .ppt-bloc1{
        position: relative;
        margin-top: 30px;
        width: calc(50vw - 12vw);
    }
    
    .ppt-bloc2{
        position: relative;
        text-align: start;
        display: flex;
        flex-direction: column;
        justify-content: start;
        margin: 80px 0;
    }





    /*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*/
    .ppt-titre{
        color: #ebf0f2;
        text-transform: uppercase;
        margin-bottom :5px;
        opacity: 0.6;
        display: inline-block;
    }
    .ppt-texte{
        margin-bottom: 30px;
    }

    .ppt-titre span{
        opacity: 0.6;
        margin-right: 7px;
    }
    .ppt-texte span{
        color: #befc03;
    }




    /*BLOC FIN*//*BLOC FIN*//*BLOC FIN*//*BLOC FIN*//*BLOC FIN*/
    .ppt-date span {
        opacity: 0.2;
        color: #ebf0f2;
    }
    .ppt-date {
        position: relative;
        color: #befc03;
        text-align: end;
        right: 0;
    }
    .ppt-infos{
        position: relative;
    }
    .ppt-logo img{
        position: relative;
        width: 50px;
        margin-top: 20px;
    }


}

























@media screen and (max-width:1000px) {
    .ppt-container2{
        display: none;
    }
    /*FOND*//*FOND*//*FOND*//*FOND*//*FOND*//*FOND*/
    .ppt-gradient{
        position: absolute;
        width: 100%;
        height: 200vh;
        top: -50vh;
        right: 0;
        background: radial-gradient(farthest-corner at 180% 75vh, #ebf0f2 -400%, #121212 60%);
        z-index: -1;
    }


    /*GRID*//*GRID*//*GRID*//*GRID*//*GRID*//*GRID*/
    .ppt-hgrid, .ppt-vgrid{
        display: none;
    }
    


    /*GENERAL*//*GENERAL*//*GENERAL*//*GENERAL*//*GENERAL*/
    .ppt-allcontainer{
        position: relative;
        width: 100vw;
        min-height: 100vh;
        display: flex;
        align-items: start;
        color: #ebf0f2;
        font-size: 16px;
        line-height: 22px;
    }

    .ppt-container{
        position: relative;
        margin: 0 20px;
        width: calc(100vw - 40px);
    }

    .ppt-tsection{
        position: relative;
        color: #befc03;
        font-size: 30px;
        white-space: nowrap;
        left: 0;
    }




    /*BLOCS*//*BLOCS*//*BLOCS*//*BLOCS*//*BLOCS*//*BLOCS*/
    .ppt-bloc0{
        position: relative;
        margin: 120px 2vw 40px 2vw;
        width: calc(100% - 4vw);
    }
    .ppt-bloc1{
        position: relative;
        margin: 0 2vw;
        width: calc(100% - 4vw);
    }
    .ppt-bloc2{
        position: relative;
        display: flex;
        flex-direction: column;
        margin:  50px 0 70px 0;

    }





    /*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*/
    .ppt-titre{
        color: #ebf0f2;
        text-transform: uppercase;
        margin: 30px 0 10px 0;
        opacity: 0.6;

    }
    .ppt-titre span{
        opacity: 0.6;
    }
    .ppt-texte span{
        color: #befc03;
    }




    /*BLOC FIN*//*BLOC FIN*//*BLOC FIN*//*BLOC FIN*//*BLOC FIN*/
    .ppt-date span {
        opacity: 0.6;
        color: #ebf0f2;
    }
    .ppt-date {
        color: #befc03;
        margin-top: 10px;
    }
    .ppt-infos{
        position: relative;
    }
    .ppt-logo img{
        position: relative;
        width: 50px;
        margin-top: 20px;
    }
}