/*
Theme Name: 	Demaret
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/


/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/


/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";
div,
article,
section,
header,
footer,
nav,
li {
    position: relative;
    /* For absolutely positioning elements within containers (add more to the list if need be) */
}

.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
    /* For clearing */
}

body {
    background: #43281f;
    /* Don't forget to style your body to avoid user overrides */
}

::-moz-selection {
    background: #43281F;
    color: #f6ba72;
}

::selection {
    background: #43281F;
    color: #f6ba72;
}


/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea {
    font-family: Georgia, "Times New Roman", Times, serif;
    ;
    font-size: 16px;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    /* This helps to identify headings at the initial build stage, but you should write something more precise later on */
}

a {
    color: #FFFFFF;
    outline: none;
}


/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.linkVache {
    position: absolute;
    background: rgba(113, 47, 19, 0.80);
    width: 100%;
    padding: 0.5em;
    margin-top: 11.6em;
    text-align: center;
}

.language-selector {
    text-transform: capitalize;
    display: none;
}

.language-selector-pascal {
    text-transform: capitalize;
}

.language-selector li {
    display: inline-block;
    margin: 0 1px 0 0;
}

.language-selector a {
    display: block;
    padding: 0 7px;
    line-height: 12px;
}

.language-selector-pascal a {
    display: none;
    padding: 0 7px;
    line-height: 12px;
}

.language-selector a.lang_sel_sel,
.language-selector a:hover {
    color: #F6BA72;
}

a.phone[href^=tel]:link {
    white-space: nowrap;
}

.navbar {
    border-radius: 0;
    border: 0;
    /*background:#43281f;*/
    margin-bottom: 0;
}

.navbar .navbar-brand {}

.navbar-toggle {
    border-color: #b5683d;
}

.navbar-toggle .icon-bar {
    background: #FFF;
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar-nav a {
    text-align: center;
}

.content {
    padding: 30px 0;
    padding-bottom: 120px;
    background: #c1a790;
    transition: padding ease-in 0.4s;
}

.hover_horaires {
    padding-bottom: 260px;
}

.item,
.itemcustom {
    width: 310px;
    margin: 4px 4px;
    padding: 0 0;
    background: rgba(255, 255, 255, 0.2);
    float: left;
    height: 221px;
    overflow: hidden;
}

.wrapperdark_loic {
    background: #43281f;
    width: 959px;
    padding: 2px;
    overflow: visible !important;
}

.item.r2,
.itemcustom.r2 {
    height: 450px;
}

.item.r3 {
    height: 679px;
}

.item.c2 {
    width: 628px;
}

.item.c3,
.itemcustom.c3 {
    width: 946px;
}

.item.photo {}

.item.photo a {
    display: block;
    position: relative;
}

.item.video {}

.item.video a {
    display: block;
    position: relative;
}

.item.video .hover {
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/play-btn.png) center no-repeat;
}

.item.video img {
    width: 100%
}

.item.galerie {
    text-align: center;
}

.item.galerie .hover {
    z-index: 20;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
}

.item.galerie .hover.up {
    padding: 20px 0 0 0;
    top: 0;
}

.item.galerie .hover.bottom {
    padding: 0 0 20px 0;
    bottom: 0;
}

.item.galerie p.slogan {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    background: #b5683d;
    padding: 2px 5px;
    cursor: default;
}

.item.galerie p.slogan .plus {
    font-size: 24px;
    color: #f6bf79;
}

.item.galerie .hover.dark p.slogan {
    background: #43281f;
}


/* BIG TEASER */

.item.big-teaser {}

.item.big-teaser a {
    display: block;
    position: relative;
}

