/* NEW CODE */
/* fonts */
@font-face {
    font-family: 'Maison Neue';
    src: url('../Css/fonts/MaisonNeue-Medium.eot');
    src: url('../Css/fonts/MaisonNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../Css/fonts/MaisonNeue-Medium.woff') format('woff'), url('../Css/fonts/MaisonNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue Bold';
    src: url('../Css/fonts/MaisonNeue-Bold.eot');
    src: url('../Css/fonts/MaisonNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../Css/fonts/MaisonNeue-Bold.woff') format('woff'), url('../Css/fonts/MaisonNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Atelier';
    src: url('../Css/fonts/Atelier-Regular.eot');
    src: url('../Css/fonts/Atelier-Regular.eot?#iefix') format('embedded-opentype'), url('../Css/fonts/Atelier-Regular.woff') format('woff'), url('../Css/fonts/Atelier-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Maison Neue', Arial, sans-serif;
    max-width: 1650px;
    margin: auto;
}
.no-underline {
    text-decoration: none !important;
}
ul {
    text-transform: initial;
    list-style: none;
    padding-left: 1em;
    border-left: 0.2em solid #eeeeee;
}
h2, h3, h4, h5, h6 {
    font-family: 'Atelier', Arial, sans-serif;
    color: #0069cb;
    font-weight: normal;
    text-transform: uppercase;
}
h2 {
    font-size: 16pt;
}
h3 {
    font-size: 14pt;
}
h4 {
    font-size: 13pt
}
h5 {
    font-size: 12pt
}
h6 {
    font-size: 11pt
}
.toggleElement {
    cursor: pointer;
}
.icon-collapse .icon-color {
	width: 20px;
	height: 20px;
    fill: #0069cb;
}
.toggle-chevron {
    display: none;
}
.frame-sticky {
    position: sticky;
    top: 0;
    z-index: 9000;
}
a {
    color: #121212;
}
a:hover {
    color: #ffa246;
    text-decoration: none;
}
.underline {
    text-decoration: underline!important;
}
/* Header */
.header-container .title {
    text-transform: uppercase;
    font-family: 'Atelier';
    font-weight: 100;
    font-size: 2em;
    color: #ffa246;
    line-height: 1!important;
}
.institutional-name {
    border-left: 9px solid #ffa246;
    border-right: 9px solid #ffa246;
}
.logo {
    padding-right: 6vw;
    height: auto;
    width: 100%;
}
.bottom-line {
    border-top: 9px solid #0069cb;
    margin: 0.8em 0 1.8em 0;
    width: 100%;
}
.top-line {
    border-top: 9px solid #0069cb;
    margin: 20px 0 1.8em 0;
    width: 100%;
}

/* Login Form */
.left-bloc {
    max-width: 20%!important;
}
.login-bloc {
    border-left: 9px solid #ffa246;
    border-right: 9px solid #ffa246;
    padding-top: 20px;
}
#showOrNot {
    cursor: pointer;

}
#showOrNot:hover {
    text-decoration: underline;
    color: #0056b3;
}
#bloc-showOrNot, #recovery fieldset {
    border: 1px solid #eeeeee;
    border-radius: 20px;
    padding: 20px;
    transition: height 1s ease-in-out;
}
#show-password {
    cursor: pointer;
}
.sso-btn {
    height: 4rem;
    width: 100%;
}
#recovery legend {
    width: auto !important;
    font-size: 1.2rem;
    padding: 5px;
    margin: 0;
}
/* Cards */
.link-to {
    color: black!important;
}
.link-to:hover {
    text-decoration: underline!important;
    color: #0056b3!important;
    cursor: pointer!important;
}
/* Alpha Search */
#alphabeticalOrder {
    width: 15px;
    top: 10px!important;
}
#alphabeticalOrder button {
    border: 1px solid #0051a7;
    background-color: #0056b3;
    margin-bottom: 2px;
    width: 22px;
    height: 22px;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 12px;
    transition: all .2s;
}
#alphabeticalOrder button:hover {
    width: 35px;
    height: 35px;
    font-size: 20px;
}
.alpha-active {
    width: 35px!important;
    height: 35px!important;
    font-size: 20px!important;
}
/* SearchPeople */
.ui-autocomplete {
    border: 1px solid #eeeeee;
    border-radius: .25rem;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9999;
}
.ui-menu-item {
    width: 100%!important;
    border-top: 1px solid #eeeeee!important;
    padding: 5px;
}
.ui-menu-item:hover {
    background-color: #eeeeee;
}

