@charset "UTF-8";
/**
 * @package ForceRouge
 * @since   0.1
 * @version 1.0
 * @author  Florian Martin-Bariteau, Loic de Laubier, Virginie Jetté
 */

@import url( //fonts.googleapis.com/css?family=Open+Sans:300,400,600,700 );
@import url( //rawgit.com/openum/icons/master/openum-icons.css );

/**
 * MATERIALIZE INFOS
 * HELPERS
 * GENERAL
 * HEADINGS
 * HEADER
 * MAIN
 * FOOTER
 * INHERIT/UPDATE MATERIALIZE NON DESIRED PROPRITIES
 * SHARED MEDIA QUERIES
**/


/* */
i.icon-search {
    margin-left: 3px;
}

/**
 *  MATERIALIZE INFOS
**/

.container {
    width: 1020px !important;
    padding: 0 !important;

}

/**
 *  HELPERS
 **/

.bold600 {
    font-weight: 600;
}

.primary-color {
    color: #CC0000 !important;
}

.color-red {
    color: red;
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 40px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 *  GENERAL
 **/


::selection {
    background: #CC0000;
    color: #fff;
}
::-moz-selection {
    background: #CC0000;
    color: #fff;
}
::-webkit-selection {
    background: #CC0000;
    color: #fff;
}

* {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    box-sizing:inherit;
}

html {
    font-size: 14px;
}


body {
    text-align: justify;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
/*    border-bottom: #CC0000 1px solid;*/
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
a:hover {
    color: #CC0000;
}

p a {
    text-decoration: underline;
}
div.profile-single-meta p a {
    text-decoration: none;
}

button[type='submit'] .icon-right-open {
    font-size: 1em;
}

.force-materialize-form.col {
    padding: 0;
}

.color {
    color: #CC0000 !important;
}

.image-link {
    border: none !important;
}

p {
    margin: 10px 0px;
}

header  {
    display: block;
    background-size: cover;
    background-position: center center;
}

hr {
    height: 1px;
    background-color: #CC0000;
    border: 0;
    margin: 25px auto;
}

ul {
    list-style-type: square;
    list-style-position: outside;
    margin-left: 35px;
    margin-top: 10px;
}
ul li {
    list-style-type: square;
    list-style-position: outside;
}
ul ul {
    margin-top: 5px;
}

header li, nav li, footer li {
    list-style-type: none;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 35px; margin-top: 10px;
}
ol ol {
    margin-top: 3px;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.separator {
    padding: 30px;
}

/**
 *  HEADINGS
**/

h1 {
    font-size: 2.2em;
    margin: 22px 0;
    text-align: left;
    line-height: 1.2em;
}

h1 .coursecode {
    color: #CC0000;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
}

h1 span {
    font-size: .8em;
    color: #CC0000;
    display: inline-block;
    margin-left: 15px;
    font-weight: normal;
}

h2 {
    font-size: 1.8em;
    margin: 20px auto 16px auto;
    /*font-size: 2em;
    margin: 18px auto;*/
    text-align: left;
    line-height: 1.2em;
}

h3 {

    font-size: 1.3em;
    margin: 15px auto;
    text-align: left;
    line-height: 1.1em;
}

h4 {

    font-size: 13px;
    text-transform: uppercase;
    margin: 10px auto;
    text-align: left;
    font-weight: bold;
    font-weight: 700;
}

h5 {

    font-size: 0.9rem;
    text-transform: uppercase;
    margin: 10px auto;
    text-align: left;
    font-weight: normal;
}

h1:first-child, h2:first-child,h3:first-child,h4:first-child,h5:first-child {
    margin-top: 0px;
}

.has-prehead {
    margin-top: 0px;
}
.has-subhead {
    margin-bottom: 10px;
}

.part-heading {
    margin-top: 30px;
    border-top: 1px solid #CC0000;
    padding-top: 10px;
    margin-bottom: 15px;
}

/* -- Emphase -- */

h6 {
    width: 33%;
    float: left;
    font-weight: normal;
    margin: 5px 25px 10px 0;
    border-bottom: solid 5px #CC0000;
    border-top: solid 5px #CC0000;
    padding: 10px;
    text-align: left;
    font-size: 1.15em;
}

h6[style*='right'] {
    float: right;
    margin: 5px 0px 10px 25px;
    text-align: right;
}

@media only screen and (max-width : 600px) {
    h6 {
        width: 40%;
        font-size: 1em;
    }
}

/**
 *  HEADER
**/

#sitehead  {
    width:100%;
}
#site-header {
    position: relative;
    text-align: left;
    border-top: 3px solid #CC0000;
    color: #999;
    min-height: 200px;
    z-index: 0;
}


#site-header .valign-wrapper {
    position: relative;
    min-height: 200px;
}

.site-logo-center #site-logo .titles-container:first-child h1, .site-logo-center #site-logo .titles-container:first-child h2 {
    text-align: center;
}

.site-logo-right #site-logo .titles-container:first-child h1, .site-logo-right #site-logo .titles-container:first-child h2 {
    text-align: right;

}
.site-logo-center #site-logo {
    margin: 0 auto;
}
.site-logo-right #site-logo {
    margin: 0 0 0 auto;
}


#site-header a {
    border: none;
}

#site-logo {
    max-width: 100%;
    display: table;
    border: 1px solid red;
    min-height_: 200px;
    padding-top_: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#site-logo figure {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    padding-right: 25px;
}

header img {
    vertical-align: middle;
}

#site-logo img {
    max-width: 100%;
}

#site-logo img.img-retina {
    -webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.5); /* FF3.5+ */
    -ms-transform: scale(0.5); /* IE9 */
    -o-transform: scale(0.5); /* Opera 10.5+ */
    transform: scale(0.5);
     /* IE6–IE9 */ filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}

#site-logo .titles-container {
    display: table-cell;
    vertical-align: middle;
}

#site-logo h1, #site-logo h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

#site-logo h1 {
    font-size: 30px;
}

#site-logo h2 {
    font-weight: normal;
    font-size: 20px;
}

#site-logo:hover img, #site-logo:hover h1, #site-logo:hover h2 {
    opacity: 0.8;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}
#site-logo:hover {
    color: #999;
}

@media screen and (max-width: 600px) {
    #site-logo {
        display:block;
    }
    #site-logo figure {
        display:block;
        padding: 0;
        text-align: initial;
        vertical-align: top;
        position: relative;
        margin: 0.5em;
        overflow: hidden;
    }
    #site-logo .titles-container{
        display: block;
    }
    #site-logo h1, #site-logo h2  {
        text-align: center;
    }
    #site-logo figure img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.menu-header-container, .menu-icons-container, .lang-container, .search-btn-container {
    display: inline-block;
}
.menu-header-container{
    margin-right: 10px;
} 

#header-bottom {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.alternative-header-container {
    text-align: right;
}

@media screen and (max-width: 600px) {
    .alternative-header-container {
        text-align: right;
        padding-top:10px;
    }
}

.alternative-header-container #btn-lang-switcher li a {
    margin-left: 4px;
}

#navigation-bar.centered-menu .navigation-wrapper.container {
    display:flex;
}

#navigation-bar.centered-menu #menu-navigation {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: inline-block;

}

#navigation-bar.centered-menu .icon-home {

    color: #fff !important;
}

#navigation-bar.centered-menu .icon-home:hover {

    color: rgba(255, 255, 255, .5) !important;
}

#navigation-bar:not(.has-home) .icon-home {

    display: none;
}

#navigation-bar.block-menu.has-home #menu-navigation {
    padding: 0 0 0 56px;
    width: 100%;
}

#navigation-bar.block-menu #menu-navigation > li {
    width: calc(100%/6);
    text-align: left;
    height: 55px;
    display: table;
    background-color: #CC0000 !important;
    position: relative;
}

#navigation-bar.block-menu #menu-navigation > li:last-child {
    width: calc(100%/6 - .5%);
}

#navigation-bar.block-menu #menu-navigation > li:not(:last-child) {
    margin-right: 1px;
}

#navigation-bar.block-menu #menu-navigation > li.menu-item-has-children > a:after {
    font-family: 'openum-icons';
    content: '\e869';
    -webkit-transform: rotate(90deg);
    font-size: 100%;
    position: absolute;
    top: 10px; right: 10px;
    color: rgba(255, 255, 255, .2);
}
#navigation-bar.block-menu #menu-navigation > li.menu-item-has-children:hover > a:after {
    color: #CC0000;
}

