@charset "UTF-8";

/*!
* MyCena Anti phising
* Copyright 2025 
* Licensed under MIT (https://mycena.co)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --primary                                : 27, 27, 29;
  --payne-gray                             : #576a78;
  --lapis-lazuli                           : #1b659e;
  --secondary                              : 27, 78, 166;
  --secondaryInverse                       : 204, 174, 136;
  --opacity                                : .7;
  --white                                  : 255, 255, 255;
  --dark                                   : 4, 50, 87;
  --gray                                   : #e9ebf3;
  --transparent                            : transparent;
  --interaction-upgrade--row-gap           : 3.5rem;
  --interaction-upgrade--column-gap        : 4rem;
  --border-radius--padding--global--regular: 5vw;
  --font-body                              : "Heebo", serif;
  --font-title                             : "Syne", serif;
  --transparent                            : transparent;
  --gradient-color                         : linear-gradient(60deg, #5cc3ee 0%, #5d91ef 29%, #1b4ea6 50%, #7EADC2 73%, #ca97d2 100%);
}

.container {
  max-width: 1140px !important;
}

.w-layout-grid {
  grid-row-gap         : 16px;
  grid-column-gap      : 16px;
  grid-template-rows   : auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns    : 1fr;
  display              : grid
}

* {
  font-family             : var(--font-body);
  font-weight             : 400;
  font-size               : 16px;
  /*cursor                : none !important;*/
  -webkit-font-smoothing  : antialiased;
  -moz-osx-font-smoothing : grayscale;
}

html {
  scroll-padding-top     : 4.5rem;
  font-weight            : 400;
  /*cursor               : none !important;*/
}

body {
  position     : relative;
  line-height  : 1.7;
  color        : rgb(var(--primary));
  /*cursor     : none !important;*/
}

p,
p span,
p strong,
p em,
p u,
p a,
p.lead,
p.lead span,
p.lead strong,
p.lead b,
p.lead u,
p.lead em,
ul>li,
ul>li.lead,
tbody,
td,
tfoot,
th,
thead,
tr {
  font-size  : 1rem;
  line-height: 1.75;
  font-weight: 400;
}

p.lead strong,
p strong {
  font-weight: 700;
}

.fWeight-bold {
  font-weight: 700;
}

.text-white {
  color: rgb(var(--white));
}

.small {
  font-size: .875rem !important;
}

.italic {
  font-style: italic !important;
}

.page-section {
  padding: 6rem 0;
}

.mt-10 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 3rem;
}

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

.mt-interne-page {
  margin-top: 12rem;
}

.modal-title,
h2.section-heading,
h3.section-heading,
.section-heading.h2,
h2.section-heading p,
.section-heading.h2 p,
h2.section-heading p sup,
.section-heading.h2 p sup,
h2.section-heading sup,
.section-heading.h2 sup {
  font-family            : var(--font-title);
  margin-top             : 0;
  margin-bottom          : 1.5rem;
  font-weight            : 600;
  font-size              : 2.9rem;
  line-height            : 1.1em;
  background-image       : -webkit-linear-gradient(60deg, #5cc3ee 0%, #5d91ef 29%, #1b4ea6 50%, #7EADC2 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform         : capitalize;
}

h2.section-heading p sup,
.section-heading.h2 p sup,
h2.section-heading sup,
.section-heading.h2 sup {
  top: -.2em;
}

h3.section-heading,
.modal-title {
  font-size    : 2rem;
  margin-bottom: 0;

}

.modal-title {
  text-transform: capitalize;
}

.content-hero h2.section-heading,
.content-hero .section-heading.h2,
.content-hero .h6,
.content-hero a {
  color: rgb(var(--white));
}

.content-hero .h6,
.content-hero a {
  font-size      : 1rem;
  font-family    : var(--font-title);
  line-height    : inherit;
  text-decoration: none;
  font-weight    : 400;
}

.content-hero a:hover {
  color: rgb(var(--secondary));
}

h3.section-subheading,
.section-subheading.h3 {
  font-size    : 1.5rem;
  line-height  : 1.5;
  font-weight  : 400;
  font-family  : var(--font-title);
  margin-bottom: 2rem;
}


.bg-light {
  --bs-bg-opacity : 1;
  background-color: rgba(var(--secondary), var(--opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity : 1;
  background-color: rgba(0, 0, 0, 1) !important;
}

.bg-payne-gray {
  --bs-bg-opacity : 1;
  background-color: #576a78 !important;
}

.bg-lapis-lazuli {
  --bs-bg-opacity : 1;
  background-color: #1B659E !important;
}

.bg-payne-gray {
  --bs-bg-opacity : 1;
  background-color: #576a78 !important;
}

.btn-xl {
  padding    : 1.25rem 2.5rem;
  font-family: var(--font-body);
  font-size  : 1.125rem;
  font-weight: 700;
}

.btn-social {
  height         : 2.5rem;
  width          : 2.5rem;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  padding        : 0;
  border-radius  : 100%;
}

.banner {
  display         : flex;
  align-items     : center;
  background-color: rgb(var(--dark));
  position        : relative;
  color           : rgb(var(--white));
  padding-top     : .5rem;
  padding-bottom  : .5rem;
}

.banner-link a {
  color          : rgb(var(--white));
  text-decoration: none;
}

.banner-link a:hover {
  color: var(--lapis-lazuli)
}

.banner-link .nav-item {
  display: inline-block;
}


#mainNav {
  padding-top     : .5rem;
  padding-bottom  : .5rem;
  background-color: transparent;
  will-change     : filter;
  filter          : invert(0%);
  position        : relative;
}


#mainNav.navbar-shrink {
  padding-top     : .5rem;
  padding-bottom  : .5rem;
  background-color: black;
  will-change     : filter;
  filter          : invert(100%);
  box-shadow      : 1px 2px 8px 0px rgba(209, 170, 71, 0.5);
}

.section_header_page #mainNav {
  padding-top     : .5rem;
  padding-bottom  : .5rem;
  filter          : none;
  background-color: black;
  will-change     : filter;
  filter          : invert(100%);
}

.navbar-toggler {
  position      : absolute;
  top           : 1rem;
  right         : 1rem;
  padding       : .437rem .75rem;
  font-size     : 0.75rem;
  font-family   : var(--font-body);
  text-transform: uppercase;
  font-weight   : 700;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-brand {
  color         : rgb(var(--secondary));
  font-family   : var(--font-body);
  font-weight   : 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

.navbar-brand img {
  height: 2rem;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item .nav-link,
.banner-link .nav-item .nav-link {
  font-family   : var(--font-body);
  font-size     : 0.95rem;
  color         : rgb(var(--white));
  letter-spacing: 0;
  padding-top   : 1.5rem;
  padding-bottom: 1.5rem;
  font-weight   : 400;
}

.banner-link .nav-item .nav-link {
  padding: .5rem;
}

.navbar-nav .nav-item.active>a.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active sup,
.menu-item-categories.active .nav-link sup,
.navbar-nav .nav-item .nav-link:hover sup,
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
  background-image       : -webkit-linear-gradient(60deg, #bd2b02 0%, #e60a2e 29%, #ffce37 50%, #ff7834 73%, #14e450 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropdown-second li {
  padding    : 10px;
  white-space: nowrap;
}

.navbar-dark .nav-item .dropdown-second {
  display         : block;
  position        : absolute;
  top             : 100%;
  left            : 0;
  min-width       : 13rem;
  background-color: white;
  padding         : 1rem;
  list-style      : none;
  margin          : 0;
  opacity         : 0;
  transform       : translateY(30px);
  will-change     : transform, opacity;
  visibility      : hidden;
  overflow        : hidden;
  z-index         : 10;
  transition      : ease-out, transform .6s cubic-bezier(.33, 1, .68, 1);
  box-shadow      : -.968px 3.881px 24.94px 4.06px rgba(165, 165, 86, .2);
}

.navbar-dark ul.dropdown-second .nav-item .nav-link sup {
  display: inline !important;
  color  : black;
}

.navbar-shrink.navbar-dark ul.dropdown-second .nav-item .nav-link sup,
.section_header_page .navbar-dark ul.dropdown-second .nav-item .nav-link sup {
  color: white;
}

/* Affichage du sous-menu au hover */

.nav-item:hover>.dropdown-second {
  display         : block;
  visibility      : visible;
  overflow        : visible;
  opacity         : 1;
  transform       : translateY(0px);
  z-index         : 1000;
  /*animation     : fadeIn 0.3s ease;*/
}

/* Style des liens du sous-menu */
.nav-item ul .nav-item {
  margin : 0;
  padding: 0;
}


.navbar-dark .nav-item ul .nav-item .nav-link a sup,
.navbar-dark .nav-item ul .nav-item .nav-link {
  padding    : 0rem;
  display    : block;
  white-space: nowrap;
  color      : black;
  text-align : left;
}

.nav-item ul .nav-item .nav-link:hover {
  background-color: var(--transparent);
}

.heading-style-h1 {
  display       : flex;
  align-items   : center;
  gap           : 10px;
  flex-wrap     : wrap;
  text-transform: capitalize;
}


.heading-style-h1 span {
  display: inline-block;
}

.header-text-content .heading-style-h1.is-hero sup {
  vertical-align: super !important;
  padding       : .2rem;
}

.password-animation {
  font-size   : 7.5rem;
  font-weight : 800;
  display     : inline-block;
  transition  : opacity 0.5s ease-in-out;
  padding-left: .5rem;
}

.password-animation.fade {
  opacity: 0;
}

/* Animation pour l'apparition */
@keyframes fadeIn {
  from {
    opacity  : 0;
    transform: translateY(-10px);
  }

  to {
    opacity  : 1;
    transform: translateY(0);
  }
}


.dropdown-menu {
  min-width         : 150px;
  /*border          : .09rem solid rgba(var(--secondary), .3);*/
  background-color  : rgb(var(--dark));
  color             : var(--secondary);
}

.dropdown-menu ul {
  list-style-type: none;
  padding        : 0;
  margin         : 0;
}

.btn-secondary.dropdown-toggle {
  background-color: transparent;
  border          : .09rem solid rgba(var(--secondaryInverse), .3);
}

.btn-secondary.dropdown-toggle:hover {
  background-color: .09rem solid rgba(var(--secondaryInverse), .3);
}

.dropdown-item {
  color        : rgb(var(--secondary));
  border-bottom: .09rem solid rgba(var(--secondary), .3);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color           : rgb(var(--white));
  background-color: var(--transparent);
}

.dropdown-menu .sub-menu li:last-child .dropdown-item {
  border-bottom: none;
}

/* Style responsive */

@media (min-width: 992px) {
  #mainNav {
    padding-top     : .5rem;
    padding-bottom  : .5rem;
    border          : none;
    background-color: transparent;
    transition      : padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }

  #mainNav .navbar-brand {
    font-size : 1.3em;
    transition: font-size 0.3s ease-in-out;
  }

  #mainNav .navbar-brand img {
    height    : 2.5rem;
    transition: height 0.3s ease-in-out;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.3rem;
  }

  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    height: 2.5rem;
  }

  #mainNav .navbar-nav .nav-item {
    margin-right: .3rem;
  }

  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}

/* ================================== Custom Modal ==============================*/
.modal .modal-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / .7em auto no-repeat;
  width     : .7em;
  height    : .7em;
}

.modal.custom-modal {
  --bs-modal-bg          : transparent;
  --bs-modal-border-width: none;
}

.modal.custom-modal .modal-header {
  border-bottom: none;
}

.modal.custom-modal .modal-header .btn-close {
  background-color: rgba(var(--white), .85);
  border-radius   : .6rem;
  color           : rgb(var(--white));
}

.modal-body {
  padding: 2rem;
}

