@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/* ==== CUSTOM / CONTENTWHITE PART === */

section.contentwhite-part,
section.contentwhitestyle-part {
    position: relative;
    width: 100%;
    background: #ffffff url('http://www.sulitest.org/imgs/templates/sulitestis-bottom-bg.png') left bottom repeat-x;
    padding-bottom: 20px;
}

section.contentwhite-part {
    background: #ffffff url('') left bottom repeat-x;
}

section.contentwhite-part.bg-grey {
    background-color: #e9ebec;
}

section.contentwhite-part .container,
section.contentwhitestyle-part .container {
    margin: 0 auto 0 auto;
    padding: 0;
}

section.contentwhite-part > div .container,
section.contentwhitestyle-part > div .container {
    width: auto;
}

/* ==== CUSTOM / CONTENTBLUE PART === */

section.contentblue-part {
    position: relative;
    width: 100%;
    background-color: #283848;
    overflow: hidden;
    padding: 0px 0px 40px 0px;
}

section.contentblue-part:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 200%;
    height: 100px;
    background-color: #fff;
    border-bottom: 10px solid #ccd0d4;
    bottom: -80px;
    right: -20px;
    -webkit-transform: rotate(178deg);
    -moz-transform: rotate(178deg);
    transform: rotate(178deg);
}

section.contentblue-part.prev-grey:after {
    background-color: #e9ebec;
    bottom: -80px;
    left: -20px;
    border-top: 10px solid #ccd0d4;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
}

section.contentblue-part .container {
    margin: 0 auto 0 auto;
    padding: 0;
}

section.contentblue-part > div .container {
    width: auto;
    background: #ffffff url('http://www.sulitest.org/imgs/templates/sulitestis-bottom-bg.png') left bottom repeat-x;
    padding: 20px 20px 40px 20px;
    margin-bottom: 10px;
}

section.contentblue-part > div .container .container {
    padding: 0;
    background: transparent url('') left bottom repeat-x;
}

section.contentblue-part > div .container-nostyle {
    width: auto;
    padding: 0 10px;
    background: transparent url('');
    padding: 20px 20px 40px 20px;
    margin-bottom: 10px;
}