#navigation-bar.block-menu #menu-navigation > li > a {
    white-space: normal;
    display: table-cell !important;
    white-space: normal;
    line-height: 17px;
}


#navigation-bar .navigation-wrapper {
    position: relative;
}

#navigation-bar.block-menu .navigation-wrapper .alternative-header-container {
    position: absolute;
    right: 0;
}

#navigation-bar.block-menu .alternative-header-container {

}

#menu-navigation > li .sub-menu li > a {
    color: #000 !important;
    padding: 5px 20px 5px 30px !important;
}
.block-menu #menu-navigation > li .sub-menu li > a {
    padding: 5px 10px 5px 20px !important;
}

#menu-navigation > li .sub-menu li:hover > a {
    color: #fff !important;
}


/* -- Fixed header -- */

nav#navigation-bar.header-parallax.fixed-top {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
}
.admin-bar nav#navigation-bar.header-parallax.fixed-top {
    top: 32px;
}
.admin-bar #nav-mobile.side-nav  {
    padding-top: 50px;
}


/* -- Menu Links -- */

#menu-links {
    z-index:999;
    font-size: 80%;
    color: #999;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
}
#menu-links:not(.menu-links-left){
    right: 0;
    text-align: right;
}
#menu-links.menu-links-left {
    text-align: left;
    margin: 0;
}
#menu-links li {
    display: inline-block;
    padding: 0px 2px 0px 4px;
    vertical-align: top;
}
#menu-links li:not(:first-child){
    border-left: 1px solid #999;
}
#menu-links .menu-color-background + li {
    border-left: none;
}
#menu-links li a {
    display: block;
    color: inherit !important;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
#menu-links li a {
    color: #999 !important;
}
#menu-links li.menu-color a {
    color: #CC0000 !important;
}
#menu-links li.menu-color a:hover {
    color: #999 !important;
}
#menu-links li.menu-color-background {
    background-color: #CC0000;
    color: #fff;
    border-left: none;
    padding: 0px;
}
#menu-links li.menu-color-background a {
    padding: 0px 4px 2px 4px;
}
#menu-links li.menu-color-background a:hover {
    color: rgba(255, 255, 255, .5);
}
#menu-links li.menu-color-background a:hover img {
    opacity: 0.7;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

/* -- Menu Header -- */

#menu-header {
    margin: 0;
    font-size: 80%;
    text-transform: uppercase;
    font-weight: 700;
    list-style: none;
    width: 100%;
    color: #999;
}
#menu-header li {
    display: inline-block;
    padding: 0px 2px 0px 4px;
}

#menu-header a:before {
    font-family: 'openum-icons';
    content: '\e869';
    font-size: 70%;
    padding-right: 5px; padding-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
}

#menu-header li a {
    display: block;
    color: inherit !important;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

#menu-header li.menu-color a {
    color: #CC0000 !important;
}

#menu-header li.menu-color a:hover {
    color: #999 !important;
}

/* -- Menu Icons -- */

#menu-icons {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    list-style: none;
    color: #999;
}
#menu-icons li {
    display: inline-block;
    padding-left: 1px;
}

#menu-icons a {
    display: block;
}

#menu-icons li a {
    display: block;
    color: inherit !important;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.alternative-header-container #menu-icons {
    color: inherit;
}
.alternative-header-container #menu-icons a:hover, #navigation-bar .icon-home:hover {
    color: rgba(255, 255, 255, .5) !important;
}

/* -- FRML Language Switcher -- */

#header-bottom #btn-search, #btn-lang-switcher, #btn-lang-switcher li{
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    list-style: none;
    color: #999;
}
#header-bottom #btn-lang-switcher li {
    display: inline-block;
}

#header-bottom #btn-lang-switcher li a, #header-bottom #btn-search a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #999;
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: -2px !important;
    color: inherit !important;
    border-color: inherit !important;
}

#header-bottom #btn-lang-switcher li a:hover, #header-bottom  #btn-search a:hover {
    background-color: #CC0000 !important;
    color: #FFF !important;
    border-color: #CC0000 !important;
}

/*#navigation-bar  #btn-search, #btn-lang-switcher, #btn-lang-switcher li{
    color: #FFF;
}*/

#navigation-bar  #btn-lang-switcher li {
    display: inline-block;
}

#navigation-bar  #btn-lang-switcher li a, #navigation-bar  #btn-search a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #FFF;
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: -2px !important;
    color: inherit !important;
    border-color: inherit !important;
}

#navigation-bar #btn-lang-switcher li a:hover, #navigation-bar  #btn-search a:hover {
    background-color: #CC0000 !important;
    color: #CC0000 !important;
    border-color: #FFF !important;
}

/* -- Navigation -- */

#navigation-bar {
    height: 40px;
    background-color: #CC0000;
    color: #fff;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-size: 13px;
    margin-bottom: 25px !important;
}

#navigation-bar .sub-menu a {
    line-height: 100%;
}

#navigation-bar #menu-navigation .sub-menu li:last-child a, #navigation-bar.block-menu #menu-navigation .sub-menu li:last-child a {
    padding-bottom: 10px !important;
}
#navigation-bar #menu-navigation .sub-menu li:first-child a, #navigation-bar.block-menu #menu-navigation .sub-menu li:first-child a {
    padding-top: 10px !important;
}

#navigation-bar #menu-navigation a, #navigation-bar .icon-home, #navigation-bar #menu-icons a, .button-collapse {
    border-bottom: inherit;
}
nav.has-home > div > #menu-navigation {
    width:auto;
    margin: 0;
    padding: 0 0 0 25px;
    text-align: left;
}

#menu-navigation {
    width:auto;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
}

#menu-navigation li {
    list-style: none;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
#menu-navigation li:first-child a {
    display: block !important;
    padding: 0 20px 0 0 !important;
    color: #fff;
}
#menu-navigation li a {
    display: block !important;
    padding: 0 20px !important;
    color: #fff;
}
nav.has-home > div > #menu-navigation li a, #menu-navigation li a:visited {
    display: block !important;
    padding: 0 20px;
    color: #fff;
}
.block-menu #menu-navigation li a, .block-menu #menu-navigation li a {
    padding: 10px 20px 10px 10px !important;
}
#menu-navigation > li:hover > a {
    color: #000;
    background-color: rgba(255, 255, 255, 0.2) !important;
}
#menu-navigation > li:hover .sub-menu {
    background-color: #CC0000;
}
#menu-navigation > li:hover .sub-menu li {
    background-color: rgba(255, 255, 255, 0.2) !important;
    transition: background-color 0s;
}
#menu-navigation > li:hover .sub-menu .sub-menu {
    margin-left: 20px;
    background-color: inherit;
}
#menu-navigation > li:hover a:hover {
    color: #fff;
}
#menu-navigation > li > ul {
    position: absolute;
    visibility:hidden;
    opacity:0;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    color: #000;
    margin: 0;
}
#menu-navigation > li:hover > ul {
    position: absolute;
    display: block;
    visibility:visible;
    opacity:1;
    z-index: 10000;
    margin-left: 0px;
    height:auto;
    transition-delay:0s;
}
#menu-navigation > li:hover,
#menu-navigation > li:hover > ul,
#menu-navigation > li:hover > ul > li,
#menu-navigation > li:hover > ul > li > a,
#menu-navigation > li:hover > ul > li > ul,
#menu-navigation > li:hover > ul > li > ul > li,
#menu-navigation > li:hover > ul > li > ul > li > a
 {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
}
.block-menu #menu-navigation > li:hover ul, .block-menu #menu-navigation > li ul {

    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
}
.centered-menu #menu-navigation > li {
    position: relative;
}
.centered-menu #menu-navigation > li:hover > .sub-menu, .centered-menu #menu-navigation > li > .sub-menu {
    position: absolute;
    right: 0;
    left: 0;
    min-width: 160px;
}
#menu-navigation li ul li {
    display: block;
    text-align: left;
    background-color: #CC0000;
    padding: 0;
}
#menu-navigation li ul li a, #menu-navigation li ul li a:visited {
    font-weight: normal;
    text-transform: none;
}
#menu-navigation li ul li a:before {
    font-family: 'openum-icons';
    content: '\e869';
    font-size: 70%;
    padding-right: 6px; padding-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -10px;
}