.item.big-teaser .hover {
    z-index: 20;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.item.big-teaser .hover.bottom {
    padding: 85px 0 20px 0;
    background: transparent url(img/teaser-garniture.png) 0 0 no-repeat;
    bottom: 0;
}

.item.big-teaser .hover.bottom p {
    margin-bottom: 10px;
}

.item.big-teaser .hover.bottom .title {
    margin: 0 0 10px 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #f6bf79;
    font-size: 20px;
}

.item.big-teaser .hover.bottom .plus {
    font-size: 36px;
    color: #f6bf79;
}

.item.big-teaser .hover.up {
    padding: 20px 0 85px 0;
    background: transparent url(img/teaser-garniture.png) 0 100% no-repeat;
}

.item.big-teaser .hover.up p {
    margin: 0 10px 10px 10px;
}

.item.big-teaser .hover.up .title {
    margin: 0 0 10px 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #f6bf79;
    font-size: 20px;
}

.item.big-teaser .hover.up .plus {
    font-size: 36px;
    color: #f6bf79;
}

.item.big-teaser.toobig .hover.bottom {
    padding: 135px 0 20px 0;
    background-size: 100%;
}

.item.big-teaser a:hover {
    color: #FFF;
}

.item.big-teaser a:hover .hover.bottom {}

.item.big-teaser a:hover .hover.up {}


/* SMALL TEASER */

.item.small-teaser {}

.item.small-teaser a {
    display: block;
    position: relative;
}

.item.small-teaser .hover {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.item.small-teaser .hover {
    padding: 0 0 0 0;
    bottom: 0;
    z-index: 20;
}

.item.small-teaser .hover p {
    margin-bottom: 20px;
}

.item.small-teaser .hover .title {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #38242a;
    font-size: 20px;
    display: inline-block;
    background: #FFFFFF;
    padding: 2px 5px
}

.item.contenu,
.itemcustom.contenu {
    padding: 10px 15px;
    background: #43281f;
    color: #FFFFFF;
    font-size: 0.9em
}

.item.contenu.verviers {
    height: 600px;
    z-index: 10;
}

.item.contenu.manaihant {
    height: 550px;
    z-index: 10;
}

.item.contenu h1,
.itemcustom.contenu h1 {
    margin: 0 200px 10px 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #f6bf79;
    font-size: 20px;
}

.item.contenu h2,
.itemcustom.contenu h2 {
    margin: 10px 0;
    color: #f6bf79;
    font-size: 20px;
}

.item.contenu p,
.item.contenu ul {
    margin: 20px 200px 20px 0;
}

.item.contenu ul li {
    list-style: disc;
    margin: 10px 0 10px 20px;
}

.item.contenu .gal-images {
    position: relative;
}

.item.contenu .gal-images img {
    display: inline-block;
    margin: 0 5px;
}

.item.contenu.magasin {}

.magasin.verviers p {
    font-size: 16px;
    margin: 10px 275px 10px 0;
}

.magasin.manaihant p {
    font-size: 16px;
    margin: 10px 415px 10px 0;
}

.item.contenu .retour,
.itemcustom.contenu .retour {
    font-size: 10px;
    color: #f6bf79;
    height: 14px;
    line-height: 10px;
    overflow: hidden;
}

.item.contenu .retour:hover,
.itemcustom.contenu .retour:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.item.contenu.franchise {}

.item.contenu.franchise h1 {
    margin: 0 0 10px 200px;
}

.item.contenu.franchise p {
    font-size: 0.8em;
    margin: 10px 0 10px 200px;
}

.item.contenu.franchise .retour {
    position: relative;
    float: right;
    left: inherit;
    bottom: inherit;
}

.item.contenu.inscription {
    position: relative;
}

.item.contenu.inscription p {
    font-size: 0.8em;
    margin: 10px 0 10px 0;
}

.item.contenu.inscription .retour {
    position: relative;
    float: right;
    left: inherit;
    bottom: inherit;
    height: 15px !important;
    margin-top: -10px !important;
}

.item.contenu.point-vente {
    padding: 20px 20px;
    text-align: center;
}

.item.contenu.point-vente h1 {
    margin: 0 0 10px 0;
}

.item.contenu.point-vente p,
.item.contenu.point-vente ul {
    margin: 18px 0 20px 0;
}

.item.point-vente {}

.item.point-vente a {
    display: block;
    position: relative;
    cursor: default;
}

.item.point-vente .hover {
    z-index: 20;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.item.point-vente .hover.bottom {
    padding: 65px 0 0 0;
    background: transparent url(img/teaser-garniture.png) 0 0 no-repeat;
    bottom: 0;
}

.item.point-vente .hover.bottom p,
.item.point-vente .coordonnees p {
    margin-bottom: 10px;
}

.item.point-vente .hover.bottom .title,
.item.point-vente .coordonnees .title {
    margin: 0 0 10px 0;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
    color: #f6bf79;
    font-size: 20px;
}

.item.point-vente .hover.bottom .plus {
    font-size: 28px;
    color: #f6bf79;
}

.item.point-vente .coordonnees {
    position: absolute;
    z-index: 25;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    background: #43281f;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    text-align: center;
}

.item.point-vente a:hover .coordonnees {
    opacity: 1;
}

.item.coordonnees {
    text-align: center;
}

.item.coordonnees h1 {
    margin: 0 0 10px 0;
}

.item.coordonnees p {
    margin: 15px 0
}

.item.contact {}

.item.contact a {
    display: block;
    position: relative;
    cursor: default;
}

.item.contact .hover {
    z-index: 20;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.item.contact .hover.bottom {
    padding: 85px 0 20px 0;
    background: transparent url(img/teaser-garniture.png) 0 0 no-repeat;
    bottom: 0;
}

.item.contact .hover.bottom p,
.item.contact .coordonnees p {
    margin-bottom: 10px;
}

.item.contact .hover.bottom .title,
.item.contact .coordonnees .title {
    margin: 0 0 10px 0;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
    color: #f6bf79;
    font-size: 20px;
}

.item.contact .hover.bottom .plus {
    font-size: 28px;
    color: #f6bf79;
}

.item.contact .coordonnees {
    position: absolute;
    z-index: 25;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    background: #43281f;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 20px;
}

.item.contact a:hover .coordonnees {
    opacity: 1;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
}

.galerie .arrow {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.swiper-container {
    height: 100%;
    width: 310px;
}

.magasin {}

.magasin .galerie {
    float: right;
    position: relative;
}

.magasin .swiper-container {
    height: 398px;
}

.magasin.verviers .swiper-container {
    width: 259px;
}

.magasin.manaihant .swiper-container {
    width: 380px;
}

.item.contenu.conditions {
    height: auto;
    width: 310px;
}

.item.contenu.conditions p {
    margin: 20px 0 20px 0;
    text-align: justify;
}

.wrapper-dark {
    background: #43281f;
    position: static;
    margin: -5px 0 0 -5px;
    max-width: 965px;
}

#hidden {
    display: none;
}

footer {
    background: #43281f;
    font-size: 15px;
    color: #f3bd78;
    padding: 10px 0 0 0;
}

footer a {
    color: #f3bd78;
}

footer .right {
    text-align: right;
}

img.jwlogo {
    display: none!important;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope,
.isotope .isotope-item {
    /*-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;*/
}

.tetris {
    overflow: inherit!important;
}

@media (min-width: 801px) {
    .isotope,
    .isotope .isotope-item {}
    .wrapper-dark {
        background: #43281f;
        position: static;
        margin: -5px 0 0 -5px;
        max-width: 965px;
    }
    .navbar-nav {
        float: right;
    }
    .fr .navbar-nav {
        margin-left: 0;
    }
    .fr .navbar-nav a {
        padding: 0 8px!important;
    }
    .nl .navbar-nav {
        margin-left: 3px;
    }
    .nl .navbar-nav a {
        padding: 0 8px!important;
    }
    .de .navbar-nav {
        margin-left: 11px;
    }
    .de .navbar-nav a {
        padding: 0 10px!important;
    }
    .en .navbar-nav {
        margin-left: 0;
    }
    .en .navbar-nav a {
        padding: 0 4px!important;
    }
    .navbar {
        margin-top: 20px;
    }
    .language-selector {
        position: absolute;
        top: -5px;
        right: 30px;
        z-index: 500;
    }
    .language-selector li:first-child {
        border-left: solid 1px #b5683d;
    }
    .language-selector li {
        display: inline-block;
        margin: 0 1px 0 0;
        border-right: solid 1px #b5683d;
    }
    .navbar-nav a {
        font-size: 18px;
        text-align: left;
    }
    .navbar-nav>li:first-child {
        border-left: solid 1px #b5683d;
    }
    .navbar-nav>li {
        border-right: solid 1px #b5683d;
        height: 40px
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus,
    .navbar-nav>li.current_page_item>a,
    .navbar-nav>li.current-page-ancestor>a {
        background-color: inherit;
        color: #f6ba72;
    }
    .item.contenu .gal-images {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .item.contenu .gal-images img {
        display: block;
        margin-bottom: 25px;
    }
    .item.contenu.franchise .gal-images {
        position: absolute;
        top: 20px;
        right: inherit;
        left: 10px;
    }
    .galerie .arrow.left {
        left: 6px;
        z-index: 10;
        background: rgba(255, 255, 255, 0.3) url(img/arrows.png) no-repeat left top;
    }
    .galerie .arrow.right {
        right: 6px;
        z-index: 11;
        background: rgba(255, 255, 255, 0.3) url(img/arrows.png) no-repeat left bottom;
    }
    .galerie:hover .arrow.left {
        background: #fff url(img/arrows.png) no-repeat left top;
    }
    .galerie:hover .arrow.right {
        background: #fff url(img/arrows.png) no-repeat left bottom;
    }
    .item.contenu.conditions {
        width: 946px;
    }
    .item.contenu .retour {
        position: absolute;
        bottom: -5%;
        left: 88%;
    }
    .itemcustom.contenu .retour {
        position: absolute;
        bottom: 5;
        left: -35px;
    }
    .item.photo img,
    .item.galerie img,
    .item.big-teaser img,
    .item.small-teaser img,
    .item.video img {
        z-index: 10;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }
    .item.photo a:hover img,
    .item.galerie a:hover img,
    .item.big-teaser a:hover img,
    .item.small-teaser a:hover img,
    .item.video a:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (max-width: 800px) {
    .language-selector-pascal a {
        display: block;
        padding: 0 7px;
        line-height: 12px;
    }
    .isotope,
    .isotope .isotope-item {}
    .wrapper-dark {
        background: #43281f;
        position: static;
        margin: -5px -15px 0 10px;
        max-width: 965px;
    }
    .galerie .arrow.left {
        left: 6px;
        z-index: 10;
        background: #fff url(img/arrows.png) no-repeat left top;
    }
    .galerie .arrow.right {
        right: 6px;
        z-index: 11;
        background: #fff url(img/arrows.png) no-repeat left bottom;
    }
    .tetris {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        overflow: hidden !important;
    }
    footer,
    footer .right {
        text-align: center!important;
        font-size: 12px;
    }
    .tetris .item {
        max-width: 100%;
    }
    .navbar-collapse,
    .navbar-collapse .navbar-nav {
        background: #c1a790;
    }
    .navbar-collapse .navbar-nav>li {
        margin: 5px 10px;
    }
    .navbar-collapse .navbar-nav>li a {
        background: #43281F;
    }
    .navbar-collapse .navbar-nav>li a:hover,
    .navbar-collapse .navbar-nav>li.current_page_item>a,
    .navbar-collapse .navbar-nav>li.current-page-ancestor>a {
        background: #b5683d;
    }
    .item.contenu .retour {
        position: absolute;
        bottom: -20px;
        right: 0;
    }
    .item.r2.contenu,
    .item.r3.contenu {
        height: auto;
    }
    .item.r2.contenu {
        min-height: 450px;
    }
    .item.r3.contenu {
        min-height: 679px;
    }
    .item.contenu h1,
    .itemcustom.contenu h1 {
        margin: 0 0 10px 0;
    }
    .item.contenu p,
    .item.contenu ul {
        margin: 20px 0 20px 0;
    }
    .item.contenu.franchise h1 {
        margin-left: 0;
    }
    .item.contenu.franchise p {
        margin: 10px 0 10px 0;
    }
    .item.c2,
    .item.c3 {
        width: 310px;
    }
    .item.video {
        width: 310px;
        height: 221px;
    }
    .item.contenu .gal-images {
        text-align: center;
        min-height: 80px;
    }
    .item.contenu .gal-images img {
        width: 45%;
        height: auto;
        display: inline-block;
        margin: 5px;
    }
    .magasin.manaihant .swiper-container {
        width: 250px;
        height: 200px;
        margin-bottom: 20px;
    }
    .magasin.manaihant .swiper-container img {
        width: 250px!important;
        height: auto!important;
    }
    .magasin.verviers .swiper-container {
        width: 250px;
        margin-bottom: 20px;
    }
    .magasin.verviers .swiper-container img {
        width: 250px!important;
        height: auto!important;
    }
    /*.container > .navbar-collapse { margin-right: -25px; margin-left: -25px; }*/
    a#video-play {
        display: none;
    }
}

@media screen and (min-width: 650px) and (max-width: 800px) {
    .container.tetris {
        width: 640px;
    }
    .item.contenu.conditions {
        width: 628px;
    }
    .language-selector {
        position: absolute;
        top: -5px;
        right: 30px;
        z-index: 500;
        display: none;
    }
    .language-selector li:first-child {
        border-left: solid 1px #b5683d;
    }
    .language-selector li {
        display: none;
        margin: 0 1px 0 0;
        border-right: solid 1px #b5683d;
    }
    .language-selector-pascal {
        position: absolute;
        top: 37px;
        right: 80px;
        z-index: 500;
        display: block;
    }
    .language-selector-pascal li:first-child {
        border-left: solid 1px #b5683d;
    }
    .language-selector-pascal li {
        display: inline-block;
        margin: 0 1px 0 0;
        border-right: solid 1px #b5683d;
    }
}

@media screen and (min-width: 321px) and (max-width: 649px) {
    .container.tetris {
        width: 320px;
    }
    .navbar-brand {
        position: relative;
        top: 13px;
    }
    .item.contenu .retour {
        position: absolute;
        bottom: -2%;
        left: 88%;
    }
    .item.contenu.conditions {
        width: 628px;
    }
    .language-selector {
        position: absolute;
        top: -5px;
        right: 30px;
        z-index: 500;
        display: none;
    }
    .language-selector li:first-child {
        border-left: solid 1px #b5683d;
    }
    .language-selector li {
        display: none;
        margin: 0 1px 0 0;
        border-right: solid 1px #b5683d;
    }
    .language-selector-pascal {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 500;
        display: block;
    }
    .language-selector-pascal li:first-child {
        border-left: solid 1px #b5683d;
    }
    .language-selector-pascal li {
        display: inline-block;
        margin: 0 1px 0 0;
        border-right: solid 1px #b5683d;
    }
}

@media (max-width: 799px) {
    .navbar-brand {
        position: relative;
        top: 13px;
    }
    .container>.navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }
    .language-selector {
        position: absolute;
        top: -5px;
        right: 30px;
        z-index: 500;
        display: none;
    }
    .language-selector li:first-child {
        border-left: solid 1px #b5683d;
    }
    .language-selector li {
        display: none;
        margin: 0 1px 0 0;
        border-right: solid 1px #b5683d;
    }
    .language-selector-pascal {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 500;
        display: block;
    }
    .language-selector-pascal li:first-child {
        border-left: solid 1px #b5683d;
    }
    .language-selector-pascal li {
        display: inline-block;
        margin: 0 1px 0 0;
        border-right: solid 1px #b5683d;
    }
}


/* Retina Display */

@media screen and (-webkit-min-device-pixel-ratio:2) {
    {
        /* Place your styles here for all 'Retina' screens */
    }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) and (orientation: landscape) {
    .isotope,
    .isotope .isotope-item {}
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) and (orientation: portrait) {
    .isotope,
    .isotope .isotope-item {}
}


/* Android Tablet (portrait and landscape) ----------- */

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) {
    /* Styles */
}


/* Android Tablet (landscape) ----------- */

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: landscape) {
    /* Styles */
}


/* Android Tablet (portrait) ----------- */

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: portrait) {
    /* Styles */
}


/* Desire + Galaxy S2 (portrait and landscape) ----------- */

@media only screen and (min-device-width: 480px) and (max-device-width: 800px) {
    /* Styles */
}


/* Desire + Galaxy S2 (landscape) ----------- */

@media only screen and (min-device-width: 480px) and (max-device-width: 800px) and (orientation: landscape) {
    /* Styles */
}


/* Desire + Galaxy S2 (portrait) ----------- */

@media only screen and (min-device-width: 480px) and (max-device-width: 800px) and (orientation: portrait) {
    /* Styles */
}


/*--------------- news ------------------- */

.ftpuce {
    position: relative;
    top: 0.3em;
}

.notTop {}

.toLeftCenter {
    position: relative;
    left: 2%;
}

#broadAllPage {
    position: relative;
    left: 2%;
}

#MyContent {
    margin-bottom: 3em;
}

.addSpace {
    height: 3em;
    margin-bottom: 2em;
}

.right {
    width: 40%;
    margin-left: -4em;
}

.ftnews {
    width: 10%;
    margin-left: 3.5em;
}

#footNews {
    background: #b66838;
    padding: 0.5em;
    text-align: left;
    position: relative;
    margin-top: -0.7em;
    width: 10em;
    left: -4.5em;
}

