* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: inherit;
  color: #474747;
  font-size: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  /*background-color: #f8f8f8;*/
  text-rendering: optimizeLegibility;
  min-height: 100%;
  position: relative;
  background: #F7F7F7;
}

button:focus {
  outline: 0;
}

.btn:focus,
.btn.focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.form-control:focus,
.custom-select:focus {
  box-shadow: none;
}

.is-sticky .static-header {
  z-index: 1001 !important;
}

.static-header {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  transition: all .3s ease;
}

.static-header.js-sticky-navbar {
  z-index: 1001;
  box-shadow: 0 5px 5px rgba(151, 164, 175, 0.2);
  transition: top .5s ease-in-out;
}

.js-sticky-navbar .front-page.navbar {
  padding-bottom: 0;
}

.js-sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: top .5s ease-in-out;
  width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #009EFF;
}

.svg-item svg:hover #user,
.svg-item svg:hover #cart {
  fill: #fff;
}

.svg-item svg:hover #bg-search {
  fill: #009EFF;
}

.first-footer svg:hover #twitter,
.first-footer svg:hover #linked-in {
  fill: #009EFF;
}

a.x-svg:hover,
a.ytb-svg:hover {
  background: #009EFF !important;
}

.first-footer #youtube:hover {
  background-color: #009EFF;
  color: #0b2e13;
}

.video-play-icon svg:hover #play-icon {
  fill: #00B4FF;
}

.bg-dark {
  background-color: #0E264E !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.header {
  padding: 1rem 0 5rem;
  background: #0E264E;
}

.navbar-icon-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.nav-item .indicator {
  background: #fff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: 5px;
  text-align: center;
  color: #0e264e;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

.nav-dropdown .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.nav-dropdown .dropdown-menu .nav-link {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  text-transform: inherit;
  font-weight: 400;
  clear: both;
}

.nav-dropdown .dropdown-menu {
  min-width: 15.25rem !important;
}

.nav-account .dropdown-menu {
  min-width: 10.25rem !important;
}

.nav-dropdown .dropdown-menu li:first-child {
  padding-top: .5rem;
}

.nav-dropdown .dropdown-menu li:last-child {
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu .nav-link {
    padding-right: 0.5rem;
    padding-left: 1rem;
  }
}

.mobile-see-more .btn-link {
  background: #fff;
  border: 1px solid #fff;
}

.mobile-see-more .svg-circle {
  width: 45px;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .container {
    max-width: 601px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1022px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}

.navbar-expand-lg .navbar-brand {
  display: none;
}

/**
 * Desktop Media Query
 */
@media (min-width: 768px) {
  .mobile {
    display: none;
  }

  .tablet {
    display: none;
  }

  .desktop {
    display: block;
  }

  .index-content {
    margin-top: -2rem;
    z-index: 1;
  }

  .nav-link {
    display: block;
  }

  .navbar-nav .svg-item:not(:last-child) {
    display: inline-block;
    border-right: 1px solid #1F3B69;
    height: auto;
  }

  .cover-img-section {
    min-height: 600px;
  }

  .is-sticky .front-page.navbar {
    padding-bottom: 0;
  }

  .front-page.navbar {
    padding-bottom: 2rem;
  }

  .section-amrae-twitter {
    margin-top: 3rem;
  }

  .section-docs-cards {
    margin-top: 2rem;
  }

  .section-tv-news,
  .section-amrae-twitter {
    margin-top: 1rem;
  }

  .mobile-logo {
    display: none;
  }

  .divider-title,
  .title-with-divider {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }

  .navbar {
    padding: 0.5rem 0;
  }

  .modal-dialog {
    max-width: 860px;
  }

  .user-data-info .modal-body,
  .news-detail-info .modal-body {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .modal .form-row .col-md:first-child {
    border-right: 1px solid #d2d2d2;
  }

  .form-amrae .form-control {
    max-width: 175px;
  }

  #input-filter-search,
  #search_api_fulltext {
    width: 13rem;
  }

  .news-detail-info .news-tags {
    max-width: 100%;
    overflow-x: auto;

  }

  .dropdown-menu.dropdown-menu-anim {
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  }
}

.w-95 {
  width: 95%;
  !important;
}

.form-amrae .form-control {
  border: 1px solid #fff;
}

.form-amrae .quick-search-form .form-control {
  font-weight: 700;
  font-size: 14px;
  color: #1c1c1c;
}

.nav-dropdown .dropdown-menu {
  background: #0E264E;
}

.nav-dropdown .dropdown-item {
  color: #fff;
}

.nav-dropdown .dropdown-item:hover {
  background: none;
  color: #00B4FF;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-brand {
    display: block;
    text-align: center;
  }

  .navbar-brand .text-din-font {
    vertical-align: baseline;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    margin-top: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 1rem;
  }

  .navbar-expand-lg .navbar-nav .svg-item .nav-link {
    padding-right: 1rem;
  }

  .navbar-expand-lg .navbar-nav li:last-child .nav-link {
    padding-right: 0;
  }
}

.overlay-content-mobile {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.overlay-content-mobile h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  width: 90%;
  color: #fff;
}

.slide-content h1,
.slide-content h2 {
  color: #fff;
}

.slide-content .carousel-indicators li {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 100%;
  background-color: #000;
  opacity: 1;
}

.slide-content .carousel-indicators li.active {
  background-color: #fff;
}

.slide-content .carousel-caption {
  left: 10%;
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.carousel-caption h2,
.carousel-caption span:first-child,
.adhesion-amrae .carousel-caption p strong {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 70px;
  color: #00aee5;
  font-weight: 700;
  text-align: justify;
  line-height: 45px;
}

.adhesion-amrae .carousel-caption span:first-child,
.adhesion-amrae .carousel-caption p strong {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.carousel-caption span:last-child {
  font-size: 40px;
  text-transform: uppercase;
}

.carousel-caption h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #30373b;
  line-height: 45px;
  text-align: left;
}

.svg-inline {
  display: inline-block;
  font-size: inherit;
  /*vertical-align: -.125em;*/
}

.navbar-dark .navbar-toggler {
  border: none;

}

/**
 * Api Login  Form
 */
.bg-login-card {
  background-color: #2C4F88;
}

.bg-login-card h1,
.bg-login-card h2,
.agenda-content .agenda-big-title h2 {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.bg-login-card h2 {
  line-height: 40px;
}

.agenda-content .list-group-flush h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.agenda-content .agenda-description {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5rem;
  color: #9b9b9b;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}

.agenda-content .agenda-date h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #01B7E7;
  font-size: 30px;
}

.agenda-content .agenda-date p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.agenda-content .agenda-date {
  text-align: right;
  line-height: 0.5;
}

.agenda-content .card-body {
  padding-bottom: 0;
}

.agenda-content .bg-light-blue a:hover {
  color: #01B7E7;
  text-decoration: none;
}

.agenda-content .list-group-item:hover {
  background-color: #203E70;
  cursor: pointer;
}

.agenda-content a:hover {
  text-decoration: none;
}

.agenda-content .agenda-big-title {
  padding: 1rem;
}

.bg-login-card a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  font-size: 12px;
  font-style: italic;
}

.bg-login-card a:hover {
  color: #009EFF;
}

.bg-login-card .form-group a {
  text-decoration: none;
}

.bg-login-card .form-control {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.bg-login-card .form-control:not(.is-invalid) {
  border: 1px solid transparent;
}

.bg-login-card .btn-primary,
.bg-login-card .btn-success {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.bg-login-card .btn-primary {
  background-color: #009EFF;
  border-color: #009EFF;
}

.bg-login-card .btn-primary:hover,
.bg-login-card .btn-primary:not(:disabled):not(.disabled):active,
.bg-login-card .btn-primary:not(:disabled):not(.disabled).active,
.bg-login-card .btn-primary:focus,
.bg-login-card .btn-primary.focus {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
  background-color: #00B4FF;
  border-color: #00B4FF;
}

.bg-login-card .btn-success {
  background-color: #0E264E;
  border-color: #0E264E;
}

.bg-login-card .btn-success:hover,
.bg-login-card .btn-success:not(:disabled):not(.disabled):active,
.bg-login-card .btn-success:not(:disabled):not(.disabled).active,
.bg-login-card .btn-success:focus,
.bg-login-card .btn-success.focus {
  background-color: #355FAD;
  border-color: #355FAD;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}

.bg-login-card .form-control-lg {
  height: calc(2.8rem + 2px);
}

.divider-title h1.title-divider,
.divider-title h2.title-divider {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  /*font-size: 24px;*/
  font-size: 22px;
  color: #30373B;
}

.divider-title a,
.title-with-divider a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #30373B;
  text-decoration: none;
}

.agenda-content a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #82CEFF;
}

.card.row,
.cover-img-section {
  margin-left: 0;
  margin-right: 0;
  background-color: #2C4F88;
  border: none;
  border-radius: 0;
}

.light-overlay,
.dark-overlay,
.gradient-overlay {
  position: relative;
  overflow: hidden;
}

img.bg-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.pb-7,
.py-7 {
  padding-bottom: 8rem !important;
}

.pt-7,
.py-7 {
  padding-top: 8rem !important;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.light-overlay .overlay-content,
.dark-overlay .overlay-content,
.gradient-overlay .overlay-content {
  z-index: 20;
}

.section-news {
  /*margin-top: 5rem;*/
  margin-top: 3.5rem;
}

.section-news .filter-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #1c1c1c;
}

[data-card="large-card"].card,
.user-hobbies .card {
  margin-bottom: 1.3125rem;
}

.section-news .card {
  margin-bottom: 30px;
}

[data-card="large-card"].card,
[data-card="large-card"].card .card-img-top,
.section-offers .card,
.section-news .card,
.section-news .card-img-top,
.card-header:first-child {
  border-radius: 0;
}

[data-card="large-card"] .card-text,
.section-news .card-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  min-height: 75px;
  color: #30373b !important;
}

[data-card="large-card"].card a:hover,
.section-news a:hover {
  text-decoration: none;
}

[data-card="large-card"].card .card-title-badge,
.section-news .card-title-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-height: 40px;
  white-space: normal;
}

[data-card="large-card"].card:hover,
[data-card="agenda-card"].card:hover,
.section-news .card:hover,
.section-offers .card:hover {
  -webkit-box-shadow: 0 0 2rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 0 2rem rgba(31, 45, 61, 0.125) !important;
}

[data-card="large-card"].card .news-description,
.section-news .news-description {
  margin-top: 2.1875rem;
}

.section-offers .card a:hover,
[data-card="agenda-card"].card a:hover {
  text-decoration: none;
}

[data-card="large-card"].card .news-description span,
[data-card="large-card"].card .news-description p,
[data-card="agenda-card"].card .news-description span,
[data-card="agenda-card"].card .news-description p,
.section-offers .news-description span,
.section-offers .news-description p,
.section-news .news-description span,
.section-news .news-description p,
.section-offers p {
  color: #9b9b9b;
}

.news-detail-description h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: justify;
  text-align-last: center;
}

.section-offers h2.twitter-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
}

.section-offers h2.offers-title,
[data-card="agenda-card"].card h2.offers-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #30373b !important;
  font-weight: 500;
}

.section-offers h2 span:first-child,
[data-card="agenda-card"].card h2 span:first-child {
  color: #111c24;
  padding-left: 1em;
}

[data-card="agenda-card"].card .num-date {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #01B7E7;
  font-size: 30px;
  line-height: .2;
  margin-top: 1rem;
}

[data-card="agenda-card"].card .day-date {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #9b9b9b;
  font-size: 14px;
}

.section-offers h2 span:last-child,
[data-card="agenda-card"].card h2 span:last-child {
  color: #b9b9b9;
}