/* Pour Chrome, Edge, Safari */
.custom-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background-color: transparent !important;
}

/* Pour Firefox */
.custom-modal .modal-dialog-scrollable .modal-body {
  scrollbar-color: rgb(64, 64, 64) transparent;
}

/* ================================== End Custom Modal ==============================*/

/* ==================================Start menu multi Category ==============================*/

.navbar-dark .dropdown-category {
  display         : flex;
  position        : absolute;
  left            : 195%;
  transform       : translate(-50%, 100px);
  width           : 100vw;
  padding         : 20px;
  background-color: white;
  opacity         : 0;
  will-change     : transform, opacity;
  visibility      : hidden;
  overflow        : hidden;
  z-index         : 10;
  transition      : ease-out, transform .6s cubic-bezier(.33, 1, .68, 1);
  box-shadow      : -.968px 3.881px 24.94px 4.06px rgba(165, 165, 86, .2);
  border-radius   : 0;
}

/* .navbar-dark.navbar-shrink .dropdown-category {
  left: 110%;
} */

.dropdown-category-content {
  display: flex;
  margin : auto;
  width  : 1400px;
}

.section_header_page #mainNav.navbar-dark .dropdown-category {
  background-color: black;
}

@keyframes fadeIn {
  from {
    opacity  : 0;
    transform: translateX(-50%) translateY(10px);
  }

  to {
    opacity  : 1;
    transform: translateX(-50%) translateY(10);
  }
}

.dropdown:hover .dropdown-category,
.dropdown:focus-within .dropdown-category {
  display   : flex;
  flex-wrap : wrap;
  visibility: visible;
  overflow  : visible;
  opacity   : 1;
  transform : translate(-50%, 0px);
  z-index   : 1000;
}

.dropdown-category .category-column {
  padding   : 15px;
  box-sizing: border-box;
}

.dropdown-category.cat-count-2 .category-column {
  flex: 0 0 50%;
}

.dropdown-category.cat-count-3 .category-column {
  flex: 0 0 33.333%;
}

.dropdown-category.cat-count-4 .category-column {
  flex: 0 0 25%;
}

.dropdown-category.cat-count-5 .category-column {
  flex: 0 0 20%;
}

.dropdown-category.cat-count-6 .category-column {
  flex: 0 0 16.666%;
}

.dropdown-category.cat-count-7 .category-column,
.dropdown-category.cat-count-8 .category-column,
.dropdown-category.cat-count-9 .category-column,
.dropdown-category.cat-count-10 .category-column {
  flex: 0 0 16.666%;
}

/* Utilisez transform pour le centrage au lieu des marges négatives */
.navbar .container {
  position: relative;
}

/* Colonnes de catégories */
.category-column {
  flex      : 0 0 25%;
  padding   : 15px;
  box-sizing: border-box;
  transition: background-color 0.2s, transform 0.2s;
}

/* Titres des catégories */
.navbar-dark .titre-category-menu {
  text-transform: uppercase;
  letter-spacing: .4rem;
  font-size     : 1.2rem;
  font-weight   : 600;
  margin-bottom : 14px;
  color         : black;
  padding-bottom: 8px;
  position      : relative;
}

.section_header_page #mainNav.navbar-dark .titre-category-menu,
.navbar-dark.navbar-shrink .titre-category-menu {
  color: white;
}

/* Listes de pages */
.list-pages-category-menu {
  list-style: none;
  margin    : 0;
  padding   : 0;
}

.list-pages-category-menu li {
  margin-bottom: 10px;
  position     : relative;
  padding-left : 0;
}

.navbar-dark .list-pages-category-menu a {
  color          : black;
  text-decoration: none;
  font-size      : 14px;
  transition     : all 0.2s ease;
  display        : block;
  padding        : 2px 0;
}

.section_header_page #mainNav.navbar-dark .list-pages-category-menu a {
  color: white;
}

