@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Muli:400,300);
html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: #e0e0e0;
    font-family: 'Open Sans', 'Arial', sans-serif;
    overflow-x: hidden
}

.mce-tinymce,
.mce-edit-area.mce-container,
.mce-container-body.mce-stack-layout {
    height: 100% !important;
}

.mce-edit-area.mce-container {
    height: calc(100% - 165px) !important;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.p {
    position: relative;
}

input,
textarea,
select {
    -webkit-appearance: none;
}

textarea {
    font-family: inherit;
}

.clearfix {
    clear: both;
}

header {
    width: 100%;
    position: fixed;
    z-index: 52;
}

header h1 {
    background-color: transparent;
    display: inline-block;
    font-family: 'Muli';
    color: #575757;
    margin: 0;
    padding: 10px;
    margin: 10px;
}

nav {
    width: 160px;
    position: fixed;
    top: 50%;
    margin: 0 20px;
    box-shadow: 3px 3px 0px #575757;
    border: 1px solid #e6e6e6;
    transition: margin 200ms ease-in;
}

nav li {
    list-style: none;
    padding: 8px 10px;
    background-color: #fff;
    transition: background 20ms ease-in, text 200ms;
    position: relative;
    cursor: pointer;
}

nav li:hover {
    background-color: #efefef;
    font-weight: 600;
}

nav li span {
    padding: 0 10px;
    word-wrap: break-word;
    display: block;
}

nav li.active span {
    font-weight: 600;
    border-left: 3px solid #ad4b4b;
}

.subtitles {
    background-color: #f4f4f4;
    display: none;
}

.subtitles li {
    font-size: 12px;
    background-color: transparent;
    padding: 2px 0 2px 20px;
}

.subtitles li p {
    margin: 0;
}

.subtitles li.active span {
    border: none;
}

.subtableaux {
    background-color: #fdfdfd;
    display: none;
}

.subtableaux li {
    font-size: 10px;
    padding: 1px 0 3px 30px;
}

#right-side {
    display: inline-block;
    margin-left: 200px;
    margin-top: 80px;
}

#container {
    width: 90%;
    margin: 30px auto;
}

#home-citation {
    background-color: #fff;
    box-shadow: 2px 2px 0px #575757;
    padding: 15px;
    padding-left: 40px;
    min-height: 180px;
    margin-bottom: 30px;
    position: relative;
}

#home-citation .p {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    padding-left: 20px;
    border-left: 4px solid #e6e6e6;
    color: #3c3c3c;
    margin-top: 10px;
    padding-top: 10px;
}

#home-citation .p .author {
    float: right;
    margin-right: 50px;
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #919191;
}

#home-citation img {
    float: right;
    width: 150px;
    box-shadow: 2px 2px 0px #d8d8d8;
}

.content {
    background-color: #fff;
    box-shadow: 2px 2px 0px #d3d3d3;
    padding: 20px;
    text-align: justify;
    font-size: 13px;
}

.toggle-box {
    width: 100%;
    margin: 20px 0;
    border-radius: 5px;
    border: 3px solid #ebebeb;
}

.toggle-link {
    background-color: #ebebeb;
    padding: 10px 10px;
    font-size: 13px;
    cursor: pointer;
}

.toggle-link:first-child {
    border-radius: 3px 3px 0 0;
}

.toggle-link:last-child {
    border-radius: 0 0 3px 3px;
    cursor: pointer;
}

.toggle-content {
    padding: 20px;
    display: none;
}

.toggle-link span {
    display: inline-block;
    transition: transform 200ms ease-in;
}

#editor {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 400px;
    margin-top: -200px;
    margin-left: -400px;
    z-index: 56;
    display: none;
}

#edit {
    height: 100%;
}

#cover,
#cover-tab {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 53;
    display: none;
}

#cover {
    z-index: 55;
}

.edit-icon {
    position: absolute;
    top: -1px;
    left: -1px;
    font-size: 15px;
    color: #b9b9b9;
    cursor: pointer;
}

.content .edit-icon{
    top: -18px;
    left: -17px;
}

.edit-btns {
    float: right;
    position: relative;
    bottom: 36px;
    right: 100px;
}

