<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner{
    width: 100%;
    height: 65vh;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.noBanner{
    height: 30vh!important;
}
#colorFade{
    position: relative;
    top: -100px;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent, #222224 70px);
}
#profile{
    position: relative;
    top: -35vh;
}
#profile .inactiveSchool{
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
}
#profile &gt; header{
    display: flex;
    max-height: 500px;
}
#profile &gt; header &gt; div:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
#profile &gt; header &gt; div:nth-of-type(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: auto;
    position: relative;
    padding: 0 30px;
}
#profile &gt; header span, #profile &gt; header a{
    font-size: 1.5em;
    margin: 5px;
    color: white;
}
#profile &gt; header span{
    font-size: 2em;
}
#profilePicture{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.smallPicture{
    width: 100px;
    height: 100px;
    margin-top: 200px;
}
.mediumPicture{
    width: 200px;
    height: 200px;
    margin-top: 100px;
}
.bigPicture{
    width: 300px;
    height: 300px;
}
.elemStart{
    align-self: flex-start;
}
.elemCenter{
    align-self: center;
}
.elemEnd{
    align-self: flex-end;
}

/*slide tab*/
#blockTabs{
    display: flex;
    flex-wrap: wrap;
}
#profile nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#blockTabs li{
    cursor: pointer;
    list-style: none;
    font-size: 1.3em;
    padding: 6px 12px;
    margin-left: 10px;
    color: white;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}
#blockTabs li:hover{
    color: #CF8B3F;
}
#blockTabsEditProfile{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 0;
}
#blockTabsEditProfile .editing{
    position: relative;
}
#blockTabsEditProfile .editing:hover &gt; span{
    display: inline;
}
#blockTabsEditProfile .editing &gt; span, #blockTabsEditProfile .editable &gt; span{
    position: absolute;
    bottom: 58px;
    left: 0px;
    display: none;
    font-size: 0.8em;
    background-color: #161617;
    border: solid 1px #CF8B3F;
    border-radius: 3px;
    padding: 3px;
    width: 100px;
}
#blockTabsEditProfile li{
    list-style: none;
}
.tabsStyleOne{
    margin: 25px 0 0 25px;
}
.tabsStyleOne li{
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#slideTab{
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}
#slideTab &gt; div{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    height: min-content;
    border-radius: 15px;
    background-color: #161617;
    padding: 50px 0;
    position: relative;
    left: 0%;
    transition: initial;
}
#slideTab &gt; div &gt; div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 95%;
}
.alreadyBan{
    color: red!important;
    border: solid 1px red!important;
    cursor: default!important;
}
#tabProfile i, #tabNews i, #tabPublication i, #tabPrivatePublication i, #tabAbout i{
    position: absolute;
    left: 5px;
    top: 5px;
}
.blockContentProfile, .blockContentNews, .blockContentAbout{
    position: relative;
    min-width: 30%;
    border-radius: 15px;
    margin: 15px 0;
    padding: 0 10px;
    word-wrap: break-word;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
}
.blockContentProfile:hover, .blockContentNews:hover, .blockContentAbout:hover{
    background-color: #222224;
}
.blockContentProfile .iconeEdit, .blockContentNews .iconeEdit, .blockContentAbout .iconeEdit{
    border-radius: 10px;
    left: 1px;
    top: 1px;
    margin: 0;
    padding: 5px 10px;
}
.blockContentProfile img, .blockContentNews img, .blockContentAbout img{
    max-width: 100%!important;
    height: 100%;
}
/*editing*/
#blockProfile form{
    display: none;
    flex-wrap: wrap;
    width: 100%;
}
#blockProfile form &gt; div, #blockProfile form &gt; p{
    width: auto;
    max-width: 49%;
}
#blockProfile form p{
    height: 50%;
}
.iconeEdit{
    z-index: 500;
    cursor: pointer;
    margin: 10px;
    padding: 10px 10px;
    border: solid 1px #161617;
    border-radius: 20px;
    color: #CF8B3F;
    background-color: #161617;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}
.iconeEdit:hover{
    border: solid 1px #CF8B3F;
}
a[class="iconeEdit"]{
    display: inline-block;
}
#tabPublication .iconeEdit, #tabPrivatePublication .iconeEdit{
    display: inline-block!important;
}
#banner i{
    position: absolute;
    bottom: 100px;
    left: 20px;
}
#profile &gt; header &gt; div:first-child i, #profile &gt; header &gt; div:nth-of-type(2) i{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.editable &gt; .iconeEdit{
    display: none;
}
.editing{
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    background-color: #222224;
}
.editing &gt; .iconeEdit{
    background-color: transparent;
    border: none;
}
.editing:hover .iconeEdit{
    background-color: #161617;
    border: solid 1px #CF8B3F;
}
/*_________________________________*/
/*------------ EDITING ------------*/
/*_________________________________*/
.contentMenuEdit{
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border : none;
    padding: 0;
}
.contentMenuEdit p{
    margin: 20px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/*------------ menu edit picture profile ------------*/
#contentMenuEditProfilePicture p:nth-of-type(2) span:nth-of-type(1){
    margin-bottom: 10px;
}