#footNews img {
    float: left;
    margin-right: 0.5em;
}

#broadcast-news {
    background: #fdfaf5;
    width: 98.3%;
    margin-bottom: 2em;
    height: 4.5em;
}

.info_message {
    background: #fdfaf5;
    margin: 0 0 2em 0;
}

#link-news {
    background: #b66838;
    color: white;
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    padding: 0.5em;
    width: 40%;
}

#footNews {
    color: white;
}

#link-news>h2,
#footNews>h2 {
    font-weight: bold;
}

#link-news img {
    float: left;
    margin-right: 0.5em;
    position: relative;
    top: 0.4em;
}

.broad-top {
    width: 12%;
    height: 3em;
    padding-top: 1em !important;
    float: left;
    position: relative;
    top: 1em;
    left: 1em;
    text-transform: uppercase;
    font-size: 0.9em;
}

.broad-right {
    float: right;
    left: -1em !important;
    width: 18%
}

.broad-right>h2 {
    position: relative;
    top: -0.5em;
}

.broad-title {
    float: left !important;
    margin-right: 0.5em;
    color: #b66838;
    font-weight: bolder;
}

.broad-texte {
    float: left;
    color: #4b2b18;
    font-weight: normal !important;
}

.broadcast-texte {
    float: left;
    width: 60%;
    position: relative;
    top: 1em;
    margin-left: 3em;
    height: 2.5em;
    overflow: hidden
}

