/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 25 août 2022, 11:33:16
    Author     : Boitmobile
*/
  
  a {
    color: #000;
  }
  
  /* header */
  
  .header {
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    width: 100%;
    z-index: 3;
    display: flow-root;
  }
  
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  
  
  .header .logo {
    display: inline-block;
    font-size: 2em;
    padding: 20px 20px;
    text-decoration: none;
    height: 100%;
    width: auto;
    max-height: 67px;
  }
  
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    margin-top: 15px;
    margin-right: 15px;
  }
  
  .header .menu-icon .navicon {
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 100%;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
  /* 48em = 768px */
 
.sous.single-mega {padding-bottom: 15px}
.sous-lien-template, .sous-lien-template:hover {font-weight: 600; font-size: 1rem}
.single-mega .sous-sous-lien {padding: 5px 20px !important; transition: none; font-size: 0.9rem}
.single-mega .deroulant:hover .sous-sous-lien  {font-weight: 600; color: #008ca8 !important; } 

.deroulant > a{
    padding: 10px 20px !important;
}
  @media (min-width: 1024px) {
    .header li {
      float: left;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
      margin-right: 0px;
    }
    .header .menu-icon {
      display: none;
    }

    .menu .menu-deroulant .fa-plus, .menu .col-menu .fa-plus{
        display: none;
    }
  }

  @media (max-width: 1024px) {
      .header-menu{
          max-height: calc(100vh - 20px);
          overflow: auto;
      }
      .sous{
          left: 0%;
          width: 100%;
          position:relative;
        z-index: 1000;
        box-shadow: 0 1px 4px #365576 ;
        background-color: white;
      }
    .single-mega{
        height:0px;
        padding-bottom: 0px;
        display:none;
    }
    .menu .menu-deroulant .lien-template{
          width: 100%;
          padding:10px;    
          display: inline-block;    
          border-bottom: 1px solid #008ca8;
    }
    .menu .menu-deroulant .lien-template:last-child{
        border: none;
    }
    .menu .menu-deroulant .menu-item{
          border-bottom: 1px solid #333;
          padding: 8px 15px 8px 15px !important;
    }
    .menu .col-menu{
        padding: 0;
    }
    .menu .menu-deroulant, .menu .col-menu{
        position: relative;
    }
    .menu .menu-deroulant .fa-plus{
        position: absolute;
        right: 10px;
        top: 15px;
        color: #008ca8;
        font-size: 16px;
        display: block;
    }
    
    .menu .col-menu .fa-plus{
        top: 9px;
        display: block;
    }
    .header li a, .header li span {
       padding: 0px 15px;
    }
    .header li .sous a, .header li .sous span {
         display: block;
         padding: 5px 15px;
         text-decoration: none;
         font-weight: 400;
         font-size: 14px;
         cursor:pointer;
     }
     .header li .sous ul {
         height:0px;
         border-top:none !important;
      }
     .header li .sous ul.ouvert {
         height:auto;
         transition: height 1s;
      }
      .sous-active > .sous {
        display: block;
        height:auto;
      }

    .deroulant > a{
        padding: 0px 20px !important;
    }
  }
  
  
.sous-active > .sous{
    display: block;
}

@media (min-width: 1024px) {    
    .sous{
        display: none;
        box-shadow: 0 1px 4px #365576 ;
        background-color: white;
        position: absolute;
        z-index: 1000;
        width: 80%;
        left:10%;
    }
    
  .header li a, .header li span {
    display: block;
    padding: 20px 15px;
    text-decoration: none;
  }
}

.sous-sous{
    display: none;
    box-shadow: 0 1px 4px #365576 ;
    background-color: white;
    position: absolute;
    z-index: 1000;
}

.menu-deroulant:hover{
    cursor: default;
}

.menu-deroulant:hover > .sous{
    display: block;
  cursor: pointer;
}

.deroulant{
    width: 100%;
}