/* = GLOBAL = */
/** == BALISES == **/
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #68686A;
}

/** == BOUTONS == **/
.button,
.button-primary,
.button-secondary,
.button-thirdary {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.button-primary {
    font-weight: 400;
    padding: 15px 70px;
    border: 1px solid #1B181C;
}

.button-secondary {
    padding: 10px 30px;
}

.button,
.button-thirdary {
    padding: 10px 15px;
}

.button-primary,
.button-primary:active,
.button-primary:visited,
.button-primary:focus {
    background-color: #1B181C;
    color: #FFF;
}

.button-secondary,
.button-secondary:active,
.button-secondary:visited,
.button-secondary:focus {
    background-color: transparent;
    border: 1px solid #1B181C;
    color: #1B181C;
}

.button-thirdary,
.button-thirdary:active,
.button-thirdary:visited,
.button-thirdary:focus {
    background-color: #FFB311;
    color: #FFF;
}

/** == FONDS == **/
.cover,
.contain {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
}

.cover {
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}

.contain {
    -webkit-background-size: contain; /* pour Chrome et Safari */
    -moz-background-size: contain; /* pour Firefox */
    -o-background-size: contain; /* pour Opera */
    background-size: contain; /* version standardisée */
}

/** == FLAGS == **/
.new-product {
    display: inline-block;
    background-color: #FF9600;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 36px;
}

.new-product:hover {
    color: #FFF;
}

.soon-product {
    display: inline-block;
    background-color: #A5C400;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 36px;
}

.soon-product:hover {
    color: #FFF;
}

/** == TEXTE == **/
h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

/** == LIENS == **/
a {
    color: #3E98C5;
    text-decoration: none;
}

a:hover, a:active, a:focus, a:visited {
    color: #327A9E;
}

/** == LISTE == **/
ul.list-3-items-by-row,
ul.list-4-items-by-row {
    margin-left: -15px;
    margin-right: -15px;
}

ul.list-3-items-by-row > li,
ul.list-4-items-by-row > li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

article .list-1-items-by-row > li,
article .list-2-items-by-row > li,
article .list-3-items-by-row > li,
article .list-4-items-by-row > li {
    text-indent: 0;
}

article .list-1-items-by-row > li:before,
article .list-2-items-by-row > li:before,
article .list-3-items-by-row > li:before,
article .list-4-items-by-row > li:before {
    display: none;
}

/*** === LISTE CHEVRON === ***/
ul.list-chevron > li {
    position: relative;
    padding-left: 16px;
}

ul.list-chevron > li:before {
    margin-top: -10px;
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 0;
}

/*** === VIGNETTE DES SPONSORS ET MAGASIN === ***/
.bb_thumbnail .list-2-items-by-row {
    margin-left: -5px;
    margin-right: -5px;
}

.bb_thumbnail .list-2-items-by-row > li {
    position: relative;
    text-indent: 0;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    display: block;
    content: "";
}

.bb_thumbnail .list-2-items-by-row > li:before {
    display: none;
}

.bb_thumbnail .entry-thumbnail {
    margin: 0;
}

.bb_thumbnail .entry-thumbnail:before,
.bb_thumbnail .entry-thumbnail:after {
    display: none;
}

.bb_thumbnail .entry-thumbnail img {
    display: inline-block;
}

.bb_thumbnail .entry-text {
    display: table;
}

.bb_thumbnail .entry-text-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.bb_thumbnail .entry-title {
    border-bottom: none;
    margin-bottom: 0;
    height: auto;
}

.bb_thumbnail .entry-title h2 {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: #1F1F1F;
}

.bb_thumbnail .entry-excerpt {
    margin-bottom: 0;
    height: auto;
    font-size: 12px;
    line-height: 1.2;
    color: #1F1F1F;
}

.bb_thumbnail .entry-excerpt p {
    margin-bottom: 5px;
}

/* = STRUCTURE = */
#page {

}

