/* Home Global
   ========================================================================== */

body > .bg {
	background: url(../images/home/bg.jpg) no-repeat center;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
}

.wrap-home h2 {
    color: #181818;
    font-size: 30px;
    font-size: 3rem;
    /*font-family: RalewayBold*/
    font-family: 'ralewaybold', Arial, Helvetica, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    margin-top: 0;
}

.wrap-home h3 {
    margin-top: 0;
}

.more {
    background: #16161a;
	width: 200px;
}

.more:before {
	background: #363636;
}

.more:hover,
.more:focus,
.more:active {
  background: #16161a;
}

.home-top,
.home-middle,
.home-bottom {
    background: #eee;
	/*padding-right: 50px;
    padding-left: 50px;*/
}

/* Home TOP
   ========================================================================== */

/* A LA UNE */
.unes {
	padding-bottom: 45px;
}

.unes h2 {
    color: #dc143c;
}

.unes .bx-wrapper{
	background:none;
}

.une/*,
.une .img*/ {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
}

.une .content {
    min-height: 190px;
    width: 510px;    
    position: absolute;
    top: 0;
    left: 0;
    margin: 165px 0 0 40px;
}

.une .content a{
	padding: 30px 30px 20px;
	background: #fff;
	transition:background 0.3s ease;
}

.une .content a:hover,
.une .content a:focus,
.une .content a:active {
	background: #e2ddda;
	 text-decoration: none;
}

.une .info-categorie{
	font-family:'ralewaybold', sans-serif;
	color:#dc143c;
	font-size:30px;
	font-size:3rem;
	text-transform:uppercase;
	  line-height: 1em;
}
.une h3 {
    color: #181818;
    /*font-family: RalewaySemiBold*/
    font-family: 'ralewaysemibold', Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-size: 40px;
    font-size: 4rem;
}

.une .desc {
	font-family: 'ralewayregular', Arial, Helvetica, "Helvetica Neue", sans-serif;
    color: #343434;
    font-size: 20px;
    font-size: 2rem;
}

.une .more {
	font-family: 'ralewayregular', Arial, Helvetica, "Helvetica Neue", sans-serif;
    background: #dc143c;
    color: #fff;
    text-align: center;
    width: 155px;
	font-size:14px;
	font-size:1.4rem;
	height:40px;
	position:absolute;
	bottom:-40px;
	right:0px;
}
.une .btn-play-pause{
	background-color:#e2ddda;
	width:40px;
	height:40px;
	border:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:-40px;
	right:155px;
	background-position:center center;
	background-repeat:no-repeat;
}
.une .btn-play-pause.style-play{
	background-image:url('../images/icons/lecture.png');
}
.une .btn-play-pause.style-pause{
	background-image:url('../images/icons/pause.png');
}

.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.bx-wrapper .bx-controls-direction a {
	background-color: #8a8a8c;
	background-color: rgba(22, 22, 26, .5);
	background-size: auto;
	height: 100%;
	background-position: center;
	transition:background-color 0.2s ease;
}


.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-prev:hover,
.bx-wrapper .bx-controls-direction a.bx-prev:focus,
.bx-wrapper .bx-controls-direction a.bx-prev:active {
	background-position:center right 30px;
}

.bx-wrapper .bx-controls-direction a.bx-next,
.bx-wrapper .bx-controls-direction a.bx-next:hover,
.bx-wrapper .bx-controls-direction a.bx-next:focus,
.bx-wrapper .bx-controls-direction a.bx-next:active {
	background-position:center left 30px;
}


.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:focus,
.bx-wrapper .bx-controls-direction a:active {
	background-color: rgba(22, 22, 26, .8);
}

.bx-wrapper .bx-controls-direction .bx-prev {
	background-image: url(../images/content/slider/prev.png);
	left: 0;
}

.bx-wrapper .bx-controls-direction .bx-next {
	background-image: url(../images/content/slider/next.png);
	right: 0;
}

/* */

.home-middle,
.home-bottom {
    background: #eee;
	/*padding-right: 50px;
    padding-left: 50px;*/
}

/* Home Middle
   ========================================================================== */