.delete-title {
    position: absolute;
    font-size: 14px;
    right: -8px;
    top: 2px;
    color: #cbcbcb;
    cursor: pointer;
}

li > .add-title,
li > .add-tableau {
    text-align: center;
}

.add-title,
.add-tableau {
    color: #b4b4b4;
    padding-right: 25px;
    cursor: pointer;
}

#teditor {
    position: fixed;
    width: 1000px;
    height: 90%;
    top: 20px;
    left: 50%;
    margin-left: -500px;
    border-radius: 4px;
    z-index: 54;
    background-color: #fff;
    padding: 10px;
    overflow: auto;
    display: none;
}

.tableau-form {
    width: 480px;
    height: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -250px;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    padding-bottom: 70px;
    z-index: 54;
    background-color: #fff;
    display: none;
}

.tedit {
    height: 100%;
}

#cover2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 53;
    display: none;
}

.tedit-icon {
    position: absolute;
    top: -18px;
    left: -17px;
    font-size: 15px;
    color: #b9b9b9;
    cursor: pointer;
}

.teditor-tabs {
    margin: 10px;
    margin-top: 10px;
}

.teditor-tab {
    width: 40%;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.32);
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.teditor-tab img {
    width: 96%;
    margin-left: 2%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.teditor-tab-text {
    padding: 10px;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}

.teditor-tab-del {
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 20px;
    color: rgb(217, 217, 217);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.31);
    border-radius: 4px;
}

.teditor-tab-del:hover {
    color: #ffffff;
}

.royalSlider {
    width: 100%;
    opacity: 0;
}

.tab-slide img {
    height: 500px;
    padding: 20px;
    background-color: #fff;
}

.tab-slide div.slide-text {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
}

img.tab-long {
    display: block;
    margin: auto;
    width: 80%;
    height: auto;
}

div.slide-text.tab-p-long {
    width: 60%;
    display: block;
    margin: 10px auto;
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
    display: block;
    margin: 20% auto;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

.moz{
    width: 75%;
    margin: auto;
}

.moz-tab{
    float: left;
    width: 21%;
    margin: 25px 2%;
    position: relative;
    overflow: hidden;
}

.moz-tab img{
    width: 100%;
}

#croppic-box{
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
}

.croppic-title{
    text-align: center;
}

.moz-tab-del {
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 20px;
    color: rgb(217, 217, 217);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.31);
    border-radius: 4px;
}

.moz-title{
    position: absolute;
    bottom: -20px;
    background-color: rgba(0, 0, 0, 0.39);
    color: rgb(248, 248, 248);
    text-align: center;
    width: 100%;
    line-height: 10px;
    padding-top: 8px;
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(.42, 0, .65, 1.47);
}

.moz-tab:hover .moz-title{
    transform: translateY(-20px);
}

.btnCenter{
    text-align: center;
    margin: 20px 0;
}

#blogEditor {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 400px;
    margin-top: -220px;
    margin-left: -420px;
    overflow: auto;
    background-color: #fff;
    padding: 20px;
    z-index: 56;
    display: none;
}

.blogArticle{
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e2;
}

.blogArticleEdit, .blogArticleDel{
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 20px;
    color: #888888;
    z-index: 2;
}

.blogArticleEdit{
    right: 30px;
}

.articleBox{
    text-align: center;
}

.articleBox h1{
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
    
}

#pdf_content{
    width: 90%;
    height: 1100px;
}

.liensBox{
    
}

.liensContent{
    width: 600px;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    margin-top: 60px;
    box-shadow: 2px 2px 0   #cecece;
    position: relative;
}

.conferenceBox{
    position: relative;
    width: 90%;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    margin-top: 40px;
    box-shadow: 2px 2px 0   #cecece;
}

.coursBox{
    position: relative;
    width: 70%;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    margin-top: 40px;
    box-shadow: 2px 2px 0   #cecece;
}

.coursBox img{
    width: 60%;
    display: block;
    margin: auto;
    margin-top: 20px;
}

blockquote{
    font-size: 16px;
}

#logout{
    color: #fff;
    position: fixed;
    top: 10px;
    right: 30px;
    border-radius: 3px;
    padding: 5px;
    background-color: #575757;
    z-index: 53;
}