html, body {
	margin:0;
	padding:0;
	font-family: 'Nunito', sans-serif;
}

p{
	margin: 0;
	padding: 0;
}

* { box-sizing: border-box;  }

a{
	color: #999A9B;
	text-decoration: none;
}

a:hover{
	color: black;
	text-decoration: none;
}

h2{
	padding: 0;
	margin: 0;
}

ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

li {
	margin-bottom:0px;
}

input[type=password], input[type=text], select, textarea {
	padding: 10px;
	border: 1px solid #323638;
	border-radius: 4px;
	resize: vertical;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.clear{
	clear: both;
}

.margauto{
	margin: auto
}

.item-2{
	font-size: 16pt;
	color: #FFF;
}

.box{
	min-width: 25%;
	padding: 40px;
	float: left;
}

#footer{
	background: #F07F09;
	margin-top: 20px;
	color: #FFFFFF;
}

.text_trame-verte-bleue{
	text-align: center;
	background: #BCC46D;
	border: 1px solid #343638;
	padding: 20px;
	color: white;
	font-size: 20pt;
}

/* 3 colonnes */
.columns {
	display: flex;
	flex-wrap: wrap;
}

.column {
	margin: 10px;
}

.column:first-child { margin-left: 0; }
.column:last-child { margin-right: 0; }

.compteur{
	background: #38393E;
	color: white;
	text-align: center;
	padding: 30px;
	font-size: 25pt;
}

.count_accueil{
	font-weight: bold;
}

.copyright{
	color: #38393E;
	padding: 15px;
	text-align: center;
	font-size: 8pt;
}

.a_footer{
	color: #FFFFFF;
}

.a_footer:hover{
	color: #FFFFFF;
	font-weight: bold;
}

.btn {
	text-decoration: none;
	padding: 10px;
	color: #FFFFFF;
	background-color: #3C3C3B;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 3px 12px #444444;
	-webkit-box-shadow: 5px 3px 12px #444444;
	-moz-box-shadow: 5px 3px 12px #444444;
}

/* Agenda Items */
.agenda_titre{
	color: #343638;
	font-size: 20pt;
	font-family: 'Bowlby One', sans-serif;
}

.item-agenda{
	padding: 5px;
	cursor: pointer;
	margin-top: 20px;
}
.item-image{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height: 150px;
	width: 100%;
}
.item-text{
	margin-top: 10px;
	margin-left: 15px;
}
.item-titre{
	color: #202124;
	font-size: 12pt;
}
.item-sous-titre{
	margin-top: 5px;
	color: #D2D6D9;
/* 	height: 65px; */
	line-height: 15px;
	overflow: hidden;
	font-size: 11pt;
}
.item-infos{
	margin-top: 5px;
	color: #A6ADB4;
	font-size: 10pt;
}

/* pge d'un evenement */
.evenement{
	max-width: 1000px;
	background: #EBEDED;
}

.bk_evenement{
	width: 100%;
	padding: 30px;
}

.evenement-titre{
	font-size: 24pt;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.evenement-sstitre{
	margin: auto;
	padding: 15px;
	text-align: center;
	font-size: 13pt;
}

.evenement-date{
	margin: auto;
	padding: 5px;
	background: #3C3C3B;
	text-align: center;
	color: #FFFFFF;
	font-size: 17pt;
	max-width: 55%;
}

.evenement-bk_image{
	text-align: center;
	padding: 15px;
}

.evenement-footer_image{
	color: #FFFFFF;
	margin-top: -6px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 35px;
	line-height: 25px;
	background: #553D21;
	padding: 7px;
}
.evenement-horaire{
	float: left;
	padding-left: 8px
}

.evenement-ville{
	padding-left: 15px;
	float: left;
}

.evenement-departement{
	float: left;
	padding-left: 15px
}

.evenement-bt{
	margin: auto;
	font-weight: bold;
	font-size: 18pt;
}

.evenement-titre2{
	margin: auto;
	width: 90%;
	font-size: 16pt;
	text-transform: uppercase;
	padding-top: 40px;
	font-weight: bold;
	text-align: left;
}

.evenement-resume{
	text-align: justify;
	width: 90%;
	margin: auto;
	padding-top: 15px;
}

.evenement-bk_infos{
	padding-top: 15px;
}

.evenement-bk_infos-1{
	width: 90%;
	margin: auto;
	padding-top: 15px;
	text-align: left;
}

.evenement-lien{
	margin: auto;
	width: 90%;
	padding-top: 15px;
}

.evenement-erreur{
	padding: 30px;
	text-align:center;
	color: #553D21;
	font-weight: bold;
	font-size: 30pt;
}

.bk_tveb_right{
	max-width: 200px;
	padding: 50px 20px 50px 20px;
}

.tveb{
	padding: 15px;
	text-align: center;
	margin-top: 15px;
	max-width: 1000px;
}

/* GESTION DES MEDIAS */
/* Telephonne */
@media only screen and (orientation: portrait){
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
	
	#bt_menu{
		box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.35);
	}
	#menu{
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		background: #FFB864;
		z-index: 1000000;
	}
	.container-site{
		margin: auto;
		width: 360px;
	}
	#logo{
		margin-top: 20px;
		float: left;
	}
	#logo img{
		width: 360px;
	}
	.header-logo-tablet{
		display: none;
	}
	#menu ul li a{
		color: #FFFFFF;
		font-size: 18pt;
	}

