/*------------------------------------------------------------------------
# Jano Drupal
# ------------------------------------------------------------------------
# Created by Symphony Themes
# Websites:  http://www.symphonythemes.com -  Email: info@symphonythemes.com
--------------------------------------------------------------------------
    1.   Custom CSS
    2.   Menus & Nodes
    3.   Section
    4.   Layout Paragraphs        
    5.   Forms
    6.   Slideshow
    7.   Accordion
    8.   Tabs
    6.   Others
--------------------------------------------------------------------------------*/

/* 01. Custom CSS
 --------------------------------------------------------------------------------*/

h1.title {
  font-size: 58px;
}
@media (max-width: 991px) {
  h1.title {
    font-size: 35px;
  }
}
a:hover { color: var(--prime-ten); }
img { width: auto; height: auto; }

/* Logo */
header.white-vr .logo-dark {
  display: none !important;
}
header:not(.white-vr) .logo-light {
  display: none !important;
}
/* Footer */
.footer-style-eleven .footer-nav-link a:hover,
.footer-style-four .social-icon a:hover {
  color: var(--prime-ten);
}

/* Nav Tabs */
.user-logged-in nav.tabs {
  position: fixed;
  left: 0;
  top: 80px;
  transition: all 0.5s ease 0.25s;
  z-index: 1000;
} 
.user-logged-in nav.tabs ul.nav.primary {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  list-style: outside none none;
  opacity: 0.9;
  flex-direction: column;
}
.user-logged-in nav.tabs ul.nav.primary li {
  float: none;
  opacity: 0.8;
  padding: 0;
}
.user-logged-in nav.tabs ul.nav.primary li a {
  margin-right: 0;
  font-size: 0.7rem !important;
  padding: 10px 20px;
}
.user-logged-in nav.tabs ul.nav.primary li.active a, 
.user-logged-in nav.tabs ul.nav.primary li:hover a {
  background: #ffb500 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #fff;
}
.user-logged-in nav.tabs ul.nav.primary li.active, 
.user-logged-in nav.tabs ul.nav.primary li:hover {
  opacity: 1;
}
.path-node .node-form {
  padding-top: 5em;
}
.path-node .node-form input.btn.form-submit {
  width: auto;
  height: auto;
  margin: 0 10px 20px 0;
  font-size: 1.2em;
  padding: 15px 30px;
  background-color: black;
}
.layout-paragraphs-component-form input.form-check-input,
.path-node .node-form input.form-check-input {
  width: auto;
  padding: 0.46428571em;
  font-size: 1.2em;
  margin-left: -1.1em;
  margin-right: 0.5em;
}
.path-node .node-form .vertical-tabs details.vertical-tabs__pane {
  padding: 15px;
}
.path-node .node-form .layout-region-node-footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
}
/* Nav Tab */
.user-logged-in nav.tabs {
  position: fixed;
  left: 0;
  top: 80px;
  transition: all 0.5s ease 0.25s;
  z-index: 1000;
} 
.user-logged-in nav.tabs ul.tabs--primary {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  list-style: outside none none;
  opacity: 0.9;
  flex-direction: column;
}
.user-logged-in nav.tabs ul.tabs--primary li {
  float: none;
  opacity: 0.8;
}
.user-logged-in nav.tabs ul.tabs--primary li a {
  margin-right: 0;
  color: #222;
  padding: 10px;
  width: 100%;
}
.user-logged-in nav.tabs ul.tabs--primary li.active a, 
.user-logged-in nav.tabs ul.tabs--primary li:hover a {
  background: #ffb500 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #fff;
}
.user-logged-in nav.tabs ul.tabs--primary li.active, 
.user-logged-in nav.tabs ul.tabs--primary li:hover {
  opacity: 1;
}

/* Regions */
.top-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: var(--prime-eleven);
  color: #000;
  padding: 10px 12px;
}
.top-bar + header.theme-main-menu {
  padding-top: 60px;
}
/*--------------------------------------------------------------------------------*/

/* 02. Menus
 --------------------------------------------------------------------------------*/
/* Menu 2 column */
@media all and (min-width: 990px) {
  .navbar .dropdown-menu { padding: 10px; }
  .navbar-nav > li.menu-2col ul {
    min-width: 400px;
    padding: 10px;
  }
  .navbar-nav > li.menu-2col ul li {
    width: 50%;
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
    float: left;
  }
}
.navbar .navbar-nav li.active > a {
  color: var(--prime-ten);
}
/*--------------------------------------------------------------------------------*/

/* 03. Sections
 --------------------------------------------------------------------------------*/
/* Switch column on mobile */
@media all and (max-width: 768px) {
  section.switch-column-mobile .row > .region--top {
    order: 1;
  }
  section.switch-column-mobile div[class*=container] > .row > div:nth-child(1 of [class*='col-']) {
    order: 3;
  }
  section.switch-column-mobile div[class*=container] > .row > div:nth-child(2 of [class*='col-']) {
    order: 2;
  }
  section.switch-column-mobile div[class*=container] > .row > div:nth-child(3 of [class*='col-']) {
    order: 4;
  }
  section.switch-column-mobile .row > .region--bottom {
    order: 5;
  }
}

/* Node Article */
.node--type-article:not(.teaser) .field--name-field-image {
  margin: 0 0 25px 0;
  float: none;
}
.node--type-article .field--name-field-image img {
  width: 100%;
  height: auto;
  margin: 0;
}
.node--type-article .field--name-field-tags,
.node--type-article .field--name-field-category {
  display: flex;
  gap: 10px;
}

.node--type-article .field--name-field-tags .field__label,
.node--type-article .field--name-field-category .field--label {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
.node--type-article .field--name-field-tags ul.field__items li {
  font-size: 16px;
}
.node--type-article .inline__links {
  display: flex;
  justify-content: right;
}
/* Comment */
.comment .profile .field--name-user-picture img {
  border-radius: 50%;
}
.comment .links-inline span {
  font-size: 1rem;
}
.blog-comment-area {
  margin-bottom: 0;
}
.blog-comment-form #edit-comment-body-0-format,
.blog-comment-form input#edit-preview { 
  display: none; 
}
.blog-comment-form .form-submit {
  margin-top: 30px;
  background: var(--prime-ten);
  width: auto;
}
.blog-comment-form .form-submit:hover {
  background: black;
}
.blog-meta-five .tag { 
  width: fit-content;
}
/* Sidebar */
.sidebar .block {
  padding: 0;
  border: none;
  margin-bottom: 50px;
}
.sidebar .block .content,
.sidebar .block-search .search-form .form-type-search {
  width: 100%;
}
.sidebar .block-search .search-form {
  padding-bottom: 0;
}
.sidebar .block-search .search-form input {
    width: 100%;
    height: 65px;
    border: none;
    font-size: 17px;
    background: #F4F4F4;
    border-radius: 5px;
    padding: 0 60px 0 20px;
}
.sidebar .block-search .search-form .form-submit {
  display: none;
}
.sidebar .block .block-title {
  font-size: 28px;
  margin-bottom: 15px;
  border-bottom: none;
}
.sidebar .blog-sidebar-category ul li a {
    font-size: 16px;
    line-height: 40px;
    display: block;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.sidebar .blog-sidebar-category ul li a:hover {
  color: var(--prime-ten);
}
.sidebar .sidebar-banner-add {
    background-size: cover;
    position: relative;
    padding: 20px;
}
.sidebar .sidebar-banner-add .banner-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 50px;
  text-align: center;
}
.sidebar .sidebar-banner-add .banner-content h4 {line-height: 31px;}
.sidebar .sidebar-banner-add .banner-content p { margin: 20px 0 15px;}

/* Pager */
.page-item.active .page-link {
  background: var(--prime-ten);
  border-color: var(--prime-ten);
}
.page-pagination-one ul li a {
  color: #3E3E3E;
}