.list-pages-category-menu a:hover,
.list-pages-category-menu a:focus {
  /* Support pour la navigation au clavier */
  background-image       : -webkit-linear-gradient(60deg, #5cc3ee 0%, #5d91ef 29%, #1b4ea6 50%, #7EADC2 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform              : translateX(3px);
  outline                : none;
}

.list-pages-category-menu a:focus-visible {
  outline       : 2px solid #0066cc;
  outline-offset: 2px;
}

.list-pages-category-menu a.active {
  background-image       : -webkit-linear-gradient(60deg, #5cc3ee 0%, #5d91ef 29%, #1b4ea6 50%, #7EADC2 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position               : relative;
}

.nav-link.dropdown-toggle {
  position: relative;
}

.nav-link.dropdown-toggle:after {
  margin-left: 6px;
  transition : transform 0.3s;
}

.dropdown:hover .nav-link.dropdown-toggle:after,
.dropdown:focus-within .nav-link.dropdown-toggle:after {
  transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 1200px) {

  .category-column,
  .dropdown-category .category-column {
    flex: 0 0 33.33%;
  }

  .dropdown-category {
    padding: 20px 15px;
  }
}

@media (max-width: 992px) {

  .category-column,
  .dropdown-category .category-column {
    flex: 0 0 50%;
  }

  .dropdown-category {
    padding: 20px 15px;
  }
}

@media (max-width: 768px) {
  .navbar-dark .dropdown-category {
    display  : block;
    width    : auto;
    transform: none;
    left     : 0;
    border   : none;
    padding  : 10px 0;
  }



  .dropdown-category .category-column {
    padding: 8px;
  }

  @keyframes fadeIn {
    from {
      opacity  : 0;
      transform: translateY(0px);
    }

    to {
      opacity  : 1;
      transform: translateY(0);
    }
  }

  .dropdown:hover .dropdown-category,
  .dropdown:focus-within .dropdown-category {
    transform: translate(0, 0px);
    display  : block;
    height   : 21rem;
  }

  .dropdown-category-content {
    height    : 100%;
    width     : auto;
    display   : block;
    overflow-y: auto;
    padding   : 0 10px;
  }
}

.dropdown:hover .dropdown-category::-webkit-scrollbar-thumb:hover,
.dropdown:focus-within .dropdown-category::-webkit-scrollbar {
  width: 8px;
}

.dropdown:hover .dropdown-category::-webkit-scrollbar-thumb:hover,
.dropdown:focus-within .dropdown-category::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dropdown:hover .dropdown-category::-webkit-scrollbar-thumb:hover,
.dropdown:focus-within .dropdown-category::-webkit-scrollbar-thumb {
  background   : #a0a0a0;
  border-radius: .4rem;
}

.dropdown:hover .dropdown-category::-webkit-scrollbar-thumb:hover,
.dropdown:focus-within .dropdown-category::-webkit-scrollbar-thumb:hover {
  background: #a9a9a9;
}

.list-pages-category-menu a {
  will-change: transform, color;
}

@media (min-width: 1400px) {
  /* .dropdown-category {
    max-width: 1400px;
    width    : 1400px !important;
  } */
}

/* ================================== End menu multi Category  ==============================*/


/* ================================== Menu multi Category sous-sous-menus ============================== */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a {
  display        : block;
  padding        : 8px;
  color          : #555;
  text-decoration: none;
  font-size      : 14px;
  transition     : all 0.2s ease;
}

.dropdown-submenu>a:hover,
.dropdown-submenu>a:focus {
  background-image       : -webkit-linear-gradient(60deg, #5cc3ee 0%, #5d91ef 29%, #1b4ea6 50%, #7EADC2 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform              : translateX(3px);
}

.dropdown-submenu.active>a {
  background-image       : -webkit-linear-gradient(60deg, #5cc3ee 0%, #5d91ef 29%, #1b4ea6 50%, #7EADC2 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropdown-submenu .dropdown-submenu {
  position        : absolute;
  top             : 0;
  left            : 50%;
  background-color: #fff;
  border          : 1px solid #ddd;
  border-radius   : 4px;
  box-shadow      : 0 2px 5px rgba(0, 0, 0, 0.15);
  min-width       : 200px;
  z-index         : 1001;
  padding         : 10px;
  /* Ajout d'un espacement global pour les ul */
  margin          : 0;
  list-style      : none;

  /* Animation properties */
  opacity   : 0;
  visibility: hidden;
  transform : translateX(-10px);
  transition: all 0.3s ease;
}

.dropdown-submenu:hover>.dropdown-submenu {
  display   : block;
  opacity   : 1;
  visibility: visible;
  transform : translateX(0);
}

.subsubmenu-list li a {
  color          : #212529;
  padding        : 0.5rem 1rem;
  text-decoration: none;
  display        : block;
}

.subsubmenu-list li a.active {
  color           : #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}

.subsubmenu-list li a:hover {
  background-color: #f8f9fa;
}

.list-pages-category-menu .dropdown-submenu>a:after {
  content: '';
}

.list-pages-category-menu .dropdown-submenu:hover>a:after {
  color: transparent
}

@media (max-width: 768px) {

  .dropdown-submenu .dropdown-submenu {
    position  : static;
    left      : auto;
    top       : auto;
    box-shadow: none;
    border    : none;
    padding   : 10px;
    /* Maintien de l'espacement global en mode mobile */
    transform : none
  }

  .dropdown-submenu>.dropdown-submenu>li>a {
    padding-left: 0;
  }

  .list-pages-category-menu .dropdown-submenu>a:after {
    content: '';
  }
}



/* ================================== End menu multi Category sous-sous-menus ============================== */


/* ================================== menu multi Category  and dropdown menu ==============================*/
.navbar-shrink.navbar-dark .nav-item .dropdown-second,
.navbar-shrink.navbar-dark .dropdown-category,
.section_header_page #mainNav.navbar-dark .nav-item .dropdown-second {
  background-color: black;
}

.section_header_page #mainNav.navbar-dark .nav-item ul.dropdown-second .nav-item .nav-link,
.navbar-shrink.navbar-dark .list-pages-category-menu a,
.navbar-shrink.navbar-dark .nav-item ul .nav-item .nav-link,
.navbar-shrink.navbar-dark .navbar-nav .nav-item a.nav-link {
  color: white;
}

.navbar-shrink.navbar-dark .list-pages-category-menu a.active,
.navbar-shrink.navbar-dark .list-pages-category-menu a:hover,
.navbar-shrink.navbar-dark .list-pages-category-menu a:focus,
.navbar-shrink.navbar-dark .navbar-nav .nav-item .nav-link.active,
.navbar-shrink.navbar-dark .navbar-nav .nav-item .nav-link:hover,
.navbar-shrink.navbar-dark .navbar-nav .nav-item .nav-link:focus,
.navbar-shrink.navbar-dark .dropdown-submenu>a:hover,
.navbar-shrink.navbar-dark .dropdown-submenu>a:focus,
.navbar-shrink.navbar-dark .dropdown-submenu.active>a,
.navbar-shrink.navbar-dark .navbar-nav .dropdown-submenu.active>a,
.navbar-shrink.navbar-dark .navbar-nav .nav-link:hover,
.section_header_page #mainNav.navbar-dark .list-pages-category-menu a:hover,
.section_header_page #mainNav.navbar-dark .list-pages-category-menu a:focus,
.section_header_page #mainNav.navbar-dark .nav-item ul.dropdown-second .nav-item .nav-link:hover,
.section_header_page #mainNav.navbar-dark .nav-item ul.dropdown-second .nav-item .nav-link:focus,
.section_header_page #mainNav.navbar-dark .nav-item ul.dropdown-second .nav-item .nav-link.active {
  background-image: -webkit-linear-gradient(60deg, #bd2b02 0%, #e60a2e 29%, #ffce37 50%, #ff7834 73%, #14e450 100%);
}


/* ================================== End menu multi Category  and dropdown menu ==============================*/


/*-----------------------------Header Section-----------------------------------*/

.section_header {
  z-index : 2;
  position: relative;
}

.text-color-alternate {
  color: rgb(var(--white));
}

.header_content {
  z-index        : 1;
  justify-content: flex-start;
  align-items    : flex-start;
  min-height     : 100vh;
  max-height     : none;
  padding-top    : 4rem;
  display        : flex;
  position       : relative
}

.header_content.hero-page {
  min-height: 60vh;
}

.padding-section-large.extra-padding-subpage {
  padding-top: 12rem;
}

.padding-section-large {
  padding-top   : 8rem;
  padding-bottom: 8rem;
}

.header-text-wrapper {
  width: 100%;
}

.heading-style-h1.is-hero,
.heading-style-h1.is-hero span {
  font-family   : var(--font-title);
  letter-spacing: -.045em;
  font-size     : 5.5rem;
  line-height   : 1.2;
  font-weight   : 700;
  min-width     : 40rem;
}

.pt_br .heading-style-h1.is-hero,
.pt_br .heading-style-h1.is-hero span {
  font-size: 5.5rem;
}

.heading-style-h1.is-hero span {
  display: block;
}

.section_header_page .heading-style-h1.is-hero,
.section_header_page .heading-style-h1.is-hero sup,
.section_header_page .heading-style-h1.is-hero span {
  font-size              : 4.7rem;
  line-height            : 1.1;
  background-image       : -webkit-linear-gradient(60deg, #5cc3ee 0%, #5d91ef 29%, #1b4ea6 50%, #7EADC2 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_header_page .heading-style-h1.is-hero sup {
  font-size: 1.9rem;
}

.subtitle-hero p.text-size-medium,
.subtitle-hero p {
  font-size: 1.25rem;
}

.max-width-small {
  width        : 100%;
  max-width    : 40rem;
  margin-bottom: 2rem;
}

.divider {
  background-color: rgb(var(--white));
  width           : 100%;
  height          : 1px;
  margin-left     : auto;
  margin-right    : auto;
}

.section_header_page .section_header .divider {
  background-color: rgb(var(--dark))
}

.section_header_page .section_header .header-text-wrapper .header-text-content {
  width        : 68%;
  padding-right: 2%;
}

.section_header_page .section_header .subtitle-hero,
.section_header_page .section_header .subtitle-hero p {
  color: rgb(var(--dark));
}

.header_background-image-wrapper {
  z-index         : 0;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow       : column;
  justify-content : flex-end;
  align-items     : stretch;
  width           : 100%;
  height          : 100%;
  display         : flex;
  position        : absolute;
  inset           : 0%
}

.section_header_page .section_header .header_background-image-wrapper {
  background-color: rgb(var(--white));
  background-image: none;
}

.header_background-image {
  object-fit: cover;
  width     : 100%;
  height    : 100%;
  position  : absolute;
  inset     : 0%
}

.header_background-image.w-background-img {
  display        : flex;
  align-items    : center;
  justify-content: end;
}

.header_background-image.w-background-img img {
  width        : 50%;
  border-radius: 0 !important;
}

.header_background-image.is-company {
  border-radius: 0
}

.header_background-image-wrapper.hero-page {
  height: 60%;
}

@media screen and (max-width: 991px) {
  .header_background-image {
    object-fit     : cover;
    object-position: 50% 50%;
  }
}

.opacity-50 {
  opacity: .5
}

.padding-global {
  padding-right: var(--border-radius--padding--global--regular);
  padding-left : var(--border-radius--padding--global--regular);
}

.padding-section-medium {
  padding-top   : 5rem;
  padding-bottom: 5rem;
}

.w-background-video {
  background-color: var(--lapis-lazuli);
  color           : #fff;
  position        : relative;
  overflow        : hidden
}

.w-background-video>video {
  object-fit         : cover;
  z-index            : -100;
  background-position: 50%;
  background-size    : cover;
  width              : 100%;
  height             : 100%;
  margin             : auto;
  position           : absolute;
  inset              : -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display           : none !important
}

.w-background-video--control {
  background-color: #0000;
  padding         : 0;
  position        : absolute;
  bottom          : 1em;
  right           : 1em
}

.w-background-video--control>[hidden] {
  display: none !important
}

.section_logo3 {
  z-index    : 1;
  position   : relative;
  overflow   : hidden;
  height     : 6rem;
  display    : flex;
  align-items: center;
}

.section_logo3.is-absolute,
.section_logo3.is-absolute-subpage {
  width   : 100%;
  position: absolute;
  inset   : auto 0% 3% 0%;
}

.section_logo3.is-demo-page {
  border-radius   : var(--border-radius--large);
  background-color: var(--base-color-brand--black);
  margin-top      : 1rem;
  margin-bottom   : 1rem
}

.slider-logo {
  width      : 100%;
  position   : relative;
  display    : flex;
  align-items: center;
  overflow   : hidden;
}

.slide-track {
  width    : calc(200px* 24);
  display  : flex;
  animation: scroll 50slinear infinite;
}

.slide-logo {
  width          : 200px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  padding        : 1rem;
}

.slide-logo img {
  width        : 100%;
  height       : auto;
  object-fit   : contain;
  filter       : grayscale(100%);
  transition   : filter 0.3s ease;
  border-radius: 0 !important;
}

.slide img:hover {
  filter: grayscale(0%);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
}

.image-overlay-layer {
  z-index         : 1;
  background-color: rgba(25, 101, 158, 0.8);
  position        : absolute;
  inset           : 0%;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display       : inline-block;
}

.shadow-box {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  padding   : 1rem;
  margin    : .5rem 0;
}

.logoHeader {
  max-width: 160px;
}

/*------------------------------End Header----------------------------------*/

.btn.btn-mycena {
  position        : relative;
  pointer-events  : auto;
  padding         : 0rem;
  background-color: transparent;
  color           : #000;
}
#contactFormSubmit.btn.btn-mycena {

  width: 100%;
}

.btn-mycena .button__bg,
.btn-mycena .button__bg.button__bg__transparent,
.btn-mycena .button__bg.button__bg__dark {
  top          : 0;
  left         : 0;
  position     : absolute;
  width        : 100%;
  height       : 100%;
  background   : rgb(var(--white));
  border-radius: 0.6rem;
  overflow     : hidden;
  transition   : transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}


.navbar-shrink .btn-mycena .button__bg,
.section_header_page .navbar-dark .btn-mycena .button__bg {
  background: rgb(241, 217, 186);
}


.btn-mycena .button__bg.button__bg__transparent {
  background            : var(--transparent);
  color                 : black;
  /* border-image-slice : 1;
  border-image-source   : linear-gradient(70deg, #57b8e0, #1b4ea6, #ABC9C4); */
  border                : .09rem solid #1B4EA6;
  border-radius         : 0.6rem;
}

.btn-mycena .button__bg.button__bg__dark {
  background: rgb(var(--dark));
}

.btn-mycena .button__bg.button__bg__gradient {
  background: linear-gradient(45deg, #1b4ea6 0, #5d91ef 29%, #1b4ea6 50%, #1b659e 73%, #abc9c4 100%);
}

.btn-mycena .button__bg::after {
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  opacity   : 0;
  transition: opacity 0.3s;
}

.btn-mycena .button__bg::before {
  width         : 110%;
  height        : 0;
  padding-bottom: 110%;
  top           : 50%;
  left          : 50%;
  border-radius : 50%;
  transform     : translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

.btn-mycena .button__bg::before,
.btn-mycena .button__bg::after {
  content         : '';
  position        : absolute;
  background-color: var(--payne-gray);
}

.navbar-shrink .btn-mycena .button__bg::before,
.navbar-shrink .btn-mycena .button__bg::after,
.section_header_page .navbar-dark .btn-mycena .button__bg::before,
.section_header_page .navbar-dark .btn-mycena .button__bg::after {
  content         : '';
  position        : absolute;
  background-color: #a79586;
}

.btn-mycena:hover .button__bg {
  transform: scale3d(1.2, 1.2, 1);
}


.btn-mycena:hover .button__bg::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform : translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}


.btn-mycena:hover .button__bg::after {
  opacity            : 1;
  transition-duration: 0.01s;
  transition-delay   : 0.3s;
}

.btn-mycena span {
  text-transform  : capitalize;
  display         : block;
  position        : relative;
  padding         : .8rem 1.5rem;
  font-size       : 1rem;
  /*mix-blend-mode: difference;*/
  color           : black;
}

.btn-mycena.white span {
  color: rgb(var(--white));
}

.btn.btn-mycena:hover,
a.btn:hover {
  outline: 0;
  color  : rgb(var(--white));
}

/*----------------------------btn-dark-------------------------*/
.btn-dark {
  --bs-btn-bg                   : #1B659E;
  --bs-btn-border-color         : #1B659E;
  --bs-btn-hover-bg             : #2a7ab7;
  --bs-btn-disabled-bg          : #1B659E;
  --bs-btn-disabled-border-color: #1B659E;
}

/*----------------------------Header internal pages-------------------------*/
.hero {
  background     : #000 url("assets/images/new-bg-mycena.png") center right no-repeat;
  background-size: 40%;
  padding-top    : 9rem;
}

.hero p {
  color: rgb(var(--white));
}

/*----------------------------Section 2------------------------------------*/

.risk_component {
  grid-column-gap      : var(--interaction-upgrade--column-gap);
  grid-row-gap         : var(--interaction-upgrade--row-gap);
  flex                 : 0 auto;
  grid-template-columns: 1fr minmax(200px, 25rem) 1fr;
  grid-auto-flow       : row;
  place-content        : center;
  place-items          : center;
  margin-left          : auto;
  margin-right         : auto;
  transition-duration  : .5s;
}


.risk_card {
  grid-column-gap: 1rem;
  grid-row-gap   : 1rem;
  flex-flow      : column;
  width          : 100%;
  max-width      : 22.5rem;
  height         : 100%;
  padding        : 0;
  display        : flex
}

.risk_card._1 {
  text-align     : right;
  justify-content: center;
  align-items    : flex-end
}

.risk_card._2 {
  justify-content: center;
  align-items    : flex-start
}

.risk_card._3 {
  text-align     : right;
  justify-content: center;
  align-items    : flex-end;
  padding-right  : 3rem;
}

.risk_card._4 {
  justify-content: center;
  align-items    : flex-start;
  padding-left   : 3rem;
}

.risk_card._5 {
  text-align     : right;
  justify-content: center;
  align-items    : flex-end;
}

.risk_card._6 {
  justify-content: center;
  align-items    : flex-start;
}

.risk_card_number {
  aspect-ratio      : 1;
  color             : rgb(var(--dark));
  /*background-image: linear-gradient(#0e1f2a38, #0e1f2a00);*/
  background-image  : linear-gradient(117deg, rgb(222, 233, 255) 15%, rgba(196, 211, 240, .6) 70%);
  border-radius     : 100%;
  justify-content   : center;
  align-items       : center;
  width             : 3.125rem;
  font-size         : 1rem;
  font-weight       : 700;
  display           : flex
}

.risk_card_h3,
.wp-block-heading,
.wp-block-search__label,
.page-section .title_h3,
.title_h3,
.title_h4,
.title_h1,
.widget-title,
.page-section .title_h3 a.title-link {
  font-family    : var(--font-title);
  font-size      : 1.5rem;
  font-weight    : 600;
  text-decoration: none;
  text-transform : capitalize;
}

.title_h4 {
  font-size: 1.25rem;
}

.page-section .blog-section .title_h3,
.page-section .blog-section .title_h3 a.title-link {
  font-size  : 3rem;
  font-weight: 600;
  color      : rgb(var(--dark));
}

.page-section .blog-section .title_h1,
.page-section .blog-section .title_h1 a.title-link {
  font-size  : 3.5rem;
  font-weight: 700;
  color      : rgb(var(--dark));
}

.risk_card .risk_paragraph,
.risk_card p {
  font-size: 1rem;
}

.risk_image-wrapper {
  flex-flow      : column;
  justify-content: center;
  align-items    : center;
  display        : flex;
  position       : relative
}

.risk_image_main {
  z-index       : 1;
  mix-blend-mode: darken;
  width         : 100%;
  height        : auto;
  position      : relative
}

.risk_component_wrapper {
  display: flex
}

.risk_image_lines {
  z-index  : 2;
  width    : 110%;
  max-width: none;
  height   : auto;
  position : absolute;
  top      : 18%
}

.text-muted {
  font-size: 1rem;
}

#bloc-1 {
  grid-area: 1/1/2/2
}

#bloc-2 {
  grid-area: 1/3/2/4
}

#bloc-3 {
  grid-area: 2/1/2/2
}

#bloc-4 {
  grid-area: 2/3/2/4
}

#bloc-5 {
  grid-area: 3/1/3/1
}