.broadcast-texte>p,
.broadcast-texte>span {
    font-size: 0.8em;
}

.addNews {
    width: 31.65%;
    padding: 1em;
    background: white;
    float: left;
    margin-bottom: 2em;
    margin-right: 1em;
    min-height: 30em;
    background: #fdfaf5;
}

.newsBrown {
    background: #43281f !important;
}

.news-date,
.message_slogan p {
    background: #b66838;
    color: white;
    padding: 0.5em;
    margin-bottom: 1em;
    font-weight: bold;
}

.message_slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.close_message,
.close_message:hover {
    background: #b66838;
    color: white;
}

.message_wrapper {
    padding: 20px 15px 20px 15px;
    color: #b66838;
    box-sizing: border-box;
}

.modal {
    text-align: center;
    padding: 0!important;
    background: rgba(0, 0, 0, 0.6);
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    left: 0;
}

.message_title {
    color: #b66838;
    margin-bottom: 15px;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
}

.message_content {
    line-height: 1.4;
}

.message_content li {
    list-style: inside;
    margin-bottom: 10px;
}

.message_content a {
    color: #b66838;
    text-decoration: underline;
}

.message_content p {
    margin-bottom: 15px;
}

.message_slogan p {
    padding: 1.5em 0.5em;
    text-align: center;
}

