/* cours */
/* fix for when logged in */
.ccm-ui .unige-cours * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ccm-ui .unige-cours select {
    width: 100%;
}

.ccm-ui .unige-cours .row {
    margin-left: -15px;
}

.unige-cours .cours-cherche {
    margin-top: 22px;
}

.unige-cours .icon-link {
    font-size: 2em;
    min-width: 1em;
    display: inline-block;
}

.unige-cours a {
    /*color: #485777 !important;*/
    color: #970051 !important;
}

.unige-cours a.icon-link {
    color: #485777 !important;
}

.o-Layout--main .unige-cours li:not([class])::before {
    top: 0 !important;
}

.unige-cours h1, .unige-cours h2, .unige-cours h3, .unige-cours h4, .unige-cours h5, .unige-cours h6 {
    /*font-weight: normal;
    line-height: 1.5em;*/
}

.unige-cours .cours-title h2 {
    color: rgb(34, 34, 34);
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.875rem;
    font-family: thesansosfextrabold, Helvetica, Arial, sans-serif;
    text-transform: none;
}

.unige-cours h3 {
    font-family: thesansosfextrabold, Helvetica, Arial, sans-serif;
    color: rgb(66, 88, 120);
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0.8em;
}

.unige-cours h4 {
    color: rgb(34, 34, 34);
    font-family: thesansosfplain, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0.6em;
}

.unige-cours h5, .unige-cours h6 {
    color: #485777;
}

.unige-cours .formation-type {
    background-color: #485777;
    color: white;
    font-size: 0.5em;
    padding: 7px 5px;
    border-radius: 100px;
    vertical-align: middle;
}

.unige-cours .with-badge {
    line-height: 2em;
}

.unige-cours .cours-badge {
    background-color: #6d7992;
    color: white;
    padding: 5px 10px;
    border-radius: 100px;
}

.unige-cours .secondary-info {
    background-color: #F5F5F5;
    margin-bottom: 1em;
    border-top: 1px solid #485777;
    border-bottom: 1px solid #485777
}

.unige-cours .secondary-info .inner {
    padding: 0 10px;
}

.unige-cours .secondary-info h3.column-title {
    text-transform: uppercase;
}

.unige-cours .secondary-info h4.inline-title {
    text-transform: none;
    font-size: inherit;
    display: inline-block;
}

.unige-cours .secondary-info h4.inline-title:after {
    content: ':';
    font-weight: bold;
}

.unige-cours .secondary-info .field-content {
    margin-bottom: 0.5em;
}

.unige-cours .secondary-info h4 {
    text-transform: none;
    font-size: inherit;
}

.unige-cours .container-logos {
    text-align: center;
    padding: 2em;
}

.unige-cours .container-logos img {
    margin: 2em;
    display: inline-block;
}

/* search */
.cours-search input {
    height: 28px;
    width: 100%;
}

.cours-pagination {
    margin: 1em;
}

/* general cours styles */

/* highlight area */

.unige-cours .field {
    margin-bottom: 2em;
}

.unige-cours, .unige-cours p {
    font-family: thesansosflight,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #222;
}

.unige-cours .side, .unige-cours .side {
    font-size: 14px;
    line-height: 21px;
}

.unige-cours .cours-pole .field-content {
    color: #485777;
}

.unige-cours h3.poles {
    font-family: thesansosflight,Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: none;
}

.unige-cours h3.poles .pole-link.active {
    font-weight: bold;
}

.unige-cours h3.poles .pole-link:after {
    content: ' \2022 ';
}

.unige-cours h3.poles .pole-link:last-child:after {
    content: '';
}

.unige-cours .cours-highlight .inner {
    color: #485777;
    background: #f5f5f5;
    padding: 2em;
    position: relative;
}

.unige-cours .cours-highlight .inner .btop, .unige-cours .cours-highlight .inner .bbot {
    position: absolute;
    width: 30px; height: 30px;
    border-color: #485777; /* or whatever colour */
    border-style: solid; /* or whatever style */
    content: ' ';
}
.unige-cours .cours-highlight .inner .btop {
    top:0;
    left:0;
    border-width: 1px 0 0 1px;
}

.unige-cours .cours-highlight .inner .bbot {
    bottom:0;
    right:0;
    border-width: 0 1px 1px 0;
}

.unige-cours .inner-testimonials {
    padding: 2em 4em;
    color: #485777;
    background: repeating-linear-gradient(
        -45deg,
        #f5f5f5,
        #f5f5f5 5px,
        white 5px,
        white 7px
      );
    border-radius: 5px;
}

.unige-cours .inner-testimonials:before {
    content: "\201C";
    position: absolute;
    top: 0.2em;
    left: 0.2em;
    font-size: 5em;
    line-height: 1em;
    color: #e1e1e1;
}

.unige-cours .inner-testimonials:after {
    content: "\201D";
    position: absolute;
    bottom: -0.5em;
    right: 0.5em;
    font-size: 5em;
    line-height: 1em;
    color: #e1e1e1;
}

.unige-cours .field-cours-news {
    border: 1px solid #485777;
    border-radius: 5px;
    text-align: center;
    padding: 0.5em;
    color: #485777;
    margin-bottom: 2em;
}

/* button */

.unige-cours .field-action-buttons {
    margin-bottom: 2em;
}

.unige-cours .action-button {
    display: block;
    width: 100%;
    background: #485777;
    font-size: 1.2em;
    color: white !important;
    text-align: center;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 1em;
}

