/*
Theme Name:	Badminton Québec
Theme URI:	http://badmintonquebec.com
Author: Collectiv - Agence de publicité Inc.
Author URI:	http://collectiv.ca/
Template: Backstreet
Version: 0.1.0
*/

a {color: #2265ad;}
a:hover {color: #cf4238;}

body.home .top,
body.single .top,
body.category .top,
body.page-template-default .top,
.top {
	background: #2265ad!important;
}
#menu-menu-principale .sub-menu a:hover {
	color:#cf4238;
}
.widget-line-title h3,
.big-title h3,
.description h2 {
	font-weight: normal !important;
}
.blogroll img{
	margin: 0 auto;
	display: block;
	padding: 20px 0;
	max-width: 200px;
}

.blogroll > img:first-child{
	max-width:220px;
	padding: 50px 0;
}
.grid_4.sidebar .blogroll li,
.right-sidebar .blogroll li {
	font-weight: bold;
	text-align:center;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.home .flexslider {
/* 	margin: 0; Not so sure À VALIDER */
}


.widget-magazine .big-desc{
	padding-left: 328px;
	width: 292px;
}

ul.contact-info {
	padding: 0;
	margin: 0;
}

ul.contact-info li {
	list-style-type: none;
	
	vertical-align: middle;
	background-repeat: no-repeat;

	padding: 0 0 0 35px;
	margin: 0;

	line-height: 30px;
}

ul.contact-info li.phone {
	background-image: url('./images/icon-phone-80px.png');
	background-size: 18px;
	background-position: 3px;
}

ul.contact-info li.email {
	background-image: url('./images/icon-email-80px.png');
	background-size: 18px;
	background-position: 3px;
}

ul.contact-info li.map {
	background-image: url('./images/icon-map-80px.png');
	background-size: 18px;
	background-position: 3px;
}

ul.personnes {
	display: block;
	list-style-type: none;
	padding:1em 0;
	overflow: hidden;
}
ul.personnes li {
	box-sizing: border-box;
	width: 33%;
	margin:2em auto;
	display: inline-block;
	vertical-align: top;
}
ul.personnes img {
	display: block;
}

.standard-format-icon, .preview-icon, .video-format-icon, .audio-format-icon, .gallery-format-icon {
	background-color: white;
}


/*= STYLE POUR LA PAGE FEDERATION 
--------------------------------------------*/

.single-container .federation{
	position: relative;
}
.single-container .federation .img-wrapper img {
	position: absolute;
	left: 0;
	top: 0;
	height: auto !important;
	max-width: 100%;
}
.federation-header{
	width: 100%;
	height: auto;
}

.federation-quote{
	z-index: 100;
	color: white;

	width: 550px;
	height: 245px;

	position: absolute;
	top: 50px;
	right: 30px;

	font-family: 'Oswald', arial;
	font-size: 2em;
	line-height: 36px;

	text-shadow: 1px 2px 0px #2265ad;
	margin:1em 0;
}

h3.inner-title{
	margin-top:0px;
}

.membre-conseil{
	width:20%;
	height: 200px;
	margin: 2.5% 2.5%;
	float:left;
}

.img-container img {
	width: 100%;
	max-width: 150px;
	height: auto;
	overflow: hidden;
	border-radius: 8px;
}
.membre-conseil img{width:100%;}

.membre-conseil p {
	line-height: 1.6em;
	margin-top: 10px;
	color: #2265ad;
	text-align:center;
}

.documents-administratifs{
	list-style: disc inside none;
}




/* STYLE POUR LA PAGE ENTRAINEURS */

.liste-entraineurs table{
	width: 100%;
	color: #464646;
}

.liste-entraineurs table .nom-entraineur{
	width: 35%;
}
.liste-entraineurs table .niveau-entraineur{
	width: 17%;
}

.liste-entraineurs table .niveau1{background-image: url('images/niveau1.jpg'); background-repeat: no-repeat;}
.liste-entraineurs table .niveau0{background-image: url('images/niveau0.jpg'); background-repeat: no-repeat;}




/* STYLE POUR LA PAGE ÉQUIPE QUÉBEC*/

.joueur-container{
	width: 47.5%;
	float: left;
	margin-right: 5%;
}

.joueur-container p, .equipe-quebec .one_half p{
	color: #2265ad;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.joueur-right{
	margin-right: 0px;
}
.photo_entraineur{
	width: 100%;
	height: auto;
	
}
.photo_joueur{
	width: 100%;
	height: 150px;
	overflow:hidden;
}

.photo_entraineur img, .photo_joueur img{
	max-width: 100%;
}




/* Tableau 
============================ */

.table-bq {
	width: 100%;
}
.table-bq a img {
	width:32px;
	height: auto;
}

.table-bq .annee, .table-bq .edition{
	width: 10%;
	padding-left: 10px;
}

.table-bq .lieu{
	width: 30%;
}
.table-bq thead tr{
	height: 30px;
	background-color: #2265ad;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.table-bq td{
	vertical-align: middle;	
	text-align: center;
	padding: 0.5em 0;
}
.table-bq tbody td{
	border-bottom: 1px solid rgb(230,230,230);
}

.table-bq tbody .first{
	font-size: 16px;
	font-weight: bold;
	color: #2265ad;
}

.table-bq tbody .second{
	color: silver;
}

.table-bq tbody .third{
	height: 25px;
	vertical-align: middle;
	padding-left: 10px;
}

.table-bq tbody .none{
	background-color: rgb(250,250,250);
}


/* RESPONSIVE */

@media all and (max-width: 767px){
	.federation-quote{
		height: auto;
		width: auto;
		position: static;
		color: #2265ad;
		font-size: 24px;
		line-height: 36px;
		font-style: italic;
		text-shadow: none;
	}
	.membre-conseil{
		width:30%;
		height: 135px;
		margin: 1.5% 1.5%;
	}
	.membre-conseil p{
		margin-top: 0px;
		line-height: 12px;
	}
	.liste-entraineurs table .nom-entraineur{
		width: 50%;
	}
	.liste-entraineurs table .niveau-entraineur{
		width: 12.5%;
	}
	.container_12.dropdownmenu select {
		margin-top:45px;
	}
}


@media all and (max-width: 479px){
	.membre-conseil{
		width:47%;
		height: 137px;
		margin: 1.5% 1.5%;
	}
	.liste-entraineurs table .nom-entraineur{
		width: 60%;
		font-size: 12px;
	}
	.liste-entraineurs table .niveau-entraineur{
		width: 10%;
	}
	.federation-quote {
		font-size:100%;
		margin:1em 1em 1em 0em;
		line-height: 1.6em;
		font-weight: normal;
		position: relative;
		margin-left:5px;
		top:0;
		right:0;
	}
	body.page-template-template-lafederation-php .single-content > img {
		display: none !important;
	}
	.one_half,
	.one_half.last,
	.two_third {
		width: 100% !important;
	}
	.footer-widget {
		text-align: center;
	}
	ul.personnes li {
		width: 48%;
	}
}

/* TEST */
.social-header .description { 
	vertical-align:top;
}
.social-header .description h2 {
	text-transform:uppercase;
}

.youtube a {
 background: url('images/social-icons/youtube.png') no-repeat!important;
 width: 24px;
 height: 24px;
 display: block;
}

.facebook a {
 background: url('images/social-icons/facebook.png') no-repeat!important;
 width: 24px;
 height: 24px;
 display: block;
}

.twitter a {
 background: url('images/social-icons/twitter.png') no-repeat!important;
 width: 24px;
 height: 24px;
 display: block;
}

.social-header ul li:last-child {
	padding: 5px 5px 5px 0!important;
}


/* Jeremy */
.single-content p {
	color:#333333;
}

.footer-widget .textwidget {
	padding: 0!important;
}

div.fluid-width-video-wrapper {
	padding-top: 100%!important;
	
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}