.entry-inner a {
    /*color: #3b8dbd;*/
	color: #0000EE;
	/*word-break: break-all;*/
	/*text-decoration: underline;*/
}
a.wp-block-button__link {color:whitesmoke;}
.entry-inner {text-align: justify;line-height: 1.2em;}
b {
    font-weight: bold;
}
.widget_search>h3{
    color: yellow;
	font-weight: bold;
/*	animation: blinker 1s linear infinite; ça fait monter l'usage CPUà fond*/
	mix-blend-mode: difference;
}

/*@keyframes blinker {
  50% {
    opacity: 0;
  }
}*/
.single .post-title {
    font-size: 2.62em;
    letter-spacing: -2.5px;/*on condense un peu pour que les titres ne rippent pas sur 3 lignes*/
    line-height: 1.0em;
}

table {
	border-collapse:collapse;
}
table,th, td {
border: 1px solid #e2e1e5;
	margin-left: 10px;
}
table th { background: #e2e1e5; }
div#google_ads_iframe_\/21178837\/Grand-pavé540px_0__container__{width: 580px;margin: 0 auto;display: flex; /* contexte sur le parent */
  flex-direction: column; /* direction d'affichage verticale */
  justify-content: center; /* alignement vertical */}
/*.sidebar.s1 { on rend scrollable la sidebar de gauche */
/*      max-height: calc(100vh - 1rem);
      overflow-y: auto;
}*/
/*.sidebar.s2 { on rend scrollable la sidebar de droite https://stackoverflow.com/questions/13337646/scroll-inside-of-a-fixed-sidebar*/
/*      max-height: calc(100vh - 1rem);
      overflow-y: auto;
}*/
#nav-topbar .nav li a {
    font-weight: bold;
}
div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {/*on place les ciones de partage des reseaux sociaux du module Jetpack sur la droite du titre*/
    float: right; clear: unset;
}
div.sharedaddy h3.sd-title {display:none;}
p.share-customize-link  {display:none;}
.grid-item .post-inner {/*on encadre la liste des articles de la page d'accueil*/
    background: #fff;
    outline: 1px solid #efefef;
    outline-offset: -1px;
	margin-right: 30px;
    padding-bottom: 1em;
    padding-left: 1em;}
.post-thumbnail img {/*on homogeneise les tailles des vignettes de la page d'accueil et on les centre*/
    display: block;
    width: auto;
    max-height: 160px;
    margin:0 auto
}
.post-tags a:hover {
    background-color: #3b8dbd;
    color: #fff;
	font-weight: bold;
}
.post-tags a {
	background-color: #3b8dbd;
	color: #fff;
}
@media print {
body {background:white; 
     font-size:10pt; 
     margin:0; }
#header{ display:none; }
.sidebar,s1,s2 { display:none;width:0;background:white; }
.col-3cm .main-inner {
    padding-left: 0px;
    padding-right: 0px;
background:white;
}
.container-inner {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}
.col-3cm .container-inner > .main::before {padding-left: 0;}
.col-3cm .content{float:left; }
.content{ margin-left:0; 
     width:720px;float:left;clear: both; }
div#div-gpt-ad-1361031840786-0 { display:none; }
div#div-gpt-ad-1591290590056-0 { display:none; }
#footer .widget { display:none; }
	#footer-bottom { display:none; }
	/* Show URL */
.entry-inner a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
.entry-inner a:link[href^="https://"]:after, a[href^="https://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="https://"] {color:#000;} 
	
#comments {display:none;/*page-break-before: always;/* /*Break Page pour generer une page à part*/}
}
img.logos-societes {
    max-height: 70px;
    width: auto;
    padding-top: 5px;
	display: block;
    margin-left: auto;
    margin-right: auto
}
.accordion > input[name="collapse"] {
  display: none;
}
.accordion .content {
  background: #fff;
  overflow: hidden;
  height: 0;
		z-index:1;/*sinon contenu pas cliquable*/
  transition: 0.5s;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
.accordion label {
  color: #777777;
  cursor: pointer;
  font-weight: normal;
  padding: 10px;
  /*background: #b0100c;*/
  
}
.accordion label:hover,
.accordion label:focus {
  background: #DDDDDD;/*#3b8dbd;*/
}
/*.accordion .handle label:before {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  margin-right: 10px;
  font-size: 1em;
  line-height: 1.556em;
  vertical-align: middle;
  transition: 0.4s;
  
}*/
.accordion > input[name="collapse"]:checked ~ .handle label:before {
    transform: rotate(180deg);
    transform-origin: center;
    transition: 0.4s;
}
.accordion > input[name="collapse"]:checked ~ .content {
  height: auto;/*380px;
  transition: height 0.5s;*/
}
del {
    text-decoration: line-through;
    background-color: #fbb;
    color: #555;
}

ins {
    text-decoration: none;
    background-color: #d4fcbc;
}
.entry blockquote{font-weight: bold;}
.entry.share {
   padding-right:0px;
    min-height: 354px;
    position: relative
}
.slideshow {
   width: 170px;
   height: 100px;
   overflow: hidden;
   border: 3px solid #F2F2F2;
}
.slideshow ul {
    /* 40 images donc 40 x 100% */
   width: 4000%;
   height: 100px;
   padding:0; margin:0;
   list-style: none;
}
.slideshow li {
   float: left;
}
.widget_sponsors_widget ul.horizontal {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    flex-wrap: nowrap;
}
summary {
  cursor: pointer;
  font-weight: bold;
  padding: 0.7rem 1rem;
  margin: -0.7rem -1rem;
  word-break: break-all;
}