.section-offers p,
[data-card="agenda-card"].card p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.section-offers .btn,
.section-news .btn,
[data-card="agenda-card"].card .btn {
  color: #bdc3c7;
}

.cover-img-section {
  cursor: pointer;
  /*margin-top: 3rem;*/
}

.cover-img-section h2 {
  font-size: 30px;
}

.cover-img-section .btn {
  font-family: "Roboto Condensed", sans-serif;
  vertical-align: bottom;
  background-color: #009EFF;
  border-color: #009EFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625rem;
}

.cover-img-section .btn:hover,
.cover-img-section .btn:not(:disabled):not(.disabled):active,
.cover-img-section .btn:not(:disabled):not(.disabled).active,
.cover-img-section .btn:focus,
.bg-login-card .btn-primary.focus {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
  background-color: #00B4FF;
  border-color: #00B4FF;
}

.cover-img-section .photo:after {
  content: " ";
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cover-img-section .photo:hover:after {
  background: rgba(0, 0, 0, .125);
  transition: background-color .3s linear;
}

.overlay-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-title-badge {
  position: absolute;
  right: 0;
  border-radius: 0;
  padding: 10px;
  margin-top: -20px;
}

.owl-offers .card-title-badge,
.owl-twitter .card-title-badge {
  position: relative;
  margin-bottom: 1em;
  left: 20px;
  width: 100px;
}

.twitter-title {
  min-height: 48px;
}

.badge-orange {
  background-color: #E8CB56;
  color: #fff;
}

.badge-green {
  background-color: #6BCD5B;
  color: #fff;
}

.badge-blue {
  background-color: #115AD4;
  color: #fff;
}

.badge-rose {
  background-color: #A800FF;
  color: #fff;
}

.badge-light-rose {
  background-color: #DC3CD3;
  color: #fff;
}

.bg-light-blue {
  background-color: #2C4F88;
}

.bg-dark-blue {
  background-color: #0E264E;
}

.list-group-item {
  border: 1px solid #2C4F88;
}

/**
 * Footer CSS
 */
.footer-long {
  font-size: .875rem;
}

.footer-long .first-footer {
  padding-top: 6.25em;
  padding-bottom: 4.0625rem;
}

.footer-long .second-footer {
  padding-bottom: 2rem;
}

.first-footer h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
}

.first-footer li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #BBD1F5;
  font-size: 12px;
}

.first-footer li a:hover {
  text-decoration: none;
  color: #009EFF;
}

.first-footer li strong {
  color: #2C4F88;
}