/* Blog lists and blocks */
.post-img img { border-radius: 10px; }
.field--type-image img {
  width: 100%;
  height: auto;
}
/* Node Portfolio */
.node--type-portfolio .project-banner .field--name-field-category .field--label { display: none; }
.node--type-portfolio .portfolio-details-one .project-info .field--label {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
.node--type-portfolio .portfolio-details-two .sidebar .field--label {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}  
.portfolio-details-one .project-info {
  padding-bottom: 10px;
}
.node--type-portfolio:not(.teaser) .field--type-image {
  margin: 0 0 20px;
  width: 100%;
}
.node--type-portfolio.teaser {
  width: 50%;
  padding: 0 20px;
}
.node--type-portfolio .portfolio-block-three {
  height: 100%;
}
.node--type-portfolio .portfolio-block-three .meta-data {
  bottom: -40px;
}
.node--type-portfolio .portfolio-block-three .field--name-field-image,
.node--type-portfolio .portfolio-block-three .field--name-field-image a {
  width: 100%;
}
@media (max-width: 767px) {
  .node--type-portfolio.teaser { width: 100%; }
}
.feed-icon { display: none; }
/* Portfolio lists and blocks */
.view-portfolio .view-content.row {
  margin: 0;
}
.view-portfolio .img-meta img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------------*/

/* 04. Layout Paragraphs
 --------------------------------------------------------------------------------*/
/* Disable WOW effect on node form */
.node-form .wow,
.layout-paragraphs-component-form .wow {
  animation-name: none !important;
  visibility: visible !important;
}

/* Layout Paragraphs Builder */
.lp-builder section.imagebg {
  overflow: hidden;
}
.lp-builder section.lpb-layout {
  visibility: visible !important;
}
.lp-builder section.parallax .lpb-controls,
.lp-builder section.imagebg .lpb-controls,
.lp-builder section[class*='unpad'] .lpb-controls {
  top: 0;
}
.lp-builder section.hidden {
  display: block;
}
.lp-builder .lpb-controls {
  z-index: 20 !important;
}
.lp-builder .lpb-controls:not(.is-layout) span.lpb-controls-label {
  color: #666666 !important;
}
.lp-builder .page-navigator {
  position: unset;
  transform: none;
}
.lp-builder .js-lpb-component .lpb-btn--add,
.lp-builder .js-lpb-component .lpb-controls {
  position: absolute;
}
.lp-builder .js-lpb-component .lpb-controls {
  top: 0;
}
/* Modal form */
.layout-paragraphs-component-form .field--name-field-paragraph-id,
.layout-paragraphs-component-form .field--name-field-paragraph-extra-class,
.layout-paragraphs-component-form .field--name-field-paragraph-spacing,
.layout-paragraphs-component-form .field--name-field-paragraph-content-align,
.layout-paragraphs-component-form .field--name-field-paragraph-tab-direction,
.layout-paragraphs-component-form .field--name-field-paragraph-tab-title,
.layout-paragraphs-component-form .field--name-field-paragraph-tabcontent-align,
.layout-paragraphs-component-form .field--name-field-paragraph-display-arrows,
.layout-paragraphs-component-form .field--name-field-paragraph-display-pager,
.layout-paragraphs-component-form .field--name-field-paragraph-shadow,
.layout-paragraphs-component-form .field--name-field-paragraph-shadow-bg-class,
.layout-paragraphs-component-form .field--type-viewsreference .js-form-item-field-paragraph-views-reference-0-target-id,
.layout-paragraphs-component-form .field--type-viewsreference .js-form-item-field-paragraph-views-reference-0-display-id,
.layout-paragraphs-component-form .field--name-field-paragraph-accordion-style,
.layout-paragraphs-component-form .field--name-field-paragraph-data-centerpad {
  width: 22%;
  display: inline-block;
  padding-right: 3%;
}
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-xs,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-sm,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-md,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-lg,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-xl,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-xxl,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items,
.layout-paragraphs-component-form .field--name-field-paragraph-data-speed,
.layout-paragraphs-component-form .field--name-field-paragraph-data-margin,
.layout-paragraphs-component-form .field--name-field-paragraph-overflow-visible,
.layout-paragraphs-component-form .field--name-field-paragraph-data-nav,
.layout-paragraphs-component-form .field--name-field-paragraph-data-dots,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-auto,
.layout-paragraphs-component-form .field--name-field-paragraph-data-auto-height {
  width: 33%;
  display: inline-block;
  padding-right: 3%;
}
.layout-paragraphs-component-form .field--name-field-paragraph-padding,
.layout-paragraphs-component-form .field--name-field-paragraph-margin,
.layout-paragraphs-component-form .field--name-field-paragraph-gutter-class,
.layout-paragraphs-component-form .field--name-field-paragraph-angled {
  width: 22%;
  display: inline-block;
  padding-right: 3%;
}
.layout-paragraphs-component-form .field--name-field-paragraph-data-prev-arrow,
.layout-paragraphs-component-form .field--name-field-paragraph-data-next-arrow {
  width: 48%;
  display: inline-block;
  padding-right: 2%;
}
.layout-paragraphs-component-form .field--name-field-paragraph-data-overlay,
.layout-paragraphs-component-form .field--name-field-paragraph-image-position,
.layout-paragraphs-component-form .field--name-field-paragraph-slider-classes,
.layout-paragraphs-component-form .field--name-field-paragraph-item-classes,
.layout-paragraphs-component-form .field--name-field-paragraph-tab-title {
  max-width: 200px;
}
.layout-paragraphs-component-form .paragraph-type-top,
.layout-paragraphs-component-form .paragraphs-nested,
.layout-paragraphs-component-form .paragraphs-subform {
  padding-right: 20px;
}
.layout-paragraphs-component-form input.form-submit {
  padding: 5px 10px;
}
.layout-paragraphs-component-form .field-multiple-table {
  overflow: hidden;
}
.layout-paragraphs-component-form .js-filter-guidelines {
  display: none;
}
.layout-paragraphs-component-form .layout-select__item-icon {
  margin-right: 0;
}
.layout-paragraphs-component-form #layout-paragraphs-layout-options {
  margin-bottom: 20px;
}
.layout-paragraphs-component-form .paragraph-type-top {
  justify-content: space-around;
}
.layout-paragraphs-component-form .paragraph-type-title {
  flex-basis: 10%;
}
.layout-paragraphs-component-form .paragraphs-description {
  max-width: 70%;
}
.layout-paragraphs-component-form #layout-paragraphs-element .form-check-input:checked[type=radio] {
  display: block;
  clip: auto !important;
  width: 10px !important;
  height: 10px !important;
}
.layout-paragraphs-component-form .form-check label {
  padding-top: 5px;
}
a.lpb-btn { color: #4a90e2 !important; }
button.lpb-btn--save { background: #000 !important; color: #fff !important; }
.node-form .layout-region-node-secondary {
  margin-top: 80px;
}
/*--------------------------------------------------------------------------------*/

/* 05. Forms
 --------------------------------------------------------------------------------*/

/*------------------- Contact forms -------------------*/
.contact-form .form-group {position: relative; margin-bottom: 22px;}
.contact-form .form-group input,
#contact-form .form-group textarea,
.contact-form .js-form-item input {
  border: 1px solid #ebebeb;
  width: 100%;
  max-width: 100%;
  color: #989ca2;
  background: transparent;
}
.contact-form .form-group input:focus,#contact-form .form-group textarea:focus {border-color: #545454;}
.contact-form .form-group ::placeholder {color: #989ca2;;opacity: 1;}
.contact-form .form-group :-ms-input-placeholder {color: #989ca2;;}
.contact-form .form-group ::-ms-input-placeholder {color: #989ca2;;}
.contact-form .form-group input {height: 60px;padding: 0 25px;}
.contact-form .form-group textarea {
  height: 190px;
  max-height: 190px;
  resize:none;
  padding: 20px 25px;
}
.contact-form .form-group .help-block {
  position: absolute;
  left: 0;
  bottom: -12px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding: 0 15px;
  border-radius: 3px;
  box-shadow: 0px 10px 25px 0px rgba(123,147,171,0.15);
}
.contact-form .form-group .help-block li {position: relative;}
.contact-form .form-group .help-block li:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  top:-12px;
  left:0;
}
.contact-form button { margin-top: 35px; }
.contact-form #edit-preview,
.contact-form .form-item-copy { 
  display: none; 
}

.form-actions {
  display: flex !important;
  justify-content: flex-end;
  margin-top: 2rem;
}

.form-actions .button {
  margin-left: 1rem;
}

a#edit-delete,
.button.form-submit {
  text-transform: capitalize;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: none;
    line-height: 10px;
    align-items: center;
    padding: 0px 20px;
    position: relative;
    z-index: 1;
    border-radius: 7px;
    justify-content: center;
}

a#edit-delete {
  background-color: #dc3545;
    margin: 0 10px 20px 0;
    width: auto;
    transition: 0.3s ease;
    opacity: 0.9;
    display:flex;
}

a#edit-delete:focus,
a#edit-delete:hover,
a#edit-delete.button.form-submit:hover:before  {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  opacity:1;
}

a#edit-delete:before {
  content: '';
  position: absolute;
  top:4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  opacity: 0;
}

.button.form-submit:before {
  content: '';
  position: absolute;
  top:4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
}

.subscribe-inline .block-simplenews #edit-actions, .subscribe-inline .block-simplenews .form-actions {
  display: block !important;
  width:auto !important;
  float:none !important;
}