#menu-navigation li ul li a:hover {
    color: #fff;
}

#menu-navigation #menu-item-home a {
    padding: 0px 5px 0px 0px;
}
#menu-navigation #menu-item-home a:hover {
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
}

#navigation-bar #menu-icons li {
    padding: 0px;
}
#navigation-bar #menu-icons a {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
}
#navigation-bar #menu-icons a:hover, #navigation-bar .icon-home:hover {
    color: rgba(255, 255, 255, .5);
}

#btn-search a, #btn-lang-switcher a {
    margin-top: 6px;
}

#navigation-bar #btn-lang-switcher li a, #navigation-bar #btn-search li a {
    border-color: #FFF !important;
}

#navigation-bar #btn-lang-switcher li a:hover, #navigation-bar #btn-search a:hover {
    background-color: #fff !important;
    color: #CC0000;
}



/* -- Search Box -- */

#search-box input, #search-box button {
    display: none;
}

#search-box {
    height: 0;
    background-color: #CC0000;
    padding: 5px;
    margin-top: -10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
#search-box input[type=search] {
    background-color: transparent;
    color: #fff;
    font-size: 150%;
    margin: 0px;
    border: 0px;
    padding: 26px 25px;
    width: calc(100% - 130px);
    border: 3px solid #fff;
    border-right: none;
    box-shadow: none;
}
#search-box button {
    background-color: transparent;
    color: #fff;
    font-size: 200%;
    margin: 0px;
    border: 0px;
    border: 3px solid #fff;
    border-left: none;
    padding: 31px 25px 37px 10px;
    line-height: 1;
}

#search-box.visible {
    height: 250px;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    transition: all .6s ease-in;
}

#search-box form {

    opacity: 0;
}

#search-box.visible form {
    padding: 75px 0px !important;
}

#search-box.visible input, #search-box.visible button {
    display: initial;
}

#search-box ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

#search-box :-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}

#search-box ::-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}

#search-box :-ms-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

/* -- Header for Mobiles -- */


@media only screen and (max-width : 600px) {

    #header-bottom {
        text-align: center;
        margin-bottom: 0;
        width: 100%;
    }

    #site-header .valign-wrapper {
        min-height: 250px;
    }

    #menu-header, #menu-icons, #btn-lang-switcher, #btn-search {
        display: inline-block;
        text-align: center;
        /*margin-top:10px;*/
    }

    #menu-icons li, #btn-lang-switcher li {
        display: inline-block;
        /*margin-top: 10px !important;*/
    }

    #navigation-bar {
        text-align: center;
    }

    .menu-header-container {
        display: block;
    }

    .menu-trigger {
        display: inline-block;
        padding: 10px 10px;
    }
    .menu-trigger:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
    }

    #search::-webkit-input-placeholder {
        display: none;
    }

    #search:-moz-placeholder { /* Firefox 18- */
        display: none;
    }

    #search::-moz-placeholder {  /* Firefox 19+ */
        display: none;
    }

    #search:-ms-input-placeholder {
        display: none;
    }

}


@media only screen and (max-width: 991px) {

    #search-box input[type=search] {

        padding: 27px 25px 28px 25px;

    }

    #navigation-bar #menu-icons a:hover, #navigation-bar .icon-home:hover {
        color: rgba(255, 255, 255, .5) !important;
    }

    #navigation-bar.block-menu a.button-collapse {

        color: #fff !important;
    }

}

@media only screen and (min-width: 992px) {

    #search-box button {

        padding: 30px 25px 37px 10px;

    }

    #navigation-bar.block-menu {

        background-color: inherit;

        height: 55px;
        line-height: 55px;
    }

    #navigation-bar.block-menu .icon-home {

        background-color: #CC0000;
        color: #fff;
        padding: 0 19px 0 19px;
        width: 55px;
        font-size: 1.3rem;

    }

    #navigation-bar.block-menu .icon-home:hover {
        background-color: #d43539 !important;
    }

    #navigation-bar.block-menu .icon-home:hover {

        color: #fff !important;
    }

    #navigation-bar.block-menu #menu-navigation {

        padding: 0;
        width: 100%;
    }

    #navigation-bar.block-menu #menu-icons a {
        color: #999;
    }
    #navigation-bar.block-menu #menu-icons a:hover {
        color: #CC0000;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
    }

    #navigation-bar.block-menu #btn-lang-switcher li a, #navigation-bar.block-menu #btn-search a {
        border-color: #999;
        color: #999;
    }
    #navigation-bar.block-menu #btn-lang-switcher li a:hover, #navigation-bar.block-menu #btn-search a:hover {
        background-color: #CC0000;
        color: #fff;
        border-color: #CC0000;
    }

}

#breadcrumb {
    font-size: .8em;
    margin-top: 25px;
    color: #666;
    padding: 0 0.75rem !important;
}

#breadcrumb a {
    border: none;
}

@media only screen and (min-width: 1200px) {

    #search-box button {

        padding: 30px 25px 35px 10px;

    }

}

#headline {
    font-size: 2em;
    color: #CC0000;
    margin-bottom: 25px;
    padding: 0 0.75rem;
}

#headline a {
    border-bottom: 1px solid #000;
}

#headline a:hover {
    color: #000;
}

#headline p {
    margin: 0;
    line-height: 1.3em;
}


/**
 *  MAIN
**/

#main-container {
    margin-top: 20px;
}

.img-container, .video-container {
    margin-bottom: 25px;
}

.issue-box {
    background-colord: #CC0000;
}
.issue-box img {
    width: 100%;
    height: auto;
}

.section-wrapper {
    margin-top: 30px;
}
.section-heading {
    border-bottom: 1px solid #CC0000;
    padding-bottom: 5px;
}

.aside-heading {
    color: #CC0000;
    border-bottom: 1px solid #CC0000;
    padding-bottom: 10px;
    font-size: 1.2em;
    text-transform: uppercase;
}
.aside-heading span {
    float: right;
}

.filter-heading {
    color: #999;
}

#archivesectionbox {
    margin-top: 25px;
    font-size: .9em;
    text-align: left;
}
#archivesectionbox h4 {
    color: #CC0000;
}
#archivesectionbox a {
    border: none;
    text-align: left;
}

#archivesectionbox h4.filter-heading {
    color: #999;
}
.filter-box {
    border: 1px solid #aaa;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    background-color: rgba(255,255,255,.95);
}
.filter-box span {
    display: block;
    color: #999;
}
.filter-box span i {
    float: right;
    color: #aaa;
}

.filter-box:hover {
    border-color: #CC0000;
    height: 100%;
}
.filter-box:hover span {
    color: #CC0000;
}
.filter-box:hover i {
    color: inherit;
}