.first-footer .footer-link {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.first-footer h3 {
  font-size: 24px;
}

.second-footer li a {
  color: #2C4F88;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.second-footer li a:hover {
  text-decoration: none;
  color: #009EFF;
}

@media (min-width: 768px) {
  .first-footer-links li {
    padding-right: 2.5rem;
  }
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: .6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel-cell[class*='col'] {
  padding: 0 0.75rem;
}

.carousel-cell[class*='col']>* {
  transition: opacity .35s ease, transform .35s ease;
}

.carousel-cell[class*='col']:not(.is-selected)>* {
  opacity: .2;
}

.carousel-cell.is-selected .video-cover {
  -webkit-box-shadow: 0 0 1rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 0 1rem rgba(31, 45, 61, 0.125) !important;
}

.bg-dark .flickity-page-dots .dot {
  background: #6c757d;
}

.bg-gradient .flickity-page-dots .dot {
  background: #fff;
}

.flickity-prev-next-button {
  border-radius: 0.25rem;
  height: 3rem;
  width: 3rem;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button:after {
  color: #343a40;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
  border-radius: 2px;
  transform: rotate(90deg) scale(1.5);
}

.flickity-prev-next-button.next:after {
  transform: rotate(-90deg) scale(1.5);
}

.section-offers {
  margin-top: 1.5rem;
}

.main-carousel>.carousel-cell {
  height: 0;
  display: none;
}

.main-carousel .card {
  border-radius: 0;
}

.overflow-visible {
  z-index: 0;
}

.overflow-visible .flickity-viewport {
  overflow: visible;
}

.carousel-cell[class*='col']:not(.is-selected)>* {
  opacity: .2;
  pointer-events: none;
  transform: scale(0.9);
}

.bg-dark .carousel-cell .card {
  border-color: #212529;
  background-color: #212529;
}

.bg-dark .carousel-cell .card .card-img-top {
  background-color: #212529;
}

.bg-dark .carousel-cell .card .card-footer,
.bg-dark .carousel-cell .card .card-body,
.bg-dark .carousel-cell .card .card-header {
  background: #f8f9fa;
}

.offers-title {
  min-height: 60px;
}

/**
 *  Video Cover  Css
 */

.video-cover {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.video-cover .bg-image {
  z-index: 1;
  transition: opacity 0.35s ease;
}

.video-cover .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -36px;
  margin-left: -36px;
  margin-bottom: 0 !important;
}

.video-cover iframe {
  background: #000;
  transition: opacity 0.35s ease 0.35s;
  opacity: 0;
}

.video-cover.video-cover-playing .bg-image {
  opacity: 0;
  pointer-events: none;
}

.video-cover.video-cover-playing .video-play-icon {
  animation: fadeOut .35s ease forwards;
  pointer-events: none;
}

.video-cover.video-cover-playing iframe {
  opacity: 1;
}

.video-cover:not(:last-child) {
  margin-bottom: 1.5rem;
}

.media>.video-cover:first-child {
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.video-play-icon {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  transition: transform .2s ease;
}

.video-play-icon:not(:last-child) {
  margin-bottom: 1.5rem;
}

.video-play-icon i {
  color: #343a40;
}

.video-play-icon i:before {
  margin-right: 0;
}

.video-play-icon:hover {
  transform: scale(0.9);
}

.video-cover-touch .bg-image,
.video-cover-touch .video-play-icon {
  display: none;
}

.video-cover-touch iframe {
  opacity: 1;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.bg-image-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bg-image-video+.card-body {
  position: relative;
  z-index: 1;
}

img.bg-image-video {
  object-fit: cover;
  border: 1px solid #d2d2d2;
}

/*.video-cover:after {*/
/*content: " ";*/
/*background: #2a354f;*/
/*position: absolute;*/
/*height: 100%;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*z-index: 0;*/
/*opacity: 0.1;*/
/*-webkit-user-select: none;*/
/*-moz-user-select: none;*/
/*-ms-user-select: none;*/
/*user-select: none;*/
/*}*/

.dropdown-menu {
  border: 0 !important;
  margin: 0;
  border-radius: 0;
  min-width: 14rem;
  padding: 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  right: 0
    /*rtl:ignore*/
}

.dropdown-menu.dropdown-menu-fit {
  padding: 0
}

.dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround)>div:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.dropdown-toggle-no-arrow:after {
  display: none !important;
}

.dropdown .dropdown-menu.dropdown-menu-right {
  margin-left: 65px
}

.dropdown-menu.dropdown-menu-anim {
  -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
  animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1
}

.dropup .dropdown-menu.dropdown-menu-anim,
.dropdown-menu .dropdown-menu-anim-down.dropdown-menu-anim {
  -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-down .3s ease-out 1;
  animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-down .3s ease-out 1
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

@-webkit-keyframes dropdown-menu-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes dropdown-menu-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes dropdown-menu-move-down {
  from {
    margin-top: -10px
  }

  to {
    margin-top: 0
  }
}

@keyframes dropdown-menu-move-down {
  from {
    margin-top: -10px
  }

  to {
    margin-top: 0
  }
}

@-webkit-keyframes dropdown-menu-move-up {
  from {
    margin-top: 10px
  }

  to {
    margin-top: 0
  }
}

@keyframes dropdown-menu-move-up {
  from {
    margin-top: 10px
  }

  to {
    margin-top: 0
  }
}

.dropdown-menu.dropdown-menu-sm {
  width: 240px
}

.dropdown-menu.dropdown-menu-md {
  width: 260px
}

.dropdown-menu.dropdown-menu-lg {
  width: 320px
}

.dropdown-menu.dropdown-menu-xl {
  width: 380px
}

.quick-search .quick-search__form,
.quick-search-form .input-group-text {
  padding: 0
}

.quick-search.quick-search--dropdown {
  padding: .4rem 1.5rem;
}

.quick-search .quick-search__form .input-group {
  background-color: transparent
}

.quick-search .quick-search__form .input-group-prepend,
.quick-search .quick-search__form .input-group-append {
  background-color: transparent
}

.quick-search .quick-search__form .input-group-prepend .input-group-text,
.quick-search .quick-search__form .input-group-append .input-group-text {
  background-color: transparent;
  border: 0
}

.quick-search .quick-search__form .form-control {
  border: 0;
  background: none;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
  border-radius: 0
}

.quick-search .quick-search__form i {
  font-size: 1.3rem
}

.quick-search-form .input-group-text {
  background-color: #fff;
  border: 1px solid #fff;
}

.quick-search-form .input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.quick-search-form .form-control {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #1c1c1c;
}

.quick-search-form .input-group {
  border-radius: 20px;
  border: 1px solid #fff;
  background: #fff;
  height: 40px;
}

.quick-search-form .input-group-prepend {
  padding-right: 1rem;
}

.quick-search-form .input-group:hover {
  border: 1px solid #009eff;
}

.quick-search-form .input-group:hover #quick-search-form {
  fill: #009eff;
}

.avatar {
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
}

.avatar.avatar-xs {
  width: 2.25rem;
  height: 2.25rem;
}

.avatar.avatar-sm {
  width: 3rem;
  height: 3rem;
}

.avatar.avatar-lg {
  width: 7.5rem;
  height: 7.5rem;
}

.avatar.avatar-xlg {
  width: 12rem;
  height: 12rem;
}

.avatar.avatar-square {
  border-radius: 0.125rem;
}

.media>.avatar:first-child {
  margin-right: 1.5rem;
}

.media>.avatar:first-child.avatar-xs,
.media>.avatar:first-child.avatar-sm {
  margin-right: 0.75rem;
}

.avatar+.avatar {
  margin-left: 0.75rem;
}

.avatar+.badge {
  position: relative;
  margin-left: -.75rem;
}

.avatar-lg+.avatar-lg {
  margin-left: 3rem;
}

@media (max-width: 767.98px) {
  .avatar.avatar-xlg {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.field {
  clear: both;
  margin: 0 0 1em;
}

.is-connect .is-member {
  color: #009eff !important;
}

.user-info,
.search-contact,
.user-agenda,
.user-library,
.user-selected-content,
.user-hobbies,
.user-contribution,
.section-search-form,
.agenda-section,
.section-amrae,
.section-shopping,
#block-amrae-page-title {
  margin-top: 2.2rem;
}

@media (min-width: 768px) {
  .user-info .divider-right {
    border-right: 1px solid #d2d2d2;
    height: 100%;
  }

  .user-info .btn-primary,
  .user-info .progress {
    margin-left: 1.5rem !important;
  }
}

.user-info .list-unstyled li p {
  color: #1c1c1c;
}

.user-info .list-unstyled {
  padding-left: 1.5rem;
}

/*.user-info .btn-primary,*/
/*.user-info .progress {*/
/*margin-left: 4rem !important;*/
/*}*/
.user-info .card-header,
.user-info .card-footer,
.user-hobbies .card-header {
  padding: 0;
}

.user-info .alert {
  margin-bottom: 0;
}

.user-info .user-photo,
.user-info .user-photo.show-loader {
  position: relative;
  transition: all .25s ease-in-out;
  display: block;
  max-width: 190px;
}

.user-info .user-photo:hover:after,
.user-info .user-photo.show-loader:after {
  content: " ";
  background: rgba(38, 57, 91, .9);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.user-photo.show-loader .custom-upload-photo {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  left: 1rem;
  display: block;
}

.user-info .custom-upload-photo {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  left: 1rem;
  display: none;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  cursor: pointer;
  z-index: 1;
  font-size: 1.5rem;
  width: 200px;
  margin: 0 auto;
}

.fileinput-button .btn-link {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.fileinput-button .btn-link span {
  display: block;
}

.user-info .user-photo:hover .custom-upload-photo {
  display: block;
}

.btn-user-edit {
  background-color: #D2D2D2;
  border-color: #D2D2D2;
  color: #fff;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.user-info .btn-primary {
  font-size: 12px;
}

.user-info .alert-primary {
  background-color: #009BDD;
  border-color: #009BDD;
  color: #fff;
}

.user-info .btn-light:hover,
.user-hobbies .btn-light:hover {
  background-color: #009eff;
  border-color: #009eff;
  color: #fff;
}

.user-info .btn-light:hover #user-info-edit,
.user-hobbies .btn-light:hover #user-info-edit {
  fill: #fff;
}

.user-info .progress:hover,
.btn-role-amrae:hover {
  -webkit-box-shadow: 0 1rem 2rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 2rem rgba(31, 45, 61, 0.125) !important;
  cursor: pointer;
}

.search-contact .card {
  padding-top: 2.3125rem;
  padding-bottom: 5rem;
}

.user-contribution .card {
  padding-top: 5.625rem;
  padding-bottom: 5rem;
  margin-bottom: 3.5625rem;
}

.search-contact .form-control {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: #1c1c1c;
}

.search-contact .form-control:hover {
  background-color: #fff;
}

.search-contact .btn-primary {
  background-color: #0E264E;
  border-color: #0E264E;
}

.search-contact .btn-primary:hover {
  background-color: #009eff;
  border-color: #009eff;
}

.search-contact .custom-select,
.custom-select {
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-right: 32px;
  text-align: left;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24' fill='%23212121'%3E%3Cpath d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z'/%3E%3C/svg%3E");

}

.search-contact .btn-primary {
  font-size: 14px;
  font-weight: 700;
}

.search-contact h2,
.user-hobbies h2,
.user-contribution h2,
.user-selected-content h2,
.user-library h2,
.user-agenda h2,
.user-info h2 {
  font-family: "Roboto Condensed", sans-serif;
  /*font-weight: 700;*/
  /*font-size: 24px;*/
  font-size: 22px;
  font-weight: 600;
  color: #30373B;
}

.checkbox label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
}

.checkbox .checkbox-container input:checked~.checkbox-checkmark {
  background: #0e264e;
}

@media (min-width: 768px) {
  .user-hobbies .user-hobbies-detail {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 0 auto;
  }

  .user-hobbies .card {
    height: 100%;
  }

}

.user-hobbies-detail .text-muted {
  text-transform: uppercase;
}

.user-hobbies .card:hover {
  -webkit-box-shadow: 0 1rem 2rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 2rem rgba(31, 45, 61, 0.125) !important;
}

.owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.owl-carousel .owl-item .item {
  height: 100%;
}



/**
 * Search Info
 */

.section-search-form .quick-search__form,
.section-search-form .quick-search__form .input-group,
.section-search-form .quick-search__form .form-control {
  background-color: #fff;
  border-radius: 20px;
}

.filter-form .filter-link {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #1c1c1c;
  text-decoration: none;
}

.search-results h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {

  .search-results,
  .agenda-section {
    margin-bottom: 2rem;
  }

  .search-results .first-result {
    height: 259px;
  }
}

.search-results,
.agenda-section {
  margin-bottom: 2rem;
}

.agenda-section .btn-agenda-filter,
.section-search-form .btn-job-filter,
.btn-agenda-filter {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  font-weight: 700;
  color: #fff;
}

.agenda-modal-filter .modal-body {
  padding: 0;
}

.agenda-modal-filter .modal-content {
  border-radius: 0;
}

.agenda-modal-filter .col-form-label {
  text-align: left;
  padding-left: 1.7rem;
}

.modal-backdrop {
  background-color: #314567;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-carousel {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  outline: 0;
}

.agenda-card-badge.react-badge span,
.publish-card-badge.react-badge span {
  font-size: 75%;
  font-weight: 700;
  padding: .7em 3.6em;
  color: #fff;
  text-transform: uppercase;
}

.modal-dialog-agenda .agenda-card-date strong {
  font-weight: 700;
  color: #099dfb;
  font-size: 60px;
  line-height: 1;
  text-align: center;
}

.modal-dialog-agenda .agenda-card-date span {
  font-size: 25px;
  text-align: right;
  color: #9b9b9b;
  text-transform: capitalize;
}

.modal-dialog-agenda .modal-body {
  padding-top: 0;
}

.modal-carousel .modal-carousel-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.modal-carousel .modal-publish-agenda-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #30373B;
}

.job-input {
  background-color: #efefef;
}

.job-tags strong {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.job-tags p {
  font-weight: 500 !important;
  font-size: 15px !important;
  text-align: center !important;
}

.btn-group-detail-agenda .btn-primary,
.btn-group-detail-agenda .btn-light {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.btn-group-detail-agenda .btn-primary {
  background-color: #009eff;
  border-color: #009eff;
}

.btn-group-detail-agenda .btn-light {
  color: #fff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-group-detail-agenda .btn-light:hover {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}

.btn-group-detail-agenda .btn-dark {
  color: #fff;
  background-color: #0e264e;
  border-color: #0e264e;
}

.btn-group-detail-agenda a {
  text-decoration: none;
}

.user-data-info .carousel-control-prev,
.user-data-info .carousel-control-next,
.news-detail-info .carousel-control-prev,
.news-detail-info .carousel-control-next {
  width: auto;
}

.user-data-info .carousel-control-prev .badge-secondary,
.news-detail-info .carousel-control-prev .badge-secondary {
  padding: 1.5rem;
  margin-left: -20px;
  background-color: #2c4f88;
}

.user-data-info .carousel-control-next .badge-secondary,
.news-detail-info .carousel-control-next .badge-secondary {
  padding: 1.5rem;
  margin-right: -20px;
  background-color: #2c4f88;
}

.user-data-info .carousel-control-prev:hover,
.user-data-info .carousel-control-prev:focus,
.user-data-info .carousel-control-next:hover,
.user-data-info .carousel-control-next:focus,
.user-data-info .carousel-control-prev,
.user-data-info .carousel-control-next,
.news-detail-info .carousel-control-prev:hover,
.news-detail-info .carousel-control-prev:focus,
.news-detail-info .carousel-control-next:hover,
.news-detail-info .carousel-control-next:focus,
.news-detail-info .carousel-control-prev,
.news-detail-info .carousel-control-next {
  opacity: 1;
}

.user-data-info .close.desktop-close:not(:disabled):not(.disabled):hover,
.user-data-info .close.desktop-close:not(:disabled):not(.disabled):focus,
.user-data-info .close.desktop-close,
.news-detail-info .close.desktop-close:not(:disabled):not(.disabled):hover,
.news-detail-info .close.desktop-close:not(:disabled):not(.disabled):focus,
.news-detail-info .close.desktop-close {
  opacity: 1;
  margin-top: 2rem;
  margin-right: 1.5rem;
}

.user-data-info .modal-content,
.news-detail-info .modal-content {
  margin-top: 3rem;
}

.user-data-info .modal-title,
.news-detail-info .modal-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
}

.user-data-info .modal-body p,
.news-detail-info .modal-body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9b9b9b;
  /*text-align: justify;*/
  /*text-align-last: center;*/
  margin-top: 2rem;
}

.news-detail-info .modal-body h2,
.news-detail-info .modal-body h3,
.news-detail-info .modal-body h4,
.news-detail-info .modal-body h5,
.news-detail-info .modal-body h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: justify;
  text-align-last: center;
  margin-top: 2rem;
}

.news-detail-info .modal-body h2 {
  font-size: 22px;
  text-align: center !important;
}

.news-detail-info .modal-body h3 {
  font-size: 20px;
}

.news-detail-info .modal-body h4 {
  font-size: 18px;
}

.news-detail-info .modal-body h5 {
  font-size: 16px;
}

.news-detail-info .modal-body h6 {
  font-size: 15px;
}

.user-data-info .modal-body h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: justify;
  text-align-last: center;
  margin-top: 1rem;
}

.user-data-info .modal-body p span,
.news-detail-info .modal-body p span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9b9b9b;
}

.connect-commission p {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  text-align-last: inherit !important;
}

.connect-commission span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.connect-commission .btn-primary {
  font-size: 14px;
  border-radius: 0;
  background-color: #009eff;
  border-color: #009eff;
}

.connect-commission a {
  text-decoration: underline;
  font-size: 14px;
  color: #9b9b9b;
  margin-right: 1rem;
}

.connect-commission img {
  max-height: 210px;
}

.download-docs h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.download-docs span {
  font-size: 14px;
}

.download-docs .btn-primary,
.download-docs .btn-light {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  /*margin-top: 1rem;*/
}

.download-docs .btn-primary {
  margin-bottom: 1rem;
}

.download-docs .btn-primary {
  background-color: #009eff;
  border-color: #009eff;
}

.download-docs .btn-light {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  color: #fff;
}

.add-cart .btn-primary {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.modal-dialog-publish .price span:first-child {
  font-size: 12px;
  font-weight: 500;
}

.modal-dialog-publish .price span:last-child {
  font-size: 30px;
  font-weight: 700;
}

.modal-dialog-publish .lock-publish h2 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.modal-dialog-publish .lock-publish .span-info {
  color: #009eff;
  font-size: 16px;
}

.modal-dialog-publish .lock-publish .btn-dark {
  background-color: #0e264e;
  border-color: #0e264e;
  font-weight: 700;
  font-size: 14px;
}

.modal-dialog-publish .lock-publish .btn-primary,
#fileBtnLogin {
  background-color: #009eff;
  border-color: #009eff;
  font-weight: 700;
  font-size: 14px;
}

.modal-dialog-publish .badge-secondary {
  background-color: #d2d2d2;
}

.upload-offer textarea {
  border-radius: 1rem;
}

.user-data-info .checkbox label {
  text-transform: uppercase;
}

.user-data-info .modal-footer .btn-primary,
.user-data-info .btn-link .btn-primary,
#hobbiesDataModal .modal-footer .btn-primary {
  background-color: #0e264e;
  border-color: #0e264e;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0.475rem 0.75rem;
}

.user-data-info .btn-primary:not(:disabled):not(.disabled):active,
.user-data-info .btn-primary:not(:disabled):not(.disabled).active,
.user-data-info .show>.user-data-info .btn-primary.dropdown-toggle {
  background-color: #0e264e;
  border-color: #0e264e;
}

.user-data-info .selected-all h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #49556f;
}

.user-data-info .selected h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #d4d4d4;
}

.user-data-info .selected {
  margin-top: 10px;
}

.user-data-info .selected-group {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {

  .user-data-info .form-group.left-group,
  #hobbiesDataModal .form-group.left-group {
    margin-right: 5rem;
  }

  .user-data-info .form-group.right-group {
    margin-left: 5rem;
  }

  #hobbiesDataModal .form-group.right-group {
    margin-left: 4rem;
  }

  /*#hobbiesDataModal .modal-footer .btn-primary*/
  .user-data-info .modal-footer .btn-primary {
    max-width: 25%;
  }
}

.news-detail-info .news-tags {
  margin-top: 1rem;
  margin-bottom: 1.75rem;
}

.news-detail-info .news-detail-img {
  margin-bottom: 2.5rem;
  text-align: center;
}

.publish-card .publish-card-lock {
  height: 20px;
}