/* 	Banner */
	.banner-1{
		background: url('../images/banner.png') center no-repeat;
		width: 360px;
		height: 240px;
		background-size: contain;
	}
	.banner-2{
		position: absolute;
		margin-top: 35px;
		margin-left: 5px;
	}
	.banner-3{
		color: #343638;
		font-size: 12pt;
		font-family: 'Bowlby One', sans-serif;
	}
	.banner-4{
		border: 1px solid white;
		width: 80%;
		text-align: left;
	}
	.banner-5{
		color: white;
		font-size: 10pt;
		font-weight: bold;
		font-family: 'Nunito', sans-serif;
	}
	.banner-6{
		cursor: pointer;
		margin-top: 5px;
		font-size: 12px;
		font-family: 'Bowlby One', sans-serif;
		width: 130px;
		text-align: center;
		line-height:15px;
	}

	/* 	accueil */
	.bk_left{
		float: left;
		width: 100%;
	}
	.bk_trame-verte-bleue{
		margin-top: 45px;
		display: block;
		width: 100%;
	}
	.bk_right{
		display: none;
	}
/* 	newletter */
	.newletter-1{
		background: #FFB864;
		max-width: 1000px;
		margin: auto;
		margin-top: 100px;
		height: 75px;
	}
	.newletter-2{
		max-width: 330px;
		position: absolute;
		margin-left: 0px;
		margin-top: -40px;
	}
	.newletter-3{
		background: #343638;
	}
	.newletter-4{
		background: #FFB864;
		min-height: 500px;
		max-width: 1000px;
		margin: auto;
	}
	.newletter-5{
		margin: auto;
		max-width: 85%;
	}
	.newletter-text{
		text-align: justify;
		color: 343638;
		font-size: 11pt;
	}
	.newletter-mgtop50{
		margin-top: 50px;
	}
	.newletter-6{
		border: 1px solid #323638;
		padding: 20px;
		background: #FFFFFF;
	}
	.newletter-7{
		text-align: center;
		font-weight: bold;
		font-size: 20pt;
	}
	.newletter-8{
		text-align: center;
		font-size: 12pt;
		margin-top: 30px;
	}
	.newletter-9{
		text-align: center;
		margin-top: 30px;
	}
	.newletter-input{
		width: 100%;
	}
	.newletter-10{
		text-align: center;
		width: 50%;
		margin: 15px auto 0 auto;
	}

	.newletter-11{
		background: #FFB864;
		max-width: 1000px;
		margin: auto;
		height: 75px;
	}
	
	/* footer */
	.footer-1{
		background: #EBEDED;
	}
	.footer-2{
		text-align: center;
		color: #707070;
		padding: 35px 5px 35px 5px;
		font-weight: bold;
		font-size: 12pt;
	}
	.footer-3{
		max-width: 1000px;
	}
	.footer-4{
		background: #A6AEB4;
	}
	.footer-5{
		padding: 15px 35px 5px 35px;
		font-size: 12pt;
		color: #FFFFFF;
	}
	.footer-6{
		font-weight: bold;
		font-size: 16pt;
	}
	.footer-7{
		padding: 5px 35px 5px 35px;
	}
	.footer-lien-1{
		color: #FFFFFF;
		font-size: 12pt;
		font-weight: bold;
	}
	.footer-8{
		padding: 5px 35px 15px 35px;
	}
	.footer-lien-2{
		color: #707170;
		font-size: 8pt;
	}
	
	/* page d'un evenement */
	.evenement-bk_image{
		text-align: center;
		padding: 15px 0px 15px 0px;
	}

	.evenement-footer_image{
		color: #FFFFFF;
		margin-top: -6px;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		height: 35px;
		line-height: 25px;
		background: #553D21;
		padding: 7px;
	}
	
	.evenement-horaire, .evenement-ville, .evenement-departement, .evenement-icon{
		font-size: 10px
	}
	.evenement-titre2{
		width: 100%;
		font-size: 16pt;
		padding-top: 40px;
	}

	.evenement-resume{
		width: 100%;
		padding-top: 15px;
	}

	.evenement-date{
		margin: auto;
		padding: 5px;
		background: #3C3C3B;
		text-align: center;
		color: #FFFFFF;
		font-size: 17pt;
		max-width: 100%;
	}

	.evenement-bk_infos-1{
		width: 100%;
		padding-top: 15px;
	}
}
/* Tablette et petit ecran */
@media only screen and (min-width: 361px) and (max-width: 960px) and (orientation: landscape){
	.columns .column {
		margin-bottom: 5px;
		flex-basis: 40%;
	}
	.column:nth-child(2){ margin-right: 0px; margin-left: 0; }
	.column:nth-child(3){ margin-right: 10px; margin-left: 0; }
	.column:last-child{ margin: 0; margin-top: 10px;}

	#bt_menu{
		box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.35);
	}
	#menu{
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		background: #FFB864;
		z-index: 1000000;
	}
	.container-site{
		margin: auto;
	}
	.header-logo{
		display: none;
	}
	.header-logo-tablet{
		display: block;
		width: 640px;
	}
	#logo{
		margin-top: 20px;
		float: left;
	}
	#logo img{
		width: 620px;
	}

	#menu ul li a{
		color: #FFFFFF;
		font-size: 18pt;
	}