.subscribe-form .form-actions input.form-submit:hover {
  opacity: 0.85;
}


.form-managed-file .js-form-managed-file {
  display: block;
}

.form-managed-file .form-actions {
  display: block !important;
}

.button.form-submit:hover:before {opacity: 1;}
a#edit-delete:hover:before {opacity: 1;}

.form-style-one .js-form-item {
  margin-bottom: 30px !important;
}
.form-style-one .js-form-item input,
.form-style-one .js-form-item textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 18px;
}
.form-style-one .js-form-item input {height:62px;}
.form-style-one .js-form-item textarea {height: 122px; max-height: 122px;}
.form-style-one .form-submit {
  line-height: 60px;
  font-size: 14px;
  letter-spacing: 0.88px;
  background: #000;
  width: auto;
}
.form-style-one .form-submit:hover {background: var(--prime-three);}

.form-style-three .js-form-item {
  margin-bottom: 35px !important;
}
.form-style-three .js-form-item label {
  font-size: 14px; 
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 7px;
}
.form-style-three .js-form-item input {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: 2px solid #000;
  padding: 0 5px 0 20px;
  color: #000;
  font-size: 17px;
}
.form-style-three .js-form-item textarea {
  width: 100%;
  max-width: 100%;
  height: 165px;
  border-radius: 8px;
  border: 2px solid #000;
  padding: 15px 5px 15px 20px;
  color: #000;
  font-size: 17px;
}

