/*
=====================================================================
*   Keep It Simple v2.0 Layout Stylesheet
*   url: styleshout.com
*   07-12-2014
=====================================================================

   TOC:
   a. Default Overrides and Common Styles
   b. Header Styles
   c. Content
   d. Sidebar
   e. Entry
   f. Archives
   g. Footer
 
===================================================================== */


/* a. Default Overrides and Common Styles
/* ------------------------------------------------------------------ */

/* --- SELECTION DU THEME COULEUR ----- */

@import url("css-theme-gris-bleu.css");
/* @import url("css-theme-jaune.css"); */
/* @import url("css-theme-orange.css"); */
/* @import url("css-theme-rose-sable.css"); */
/* @import url("css-theme-vert.css"); */
/* @import url("css-theme-gris-noir.css"); */
/* @import url("css-theme-tuile-bordeaux.css"); */
/* @import url("css-theme-violet.css"); */
/* @import url("xxxxxxxxxxxxxx.css"); */

body { 
	background: #F6F5F5; /* F6F5F5 couleur footer */ 
	border-top: 6px solid #9FCC7F; /* 9FCC7F */
}
.page { 
	padding-bottom: 18px;
	margin-bottom: 36px; 
}

.page h2,
.entry h2,
.entry h2 a {
	font: 20px/26px 'Poppins-600', sans-serif;
	color: #444;
	margin-bottom: 0;
	letter-spacing: -.5px;
}
.page h2 { margin-bottom: 18px; }


/* b. Header Styles
/* ------------------------------------------------------------------ */

header { 
   width: 100%;   
   height: 288px;  
   background: #fff;   /*  fff  */ 
}
header .header-content {
	background: #fff url(img/header-content-bg.png) no-repeat right top;  /* fff */
	height: 288px;
	border-bottom: 1px dashed #E8E8E8;
	position: relative;	
}
/* For high-res devices */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

	header .header-content {
		background: #fff url(img/header-content-bg_@2X.png) no-repeat right top; /* fff */
		background-size: 361px 256px;
	}

}

/* header logo */
header h1#logo-text { 
	margin: 0; 
	padding: 0; 

	/* change the values of top and left to adjust the position of the logo text */
	position: absolute;
	top: 108px; left: 18px;	
}
header h1#logo-text a {	 
	margin: 0; 
	padding: 0;
	font: normal 75px Georgia, Serif;
	letter-spacing: -5px;
	color: #93B876;  /* 93b876 */
	text-decoration: none;
}
header p#intro {	
	margin: 0; 
	padding: 0;
	font: 16px/24px 'opensans-light', Georgia, Serif;
	font-weight: normal;	
	color: #C8C8C8;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	position: absolute;
	top: 192px; left: 30px;		
}
.header-content span#intro {
   color: var(--them-slogan-color) !important;
}


/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap, #nav-wrap ul, #nav-wrap li, #nav-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

/* nav-wrap */
#nav-wrap {
   font: 12px 'Inter-600', sans-serif;
   text-transform: uppercase;
   letter-spacing: 2px;   
   background: #F5F4F3;
   border-bottom: 1px solid #EAE8E8;
   width: 100%;

   float: left;
   position: absolute;
   top: 6px;
   left: 0;
}

/* hide toggle button */
#nav-wrap  > a { display: none; }

ul#nav {
   min-height: 50px;
   width: auto;
   margin-left: 20px;

	float: left;
   position: relative;
   top: 0;   

   /* left align the menu */
   text-align: left;    
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 50px;
   display: inline-block;   
   padding-top: 10px;
}

/* float left to remove gaps between 1st level list items */
ul#nav > li { float: left; }

/* Links */
ul#nav li a {
   display: inline-block;
   padding: 0 15px;
   line-height: 40px;
	text-decoration: none;
   color: #666666;  

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

ul#nav li a:hover { color: #222; }
ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current > a {    
	background: #fff;	
	padding: 0 14px;  
   border-right: 1px solid #EAE8E8;
   border-top: 1px solid #EAE8E8;
   border-left: 1px solid #EAE8E8; 
   border-radius: 3px 3px 0 0;   
}

/* sub menu */
ul#nav ul {
   position: absolute;
   top: 52px;
   left: 0px;
   padding-bottom: 12px;
	background: #F5F4F3;
   min-width: 100%;
   border: 1px solid #EAE8E8;
   border-top: none;

	border-radius: 0 0 3px 3px;

   /* for transition effects */
   opacity: 0;
   filter: alpha(opacity=0);

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

