/***********************************/
/*    Portail - NE PAS MODIFIER    */
/***********************************/

#portal {
  /*height: 100%;*/
}

.portal-translation-alertbox {
  background-color: #e2e2e2;
  color: #000000;
  font-size: 11px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  position: relative;
}

.portal-translation-alertbox-head {
  background-color: #00aef0;
  color: #ffffff;
  float: left;
  font-size: 1.25em;
  font-weight: 500;
  height: 100%;
  line-height: 36px;
  margin-right: 11px;
  padding: 0 16px;
  width: 50px;
}

.portal-translation-alertbox-text {
  background-color: #e2e2e2;
  color: #000000;
  font-size: 11px;
  height: 100%;
  line-height: 36px;
}

.portal-translation-alertbox-close {
  background-color: #cbcbcb;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  color: #444;
  cursor: pointer;
}
.portal-translation-alertbox-close:hover {
  text-decoration: none;
}

.portal-translation-alertbox + #portal {
  height: calc(100% - 36px);
}

.frame img {
  height: auto;
  max-width: 100%;
}

.frame img[data-not-responsive] {
  max-width: none;
}

.cms-inner-layout {
  padding: 0;
}

.portal-slider {
  position: relative;
  overflow-x: hidden;
}

.portal-slider-layout {
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  /*max-height: 800px;*/
}

.portal-slider-zone {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*max-height: 100vh;
    min-height: 100vh;*/
  max-height: 100%;
  min-height: 100%;
  margin-right: 10px;
}

.portal-slider-zone:last-child {
  margin-right: 0;
}

.portal-slider-nav {
  position: absolute;
  z-index: 5;
  top: 0;
  background-color: transparent;
  height: 100%;
  width: 35px;
  text-align: center;
  vertical-align: middle;
  outline: 0;
  -moz-transition: background-color 0.8s;
  -o-transition: background-color 0.8s;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.portal-slider-nav:hover {
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.portal-slider-nav:hover span {
  color: #1a424a;
}

.portal-slider-nav span {
  font-size: 24px;
  color: transparent;
  -moz-transition: color 0.8s;
  -o-transition: color 0.8s;
  -webkit-transition: color 0.8s;
  transition: color 0.8s;
}

.portal-slider-nav-backward {
  left: 0;
  /*@include rtlFlip();*/
}

.portal-slider-nav-forward {
  right: 0;
  /*@include rtlFlip();*/
}

ul.liste-encart {
  list-style-type: none;
}

ul.liste-encart li {
  color: black;
  line-height: 22px;
  background: url('images/content-li.gif') no-repeat 0 7px;
  padding-left: 14px;
}

ul.liste-encart li a:link {
  text-decoration: none;
  color: Black;
}

ul.liste-encart li a:visited {
  color: Black;
}

ul.liste-encart li a:active {
  color: Black;
}

ul.liste-encart li a:hover {
  text-decoration: none;
  color: #94aac3;
}

ul.liste-encart li .selected {
  font-family: 'Segoe UI Semibold', Helvetica, tahoma, Arial, sans-serif;
  font-weight: bold;
}

/* SDI subscription frame */
.frame .sdi-service-subscription p {
  font-size: 14px;
}

.frame .sdi-service-subscription .glyphicon {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.frame .sdi-service-subscription .glyphicon-refresh {
  font-size: 16px;
}

.frame .sdi-service-subscription .glyphicon-volume-down {
  font-size: 22px;
}

.frame .alert-info.social-network-desactivated {
  margin-top: 20px;
}

/* Newsletter frame */

.frame .newsletter-display-wrapper {
  position: relative;
}

.frame .newsletter-display-iframe {
  width: 100%;
  border: 0;
}

/* PORTAL COMMENT FRAME */

.portal-comment-owner {
  margin-top: 30px;
}

.portal-comment {
  position: relative;
  border-top: solid 1px #dbdbdb;
  padding-top: 10px;
}

.portal-comment-comments > ul > .portal-comment-comment:first-child {
  border-top: 0;
}

.portal-comment-textarea {
  resize: vertical;
}

.portal-comment-reply-button,
.portal-comment-modify-button {
  margin-bottom: 10px;
  margin-right: 5px;
}

.portal-comment-data {
  display: table;
  width: 100%;
}

.portal-comment-thumb {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}

.frame .portal-comment-thumb img {
  height: 48px;
  width: 48px;
  max-width: none;
  background-size: cover;
  background-position: center center;
}

.frame .portal-comment-thumb.portal-comment-thumb-small img {
  height: 36px;
  width: 36px;
}

.portal-comment-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  /*padding-top: 10px;*/
  margin-bottom: 10px;
}

.portal-comment-content .form-group {
  margin-bottom: 10px;
}

.portal-comment-user {
  font-size: 14px;
  font-weight: bold;
}

.portal-comment-date {
  font-size: 12px;
}

.portal-comment-actions {
  margin-top: -10px;
}

.portal-comment-reply {
  margin-bottom: 10px;
}

.portal-comment-reply.collapsing {
  -webkit-transition: none;
  transition: none;
}

.portal-comment-replies-2 {
  margin-left: 46px;
}

.portal-comment-replies-1 {
  margin-left: 58px;
}

.portal-comments-write {
  margin-top: 15px;
}

.portal-comment-fl_left {
  float: left;
}

.portal-comment-fl_right {
  float: right;
}

.portal-comment-admin-actions {
  margin-bottom: 15px;
}

.portal-comment-read-more-state {
  display: none;
}

.portal-comment-read-more-target {
  display: none;
}

.portal-comment-read-more-state:checked
  ~ .portal-comment-read-more-wrap
  .portal-comment-read-more-target {
  display: initial;
}

.portal-comment-read-more-trigger {
  padding: 0 0.5em;
  border: 0;
  line-height: 15px;
  vertical-align: inherit;
}

.portal-comment-read-more-state:checked
  ~ .portal-comment-read-more-wrap
  .portal-comment-read-more-trigger {
  display: none;
}

body.cf-design-mode [data-res-key] {
  min-height: 1em;
  min-width: 1em;
}

@media only screen and (max-width: 450px) {
  .hiddenOnMobile {
    display: none;
  }

  .icon-resize-full-on-mobile:before {
    content: '\e82d';
  }
}