.form-style-four .contact-form {
  border: 2px solid #000;
  background: #fff;
  padding: 45px 60px 50px;
  margin: 0 10px 0 0;
  position: relative;
}
.form-style-four .contact-form:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -10px;
  bottom: -10px;
  left: 8px;
  background: #000;
  z-index: -1;
}
.form-style-four .js-form-item {
  margin-bottom: 50px !important;
}
.form-style-four .js-form-item label {
  font-size: 15px; 
  color: rgba(0, 0, 0, 0.5);
}
.form-style-four .js-form-item input {
  width: 100%;
  height: 48px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0 0 11px;
  color: #000;
  font-size: 17px;
}
.form-style-four .js-form-item textarea {
  width: 100%;
  max-width: 100%;
  height: 160px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0;
  color: #000;
  font-size: 17px;
}
.form-style-four .form-submit {
  line-height: 58px;
  color: #000;
  font-weight: 500;
  background: var(--prime-six);
}
.form-style-four .form-submit:hover {
  color: #fff;
  background: #000;
}
.contact-section-four.contact-meta .row > .col-lg-6 > .paragraph {
  height: 100%;
}
.form-style-five .js-form-item input,
.form-style-five .js-form-item textarea {
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
}
.form-style-five .js-form-item input {height: 60px;}
.form-style-five .js-form-item textarea {min-height: 165px; padding: 15px 20px;}
.form-style-five .form-submit { font-size: 14px; letter-spacing: 0.88px; font-weight: 500; }
.form-style-five .form-submit:hover {background: var(--prime-eight); color: #000;}
/*--------------- Newsletter Simplenews -----------------*/
.newsletter-section form {
  position: relative;
}
.newsletter-section .simplenews-subscriber-form .field--name-mail label {
  display: none;
}
.newsletter-section .simplenews-subscriber-form .field--name-mail input {
  width: 100%;
  height: 65px;
  border: 1px solid rgba(186,186,186,0.3);
  border-radius: 38px;
  padding: 0 105px 0 40px;
  font-size: 18px;
  color: rgba(62,62,62,0.4);
}
.newsletter-section .simplenews-subscriber-form .form-actions button {
  background: #FF3A46;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  border-radius: 0 38px 38px 0;
  color: #fff;
  font-size: 32px;
  height: 65px;
  padding: 0;
  margin: 0;
  text-indent: 100px;
  overflow: hidden;
}
.newsletter-section .simplenews-subscriber-form .form-actions button:before { 
  font-family: Flaticon;
  font-size: 30px;
  width: 40px;
  height: 20px;
  content: "\f103";
  position: absolute;
  top: 8px;
  left: 35px;
  color: #fff;
  z-index: 10;
  border: none;
  opacity: 1;
  text-indent: 0;
}
.user-logged-in .simplenews-subscriber-form .form-wrapper {
  text-align: center
}
.user-logged-in .simplenews-subscriber-form .form-actions button {
  position: unset;
  border-radius: 0;
  text-indent: 0;
  padding: 10px 30px;
  width: auto;

}
.user-logged-in .simplenews-subscriber-form .form-actions button:before {
  opacity: 0;
}
.block-simplenews .field--name-mail .form-type-email label,
.block-simplenews .description.text-muted,
.block-simplenews #edit-message {
  display: none;
}
.subscribe-inline .block-simplenews #edit-actions {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .subscribe-inline .block-simplenews .field--type-email {
    width: 70%;
    float:left;
  }
  .subscribe-inline .block-simplenews .field--type-email input {
    padding: 0.75rem 1rem;
    /*border-radius: 7px 0 0 7px;*/
  }
  .subscribe-inline .block-simplenews #edit-actions,
  .subscribe-inline .block-simplenews .form-actions {
    width: 27%;
    float: left;
    margin-top: -1px;
  }
  body.user-logged-in .subscribe-inline .block-simplenews #edit-actions,
  body.user-logged-in .subscribe-inline .block-simplenews .form-actions {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .block-simplenews .field--type-email input {
    border-radius: 7px !important;
    min-height: 50px;
  }
  .block-simplenews .form-submit {
    border-radius: 7px !important;
    width: 100% !important;
    float: left !important;
    padding: 0 !important;
  }

}
/*------------------- Search & Login -------------------*/
.path-search .main-container,
.path-user .main-container {
  /*padding: 100px 0;*/
}
.path-user .user-login-form,
.path-user .user-pass {
  padding: 30px 0;
}
.user-data-section .user-form-wrapper {
    background: #fff;
    width: 700px;
    border-radius: 10px;
    padding: 50px 70px 60px;
    box-shadow: 0px 15px 30px rgba(0, 50, 108, 0.03);
}
.user-data-section h2 {
  font-size: 3rem;
}
.user-data-section .js-form-item {
  margin-bottom: 30px !important;
}
.user-data-section .js-form-item input:not(.form-checkbox) {
  width: 100%;
  height: 60px;
  font-size: 17px;
  border:2px solid #000;
  border-radius: 8px;
  padding: 0 52px 0 20px;
  color: #000;
  background: transparent;
}
.user-data-section .js-form-item label {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.path-user .user-data-section .form-wrapper {
  padding: 0;
  border: none;
  box-shadow: none;
  width: auto;
  margin-top: 30px;
}
.user-data-section .form-actions .form-submit {
    line-height: 55px;
    padding: 0 42px;
    border-radius: 7px;
    background: var(--prime-ten);
    color: #fff;
    letter-spacing: -0.2px;
}
form.search-form {
  padding-bottom: 50px;
}
form.search-form input.form-search {
  height: 50px;
}
.path-search .main-container ol li {
  padding: 30px;
}
.path-search .main-container ol li h3 {
  font-size: 20px;
}
.path-search .page-pagination-one {
  padding-top: 50px;
}
.path-search .search-form .form-wrapper {
  display: flex;
  gap: 20px;
}
.path-search .search-form .form-wrapper .form-submit {
  width: auto;
  height: 60px;
}
.path-search  .search-form input.form-search {
  height: 60px;
}
button#edit-preview { display: none; }


@media screen and (min-width: 992px) {
  nav .collapse { display: block; }
  aside#sidebar-second { padding-left: 20px; }
}

/* Extra styles for Forms */
.hero-banner-ten .block-simplenews input.form-submit {
  background: var(--prime-ten);
  border-radius: 0 7px 7px 0;
}
.form-style-two input,
.form-style-two textarea {
  width: 100%;
  max-width: 100%;
  border: 2px solid rgba(221, 221, 221, 0.8);
  border-radius: 5px;
  color: #000;
  font-size: 15px;
}
.form-style-two input {height:60px; padding: 0 20px;}
.form-style-two textarea {height: 120px; max-height: 120px; padding: 15px 20px;}
.form-style-two .btn-thirteen {font-size: 14px; letter-spacing: 0.88px;}
.form-style-two .button.form-submit  {
  background: var(--prime-ten);
}
.fancy-short-banner-three .subscribe-form input.form-email,
.footer-style-three .subscribe-form input.form-email {
  width: 100%;
  height: 100%;
  border: none;
  background: #F5F5F5;
  border-radius: 35px 0 0 35px;
  padding: 13px 180px 13px 40px;
}
.fancy-short-banner-three.bg .subscribe-form input {background: #fff;}
.fancy-short-banner-three .subscribe-form input.form-submit,
.footer-style-three  .subscribe-form input.form-submit {
  width: 180px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 35px 35px 0;
  background: var(--prime-two);
  color: #fff;
}
.subscribe-form input.form-submit {
  padding: 0;
}
.user-logged-in .fancy-short-banner-three .subscribe-form input.form-submit {
  border-radius: 35px;
}
.fancy-short-banner-seven .subscribe-form input.form-email {
  width: 100%;
  height: 100%;
  border: 2px solid #E3E3E3;
  background: transparent;
  border-radius: 35px 0 0 35px;
  color: #fff;
}
.fancy-short-banner-seven .subscribe-form input.form-submit {
  width: 180px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 35px 35px 0;
  background: var(--prime-four);
  color: #000;
  border-width: 1px;
  border-color: transparent;
}
.hero-banner-six .subscribe-form input.form-email {
  width: 100%;
  height: 100%;
  border: none;
  background: #F2F2F2;
  border-radius: 35px 0 0 35px;
  padding: 13px 25px;
}
.hero-banner-six .subscribe-form input.form-submit {
  width: 170px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 35px 35px 0;
  background: var(--prime-two);
  color: #fff;
}
.hero-banner-six .subscribe-form input.form-submit:hover {
  background: var(--prime-five);
}
.fancy-short-banner-one .subscribe-form form { box-shadow: none; }
.theme-basic-footer.footer-style-eight .form-widget form input.form-email,
.theme-basic-footer.footer-style-nine .form-widget form input.form-email,
.fancy-short-banner-one .subscribe-form form input.form-email,
.footer-style-eleven .subscribe-form form input.form-email {
  padding: 13px 25px;
  border-radius: 8px 0 0 8px;
}
.theme-basic-footer.footer-style-eight .form-widget form input.form-submit {
  background: linear-gradient(103.39deg, #FFA0A9 15.17%, #FF60A4 59.61%);
  border-radius: 0 8px 8px 0;
  color: #fff;
  padding: 0;
}
.theme-basic-footer.footer-style-nine .form-widget form input.form-submit,
.fancy-short-banner-one .subscribe-form input.form-submit,
.footer-style-eleven .subscribe-form form input.form-submit {
  background: var(--prime-eight);
  border-color: var(--prime-eight);
  border-radius: 0 8px 8px 0;
  color: #000;
  padding: 0;
  min-height:30px;
  margin:0;
}
.fancy-short-banner-one .subscribe-form input.form-submit {
  background: var(--prime-one);
}
.footer-style-eleven .subscribe-form form input.form-submit {
  background: #161616;
  border-color: #161616;
  color: #fff;
}
.fancy-short-banner-fifteen form input.form-email {
  width: 100%;
  border-radius: 0;
}
.fancy-short-banner-fifteen form input.form-submit {
  width: 100%;
  height: 55px;
  letter-spacing: 4px;
  background: #000;
  border-radius: 0;
  margin-left: 10px;
  padding: 0 10px;
}
/*--------------------------------------------------------------------------------*/

/* 06. Slideshow
 --------------------------------------------------------------------------------*/
/* Paragraph Slick slideshow */
.paragraph--type--paragraph-slideshow .slick--field-paragraph-slides {
  position: relative;
}
.paragraph--type--paragraph-slideshow .slick--field-paragraph-slides nav.slick__arrow {
  position: absolute;
  top: 40%;
  width: 100%;
}
.paragraph--type--paragraph-slideshow .slick--field-paragraph-slides nav.slick__arrow button.slick-prev {
  margin-left: 20px;
}
.paragraph--type--paragraph-slideshow .slick--field-paragraph-slides nav.slick__arrow button.slick-next {
  float: right;
}
.paragraph--type--paragraph-slide {
  position: relative;
}
.paragraph--type--paragraph-slide .field--name-field-paragraph-image img {
  width: 100%;
  height: auto;
}
.paragraph--type--paragraph-slide .field--name-field-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-sidebar-widget #search-block-form .input-group .input-group-btn {
  position: absolute;
  top: 9px;
  right: 0;
}

/* Extra styles for slideshow */
ul.slick-dots {
  padding-left: 0;
}
.feedback_slider_two .slick-dots {
  text-align: center;
  margin-top: 40px;
}

/*--------------------------------------------------------------------------------*/

/* 07. Accordions
 --------------------------------------------------------------------------------*/

/*! Accordion */
ul.accordion {
  list-style: none;
  padding: 0;
}
.accordion li.active .accordion-body {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
.accordion li .accordion-body > * {  
  display: none;
}
.accordion li.active .accordion-body > * {
  display: inline-block;
}
.accordion.icon .card-body {
  padding: 0 1.25rem 0.25rem 2.8rem;
}
.accordion.icon button {
  padding: 0 0 0 1.5rem;
  display: flex;
  align-items: center;
}
.accordion.icon button:before {
  display: none;
}
.accordion.icon button>span {
  position: absolute;
  left: 0;
}
.accordion.icon button>span i {
  font-size: 1rem;
}
.accordion-style-two .accordion-item:first-child {
  border-top: none;
}
/*--------------------------------------------------------------------------------*/

/* 08. Tabs
 --------------------------------------------------------------------------------*/
/**! Tabs **/
.tabs {
  display: block;
  margin-bottom: 0;
}
.tabs > li {
  display: inline-block;
  opacity: .5;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs > .active,
.tabs:hover {
  opacity: 1;
}
.tabs .tab-title {
  cursor: pointer;
}
.tabs .tab-title:not(.btn) {
  padding: 0 1.85714286em;
}
.tabs li:first-child .tab__title:not(.btn) {
  padding-left: 0;
}
.tabs .tab-content {
  display: none;
}
.tab-content {
  margin-top: 1.25rem;
}
.tab-content li > .tab-pane {
  width: 100%;
  display: none;
}
.tab-content > .active > .tab-pane {
  display: block;
  float: left;
}
.tabs-container[data-content-align="left"] .tab-content {
  text-align: left;
}
@media all and (max-width: 767px) {
  .tab-content > li:not(.active) .tab-pane {
    display: none !important;
  }
}
.tabs-container.tabs--vertical {
  overflow: hidden;
}
.tabs-container.tabs--vertical .tabs {
  width: 25%;
  float: left;
}
.tabs-container.tabs--vertical .tabs li {
  display: block;
}
.tabs-container.tabs--vertical .tabs li:not(:last-child) {
  border-right: none;
  border-bottom: 1px solid #ECECEC;
}
.tabs-container.tabs--vertical .tab-content {
  width: 70%;
  float: right;
  margin-top: 0;
}
.tabs-container.tabs--vertical .tab-content > li:not(.active) .tab-pane {
  animation: fadeOutUp .5s ease forwards;
  -webkit-animation: fadeOutUp .5s ease forwards;
}
.tabs-container.tabs--vertical .tab-content > li.active .tab-pane {
  animation: fadeInUp .5s ease forwards;
  -webkit-animation: fadeInUp .5s ease forwards;
  backface-visibility: hidden;
}
.tabs-container.tabs--vertical.tabs--icons .tabs {
  width: 15%;
  text-align: center;
}
.tabs-container.tabs--vertical.tabs--icons .tab-content {
  width: 80%;
}
@media all and (max-width: 767px) {
  .tabs-container.tabs--vertical .tabs,
  .tabs-container.tabs--vertical .tab-content {
    width: 100%;
    float: none;
  }
  .tabs-container.tabs--vertical .tabs {
    margin-bottom: 1.85714286em;
  }
  .tabs-container.tabs--vertical .tab-content > li:not(.active) .tab-pane {
    animation: fadeOutRight .5s ease forwards;
    -webkit-animation: fadeOutRight .5s ease forwards;
  }
  .tabs-container.tabs--vertical .tab-content > li.active .tab-pane {
    animation: fadeInLeft .5s ease forwards;
    -webkit-animation: fadeInLeft .5s ease forwards;
    backface-visibility: hidden;
  }
}
.tabs {
  display: inline-flex;
}
.tabs li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.tabs li:not(:last-child) {
  border-right: 1px solid #ECECEC;
}
.tabs li.active {
  opacity: 1;
}
/*.tabs li.active .tab-title {
  color: #4a90e2;
}
.tabs li.active .tab-title span {
  color: #4a90e2;
}*/
.tabs li:not(.active) {
  opacity: .5;
}
.tabs li:hover {
  opacity: 1;
  cursor: pointer;
}
.tabs .tab-title {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.tabs .tab-title:not(.btn) {
  padding-right: 0;
  padding-left: 0;
}
.tabs .tab-title i + span {
  margin-top: 0.46428571em;
  display: inline-block;
  margin-bottom: 0;
}
.tab-content {
  position: relative;
  list-style-type: none;
  padding: 0;
  float: left;
  text-align: left;
}
.tab-content > li:not(.active) .tab-pane {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  animation: fadeOutRight .5s ease forwards;
  -webkit-animation: fadeOutRight .5s ease forwards;
}
.tab-content > li.active {
  animation: fadeInLeft .5s ease forwards;
  -webkit-animation: fadeInLeft .5s ease forwards;
  backface-visibility: hidden;
}
@media all and (max-width: 767px) {
  .tabs li {
    display: block;
  }
  .tabs li:not(:last-child) {
    border-bottom: 1px solid #ECECEC;
    border-right: none;
  }
}

/*--------------------------------------------------------------------------------*/

/* 09. Extra styles
 --------------------------------------------------------------------------------*/

.pt-15 {padding-top: 15px;}
.pt-30 {padding-top: 30px;}
.pt-50 {padding-top: 50px;}
.pt-70 {padding-top: 70px;}
.pt-90 {padding-top: 90px;}
.pt-100 {padding-top: 100px;}
.pt-150 {padding-top: 150px;}
.pt-200 {padding-top: 200px;}
.pt-250 {padding-top: 250px;}
.pb-15 {padding-bottom: 15px;}
.pb-30 {padding-bottom: 30px;}
.pb-50 {padding-bottom: 50px;}
.pb-70 {padding-bottom: 70px;}
.pb-90 {padding-bottom: 90px;}
.pb-100 {padding-bottom: 100px;}
.pb-150 {padding-bottom: 150px;}
.pb-200 {padding-bottom: 200px;}
.pb-250 {padding-bottom: 250px;}
.fancy-feature-thirtyFive.bg-wrapper {
    background: #F6F9FB;
}
.container-position-relative .container,
.container-position-relative .container-fluid {
  position: relative !important;
}

/* Custom styles */
.color-white { color: white; }
.color-black { color: black; }
.color-red { color: red; }
.color-ogrange { color: orange; }
.color-green { color: green; }
.color-blue { color: blue; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* Backgrounds */
.bg-blue1 {
  background: #7d4afe;
}
.bg-blue2 {
  background: #676dff;
}
.bg-blue3 {
  background: #549cff;
}
.bg-blue4 {
  background: #04cce8;
}
.bg-pale-yellow {
  background: #fffee7;
}
.bg-pale-purple {
  background: #FBF1FF;
}
.bg-pale-blue {
  background: #EEFBFA;
}
.bg-white {
  background: #fff;
}
.bg-light {
  background: #fafafa;
}
.bg-pale-green {
  background: #F1FCFF;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.w-fit {
  width: fit-content;
}
.fancy-short-banner-five.bg-wrapper {
  background: #FFF5EC;
  z-index: 2;
}
.fancy-feature-fourteen {
  margin-top: -120px;
}
.fancy-feature-twentySix .wrapper-xl.bg {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}
.p-x-30 { padding-left: 30px; padding-right: 30px; }
.p-x-40 { padding-left: 40px; padding-right: 40px; }
.p-x-50 { padding-left: 50px; padding-right: 50px; }
@media (max-width: 1199px) {
  .p-x-30, .p-x-40, .p-x-50 { padding-left: 0; padding-right: 0; }
}

/* Pricing */
.compare-table table tr th {
  color: var(--bs-body-color);
  background: white;
}
.compare-table table tr td {
  background: white;
}

/* Extra styles for tabs */
.fancy-feature-four .tabs-container .tab-content { 
  margin-top: 80px; 
  width: 100%;
}
.node-form .fancy-feature-four .tabs-container .tab-content { 
  margin: 0;
}
.fancy-feature-fortySeven .nav-tabs {
  border-bottom: none;
}
.fancy-feature-fortySeven .nav-tabs li:first-child .nav-link {
  margin-left: 0;
}

.hero-banner-three .video-icon i { display: block; }
.video-banner .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
}
.div-link:hover { cursor: pointer ;}
body .btn-ten { position: relative; }
body .btn-twentyThree { color: white; }

span.field-edit-link {
  display: inline-flex;
  margin: 0 0 0 10px;
}

/* Page Carte CFDT */
.cmap {
  display: flex;
  justify-content: center;
}
.cmap svg#crte {
  width: 50%;
  align-items: center;
  align-content: center;
}
.cmap path {
  transition: fill 0.3s ease;
}

.cmap path:hover {
  fill: #e8591d;
}

/* Pages Régions */

.region.br0 {
  display: block;
  width: 100%;
  position: relative;
  margin: 5% 0 15px 0;
  box-shadow: 0px 5px 20px #1d222938;
  border-radius:6px;
}

.region.br0 .uss-cover {
  height: 300px;
  display: block;
  position: relative;
  background-position: center;
  border-radius:6px;
}

.region.br0 .uss-cover:before {
  opacity: .5;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius:6px;
}

.region.br0 .uss-cover img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  position: absolute;
  object-position: center;
  border-radius:6px;
}

.region.br0 .uss-cover img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 32%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  transform: rotate(-180deg);
  z-index: -1;
  border-radius:6px;
}

.region.br0 .uss-sg-img {
  width: 20%;
  display: flex;
  height: auto;
  align-items: center;
  padding: 15px 0px 15px 15px
}

.region.br0 .uss-sg-img img {
  border-radius: 50% 0 50% 50%;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
  width: 100%;
  height: auto;
}

.region.br0 .f-sg {
  display: flex;
  position: relative;
  align-items: flex-start;
  width: 40%;
  z-index: 3;
}

.region.br0 .sg-name {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.5;
  padding: 15px;
  background: #f0f1f3;
}

.region.br0 .sg-name span {
  display: block;
}

.region.br0 .sg-name span.nsg {
  font-size: 130%;
  font-weight:500;
}

.rd-uss {
  display: flex;
  background: #f0f1f3;
  border-bottom: 1px dashed #ccc;
}

.region.br0 .uss-band {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 15px 15px;
  flex-direction: row;
  border-left: 1px dashed #ccc;
  width: 60%;
}

.region.br0 .uss-cor {
  display: block;
  width: 60%;
}

.region.br0 .uss-cor span {
  display: block;
}

.region.br0 .region-uss {
  background: #E7591C;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  padding: 2px 6px;
  margin: 0 0 5px 0;
}

.region.br0 .uss-netw {
  display: block;
  width: 40%;
  height: 100%;
}

.region.br0 .netw {
  display:flex;
  align-items:center;
  justify-content: center;
}

.region.br0 .uss-netw i {
    font-size: 40px;
}

.region.br0 .uss-netw .fa-youtube {
    color: #ff0000;
}

.region.br0 .uss-netw .fa-facebook {
    color:#3b5998;
}

.region.br0 .uss-netw i:hover,
.region.br0 .uss-netw i:focus {
    color:#E7591C;
}

.uss-netw h3 {
  background: #E7591C;
  color: #fff;
  display: block;
  border-radius: 6px;
  padding: 4px 6px;
  font-weight: 400;
  font-size: 1.1em;
  margin: 0 0 5px 0;
  text-align:center;
}

.region.br0 .uss-netw a {
  padding:5px 10px 0 0;
}

.art.br1 .blog-meta-three {
  height: 100%;
  border:1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 5px 20px #1d222938;
}

.art.br1 .post-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
}

.art.br1 .post-img img {
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease 0s;
  width: 100%;
 height: auto;
}

.art.br1 .post-img:hover img {
  filter: grayscale(75%);
}

.art.br1 .post-content {
  padding:15px;
}

.pmd .cat-region,
.art.br1 .cat-region {
  background: #E7591C;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  padding: 2px 6px;
  margin: 0 0 10px 0;
}

.art.br1 .nameb,
.art.br1 .dateb {
  line-height: 2;
}

.art.br1 .nameb i,
.art.br1 .dateb i,
.art.br1 .tagsb i {
  color: #e6591d;
}

.art.br1 .btnac {
    display: flex;
    justify-content: space-between;
}

.mb-3 {
  margin:0px 10px 10px 0px !important
}

.subscribe-form .form-actions {
  /* on veut un conteneur inline, pas full-width flex */
  display: block;
  margin-top: 0.5rem;
}

.subscribe-form .form-actions {
  margin:0 !important;
}

/* Style du bouton “S’abonner” */
.subscribe-form .form-actions input.form-submit {
  display: inline-block !important;
  width: auto !important;
  padding: 1.31rem 1rem !important;
  font-size: 0.9rem !important;
  font-weight: 600;
  background-color: #161616 !important; /* votre couleur de fond */
  color: #fff !important;                /* votre couleur de texte */
  border: none !important;
  border-radius: 0.25rem !important;
  cursor: pointer;
  min-height: 40px;
}

/* Un petit effet au survol */
.subscribe-form .form-actions input.form-submit:hover {
  opacity: 0.85;
}

/* Divers */

.logo-mhp {
  justify-content: center;
  display: inline-block;
  max-width:600px;
}

.logo.order-lg-0 {
  min-width: auto;
}

.logo.order-lg-0 img.logo-img.logo-dark {
  width: 90px;
}

.hpt1 h1 {
  font-size: 40px;
}

.foncb1 img {
  border-radius: 10px;
}

.cfdt-rub {
  background: #e25a10;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(-1deg);
}

.art.br1 .cfdt-rub {
  margin: 0 0 20px 0;
  font-size:35px;
}

.art.br1 span.editnd {
    background-color: #fff;
    border: 1px solid #e7591c;
    color:#e7591c;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px);
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: calc(0.375em - 1px);
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    position: absolute;
    text-transform: uppercase;
    border-radius: 0 6px 0 6px;
    font-size:12px;
    z-index:10;
    right:0;
    transition: all 0.3s ease-in-out;
}
.art.br1 span.editnd:hover,
.art.br1 span.editnd:focus {
  background-color: #e7591c;
  color: #fff;
}
.art.br1 span.editnd i {
  padding:0 4px 0 0;
}

.pmd .button.form-submit,
.art.br1 .button.form-submit {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 6px 12px;
  background-color: #e25a10;
}

.pmd .button.form-submit:hover,
.pmd .button.form-submit:focus,
.art.br1 .button.form-submit:hover,
.art.br1 .button.form-submit:focus {
  background-color: #666c;
  color: #fff;
}

.pmd label,
.art.br1 .mb-3 label {
  border: 1px solid #e25a10;
  padding: 6px 12px;
  color: #e25a10;
  text-align: center;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 7px;
  margin: 0 0 10px 0;
}

/* Rédaction LVL */

.section.adm {
  margin:20px 0;
}

.header-adm-1,
.header-adm-2,
.header-adm-3 {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  padding: 20px 30px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  margin: 0 0 20px 0;
}

.header-adm-1 {
  background: #3277b6;
}

.header-adm-2 {
  background: #1b926c;
}

.header-adm-3 {
  background: #dc3545;
}

.header-adm-1 .intra-h,
.header-adm-2 .intra-h,
.header-adm-3 .intra-h {
  color: #fff;
}
.header-adm-1 .intra-h .red-t,
.header-adm-2 .intra-h .red-t,
.header-adm-3 .intra-h .red-t {
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #111;
  color:#fff;
  font-size:42px;
}

.header-adm-1 .intra-h .sec-adm,
.header-adm-2 .intra-h .sec-adm,
.header-adm-3 .intra-h .sec-adm {
  list-style-type: none;
  padding-inline-start: 0;
}

.header-adm-1 .intra-h .sec-adm li:before,
.header-adm-2 .intra-h .sec-adm li:before,
.header-adm-3 .intra-h .sec-adm li:before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f0da";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  margin: 0 10px 0 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.cfdt-header-team {
  display: block;
  width: 100%;
}
.cfdt-header-team .p-team {
  display: flex;
}
.cfdt-header-team .p-team .t1 {
  flex: auto;
}
.cfdt-header-team .p-team .t1 img {
  width: 100%;
  height: 100%;
}
.cfdt-header-team .bl-txt-adm-1 {
  border: 1px solid #337ab7;
}