/*------------ menu edit text ------------*/
#contentMenuEditText &gt; div{
    width: 90%;
    margin: 0 5px;
    flex-direction: row;
    align-items: center;
}
#contentMenuEditText label{
    width: 30%;
    margin-right: 20px;
    cursor: pointer;
}
#contentMenuEditText label p{
    width: 100%;
    max-height: 100%;
    border-radius: 5px;
    margin: 10px 0;
}
#contentMenuEditText label img:hover{
    border: solid 1px #CF8B3F;
}
/*------------ edit profile content ------------*/
#blockProfile + #modal form:last-of-type &gt; div:nth-child(2){
    width: 90%;
}
#blockProfile + #modal form:last-of-type, #blockProfile + #modal form:nth-child(-2){
    display: none;
    flex-direction: column;
}
#contentMenuEditBlock{
    flex-direction: row;
    min-width: 50%;
}
#contentMenuEditBlock &gt; div{
    margin: 5px;
    padding: 5px;
    border: solid 1px  #CF8B3F;
    border-radius: 5px;
}
#contentMenuEditBlock &gt; div:last-of-type{
    border: none;
}
#contentMenuEditBlock &gt; div:nth-of-type(2){
    display: none;
}
#blockProfileListOrder, #blockNewsListOrder, #blockAboutListOrder{
    display: none;
}
.blockTuto &gt; p &gt; i{
    position: initial!important;
    margin: 0 5px;
}
#blockToDelete{
    flex-direction: row;
    width: 100px;    
}
#blockToDelete i{
    color: #CF8B3F;
    border: solid 2px #CF8B3F;
    padding: 2px 5px;
    border-radius: 5px;
    cursor: pointer;
}
#blockToDelete i:hover{
    color: red;
}
.contentAloneInRow{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#align{
    align-self: center;
    margin: 0;
}
.small{
    width: 30%;
}
.medium{
    width: 60%;
}
.big{
    width: 99%;
}
/*modal*/
#blockProfile + #modal{
    z-index: 750;
    flex-direction: column;
}
#blockProfile + #modal form{
    padding: 5px;
    max-width: 90%;
    border: solid 1px  #CF8B3F;
    flex-wrap: wrap;
    justify-content: space-between;
}
#blockProfile + #modal form &gt; div{
    width: auto;
}
#warningBeforeDelete{
    display: none;
}
.modalButtons{
    margin-top: 10px;
    flex-direction: row;
    justify-content: center;
}

/*------- publication -------*/
#tabPublication &gt; div:first-of-type, #tabPrivatePublication &gt; div:first-of-type{
    justify-content: space-around;
}
.post, .folder{
    width: 300px;
    height: 300px;
    border: solid 1px #262627;
    border-radius: 3px;
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
}
.folder{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 3px;
}
.folder &gt; .post, .folder &gt; .folder{
    width: 0%;
}
.folder figure{
    cursor: pointer;
}
.folder &gt; div:first-of-type &gt; figure &gt; div{
    width: 100%;
    height:100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post figure, .folder figure{
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    width: 100%;
    height: 100%;
    margin: 0;
}
.post:hover, .folder:hover{
    background-color: #222224;
    border-radius: 5px;
}
#tabPublication .post &gt; figure &gt; a, #tabPrivatePublication .post &gt; figure &gt; a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#tabPublication .folder &gt; figure &gt; div, #tabPrivatePublication .folder &gt; figure &gt; div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.previewTitle{
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.2em;
    color: #CF8B3F;
    background-color: #161617;
    opacity: 0.85;
    text-align: center;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
a:hover &gt; .previewTitle, div:hover &gt; .previewTitle{
    padding :5px 0;
    background-color: transparent;
    color: white;
}
.post img[src='public/images/fileOther.png']{
    max-height: 75%;
}


/*====================================================================================================================================
                                                            medium desktops laptops
====================================================================================================================================*/

@media all and (min-width:992px) and (max-width:1200px){
    #banner{
        height: 60vh;
    }
    .noBanner{
        height: 25vh!important;
    }
    .smallPicture{
        width: 90px;
        height: 90px;
        margin-top: 190px;
    }
    .mediumPicture{
        width: 180px;
        height: 180px;
        margin-top: 80px;
    }
    .bigPicture{
        width: 270px;
        height: 270px;
    }
    #contentMenuEditBlock{
        width: 100%;
    }
    #contentMenuEditBlock p{
        margin: 0 0 2px 0;
    }
    #blockProfile + #modal form{
        padding: 2px 5px;
    }
}

