/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/

.content-area {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}
.content-area table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px; /* Adjust as needed */
  margin-bottom: 20px; /* Adjust as needed */
}

 .content-area td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.content-area h1{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;

}
  .content-area h2 {
      font-size: 30px; 
      font-weight: bold; 
      line-height: 40px;
    }

      .content-area h3 {
      font-size: 25px; 
      font-weight: bold; 
      line-height: 35px;
    }

   .content-area h4 {
      font-size: 20px; 
      font-weight: bold; 
      line-height: 30px;
    }

   .content-area h5 {
      font-size: 18px; 
      font-weight: bold; 
      line-height: 28px;
    }
   .content-area h6 {
        font-size: 16px; 
        line-height: 26px;
        margin: 0;
    }
    .content-area p{
    	margin-bottom: 15px;
    }
    .content-area ol, .content-area ul {
    box-sizing: border-box;
    padding-left: 30px;
    }

   .content-area li{
   	margin-bottom: 15px;
   }
  .navigationcl {
    position: relative;
    left: auto;
    padding-top: 0;
    display: inline-block;
   
}
.nav-select {
    display: inline-block;
    visibility: visible;
}
  .navigationcl a {
         display: block;
        position: relative;
        margin: 0;
        height: auto;
        font-size: 17px;
        line-height: 30px;
        color: #000;
        overflow: visible;
        text-decoration: none;
    }
  

    .navigationcl li {
        position: relative;
        display: inline-block;
     padding: 0 15px;
        
    }

    .navigationcl a:hover, .navigationcl a:focus {
        color: #000;
    }
    
    .navbar-togglecl{
        display:none;
    }
      .sub-menu {
       display: none;
        position: absolute;
        left: 0;
        background: #fff;
        width: 300px;
        text-align: left;
        padding: 0px;
        box-shadow: 0 0 6px #ddd;
        top: 30px;
        z-index: 9999;
    }
    
    .sub-menu li a {
    white-space: nowrap;
    padding: 5px 10px;
}
    .menu-item:hover .sub-menu {
        display: block;
    }
    
    .sub-menu a {
        color: black; 
    }
    .sub-menu a:hover {
        color: black; 
    }
    
    .nav-select .sub-menu > li > .sub-menu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
      
    }
    
    .nav-select .menu__list > li:hover > .sub-menu,
    .nav-select .sub-menu > li:hover > .sub-menu {
        display: block;
    }

    .main-title{
	text-align:left;
}
.custom_top_author {
    display: flex;
	align-items: center;
    gap: 16px;
    
}
.author_imag img {
    width: 60px;
	min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
}

.custom_author_info {
    line-height: 26px;
}

.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4 {
    margin: 0;
    color: #000;
    line-height: 10px;
    font-size: 16px;
    font-weight: normal;
}
.custom_top_author {
    margin-left: 20px;
}
#contenant {
    max-width: 792px;
    width: 100%;
   
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
.menu-item-has-children::after {
    content: "\f078"; 
    font-family: "FontAwesome"; 
    margin-left: 5px; 
    color: black;
    position: absolute;
    top: 5px;
    right: 0px;
}
#pied a, #pied a:link, #pied a:visited {
    color: #999;
    font-size: 13px;
}
.sub-menu li {
    width: 100%;
    padding: 0;
   box-sizing: border-box;
}

#pied #retourhaut {
     top: 24px;
}


@media only screen and (max-width: 991px) {
    
    .menu-item-has-children::after {
       display: none;
     }
    .navigationcl {
        position: absolute;
        right: 10px;
        top: 58px;
        width: 300px;
        cursor: pointer;
        text-align: left;
        background: #fff;
        left: auto;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        height: auto;
    }
    .navbar-togglecl {
        display: block;
    }
    .navbar-togglecl {
        background-color: #050104;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 18px;
        right: 15px;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
    }
    .navbar-togglecl span {
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 0;
        right: 0;
    }
    .navbar-togglecl span::before, .navbar-togglecl span::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
        top: -7px;
    }
    .navbar-togglecl span::after {
        top: 7px;
    }
    .navigationcl li {
        width: 100%;
    }
    .navigationcl a {
        height: auto;
        padding: 5px 10px;
    }
    
    .navigationcl a {
        font-size: 17px;
        color: #000;
        padding:0;
        margin: 0;
        line-height: 36px;
        text-align: center;
    }
    
    .navigationcl ul {
        visibility: visible;
        position: relative;
        left: 0;
        top: 0;
        margin: 0 !important;
        width: 100%;
        padding: 0 !important;
    }
    .navigationcl ul a {
        height: auto;
        width: 100%;
        overflow: visible;
        line-height: 35px;
        background-image: none;
        border-width: 0;
        text-align: left;
    
    }
    .navigationcl li:hover > ul {
        visibility: visible;
        top: auto;
    }
    
    .toggle-menu {
        position: absolute;
        right: 10px;
        width: 40px;
        height: 30px;
        font-size: 20px;
        transform: rotate(0deg);
        text-align: center;
        top: 9px;
        cursor: pointer;
    }
    
    .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        text-align: left;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }

    #pied p#spip {
    position: unset;
    right: 0;
    top: 34px;
    padding-right: 13px;
    padding-top: 10px;
    text-align: center;
   }

    #pied #retourhaut {
        position: unset;
        top: 50px;
        padding-left: 30px;
        text-align: center;
        
    }
    #pied p#contact {
    padding-top: 0;
}
    }
    