.worker-repertories {
    background-color: #eeeeee;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.worker-repertories p {
    margin: 0;
}
/* directory */
.directory {
    width: calc(100% - 30px);
}
/*--COOKIE--*/
.tx-om-cookie-consent .om-cookie-panel {
  width: 100%;
  padding: 10px!important;
  margin: 0!important;
}
.cookie-panel__description p {
  padding: 0!important;
  font-size: 14px!important;
}
.button {
  font-size: 12px!important;
  font-weight: normal!important;
  color: #ffffff!important;
  border-radius: 2px!important;
  cursor: pointer!important;
}
.acceptAll {
  background-color: #ffa246!important;
  border: 1px solid #d3873a!important;
}
.onlyEssential, .saveAndClose {
  background-color: #0069cb!important;
  border: 1px solid #024f97!important;
}
.onlyEssential {
  margin-left: 2px!important;
  margin-right: 2px!important;
}
.cookie-link {
  font-family: 'Open Sans SemiBold'!important;
  font-size: 14px!important;
  color: #ffa246!important;
  text-decoration: none!important;
}
.cookie-link:hover {
  color: #0069cb !important;
}
input[type="checkbox"]:not(#nav-trigger):checked+label::after {
  left: 4px!important;
  top: -2px!important;
  color: #0069cb!important;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  border: 2px solid #ffa246!important;
}
.cookies-table {
  font-size: 16px!important;
}
.cookies-table thead th {
  text-align: center!important;
  padding: 10px 5px!important;
  border-bottom: 2px solid #b4b4b4!important;
}
.cookies-table tbody td {
  padding: 10px 5px!important;
  border-bottom: 1px solid #b4b4b4!important;
}
/* Smartphone */
@media (max-width: 768px) {
    body {
        padding: 0 5px;
        max-width: 100%;
        overflow-x: clip;
    }
    .top-line {
        border-top: 6px solid #0069cb;
    }
    .bottom-line {
        border-top: 6px solid #0069cb;
    }
    .institutional-name {
        border-left: 6px solid #ffa246;
        border-right: 6px solid #ffa246;
    }
    .bloc-logo {
        border-right: 6px solid #ffa246;
    }
    .logo {
        width: 90px;
    }
    h1 {
        font-size: 1em!important;
    }
    .login {
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .login-bloc {
        border-left: 6px solid #ffa246;
        border-right: 6px solid #ffa246;
    }
    .letter-group {
        width: 100%;
    }
    .emailPro {
        font-size: 10px!important;
    }
}
@media (max-width: 1015px) {
    .institutional-name {
       display: none!important; 
    }
    .bloc-logo {
        border-right: 9px solid #ffa246;
    }
    .left-bloc {
        max-width: 19.1%!important;
    }
}
/* Tablet and less */
@media (max-width: 992px) {
    h2 {
        font-size: 14pt;
    }
    h3 {
        font-size: 12pt;
    }
    h4 {
        font-size: 11pt
    }
    h5 {
        font-size: 10pt
    }
    h6 {
        font-size: 10pt
    }
    .frame {
        margin-top: 0!important;
        margin-bottom: 0!important;
        padding-top: 2px!important;
        padding-bottom: 2px!important;

    }
}
/* Tablet */
@media (min-width:768px) and (max-width: 992px) {
    .login {
        padding: 0 15px!important;
    }
    .bloc-logo {
        border-right: 9px solid #ffa246;
    }
}
/* Tablet & More */
@media (min-width: 768px) {
    body {
        padding: 0 25px;
    }
}
/* Desktop */
@media (min-width: 992px) {
    .bloc-logo {
        max-width: 20%!important;
    }
    .login-bloc {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* OLD CODE */

/* content */
.container {
    color: rgb(70, 70, 70);
    background-color: white;
    padding: 25px;
}

/* hx */
.col-md-7 h1, .col-md-7 h1 a {
    font-family: 'Atelier';
    font-size: 24pt;
    color: #0069cb;
    line-height: 30px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 2em 0 2em 0;
    padding: 0;
    position: relative;
    top: -10px;
}
.container hr  {
    border-top: 9px solid;
    border-color: #0069cb;
    width: 100%;
}

.csc-header .fn {
    font-size: 15px;
}

div.csc-default {
    background: white;
}

div.csc-default>header, div.captionsAsLabel>header {
    background: rgb(255, 255, 255);
    border: none;
    margin-bottom: 10px;
}

p, ul, ol {
    font-family: 'Maison Neue', Arial, sans-serif;
    color: rgb(70, 70, 70);
    font-size: 12pt;
}

p strong {
    font-family: 'Maison Neue Bold', Arial, sans-serif;
    font-weight: normal;
}

.btn a:hover {
    color: black;
}

/* Modal */
.icon-color {
	width: 40px;
	height: 40px;
}
.charter {
    background: rgba(0, 0, 0, .7);
    display: block;
    overflow-y: scroll;
}
.modal-large {
    max-width: 1200px;
}
.display-button {
    display: none!important;
}
#modalCharter .modal-content {
    min-height: 1200px;
}
#modalCharter .modal-body {
    border-bottom: 1px solid #dee2e6!important;
    max-height: 70px;
}
.link-charter {
    margin: auto 0;
}
/* Upload Charters */
#updateCharters-7337 .actions {
    display: none;
}
.bloc-upload {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
/* breadcrumb */
.breadcrumb {
    background: none;
    border: none;
    border-bottom: 9px solid #0069cb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    font-family: 'Maison Neue Bold';
    font-size: 15pt;
    line-height: 24px;
    text-align: left;
}

.breadcrumb a {
    color: #0069cb;
    text-transform: uppercase;
}

.breadcrumb .divider {
    color: #0069cb;
}

.breadcrumb .active {
    color: #0069cb;
    text-transform: uppercase;
}

.breadcrumb>li+li::before {
    content: ">\00a0";
    color: #0069cb;
}

/* captions */
.captionsAsLabel .csc-textpic-image {
    position: relative;
}

.captionsAsLabel .csc-textpic-caption {
    position: absolute;
    top: 5px;
    left: 0;
    color: white;
    background: #0069cb;
    font-family: 'Maison Neue';
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 0 0.6em 0 0.6em;
}

/* liste de nouvelles en grille 7/12 5/12 */
.news-list-container hr {
    border: none;
    height: 20px;
}

.news-list-container .span7 {
    overflow: hidden;
    height: 270px;
    display: table-cell;
    vertical-align: middle;
}

.news-list-container .span7 img {
    max-width: none;
    max-height: none;
}

.news-amenu-item-year {
    list-style: none;
}

.workload {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* liste d'enseignements */
.events-list-container {
    background-color: #0069cb;
    list-style: none;
    margin: 0;
    padding: 20px;
}

.events-list-container a {
    color: white;
}

/* vcard */
.vcard .icon-pencil {
    display: none;
}

.vcard h1 {
    margin: 0 !important;
}

/* thumbnails */
.thumbnails {
    padding-left: 0;
}

.thumbnail {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    position: relative;
    overflow: hidden;
    width: 170px;
    height: 170px;
    border: none;
    padding: 0;
}

.thumbnails>li {
    margin: 0 10px 10px 0;
    list-style-type: none;
    float: left;
}

.thumbnail figure {
    display: table-cell;
    vertical-align: middle;
}

.thumbnail figure img {
    max-width: none;
    max-height: none;
}

ul.csc-uploads img {
    padding-right: 0;
}

#c1840 .tx-ensci-intranet label {
    color: grey;
    font-weight: normal;
    text-transform: lowercase;
}

.f3-search {
    border: none !important;
}

#c1840 .vcard {
    overflow: scroll;
}