#bloc-6 {
  grid-area: 3/3/3/3
}

#section-two {
  grid-area: 1/2/4/3
}


/* ============================testimonials=====================================*/

#myCarouselTestimonial .carousel-inner {
  display       : flex;
  flex-direction: column;
  padding-bottom: 3.5rem;
  height        : 100%;
}

#myCarouselTestimonial .carousel-item {
  transform : translateY(100%);
  /* Positionne les éléments verticalement */
  transition: transform 0.6s ease-in-out;
}

#myCarouselTestimonial .active {
  transform: translateY(0);
}

#myCarouselTestimonial .carousel-indicators {
  list-style: none;
}

#myCarouselTestimonial .carousel-item-next {
  -webkit-transform : translateY(50%);
  -ms-transform     : translateY(50%);
  -moz-transform    : translateY(50%);
  -o-transform      : translateY(50%);
  transform         : translateY(50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition    : all .3s ease-in-out;
  -moz-transition   : all .3s ease-in-out;
  -o-transition     : all .3s ease-in-out;
  transition        : all .3s ease-in-out;
}

#myCarouselTestimonial .carousel-item-prev {
  -webkit-transform : translateY(-50%);
  -ms-transform     : translateY(-50%);
  -moz-transform    : translateY(-50%);
  -o-transform      : translateY(-50%);
  transform         : translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition    : all .3s ease-in-out;
  -moz-transition   : all .3s ease-in-out;
  -o-transition     : all .3s ease-in-out;
  transition        : all .3s ease-in-out;
}

#myCarouselTestimonial .carousel-indicators {
  background-color: rgb(var(--white));
}

#myCarouselTestimonial .carousel-indicators [data-bs-target] {
  background   : transparent;
  width        : 12px;
  height       : 12px;
  border-radius: 50%;
  border       : 1px solid rgb(var(--dark));
  margin       : 0 10px;
}

#myCarouselTestimonial .carousel-indicators .active {
  background: rgb(var(--dark));
}

.testimonial {
  text-align: center;
  width     : 100%;
  position  : relative;
  transform : translateY(0);
}

.testimonial .title_h3,
.testimonial .title_h3 sup {
  font-family: var(--font-title);
  max-width  : 75%;
  margin     : 2px auto;
  font-weight: 500;
  font-size  : 1.5rem;
  line-height: 2.1rem;
  color      : rgb(var(--dark));
}

.testimonial .title_h3 sup {
  top: -.2em;
}

.testimonial .wrap {
  height   : 12rem;
  position : relative;
  width    : 100%;
  max-width: 1200px;
  padding  : 0px;
  margin   : auto;
}

.testimonial .arrow {
  display           : block;
  position          : absolute;
  color             : rgb(var(--white));
  cursor            : pointer;
  font-size         : 2em;
  top               : 50%;
  -webkit-transform : translateY(-50%);
  -ms-transform     : translateY(-50%);
  -moz-transform    : translateY(-50%);
  -o-transform      : translateY(-50%);
  transform         : translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition    : all .3s ease-in-out;
  -moz-transition   : all .3s ease-in-out;
  -o-transition     : all .3s ease-in-out;
  transition        : all .3s ease-in-out;
  padding           : 5px;
  z-index           : 22222222;
}

.testimonial .arrow:before {
  cursor: pointer;
}

.testimonial .arrow:hover {
  opacity: .8;
}


.testimonial .arrow.left {
  left: 70px;
}

.testimonial .arrow.right {
  right: 70px;
}

.testimonial .dots {
  text-align  : center;
  position    : absolute;
  width       : 100%;
  bottom      : 0px;
  left        : 0;
  display     : block;
  z-index     : 333;
  height      : 2rem;
  margin      : 0 auto;
  padding-left: 0;
}

.testimonial .dots .dot {
  list-style-type   : none;
  display           : inline-block;
  width             : 12px;
  height            : 12px;
  border-radius     : 50%;
  border            : 1px solid rgb(var(--dark));
  margin            : 0 10px;
  cursor            : pointer;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition    : all .5s ease-in-out;
  -moz-transition   : all .5s ease-in-out;
  -o-transition     : all .5s ease-in-out;
  transition        : all .5s ease-in-out;
  position          : relative;
}

.testimonial .dots .dot.active,
.testimonial .dots .dot:hover {
  background  : rgb(var(--dark));
  border-color: rgb(var(--dark));
}

.testimonial .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  -moz-animation   : testim-scale .5s ease-in-out forwards;
  -ms-animation    : testim-scale .5s ease-in-out forwards;
  -o-animation     : testim-scale .5s ease-in-out forwards;
  animation        : testim-scale .5s ease-in-out forwards;
}

.testimonial .cont {
  position: relative;
  overflow: hidden;
}

.testimonial .cont>div {
  text-align  : center;
  position    : absolute;
  top         : 0;
  left        : 0;
  /*padding   : 0 0 70px 0;*/
  padding     : 0;
  opacity     : 0;
}

.testimonial .cont>div.inactive {
  opacity: 1;
}


.testimonial .cont>div.active {
  position: relative;
  opacity : 1;
}


.testimonial .cont div .img img {
  display      : block;
  width        : 100px;
  height       : 100px;
  margin       : auto;
  border-radius: 50%;
}

.testimonial .cont div p,
.testimonial p {
  font-size: 1.15em;
  color    : rgb(var(--dark));
  width    : 70%;
  margin   : auto;
}

.testimonial .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  -moz-animation   : testim-show .5s ease-in-out forwards;
  -ms-animation    : testim-show .5s ease-in-out forwards;
  -o-animation     : testim-show .5s ease-in-out forwards;
  animation        : testim-show .5s ease-in-out forwards;
}

.testimonial .cont div.active h3.title_h3 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  -moz-animation   : testim-content-in .4s ease-in-out forwards;
  -ms-animation    : testim-content-in .4s ease-in-out forwards;
  -o-animation     : testim-content-in .4s ease-in-out forwards;
  animation        : testim-content-in .4s ease-in-out forwards;
}

.testimonial .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation   : testim-content-in .5s ease-in-out forwards;
  -ms-animation    : testim-content-in .5s ease-in-out forwards;
  -o-animation     : testim-content-in .5s ease-in-out forwards;
  animation        : testim-content-in .5s ease-in-out forwards;
}

.testimonial .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  -moz-animation   : testim-hide .5s ease-in-out forwards;
  -ms-animation    : testim-hide .5s ease-in-out forwards;
  -o-animation     : testim-hide .5s ease-in-out forwards;
  animation        : testim-hide .5s ease-in-out forwards;
}

.testimonial .cont div.inactive h3.title_h3 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  -moz-animation   : testim-content-out .4s ease-in-out forwards;
  -ms-animation    : testim-content-out .4s ease-in-out forwards;
  -o-animation     : testim-content-out .4s ease-in-out forwards;
  animation        : testim-content-out .4s ease-in-out forwards;
}

.testimonial .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation   : testim-content-out .5s ease-in-out forwards;
  -ms-animation    : testim-content-out .5s ease-in-out forwards;
  -o-animation     : testim-content-out .5s ease-in-out forwards;
  animation        : testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow        : 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow        : 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow        : 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow        : 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow     : 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow     : 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow     : 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow     : 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow    : 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow    : 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow    : 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow    : 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow   : 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow   : 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow   : 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow   : 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity          : 0;
    -webkit-transform: translateY(100%);
    transform        : translateY(100%);
  }

  to {
    opacity          : 1;
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity       : 0;
    -moz-transform: translateY(100%);
    transform     : translateY(100%);
  }

  to {
    opacity       : 1;
    -moz-transform: translateY(0);
    transform     : translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity      : 0;
    -ms-transform: translateY(100%);
    transform    : translateY(100%);
  }

  to {
    opacity      : 1;
    -ms-transform: translateY(0);
    transform    : translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity     : 0;
    -o-transform: translateY(100%);
    transform   : translateY(100%);
  }

  to {
    opacity     : 1;
    -o-transform: translateY(0);
    transform   : translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity  : 0;
    transform: translateY(100%);
  }

  to {
    opacity  : 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity          : 1;
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }

  to {
    opacity          : 0;
    -webkit-transform: translateY(-100%);
    transform        : translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity       : 1;
    -moz-transform: translateY(0);
    transform     : translateY(0);
  }

  to {
    opacity       : 0;
    -moz-transform: translateY(-100%);
    transform     : translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity      : 1;
    -ms-transform: translateY(0);
    transform    : translateY(0);
  }

  to {
    opacity      : 0;
    -ms-transform: translateY(-100%);
    transform    : translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity     : 1;
    -o-transform: translateY(0);
    transform   : translateY(0);
  }

  to {
    opacity  : 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity  : 1;
    transform: translateY(0);
  }

  to {
    opacity  : 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity          : 0;
    -webkit-transform: scale(0);
    transform        : scale(0);
  }

  to {
    opacity          : 1;
    -webkit-transform: scale(1);
    transform        : scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity       : 0;
    -moz-transform: scale(0);
    transform     : scale(0);
  }

  to {
    opacity       : 1;
    -moz-transform: scale(1);
    transform     : scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity      : 0;
    -ms-transform: scale(0);
    transform    : scale(0);
  }

  to {
    opacity      : 1;
    -ms-transform: scale(1);
    transform    : scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity     : 0;
    -o-transform: scale(0);
    transform   : scale(0);
  }

  to {
    opacity     : 1;
    -o-transform: scale(1);
    transform   : scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity  : 0;
    transform: scale(0);
  }

  to {
    opacity  : 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity          : 1;
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  to {
    opacity          : 0;
    -webkit-transform: scale(0);
    transform        : scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity       : 1;
    -moz-transform: scale(1);
    transform     : scale(1);
  }

  to {
    opacity       : 0;
    -moz-transform: scale(0);
    transform     : scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity      : 1;
    -ms-transform: scale(1);
    transform    : scale(1);
  }

  to {
    opacity      : 0;
    -ms-transform: scale(0);
    transform    : scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity     : 1;
    -o-transform: scale(1);
    transform   : scale(1);
  }

  to {
    opacity     : 0;
    -o-transform: scale(0);
    transform   : scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity  : 1;
    transform: scale(1);
  }

  to {
    opacity  : 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testimonial .arrow {
    font-size: 1.5em;
  }

  .testimonial .cont div p {
    line-height: 25px;
  }

}

/* ============================ End testimonials=====================================*/


/* ============================Start solutionBox=====================================*/

.solutionBox-item {
  position           : relative;
  width              : 100%;
  background-position: center;
  background-repeat  : no-repeat;
  background-size    : cover;
  margin-left        : auto;
  margin-right       : auto;
  display            : flex;
  flex-direction     : column;
  align-items        : center;
  text-decoration    : none;
  overflow           : hidden;
  transition-property: transform;
  transition-duration: .5s;
}

.solutionBox-caption {
  position: relative;
  overflow: hidden;
}

.solutionBox-caption-img {
  display        : flex;
  justify-content: center;
  align-items    : center;
  transform      : scale(1.05);
  transition     : transform .6s ease;
}

.solutionBox-caption-img img {
  width : 90%;
  margin: auto;
}

.solutionBox-item .solutionBox-caption-link {
  position       : absolute;
  z-index        : 100;
  top            : 0;
  left           : 0;
  width          : 100%;
  height         : 100%;
  text-decoration: none;
}

.solutionBox-item .solutionBox-caption-heading {
  font-family    : var(--font-title);
  font-size      : 1.9rem;
  font-weight    : 700;
  margin-bottom  : 0;
  color          : rgb(var(--dark));
  position       : absolute;
  z-index        : 110;
  top            : 0;
  left           : 0;
  width          : 100%;
  height         : auto;
  display        : flex;
  justify-content: flex-start;
  flex-direction : column;
  padding        : 40px 60px 23px;
  text-align     : center;
}

.solutionBox-item .solutionBox-caption-description {
  display        : flex;
  justify-content: flex-end;
  flex-direction : column;
  position       : absolute;
  z-index        : 30;
  bottom         : 0;
  left           : 0;
  width          : 100%;
  height         : auto;
  font-size      : 1.25rem;
  font-family    : var(--font-title);
  text-align     : left;
  padding        : 40px 60px 23px;
  text-align     : center;
}

.solutionBox-item:hover .solutionBox-caption-img {
  transform: scale(1.01);
}

.solutionBox-item:hover .solutionBox-caption-link {
  z-index   : 2;
  transition: background .4s ease-out;
  background: rgba(255, 255, 255, 0.8);
}

.solutionBox-item:hover .solutionBox-caption-heading {
  transition: color .4s ease-out;
  color     : rgb(var(--secondary));
}

#videos .video-background {
  height         : 310px;
  display        : flex;
  justify-content: center;
  align-items    : center;
  border-radius  : 2rem;
}