/* 
ul#nav ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	border-radius: 0 3px 3px 0;
}
*/

ul#nav ul li {
   padding: 0;
   display: block;
   text-align: left;

   /* for transition effects */
   height: 0;
	overflow: hidden;

  	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

/* on hover */
ul#nav li:hover > ul { 
	opacity: 1; 
	filter: alpha(opacity=100); 
}
ul#nav li:hover > ul li {
	height: 42px;
	overflow: visible;  
}

/* sub menu anchor links */
ul#nav ul li a {
	padding: 6px 20px;
	margin: 0;
   white-space: nowrap;
   font-size: 13px;
   font-family: 'Inter', sans-serif;
   text-transform: none;
   letter-spacing: 0;   
}


/* c. Content
--------------------------------------------------------------------- */

#content-wrap {
	background: #fff; /* fff */
	padding: 42px 0 36px 0;
}
#content-wrap #main { padding-right: 40px; }



/* d. Sidebar 
--------------------------------------------------------------------- */

#sidebar {
	padding-top: 0px;
	padding-left: 40px;
}
#sidebar h3 {
	font: 15px/24px 'Inter-600', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;	
}
#sidebar .widget { margin-bottom: 18px; }
#sidebar p { margin-bottom: 12px; }
#sidebar hr { margin-bottom: 24px; }

/* search  */
#sidebar .widget_search { 
	padding-top: 0;  
	margin-bottom: 36px;
}
#sidebar .widget_search h3 { display: none; }
#sidebar .widget_search form {
   position: relative; 
   margin: 0;
}
#sidebar .widget_search .text-search {
	padding-right: 40px;
	border:none;
   width: 100%;
   min-width: 150px;
   border-radius: 3px;
}
#sidebar .widget_search .submit-search {
	background:url(img/search-icon.png) no-repeat;
	box-shadow: none;
	border:none;
	cursor:pointer;
	width: 18px;
	height: 18px;
	min-height: 18px;
   margin: -9px 0 0 0;
   padding: 0;
   position: absolute;
   top: 50%;
   right: 18px;     
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

	#sidebar .widget_search .submit-search {
		background:url(img/search-icon_@2x.png) no-repeat;
		background-size: 18px 18px;
	}

}

/* categories  */
#sidebar .widget_categories {  }
#sidebar .widget_categories ul { 
	margin-top: 12px; 
	margin-bottom: 24px;
}

/* link List */
#sidebar .link-list {   
   padding: 0;
   margin: 18px 0 24px 0;
}
#sidebar .link-list li {
	font: 15px/30px 'merriweather-regular', sans-serif;
	padding: 8px 0;
	margin: 0;
	border-bottom: 1px dotted #E6E6E6;
}
#sidebar .link-list li:first-child { 
	border-top: 1px dotted #E6E6E6;
}
#sidebar .link-list li a {	color: #4A5153; }
#sidebar .link-list li a:hover {	color: #313131; /* color: #93B876; */ }


/* tag cloud */
#sidebar .tagcloud {
   margin: 18px 0 24px -12px;
   padding: 0;
   font-size: 17px;
}
#sidebar .tagcloud a {
   font: 12px/24px 'Inter-600', sans-serif !important;
   display: inline-block;
   float: left;
   margin: 0 0 12px 12px;
   padding: 6px 15px;
   position: relative;
   text-transform: uppercase;
   letter-spacing: 0.5px;

   background: #E9EBEE;
	text-decoration: none;
   letter-spacing: .5px;
   color: #778888;

   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

   border-radius: 3px;
}
#sidebar .tagcloud a:hover {
   color: #fff;
   background: #93B876; /* 93B876 */
}


/* e. Entry
/* ------------------------------------------------------------------ */
.entry {
	padding-bottom: 12px;
	margin-bottom: 24px;
}
.entry header { height: auto; }