.news-date h2 {
    font-weight: bold
}

.news-date>img {
    float: left;
    margin-right: 0.7em;
    margin-top: -0.2em;
}

.news-img {
    width: 99.9%;
    height: auto;
    margin-bottom: 1em;
}

.addNews>p {
    color: #4b2b18;
    font-weight: bold;
    font-size: 0.8em;
}

.facebook {
    margin-top: 20px;
    padding: 30px 0;
    text-align: center;
}


/*Post navigation*/

.post_pagination ul {
    text-align: center;
}

.post_pagination li {
    list-style: none;
    display: inline-block;
    margin: 40px 3px;
}

.post_pagination span {
    background-color: #43281f;
    color: #fff;
}

.post_pagination a {
    color: #43281f;
    transition: all 0.4s;
}

.addNews>p>a {
    color: #b66838 !important;
}

.newsBrown a {
    color: #b66838 !important;
}

.newsBrown>p {
    color: white !important;
}

@media (max-width: 1200px) {
    .news-date h2 {
        font-weight: bold;
        font-size: 0.75em
    }
    .broad-right>h2 {
        position: relative;
        top: -0.2em;
        font-size: 0.75em
    }
    #footNews {
        left: -2em;
    }
}

@media (max-width: 1000px) {
    .addNews {
        width: 47%;
    }
    #footNews {
        width: 12em;
    }
    #broadcast-news {
        width: 82%
    }
    .broad-top {
        width: 14%
    }
    .broadcast-texte {
        width: 55%
    }
    .broad-right:not(*:root) {
        position: relative;
        left: -1em;
        width: 23% !important
    }
    .broadcast-texte:not(*:root) {
        position: relative;
        left: -1em;
    }
}

