@charset "UTF-8";
/*----------------------Administration----------------------*/
.tabs--primary {
  margin-bottom: 15px; }

.path-user .tabs--primary {
  display: none; }

/*----------------------Formulaire d'inscription----------------------*/
/*----------------------Formulaire de connexion----------------------*/
.lic {
  float: right; }

.signin-title-primary {
  font-size: 28px; }

.signin-title-secondary {
  font-size: 26px; }

.form-submit {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  border: 0;
  min-height: 40px;
  width: 100%;
  background-color: #0e4265;
  color: #fff;
  padding: 11px; }
  .form-submit:hover {
    background: #ff7c03;
    color: #fff; }

.form-control {
  display: block;
  width: 100%;
  /*padding: 20px;*/
  padding-left: 15px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.link-in-error {
  color: #1b84e7 !important;
  text-decoration: underline !important;
  font-weight: 500 !important; }

.form-required:after {
  margin: 5px; }

.form-actions .btn, .form-actions .btn-group {
  margin-top: 15px; }

.drupal-message-login {
  width: 400px; }

.signin-box .region-content {
  min-height: 0 !important; }

/******* Formulaire suppression user *******/
.user-cancel-form {
  font-size: 0px; }

aside .card-body a {
  color: white;
  text-decoration: underline; }
  aside .card-body a:hover {
    color: #ff7c03;
    text-decoration: underline; }

.page-node-type-company {
  /*h2{
    &:before{
      background: transparent $i;
    }
  }*/ }
  .page-node-type-company .button-orange {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 10px;
    border: 3px solid #ff7c03;
    color: #fff !important;
    background: #ff7c03;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    outline: none;
    margin-bottom: -5px; }
    .page-node-type-company .button-orange:hover {
      background: #ff7c03;
      color: #fff;
      box-shadow: inset 0px 0px 0px 3px #fff;
      border-color: #ff7c03; }
  .page-node-type-company .button-statistics {
    color: #ff7c03;
    padding: 10px 0 5px 10px;
    font-size: 15px; }
    .page-node-type-company .button-statistics:hover {
      color: #0e4265; }
  .page-node-type-company .tableau {
    width: 80%; }
    @media (max-width: 992px) {
      .page-node-type-company .tableau {
        width: 100%; } }
  .page-node-type-company .titre-gauche {
    display: inline-block; }
  .page-node-type-company .form-container {
    width: 80%;
    padding-bottom: 5px;
    position: relative; }
    @media (max-width: 992px) {
      .page-node-type-company .form-container {
        width: 100%; } }
  .page-node-type-company .toggle-access {
    margin-top: -10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center; }
    .page-node-type-company .toggle-access .pastille {
      height: 20px;
      width: 20px;
      background-color: #0e4265;
      border-radius: 10px;
      margin-right: 15px;
      position: relative; }
      .page-node-type-company .toggle-access .pastille.activated:after {
        background-color: #23BF08; }
      .page-node-type-company .toggle-access .pastille.deactivated:after {
        background-color: #dc3545; }
      .page-node-type-company .toggle-access .pastille:after {
        position: absolute;
        height: 14px;
        left: 3px;
        width: 14px;
        display: block;
        border-radius: 10px;
        content: ' ';
        top: 3px; }
    .page-node-type-company .toggle-access .button-orange {
      margin: 0;
      line-height: 10px; }
  .page-node-type-company .extend {
    position: absolute;
    right: 0;
    bottom: 20px;
    color: #0e4265; }
    .page-node-type-company .extend p {
      color: #0e4265 !important;
      margin-bottom: 0 !important; }
    .page-node-type-company .extend input[type=date] {
      padding: 5px; }
    .page-node-type-company .extend input[type=submit] {
      display: inline-block;
      padding: 5px;
      border: 3px solid #ff7c03;
      color: #fff !important;
      background: #ff7c03;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: 2px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      outline: none; }
      .page-node-type-company .extend input[type=submit]:hover {
        background: #ff7c03;
        color: #fff;
        box-shadow: inset 0px 0px 0px 3px #fff;
        border-color: #ff7c03; }
  .page-node-type-company div.div-contrat-purchase {
    min-height: 80px;
    /*&:before {
      position: absolute;
      content: '';
      height: 4px;
      width: 220px;
      background: #fd7f00;
      display: inline-block;
    }*/ }
  .page-node-type-company .header-menu-item.active {
    position: relative; }
    .page-node-type-company .header-menu-item.active::after {
      content: '';
      position: absolute;
      height: 3px;
      width: 100%;
      background-color: #ff7c03;
      left: 0;
      bottom: -5px; }
    .page-node-type-company .header-menu-item.active a {
      color: #ff7c03 !important; }

.page-node-type-support-page {
  /*.active, div[name="support_page_item"]{
    position: relative;
    &::after{
      content: '';
      position: absolute;
      height: 3px;
      width: 100%;
      background-color: #ff7c03;
      left: 0;
      bottom: -5px;
    }
    a{
      color: $orange $i;
    }
  }*/ }
  .page-node-type-support-page .card .card-body {
    border-left: none;
    padding-left: 5px; }
  .page-node-type-support-page .card .card-profile-position {
    font-size: 16px; }
  .page-node-type-support-page .card .media {
    font-size: 16px; }
  .page-node-type-support-page i {
    padding-right: 10px; }
  .page-node-type-support-page h2 {
    font-size: 28px;
    color: #ff7c03;
    font-weight: 400; }
  .page-node-type-support-page .media-body {
    color: #343a40 !important; }

#block-mainpagecontent .page-notification {
  background-color: yellow; }

body {
  background-color: #F3F3F3 !important; }

.main-container {
  min-height: 718px; }

.breadcrumb {
  background-color: #F3F3F3 !important; }

h1 {
  text-shadow: none;
  color: #0e4265;
  font-size: 42px;
  text-align: left;
  line-height: normal;
  width: 100%;
  display: inline-block;
  padding: 0;
  position: relative;
  border-bottom: 0 !important;
  margin-bottom: 25px !important;
  margin-top: 20px !important; }
  h1:after {
    clear: both;
    display: block;
    content: "";
    position: relative;
    top: 0px;
    border: 3px solid #ff7c03;
    width: 100%;
    height: 2px; }

.region-content, .custom-page-content {
  min-height: 661px; }
  .region-content .content .chapeau, .custom-page-content .content .chapeau {
    font-size: 18px;
    color: #0e4265;
    font-weight: 600;
    line-height: 22px;
    text-transform: none;
    margin-bottom: 10px; }
  .region-content .content h1, .custom-page-content .content h1 {
    text-shadow: none;
    color: #0e4265;
    font-size: 42px;
    text-align: center;
    line-height: normal;
    width: 100%;
    display: inline-block;
    padding: 0;
    position: relative; }
  .region-content .content hr, .custom-page-content .content hr {
    border-top: 1px solid #ededed;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0; }
  .region-content .content ol li, .custom-page-content .content ol li {
    font-size: 16px;
    color: #575757;
    font-weight: 100;
    line-height: 24px; }
  .region-content .content ul li, .custom-page-content .content ul li {
    font-size: 16px;
    color: #575757;
    font-weight: 100;
    list-style-type: none;
    list-style-image: none;
    line-height: 24px; }
    .region-content .content ul li:before, .custom-page-content .content ul li:before {
      content: "\25AA";
      color: #0e4265;
      height: 7px;
      width: 7px;
      padding-right: 5px;
      margin-left: -12px; }
  .region-content .content p, .custom-page-content .content p {
    font-size: 16px;
    color: #575757;
    font-weight: 100;
    line-height: 22px;
    margin-bottom: 10px; }
    .region-content .content p a.button-orange, .custom-page-content .content p a.button-orange {
      display: inline-block;
      margin-top: 10px;
      padding: 10px 15px;
      border: 3px solid #ff7c03;
      color: #fff;
      background: #ff7c03;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 15px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: 2px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      outline: none;
      cursor: pointer; }
      .region-content .content p a.button-orange:hover, .custom-page-content .content p a.button-orange:hover {
        background: #ff7c03;
        color: #fff;
        box-shadow: inset 0px 0px 0px 3px #fff; }
    .region-content .content p a.button-bleu, .custom-page-content .content p a.button-bleu {
      display: inline-block;
      margin-top: 10px;
      padding: 10px 15px;
      border: 3px solid #0e4265;
      color: #fff;
      background: #0e4265;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 15px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: 2px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      outline: none;
      cursor: pointer; }
      .region-content .content p a.button-bleu:hover, .custom-page-content .content p a.button-bleu:hover {
        background: #0e4265;
        color: #fff;
        box-shadow: inset 0px 0px 0px 3px #fff; }
  .region-content .content a, .custom-page-content .content a {
    color: #fd7f00;
    text-decoration: none; }
    .region-content .content a:hover, .custom-page-content .content a:hover {
      color: #0e4265; }
  .region-content .content strong, .custom-page-content .content strong {
    font-weight: bold !important; }
  .region-content .content h2, .custom-page-content .content h2 {
    font-size: 56px;
    color: #0e4265;
    margin-bottom: 10px;
    padding-top: 0px;
    font-family: Roboto;
    display: inline-block;
    font-weight: 100;
    font-weight: 500;
    font-size: 32px;
    margin-top: 10px; }
    .region-content .content h2:before, .custom-page-content .content h2:before {
      margin-bottom: 50px;
      content: '';
      height: 4px;
      width: 110%;
      margin-left: -5%;
      background: #fd7f00;
      display: inline-block;
      width: 100%;
      margin: 0 0 10px 0; }
  .region-content .content h3, .custom-page-content .content h3 {
    font-size: 28px;
    color: #0e4265;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: normal;
    font-weight: 100;
    letter-spacing: 1px; }
  .region-content .content h4, .custom-page-content .content h4 {
    font-size: 24px;
    color: #0e4265;
    margin-top: 30px;
    margin-bottom: 5px;
    line-height: normal; }
  .region-content .content table, .custom-page-content .content table {
    border-width: 0px; }
    .region-content .content table tr th, .custom-page-content .content table tr th {
      border-top: 0;
      border-bottom: 0;
      border-right: 0;
      border-left: 0;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      background-color: #0e4265;
      color: #fff;
      letter-spacing: 0.5px;
      padding: 5px; }
    .region-content .content table tr td, .custom-page-content .content table tr td {
      border-top-color: #dee2e6;
      color: #5b636a;
      padding: 0.75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6; }
    .region-content .content table tbody tr:nth-child(odd), .custom-page-content .content table tbody tr:nth-child(odd) {
      background-color: #f8f9fa; }

@-moz-document url-prefix() {
  .region-content .content table tbody tr:nth-child(odd), .custom-page-content .content table tbody tr:nth-child(odd) {
    background-color: unset !important; } }

.slim-header .container {
  justify-content: space-between; }
  .slim-header .container .menu-mobile-icon {
    width: 100%; }
  .slim-header .container .slim-header-left {
    justify-content: flex-start;
    width: 33%; }
  .slim-header .container .slim-header-right,
  .slim-header .container .menu-mobile-icon {
    justify-content: flex-end; }
  .slim-header .container .slim-header-right {
    width: 66%; }
  @media (min-width: 768px) {
    .slim-header .container .slim-header-right {
      display: flex; }
    .slim-header .container .menu-mobile-icon {
      display: none; } }
  @media (max-width: 767px) {
    .slim-header .container .slim-header-right {
      display: none; }
    .slim-header .container .menu-mobile-icon {
      display: block;
      text-align: right;
      padding-right: 25px; }
      .slim-header .container .menu-mobile-icon .menu-toggle {
        font-size: 22px; } }

#menu-mobile {
  transition: all 0.3s ease; }
  #menu-mobile.open {
    display: block;
    opacity: 1;
    z-index: 999; }
  @media (min-width: 768px) {
    #menu-mobile {
      display: none; } }
  @media (max-width: 767px) {
    #menu-mobile {
      position: absolute;
      z-index: -50;
      top: 4%;
      bottom: 0;
      right: 0;
      opacity: 0;
      background-color: #fff;
      box-shadow: -1px 12px 11px 0px #0000009c; }
      #menu-mobile ul {
        padding: 0; }
        #menu-mobile ul li {
          list-style: none;
          padding: 14px 10px;
          border-bottom: 1px solid #0e4265; }
          #menu-mobile ul li .sign-out {
            border: 2px solid #ff7c03;
            border-radius: 2px;
            padding: 5px;
            text-align: center;
            margin: 12px 10px;
            font-weight: bold;
            transition: all 0.3s ease; }
          #menu-mobile ul li .header-menu-item {
            width: 100%;
            margin-left: 0; } }

.slim-logo .signin-box {
  margin-bottom: 20px; }

.slim-logo a {
  color: #ff7c03;
  font-size: 30px;
  font-style: italic; }

.slim-logo img {
  margin-right: -15px; }

.search-box .btn {
  background-color: #0e4265; }
  .search-box .btn:hover {
    background-color: #ff7c03; }

.header-notification .indicator {
  background-color: #ff7c03; }

.logged-user img {
  border-color: #ff7c03; }

.header-menu-item.active {
  position: relative; }
  .header-menu-item.active::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #ff7c03;
    left: 0;
    bottom: -5px; }
  .header-menu-item.active a {
    color: #ff7c03 !important; }

.banniere {
  width: 100%;
  height: 250px;
  background: url("../img/bandeau-atoll.jpg"); }
  .banniere .titre {
    /* display: flex; */
    display: block;
    position: relative;
    /* align-items: center; */
    /* justify-content: center; */
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 600; }

.sign-out {
  border: 2px solid #ff7c03;
  border-radius: 2px;
  padding: 5px;
  transition: all 0.3s ease; }
  .sign-out:hover {
    background-color: #ff7c03;
    transition: all 0.3s ease; }
    .sign-out:hover a {
      color: #fff !important; }
  .sign-out a {
    color: #ff7c03 !important; }

.header-menu-item {
  font-weight: 600;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .header-menu-item {
      max-width: 100px; } }
  @media (max-width: 768px) {
    .header-menu-item {
      width: 28%; } }
  .header-menu-item a {
    color: #0e4265; }
    .header-menu-item a:hover {
      color: #ff7c03; }

.user-options {
  width: auto !important;
  min-width: 27%;
  max-height: 45px; }
  .user-options .user-info-name-button {
    font-size: 16px;
    font-weight: normal;
    display: flex;
    /* border: 2px solid #868ba1; */
    border-radius: 2px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease; }
    @media (max-width: 1200px) and (min-width: 768px) {
      .user-options .user-info-name-button {
        padding: 0px !important; } }
    @media (max-width: 768px) {
      .user-options .user-info-name-button {
        padding: 8px 15px; } }
    .user-options .user-info-name-button i {
      font-size: 18px;
      padding-right: 10px; }
    @media (max-width: 992px) and (min-width: 768px) {
      .user-options .user-info-name-button .ion-person {
        margin-top: 8px; } }
    .user-options .user-info-name-button:hover {
      border-color: #0e4265;
      color: #0e4265 !important; }
  .user-options:hover .dropdown-content {
    display: block; }
  .user-options .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 215px;
    margin-left: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1; }
    @media (max-width: 768px) {
      .user-options .dropdown-content {
        right: 21px; } }
  .user-options .u-item {
    display: block;
    margin: 10px 0; }

.slim-navbar .nav {
  width: 100%; }

.slim-navbar .container {
  display: flex; }

.slim-navbar .nav-link {
  color: #0e4265; }
  .slim-navbar .nav-link:hover {
    background-color: #e2e4e5; }
  .slim-navbar .nav-link .icon, .slim-navbar .nav-link .fas {
    color: #ff7c03;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 400; }
  .slim-navbar .nav-link .square-8 {
    background-color: #ff7c03; }

.slim-navbar li.nav-item.is-active a {
  border-bottom: 3px solid #ff7c03;
  /*&::after {
      content: '';
      display: block;
      border-color: transparent transparent #dee2e6 transparent;
      border-width: 19px;
      position: absolute;
      margin-top: 2px;
      border-style: solid;
      margin-left: -19px;
      left: 50%;
      opacity: 1;
      z-index: 99;
      top: 42px;
      transform: rotate(180deg);
    }*/ }

.slim-navbar .nav-item.active .nav-link {
  background-image: none;
  background-color: #f0f0f0;
  color: #0e4265;
  padding: 5px; }
  .slim-navbar .nav-item.active .nav-link .icon, .slim-navbar .nav-item.active .nav-link .fas {
    color: #ff7c03; }
  .slim-navbar .nav-item.active .nav-link .fa-puzzle-piece {
    font-weight: 600; }
  .slim-navbar .nav-item.active .nav-link:hover {
    background-color: #ff7c03;
    color: #fff;
    transition: all 0.3s ease; }
    .slim-navbar .nav-item.active .nav-link:hover .icon, .slim-navbar .nav-item.active .nav-link:hover .fas {
      color: #fff;
      transition: all 0.3s ease; }
  .slim-navbar .nav-item.active .nav-link:focus {
    background-color: #ff7c03;
    color: #fff;
    transition: all 0.3s ease; }
    .slim-navbar .nav-item.active .nav-link:focus .icon, .slim-navbar .nav-item.active .nav-link:focus .fas {
      color: #fff;
      transition: all 0.3s ease; }

/*-------------------- PAGE DETAILLEE COMPANY --------------------*/
.flag {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: -2px 12px; }
  .flag.vert {
    background-color: green; }
  .flag.orange {
    background-color: orange; }
  .flag.jaune {
    background-color: yellow; }
  .flag.rouge {
    background-color: red; }

.views-element-container .extension-date {
  float: none !important; }

.views-element-container .extension-category {
  display: inline-flex;
  padding-left: 0px;
  font-size: 16px !important; }

.views-element-container .extension-version {
  display: inline-flex;
  font-size: 16px !important; }

.views-element-container .view-footer {
  margin-top: 20px; }

.views-element-container .card-header .views-field-field-livrable-name {
  width: 50% !important; }

.views-element-container .views-exposed-form {
  background-color: #fff; }
  .views-element-container .views-exposed-form .form-type-checkbox {
    padding: 20px; }
    .views-element-container .views-exposed-form .form-type-checkbox input {
      margin-right: 10px;
      margin-top: -1px; }
  .views-element-container .views-exposed-form .form-submit {
    margin-left: 20px !important;
    background-color: #ff7c03;
    border: 3px solid #ff7c03;
    padding: 8px; }
    .views-element-container .views-exposed-form .form-submit:hover {
      background: #ff7c03;
      color: #fff;
      box-shadow: inset 0px 0px 0px 3px #fff;
      border-color: #ff7c03; }

body {
  background-color: #ededed; }

.table-head {
  background-color: #F8F9FB; }

.table-tr-extension {
  border-left: 1px solid #ced4da !important;
  border-top: 1px solid #ced4da !important;
  border-right: 1px solid #ced4da !important; }

.table-extension-name {
  padding-left: 150px !important; }

.table-extension-date {
  float: right;
  padding-right: 20px !important; }

a {
  color: #0e4265;
  text-decoration: none; }
  a:active, a:focus {
    text-decoration: none; }

.new {
  width: 92px;
  position: absolute;
  top: 30px;
  right: 30px; }

.extension-title {
  color: #0e4265;
  font-weight: 600; }

.extension-type {
  border: 2px solid #ff7c03;
  background-color: #fff;
  border-radius: 2px;
  padding: 5px;
  transition: all 0.3s ease;
  color: #ff7c03;
  margin-right: 10px;
  margin-left: 0px; }
  .extension-type a {
    color: #fff !important; }

.extension-date {
  color: #0e4265;
  font-weight: 600; }

.dropdown-expanded {
  background-color: #e9ecef;
  border-left: none !important;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .dropdown-expanded p {
    margin-bottom: 0px !important; }

.accordion-two .card-header a.collapsed {
  border-bottom-color: #0000001a; }

.right-block .tx-white-8 {
  color: #92b2c7; }

.right-block.card-body {
  padding: 15px; }

.right-block.card-front {
  margin-bottom: 25px; }

.right-block.bg-primary {
  background-color: #0e4265 !important; }

.right-block .card-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0px;
  display: flex;
  align-items: center; }
  @media (max-width: 992px) and (min-width: 768px) {
    .right-block .card-title {
      display: block;
      text-align: center;
      font-size: 16px; } }

.right-block .card-text {
  margin-bottom: 0px !important;
  font-size: 13px; }

.right-block p {
  color: #fff !important; }

.right-block i {
  color: #ff7c03;
  font-size: 30px;
  padding-right: 10px; }
  @media (max-width: 992px) and (min-width: 768px) {
    .right-block i {
      padding-right: 0px;
      margin-bottom: 10px; } }

.card .tx-white-8 {
  color: #4c4c4c; }

.card.card-front {
  margin-bottom: 25px; }

.card.bg-primary {
  background-color: #fff !important;
  margin-top: 1%;
  margin-bottom: 1%;
  border-left: 15px solid #ff7c03; }
  .card.bg-primary:last-child {
    border-left: 15px solid #0e4265; }

.card .card-title {
  font-size: 26px;
  margin-bottom: 0px;
  color: #0e4265; }

.card .card-subtitle {
  font-size: 16px;
  padding-bottom: 0px;
  padding-bottom: 5px; }

.card .card-body {
  padding: 10px !important; }

.front-title {
  background-color: #F3F3F3;
  padding: 0 10px 0 5px;
  position: relative;
  z-index: 101; }

.slim-pagetitle {
  color: #0e4265;
  border-color: #ff7c03;
  flex: auto; }
  .slim-pagetitle:after {
    display: block;
    content: "";
    margin-top: -2px;
    position: relative;
    top: -10px;
    background: url("../img/border.jpg");
    width: 100%;
    height: 2px; }

@media (max-width: 768px) {
  .slim-footer .container {
    display: flex;
    justify-content: space-between; } }

.path-additional-downloads {
  /*.active, div[name="additional_downloads_item"]{
    position: relative;
    &::after{
      content: '';
      position: absolute;
      height: 3px;
      width: 100%;
      background-color: #ff7c03;
      left: 0;
      bottom: -5px;
    }
    a{
      color: $orange $i;
    }
  }*/ }

.path-maps {
  /*.active, div[name="maps_item"]{
    position: relative;
    &::after{
      content: '';
      position: absolute;
      height: 3px;
      width: 100%;
      background-color: #ff7c03;
      left: 0;
      bottom: -5px;
    }
    a{
      color: $orange $i;
    }
    &.user-options::after{
      display: none;
    }
  }*/ }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  font-size: 25px !important; }

.carousel-indicators {
  bottom: 0px;
  left: 20px; }
  .carousel-indicators li {
    width: 6px;
    height: 6px; }
    .carousel-indicators li.active {
      width: 8px;
      height: 8px; }

.carousel-control {
  bottom: 40px; }

.carousel-control.right {
  background-image: none; }

.carousel-control.left {
  background-image: none; }

.carousel-inner {
  border: 1px solid #dfdfdf; }
  .carousel-inner .item {
    height: 204px;
    background-color: #0e4265; }

.carousel-extension-type {
  border: 2px solid #ff7c03;
  background-color: all 0.3s ease;
  border-radius: 2px;
  color: #ff7c03;
  padding: 5px;
  transition: all 0.3s ease;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 3%;
  font-size: 16px; }

.carousel-new {
  font-weight: bold;
  border: 2px solid #ff7c03;
  background-color: #ff7c03;
  border-radius: 2px;
  color: #fff;
  padding: 5px;
  transition: all 0.3s ease;
  color: #fff;
  margin-right: 10px;
  margin-left: 0px;
  position: absolute;
  top: 5px;
  left: 3%;
  font-size: 16px; }

.carousel-caption {
  top: 23%; }
  .carousel-caption h3 {
    font-size: 18px;
    color: #fff; }

.slim-mainpanel {
  background-color: #F3F3F3 !important;
  min-height: 469px; }
  .slim-mainpanel .tx-primary {
    color: #0e4265; }
  .slim-mainpanel .tx-secondary {
    color: #ff7c03; }
  .slim-mainpanel .progress-bar.bg-primary {
    background-color: #ff7c03 !important; }
  .slim-mainpanel .btn-primary {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    border: 3px solid #ff7c03;
    color: #fff;
    background: #ff7c03;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    outline: none;
    margin-top: 0px; }
    .slim-mainpanel .btn-primary:hover {
      background: #ff7c03;
      color: #fff;
      box-shadow: inset 0px 0px 0px 3px #fff;
      border-color: #ff7c03; }
  .slim-mainpanel .dash-headline-item-one .statement-link {
    display: inline-block;
    padding: 5px;
    border: 3px solid #ff7c03;
    color: #ff7c03;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden; }
    .slim-mainpanel .dash-headline-item-one .statement-link:hover {
      background: #ff7c03;
      color: #fff;
      box-shadow: inset 0px 0px 0px 3px #fff;
      border-color: #ff7c03; }

.slim-footer {
  background-color: #0e4265;
  bottom: 0;
  position: relative;
  width: 100%; }
  .slim-footer .container {
    align-items: center; }
    .slim-footer .container .contact-us {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 0px !important;
      text-decorate: none; }
  .slim-footer a {
    color: white;
    font-size: 14px; }
    .slim-footer a:hover {
      color: #ff7c03;
      background-color: transparent !important; }
    .slim-footer a:focus {
      background-color: transparent !important; }

.page-node-type-page-open-files {
  color: #575757 !important; }
  .page-node-type-page-open-files .paragraph {
    border-top: 2px solid #ff7c03;
    padding: 15px;
    margin-top: 15px; }
  .page-node-type-page-open-files p {
    font-size: 16px;
    color: #575757;
    font-weight: 100;
    line-height: 22px;
    margin-bottom: 10px; }
  .page-node-type-page-open-files .table-striped tbody tr {
    background-color: #f8f9fa; }

.tablewithhover tbody tr:hover {
  cursor: pointer; }

.path-additional-downloads table tbody tr:hover, .path-maps table tbody tr:hover, .path-extensions table tbody tr:hover, .page-node-type-page-open-files table tbody tr:hover {
  cursor: pointer; }

.path-additional-downloads table thead .table-head, .path-maps table thead .table-head, .path-extensions table thead .table-head, .page-node-type-products table thead .table-head, .page-node-type-page-open-files table thead .table-head {
  background-color: #F8F9FB; }

.path-additional-downloads .keyword, .path-maps .keyword, .path-extensions .keyword, .page-node-type-products .keyword, .page-node-type-page-open-files .keyword {
  padding: 10px;
  height: 43px;
  margin-left: 10px;
  margin-top: 10px;
  width: 35%; }
  .path-additional-downloads .keyword::placeholder, .path-maps .keyword::placeholder, .path-extensions .keyword::placeholder, .page-node-type-products .keyword::placeholder, .page-node-type-page-open-files .keyword::placeholder {
    color: #868ba1 !important; }

.path-additional-downloads .card-header a.sorting, .path-maps .card-header a.sorting, .path-extensions .card-header a.sorting, .page-node-type-products .card-header a.sorting, .page-node-type-page-open-files .card-header a.sorting {
  padding: 0px;
  background-color: inherit;
  border: none;
  color: #343a40;
  font-weight: 700;
  display: inline;
  margin-left: 5px; }
  .path-additional-downloads .card-header a.sorting:before, .path-maps .card-header a.sorting:before, .path-extensions .card-header a.sorting:before, .page-node-type-products .card-header a.sorting:before, .page-node-type-page-open-files .card-header a.sorting:before {
    content: ''; }

.path-additional-downloads .select, .path-maps .select, .path-extensions .select, .page-node-type-products .select, .page-node-type-page-open-files .select {
  width: 35%;
  padding: 10px;
  margin-top: 10px; }

.path-additional-downloads .checkbox, .path-maps .checkbox, .path-extensions .checkbox, .page-node-type-products .checkbox, .page-node-type-page-open-files .checkbox {
  padding-top: 15px; }

.path-additional-downloads .card-body .col-lg-2, .path-maps .card-body .col-lg-2, .path-extensions .card-body .col-lg-2, .page-node-type-products .card-body .col-lg-2, .page-node-type-page-open-files .card-body .col-lg-2 {
  padding-top: 15px; }

.path-additional-downloads .card-body .ckbox, .path-maps .card-body .ckbox, .path-extensions .card-body .ckbox, .page-node-type-products .card-body .ckbox, .page-node-type-page-open-files .card-body .ckbox {
  display: inline-block;
  padding: 10px 10px 10px 15px; }
  .path-additional-downloads .card-body .ckbox span::after, .path-maps .card-body .ckbox span::after, .path-extensions .card-body .ckbox span::after, .page-node-type-products .card-body .ckbox span::after, .page-node-type-page-open-files .card-body .ckbox span::after {
    background-color: #ff7c03 !important;
    top: 11px;
    left: 15px; }
  .path-additional-downloads .card-body .ckbox span:before, .path-maps .card-body .ckbox span:before, .path-extensions .card-body .ckbox span:before, .page-node-type-products .card-body .ckbox span:before, .page-node-type-page-open-files .card-body .ckbox span:before {
    top: 11px;
    left: 15px; }

.path-additional-downloads .extension-text, .path-maps .extension-text, .path-extensions .extension-text, .page-node-type-products .extension-text, .page-node-type-page-open-files .extension-text {
  color: #0e4265;
  font-weight: 600;
  font-size: 18px; }

.path-additional-downloads .extension-text-light, .path-maps .extension-text-light, .path-extensions .extension-text-light, .page-node-type-products .extension-text-light, .page-node-type-page-open-files .extension-text-light {
  color: #0e4265;
  font-weight: 400;
  font-size: 18px; }

.path-additional-downloads .dropdown-colored, .path-maps .dropdown-colored, .path-extensions .dropdown-colored, .page-node-type-products .dropdown-colored, .page-node-type-page-open-files .dropdown-colored {
  border-bottom: 1px solid #ced4da;
  background-color: #e9ecef !important; }

.path-additional-downloads .dropdown-arrow, .path-maps .dropdown-arrow, .path-extensions .dropdown-arrow, .page-node-type-products .dropdown-arrow, .page-node-type-page-open-files .dropdown-arrow {
  padding-top: 3px;
  padding-left: 10px;
  font-size: 20px;
  color: #5b636a;
  font-weight: 400; }

.path-additional-downloads .td-extensions, .path-maps .td-extensions, .path-extensions .td-extensions, .page-node-type-products .td-extensions, .page-node-type-page-open-files .td-extensions {
  padding: 15px;
  padding-left: 5px; }
  .path-additional-downloads .td-extensions.extension-arrow, .path-maps .td-extensions.extension-arrow, .path-extensions .td-extensions.extension-arrow, .page-node-type-products .td-extensions.extension-arrow, .page-node-type-page-open-files .td-extensions.extension-arrow {
    width: 20px !important; }
  .path-additional-downloads .td-extensions .extension-title, .path-maps .td-extensions .extension-title, .path-extensions .td-extensions .extension-title, .page-node-type-products .td-extensions .extension-title, .page-node-type-page-open-files .td-extensions .extension-title {
    font-size: 18px; }
  .path-additional-downloads .td-extensions .extension-category, .path-maps .td-extensions .extension-category, .path-extensions .td-extensions .extension-category, .page-node-type-products .td-extensions .extension-category, .page-node-type-page-open-files .td-extensions .extension-category {
    font-size: 16px; }
  .path-additional-downloads .td-extensions .extension-version, .path-maps .td-extensions .extension-version, .path-extensions .td-extensions .extension-version, .page-node-type-products .td-extensions .extension-version, .page-node-type-page-open-files .td-extensions .extension-version {
    font-size: 16px; }
  .path-additional-downloads .td-extensions .extension-date, .path-maps .td-extensions .extension-date, .path-extensions .td-extensions .extension-date, .page-node-type-products .td-extensions .extension-date, .page-node-type-page-open-files .td-extensions .extension-date {
    font-size: 16px; }
  .path-additional-downloads .td-extensions .extension-type, .path-maps .td-extensions .extension-type, .path-extensions .td-extensions .extension-type, .page-node-type-products .td-extensions .extension-type, .page-node-type-page-open-files .td-extensions .extension-type {
    border: 2px solid #ff7c03;
    background-color: #fff;
    border-radius: 2px;
    margin-right: 5px !important;
    margin-left: 5px !important;
    padding: 5px;
    transition: all 0.3s ease;
    color: #ff7c03;
    margin-right: -15px;
    margin-left: 0px;
    font-size: 16px; }

.path-additional-downloads .td-extensions-download, .path-maps .td-extensions-download, .path-extensions .td-extensions-download, .page-node-type-products .td-extensions-download, .page-node-type-page-open-files .td-extensions-download {
  font-size: 25px; }
  .path-additional-downloads .td-extensions-download.downloaded, .path-maps .td-extensions-download.downloaded, .path-extensions .td-extensions-download.downloaded, .page-node-type-products .td-extensions-download.downloaded, .page-node-type-page-open-files .td-extensions-download.downloaded {
    color: #27ae60; }

@media (min-width: 992px) {
  .path-additional-downloads .td-extensions-title, .path-maps .td-extensions-title, .path-extensions .td-extensions-title, .page-node-type-products .td-extensions-title, .page-node-type-page-open-files .td-extensions-title {
    width: 275px; } }

.path-additional-downloads .btn-search, .path-maps .btn-search, .path-extensions .btn-search, .page-node-type-products .btn-search, .page-node-type-page-open-files .btn-search {
  border: 3px solid #ff7c03;
  color: #fff;
  background: #ff7c03;
  width: 20%;
  margin-top: 8px;
  margin-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: none;
  font-size: 19px;
  letter-spacing: 0px;
  font-weight: 500;
  float: right;
  display: block; }
  .path-additional-downloads .btn-search:hover, .path-maps .btn-search:hover, .path-extensions .btn-search:hover, .page-node-type-products .btn-search:hover, .page-node-type-page-open-files .btn-search:hover {
    background: #ff7c03;
    color: #fff;
    box-shadow: inset 0px 0px 0px 3px #fff;
    border-color: #ff7c03; }

.path-additional-downloads .btn-primary, .path-maps .btn-primary, .path-extensions .btn-primary, .page-node-type-products .btn-primary, .page-node-type-page-open-files .btn-primary {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 30px;
  border: 3px solid #ff7c03;
  color: #fff;
  background: #ff7c03;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  outline: none;
  margin-top: 0px; }
  .path-additional-downloads .btn-primary:hover, .path-maps .btn-primary:hover, .path-extensions .btn-primary:hover, .page-node-type-products .btn-primary:hover, .page-node-type-page-open-files .btn-primary:hover {
    background: #ff7c03;
    color: #fff;
    box-shadow: inset 0px 0px 0px 3px #fff;
    border-color: #ff7c03; }

.path-extensions table, .path-extensions thead, .path-extensions tr {
  box-sizing: content-box; }

@media (max-width: 992px) {
  .path-extensions .td-extensions {
    padding: 15px 3px 15px 3px !important; } }

.table-responsive {
  margin-bottom: 0px !important; }

@media (max-width: 766px) {
  .page-node-type-products .col-md-9 {
    order: 2; }
  .page-node-type-products .col-md-3 {
    order: 1; } }

/****** HEADER BLOCS DELIVERABLES *******/
.custom-page-content {
  overflow: hidden; }
  .custom-page-content div {
    max-width: 100%; }
  .custom-page-content img {
    max-width: 100%;
    height: auto; }

.header-block div p {
  font-size: 14px; }

.dataTables_filter {
  padding: 5px;
  margin-right: 5px !important; }

/****** PAGE LOG NOTIFICATIONS ******/
.page-node-type-notifs-log .region-content .content .message {
  padding: 15px;
  background-color: white;
  margin-top: 15px;
  margin-bottom: 30px; }

/****** Partie header products *******/
.product-selector {
  display: none;
  text-align: center;
  text-align-last: center; }
  @media (max-width: 991px) {
    .product-selector {
      display: block;
      width: 90%; } }
  .product-selector option {
    text-align: left; }

@media (max-width: 991px) {
  .liToHide {
    display: none !important; } }

@media (max-width: 991px) {
  .liExt {
    float: right;
    padding-left: 3%; }
    .liExt a {
      width: 100%; } }

.liExt .nav-link span {
  display: block !important; }

.user-form button.button {
  width: auto;
  padding: 13px 18px 13px 18px; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #5b636a !important; }

.linka {
  padding-bottom: 8px; }
  .linka a {
    color: #0e4265;
    font-weight: 500;
    font-size: 14px !important; }
    .linka a:hover {
      color: #ff7c03; }

a.linka2 {
  color: #0e4265;
  font-weight: 500;
  font-size: 14x !important; }
  a.linka2 .fa-lg {
    font-weight: 500 !important;
    font-size: 14x !important; }
  a.linka2:hover {
    color: #ff7c03; }

.ui-dialog-titlebar {
  border: 0px !important; }
  .ui-dialog-titlebar button {
    border: 0px !important; }

.ui-dialog-buttons #drupal-modal .form-item {
  width: 95%;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .ui-dialog-buttons #drupal-modal .form-item div {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important; }

/*.ui-dialog-titlebar-close
{
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/aui/6.0.1/aui/css/icons/aui-icon-close.png)!important;
  z-index:999999;
}*/
.ui-dialog-titlebar-close:before {
  content: "✖" !important; }

/*.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(45deg);
	vertical-align: top;
	width: 0.45em;
}*/
/*
.chevron:before { content:"\2039"; }*/
.buttoncopie {
  border: 0px !important; }

.gray {
  color: gray;
  font-style: italic; }

.elem1tokenrenw {
  padding-top: 14px;
  padding-bottom: 4px; }

.elem2tokenrenw {
  padding-top: 14px;
  padding-bottom: 4px; }

.mylabel {
  font-weight: bold; }

.editorial-page .field--name-field-edito-content h4 a {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
 }