.cfdt-header-team .bl-txt-adm-2 {
  border: 1px solid #1b926c;
}

.cfdt-header-team .bl-txt-adm-3 {
  border: 1px solid #dc3545;
}

.cfdt-header-team .ts2 {
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 0;
  margin: 0;
}

.cfdt-header-team .bl-txt-adm-1 .ts2 {
  background: #337ab7;
}

.cfdt-header-team .bl-txt-adm-2 .ts2 {
  background: #1b926c;
}

.cfdt-header-team .bl-txt-adm-3 .ts2 {
  background: #dc3545;
}

.cfdt-header-team .p-text {
  padding: 0.25rem;
  font-size: 115%;
}

.cfdt-header-team .bl-txt-adm-1 .p-text {
  color: #337ab7;
}

.cfdt-header-team .bl-txt-adm-2 .p-text {
  color: #1b926c;
}

.cfdt-header-team .bl-txt-adm-3 .p-text {
  color: #dc3545;
}

.cfdt-header-team .p-text .p1,
.cfdt-header-team .bl-txt .p1 {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
}
.cfdt-header-team .bl-txt-adm .p-text .p2,
.cfdt-header-team .bl-txt .p2 {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.cfdt-header-team span.p2g {
  margin: 0 5px 0 0;
}

.badg-1,
.badg-2,
.badg-3 {
  background: #fff;
  margin: 0 0 15px 0;
  overflow: hidden;
  display: flex;
  border-radius: 4px;
}

.badg-1 {
  border: 1px solid #337ab7;
}

.badg-2 {
  border: 1px solid #1b926c;
}

.badg-3 {
  border: 1px solid #dc3545;
}

.badg-1 .lvl,
.badg-2 .lvl,
.badg-3 .lvl {
  position: relative;
  float: left;
  display: flex;
}

.badg-1 .lvl {
  background: #337ab7;
}

.badg-2 .lvl {
  background: #1b926c;
}

.badg-3 .lvl {
  background: #dc3545;
}

.badg-1 .lvl .lvl_t,
.badg-2 .lvl .lvl_t,
.badg-3 .lvl .lvl_t {
  color: #fff;
  font-size: 75%;
  font-weight: 500;
  position: relative;
  transform: rotate(270deg);
  margin: auto auto;
  z-index: 2;
  white-space: nowrap;
}

.badg-1 .lvlw,
.badg-2 .lvlw,
.badg-3 .lvlw {
  padding: 1rem;
}

.badg-1 .lvlw .w_t,
.badg-2 .lvlw .w_t,
.badg-3 .lvlw .w_t {
  line-height: 1.4;
  margin: 0;
  font-size: 110%;
  font-weight: 600;
  text-shadow: 1px 1px 3px #fafafa;
  letter-spacing: -0.25px;
}

.badg-1 .lvlw .w_txt,
.badg-2 .lvlw .w_txt,
.badg-3 .lvlw .w_txt {
  color: #343a40;
  line-height: 1.4;
  margin: 0;
  font-size: 90%;
}

.fancy-feature-fiftyEight .rating,
.fancy-feature-fiftyEight .customer-data {
  background: #e65302;
}

.fancy-feature-fiftyEight .tx-wh {
  color:#fff;
}

.sc2 {
  font-size: 40px !important;
}

#block-jano-menuadminniveau1 h2 {
  padding: 0 0 15px 0;
  position: relative;
}

