@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: #282828;
}
.cd-tabs ul.cd-tabs-navigation {
	margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
	max-width: 100%;
	border-bottom: 1px #f0f0f0 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: #282828;
	font-size: 14px;
	font-family: 'Raleway', 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 

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

.actualites .content .bg-img{
	position: relative;
}
.actualites .content .bg-img img{
	position: absolute;
	right: -55%;
	z-index: -1;
	margin: 50px 0 0;
	max-width: 715px;
}

.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: 900px;
	margin: 0;
}

.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 nav.navigation-desk{
	background: #ffffff;
}
.cd-tabs-navigation {
  width: 360px;
}
.cd-tabs-navigation:after {
	content: "";
	display: table;
	clear: both;
}
.cd-tabs-navigation li {
	float: left;
	border-left: 1px #f0f0f0 solid;
}
.cd-tabs-navigation li.default {
	border-left: 0px #f0f0f0 solid;
}
.cd-tabs-navigation li.default a{
	padding: 16px 35px;
}
.cd-tabs-navigation a, .cd-tabs-navigation span.mobile {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	padding: 16px 20px;
	text-align: center;
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-transform: none;
	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.cd-tabs-navigation span.mobile {
	background: #d40e01 !important;
}
.cd-tabs-navigation span.mobile:after {
	background: #282828 !important;
	display: none;
	content: "";
	margin: 0 auto;
	width: 40px;
	height: 6px;
	position: absolute;
	bottom: 0px;
}
.cd-tabs-navigation a:hover {
	color:#b30909;
	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: #b30909;
	background-color: #fff !important;
}
.cd-tabs-navigation a.selected {
	background-color: #fff;
	color: #b30909;
}
.cd-tabs-navigation a.selected:after, .cd-tabs-navigation a:hover:after, .cd-tabs-navigation a:focus:after {
	width: 100%;
}

.cd-tabs-navigation a:hover:before, .cd-tabs-navigation a:focus:before, .cd-tabs-navigation a.selected:before{
	width: 50%;
	left: 0px;
}

/*.cd-tabs-navigation a:after { 
	background: #b30909 !important;
	display: block;
	content: "";
	margin: 0 auto;
	width: 0;
	height: 4px;
	transition: width 0.3s ease-in-out;
	position: absolute;
	bottom: -1px;
}*/
/*
.cd-tabs-navigation a:after, .cd-tabs-navigation a:before {
	background: #b30909 !important;
	content: '';
    display: block;
    width: 0;
    height: 4px;
    position: absolute;
    top: auto;
    bottom: -1px;
    left: -25%;
    z-index: 1;
}
.cd-tabs-navigation a:after{
	left: auto;
    right: -25%;
}
.cd-tabs-navigation a:before{
	-webkit-transition: left .2s ease-in-out, right .2s ease-in-out;
    -moz-transition: left .2s ease-in-out, right .2s ease-in-out;
    -ms-transition: left .2s ease-in-out, right .2s ease-in-out;
    -o-transition: left .2s ease-in-out, right .2s ease-in-out;
    transition: left .2s ease-in-out, right .2s ease-in-out;
}
.cd-tabs-navigation a:after{
	-webkit-transition: right .2s ease-in-out, left .2s ease-in-out;
    -moz-transition: right .2s ease-in-out, left .2s ease-in-out;
    -ms-transition: right .2s ease-in-out, left .2s ease-in-out;
    -o-transition: right .2s ease-in-out, left .2s ease-in-out;
    transition: right .2s ease-in-out, left .2s ease-in-out;
}
.cd-tabs-navigation a:after, .cd-tabs-navigation a:focus:after {
    width: 100%;
}
.cd-tabs-navigation a:after {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    content: "";
    width: 0;
    height: 4px;
    margin: 0 auto;
    background: #b30909;
    transition: width 0.3s ease-in-out;
}
*/
.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 {
	overflow: hidden;
    margin: 0 0 30px;
    height: auto;
	min-height: 470px;
	position: relative;
	background-color: rgba(255,255,255,0.95);
}
.actualites .cd-tabs-content {
	background-color: #fff;
	padding-top: 30px;
}
ul.cd-tabs-content:before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    top: 80px;
    bottom: 0;
    /*background: #fff;*/
}
.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: 0px 25px 20px;
	clear: both;
	border-bottom: 0px;
}
.cd-tabs-content h3 {
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0px;
	padding: 30px 0 25px 25px;
	text-transform: uppercase;
}
.cd-tabs-content li.content-item:hover a, .cd-tabs-content li.content-item:focus a{
	cursor: pointer;
	color: #282828;
}
.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: 'Raleway', 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: 20%;
    margin-right: 2%;
    background-color: #fff;
    overflow: hidden;
}
.cd-tabs-content li.content-item .item-img img{
	width: 100% !important;
	height: auto;
}
.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: 78%;
    padding: 5px 0 8px;
}
.cd-tabs-content li.content-item .item-infos .item-infos-title {
	font-family: 'Raleway', sans-serif;
}
.cd-tabs-content li.content-item .item-infos .item-infos-title a {
	color: #202020;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
    line-height: 30px;
	padding-bottom: 20px;
}
.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: #b30909;
}

