@charset "UTF-8";
/* CSS Document */

html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro Regular", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  /*font-size: 1.2vw;
  letter-spacing: 1.2px;*/
}

header {
	padding: 32px;
}

body {
	margin-left: auto;
	margin-right: auto;
}

img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
	color:#4F6FA5;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
	color:#4F6FA5;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

h5 {
	font-size: 20px;
	font-weight: 500;
	text-align: left;
}

p {
	font-size: 12px;
	font-family: sans-serif;
	color: #6F6F6F;
	font-weight:  500;
	/*line-height: 22px;*/
	/*letter-spacing: .08em;*/
}

.small {
	font-size: 9px;
	font-family: sans-serif;
	color: #6F6F6F;
}
.style-photo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 150px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.head {
	position: relative;
	display: flex;
	width: 100%;
	height: 20vw;
}

.intro {
	/*background-image: url("img/art-2340074.jpg");*/
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	/*font-size: 14px;
	letter-spacing: .08em;*/
	font-weight:  500;
	background-size: cover;
	padding: 30px 20px;
	color: #3B3B3B;
	text-align: center;
	border-top: 1px solid #F70202;
}
.intro p {
	/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";*/
	font-size: 1em;
	font-weight:  200;
	text-transform: uppercase;
}
.info-box-left {
	/*background-color:#FFFFFF;*/
	/*border: 1px solid #F0F0F0;*/
	color: #FFFFFF;
	padding: 30px 20px 20px;
	text-align: center;
}

.info-box-left p {
	font-size: 0.75em;
	text-align: left;
	padding: 4px;
}

.info-box-right {
	/*background-color:#FFFFFF;*/
	/*border: 1px solid #F0F0F0;*/
	color: #FFFFFF;
	padding: 30px 20px 20px;
	text-align: center;
}

.fili {
	/*background-image: url("img/art-2340074.jpg");*/
	background-color: rgba(181,143,21,0.20)
}

.info-box-right p {
	font-size: 0.75em;
	text-align: left;
	padding: 4px;
}

.agenda {
	width: 100%;
	background-color:#FFFFFF;
	border-top: 1px solid #100DBD;
	/*border-bottom: 1px solid #184BCB;*/
	padding: 10px 0px 80px;
	margin: 0px 20px 2px;
}

.mois {
	width: 100%;
	float: left;
	
}

.mois p {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 1.6em;
	text-align: left;
	color:#100DBD;
	font-weight: 500;
}

.date {
	width: 18%;
	float: left;
	text-transform: uppercase;
}
.date p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.25em;
	text-align: left;
	color:#100DBD;
	font-weight: 500;
}

.heure {
	width: 12%;
	float: left;
}
.heure p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.25em;
	text-align: left;
	color:#100DBD;
	font-weight: 500;
}

.concert {
	width: 60%;
	float: left;
}
.concert h5 {
	text-transform: uppercase;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.25em;
	text-align: left;
	color:#100DBD;
}

.concert p {
	font-size: 0.8em;
	font-style: italic;
	color:#605FB2;
}
.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.tab_content {
	width: 100%;
	border-spacing: 10px;
}

.col_g {
	width: 50%;
	background-color:#FFFFFF;
	border: 1px solid #F0F0F0;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.col_d {
	width: 50%;
	background-color: #FBF6F6;
	border: 1px solid #F0F0F0;
	color: #2A2929;
	padding: 30px 20px 60px;
	text-align: center;
}

.content {
  position: relative;
  height: 54vw;
  display: flex;
  background-color: #a2f92f;
}

footer {
	/*padding: 20px 30px;*/
	padding-top: 1.5em;
	padding-bottom: 3em;
	padding-left: 1em;
	padding-right: 1em;
	color: #C3C3C3;
	background-color: #DF6466;
}

.footer-content {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 0.5em;
}

.footer-social {
	display: block;
	width: 20%;
	list-style-type: none;
	text-align: center;
	background-color: #DF6466;
	float: left;
}
.footer-social li {
	display: inline-block;
	margin: 0 1.2em;
}
.footer-social li a {
	line-height: 1.5em;
	display: inline-block;
	width: 2em;
	height: 2em;
	text-align: center;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
}
.footer-social li a:hover {
	border-color: #fff;
	background: #fff;
}
.footer-social li a img {
	width: auto;
	height: 0.7em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
	padding-top: 2em;
}
.footer-info p {
	font-size: .6em;
	color:#fff;
	line-height: 1.55;
	max-width: 36em;
	margin-bottom: 1.7em;
}
.footer-info {
	clear: both;
}
.footer-legal {
	opacity: .8;
}
.footer-legal p {
	margin-bottom: 0em;
}
.footer-credit {
	width: 40%;
	text-align: right;
	position: relative;
	background-color: #DF6466;
	float: left;
	opacity: .8;
}
.footer-credit p{
	font-size: .6em;
	color:#fff;
}

.footer-disclaimer {
	width: 40%;
	position: relative;
	background-color: #DF6466;
	float: left;
}
.footer-disclaimer p {
	font-size: .6em;
	color:#fff;
}
.footer-disclaimer img {
	width: 8em;
	display: block;
}
.footer-credit a:hover {
	text-decoration: none;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-photo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