/* 	Banner */
	.banner-1{
		background: url('../images/banner.png') center no-repeat;
		width: 640px;
		height: 480px;
		background-size: contain;
	}
	.banner-2{
		position: absolute;
		margin-top: 230px;
		margin-left: 30px;
	}
	.banner-3{
		color: #343638;
		font-size: 14pt;
		font-family: 'Bowlby One', sans-serif;
	}
	.banner-4{
		border: 1px solid white;
		width: 80%;
		text-align: left;
	}
	.banner-5{
		color: white;
		font-size: 12pt;
		font-weight: bold;
		font-family: 'Nunito', sans-serif;
	}
	.banner-6{
		cursor: pointer;
		margin-top: 5px;
		font-size: 12px;
		font-family: 'Bowlby One', sans-serif;
		width: 130px;
		text-align: center;
		line-height:15px;
	}

	/* 	accueil */
	.bk_left{
		float: left;
		width: 100%;
	}
	.bk_trame-verte-bleue{
		display: block;
		width: 100%;
	}
	.bk_right{
		display: none;
	}
/* 	newletter */
	.newletter-1{
		background: #FFB864;
		max-width: 1000px;
		margin: auto;
		margin-top: 100px;
		height: 75px;
	}
	.newletter-2{
		max-width: 330px;
		position: absolute;
		margin-left: 0px;
		margin-top: -40px;
	}
	.newletter-3{
		background: #343638;
	}
	.newletter-4{
		background: #FFB864;
		min-height: 500px;
		max-width: 1000px;
		margin: auto;
	}
	.newletter-5{
		margin: auto;
		max-width: 85%;
	}
	.newletter-text{
		text-align: justify;
		color: 343638;
		font-size: 11pt;
	}
	.newletter-mgtop50{
		margin-top: 50px;
	}
	.newletter-6{
		border: 1px solid #323638;
		padding: 20px;
		background: #FFFFFF;
	}
	.newletter-7{
		text-align: center;
		font-weight: bold;
		font-size: 20pt;
	}
	.newletter-8{
		text-align: center;
		font-size: 12pt;
		margin-top: 30px;
	}
	.newletter-9{
		text-align: center;
		margin-top: 30px;
	}
	.newletter-input{
		width: 100%;
	}
	.newletter-10{
		text-align: center;
		width: 50%;
		margin: 15px auto 0 auto;
	}

	.newletter-11{
		background: #FFB864;
		max-width: 1000px;
		margin: auto;
		height: 75px;
	}

	/* footer */
	.footer-1{
		background: #EBEDED;
	}
	.footer-2{
		text-align: center;
		color: #707070;
		padding: 35px 5px 35px 5px;
		font-weight: bold;
		font-size: 12pt;
	}
	.footer-3{
		max-width: 1000px;
	}
	.footer-4{
		background: #A6AEB4;
	}
	.footer-5{
		padding: 15px 35px 5px 35px;
		font-size: 12pt;
		color: #FFFFFF;
	}
	.footer-6{
		font-weight: bold;
		font-size: 16pt;
	}
	.footer-7{
		padding: 5px 35px 5px 35px;
	}
	.footer-lien-1{
		color: #FFFFFF;
		font-size: 12pt;
		font-weight: bold;
	}
	.footer-8{
		padding: 5px 35px 15px 35px;
	}
	.footer-lien-2{
		color: #707170;
		font-size: 8pt;
	}
}