/* = ENTÊTE = */
/** == GLOBAL == **/
#site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #FFF;
}

.tify_pusher_active #site-header {
    position: absolute;
}

.admin-bar #site-header {
    top: 32px;
}

#site-header a {
    color: #FFF;
    text-decoration: none;
}

/**
 * BARRE DE NAVIGATION LATERALE
 */
div.tiFySidebar {
    z-index: 110;
}

.tiFySidebar-panel {
    background-color: #A7C0CC;
}

.tiFySidebar-nodesContainer {
    padding: 20px 10px 50px;
}

.tiFySidebar-toggleButton {
    background-color: #A7C0CC;
}

.tiFySidebar-toggleButton svg {
    fill: #FFF;
}

.tiFySidebar-node--logo {
    margin-bottom: 15px;
}

.tiFySidebar-node--logo > a {
    position: relative;
    display: block;
    width: 260px;
    height: 70px;
}

.tiFySidebar-node--logo svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    fill: #FFF;
}

.tiFySidebar-node--logo #circle,
.tiFySidebar-node--logo #b-big,
.tiFySidebar-node--logo #i-big,
.tiFySidebar-node--logo #g-big {
    fill: #FFF;
}

.tiFySidebar-node--searchform {
    float: left;
}

.tiFySidebar-node--searchform {
    position: relative;
    width: 220px;
    margin-bottom: 5px;
}

.tiFySidebar-node--searchform input[type="text"] {
    width: 100%;
    border: none;
    padding: 0.3em;
    height: 34px;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    background-color: #F6F6F6;
}

.tiFySidebar-node--searchform button {
    position: absolute;
    top: 50%;
    right: 0;
    height: 30px;
    margin-top: -15px;
    border: none;
    color: #9C9E9F;
    line-height: 1;
    background-color: #F6F6F6;
}

.tiFySidebar-node--language_switcher {
    max-width: 90px;
    float: right;
}

.tiFySidebar-node--language_switcher [data-tify_control='dropdown_menu']{
    border: none;
    background-color: #A7C0CC;
    color: #FFF;
    text-transform: uppercase;
}

.tiFySidebar-node--language_switcher .dropdown_menu .selected {
    display: block;

    font-size: 14px;
    height: 30px;
    line-height: 20px;
}

.tiFySidebar-node--language_switcher [data-tify_control='dropdown_menu']::before {
    background-color: #A7C0CC;
    border: none;
}

.tiFySidebar-node--language_switcher [data-tify_control='dropdown_menu']::after {
    border-color: #FFF transparent;
}

.tiFyMultilingual_Switcher-picker {
    margin-top: -1px;
    border: solid 2px #A7C0CC;
    width: 46px !important;
    z-index: 1000;
}

.tiFyMultilingual_Switcher-picker > ul > li > a {
    display: block;
    text-align: center;
    color: #A7C0CC;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 0;
}

.tiFyMultilingual_Switcher-picker > ul > li > a:hover {
    background-color: #A7C0CC;
    color: #FFF;
}

.tiFySidebar-node--grouplink {
    clear: both;
}

.tiFySidebar-node--grouplink a{
    display: block;
    background-color: #5C7E8F;
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    padding: 8px;
}

.tiFySidebar-node--grouplink a:hover{
    background-color: #7D98A5;
}

.tiFySidebar-node--externalurl a {
    display: block;
    margin: 5px 0;
    background-color: #A7C0CC;
    border: solid 1px #FFF;
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    padding: 8px;
}

.tiFySidebar-node.tiFySidebar-node--pro_access {
    clear: both;
    margin-bottom: 15px;
    margin-left: -1px;
    margin-right: -1px;
}

.tiFySidebar-node--pro_access li {
    float: left;
    width: 50%;
    padding-left: 1px;
    padding-right: 1px;
}

.tiFySidebar-node--pro_access a {
    display: block;
    background-color: #FFF;
    font-size: 14px;
    color: #9C9E9F;
    padding: 4px;
    text-align: center;
}