.unige-cours .action-button:hover {
    box-shadow: 0px 1px 10px #798AAE;
}

.unige-cours .action-button:hover, .unige-cours .action-button:active, .unige-cours .action-button:visited {
    color: white;
}

/* action buttons when in nav */
a.action-button.c-NavTertiary-item {
    background: #970050;
    margin-right: 1px;
}

a.action-button.c-NavTertiary-item:hover {
    background: #650035 !important;
}

a.action-button.floater.floater-hidden {
    display: none;
}

.sm-action-buttons-container {
    float: right;
}

@media only screen and (max-width: 980px) {
    a.action-button.floater {
        display: none;
    }
    a.action-button.floater.sm {
        display: inline-block;
    }
    a.action-button.floater.sm.floater-hidden {
        display: none;
    }
}

@media only screen and (min-width: 980px) {
    a.action-button.floater.sm {
        display: none;
        display: inline-block;
    }
    a.action-button.floater.sm.floater-hidden {
        display: none;
    }
}

.unige-cours .cours-main-info {
    /*border-bottom: 1px solid #485777;
    padding-bottom: 3em;
    margin-bottom: 3em;*/
}

/* cours video */

.unige-cours .cours-videos .field-content {
    padding-top: 30px;
}

.unige-cours .cours-videos .mosaic-container {
    text-align: center;
}

.unige-cours .cours-videos .video {
    width: 200px;
    height: 150px;
    margin: 5px;
    background: rgb(230, 230, 230);
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.unige-cours .cours-videos .title {
    background: rgba(255, 255, 255, 0.9);
    color: #485777;
    font-size: 1em;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 2px solid #485777;
    text-align: center;
}

.unige-cours .cours-videos .video .play {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 30px solid white;
    border-bottom: 20px solid transparent;
    margin: 50px auto 0 auto;
    display: none;
    position: absolute;
    bottom: 25%;
    left: 50%;
}

.unige-cours .cours-videos .video.ready {
    background-size: contain !important;
}

.unige-cours .cours-videos .video.ready .play {
    display: block;
}

.unige-cours .cours-videos .embed-container {
    
}

.unige-cours .cours-videos .close-button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 15px;
    visibility: hidden;
    text-align: center;
}

.unige-cours .editions-nav {
    margin-top: 2em;
}

.unige-cours .editions-nav a.action-button {
    width: auto;
}

.unige-cours .editions-nav a.action-button {
    color: #485777 !important;
    background: white;
    border: 1px solid #485777;
    font-size: 0.8em;
    width: 50%;
}

.unige-cours .editions-nav a.action-button:hover {
    box-shadow: none;
}

.unige-cours .editions-nav a.action-button {
    width: calc(50% - 5px);
}

@media (min-width: 980px) and (max-width: 1300px) {
    .unige-cours .editions-nav a.action-button {
        width: calc(50% - 2px);
        padding-left: 2px;
        padding-right: 2px;
    }
}

/* tabs */

.unige-cours .nav-tabs li a {
    font-weight: bold;
    color: #485777 !important;
}

.unige-cours .nav-tabs li {
    position: relative;
    padding: 0 0 0 .9375rem;
}

.unige-cours .nav-tabs li.active a {
    background: #485777 !important;
    color: white !important;
}

.unige-cours .tab-content {
    overflow: hidden;
}

/* tabs responsive */
@media (min-width: 992px) {
    
}

@media (min-width: 768px) and (max-width: 992px) {
    .unige-cours .nav-tabs li {
        width: 33.33%;
        text-align: center;
    }
}

@media (max-width: 768px) { 
    .unige-cours .nav-tabs li {
        width: 50%;
        text-align: center;
    }
}

@media (max-width: 610px) {
    .unige-cours .nav-tabs li {
        width: 100%;
        text-align: center;
    }
}

/* accordion for modules */

.unige-cours #accordion {
    margin-top: 2em;
}

.unige-cours .panel-heading {
    padding: 0;
}

.unige-cours .panel-title {
    margin-bottom: 0;
}

.unige-cours .panel-heading .panel-title a {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}

.unige-cours .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #485777;         /* adjust as needed */
}
.unige-cours .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/* sdgs related css */
.unige-cours .sdgs .inner {
    margin: 0 -15px;
}

.unige-cours .sdgs h4 {
    margin-bottom: 15px;
}

.unige-cours .sdgs a {
    display: inline-block;
}

.unige-cours .sdgs img {
    margin: 2px;
}

.unige-cours .sdgs.mobile {
    padding: 0 15px;
}

@media (max-width: 980px) {
    .unige-cours .sdgs {
        display: none;
    }

    .unige-cours .sdgs.mobile {
        display: block;
    }
}

@media (min-width: 980px) {
    .unige-cours .sdgs {
        display: block;
    }

    .unige-cours .sdgs.mobile {
        display: none;
    }
}

/* small search */

.cours-small-search {
    text-align: right;
}

.cours-small-search input.keywords {
    margin: 0;
    width: 70%;
    max-width: 223px;
    font-size: 0.8em;
    line-height: 1em;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px 10px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cours-small-search input.keywords:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
}

.cours-small-search button.submit {
    height: 32px;
    width: 32px;
    background: white;
    border: 1px solid rgba(0,0,0,0.1);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -ms-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

.cours-small-search button.submit span {
    color: rgba(0,0,0,0.15);
}

.unige-cours .cours-tabs ul.nav {
    font-size: 16px;
}