/**
 * Datepicker theme
 */
.ui-widget {
  font-family: "Roboto Condensed", sans-serif;
}

.ui-widget-content {
  background: #0e264e;
  color: #4eb2db;
}

.ui-widget-header {
  background: #4eb2db;
  color: #fff;
}

.ui-widget.ui-widget-content,
.ui-widget-content,
.ui-widget-header {
  border: none;
}

.ui-datepicker {
  padding: 0;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: none;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  border: none;
  padding: 5px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #4eb2db;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background: #4eb2db;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: none;
  border: none;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: 25px;
}

.ui-datepicker .ui-datepicker-next {
  right: 20px;
}

.ui-widget-header .ui-icon {
  background-image: none;
}

.ui-datepicker-next .ui-icon-circle-triangle-e {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}

.ui-datepicker-prev .ui-icon-circle-triangle-w {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}

.ui-datepicker .ui-datepicker-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  padding: 5px;
  text-transform: uppercase;
}

.ui-datepicker th,
.ui-widget-content a {
  font-size: 12px;
}

.ui-datepicker {
  width: 100%;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  top: 100%;
}

.ui-datepicker-calendar {
  margin: 0 auto !important;
  max-width: 90%;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 1.5rem;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: none;
}

.datepicker-card {
  background: #2c4f88;
  color: #fff;
}

.datepicker-card .datepicker-date-title {
  background: #0e264e;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
}

.datepicker-card h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 1.5rem;
  margin-bottom: 1.125rem;
}

.datepicker-card .custom-select {
  background-color: transparent;
  border: 1px solid #2c4f88;
  text-transform: uppercase;
  color: #b5b4b4;
  background: url(../images/left.svg) no-repeat right 0.55rem center/8px 1px;
  background-size: 13px;
}

.datepicker-card .date-picker {
  background-color: #0e264e;
  min-height: 300px;
}

.datepicker-card form {
  max-width: 90%;
  margin: 0 auto;
}

.datepicker-date-title .form-group {
  max-width: 100%;
  margin: 0 auto;
}

.datepicker-date-title span {
  color: #b5b4b4;
  margin-left: -13px;
  font-size: 13px;
  text-transform: uppercase;
}

.datepicker-card form label,
.datepicker-date-title label {
  font-size: 18px;
  font-weight: 700;
}

.datepicker-card .custom-select {
  font-size: 13px;
  font-weight: 500;
  margin-right: 5px;
}

.datepicker-date-title .custom-select {
  border: 1px solid transparent;
}

#userDataModal,
#agenda-modal,
#filter-modal {
  padding-right: 0 !important;
}

/**
 * Css Divider
 */
.divider-title h1,
.divider-title h2,
.title-with-divider h2,
.title-with-divider h1 {
  font-family: "Roboto Condensed", sans-serif;
  /*font-weight: 700;*/
  /*font-size: 24px;*/
  font-weight: 600;
  font-size: 22px;
  color: #30373B;
  text-transform: uppercase;
  /*margin-bottom: -0.5rem;*/
}

.amrae-title h2 {
  text-transform: inherit !important;
}

@media (min-width: 768px) {
  .divider-title .filter-big-title {
    text-align: center;
    padding-left: 4.5rem;
  }

  .section-amrae .text-with-search {
    padding-right: 99px;
  }

  .title-with-divider .text-with-search {
    text-align: center;
    padding-left: 12.5rem;
  }

  .amrae-title .text-with-search {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    max-width: 80%;
  }
}

/**
 * Shopping Card
 */
.shopping-cart .cart-header {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  /*padding: 1.2rem 2rem;*/
}

.shopping-cart .cart-body {
  padding: 0 2rem;
}

.shopping-cart .cart-item-img {
  max-width: 80px;
  max-height: 58px;
}

.shopping-cart .cart-title {
  margin-left: 1rem;
}

.shopping-cart .cart-price span {
  max-width: 50px;
  margin: 0 auto;
}

.shopping-cart .input-items {
  max-width: 4rem;
  text-align: center;
  border-radius: 0;
  min-height: 58px;
  border: 1px solid #fff;
  font-weight: 700;
}

.btn-items .svg {
  margin-top: 15px;
}

.shopping-cart .cart-price {
  min-width: 7rem;
  min-height: 58px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .cart {
    overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .cart-wrapper {
    min-width: 768px;
  }
}

.shopping-cart .input-group {
  width: 50%;
  align-items: center !important;
  margin: 0 auto;
}

.shopping-cart .btn.btn-items {
  color: #868e96;
  padding-left: .2rem;
  padding-right: .2rem;
  text-align: center;
  background-color: #eee;
  border-radius: 0;
  min-height: 58px;
}

.shopping-cart .btn.btn-items:hover {
  background-color: #9b9b9b;
}

.shopping-cart .btn.btn-items:hover #items-next,
.shopping-cart .btn.btn-items:hover #items-prev {
  fill: #fff;
}

.shopping-cart .cart-remove:hover #svg-cart-remove {
  fill: #009eff;
}

.shopping-cart-info {
  margin-bottom: 5rem;
}

.shopping-cart-info .btn-light {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.shopping-cart-info .btn-primary {
  background-color: #009eff;
  border-color: #009eff;
  font-weight: 700;
  font-size: 14px;
}

.u-quantity {
  width: 4rem;
}

.u-quantity>.u-quantity__input:not(:last-child) {
  border-radius: 0;
}

/**
 * Form wizard
 */
.form-wizard .card {
  background-color: #fff;
}

.wizard .nav-tabs {
  border-bottom: none;
}

.wizard .card {
  border: none;
  border-radius: 0;
}

@media (min-width: 768px) {
  .wizard .card {
    padding-top: 3rem;
  }
}

.wizard .wizard-num-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: 1px solid transparent;
  color: #fff;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  color: #fff;
}

.nav-tabs .nav-item.active {
  display: block;
}

.nav-tabs .nav-item {
  display: none;
}

.wizard .card-body h2 {
  font-weight: 700;
  font-size: 22px;
}

.wizard .card-body span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.wizard .card-body .wizard-divider:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -19px;
  font-size: 1.5em;
  height: 100%;
  border-left: 2px solid #00aee5;
}

.wizard .wizard-input {
  border-bottom: 1px solid rgba(0, 0, 0, .26);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  padding: 0;
}

.section-amrae h2 {
  /*font-size: 50px;*/
  font-size: 45px;
  font-weight: 500;
  line-height: 0.9;
  margin: 0 auto;
}

.section-amrae-content strong {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}

.section-amrae-content span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.section-amrae-content span a {
  font-size: 18px;
}

.section-amrae-content .rtejustify p {
  margin-bottom: 0 !important;
}

.image-page {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .section-amrae .amrae-title {
    width: 55%;
  }
}

.section-amrae-content p {
  font-size: 17px;
  /*margin-top: 4rem;*/
  margin-bottom: 1.5rem;
}

.section-amrae-content h2 {
  font-size: 40px;
  color: #0e264e;
}

.section-amrae-content .btn-primary {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  background-color: #0e264e;
  border-color: #0e264e;
}

.section-amrae .btn-light {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}

/**
 *  Cart
 */
.section-shopping-info {
  margin-bottom: 6.5rem;
}

.section-shopping-info .shopping-cart-info,
.section-shopping-info .cart-header span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.section-shopping-info .cart-title a.text-dark {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.section-shopping-info .cart-price span {
  font-weight: 700;
  font-size: 24px;
}

.section-shopping-info .cart-price {
  background-color: #fff;
}

.section-shopping-info .shopping-cart-info {
  /*margin-left: 30px;*/
}

.section-shopping-info .sub-total-title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 19px;
}

.section-shopping-info .sub-total-price {
  font-weight: 700;
  font-size: 20px;
  min-height: 57px;
}

.section-shopping-info .sub-total-price span {
  background-color: #fff;
  padding: 1rem 1.5rem;
  margin-left: -1rem;
}

.section-shopping-info .cart-detail {
  /*margin-top: 5rem;*/
}


/**
 * slide-content-amrae
 */
.section-form-amrae {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.section-form-amrae label {
  text-transform: uppercase;
}

.slide-content-amrae {
  /*margin-top: 3.5rem;*/
  margin-top: 3rem;
}

.slide-content-amrae .bg-login-card h2 {
  font-size: 16px;
  font-weight: 700;
}

.slide-content-amrae .bg-login-card .content-one span:first-child,
.slide-content-amrae .bg-login-card .content-two span:first-child,
.slide-content-amrae .bg-login-card .content-three span:first-child {
  color: #00aee5;
  font-weight: 500;
  font-size: 20px;
  padding-top: 1.875rem;
}

.slide-content-amrae .bg-login-card .content-one span,
.slide-content-amrae .bg-login-card .content-two span,
.slide-content-amrae .bg-login-card .content-three span {
  font-size: 13px;
  font-weight: 400;
}

.slide-content-amrae .bg-login-card .btn-primary {
  font-size: 16px;
  font-weight: 500;
}

.slide-content-amrae .bg-login-card .btn-success {
  font-size: 14px;
  font-weight: 500;
}

.slide-content-amrae .h3-responsive {
  font-size: 12px;
}

.slide-content-amrae .carousel-inner p {
  font-size: 40px;
  color: #fff;
}

.slide-content-amrae .carousel-caption p,
.slide-content-amrae .carousel-caption {
  text-align: left;
}

.carousel-caption p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #30373b;
  text-align: left;
  line-height: 1;
}

.is-login h2,
.is-login h1 {
  margin-top: 6rem;
}

.is-login p {
  font-weight: 700;
  font-size: 18px;
  color: #009eff;
}

.is-login span {
  color: #fff;
  font-size: 12px;
}

.is-login .btn-href {
  text-decoration: none;
  font-style: normal;
}

.slide-content-amrae .carousel-caption {
  top: auto !important;
  bottom: 10% !important;
}

@media (min-width: 768px) {
  .slide-content-amrae .btn-success {
    margin-top: 2rem;
  }
}

.wizard .wizard-num-title span {
  color: #00aee5;
}

.wizard .sw-btn-next,
.wizard .sw-btn-prev {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  color: #9b9b9b;
  text-transform: uppercase;
}

.wizard .sw-btn-next span {
  padding-right: 1rem;
}

.wizard .wizard-title-form {
  margin-left: 2rem;
}

.wizard .wizard-form-content {
  padding-left: 4rem;
}

.wizard .wizard-label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #30373b !important;

}

.wizard .checkbox,
.wizard .radio {
  line-height: 1.5;
}

.wizard .wizard-label {
  pointer-events: none;
  transition: all .3s ease;
  line-height: .1rem;
}

.wizard .hs-form-required {
  top: -3px;
  color: rgba(0, 0, 0, 0.92);
  position: relative;
}

.wizard .wizard-accept span {
  padding-bottom: 1rem;
}

/*.wizard .wizard-btn-finish {*/
/*margin-top: 5rem;*/
/*}*/
.wizard {
  margin-bottom: 7.25rem;
  margin-top: 5rem;
}

.wizard .form-check-label span {
  font-weight: 500;
  font-size: 12px;
  display: block;
}

.wizard .form-check {
  padding-left: 3.25rem;
}

.owl-drag.owl-carousel .owl-item {
  min-width: 200px;
}

/**
 * Custom Filter Dropdown
 */
.custom-filter,
.custom-filter .dropdown-menu {
  min-width: 220px;
}

.custom-filter.custom-news-filter,
.custom-filter.custom-news-filter .dropdown-menu {
  width: 224px;
}

.custom-filter .btn-secondary {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #1c1c1c;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  text-align: left;
}

.custom-filter .btn-secondary span {
  padding-right: .5rem;
}