.video-background video {
  border-radius: 2rem;
}

.video-overlay {
  border-radius: 2rem;
  width        : 100%;
  position     : absolute;
  height       : 99%;
  z-index      : 5;
  background   : var(--lapis-lazuli);
  opacity      : .5;
}

#videos .video-overlay {
  height: 100%;
}

.play-video-bloc {
  position       : absolute;
  width          : 100%;
  height         : 4rem;
  top            : 50%;
  margin-top     : -2rem;
  z-index        : 13;
  display        : flex;
  justify-content: center;
  align-items    : center;
  text-decoration: none;
}

.play-video-text {
  font-size  : 1rem;
  font-style : normal;
  font-weight: 600;
  line-height: normal;
  color      : rgb(var(--white));
  cursor     : pointer;
}

.play-video-icon {
  align-items    : center;
  background     : var(--lapis-lazuli);
  border-radius  : 66px;
  box-shadow     : 0 2px 2px -2px var(--lapis-lazuli);
  display        : flex;
  height         : 44px;
  justify-content: center;
  pointer-events : none;
  position       : relative;
  transition     : all .2s ease;
  width          : 44px;
  margin-right   : .8rem;
  cursor         : pointer;
}

.play-video-bloc:hover .play-video-text,
.play-video-bloc:hover .play-video-icon {
  opacity: .8;
}

.play-video-icon i {
  color: rgb(var(--white));
}

/* ==================================End solutionBox==============================*/

/* ==================================Start Counter==============================*/
#counter {
  text-align: center;
}

.counter-section {
  display        : flex;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
  position       : relative;
  background     : linear-gradient(117deg, rgba(196, 211, 240, 1) 15%, rgb(236, 247, 255) 70%);
}

.scroll-text {
  position      : absolute;
  bottom        : 2rem;
  font-size     : 0.875rem;
  color         : rgba(255, 255, 255, 0.5);
  text-align    : center;
  width         : 100%;
  letter-spacing: 0.02em;
}


.counter-value {
  font-size              : clamp(4rem, 3.5vw, 6.5rem);
  font-weight            : 400;
  margin-bottom          : 0.75rem;
  line-height            : 1;
  letter-spacing         : -0.02em;
  background-image       : var(--gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-description {
  font-size     : clamp(1.25rem, 4vw, 1.5rem);
  margin-bottom : 0.35rem;
  color         : rgba(0, 0, 0, 0.95);
  font-weight   : 400;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}

.counter-subtitle {
  font-size     : 0.85rem;
  color         : rgba(0, 0, 0, 0.5);
  font-weight   : 400;
  letter-spacing: 0.02em;
}

.counter-block {
  margin-bottom: 5rem;
  width        : 100%;
  max-width    : 500px;
  text-align   : center;
}

.counter-block:last-child {
  margin-bottom: 0;
}

/* ==================================End Counter==============================*/

/* ================================== Start features section ==============================*/
.feature {
  background-color: rgb(var(--white));
  padding         : 1.5rem;
  border-radius   : .6rem;
}

.likeBtn {
  display         : inline-block;
  background-color: #7eadc2;
  padding         : .5rem 1rem;
  border-radius   : .65rem;
  color           : rgb(var(--white));
  margin-bottom   : 1rem;
}

.features_section_h3 {
  font-size  : 1.5rem;
  font-weight: 600
}

.feature .nav-pills {
  grid-column-gap: 1rem;
  grid-row-gap   : 1rem;
  margin-top     : 1.5rem;
  display        : flex;
  flex-wrap      : nowrap;
}

.tab-content>.active {
  transition: display 0s, opacity 0.5s linear;
}

.feature .nav-item {
  flex-direction : column;
  width          : 100%;
  padding        : 0;
  display        : flex;
  grid-column-gap: .25rem;
  grid-row-gap   : .25rem;
  align-items    : stretch;
  text-align     : left;
}

.feature .nav-pills .nav-link {
  color           : rgb(var(--dark), .6);
  background-color: var(--transparent);
  border-top      : .09rem solid rgba(var(--dark), 0);
  border-radius   : 0;
  padding         : 1rem 1.5rem 1rem 0;
  text-align      : left;
}

.feature .nav-pills .nav-link span {
  display: inline-block;
  opacity: .45;
}

.feature .nav-pills .nav-link.active,
.feature .nav-pills .show>.nav-link {
  color           : rgb(var(--dark), 1);
  background-color: var(--transparent);
  border-top-color: rgba(var(--dark), 1);
}

.feature .nav-pills .nav-link.active span,
.feature .nav-pills .show>.nav-link span {
  opacity: .75;
}

.feature .nav-pills .nav-link:hover,
.feature .nav-pills .nav-link:hover span {
  color  : var(--lapis-lazuli);
  opacity: 1;
}

.feature .nav-pills .nav-link:hover {
  border-top-color: var(--lapis-lazuli);
}


@media screen and (max-width: 767px) {
  .feature .nav-pills {
    flex-wrap    : wrap;
    margin-bottom: 1rem;
  }

  .feature .nav-pills .nav-link {
    border-top: 1.5px solid #000;
  }
}

/*-------------------------------End features section---------------------------------*/

/*-------------------------------MyCena Comparison table---------------------------------*/

.table.mycena-table {
  border: .2rem solid rgb(var(--white));
}

.table.mycena-table>:not(caption)>*>* {
  padding: 1rem;
}

.table.mycena-table thead th {
  background-color: var(--lapis-lazuli);
  color           : rgb(var(--white));
  font-family     : var(--font-title);
  font-size       : 1.25rem;
}

.table.mycena-table tbody th {
  font-family: var(--font-title);
}

.table.mycena-table thead th,
.table.mycena-table tbody th,
.table.mycena-table tbody td {
  border: .2rem solid rgb(var(--white));
}

.table.mycena-table tbody td .fa-2x {
  font-size: 1.5rem
}

.table.mycena-table tbody td .fa-circle-exclamation {
  color: var(--bs-warning);
}

.mycena-table.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color  : #efefef;
  --bs-table-bg-type: var(--transparent);
}

.mycena-table.table-striped>tbody>tr:nth-of-type(even)>* {
  background-color: #e0e0e0;
}

/*-------------------------------End MyCena Comparison table---------------------------------*/
/*-------------------------------MyCena Pricing table---------------------------------*/
.pricing-table.table-fixed-columns th,
.pricing-table.table-fixed-columns td {
  width: 25%;
}

.challenge-table.table-fixed-columns th,
.challenge-table.table-fixed-columns td {
  width: 16.666%;
}

.table.global-table {
  border: .1rem solid #e1e1e1;
}

.table.global-table>:not(caption)>*>* {
  padding: 1rem;
}

.table.global-table thead th {
  background-color: #f3f3f3;
  color           : rgb(var(--dark));
  font-family     : var(--font-title);
  font-size       : 1.25rem;
}

.table.global-table .table-head-img {
  background-size    : contain;
  background-repeat  : no-repeat;
  height             : 50px;
  width              : 80px;
  background-position: center;
  margin             : 0 auto 10px;
}

.table.global-table .table-head-img.pack_1 {
  background-image: url("assets//images/Comparison-img-1.png");
}

.table.global-table .table-head-img.pack_2 {
  background-image: url("assets//images/Comparison-img-2.png");
}

.table.global-table .table-head-img.pack_3 {
  background-image: url("assets/./images/Comparison-img-3.png");
}

.table.global-table .table-head-img.icon_1 {
  background-image: url("assets//images/challenge.png");
}

.table.global-table .table-head-img.icon_2 {
  background-image: url("assets//images/know-how.png");
}

.table.global-table .table-head-img.icon_3 {
  background-image: url("assets//images/before-mycena.png");
}

.table.global-table .table-head-img.icon_4 {
  background-image: url("assets//images/risk-mitigation.png");
}

.table.global-table .table-head-img.icon_5 {
  background-image: url("assets//images/after-mycena.png");
}

.table.global-table .table-head-img.icon_6 {
  background-image: url("assets//images/add-on.png");
}

.table.global-table tbody th {
  font-family: var(--font-title);
}

.table.global-table thead th,
.table.global-table tbody th,
.table.global-table tbody td {
  border    : .1rem solid #e1e1e1;
  text-align: left;
}

.table.global-table thead th {
  text-align    : center;
  font-size     : 1.25rem;
  font-weight   : 700;
  vertical-align: text-top;
}

.table.global-table tbody .thead-title-pack {
  font-size  : 1.5rem;
  font-weight: 700;
}

.table.global-table tbody td .fa-2x {
  font-size: 1.5rem
}



.table.global-table tbody td .fa-circle-exclamation {
  color: var(--bs-warning);
}

.global-table.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color  : rgb(var(--white));
  --bs-table-bg-type: var(--transparent);
}

.global-table.table-striped>tbody>tr:nth-of-type(even)>* {
  background-color: #f3f3f3;
}

.global-table.table-striped>tbody>tr.highlight-row td {
  background-color: aliceblue;
  font-weight     : 700;
}

.fa-circle-check {
  color: #13b8a0;
}

.fa-circle-xmark {
  color: #dc3570;
}


/*-------------------------------End MyCena Pricing table---------------------------------*/

/*-------------------------------Blog section---------------------------------*/
.image-caption {
  margin-top   : 1.5rem;
  margin-bottom: 1.5rem;
}

.carousel-control-next,
.carousel-control-prev {
  height    : 10%;
  top       : 50%;
  margin-top: -5%;
  width     : 6%;
  background: rgb(var(--dark));
}