.tiFySidebar-node--pro_access a:hover {
    background-color: #F2F6F8;
}

.tiFySidebar-node--pro_access a.active {
    color: #5C7E8F;
    font-weight: 600;
}

/*** === MENU DE NAVIGATION PRINCIPAL === ***/
.tiFySidebar-node--primary_navigation_menu {
    clear: both;
    margin-bottom: 15px;
    border-top: solid 2px #CAD9E0;
    padding-top: 10px;
}

.tiFySidebar-node--primary_navigation_menu a {
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    background-color: transparent;
    margin-left: -10px;
    margin-right: -10px;
    padding: 8px 10px;
    display: block;
    line-height: 1.1;
}

.tiFySidebar-node--primary_navigation_menu a:hover {
    background-color: #7D98A5;
}

.tiFySidebar-node.tiFySidebar-node--social_feed {
    border-top: solid 2px #CAD9E0;
    padding-top: 10px;
}

.tiFySidebar-node--social_feed ul {
    text-align: center;
}

.tiFySidebar-node--social_feed li {
    display: inline-block;
}

.tiFySidebar-node--social_feed li a {
    color: #FFF;
    display: block;
    font-size: 24px;
    padding: 6px 7px 3px;
    line-height: 1;
    margin-left: -3px;
}

/** == NAVIGATION SECONDAIRE == **/
#site-header #secondary-navigation {
    margin-bottom: 30px;
    background-color: #A7C0CC;
}

#site-header #secondary-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#site-header #secondary-navigation li {
    margin: 0;
    padding: 0;
    line-height: 1;
}

#site-header #secondary-navigation a {
    line-height: 1;
    display: block;
}

#site-header #secondary-navigation > ul {
    text-align: right;
}

#site-header #secondary-navigation > ul > li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    height: 30px;
}

/*** === PAGE DES RESEAUX SOCIAUX === ***/
.social{
    float: left;
}
#site-header #secondary-navigation .social-feed li {
    float: left;
}

#site-header #secondary-navigation .social-feed a {
    color: #FFF;
    font-size: 20px;
    padding: 3.5px 8px;
    content: "" !important;
}

/*** === FORMULAIRE DE RECHERCHE === ***/
#site-header #secondary-navigation .searchform {
    position: relative;
    width: 200px;
}

#site-header #secondary-navigation .searchform input[type="text"] {
    width: 100%;
    border: none;
    padding: 0.3em;
    height: 30px;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    background-color: #F6F6F6;
}

#site-header #secondary-navigation .searchform button {
    position: absolute;
    top: 50%;
    right: 0;
    height: 30px;
    margin-top: -15px;
    border: none;
    color: #9C9E9F;
    line-height: 1;
    background-color: #F6F6F6;
}

/*** === LIEN VERS LE GROUPE === ***/
#site-header #secondary-navigation .grouplink {
    margin: 0 -3px;
}

#site-header #secondary-navigation .grouplink a {
    display: block;
    background-color: #5C7E8F;
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    padding: 8px;
}

#site-header #secondary-navigation .grouplink a:hover {
    background-color: #7D98A5;
}

/*** === Url vers Tienda (site espagnol) ou Url vers Acquista (site italien) === ***/
#site-header #secondary-navigation .grouplink.external-link > a{
    background-color: transparent;
}

/*** === ACCES PRO === ***/
#site-header #secondary-navigation .pro_access li {
    float: left;
}

#site-header #secondary-navigation .pro_access a {
    background-color: #FFF;
    font-size: 14px;
    color: #9C9E9F;
    padding: 8px 10px;
}

#site-header #secondary-navigation .pro_access a:hover {
    background-color: #F2F6F8;
}

#site-header #secondary-navigation .pro_access li:first-child a {
    border-right: solid 2px #9c9e9f;
}

#site-header #secondary-navigation .pro_access a.active {
    color: #5C7E8F;
    font-weight: 600;
}