.custom-filter.show .btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #1c1c1c;
}

.custom-filter .btn-secondary:not(:disabled):not(.disabled):active,
.custom-filter .btn-secondary:not(:disabled):not(.disabled).active,
.custom-filter.show>.btn-secondary.dropdown-toggle {
  background-color: #fff;
  border-color: #fff;
  color: #1c1c1c;
}

.custom-filter.show {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-top: 1px solid rgba(0, 0, 0, .15);
  border-left: 1px solid rgba(0, 0, 0, .15);
  border-right: 1px solid rgba(0, 0, 0, .15);
}

.custom-filter .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid rgba(0, 0, 0, .15) !important;
  border-right: 1px solid rgba(0, 0, 0, .15) !important;
  border-bottom: 1px solid rgba(0, 0, 0, .15) !important;
  left: -1px !important;
}

.custom-filter,
.custom-filter .dropdown-menu {
  border: 1px solid transparent;
}

.custom-filter .dropdown-toggle::after {
  display: none;
}

.custom-filter .dropdown-item {
  padding-left: .5rem;
  font-size: 12px;
}

.custom-filter .dropdown-item:hover,
.custom-filter .dropdown-item:focus {
  background: none;
  color: #00B4FF;
}

.custom-filter.show #svg-filter,
.svg-like-icon svg:hover #like-icon,
.svg-like-icon.active #like-icon {
  fill: #00B4FF;
}

/**
 * Pagination
 **/

.page-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border-top: none;
  border-right: none;
  border-bottom: none;
  font-size: 12px;
  background: none;
  color: #b5b4b4;
}

.page-item:first-child .page-link {
  border: none;
}

.page-link:hover {
  background: none;
}

.page-item.active .page-link {
  background: none;
  border-left: none;
  color: #0e264e;
}

/**
 * Owl Carousel
 */
@media (min-width: 768px) {
  /*.owl-meetings.owl-carousel .owl-nav.disabled {*/
  /*display: block;*/

  /*}*/
  .owl-meetings.owl-carousel .owl-nav button.owl-prev,
  .owl-meetings.owl-carousel .owl-nav button.owl-next,
  .news-detail-info .owl-carousel .owl-nav button.owl-next,
  .news-detail-info .owl-carousel .owl-nav button.owl-prev,
  .owl-user-selected-content.owl-carousel .owl-nav button.owl-prev,
  .owl-user-selected-content.owl-carousel .owl-nav button.owl-next,
  .owl-user-library.owl-carousel .owl-nav button.owl-next,
  .owl-user-library.owl-carousel .owl-nav button.owl-prev,
  .owl-user-agenda.owl-carousel .owl-nav button.owl-next,
  .owl-user-agenda.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .owl-meetings.owl-carousel .owl-nav button.owl-prev,
  .news-detail-info .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    float: left;
  }

  .owl-meetings.owl-carousel .owl-nav button.owl-next,
  .news-detail-info .owl-carousel .owl-nav button.owl-next {
    right: 0;
    float: right;
  }

  .owl-meetings.owl-carousel .owl-nav button.owl-next,
  .news-detail-info .owl-carousel .owl-nav button.owl-next {
    right: -4rem;
  }

  .owl-meetings.owl-carousel .owl-nav button.owl-prev,
  .news-detail-info .owl-carousel .owl-nav button.owl-prev {
    left: -4rem;
  }

  .owl-publishs-carousel.owl-carousel .owl-nav button.owl-prev,
  .owl-agendas-carousel.owl-carousel .owl-nav button.owl-prev,
  .owl-user-selected-content.owl-carousel .owl-nav button.owl-prev,
  .owl-user-library.owl-carousel .owl-nav button.owl-prev,
  .owl-user-agenda.owl-carousel .owl-nav button.owl-prev {
    left: 0 !important;
    border-radius: 0 3px 3px 0;
    clip: rect(-10px, 55px, 110px, 0);
    padding-right: 5px;
  }

  .owl-publishs-carousel.owl-carousel .owl-nav button.owl-next,
  .owl-agendas-carousel.owl-carousel .owl-nav button.owl-next,
  .owl-user-selected-content.owl-carousel .owl-nav button.owl-next,
  .owl-user-library.owl-carousel .owl-nav button.owl-next,
  .owl-user-agenda.owl-carousel .owl-nav button.owl-next {
    right: 0 !important;
    border-radius: 3px 0 0 3px;
    clip: rect(-10px, 45px, 110px, -10px);
    padding-left: 5px;
  }

  .owl-publishs-carousel.owl-carousel .owl-nav button,
  .owl-agendas-carousel.owl-carousel .owl-nav button,
  .owl-user-selected-content.owl-carousel .owl-nav button,
  .owl-user-library.owl-carousel .owl-nav button,
  .owl-user-agenda.owl-carousel .owl-nav button {
    background-color: #2c4f88;
    height: 100px;
    line-height: 100px;
    width: 45px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
  }

  .owl-prev.disabled,
  .owl-next.disabled {
    opacity: .5;
  }
}


.payment-label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  max-width: 50%;
  text-align: center;
}

a.payment-label-edit,
a.payment-label-edit:hover {
  color: #aaaaaa;
  font-weight: 700;
  text-decoration: none;
}

.payment-section .card-header h2 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 1.5rem;
}

.payment-section .card-header span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-bottom: 1.5rem;
  color: #aaaaaa;
}

.payment-section strong span {
  color: #009eff;
}

.payment-section .form-control {
  background-color: #efefef;
  border-color: #efefef;
}

.payment-section label {
  font-weight: 700;
  font-size: 14px;
}

.payment-section .form-type-textfield label,
.payment-section .form-type-select label {
  font-weight: 600;
  font-size: 14px;
}

.payment-section .card-footer {
  padding: 0;
}

.payment-section .alert-primary {
  background-color: #009eff;
  border-color: #009eff;
  color: #fff;
  padding: 1.5rem;
  font-weight: 700;
}

.modal-dialog-login .modal-title {
  font-weight: 700;
  font-size: 20px;
}

.modal-dialog-login .modal-body p {
  font-weight: 500;
  font-size: 16px;
  color: #009eff;
  margin-top: 0;
}

.modal-dialog-login .modal-body .form-control {
  background-color: #efefef;
  border: 1px solid #EFEFEF;
}

.modal-dialog-login .modal-body .form-control.is-invalid {
  border: 1px solid #dc3545;
}

.modal-dialog-login .modal-footer .btn-primary,
.user-data-info .btn-link .btn-primary {
  background-color: #009eff;
  border-color: #009eff;
}

.user-data-info .btn-link {
  text-decoration: none;
}

.modal-dialog-login .modal-footer a {
  font-size: 12px;
  color: #5d5d5d;
  text-decoration: underline;
}

.modal-dialog-login .modal-header {
  padding-top: 0;
}

.modal-dialog-login .modal-header .close {
  padding-bottom: 0;
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .modal-dialog-login.modal-dialog {
    max-width: 740px;
  }

  .modal-dialog-login .modal-footer .btn-primary {
    max-width: 35%;
  }

  #userDataModal .modal-footer .btn-primary {
    max-width: 100%;
  }

  #userDataModal .modal-footer .form-group {
    width: 45%;
  }

  .formMemberPopup .form-group {
    margin-bottom: 0;
  }

  #userResetModal .btn-primary {
    width: 100%;
    max-width: 100%;
  }
}

.modal-dialog-login .content-modal {
  margin-bottom: 2.5rem;
}

.news-modal-filter .modal-content {
  border-radius: 0;
}

.news-modal-filter h2 {
  font-size: 18px;
  font-weight: 700;
}

.news-modal-filter .modal-header {
  border-bottom: none;
}

.news-modal-filter .modal-footer {
  border-top: none;
}

.news-modal-filter .modal-body {
  padding: 0;
}

.news-modal-filter .btn-dark {
  font-weight: 700;
  font-size: 14px;
  background-color: #0e264e;
  border-color: #0e264e;
}

#accordion .card-header {
  background-color: #fff;
}

#accordion .card {
  border: none;
}

#accordion a {
  font-size: 14px;
  font-weight: 500;
  color: #6d6d6d;
}

.se-connecter {
  margin-bottom: 0 !important;
}

.user-login-form {
  margin-top: 4rem;
  margin-bottom: 8rem;
}

.messages {
  border-radius: 0;
  margin-top: 1rem;
}

.field {
  margin: 0;
}

.loading.btn:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -.64285714em 0 0 -.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: .2em solid rgba(0, 0, 0, .15);
}

.loading.btn:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -.64285714em 0 0 -.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: button-spin .6s linear;
  animation: button-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: .2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading.news-detail-info:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  width: 3em;
  height: 3em;
  -webkit-animation: segment-spin .6s linear;
  animation: segment-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #fff rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
  border-style: solid;
  border-width: .2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101;
}

@-webkit-keyframes segment-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes segment-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.invalid-feedback {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

#user-pass,
#edit-login,
#user-pass-reset {
  margin-bottom: 10rem;
  background-color: #fff;
  padding: 2rem;
  max-width: 100%;
}

#user-pass-reset {
  margin: 5rem auto;
}

#edit-submit {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

#user-login-form,
#edit-login,
#user-pass-reset {
  background-color: #fff;
  padding: 2rem;
}

@media (min-width: 768px) {

  #user-login-form,
  #user-pass,
  #user-pass-reset {
    width: 50%;
  }
}

#user-login-form,
#user-pass,
#edit-login,
#user-pass-reset {
  max-width: 100%;
}

#user-pass input[type="text"],
#user-login-form input[type="text"],
#user-login-form input[type="password"],
#edit-login input[type="text"],
#edit-login input[type="password"],
#edit-email-information-email,
#edit-payment-information-billing-information input,
#edit-paid-information-add-payment-method input,
#edit-payment-information-billing-information select,
#edit-paid-information-add-payment-method select {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#user-pass input[type="text"],
#user-login-form input[type="text"],
#user-login-form input[type="password"],
#edit-login input[type="text"],
#edit-login input[type="password"],
#edit-email-information-email,
#edit-payment-information-billing-information input,
#edit-paid-information-add-payment-method input,
#edit-payment-information-billing-information select,
#edit-paid-information-add-payment-method select {
  background-color: #efefef;
  border-color: #efefef;
  border-radius: 50rem;
}

#user-pass input[type="text"]:focus,
#user-login-form input[type="text"]:focus,
#user-login-form input[type="password"]:focus,
#edit-login input[type="text"]:focus,
#edit-login input[type="password"]:focus,
#user-pass input[type="submit"]:focus,
#user-login-form input[type="submit"]:focus,
#edit-login input[type="submit"]:focus,
#user-pass-reset input[type="submit"]:focus,
#edit-email-information-email:focus,
#edit-payment-information-billing-information input:focus,
#edit-paid-information-add-payment-method input:focus,
#edit-payment-information-billing-information select,
#edit-paid-information-add-payment-method select {
  outline: 0;
}

#user-pass input[type="submit"],
#user-login-form input[type="submit"],
#edit-login input[type="submit"],
#user-pass-reset input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#user-pass input[type="submit"],
#user-login-form input[type="submit"],
#edit-login input[type="submit"],
#user-pass-reset input[type="submit"] {
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 50rem;
  background-color: #009eff;
  border-color: #009eff;
  margin-top: 2rem;
}

#user-pass input[type="submit"],
#user-login-form input[type="submit"],
#edit-login input[type="submit"],
#user-pass-reset input[type="submit"] {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0.475rem 0.75rem;
}

.publish-card .publish-card-body span {
  font-size: 14px;
  text-transform: uppercase;
}

.agenda-inner-content a h2 {
  max-width: 80%;
}

