/*! * Social Share Kit v1.0.7 (http://socialsharekit.com) * Copyright 2015 Social Share Kit / Kaspars Sprogis. * Licensed under Creative Commons Attribution-NonCommercial 3.0 license: * https://github.com/darklow/social-share-kit/blob/master/LICENSE * --- */
@font-face {
  font-family: 'social-share-kit';
  src: url("/ccr-theme/css/./fonts/social-share-kit.eot");
  src: url("/ccr-theme/css/./fonts/social-share-kit.eot?#iefix") format("embedded-opentype"), url("/ccr-theme/css/./fonts/social-share-kit.woff") format("woff"), url("/ccr-theme/css/./fonts/social-share-kit.ttf") format("truetype"), url("/ccr-theme/css/./fonts/social-share-kit.svg#social-share-kit") format("svg");
  font-weight: normal;
  font-style: normal; }

.ssk:before {
  display: inline-block;
  font-family: "social-share-kit" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ssk-facebook:before {
  content: "a";
  text-indent: 4px;
  margin-right: -4px; }

.ssk-twitter:before {
  content: "b"; }

.ssk-google-plus:before {
  content: "v"; }

.ssk-google-plus-old:before {
  content: "c"; }

.ssk-email:before {
  content: "d";
  top: -1px;
  position: relative; }

.ssk-pinterest:before {
  content: "e";
  transform: scale(0.9); }

.ssk-tumblr:before {
  content: "f"; }

.ssk-linkedin:before {
  content: "g"; }

.ssk-github:before {
  content: "h"; }

.ssk-vk:before {
  content: "i"; }

.ssk-instagram:before {
  content: "j"; }

.ssk-amazon:before {
  content: "k"; }

.ssk-skype:before {
  content: "s"; }

.ssk-youtube:before {
  content: "x"; }

.ssk-vimeo:before {
  content: "u"; }

.ssk-ebay:before {
  content: "p"; }

.ssk-apple:before {
  content: "l"; }

.ssk-behance:before {
  content: "q"; }

.ssk-dribble:before {
  content: "n"; }

.ssk-android:before {
  content: "o"; }

.ssk-whatsapp:before {
  content: "m"; }

.ssk-reddit:before {
  content: "r"; }

.ssk-reddit2:before {
  content: "t"; }

.ssk-link:before {
  content: "w"; }

.ssk-buffer:before {
  content: "\79";
  transform: scale(0.85); }

.ssk {
  background-color: #757575;
  color: white;
  display: inline-block;
  font-size: 22px;
  line-height: 1px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  transition: background-color .1s;
  -webkit-transition: background-color .1s;
  -moz-transition: background-color .1s;
  -ms-transition: background-color .1s;
  -o-transition: background-color 0.1s; }

.ssk:before, .ssk .glyphicon, .ssk .fa {
  position: relative;
  font-size: 22px;
  top: 0;
  vertical-align: middle; }

.ssk.ssk-xs, .ssk-xs > .ssk {
  padding: 4px; }

.ssk.ssk-xs:before, .ssk-xs > .ssk:before, .ssk.ssk-xs .glyphicon, .ssk-xs > .ssk .glyphicon, .ssk.ssk-xs .fa, .ssk-xs > .ssk .fa {
  font-size: 15px; }

.ssk.ssk-sm, .ssk-sm > .ssk {
  padding: 5px; }

.ssk.ssk-sm:before, .ssk-sm > .ssk:before, .ssk.ssk-sm .glyphicon, .ssk-sm > .ssk .glyphicon, .ssk.ssk-sm .fa, .ssk-sm > .ssk .fa {
  font-size: 20px; }

.ssk.ssk-lg, .ssk-lg > .ssk {
  padding: 9px; }

.ssk.ssk-lg:before, .ssk-lg > .ssk:before, .ssk.ssk-lg .glyphicon, .ssk-lg > .ssk .glyphicon, .ssk.ssk-lg .fa, .ssk-lg > .ssk .fa {
  font-size: 28px; }

.ssk:last-child {
  margin-right: 0; }

.ssk:hover {
  background-color: #424242; }

.ssk:hover, .ssk:focus {
  color: #fff;
  text-decoration: none; }

.ssk.ssk-round, .ssk-round .ssk {
  border-radius: 50%; }

.ssk.ssk-round:before, .ssk-round .ssk:before {
  text-indent: 0;
  margin-right: 0; }

.ssk.ssk-rounded, .ssk-rounded .ssk {
  border-radius: 15%; }

.ssk.ssk-icon {
  color: #757575;
  padding: 2px;
  font-size: 24px; }

.ssk.ssk-icon, .ssk.ssk-icon:hover {
  background-color: transparent; }

.ssk.ssk-icon:hover {
  color: #424242; }

.ssk.ssk-icon.ssk-xs, .ssk-xs > .ssk.ssk-icon {
  font-size: 16px; }

.ssk.ssk-icon.ssk-sm, .ssk-sm > .ssk.ssk-icon {
  font-size: 20px; }

.ssk.ssk-icon.ssk-lg, .ssk-lg > .ssk.ssk-icon {
  font-size: 28px; }

.ssk.ssk-text {
  overflow: hidden;
  font-size: 17px;
  line-height: normal;
  padding-right: 10px; }

.ssk.ssk-text:before, .ssk.ssk-text .glyphicon, .ssk.ssk-text .fa {
  margin: -7px 10px -7px -7px;
  padding: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  vertical-align: bottom;
  text-indent: 0; }

.ssk-block .ssk.ssk-text {
  display: block;
  margin-right: 0;
  text-align: left; }

.ssk.ssk-text.ssk-xs, .ssk-xs > .ssk.ssk-text {
  font-size: 12px;
  padding-right: 6px; }

.ssk.ssk-text.ssk-xs:before, .ssk-xs > .ssk.ssk-text:before, .ssk.ssk-text.ssk-xs .glyphicon, .ssk-xs > .ssk.ssk-text .glyphicon, .ssk.ssk-text.ssk-xs .fa, .ssk-xs > .ssk.ssk-text .fa {
  margin: -4px 6px -4px -4px;
  padding: 4px; }

.ssk.ssk-text.ssk-sm, .ssk-sm > .ssk.ssk-text {
  font-size: 16px;
  padding-right: 7px; }

.ssk.ssk-text.ssk-sm:before, .ssk-sm > .ssk.ssk-text:before, .ssk.ssk-text.ssk-sm .glyphicon, .ssk-sm > .ssk.ssk-text .glyphicon, .ssk.ssk-text.ssk-sm .fa, .ssk-sm > .ssk.ssk-text .fa {
  margin: -5px 7px -5px -5px;
  padding: 5px; }

.ssk.ssk-text.ssk-lg, .ssk-lg > .ssk.ssk-text {
  font-size: 22px;
  padding-right: 13px; }

.ssk.ssk-text.ssk-lg:before, .ssk-lg > .ssk.ssk-text:before, .ssk.ssk-text.ssk-lg .glyphicon, .ssk-lg > .ssk.ssk-text .glyphicon, .ssk.ssk-text.ssk-lg .fa, .ssk-lg > .ssk.ssk-text .fa {
  margin: -9px 13px -9px -9px;
  padding: 9px; }

.ssk-group, .ssk-sticky {
  font-size: 0; }

.ssk-sticky {
  top: 0;
  position: fixed;
  z-index: 2000; }

.ssk-sticky .ssk {
  transition: padding .1s ease-out;
  -webkit-transition: padding .1s ease-out;
  -moz-transition: padding .1s ease-out;
  -ms-transition: padding .1s ease-out;
  -o-transition: padding .1s ease-out;
  margin: 0; }

@media (min-width: 768px) {
  .ssk-sticky.ssk-left .ssk, .ssk-sticky.ssk-right .ssk {
    display: block;
    clear: both; }

  .ssk-sticky.ssk-left.ssk-center, .ssk-sticky.ssk-right.ssk-center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

  .ssk-sticky.ssk-left {
    left: 0; }

  .ssk-sticky.ssk-left .ssk {
    float: left; }

  .ssk-sticky.ssk-left .ssk:hover {
    padding-left: 15px; }

  .ssk-sticky.ssk-right {
    right: 0; }

  .ssk-sticky.ssk-right .ssk {
    float: right; }

  .ssk-sticky.ssk-right .ssk:hover {
    padding-right: 15px; } }
.ssk-sticky.ssk-bottom {
  font-size: 0;
  top: auto;
  bottom: 0; }

.ssk-sticky.ssk-bottom.ssk-center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

.ssk-sticky.ssk-bottom .ssk {
  vertical-align: bottom; }

.ssk-sticky.ssk-bottom .ssk:hover {
  padding-bottom: 15px; }

.ssk-sticky.ssk-round.ssk-xs .ssk:hover {
  padding: 8px; }

.ssk-sticky.ssk-round.ssk-sm .ssk:hover {
  padding: 9px; }

.ssk-sticky.ssk-round .ssk:hover {
  padding: 11px; }

.ssk-sticky.ssk-round.ssk-lg .ssk:hover {
  padding: 13px; }

@media (max-width: 767px) {
  .ssk-sticky {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap; }

  .ssk-sticky.ssk-sticky-hide-xs {
    display: none !important; }

  .ssk-sticky .ssk {
    flex: 1;
    width: auto; }

  .ssk-sticky .ssk .ssk-num {
    display: none; } }
.ssk-count {
  padding-top: 20px; }

.ssk-count .ssk {
  position: relative; }

.ssk-count .ssk-num {
  border-radius: 4px;
  color: #8f8f8f;
  background-color: rgba(50, 50, 50, 0.03);
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -20px; }

@media (min-width: 768px) {
  .ssk-count.ssk-sticky {
    padding-top: 0; }

  .ssk-count.ssk-sticky.ssk-left .ssk-num, .ssk-count.ssk-sticky.ssk-right .ssk-num {
    top: 20%;
    background-color: transparent; }

  .ssk-count.ssk-sticky.ssk-left .ssk-num {
    left: 100%;
    margin-left: 5px; }

  .ssk-count.ssk-sticky.ssk-right .ssk-num {
    right: 115%;
    margin-left: -100%;
    text-align: right; } }
.ssk-facebook {
  background-color: #3B5998;
  color: white !important; }

.ssk-grayscale > .ssk-facebook {
  background-color: #757575; }

.ssk-facebook:hover {
  background-color: #2d4373; }

.ssk-facebook:hover {
  background-color: #2d4373; }

.ssk-grayscale > .ssk-facebook:hover {
  background-color: #3b5998; }

.ssk-facebook.ssk-icon {
  color: #3b5998; }

.ssk-facebook.ssk-icon:hover {
  color: #2d4373; }

.ssk-facebook.ssk-icon:before {
  text-indent: 0;
  margin-right: 0; }

.ssk-twitter {
  background-color: #1DA1F2;
  color: white !important; }

.ssk-grayscale > .ssk-twitter {
  background-color: #757575; }

.ssk-twitter:hover {
  background-color: #0c85d0; }

.ssk-twitter:hover {
  background-color: #0c85d0; }

.ssk-grayscale > .ssk-twitter:hover {
  background-color: #1da1f2; }

.ssk-twitter.ssk-icon {
  color: #1da1f2; }

.ssk-twitter.ssk-icon:hover {
  color: #0c85d0; }

.ssk-google-plus {
  background-color: #ea4335; }

.ssk-grayscale > .ssk-google-plus {
  background-color: #757575; }

.ssk-google-plus:hover {
  background-color: #d62516; }

.ssk-google-plus:hover {
  background-color: #d62516; }

.ssk-grayscale > .ssk-google-plus:hover {
  background-color: #ea4335; }

.ssk-google-plus.ssk-icon {
  color: #ea4335; }

.ssk-google-plus.ssk-icon:hover {
  color: #d62516; }

.ssk-pinterest {
  background-color: #bd081c; }

.ssk-grayscale > .ssk-pinterest {
  background-color: #757575; }

.ssk-pinterest:hover {
  background-color: #8c0615; }

.ssk-pinterest:hover {
  background-color: #8c0615; }

.ssk-grayscale > .ssk-pinterest:hover {
  background-color: #bd081c; }

.ssk-pinterest.ssk-icon {
  color: #bd081c; }

.ssk-pinterest.ssk-icon:hover {
  color: #8c0615; }

.ssk-tumblr {
  background-color: #395773; }

.ssk-grayscale > .ssk-tumblr {
  background-color: #757575; }

.ssk-tumblr:hover {
  background-color: #283d51; }

.ssk-tumblr:hover {
  background-color: #283d51; }

.ssk-grayscale > .ssk-tumblr:hover {
  background-color: #395773; }

.ssk-tumblr.ssk-icon {
  color: #395773; }

.ssk-tumblr.ssk-icon:hover {
  color: #283d51; }

.ssk-email {
  background-color: #757575; }

.ssk-grayscale > .ssk-email {
  background-color: #757575; }

.ssk-email:hover {
  background-color: #5b5b5b; }

.ssk-email:hover {
  background-color: #5b5b5b; }

.ssk-grayscale > .ssk-email:hover {
  background-color: #757575; }

.ssk-grayscale > .ssk-email:hover {
  background-color: #5b5b5b; }

.ssk-email.ssk-icon {
  color: #757575; }

.ssk-email.ssk-icon:hover {
  color: #5b5b5b; }

.ssk-vk {
  background-color: #54769a; }

.ssk-grayscale > .ssk-vk {
  background-color: #757575; }

.ssk-vk:hover {
  background-color: #425d79; }

.ssk-vk:hover {
  background-color: #425d79; }

.ssk-grayscale > .ssk-vk:hover {
  background-color: #54769a; }

.ssk-vk.ssk-icon {
  color: #54769a; }

.ssk-vk.ssk-icon:hover {
  color: #425d79; }

.ssk-linkedin {
  background-color: #1c87bd; }

.ssk-grayscale > .ssk-linkedin {
  background-color: #757575; }

.ssk-linkedin:hover {
  background-color: #156791; }

.ssk-linkedin:hover {
  background-color: #156791; }

.ssk-grayscale > .ssk-linkedin:hover {
  background-color: #1c87bd; }

.ssk-linkedin.ssk-icon {
  color: #1c87bd; }

.ssk-linkedin.ssk-icon:hover {
  color: #156791; }

.ssk-whatsapp {
  background-color: #34af23; }

.ssk-grayscale > .ssk-whatsapp {
  background-color: #757575; }

.ssk-whatsapp:hover {
  background-color: #27851a; }

.ssk-whatsapp:hover {
  background-color: #27851a; }

.ssk-grayscale > .ssk-whatsapp:hover {
  background-color: #34af23; }

.ssk-whatsapp.ssk-icon {
  color: #34af23; }

.ssk-whatsapp.ssk-icon:hover {
  color: #27851a; }

.ssk-reddit {
  background-color: #5f99cf; }

.ssk-grayscale > .ssk-reddit {
  background-color: #757575; }

.ssk-reddit:hover {
  background-color: #3a80c1; }

.ssk-reddit:hover {
  background-color: #3a80c1; }

.ssk-grayscale > .ssk-reddit:hover {
  background-color: #5f99cf; }

.ssk-reddit.ssk-icon {
  color: #5f99cf; }

.ssk-reddit.ssk-icon:hover {
  color: #3a80c1; }

.ssk-reddit2 {
  background-color: #5f99cf; }

.ssk-grayscale > .ssk-reddit2 {
  background-color: #757575; }

.ssk-reddit2:hover {
  background-color: #3a80c1; }

.ssk-reddit2:hover {
  background-color: #3a80c1; }

.ssk-grayscale > .ssk-reddit2:hover {
  background-color: #5f99cf; }

.ssk-reddit2.ssk-icon {
  color: #5f99cf; }

.ssk-reddit2.ssk-icon:hover {
  color: #3a80c1; }

.ssk-buffer {
  background-color: #323b43; }

.ssk-grayscale > .ssk-buffer {
  background-color: #757575; }

.ssk-buffer:hover {
  background-color: #1c2126; }

.ssk-buffer:hover {
  background-color: #1c2126; }

.ssk-grayscale > .ssk-buffer:hover {
  background-color: #323b43; }

.ssk-buffer.ssk-icon {
  color: #323b43; }

.ssk-buffer.ssk-icon:hover {
  color: #1c2126; }

.ssk-turquoise {
  background-color: #1abc9c; }

.ssk-turquoise:hover {
  background-color: #148f77; }

.ssk-emerald {
  background-color: #2ecc71; }

.ssk-emerald:hover {
  background-color: #25a25a; }

.ssk-peter-river {
  background-color: #3498db; }

.ssk-peter-river:hover {
  background-color: #217dbb; }

.ssk-belize-hole {
  background-color: #2980b9; }

.ssk-belize-hole:hover {
  background-color: #20638f; }

.ssk-amethyst {
  background-color: #9b59b6; }

.ssk-amethyst:hover {
  background-color: #804399; }

.ssk-wisteria {
  background-color: #8e44ad; }

.ssk-wisteria:hover {
  background-color: #703688; }

.ssk-wet-asphalt {
  background-color: #34495e; }

.ssk-wet-asphalt:hover {
  background-color: #222f3d; }

.ssk-midnight-blue {
  background-color: #2c3e50; }

.ssk-midnight-blue:hover {
  background-color: #1a242f; }

.ssk-green-sea {
  background-color: #16a085; }

.ssk-green-sea:hover {
  background-color: #107360; }

.ssk-nephritis {
  background-color: #27ae60; }

.ssk-nephritis:hover {
  background-color: #1e8449; }

.ssk-sunflower {
  background-color: #f1c40f; }

.ssk-sunflower:hover {
  background-color: #c29d0b; }

.ssk-orange {
  background-color: #f39c12; }

.ssk-orange:hover {
  background-color: #c87f0a; }

.ssk-carrot {
  background-color: #e67e22; }

.ssk-carrot:hover {
  background-color: #bf6516; }

.ssk-pumpkin {
  background-color: #d35400; }

.ssk-pumpkin:hover {
  background-color: #a04000; }

.ssk-alizarin {
  background-color: #e74c3c; }

.ssk-alizarin:hover {
  background-color: #d62c1a; }

.ssk-pomegranate {
  background-color: #c0392b; }

.ssk-pomegranate:hover {
  background-color: #962d22; }

.ssk-clouds {
  background-color: #cfd9db; }

.ssk-clouds:hover {
  background-color: #b1c2c6; }

.ssk-concrete {
  background-color: #95a5a6; }

.ssk-concrete:hover {
  background-color: #798d8f; }

.ssk-silver {
  background-color: #bdc3c7; }

.ssk-silver:hover {
  background-color: #a1aab0; }

.ssk-asbestos {
  background-color: #7f8c8d; }

.ssk-asbestos:hover {
  background-color: #667273; }

.ssk-dark-gray {
  background-color: #555555; }

.ssk-dark-gray:hover {
  background-color: #3b3b3b; }

.ssk-black {
  background-color: #333333; }

.ssk-black:hover {
  background-color: #1a1a1a; }

/* GLOBAL */
/* Color pallet */
@font-face {
  font-family: 'Fontello';
  src: url("../../ccr-theme/fonts/fontello/fontello.eot");
  src: url("../../ccr-theme/fonts/fontello/fontello.eot?#iefix") format("embedded-opentype"), url("../../ccr-theme/fonts/fontello/fontello.woff") format("woff"), url("../../ccr-theme/fonts/fontello/fontello.ttf") format("truetype"), url("../../ccr-theme/fonts/fontello/fontello.svg#Fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

.aui body {
  padding: 0 !important; }

.aui .datepicker-popover {
  z-index: 3 !important; }

.aui .ccr #hrefFM {
  display: none; }

.aui a:hover, .aui a:focus {
  text-decoration: none !important; }

#hrefFm {
  display: none; }

.journal-article-wrapper input, .portlet-login input {
  box-sizing: content-box !important; }

.journal-content-article, .portlet-asset-publisher {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333333; }

.journal-content-article p a, .portlet-asset-publisher p a {
  color: #1a5b81;
  font-weight: normal !important; }

.journal-content-article p a:hover, .journal-content-article p a:focus, .portlet-asset-publisher p a:hover, .portlet-asset-publisher p a:focus {
  color: #1a5b81;
  text-decoration: underline !important; }

.portlet-borderless-bar {
  position: relative !important; }

.ccr-dockbar .portlet-dockbar {
  margin-bottom: 50px; }

@media screen and (max-width: 995px) {
  .ccr-dockbar .portlet-dockbar {
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .ccr-dockbar .portlet-dockbar {
    margin-bottom: 0; } }
.ccr * {
  box-sizing: border-box; }

.ccr #portlet_status {
  clear: both; }

.ccr .ccr-maximized-login {
  text-align: center;
  padding-top: 20px; }

.ccr .ccr-maximized-login .form-validator-stack {
  display: block; }

.ccr .ccr-maximized-login .form {
  margin-top: 40px; }

.ccr #portlet_license {
  padding-top: 30px; }

@media screen and (min-width: 1200px) {
  .ccr {
    max-width: 1200px;
    margin: 0 auto; } }
.ccr [class^="ccr-icon-"]:before, .ccr [class*=" ccr-icon-"]:before {
  font-family: Fontello;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.ccr .ccr-icon-arrow-left:before {
  content: '\e800'; }

.ccr .ccr-icon-engage:before {
  content: '\e801'; }

.ccr .ccr-icon-fav:before {
  content: '\e802'; }

.ccr .ccr-icon-forme-1:before {
  content: '\e803'; }

.ccr .ccr-icon-home-ccr:before {
  content: '\e804'; }

.ccr .ccr-icon-innondation:before {
  content: '\e805'; }

.ccr .ccr-icon-peoples:before {
  content: '\e806'; }

.ccr .ccr-icon-price:before {
  content: '\e807'; }

.ccr .ccr-icon-print:before {
  content: '\e808'; }

.ccr .ccr-icon-pulse:before {
  content: '\e809'; }

.ccr .ccr-icon-quote:before {
  content: '\e80a'; }

.ccr .ccr-icon-quote-black:before {
  content: '\e80b'; }

.ccr .ccr-icon-reassure:before {
  content: '\e80c'; }

.ccr .ccr-icon-retweet:before {
  content: '\e80d'; }

.ccr .ccr-icon-search:before {
  content: '\e80e'; }

.ccr .ccr-icon-share:before {
  content: '\e80f'; }

.ccr .ccr-icon-social-in:before {
  content: '\e810'; }

.ccr .ccr-icon-social-tw:before {
  content: '\e811'; }

.ccr .ccr-icon-social-vd:before {
  content: '\e812'; }

.ccr .ccr-icon-social-yt:before {
  content: '\e813'; }

.ccr .ccr-icon-sync:before {
  content: '\e814'; }

.ccr .ccr-icon-search-thin:before {
  content: '\e815'; }

.ccr .ccr-icon-universe:before {
  content: '\e816'; }

.ccr .ccr-icon-menu:before {
  content: '\e817'; }

.ccr .main-wrapper {
  width: 996px !important;
  max-width: 996px;
  margin: 0 auto;
  padding: 0; }

@media screen and (max-width: 995px) {
  .ccr .main-wrapper {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    /*         padding: 0 10px; */
    padding: 0px 10px 20px; } }
.ccr .main-wrapper .hidden {
  display: none; }

.ccr .site-content {
  width: 996px !important;
  max-width: 996px;
  margin: 0 auto;
  padding: 0; }

@media screen and (max-width: 995px) {
  .ccr .site-content {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    padding: 0 10px; } }
.ccr .img-container {
  position: relative;
  overflow: hidden; }

.ccr .img-container img {
  margin: 0;
  width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%); }

.ccr .img-container.video::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 60px;
  border-radius: 15px; }

.ccr .img-container.video::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid white; }

.ccr .img-container.video::before, .ccr .img-container.video::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.ccr .aui-icon {
  font-family: fontawesome-alloy !important; }

.ccr .container-padding {
  padding: 0 15px; }

.ccr .input-search-bar {
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
  color: #9b9b9b;
  background-color: white;
  border: 1px solid #9b9b9b;
  font-size: 14px;
  line-height: 14px; }

.ccr .input-login {
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
  color: #9b9b9b;
  background-color: white;
  border: 1px solid #9b9b9b;
  font-size: 13px;
  line-height: 13px; }

.ccr .btn-connection,
.ccr .btn-red-violet {
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  border: solid 1px transparent;
  border-radius: 5px;
  background-color: #c01877; }

@media screen and (max-width: 995px) {
  .ccr .btn-connection,
  .ccr .btn-red-violet {
    padding: 10px 6px; } }
@media screen and (max-width: 767px) {
  .ccr .btn-connection,
  .ccr .btn-red-violet {
    font-size: 11px; } }
.ccr .btn-connection:focus,
.ccr .btn-red-violet:focus {
  color: white; }

.ccr .btn-connection:hover,
.ccr .btn-red-violet:hover {
  background-color: white;
  color: #c01877;
  border: solid 1px #c01877; }

.ccr .btn-send,
.ccr .btn-blue,
.ccr .jobs-detail .form .btn-primary {
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  border: solid 1px transparent;
  border-radius: 5px;
  background-color: #1a5b81; }

@media screen and (max-width: 995px) {
  .ccr .btn-send,
  .ccr .btn-blue,
  .ccr .jobs-detail .form .btn-primary {
    padding: 10px 6px; } }
@media screen and (max-width: 767px) {
  .ccr .btn-send,
  .ccr .btn-blue,
  .ccr .jobs-detail .form .btn-primary {
    font-size: 11px; } }
.ccr .btn-send:hover,
.ccr .btn-blue:hover,
.ccr .jobs-detail .form .btn-primary:hover {
  background-color: white !important;
  color: #1a5b81;
  border: solid 1px #1a5b81; }

.ccr .btn-delete,
.ccr .btn-gray {
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  border: solid 1px transparent;
  border-radius: 5px;
  background-color: #d4d4d4;
  color: #333333; }

@media screen and (max-width: 995px) {
  .ccr .btn-delete,
  .ccr .btn-gray {
    padding: 10px 6px; } }
@media screen and (max-width: 767px) {
  .ccr .btn-delete,
  .ccr .btn-gray {
    font-size: 11px; } }
.ccr .btn-delete:hover,
.ccr .btn-gray:hover {
  background-color: white;
  border: solid 1px #d4d4d4; }

.ccr .btn-watch-more {
  padding: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  color: #8d8d8d;
  background-color: #f3f3f3;
  border: none;
  text-transform: uppercase; }

@media screen and (max-width: 767px) {
  .ccr .btn-watch-more {
    font-size: 18px; } }
.ccr .btn-catnat {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: white;
  background-color: #1a5b81;
  border: none; }

.ccr .btn-back {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  background-color: #f3f3f3;
  border: none;
  padding: 10px; }

.ccr .btn-back::before {
  content: '<';
  margin-right: 10px; }

.ccr .btn-discover {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #1a5b81;
  border: none;
  padding: 10px; }

.ccr .btn-discover:focus {
  color: #1a5b81; }

.ccr .txt-main-pic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  color: white;
  text-transform: uppercase; }

.ccr .txt-main-pic hr {
  text-align: left; }

.ccr .txt-main-pic-demo {
  background-color: #452d50; }

.ccr .subtxt-main-pic {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase; }

@media screen and (max-width: 995px) {
  .ccr .subtxt-main-pic {
    font-size: 18px; } }
.ccr .txt-home-entry {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: white;
  text-transform: uppercase; }

.ccr .txt-date-mine-shaft {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #333333;
  background-color: white; }

@media screen and (max-width: 995px) {
  .ccr .txt-date-mine-shaft {
    font-size: 15px; } }
@media screen and (max-width: 767px) {
  .ccr .txt-date-mine-shaft {
    font-size: 14px; } }
.ccr .txt-date-white {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: white; }

@media screen and (max-width: 995px) {
  .ccr .txt-date-white {
    font-size: 15px; } }
@media screen and (max-width: 767px) {
  .ccr .txt-date-white {
    font-size: 14px; } }
.ccr .txt-date-chrono {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  font-size: 28px;
  line-height: 28px; }

@media screen and (max-width: 995px) {
  .ccr .txt-date-chrono {
    font-size: 24px; } }
.ccr .value-infography {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  color: #5b2175;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600; }

@media screen and (max-width: 995px) {
  .ccr .value-infography {
    font-size: 42px;
    line-height: 30px; } }
.ccr .txt-value-infography {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  color: #5b2175;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase; }

@media screen and (max-width: 995px) {
  .ccr .txt-value-infography {
    font-size: 16px;
    line-height: 16px; } }
.ccr .txt-social-block-white {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: white; }

.ccr .txt-social-block-mine-shaft {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #333333; }

.ccr .txt-social-block-hour {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  color: #333333; }

.ccr .txt-social-block-hour-grey {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  color: #9b9b9b; }

.ccr .txt-social-TW-legend {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: white; }

.ccr .txt-content {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333333; }

@media screen and (max-width: 767px) {
  .ccr .txt-content {
    font-size: 12px;
    line-height: 1.5; } }
.ccr .txt-content-hat {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #1a5b81; }

@media screen and (max-width: 995px) {
  .ccr .txt-content-hat {
    font-size: 22px;
    line-height: 30px; } }
@media screen and (max-width: 767px) {
  .ccr .txt-content-hat {
    margin-top: 10px;
    margin-bottom: 10px !important;
    font-size: 15px;
    line-height: 1.5; } }
.ccr .txt-highlighted {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #1a5b81;
  font-style: italic; }

@media screen and (max-width: 995px) {
  .ccr .txt-highlighted {
    font-size: 15px;
    line-height: 22px; } }
.ccr .txt-main-publication-bg {
  background-color: #f3f3f3; }

.ccr .txt-main-publication-white {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: white; }

@media screen and (max-width: 995px) {
  .ccr .txt-main-publication-white {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (max-width: 767px) {
  .ccr .txt-main-publication-white {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300; } }
.ccr .txt-main-publication-chatams-blue {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1a5b81; }

@media screen and (max-width: 995px) {
  .ccr .txt-main-publication-chatams-blue {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (max-width: 767px) {
  .ccr .txt-main-publication-chatams-blue {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300; } }
.ccr .txt-main-publication-mine-shaft {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333333; }

@media screen and (max-width: 995px) {
  .ccr .txt-main-publication-mine-shaft {
    font-size: 15px;
    line-height: 21px; } }
@media screen and (max-width: 767px) {
  .ccr .txt-main-publication-mine-shaft {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300; } }
.ccr .title-page {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  color: white; }

.ccr .title-page-demo {
  background-color: #452d50; }

.ccr .title-category-red-violet {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  margin: 0;
  padding-top: 50px;
  color: #c01877; }

@media screen and (max-width: 995px) {
  .ccr .title-category-red-violet {
    padding-top: 45px;
    font-size: 32px; } }
.ccr .title-category-chatams-blue {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  margin: 0;
  padding-top: 50px;
  color: #1a5b81; }

@media screen and (max-width: 995px) {
  .ccr .title-category-chatams-blue {
    padding-top: 45px;
    font-size: 32px; } }
.ccr .title-category-cerulean {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  margin: 0;
  padding-top: 50px;
  color: #00aced; }

@media screen and (max-width: 995px) {
  .ccr .title-category-cerulean {
    padding-top: 45px;
    font-size: 32px; } }
.ccr .title-category-bg-grey {
  background-color: #f3f3f3; }

.ccr .title-category-hr-red-violet {
  width: 120px;
  border-width: 2px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: left;
  border-color: #c01877; }

.ccr .title-category-hr-red-violet.title-lg {
  width: 220px; }

@media screen and (max-width: 995px) {
  .ccr .title-category-hr-red-violet.title-lg {
    width: 110px; } }
@media screen and (max-width: 995px) {
  .ccr .title-category-hr-red-violet {
    margin-top: 5px;
    border-width: 1px;
    width: 75px; } }
@media screen and (max-width: 767px) {
  .ccr .title-category-hr-red-violet {
    margin-top: 0;
    width: 90px;
    border-width: 1.5px; } }
.ccr .title-category-hr-chatams-blue {
  width: 120px;
  border-width: 2px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: left;
  border-color: #1a5b81; }

.ccr .title-category-hr-chatams-blue.title-lg {
  width: 220px; }

@media screen and (max-width: 995px) {
  .ccr .title-category-hr-chatams-blue.title-lg {
    width: 110px; } }
@media screen and (max-width: 995px) {
  .ccr .title-category-hr-chatams-blue {
    margin-top: 5px;
    border-width: 1px;
    width: 75px; } }
@media screen and (max-width: 767px) {
  .ccr .title-category-hr-chatams-blue {
    margin-top: 0;
    width: 90px;
    border-width: 1.5px; } }
.ccr .title-category-hr-cerulean {
  width: 120px;
  border-width: 2px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: left;
  border-color: #00aced; }

.ccr .title-category-hr-cerulean.title-lg {
  width: 220px; }

@media screen and (max-width: 995px) {
  .ccr .title-category-hr-cerulean.title-lg {
    width: 110px; } }
@media screen and (max-width: 995px) {
  .ccr .title-category-hr-cerulean {
    margin-top: 5px;
    border-width: 1px;
    width: 75px; } }
@media screen and (max-width: 767px) {
  .ccr .title-category-hr-cerulean {
    margin-top: 0;
    width: 90px;
    border-width: 1.5px; } }
.ccr .title-main-publication-chatams-blue {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: #1a5b81; }

@media screen and (max-width: 767px) {
  .ccr .title-main-publication-chatams-blue {
    font-size: 32px;
    line-height: 32px; } }
.ccr .title-main-publication-white {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: white; }

@media screen and (max-width: 767px) {
  .ccr .title-main-publication-white {
    font-size: 32px;
    line-height: 32px; } }
.ccr .title-main-publication-mine-shaft {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: #333333; }

@media screen and (max-width: 767px) {
  .ccr .title-main-publication-mine-shaft {
    font-size: 32px;
    line-height: 32px; } }
.ccr .title-secondary-publication {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #1a5b81;
  background-color: white; }

.ccr .title-alert {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #d81111; }

.ccr .title-article {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #1a5b81; }

.ccr .title-filter {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #1a5b81;
  text-transform: uppercase; }

.ccr .content-div-line-red-violet {
  height: 1px;
  width: 215px;
  background-color: #c01877; }

.ccr .title-tab-chatams-blue {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #1a5b81; }

.ccr .title-tab-white {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: white; }

.ccr .testimonial-bg {
  background-color: #f3f3f3; }

.ccr .testimonial-txt {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-style: italic; }

@media screen and (max-width: 995px) {
  .ccr .testimonial-txt {
    font-size: 18px;
    line-height: 24px; } }
.ccr .testimonial-name {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #1a5b81; }

@media screen and (max-width: 995px) {
  .ccr .testimonial-name {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .ccr .testimonial-name {
    font-family: "Roboto Condensed", sans-serif; } }
.ccr .testimonial-bubble {
  position: relative;
  display: block;
  width: 340px;
  padding: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: right; }

.ccr .testimonial-bubble::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #1a5b81; }

.ccr .testimonial-bubble .testimonial-txt {
  color: white;
  font-weight: 300; }

.ccr .testimonial-bubble .testimonial-txt::before, .ccr .testimonial-bubble .testimonial-txt::after {
  content: '"'; }

.ccr .testimonial-bubble.gray-version {
  background-color: #f3f3f3; }

.ccr .testimonial-bubble.gray-version::after {
  border-top: 20px solid #f3f3f3; }

.ccr .testimonial-bubble.gray-version .testimonial-txt {
  color: #1a5b81; }

@media screen and (max-width: 767px) {
  .ccr .testimonial-bubble {
    width: 100%;
    max-width: 340px; } }
.ccr .breadcrumb-txt {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #9b9b9b; }

.ccr .footer-bg-bossanova {
  background-color: #1a5b81; }

.ccr .footer-ccrre.footer-bg-bossanova {
  background-color: #452d50; }

.ccr .footer-bg-trendy-pink {
  background-color: #72a3bc; }

.ccr .footer-ccrre .footer-bg-trendy-pink {
  background-color: #62466f; }

.ccr footer .footer-links a:hover {
  color: #71a3bc; }

.ccr footer.footer-ccrre .footer-links a:hover {
  color: #62466f; }

.ccr .footer-title {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 18px;
  color: white;
  text-transform: uppercase; }

.ccr .footer-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: white;
  margin-bottom: 20px;
  display: block; }

.ccr .footer-link:last-of-type {
  margin-bottom: 0; }

.ccr .footer-subfooter {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: white;
  text-align: center;
  background-color: #173747;
  padding: 18px 0; }

.ccr .footer-ccrre.footer-subfooter {
  background-color: #281a2f; }

.ccr .username {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #1a5b81; }

.ccr .free-content {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #333333; }

.ccr .free-content-2-columns {
  width: 98%;
  margin-bottom: 25px; }

.ccr .red-violet-background {
  background-color: #c01877; }

.ccr .chatams-blue-background {
  background-color: #1a5b81; }

.ccr .gray-background {
  background-color: #f3f3f3; }

.ccr .red-violet-background-about {
  background-color: #c01877;
  position: relative; }

.ccr .chatams-blue-background-about {
  background-color: #1a5b81; }

.ccr select {
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-weight: 400;
  font-size: 12px;
  border-radius: 3px; }

@media screen and (max-width: 979px) {
  .ccr select {
    padding: 10px; } }
.ccr .portlet-body {
  clear: both; }

.ccr .portlet-borderless-container {
  padding: 0 0 !important;
  margin: 0 !important;
  background: transparent !important;
  min-height: 0; }

.ccr .asset-content {
  margin: 0 !important; }

.ccr hr {
  border-bottom: none; }

.ccr .iframe-services-container {
  width: 100%; }

@media screen and (max-width: 995px) {
  .ccr .txt-main-pic {
    font-size: 18px;
    line-height: 20px; } }
@media screen and (max-width: 767px) {
  .ccr .txt-main-pic {
    font-size: 16px;
    line-height: 20px; } }
.ccr .popup-cookies {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center; }

.ccr .popup-cookies .inside {
  position: relative;
  display: inline-block; }

.ccr .popup-cookies a {
  font-weight: 400;
  color: #1a5b81; }

.ccr .popup-cookies span, .ccr .popup-cookies .link_go {
  display: inline-block;
  float: left; }

.ccr .popup-cookies span {
  width: 90%; }

.ccr .popup-cookies .link_go {
  width: 10%;
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  padding-top: 10px; }

@media screen and (max-width: 767px) {
  .ccr .popup-cookies .link_go {
    font-size: 28px;
    line-height: 28px; } }
.ccr header {
  margin: 30px 0px; }

.ccr header .header-container {
  display: table-row; }

.ccr header .header-element {
  display: table-cell; }

.ccr header .logo {
  margin: 30px 0;
  padding-right: 30px; }

.ccr header .logo .logo-container {
  display: table-row; }

.ccr header .logo .logo-container .img-logo {
  display: table-cell;
  padding-right: 5px; }

.ccr header .logo .logo-container .img-logo img {
  display: inline-block;
  float: left;
  max-width: none; }

.ccr header .title-baseline-container {
  display: table-cell;
  margin-bottom: 7px;
  margin-left: 10px;
  vertical-align: top; }

.ccr header .title-baseline-container p {
  margin: 0;
  white-space: nowrap; }

.ccr header .portlet-borderless-container .portlet-borderless-bar {
  display: none; }

.ccr header .title-baseline {
  font-family: "Roboto", sans-serif;
  color: #005986;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  padding-top: 5px; }

.ccr header .word-title-baseline {
  font-family: "Roboto", sans-serif;
  color: #005986;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px; }

.ccr header .portlet-search-header {
  position: relative;
  margin: 35px 0 0 57px;
  width: 100%;
  text-align: center; }

.ccr header .portlet-search-header .search-header {
  margin: 0; }

.ccr header .search-header-input {
  border: 1px solid #bdc0c3 !important;
  color: #9b9b9b;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 14px;
  width: 333px;
  border: none;
  background: white;
  height: 38px;
  padding-left: 5px; }

.ccr header .search-header-input[placeholder] {
  text-overflow: ellipsis; }

.ccr header .search-header-input::-moz-placeholder {
  text-overflow: ellipsis; }

.ccr header .search-header-input:-moz-placeholder {
  text-overflow: ellipsis; }

.ccr header .search-header-input:-ms-input-placeholder {
  text-overflow: ellipsis; }

.ccr header .field-submit {
  background: url(../images/icon-recherche.png) no-repeat center center;
  border: medium none;
  border-left: 1px solid #bdc0c3;
  bottom: 0;
  height: 28px;
  position: relative;
  left: -50px;
  top: 3px;
  width: 47px !important; }

.ccr header .logo ~ div {
  overflow: hidden; }

.ccr header .portlet-language {
  top: -30px;
  position: relative;
  margin-bottom: 0px;
  text-align: right;
  height: 5px; }

.ccr header .portlet-language form select {
  width: 40px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "Roboto", sans-serif;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: right; }

.ccr header .portlet-language form .taglib-language-option {
  padding-left: 0; }

.ccr header .portlet-borderless-bar {
  float: left; }

.ccr header .services-access {
  text-align: right;
  padding-left: 8px; }

.ccr header .services-access button {
  width: 125px; }

.ccr header .search-mobile {
  background: transparent url("../images/icon-recherche.png") no-repeat scroll center center;
  width: 40px;
  height: 40px;
  border: 1px solid #bdc0c3;
  display: none; }

.ccr header .search-mobile-hide {
  display: none; }

.ccr header .search-mobile-container input {
  display: none !important; }

@media screen and (max-width: 995px) {
  .ccr header .logo {
    margin: 20px 0; }

  .ccr header .search-header-input {
    width: 74% !important;
    font-size: 13px;
    padding-right: 50px; } }
@media screen and (max-width: 767px) {
  .ccr header {
    height: 10px;
    position: relative; }

  .ccr header .header-container {
    display: block;
    position: relative;
    top: -30px;
    margin: 0px auto;
    width: 50%; }

  .ccr header .logo {
    display: table;
    margin: 0px auto 0px;
    padding-top: 10px;
    vertical-align: middle;
    padding-right: 0px; }

  .ccr header .logo img {
    width: 60px; }

  .ccr header .logo .title-baseline {
    font-size: 13px;
    line-height: 15px; }

  .ccr header .logo .word-title-baseline {
    font-size: 24px; }

  .ccr header .logo ~ div {
    float: none;
    position: absolute;
    right: 0;
    top: 10px; }

  .ccr header .services-access {
    display: none; }

  .ccr header .portlet-search-header {
    height: 40px;
    margin: 0;
    position: relative !important;
    width: 40px; }

  .ccr header .portlet-search-header .search-header-input {
    display: none; }

  .ccr header .portlet-search-header .field-submit {
    border-left: none; }

  .ccr header .language-container {
    margin-top: 2px;
    display: table-row;
    float: right;
    position: relative;
    top: -17px;
    height: 40px; }

  .ccr header .language-container .portlet-language {
    top: 0px;
    position: unset; }

  .ccr header .language-container div {
    display: table-cell;
    vertical-align: top !important; }

  .ccr header .language-container select {
    height: 40px;
    margin-left: 2px;
    width: 30px !important;
    border: 1px solid #bdc0c3 !important;
    text-align: center !important; }

  .ccr header .search-mobile {
    display: block !important; }

  .ccr header .search-mobile-arrow {
    width: 40px;
    position: absolute;
    height: 16px;
    top: 26px;
    right: 35px;
    border-bottom: 14px solid #bdc0c3;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent; }

  .ccr header .search-mobile-container {
    width: 350px;
    height: 60px;
    z-index: 1;
    background-color: #bdc0c3;
    position: absolute;
    top: 42px;
    right: -10px;
    text-align: right; }

  .ccr header .search-mobile-container form {
    position: relative;
    top: 6px; }

  .ccr header .search-mobile-container form input {
    display: inline !important; }

  .ccr header .search-mobile-container .search-header-input {
    width: 250px !important; } }
@media screen and (max-width: 349px) {
  .ccr header .title-baseline-container {
    display: none; }

  .ccr header .search-mobile {
    display: block !important; } }
.ccr .main-navigation {
  clear: both; }

.ccr .main-navigation ul {
  width: 100%;
  margin: 0; }

.ccr .main-navigation ul li {
  height: 48px;
  line-height: 48px;
  width: 18.4%;
  /* 92% / 5 */
  padding: 0px auto;
  list-style-type: none;
  display: inline-block;
  float: left;
  vertical-align: middle;
  text-align: center;
  position: relative;
  background-color: #1a5b81; }

.ccr .main-navigation ul li:hover {
  background-color: #36a9e1;
  transform: scale(1.008);
  -webkit-transform: scale(1.008);
  z-index: 2; }

.ccr .main-navigation ul li.red-violet:hover {
  background-color: #c01877; }

.ccr .main-navigation ul li:hover .divider {
  display: none; }

.ccr .main-navigation ul li:first-child {
  width: 8%;
  position: relative; }

.ccr .main-navigation ul li:first-child a {
  vertical-align: middle;
  font-size: 20px; }

.ccr .main-navigation ul li a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: white; }

.ccr .main-navigation ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 3;
  background-color: #36a9e1; }

.ccr .main-navigation ul li.red-violet ul {
  background-color: #c01877; }

.ccr .main-navigation ul li ul li {
  display: table;
  margin: 0;
  width: 100%;
  background-color: #36a9e1;
  height: 40px;
  line-height: 40px;
  overflow: hidden; }

.ccr .main-navigation ul li.red-violet ul li {
  background-color: #c01877; }

.ccr .main-navigation ul li ul li:hover {
  transform: inherit; }

.ccr .main-navigation ul li ul li a {
  display: table-cell;
  height: 40px;
  line-height: 16px;
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
  padding: 10px 0; }

.ccr .main-navigation ul li ul li a:hover {
  background-color: #72a3bc; }

.ccr .main-navigation ul li.red-violet ul li a:hover {
  background-color: #cb4591; }

.ccr .main-navigation ul li ul li:first-child {
  width: 100%; }

.ccr .main-navigation ul li ul li:first-child a {
  font-weight: 400;
  font-size: 14px; }

.ccr .main-navigation ul li:hover ul {
  display: block; }

.ccr .main-navigation ul .divider {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 40px;
  border-right: 1px solid white;
  z-index: 1; }

.ccr .main-navigation ul .my-services {
  display: none; }

.ccr .main-navigation .page-active {
  background-color: #72a3bc; }

.ccr .main-navigation .page-active.red-violet {
  background-color: #c01877; }

@media screen and (max-width: 995px) {
  .ccr .main-navigation ul {
    height: 40px; }

  .ccr .main-navigation ul li {
    height: 40px;
    line-height: 40px; }

  .ccr .main-navigation ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500; }

  .ccr .main-navigation ul li:first-child a {
    font-size: 17px; }

  .ccr .main-navigation ul .divider {
    height: 30px; } }
@media screen and (max-width: 767px) {
  .ccr .main-navigation {
    clear: both; }

  .ccr .main-navigation ul {
    height: auto;
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 240px; }

  .ccr .main-navigation ul li {
    display: none;
    height: auto;
    margin-right: 0;
    width: calc(100% - 20px);
    text-align: left;
    background-color: #36a9e1; }

  .ccr .main-navigation ul li.red-violet {
    background-color: #c01877; }

  .ccr .main-navigation ul li a {
    padding-left: 20px; }

  .ccr .main-navigation ul li::after {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    font-family: Fontello;
    content: '\e800';
    color: white;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }

  .ccr .main-navigation ul li:first-child {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-bottom: 14px;
    display: block;
    cursor: pointer;
    background-color: #c01877; }

  .ccr .main-navigation ul li:first-child::before {
    font-family: Fontello;
    font-size: 28px;
    content: '\e817';
    color: white;
    margin-left: 8px; }

  .ccr .main-navigation ul li:first-child a {
    display: none; }

  .ccr .main-navigation ul li:first-child::after {
    content: ""; }

  .ccr .main-navigation ul li:hover {
    transform: none;
    -webkit-transform: none; }

  .ccr .main-navigation ul li:hover ul {
    display: block; }

  .ccr .main-navigation ul li:hover::after {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); }

  .ccr .main-navigation ul li ul {
    display: none;
    top: auto;
    position: static;
    width: inherit; }

  .ccr .main-navigation ul li ul li {
    display: block; }

  .ccr .main-navigation ul li ul li a {
    padding-left: 40px; }

  .ccr .main-navigation ul li ul li a:hover {
    background: none; }

  .ccr .main-navigation ul li ul li::after {
    content: ""; }

  .ccr .main-navigation ul li ul li:first-child {
    margin: 0; }

  .ccr .main-navigation ul li ul li:first-child::before {
    content: '';
    font-size: 0px;
    margin: 0px; }

  .ccr .main-navigation ul li ul li:first-child a {
    display: block; }

  .ccr .main-navigation ul .one-floor::after {
    content: ""; }

  .ccr .main-navigation ul .divider {
    display: none; }

  .ccr .main-navigation #menu-toggle ~ li {
    display: none; }

  .ccr .main-navigation #menu-toggle ~ li.active {
    display: inline-block; } }
.ccr .main-navigation .ccr-overlay {
  display: none;
  opacity: 0.5;
  background: black;
  width: 100%;
  z-index: 1;
  top: 89px;
  bottom: 0;
  left: 0;
  position: absolute; }

.ccr .main-navigation .ccr-overlay.active {
  display: inline-block; }

.ccr footer .main-wrapper {
  display: block; }

.ccr footer .column-1,
.ccr footer .column-2,
.ccr footer .column-3 {
  display: inline-block;
  float: left;
  height: 265px;
  padding: 40px 0; }

.ccr footer .column-2 {
  padding: 30px 0; }

.ccr footer .column-1, .ccr footer .column-2 {
  width: 30%; }

.ccr footer .column-3 {
  width: 40%;
  position: relative; }

.ccr footer .column-3 .portlet-borderless-container {
  position: inherit; }

.ccr footer .footer-about-ccr span {
  color: white;
  display: block; }

.ccr footer .footer-about-ccr .footer-title {
  font-size: 24px;
  margin: 10px 0; }

.ccr footer .footer-about-ccr .about span:nth-of-type(2) {
  margin-bottom: 5px; }

.ccr footer .footer-about-ccr .about span:nth-of-type(3) {
  margin-bottom: 15px; }

.ccr footer .my-ccr-space {
  text-align: center;
  margin-bottom: 20px; }

.ccr footer .my-ccr-space span {
  color: white;
  display: block; }

.ccr footer .my-ccr-space .title-filter {
  text-transform: inherit;
  font-weight: 500; }

.ccr footer .my-ccr-space .access {
  display: inline-block;
  border: solid 1px white;
  width: 210px;
  height: 70px;
  line-height: 70px;
  text-align: center; }

.ccr footer .my-ccr-space .access span:first-of-type {
  margin-top: 15px;
  margin-bottom: 5px; }

.ccr footer .my-ccr-space .access span:nth-of-type(2) {
  text-transform: uppercase;
  background-color: transparent; }

.ccr footer .footer-social {
  padding-left: 15px;
  display: table;
  margin: 0px auto; }

.ccr footer .footer-social ul {
  margin: 15px 0 0; }

.ccr footer .footer-social ul li {
  display: inline-block;
  float: left;
  height: 32px;
  margin-right: 15px;
  padding-left: 15px;
  border-left: solid 1px white; }

.ccr footer .footer-social ul li:first-child {
  border: none; }

.ccr footer .footer-social ul li:last-child {
  padding-right: 15px; }

.ccr footer .footer-social ul li a {
  color: white;
  font-size: 24px;
  vertical-align: middle;
  width: 25px; }

.ccr footer .bg-continuum {
  position: absolute;
  right: 0;
  width: calc((100% - 920px) / 2);
  height: 265px; }

@media screen and (min-width: 1200px) {
  .ccr footer .bg-continuum {
    right: calc((100% - 1200px) / 2);
    width: 160px; } }
@media screen and (max-width: 995px) {
  .ccr footer .bg-continuum {
    width: 10px;
    right: 0px; } }
.ccr footer .footer-subfooter {
  display: block;
  clear: both; }

.ccr footer .footer-scrolltotop {
  width: 70px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #1a5b81;
  text-align: center;
  padding: 8px 10px 10px;
  cursor: pointer; }

.ccr footer.footer-ccrre .footer-scrolltotop {
  background-color: #452d50; }

.ccr footer .footer-scrolltotop span {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 12px;
  text-transform: uppercase; }

.ccr footer .footer-scrolltotop span:nth-of-type(2) {
  font-size: 12px;
  display: block; }

.ccr footer .footer-scrolltotop .arrow-up {
  width: 0px;
  height: 0px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid white;
  margin: 0px auto 7px; }

@media screen and (max-width: 995px) {
  .ccr footer {
    width: 100%; }

  .ccr footer .column-1,
  .ccr footer .column-2 {
    width: 25%; }

  .ccr footer .column-3 {
    width: 50%; }

  .ccr footer .footer-links .footer-link {
    margin-left: 20px; }

  .ccr footer .footer-about-ccr .access {
    width: 160px; } }
@media screen and (max-width: 767px) {
  .ccr footer .column-1,
  .ccr footer .column-2,
  .ccr footer .column-3 {
    width: 100%;
    text-align: center; }

  .ccr footer .column-1 {
    padding-top: 670px; }

  .ccr footer .column-1 > div {
    margin-top: -180px; }

  .ccr footer .column-2 {
    padding-top: 290px;
    padding-bottom: 0;
    position: absolute;
    left: 0; }

  .ccr footer .column-3 {
    text-align: left;
    position: absolute;
    left: 0; }

  .ccr footer .footer-links .footer-link {
    margin-left: 0; }

  .ccr footer .bg-continuum {
    display: none; }

  .ccr footer .footer-scrolltotop {
    display: none; } }
.ccr .activities-2-column {
  width: 100% !important;
  padding: 0; }

.ccr .activities-2-column .column-1,
.ccr .activities-2-column .column-2 {
  width: 50%;
  display: inline-block;
  float: left; }

.ccr .activities-2-column .column-1 .page-discovery-txt {
  padding-left: 110px;
  padding-right: 20px;
  display: inline-block; }

.ccr .activities-2-column .column-2 .page-discovery-txt {
  padding-right: 120px;
  padding-left: 10px;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .ccr .activities-2-column .column-1,
  .ccr .activities-2-column .column-2 {
    width: 100%;
    display: block; }

  .ccr .activities-2-column .column-1 .page-discovery-txt,
  .ccr .activities-2-column .column-2 .page-discovery-txt {
    padding: 0 10px; } }
.ccr .actualities-categories {
  padding-bottom: 50px; }

.ccr .actualities-categories .column-1,
.ccr .actualities-categories .column-2 {
  width: 48.5%;
  display: inline-block;
  float: left;
  text-align: center; }

.ccr .actualities-categories .column-1 .img-container,
.ccr .actualities-categories .column-2 .img-container {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.ccr .actualities-categories .column-1 .img-container img,
.ccr .actualities-categories .column-2 .img-container img {
  height: 300px; }

.ccr .actualities-categories .column-1 .img-container.video img,
.ccr .actualities-categories .column-2 .img-container.video img {
  width: 115%;
  max-width: 115%;
  transform: translate(-50%, -15%); }

.ccr .actualities-categories .column-1 iframe,
.ccr .actualities-categories .column-2 iframe {
  height: 300px; }

.ccr .actualities-categories .column-1 h2,
.ccr .actualities-categories .column-2 h2 {
  margin: 20px 0 0;
  font-size: 18px; }

.ccr .actualities-categories .column-1 {
  margin-right: 3%; }

.ccr .actualities-categories .txt-date-mine-shaft {
  margin-bottom: 5px; }

@media screen and (max-width: 995px) {
  .ccr .actualities-categories .column-1 .img-container,
  .ccr .actualities-categories .column-2 .img-container {
    min-height: 225px;
    height: 225px; }

  .ccr .actualities-categories .column-1 img,
  .ccr .actualities-categories .column-1 iframe,
  .ccr .actualities-categories .column-2 img,
  .ccr .actualities-categories .column-2 iframe {
    min-height: 225px;
    height: 225px; }

  .ccr .actualities-categories .column-1 .publication-txt,
  .ccr .actualities-categories .column-2 .publication-txt {
    margin-top: 15px; }

  .ccr .actualities-categories .column-1 h2,
  .ccr .actualities-categories .column-2 h2 {
    margin-top: 5px;
    font-size: 15px;
    line-height: 15px; }

  .ccr .actualities-categories .column-1 .txt-date-mine-shaft,
  .ccr .actualities-categories .column-2 .txt-date-mine-shaft {
    font-size: 11px; }

  .ccr .actualities-categories .column-1 .txt-main-publication-mine-shaft,
  .ccr .actualities-categories .column-2 .txt-main-publication-mine-shaft {
    font-size: 12px;
    line-height: 20px; } }
@media screen and (max-width: 767px) {
  .ccr .actualities-categories .column-1,
  .ccr .actualities-categories .column-2 {
    width: 100%; }

  .ccr .actualities-categories .column-1 img,
  .ccr .actualities-categories .column-1 iframe,
  .ccr .actualities-categories .column-2 img,
  .ccr .actualities-categories .column-2 iframe {
    min-height: 0px; }

  .ccr .actualities-categories .column-1 {
    margin-bottom: 20px; } }
.ccr .actualities-one-column {
  width: 100% !important;
  max-width: 100% !important; }

.ccr .actualities-one-column .column-1,
.ccr .actualities-one-column .column-2 {
  width: 50%;
  display: inline-block;
  float: left; }

.ccr .actualities-one-column .column-1 .page-discovery .page-discovery-txt {
  padding-left: 70px;
  width: 100%; }

.ccr .actualities-one-column .column-2 .page-discovery .page-discovery-txt {
  padding-right: 70px;
  width: 100%; }

@media screen and (max-width: 995px) {
  .ccr .actualities-one-column {
    padding: 0px; } }
@media screen and (max-width: 767px) {
  .ccr .actualities-one-column {
    padding: 0px; }

  .ccr .actualities-one-column .column-1,
  .ccr .actualities-one-column .column-2 {
    width: 100%; }

  .ccr .actualities-one-column .column-1 .page-discovery-txt,
  .ccr .actualities-one-column .column-2 .page-discovery-txt {
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: auto !important; }

  .ccr .actualities-one-column .column-1 .btn-discover,
  .ccr .actualities-one-column .column-2 .btn-discover {
    position: relative !important;
    display: inline-block !important;
    bottom: 0px !important; }

  .ccr .actualities-one-column .column-1 .studies-asset-publisher,
  .ccr .actualities-one-column .column-2 .studies-asset-publisher {
    padding: 0px 10px !important; } }
.ccr .common-nested-container > div {
  width: 33.33%;
  display: inline-block;
  float: left; }

@media screen and (max-width: 767px) {
  .ccr .common-nested-container > div {
    width: 100%;
    float: none; } }
.ccr .common-nested-container .page-discovery {
  padding-right: 30px;
  height: 470px; }

.ccr .common-nested-container .page-discovery .img-container {
  height: 180px;
  width: 100%;
  overflow: hidden; }

.ccr .common-nested-container .page-discovery h2,
.ccr .common-nested-container .page-discovery p,
.ccr .common-nested-container .page-discovery .btn-discover {
  margin-left: 0; }

.ccr .common-nested-container .page-discovery h2 {
  font-size: 24px;
  padding-top: 10px; }

@media screen and (max-width: 995px) {
  .ccr .common-nested-container .page-discovery {
    padding-right: 0px; }

  .ccr .common-nested-container .page-discovery .img-container {
    height: auto; } }
@media screen and (max-width: 767px) {
  .ccr .common-nested-container .page-discovery {
    height: auto; } }
.ccr .home-3-column,
.ccr .activity-details-discover {
  width: 100%;
  padding-bottom: 30px; }

.ccr .home-3-column .column-1,
.ccr .home-3-column .column-2,
.ccr .home-3-column .column-3,
.ccr .activity-details-discover .column-1,
.ccr .activity-details-discover .column-2,
.ccr .activity-details-discover .column-3 {
  width: calc(33.33% - 15px);
  margin-right: 7.5px;
  margin-left: 7.5px;
  display: inline-block;
  float: left;
  list-style-type: none; }

.ccr .home-3-column .column-1,
.ccr .activity-details-discover .column-1 {
  width: calc(33.33% - 7.5px);
  margin-left: 0; }

.ccr .home-3-column .column-3,
.ccr .activity-details-discover .column-3 {
  width: calc(33.33% - 7.5px);
  margin-right: 0; }

@media screen and (max-width: 995px) {
  .ccr .home-3-column .column-1 {
    width: calc(50% - 15px); }

  .ccr .home-3-column .column-2 {
    width: 50%;
    margin-right: 0; }

  .ccr .home-3-column .column-3 {
    clear: both;
    width: 100%;
    margin-left: 0px; } }
@media screen and (max-width: 767px) {
  .ccr .home-3-column .column-1,
  .ccr .home-3-column .column-2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }

  .ccr .home-3-column .column-3 {
    margin-top: 10px; } }
.ccr .last-publication-2-column {
  margin-bottom: 30px; }

.ccr .last-publication-2-column .column-1,
.ccr .last-publication-2-column .column-2 {
  display: inline-block;
  float: left; }

.ccr .last-publication-2-column .column-1 {
  width: 66%;
  margin-right: 2%; }

.ccr .last-publication-2-column .column-1 .img-publication-large-container {
  width: 100%;
  height: 425px;
  overflow: hidden; }

.ccr .last-publication-2-column .column-1 img {
  max-width: none;
  height: 425px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.ccr .last-publication-2-column .column-1 iframe {
  width: 100%;
  height: 419px; }

.ccr .last-publication-2-column .column-1 .publication-txt {
  padding: 10px 15px;
  height: 123px;
  overflow: hidden; }

.ccr .last-publication-2-column .column-1 h2 {
  font-size: 18px;
  margin-bottom: 0; }

.ccr .last-publication-2-column .column-1 .txt-date-mine-shaft {
  background-color: transparent; }

.ccr .last-publication-2-column .column-1 .txt-main-publication-mine-shaft {
  font-size: 14px; }

.ccr .last-publication-2-column .column-2 {
  width: 32%; }

.ccr .last-publication-2-column .column-2 .home-publication-sm .publication-txt {
  max-height: 105px;
  overflow: hidden; }

.ccr .last-publication-2-column .column-2 .home-publication-sm span {
  line-height: 20px; }

@media screen and (max-width: 995px) {
  .ccr .last-publication-2-column .column-1 .img-publication-large-container {
    height: 420px; }

  .ccr .last-publication-2-column .column-1 .publication-txt {
    height: 114px; }

  .ccr .last-publication-2-column .column-1 iframe {
    height: 415px; } }
@media screen and (max-width: 767px) {
  .ccr .last-publication-2-column .column-1,
  .ccr .last-publication-2-column .column-2 {
    display: block;
    float: none;
    width: 100%;
    margin: 0; }

  .ccr .last-publication-2-column .column-1 {
    margin-bottom: 20px; } }
.ccr .page-tabulation {
  clear: both;
  margin-top: 55px; }

.ccr .page-tabulation .tab-container {
  display: table;
  margin: 0 auto; }

.ccr .page-tabulation .nav-tabs {
  border-bottom: none;
  margin-bottom: 10px; }

.ccr .page-tabulation .nav-tabs li a {
  display: inline-block;
  height: 54px;
  line-height: 40px;
  margin-right: 30px;
  margin-left: 5px;
  border: none;
  border-radius: 0;
  color: #1a5b81;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif; }

.ccr .page-tabulation .nav-tabs li a.aui-icon {
  padding-top: 6px; }

.ccr .page-tabulation .nav-tabs li a.aui-icon::before {
  font-size: 20px; }

.ccr .page-tabulation .nav-tabs li a::before {
  font-size: 22px;
  margin-right: 14px; }

.ccr .page-tabulation .nav-tabs li a span {
  font-family: "Roboto", sans-serif; }

.ccr .page-tabulation .nav-tabs li a.with-pictos {
  background-color: #f3f3f3; }

.ccr .page-tabulation .nav-tabs li .icon-engage::before {
  margin-right: 20px; }

.ccr .page-tabulation .nav-tabs li:last-child a {
  margin-right: 0; }

.ccr .page-tabulation .nav-tabs .active a,
.ccr .page-tabulation .nav-tabs .active a:focus,
.ccr .page-tabulation .nav-tabs .active a:hover {
  border: none;
  border-radius: 0;
  background-color: #f3f3f3;
  color: #1a5b81; }

.ccr .page-tabulation .nav-tabs .active a.with-pictos,
.ccr .page-tabulation .nav-tabs .active a:focus.with-pictos,
.ccr .page-tabulation .nav-tabs .active a:hover.with-pictos {
  background-color: #1a5b81;
  color: #f3f3f3; }

.ccr .page-tabulation .tab-content {
  background-color: #f3f3f3;
  padding: 30px;
  text-align: center; }

.ccr .page-tabulation .tab-content .tab-pane {
  display: none; }

.ccr .page-tabulation .tab-content .tab-pane.active {
  display: block; }

.ccr .page-tabulation .tab-content iframe {
  width: 100%;
  height: auto;
  min-height: 300px; }

@media screen and (max-width: 995px) {
  .ccr .page-tabulation .nav-tabs {
    margin-bottom: 5px; }

  .ccr .page-tabulation .nav-tabs li a {
    height: 40px;
    line-height: 27px;
    margin-right: 20px; }

  .ccr .page-tabulation .nav-tabs li a::before {
    font-size: 20px;
    margin-right: 5px; }

  .ccr .page-tabulation .tab-content {
    padding: 15px 10px 10px; }

  .ccr .page-tabulation .tab-content iframe {
    min-height: 180px; } }
@media screen and (max-width: 767px) {
  .ccr .page-tabulation {
    margin-top: 0; }

  .ccr .page-tabulation .tab-content iframe {
    min-height: 200px; } }
.ccr .ccr-slider {
  width: 100%; }

.ccr .col-slider {
  width: 33.3333%;
  float: left;
  position: relative;
  min-height: 1px; }

.ccr .carousel-showmanymoveone {
  text-align: center; }

.ccr .carousel-showmanymoveone .col-slider {
  padding: 0; }

.ccr .carousel-showmanymoveone .col-slider .img-container {
  width: 100%;
  height: 242px;
  display: inline-block;
  margin: 10px 0 20px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.ccr .carousel-showmanymoveone .col-slider .img-container img {
  height: 300px; }

@media screen and (max-width: 995px) {
  .ccr .carousel-showmanymoveone .col-slider .img-container {
    height: 160px; } }
@media screen and (max-width: 767px) {
  .ccr .carousel-showmanymoveone .col-slider .img-container {
    height: 245px; } }
.ccr .carousel-showmanymoveone .col-slider .img-container.video img {
  width: 115%;
  max-width: 115%;
  transform: translate(-50%, -10%); }

.ccr .carousel-showmanymoveone .col-slider .txt-main-publication-mine-shaft {
  font-size: 14px;
  padding: 0 10px; }

.ccr .carousel-showmanymoveone .carousel-control {
  width: 30px;
  height: 30px;
  background-color: #1a5b81;
  background-image: none;
  opacity: 1;
  border-radius: 0;
  border: none;
  top: -110px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 4px; }

.ccr .carousel-showmanymoveone .carousel-control.left::before, .ccr .carousel-showmanymoveone .carousel-control.right::before {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px; }

.ccr .carousel-showmanymoveone .carousel-control.left {
  margin-left: 31%; }

.ccr .carousel-showmanymoveone .carousel-control.left::before {
  font-family: Fontello;
  content: '\e800';
  font-size: 18px;
  margin-right: 2px; }

.ccr .carousel-showmanymoveone .carousel-control.right {
  margin-right: 31%; }

.ccr .carousel-showmanymoveone .carousel-control.right::before {
  font-family: Fontello;
  content: '\e800';
  font-size: 18px;
  margin-right: -2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.ccr .carousel-showmanymoveone .active .col-slider:first-of-type,
.ccr .carousel-showmanymoveone .active .cloneditem-2 {
  opacity: 0.5; }

.ccr .carousel-showmanymoveone .cloneditem-1,
.ccr .carousel-showmanymoveone .cloneditem-2 {
  display: block; }

.ccr .carousel-showmanymoveone .carousel-inner {
  height: 435px; }

@media screen and (max-width: 995px) {
  .ccr .carousel-showmanymoveone .carousel-inner {
    height: auto; } }
@media all and (min-width: 768px) {
  .ccr .carousel-showmanymoveone .carousel-inner > .active.left,
  .ccr .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%; }

  .ccr .carousel-showmanymoveone .carousel-inner > .active.right,
  .ccr .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%; }

  .ccr .carousel-showmanymoveone .carousel-inner > .left,
  .ccr .carousel-showmanymoveone .carousel-inner > .prev.right,
  .ccr .carousel-showmanymoveone .carousel-inner > .active {
    left: 0; } }
@media all and (min-width: 768px) and (transform-3d) {
  .ccr .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .ccr .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0; }

  .ccr .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .ccr .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0; }

  .ccr .carousel-showmanymoveone .carousel-inner > .item.left,
  .ccr .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .ccr .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
@media all and (min-width: 996px) {
  .ccr .carousel-showmanymoveone .carousel-inner > .active.left,
  .ccr .carousel-showmanymoveone .carousel-inner > .prev {
    left: -33.3%;
    opacity: 0.5; }

  .ccr .carousel-showmanymoveone .carousel-inner > .active.right,
  .ccr .carousel-showmanymoveone .carousel-inner > .next {
    left: 33.3%;
    opacity: 0.5; }

  .ccr .carousel-showmanymoveone .carousel-inner > .left,
  .ccr .carousel-showmanymoveone .carousel-inner > .prev.right,
  .ccr .carousel-showmanymoveone .carousel-inner > .active {
    left: 0; } }
@media all and (min-width: 996px) and (transform-3d) {
  .ccr .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .ccr .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0; }

  .ccr .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .ccr .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0; }

  .ccr .carousel-showmanymoveone .carousel-inner > .item.left,
  .ccr .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .ccr .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
@media screen and (max-width: 995px) {
  .ccr .carousel-showmanymoveone .col-slider img {
    min-height: 0; }

  .ccr .carousel-showmanymoveone .carousel-control {
    top: -150px;
    line-height: 0; }

  .ccr .carousel-showmanymoveone .carousel-control.left {
    margin-left: 29%; }

  .ccr .carousel-showmanymoveone .carousel-control.right {
    margin-right: 29%; } }
@media screen and (max-width: 767px) {
  .ccr .carousel-showmanymoveone .active .col-slider:first-of-type,
  .ccr .carousel-showmanymoveone .active .cloneditem-2,
  .ccr .carousel-showmanymoveone .item .col-slider:first-of-type,
  .ccr .carousel-showmanymoveone .item .cloneditem-2 {
    display: none; }

  .ccr .carousel-showmanymoveone .active .cloneditem-1,
  .ccr .carousel-showmanymoveone .item .cloneditem-1 {
    width: 100%; }

  .ccr .carousel-showmanymoveone .carousel-control {
    top: -110px;
    width: 40px;
    height: 40px;
    background-color: rgba(26, 91, 129, 0.9); }

  .ccr .carousel-showmanymoveone .carousel-control.left, .ccr .carousel-showmanymoveone .carousel-control.right {
    line-height: 20px; }

  .ccr .carousel-showmanymoveone .carousel-control.left::before, .ccr .carousel-showmanymoveone .carousel-control.right::before {
    font-size: 28px; }

  .ccr .carousel-showmanymoveone .carousel-control.left {
    margin-left: -25px; }

  .ccr .carousel-showmanymoveone .carousel-control.left::before {
    line-height: 40px; }

  .ccr .carousel-showmanymoveone .carousel-control.right {
    margin-right: -25px; }

  .ccr .carousel-showmanymoveone .carousel-control.right::before {
    line-height: 39px; } }
.ccr .activities-asset-publisher {
  margin-top: 50px;
  text-align: center; }

.ccr .activities-asset-publisher .main-wrapper {
  display: inline-block; }

.ccr .activities-asset-publisher .main-wrapper > div {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  display: inline-block;
  float: left;
  text-align: center; }

.ccr .activities-asset-publisher.blue .main-wrapper > div:hover {
  border: 3px solid #1a5b81;
  background-color: #1a5b81 !important; }

.ccr .activities-asset-publisher.pink .main-wrapper > div:hover {
  border: 3px solid #c01877;
  background-color: #c01877 !important; }

.ccr .activities-asset-publisher.pink .main-wrapper .title-article {
  color: #c01877; }

.ccr .activities-asset-publisher .main-wrapper > div:hover .title-article, .ccr .activities-asset-publisher .main-wrapper > div:hover span {
  color: white; }

.ccr .activities-asset-publisher .main-wrapper > div a {
  display: inline-block; }

.ccr .activities-asset-publisher .main-wrapper > div img {
  width: 100%; }

.ccr .activities-asset-publisher .main-wrapper > div h3 {
  padding: 10px 0; }

.ccr .activities-asset-publisher .main-wrapper > div:nth-of-type(2n+2) {
  margin-right: 0; }

@media screen and (max-width: 995px) {
  .ccr .activities-asset-publisher .main-wrapper > div {
    width: 49%;
    margin-right: 2%; } }
@media screen and (max-width: 767px) {
  .ccr .activities-asset-publisher {
    margin-top: 20px; }

  .ccr .activities-asset-publisher .main-wrapper > div {
    display: block;
    width: 100%;
    margin-right: 0%; } }
.ccr .actualities-asset-publisher {
  text-align: center; }

.ccr .actualities-asset-publisher .main-wrapper {
  padding: 0 15px;
  position: relative;
  display: inline-block;
  overflow: hidden; }

.ccr .actualities-asset-publisher .main-wrapper .page-asset-actuality:nth-of-type(n+7) {
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease-in-out; }

.ccr .actualities-asset-publisher .main-wrapper .page-asset-actuality:last-of-type {
  margin-bottom: 30px; }

.ccr .actualities-asset-publisher .timeliner {
  position: absolute;
  width: 4px;
  left: 90px;
  top: 0;
  bottom: 0;
  background-color: #f3f3f3; }

.ccr .actualities-asset-publisher .txt-date-mine-shaft {
  font-size: 12px; }

@media screen and (max-width: 767px) {
  .ccr .actualities-asset-publisher .timeliner {
    left: 10px; } }
.ccr .last-video-asset-publisher .main-wrapper {
  margin-bottom: 40px; }

.ccr .last-video-asset-publisher .main-wrapper .portlet-boundary {
  width: 30%;
  display: inline-block;
  margin-right: 4.6%;
  text-align: center; }

.ccr .last-video-asset-publisher .main-wrapper .portlet-boundary:nth-of-type(3n+3) {
  margin-right: 0; }

.ccr .last-video-asset-publisher .main-wrapper .portlet-boundary h2 {
  font-size: 18px;
  margin: 0; }

.ccr .last-video-asset-publisher .main-wrapper .portlet-boundary img {
  width: 100%;
  margin-bottom: 10px; }

@media screen and (max-width: 995px) {
  .ccr .last-video-asset-publisher .main-wrapper .portlet-boundary {
    margin-right: 4.45%; }

  .ccr .last-video-asset-publisher .main-wrapper .portlet-boundary img {
    height: auto;
    width: 100%;
    max-width: inherit; } }
@media screen and (max-width: 767px) {
  .ccr .last-video-asset-publisher .main-wrapper .portlet-boundary {
    width: 100%;
    margin-right: 0; } }
.ccr .studies-asset-publisher .title-category-hr-chatams-blue {
  text-align: left; }

.ccr .studies-asset-publisher .home-publication-lg {
  display: inline-block;
  margin-bottom: 30px;
  clear: both;
  width: 100%; }

.ccr .studies-asset-publisher .home-publication-lg .img-container,
.ccr .studies-asset-publisher .home-publication-lg .publication-txt {
  display: inline-block;
  float: left; }

.ccr .studies-asset-publisher .home-publication-lg .img-container {
  width: 320px;
  height: 180px;
  overflow: hidden; }

.ccr .studies-asset-publisher .home-publication-lg .img-container.video-sm::before {
  width: 70px;
  height: 50px;
  top: 70px;
  left: 125px; }

.ccr .studies-asset-publisher .home-publication-lg .img-container.video-sm::after {
  top: 84px;
  left: 150px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid white; }

.ccr .studies-asset-publisher .home-publication-lg .publication-txt {
  width: calc(100% - 350px);
  margin-left: 10px; }

.ccr .studies-asset-publisher .home-publication-lg .publication-txt h2 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px; }

.ccr .studies-asset-publisher .home-publication-lg .publication-txt .txt-date-mine-shaft {
  margin-bottom: 5px; }

.ccr .studies-asset-publisher .home-publication-lg .publication-txt .txt-main-publication-mine-shaft {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400; }

@media screen and (max-width: 995px) {
  .ccr .studies-asset-publisher .title-category-chatams-blue {
    font-size: 34px; }

  .ccr .studies-asset-publisher .title-category-hr-chatams-blue {
    border-width: 1px; } }
@media screen and (max-width: 767px) {
  .ccr .studies-asset-publisher .title-category-chatams-blue {
    padding-top: 0; }

  .ccr .studies-asset-publisher .home-publication-lg .img-container {
    width: 100%; }

  .ccr .studies-asset-publisher .home-publication-lg .publication-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 10px; }

  .ccr .studies-asset-publisher .publication-txt {
    width: calc(45% - 10px); }

  .ccr .studies-asset-publisher .publication-txt h2 {
    font-size: 16px !important;
    margin-bottom: 0 !important; }

  .ccr .studies-asset-publisher .publication-txt span:last-of-type {
    display: none !important; } }
.ccr .banner {
  clear: both;
  position: relative;
  -webkit-box-shadow: 0 4px 6px -3px #333333 inset;
  box-shadow: 0 4px 6px -3px #333333 inset; }

.ccr .banner img {
  width: 100%; }

.ccr .banner .main-wrapper {
  position: absolute;
  width: 996px;
  top: 0;
  left: 0;
  right: 0; }

.ccr .banner span {
  display: block;
  position: absolute;
  top: 50px;
  max-width: 370px; }

.ccr .banner span hr {
  border-width: 2px 0;
  max-width: 220px; }

@media screen and (max-width: 995px) {
  .ccr .banner span {
    max-width: 320px; }

  .ccr .banner span hr {
    border-width: 1.5px 0;
    max-width: 150px;
    margin: 10px 0; } }
@media screen and (max-width: 767px) {
  .ccr .banner span {
    max-width: 280px;
    top: 10px; } }
.ccr .home-publication-sm {
  display: inline-block;
  border-bottom: solid 1px #d4d4d4;
  padding-bottom: 18px;
  margin-bottom: 12px;
  width: 100%; }

.ccr .home-publication-sm.no-border {
  border: none;
  padding: 0;
  margin: 0; }

.ccr .home-publication-sm .img-container,
.ccr .home-publication-sm .publication-txt {
  display: inline-block;
  float: left; }

.ccr .home-publication-sm .img-container {
  width: 108px;
  height: 108px;
  overflow: hidden; }

.ccr .home-publication-sm .publication-txt {
  width: calc(100% - 125px);
  margin-left: 15px; }

.ccr .home-publication-sm .publication-txt h3 {
  margin-top: 0; }

@media screen and (max-width: 995px) {
  .ccr .home-publication-sm {
    padding-bottom: 15px;
    margin-bottom: 10px; } }
.ccr .video-sm {
  position: relative; }

.ccr .video-sm::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 60px;
  border-radius: 15px; }

.ccr .video-sm::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid white; }

.ccr .video-sm::before {
  width: 60px;
  height: 40px;
  background-color: rgba(181, 181, 181, 0.9);
  top: 35px;
  left: 25px; }

.ccr .video-sm::after {
  top: 45px;
  left: 48px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #FFF; }

.ccr .video-sm img {
  width: 190%;
  max-width: 190%;
  top: 50%;
  transform: translate(-50%, -50%); }

@media screen and (max-width: 767px) {
  .ccr .video-sm::before {
    top: 35px;
    left: 22px; }

  .ccr .video-sm::after {
    top: 45px;
    left: 45px; } }
.ccr .home-publication-lg {
  cursor: pointer; }

.ccr .home-publication-lg iframe {
  width: 100%; }

.ccr .home-publication-lg .publication-txt h2 {
  margin-top: 0; }

.ccr .home-publication-lg .publication-txt span:first-of-type {
  display: inline-block; }

.ccr .home-publication-lg .publication-txt span:last-of-type {
  display: block; }

.ccr .home-publication-lg .video::before {
  background-color: rgba(181, 181, 181, 0.9); }

@media screen and (max-width: 995px) {
  .ccr .home-publication-lg {
    max-height: 100%; } }
.ccr .page-actuality {
  padding: 0 15px; }

.ccr .page-actuality img {
  margin-left: -15px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px); }

.ccr .page-actuality p:first-of-type {
  margin-top: 25px; }

.ccr .page-actuality p:nth-of-type(2) {
  margin-bottom: 20px; }

.ccr .page-actuality iframe {
  width: 100% !important; }

.ccr .page-actuality .video-container iframe {
  max-height: 450px !important; }

.ccr .page-actuality .video-container {
  position: relative;
  padding-bottom: 43%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.ccr .page-actuality .video-container iframe,
.ccr .page-actuality .video-container object,
.ccr .page-actuality .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 767px) {
  .ccr .page-actuality img {
    margin-left: 0;
    width: 100%;
    max-width: 100%; }

  .ccr .page-actuality iframe {
    height: auto; }

  .ccr .page-actuality .video-container iframe {
    height: 100% !important; } }
.ccr .ccr-alert {
  border: solid 2px #d81111;
  padding: 10px; }

.ccr .ccr-alert .txt-content {
  line-height: 16px; }

@media screen and (max-width: 995px) {
  .ccr .ccr-alert {
    line-height: 18px; }

  .ccr .ccr-alert .txt-content {
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  .ccr .ccr-alert {
    margin-top: 10px;
    padding: 10px;
    line-height: 12px !important; } }
.ccr .actuality {
  display: inline-block;
  position: relative;
  margin-top: 55px;
  cursor: pointer;
  width: 100%; }

.ccr .actuality .txt-date-mine-shaft,
.ccr .actuality .img-container,
.ccr .actuality .publication-txt {
  display: inline-block;
  float: left;
  position: relative; }

.ccr .actuality .txt-date-mine-shaft {
  margin-top: 10px; }

.ccr .actuality .txt-date-mine-shaft.mobile {
  display: none; }

.ccr .actuality:hover .txt-date-mine-shaft {
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 300ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 300ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 300ms ease-in;
  transform: scale(1.05); }

.ccr .actuality:hover .txt-date-mine-shaft + .borderflag::before {
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 300ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 300ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 300ms ease-in;
  transform: scale(1.2); }

.ccr .actuality .borderflag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 105px;
  width: 3px;
  height: auto;
  background-color: #1a5b81; }

.ccr .actuality .borderflag::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 13px;
  background-color: #1a5b81;
  border-radius: 50%; }

.ccr .actuality .borderflag::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin-left: -7px;
  margin-top: 8px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #1a5b81; }

.ccr .actuality .img-container {
  width: auto;
  max-width: 260px;
  height: 160px;
  margin-left: 60px;
  overflow: hidden; }

.ccr .actuality .img-container .img-timeline {
  width: 258px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.ccr .actuality .publication-txt {
  width: calc(100% - 405px);
  margin-left: 15px;
  text-align: left; }

.ccr .actuality .publication-txt h3 {
  margin-bottom: 10px; }

.ccr .actuality .publication-txt .txt-content {
  line-height: 22px; }

.ccr .actuality.alert .txt-date-mine-shaft::after,
.ccr .actuality.alert .borderflag {
  background-color: #d81111; }

.ccr .actuality.no-img .img-container {
  display: none; }

.ccr .actuality.no-img .publication-txt {
  margin-left: 60px;
  width: 85%; }

.ccr .actuality.publication-alert .title-article {
  margin-bottom: 0; }

.ccr .actuality.publication-alert .txt-date-mine-shaft::after,
.ccr .actuality.publication-alert .borderflag,
.ccr .actuality.publication-alert .borderflag::before {
  background-color: #d81111; }

.ccr .actuality.publication-alert .borderflag::after {
  border-right: 10px solid #d81111; }

.ccr .actuality.publication-alert .publication-txt {
  border: solid 2px #d81111;
  padding: 10px; }

.ccr .actuality.publication-alert .publication-txt h3 {
  color: #d81111; }

.ccr .actuality.publication-alert .main-wrapper {
  width: 100%;
  padding: 0; }

.ccr .actuality.publication-alert .txt-content {
  line-height: 18px; }

.ccr .actuality.video .img-container {
  position: relative; }

.ccr .actuality.video .img-container::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 60px;
  border-radius: 15px; }

.ccr .actuality.video .img-container::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid white; }

.ccr .actuality.video .img-container::before {
  background-color: rgba(181, 181, 181, 0.9); }

@media screen and (max-width: 995px) {
  .ccr .actuality {
    margin-top: 30px; }

  .ccr .actuality .img-container {
    height: 150px; }

  .ccr .actuality .txt-content {
    font-size: 12px;
    line-height: 22px; }

  .ccr .actuality.no-img {
    width: 100%; }

  .ccr .actuality.no-img .publication-txt {
    width: 80%; } }
@media screen and (max-width: 767px) {
  .ccr .actuality {
    margin-top: 10px;
    margin-bottom: 20px; }

  .ccr .actuality .txt-date-mine-shaft {
    display: none; }

  .ccr .actuality .txt-date-mine-shaft.mobile {
    display: block;
    float: none;
    font-size: 10px;
    margin-bottom: 5px; }

  .ccr .actuality .borderflag {
    width: 2px;
    left: 15px; }

  .ccr .actuality .borderflag::before {
    width: 5px;
    height: 5px;
    right: 17px; }

  .ccr .actuality .borderflag::after {
    margin-left: -8px; }

  .ccr .actuality .img-container {
    margin-left: 30px;
    height: auto;
    max-height: 160px; }

  .ccr .actuality .publication-txt {
    width: 90%;
    margin-left: 30px; }

  .ccr .actuality .publication-txt h3 {
    margin-bottom: 0; }

  .ccr .actuality.no-img .txt-date-mine-shaft {
    display: none; }

  .ccr .actuality.no-img .publication-txt {
    margin-top: 0;
    margin-left: 30px;
    width: 90%; }

  .ccr .actuality.no-img .publication-txt h3 {
    margin-top: 0; } }
.ccr .page-banner {
  clear: both;
  height: 220px;
  text-align: center;
  overflow: hidden; }

.ccr .page-banner img {
  position: relative;
  display: block;
  z-index: 0;
  min-height: 220px; }

.ccr .page-banner .pickgradient {
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 220px;
  z-index: 0;
  -webkit-box-shadow: 0 4px 6px -3px #333333 inset;
  box-shadow: 0 4px 6px -3px #333333 inset;
  background-image: linear-gradient(rgba(80, 80, 80, 0.6), rgba(80, 80, 80, 0.6)); }

.ccr .page-banner .main-wrapper {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle; }

.ccr .page-banner .main-wrapper .txt-main-pic {
  font-size: 48px;
  line-height: 48px; }

.ccr .page-banner .main-wrapper hr {
  margin: 10px auto;
  width: 220px;
  border-width: 2px; }

@media screen and (max-width: 995px) {
  .ccr .page-banner {
    height: auto;
    width: 100%; }

  .ccr .page-banner img {
    min-height: 0; }

  .ccr .page-banner .pickgradient {
    min-height: 100%; }

  .ccr .page-banner .main-wrapper {
    top: 40px; }

  .ccr .page-banner .main-wrapper .txt-main-pic {
    font-size: 35px; }

  .ccr .page-banner .main-wrapper hr {
    margin-top: 0px;
    margin-bottom: 5px;
    width: 110px;
    border-width: 1px; } }
@media screen and (max-width: 767px) {
  .ccr .page-banner img {
    position: relative; }

  .ccr .page-banner .main-wrapper {
    top: 10%; }

  .ccr .page-banner .main-wrapper .txt-main-pic {
    font-size: 1.3em;
    line-height: 13vw;
    position: relative;
    display: block; }

  .ccr .page-banner .main-wrapper hr {
    position: absolute;
    left: 0;
    right: 0;
    top: 10vw;
    border-width: 1px; }

  .ccr .page-banner .main-wrapper .subtxt-main-pic {
    display: none; } }
.ccr .breadcrumb {
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: transparent !important; }

.ccr .breadcrumb li {
  line-height: 12px;
  margin-right: 10px; }

.ccr .breadcrumb li a {
  display: inline !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  vertical-align: text-bottom;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  line-height: 12px !important;
  text-decoration: underline;
  text-align: left;
  color: #9b9b9b; }

.ccr .breadcrumb li a::after {
  height: 100%;
  overflow: hidden;
  top: -3px;
  right: -10px;
  content: '>';
  position: absolute;
  line-height: 20px; }

.ccr .breadcrumb li a:hover {
  color: #9b9b9b; }

.ccr .breadcrumb li .divider {
  display: none; }

.ccr .breadcrumb li:last-child a {
  text-decoration: none; }

.ccr .breadcrumb li:last-child a::after {
  content: ''; }

@media screen and (max-width: 767px) {
  .ccr .breadcrumb {
    display: none; } }
.ccr .ccr-in-date ul {
  margin: 0; }

.ccr .ccr-in-date ul li {
  display: inline-block;
  list-style-type: none;
  position: relative;
  margin-bottom: 45px; }

.ccr .ccr-in-date ul li .date-circle {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  float: left; }

.ccr .ccr-in-date ul li .date-circle span {
  line-height: 75px; }

.ccr .ccr-in-date ul li .divider {
  position: absolute;
  bottom: -39px;
  left: 33px;
  height: 30px;
  width: 8px; }

.ccr .ccr-in-date ul li .date-content {
  display: inline-block;
  float: left;
  height: 65px;
  width: calc(75% - 140px);
  margin-left: 65px;
  padding-left: 15px;
  margin-top: 5px;
  line-height: 20px; }

.ccr .ccr-in-date ul li .date-content::before {
  content: "- - - - -";
  position: absolute;
  top: 27px;
  left: 100px;
  font-size: 13px; }

.ccr .ccr-in-date ul li .date-content span:first-of-type {
  font-weight: bold; }

.ccr .ccr-in-date ul li:first-child .date-circle {
  box-shadow: 0px 0px 7px #c01877; }

.ccr .ccr-in-date ul li:first-child .date-circle span {
  color: #c01877; }

.ccr .ccr-in-date ul li:first-child .divider {
  background: -webkit-linear-gradient(90deg, #97129c 0%, #c01877 100%);
  background: -moz-linear-gradient(90deg, #97129c 0%, #c01877 100%);
  background: -o-linear-gradient(90deg, #97129c 0%, #c01877 100%);
  background: -ms-linear-gradient(90deg, #97129c 0%, #c01877 100%);
  background: linear-gradient(0deg, #97129c 0%, #c01877 100%);
  opacity: 0.3; }

.ccr .ccr-in-date ul li:first-child .date-content {
  border-left: solid 3px #c01877; }

.ccr .ccr-in-date ul li:first-child .date-content::before {
  color: #c01877; }

.ccr .ccr-in-date ul li:first-child .date-content span:first-of-type {
  color: #c01877; }

.ccr .ccr-in-date ul li:nth-child(2) .date-circle {
  box-shadow: 0px 0px 7px #97129c; }

.ccr .ccr-in-date ul li:nth-child(2) .date-circle span {
  color: #97129c; }

.ccr .ccr-in-date ul li:nth-child(2) .divider {
  background: -webkit-linear-gradient(90deg, #7574cd 0%, #97129c 100%);
  background: -moz-linear-gradient(90deg, #7574cd 0%, #97129c 100%);
  background: -o-linear-gradient(90deg, #7574cd 0%, #97129c 100%);
  background: -ms-linear-gradient(90deg, #7574cd 0%, #97129c 100%);
  background: linear-gradient(0deg, #7574cd 0%, #97129c 100%);
  opacity: 0.3; }

.ccr .ccr-in-date ul li:nth-child(2) .date-content {
  border-left: solid 3px #97129c; }

.ccr .ccr-in-date ul li:nth-child(2) .date-content::before {
  color: #97129c; }

.ccr .ccr-in-date ul li:nth-child(2) .date-content span:first-of-type {
  color: #97129c; }

.ccr .ccr-in-date ul li:nth-child(3) .date-circle {
  box-shadow: 0px 0px 7px #7574cd; }

.ccr .ccr-in-date ul li:nth-child(3) .date-circle span {
  color: #7574cd; }

.ccr .ccr-in-date ul li:nth-child(3) .divider {
  background: -webkit-linear-gradient(90deg, #3cabdc 0%, #7574cd 100%);
  background: -moz-linear-gradient(90deg, #3cabdc 0%, #7574cd 100%);
  background: -o-linear-gradient(90deg, #3cabdc 0%, #7574cd 100%);
  background: -ms-linear-gradient(90deg, #3cabdc 0%, #7574cd 100%);
  background: linear-gradient(0deg, #3cabdc 0%, #7574cd 100%);
  opacity: 0.3; }

.ccr .ccr-in-date ul li:nth-child(3) .date-content {
  border-left: solid 3px #7574cd; }

.ccr .ccr-in-date ul li:nth-child(3) .date-content::before {
  color: #7574cd; }

.ccr .ccr-in-date ul li:nth-child(3) .date-content span:first-of-type {
  color: #7574cd; }

.ccr .ccr-in-date ul li:nth-child(4) .date-circle {
  box-shadow: 0px 0px 7px #3cabdc; }

.ccr .ccr-in-date ul li:nth-child(4) .date-circle span {
  color: #3cabdc; }

.ccr .ccr-in-date ul li:nth-child(4) .divider {
  background: -webkit-linear-gradient(90deg, #1a5b81 0%, #3cabdc 100%);
  background: -moz-linear-gradient(90deg, #1a5b81 0%, #3cabdc 100%);
  background: -o-linear-gradient(90deg, #1a5b81 0%, #3cabdc 100%);
  background: -ms-linear-gradient(90deg, #1a5b81 0%, #3cabdc 100%);
  background: linear-gradient(0deg, #1a5b81 0%, #3cabdc 100%);
  opacity: 0.3; }

.ccr .ccr-in-date ul li:nth-child(4) .date-content {
  border-left: solid 3px #3cabdc; }

.ccr .ccr-in-date ul li:nth-child(4) .date-content::before {
  color: #3cabdc; }

.ccr .ccr-in-date ul li:nth-child(4) .date-content span:first-of-type {
  color: #3cabdc; }

.ccr .ccr-in-date ul li:nth-child(5) .date-circle {
  box-shadow: 0px 0px 7px #1a5b81; }

.ccr .ccr-in-date ul li:nth-child(5) .date-circle span {
  color: #1a5b81; }

.ccr .ccr-in-date ul li:nth-child(5) .date-content {
  border-left: solid 3px #1a5b81; }

.ccr .ccr-in-date ul li:nth-child(5) .date-content::before {
  color: #1a5b81; }

.ccr .ccr-in-date ul li:nth-child(5) .date-content span:first-of-type {
  color: #1a5b81; }

@media screen and (max-width: 995px) {
  .ccr .ccr-in-date ul {
    padding-left: 20px; }

  .ccr .ccr-in-date ul li {
    margin-bottom: 33px; }

  .ccr .ccr-in-date ul li .date-circle {
    width: 65px;
    height: 65px; }

  .ccr .ccr-in-date ul li .date-circle span {
    line-height: 65px;
    margin-left: -1px; }

  .ccr .ccr-in-date ul li .date-content {
    width: 75%;
    margin-top: 0;
    margin-bottom: 5px; }

  .ccr .ccr-in-date ul li .date-content span {
    font-size: 12px;
    line-height: 22px; }

  .ccr .ccr-in-date ul li .date-content::before {
    top: 25px;
    left: 93px;
    font-size: 12px; }

  .ccr .ccr-in-date ul li .divider {
    bottom: -30px;
    left: 29px;
    height: 27px;
    width: 8px; } }
@media screen and (max-width: 767px) {
  .ccr .ccr-in-date hr {
    margin-bottom: 20px; }

  .ccr .ccr-in-date ul {
    padding-left: 0; }

  .ccr .ccr-in-date ul li {
    margin-bottom: 13px; }

  .ccr .ccr-in-date ul li .date-circle {
    width: 100%;
    height: auto;
    max-height: 50px;
    display: block;
    text-align: left;
    box-shadow: none !important; }

  .ccr .ccr-in-date ul li .date-content {
    width: 100%;
    height: auto;
    margin-left: 0; }

  .ccr .ccr-in-date ul li .date-content::before {
    display: none; }

  .ccr .ccr-in-date ul li .divider {
    left: 25px; } }
.ccr .page-discovery img {
  width: 100%; }

.ccr .page-discovery h2,
.ccr .page-discovery p {
  display: block;
  margin-left: 10px;
  margin-right: 10px; }

.ccr .page-discovery h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-top: 0;
  padding-top: 30px; }

.ccr .page-discovery .txt-content {
  font-size: 16px;
  line-height: 24px; }

.ccr .page-discovery .btn-discover {
  display: table;
  background-color: white;
  margin-top: 30px;
  margin-bottom: 60px;
  margin-left: 10px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 5px;
  border: solid 1px #1a5b81; }

.ccr .page-discovery .btn-discover:hover {
  color: #1a5b81; }

.ccr .page-discovery .blue-version:hover {
  background-color: #1a5b81; }

.ccr .page-discovery .blue-version:hover h2, .ccr .page-discovery .blue-version:hover p {
  color: white; }

.ccr .page-discovery .blue-version:hover h2 a, .ccr .page-discovery .blue-version:hover p a {
  color: white; }

.ccr .page-discovery .blue-version:hover h2 a:hover, .ccr .page-discovery .blue-version:hover p a:hover {
  color: white;
  text-decoration: underline !important; }

.ccr .page-discovery .blue-version:hover .btn-discover {
  border: solid 1px #1a5b81; }

.ccr .page-discovery .blue-version:hover .btn-discover:hover {
  color: #1a5b81; }

.ccr .page-discovery .blue-version.page-discovery-txt {
  display: inline-block !important;
  position: relative;
  height: 470px; }

.ccr .page-discovery .blue-version .btn-discover {
  position: absolute;
  display: inline-block;
  bottom: 30px; }

.ccr .page-discovery .pink-version h2 {
  color: #c01877; }

.ccr .page-discovery .pink-version:hover {
  background-color: rgba(192, 24, 119, 0.7); }

.ccr .page-discovery .pink-version:hover h2, .ccr .page-discovery .pink-version:hover p {
  color: white; }

.ccr .page-discovery .pink-version .btn-discover {
  color: #c01877;
  border: solid 1px #c01877; }

.ccr .page-discovery .pink-version.page-discovery-txt {
  display: inline-block !important;
  position: relative;
  height: 470px; }

.ccr .page-discovery .pink-version .btn-discover {
  position: absolute;
  display: inline-block;
  bottom: 30px; }

.ccr .page-discovery .full {
  position: relative;
  display: inline-block;
  padding-left: 70px; }

.ccr .page-discovery .full p {
  width: 67%;
  margin-right: 30px;
  margin-bottom: 60px;
  padding-right: 70px;
  display: inline-block;
  float: left; }

@media screen and (max-width: 995px) {
  .ccr .page-discovery .blue-version.page-discovery-txt {
    padding-right: 10px !important; }

  .ccr .page-discovery .blue-version.page-discovery-txt .h2 {
    margin-right: 0px; }

  .ccr .page-discovery .pink-version.page-discovery-txt {
    padding-left: 10px !important; }

  .ccr .page-discovery .pink-version.page-discovery-txt .h2 {
    margin-left: 0px; }

  .ccr .page-discovery h2 {
    font-size: 28px;
    line-height: 1; }

  .ccr .page-discovery .txt-content {
    font-size: 12px;
    line-height: 20px; }

  .ccr .page-discovery .btn-discover {
    margin-bottom: 40px;
    font-size: 12px; }

  .ccr .page-discovery .left {
    padding-left: 10px;
    padding-right: 30px; }

  .ccr .page-discovery .right {
    padding-right: 10px;
    padding-left: 10px; }

  .ccr .page-discovery .full .btn-discover {
    right: -38%;
    top: 60%; }

  .ccr .page-discovery .full.page-discovery-txt {
    padding-left: 10px !important; } }
@media screen and (max-width: 767px) {
  .ccr .page-discovery .blue-version,
  .ccr .page-discovery .pink-version {
    background-color: transparent; }

  .ccr .page-discovery .blue-version p,
  .ccr .page-discovery .pink-version p {
    color: #333333; }

  .ccr .page-discovery .blue-version h2 {
    color: #1a5b81; }

  .ccr .page-discovery .pink-version h2 {
    color: #c01877; }

  .ccr .page-discovery h2,
  .ccr .page-discovery p,
  .ccr .page-discovery .btn-discover {
    position: relative;
    margin-left: 0px; }

  .ccr .page-discovery h2 {
    padding-top: 20px; }

  .ccr .page-discovery .left,
  .ccr .page-discovery .right {
    padding: 0 10px; }

  .ccr .page-discovery .full {
    width: 100%;
    padding: 0 10px; }

  .ccr .page-discovery .full p {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px; }

  .ccr .page-discovery .full .btn-discover {
    position: relative !important;
    right: 0;
    top: 0;
    display: inherit; } }
.ccr .ccr-filters {
  display: inline-block;
  width: 100%;
  padding-left: 30px; }

.ccr .ccr-filters .filter-wrapper {
  width: 25%;
  display: inline-block;
  float: left;
  margin-top: 30px;
  padding: 0; }

.ccr .ccr-filters .filter-wrapper span, .ccr .ccr-filters .filter-wrapper select {
  display: block; }

.ccr .ccr-filters .filter-wrapper span {
  margin-bottom: 20px; }

.ccr .ccr-filters .filter-wrapper select, .ccr .ccr-filters .filter-wrapper input {
  width: 84%;
  display: inline-block;
  float: left;
  margin: 0 16% 20px 0;
  height: 30px !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

.ccr .ccr-filters button {
  display: block;
  float: right;
  width: 21%;
  margin: 62px 4% 0 0 !important; }

@media screen and (max-width: 995px) {
  .ccr .ccr-filters button {
    margin: 65px 4% 0 0 !important; } }
@media screen and (max-width: 767px) {
  .ccr .ccr-filters {
    padding: 30px 0 0 0; }

  .ccr .ccr-filters .filter-wrapper {
    width: 50%;
    margin-top: 0; }

  .ccr .ccr-filters .filter-wrapper span {
    margin-bottom: 10px; }

  .ccr .ccr-filters .filter-wrapper select, .ccr .ccr-filters .filter-wrapper input {
    width: 96%;
    margin-bottom: 20px; }

  .ccr .ccr-filters button {
    padding-left: 10px;
    width: 48%;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    margin-right: 2% !important; } }
.ccr .page-more {
  text-align: center; }

.ccr .page-more button {
  width: 100%; }

.ccr .page-other-activity {
  clear: both;
  max-height: 170px;
  overflow: hidden; }

.ccr .page-other-activity .portlet-layout,
.ccr .page-other-activity img {
  display: inline-block;
  float: left; }

.ccr .page-other-activity .portlet-layout {
  width: 57%;
  background-color: #f3f3f3;
  height: 170px;
  padding-top: 30px;
  padding-left: 105px; }

.ccr .page-other-activity .portlet-layout h2 {
  font-size: 36px; }

.ccr .page-other-activity .portlet-layout .btn-discover {
  display: table;
  margin-top: 30px;
  border: solid 1px #1a5b81;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
  text-transform: uppercase; }

.ccr .page-other-activity .portlet-layout .btn-discover:hover {
  color: #1a5b81; }

.ccr .page-other-activity img {
  width: 43%; }

@media screen and (max-width: 995px) {
  .ccr .page-other-activity {
    max-height: 120px; }

  .ccr .page-other-activity .portlet-layout {
    padding-top: 10px;
    padding-left: 10px;
    height: 120px; }

  .ccr .page-other-activity .portlet-layout h2 {
    font-size: 28px; } }
@media screen and (max-width: 767px) {
  .ccr .page-other-activity {
    display: block;
    overflow: visible; }

  .ccr .page-other-activity img, .ccr .page-other-activity .portlet-layout {
    width: 100%;
    display: block; }

  .ccr .page-other-activity .portlet-layout {
    margin-top: 130px;
    padding-bottom: 30px;
    height: 165px; }

  .ccr .page-other-activity .portlet-layout h2 {
    font-size: 24px; }

  .ccr .page-other-activity img {
    margin-top: -270px;
    max-height: 120px; } }
.ccr .ccr-table {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.ccr .ccr-table th {
  font-weight: 700;
  color: white;
  background-color: #1a5b81;
  padding: 15px 20px;
  text-align: center;
  border: solid 1px #d4d4d4; }

.ccr .ccr-table td {
  color: #333333;
  background-color: #f3f3f3;
  padding: 10px;
  font-weight: 400;
  border: solid 1px #d4d4d4; }

@media screen and (max-width: 995px) {
  .ccr .ccr-table {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .ccr .ccr-table {
    max-width: 100%;
    width: 100%; }

  .ccr .ccr-table thead {
    display: none; }

  .ccr .ccr-table tr {
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #d4d4d4; }

  .ccr .ccr-table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #d4d4d4; }

  .ccr .ccr-table td:last-child {
    border-bottom: 0; }

  .ccr .ccr-table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #1a5b81; } }
.ccr .tag-items {
  padding: 20px 15px;
  display: table; }

.ccr .tag-items li {
  display: inline-block;
  float: left;
  width: 24%;
  margin-right: 1%; }

.ccr .tag-items li a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  font-size: 15px;
  color: #333333; }

.ccr .tag-items li a::before {
  content: "#";
  margin-right: 2px;
  color: #c01877;
  font-weight: 400; }

.ccr .tag-items li.active a {
  color: #c01877;
  font-weight: bold; }

.ccr .tag-items ~ br {
  display: none; }

@media screen and (max-width: 995px) {
  .ccr .tag-items li {
    width: 32%; } }
@media screen and (max-width: 767px) {
  .ccr .tag-items li {
    width: 100%;
    margin-right: 0; } }
.ccr .page-temporary-activity {
  display: inline-block;
  width: 100%;
  text-align: center;
  max-height: 165px;
  margin: 20px 0; }

.ccr .page-temporary-activity img,
.ccr .page-temporary-activity .temporary-activity-content {
  display: inline-block;
  float: left; }

.ccr .page-temporary-activity img {
  width: 30%;
  margin-top: -10px; }

.ccr .page-temporary-activity .temporary-activity-content {
  width: 65%;
  text-align: left;
  margin-top: 20px;
  margin-left: 20px; }

@media screen and (max-width: 995px) {
  .ccr .page-temporary-activity {
    max-height: 150px; }

  .ccr .page-temporary-activity img {
    width: 275px;
    margin-top: -10px; }

  .ccr .page-temporary-activity .temporary-activity-content {
    width: 60%;
    margin-top: 10px; } }
@media screen and (max-width: 767px) {
  .ccr .page-temporary-activity {
    overflow: hidden;
    max-height: inherit; }

  .ccr .page-temporary-activity img {
    width: 50%;
    margin: 10px 0; }

  .ccr .page-temporary-activity .temporary-activity-content {
    width: 40%;
    margin-top: 10px;
    max-height: 100px;
    line-height: 12px; }

  .ccr .page-temporary-activity .temporary-activity-content h2 {
    font-size: 18px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 3px; }

  .ccr .page-temporary-activity .temporary-activity-content .txt-content {
    line-height: 16px; } }
.ccr .page-user-profile {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 40px; }

.ccr .page-user-profile img,
.ccr .page-user-profile .profile-content {
  display: inline-block;
  float: left; }

.ccr .page-user-profile img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 2px #8d8d8d; }

.ccr .page-user-profile .profile-content {
  margin-left: 15px; }

.ccr .page-user-profile .profile-content .username::before {
  content: "Par ";
  color: #333333; }

.ccr .page-user-profile .profile-content hr {
  margin: 2px 0;
  color: #333333; }

.ccr .page-user-profile .profile-content .publication-date {
  font-family: "Roboto", sans-serif;
  color: black;
  opacity: 0.3;
  font-weight: 500;
  font-size: 12px; }

.ccr .page-user-profile .profile-content .publication-date::before {
  content: "Dernière mise à jour le "; }

@media screen and (max-width: 995px) {
  .ccr .page-user-profile {
    padding-top: 28px; } }
@media screen and (max-width: 767px) {
  .ccr .page-user-profile {
    padding-top: 15px; } }
.ccr .propos-our-value .tab-content .main-wrapper {
  display: inline-block;
  background-color: white;
  padding: 15px;
  border-left: solid 3px #1a5b81; }

.ccr .propos-our-value .tab-content .tab-pane.active .column-1,
.ccr .propos-our-value .tab-content .tab-pane.active .column-2 {
  display: inline-block;
  float: left; }

.ccr .propos-our-value .tab-content .tab-pane.active .column-1 {
  width: 43%;
  margin-right: 2%; }

.ccr .propos-our-value .tab-content .tab-pane.active .column-1 iframe, .ccr .propos-our-value .tab-content .tab-pane.active .column-1 img {
  width: 100%;
  height: auto;
  min-height: 250px; }

.ccr .propos-our-value .tab-content .tab-pane.active .column-2 {
  width: 55%;
  text-align: left; }

.ccr .propos-our-value .tab-content .tab-pane.active .column-2 hr {
  border-color: #c01877;
  width: 40%;
  margin: 10px 0; }

@media screen and (max-width: 995px) {
  .ccr .propos-our-value .tab-content .tab-pane.active .column-1 img,
  .ccr .propos-our-value .tab-content .tab-pane.active .column-1 iframe {
    min-height: 180px; } }
@media screen and (max-width: 767px) {
  .ccr .propos-our-value .main-wrapper {
    padding: 0; }

  .ccr .propos-our-value .tab-container {
    display: block;
    width: 100%; }

  .ccr .propos-our-value .nav-tabs {
    margin-bottom: 5px; }

  .ccr .propos-our-value .nav-tabs li {
    width: 32.66%;
    margin-right: 1%;
    text-align: center; }

  .ccr .propos-our-value .nav-tabs li:last-child {
    margin-right: 0; }

  .ccr .propos-our-value .nav-tabs li a {
    min-height: 65px;
    height: 65px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin: 0;
    padding: 2px 10px;
    width: 100%; }

  .ccr .propos-our-value .nav-tabs li a::before {
    font-size: 18px;
    display: block;
    margin: 5px auto !important; }

  .ccr .propos-our-value .tab-content {
    padding: 10px; }

  .ccr .propos-our-value .tab-content .main-wrapper {
    border: none;
    padding: 0; }

  .ccr .propos-our-value .tab-content .tab-pane.active .column-1,
  .ccr .propos-our-value .tab-content .tab-pane.active .column-2 {
    width: 100%; }

  .ccr .propos-our-value .tab-content .tab-pane.active .column-1 {
    background-color: #f3f3f3;
    padding-bottom: 10px; }

  .ccr .propos-our-value .tab-content .tab-pane.active .column-1 iframe,
  .ccr .propos-our-value .tab-content .tab-pane.active .column-1 img {
    min-height: 200px; }

  .ccr .propos-our-value .tab-content .tab-pane.active .column-2 {
    padding: 10px; } }
.ccr .testimonial .portlet-body {
  text-align: center;
  margin-bottom: 50px; }

.ccr .testimonial .portlet-body > div {
  height: 210px;
  width: 100%; }

.ccr .testimonial img,
.ccr .testimonial .testimonial-content {
  display: inline-block;
  float: left; }

.ccr .testimonial img {
  margin-top: -12px;
  width: 347px;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  border: solid 5px white; }

.ccr .testimonial .testimonial-content {
  width: calc(100% - 347px);
  text-align: left;
  padding-left: 100px;
  position: relative; }

.ccr .testimonial .testimonial-content span {
  display: inline-block;
  margin-top: 50px;
  position: relative; }

.ccr .testimonial .testimonial-content span:first-of-type::before {
  display: inline-block;
  content: "";
  background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0; }

.ccr .testimonial .testimonial-content span:nth-of-type(2) {
  margin-top: 20px;
  display: block; }

.ccr .testimonial .testimonial-content.ie span:first-of-type::before {
  font-size: 70px;
  top: 15px;
  margin-left: -40px; }

@media screen and (max-width: 995px) {
  .ccr .testimonial .portlet-body > div {
    min-height: 165px;
    height: auto; }

  .ccr .testimonial .testimonial-content {
    width: calc(100% - 280px);
    padding-left: 30px; }

  .ccr .testimonial .testimonial-content span {
    margin-top: 40px; }

  .ccr .testimonial .testimonial-content span:first-of-type::before {
    font-size: 80px; }

  .ccr .testimonial .testimonial-content span:nth-of-type(2) {
    margin-top: 10px; }

  .ccr .testimonial img {
    width: 280px; } }
@media screen and (max-width: 767px) {
  .ccr .testimonial .portlet-body {
    margin-bottom: 30px; }

  .ccr .testimonial .portlet-body > div {
    min-height: 180px; }

  .ccr .testimonial img {
    display: none; }

  .ccr .testimonial .testimonial-content {
    padding-left: 0;
    width: 100%; }

  .ccr .testimonial .testimonial-content span:nth-of-type(2) {
    margin-top: 5px; } }
.ccr .services-tabulation .nav-tabs {
  margin-bottom: 0; }

.ccr .services-tabulation .tab-content .img-container,
.ccr .services-tabulation .tab-content .portlet-layout {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: left; }

@media screen and (max-width: 767px) {
  .ccr .services-tabulation .tab-container {
    width: 100%;
    margin: 0; }

  .ccr .services-tabulation .nav-tabs {
    margin-bottom: 0;
    text-align: center; }

  .ccr .services-tabulation .nav-tabs li {
    width: calc(50% - 3px);
    margin-bottom: 3px;
    display: table;
    margin-right: 3px; }

  .ccr .services-tabulation .nav-tabs li a {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    line-height: 1.2;
    width: 100%; }

  .ccr .services-tabulation .nav-tabs li:nth-child(2n+2) {
    width: 50%;
    margin-right: 0; }

  .ccr .services-tabulation .tab-content {
    padding: 10px 0; }

  .ccr .services-tabulation .tab-content .img-container,
  .ccr .services-tabulation .tab-content .portlet-layout {
    width: 100%;
    display: block;
    float: none; } }
.ccr .search-results {
  clear: both;
  position: relative;
  margin-bottom: 25px; }

.ccr .search-results .column-1, .ccr .search-results .column-2 {
  display: inline-block;
  float: left; }

.ccr .search-results .column-1 {
  width: 19%;
  background: #f3f3f3; }

.ccr .search-results .column-2 {
  width: 81%;
  padding-left: 25px; }

.ccr .search-results .left-col {
  background: #f3f3f3; }

.ccr .search-results .search-title {
  font-size: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #333333;
  margin: 0 0 30px; }

.ccr .search-results .result .highlight {
  background: none;
  font-weight: inherit;
  margin: 0; }

.ccr .search-results .result .lfr-pagination .search-results {
  color: #4c4c4c;
  font-size: 13px; }

.ccr .search-results .result .lfr-pagination .lfr-pagination-buttons li {
  margin-left: 10px; }

.ccr .search-results .result .lfr-pagination .lfr-pagination-buttons li a {
  background-color: #dadada;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  color: #333333;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.ccr .search-results .result table {
  border: none; }

.ccr .search-results .result table tbody td {
  border: none;
  background: none;
  padding: 24px 0 28px;
  border-bottom: 3px solid #f3f3f3; }

.ccr .search-results .result table tbody td .asset-entry-type {
  display: none; }

.ccr .search-results .result table tbody td .asset-entry-title {
  display: block; }

.ccr .search-results .result table tbody td .asset-entry-title a {
  color: #1a5b81;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }

.ccr .search-results .result table tbody td .asset-entry-title a img {
  display: none; }

.ccr .search-results .result table tbody td .asset-entry-content {
  font-size: 14px;
  font-family: "Roboto", sans-serif; }

.ccr .search-results .result table tbody td .asset-entry-content .asset-entry-summary {
  display: block;
  margin-top: 20px;
  color: #333333; }

.ccr .search-results .result table tbody td .asset-entry-content .asset-entry-tags, .ccr .search-results .result table tbody td .asset-entry-content .asset-entry-categories {
  margin-top: 29px; }

.ccr .search-results .result table tbody td .asset-entry-content .asset-entry-tags a, .ccr .search-results .result table tbody td .asset-entry-content .asset-entry-categories a {
  background: #1a5b81;
  padding: 0 11px;
  border-radius: 10px;
  min-width: 17px;
  line-height: 1;
  color: #fff; }

.ccr .search-results .result .table-columns {
  display: none; }

.ccr .search-results .facet-value a {
  color: #333333;
  font-size: 13px;
  font-family: "Roboto", sans-serif; }

.ccr .search-results .facet-value a:hover {
  color: #333333; }

.ccr .search-results .facet-value a img {
  display: none; }

.ccr .search-results .facet-value a i {
  display: none; }

.ccr .search-results .facet-value a .badge-info {
  background-color: #1a5b81; }

.ccr .search-results .facet-value a:before {
  background: #fff;
  border: 1px solid #d4d4d4;
  color: transparent;
  content: "";
  display: block;
  float: left;
  font-size: 20px;
  height: 15px;
  line-height: 13px;
  margin-right: 10px;
  text-align: center;
  transition: color 0.1s ease-in-out 0s;
  width: 15px; }

.ccr .search-results .facet-value.active a {
  color: #333333;
  background: none; }

.ccr .search-results .facet-value.active a:before {
  background: url(../images/check-recherche.png) no-repeat center center white; }

.ccr .search-results .facet-value.active a:hover, .ccr .search-results .facet-value.active a:focus {
  background-color: #eee;
  color: #333333; }

.ccr .search-results .asset-type {
  margin: 0; }

.ccr .search-results .facet-title {
  background: none;
  color: #1a5b81;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 12px; }

.ccr .search-results .facet-title span {
  display: none; }

.ccr .search-results .search-facet {
  margin-bottom: 55px; }

.ccr .search-results .search-facet.search-asset_entries {
  display: none; }

.ccr .search-results .accordion-group.lfr-panel-extended {
  border: none; }

.ccr .search-results .accordion-inner {
  border-top: none; }

.ccr .search-results .accordion-inner ul {
  margin: 0 0 0 0; }

.ccr .search-results .accordion-inner ul li {
  padding: 0;
  color: #333333;
  font-size: 13px;
  font-family: "Roboto", sans-serif; }

.ccr .search-results .accordion-inner ul li:hover {
  background-color: #eee; }

.ccr .search-results .accordion-inner ul li a {
  color: #333333; }

.ccr .search-results .accordion-inner ul li a:hover {
  text-decoration: none !important; }

.ccr .search-results .accordion-inner ul li a.tag-selected:before {
  background: url(../images/check-recherche.png) no-repeat center center white; }

.ccr .search-results .accordion-inner ul li a:before {
  background: #fff;
  border: 1px solid #d4d4d4;
  color: transparent;
  content: "";
  display: block;
  float: left;
  font-size: 20px;
  height: 15px;
  line-height: 13px;
  margin-right: 10px;
  text-align: center;
  transition: color 0.1s ease-in-out 0s;
  width: 15px;
  margin-top: 5px; }

.ccr .search-results .accordion-inner ul li .assets-number {
  background-color: #1a5b81;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
  color: #fff;
  margin-left: 5px;
  font-weight: bold; }

.ccr .search-results .jobs-push-container > a {
  padding: 24px 0 28px;
  border-bottom: 3px solid #f3f3f3;
  display: block; }

.ccr .search-results .jobs-push-container > a:last-child {
  border-bottom: none; }

.ccr .search-results .jobs-push-container .job-push-title {
  color: #1a5b81;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }

.ccr .search-results .jobs-push-container .job-push-date {
  font-size: 13px;
  color: #333333; }

.ccr .search-results .jobs-push-container .job-push-contrat {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-top: 20px;
  color: #333333; }

.ccr .search-results .taglib-asset-categories-navigation .accordion-heading {
  background: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 12px; }

.ccr .search-results .taglib-asset-categories-navigation .accordion-heading .accordion-toggle {
  padding-left: 0; }

.ccr .search-results .taglib-asset-categories-navigation .accordion-heading a, .ccr .search-results .taglib-asset-categories-navigation .accordion-heading span {
  color: #1a5b81; }

.ccr .search-results .taglib-asset-categories-navigation .accordion-content .accordion-inner {
  border: none; }

@media screen and (max-width: 767px) {
  .ccr .search-results {
    padding: 0 !important; }

  .ccr .search-results .column-1, .ccr .search-results .column-2 {
    float: none !important;
    display: block !important;
    width: 100% !important; }

  .ccr .search-results .result {
    margin-left: 5px; }

  .ccr .search-results .lfr-pagination .lfr-pagination-buttons {
    margin: 0;
    text-align: center; }

  .ccr .search-results .lfr-pagination .lfr-pagination-buttons li {
    float: none;
    width: auto; }

  .ccr .search-results .lfr-pagination .lfr-pagination-buttons li.first, .ccr .search-results .lfr-pagination .lfr-pagination-buttons li.last {
    display: inline-block !important; }

  .ccr .search-results .lfr-pagination .lfr-pagination-buttons li a {
    padding: 5px 10px;
    width: 100%; } }
.ccr .jobs-detail {
  clear: both;
  position: relative; }

.ccr .jobs-detail .taglib-header {
  display: none; }

.ccr .jobs-detail .job-title {
  color: #333333;
  font-size: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  border: none;
  margin: 0 0 20px 0; }

.ccr .jobs-detail .job-description {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-top: 20px;
  color: #333333;
  margin-bottom: 20px; }

.ccr .jobs-detail .btn-job-apply {
  min-width: 200px; }

.ccr .jobs-detail .fieldset-legend {
  display: none; }

.ccr .jobs-detail .web-form-portlet {
  background: #f3f3f3;
  padding: 35px 16px; }

.ccr .jobs-detail .form input[type="file"] {
  height: auto; }

.ccr .jobs-detail .form .control-group {
  margin-bottom: 20px; }

.ccr .jobs-detail .form .description {
  font-size: 18px;
  color: #1a5b81;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }

.ccr .jobs-detail .form .field {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  height: 35px;
  padding: 2px 19px;
  width: 100%; }

.ccr .jobs-detail .form .type-file .field {
  border: none;
  background: #333333;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  padding: 0;
  width: auto; }

.ccr .jobs-detail .form .control-label {
  font-size: 16px;
  color: #1a5b81 !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }

.ccr .jobs-detail .form .control-label .label-required {
  color: #c01877; }

.ccr .jobs-detail .form .control-group.error input, .ccr .jobs-detail .form .control-group.error select, .ccr .jobs-detail .form .control-group.error textarea {
  border-color: #b50303;
  border-width: 2px;
  box-shadow: unset; }

.ccr .jobs-detail .form .control-group.success input, .ccr .jobs-detail .form .control-group.success select, .ccr .jobs-detail .form .control-group.success textarea {
  border: 1px solid #d4d4d4;
  box-shadow: unset; }

.ccr .jobs-detail .form .control-group .checkbox input[type="checkbox"] {
  width: auto !important;
  float: none;
  margin: 0px; }

.ccr .jobs-detail .form .control-group .radio input[type="radio"] {
  width: auto !important;
  height: auto !important; }

.ccr .jobs-detail .form .control-group input, .ccr .jobs-detail .form .control-group select, .ccr .jobs-detail .form .control-group textarea {
  color: #1a5b81 !important; }

.ccr .jobs-detail .form .control-group input:focus, .ccr .jobs-detail .form .control-group select:focus, .ccr .jobs-detail .form .control-group textarea:focus {
  border-color: #1a5b81;
  border-width: 2px;
  box-shadow: unset; }

.ccr .jobs-detail .form .form-validator-stack.help-inline {
  display: none; }

.ccr .jobs-detail .form .alert-error {
  background: none;
  border: medium none;
  color: #c01818;
  display: block;
  font-size: 13px;
  margin: 0 0 9px;
  padding: 0; }

.ccr .jobs-detail .form .lfr-textarea-container {
  min-height: 200px;
  width: 100%; }

.ccr .jobs-detail .form .col-form-container {
  display: table;
  width: 100%; }

.ccr .jobs-detail .form .col-form-container .col-form {
  display: table-cell;
  width: 50%;
  padding: 0 20px; }

.ccr .jobs-detail .form .btn-primary {
  background: #1a5b81;
  min-width: 200px;
  box-shadow: none; }

.ccr .jobs-detail .form .erreur-msg {
  color: #c01818;
  background: #eddbdb;
  padding: 12px 11px;
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .ccr .jobs-detail .col-form {
    display: block !important;
    width: 100% !important; }

  .ccr .jobs-detail .form .field {
    width: 100% !important; } }
.ccr .faq {
  clear: both;
  position: relative;
  padding-bottom: 25px; }

.ccr .faq .faqs-container .faq-question {
  color: #1a5b81;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  border-bottom: 3px solid #f3f3f3;
  display: block;
  padding: 28px 30px 28px 15px;
  position: relative;
  line-height: 1.2;
  cursor: pointer; }

.ccr .faq .faqs-container .faq-question a {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #c01877;
  text-decoration: none; }

.ccr .faq .faqs-container .faq-question a:focus {
  text-decoration: underline !important; }

.ccr .faq .faqs-container .faq-question a:hover {
  text-decoration: underline !important; }

.ccr .faq .faqs-container .faq-question:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 38px;
  width: 16px;
  background: url(../images/icon-open.png) no-repeat center center;
  height: 9px; }

.ccr .faq .faqs-container .faq-question.open {
  background: #f3f3f3;
  padding-bottom: 0; }

.ccr .faq .faqs-container .faq-question.open:after {
  background: url(../images/icon-open1.png) no-repeat center center; }

.ccr .faq .faqs-container .faq-question:focus {
  outline: 0; }

.ccr .faq .faqs-container .faq-answer {
  background: #f3f3f3;
  transition: all 0.2s ease;
  height: 0px;
  overflow: hidden;
  padding: 0px 15px; }

.ccr .faq .faqs-container .faq-answer.open {
  padding: 28px 15px;
  height: auto; }

.ccr .faq .faqs-container .faq-answer h4 {
  color: #333333;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 15px; }

.ccr .faq .faqs-container .faq-answer p {
  color: #333333;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 27px; }

.ccr .faq .faqs-container .faq-answer:focus {
  outline: 0; }

.ccr .myccr-container .myccr-column-container {
  width: 50%;
  float: left;
  padding: 10px; }

.ccr .myccr-container form label {
  color: #1a5b81;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 20px; }

.ccr .myccr-container form input[type="text"], .ccr .myccr-container form input[type="email"], .ccr .myccr-container form input[type="password"], .ccr .myccr-container form select {
  box-sizing: border-box;
  height: 48px;
  margin: 0;
  padding: 0 25px;
  border-color: #e0e0e0;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  width: 350px; }

.ccr .myccr-container form input[type="text"].ng-invalid.ng-touched, .ccr .myccr-container form input[type="email"].ng-invalid.ng-touched, .ccr .myccr-container form input[type="password"].ng-invalid.ng-touched, .ccr .myccr-container form select.ng-invalid.ng-touched {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7; }

.ccr .myccr-container form .error-msg {
  color: #e9322d; }

.ccr .myccr-container form button {
  color: white;
  background: #cb4591;
  height: 50px;
  padding: 20px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color, border-color, background;
  transition-property: color, border-color, background;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  margin-top: 20px; }

.ccr .myccr-container form button:hover {
  text-decoration: none;
  color: #cb4591;
  border-color: #cb4591;
  background: white; }

.ccr .myccr-container .back-account {
  clear: both;
  margin: 0 15px 15px 0px;
  float: right;
  background-color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 5px;
  border: solid 1px #1a5b81;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #1a5b81; }

.ccr .actuality-detail .btn-back {
  margin-bottom: 10px; }

.ccr .actuality-detail img {
  margin: 10px 0 20px; }

.ccr .about-us {
  padding: 20px 0 25px;
  margin: 0; }

.ccr .about-us .portlet-column {
  width: 32.3%;
  display: inline-block;
  float: left;
  list-style-type: none; }

.ccr .about-us .portlet-column:nth-of-type(2) {
  margin-right: 15px;
  margin-left: 15px; }

.ccr .about-us .home-about-us {
  display: inline-block;
  vertical-align: middle;
  height: 220px;
  line-height: 220px;
  text-align: center;
  padding: 0 40px;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.ccr .about-us .home-about-us a {
  display: inline-block;
  vertical-align: middle; }

.ccr .about-us .home-about-us a:hover, .ccr .about-us .home-about-us a:focus {
  color: white !important;
  text-decoration: none !important; }

.ccr .about-us .home-about-us hr {
  margin: -50px auto 0;
  width: 80px; }

.ccr .about-us .ccr-image-background {
  background-image: linear-gradient(rgba(80, 80, 80, 0.6), rgba(80, 80, 80, 0.6)), url("../images/example-home-1.png");
  max-height: 220px;
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

.ccr .about-us .ccr-image-background hr {
  display: none; }

@media screen and (max-width: 995px) {
  .ccr .about-us {
    padding: 10px 0; }

  .ccr .about-us .portlet-column {
    width: 32%; }

  .ccr .about-us .portlet-column:nth-of-type(2) {
    margin-right: 2%;
    margin-left: 2%; }

  .ccr .about-us .home-about-us {
    height: 160px;
    line-height: 160px !important;
    padding: 0px 10px; }

  .ccr .about-us .home-about-us hr {
    margin: 10px auto;
    width: 60px; } }
@media screen and (max-width: 767px) {
  .ccr .about-us {
    padding: 10px 0 0; }

  .ccr .about-us .portlet-column {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px; }

  .ccr .about-us .portlet-column:nth-of-type(2) {
    margin-right: 0;
    margin-left: 0; }

  .ccr .about-us .home-about-us {
    padding: 0 20px;
    width: 100%; }

  .ccr .about-us .home-about-us a {
    font-size: 20px; }

  .ccr .about-us .home-about-us hr {
    display: none; } }
.ccr .about-number {
  overflow: hidden; }

.ccr .about-number .map,
.ccr .about-number .numbers {
  height: 300px;
  display: inline-block;
  float: left;
  margin-bottom: 30px; }

.ccr .about-number .map {
  width: 50%;
  position: relative; }

.ccr .about-number .numbers {
  width: 50%;
  margin-top: -15px; }

.ccr .about-number .numbers ul {
  margin: 0; }

.ccr .about-number .numbers ul li {
  list-style-type: none;
  margin-left: 35px;
  margin-bottom: 20px; }

.ccr .about-number .numbers ul li span {
  display: inline-block;
  vertical-align: middle; }

.ccr .about-number .numbers ul li span:first-of-type::before {
  font-size: 42px;
  color: #d682b1;
  vertical-align: top;
  margin-right: 30px; }

.ccr .about-number .numbers ul li span:first-of-type.aui-icon {
  margin-left: 10px; }

.ccr .about-number .numbers ul li span:nth-of-type(3) {
  margin-left: 10px;
  width: 220px; }

.ccr .about-number .numbers ul li .icon-universe::before {
  font-size: 52px !important;
  margin-right: 5px !important;
  margin-top: 5px !important; }

@media screen and (max-width: 995px) {
  .ccr .about-number .numbers {
    width: 40%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0; }

  .ccr .about-number .numbers ul li {
    clear: both;
    margin-left: 5px;
    margin-bottom: 30px; }

  .ccr .about-number .numbers ul li span:first-of-type::before {
    font-size: 30px;
    margin-right: 15px;
    margin-top: 0; }

  .ccr .about-number .numbers ul li span:first-of-type.aui-icon {
    margin-left: 10px; }

  .ccr .about-number .numbers ul li span:nth-of-type(3) {
    width: 142px;
    margin-left: 5px; }

  .ccr .about-number .numbers ul li .icon-universe::before {
    font-size: 36px !important;
    margin-right: 7px !important;
    margin-top: 0px !important; }

  .ccr .about-number .map {
    width: 60%;
    height: auto;
    max-height: 230px; }

  .ccr .about-number .map img {
    max-height: 230px; } }
@media screen and (max-width: 767px) {
  .ccr .about-number .map,
  .ccr .about-number .numbers {
    width: 100%; }

  .ccr .about-number .numbers {
    display: inline-block; }

  .ccr .about-number .numbers ul {
    width: 300px;
    margin: 0 auto; }

  .ccr .about-number .numbers ul li span:first-of-type {
    font-size: 40px; }

  .ccr .about-number .numbers ul li span:first-of-type::before {
    font-size: 34px; }

  .ccr .about-number .numbers ul li span:first-of-type.aui-icon {
    margin-left: 10px; }

  .ccr .about-number .numbers ul li span:nth-of-type(3) {
    font-size: 18px;
    width: 142px; } }
.ccr .news .column-1 .home-publication-lg img {
  width: 100%;
  height: 180px; }

.ccr .news .column-1 .home-publication-lg .publication-txt {
  min-height: 368px;
  padding: 10px 15px 0; }

.ccr .news .column-3 .home-publication-lg {
  overflow: hidden; }

.ccr .news .column-3 .home-publication-lg .img-container {
  overflow: hidden;
  height: 190px;
  display: inline-block; }

.ccr .news .column-3 .home-publication-lg .img-container.video::before {
  background-color: rgba(181, 181, 181, 0.9); }

.ccr .news .column-3 .home-publication-lg .img-container.video img {
  transform: translate(-50%, -10%); }

.ccr .news .column-3 .home-publication-lg img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.ccr .news .column-3 .home-publication-lg .publication-txt {
  padding-top: 10px;
  overflow: hidden; }

.ccr .news .column-3 .home-rapport {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 15px 15px 25px;
  margin-bottom: 30px; }

.ccr .news .column-3 .home-rapport .img-container,
.ccr .news .column-3 .home-rapport .publication-txt {
  display: inline-block;
  float: left; }

.ccr .news .column-3 .home-rapport .img-container {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  overflow: hidden; }

.ccr .news .column-3 .home-rapport .publication-txt {
  width: calc(100% - 120px);
  max-height: 108px;
  overflow: hidden;
  line-height: 16px; }

.ccr .news .column-3 .home-rapport .publication-txt h2 {
  margin-top: 0;
  margin-bottom: 4px; }

.ccr .news .column-3 .home-rapport .publication-txt span {
  line-height: 12px; }

@media screen and (max-width: 995px) {
  .ccr .news .column-1 .home-publication-lg .publication-txt {
    min-height: 303px; }

  .ccr .news .column-3 .home-rapport {
    width: 100%;
    margin: 10px 0; }

  .ccr .news .column-3 .home-rapport .img-container {
    max-height: 230px; }

  .ccr .news .column-3 .home-publication-lg .publication-txt {
    width: calc(100% - 400px);
    display: inline-block;
    float: left; }

  .ccr .news .column-3 .home-publication-lg .img-container {
    margin-right: 2%;
    max-width: 370px;
    max-height: 215px;
    height: auto; }

  .ccr .news .column-3 .home-publication-lg .publication-txt {
    padding-top: 10px; }

  .ccr .news .column-3 .home-publication-lg .publication-txt h2 {
    font-size: 26px;
    line-height: 32px; } }
@media screen and (max-width: 767px) {
  .ccr .news .column-1 .home-publication-lg img {
    height: auto; }

  .ccr .news .column-3 .home-rapport {
    padding: 10px; }

  .ccr .news .column-3 .home-publication-lg .img-container,
  .ccr .news .column-3 .home-publication-lg .publication-txt {
    width: 100%;
    float: none; }

  .ccr .news .column-3 .home-publication-lg .img-container {
    height: auto;
    margin-right: 0; } }
.ccr .publication-detail .page-discovery {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 200px; }

.ccr .publication-detail .page-discovery .img-container,
.ccr .publication-detail .page-discovery .portlet-layout {
  display: inline-block;
  float: left; }

.ccr .publication-detail .page-discovery .img-container {
  max-width: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1; }

.ccr .publication-detail .page-discovery .page-discovery-txt {
  height: auto; }

.ccr .publication-detail .page-discovery .page-discovery-txt.full p {
  width: 100%;
  padding-right: 0px; }

.ccr .publication-detail .page-discovery .btn-discover {
  position: relative;
  bottom: 0px; }

.ccr .publication-detail .page-discovery .portlet-layout {
  padding-left: 120px !important;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #1a5b81; }

.ccr .publication-detail .page-discovery .portlet-layout h2,
.ccr .publication-detail .page-discovery .portlet-layout p {
  color: white; }

.ccr .publication-detail .page-discovery .portlet-layout h2 {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  line-height: 24px; }

.ccr .publication-detail .page-discovery .portlet-layout p {
  margin-bottom: 10px; }

.ccr .publication-detail .page-discovery .portlet-layout a {
  right: auto;
  top: auto;
  margin: 0px 10px 0px 10px; }

@media screen and (max-width: 767px) {
  .ccr .publication-detail .page-discovery {
    padding-right: 0px; }

  .ccr .publication-detail .page-discovery .img-container {
    max-width: 90px; }

  .ccr .publication-detail .page-discovery .portlet-layout {
    padding-right: 10px;
    padding-left: 120px !important; }

  .ccr .publication-detail .page-discovery .portlet-layout h2 {
    font-size: 24px; }

  .ccr .publication-detail .page-discovery .portlet-layout p {
    display: none; }

  .ccr .publication-detail .page-discovery .portlet-layout a {
    margin: 0;
    padding: 10px; }

  .ccr .publication-detail .page-discovery .portlet-layout .btn-discover {
    display: inline-block;
    bottom: 0px; } }
.ccr .propos .txt-content .txt-content-hat {
  display: inline-block;
  margin-bottom: 25px; }

.ccr .propos .txt-content .column-1,
.ccr .propos .txt-content .column-2 {
  width: 49%;
  display: inline-block;
  float: left;
  margin-bottom: 25px; }

.ccr .propos .txt-content .column-1 span:first-of-type,
.ccr .propos .txt-content .column-2 span:first-of-type {
  display: inline-block;
  margin-bottom: 25px; }

.ccr .propos .txt-content .column-1 {
  margin-right: 2%; }

@media screen and (max-width: 767px) {
  .ccr .propos > div:first-of-type {
    display: none; }

  .ccr .propos .txt-content .column-1,
  .ccr .propos .txt-content .column-2 {
    width: 100%;
    float: none;
    margin: 0 0 10px 0; }

  .ccr .propos .txt-content .column-1 span:first-of-type,
  .ccr .propos .txt-content .column-2 span:first-of-type {
    margin-bottom: 10px; }

  .ccr .propos .txt-content .column-1 {
    margin-bottom: 30px; }

  .ccr .propos .txt-content .column-2 {
    display: none; } }
.ccr .activities-asset-publisher .blue-version:hover {
  background-color: #1a5b81; }

.ccr .activities-asset-publisher .blue-version:hover h3, .ccr .activities-asset-publisher .blue-version:hover .txt-content {
  color: white; }

/*   .ccr .activities-asset-publisher .blue-version:hover h2 a, .ccr .activities-asset-publisher .blue-version:hover p a {
     color: white; }
   .ccr .activities-asset-publisher .blue-version:hover h2 a:hover, .ccr .activities-asset-publisher .blue-version:hover p a:hover {
     color: white;
     text-decoration: underline !important; }*/
.ccr .activities-asset-publisher .blue-version.txt-content {
  display: inline-block !important;
  position: relative;
  height: 470px; }

.ccr .activities-asset-publisher .pink-version:hover {
  background-color: rgba(192, 24, 119, 0.7); }

.ccr .activities-asset-publisher .pink-version:hover h3, .ccr .activities-asset-publisher .pink-version:hover .txt-content {
  color: white; }

.ccr .activities-asset-publisher .pink-version.txt-content {
  display: inline-block !important;
  position: relative;
  height: 470px; }

@media screen and (max-width: 995px) {
  .ccr .activities-asset-publisher .blue-version.txt-content {
    padding-right: 10px !important; }

  .ccr .activities-asset-publisher .blue-version.txt-content .h3 {
    margin-right: 0px; }

  .ccr .activities-asset-publisher .pink-version.txt-content {
    padding-left: 10px !important; }

  .ccr .activities-asset-publisher .pink-version.txt-content .h3 {
    margin-left: 0px; }

  .ccr .activities-asset-publisher h2 {
    font-size: 28px;
    line-height: 1; }

  .ccr .activities-asset-publisher .txt-content {
    font-size: 12px;
    line-height: 20px; }

  .ccr .activities-asset-publisher .left {
    padding-left: 10px;
    padding-right: 30px; }

  .ccr .activities-asset-publisher .right {
    padding-right: 10px;
    padding-left: 10px; }

  .ccr .activities-asset-publisher .full.txt-content {
    padding-left: 10px !important; } }
@media screen and (max-width: 767px) {
  .ccr .activities-asset-publisher .blue-version,
  .ccr .activities-asset-publisher .pink-version {
    background-color: transparent; }

  .ccr .activities-asset-publisher .blue-version .txt-content,
  .ccr .activities-asset-publisher .pink-version .txt-content {
    color: #333333; }

  .ccr .activities-asset-publisher .blue-version h3 {
    color: #1a5b81; }

  .ccr .activities-asset-publisher .pink-version h3 {
    color: #c01877; }

  .ccr .activities-asset-publisher h3,
  .ccr .activities-asset-publisher .txt-content,
  .ccr .activities-asset-publisher h3 {
    padding-top: 20px; }

  .ccr .activities-asset-publisher .left,
  .ccr .activities-asset-publisher .right {
    padding: 0 10px; }

  .ccr .activities-asset-publisher .full {
    width: 100%;
    padding: 0 10px; }

  .ccr .activities-asset-publisher .full .txt-content {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px; } }
.ssk-linkedin {
  color: white !important; }