body{
	font-family: 'Titillium Web', sans-serif;
}

@font-face {
    font-family: 'DIN Cond';
    src: url('../fonts/DINPro-CondensedBold.woff2') format('woff2'),
        url('../fonts/DINPro-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.contenuheader{
	position: relative;
}
#myVideo{
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    min-width: 100%;
}
#bandeau_top{
	background: url('../images/Header_mobile.jpg');
	color: #fff;
	font-family: 'Apotek', sans-serif;
	padding-top: 80px;
	padding-bottom: 0px;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
#bandeau_top h2{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
}
#bandeau_top h1{
    text-transform: uppercase;
    font-size: 50px;
	font-family: 'Apotek-comp', sans-serif;
    letter-spacing: 0px;
    font-weight: 300;
    margin-bottom: 30px;
}
#bandeau_top p a{
    color: #fff;
}
#bandeau_top p a.billets{
	font-family: 'Titillium Web', sans-serif;
    background: #1d995b;
    padding: 7px 20px;
    font-size: 14px;
}
#chiffres{
	background: #006648;
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: center;
}
#chiffres .chiffre{
	color: #1d995b;
	margin-bottom: -5px;
	font-family: 'Apotek', sans-serif;
	font-size: 60px;
    line-height: 60px;
    margin-top: 30px;
}
#chiffres .txt{
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
}
#chiffres small{
	font-size: .575em;
    line-height: initial;
}
.blocs .bloc{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #fff;
}
.blocs .bloc_blanc{
	color: #151515;
}
.blocs .bloc_blanc a{
	color: #2ea067;
}
.blocs .bloc_vert{
	background: #2ea067;
	background-image: url('../images/bg_stade.jpg');
	background-size: cover;
	background-position: center center;
}
.blocs .bloc_vert_fonce{
	background: #006648;
}
.blocs .bloc_noir{
	background: #151515;
	background-image: url('../images/bg_expo.jpg');
	background-size: cover;
	background-position: center center;
}
.blocs .bloc h3,
#dons h3{
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.blocs .bloc h3 .new{
    display: inline-block;
    background: #d04242;
    color: #fff;
    padding: 0px 10px;
    transform: rotate(-1.2deg);
}
#dons{
    padding-top: 30px;
    padding-bottom: 30px;
}
#dons h3{
	text-align: center;
	color: #151515;
	margin-bottom: 5px;
}
#dons h5{
	text-align: center;
	font-size: 15px;
	color: #151515;
}
.blocs .bloc p{
	font-size: 14px;
	max-width: 80%;
	margin: auto;
}
.blocs .bloc .btn{
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	background: #151515;
	padding: 8px 20px;
}
.blocs .bloc_noir .btn{
	background: #1d995b;
}
.billetterie{
	padding-top: 20px;
	padding-bottom: 30px;
	background: #ededed;
}
.billetterie .titre{
	text-transform: uppercase;
	color: #151515;
	font-size: 25px;
	font-weight: bold;
}
.billetterie .offre{
	margin-top: 15px;
}
.billetterie .offre .bloc{
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: 0px 4px 8px 0px #15151521;
}
.billetterie .offre .bloc h5,
.modal h2{
	font-size: 18px;
    text-transform: uppercase;
    color: #1d995b;
    font-weight: 600;
}
.billetterie .offre .intitule{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.billetterie .offre p{
    font-size: 14px;
}
.billetterie .offre .prix{
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    border: solid 1px #dcdcdc;
    display: inline-block;
    padding: 2px 15px;
    width: 70px;
}
.billetterie .offre .prix.vert{
    background: #1d995b;
    border: none;
    color: #fff;
}
.cta{
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
    background: #1d995b;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
}
.cta:hover{
    color: #fff;
}
.slider-photos{
	padding-left: 0;
	padding-right: 0;
}
.slider-photos .slick-arrow{
	display: none !important;
}
.slider-photos img{
	margin: 0 5px;
}
.maps{
	margin-top: 30px;
}
.maps iframe{
	width: 100%;
}
.maps .infos{
	background: #1d995b;
	color: #fff;
	padding-bottom: 15px;
}
.maps .infos h6{
	color: #fff;
	margin-top: 20px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.maps .infos p{
	font-size: 14px;
	line-height: 14px;
}
.maps .infos a{
	color: #fff;
	font-size: 14px;
}

#partenaires{
    background: url(../images/bg_partenaires.jpg);
    padding-top: 30px;
    padding-bottom: 30px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
#partenaires .row2,
#partenaires .row3{
    padding-top: 30px;
}
#footer{
	padding-top: 30px;
	font-size: 14px;
    background: #f2f0e9;
    border-bottom: solid 2px #007449;
    padding-bottom: 30px;
}
#footer b{
	font-size: 16px;
}
#footer a{
	color: #151515;
}
#footer .copy{
	font-size: 12px;
}
#avis{
	background: #1d995b;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
#avis .note{
	font-size: 14px;
}
#avis .stars{
	font-size: 14px;
	color: #dfc794;
}
#avis .top .stars{
    line-height: 38px;
}
#avis .review{
    background: #188951;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 30px;
    margin-right: 30px;
}
#avis .review .stars{
    text-align: right;
}
#avis .review p{
    font-size: 14px;
    margin-top: 15px;
}
#avis .review .date{
    font-size: 14px;
}
#avis .review .date img{
    height: 20px;
    display: inline-block;
}
.avis{
	position: relative;
}
#avis .slick-arrow{
	border: none;
	position: absolute;
	top: 80px;
	left: 0;
	background: none;
	color: #fff;
    width: 40px;
    font-size: 30px;
    z-index: 5;
}
#avis .slick-arrow.slick-next{
	right: 0;
	left: auto;
}
.modal{
	color: #151515;
}
.modal p{
	max-width: 100% !important;
    margin-bottom: 0px !important;
}
.modal img{
	width: 100% !important;
    margin-bottom: 10px !important;
}
.modal p a{
	color: #1d995b;
}




































































































