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

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: #1d1d1b;
    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%;
	min-height: 70px;
}

.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: 'Open Sans', 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: 100%;
    margin: 0;
    padding: 30px 30px 15px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	min-height: 900px;
}

.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 {
	position: relative;
}
.cd-tabs nav.navigation-desk:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 4px;
	background-color: #f2f2f3;
}

.cd-tabs-navigation {
    width: 360px;
}

.cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tabs-navigation li {
    position: relative;
    float: left;
}

.cd-tabs-navigation li.default:after {
    display: none !important;
}

.cd-tabs-navigation li:after {
    display: none;
    content: "";
    width: 1px;
    height: 50px;
    left: 0px;
    top: 20px;
    background: #47a5c7;
    position: absolute;
}

/*.cd-tabs-navigation li.default {
    width: 21%;
}

.cd-tabs-navigation li.item-1.item-desk {
    width: 22%;
}

.cd-tabs-navigation li.item-2.item-desk {
    width: 20%;
}

.cd-tabs-navigation li.item-3.item-desk {
    width: 17%;
}*/

.cd-tabs-navigation li.item-cat {
    width: 25%;
}
.cd-tabs-navigation li.item-cat:last-child{
	display: none;
}

/*.cd-tabs-navigation li.default a {
    padding: 0 10px 16px 0;
}*/

.cd-tabs-navigation a,
.cd-tabs-navigation span.mobile {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #9fa0a0;
    padding: 0 25px 16px;
    text-align: center;
    background-color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: transform;
    -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: #1d1d1b;
    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: #1d1d1b;
    background-color: #fff !important;
}

.cd-tabs-navigation a.selected {
    background-color: #fff !important;
    color: #1d1d1b !important;
}

.cd-tabs-navigation a:after {
	background: #ffe500 !important;
    content: '';
    display: block;
    width: 0;
    height: 4px !important;
    position: absolute;
    top: auto;
    left: 0;
	right: 0;
    bottom: 0;
	z-index: 99;
	-webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.cd-tabs-navigation a.selected:after, .cd-tabs-navigation a:hover:after {
    width: 100%;
}

.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: 20px 0 0;
    height: auto;
    min-height: 400px;
}

.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 0;
    clear: both;
    border-bottom: 2px #f2f2f3 solid;
	position: relative;
}

.cd-tabs-content li.content-item .link-info{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-tabs-content li.content-item .link-info:hover + .item-img:before{
	width: 4px;
}

.cd-tabs-content li.content-item:last-child .item-infos {
    border-bottom: 0 !important;
}

.cd-tabs-content h3 {
    color: #1d1d1b;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    padding: 0 25px 10px;
    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: 'Open Sans', 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: 25%;*/
	max-width: 171px;
	width: 100%;
    background-color: #fff;
    overflow: hidden;
	height: 97px;
	position: relative;
}

.cd-tabs-content li.content-item .item-img:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #ffe500;
	width: 0;
	z-index: 99;
	-webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.cd-tabs-content li.content-item .item-img:hover:before{
	width: 4px;
}

.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: 75%;
    padding: 0;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 97px;
    align-items: center;
}

.cd-tabs-content li.content-item .item-infos .infos-spacer{
    padding: 0 22px;
}

.cd-tabs-content li.content-item .item-infos .item-infos-title {
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 0 0 5px;
	max-width: 450px;
	width: 100%;
}

.cd-tabs-content li.content-item .item-infos .item-infos-title a {
    color: #1d1d1b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    font-size: 22px;
    line-height: 30px;
}

.cd-tabs-content li.content-item .item-infos .item-infos-title a:after{
	display: none;
}

.cd-tabs-content a:after{
	display: none;
}

.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: #1d1d1b;
}

@-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: 30px 0 20px;
    text-align: right;
}

.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: 1192px) {
	.cd-tabs-content li.content-item .item-img, .cd-tabs-content li.content-item .item-img-no-img {
		width: 25%;
		max-width: 100%;
	}
}