@media (max-width: 1025px) {
    #boxContent {
        width: 95% !important;
    }
}

@media (max-width: 950px) {
    .broad-rigth {
        width: 28% !important
    }
}

@media (max-width: 800px) {
    .doubleSizeContact {
        width: 100% !important;
        height: auto !important;
        background: #43281f;
    }
    #horaireBlock table {
        width: 100% !important;
    }
    .right {
        width: auto;
        margin-left: 0;
    }
    .broad-rigth {
        width: 23%
    }
    .ftnews {
        display: none;
    }
    #broadcast-news {
        display: none
    }
    .addNews {
        width: 45%;
        margin-left: 2%;
    }
    #link-news {
        display: block;
    }
}

@media (max-width: 649px) {
    #broadcast-news {
        display: none
    }
    .addNews {
        width: 98%
    }
    #link-news {
        display: block;
    }
}

@media screen and (max-device-width: 480px) {
    .addNews {
        width: 94%
    }
}


/************/

#horaireBlock {
    display: none;
}

.maxHeight img {
    height: 100%;
    width: auto;
}

#showHoraire {
    background: #f6bf79;
    cursor: pointer;
    width: auto;
    padding: 5px;
    position: absolute;
    bottom: 0;
    color: #43281f !important;
    border-radius: 3px 3px 0px 0px;
}