#block-jano-menuadminniveau1 h2:after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 9999px;
  width: 80px;
  background-color: #337ab7;
  position: absolute;
  bottom: 0px;
  }

  #block-jano-menuadminniveau1 .field--item a::before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f0da";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    margin: 0 10px 0 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #337ab7;
}

.usr .n-infos {
  display: flex;
  padding: 10px;
  background: #fafafa;
  border-bottom: 1px solid transparent;
  border-color: #eff2f7;
  box-shadow: 1px 1px 3px #989ca2;
  margin: 0 0 15px 0;
}

.usr .n-infos .n-pic {
  margin: auto 0;
}

.usr .n-infos .n-pic img {
  height: 40px;
  width: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.usr .n-infos .profil {
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.usr .n-infos .profil .name {
  font-weight: 400;
  font-size: 90%;
}

.usr .n-infos .val-1 {
  display: block;
}

.mbm .lvl-Administrateur,
.mbm .lvl-norole,
.mbm .lvl-Rédacteur,
.mbm .lvl-Modérateur {
  border-radius: 3px;
  padding: 4px 6px;
}

.mbm .lvl-Administrateur {
  color: #dc3545;
  border: 1px solid #dc3545;
}

.mbm .r-Administrateur {
  color: #dc3545;
}

.mbm .r-Rédacteur {
  color: #0088CC;
}

.mbm .r-Modérateur {
  color: #1b926c;
}

.mbm .lvl-norole,
.mbm .lvl-Rédacteur {
  color: #0088CC;
  border: 1px solid #0088CC;
}

.mbm .lvl-Modérateur {
  color: #1b926c;
  border: 1px solid #1b926c;
}

h2#block-jano-redacteur-menu {
    padding: 0 0 15px 0;
    position: relative;
    font-size: 28px;
    margin-bottom: 15px;
    border:0;
}

h2#block-jano-redacteur-menu:after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 9999px;
  width: 80px;
  background-color: #337ab7;
  position: absolute;
  bottom: 0px;
}