.agenda-data-content {
  margin-bottom: 10rem;
}

/*.views-exposed-form {*/
/*display: none;*/
/*}*/
.amrae-dropdown .btn-light {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #d3d9df;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}

.amrae-dropdown .btn-light span {
  padding-right: .5rem;
  text-transform: uppercase;
}

.amrae-dropdown .btn-light {
  min-width: 15rem;
  text-align: left;
}

.amrae-dropdown .dropdown-menu {
  border-left: 1px solid rgba(0, 0, 0, .15) !important;
  border-bottom: 1px solid rgba(0, 0, 0, .15) !important;
  border-right: 1px solid rgba(0, 0, 0, .15) !important;
  box-shadow: none;
  background-clip: padding-box;
}

.amrae-dropdown .dropdown-item {
  font-size: 14px;
}

.amrae-dropdown .dropdown-item:first-child {
  margin-top: 0.5rem;
}

.amrae-dropdown .btn-light:not(:disabled):not(.disabled):active,
.amrae-dropdown .btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  background: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
  background: none;
  color: #00B4FF;
}

@media (min-width: 768px) {

  .search-results,
  .agenda-section {
    margin-bottom: 2rem;
  }

  .search-results .first-result {
    height: auto;
  }

  .publish-card-first .publish-card-body {
    height: 177px;
  }

  .publish-card-first .publish-card-description {
    margin-top: -60px;
  }

  .filter-form-content {
    margin-bottom: 1.5rem;
  }
}

.is-login p {
  text-transform: uppercase;
}

.is-login-progress {
  max-width: 90%;
  margin: 0 auto;
}

.scrollable-menu {
  height: auto;
  max-height: 240px;
  overflow-x: hidden;
}

#views-exposed-form-recent-offers-block-1,
#views-exposed-form-recent-libray-block-1,
#views-exposed-form-recent-cv-block-1,
#views-exposed-form-rencontre-amrae-page-1,
#views-exposed-form-recent-agenda-block-1,
#views-exposed-form-recent-publish-member-block-1,
#views-exposed-form-agenda-favori-block-1,
#views-exposed-form-publication-favori-block-1,
#views-exposed-form-recommended-block-1,
#views-exposed-form-annuaire-page-1 {
  display: none !important;
}

.custom-filter .dropdown-item {
  padding-left: 1.5rem;
}

.dropdown-item-checked::before {
  position: absolute;
  left: .6rem;
  content: '\2713';
  font-weight: 600;
}

.ajax-progress-fullscreen {
  background: none;
}

.ajax-progress-fullscreen:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  width: 3em;
  height: 3em;
  -webkit-animation: segment-spin .6s linear;
  animation: segment-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #fff rgba(14, 38, 78, .9) rgba(14, 38, 78, .9) rgba(14, 38, 78, .9);
  border-style: solid;
  border-width: .2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101;
}

@-webkit-keyframes segment-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes segment-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.view-empty .card {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.view-empty h2 {
  margin: 0 auto;
  color: #30373B;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}

.svg-modal {
  margin-right: 17px;
}

.modal-header-agenda {
  padding: 0.4rem 1rem;
}

#agenda-modal .card-header {
  padding: 0.2rem 1.25rem;
}

#agenda-modal .datepicker-date-title span {
  margin-left: 0;
}

#agenda-modal .btn-dark {
  font-weight: 700;
  font-size: 14px;
  background-color: #0e264e;
  border-color: #0e264e;
}

.btn-agenda-filter {
  margin-bottom: 2rem;
}

.amrae-dropdown .dropdown-menu {
  min-width: 15rem;
}

.amrae-dropdown .dropdown-menu.dropdown-menu-right {
  margin-left: 55px;
}

#jobOfferModal .btn-dark,
#cvOfferModal .btn-dark #userEditModal .btn-dark,
.btn-group-detail-agenda .btn-dark {
  font-size: 14px;
  font-weight: 700;
}

.alert {
  margin-bottom: 0;
  border-radius: 0;
}

#cvSubmitForm input[type="file"],
.btn-upload-cv input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
}

#agendaDataModal .modal-body .badge-secondary,
#publishDataModal .modal-body .badge-secondary {
  background-color: #d2d2d2;
  border-radius: 0;
  color: #1c1c1c;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #agendaDataModal .modal-title {
    margin-top: -50px;
  }

  .progress-bar span {
    margin-left: 20px;
  }
}

.svg-download {
  display: inline-block;
  padding-left: .5rem;
}

#jobDataModal .btn-dark {
  font-size: 14px;
  font-weight: 700;
}

.section-docs-cards .owl-carousel .owl-stage {
  flex-wrap: nowrap !important;
}

.error-template {
  padding: 7rem 15px;
  text-align: center;
}

.error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

.error-actions .btn {
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  max-width: 25%;
  border-radius: 50rem;
}

.error-template h2:first-child {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}

.error-template h2 {
  font-family: "Roboto", sans-serif;
}

.error-details {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
}

.checkbox .checkbox-container .checkbox-checkmark::after {
  height: 14.6px;
  width: 7.8px;
  left: 6.1px;
  top: 0;
}

.checkbox .checkbox-container .checkbox-checkmark {
  height: 20px;
  width: 20px;
}

.radio .radio-container .radio-checkmark::after {
  height: 10px;
  width: 10px;
}

.radio .radio-container .radio-checkmark {
  width: 20px;
  height: 20px;
}

.radio .radio-container input:checked~.radio-checkmark {
  background: #0e264e;
}

#views-exposed-form-recherche-page-1 {
  display: none;
}

@media (min-width: 768px) {
  .btn-group-detail-agenda #btn-docs {
    max-width: 41.666667%;
    margin: 0 auto;
  }
}

.btn-group-detail-agenda .btn span {
  text-transform: uppercase;
}

.user-login-form a {
  font-size: 12px;
  color: #5d5d5d;
  text-decoration: underline;
}

.invalid-feedback-upload {
  font-size: 100%;
  color: #dc3545;
}

.btn-primary #cv-file,
.btn-primary #cv-letter {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}

.simplebar-scrollbar:before {
  background: #0E264E;
  border-radius: 0;
}

.simplebar-track.simplebar-vertical {
  width: 7px;
}

.section-form-login .views-exposed-form {
  display: none;
}

.form-article a:hover,
.form-article a {
  text-decoration: none;
}

.svg-docs {
  margin-left: 0.5rem;
}

.formMemberPopup .form-group a:hover {
  text-decoration: none;
}

.formMemberPopup button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.formMemberPopup .modal-title {
  text-transform: uppercase;
  font-size: 20px !important;
}

.carousel-inner a:hover {
  text-decoration: none;
}

.carousel-inner button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.slide-content-amrae .carousel-inner button:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}

#hobbiesDataModal .modal-body p {
  /*font-family: "Roboto Condensed", sans-serif;*/
  /*font-weight: 700;*/
  /*font-size: 24px;*/
  /*text-align: justify;*/
  /*text-align-last: center;*/
  /*color: #474747;*/
}

#hobbiesDataModal .modal-body p {
  margin-top: 1rem;
}

#hobbiesDataModal .selected h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 0;
}

#hobbiesDataModal .selected-group h2 {
  text-align: inherit;
  text-align-last: inherit;
  text-transform: uppercase;
}

.carousel-inner .card-footer button {
  text-transform: inherit;
  font-size: 0.875rem;
  font-weight: inherit;
}

#hobbiesDataModal .selected-group .selected-all h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #49556f;
  margin-top: 0;
  margin-bottom: 1rem;
}

#hobbiesDataModal li.selected-all:not(:first-child) {
  margin-top: 1.5rem;
}

a.filter-text {
  text-transform: uppercase;
}

.table.cart-table thead th {
  border-bottom: none;
}

.table.cart-table th,
.table.cart-table td {
  border-top: none;
}

.shopping-cart .form-number {
  max-width: 3rem;
  text-align: center;
  border-radius: 0;
  min-height: 58px;
  border: 1px solid #fff;
  font-weight: 700;
}

.shopping-cart .form-number:focus {
  outline: 0;
}

.all-total-price {
  margin-right: 4rem;
}

#edit-checkout,
#edit-submit {
  display: inline-block;
}

.bg-prise-de-position {
  background-color: #b045cf;
}

.bg-default {
  background-color: #6bcd5b;
}

.visible-elm {
  visibility: visible;
}

.hidden-elm {
  visibility: hidden;
}

.display-none {
  display: none;
}

blockquote:before {
  content: "“";
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.2em;
}

blockquote:after {
  content: "”";
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.2em;
}

blockquote p,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  display: inline !important;
  color: #0e264e !important;
  font-weight: 500 !important;
}

blockquote h2 {
  font-size: 2rem !important;
}

blockquote {
  text-align: center !important;
}

blockquote {
  font-size: 2em;
  line-height: 0.7em;
}

.news-detail-description li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9b9b9b;
  word-break: break-word;
  /*text-align: justify;*/
  /*text-align-last: center;*/
}

.news-detail-description p>strong {
  color: #1c1c1c !important;
}

@media (min-width: 768px) {
  .btn-role-amrae {
    width: 70%;
  }
}

#userDataModal h2 {
  text-transform: uppercase;
}

.title-price {
  margin-top: -2rem;
}

.modal-header {
  padding-bottom: 0;
}

button.close.desktop-close {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.close {
  z-index: 30;
}

.bg-88 {
  background-color: #e97d24;
}

.bg-90 {
  background-color: #94525e;
}

.bg-89 {
  background-color: #0e0b2a;
}

.bg-87 {
  background-color: #5C9C08;
}

.bg-91 {
  background-color: #515E63;
}

.bg-22 {
  background-color: #00C9A7;
}

.bg-9 {
  background-color: #F1C40F;
}

.bg-2 {
  background-color: #00C9A7;
}

.bg-21 {
  background-color: #C197FF;
}

.bg-8 {
  background-color: #BA3CAF;
}

.bg-13 {
  background-color: #FF8066;
}

.bg-10 {
  background-color: #087264;
}

.bg-11 {
  background-color: #518561;
}

.bg-12 {
  background-color: #000080;
}

.bg-14 {
  background-color: #b045cf;
}

.bg-15 {
  background-color: #E74C3C;
}

.bg-16 {
  background-color: #B15B00;
}

.bg-17 {
  background-color: #6bcd5b;
}

.bg-18 {
  background-color: #009EFA;
}

.bg-19 {
  background-color: #845EC2;
}

.bg-20 {
  background-color: #BEA6A0;
}

.bg-23 {
  background-color: #4B4453;
}

.bg-350 {
  background-color: #383876;
}

.bg-360 {
  background-color: #314d47;
}

#user-pass-reset #edit-submit {
  display: block;
}

/*.user-form {*/
/*display: none;*/
/*}*/
#annuaire-event-back {
  position: absolute;
  top: 29.5rem;
}

#jobDataModal .modal-title {
  margin-top: 1rem;
}

#jobDataModal .modal-body h2 {
  margin-top: 1rem;
}

@media(min-width: 780px) {
  #edit-login {
    overflow: auto;
  }

  .checkout-pane-login {
    width: 40%;
    margin: 0 auto;
  }

  .form-wrapper__returning-customer {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}

.form-wrapper__returning-customer .fieldset-legend {
  display: none;
}

.form-wrapper__login-option {
  padding: 0;
}

.layout-region-checkout-main,
.layout-region-checkout-secondary,
.layout-region-checkout-footer {
  float: none;
  width: 100%;
  padding-right: 2em;
  box-sizing: border-box;
}

div.address-container-inline>.form-item {
  display: block;
  margin-right: 0;
}