/* ==== CUSTOM / CONTENT STYLE PART === */
section.contentwhite-part .mce-content-body,
section.contentblue-part .mce-content-body {
    color: #333;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
section.contentblue-part .container-nostyle.mce-content-body {
    color: #fff;
}

section.contentwhite-part .mce-content-body h1,
section.contentblue-part .mce-content-body h1 {
    font-weight: 900;
    color: #283848;
    font-size: 34px;
    letter-spacing: 1px;
}
section.contentblue-part .container-nostyle.mce-content-body h1 {
    color: #fff;
}

section.contentwhite-part .mce-content-body h2,
section.contentblue-part .mce-content-body h2 {
    font-weight: 700;
    color: #283848;
    font-size: 26px;
}
section.contentblue-part .container-nostyle.mce-content-body h2 {
    color: #fff;
}

section.contentwhite-part .mce-content-body h3,
section.contentblue-part .mce-content-body h3 {
    font-weight: 700;
    color: #283848;
    font-size: 22px;
}
section.contentblue-part .container-nostyle.mce-content-body h3 {
    color: #fff;
}

section.contentwhite-part .mce-content-body h4,
section.contentblue-part .mce-content-body h4 {
    font-weight: 100;
    color: #283848;
    font-size: 24px;
}
section.contentblue-part .container-nostyle.mce-content-body h4 {
    color: #fff;
}

section.contentwhite-part .mce-content-body h5,
section.contentblue-part .mce-content-body h5 {
    font-weight: 300;
    color: #13a99d;
    font-size: 20px;
}

section.contentwhite-part .mce-content-body h6,
section.contentblue-part .mce-content-body h6 {
    font-weight: 300;
    color: #283848;
    font-size: 16px;
}
section.contentblue-part .container-nostyle.mce-content-body h6 {
    color: #fff;
}

section.contentwhite-part .mce-content-body b {
    font-weight: 700;
}

section.contentwhite-part p.paragraphe_soustitre,
section.contentblue-part p.paragraphe_soustitre {
    font-weight: 100;
    font-size: 18px;
    color: #333;
}
section.contentblue-part p.paragraphe_soustitre {
    color: #fff;
}

.mce-content-body a {
    text-decoration: underline;
    font-weight: 700;
}

.mce-content-body a:hover {
    color: #13a99d;
}

.mce-content-body ul {
    display: inline-block;
    margin-top: 10px;
    list-style: none;
}
.section.contentblue-part .mce-content-body ul li,
.mce-content-body ul li {
    list-style: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 35px;
    background: transparent url('http://www.sulitest.org/imgs/templates/check.png') 5px 2px no-repeat;
}

.mce-content-body ul.blue li {
    background: transparent url('http://www.sulitest.org/imgs/templates/check2.png') 5px 2px no-repeat;
}

.mce-content-body ul.green li {
    background: transparent url('http://www.sulitest.org/imgs/templates/check4.png') 5px 2px no-repeat;
}

.mce-content-body hr {
    display: inline-block;
    width: 40px;
    height: 4px;
    line-height: 4px;
    background-color: #ffd200;
    border-radius: 2px;
    border: 0;
    margin: 10px 0px;
}

.mce-content-body hr.yellow {
    background-color: #ffd200;
}
.mce-content-body hr.green {
    background-color: #13a99d;
}

.mce-content-body .center {
    text-align: center;
}
div.blocpicto {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 10px auto;
}
div.blocpicto div:first-child {
    height: 102px;
}
section.contentwhite-part.bg-grey div.blocpicto div.container {
    padding: 20px 35px 20px 30px;
    border-top: 5px solid #283848;
    border-right: 0px solid #283848;
    border-bottom: 0px solid #283848;
    border-left: 0px solid #283848;
    background: #fff url('../../imgs/templates/bordercran-clear-bottom-bg.png') left bottom repeat-x;
}
div.blocpicto div.sticker-anonymous {
    background: transparent url('http://www.sulitest.org/imgs/templates/sticker-anonymous-box.png') center center no-repeat;
}
div.blocpicto div.sticker-privacy {
    background: transparent url('http://www.sulitest.org/imgs/templates/sticker-privacy-box.png') center center no-repeat;
}
div.blocpicto div.sticker-confidential {
    background: transparent url('http://www.sulitest.org/imgs/templates/sticker-confidential-box.png') center center no-repeat;
}
div.blocpicto div.sticker-adaptable {
    background: transparent url('http://www.sulitest.org/imgs/templates/sticker-adaptable-box.png') center center no-repeat;
}
div.blocpicto div.sticker-customisable {
    background: transparent url('http://www.sulitest.org/imgs/templates/sticker-customisable-box.png') center center no-repeat;
}
div.blocpicto div.sticker-localy {
    background: transparent url('http://www.sulitest.org/imgs/templates/sticker-localy-box.png') center center no-repeat;
}

section.contentwhite-part div.blocpicto div.container {
    padding: 20px 35px 20px 30px;
    border-top: 5px solid #283848;
    border-right: 1px solid #283848;
    border-bottom: 1px solid #283848;
    border-left: 1px solid #283848;
    background: #fff url('') left bottom repeat-x;
}

div.postit {
    background-color: #13a99d;
    position: relative;
    padding: 30px 35px 10px 10px;
    margin: 0px auto 20px auto;
    width: 70%;
}
div.postit .sticker-student {
    width: 70px;
    height: 70px;
    background: transparent url('http://www.sulitest.org/imgs/templates/sticker-student.png') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: -35px;
    right: -20px;
    z-index: 2;
}
div.postit .sticker-note {
    width: 70px;
    height: 70px;
    background: transparent url('http://www.sulitest.org/imgs/templates/sticker-trombone.png') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: -35px;
    right: -20px;
    z-index: 2;
}
section.contentwhite-part div.postit .mce-content-body h3,
section.contentblue-part div.postit .mce-content-body h3 {
    color: #283848;
}
div.postit p {
    color: #ffffff;
}
div.postit p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
    font-size: 80%;
}

.link {
    height: 60px;
    line-height: 60px;
}

.link a img {
    display: inline-block;
    margin: 0 10px 0 20px;
}
.link .accordion-link a h3 {
    display: inline-block;
    vertical-align: text-top;
}
h3.alt-txt-color {
    display: inline-block;
    color: #13a99d !important;
    text-decoration: none;
}
ul.dropdown-menu li {
    background: transparent;
    margin: 0;
    padding: 0;
}