#block-jano-redacteur .nav {
  display: inline-grid;
}

#block-jano-redacteur li {
  
}

#block-jano-redacteur .nav-link {
  color: inherit;
  padding: .1rem 1rem;
}

#block-jano-redacteur .nav-link:hover {
  color: var(--prime-ten);
}

#block-jano-redacteur .nav-link::before,
#block-jano-redacteur .lvl2.nav-link::before,
#block-jano-redacteur .lvl3.nav-link::before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f0da";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  margin: 0 10px 0 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#block-jano-redacteur a.lvl1::before {
  color: #337ab7;
}

#block-jano-redacteur a.lvl2::before {
  color: #1b926c;
}

#block-jano-redacteur a.lvl3::before {
  color: #dc3545;
}

#block-jano-redacteur a.lvl1.is-active {
  color: #337ab7;
  font-weight:500;
}

#block-jano-redacteur a.lvl2.is-active {
  color: #1b926c;
  font-weight:500;
}

#block-jano-redacteur a.lvl3.is-active {
  color: #dc3545;
  font-weight:500;
}

#block-jano-redacteur ul.menu {
  list-style-type: none;
}

.pmd table tr {
  display: table-row;
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
}

.pmd .pid {
  background-color: #dae0ec;
  border: 1px solid #c9d2e3;
  color: #3c4e71;
  font-size: 85%;
  padding: 2px 4px;
  font-weight: 400;
  text-transform: capitalize;
}

.pmd table > thead > tr > th {
  border: 0.5px solid #e6e6e6;
  vertical-align: middle;
}

.pmd table th {
  background: #34495edb none repeat scroll 0 0;
  border-bottom: 1px none;
  color: #fff;
  font-size: 90%;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  vertical-align: middle;
}

.pmd th#view-counter-table-column {
  text-align: center;
}

.pmd .table>:not(:first-child) {
  border-top: 1px solid rgb(239 239 239);
}

.pmd tr:nth-child(even) {
  background-color: #FAFAFA;
}

.pmd tr:nth-child(odd) {
  background-color: #ffffff;
}

.pmd .act {
  min-width: 75px;
  display: flex;
  justify-content: center;
}