.entry .entry-meta ul {
	margin: 6px 0 18px;
	color: #B7B9BD;
	line-height: 24px;
}
.entry .entry-meta ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'merriweather-regular', sans-serif;	
}
.entry .entry-meta ul .meta-sep {}
.entry .entry-meta ul li a { color: #B7B9BD; }

.entry .entry-content-media {	margin: 24px 0 18px;	}

.entry .tags {
  margin-top: 18px;
  font-family: 'Inter', sans-serif;
  color: #888;
}
.entry .tags a { font-family: 'Inter-600', sans-serif; }


/* post-nav */
.post-nav {
   margin: 18px 0 6px;
   padding: 12px 0 0 0;
   font: 15px/30px 'opensans-light', sans-serif;
}
.post-nav li {
   display: inline-block;
   margin: 0;
   padding: 0;
   width: 49%;
   line-height: 30px;
}
.post-nav li a { color: #888;  }
.post-nav li strong {
   font: 16px/30px 'Inter-600', sans-serif;
   text-transform: uppercase;
   color: #93B876; /* 93B876 */
   letter-spacing: 0.5px;
   display: block;
}
.post-nav li.next {
   float: right;
   text-align: right;
}
.post-nav li.prev {
   float: left;
   text-align: left;
}

/* Comments -------------------------------------------- */

#comments {
   padding-top: 12px;
   padding-bottom: 12px;
}
#comments h3 {
   font: 20px/30px 'Inter-600', sans-serif;
   margin-bottom: 6px;
}

/* Comments List */
ol.commentlist {
   border-top: 1px dotted #E1E5E3;
	margin: 29px 0 54px 0;
	padding: 0;  
}
.commentlist > li {
   position: relative;
	list-style: none;
	margin: 0;	
	border-bottom: 1px dotted #D9DEDB;
	padding: 24px 0 17px 0;	
	padding-left: 14%;
}
.commentlist li .avatar {
   position: absolute;
   left: 0px;
   display: block;
   height: 48px;
   width: 48px;
}
.commentlist li .avatar img {
   margin-top: 6px;
   height: 48px;
   width: 48px;
  	border-radius: 100%;
}
.commentlist li .comment-info cite {
   font: 16px/30px 'Inter-600', sans-serif;
   color: #454545;
}
.commentlist li .comment-info .comment-meta {
   font-size: 14px;
   line-height: 24px;
   display: block;
}
.commentlist li .comment-info .comment-meta .reply {
   font-family: 'Inter-600', sans-serif;
}
.commentlist li .comment-info .comment-meta .sep {
   margin: 0 5px;
   color: #AEB6B7;
}
.commentlist li .comment-text {
	clear: both;
	margin: 18px 0 0 0;
   padding: 0;
   line-height: 30px;
}

/* children */
.commentlist li ul.children {
   margin: 0;
   padding: 18px 0 0 0;
}
.commentlist li ul.children li {
   padding-left:  5% ;
   padding-top: 17px;
   border-top: 1px dotted #D9DEDB;
}

/* comment form ----------------------------------------- */

#comments form { margin-top: 36px; }
#comments form label {
   padding-left: 24px;
   width: 41.66667%;
   float: right;
}
#comments form div {
   margin: 12px 0 18px 0;
}
#comments form input,
#comments form textarea,
#comments form select {
   width: 58.33333%;
   float: left;
}
#comments form .message label {
   display: none;
}
#comments form textarea {
   width: 100%;
}
#comments form button.submit {
	text-transform: uppercase;
	letter-spacing: 2px;
   display: block;
   margin-top: 12px;
}
#comments form span.required {
	color: #93B876; /*93B876*/
	font-size: 15px;
}

/* page navigation -------------------------------------- */

.pagenav {
   font: 18px/30px 'Inter-600', sans-serif;
   text-align: left;
   margin-top: 12px;
   padding-top: 18px;
   margin-bottom: 48px;
   border-top: 1px solid #E8E8E8;
}
.pagenav p {
	margin-bottom: 18px;
}
.pagenav span {
	font: 18px/30px 'Inter', sans-serif;
   color: #C0C6C9;
   margin: 0 15px;
}
.pagenav a[rel="prev"] { 
	margin-right: 10px;
	padding-right: 15px;
	border-right: 1px dotted #CBCFD1;
}
.pagenav a[rel="prev"]:before {
	/*content: '\f053';*/
	/*content: '\f104';*/
	content: '\f177';
	font-family: 'fontawesome';
	font-size: 15px;
	margin-right: 12px;
}
.pagenav a[rel="next"]:after {
	/*content: '\f054';*/
	/*content: '\f105';*/
	content: '\f178';
	font-family: 'fontawesome';
	font-size: 15px;
	margin-left: 12px;
}


