/*
Theme Name: Noplp
Theme URI: http://noplp.benarouche.com
Author: Fabrice Benarouche
Author URI: http://www.benarouche.com/
Description: Theme pour apprendre les paroles de chansons.
Version: 1.0
License: 
License URI: 
Tags: noplp
Text Domain: Noplp

*/

body {
	background-color: #EEE4D2;
}

.m-dw-30 {
	margin-bottom: 30px;
}
.m-up-20 {
	margin-top: 20px;
}

.jumbotron {
	padding-top: 24px;
	padding-bottom: 12px;
}



.alignleft {
	float: left;
	margin-right: 2%;
}
.alignright {
	float: right;
	margin-left: 2%;
}
.aligncenter {
	margin: auto;
	display: block;
}

.wp-caption {
	width: auto!important;
}

.wp-caption a {
	max-width: 768px;
}

.wp-caption.aligncenter a {
	display: block;
	margin: auto;
}
.wp-caption.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	text-align: center;
	margin-top: 5px;
}










/* Textes du carousel*/
section#home-carousel {
	background-color: #000;
}
#slider-01 img {
	margin: 15px auto;
}
#slider-01 .carousel-indicators li {
	width: 15px;
	height: 15px;
}
#slider-01 .carousel-indicators li.active {
	width: 17px;
	height: 17px;
}
#slider-01 .carousel-inner .item .carousel-caption {
	bottom: 3%;
}
.carousel-inner .item h3 {
	animation-delay: 0.4s;
	font-size: 2.2em;
	font-weight: bold;
}
.carousel-inner .item p {
	animation-delay: 1s;
	font-size: 1.2em;
	background-color: rgba(0, 0, 0, 0.35);
	padding: 10px 3%;
}

@media (max-width: 500px) {
	#slider-01 .carousel-inner .item .carousel-caption {
		width: 90%;
		left: 5%;
	}
	#slider-01 .carousel-inner .item .carousel-caption p {
		text-align: left;
	}
	#slider-01 .carousel-inner .item .carousel-caption a.btn{
		padding: 3px 6px;
	}
}

/* CSS par défaut pour Wordpress */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* fin CSS par défaut pour Wordpress */

dl.gallery-item img.attachment-thumbnail {
	height: auto;
	max-width: 100%;
}

h1 {
	color: black;
}


footer {
	background-color: #CDDDC4;
	margin-top: 20px;
	padding-top: 25px;
	padding-bottom: 100px;
}
footer .wrap-widget > .inside-widget {
	background-color: #BAC6BC;
	border-radius: 3%;
	padding: 2% 5%;
	min-height: 270px;
	margin-bottom: 15px;
}
footer .wrap-widget > .inside-widget > h2 {
	margin-top: 12px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}
footer table#wp-calendar {
	width: 100%;
}
footer table#wp-calendar caption {
	text-align: center;
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 2px;
	padding-top: 0;
	margin-bottom: 6px;
}
footer table#wp-calendar tfoot tr td {
	padding-top: 10px;
}

/* 4 médias venant du CPT "fbtest1_media" sur la page "front-page.php" */
.media-front article .panel h1 {
	min-height: 44px;
}
.media-front .panel img {
	margin-bottom: 0px;
}



/* Css pour la pagination de la page du blog */

.fbnoplp-pagination a, .fbnoplp-pagination span {
	display: inline-block;
	padding: 0 25px;
	margin-bottom: 20px;
}
.fbnoplp-pagination a.prev {
	padding-left: 0;
}
.fbnoplp-pagination span.page-numbers.current {
	background-color: #333;
	color: #ddd;
}
