/*
Theme Name: My custom theme
Description: Un thème HTML5 basé sur <a href="http://nathanstaines.com/articles/starkers-html5/">Starkers HTML5</a>
Version: 1.2
Author: Yann
*/

/* permet de respecter la width fixée sans prendre en compte le padding */
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.alignleft{
	float:left;
	margin:5px 10px 5px 0px;
}
.alignright{
	float:right;
	margin:5px 0px 5px 10px;
}
.aligncenter{
	display:block;
	margin:0 auto;
	text-align:center;
}

/* div qui entoure les images insérées (posts ou pages) si elles ont une légende */
.wp-caption{
	color:#000;
}
/* légende des images insérées */
.wp-caption-text{
	color:red;
}
/* légende des galleries natives */
.gallery-caption{

}
/* style des commentaires postés par l'auteur du post */
.bypostauthor{

}

/* Cacth Up*/
.vimeography-theme-sixup .vimeography-thumbnail-img, .vimeography-theme-sixup .vimeography-link{border-radius: 2px!important;}

.vimeography-theme-sixup .swiper-button-next, .vimeography-theme-sixup .swiper-button-prev{
	display: none!important;}

.vimeography-theme-sixup h2{    color: black !important;
	text-align: left !important;
	font-size: 24px !important;
	font-weight: 300 !important;
	font-style: normal !important;
	font-stretch: normal !important;
	line-height: 1.33 !important;
	letter-spacing: 2px !important;
	font-family: "Montserrat", sans-serif !important;
	padding-left: 0;
	width: 100%;
}

.vimeography-theme-sixup .vimeography-description {
	color: black !important;
	opacity: 0.8 !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	font-style: normal !important;
	font-stretch: normal !important;
	line-height: 1.5 !important;
	letter-spacing: 0.8px !important;
}

.vimeography-theme-sixup .vimeography-thumbnail {
	margin: 0!important;
	margin-top: 0!important;
	zoom: 1;
	width: 140px!important;
	height: 140px!important;
	overflow: hidden;
	border-radius: 2px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vimeography-theme-sixup .vimeography-thumbnail-img {
	cursor: pointer;
	max-width: 249px!important;;
	position: absolute;
}

.vimeography-theme-sixup .vimeography-link {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: rgba(0,0,0,.75);
	padding: 5px;
	text-decoration: none;
	font-weight: 500;
	outline: none;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.vimeography-theme-sixup .vimeography-link span {
	color: #fff;
	font-size: 12.8px;
	font-size: .8rem;
	line-height: 16px;
	line-height: 1rem;
}

.vimeography-theme-sixup .vimeography-link:hover {
	opacity: 1;
}
.vimeography-theme-sixup .vimeography-link:hover {
	background: rgba(0, 0, 0, 0.75) !important;
}

.vimeography-theme-sixup .vimeography-link:hover span {
	border: solid 3px white !important;
	width: 90% !important;
	height: 90% !important;
	margin: calc(5% - 1px) !important;
	opacity: 1 !important;
}
/* Footer */

.bottomfooterlinks a, .bottomfooterlinks a:hover, .bottomfooterlinks a:visited{color:#fff ; text-transform: uppercase;
	font-size: 13px;	font-weight: 300;	font-style: normal;	font-stretch: normal; 	line-height: 15px; margin: 5px;}

/* Slider Post */