/* ACTUALITES */
.actualites ul li.actualite{
    position: relative;
}
.actualite a{
   background: #fff;
   display:block;
   transition:background-color 0.2s ease;
}
.actualite a:hover,
.actualite a:focus,
.actualite a:active {
	text-decoration:none;
	background-color:#d9d9d9;
}
.actualite .type {
    background: #dc143c;
    color: #fff;
    /*font-family: RalewayBold*/
    font-family: 'ralewaybold', Arial, Helvetica, "Helvetica Neue", sans-serif;
    text-align: right;
    position: absolute;
    top: 0;
	font-size:18px;
	font-size:1.8rem;
	height: 40px;
    padding: 10px 30px 15px;
    margin-left: -30px;
	width:78%;
}
.actualite .type::after {
	background-image: url("../images/home/actualites/type-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -9px;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    width: 100%;
}
.actualite .content {
    padding: 25px 30px 50px;
}

.wrap-more-actualites{
	text-align:center;
	margin-top:20px;
}
.actualite h3 {
    /*font-family: RalewayBold*/
    font-family: 'ralewaybold', Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 28px;
    font-size: 2.8rem;
	color:#181818;
	margin-bottom:5px;
}

.actualite1 h3 {
    font-size: 30px;
    font-size: 3rem;
}

.actualite .desc {
    color: #343434;
	font-family:"ralewayregular", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.actualite .img-actu{
	height: 0;
    padding: 50%;
    width: 0;	
}


/* SERVICES */
#en-un-clic{
	background-color:#ffffff;
	padding:45px 0 15px;
	position:relative;
}
#en-un-clic:after{
	background: url("../images/home/bottom-en-un-clic.png") no-repeat scroll center center / 100% 42px rgba(0, 0, 0, 0);
	height:42px;
	content:"";
	width:100%;
	bottom:-42px;
	position:absolute;
}

.services ul li.service {
    color: #4a4a4a;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 50px;
	text-align:left;
	padding:0 0 0 10px;
}
.services ul li.service:nth-child(5) ,
.services ul li.service:nth-child(6) ,
.services ul li.service:nth-child(7) ,
.services ul li.service:nth-child(8) {
	margin-bottom: 30px;
}
.service a {
	max-width:85px;
	text-align:center;
	display:block;
}
.service a > span.img-circle{
	display:block;
	margin: 0 auto;
	width:57px;
	height:57px;
	line-height: 54px;
	background-color:#eeeeee;
	transition:background-color 0.2s ease;
}
.service a:hover > span.img-circle,
.service a:focus > span.img-circle,
.service a:active > span.img-circle
{
	background-color:#d92d61;
}
.service a:hover,
.service a:focus ,
.service a:active
{

	text-decoration:none;
}
.service a > span.block{
	margin-top:5px;
}

/*Acces rapides*/


#acces-rapides h3{
	text-transform:uppercase;
	color:#ffffff;
	font-size:30px;
	font-size:3rem;
	font-family:"ralewaybold", sans-serif;
	line-height:1.1em;
	text-align:left;
}
#acces-rapides > a{
	vertical-align:top;
	display:inline-block;
	padding:40px 25px 185px;
	text-align:center;
	position:relative;
}
#acces-rapides a  img{
	margin-top:10px;	
}

#acces-rapides a .btn-socle{
	position:absolute;
	bottom:70px;
	left:0px;
	width:100%;
	padding:0 20px;
}
#acces-rapides a img{
	position:absolute;
	bottom:155px;
	left:50%;
	margin-left:-37.5px;
}
#acces-rapides a span.btn{
	width:100%;
	background-color:#ffffff;
	color:#d92d61;
	
}
#acces-rapides a span.btn::before {
    background: none repeat scroll 0 0 #cc1237;
}
#acces-rapides a:hover span.btn,
#acces-rapides a:focus span.btn,
#acces-rapides a:active span.btn
{
	color:#ffffff;
	background: #dc143c;
}
#acces-rapides a:hover span.btn:before,
#acces-rapides a:focus span.btn:before,
#acces-rapides a:active span.btn:before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.bloc-violet{
	background-color:#d92d61;	
}
.bloc-rouge{
	background-color:#dc143c;
}
#acces-rapides a {
    padding: 70px 25px 253px;
}
#acces-rapides a:hover,
#acces-rapides a:focus,
#acces-rapides a:active
{
	text-decoration:none;
}

/*Agenda*/
#agenda-kiosque:before {
	background: url("../images/footer/bg-top.png") no-repeat scroll center center / 100% 43px #eeeeee;
    content: "";
    display: block;
    height: 43px;
    position: absolute;
    top: 0px;
    width: 100%;
}
#agenda-kiosque{
	background-color:#ffffff;
	position:relative;
	padding:42px 0 75px;
}
#agenda-kiosque .evenement{
	position: relative;
}
#agenda-kiosque .evenement .wrap-center-left > *{
	max-width: 340px;
}
#agenda-kiosque .evenement .book-button{
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	width: 150px;
	display: inline-block;
	height: 40px;
	background-color: #d92d61;
	padding-left: 60px;
	background-position: center left 20px;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: "ralewayregular", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: top;
	transition: all 0.3s ease;
	background-image: url('../images/home/acces-rapides/cinema.png');
	background-size: 30px 30px;
	line-height: 40px;
}
#agenda-kiosque .evenement .book-button:hover,
#agenda-kiosque .evenement .book-button:focus{
	background-color: #D22C4C;
	text-decoration: none;
}
@media(max-width: 1199px){
	#agenda-kiosque .evenement .book-button{
		position: static;
		margin: 0 40px;
		margin-bottom: 40px;
	}
	#agenda-kiosque .evenement .wrap-center-left > .desc{
		display: none;
	}
}
@media(max-width: 767px){
	#agenda-kiosque .evenement .book-button{
		margin: 0 20px;
		margin-bottom: 20px;
	}
}