.retour {
    background: #f6bf79;
    cursor: pointer;
    width: auto;
    padding: 5px;
    font-size: 17px !important;
    position: absolute !important;
    z-index: 2;
    padding-bottom: 22px;
    margin-right: 16px;
    left: 0% !important;
    bottom: -2.5em !important;
    color: #43281f !important;
    border-radius: 3px 3px 0px 0px;
}

.verviers .retour {
    bottom: -11em !important;
}

.manaihant .retour {
    bottom: -8.4em !important;
}

#boxHover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    top: 0;
}

#boxContent {
    width: 990px;
    background: white;
    padding: 1em;
    text-align: center;
    margin: auto;
    margin-top: 10%;
    border-radius: 5px;
}

#boxContent iframe {
    width: 100%;
    height: auto;
    min-height: 450px;
}

#closeBox {
    position: relative;
    float: right;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    color: red;
    background: #ffffff;
    margin-top: -25px;
    margin-right: -25px;
    font-size: 1.3em;
    font-family: sans-serif;
    cursor: pointer;
}

@media (max-width: 1000px) and (min-width: 320px) {
    .conges {
        z-index: 30;
    }
    .hover_horaires .contact.horaires {
        z-index: 31 !important;
    }
    .magasin .galerie {
        position: static;
    }
    .verviers .retour {
        bottom: 0 !important;
        left: 70% !important;
        width: 25%;
    }
    .manaihant .retour {
        width: 25%;
        bottom: 0!important;
        left: 70% !important;
    }
}