/*
Theme Name: BeFlex
Theme URI: http://www.eoxia.com
Author: the Eoxia team
Description: BeFlex est un thème entièrement modulable. Positionnez vos slider, images, mises en avant d'articles, contenus ou vous le souhaitez. La seule limite est votre imagination.
License: regular
License URI: http://www.eoxia.com
Version: 2.3.1
Text Domain: beflex
*/


/* credits st360 */
.credits {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 100%;
	text-align: center;
	margin: 0px;
	background-color: #4a4a4a;
	padding-top: 44px;
	padding-right: 0px;
	padding-bottom: 56px;
	padding-left: 0px;
}
.credits a {
	text-decoration:none;
	color: #FFF;	
}
.credits a:hover {
	text-decoration: underline;
	color: #00befd;	
}


/* 3 colonne CSS */
#gauche1
{
	width: 33%;
	float: left;
}
#milieu1
{
	width: 33%;
	float: left;
}
#droite1
{
	width: 33%;
	float: left;
	
}
#content
{
	width:100%;
	padding-bottom:30px;
	font-size: 16px;
}




@media screen and (max-width: 480px) {
    #gauche1, #milieu1, #droite1
	{
        float: none;
        width: auto;
    }
}

