@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,700italic,400italic,300italic);
/* -------------------------------- 

Primary style

-------------------------------- */
.cd-tabs *, .cd-tabs *::after, .cd-tabs *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cd-tabs {
  font-size: 100%;
  color: #000;
}
.cd-tabs a {
	color: #000;
	text-decoration: none;
}
.cd-tabs a:hover, .cd-tabs a:focus{
	color: #9d37ac;
}
.cd-tabs ul.cd-tabs-navigation {
	margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
	border-bottom: 1px #dbdbdb solid;
}
.cd-tabs-navigation li {
	float: left;
	width:20%;
}
.cd-tabs-navigation li.item-mobile {  
	float: left;
	width: 75%;
	display: none;
}
.cd-tabs-navigation li.item-mobile .mobile_select {
	/*background: #49575a url("../images/arrow.png") no-repeat scroll 100% center;*/
	border: none;
	text-transform: uppercase;
	color: #9d37ac;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	text-align: center !important;
    margin: 5px 35px;
	width:80%;
	outline: none;
	overflow: hidden;
	-webkit-appearance: none;
	display: none;
}
.links-slider {
	position: relative;
	padding: 0 40px;
}
.links-slider .owl-nav {
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
}
.links-slider .owl-nav .owl-prev,
.links-slider .owl-nav .owl-next {
	height: 32px;
	width: 17px;
	background-size: 17px 32px;
	position: absolute;
	top: -3px;
}
.links-slider .owl-nav .owl-prev {
	background: url("../images/chevron-previous.svg") no-repeat;
	left: 0;
}
.links-slider .owl-nav .owl-next {
	background: url("../images/chevron-next.svg") no-repeat;
	right: 0;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-tabs header {
  position: relative;
  height: 160px;
  line-height: 180px;
  text-align: center;
}
.cd-tabs header h1 {
  font-size: 20px;
  font-size: 1.25rem;
}

.cd-tabs ol, ul {
	list-style: none;
	margin: 0;
}
.cd-tabs {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 50px 0 0;
  background: #fff;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
	/* subtle gradient layer on top right - to indicate it's possible to scroll */
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 50px;
	pointer-events: none;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-tabs .no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs .cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
	.cd-tabs nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 0 0 0;
}

.cd-tabs-navigation {
  width: 360px;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
}
.cd-tabs-navigation li.default a {
	font-size: 14px;
	padding: 0;
	text-align: center;
}

.cd-tabs-navigation li a.selected:after, .cd-tabs-navigation li a:after {
    background: #9d37ac !important;
    display: block;
    content: "";
    margin: 0 auto;
    width: 0;
    height: 6px;
    position: absolute;
    bottom: 0px;
	left: 0px;
	right: 0px;
    transition: width 0.3s ease-in-out;
}

.cd-tabs-navigation li a.selected:after, .cd-tabs-navigation li a:hover:after {
    width: 40px;
}

.cd-tabs-navigation a, .cd-tabs-navigation span.mobile {
	position: relative;
	display: flex;
	height: 140px;
	width: 100%;
	font-size: 14px;
	color: #9d37ac;
	padding:0;
	text-align: center;
	align-items: center;
    justify-content: center;
	background-color: #f7f7f7;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border-right: 1px #dbdbdb solid;
}
.cd-tabs-navigation span.mobile {
	background: #fff !important;
}
.cd-tabs-navigation span.mobile:after {
	background: #9d37ac !important;
	display: block;
	content: "";
	margin: 0 auto;
	width: 40px;
	height: 6px;
	position: absolute;
	bottom: 0px;
}
.cd-tabs-navigation a:hover {
	color:#9d37ac;
	background-color: #fff !important;
}
.cd-tabs-navigation a span.light {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.cd-tabs .no-touch .cd-tabs-navigation a:hover {
	color: #29324e;
	background-color: #fff !important;
}
.cd-tabs-navigation a.selected {
	background-color: #fff;
	color: #9d37ac;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}
.cd-tabs-navigation a[data-content='inbox']::before {
  background-position: 0 0;
}
.cd-tabs-navigation a[data-content='new']::before {
  background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='gallery']::before {
  background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='store']::before {
  background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
  background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='inbox'].selected::before {
  background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='new'].selected::before {
  background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='gallery'].selected::before {
  background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='store'].selected::before {
  background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
  background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
  background-position: -100px -20px;
}
.cd-tabs-content {
	height: 410px;
	overflow:auto;
	margin: 15px 0 30px;
}
.cd-tabs-content li {
	display: none;
	padding:0;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em;
}
.cd-tabs-content li.content-item {
	background: #ffffff;
	display: block;
	height:auto;    
	padding: 10px 40px 25px;
	clear:both;
	border-bottom: 0px solid #f8f9fa;
}
.cd-tabs-content li.content-item:hover a, .cd-tabs-content li.content-item:focus a{
	cursor: pointer;
	color: #9d37ac;
}
.cd-tabs-content li.content-item.title-top{
	padding-bottom: 12px;
    padding-top: 12px;
}
.cd-tabs-content li.content-item.title-top p{
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
}
.cd-tabs-content li.content-item .item-img, .cd-tabs-content li.content-item .item-img-no-img {
	float: left;
	width:145px;
	/*height:80px;*/
	margin-right:20px;
	/*background-color:#F4F3F3;*/
	overflow:hidden;
}
/*.cd-tabs-content li.content-item .item-img img{
	height: 100% !important;
}*/
.cd-tabs-content li.content-item .item-img-no-img {
  background-color:#FFFFFF;
}
.cd-tabs-content li.content-item .item-featured {
	float: left;  
	width:3%;
	margin-top:5px;
}
.cd-tabs-content li.content-item .item-infos {
	float: left;
	width:70%;
}
.cd-tabs-content li.content-item .item-infos .item-infos-title {
	font-family: 'Source Sans Pro', sans-serif;
}
.cd-tabs-content li.content-item .item-infos .item-infos-title a {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.cd-tabs-content li.content-item .item-infos .item-infos-title a:hover, 
.cd-tabs-content li.content-item .item-infos .item-infos-title a:focus{
	color: #9d37ac;
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.news_allinfos {
	width:100%;
	height:29px;
	text-align:center;
	background-color: transparent;
	padding: 20px 0;
	text-transform: uppercase;
	color: #49575a;
	font-size: 18px;
	font-weight: bold;
}
.news_allinfos_sep {
	width: 92%;
	margin: auto;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 5px;
}
.news_allinfos_link {
	float:none;
}
.news_allinfos_link a {
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border: 1px #fff solid;
    max-width: 380px;
    width: 100%;
	padding: 0px;
    min-height: 68px;
    line-height: 68px;
	display: inline-block;
}
.deux_link .news_allinfos_link a {
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    color: #fff;
    background: transparent;
    /*border: 1px #fff solid;*/
    max-width: 280px;
    width: 100%;
	padding: 0px;
    min-height: 30px;
    line-height: 30px;
	display: inline-block;
	position: relative;
}
.deux_link .news_allinfos_link.face a.btn_1:after{
	content: "";
	display: inline-block;
	background: #fff;
	width: 6px;
	height: 6px;
	right: 0;
	top: 12px;
	position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news_allinfos_link a:hover, .news_allinfos_link a:focus{
	background: #fff;
	color: #9d37ac;
}
.deux_link .news_allinfos_link a:hover, .deux_link .news_allinfos_link a:focus{
	background: transparent !important;
	color: #9d37ac;
}
.news_allinfos_link.face a:hover, .news_allinfos_link.face a:focus{
	background: transparent;
	color: #9d37ac;
}
.news_allinfos_link.face a{
	border: 0px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news_allinfos_link.face span.text-link{
	display: inline-block;
    float: right;
    padding: 0 15px 0 45px;
	font-size: 15px;
    text-align: left;
	/*border: 1px #fff solid;*/
	border-left: 0px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 100%;
    box-sizing: border-box;
}
.news_allinfos_link.face a:hover span.text-link, .news_allinfos_link.face a:focus span.text-link{
	background: #fff;
	color: #9d37ac;
}
.deux_link .news_allinfos_link.face a:hover span.text-link, .deux_link .news_allinfos_link.face a:focus span.text-link{
	background: transparent !important;
	color: #9d37ac;
}
.news_allinfos_link.face span.icon-face{
	background: url("../images/facebook-normal.svg") no-repeat center center;
	position: absolute;
	background-size: 9px 19px !important;
	top: 0px;
	left: 0px;
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px #fff solid;
	float: left;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news_allinfos_link.face a:hover span.icon-face, .news_allinfos_link.face a:focus span.icon-face{
	background: #fff url("../images/facebook-hover.svg") no-repeat center center;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-right: 1px #fff solid;
	border-left: 1px #fff solid;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
.news_allinfos_link.face a.btn_2{
	background: url("../images/lien-externe.svg") no-repeat left center;
	background-size: 9px 10px !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding-left: 18px;
	margin-left: 25px;
	max-width: 225px;
}
.news_allinfos_link.face a.btn_2:hover, .news_allinfos_link.face a.btn_2:focus{
	background: url("../images/lien-externe-h.svg") no-repeat left center !important;
	background-size: 9px 10px !important;
	display: inline-block;
}
.news_allinfos_arrow {
	float:right;
	margin: 6px 24px 0px 10px;
}
span.spacer{
	width: 40px;
	height: 6px;
	background: #fff;
	display: inline-block;
	margin: 20px auto 32px;
}

@media screen and (max-width: 758px){
	.cd-tabs{
		margin: 30px 0 0 !important;
	}
	.cd-tabs-content li.content-item {
		height: auto;
		padding: 10px 20px 25px;
		line-height: 24px;
	}  
	.cd-tabs-content li.content-item.title-top{
		padding-top: 5px;
		padding-bottom: 0px !important;
	}
	.cd-tabs-content {
		overflow:hidden;
		margin: 15px 0 10px;
	}
	.cd-tabs .news_allinfos {
		height: 50px;
	}
	.cd-tabs .cd-tabs-content {
		height: 400px;
	}
	.deux_link .news_allinfos_link.face a.btn_1:after{
		display: none;
	}
	.news_allinfos_link.face a.btn_2{
		margin-left: 0px;
		margin-top: 15px;
	}
	/*.news_allinfos_link.face span.text-link{
		border: 0px !important;
		text-align: center;
		padding: 10px 15px 10px 85px;
		float: none;
		line-height: 24px;
		background: transparent !important;
	}*/
	.news_allinfos_link a{
		max-width: 100% !important;
		/*border: 1px #fff solid !important;*/
		position: relative;
	}
	/*.news_allinfos_link.face span.icon-face{
		display: none !important;
		position: absolute;
		top: 0px;
		left: 0px;
		border: 0px;
		border-right: 1px #fff solid;
	}*/
	/*.news_allinfos_link.face a:hover, .news_allinfos_link.face a:focus{
		background: #fff;
		color: #9d37ac;
	}*/
	/*.news_allinfos_link.face a:hover:after{
		background: #fff url("../images/facebook-hover.svg") no-repeat center center;
		border-right: 1px #9d37ac solid;
	}
	.news_allinfos_link.face a:after{
		display: inline-block;
		content: "";
		background: transparent url("../images/facebook-normal.svg") no-repeat center center;
		display: inline-block;
		width: 68px;
		height: 70px;
		position: absolute;
		left: 0px;
		top: -1px;
		border-right: 1px #fff solid;
	}*/
}

@media screen and (max-width: 380px){
	.news_allinfos_link.face span.text-link{
		float: left;
	}
}

@media screen and (max-width: 524px){
	.cd-tabs-navigation li.item-desk {
		display: none;
	}
	.cd-tabs-navigation li.item-mobile {  
		display: block;    
	}
	.cd-tabs-navigation li.default{
		display: none;
	}
	.cd-tabs-navigation li.item-mobile{
		width: 100%;
	}
	.cd-tabs .cd-tabs-content{
		height: auto;
	}
	.cd-tabs-content li.content-item .item-img, .cd-tabs-content li.content-item .item-img-no-img{
		width: 100%;
	}
	.cd-tabs-content li.content-item .item-img img{
		width: 100%;
		margin: 0 0 10px;
	}
	.cd-tabs-content li.content-item .item-infos{
		width: 100%;
	}
	.cd-tabs-navigation a, .cd-tabs-navigation span.mobile{
		padding: 20px 0;
		margin: 0 auto;
		text-align: center;
	}
}

span.fulltext{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 3px 0 0;
	display: none;
}

div.item-pub{
	width: 18%;
	float: left;
}
div.item-pub span{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
}

a.prev-item, a.prev-item:hover, a.prev-item:focus{
	height: 32px;
	width: 17px;
	border: 0px;
	position: absolute;
	left: 20px;
	top: 54px;
	padding: 0px;
	margin: 0px;
	z-index: 9999;
	background: url("../images/chevron-previous.svg") no-repeat;
	background-size: 17px 32px;
	z-index: 9;
}
a.next-item, a.next-item:hover, a.next-item:focus{
	height: 32px;
	width: 17px;
	border: 0px;
	position: absolute;
	right: 20px;
	top: 54px;
	padding: 0px;
	margin: 0px;
	z-index: 9999;
	background: url("../images/chevron-next.svg") no-repeat;
	background-size: 17px 32px;
	z-index: 9;
}

@media screen and (max-width: 758px){
	.deux_link .news_allinfos_link.face a.btn_1{
		max-width: 250px !important;
		display: block;
		margin: auto;
	}
	.deux_link .news_allinfos_link.face span.text-link{
		padding-right: 0px;
	}
	.deux_link .news_allinfos_link.face a.btn_2{
		max-width: 200px !important;
		display: block;
		margin: 15px auto 0;
	}
}