.filter-box > ul {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    opacity: 0;
    margin: 0 0 0 2px !important;
    padding: 0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.filter-box:hover > ul {
    display: block;
    margin: 8px 0px 8px 2px !important;
    max-height: 1500px;
    height: auto;
    font-size: 100%;
    opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.filter-box ul:not(.filter-date-list) li {
    line-height: 100%;
    margin-top: 8px;
    padding: 0 0 0 10px;
}

.filter-box .filter-date-list li {
    display: inline-block;
    padding-right: 10px;
}

#content-team a, #content-tag a, .widget_forcerouge_topics a, #forcerouge_ml_content-unavailable, .filter-box, .box-wrap, .slide, .slide .box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#forcerouge_ml_content-unavailable {
    color:#fff;
    background-color:#ddd;
    text-transform:uppercase;
    padding:1px 5px;
    font-size:80%;
    display:inline-block;
}

.blog-aside-box {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.blog-aside .aside-content {
    margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
    .blog-aside .aside-content {
        display: block !important;
        position: absolute;
        z-index: -999;
        height: auto;
        max-height: 0;
        opacity: 0;
    }
}

.blog-aside:hover .aside-content {
    max-height: 1500px;
    position: inherit;
    opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.blog-aside a {
    border: none;
}
.blog-aside ul {
    margin: 0;
    list-style-type: none;
    text-align: left;
}
.blog-aside ul li {
    padding: 5px 0px 5px 15px;
    line-height: 100%;
    list-style-type: none;
}

.blog-aside ul li.current-item {
    color: #CC0000;
}

.blog-aside ul li a:before {
    font-family: 'openum-icons';
    content: '\e869';
    font-size: 0.6em;
    padding-right: 10px;
    vertical-align: top;
    display: inline;
    margin-left: -15px;
    display: inline-block;
}

@keyframes blog-aside-hover {
    0%   {transform: translateX(0)}
    50%  {transform: translateX(4px)}
    100% {transform: translateX(0)}
}

.blog-aside ul > li > a:hover:before {
    -webkit-animation-name: blog-aside-hover;
    -moz-animation-name: blog-aside-hover;
    -o-animation-name: blog-aside-hover;
    animation-name: blog-aside-hover;
    animation-duration: .4s;
}

.blog-aside li ul {
    margin-left: 0px;
    font-size: 0.975em;
    margin-top: 5px;
}

.sticked-aside {
    float: right !important;
}

.issue-ref {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #999;
}
.issue-ref a {
    border: none;
}

.issue-box p {
    font-size: 0.9em;
}

#paper-keywords a {
    border: none;
}

.more {
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
}

.more-icon-btn:hover {
    color: #CC0000;
}
.more-icon-btn:hover:before {
    color: #CC0000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.content-section {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-align: left;
}
.content-section a, .content-section span, {
    border: none;
    margin-right: 5px;
    color: #CC0000;
}
.content-section {
    color: #CC0000;
}

.content-section a:hover, .content-section span:hover {
    color: #999;
}

.content-subheading {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    color: #999;
    margin-bottom: 25px;
    text-align: left;
}
.content-subheading a {
    border: none;
}

.content-subheading #menu-share {
    float: right;
    margin-left: 25px;
}
.content-subheading #menu-share:hover .icon-share {
    color: #000;
}

.content-subheading .more {
    font-size: 0.8em;
}

.content-subheading .conference-informations, .content-subheading .press-info-box  {
    color: #000;
    margin-top: -5px;
}

.content-meta span {
    display: inline-block;
    margin-bottom: 8px;
}

.content-meta span:not(:last-child) {
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}

#writer-name {
    color: #000;
    font-size: 1.25em;
    text-align: left;
}
#writer-name a {
    border: none;
}
#writer-name a:not(:first-child){
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

#writer-name sup {
    margin-left: 2px;
}

.writer-bio, #paper-note {
    font-size: 0.95em;
}
.writer-bio sup {
    font-weight: 700;
}

#paper-note {
    margin-top: 25px;
}

#paper-download {
    text-align: center;
}

#paper-download .btn {
    padding: 15px 40px;
}

@media only screen and (min-width : 600px) {
    #paper-fulltext .btn {
        float: right;
        margin: -10px 0px 10px 25px;
        border-radius: 0px 0px 4px 4px;
        border-top: none;
        padding: 10px 20px
    }
}

@media only screen and (max-width : 600px) {
    #paper-fulltext .btn {
        margin: 25px 0px 25px 0px;
        padding: 20px;
        width: 100%;
    }
}


.issue-toc a {
    border: none;
}
.issue-toc h3 {
    margin: 0;
}
.toc-heading {
    border-bottom: 1px solid #CC0000;
    padding-bottom: 5px;
}

.issue-description {
    margin: 0px 0px 25px 0px;
}
.issue-toc article {
    margin: 20px 0px;
}
.issue-toc .article-writer:not(:last-of-type)  {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #ddd;
}
.issue-toc .article-links {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #999;
    font-weight: 700;
}

.issue-toc .article-links  a:not(:last-child) {
    margin-right: 5px;
    padding-right: 7px;
    border-right: 1px solid #ddd;
}


.blog-archives article:not(:last-of-type)  {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CC0000;
    overflow: hidden;
}
.blog-archives article a {
    border: none;
}

.archive-intro {
    margin-bottom: 25px;
}

.archive-list-item {
    color: #000;
    margin: 0 0 3px 0;
}

.archive-list-item .archive-list-item-title {
    font-weight: bold;
}

.archive-list-item.has-image {
    list-style-type: none;
    margin-left: -20px;
    margin-bottom: 4px;
    margin-top: 4px;
    display: table;
}

.archive-list-item.has-image img, .archive-list-item.has-image p, .archive-list-item.has-image a {
    display: table-cell;
    vertical-align: middle;
}

.archive-list-item.has-image img {
    max-width: 80px;
    height: auto;
}

.archive-list-item.has-image p {
    padding-left: 10px;
}

.archive-list-item a {
    border: none;
    color: #000;
}

.archive-list-item a.item-extra-link {
    text-align: center;
    opacity: 0.2;
    padding-left:10px;
}

.archive-list-item a.item-extra-link:hover {
    color: #CC0000;
    opacity: 1;
}

.archive-list-item a .archive-list-item-title {
    font-weight: bold;
    border-bottom: 1px solid #CC0000;
/*    font-style: italic;*/
}

.archive-list-item a .archive-list-item-title:hover {
    color: #CC0000;
}

/* -- Buttons -- */

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: inherit;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.btn-more {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
}

.btn.btn-default {
    border: 1px solid #CC0000;
    background-color: inherit;
    color: #CC0000;
}

.btn.btn-default:hover {

    border: 1px solid #CC0000;
    background-color: #CC0000;
    color: #fff;
}

.btn.btn-color {
    border: 1px solid #CC0000;
    background-color: #CC0000;
    color: #fff;
}

.btn.btn-color:hover {
    border: 1px solid #CC0000;
    background-color: transparent;
    color: #CC0000;
}

.btn.btn-white {

    border: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;

}

.btn.btn-white:hover {

    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #000 !important;
}

.btn.btn-grey {

    border: 1px solid #999 !important;
    background-color: transparent !important;
    color: #999 !important;
}

.btn.btn-grey:hover {

    border: 1px solid #999 !important;
    background-color: #999 !important;
    color: #fff !important;
}

/* -- Quote -- */

blockquote {
    width: 70%;
    margin: 10px auto;
    border-left: 5px solid #CC0000;
    padding-left: 10px;
}
blockquote:before {
    content: '\e856';
    font-family: 'openum-icons';
    margin-left: -50px;
    font-size: 200%;
    float: left;
    color: #CC0000;
}

blockquote p {
    margin: 5px 0;
}

/* -- Last updated -- */

.last-updated {

    font-size: .8em;
    color: #ccc;
    margin: 1em 0;
}


/* -- Image -- */

.img-zoom:hover {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;

}

.img-zoom.active:hover {
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.wp-caption-text {
    text-align: right;
    font-size: .8em;
    color: #aaa;
    margin-top: 0px;
}
.wp-caption-text:before {
    font-family: 'openum-icons';
    content: '\E857';
    padding-right: 5px;
}

/* -- Archives -- */

#paging-navigation {
    padding-top: 20px;
    border-top: 1px solid #CC0000;
    text-align: center;
    font-size: 80%;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom : 25px;

}
#paging-navigation a.prev {
    border: none;
    margin-right: 10px;
}
#paging-navigation a.next {
    border: none;
    margin-left: 10px;
    float: right;
}

#paging-navigation .page-numbers:not(.prev):not(.next) {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 0;
    margin-top: -2px !important;
}
#paging-navigation a.page-numbers:not(.prev):not(.next) {
    border: 1px solid transparent;
}
#paging-navigation a.page-numbers:hover:not(.prev):not(.next) {
    background-color: #CC0000;
    color: #fff;
}
#paging-navigation .current {
    border: 1px solid #CC0000;
}

.archive-blog-item {
    position: relative;
    padding-left: 30px;
}

.search-results .archive-blog-item {
    margin-bottom: 25px;
}

.search-results .archive-blog-item .archive-blog-item-link {
    border-bottom: none;
}

.search-results .archive-blog-item h1 {
    font-size: 1.5em;
}

.search-results .archive-blog-item .archive-blog-item {
    font-size: .8em;
}

.search-results .archive-blog-item .content-meta {
    font-size: .9em;
}

.search-results .archive-blog-item .content-info {
    font-size: 1em;
}

.archive-blog-item > a > i[class^=icon-] {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 1.55em;
}

.archive-blog-item .archive-blog-item-image-container {
    float: left;
    width: 25%;
    max-height: 280px;
    margin: 5px 2% 15px 0;
    overflow: hidden;
    display: inline-block;
}