/*** === BASCULEUR DE LANGAGE == **/
#bigbenHeader-languageSwitcher {
    border: none;
    background-color: #A7C0CC;
}

#bigbenHeader-languageSwitcher .selected {
    display: block;
    color: #FFF;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    text-transform: uppercase;
}

#bigbenHeader-languageSwitcher::before {
    background-color: #A7C0CC;
    border: none;
}

#bigbenHeader-languageSwitcher::after {
    border-color: #FFF transparent;
}

#bigbenHeader-languageSwitcher-picker {
    margin-top: -1px;
    border: solid 2px #A7C0CC;
    width: 46px !important;
    z-index: 1000;
}

#bigbenHeader-languageSwitcher-picker > ul {

}

#bigbenHeader-languageSwitcher-picker > ul > li > a {
    display: block;
    text-align: center;
    color: #A7C0CC;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 0;
}

#bigbenHeader-languageSwitcher-picker > ul > li > a:hover {
    background-color: #A7C0CC;
    color: #FFF;
}

/** == LOGO == **/
#site-header #header-logo {
    text-align: center;
    margin-bottom: 30px;
}

#site-header #header-logo a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#site-header #header-logo #logo-bigben {
    width: 300px;
    height: auto;
}

/** == MENU DE NAVIGATION PRINCIPAL == **/
#site-header #primary-navigation #primary-navigation-menu > ul {
    margin-left: -15px;
    margin-right: -15px;
}

#site-header #primary-navigation #primary-navigation-menu > ul > li {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

#site-header #primary-navigation #primary-navigation-menu > ul > li > a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #445D6A;
    height: 60px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

#site-header #primary-navigation #primary-navigation-menu > ul > li > a > span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    line-height: normal;
    transform: translateY(-50%);
}

#site-header #primary-navigation #primary-navigation-menu > ul > li > a.current,
#site-header #primary-navigation #primary-navigation-menu > ul > li > a:hover,
#site-header #primary-navigation #primary-navigation-menu > ul > li.active > a {
    color: #FFF;
}

/* = CORPS DE PAGE = */
/** == GLOBAL == **/
#main {
    background-color: #FFF;
    padding-top: 207px;
}

/** == JUMBOTRON == **/
#main #jumbotron {
    position: relative;
    height: 50px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
    background-color: #A7C0CC;
}

#main #jumbotron > .wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

/** == FIL D'ARIANE == **/
#main #breadcrumb {
    position: relative;
    top: 0;
    bottom: 0;
    width: 1170px;
    top: 50%;
    left: 50%;
    margin-left: -585px;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main #breadcrumb::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

#main #breadcrumb #breadcrumb-wrapper {
    vertical-align: middle;
    display: inline-block;
    z-index: 99;
    padding: 5px;
}

.tiFyBreadcrumb > li + li::before {
    display: none;
}

.tiFyBreadcrumb > li::after {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    content: "/\00a0";
    color: #FFF;
}

.tiFyBreadcrumb > li:last-child::after {
    display: none;
}

.tiFyBreadcrumb-Item a,
.tiFyBreadcrumb-Item--active {
    font-size: 12px;
    color: #FFF;
}

.tiFyBreadcrumb-Item a {
    font-weight: 300;
    text-decoration: none;
}

.tiFyBreadcrumb-Item a:hover {
    color: #FFF;
}

.tiFyBreadcrumb-Item--active {
    font-weight: 400;
}

/** == CONTENU DU SITE == **/
#site-content {
    padding: 30px 0;
}

/*** === GLOBAL === ***/
/**** ==== LISTE DEROULANTE ==== ****/
#site-content .tify_control_dropdown {
    color: #9C9E9F;
    border: solid 1px #F1F1F1;
    background-color: #F1F1F1;
    vertical-align: middle;
    padding: 0;
    height: 35px;
    line-height: normal;
    cursor: pointer;
    padding: 0.6em;
    overflow: hidden;
}

#site-content .tify_control_dropdown::before {
    border: none;
    background-color: #F1F1F1;
}