/*====================================================================================================================================
                                                            medium device
====================================================================================================================================*/

@media all and (min-width:768px) and (max-width:992px){
    #banner{
        height: 50vh;
    }
    .noBanner{
        height: 25vh!important;
    }
    .smallPicture{
        width: 80px;
        height: 80px;
        margin-top: 180px;
    }
    .mediumPicture{
        width: 170px;
        height: 170px;
        margin-top: 70px;
    }
    .bigPicture{
        width: 250px;
        height: 250px;
    }
    .blockContentProfile, .blockContentNews, .blockContentAbout{
        border-radius: 10px;
        margin: 10px 0;
        padding: 0 5px;
    }
    
    /*------------ menu edit ------------*/
    #contentMenuEditText{
        width: 70%;
    }
    #contentMenuEditBlock{
        width: 100%;
    }
    #contentMenuEditBlock p{
        margin: 0 0 2px 0;
    }
    #blockProfile + #modal form{
        padding: 2px 5px;
    }

    /*post / folder*/
    .post, .folder{
        width: 250px;
        height: 250px;
    }
}

/*====================================================================================================================================
                                                            small device
====================================================================================================================================*/

@media all and (min-width:600px) and (max-width:768px){
    #banner{
        height: 40vh;
    }
    .noBanner{
        height: 25vh!important;
    }
    .smallPicture{
        width: 70px;
        height: 70px;
        margin-top: 170px;
    }
    .mediumPicture{
        width: 160px;
        height: 160px;
        margin-top: 60px;
    }
    .bigPicture{
        width: 230px;
        height: 230px;
    }
    .blockContentProfile, .blockContentNews, .blockContentAbout{
        border-radius: 10px;
        margin: 10px 0;
        padding: 0 5px;
    }

    /*------------ menu edit ------------*/
    #contentMenuEditText{
        width: 70%;
    }
    #contentMenuEditBlock{
        width: 100%;
    }
    #contentMenuEditBlock p{
        margin: 0 0 2px 0;
    }
    #blockProfile + #modal form{
        padding: 2px 5px;
    }

    /*post / folder*/
    .post, .folder{
        width: 200px;
        height: 200px;
    }
}

/*====================================================================================================================================
                                                            smartphone
====================================================================================================================================*/

@media all and (max-width:600px){
    #banner{
        height: 30vh;
    }
    .noBanner{
        height: 25vh!important;
    }
    .smallPicture{
        width: 60px;
        height: 60px;
        margin-top: 160px;
    }
    .mediumPicture{
        width: 90px;
        height: 90px;
        margin-top: 90px;
    }
    .bigPicture{
        width: 150px;
        height: 150px;
    }
    .blockContentProfile, .blockContentNews, .blockContentAbout{
        border-radius: 10px;
        margin: 10px 0;
        padding: 0;
    }
    #blockProfile + #modal form{
        padding: 2px 5px;
    }

    /*------------ menu edit ------------*/
    .iconeEdit{
        margin: 5px;
        padding: 5px 5px;
        font-size: 0.9em;
    }
    #contentMenuEditText{
        width: 90%;
    }
    .contentMenuEdit p, #contentMenuEditText p{
        margin: 0;
    }
    #profile &gt; header &gt; div:nth-of-type(2){
        font-size: 0.7em;
    }
    #contentMenuEditBlock{
        width: 100%;
    }
    #contentMenuEditBlock p{
        margin: 0 0 2px 0;
    }
    #tabProfile i, #tabNews i, #tabPublication i, #tabPrivatePublication i, #tabAbout i{
	    font-size: 1em;
	}

    /*tabs*/
    .tabsStyleOne{
        margin: 5px 0;
    }
    #blockTabs li{
        margin-left: 0;
        padding: 6px 3px;
        font-size: 1em;
    }
    #blockTabsEditProfile .editing &gt; span, #blockTabsEditProfile .editable &gt; span{
        bottom: 33px;
        left: auto;
        right: 0px;
    }

    /*post / folder*/
    .post, .folder{
        width: 125px;
        height: 125px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* modal form tiny mce*/
    #blockProfile + #modal form:last-of-type{
        width: 90%!important;
    }
}</pre></body></html>