@font-face {
    font-family: 'BVH Stef';
    src: url('BVHStef-Bold.woff2') format('woff2'),
        url('BVHStef-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BVH Stef';
    src: url('BVHStef-BoldItalic.woff2') format('woff2'),
        url('BVHStef-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BVH Stef';
    src: url('BVHStef-Italic.woff2') format('woff2'),
        url('BVHStef-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BVH Stef';
    src: url('BVHStef-Regular.woff2') format('woff2'),
        url('BVHStef-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
	background: #fff;
  ont-family: 'BVH Stef', sans-serif;
	color: #2B2E34;
}

#preheader{
    background: #33a659;
	height: 40px;
	font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    z-index: 98;
    position: relative;
    line-height: 40px;
    width: 100%;
    top: 0;
    font-family: 'BVH Stef', sans-serif;
}
#preheader a{
	color: #FFF;
	text-decoration: none;
    opacity: 0.5;
}
#preheader a.actif{
    opacity: 1;
}
#preheader a.backasse{
    margin-left: 15px;
}
#preheader ul{
	padding-left: 0;
	display: inline-block;
	text-align: right;
	list-style: none;
}
#preheader ul a{
	margin-left: 15px;
}
#preheader ul img{
    height: 22px;
}

#preheader ul li {
    list-style: none;
    font-size: 15px;
    display: inline-flex;
    position: relative;
}


#all_slides{
  position: relative;
  height: 400px;
  padding: 0px;
  margin: 0px;
  z-index: 6;
  list-style-type: none;
  background: black;	
}
#all_slides .titre{
  position: relative;
  z-index: 9;
  color: #fff;
  max-width: 80%;
    font-family: 'BVH Stef', sans-serif;
  margin: 70px auto 0;
}
#all_slides .titre .categorie{
  background: #CDB789;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  font-size: 11px;
  margin-top: 15px;
  margin-bottom: 5px;
}
#all_slides #logo{
  max-width: 250px;
  margin: auto;
}
#all_slides h1{
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.slide{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.active{
  opacity: 1;
  z-index: 2;
}
.slide{
  font-size: 40px;
  padding: 40px;
  box-sizing: border-box;
  background: #333;
  color: #fff;
  background-size: cover;
}
.slide:nth-of-type(1){
  background-image: url('../images/header1.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.slide:nth-of-type(2){
  background-image: url('../images/header2.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(3){
  background-image: url('../images/header3.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(4){
  background-image: url('../images/header4.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(5){
  background-image: url('../images/header5.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(6){
  background-image: url('../images/header6.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(7){
  background-image: url('../images/header7.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(8){
  background-image: url('../images/header8.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(9){
  background-image: url('../images/header9.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(10){
  background-image: url('../images/header10.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(11){
  background-image: url('../images/header11.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(12){
  background-image: url('../images/header12.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(13){
  background-image: url('../images/header13.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide:nth-of-type(14){
  background-image: url('../images/header14.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}


#scoop{
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FF0000;
    font-family: 'BVH Stef', sans-serif;
}
#scoop h2{
	font-size: 25px;
	margin-top: 10px;
	font-weight: bold;
}
#scoop p{
	margin-top: 10px;
}
#scoop .cta{
  background: #FF0000;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.playerscoop{
	padding-top: 30px;
}



#zigzag{
	margin-top: 50px;
	padding-bottom: 15px;
	color: #fff;
	background: url(../images/motif.jpg) repeat;
}
#zigzag .echarpe{
	margin-top: -60px;
	position: relative;
	z-index: 4;
}
#zigzag .illustration{
	margin-top: -40px;
}
#zigzag .legende{
	color: #fff;
	margin-top: -20px;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	padding-left: 15px;
}
#zigzag h2{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	margin-top:15px;
}
#zigzag p{
	text-transform: uppercase;
	font-size: 12px;
}
#zigzag .cta{
  background: #FFF;
  color: #2d8e51;
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}



#articles{
  margin-top: 15px;
}
#articles h2,
#photos h2{
	margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #194d3b;
  font-family: 'BVH Stef', sans-serif;
  text-align: center;
}
#photos h2{
    margin-bottom: 11px;
}
#articles .slide_articles{
  position: relative;
  margin-top: 12px;
/*  margin-top: -40px;*/
  z-index: 9;
}
#articles .slide_articles i.slick-arrow,
#photos .slide_photos i.slick-arrow{
	border: none;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #194d3b;
    color: #fff;
    cursor: pointer;
    top: -40px;
    right: 15px;
    padding-left: 11px;
}
#articles .slide_articles i.slick-arrow.slick-disabled,
#photos .slide_photos i.slick-arrow.slick-disabled{
	opacity: 0.5;
}
#articles .slide_articles i.fa-chevron-left.slick-arrow,
#photos .slide_photos i.fa-chevron-left.slick-arrow{
    padding-left: 10px;
    right: 50px;
}
#articles .article{
	margin: 0 5px;