/* f. Archives
/* ------------------------------------------------------------------ */
.archive-list h4 {
	font: 15px/24px 'Inter-600', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.archive-list ul {
	list-style: disc;	
	margin-left: 17px;
}


/* g. Footer
/* ------------------------------------------------------------------ */

footer {	
   padding-top: 36px;
   margin-bottom: 42px;
   font-size: 13px;
   line-height: 24px;
   position: relative; 
   color: #34393A;  
}
footer h3 {
   font: 14px/24px 'Inter-600', sans-serif;
   margin-bottom: 9px;
   font-weight: normal;
   text-transform: uppercase;
   letter-spacing: 1px;
}
footer p {
	margin-bottom: 24px;	
}

footer a, footer a:visited { color: #6C934D; }
footer a:hover, footer a:focus { color: #34393A; }

footer .info { padding-right: 30px; }

footer ul {
   margin: 0;
   padding: 0;
}
footer ul li {
   margin: 0;
   line-height: 24px;
}
footer ul li a,
footer ul li a:visited { color: #34393A; }
footer ul li a:hover,
footer ul li a:focus { color: #6C934D; }

/* social links */
footer .social-links {
   margin: 18px auto 42px auto;
   padding: 0;  
   text-align: center;
}
footer .social-links li {
   display: inline-block;
   font-size: 32px;
   line-height: 48px;
   padding: 0;
   margin: 0 16px;
   color: #444; 
}
footer .social-links li:first-child { margin-left: 0; }


/* Photostream */
footer .photostream {
   list-style: none;
   margin: 12px 0 24px -15px;
   padding: 0;
   overflow: hidden;
}
footer .photostream li {
   display: inline-block;
   margin: 0 0 12px 12px;
   padding: 0;
}

footer .photostream li a { 
	display: block; 
	height: 60px;
   width: 60px;
   background: #fff;
   padding: 9px;
   border: 1px solid #E9E9E9;
   border-radius: 3px;
}
footer .photostream li a img {   
   vertical-align: bottom;
}
/* copyright */
footer .copyright {
   margin: 0;
   padding: 24px 18px 6px 18px;
   clear: both; 
   text-align: center;
    
}

/* Go To Top Button */
#go-top {
	position: fixed;
	bottom: 30px;
   right: 30px;  
   text-align: center; 
   display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 48px;
	height: 48px;
	background-color: #494949;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

   color: #fff;
   font-size: 16px;
   line-height: 48px;
 	border-radius: 3px;
}
#go-top a:hover { background: #7BA857; }

/* =====================================================
   voir définition des Thèmes tout en haut
   ===================================================== */
   
   body {
      background: var(--them-background-color);
      color: var(--them-body-color);
      border-top-color: var(--them-border-top-color);
   }
  
  header,
  header .header-content,
  #content-wrap {
      background-color: var(--them-nav-background-color);
  }
  
  header .header-content {
      border-bottom-color: var(--them-border-color);
  }
  
  /* Logo et titres */
  header h1#logo-text a {
      color: var(--them-h1h3-color);
  }
  
  h1, h2, h3, h4, h5, h6,
  .page h2,
  .entry h2,
  .entry h2 a {
      color: var(--them-body-color);
  }
  
  /* Navigation */
  #nav-wrap {
   background: var(--them-nav-bg-color);
   border-bottom-color: var(--them-nav-border-color);
 }
  
  ul#nav li a {
      color: var(--them-nav-li-color);
  }
  
  ul#nav li a:hover,
  ul#nav li.current > a {
      color: var(--them-h1h3-color);
  }
  
  ul#nav li.current > a {
      background: var(--them-nav-background-color);
      border-color: var(--them-nav-border-color);
  }
  
  /* Liens */
  a,
  a:visited {
      color: var(--them-li-next-color);
  }
  
  a:hover,
  a:focus {
      color: var(--them-nav-li-color);
  }
  
  /* Boutons */
  .button,
  .button:visited,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
      background: var(--them-border-top-color);
      color: #fff;
  }
  
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
      background: var(--them-li-next-color);
  }
  
  /* Formulaires */
  input[type="text"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
      background: var(--them-nav-bg-color);
      color: var(--them-nav-li-color);
  }
  
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  textarea:focus {
      background: var(--them-border-top-color);
      color: #fff;
  }
  
  /* Sidebar */
  #sidebar h3,
  footer h3 {
      color: var(--them-h1h3-color);
  }
  
  #sidebar .link-list li {
      border-color: var(--them-border-color);
  }
  
  #sidebar .link-list li a {
      color: var(--them-nav-li-color);
  }
  
  /* Étiquettes et tags */
  .plugin-tags a,
  #sidebar .tagcloud a {
      background: var(--them-border-color);
      color: var(--them-nav-li-color);
  }
  
  .plugin-tags a:hover,
  #sidebar .tagcloud a:hover {
      background: var(--them-border-top-color);
      color: #fff;
  }
  
  /* Footer */
  footer {
      background: var(--them-nav-bg-color);
      color: var(--them-body-color);
  }
  
  footer a,
  footer a:visited {
      color: var(--them-li-next-color);
  }
  
  footer a:hover,
  footer a:focus {
      color: var(--them-li-next-color);
  }
  
  /* Séparateurs */
  hr {
      border-top-color: var(--them-border-color);
  }

  /* Suppression du bandeau vert en responsive */