/*PLUPLOAD*/
.plupload_header {
    display: none;
}
.plupload_filelist_header div, .plupload_filelist_footer div, .plupload_buttons a {
    font-size: 16px;
    font-family: 'Maison Neue';
}
.plupload_filelist {
    height: 39px!important;
}

/* UNE */
.frame-layout-3 {
    border-right: 9px solid #ffa246;
    border-left: 9px solid #ffa246;
    padding: 1em;
}
.frame-layout-3 > header {
    border-top: 9px solid #0069cb;
    padding-top: 1em;
}
#profile_links {
    margin-top: 1em;
}

/* evenements */
.news-list-item {
    margin-bottom: 2em;
}

.news-list-item img {
    margin: 1em;
}

.news-list-morelink {
    margin-left: 0.5em;
}

.news-list-item hr {
    display: none;
}

.news-single-item .subheader {
    margin-bottom: 2em;
}

.news-single-item .location {
    margin-bottom: 2em;
}

.news-single-files {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.news-single-files a {
    padding: 0.5em;
}

.news-single-item .location {
    margin-bottom: 1em;
    display: block;
}

.news-single-links {
    margin-bottom: 1em;
}

/* inscriptions */
#addToCalendars {
    margin-top: 2em;
    border-top: 1px solid #0069cb;
    background-color: white;
    padding: 1em;
}