#site-content .tify_control_dropdown > .selected {
    display: block;
    border: none;
    text-align: left;
    height: auto;
    padding-right: 16px;
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#site-content .tify_control_dropdown > ul > li {
    text-indent: 0;
    padding-left: 0;
}

#site-content .tify_control_dropdown > ul > li:before {
    display: none;
}

[data-tify_control='dropdown-picker'].tify_control_dropdown-picker {
    border: solid 1px #E4E4E4;
    max-height: 13em;
}

#site-content .content-title {
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    color: #445D6A;
    border-bottom: 3px solid #A7C0CC;
    line-height: 1.2;
    padding-bottom: 15px;
    text-overflow: ellipsis;
}

#site-content .content-title_post {
    border-bottom-color: #FF9D11;
}

#site-content .content-title_accessory {
    border-bottom-color: #EE3724;
}

#site-content .content-title_bb_game {
    border-bottom-color: #474747;
}

#site-content .content-title_sound {
    border-bottom-color: #B6B6B6;
}

#site-content .content-title_telephony {
    border-bottom-color: #0395A0;
}

/*** === MISE EN FORME STANDARD DES ARTICLES === ***/
#site-content article {
    position: relative;
    margin-bottom: 30px;
}

#site-content article .entry-content:before,
#site-content article .entry-content:after {
    display: table;
    content: "";
}

#site-content article .entry-content:after {
    clear: both;
}

#site-content article > a.entry-readmore {
    display: block;
}

#site-content article .entry-focus {
    height: 50px;
    text-align: center;
}

#site-content article .entry-focus a {
    color: #FFF;
    line-height: 1;
}

#site-content article .entry-title {
    position: relative;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    margin-bottom: 30px;
    font-size: 20px;
    height: 85px;
}

#site-content article .entry-title h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: none;
    line-height: 1.2;
    font-size: 20px;
    max-height: 72px;
    font-weight: 300;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

#site-content article .entry-thumbnail {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    display: block;
    height: 280px;
    line-height: 280px;
    text-align: center;
}

#site-content article .entry-thumbnail:before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: '\e00e';
    font: normal 32px/1 bigben;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: #FFF;
    color: #5C7E8F;
    display: block;
    opacity: 0;
    z-index: 10;
}

#site-content article .entry-thumbnail:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: " ";
    border: solid 1px #E7E7E7;
    display: block;
    opacity: 0;
    z-index: 5;
}

#site-content article a:hover .entry-thumbnail:before,
#site-content article a:hover .entry-thumbnail:after {
    opacity: 1;
}

#site-content article .entry-thumbnail > img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

#site-footer article .entry-date {
    font-weight: 400;
}

#site-content article .entry-category {
    font-style: italic;
}

#site-content article .entry-excerpt,
#site-content article > a.entry-readmore .entry-excerpt {
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    height: 4.2em;
    margin-bottom: 5px;
    color: #68686A;
}

/*** === ARTICLE - CONTENU SIMPLE === ***/
#site-content #content-singular {
    margin-bottom: 70px;
}

#site-content #content-singular article .entry-thumbnail {
    height: auto;
}

/**** ==== GALERIES ==== ****/
#site-content #content-singular article .gallery:before,
#site-content #content-singular article .gallery:after {
    content: "";
    display: table;
}

#site-content #content-singular article .gallery:after {
    clear: both;
}

/*** === ARTICLE - CONTENU ARCHIVE === ***/
#site-content #content-archive {
    position: relative;
}

#site-content #content-archive:before {
    position: absolute;
    display: none;
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9;
}

#site-content #content-archive.overlay:before {
    display: block;
    opacity: 1;
}

#site-content #content-archive article .entry-thumbnail > a > .cover,
#site-content #content-archive article .entry-thumbnail > a > .contain {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
}

#site-content #content-archive article > a.entry-readmore .entry-other_version {
    font-weight: 300;
    font-size: 0.9em;
    color: #68686A;
}

