img.eventimg{width: 100%;height: auto;}
.eventdescription p{text-align: justify;}
.youtubevideo {float: right;margin-left: 15px;margin-bottom: 15px;}
.eventdescription button{float: left;font-size: 3rem;text-transform: uppercase;}
h1{text-transform: uppercase;text-align: center;}
.half{width:48%;}
.left{float:left;}
.right{float:right;}
.form-group .input-group {padding: 0 15px;}

.fancybox-inner .panel{margin:0px;}
.fancybox-inner .btn{}
.fancybox-inner hr{clear:both;}
#taskswitch span{float:right;color: gray;margin-right: 15px;}

textarea {width: 100%;padding:10px;}
form .form-group {margin: 10px 0px;}


.large-margin{margin: 100px auto;}
.large-margin .btn{padding:30px;font-size: 2rem;max-width: 100%;}

.footer-container {
    background-color: #3b3530;
    padding: 10px 30px;
    margin-bottom: 50px;
    clear: both;
    margin-top: 30px;
}

footer .logo-fondation-gdpl {
	display: block;
	width: 46px;
	height: 45px;
	background: url(/assets/img/sprites.png) no-repeat 0 -1973px;
}

footer hr {
	border: none;
	border-bottom: 1px dotted #c6bfac;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 1px;
	clear: both;
	margin-top: 0px;
}

footer .sites {
	width: 365px;
	float: left;
}

footer .sites ul {
	display: flex;
    gap: 15px;
    margin-top: 5px;
    
}

footer .sites li {
	float: left;
	color: #fff;
	font-size: 14px;
	margin-right: 12px;
	text-align: left;
}

footer ul, footer  ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}

footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
}

footer .suivez-nous {
	width: auto;
	margin-left: 32px;
}

footer img {
    width: auto;
}

footer .suivez-nous ul {
	display: flex;
	margin-left: 32px;
}

footer .suivez-nous li.first {
	color: #fff;
	font-size: 14px;
	margin-top: 17px;
}

footer .suivez-nous li {
	margin: 8px 18px 0 0;
	text-align: left;
}
footer .logo-youtube, footer .logo-livestream, footer .logo-instagram{
	max-width: 100%;
	height: 33px;
	display: block;
}

footer .logo-twitter, footer .logo-facebook, footer .logo-flickr {
	width: 32px;
	height: 32px;
	display: block;
}

footer .logo-blogue {
	display: block;
	width: 73px;
	height: 33px;
	background: url(/assets/img/sprites.png) no-repeat  -65px -1984px;
}

form .glyphicon {
	font-size: 30px;
}

form p.flash span.glyphicon {
	font-size: 22px;
}

img{
	width: 100%;
}

td.propernoun {
    text-transform: capitalize;
}

.tab-content {
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    padding: 15px;
    background-color: white;
}

.home-logo {
    width: 142px;
    padding: 10px 15px 10px 30px;
    height: 165px;
}

.sports-experts-logo {
	width: 129px;
	height: 54px;
	padding-top: 15px;
	padding-left: 30px;
}

.navbar-custom {
	min-height: 160px;
}

@media only screen and (min-width: 768px) {
	.sports-experts-logo {
		padding-top: 70px;
		padding-left: 0;
	}

	.logo-container {
		float: left;
	}

	.navbar-custom {
		min-height: 0;
	}
}