.bottom-agenda-kiosque{
	background: url("../images/home/bottom-en-un-clic.png") no-repeat scroll center center / 100% 42px #eee;
    bottom: 0;
    display: block;
    height: 42px;
    left: 0;
    position: absolute;
    width: 100%;
}
/* JOURNAL */


.journal .content {
	background: #fff;
	padding: 40px 20px 35px;
}

.img-journal{
	background-position:left top;
	background-repeat:no-repeat;
	background-size: contain;
	width: 100%;
	height: 0px;
	padding-bottom: 138%;
}
.journal li a{
	display: block;
	padding:10px 0;
	position:relative;
	transition:background-color 0.2s ease;
}

.journal h3{
	text-align:center;
	margin:14px 0 0;
	line-height: 1;
}
.journal h3 .numero {
    color: #d92d61;
    font-size: 18px;
    font-size: 1.8rem;
    word-wrap: break-word;
    text-transform: uppercase;
    margin-bottom: 10px;
	display: block;	
}
.journal h3 .date {
    color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
}
.journal .btn{
	margin:20px 0 40px;
}
.bouton-raccourci{
	width:47.91%;
	display:inline-block;
	height:70px;
	margin-left:4.18%;
	background-color:#d92d61;
	padding-left:19.8%;
	background-position:center left 20px;
	background-repeat:no-repeat;
	color:#FFF;
	font-family:"ralewayregular", sans-serif;
	font-size:18px;
	font-size:1.8rem;
	vertical-align:top;
	transition:all 0.3s ease;
}

.bouton-raccourci:hover,	
.bouton-raccourci:focus{	
	color: #FFFFFF !important;	
	text-decoration: none !important;
}
a.centre-culturel:hover,a.centre-culturel:active,a.centre-culturel:focus{
	background-color:#cc295a;
}
.centre-culturel{
	margin-left:0px;
	padding-top:12px;
	background-image:url('../images/home/acces-rapides/centre-culturel.png');
}
.centre-culturel span{
	display:block;
	margin-top: -5px;
}
.mediatheque{
	background-image:url('../images/home/acces-rapides/mediatheque.png');
	line-height:70px;
	background-color:#dc143c;
}
a.mediatheque:hover,a.mediatheque:focus,a.mediatheque:active{
	background-color:#cc1237;
}
.journal a:hover,
.journal a:focus,
.journal a:active
{
	text-decoration:none;
	color:#ffffff;
}
/* TELESERVICES */
.teleservices a {
    background: url(../images/home/teleservices/img.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
	padding: 55px 25px;;
}

.teleservices h2 {
    background: #fff;
	color: #181818;
	font-size: 26px;
    font-size: 2.6rem;
    padding: 5px 30px 5px 10px;
	margin-bottom: 10px;
	text-transform: none;
}

.teleservices span {
	background: #fff;
	color: #181818;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 5px 10px;
	margin-bottom: 2px;
}

/*
.home-visu {
    background: url(../images/home/bg.jpg) no-repeat center;
    /*background-size: cover;*/
/*    height: 560px;
    margin-top: -140px;
    margin-bottom: -90px;
}
*/

/* Home Bottom
   ========================================================================== */

/* AGENDA */
.agenda {
    background: #fff;
}

.agenda h2 {
	margin-bottom: 5px;
}

.evenement a {
	padding: 15px 0px;
	background:#FFF;
	transition:background 0.3s ease;
}

.evenement h3, p.baseline-home{
    color: #dc143c;
    /*font-family: RalewayMedium*/
    font-family: 'ralewaymedium', Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
}
p.baseline-home{
	font-size: 22px;
    font-size: 2.2rem;
	margin-bottom:23px;
}

.evenement .date {
    color: #181818;
    /*font-family: RalewayBold*/
    font-family: 'ralewaybold', Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0;
	line-height: 36px;
	margin-top:-5px;
}

.evenement .date .bigger {
    font-size: 36px;
    font-size: 3.6rem;
}

.evenement .desc {
    color: #343434;
	  font-family: 'ralewayregular', Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
	margin-bottom: 0;
}

.agenda .more {
    margin-top: 15px;
	background: #16161a;
}

#webtv{
	position:relative;
	padding:50px 0 80px;
}
#webtv h2{
	margin-bottom:50px;
}
#webtv .more{
	background: none repeat scroll 0 0 #dc143c;
    color: #fff;
}