.blog-img {
  display        : flex;
  align-items    : center;
  justify-content: center;
  height         : 494px;
}

.blog-img img.d-block {
  object-fit: cover;
  width     : 100%;
  height    : 100%;
}

.blog-info,
.blog-info>* {
  font-family   : var(--font-title);
  font-weight   : 500;
  letter-spacing: .3em;
  line-height   : 1.23em;
  font-size     : 13px;
  text-transform: uppercase;
  color         : #8a8a8a;
  display       : inline-flex;
  vertical-align: middle;
  flex-wrap     : wrap;
}

.blog-info>a {
  background-image       : linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size        : 200% 100%;
  background-position    : left;
  transition             : background-position .4s ease;
}

.blog-info>a:hover {
  background-position: right;
}

.blog-section {
  margin-bottom: 4rem;
}

.view {
  text-align: center;
}

.view img {
  max-height: 610px;
  width     : 100%;
}

#block-3 .wp-block-heading {
  display: none;
}

.blog-section p,
.blog-section p span,
.blog-section p strong,
.blog-section p em,
.blog-section p u,
.blog-section p a,
.blog-section p.lead,
.blog-section p.lead span,
.blog-section p.lead strong,
.blog-section p.lead b,
.blog-section .blog-section p.lead u,
.blog-section p.lead em,
.blog-section ul>li,
.blog-section ul>li.lead,
.blog-section tbody,
.blog-section td,
.blog-section tfoot,
.blog-section th,
.blog-section thead,
.blog-section tr {
  font-size  : 1.05rem;
  line-height: 1.45;
}

/*-------------------------------End Blog section---------------------------------*/

/*-------------------------------Newsletter section---------------------------------*/
.newsletter_section_h3 {
  font-size  : 1.5rem;
  font-weight: 600;
}

.subscribe-input input {
  width        : 100%;
  background   : var(--transparent);
  border       : none;
  border-bottom: .09rem solid var(--payne-gray) !important;
  color        : rgb(var(--white));
  font-size    : 15px;
  line-height  : 2;
  padding      : 11px 0px;
  height       : 42px;
  border-radius: 0;
  margin-bottom: 2rem;
}

.subscribe-input input:focus {
  background   : var(--transparent);
  color        : rgb(var(--white));
  border       : none;
  border-bottom: .09rem solid rgb(var(--primary)) !important;
  box-shadow   : none;
}

.subscribe-input input::placeholder {
  color  : var(--payne-gray);
  opacity: 1;
  /* Firefox */
}


.subscribe-input input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--payne-gray);
}

.inline-btn {
  position       : relative;
  display        : inline-flex;
  background     : 0 0;
  border         : none;
  color          : rgb(var(--white));
  padding        : 0 0 0 95px !important;
  letter-spacing : .2em;
  border-radius  : 0px;
  line-height    : 1.33em;
  vertical-align : middle;
  text-decoration: none;
  text-transform : uppercase;
  border-radius  : 0;
  outline        : 0;
  font-family    : var(--font-body);
  transition     : all .4s cubic-bezier(0, .68, .58, 1);
}

.inline-btn:hover {
  padding: 0 95px 0 0 !important;
  color  : rgb(var(--white));
}

.inline-btn:after {
  content         : "";
  position        : absolute;
  top             : 50%;
  left            : 0;
  width           : 80px;
  height          : 1px;
  background-color: rgb(var(--white));
  transition      : width .4s cubic-bezier(0, .68, .58, 1);
}

.inline-btn:hover:after {
  width: 0;
}

.inline-btn .btn-text {
  display    : inline-block;
  line-height: inherit;
  font-size  : .8rem;
  cursor     : pointer;
}

.inline-btn.dark,
.inline-btn.dark:hover,
.inline-btn.dark:after {
  color: rgb(var(--dark));
}

.inline-btn.dark:after {
  background-color: #57b8e0;
}

/*-------------------------------End Newsletter section---------------------------------*/

/*-------------------------------Start Style solutions page -------------------------------*/

/*-------------------------------Start Change nav-pills----------------------------*/
.solution-list.nav-pills .nav-item .nav-link {
  background-color: #ebeaea;
  padding         : 0.3rem 0.9rem;
  color           : rgb(var(--primary));
  font-family     : var(--font-body);
  font-size       : 1.2rem;
  margin          : .5rem;
  border-bottom   : .2rem solid #9ea7af;
}

.solution-list.nav-pills .nav-link:hover,
.solution-list.nav-pills .nav-link.active,
.solution-list .nav-pills .show>.nav-link {
  background-color: rgb(var(--primary));
  color           : rgb(var(--white));
  border-bottom   : .2rem solid rgb(var(--secondary));
  border-radius   : .4rem;
  font-size       : 1.2rem;
}

/*-------------------------------End Change nav-pills-------------------------------*/
/*-------------------------------Start section video-------------------------------*/

.boxVideo {
  background   : rgba(var(--secondary), .3);
  padding      : 1.5rem;
  margin       : 0 0 1.5rem 0;
  border-radius: .6rem;
}

.boxVideo .boxHeadline {
  font-size  : 1.5rem;
  font-weight: 600;
  margin     : 0 0 1rem 0;
}

/*-------------------------------Start video section sol-------------------------------*/
.with-motif-right-gray {
  background     : var(--gray) url("assets/images/motif_right_gray@2x.png") 100% center no-repeat;
  background-size: 25%;
}

/*-------------------------------End Style solutions page -------------------------------*/

/*-------------------------------Customize style accordion ---------------------------------*/

#accordion .card {
  margin-bottom: 1.5rem;
}

.btn-link {
  font-family    : var(--font-body);
  font-weight    : 500;
  color          : var(--bs-heading-color);
  text-transform : uppercase;
  text-decoration: none;
  font-size      : 1rem;
}

.btn-link:hover,
.btn-link:focus {
  color: rgb(var(--secondary));
}

#accordion .panel-body {
  padding: 2rem 2rem !important;
}

/*-------------------------------End Customize style accordion -------------------------------*/

/*-------------------------------Press page ---------------------------------*/
#press h4 a,
#press a {
  text-decoration: none;
  color          : var(--bs-heading-color);
}

#press h4 a:hover,
#press a:hover {
  color: rgb(var(--secondary))
}

#press h4 strong {
  text-transform: capitalize;
  font-size     : 2rem;
  color         : var(--bs-heading-color);
}

#press .fWeight-bold {
  font-size: 1rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display      : inline-block;
  border-radius: .4rem;
  padding      : .375rem .75rem !important;
}

.wp-pagenavi a {
  color: rgb(var(--secondary));
}

/*-------------------------------End press page -------------------------------*/
/*-------------------------------Start contact page -------------------------------*/
.content-contact {
  background   : rgb(var(--white));
  border       : 0;
  border-radius: 3px;
  box-shadow   : 0 0 15px 1px rgba(0, 0, 0, .4);
  padding      : 2rem 1.5rem;
  box-sizing   : border-box;
  width        : 100%;
  position     : relative;
}

.content-contact iframe {
  visibility: visible !important;
}

.socialContact i {
  font-size: 1rem;
  color    : var(--bs-heading-color);
}

.socialContact a {
  color: var(--bs-heading-color);
}

.socialContact a:hover,
.socialContact a:focus {
  color: rgb(var(--secondary));
}

/*-------------------------------End contact page -------------------------------*/
/*------------------------------- Packages  section  ---------------------------------*/
.mycena-pricing {
  height: 100%;
}

.mycena-pricing._1 {
  background: linear-gradient(117deg, rgba(252, 253, 255, 1) 15%, rgba(196, 211, 240, 1) 70%);
}

.mycena-pricing._2 {
  background: linear-gradient(70deg, #c4d3f0, #eeeefe, #f1f5fc);
}

.mycena-pricing._3 {
  background: linear-gradient(117deg, rgba(196, 211, 240, 1) 15%, rgba(252, 253, 255, 1) 70%);
}

.mycena-pricing._featured {
  transform      : translateY(-45px);
  min-height     : 640px;
  justify-content: center;
  flex-direction : column;
  display        : flex;
}

.mycena-pricing-wrap {
  padding: 30px;
}

.mycena-subtitle-spacing {
  font-family   : var(--font-title);
  font-weight   : 600;
  line-height   : 1.25em;
  font-size     : 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom : 18px;
  opacity       : .7;
}

.mycena-pricing-title {
  margin-top: -3px;
}

.mycena-title-wrap {
  display    : flex;
  margin     : 0;
  line-height: 1;
  word-wrap  : break-word;
}

.mycena-title-wrap p {
  font          : var(--font-title);
  font-size     : 35px;
  font-weight   : 600;
  text-transform: uppercase;
}

.mycena-content-av p {
  font-size     : 1rem;
    font-weight   : 600;
  line-height:normal;
  margin: 25px 0 0 0;
  letter-spacing: 1px;
}
.mycena-pricing-content {
  margin: 20px 0 0 0;
}

.mycena-pricing-content ul {
  margin-bottom: 0px;
}

/*------------------------------- End Packages  section  ---------------------------------*/
/*------------------------------- pricing page  ---------------------------------*/
.blocPricing {
  background        : rgb(var(--white));
  min-height        : auto !important;
  padding           : 2rem 3rem;
  text-align        : center;
  z-index           : 1;
  margin            : 0 auto;
  border-radius     : 4px;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .4);
  box-shadow        : 0 0 15px 1px rgba(0, 0, 0, .4);
}

/*------------------------------- table modal page solution ---------------------------------*/

table {
  border-collapse: collapse;
  width          : 100%;

}

#mycenaModal td {
  border    : .09rem solid rgb(var(--dark));
  padding   : 10px;
  text-align: center;
}

/*-------------------------------Footer ---------------------------------*/
footer {
  background-color: rgb(var(--dark));
  color           : rgb(var(--white));
  font-size       : .08rem;
}


.footer-logo {
  margin-bottom: 1.5rem;
}

.logo-footer {
  max-width: 200px;
  height   : auto;
}

.footer-left {
  grid-column-gap: 2.5rem;
  grid-row-gap   : 1rem;
  margin-bottom  : 1.5rem;
  display        : flex;
  flex-wrap      : nowrap;
}

.footer-left .item {
  flex-direction : column;
  padding        : 0;
  display        : flex;
  grid-column-gap: .25rem;
  grid-row-gap   : .25rem;
  align-items    : stretch;
  text-align     : left;
}

footer .address p {
  margin-top   : .5rem;
  margin-bottom: .5rem;
  font-size    : .8rem;
}

footer .address p a {
  font-size: .8rem;
  color    : rgb(var(--white));
}

footer .menu {
  padding-left: 0;
}

footer li.menu-item {
  display      : block;
  font-size    : 0.9rem;
  font-family  : var(--font-body);
  margin-bottom: .5rem;
}

footer .menu .menu-item a {
  color          : rgb(var(--white));
  text-decoration: none;
  text-transform : uppercase;
  font-size      : .8rem;
  letter-spacing : .16rem;
}

footer .menu .menu-item a:hover,
footer .menu .menu-item a:focus {
  color          : rgb(var(--secondary));
  text-decoration: none;
}

footer .nav-footer li.menu-item {
  display      : inline-block;
  margin-bottom: 0;
}

footer .nav-footer a {
  color          : rgb(var(--white));
  font-family    : var(--font-body);
  font-size      : 0.75em;
  text-decoration: none;
}

footer .nav-footer.socialMedia .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

footer .nav-footer a:hover,
footer .nav-footer a:focus {
  color: rgb(var(--secondary));
}

footer .social-medias {
  margin-top: 1.5rem;
}

.copyright,
.copyright p {
  color    : var(--white);
  font-size: 0.75rem;
}