#site-content #content-archive article > a.entry-readmore .entry-other_version ul {
    list-style-type: none;
}

#site-content #content-archive article > a.entry-readmore .entry-other_version ul > li {
    float: left;
    padding: 0;
    text-indent: 0;
}

#site-content #content-archive article > a.entry-readmore .entry-other_version ul > li:before {
    display: none;
}

/**** ==== PAGINATION ==== ****/
.tiFyPagination {
    text-align: left;
}

.tiFyPagination-Item > a {
    color: #FFF;
}

.tiFyPagination-Item > a,
.tiFyPagination-Item > span {
    background-color: #A7C0CC;
    border-color: #A7C0CC;
}

.tiFyPagination-Item > a:hover,
.tiFyPagination-Item > a:focus,
.tiFyPagination-Item--active > span,
.tiFyPagination-Item--active > span:hover,
.tiFyPagination-Item--active > span:focus {
    background-color: #5C7E8F;
    border-color: #5C7E8F;
}

.tiFyPagination-Item--active--gap > span:hover {
    background-color: #A7C0CC;
    border-color: #A7C0CC;
    color: #FFF;
}

/*** === ARTICLE - CONTENUS EN RELATION === ***/
#site-content #content-related {
    margin-top: 60px;
}

#site-content #content-related h2 {
    display: inline-block;
    font-size: 32px;
    font-weight: 100;
    line-height: 1.5;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-bottom: 10px;
}

#site-content #content-related article .entry-title h3 {
    border-bottom: none;
    bottom: 0;
    font-size: 20px;
    font-weight: 300;
    left: 0;
    line-height: 1.2;
    max-height: 72px;
    overflow-y: hidden;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: none;
    margin-bottom: 10px;
}

/* = FOOTER = */
/** == GLOBAL == **/
/** == FLUX D'ACTUALITES == **/
#site-footer #news-feed {
    padding: 30px 0;
    background-color: #F6F6F6;
}

#site-footer #news-feed h2.section-title {
    font-size: 32px;
    font-weight: 100;
}

#site-footer #news-feed article > a.entry-readmore {
    display: block;
    line-height: 1.2;
    color: #68686A;
}

#site-footer #news-feed article .entry-thumbnail {
    position: relative;
    margin-bottom: 15px;
    display: block;
    height: 198px;
    line-height: 198px;
    overflow: hidden;
    text-align: center;
}

#site-footer #news-feed article .entry-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    content: '\e00e';
    font: normal 48px/1 bigben;
    color: #FFF;
    display: block;
    opacity: 0;
    z-index: 10;
}

#site-footer #news-feed article .entry-thumbnail:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: " ";
    background-color: rgba(255, 155, 17, 0.8);
    border: none;
    display: block;
    opacity: 0;
    z-index: 5;
}

#site-footer #news-feed article > a:hover .entry-thumbnail:before,
#site-footer #news-feed article > a:hover .entry-thumbnail::after {
    opacity: 1;
}

#site-footer #news-feed article .entry-thumbnail .cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#site-footer #news-feed article .entry-title,
#site-footer #news-feed article .entry-meta,
#site-footer #news-feed article .entry-excerpt {
    margin-bottom: 15px;
}

#site-footer #news-feed article .entry-meta,
#site-footer #news-feed article .entry-excerpt {
    font-size: 14px;
}

#site-footer #news-feed article .entry-title,
#site-footer #news-feed article .entry-meta,
#site-footer #news-feed article .entry-excerpt {
    font-weight: 300;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

#site-footer #news-feed article .entry-meta {
    height: 2.4em;
}

#site-footer #news-feed article .entry-title {
    font-size: 16px;
    height: 4.7em;
}

#site-footer #news-feed article > a:hover .entry-title h2 {
    color: #FF9600;
}

#site-footer #news-feed article .entry-title h2 {
    margin-bottom: 0;
}

#site-footer #news-feed article .entry-excerpt {
    height: 3.6em;
}