/* VIDEO */
.video a {
    background-color: #858585;
    background-image: url("../images/home/video/img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0 none;
    height: 100%;
    text-align: center;
    width: 100%;
}

.video a:after {
    content: "";
    background: #666;
	background: rgba(0, 0, 0, .48);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition:background 0.3s ease;
}

.video a:focus:after,
.video a:hover:after,
.video a:active:after {
	background: #858585;
	background: rgba(0, 0, 0, .60);
}

.video h3 {
    /*background: #858585;
    background: rgba(0, 0, 0, .48);*/
    color: #fff;
    /*font-family: RalewayBold*/
    font-family: 'ralewaybold', Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 30px;
    font-size: 3rem;
    position: relative;
    z-index: 1;
    max-width: 425px;
}

.video h3:after {
    content: url(../images/home/video/play.png);
    display: block;
    margin-top: 10px;
}

.others-videos ul li{
	padding-left:25px;
	position:relative;
	font-size:19px;
	font-size:1.9rem;
	color:#272727;
	line-height:1.2em;
	margin-top:15px;
}
.others-videos ul li:before{
	content:url('../images/home/video/point.png');
	position:absolute;
	top:0px;
	left:0px;
}
.others-videos h3 {
    font-family: 'ralewaymedium', Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 24px;
    font-size: 2.4rem;
	color:#dc143c;
	margin-bottom:35px;
}
.others-videos .tac{
	margin-top:45px;
}

/* ACCES RAPIDES */
.acces-rapides ul {
    margin-left: 0;
}

.acces-rapides li {
    padding-right: 0;
    padding-left: 0;
}

.acces-rapide a {
    background: #dc143c;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px;
}

.acces-rapide a:hover,
.acces-rapide a:focus,
.acces-rapide a:active {
    background: #c11134;
}

.acces-rapide:first-child a {
    background: #de3052;
}

.acces-rapide .lib {
    margin-top: 5px;
	text-align: center;
}

.acces-rapide .bigger {
    /*font-family: RalewayBold*/
    font-family: 'ralewayregular', Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    /* Home Global
   ========================================================================== */

    .wrap-home h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }
	
	.more{
		width:auto;
	}

    /* Home Top
   ========================================================================== */

    /* A LA UNE */
	.unes {
        padding-bottom:0px;
    }
	.une{
		 min-height: 395px;
	}
	.une .info-categorie{
		display:block;
		text-align:left;
		font-size:20px;
		font-size:2rem;
		margin-bottom:10px;
	}
	.une .desc{
		text-align:left;	
		font-size:15px;
		font-size:1.5rem;
		margin-bottom:10px;
	}	
    .une .content {
        padding: 0px 20px 5px;
        width: 100%;
        /*position: relative;*/
        top: inherit;
        bottom: 0;
        margin: 0;
		text-align:center;
    }	
	.une .content a {
		padding: 20px 10px 10px;
	}
	.une .more {
		position:static;
		width:auto;
	}
    .une h3 {
        font-size: 18px;
        font-size: 1.8rem;
		text-align:left;
		margin-bottom:0px;
    }
	
	.bx-wrapper .bx-controls-direction a.bx-prev, .bx-wrapper .bx-controls-direction a.bx-prev:hover, .bx-wrapper .bx-controls-direction a.bx-prev:focus, .bx-wrapper .bx-controls-direction a.bx-prev:active {
		background-position: right 7px center;	
	}
	.bx-wrapper .bx-controls-direction a.bx-next, .bx-wrapper .bx-controls-direction a.bx-next:hover, .bx-wrapper .bx-controls-direction a.bx-next:focus, .bx-wrapper .bx-controls-direction a.bx-next:active {
		background-position: left 7px center;
	}

	.bx-wrapper .bx-controls-direction a {
    	background-color: transparent;
		background-size: 17px 31px;
		height: 44px;
    	width: 44px;
		top: 125px;
    	
    }
	.bx-wrapper .bx-controls-direction a:hover, .bx-wrapper .bx-controls-direction a:focus, .bx-wrapper .bx-controls-direction a:active {
		background-color: transparent;
	}
	
	#cnil_banner_consent .close{
		position:static;
		right:inherit;
		top:inherit;
		width:30px;
		height:30px;
		margin:0px;
		padding:0px;
	}
	
    /* Home Middle
   ========================================================================== */

	/* ACTUALITES */
	.wrap-more-actualites {
        background: #fff;
        padding: 20px 60px 40px;
    }
	 /* ACCES RAPIDES */
	#en-un-clic{
		padding-top:30px;
	}
	#en-un-clic .list-inline{
		margin:20px 0 0 0;
		text-align:center;
	}
	.services ul li.service{
		width:33.33%;
		margin-bottom:20px;
	}
	.service a {
		margin: 0 auto;
	}
	
	#acces-rapides{
		margin-top:10px;
	}
	#acces-rapides h3{
		font-size:18px;
		font-size:1.8rem;
	}
	#acces-rapides a{
		width:46.42%;
		margin-left:3.58%;
		margin-right:3.58%;
		padding: 15px 10px 20px;
	}
	#acces-rapides a img{
		position:static;
		width:45px;
		height:auto;
		margin-left:0px;
		left:0px;
	}
	#acces-rapides a.bloc-violet{
		margin-left:0px;
	}
	#acces-rapides a.bloc-rouge{
		margin-right:0px;
	}
	#en-un-clic::after {
		background: url("../images/home/bottom-en-un-clic.png") no-repeat scroll center center / 100% 9px rgba(0, 0, 0, 0);
		bottom: -9px;
		height: 10px;
	}
	.actualites {
		padding:25px 0 40px;
	}
	.actualites ul li.actualite{
		margin-top:10px;
	}
	.actualite .content{
		padding:60px 10px 20px;
	}
	.actualite .type{
		margin-left: -10px;
		width:100%;
		padding:7px 20px 0px;
		height:40px;
	}
	.actualite h3 {
		font-size:20px;
		font-size:2rem;
	}
	/*.actualite .type::after {
		margin-left: 5px;
	}*/
	.actualite .desc{
		font-size:15px;
		font-size:1.5rem;
	}
	.wrap-more-actualites{
		padding:0px;
		background:none;
	}
	
	
    /* AGENDA */
	#agenda-kiosque{
		padding:45px 0;
	}
	#agenda-kiosque::before {
		background: url("../images/footer/bg-top.png") no-repeat scroll center center / 100% 10px #eeeeee;
		height: 10px;
	}
	p.baseline-home {
		font-size:15px;
		font-size:1.5rem;
	}
	.evenement a{
		padding:0px;
	}
	.evenement a > div{
		padding: 10px 0;
		border-top:2px solid #f6f6f6;
		position:relative;
		transition:background-color 0.2s ease;
	}
	.agenda li:first-child a > div{
		border-top:2px solid #FFF;
	}
	.agenda li a > div:before, .agenda li a > div:after{
		background-color: #FFF;
		width:20px;
		left:-20px;
		height:100%;
		position:absolute;
		top:0px;
		content: "";
		transition:background-color 0.2s ease;
	}
	.agenda li a > div:after{
		left:inherit;
		right:-20px;
	}
	.agenda li a:hover > div, .agenda li a:focus > div, .agenda li a:active > div{
		border-top:2px solid #FFF;
	}	
	.agenda li a:hover > div, .agenda li a:focus > div, .agenda li a:active > div, .agenda li a:hover > div:before, .agenda li a:focus > div:before, .agenda li a:active > div:before, .agenda li a:hover > div:after, .agenda li a:focus > div:after, .agenda li a:active > div:after{
		background-color:#f6f6f6;
	}
	.agenda li a:hover > div:before, .agenda li a:focus > div:before, .agenda li a:active > div:before, .agenda li a:hover > div:after, .agenda li a:focus > div:after, .agenda li a:active > div:after{
		height: calc(100% + 2px);
	}
	.agenda li:last-child a:hover > div:before, .agenda li:last-child a:focus > div:before, .agenda li:last-child a:active > div:before, .agenda li:last-child a:hover > div:after, .agenda li:last-child a:focus > div:after, .agenda li:last-child a:active > div:after{
		height: 100%;
	}
	.evenement .date {		
		font-size:18px;
		font-size:1.8rem;
	}
	.evenement .date .bigger{
		font-size:28px;
		font-size:2.8rem;
	}
	.evenement h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.btn-event{
		text-align:center;		
	}
	.agenda{
		padding-bottom:25px;
		position:relative;
		width: 100%;
	}
	.coupure{
		background-color:#EEE;
		width:100%;
		height:10px;
	}
	.agenda::after {
		background: url("../images/home/bottom-en-un-clic.png") no-repeat scroll center center / 100% 9px #eee;
		bottom: 0;
		content: "";
		height: 9px;
		position: absolute;
		width: 100%;
	}
	.agenda .more{
		margin-top:0px;
	}
	.bottom-agenda-kiosque {
		background: url("../images/home/bottom-en-un-clic.png") no-repeat scroll center center / 100% 10px #eee;
		height: 10px;
	}
	/*Kiosque*/
   
	.journal::before {
		background: url("../images/footer/bg-top.png") no-repeat scroll center center / 100% 9px #eeeeee;
		height: 9px;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.journal{	
		position:relative;
		padding-top:35px;
		width:100%;
	}
	.journal li{
		width:100%;
	}
	.journal li a:before, .journal li a:after{
		background-color: #FFF;
		width:20px;
		left:-20px;
		height:100%;
		position:absolute;
		top:0px;
		content: "";
		transition:background-color 0.2s ease;
	}
	.journal li a:after{
		left:inherit;
		right:-20px;
	}
	.journal li a:hover, .journal li a:focus, .journal li a:active{
		border-top:2px solid #FFF;
	}	
	.journal li a:hover, .journal li a:focus, .journal li a:active, .journal li a:hover:before, .journal li a:focus:before, .journal li a:active:before, .journal li a:hover:after, .journal li a:focus:after, .journal li a:active:after{
		background-color:#f6f6f6;
	}	
	.journal li a:hover:before, .journal li a:focus:before, .journal li a:active:before, .journal li a:hover:after, .journal li a:focus:after, .journal li a:active:after{
		height: calc(100% + 2px);
	}
	.journal li:last-child a:hover:before, .journal li:last-child a:focus:before, .journal li:last-child a:active:before, .journal li:last-child a:hover:after, .journal li:last-child a:focus:after, .journal li:last-child a:active:after{
		height:100%;
	}	
	.journal h3 {
		text-align: left;
	}
	.publications-btn{
		text-align:center;
	}
	

	/* VIDEO */
	#webtv {
		padding: 30px 0;	
	}
	#webtv h2 {
		margin-bottom: 25px;
	}
	.video h3{
		font-size:20px;
		font-size:2rem;
		max-width:80%;
	}
	.others-videos{
		background-color:#ffffff;
		padding:15px 10px 20px;
	}
	.others-videos h3{
		font-size:18px;
		font-size:1.8rem;
		margin-bottom:10px;
	}
	.others-videos ul li{
		font-size:12px;
		font-size:1.2rem;
	}
	.others-videos .tac {
		margin-top: 20px;
	}
	.others-videos a.btn{
		padding:0 20px;
	}
	
	
	/* Home Bottom
   ========================================================================== */

	.home-bottom-right {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1199px) {
    /* Home Global
   ========================================================================== */

	/* Home Top
   ========================================================================== */

	/* A LA UNE */
	.une .desc {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .bx-wrapper .bx-controls-direction .bx-prev {
    	left: 0;
    }

    .bx-wrapper .bx-controls-direction .bx-next {
    	right: 0;
    }
	/*Services*/
	
    /* AGENDA */
	
	
	/*Kiosque*/
	.journal li a {
		border-top:2px solid #f6f6f6;
		padding: 9px 0 14px;		
	}
	.journal li:first-child a {
		border-top:2px solid #FFF;
	}
	.journal h3{
		margin:0px;
	}
	.bouton-raccourci{
		width:100%;
		margin-left:0px !important;
		padding-left: 100px;
	}
	.bouton-raccourci.mediatheque {
		margin-top:10px;
	}
 
}

@media screen and (min-width: 768px) {
    /* Home Global
   ========================================================================== */


    /* Home Middle
   ========================================================================== */

	.home-middle .container-fluid,
	.home-middle .wrap-center {
		margin-bottom: 555px;
	}
	
	.video, .others-videos{
		width:50%;
		float:left;
	}	
	 .bx-wrapper .bx-controls-direction a {
    	background-color: rgba(22, 22, 26, .74);
		background-size: 17px 31px;
		height: 44px;
    	width: 44px;
    	margin-top: -22px;
    }
	/*Services*/
	.services {
		width:50%;
		float:left;
	}
	.services ul li.service {
		width:25%;
	}
	/*Acces rapides*/
	#acces-rapides{
		float:left;
		width:50%;
	}
	/*Actualites*/
	.actualites ul li.actualite{
		width:32%;
		margin-left:2%;
	}
	.actualites ul li.actualite:first-child{
		margin-left:0px;
	}
	
	#agenda-kiosque:after{
		background-color:#eeeeee;
		height:100%;
		width:25px;
		top:0px;
		position:absolute;
		left:50%;
		margin-left:-25px;
		content:"";
	}
	/*Evenement*/
	.agenda , .journal {
		width:50%;
	}
	.agenda{
		padding-right: 23px;
	}
	.evenement a{
		padding: 15px 0 0;
	}
	.evenement h3 {
        font-size: 20px;
        font-size: 2rem;
    }
	
	.journal {
		padding-left:70px;
	}
	/* Footer
   ========================================================================== */

	
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.bouton-raccourci span{
		display: inline;
	}
    /* Home Global
   ========================================================================== */

	/*.wrap-home {
        /*padding: 60px 110px;*/
    /*    padding-bottom: 100px;
    }*/
	
    .wrap-middle {
        padding-top: 30px;
    }
	.wrap-center-left{
		max-width:100%;
		padding-left:40px;
		margin:0 0 0 auto;
	}
	.wrap-center-right{
		max-width:100%;
		padding-right:40px;
		margin:0 auto 0 0;
	}

    /* Home Top
   ========================================================================== */
   
	.wrap-home h2 {
		font-size:24px;
		font-size:2.4rem;
	}

	/* A LA UNE */
	.unes {
		padding-bottom: 30px;
	}
	.une .content {
        padding: 0;
        min-height: 235px;
        width: 300px;
        left: 50%;
        margin: 160px 0 0 -300px;
    }
	.une .info-categorie {
		font-size: 24px;
        font-size: 2.4rem;
	}

    .une h3 {
        font-size: 30px;
        font-size: 3rem;
    }
	
	.bx-wrapper .bx-controls-direction a.bx-next, .bx-wrapper .bx-controls-direction a.bx-next:hover, .bx-wrapper .bx-controls-direction a.bx-next:focus, .bx-wrapper .bx-controls-direction a.bx-next:active {
		background-position: left 14px center;
	}
	.bx-wrapper .bx-controls-direction a.bx-prev, .bx-wrapper .bx-controls-direction a.bx-prev:hover, .bx-wrapper .bx-controls-direction a.bx-prev:focus, .bx-wrapper .bx-controls-direction a.bx-prev:active {
		background-position: right 14px center;
	}
	
	/* JOURNAL */
	.journal .content {
		width: 260px;
	}

    /* */
	#en-un-clic{
		padding:65px 0 50px;
	}
	.services ul li.service{
		padding:0px;
		text-align:left;
	}
	.services ul {
		margin-left: -13px;
		margin-top:40px;
	}
	.services ul li.service{
		font-size:13px;
		font-size:1.3rem;
		margin-bottom: 30px;
	}
	.services{
		padding-right:15px;
	}
	/*Démarches et portails*/
	#acces-rapides{
		margin-top:55px;
	}
	#acces-rapides a {
		/*padding: 30px 20px 125px;*/
		height: 400px;
	}
	.bloc-violet{
		width:48.4%;
	}	
	.bloc-rouge{
		width:46.6%;
		margin-left:5%;
	}
	#acces-rapides h3 {
		font-size:20px;
		font-size:2rem;
	}
	#acces-rapides .btn{
		font-size:11px;
		font-size:1.1rem;
		text-align:center;
		padding:0px;
		line-height: 27px;
		min-height: 27px;
	}
	#acces-rapides a img{
		width:50px;
		height:auto;
		margin-left:-25px;
	}
	#acces-rapides a .btn-socle {
		/*bottom: 25px;*/
	}
	.bouton-raccourci{
		height: 55px;
		background-size: 40px;
		line-height: 55px;
		padding-top: 0;
	}
	#agenda-kiosque::after {
		margin-left: -10px;
		width: 20px;
	}
    /* Home Bottom
   ========================================================================== */

	.home-bottom {
    	/*padding-bottom: 100px;*/
    }

    .home-bottom-right {
        margin-top: 45px;
    }

    /* ACTUALITES */
	.actualites{
		padding:75px 0 40px;
	}
	.actualites h2{
		margin-bottom:30px;
	}
	.actualite .content{
		padding:15px 20px 30px;
	}
	.actualite .type {
		height:24px;
		font-size:11px;
		font-size:1.1rem;
		padding: 5px 20px;
		margin-left:-20px;
	}
	.actualite .type::after {
		bottom: -6px;
		height: 6px;
	}
	.actualite h3 {
		font-size: 20px;
		font-size: 2rem;
	}
	.actualite .desc{
		font-size: 14px;
		font-size: 1.4rem;
	}

	#agenda-kiosque {
		padding-top:65px;
	}
    /* AGENDA */
	.evenement .wrap-center-left{
		padding-right:30px;
	}	
	.agenda .more {
		margin-top: 45px;
	}
	/*Kiosque*/
	.journal li {
		width:100%;
	}
	.journal h3 {
		text-align:left;
	}
	.journal {
		padding-left: 60px;
	}
	.journal h3 .numero{
		width:58%;
		float:left;
	}
	.journal h3 .date{
		width:42%;
		float:left;
	}
	/* VIDEO */

	#webtv{
		padding-top:45px
	}
	#webtv h2 {
		margin-bottom:20px;
	}
	.others-videos{
		padding:0 0 0 30px;
	}
	.others-videos ul li{
		font-size:14px;
		font-size:1.4rem;
		margin-top:10px;
	}
	.others-videos .tac{
		text-align:left;
		margin-top: 35px;
	}
	.video h3 {
		font-size:19px;
		font-size:1.9rem;
		max-width: 80%;
	}
	
}