.archive-blog-item .archive-blog-item-image-container .archive-blog-item-image {
    width: 100%;
    vertical-align: middle;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

div:not(.search-results) .archive-blog-item.has-image {
    min-height: 190px;
}

.archive-blog-item.has-image h1,
.archive-blog-item.has-image .content-subheading,
.archive-blog-item.has-image .archive-blog-item-informations,
.archive-blog-item.has-image .content-info,
.archive-blog-item.has-image .event-informations {
    margin-left: 27%;
}

.archive-blog-item .content-subheading {
    margin-bottom: 15px;
}

.archive-blog-item-link:hover .content-meta span,
.archive-blog-item-link:hover h3 {
    color: #CC0000;
}

.archive-blog-item-link .content-meta span,
.archive-blog-item-link h3 {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.archive-blog-item-link:hover .archive-blog-item-image-container .archive-blog-item-image {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}


.archive-blog-item .content-info:last-child {
    margin-bottom: 15px;
}

h1 > a.icon-link {
    border-bottom: inherit;
    margin-left: 40px;
    display: block;
}

h1 > a.icon-link:before {
    margin-left: -40px;
    margin-right: 0;
}

h1 > a.icon-link .icon-right-open {
    color: #999;
    font-size: .6em;
    vertical-align: middle;
    transition: .3s all;
    -webkit-transition: .3s all;
}

h1 > a.icon-link:hover .icon-right-open {
    color: #CC0000;
    transition: .3s all;
    -webkit-transition: .3s all;
}

/* -- Pagination -- */

.paging-navigation {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #CC0000;
}
.paging-navigation a.prev {
    border: none;
    margin-right: 10px;
}
.paging-navigation a.next {
    border: none;
    margin-left: 10px;
}

.paging-navigation .page-numbers:not(.prev):not(.next) {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 0;
    margin-top: -2px !important;
}

.paging-navigation a.page-numbers:not(.prev):not(.next) {
    border: 1px solid transparent;
}

.paging-navigation a.page-numbers:hover:not(.prev):not(.next) {
    background-color: #CC0000;
    color: #fff;
}

.paging-navigation .current {
    border: 1px solid #CC0000;
}

/* -- Widgets -- */

.shell {
    width: 975px;
    margin: 0px auto;
}

.widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget-regular {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    padding-left: 0;
}

.widget-regular, .widget-regular {
    font-size: .65em;
    margin-bottom: 20px;
    width: 100%;
}

.widget-regular .content-meta span, .widget-regular .content-meta span {
    margin-bottom: 1px;
}

.widget-regular .content-meta span:not(:last-child), .widget-regular .content-meta span:not(:last-child) {
    /*margin-right: 1px;*/
    padding-right: 5px;
}

.widget .content-subheading {
    padding-top: 5px;
}

.widget a.title-link {
    border-bottom: none !important;
    width:100%;
}

.widget > a > h2, .widget > h2 {
    font-size: 1.5em !important;
    margin-bottom: 18px !important;
}

.widget.colored-box > a > h2 {
    color : #FFF !important;
}

/*.widget a > h3 {
    font-size: 1rem;
}*/

#archive-boxes .widget-regular .label-primary {
    display: inline;
}
#archive-boxes .widget .label-primary {
    display: inline;
}
.widget .label-primary {
    display: block;
}

.widget .label-primary span {
    font-size: .7rem;
}

.widget .widget-regular > a {
    border-bottom: none;
    width:100%;
}

.widget .widget-regular .content-info {
    margin-left: 17px !important;
    font-size: .8rem;
    display: inline;
    padding-right: 5px;
}

.widget .widget-regular .content-info:before {
    margin-left: -17px !important;
}

.widget .widget-regular .event-meta + .content-subheading {
    margin-top: 5px;
}

.widget .widget-regular h3.has-subhead {
    margin-bottom: 5px !important;
    font-size: 1.3em;
}

.widget .widget-regular .widget-image-container {
    float: left;
    width: 25%;
    max-height:100px;
    height: auto;
    margin: 5px 2% 15px 0;
    overflow: hidden;
    display: inline-block;
}

