/* Hdes fter thme cprght */
div .site-info .credit :before {
  visibility: visible !important;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
}
div .site-info .credit :before {
  content: "Copyright © 2019 iGEM IONIS. All rights reserved.";
}
:lang(fr) div .site-info .credit :before {
  content: "Copyright © 2019 iGEM IONIS. Tous droits réservés.";
}
div .site-info .credit {
  visibility: hidden !important;
  position: relative;
  pointer-events: none;
  cursor: default;
}

/* Hides logo in footer */
.site-footer .custom-logo {
  display: none;
}

/* Hides share box */
.share-box {
  display: none;
}

/* Increase titles size */
.type-page .entry-header .entry-title {
  font-size: 40px;
  padding-bottom: 20px;
}

/* Change team page font */
.tmm {
  font-family: Poppins, sans-serif;
}

/* Enlarge subscriptinp button */
button[name="jetpack_subscriptions_widget"] {
  width: 100%;
}

/* Hides team image header */
.page-id-1268 .entry-media,
.page-id-3887 .entry-media,
.page-id-3883 .entry-media,
.page-id-3896 .entry-media,
.page-id-3855 .entry-media,
.page-id-1558 .entry-media {
  display: none;
}


/* Increase social logos sizes */
.top-bar .jetpack-social-navigation a {
  font-size: 18px;
}

/* Blur effect on homepage */
.home .featured-posts-tiled-big:hover img,
.home .featured-posts-tiled-small:hover img,
.home .featured-posts-tiled-bottom:hover img,
.home .entry-media:hover img {
  transition: 0.7s all;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

/* Gestion logos partenaires */
.logo-partenaires table tr td {
	border: solid #0000 20px;
	border-width: 20px;
	border-color: transparent;
}
.logo-partenaires td.logo-partenaire {
	padding-right: 20px;
	text-align: center;
}
.logo-partenaires img {
	max-height: 120px;
	max-width: 200px;
}
.logo-libios img {
	max-height: 160px;
}
.logo-ecoles img {
	max-height: 80px;
	padding: 5px;
}

/* Hides link underline behind sponsors logos */
.logo-partenaires .logo-partenaire a {
	border-bottom: none;
}

/* ??? (soutenez-nous) */
.page-id-1810 .site-content .entry-inner {
  max-width: 100px;
}

/* Custom column (60/40) for project page */
.wp-block-columns.w-two-one {}
.wp-block-columns.w-two-one .wp-block-column { flex-basis:40%; margin-left: 0; }
.wp-block-columns.w-two-one .wp-block-column:first-child { flex-basis: 60%; }

/* Padding under Libios logo */
.libios-up figure {
	padding-bottom: 15px;
}

/* Hides credit card/paypal choice (default: credit card) */


/* Margins */ 
.margin_top
{
	margin-top:4em;
}
.margin_bottom
{
	margin-bottom:4em;
}

/* Hiding the article summary */
.entry-summary 
{
	display:none;
}

/* Reducing the size of the page's image in the front page 
.featured-posts-tiled-small 
{
	height:214px;
	overflow:hidden;
	padding-bottom: 5px;
}

.featured-posts-tiled-small img {
	height:210px;
}*/

/* ??? */
.sidebarModule { display: none; }


/* Reduction de la taille de l'image mise en avant */
#post-4216 > .entry-media,
#post-4193 > .entry-media,
#post-4213 > .entry-media,
#post-4197 > .entry-media,
#post-4397 > .entry-media,
#post-4470 > .entry-media,
#post-4231 > .entry-media 

{
	width:50%;
	margin-left:25%;
}

.red_border {
	border : 2px solid red;
	padding : 10px;
}