#site-footer #news-feed article > a:hover button {
    background-color: #1B181C;
    color: #FFF;
}

#site-footer #news-feed .all-news {
    margin-top: 30px;
}

/** == DIAPORAMA DES SPONSORS == **/
#site-footer #sponsor-slideshow {
    margin-top: 30px;
    margin-bottom: 30px;
}

#site-footer #sponsor-slideshow h2.section-title {
    color: #A7C0CC;
    font-weight: 100;
    font-size: 32px;
}

#site-footer #sponsor-slideshow .milk-slideshow {
    position: relative;
    padding: 0 20px;
}

#site-footer #sponsor-slideshow .milk-slideshow .viewer {
    margin-left: -15px;
    margin-right: -15px;
}

#site-footer #sponsor-slideshow .milk-slideshow .roller > li {
    padding-left: 15px;
    padding-right: 15px;
}

#site-footer #sponsor-slideshow .milk-slideshow .nav {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 20px;
    color: #A7C0CC;
    background-color: #FFF;
}

#site-footer #sponsor-slideshow .milk-slideshow .nav:hover {
    color: #5D7E8F;
}

#site-footer #sponsor-slideshow .milk-slideshow .nav.prev {
    left: 0;
    right: auto;
}

#site-footer #sponsor-slideshow .milk-slideshow .nav.next {
    left: auto;
    right: 0;
}

#site-footer #sponsor-slideshow .milk-slideshow .nav:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    font: normal 20px/1 fontAwesome;
}

#site-footer #sponsor-slideshow .milk-slideshow .nav.prev:before {
    left: 0;
    right: auto;
    content: "\f053";
}

#site-footer #sponsor-slideshow .milk-slideshow .nav.next:before {
    text-align: right;
    content: "\f054";
}

#site-footer #sponsor-slideshow .bb_thumbnail .entry-thumbnail,
#site-footer #sponsor-slideshow .bb_thumbnail .entry-text {
    height: 168px;
}

#site-footer #sponsor-slideshow .bb_thumbnail .entry-thumbnail {
    line-height: 168px;
}

/** == BANNIERE PUBLICITAIRE == **/
#site-footer #banner_ad:before {
    display: block;
    content: "";
    padding-top: 25%;
}

#site-footer #banner_ad {
    position: relative;
    background-color: #F4F4F4;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
}

#site-footer #banner_ad #banner_ad-button {
    position: absolute;
    right: 15%;
    bottom: 10%;
    z-index: 2;
    padding: 10px 30px;
    background-color: #FFF;
    color: #7D98A5;
    border: none;
    font: normal 16px/1 "Roboto" sans-serif;
}

/** == NEWSLETTER == **/
#site-footer #newsletter-suscribe {
    background-color: #0496D3;
    padding: 35px 0 5px;
}

#site-footer #newsletter-suscribe h3 {
    float: left;
    display: inline-block;
    width: 30%;
    font-size: 34px;
    font-weight: 100;
    color: #FFF;
    margin: 0;
}

#site-footer #newsletter-suscribe #catchphrase {
    float: left;
    display: inline-block;
    width: 70%;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 0;
}

/** == MENU DE NAVIGATION DU PIED DE PAGE == **/
#site-footer #sitemap {
    padding: 30px 0;
    background-color: #222222;
}

#site-footer #sitemap-navigation-menu > ul {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

#site-footer #sitemap-navigation-menu > ul > li {
    float: left;
    display: inline-block;
    width: 25%;
    line-height: 1.2;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

#site-footer #sitemap-navigation-menu > ul > li > a {
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}

#site-footer #sitemap-navigation-menu > ul > li > ul {
    margin-top: 10px;
}

#site-footer #sitemap-navigation-menu > ul > li > ul > li {
    line-height: 1.2;
}

#site-footer #sitemap-navigation-menu > ul > li > ul > li > a {
    color: #FFF;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    line-height: 1;
}

