
.white{ color:#FFF;}
modal-header {
  border-bottom: none;
}

.modal-dialog {
  width: 100%;
  min-width:100%;
  height: 100%;
  margin: 0;
  padding: 0;
}


.modal-content {
  height: auto;
  min-height: 100%;
  min-width:100%;
  border-radius: 0;
  background: none;
  box-shadow: none;
  background: #2B3B39;
color:#FFFFFF;
}

.modal-body {
  text-align: center;
  background:none;
}
.modal-body h1
{
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-size:4em;
text-align:center;
}


.modal-content .close {
  opacity: 1;
  font-size: 30px;
  color:#FFF;
}


.input-big
{
	width:50%;
	height:40px;
	
font-size:1.7em;
text-align:center;
}
.text-orange
{
	color:#e7591C;
}
/*******************/
.choix label
{
	background:none;
	color:#000;
}
label
{
	background:#346129;
	color:#FFF;
	padding:2px;
	font-weight:bold;
	
}
.formulaire_spip {
	margin:0;
	padding: 0;
	
}
.formulaire_recherche .btn, .secondary .formulaire_recherche .btn
{
	
	border: none;
}


.modal-header {
	border: none;
}
 .formulaire_newsletter, .formulaire_newsletter .boutons
{
	
	background: #FFFFFF;
	border-top: none;
}
/*****************SOMMAIRE **********************/

.titre_recette
{
	
	font-size: 1.9em;
}
@media (max-width: 768px) 
{
	.titre_recette
	{

		font-size: 1.2em;
	}
	.texte-assiette
	{
		font-size: 1.4em;
	}
}
.texte-assiette
	{
		font-size: 2em;
	}
/********************* EVENTS ******************/
 .event-list {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgb(197, 44, 102);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgb(165, 82, 167);
		
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 1.2em;
		font-weight: 100;
		line-height: 1;
		padding-top: 5px;
	}
.event-list > li > time > .day2 {
		display: block;
		font-size: 2.5em;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 1.1em;
		font-weight: 900;
		line-height: 1;
	}
.event-list > li time > .year {
		display: block;
		font-size: 2em;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 17pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		/*cursor: pointer;*/
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		/*width: 100%;*/
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		/*color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);*/
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (max-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 120px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 120px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 120px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}
		.jour
{
	display: block;
		font-size: 2em;
		font-weight: 400;
		line-height: 2;
		padding-top: 5px;
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}
.jour2
{
	display: block;
		font-size: 2.5em;
		font-weight: 400;
		line-height: 0.2;
		
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}
.mois
{
	display: block;
		font-size: 1em;
		font-weight: 400;
		line-height: 2.5;
		
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}
.annee
{
	display: block;
		font-size: 1.5em;
		font-weight: 400;
		line-height: 0;
		
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}
	}


/* accueil*/

.jour
{
	display: block;
		font-size: 4em;
		font-weight: 400;
		line-height: 1;
		padding-bottom: 25px;
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}
.jour2
{
	display: block;
		font-size: 11em;
		font-weight: 400;
		line-height: 0.2;
		
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}
.mois
{
	display: block;
		font-size: 2.8em;
		font-weight: 400;
		line-height: 2.5;
		padding-top: 5px;
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}
.annee
{
	display: block;
		font-size: 6em;
		font-weight: 400;
		line-height: 0;
		
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}
.evenementT
{
	display: block;
		font-size: 3em;
		font-weight: 400;
		line-height: 0.7;
		
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}
.lieu
{
	display: block;
		font-size: 2em;
		
		line-height: 1;
		font-weight: 100;
	color: #5C5A5A;
		
	font-family:  "Amaranth", sans-serif;
	
}
.lien
{
	display: block;
		font-size: 3em;
		font-weight: 400;
		line-height: 2;
		
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}

/************** page agenda ****************/
/* accueil*/


.event-listA {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.event-listA > li {
		
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-listA > li > time {
		display: inline-block;
		width: 100%;
		
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-listA > li:nth-child(even) > time {
		
		
	}
	.event-listA > li > time > span {
		display: none;
	}
	.event-listA > li > time > .dayA {
		display: block;
		font-size: 4em;
		font-weight: 100;
		line-height: 1;
		padding-top: 5px;
	}
.event-listA > li > time > .day2A {
		display: block;
		font-size: 10em;
		font-weight: 900;
		line-height: 1;
	}
	.event-listA > li time > .monthA {
		display: block;
		font-size: 2.2em;
		font-weight: 900;
		line-height: 1;
	}
.event-listA > li time > .yearA {
		display: block;
		font-size: 6em;
		font-weight: 900;
		line-height: 1;
	}

.subtitle
{
	font-size: 1.8em;
		padding:2px;
	font-variant-caps: all-small-caps;
	font-weight: 700;
	
	
}
.titre-evt
	{
		font-size:2.5em;
		
	}
@media (max-width: 768px) {
	
	
	.event-listA > li > time > .dayA {
		display: block;
		font-size: 2em;
		font-weight: 100;
		line-height: 1;
		padding-top: 5px;
	}
.event-listA > li > time > .day2A {
		display: block;
		font-size: 5em;
		font-weight: 900;
		line-height: 1;
	}
	.event-listA > li time > .monthA {
		display: block;
		font-size: 1.2em;
		font-weight: 900;
		line-height: 1;
	}
.event-listA > li time > .yearA {
		display: block;
		font-size: 3em;
		font-weight: 900;
		line-height: 1;
	}
	.subtitle
{
	font-size: 1.2em;
		padding:2px;
	font-variant-caps: all-small-caps;
	font-weight: 700;
	
	
}
	.titre-evt
	{
		font-size:1.3em
		
	}
	.evenementT
{
	display: block;
		font-size: 1.8em;
		font-weight: 700;
		line-height: 0.7;
		
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}
	.lien
{
	display: block;
		font-size: 1.5em;
		font-weight: 400;
		line-height: 2;
		
	font-family:  "Amaranth", sans-serif;
	font-variant-caps: all-small-caps;
}
}
/***************************/
.entete_bloc
{
	
	font-variant-caps: all-small-caps;
}
/*********************ACCORDION *********/
body .spip-admin-bloc, body .spip-admin-float {
z-index: 2000;
}