.separ {
  margin-right: .3rem !important;
  margin-left : .3rem !important;
  display     : inline-block;
  color       : rgb(var(--white));
}

.icon-circle {
  outline        : none;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  width          : 35px;
  border         : .09rem solid #f8f9fa;
  padding        : 10px;
  height         : 35px;
  border-radius  : .6rem;
  color          : rgb(var(--white));
}

.read-more {
  margin-top    : 1rem;
  margin-bottom : 2rem;
  font-family   : var(--font-body);
  font-weight   : 700;
  text-transform: uppercase;
  color         : var(--bs-body-colo);
}

.read-more:hover,
.read-more:focus {
  color: rgb(var(--secondary));
}

.read-more.collapsed .fa-angle-down:before {
  content: "\f105";
}

.read-more .fa-angle-down:before {
  content: "\f107";
}

/*-------------------------------End Footer ---------------------------------*/

/*------------------------------- Style for bg dark ---------------------------------*/

.bg-dark p,
.bg-dark p span,
.bg-dark p strong,
.bg-dark p em,
.bg-dark p u,
.bg-dark p a,
.bg-dark p.lead,
.bg-dark p.lead span,
.bg-dark p.lead strong,
.bg-dark p.lead b,
.bg-dark p.lead u,
.bg-dark p.lead em,
.bg-dark ul>li,
.bg-dark .features_section_h3,
.bg-dark .features_section_h2,
.bg-dark .features_section_h1,
.bg-dark h2.section-heading,
.bg-dark .section-heading.h2,
.bg-dark .title_h3,
.bg-dark .title_h3 sup {
  color: rgb(var(--white));
}

/*------------------------------- Style for bg dark ---------------------------------*/



/*------------------------------- Style for Widget---------------------------------*/
aside#sidebar .card {
  border: none;
}

.wp-block-heading,
.widget-title,
.wp-block-search__label {
  margin-bottom: 1rem;
  font-size    : 2rem;
}

.single-widget.widget_block .wp-block-heading,
.widget-title,
.wp-block-search__label {
  margin-top: 2.5rem;
}
li.cat-item a {
  font-family             : var(--font-body)!important;
    line-height: 1.75!important;
    font-size:1.2rem;
    font-weight: 400!important;
  list-style: none;
  color          : #444!important;
}
.widget_block.widget_recent_entries {
  padding: 10px 0px;
}

.wp-block-latest-posts__list {
  list-style: none;
  padding   : 0;
  margin    : 0;
}
#wpcategorieswidget-2 ul   {
  list-style  : none;
  padding-left: 0;
}

.wp-block-latest-posts__list li {
  border-bottom: 1px solid #f0f0f0;
  padding      : 10px 0;
  margin       : 0;
  position     : relative;
  transition   : all 0.3s ease;
}

.wp-block-latest-posts__list li:last-child {
  border-bottom: none;
}

.wp-block-latest-posts__list li:before {
  content   : "→";
  position  : absolute;
  left      : -15px;
  opacity   : 0;
  transition: all 0.3s ease;
  color     : #3498db;
}

.wp-block-latest-posts__list li:hover:before {
  opacity: 1;
  left   : -10px;
}

.wp-block-latest-posts__post-title {
  color          : #444;
  text-decoration: none;
  display        : block;
  font-size      : 0.95rem;
  padding-left   : 5px;
  transition     : all 0.3s ease;
}

.wp-block-latest-posts__post-title:hover {
  color    : #3498db;
  transform: translateX(5px);
}

.wp-block-categories-list.wp-block-categories {
  list-style  : none;
  padding-left: 0;
}


.cat-item a {
  text-decoration: none;
  color          : inherit;
}

.wp-block-search__input {
  border       : none;
  border-bottom: 1px solid #949494;
  ;
}

.wp-block-search__button {
  background   : none;
  border       : none;
  border-bottom: 1px solid #949494;
  margin-left  : 0;
}

.wp-block-search__input:focus {
  box-shadow   : none;
  outline      : none;
  border       : none;
  border-bottom: 1px solid #949494;
}

.wp-block-search__input:-internal-autofill-selected {
  background-color: transparent !important;
}

/*------------------------------- End Widget ---------------------------------*/
.flourish-credit {
  display: none !important;
}

.select2-container .select2-selection--single {
  height: 35.75px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35.75px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 2px !important;
}

#prefixTags {
  display  : flex;
  flex-wrap: wrap;
  gap      : 0.5rem;
}

.prefix-tag {
  display         : inline-block;
  padding         : 0.25rem 0.5rem;
  background-color: #e9ecef;
  border-radius   : 0.25rem;
  cursor          : pointer;
  font-size       : 0.9rem;
  transition      : background-color 0.2s;
}

.prefix-tag:hover {
  background-color: #c3d0dc !important;
}

.invalid-feedback {
  display: none;
}

.was-validated .form-control:invalid~.invalid-feedback,
#prefixFeedback,
#codeFeedback {
  display: block;
}

.form-control.code-input {
  width        : 40px;
  height       : 40px;
  text-align   : center;
  font-size    : 1rem;
  padding      : 0.375rem;
  border       : 1px solid #ced4da;
  border-radius: 0.25rem;
  transition   : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control.code-input:focus {
  border-color: #80bdff;
  outline     : 0;
  box-shadow  : 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Bordure rouge pour les champs invalides */
.code-input.is-invalid {
  background-image: none;
  border-color    : #dc3545 !important;
  box-shadow      : 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#codeFeedback.invalid-feedback[style*="block"] {
  display: block !important;
}

/* Spinner de chargement */
#loadingSpinner {
  height       : 100%;
  width        : 100%;
  position     : absolute;
  top          : 0;
  left         : 0;
  border-radius: 0rem;
  z-index      : 1000;
  color        : var(--lapis-lazuli);
}

.spinnerContent {
  height         : 100%;
  display        : flex;
  align-items    : center;
  justify-content: center;

}

.spinner-border {
  width       : 3.5rem;
  height      : 3.5rem;
  border-width: .4rem;
}

.progress {
  position        : relative;
  width           : 100%;
  height          : 30px;
  background-color: #e9ecef;
  border-radius   : 15px;
  overflow        : hidden;
}

/* Autres styles */
.progress-bar {
  background-image: -webkit-linear-gradient(60deg, #5cc3ee 0%, #5d91ef 29%, #1b4ea6 50%, #7EADC2 73%, #ca97d2 100%);
  position        : relative;
  display         : flex;
  align-items     : center;
  justify-content : center;
  height          : 100%;
  transition      : width 0.5s ease;
}

.progress-text {
  position   : absolute;
  width      : 100%;
  text-align : center;
  color      : #fff;
  font-size  : 1rem;
  font-weight: bold;
  z-index    : 1;
  line-height: 30px;
}

#nextStep1 {
  margin-left: auto;
}

.label-info {
  font-size: .9rem;
  color    : gray;
}
.hs-error-msgs label {
    color: #f2545b;
    padding-top: 10px !important;
}

.form-control:focus {
  box-shadow  : 0 0 0 .05rem rgba(13, 110, 253, .25);
  border-color: #ced4da;
}
.form-check-input:focus {

   box-shadow: 0 0 0 0;
}

.form-check-input:checked {
  background-color: var(--lapis-lazuli) !important;
  border-color    : var(--lapis-lazuli) !important;
}

.navigation-buttons {
  margin-top     : 20px;
  display        : flex;
  justify-content: space-between;
  align-items    : center;
}

#sendCode.btn.btn-primary {
  background-color: var(--lapis-lazuli);
  border-color    : var(--lapis-lazuli);
}

#sendCode.btn.btn-primary:hover,
#sendCode.btn.btn-primary:focus {
  background-color: #094470;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px !important;
  padding-left : 30px !important;
  padding-right: 10px !important;
}

.select2-search--dropdown:before {
  font-family  : "Font Awesome 5 Free" !important;
  display      : inline-block !important;
  padding-right: 3px !important;
  font-weight  : 900 !important;
  content      : "\f002" !important;
  position     : absolute !important;
  left         : 15px !important;
  top          : 10px !important;
  color        : #bfc1c3 !important;
}

.select2-search__field:hover,
.select2-search__field:focus {
  border-color: transparent !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #bfc1c3 !important;
  color           : #000 !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 10px !important;
}

/* Track */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  box-shadow: inset 0 0 5px rgb(219, 233, 253);
}

/* Handle */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background   : #bfc1c3 !important;
  border-radius: 10px;
}

/* Handle on hover */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #8f9193 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height     : 35px !important;
  display    : flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
  font-size: 18px;
  color    : red;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height    : 30px !important;
  top       : 50% !important;
  margin-top: -15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top         : 32% !important;
  border-width: 7px 5px 0 5px !important;
}

#consultationModalLabel {
  font-size  : 1.65rem;
  text-align : center;
  font-weight: 700;
}

.btn-close.custom-close {
  width   : .8em;
  height  : .8em;
  position: absolute;
  right   : 10px;
  top     : 10px;
}

@media (max-width: 576px) {
  .navigation-buttons {
    flex-direction: column;
    gap           : 10px;
  }

  .btn-mycena,
  .btn-outline-secondary,
  .btn-quiz {
    width: 100%;
  }

  .code-input {
    width: 40px;
  }

  .input-group {
    flex-direction: column;
  }

  .input-group .form-control {
    margin-bottom: 10px;
  }
}

.quiz-icon {
  filter: invert(20%) sepia(50%) saturate(300%) hue-rotate(200deg);
  /* Ajusté pour MyCena Blue */
}

.input-group .invalid-feedback {
  display: none;
}

#step8Form .form-radio-input:checked {
  border-color    : initial !important;
  background-color: none !important;
}

.timer,
.timer span {
  font-family: var(--font-title);
  color      : #000;
  font-size  : 1.1rem;
}

@media (max-width: 576px) {
  .navigation-buttons {
    flex-direction: column;
    gap           : 10px;
  }

  .btn-mycena,
  .btn-outline-secondary,
  .btn-quiz {
    width: 100%;
  }

  .code-input {
    width: 40px;
  }

  .input-group {
    flex-direction: column;
  }

  .input-group .form-control {
    margin-bottom: 10px;
  }
}

.quiz-icon {
  filter: invert(20%) sepia(50%) saturate(300%) hue-rotate(200deg);

}


.required-field {
  color         : red;
  font-size     : 0.8em;
  vertical-align: super;
  line-height   : 0;
}

.padd-diagnotic .btn-quiz,
.mycena-submit {
  background-image: -webkit-linear-gradient(60deg, #5cc3ee 0%, #5d91ef 29%, #1b4ea6 50%, #7EADC2 73%, #ca97d2 100%);
  color           : #FFFFFF;
  border          : none;
  padding         : 10px 20px;
  position        : relative;
  overflow        : hidden;
  transition      : all 0.3s ease;
  cursor          : pointer;
}

.mycena-submit div {
  position: relative;
  z-index : 1;
  cursor  : pointer;
}

.form-control:focus {
  box-shadow: none;
  outline   : none;
}

.mycena-submit.btn-quiz {
  border-top-right-radius   : 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius    : 0;
  border-bottom-left-radius : 0;
}

.form-control,
.form-select {
  border-color: #ced4da;
}

#step0Form .form-select {
  border-color: #ced4da;
  border-right: 0;
}

.step-content {
  display: none !important;
}

.step-content.active {
  display: block !important;
}

.quiz-icon {
  width         : 24px;
  height        : 24px;
  margin-right  : 10px;
  vertical-align: middle;
}

.step-content.active {
  display   : block !important;
  opacity   : 1 !important;
  visibility: visible !important;
}

.input-group .btn-quiz,
.input-group .mycena-submit {
  -space: nowrap;
}