body {
   border-top: 6px solid var(--them-border-top-color);
}

@media only screen and (max-width: 767px) {
   #nav-wrap {
       border-top: 6px solid var(--them-border-top-color);
   }
}

/* Bouton Go Top */
#go-top,
.go-top,
a.go-top,
#go-top:hover,
.go-top:hover {
    background-color: var(--them-border-top-color) !important;
    border-color: var(--them-border-top-color) !important;
    color: #FFFFFF !important;
}

a.smoothscroll,
a.smoothscroll:hover,
a.smoothscroll:focus,
a.smoothscroll:active {
    background: var(--them-border-top-color) !important;
    background-color: var(--them-border-top-color) !important;
    border: none !important;
    color: #FFFFFF !important;
}

a.smoothscroll::before,
a.smoothscroll::after {
    background: var(--them-border-top-color) !important;
    color: #FFFFFF !important;
}

#go-top {
   border-radius: 20px !important;
   overflow: hidden !important;
}

#go-top a,
#go-top a.smoothscroll {
   border-radius: 20px !important;
}


a[href*="instagram.com"]:hover,
a[href*="facebook.com"]:hover,
a[href*="instagram.com"]:focus,
a[href*="facebook.com"]:focus {
    color: #4d4d4dce !important;
}

a[href*="instagram.com"]:hover i,
a[href*="facebook.com"]:hover i,
a[href*="instagram.com"]:focus i,
a[href*="facebook.com"]:focus i {
    color: #4d4d4dce !important;
}

.header-content #intro {
   font-size: 20px !important;
   line-height: 1.5 !important;
   color: var(--them-nav-li-color) !important;
}

.plugin-tags .plugin-content ul li a,
.plugin-tags .plugin-content ul li a:visited {
    color: var(--them-plugin-tags-li-a-color) !important;
}

/* Style de base des badges/tags (forme arrondie) */
.plugin-tags .plugin-content ul li a {
   border-radius: 20px !important;
}

/* Style au survol, focus et clic */
.plugin-tags .plugin-content ul li a:hover,
.plugin-tags .plugin-content ul li a:focus,
.plugin-tags .plugin-content ul li a:active {
   color: #ffffff !important;
   background: var(--them-plugin-tags-color) !important;
   border-radius: 20px !important;
}

.post-thumb {
   width: 100%;
   max-width: 450px;
   aspect-ratio: 3 / 2;
   overflow: hidden;
   border-radius: 12px;
   box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.35);
}

.post-thumb img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}

.article-separator {
   width: 100%;
   height: 1px;
   margin: 12px 0 0;
   border: 0;
   background-color: #ccc;/* Couleur normale pour "Précédent" et "Suivant" */
li.prev a,
li.prev a strong,
li.next a,
li.next a strong {
    color: var(--them-li-next-color) !important;
}

/* Effet au survol (hover) */
li.prev a:hover,
li.prev a:hover strong,
li.next a:hover,
li.next a:hover strong {
    color: var(--them-li-next-color) !important;
    opacity: 0.8; /* Légère transparence au survol */
}
   opacity: 0.4;
}

.entry-content img {
   border-radius: 8px;
   box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
}

/* Couleur normale pour "Précédent" et "Suivant" */
li.prev a,
li.prev a strong,
li.next a,
li.next a strong {
    color: var(--them-li-next-color) !important;
}

/* Effet au survol (hover) */
li.prev a:hover,
li.prev a:hover strong,
li.next a:hover,
li.next a:hover strong {
    color: var(--them-li-next-color) !important;
    opacity: 0.8; /* Légère transparence au survol */
}

.site-logo {
   max-height: 80px;
}

@media (min-width: 768px) {
   .site-logo {
       max-height: 120px;
   }
}