/*    box-shadow: 0 0 14px 0px black;*/
    overflow: hidden;
    margin-bottom: 15px;
}
#articles .article,
#articles .article .actu{
	position: relative;	
	color: #fff;
}

#articles .article .textes{
	position: absolute;	
	width: 100%;
    padding: 10px;
}
#articles .article .textes.aller{
  top: 60px;
}
#articles .article .textes.retour{
  bottom: 60px;
}
#articles .article .textes.finale{
  bottom: 150px;
}
#articles .article .textes .logos img{
  max-height: 70px;
  margin: auto;
}
#articles .article .textes .infos{
  padding-left: 0;
  padding-right: 0;
}
#articles .article .textes .score{
	 font-size: 30px;
    font-weight: bold;
}
#articles .article .textes .stade{
   font-size: 12px;
}
#articles .article .textes .date{
   font-size: 11px;
}
#articles .article .textes h3{
  font-family: 'BVH Stef', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
#articles .article .cta{
  background: #6b6b6b;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  margin: auto;
  display: block;
  width: 120px;
  text-align: center;
  margin-top: 13px;
}

#personnalites .entete{
  background: url(../images/ilsontfait.jpg) center center no-repeat;
  background-size: cover;
  color:#fff;
  text-align: center;
/*  margin-top : 30px;*/
/*  margin-top : -55px;*/
  padding: 30px 15px 30px;
}
#personnalites .entete h2,
#personnalites .pied h3{
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'BVH Stef', sans-serif;
}
#personnalites .liste{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 17px;
  padding-right: 17px;
}
#personnalites .une_pers{
  position: relative;
  margin-bottom: 15px;
  padding: 0 6px;
  cursor: pointer;
}
#personnalites .une_pers .infos{
  position: absolute;
  bottom: 0;
  z-index: 6;
  color: #fff;
  padding:0 15px 15px;
  line-height: 20px;
}
#personnalites .une_pers .infos .nom{
  text-transform: uppercase;
  font-weight: bold;
}
#personnalites .une_pers .infos .poste{
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
}

#book{
	background: url(../images/book.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 15px;
	padding-bottom: 0px;
	color: #194D3B;
}
#book h2{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
  font-family: 'BVH Stef', sans-serif;
	margin-top:0px;
}
#book .cta{
  background: #194D3B;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}


#musee{
	margin-top: 15px;
	margin-bottom: 20px;
}


#partenaires{ 
    background: url(https://www.asse.fr/img/bg_partenaires.jpg);
    padding-top: 30px;
    padding-bottom: 30px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}


#modalArticle .modal-body img,
#modalArticle .modal-body iframe{
  max-width: 100% !important;
}
#modalArticle .modal-body p{
  margin-bottom: 0;
}
#modalArticle .modal-body a{
  color: #194D3B;
}
#modalArticle .modal-body {
  font-family: 'Titillium Web';
}
#modalArticle .modal-body .chapo{
  color: #194D3B;
  font-weight: bold;
  margin-bottom: 10px;
}

#modalArticle .modal-body pre{
    white-space: initial;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    overflow: visible;
    font-family: 'BVH Stef', sans-serif;
    margin-bottom: 0;
    font-style: italic;
}
#modalArticle .modal-body h2{
    color: #194D3B;
    font-size: 22px;
    margin-top: 10px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 15px !important;
}
#modalPersonnalite .description{
  margin-top: 15px;
}




















