.error {
  color     : #dc3545;
  font-size : 0.875rem;
  margin-top: 5px;
  display   : block;
  visibility: hidden;
}

.error.show {
  visibility: visible;
}

#step0.active {
  display: block !important;
}

.padd-diagnotic {
  padding: 20rem 0 16rem 0;
}

.progress-container {
  display        : flex;
  align-items    : center;
  justify-content: center;
  margin-bottom  : 1.5rem;
  width          : 100%;
}


@media screen and (max-width: 991px) {
  .risk_component {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  :root {

    --interaction-upgrade--row-gap   : 2rem;
    --interaction-upgrade--column-gap: 0rem;
  }

  .page-section {
    padding: 2rem 0;
  }

  .padd-diagnotic {
    padding-top: 14rem;
  }

  #sendCode.btn.btn-primary {
    margin-top: 3rem;
  }

  .hero.page-section {
    padding: 6rem 0 1rem;
  }

  .header_content {
    padding-top: 10rem;
    min-height : 70vh;
  }

  .banner-link a {
    font-size: .7rem;
  }

  .navbar-brand img {
    height: 2.3rem;
  }

  #mainNav,
  #mainNav.navbar-shrink {
    padding-top   : .5rem;
    padding-bottom: .5rem;
  }

  .section_header_page #mainNav.navbar-dark .navbar-collapse,
  .section_header_page #mainNav.navbar-dark.navbar-shrink .navbar-collapse,
  #mainNav .navbar-collapse,
  #mainNav.navbar-dark.navbar-shrink .navbar-collapse {
    background-color: black;
    padding-left    : 1rem;
    padding-right   : 1rem;
  }

  #mainNav.navbar-dark .navbar-collapse {
    background-color: white;
  }

  .section_header_page .navbar-nav .nav-item .nav-link,
  .section_header_page .navbar-collapse.show ul.navbar-nav .nav-item #mainNav.navbar-shrink .navbar-collapse .nav-item .nav-link,
  #mainNav.navbar-shrink .navbar-collapse.show ul.navbar-nav .nav-item,
  #mainNav.navbar-shrink .navbar-collapse .nav-item .dropdown-second .nav-link,
  #mainNav.navbar-shrink .navbar-collapse.show ul.navbar-nav .nav-item .dropdown-second .nav-link {
    text-align: left;
    color     : white;
  }

  .navbar-nav .nav-item .nav-link,
  .navbar-collapse.show ul.navbar-nav .nav-item {
    color: black;
  }

  .navbar-nav .nav-item.active>a.nav-link,
  .navbar-nav .nav-item .nav-link.active,
  .navbar-nav .nav-item .nav-link:hover {
    background-image       : inherit;
    -webkit-text-fill-color: var(--lapis-lazuli);
  }

  .section_header_page .navbar-nav .nav-item.active>a.nav-link,
  .section_header_page .navbar-nav .nav-item .nav-link.active,
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link.active,
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    -webkit-text-fill-color: #f4be74;
  }

  .btn-mycena span {
    padding  : .8rem 1em;
    font-size: .9rem;
  }

  .btn-mycena,
  .btn-boxes a {
    display: inline-block;
    width  : auto;
  }

  .btn-boxes .ms-4 {
    margin-left: .5rem !important;
  }

  .translate-menu {
    position: absolute;
    right   : 3%;
    top     : auto;
    bottom  : 13%;
  }

  .btn-secondary.dropdown-toggle {
    font-size: .75rem;
  }

  .btn-secondary.dropdown-toggle .fa-language {
    font-size: .8rem;
  }

  .dropdown.ms-5 {
    margin-left: 0 !important;
  }

  .main-title {
    margin-bottom: 4rem;
  }

  .heading-style-h1.is-hero,
  .heading-style-h1.is-hero span,
  .section_header_page .heading-style-h1.is-hero,
  .section_header_page .heading-style-h1.is-hero span,
  .pt_br .heading-style-h1.is-hero,
  .pt_br .heading-style-h1.is-hero span {
    font-size : 1.85rem;
    min-width : auto;
    margin-top: 1rem;
  }

  .section_header_page .heading-style-h1.is-hero sup {
    font-size: 1rem;
  }

  .heading-style-h1.is-hero span {
    font-size: 1.85rem;
  }

  .max-width-small {
    max-width: 22rem;
  }

  .subtitle-hero p.text-size-medium,
  .subtitle-hero p,
  .subtitle-hero p.text-size-medium span,
  .subtitle-hero p span {
    font-size  : 1.3rem;
    line-height: 1.3;
  }

  h2.section-heading,
  .section-heading.h2 {
    font-size     : 1.8rem;
    line-height   : 1.3;
    text-transform: capitalize;
  }

  .risk_card_h3,
  .wp-block-heading,
  .wp-block-search__label,
  .page-section .title_h3,
  .title_h3,
  .title_h4,
  .title_h1,
  .widget-title,
  .page-section .title_h3 a.title-link {
    font-size: 1.4rem;
  }

  .padding-section-large.extra-padding-subpage {
    padding-top   : 0rem;
    padding-bottom: 6rem;
  }

  .section_header_page .section_header .header-text-wrapper {
    width: 100%;
  }

  .section_header_page .section_header .header_background-image-wrapper {
    display: none;
  }

  .counter-block {
    margin-bottom: 4rem;
  }

  .risk_component,
  .w-layout-grid {
    grid-template-columns: 1fr;
  }

  .risk_card._1 {
    text-align     : left;
    justify-content: flex-end;
    align-items    : flex-start;
  }

  .risk_card._2 {
    text-align     : left;
    justify-content: flex-start;
    align-items    : flex-start;
  }

  .risk_card {
    grid-column-gap: .75rem;
    grid-row-gap   : .75rem;
  }

  .risk_card {
    max-width: none;
  }

  .risk_image_main {
    max-width: 80%
  }

  .risk_image_lines {
    display: none
  }

  #bloc-1 {
    grid-row: 2/3
  }

  #bloc-2 {
    grid-area: 3/1/4/2;
  }

  #bloc-3 {
    grid-area      : 4/1/5/2;
    padding-right  : 0;
    text-align     : left;
    justify-content: flex-end;
    align-items    : flex-start;
  }

  #bloc-4 {
    grid-area   : 5/1/6/2;
    padding-left: 0;
  }

  #bloc-5 {
    grid-area      : 6/1/7/2;
    text-align     : left;
    justify-content: flex-end;
    align-items    : flex-start;
  }

  #bloc-6 {
    grid-area: 7/1/8/2;
  }

  #bloc- {
    grid-area: 2 / 1 / 2 / 4;
  }

  #section-two {
    grid-column : 1/2;
    grid-row-end: 2
  }

  .solutionBox-caption-img {
    background: #ebebf9;
  }

  .solutionBox-caption-img img {
    opacity: 0;
  }

  input[type=submit] {
    width: 100%;
  }

  .newsletter_section_h3 {
    text-align   : center;
    margin-bottom: .8rem !important;
  }

  .logoHeader {
    max-width   : 110px;
    margin-right: .5rem;
  }

  .mycena-pricing {
    height       : auto;
    margin-bottom: 1.5rem;
  }

  .mycena-pricing._featured {
    margin-top: 6rem;
    min-height: auto;
  }

  .mycena-pricing-wrap {
    padding: 40px 20px;
  }

  .blog-img {
    min-height: 280px;
    max-height: 280px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    padding  : .25rem .5rem !important;
    font-size: 0.8rem;
  }

  .infoContact {
    margin-top: 2rem;
  }

  .mycena-title-wrap p {
    font-size: 32px;
  }

  .counter-block._1,
  .counter-block._2 {
    margin-bottom: 2rem;
  }

  .page-section .blog-section .title_h1,
  .page-section .blog-section .title_h1 a.title-link {
    font-size: 2rem;
  }

  .page-section .blog-section .title_h3,
  .page-section .blog-section .title_h3 a.title-link {
    font-size: 1.5rem;
  }

  #videos .video-box {
    margin-bottom: 2rem;
  }

  #videos .mt-5 {
    margin-top: 1.5rem !important;
  }

  #videos .video-overlay {
    border-radius: 1rem;
  }

  .articlRisk-bloc {
    padding-bottom: 2rem;
  }

  .articlRisk-footer .btn-mycena {
    display: block;
    width  : auto;
  }

  .testimonial .title_h3,
  .testimonial .title_h3.mt-5 {
    margin-top: 0px !important;
  }

  .modal-title,
  #consultationModalLabel {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .risk_card {
    grid-column-gap: .75rem;
    grid-row-gap   : .75rem;
  }
}

/*------------------------------Start Pimfa ---------------------------------*/
.articlRisk-bloc {
  display       : flex;
  flex-direction: column;
  height        : 100%;
}

.articlRisk {
  vertical-align: top;
  padding-left  : 10px;
  padding-right : 10px;
}

.articlRisk-content {
  position        : relative;
  display         : flex;
  flex-direction  : column;
  background-color: #f7f7f7;
  flex-grow       : 1;
  max-width       : 100%;
  text-align      : left;
  padding         : 30px 30px;
}

.articlRisk-body {
  display       : flex;
  flex-direction: column;
  flex-grow     : 1;
}

.articlRisk-footer {
  display   : flex;
  flex-wrap : wrap;
  margin-top: 1rem;
}

.articlRisk-media {
  height      : auto;
  width       : 100%;
  min-height  : 100px;
  aspect-ratio: 16 / 9;
}

#quizModal .modal-dialog {
  display        : flex !important;
  justify-content: center !important;
  align-items    : center !important;
}

.success-message {
  display         : none;
  transition      : opacity 0.5s ease;
  padding         : 15px;
  margin          : 15px 0;
  border-radius   : 4px;
  background-color: #dff0d8;
  border          : 1px solid #d6e9c6;
  color           : #3c763d;
  text-align      : center;
}

.whitepaper .success-message {
  background-color: #c4d4f1;
  border          : 1px solid #5eb5ef;
  color           : #2053a9;
}

.success-message.show {
  display   : block;
  opacity   : 1;
  text-align: center;
}

#downloadModal .success-message {
  background-color: #c4d4f1;
  border          : 1px solid #5eb5ef;
  color           : #2053a9;
}

#FormSuccess.alert-success {
  text-align: center;
}

.menu-item-has-children>a {
  pointer-events: auto;
}

/*------------------------------- End Pimfa ---------------------------------*/


/*------------------------------- Start style whitepaper card ---------------------------------*/
.whitepaper.card {
  border    : none;
  box-shadow: 0px 10px 20px rgba(208, 211, 216, 0.2);
  background: linear-gradient(117deg, rgba(196, 211, 240, 1) 15%, rgb(236, 247, 255) 70%);
}

#downloadForm .form-label,
#downloadModal .form-label {
  margin-bottom: 0;
}

/*------------------------------- End style whitepaper card ---------------------------------*/

/*------------------------------- Star for table resource ---------------------------------*/

.level-9 {
  background-color: #3eb27a !important;
  color           : white;
}

.level-8 {
  background-color: #7bbd64 !important;
  color           : white;
}

.level-7 {
  background-color: #d5db50 !important;
  color           : white;
}

.level-6 {
  background-color: #e4e895 !important;
  color           : white;
}

.level-5 {
  background-color: #f8ea85 !important;
  color           : white;
}

.level-4 {
  background-color: #f7e045 !important;
  color           : white;
}

.level-3 {
  background-color: #f1b042 !important;
  color           : white;
}

.level-2 {
  background-color: #ec744b !important;
  color           : white;
}

.level-1 {
  background-color: #e04130 !important;
  color           : white;
}

.table td,
.table th {
  vertical-align: middle;
}

/*------------------------------- end for table resource ---------------------------------*/