.dataTables_wrapper {
    margin-bottom: 15px;
}
.dataTables_wrapper label.checkbox {
    margin: 0;
    padding: 0;
}
.dataTables_wrapper tbody td label.checkbox {
    display: inline-block;
}
.dataTables_wrapper tbody tr:hover {
    background-color: #e9ebec;
}
.dataTables_wrapper label.checkbox .inputCheckStyle {
    margin: 0;
    float: none;
}
.dataTables_wrapper input[type='text'].form-control,
.dataTables_wrapper select.form-control,
.dataTables_wrapper .inputCheckStyle {
    border: 1px solid #ccc;
}
/*
.dataTables_wrapper input[type="text"] {
    width: 120px;
}
.dataTables_wrapper select {
    width: 80px;
}
*/

.dataTables_wrapper td:first-child {
    white-space: nowrap;
    max-width: inherit !important;
    padding-right: 8px;
}
.dataTables_wrapper span.pseudoLink {
    color: #333;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
}
.dataTables_wrapper span.pseudoLink:hover {
    color: #13a99d;
}
.dataTables_wrapper span.pseudoLink span.fa {
    vertical-align: super;
    text-decoration: none;
}

.button + .button {
    margin-left: 10px;
}
.button.right {
    float: right;
}

.link[data-toggle='collapse'] {
    cursor: pointer;
}

.premium-title {
    vertical-align: middle;
}
.premium-title h3,
.premium-title h4 {
    display: inline-block;
}
.premium-title img.premium {
    display: inline-block;
    margin-right: 25px;
    width: 75px;
    height: 75px;
}

.modal-backdrop.in {
    z-index: 99998;
}
.modal.fade.in {
    z-index: 999999;
}

ul.nav-guide {
    padding: 0;
    margin: 0;
    height: 100%;
    float: left;
}
ul.nav-guide > li {
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
}

ul.nav-guide .open > a,
ul.nav-guide .open > a:active,
ul.nav-guide .open > a:focus,
ul.nav-guide li.dropdown:hover > a,
ul.nav-guide li a:hover,
ul.nav-guide li a.on,
ul.nav-guide li a.on:hover {
    background-color: #13a99d;
    color: #ffffff;
}

ul.nav-guide > li a.menuGuide {
    display: block;
    font-size: 12px;
    text-transform: none;
    padding: 5px 10px 5px 25px;
    text-decoration: none;
    background-color: #eeeeee;
    margin-bottom: 5px;
    width: 240px;
}

ul.nav-guide > li a.menuGuide:hover,
ul.nav-guide > li a.menuGuide:focus {
    background-color: #13a99d;
    color: #ffffff;
}

.modal-guide {
    width: 800px;
}

.text-error {
    color: red;
}

.breadcrumb {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    background-color: transparent !important;
}
.breadcrumb a {
    text-decoration: underline;
}

label.disabled {
    color: #888;
}

label.required:after {
    content: '*';
    padding-left: 3px;
    color: red;
}

.tooltip-inner {
    text-align: left !important;
    min-width: 200px;
}

@media (min-width: 1024px) {
    .modal-dialog.modal-dialog-large {
        width: 1000px;
    }
}
@media (min-width: 1200px) {
    .modal-dialog.modal-dialog-large {
        width: 1100px;
    }
}
.modal.fade.in {
    overflow: auto;
}

.modal-header .close,
.modal-header .close:hover {
    color: #293948;
    background-color: transparent;
    text-shadow: none;
    position: absolute;
    opacity: 1;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 5px;
    right: 5px;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

.notification-top-bar {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #fff;
    background: rgb(36, 49, 63);
    text-align: center;
    gap: 8px;
    padding: 0 2em 0 0.5em;
}
.notification-top-bar span {
    font-size: 1.5rem !important;
    font-family: "Helvetica Neue";
}
.notification-top-bar #closeNotification {
    position: absolute;
    right: 0;
    background-color: transparent;
    padding: 1em;
}
.notification-top-bar a {
    font-weight: bold;
    text-decoration: underline;
}
/* #sticky-wrapper.is-sticky > .nav-part {
    top: 40px !important;
} */

/* MD+ */
@media (min-width: 768px) {
    .notification-top-bar {
        padding-right: 4em;
    }
    .notification-top-bar #closeNotification {
        right: 2em;
    }
}