/*
Theme Name: Toleme Child
Template: Toleme
Version: 1.0
Author:	LE-ZO
Theme URI: http://toleme.net/
Author URI: http://toleme.net/
*/

/*Add your own styles here:*/
.w-grid-item-anchor {
/*	
Background-color:red!important; 
z-index:-999;*/

}

.w-post-elm.post_date {/*suppression d'affichage de la date articles*/
    display: inline-block;
    vertical-align: top;
    display:none!important;
}


/*Perrsonnalisation learnpress*/
.lp-single-course__header .course-title {
  font-weight: 700;
  font-size: calc(var(--lp-font-size-base, 1em) * 1.8);
  margin: 60px 0 24px 0!important;
}
.lp-content-area {
  max-width: var(--lp-container-max-width) !important;
  margin: 0 auto;
  padding-right: var(--lp-cotainer-padding);
  padding-left: var(--lp-cotainer-padding);
  margin: 5% auto!important;
}
.lp-single-course .lp-single-course-main__right__inner {
  position: sticky;
  top: 0;
  background-color: var(--lp-color-white,#fff);
  border: 1px solid var(--lp-border-color,#e2e0db);
  padding: 20px;
  border-radius: var(--lp-border-radius,5px);
  margin: 5% auto!important;
}
.no-touch a: {
  color: #fffbfb!important;
}
.newslettertoleme h1 {
  font-family: var(--font-h1);
  font-weight: 400;
  font-size: max( 3rem,3vw );
  line-height: 1.2;
  letter-spacing: 0;
  color:#ad0312!important;
}
.wpcf7-not-valid-tip {
  color: #ffcc06!important;
  font-size: 1em;
  font-weight: normal;
  display: block;
}.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="submit"] {  padding: 5px 15px;  color: #1a1a1a;  border: 1px solid #c3c3c3;  background: #d53333;}