.widget .widget-regular .widget-image-container .widget-image {
    width: 100%;
    vertical-align: middle;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.widget .widget-regular > a:hover .widget-image-container .widget-image {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.widget .widget-regular.has-image h3,
.widget .widget-regular.has-image .content-subheading,
.widget .widget-regular.has-image .event-meta {
    margin-left: 27% !important;
}

.widget .widget-regular > a:hover {
    color: #CC0000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.widget .widget-regular > a {
    font-size: .8rem;
}

.widget-text > h2 {
    font-size: 1.1em;
}

.colored-box .widget-text > h2 {
    color: #FFF !important;
}

.widget.underline > a > h2 {
    border-bottom: 1px solid #CC0000;
    padding-bottom: 5px;
}

.widget.underline.colored-box > a > h2 {
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
}

.widget.underline > h2 {
    border-bottom: 1px solid #CC0000;
    padding-bottom: 5px;
}

.widget-text.underlined > h2 {
    border-bottom: 1px solid #CC0000;
    padding-bottom: 5px;
}

.widget-text.colored-box.underlined > h2 {
    border-bottom: 1px solid #fff;
}

.widget-text.colored-box, .widget.colored-box  {
    background-color: #CC0000;
    padding: 12px;
    color: #fff;
}

.widget-text.colored-box > h2, .widget.colored-box > h2 {
    color: #fff !important;
}

.widget-text.colored-box a, .widget.colored-box a,
.widget-text.colored-box a:hover, .widget.colored-box a:hover, {
    border-bottom: none !important;
}

.widget-text.colored-box a:hover, .widget.colored-box a:hover  {
    color: rgba(255, 255, 255, .7) !important;
}

.widget.colored-box .label-primary span,
.widget.colored-box .content-meta span,
.widget.colored-box p.content-info:before {
    color: #fff;
}

.widget.colored-box .content-meta span:not(:last-child) {
    border-right: 1px solid #fff;
}

.widget.colored-box h3.has-prehead.has-subhead {
    color: #FFF !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.widget.colored-box .widget-text p {
    color: #fff !important;
}

.widget.colored-box .widget-regular > a:hover h3,
.widget.colored-box .widget-regular > a .content-subheading span,
.widget.colored-box .widget-regular > a .content-info span,
.widget.colored-box .widget-regular .content-info,
.widget.colored-box .widget-regular .content-info:before {
    color: rgba(255, 255, 255, .7) !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.widget.colored-box .widget-regular > a h3 {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.widget.colored-box span:before{
    color: #FFF !important;
}

.widget.border {
    border: solid 1px #CC0000;
    padding: 10px 10px 0 10px;
}

.widget .content-info {
    font-size: 1em;
    display: inline;
}

.widget .content-meta span:not(:last-child) {
    border-right: 1px solid #ddd;
    display: inline;
}
.widget .content-subheading {
    margin-bottom: 10px !important;
}
.widget .content-meta {
    font-size: 1em;
    display: inline;
}

.widget .content-meta span {
    display:inherit;
}

.widget .content-meta span(:last-child) {
    border-right: none;
}

.widget_forcerouge_last-press .content-meta span:not(:last-child) {
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}

.widget_forcerouge_last-press  .content-meta span {
    border-right: none;
    /*display: inline-block;*/
}

.widget.colored-box .widget-regular > a:hover .content-meta span {
    color: rgba(255, 255, 255, .7);
}

.widget.colored-box .widget-regular > a .content-meta span:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .7);
}

.widget.colored-box .widget-regular > a:hover .label-primary span {
    color: rgba(255, 255, 255, .7);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.widget.colored-box .widget-regular > a .label-primary span {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.widget.colored-box .content-subheading {
    margin-bottom: 0;
}

.widget .event-informations {
    margin-bottom: 10px;
}

.widget-themes a {
    color: #CC0000;
    display: table;
    width: 100%;
    border: 1px solid #CC0000;
    margin-bottom: 4px;
    padding: 2px 3px 2px 6px;
    border-radius: 3px;
    font-size: .9em;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    text-align: left;
}

.widget article a h3 {
    font-size: 1.5rem;
}

.widget-themes a span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 8px;
    width: 100%;
}

.widget-themes a:after {
    opacity: 0;
    font-family: 'openum-icons';
    content: '\e869';
    font-size: 0.6em;
    padding: 2.5px 5px 0 0;
    display: table-cell;
    vertical-align: middle;
}

.widget-themes a:hover:after {
    opacity: 1;
}

.widget-themes.widget-themes-black a {
    color: #000 !important;
    border: 1px solid #000 !important;
}

.widget-themes.widget-themes-black a:hover {
    background-color: #000 !important;
}

.widget-themes.widget-themes-grey a {
    color: #666 !important;
    border: 1px solid #666 !important;
}

.widget-themes.widget-themes-grey a:hover {
    background-color: #666 !important;
}

.widget-themes a:hover {
    background-color: #CC0000;
    color: #fff !important;
    -ms-transform: translate(3px,0); /* IE 9 */
    -webkit-transform: translate(3px,0); /* Safari */
    transform: translate(3px,0);
    transition: all ease-in-out.3s;
}

.widget-themes a:hover i {
    opacity: 1;
    transition: all ease-in-out.3s;
}

.widget_forcerouge_text-zone:first-of-type {
    margin-top: 0px;
    margin-bottom: 20px;
}
.widget_forcerouge_text-zone.l3{
    margin-top: 0px;
    margin-bottom: 20px;
}

.widget_forcerouge_text-zone {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* -- Icons fix -- */

[class^="icon-"]:not(i):before, [class*=" icon-"]:not(i):before {
    margin-right: 5px;
}

.archive-noicons .archive-item {
    margin-left: 0px !important;
}
.archive-noicons .archive-item:before {
    content: '';
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.archive-nothumbnail .archive-blog-item-image-container, 
.archive-nothumbnail .widget-image-container {
    display: none !important;
}

/* -- Widgets - Slideshow -- */

.slides {
    display: none
}

.slides .slidesjs-slide a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: inherit;
}

.slides .slidesjs-slide a h2, .slides .slidesjs-slide a i{
    color: #fff;
}

.slides .slidesjs-slide a h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6em;
}

.slides .slidesjs-slide a .label-primary span {
    color: #fff !important;
}

.slides .slidesjs-control a:hover h2,
.slides .slidesjs-control a:hover i,
.slides .slidesjs-control a:hover .label-primary span {
    color: rgba(255, 255, 255, .8);
    transition: all .3s;
}

.slides .slidesjs-container {
    max-height:250px;
}

.slides .slidesjs-slide {
    width: 725px;
    height: 250px;
    display:block;
    background-color: #CC0000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    border: none;
    text-align:left;
    position: relative;
}


.slides .slidesjs-slide .box {
    max-width: 80%;
    min-width: 33%;
    width: 100%;
    background-color: rgba(204, 0, 0, 1);
    opacity: 0.85;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
}
.slides .nobgimage.slidesjs-slide .box {
    opacity: 1;
}

.slides .slidesjs-slide.nobgimage .box {
    max-width: 100%;
    display: table;
    height: 100%;
    margin: inherit;
}

.slides .slidesjs-slide.nobgimage .box .box-meta {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 60px;
}

.slides .slidesjs-slide .box .box-meta {
    position: relative;
    padding-left: 40px;
}

.slides .slidesjs-slide .box .box-meta div .content-info {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.slides .nobgimage [class^="box-meta icon-"]:before, .slides [class^="box-meta icon-"]:before {
    position: absolute;
    font-size: 2.3em;
    color: #fff;
}

.slides .nobgimage [class^="box-meta icon-"]:before {
    left: 0;
    top: 43%;
}

.slides [class^="box-meta icon-"]:before {
    left: 0;
    top: 20%;
}

.slides a:hover [class^="box-meta icon-"]:before {
    color: rgba(255,255,255,.9);
}

.slides .slidesjs-slide i.icon-right-open {
    position: absolute;
    top: 40%;
    right: 15px;
    left: inherit;
    opacity: 0;
    text-align: right;
    font-size: 2em;
}

.slides .slidesjs-slide a:hover i.icon-right-open {
    opacity: 1;
}

.slides .slidesjs-pagination {
    text-align: center;
}

.slides .slidesjs-pagination li {
    margin-top: 2px;
    margin-left: 5px;
    list-style:none;
    display: inline-block;
}

.slides .slidesjs-pagination li a {
    display:block;
    width:11px;
    height:11px;
    overflow:hidden;
    border: 1px solid #CC0000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-indent: -9999999px;
}

.slides .slidesjs-pagination li a.active,
.slides .slidesjs-pagination li a:hover {
    background-color: #CC0000;
}

.slides [class^="content-info icon-"]:before {
    color: #fff;
}

.slides .content-info {
    font-size: .9em;
    color: #fff;
}

.slides .slidesjs-slide a:hover .content-info, .slides .slidesjs-slide a:hover [class^="content-info icon-"]:before {
    color: rgba(255, 255, 255, .90);
}

.slides .slidesjs-slide.nobgimage.image-left .box .box-meta {
    width: 66.66%;
    left: 10px;
}

.slides .slidesjs-slide.nobgimage.image-left .box .box-image {
    width: 33.33%;
    position: relative;
    display: table-cell;
    /*border: 1px solid #CC0000;*/
}

.slides .slidesjs-slide.nobgimage.image-left .box .box-image div {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slides .slidesjs-slide.nobgimage.image-left .box {
    padding: 0;
}

@media screen and (max-width: 785px) {

    .slides .slidesjs-slide {
        height:100%;
    }
}

@media screen and (max-width: 600px) {

    .slides .slidesjs-slide.withimage .box  {
        width: 100% !important;
        position: relative;
        margin: 0;
        max-width: 100%;
        min-width: 100%;
        min-height: 100%;
    }
    .slides .slidesjs-slide.nobgimage .box .box-meta,
    .slides .slidesjs-slide.withimage .box .box-meta {
   /*     display:block !important;
        font-size: 80% !important;*/
        width:100% !important;
        padding-right: 10px !important;
    }

}

/* -- Cards section page -- */

.card-row .col {
    overflow: hidden;
    padding: 0;
    margin: 0 .75rem 1.5rem .75rem !important;
}

@media only screen and (min-width: 993px) {
    .card-row .col.l4 {
        width: calc(33.333% - 1.5rem) !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .card-row .col.m6 {
        width: calc(50% - 1.5rem) !important;
    }
}

@media only screen and (max-width: 600px){
    .section-card-title-container {
        padding: 25px 30px 25px 35px !important;
    }
    .section-card-title-container i {
        right: 8% !important;
    }
}

.card-row .col.s12 {
    width: calc(100% - 1.5rem);
}

.section-card-container {
    height: 232px;
    width: 100%;
    display: table;
    position: relative;
    transition: all .4s ease-in-out;
}

.section-card-container.color-card {
    background-color: #999;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.section-card-container.color-card a:hover {
    background-color: rgba(204, 0, 0, .9);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.section-card-container.image-card {
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.section-card-container.image-card.active, .section-card-container.color-card.active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.section-card-container.image-card a:hover {
    background-color: rgba(204, 0, 0, .75);
}

.section-card-container.image-card .section-card-title > span {
    background-color: rgba(153, 153, 153, .85);
    margin-left: -10px;
    padding: 5px 10px;
    display: inline-block;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.section-card-container.image-card a:hover .section-card-title > span {
    background-color: inherit;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.section-card-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: inherit;
}

.section-card-title-container {
    height: 232px;
    width: 100%;
    display: table;
    padding: 25px 30px 25px 25px;
}

.section-card-title-container .section-card-title {
    color: white;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: left;
}

.section-card-title-container i {
    position: absolute;
    top: 45%;
    right: 6%;
    font-size: 1.3em;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.section-card-link:hover .section-card-title-container i {
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (min-width: 601px) and (max-width: 768px){
    .section-card-title-container {
        padding: 10px 15px 10px 10px;
    }

    .section-card-container.image-card .section-card-title > span {
        margin-left: 0;
    }

    .section-card-container.image-card .section-card-title > span {
        padding: 5px 7px;
    }

    .section-card-title-container .section-card-title {
        font-size: 1em;
    }

    .section-card-title-container i {
        display: none;
    }
}


@media (max-width: 600px){

    .section-card-title-container i {
        top: 48%;
    }

    h1 span {
        margin-left: 0 !important;
    }
}


/* -- Upcoming talks -- */

.upcoming-list {
    margin-bottom: 25px;
    padding: 10px 25px 10px 10px;
    background-color: #efefef;
}

.upcoming-list .icon-calendar {
    padding-left: 15px;
}

.upcoming-list .archive-blog-item .icon-calendar {
    padding-left: 5px;
}


/* -- Aside content -- */

.content-side-container {
    float: left;
    margin: 5px 1.2rem 0 0;
    padding: 0 !important;
    /*width: calc(100%/3);*/
    max-width: calc(100%/3);
}

.content-side-container.right {
    float: right !important;
    margin: 5px 0 0 1.5rem !important;
    text-align: left;
    max-width: 200px;
}

.content-side-container img {
    margin: 0;
}

.content-side-container a {
    border: inherit;
    display: inline-block;
}

.content-side-container a small {
    color: #CC0000;
}

.content-side-container .publication-meta, .content-side-container .related-content {
    margin-bottom: 10px;
}

.content-side-container .related-content a {
    font-size: .85em;
    padding-left: 20px;
}

.content-side-container .related-content a[class^="icon-"]:before {
    margin-left: -17px;
}

/* ---- Related content ---- */


.people-results .profile-item {
    display: table;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    padding-left: 0;
}

.people-results .profile-item .people-item-image[style^="background-image"] {
    height: 120px;
    width: 120px;
    background-size: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.people-results .profile-item .people-item-image {
    width: 0;
    margin: 0;
}


.content-side-container h4 {
    color: #CC0000;
    font-size: .7em;
    border-bottom: 1px solid #CC0000;
    margin-bottom: 5px;
}

.content-side-container .img-container, .content-side-container .wp-caption-text {
    margin-bottom: 0;
}

.content-side-container .related-profiles .profile-item, .search-results .profile-item {
    display: table;
    border-bottom: none;
}

.content-side-container .related-profiles .profile-item-title, .search-results .profile-item-title {
    display: table-cell;
    vertical-align: middle;
}

.content-side-container .related-profiles .profile-item-title span, .search-results .profile-item-title span {
    font-size: .85em;
}

.content-side-container .related-profiles .profile-item-title span + span, .search-results .profile-item-title span + span {
    font-size: .7em;
    display: block;
}

.content-side-container .related-profiles .profile-item-image[style^="background-image"], .search-results .profile-item-image[style^="background-image"] {
    height: 50px;
    width: 50px;
    background-size: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 4px 8px 5px 0;
}

.content-side-container .related-profiles .profile-item-image, .search-results .profile-item-image {
    width: 0;
    height: 50px;
    margin: 4px 0 0 0;
}

@media (max-width: 600px){
    .content-side-container .img-container {
        margin-bottom: 25px !important;
    }
}


/* -- Repertoire -- */

.repertoire .profile-item {
    display: table-row;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 45px;
    border-collapse:separate;
    border-spacing:5px;
}

.repertoire .profile-item > a {
    display: inline-table;
    border-bottom: none;
}

.repertoire .profile-item-title {
    display: table-cell;
    vertical-align: middle;
}

.repertoire .profile-item-title span {
    font-size: 1.05em;
    font-weight: bold;
    text-align: left;
}

.repertoire .profile-item-title span + span {
    font-size: .8em;
    display: block;
    font-weight: normal;
    line-height: 1.1em;
}

.repertoire .profile-item .profile-item-image[style^="background-image"] {
    height: 80px;
    width: 80px;
    background-size: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 4px 8px 5px 0;
    display:table-cell;
}
.repertoire .profile-item .profile-item-image {
    width: 0;
    margin: 0;
}

.repertoire .profile-item-links {
    position: absolute;
    right: 28px;
    top: 0;
}

.repertoire .profile-item-links a {
    border-bottom: none;
    display: block;
    opacity: .7;
}

/* -- Single repertoire -- */

.profile-single > .row {
    margin-bottom: 0;
}

.profile-single .profile-single-image {
    width: 100%;
    max-width: 200px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.profile-single .profile-single-head-container {
    display: table;
}

.profile-single .profile-single-head-container .profile-single-infos, .profile-single .profile-single-head-container .profile-single-image {
    display: table-cell;
    vertical-align: middle;
}

.profile-single .profile-single-head-container .profile-single-infos {
    padding-left: 15px;
}

.profile-single h1 {
    margin-bottom: 12px;
}

.profile-single p.profile-single-title {
    margin-top: 0;
    text-align: left;
    font-weight: 600;
}

div.profile-single-title {
    margin-top: 0;
    text-align: left;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .profile-single .profile-single-meta {
        margin-top: 40px;
    }

    .profile-single .profile-single-image {
        max-width: 140px;
    }
}

.profile-single .profile-single-meta a, .profile-single .profile-single-meta span {
    border-bottom: none;
    text-align: left;
    line-height: 1.2em;
    display: block;
    padding-left: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.profile-single .profile-single-meta a:before, .profile-single .profile-single-meta span:before {
    display: inline;
    margin-left: -20px;
}

.profile-single .profile-single-meta .profile-single-meta-address {
    line-height: 1.2em;
}

.profile-single .profile-single-meta .profile-single-meta-address h4:first-child:before {
    font-family: 'openum-icons';
    content: '\e800';
    padding-right: 5px;
}

.profile-single .profile-single-meta, .profile-single .profile-single-meta p {
    font-size: .95rem;
}

.profile-single .profile-single-meta h4 {
    margin-bottom: 0;
    margin-top: 15px;
}

.profile-single .profile-single-meta h4 + p {
    margin-top: 0;
}

.profile-single .profile-single-bio {
    margin-top: 0;
}

.profile-single .profile-single-other {
    margin-top: 15px;
}

.profile-single .profile-single-other h4 {
    margin-bottom: 4px;
    margin-top: 15px;
    color: #000 !important;
}

.profile-single .profile-single-other .widget-themes a {
    font-size: .75em;
}

/* -- Single blog post -- */

.content-headmeta {
    text-align: left;
}

.content-format {
    display: inline;
}

.content-subheading #menu-share {
    float: right;
    margin-left: 25px;
}

.event-informations {
    margin-bottom: 15px;
}

[class^="content-info icon-"]{
    margin-left: 26px !important;
}

.content-info{
    font-size: 1.3em;
    line-height: 1.35em;
    margin-left: 0;
    margin-bottom: 4px;
    margin-top: 4px;
}

.content-info:last-child, .content-info.icon-quote {
    margin-bottom: 15px !important;
}

[class^="content-info icon-"]:before {
    margin-left: -26px;
    color: #CC0000;
}

.content-info a {
    border-bottom: inherit;
    display: inline;
}

/* -- Publications -- */

.publication-item-image[style^="background-image"] {
    height: 90px;
    width: 65px;
    background-size: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 4px 8px 5px 0;
}

/* -- Labels -- */

.label-primary, .label-secondary {
    text-transform: uppercase;
    font-weight: 700;
    /*display: inline-block;*/
    display:initial;
    text-align: left;
    font-size: .9em;
}

.label-primary a, .label-primary span {
    color: #CC0000;
    border: none;
    /*margin-right: 5px;*/
}
.label-primary a:not(:first-of-type), .label-primary span:not(:first-of-type) {
    margin-right: 5px;

}
.label-primary a:hover {
    color: #999;
}

.label-secondary a, .label-secondary span {
    color: #999;
    border: none;
    margin-right: 5px;
}

.label-secondary a:hover {
    color: #CC0000;
}


/* -- Tags -- */

.content-bottom {
    text-align: left;
}

.content-tags, .content-teams {
    display: inline;
}

.content-tags a, .content-teams a {
    white-space: nowrap;
    color: #999;
    text-transform: uppercase;
    font-size: .8rem;
    border-bottom: none;
    margin-right: 5px;
    font-weight: 600;
}

.content-tags a:hover, .content-teams a:hover {
    color: #CC0000;
}

.content-tags a:before {
    content: "#";
    color: #999 !important;
}

.content-tags a:hover:before, .content-teams a:hover:before {
    color: #999;
}

.content-teams a:before {
    color: #999 !important;
    content: '\e819';
    font-family: "openum-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

/* -- Tooltips -- */

a[data-tooltip] {
    position: relative;
}

a[data-tooltip]:before {
    opacity: 0;
    transition: .4s all ease-in-out;
    content: attr(data-tooltip);
    position: absolute;
    top: -30px;
    white-space: nowrap;
    line-height: 1em;
    background-color: #CC0000;
    padding: 7px;
    font-size: .85em;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a[data-tooltip]:hover:before {
    opacity: 1;
    transition: .4s all ease-in-out;
}

/* -- Comments -- */

.comments-container {
    margin-top: 3%;
    border-top: 1px solid #CC0000;
    padding: 3% .75rem 1.5% .75rem;
    clear: both;
}

.answer-container {
    padding: 1.5% .75rem 2% .75rem
}

.answer-container h3 {
    margin-bottom: 3px;
    font-size: 1.25em;
}

.comments-container h2 {
    color: #CC0000;
}

.comments-container h3 {
    font-size: 1.25em;
}

.comments-container .comment {
    margin: 25px 0 30px 0;
}

.comments-container .comment:last-child {
    margin-bottom: 0;
}

.comments-container .comment .item {
    border-left: 1px solid #CC0000;
    padding-left: 10px;
    margin-bottom: 12px;
}

.comments-container .comment .item:nth-child(2) {
    margin-left: 15px;
}

.comments-container .comment .item:nth-child(3) {
    margin-left: 30px;
}

.comments-container .comment .item:nth-child(4) {
    margin-left: 45px;
}

.comments-container .comment .item:nth-child(5) {
    margin-left: 45px;
}

.comments-container .comment .item .reply-link {
    color: #CC0000;
    border-bottom: none;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
}

.comments-container .comment h4 {
    text-transform: inherit;
    margin-bottom: 0;
    margin-right: 12px;
    font-size: 1.05em;
    font-weight: 600;
    display: inline-block;
}

.comments-container .comment p {
    margin: 5px 0 3px 0;
    font-size: .95em;
}

.comments-container .comment span {
    color: #999;
    font-size: .85em;
}

.comments-container .comment + h3 {
    margin-bottom: 0;
}

.comments-container .icon-chat:before {
    margin-right: 10px;
}

.answer-container form.col {
    padding: 0;
}

/* -- Edit Materialize inputs -- */

input[type="text"]:focus:not([readonly]) + label,
input[type="email"]:focus:not([readonly]) + label,
 textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #CC0000;
}

input[type="text"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
 textarea.materialize-textarea:focus:not([readonly]){
    border-bottom: 1px solid #CC0000;
    box-shadow: 0 1px 0 0 #CC0000;
}

.input-field input[type=text].valid,
.input-field input[type=email].valid {
    border-bottom: 1px solid #43a047;
    box-shadow: 0 1px 0 0 #43a047;
}

.input-field input[type=text].invalid,
.input-field input[type=email].invalid {
    border-bottom: 1px solid #c62828;
    box-shadow: 0 1px 0 0 #c62828;
}

/**
 *  FOOTER
**/


footer p {
    font-size:12px;
}
footer#site-footer nav ul a {
    font-size: inherit;
    color: inherit;
    padding: inherit;
}

footer#site-footer {
    background-color: #444;
    color: #fff;
    font-size: 90%;
    color: rgba(255, 255, 255, .7);
}
footer#site-footer a {
    border: none;
    color: #fff !important;
}
footer#site-footer a:hover {
    color: rgba(255, 255, 255, .7) !important;
}
#footzone {
    margin-top: 25px;
    padding-top: 25px;
}
#footzone .widget .widget-regular h3.has-subhead {
    font-size: 1.15em;
}
#footzone h2 {
    margin:0px;
}
#site-footer img {
    opacity: 0.7;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
#site-footer a:hover img {
    opacity: 1;
}

#footer-menu {
    padding-top:25px;
    margin-top:25px;
    text-align: center;
}
#footer-menu:not(:first-child) {
    padding: 0px;
}

#footer-menu ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0 2px 0 10px;
}
#footer-menu ul li:first-of-type {
    border-left: none;
}
#footer-menu ul li a {
    border: none;
    font-weight: 600;
    text-transform: uppercase;
}

#footer-menu ul li ul {
    display: none;
}

#footer-menu a:before {
    font-family: 'openum-icons';
    content: '\e869';
    font-size: 70%;
    padding-right: 5px; padding-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
}