.pmd .reg i {
  color: #e65302;
}

.pmd .actions a {
  font-size: 90%;
  border: 1px solid #3c4858;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1.20;
  color: #3c4858;
  transition: all 0.2s;
  margin: 0 1.5px;
}

.pmd .actions a:hover,
.pmd .actions a:focus {
  background: #1b926c;
  color: #fff;
}

.pmd span.r-0,
.pmd span.r-redacteur,
.pmd span.r-moderateur,
.pmd span.r-administrator {
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 1.25;
    color: #fff;
    padding: 6px 10px;
    margin: 0;
}

.pmd span.r-administrator {
  background: #dc3545;
}

.pmd span.r-moderateur {
  background: #1b926c;
}

.pmd span.r-redacteur {
    background: #337ab7;
}

.pmd span.r-0 {
  background: #d1e7de;
  color: #0f5132 !important;
}

.pmd td.views-field.views-field-counter {
  text-align: center;
}

.pmd [class*="f-lvl-"] {
  display: block;
  margin: 5px 10px 10px 0;
}

.pmd .f-lvl-1 .action {
  border-color: #337ab7;
}

.pmd .f-lvl-1 .action:hover {
  background: #337ab7;
}

.pmd .f-lvl-2 .action {
  border-color: #19926c;
}

.pmd .f-lvl-2 .action:hover {
  background: #19926c;
}

.pmd .f-lvl-3 .action {
  border-color: #dc3545;
}

.pmd .f-lvl-3 .action:hover {
  background: #dc3545;
}

.pmd [class*="f-lvl-"] .action:hover {
  color:#fff;
}

.pmd .f-lvl-1 .mda_c i {
  color: #337ab7;
}

.pmd .f-lvl-2 .mda_c i {
  color: #19926c;
}

.pmd .f-lvl-3 .mda_c i {
  color: #dc3545;
}

.pmd [class*="f-lvl-"] .action {
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
  display: inline-block;
  transition: all 0.5s ease 0.25s;
  font-size: 80%;
  border-radius: 4px;
  font-weight: 400;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  line-height: 1.5;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-right-width: 1px;
  color: #283252;
  letter-spacing: 0.25px;
  background: #fdfdfd;
}

.pmd [class*="f-lvl-"] .mda_c {
  display: block;
  position: absolute;
  z-index: 1;
  top: -5px;
  line-height: 1;
  right: -5px;
}

.pmd [class*="f-lvl-"] .mda_c i {
  font-size: 85%;
  border-radius: 50%;
  border: 1px solid #fff;
}

.mbt-rtx {
  padding:50px 0 0 0;
}

.menu--menu-usr {
  margin: 0 0 10px 0;
}

.menu--menu-usr a {
  padding: 2px 8px;
  display: inline-block;
  font-size: 80%;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 400;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  line-height: 1.9;
  position: relative;
  border: 1px solid #34495e5e;
  color: #283252;
  background: #fdfdfd;
  margin:0 5px 5px 0;
  transition: all 0.5s ease 0.25s;
}

.menu--menu-usr a.lvl1 {
  border-left: 3px solid #337ab7;
}

.menu--menu-usr a.lvl2 {
  border-left: 3px solid #19926c;
}

.menu--menu-usr a.lvl3 {
  border-left: 3px solid #dc3545;
}

.menu--menu-usr a.lvl1:hover,
.menu--menu-usr a.lvl1:focus {
  background: #337ab7;
  color: #fff;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.menu--menu-usr a.lvl2:hover,
.menu--menu-usr a.lvl2:focus {
  background: #19926c;
  color: #fff;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.menu--menu-usr a.lvl3:hover,
.menu--menu-usr a.lvl3:focus {
  background: #dc3545;
  color: #fff;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/* Pages ressources */

.cn.res {
  display:block;
  margin:15px 0;
}

.cn.res .rrt-52,
.cn.res .rrt-53 {
  border: 0.5px solid rgba(77, 101, 147, .2);
  display: block;
  border-radius: 6px;
}

.cn.res .rrt-52 .medt,
.cn.res .rrt-53 .medt {
  padding: 8px 15px;
  margin: 0 0 20px;
  border-radius: 4px 4px 0 0;
  border-bottom: 0.5px solid rgba(77, 101, 147, .2);
}

.cn.res .rrt-52 .medt {
  background: #e25a10;
}

.cn.res .rrt-53 .medt {
  background: #3479b7;
}

.cn.res .rrt-52 .medt h1,
.cn.res .rrt-53 .medt h1 {
  margin: 0;
  font-size: 115%;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.2px;
  font-weight: 600;
}

.cn.res .rrt-52 .medt h1 {
  text-shadow: 0 0 5px #e25a10;
}

.cn.res .rrt-53 .medt h1 {
  text-shadow: 0 0 5px #3479b7;
}

.cn.res .medt i {
  margin: 0 5px 0 0;
}

.cn.res .rrt-52 .medt::after,
.cn.res .rrt-53 .medt::after {
  content: no-close-quote;
  position: relative;
  width: 0;
  height: 0;
  bottom: 0;
  left: 15px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  border-top-color: currentcolor;
  top: 7px;
  float: left;
}

.cn.res .rrt-52 .medt::after {
  border-top-color: #e25a10 !important;
}

.cn.res .rrt-53 .medt::after {
  border-top-color: #3479b7 !important;
}

.cn.res .ent .bod {
  display: block;
  padding:15px;
}

.cn.res .rrt-52 .ent .dates i {
  color:#e25a10;
}

.cn.res .rrt-53 .ent .dates i {
  color:#3479b7;
}

.cn.res .ent .bod .intro {
  border: 1px solid rgba(77, 101, 147, .2);
  padding: 10px 15px 5px 15px;
  background: #f9f9f9;
  border-radius: 4px;
  margin:15px 0;
  line-height: 1.5;
  padding:15px;
}

.cn.res .ent .bod .cps h2,
.cn.res .ent .bod .cps h3,
.cn.res .ent .bod .cps h4,
.cn.res .ent .bod .cps h5,
.cn.res .ent .bod .cps h6 {
  text-transform: uppercase;
    margin: 5px 0 15px;
    color: #4b5157;
    border-bottom: .5px solid #ebebeb;
    display: inline-block;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.cn.res .ent .bod .cps h2::after,
.cn.res .ent .bod .cps h3::after,
.cn.res .ent .bod .cps h4::after,
.cn.res .ent .bod .cps h5::after,
.cn.res .ent .bod .cps h6::after {
  content: "";
  height: 1.5px;
  background: #e25a10;
  width: 30%;
  display: block;
  margin: 10px 0 0;
}

.cn.res .r-adm  {
  
}

.cn.res .r-adm h3 {
  text-transform: uppercase;
  margin: 5px 0 15px;
  color: #4b5157;
  border-bottom: .5px solid #ebebeb;
  display: inline-block;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

.cn.res .r-adm h3::after {
  content: "";
  height: 1.5px;
  background: #e25a10;
  width: 30%;
  display: block;
  margin: 10px 0 0;
}

.cn.res .r-adm .pic {
  width: 60px;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  height: 60px;
}

.cn.res .r-adm .pic img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  color: transparent;
  text-indent: 10000px;
}

.cn.res .r-adm .flau {
  display: flex;
  justify-content: start;
  align-items: center;
}

.cn.res .r-adm .nom {
  margin: 0 0 0 15px;
  line-height: 1.5;
}

.cn.res .r-adm .nom span {
  display:block;
}

.cn.res .r-adm .nom span.author {
  font-weight: 600;
}

.cn.res .rv-Administrateur .nom span.grade {
color:#dc3545;
}

.cn.res .rv-Rédacteur .nom span.grade {
  color: #0088CC;
}

.cn.res .rv-Modérateur .nom span.grade {
  color: #1b926c;
}