@charset "UTF-8";

/*  ==================================================
	HOME
	==================================================  */

/*  Slider
	==================================================  */

.home-page .main-slider-container {
    position: relative;
    margin-bottom: 80px;
}

.main-slider-container .slides-container {
    position: relative;
    margin-bottom: 25px;
    padding: 10px;
    border: 2px solid #c0c1c3;
}

.lt_ie8 .main-slider-container li a,
.lt_ie8 .main-slider-container li a img {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
}

.home-page .slider-arrows a {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 94px;
    margin-top: -44px;
    background-image: url(../images/slider/slider-arrows.png);
    background-repeat: no-repeat;
}

.main-slider-container .slider-arrows.prev:hover a {
    background-position: -1px -122px;
}

.main-slider-container .slider-arrows.prev a {
    left: -32px;
    background-position: 0 3px;
}

.main-slider-container .slider-arrows.next a {
    right: -30px;
    background-position: -54px 4px;
}

.main-slider-container .slider-arrows.next:hover a {
    background-position: -55px -121px;
}

/* -- Bullets -- */

.main-slider-container .bx-controls.bx-has-pager {
    position: absolute;
    bottom: -45px;
    width: 100%;
    text-align: center;
}

.main-slider-container .bx-pager.bx-default-pager {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.main-slider-container .bx-pager-item {
    float: left;
}

.main-slider-container .bx-pager-item a {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../images/slider/bullet-inactive.png) no-repeat;
}

.main-slider-container .bx-pager-item + .bx-pager-item a {
    margin-left: 21px;
}

.main-slider-container .bx-pager-item .active {
    background: url(../images/slider/bullet-active.png) no-repeat;
}

.main-slider-container .bullets-list {
    text-align: center;
}

.main-slider-container .bullets-list li,
.main-slider-container .bullets-list li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*  Home Content
	==================================================  */

.aboutNnl-container {
    margin-bottom: 75px;
}

.aboutNnl-container div + div {
    margin-left: 51px;
}

/* -- Qui sommes-nous -- */

.hp-about-container {
    float: left;
    width: 500px;
    padding-left: 12px;
}

.hp-about-container .middle-title {
    margin-bottom: 17px;
    font-family: 'Futura MD BTMedium',sans-serif;
    font-size: 24px;
    color: #7b7b7b;
}

.hp-about-container .content-text p {
    margin-bottom: 18px;
}

/* -- Newsletter -- */

.hp-newsletter:before {
    content: url(../images/home/nl-fishtale.png);
    float: left;
    position: relative;
    top: -1px;
    left: -31px;
}