#footer-note {
    padding: 30px 0 !important;
    text-align: center;
}

#poweredby {
    font-size: 80%;
    text-align: center;
    padding-top: 25px;
}

#poweredby #forcerouge_link {
    border: none;
}
#poweredby #forcerouge_link:hover {
    color: #CC0000 !important;
}

#credits {
    padding-top:25px !important;
    margin-top:25px;
    font-size: 80%;
    text-align: center;
}

#credits .widget, #footer-note .widget {
    display: block;
}




/**
 *  INHERIT/UPDATE MATERIALIZE NON DESIRED PROPRITIES
**/

#nav-mobile {

    padding-top: 10px;
}

nav ul a {

    font-size: inherit;
}


nav ul.sub-menu li {

    float: inherit;
}

footer#site-footer > nav {

    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

footer#site-footer > nav ul a {
    font-size: inherit;
    color: inherit;
    padding: inherit;
}

footer#site-footer > nav ul li {

    float: inherit;
}

nav .icon-home {

    position: absolute;
    margin-right: 1px;
}

ul#menu-icons li:hover {

    background-color: inherit;
}

nav .button-collapse i {

    font-size: 1.6rem;
    height: 55px;
    line-height: 40px;

}

nav .button-collapse:hover {

    color: rgba(255, 255, 255, .7) !important;
}

