/*
Theme Name: BoldR Lite Child
Theme URI: https://www.iceablethemes.com/shop/boldr-lite/
Template: boldr-lite
Author: Iceable Themes
Author URI: https://www.iceablethemes.com
Description: BoldR Lite is a Bold, Responsive, Magazine-style theme for WordPress. Suitable for any website and perfect for tech or design oriented blogs and creative business websites. It features two widgetizable areas (Sidebar and optional Footer), two menu locations (Navbar and Footer), optional Tagline display, custom Logo and Favicon, Custom Header Image and Custom Background. BoldR Lite is Translation Ready (.pot file included) and already includes 7 user-contributed translations in addition to English: French (fr_FR), Russian (ru_RU), German (de_DE), Spanish (es_ES), Brazilian Portuguese (pt_BR), Polish (pl_PL) and Italian (it_IT).
Tags: one-column,two-columns,right-sidebar,custom-header,custom-background,custom-menu,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,blog,entertainment,news
Version: 1.2.19.1734964141
Updated: 2024-12-23 15:29:01

*/
/*a, a:visited {
  color: #14069B;
}*/
/*espace entre slogan et menu sur smartphone*/
@media screen and (max-width:760px){
#header #logo,#header #tagline{padding-bottom:0px;
	}
#header #tagline{padding-top:0px;
	}
}
/*fond menu*/
#navbar {
	background-color: #fff;
}
/*#nav-search { display: none; }*/
#nav-search{position:relative;
top:-110px;}
input[type="email"], input[type="text"] {
width: 90%;
}
/*slogan sous titre*/
#tagline {
  float: none;
  clear: left;
  padding-top: 0;
	padding-bottom: 40px;
}
#logo {
	padding-top: 15px;
  padding-bottom: 0;
}
/*espace entre titre et slogan*/
h1.site-title {
	margin-bottom: 5px;
}
/*pas de colonne sur smartphone en portrait*/
@media only screen and (max-width:1000px){
body #main-wrap {width:100%;
	}
}
/*supprime auteur, date et marge dans article*/
.postmetadata { display: none;
}
#main-content .thumbnail{width:100%;
	max-width:100%;
	margin-left:0px;
}
#main-content .post-contents {margin-left:0px;
width:100%;
}
#main-content img.wp-post-image{width:100%;
}
/*supprimer ligne categorie dans article*/
.post-category { display: none;
}
/*Iframe responsiv*/
.responsiveWrapper {
    position: relative;
    padding-bottom: 139%; /* 1050px/760px */
    padding-top: 5px;
    height: 0;
}
.responsiveWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*supprimer le bouton s’inscrire à l’événement et Partager avec des amis*/
.wpem-registration-event-button, .wpem-heading-text:nth-child(3){
display:none;
}
.wpem-event-share-lists{display:none!important;
}