

/** MENU  */


/** NEW */


:root{
    --hauteur-menu: 27px;
  }
  
  .nav-new {
    /* width: 100%;
    font-size: 18px;
    position: sticky;
    top: 0; */
  }
  
  .nav-new > ul {
    display: flex;
    /* text-align: center;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3); */
    height: var(--hauteur-menu);
  }
  
  .nav-new ul {
    list-style-type: none;
  }
  
  .nav-new > ul > li {
    /* background-color: white; */
    position: relative;
    z-index: 9999;
    /* height: 27px; */
    /* height: 100%; */
    /* flex: 1; */
  }
  
  /* .nav-new > ul > li:hover > a{
    color: #2169EC;
  } */
  
  .nav-new > ul > li > a {
    /* position: relative; */
    /* top: 8px; */
    /* top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
  }
  
  .menu-deroulant {
    height: 27px;
    /* top: 5px; */
  }
  
  li a {
    text-decoration: none;
    color: black;
  }
  /* 
  .menu-deroulant > a:after{
    content: '❯';
    font-size: 15px;
    margin-left: 7px;
    display: inline-block;
  }
  
  .menu-deroulant:hover > a:after{
    animation: rotationFleche 0.2s linear forwards;
  } */
  /* 
  @keyframes rotationFleche {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(45deg);
    }
    100%{
      transform: rotate(90deg);
    }
  } */
  
  .sous-menu {
    margin-top: 0px;
    width: 350px;
    text-align: left;
    overflow: hidden;
    max-height: 0;
    border-radius: 2px;
    background-color: white;
  }
  
  .menu-deroulant:hover > .sous-menu {
    animation: apparitionSousMenu 0.7s forwards;
  }
  
  @keyframes apparitionSousMenu {
    0% {
      box-shadow: 0px 3px 3px 1px rgba(0,0,0,0);
      border-top: 0px solid #2169EC;
    }
    30% {
      box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
    }
    100% {
      max-height: 50em;
      border-top: 0px solid #2169EC;
      box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
    }
  }
  
  .sous-menu > li:hover {
    background-color: #222 !important;
    border: 1px solid #222;
    cursor: pointer;
  }
  
  .sous-menu > li > a {
    align-items: center;
    height: 50px;
    /* padding-left: 12px; */
    width: 100%;
  }
  
  .sous-menu > li:hover > a {
    color: white;
  }
  .sous-menu > li:hover > a:hover {
    text-decoration: none;
  }
  .sous-menu-2 {
    position: absolute;
    right: 100%;
    top: 0;
    height: 600px;
    overflow-y: auto;
    width: 1200px;
    margin-top: 32px;
  }
  
  .sous-menu-1 {
    height: 600px;
    overflow-y: auto;
    padding: 0px; 
    z-index: 99999 !important;
    /* position: absolute; */
  }
  .pos-relative {
    /* height: 36px;
    position: relative;
    top: 0; */
    color: #fff;
  }
  .nav-link {
    line-height: 1 !important;
  }
  
  
  .li-list {
    color: #333 !important;
    padding: 12px 20px 2px 20px;
  }
  .link-title {
    color: #333 !important;
    font-weight: 700 !important;
    font-size: 14px;
    border: none;  
    text-transform: uppercase;  
    margin-bottom: 5px;
    display: block;
  }
  .link-a {
    color: #333 !important;
  }
  .link-a:hover {
    text-decoration: underline;
  }
  
  .li-two {
    float: none;
    min-height: 50px;
    height: auto;
    padding: 10px 15px 10px 22px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .wrapper-ul {
    /* display: grid; */
    /* grid-template-rows: repeat(autofr, auto); */
    /* gap: 10px; */
    /* grid-auto-flow: column; */
    /* grid-auto-columns: 225px; */
    /* grid-auto-rows: minmax(min-content, max-content); */
    overflow: hidden;
    column-count: auto;
    column-width: 260px;
    display: block;
  }
  
  .li-list {
    color: #333 !important;
    padding: 15px 25px 10px 25px;
  }
  .link-title {
    color: #333 !important;
    font-weight: 400;
    font-size: 14px;
    border: none;  
    text-transform: uppercase;  
    margin-bottom: 5px;
    display: block;
  }
  .link-a {
    color: #333 !important;
  }
  .link-a:hover {
    text-decoration: underline;
  }
  .link-menu {
    color: #333 !important;
    font-weight: normal !important;
    font-size: 13px;
    border: none;  
    display: block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  }
  a.no-underline:hover {
    text-decoration: none !important;
  }
  .navbar {
    z-index: 999;
  }
  .modal {
    z-index: 99999;
  }
  .nav-search {
    position: relative;
    left: -81px;
    border-left: 1px solid #fff;
    padding-left: 40px;
    height: 16px;
  }
  .nav-search a {
    position: relative;
    top: -4px;
  }
  
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .form-outline {
    position: relative;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
  }
  .form-outline .form-control {
    min-height: auto;
    padding: 0.33em 0.75em;
    border: 1px solid #ccc;
    background: transparent;
    transition: all .2s linear;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    height: 40px;
    width: 340px;
  }
  .form-outline .form-control~.form-label {
    position: absolute;
    top: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0.75rem;
    padding-top: 0.37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: rgba(0,0,0,.6);
    margin-bottom: 0;
  }
  .form-outline .form-control~.form-notch {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none;
  }
  .form-outline .form-control~.form-notch .form-notch-leading {
    left: 0;
    top: 0;
    height: 100%;
    width: 0.5rem;
    border-right: none;
    border-radius: 0.25rem 0 0 0.25rem;
  }
  .form-outline .form-control~.form-notch .form-notch-middle {
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 1rem);
    height: 100%;
    border-right: none;
    border-left: none;
  }
  .form-outline .form-control~.form-notch .form-notch-trailing {
    flex-grow: 1;
    height: 100%;
    border-left: none;
    border-radius: 0 0.25rem 0.25rem 0;
  }
  .input-group-pro button{
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #3b71ca;
    color: #fff;
    box-shadow: 0 4px 9px -4px #3b71ca;
    margin-top: 0;
  }