.checkout-pane-delivery-information .form-text,
.checkout-pane-payment-information .form-text,
.checkout-pane-paid-information .form-text,
.checkout-pane-invoice-information .form-text,
.checkout-pane-delivery-information .form-select,
.checkout-pane-invoice-information .form-select {
  background-color: #efefef;
  border-color: #efefef;
  border-radius: 50rem;
}

.form-text,
.form-select {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-radios {
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-transform: uppercase;
}

.form-radios .option {
  padding-right: 16px;
  padding-left: 5px;
}

a.btn {
  text-decoration: none;
}

#edit-actions-next {
  text-transform: uppercase;
}

#cv-back-event {
  position: absolute;
  top: 18.5rem;
}

.js-form-item-email-information-email {
  max-width: 30%;
  margin: 0 auto;
}

.js-form-item-email-information-email label {
  display: none;
}

.form-group.wizard-accept {
  margin-bottom: 0;
}

#edit-review-contact-information {
  text-align: center;
  font-weight: bold;
}

.user-pass {
  margin-top: 4rem;
  margin-bottom: 10rem;
}

.has-error li {
  width: 100%;
  margin-top: .25rem;
  font-size: 90%;
  color: #dc3545;
}

.has-error .custom-select,
.has-error .form-control {
  border-bottom: 1px solid #dc3545;
}

.adhesion-amrae ul {
  text-align: left;
  margin-left: -37px;
  margin-top: -45px;
}

.adhesion-amrae ul li {
  list-style: none;
}

.adhesion-amrae ul li h3 {
  color: #00aee5;
  font-weight: 500;
  font-size: 20px;
  padding-top: 1.875rem;
}

.adhesion-amrae ul li,
.slide-content-amrae .px-xl-4 p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-top: -1px;
}

.section-amrae-content ul,
.section-amrae-content ol,
.news-detail-description ul,
.news-detail-description ol {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
}

.adhesion-amrae h2 {
  margin-left: 6px;
}

.cover-img-section .btn-primary {
  text-transform: uppercase;
}

.messages--error {
  color: #712b29;
  background-color: #f7dddc;
  border-color: #f4cfce;
  background-image: none;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

[data-toggle="modal"] .btn-success {
  text-transform: uppercase;
  font-style: normal;
}

.payment-section .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.directory-card-description ul {
  text-align: left;
  margin: 0 auto;
  width: 80%;
  padding-bottom: 10px;
}

#twitter-widget-0 .timeline-TweetList {
  display: flex !important;
}

.SandboxRoot.var-borderless .timeline-TweetList-tweet {
  border: 1px solid #0b2e13;
  background: none;
}

fieldset.checkout-pane-delivery-information {
  margin-top: -4rem !important;
}

[data-drupal-selector="user-form"] {
  display: none;
}

/*[data-drupal-selector="edit-payment-information-billing-information-address-0"] > div {*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-ms-flex-wrap: wrap;*/
/*flex-wrap: wrap;*/
/*margin-right: -15px;*/
/*margin-left: -15px;*/
/*-ms-flex: 1 1 auto;*/
/*flex: 1 1 auto;*/
/*padding: 1.25rem;*/
/*-ms-flex-pack: center !important;*/
/*justify-content: center !important;*/
/*}*/
/*[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] {*/
/*position: relative;*/
/*width: 100%;*/
/*padding-right: 15px;*/
/*padding-left: 15px;*/
/*-ms-flex: 0 0 66.666667%;*/
/*flex: 0 0 66.666667%;*/
/*max-width: 66.666667%;*/

/*}*/
/*[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] div {*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-ms-flex-wrap: wrap;*/
/*flex-wrap: wrap;*/
/*margin-right: -5px;*/
/*margin-left: -5px;*/
/*-ms-flex-preferred-size: 0;*/
/*flex-basis: 0;*/
/*-ms-flex-positive: 1;*/
/*flex-grow: 1;*/
/*max-width: 100%;*/
/*padding-right: 5px;*/
/*padding-left: 5px;*/
/*}*/
.btn-info-member-risk {
  cursor: pointer;
  position: absolute;
  left: 52%;
  top: 32px;
}

.btn-info-member-conseil {
  cursor: pointer;
  position: absolute;
  left: 98%;
  top: 32px;
}

.btn-info-member-conseil .svg-inline,
.btn-info-member-risk .svg-inline {
  width: 12px;
}

#userEditModal h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
}

#jobOfferModal .modal-body h2:first-child {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
}

.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-left .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
  display: none !important;
}

.tooltip {
  font-family: "Roboto Condensed", sans-serif;
}

.tooltip-inner {
  max-width: 400px !important;
}

.cart-form [data-drupal-selector="edit-actions"] {
  /* max-width: 77%; */
  margin-top: -75px;
  text-align: center;
  /* z-index: 9999; */
  position: absolute;
  left: 20%;
  /* top: 50%; */
}

.cart-form [data-drupal-selector="edit-actions"] input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cart-form [data-drupal-selector="edit-actions"] input[type="submit"]:first-child {
  background-color: #009eff;
  border-color: #009eff;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50rem !important;
  text-transform: uppercase !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  margin-right: 3rem !important;
}

.cart-form [data-drupal-selector="edit-actions"] input[type="submit"]:last-child {
  background-color: #009eff;
  border-color: #009eff;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50rem !important;
  text-transform: uppercase !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

#jobSubmitForm .jqte {
  margin: 10px 0;
  border: 1px solid #ced4da;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#jobSubmitForm .jqte_focused {
  border: 1px solid #ced4da;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#jobSubmitForm .jqte_placeholder_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

#jobSubmitForm .jqte_tool.jqte_tool_1 .jqte_tool_label {
  height: 25px;
}

#jobSubmitForm .jqte_formats,
#jobSubmitForm .jqte_fontsizes,
#jobSubmitForm .jqte_linktypes {
  box-shadow: none;
  z-index: 999;
}

.wizard-btn-finish {
  text-transform: uppercase;
}

/*#twitter-widget-0 {*/
/*height: auto !important;*/
/*}*/
.field--type-text-with-summary h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.field--type-text-with-summary p {
  font-size: 17px;
  margin-bottom: 0.7rem;
}

/*[data-drupal-selector="edit-delivery-information-shipping-profile-address-0-address-country-code"] {*/
/*max-width: 70%;*/
/*}*/
/*[data-drupal-selector="edit-delivery-information-shipping-profile-address-0-address-organization"] {*/
/*max-width: 50%;*/
/*float: right;*/
/*margin-top: -35px;*/
/*}*/
/*[data-drupal-selector="edit-delivery-information-shipping-profile-address-0-address-given-name"] {*/
/*max-width: 50%;*/
/*}*/
/*[data-drupal-selector="edit-delivery-information-shipping-profile-address-0-address-family-name"] {*/
/*max-width: 50%;*/
/*float: right;*/
/*margin-top: -35px;*/
/*}*/
/*[data-drupal-selector="edit-delivery-information-shipping-profile-address-0-address-address-line1"] {*/
/*max-width: 50%;*/
/*}*/
/*[data-drupal-selector="edit-delivery-information-shipping-profile-address-0-address-address-line2"] {*/
/*max-width: 50%;*/
/*float: right;*/
/*margin-top: -37px;*/
/*}*/
/*[data-drupal-selector="edit-delivery-information-shipping-profile-address-0-address-postal-code"] {*/
/*max-width: 50%;*/
/*}*/
/*[data-drupal-selector="edit-delivery-information-shipping-profile-address-0-address-locality"] {*/
/*max-width: 50%;*/
/*float: right;*/
/*margin-top: -37px;*/
/*}*/
/*[data-drupal-selector="edit-delivery-information-shipping-profile-field-indicatif-telephobnique"] {*/
/**/
/*}*/

[data-drupal-selector="edit-delivery-information-shipping-profile"],
[data-drupal-selector="edit-invoice-information-billing-information"],
[data-drupal-selector="edit-payment-information-billing-information"],
[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"],
[data-drupal-selector="edit-invoice-information-profile"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

[data-drupal-selector="edit-delivery-information-shipping-profile"]>div,
[data-drupal-selector="edit-invoice-information-billing-information"]>div,
[data-drupal-selector="edit-payment-information-billing-information"]>div,
[data-drupal-selector="edit-payment-information-add-payment-method-billing-information"]>div,
[data-drupal-selector="edit-invoice-information-profile"]>div {
  flex: 0 1 48%;
}

.form-radios .form-item-payment-information-payment-method,
.form-radios .form-item-paid-information-payment-method {
  display: flex;
  position: relative;
}

.checkbox-wizard,
.radio-wizard {
  display: inline-block;
  position: relative;
  display: block;
  width: 91%;
}

.form-radios .form-item-payment-information-payment-method input,
.form-radios .form-item-paid-information-payment-method input,
.form-item-invoice-information-use-billing-address input,
.checkbox-wizard input,
.radio-wizard input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}

.form-radios .form-item-payment-information-payment-method .radio-checkmark,
.form-radios .form-item-paid-information-payment-method .radio-checkmark {
  width: 20px;
  height: 20px;
  background-color: #eee;
  border: 1px #ddd solid;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.form-item-invoice-information-use-billing-address .checkbox-checkmark,
.checkbox-wizard .checkbox-checkmark {
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px #ddd solid;
  position: relative;
  right: 5px;
}

.form-item-invoice-information-use-billing-address input:checked~.checkbox-checkmark,
.checkbox-wizard input:checked~.checkbox-checkmark {
  background: #0e264e;
  border-color: transparent;
}

.form-radios .form-item-payment-information-payment-method input:checked~.radio-checkmark,
.form-radios .form-item-paid-information-payment-method input:checked~.radio-checkmark {
  background-color: #0e264e;
  border-color: transparent;
}

.form-radios .form-item-payment-information-payment-method .radio-checkmark:after,
.form-radios .form-item-paid-information-payment-method .radio-checkmark:after {
  box-sizing: inherit;
  cursor: pointer;
  display: none;
  position: absolute;
  content: "";
  border: solid #bebebe;
  border: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 4px;
  left: 4px;
}

.form-radios .form-item-payment-information-payment-method input:checked~.radio-checkmark:after,
.form-radios .form-item-paid-information-payment-method input:checked~.radio-checkmark:after {
  display: block;
  opacity: 1;
  background: white;
}

[data-type="paypal"]:before {
  padding-left: 2rem;
  content: '';
  background-image: url("../images/picto_images/paypal.svg");
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: top 0px right 5px;
  width: 2.5rem;
}

[data-type="carte-bancaire"]:before {
  padding-left: 2rem;
  content: '';
  background-image:
    url("../images/picto_images/visa.svg"),
    url("../images/picto_images/mastercard.svg"),
    url("../images/picto_images/maestro.svg");
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position:
    top 0px left 10px,
    top 0px right 5px,
    top 0px right 40px;
  width: 117px;
}

.form-item-invoice-information-use-billing-address .checkbox-checkmark::after,
.checkbox-wizard .checkbox-checkmark::after {
  box-sizing: inherit;
  cursor: pointer;
  display: none;
  position: absolute;
  content: "";
  border: solid #bebebe;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-item-invoice-information-use-billing-address .checkbox-checkmark::after,
.checkbox-wizard .checkbox-checkmark::after {
  height: 15.6px;
  width: 7.8px;
  left: 9.1px;
  top: 3px;
  border-width: 0 2px 4px 0;
}

.form-item-invoice-information-use-billing-address .checkbox-checkmark::after,
.checkbox-wizard .checkbox-checkmark::after {
  height: 14.6px;
  width: 7.8px;
  left: 6.1px;
  top: 0;
}

.form-item-invoice-information-use-billing-address input:checked~.checkbox-checkmark::after,
.checkbox-wizard input:checked~.checkbox-checkmark::after {
  display: block;
  opacity: 1;
  border-color: white;
}

.checkbox-wizard .form-check-label {
  margin-top: -2%;
  margin-left: 3%;
  display: block;
  width: 90%;
}

.radio-wizard .form-check-label {
  margin-top: -15px;
  margin-left: 5%;
}

[data-drupal-selector="edit-paid-information-add-payment-method-payment-details"] {
  margin-top: -62px;
}

.form-item-invoice-information-use-billing-address {
  text-align: center;
  margin-top: -50px !important;
}

.form-item-invoice-information-use-billing-address {
  display: flex;
  position: relative;
  margin: 0 auto;
  justify-content: center;
}

#edit-login-returning-customer a {
  font-size: 12px;
  color: #5d5d5d;
  text-decoration: underline;
}

.user-pass p {
  font-size: 12px;
  color: #5d5d5d;
}

#agendaDataModal .news-detail-description h2,
#agendaDataModal .news-detail-description h3,
#agendaDataModal .news-detail-description h4,
#agendaDataModal .news-detail-description h5,
#agendaDataModal .news-detail-description h6,
#publishDataModal .news-detail-description h2,
#publishDataModal .news-detail-description h3,
#publishDataModal .news-detail-description h4,
#publishDataModal .news-detail-description h5,
#publishDataModal .news-detail-description h6 {
  margin-top: 0 !important;
}

/*#jobDataModal .news-detail-description h2 {*/
/*margin-top: 2rem !important;*/
/*}*/
#agendaDataModal .news-detail-description li>strong,
#publishDataModal .news-detail-description li>strong,
#jobDataModal .news-detail-description li>strong,
#agendaDataModal span strong,
#publishDataModal span strong,
#jobDataModal span strong {
  color: #1c1c1c !important;
}