#site-footer #sitemap-navigation-menu > ul > li > a:hover,
#site-footer #sitemap-navigation-menu > ul > li > ul > li > a:hover {
    color: #0496D3;
}

/** == SELECTEUR DE MAGASIN == **/
#site-footer .find_product {
    margin-bottom: 30px;
}

#site-footer .find_product h3 {
    color: #FFF;
    font-size: 13px;
}

#bigbenStorePlace-Dropdown {
    border: none;
    display: block;
    cursor: pointer;
}

#bigbenStorePlace-Dropdown::before {
    width: 30px;
}

#bigbenStorePlace-Dropdown::after {
    position: absolute;
    content: "";
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-color: #FFF transparent;
    border-style: solid;
    border-top-width: 10px;
    border-right-width: 7px;
    border-bottom-width: 0;
    border-left-width: 7px;
    display: inline-block;
    height: 0;
    width: 0;
    z-index: 1;
}

#bigbenStorePlace-Dropdown .selected {
    display: block;
    background-color: #3B3B3B;
    color: #FFF;
    padding-right: 30px;
}

#bigbenStorePlace-Dropdown .selected > a {
    display: block;
    color: #FFF;
}

#bigbenStorePlace-Dropdown-picker {
    border: none;
}

#bigbenStorePlace-Dropdown-picker > ul {
    left: 0;
    right: 0;
}

#bigbenStorePlace-Dropdown-picker > ul > li > a {
    display: block;
    padding: 5px;
    background-color: #3B3B3B;
    color: #FFF;
}

#bigbenStorePlace-Dropdown-picker > ul > li > a:hover {
    background-color: #2b2b2b;
}

/** == LOGO FOOTER == **/
#site-footer #footer-logo {
    display: block;
    margin-bottom: 10px;
}

#site-footer #footer-logo #logo-bigben {
    width: 220px;
    height: 60px;
    fill: #FFF;
}

#site-footer #footer-logo #circle,
#site-footer #footer-logo #b-big,
#site-footer #footer-logo #i-big,
#site-footer #footer-logo #g-big {
    fill: #FFF;
}

/** == COLOPHON == **/
#site-footer #sitemap #colophon {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #6C6C6C;
    padding-right: 90px;
}

#site-footer #sitemap #colophon a {
    color: inherit;
    text-decoration: none;
}

/** == LANGUAGE SWITCHER POPIN == **/
#language-switcher-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99997;
}

#language-switcher-popup .container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 400px;
    margin-left: -175px;
    margin-top: -200px;
    background-color: #FFF;
    z-index: 99997;
    padding: 0 15px;
}

#language-switcher-popup .container .header {
    background-color: #27A3D6;
    text-align: center;
    margin: 0 -15px 20px;
    padding: 20px;
    color: #FFF;
}

#language-switcher-popup .container .header .logo {
    margin-bottom: 10px;
}

#language-switcher-popup .container .header #logo-bigben {
    width: 220px;
    height: 60px;
    margin: 0 auto;
}

#language-switcher-popup .container .header .legend {
    line-height: 1.2;
    font-size: 12px;
}

#language-switcher-popup .container .header #circle,
#language-switcher-popup .container .header #b-big,
#language-switcher-popup .container .header #i-big,
#language-switcher-popup .container .header #g-big {
    fill: #FFF;
}

#language-switcher-popup ul::before,
#language-switcher-popup ul::after {
    display: table;
    content: "";
}

#language-switcher-popup ul::after {
    clear: both;
}

#language-switcher-popup ul {
    margin: 0 -10px;
}

#language-switcher-popup ul > li {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
}

#language-switcher-popup ul > li > a {
    display: block;
    font-size: 11px;
    padding-bottom: 5px;
    border-bottom: solid 1px #E4E4E4;
    color: #3B3B3B;
    font-weight: bold;
}

#language-switcher-popup ul > li > a:hover {
    border-bottom: solid 1px #27A3D6;
}

#language-switcher-popup ul > li > a .flag {
    width: 30px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
