/*---------------------------*/
/*Gestion du menu*/

@media screen and (min-width: 500px) {
#header-core, .nivo-caption {
	font-size : 111%;
}

.nivo-caption {
	font-size : 225%;
}

#header{
	background-color :#333333;
	position : fixed;
	width : 100%;
	z-index : 100;
}

#logo h1{
	color : white;
}

#logo {
	position : relative;
	right : 10%;
}

#header-links {
	position : relative;
	left : 10%;
}

#header .header-links > ul > li a{
	color : white;
}

/*------------------------------------------*/
/*---Gestion du slider---*/
#metaslider_1785 {
	border-top : solid #f33f3f 3px;
	border-bottom : solid #f33f3f 3px;
}

#slider {
	margin-top : 69px;
}

#content, #footer {
	font-size : 125%;
}

#main {
	margin-top : 78px;
}

}
/*---------------------------------*/
/*	Gestion des titres dans les 
pages*/

article > h3 {
	color : white;
	font-size : 170%;
	background : url("http://www.saintpierredexideuil.fr/wp-content/uploads/2017/10/bandeau_titre1.png") no-repeat 100%;
}

/*---------------------------------*/
/* grossissement des liens */
article > p > a {
	transition-property : font-size, color;
	transition-duration : 1s;
	color : blue;
	border-bottom : solid 2px;
}

article > p > a:hover {
	color : red !important;
	font-size : 120%;
}

article > p > a:visited {
	color : blue;
	border-bottom : solid 2px;
}
/*---------------------------------*/
/*Boutton Trouver calendar*/
.tribe-bar-submit {
	padding-right : 0px;
	padding-left : 0px;
}

#content {
	color : black;
	padding-top : 0px;
}

h1 {
	font-weight : bold;
}

.tribe-events-page-title {
	color : white;
	font-size : 2em;
	background : url("http://localhost/wordpress/wp-content/uploads/2017/10/bandeau_titre1-1.png") no-repeat 100%;
}

.tribe-events-list-event-title {
	font-weight : bold;
}

.nivo-controlNav {
	padding-bottom : 0px !important;
}

/*-------------- LISTES ----------------*/

#liste_associations h4, #listeenreprise h4 {
	border-top : solid #f33f3f 3px;
	font-size : 140%;
}

#listeenreprise ul {
	list-style : none;
}