/* Ecran large */
@media only screen and (min-width: 961px){
	#bt_menu{
		display: none;
	}
	#header{
		width: 100%;
/* 		min-width: 10000px; */
	}
	#logo{
		float: left;
	}

	#logo img{
		width: 100px;
	}
	.header-logo-tablet{
		display: none;
	}
	#menu{
		float: right;
	}

	#menu ul {
		margin-top: 8px;
	}

	#menu ul li{
		line-height: 90px;
		display: inline;
		align: center;
		font-size: 14pt;
		margin-left: 30px;
		font-weight: bold;
	}
	#menu .menu-item{
		display: none;
	}
	.current_page_item a{
		color: #707070;
		font-weight: bold;
	}
	.current_page_item a:hover{
		color: black;
	}
	.container-site{
		margin: auto;
		width: 80%;
		min-width: 1000px;
	}
	.margtop{
		margin-top: 20px;
	}
/* 	Banner */
	.banner-1{
		background: url('../images/banner.png') center no-repeat;
		width: 1000px;
		height: 666px;
		background-size: contain;
	}
	.banner-2{
		position: absolute;
		margin-top: 380px;
		margin-left: 50px;
	}
	.banner-3{
		color: #343638;
		font-size: 30pt;
		font-family: 'Bowlby One', sans-serif;
	}
	.banner-4{
		border: 1px solid white;
		width: 80%;
		text-align: left;
	}
	.banner-5{
		color: white;
		font-size: 16pt;
		font-weight: bold;
		font-family: 'Nunito', sans-serif;
	}
	.banner-6{
		cursor: pointer;
		margin-top: 10px;
		font-size: 12px;
		font-family: 'Bowlby One', sans-serif;
		width: 130px;
		text-align: center;
		line-height:15px;
	}
/* 	accueil */
	.bk_left{
		float: left;
		width: 78%;
	}
	.bk_trame-verte-bleue{
		display: none;
	}
	
	.columns .column {
		margin-bottom: 5px;
		flex-basis: 30%;
	}
	.column:nth-child(4), .column:nth-child(7), .column:nth-child(10){ margin-left: 0px; }

/* 	newletter */
	.newletter-1{
		background: #FFB864;
		max-width: 1000px;
		margin: auto;
		margin-top: 150px;
		height: 75px;
	}
	.newletter-2{
		max-width: 750px;
		position: absolute;
		margin-left: -100px;
		margin-top: -50px;
	}
	.newletter-3{
		background: #343638;
	}
	.newletter-4{
		background: #FFB864;
		min-height: 500px;
		max-width: 1000px;
		margin: auto;
	}
	.newletter-5{
		padding-top: 120px;
		margin: auto;
		max-width: 50%;
	}
	.newletter-text{
		text-align: justify;
		color: 343638;
		font-size: 11pt;
	}
	.newletter-mgtop50{
		margin-top: 50px;
	}
	.newletter-6{
		border: 1px solid #323638;
		padding: 30px;
		background: #FFFFFF;
	}
	.newletter-7{
		text-align: center;
		font-weight: bold;
		font-size: 25pt;
	}
	.newletter-8{
		text-align: center;
		font-size: 12pt;
		margin-top: 30px;
	}
	.newletter-9{
		text-align: center;
		margin-top: 30px;
	}
	.newletter-input{
		width: 75%;
	}
	.newletter-10{
		text-align: center;
		width: 30%;
		margin: 15px auto 0 auto;
	}
	.newletter-11{
		background: #FFB864;
		max-width: 1000px;
		margin: auto;
		height: 75px;
	}

	/* footer */
	.footer-1{
		background: #EBEDED;
	}
	.footer-2{
		text-align: center;
		color: #707070;
		padding: 50px 0 50px 0;
		font-weight: bold;
		font-size: 14pt;
	}
	.footer-3{
		max-width: 1000px;
	}
	.footer-4{
		background: #A6AEB4;
	}
	.footer-5{
		padding: 30px;
		font-size: 12pt;
		color: #FFFFFF;
	}
	.footer-6{
		font-weight: bold;
		font-size: 16pt;
	}
	.footer-lien-1{
		color: #FFFFFF;
		font-size: 12pt;
		font-weight: bold;
	}
	.footer-7, .footer-8{
		padding: 35px;
	}
	.footer-lien-2{
		color: #707170;
		font-size: 8pt;
	}
}