@-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;
	padding: 15px 200px 20px;
	text-align: left;
}
.news_allinfos_link a {
	font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #b30909;
    text-transform: uppercase;
    line-height: 28px;
    display: inline-block;
}
.news_allinfos_link a:hover, .news_allinfos_link a:focus{
	font-weight:800;
	color: #b30909;
}
.news_allinfos_arrow {
	float:right;
	margin:6px 24px 0px 10px;
}
span.spacer{
	width: 40px;
	height: 6px;
	background: #fff;
	display: inline-block;
	margin: 20px auto 15px;
}
@media screen and (max-width: 1120px){
	.actualites .content .bg-img img{
		position: absolute;
		right: 0;
		z-index: -1;
		margin: 50px 0 0;
		max-width: 715px;
	}
}
@media screen and (max-width: 767px){
	.actualites .content .bg-img img{
		display: none;
	}
}
@media screen and (max-width: 758px){
	.actualites .content .bg-img img{
		display: none;
	}
	.cd-tabs{
		margin: 30px 0 0 !important;
	}
	.cd-tabs-content li.content-item {
		height: auto;
		padding: 10px 0px 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: 0 0 10px;
	}
	.cd-tabs .news_allinfos {
		height: 50px;
	}
	.cd-tabs .cd-tabs-content {
		height: 400px;
	}
	.news_allinfos_link{
		padding: 10px 0 20px;
	}
	.news_allinfos_link a{
		max-width: 100%;
		border: 1px #fff solid !important;
		position: relative;
	}
}
nav.navigation-mobile{
	display: none;
}
@media screen and (max-width: 768px){
	.cd-tabs-content h3{
		padding: 0 0 10px;
	}
	.cd-tabs-navigation li.item-desk {
		display: none;
	}
	nav.navigation-desk{
		display: none;
	}
	nav.navigation-mobile{
		display: block;
		overflow: initial;
	}
	.navigation-mobile ul.cd-tabs-navigation{
		margin: 0px;
		max-width: 100%;
		width: 100%;
		border-bottom: 0px;
	}
	.cd-tabs-navigation li.item-mobile {  
		display: block;    
	}
	.cd-tabs-navigation li.default{
		display: none;
	}
	.cd-tabs-navigation li.item-mobile{
		width: 100%;
		border: 0px !important;
	}
	.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: 25%;
		margin-top: 6px;
		margin-right: 5%;
	}
	.cd-tabs-content li.content-item .item-img img{
		width: 100%;
		margin: 0 0 10px;
	}
	.cd-tabs-content li.content-item .item-infos{
		width: 70%;
	}
	.cd-tabs-navigation a, .cd-tabs-navigation span.mobile{
		padding: 20px 0;
		margin: 0;
		width: 100%;
	}
}

@media screen and (max-width: 400px){
	.cd-tabs-content li.content-item .item-img, .cd-tabs-content li.content-item .item-img-no-img{
		width: 100%;
		margin-top: 0;
		margin-right: 0;
	}
	.cd-tabs-content li.content-item .item-infos{
		width: 100%;
	}
}

span.fulltext{
	color: #000000;
	font-family: 'Raleway', 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: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #b30909;
	display: inline-block;
}
div.item-pub span.item-date-jour{
	font-size: 14px;
	font-weight: bold;
}

@media (max-width: 768px){
	div.item-pub{
		width: 100%;
	}
}




/* Dropdown actualité mobile */
.navigation-mobile {
	overflow: visible !important;
}
.navigation-mobile .selector {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 100%;
	width: 100%;
	position: relative;
}
.navigation-mobile .selector.opened .items {
	visibility: visible;
	opacity: 1;
	top: 60px;
}
.navigation-mobile .selector .header {
	width: 100%;
	height: 60px;
	background: #b30909;
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	cursor: pointer;
}
.navigation-mobile .selector .header .text {
	position: absolute;
	top: 48%;
	left: 0;
	right: 30px;
	padding: 0 25px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
    max-width: 100%;
	text-transform: initial;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    display: flex;
    align-items: center;
}
.navigation-mobile .selector .header .arrow {
	width: 40px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 20px;
	background: url("../images/icon-dropdown.svg") no-repeat center center;
	background-size: 38px 38px;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    -webkit-transition: transform .4s, top .4s;
    -moz-transition: transform .4s, top .4s;
    transition: transform .4s, top .4s;
}
.navigation-mobile .selector.opened .header .arrow {
	background: url("../images/icon-dropdown.svg") no-repeat center center;
	background-size: 38px 38px;
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/*.navigation-mobile .selector .header .arrow::after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-right: 2px solid rgba(255, 255, 255, 0.9);
	border-bottom: 2px solid rgba(255, 255, 255, 0.9);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	top: 48%;
	left: 50%;
}*/
.navigation-mobile .selector .items {
	width: 100%;
	overflow: auto;
	background: #f2f4f5;
	color: #282828;
	position: absolute;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.navigation-mobile .selector .items li {
	padding: 25px !important;
	cursor: pointer;
	width: 100%;
	color: #282828;
	text-transform: initial;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	transition: color .4s;
	border-bottom: 2px #e4e6e7 solid;
	position: relative;
}
.navigation-mobile .selector .items li:before{
	position: absolute;
	content: "";
	display: block;
	background: #b30909;
	left: 0px;
	width: 0px;
	height: 68px;
	top: -2px;
    transition: width 0.3s ease-in-out;
}
.navigation-mobile .selector .items li:hover:before, .navigation-mobile .selector .items li.active:before{
	width: 6px;
}
.navigation-mobile .selector .items li:first-child {
	padding: 0 25px;
	width: 100%;
}
.navigation-mobile .selector .items li:last-child {
	padding: 0 25px;
	border-bottom: 0px !important;
}
.navigation-mobile .selector .items li:hover, .navigation-mobile .selector .items li.active {
	color: #282828;
	font-weight: 600;
}