#agendaDataModal .news-detail-description p,
#publishDataModal .news-detail-description p {
  margin-top: 1rem !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}

#jobDataModal .news-detail-description p {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

#agendaDataModal .btn-group-detail-agenda h2,
#publishDataModal .btn-group-detail-agenda h2,
#jobDataModal .btn-group-detail-agenda h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  /*text-align: justify;*/
  /*text-align-last: center;*/
  margin-top: 1rem;
}

#agenda-user-favori a {
  text-transform: capitalize;
}

/*[data-agenda-type="commissions"] .news-detail-description h2 {*/
/*color: rgb(92, 156, 8) !important;*/
/*}*/

#edit-review-email-information {
  text-align: center;
  margin-top: -37px;
}

.alert-primary span {
  font-size: 100%;
}

.alert-primary a {
  color: #fff;
}

.modal-header-agenda .close {
  padding: 1.6rem 1rem;
  margin: -2rem -1rem -1rem auto;
}

#accordion span {
  text-transform: uppercase;
}

#form-group-region {
  display: none;
}

#studentDuringThisYear {
  display: none;
}

.checkout-complete h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0E264E;
}

.table .thead-dark th {
  background-color: #0E264E;
  border-color: #0E264E;
}

.download-docs a {
  color: #004085;
}

.download-docs a:hover {
  text-decoration: underline;
}

.search-contact .card-header {
  padding: 0 !important;
}

/* http://www.amrae.fr/user/2835/payment-methods */
table.responsive-enabled {
  display: none;
}

/** http://www.amrae.fr/user/2835/payment-methods/add **/
form.commerce-payment-method-add-form {
  display: none;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.directory-card-description span {
  text-transform: uppercase;
}

.news-detail-description img[data-entity-type="file"] {
  width: 100%;
  height: auto;
}

.owl-item .job-card,
.owl-item .publish-card,
.owl-item .agenda-card,
.owl-item .docs-card {
  height: 100%;
}

@media (min-width: 768px) {

  .owl-item .job-card,
  .owl-item .publish-card,
  .owl-item .agenda-card,
  .owl-item .docs-card {
    height: calc(100% - 50px);
  }
}

.news-detail-date {
  text-align: center;
}

.btn-job-filter {
  text-transform: uppercase;
}

.btn-info-siret .svg-inline {
  height: 11px;
  margin-top: -7px;
  margin-left: -10px;
}

.page-custom-docs {
  margin-bottom: 3rem;
}

.section-search-form .filter-form {
  margin-bottom: 20px;
}

#edit-paid-information-payment-method,
#edit-delivery-information-shipping-profile,
.payment-section {
  padding-bottom: 1.5rem;
}

#msg_loading {
  color: #b21f2d;
  font-size: .9rem;
}

.alert-icon {
  padding-right: .5rem;
  vertical-align: text-bottom;
}

.lazy-load-image-background {
  display: block !important;
}

.lazy-load-image-background.blur {
  filter: blur(5px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter .3s;
}

.lazy-load-image-background.blur>img {
  opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded>img {
  opacity: 1;
  transition: opacity .3s linear;
}

.alert {
  border: none !important;
  font-weight: 600;
}

.purchased-entity .bg-white {
  min-height: 58px;
}

.field--name-body table {
  width: 100%;
}

.field--name-body table ul {
  list-style: none;
}

.plan-site h2,
.field--type-text-with-summary h2 {
  text-transform: uppercase;
}

.plan-site ul {
  list-style: aliceblue;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan-site p,
.plan-site ul {
  margin-bottom: 0;
}

.plan-site {
  margin-bottom: 3rem;
}

.plan-site h2 {
  font-size: 24px;
  font-weight: 700;
}

.field--name-body iframe {
  width: 100%;
}

.field--type-text-with-summary table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

.field--type-text-with-summary table td {
  padding: .2rem;
  vertical-align: top;
}

.field--type-text-with-summary table th,
.field--type-text-with-summary table td {
  text-align: center;

  /*white-space: nowrap;*/
}

@media (min-width: 992px) {

  .field--type-text-with-summary table th,
  .field--type-text-with-summary table td {
    white-space: nowrap;
    width: 8rem;
  }
}

.field--name-body img {
  max-width: 100%;
  height: auto;
}

.field--type-text-with-summary table a,
.field--type-text-with-summary table p {
  word-break: break-word;
}

/*.field--type-text-with-summary table tr {*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-flex-wrap: wrap;*/
/*-ms-flex-wrap: wrap;*/
/*flex-wrap: wrap;*/
/*}*/
.amrae-tv-description {
  position: absolute;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 40%;
  font-weight: 500;
  line-height: 1.5;
}

.amrae-tv-description p {
  display: grid;
}

.amrae-tv-description p span {
  font-size: 15px;
}

.slide-content-amrae .carousel-item:after {
  content: " ";
  /*background-color: rgba(0, 0, 0, .25);*/
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slide-content-amrae .carousel-item:hover:after {
  /*background: rgba(0, 0, 0, .125);*/
  transition: background-color .3s linear;
}

.jqte *,
.jqte_tool.jqte_tool_1 .jqte_tool_text {
  font-family: "Roboto Condensed", sans-serif;
}

.jqte_tool:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}

.jqte_editor,
.jqte_source {
  min-height: 150px;
}

.jqte_formats {
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
}

.alert-success {
  text-align: center !important;
}

.messages--status {
  font-weight: 600;
  border-color: #f3faef;
  text-align: center;
  background-image: none;
}

.jqte_linkbutton {
  color: #fff;
  background-color: #0e264e;
  border-color: #0e264e;
  font-size: 14px;
  font-weight: 700;
}

.jqte_linkbutton:hover {
  background-color: #0e264e;
  border-color: #0e264e;
}

.news-carousel {
  position: relative;
  width: 100%;
}

/* Scrollbar */
.scrollbar {
  margin: 0 0 1em 0;
  height: 6px;
  background: #eee;
  line-height: 0;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  font-size: 0;
  border-radius: 4px;
  z-index: 100;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #0E264E;
  cursor: pointer;
  border-radius: 4px;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

.news-carousel:hover .scrollbar {
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

.dropdown>.dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  top: 100%;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.custom-filter:hover {
  background: #fff !important;
  border-top: 1px solid rgba(0, 0, 0, .15) !important;
  border-left: 1px solid rgba(0, 0, 0, .15) !important;
  border-right: 1px solid rgba(0, 0, 0, .15) !important;
}

.avatar-twitter {
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.twitter-card .twitter-card-body span:first-child {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
}

.twitter-card .twitter-card-body span:last-child {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.TweetAuthor-link {
  margin-right: auto;
  padding-left: 9px;
}

.timeline-Tweet-text p {
  font-weight: 400 !important;
  font-size: 13px !important;
  color: #9b9b9b !important;
  line-height: 1.6 !important;
  word-break: break-word !important;
  margin-left: 64px;
  text-align: left;
  font: normal normal 14px/1.4 Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
}

.TweetAuthor-link:hover {
  text-decoration: none;
}

.TweetAuthor-link:hover span:first-child {
  color: #3b94d9;
}

.twitter-card {
  height: calc(100% - 50px);
}

.twitter-card-footer span {
  color: #8899a6;
  font-size: 12px;
}

.twitter-card .card-footer a:hover {
  text-decoration: none;
}

.page-amrae-cards .card {
  height: calc(100% - 45px);
  cursor: pointer;
}

.page-amrae-cards .card:hover {
  text-decoration: none;
}

.slide-content .view-recent-news .carousel-caption {
  max-width: 300px;
}

.news-detail-description a>span {
  color: #007bff !important;
}

#hobbiesDataModal .form-text,
#userUpdateInfo .form-text {
  font-size: 0.7rem;
  border: none !important;
  text-align: left;
  padding: 0 !important;
}

#hobbiesDataModal .form-group label,
#userUpdateInfo .form-group label,
#jobSubmitForm .form-group label {
  font-size: 13px;
}

#hobbiesDataModal .form-group,
#userUpdateInfo .form-group,
#jobSubmitForm .form-group {
  margin-bottom: 0.5rem;
}

#hobbiesDataModal .required,
#userUpdateInfo .required,
#jobSubmitForm .required {
  color: #e62600;
  font-size: 13px;
}

.maintenance-page .navbar-nav {
  display: none !important;
}

.news-detail-info .news-tags {
  flex-wrap: wrap;
}

.news-tags li.list-inline-item {
  margin-bottom: 0.5rem;
}

.modal-title {
  max-width: 620px;
}

.btn-annuaire {
  margin-top: -8px !important;
  right: 5px;
  top: 5px;
  position: absolute;
}

@media (min-width: 768px) {
  .btn-annuaire {
    margin-top: 0rem !important;
    right: 5px;
    top: 5px;
    position: absolute;
  }
}

.title-slider-responsive {
  width: 40% !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

@media (min-width: 768px) {
  .title-slider-responsive {
    width: 60% !important;
    font-size: 28px !important;
    line-height: 44px !important;
  }
}

@media (min-width: 1025px) {
  .title-slider-responsive {
    width: 100% !important;
    font-size: 40px !important;
    line-height: 45px !important;
  }
}

.scroll-forced .simplebar-content-wrapper {
  overflow: hidden scroll !important;
}

img.comex {
  border: 2px solid #009EFF;
}

img.ca {
  border: 2px solid gray;
}


.list-inline-item .twitter {
  padding: 7px;
  border-radius: 50%;
  background-color: #009eff;
}

form.row.d-flex.justify-content-center.btn-group-detail-agenda .col-lg-5.mx-4.px-4.text-center {
  max-width: 50% !important;
  flex: 0 0 50% !important;
}

form.row.d-flex.justify-content-center.btn-group-detail-agenda .alert.alert-primary.rounded-0.text-center.mb-2.align-items-center {
  margin-bottom: 15px !important;
}


#publishDataModal .item{
  display: flex;
  flex-direction: column;
}

#publishDataModal .modal-carousel{
  order: 100;
}