@media screen and (min-width: 1200px) {
	.wrap-center-left{
		max-width:600px;
		padding-left:50px;
		margin:0 0 0 auto;
		padding-right: 20px;
	}
	.wrap-center-right{
		max-width:600px;
		padding-right:50px;
		margin:0 auto 0 0;
	}
	.journal .wrap-center-right{
		max-width:530px;
	}
    /* Home Global
   ========================================================================== */

	/*.container-fluid {
        max-width: 1100px;
    }*/

    /*.wrap-home {
        padding-right: 0;
        padding-left: 0;
    */    /*padding-bottom: 45px;*//*140px;*/
    /*}*/

    .wrap-middle {
        padding-top: 30px;
    }

    .lg-w50 {
        width: 50%;
    }

    .lg-w100 {
        width: 100%;
    }

    /* Home Top
   ========================================================================== */

	.home-top {
		margin-top: 30px;
    }

    /* A LA UNE */
	.unes {
    	/*margin-top: -45px;*/
		position: relative;
    }
	.services ul {
		margin-left: -10px;
	}

    .bx-wrapper .bx-controls-direction a {
		top: 0;
		margin-top: 0;
		height: 100%;
	}

	/*.home-bottom {
        margin-top: 325px;
    }*/

	/* Home Middle
   ========================================================================== */

	.actualites{
		padding: 90px 0 60px;
	}
	
	.actualites h2 {
		margin-bottom: 30px;
	}

	.services h2 {
		margin-bottom: 35px;
	}
	/*Agenda*/
	
	.evenement a:hover,
	.evenement a:focus,
	.evenement a:active {
		background: #f6f6f6;
	}
	
	.evenement a{
		padding: 15px 0;
	}
	
	/* SERVICES */
	.services {
		min-height: 285px;
	}
	
	/*Démarches et portails*/
	.bloc-violet{
		width:46.36%;
		margin-left:5.45%;
	}	
	.bloc-rouge{
		width:44.54%;
		margin-left:3.65%;
	}
	/*Vidéos*/
	.others-videos{
		background-color:#FFF;
	}

    /* Home Top
   ========================================================================== */

	.home-bottom {
    	padding-bottom: 45px;
    }

    .home-bottom-right {
        padding-top: 50px;
    }

	.home-bottom-right {
    	margin-top: -90px;
    }

    /* ACCES RAPIDES */
	.acces-rapide {
        width: 205px;
    }

    .acces-rapide a {
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        min-height: 205px;
    }

    .acces-rapide .lib {
        display: block;
    }

    .acces-rapides .bigger {
        font-size: 22px;
        font-size: 2.2rem;
    }
	
	/*Journal*/
	.journal{
		max-width:600px;
	}
	.journal ul li{
		width:28.125%;
		margin-left:7.8125%;	
		vertical-align: top;
	}
	.journal ul li:first-child{	
		margin-left:0px;
	}
	.journal li a:before, .journal li a:after{
		background-color: #FFF;
		width:10px;
		left:-10px;
		height:100%;
		position:absolute;
		top:0px;
		content: "";
		transition:background-color 0.2s ease;
	}
	.journal li a:after{
		left:inherit;
		right:-10px;
	}	 
	.journal li a:hover,
	.journal li a:focus,
	.journal li a:active,
	.journal li a:hover:before,
	.journal li a:focus:before,
	.journal li a:active:before,
	.journal li a:hover:after,
	.journal li a:focus:after,
	.journal li a:active:after{
		text-decoration:none;
		background-color: #f5f5f5;
		transition:background-color 0.2s ease;
	}
	.journal h3 .date {
		display:block;
	}
	
	.video a {
		min-height: 310px;
	}
	.others-videos{
		padding:20px 30px;
	}
	
	/*.une h3.ellipsis{
		height:83px;
	}*/
/*	.une .ellipsis{
		max-height:56px;
		overflow:hidden;
	}*/
}

@media screen and (min-width: 1400px) {
	/* Home Global
   ========================================================================== */

	body > .bg {
		background-size: cover;
	}
}
@media (max-width: 767px){
	
	.bouton-raccourci span{
		display: inline;
	}
	.bouton-raccourci{
		line-height: 70px;
		padding-top: 0;
		padding-left: 120px;
		background-position: center left 40px;
	}
}