#addGoogle {
    display: block;
    padding: 1em 0 1em 5em;
}

#addIcal {
    display: block;
    padding: 1em 0 1em 5em;
}

#addOutlook {
    display: block;
    padding: 1em 0 1em 5em;
}

#addGoogle:hover, #addIcal:hover, #addOutlook:hover {
    background-color: #EFEFEF;
}

.errors {
    color: red;
}

.month {
    display: inline-block;
    padding: 0 3px 0 3px;
    margin-right: 15px;
    width: 80px;
    border: red 1px solid;
    text-align: center;
}

.day {
    display: inline-block;
    padding: 0 5px 0 3px;
    color: rgb(128, 128, 128);
}

.alert-success {
    color: rgb(0, 0, 0);
}

.day:before {
    content: " . ";
    color: red;
}

.badge-info {
    background-color: #6daae0
}

#ics {
    float: right;
    width: 3em;
    background-color: #FF3333;
    text-align: center;
    border-top-left-radius: 0.2em;
    -moz-border-radius-topleft: 0.2em;
    -webkit-border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
    -moz-border-radius-topright: 0.2em;
    -webkit-border-top-right-radius: 0.2em;
    border-bottom-left-radius: 0.2em;
    -moz-border-radius-bottomleft: 0.2em;
    -webkit-border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    -moz-border-radius-bottomright: 0.2em;
    -webkit-border-bottom-right-radius: 0.2em;
}

#ics a {
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

/* annuaires */
#myTab {
    margin-bottom: 1rem;
}

/* Offre pédagogique */
.calendrier {
    color: #ffffff !important;
}
.calendrier:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

@media print {
    .tx-om-cookie-consent {
        display: none !important;
    }
    @page {
        size: A4;
        margin-bottom: 3cm;
	}

	body {
        width: 100%;
        margin: 0;
        background: none;
	}

    .breadcrumb {
        display: none;
    }

    .thumbnails > li {
        overflow: visible !important;
    }

}