.hp-newsletter {
    float: left;
    width: 373px;
    height: 225px;
    padding: 0 20px 0 0;
    border-top: 1px solid #64232c;
    text-align: center;
    background: #ca3745;
    background: -webkit-linear-gradient(top,#ca3745 0,#9f2b36 100%);
    background: -o-linear-gradient(top,#ca3745 0,#9f2b36 100%);
    background: -ms-linear-gradient(top,#ca3745 0,#9f2b36 100%);
    background: linear-gradient(to bottom,#ca3745 0,#9f2b36 100%);
}

.hp-newsletter .middle-title {
    padding: 28px 0 37px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Futura BT Book',sans-serif;
    font-size: 37px;
    line-height: 44px;
    color: #fefefe;
}

.hp-newsletter .atmosphere-form {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.hp-newsletter input {
    float: left;
    width: 265px;
    height: 42px;
    padding: 0 10px;
    font-size: 16px;
    color: #7b7b7b;
}

.hp-newsletter .btn-submit-container {
    float: left;
    width: 42px;
    height: 42px;
    margin-left: 4px;
    border: 2px solid #bfb9bc;
    text-align: center;
    line-height: 42px;
    background-color: #f8f2f3;
}

.hp-newsletter .submit-btn {
    width: 26px;
    height: 26px;
    background: url(../images/home/nl-submit.png) #f8f2f3;
}

/* -- Derniers articles mis en ligne -- */

.banner {
    height: 58px;
    margin-bottom: 45px;
    text-align: center;
    line-height: 58px;
    color: #fff;
    background: #b5303d;
    background: -webkit-linear-gradient(top,#b5303d 0,#b5303d 100%);
    background: -o-linear-gradient(top,#b5303d 0,#b5303d 100%);
    background: -ms-linear-gradient(top,#b5303d 0,#b5303d 100%);
    background: linear-gradient(to bottom,#b5303d 0,#b5303d 100%);
}

.banner-title {
    font-family: 'Futura MD BTMedium',sans-serif;
    font-size: 24px;
}

.hp-articles-container {
    margin-bottom: 31px;
    overflow: hidden;
}

.hp-article-list {
    margin: 0 -10px 8px 0;
}

.hp-article-list li li {
    float: left;
    position: relative;
    width: 218px;
    height: 285px;
    margin: 0 9px 12px 0;
    padding: 4px 4px 17px 4px;
    border: 2px solid #c7c8ca;
}

.hp-article-list .article-header,
.hp-article-list .article-category {
    font-family: 'Futura BT Book',sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.hp-article-list .article-header {
    margin-bottom: 5px;
    color: #666;
}

.hp-article-list .article-date,
.hp-article-list .article-category {
    color: #972934;
}

.hp-article-list .article-category {
    float: right;
}

.hp-article-list .article-visual-link {
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.hp-article-list .article-visual-link img {
    width: auto;
    max-height: 166px;
}

.hp-article-list .article-title,
.hp-article-list .article-title a,
.hp-article-list .content-text {
    padding: 2px;
}

.hp-article-list .article-title,
.hp-article-list .article-title a {
    text-transform: uppercase;
    font-family: 'Futura BT Book',sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #333;
}

.hp-article-list .content-text {
    font-size: 13px;
    line-height: 14px;
}

.read-more-btn {
    width: 38px;
    height: 23px;
    text-align: center;
    font-family: 'Futura MD BTMedium',sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url(../images/common/read-more-btn.jpg);
}

.read-more-btn:hover {
    font-size: 22px;
}

.hp-article-list .read-more-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider-arrow-container {
    float: right;
}

.hp-articles-container .slider-arrow {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.hp-articles-container .slider-arrow a {
    display: block;
    width: 24px;
    height: 49px;
    background-image: url(../images/home/slider-arrows-small.png);
}

.hp-articles-container .slider-arrow.prev a {
    background-position: top left;
}

.hp-articles-container .slider-arrow.next a {
    margin-left: 8px;
    background-position: top right;
}

.hp-articles-container .slider-arrow:hover a {
    position: relative;
    top: -1px;
}

.hp-articles-container .slider-arrow.prev:hover a {
    background-position: bottom left;
}

.hp-articles-container .slider-arrow.next:hover a {
    background-position: bottom right;
}

.hp-articles-container .bx-pager.bx-default-pager {
    display: none;
}

/* -- Gallerie -- */

.hp-images-list-container {
    width: 955px;
    margin-bottom: 90px;
    padding: 9px 0;
    border: 2px solid #c0c1c3;
    overflow: hidden;
}

.hp-images-list,
.slides-list {
    margin-bottom: 9px;
    overflow: hidden;
}

.hp-images-list li,
.gallery-list li {
    float: left;
    position: relative;
    margin: 0 0 6px 9px;
}

.hp-images-list li .color-overlay,
.hp-images-list li .image-link,
.slides-list li .color-overlay,
.slides-list li .image-link,
.gallery-list li .color-overlay,
.gallery-list li .image-link {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
}

.hp-images-list li:hover .color-overlay,
.slides-list li:hover .color-overlay,
.gallery-list li:hover .color-overlay {
    background-color: rgba(191,53,63,0.9);
}

.hp-images-list .image-overlay,
.slides-list .image-overlay,
.gallery-list .image-overlay {
    display: none;
    z-index: 3;
    position: absolute;
    top: 9px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 120px;
    background: url(../images/home/plus-overlay.png) center center no-repeat;
}

.hp-images-list li:hover .image-overlay,
.slides-list li:hover .image-overlay,
.gallery-list li:hover .image-overlay {
    display: block;
}

.image-overlay .image-title {
    float: left;
    padding: 0 10px;
    font-family: 'Futura LT BTLight';
    font-size: 17px;
    color: #fff;
}

.image-overlay .hover-like {
    float: right;
    width: 18px;
    height: 17px;
    margin-right: 8px;
    padding-right: 12px;
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
    background: url(../images/home/heart-icon.png) center right no-repeat;
}

.gallery-details,
.hp-images-list-container .gallery-avatar {
    float: left;
}

.gallery-details {
    clear: both;
    margin: 0 0 0 20px;
    overflow: hidden;
    font-family: 'Futura LT BTLight',sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.hp-images-list-container .gallery-avatar {
    margin-right: 17px;
}

.hp-images-list-container .gallery-avatar img {
    border: 1px solid #bfc1c3;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 0 rgb(211,213,214);
    -moz-box-shadow: 1px 1px 0 rgb(211,213,214);
    box-shadow: 1px 1px 0 rgb(211,213,214);
}

.hp-images-list-container .gallery-author {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    color: #333;
    *display: inline;
    *zoom: 1;
}

.hp-images-list-container .gallery-title {
    color: #666;
}

.hp-images-list-container .gallery-socials {
    float: right;
    height: 55px;
    margin-right: 23px;
    line-height: 55px;
}

.hp-images-list-container .gallery-socials * + * {
    margin-left: 25px;
}

.gallery-comments {
    padding: 0 0 0 26px;
    background: url(../images/home/comment-icon.png) no-repeat left center;
}

.gallery-likes {
    padding: 0 0 0 24px;
    background: url(../images/home/like-icon.png) no-repeat left center;
}

.gallery-socials a,
.main-footer .footer-title {
    font-family: 'Futura LT BTLight',sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #666;
}