@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) {
	.cd-tabs-content li.content-item .link-info{
		display: none;
	}
    .actualites .content .bg-img img {
        display: none;
    }
    .cd-tabs {
        margin: 0 !important;
        padding: 0 !important;
    }
    .cd-tabs-content li.content-item {
        height: auto;
        padding: 18px 15px;
        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 -15px 10px;
    }
    .cd-tabs .news_allinfos {
        height: 50px;
    }
    .cd-tabs .cd-tabs-content {
        height: 400px;
    }
    .news_allinfos_link {
        padding: 30px 15px;
    }
    .news_allinfos_link a {
        max-width: 100%;
        position: relative;
    }
}

nav.navigation-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
	.cd-tabs {
        margin: 0 !important;
        padding: 0 !important;
		min-height: auto;
    }
    .cd-tabs-navigation li:after {
        display: none;
    }
    .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: 480px) {
	.cd-tabs-content li.content-item .item-img,
	.cd-tabs-content li.content-item .item-img-no-img {
		display: none;
	}
	.cd-tabs-content li.content-item:first-child .item-img,
	.cd-tabs-content li.content-item:first-child .item-img-no-img {
		display: block;
	}
    .cd-tabs-content li.content-item .item-img,
    .cd-tabs-content li.content-item .item-img-no-img {
        width: 100%;
		max-width: 100%;
		height: 200px;
        margin-top: 0;
        margin-right: 0;
		margin-bottom: 15px;
    }
    .cd-tabs-content li.content-item .item-infos {
        width: 100%;
		display: block;
		min-height: auto;
    }
	.cd-tabs-content li.content-item .item-infos .infos-spacer {
		padding: 0;
		width: 100%;
	}
}

span.fulltext, span.sub-titre {
    color: #9fa0a0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
	line-height: 24px;
    padding: 0;
    display: block;
}


/*div.item-pub{
	width: 18%;
	float: left;
}*/

div.item-pub span {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 24px;
}

div.item-pub span.item-date-jour {
    font-size: 16px;
    font-weight: 900;
    color: #ffe500;
}

div.item-pub span.item-date-years {
    font-size: 30px;
    font-weight: 300;
    color: #1d1d1b;
}

.item-date-pub{
	color: #1d1d1b;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

.item-date-pub strong{
	font-weight: 700;
	text-transform: uppercase;
}

@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;
	padding-top: 20px;
}

.navigation-mobile .selector.opened .items {
    visibility: visible;
    opacity: 1;
    top: 80px;
}

.navigation-mobile .selector .header {
    width: 100%;
    height: 60px;
    background: #ffe500;
    color: #1d1d1b;
    position: relative;
    cursor: pointer;
	-webkit-box-shadow: 0px 0 20px rgba(38,40,41,0.2);
    -moz-box-shadow: 0px 0 20px rgba(38,40,41,0.2);
    box-shadow: 0px 0 20px rgba(38,40,41,0.2);
}

.navigation-mobile .selector .header .text {
    padding: 15px 20px;
    color: #1d1d1b;
    max-width: 100%;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
	line-height: 30px;
    display: block;
	font-weight: 700;
}

.navigation-mobile .selector .header .arrow {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 20px;
    background: url("../images/icon-arrow-circile-down.svg") no-repeat center center;
    background-size: 30px 30px;
    -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-arrow-circile-down.svg") no-repeat center center;
    background-size: 30px 30px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.navigation-mobile .selector .items {
    width: 100%;
    overflow: auto;
    background: #ffffff;
    color: #1d1d1b;
    position: absolute;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
	-webkit-box-shadow: 0px 0 20px rgba(38,40,41,0.2);
    -moz-box-shadow: 0px 0 20px rgba(38,40,41,0.2);
    box-shadow: 0px 0 20px rgba(38,40,41,0.2);
}

.navigation-mobile .selector .items li {
    padding: 16px 25px !important;
    cursor: pointer;
    width: 100%;
    color: #9fa0a0;
    font-family: 'Open Sans condensed', sans-serif;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    transition: color .4s;
    border-bottom: 2px #f2f2f2 solid;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.navigation-mobile .selector .items li:before {
    position: absolute;
    content: "";
    display: block;
    background: #ffe500;
    left: 0px;
    width: 0px;
    height: 26px;
    top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    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: #1d1d1b;
    font-weight: 700;
}