#navigation-bar #menu-icons {

    height: 40px;
}

.btn, .btn-large, .btn-flat, .btn:hover {

    height: auto;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
}

.side-nav {
    background-color: #CC0000;
    padding-bottom: 50px !important;
}

.side-nav a {
    /*color: #fff !important;*/
    text-align: left;
    height: auto !important;
    line-height: 100%;
    padding: 10px;
}

.side-nav a:hover {
    color: #000 !important;
}


.side-nav a:before {
    font-family: 'openum-icons';
    content: '\e869';
    font-size: 0.6em;
    padding-top: 2px;
    padding-right: 5px;
    vertical-align: top;
    display: inline;
    margin-left: -10px;

}

.side-nav .sub-menu a {
    font-size: 0.975rem;
}

.side-nav .sub-menu a {
    padding: 5px 10px 5px 20px;
}
.side-nav .sub-menu li:last-child {
    padding-bottom: 5px;
}

.side-nav li:hover, .side-nav li.active {

    background-color: inherit;
}


@media only screen and (min-width: 601px) {

    nav#navigation-bar {
        height: 40px;
        line-height: 40px;
    }


    footer#site-footer > nav {
        height: inherit;
        line-height: inherit !important;
    }

    nav a.button-collapse {
        height: 45px;
        line-height: 45px;
    }

}

@media only screen and (max-width: 600px) {

    #site-logo h1 {
        font-size: 2em;
    }

    #menu-icons li {
        line-height: 40px;
        height: 40px;
    }

    footer#site-footer > nav ul a {
        display: inline-block;
        padding-bottom: 8px;
    }

    .alternative-header-container #btn-search a,
    .alternative-header-container #btn-lang-switcher a {

        margin-top: -22px !important;
    }

    nav a.button-collapse {
        position: absolute;
        top: 0;
        left: 0;
    }
}



/* Admin bar */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

    .admin-bar #nav-mobile {

        padding-top: 46px !important;

    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 677px)  {

    .admin-bar #nav-mobile {

        padding-top: 32px !important;

    }

}


/* SHARED MEDIA QUERIES */

@media only screen and (min-width : 601px) and (max-width : 992px)  {

    #navigation-bar .icon-home {

        position: absolute;
        left: 50px;
        background-color: inherit !important;
        font-size: 1.3rem;
    }


    nav a.button-collapse {
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (max-width : 992px)  {

    #navigation-bar .icon-home {

        background-color: inherit !important;
        color: #fff !important;
    }


    .container {
        width: 95% !important;
    }

}

@media only screen and (max-width : 600px)  {

    #menu-links li:not(.show-on-mobile) {
        display: none;
    }

    .navigation-wrapper.container {

        position: relative;
    }

    #navigation-bar .icon-home {

        position: absolute;
        left: 40px;
        top: 7px;
        font-size: 1.3rem;

    }

    .slides .slidesjs-slide .box {
        max-width: 94%;
    }

    .slides .slidesjs-slide a h2 {
        font-size: 1em !important;
        text-align: left;
        line-height: 1.2em;
    }
}
