@charset "UTF-8";

@import url('dev.css');

#wpadminbar {
    display: none;
}

@font-face {
    font-family: 'bisousregular2';
    src: url('../fonts/bisous-webfont.eot');
    src: url('../fonts/bisous-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/bisous-webfont.woff2') format('woff2'),
        url('../fonts/bisous-webfont.woff') format('woff'),
        url('../fonts/bisous-webfont.ttf') format('truetype'),
        url('../fonts/bisous-webfont.svg#bisousregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeue.eot?") format("eot"),
    url("../fonts/BebasNeue.woff") format("woff"),
    url("../fonts/BebasNeue.ttf") format("truetype"),
    url("../fonts/BebasNeue.svg#BebasNeue") format("svg");
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: "bisousregular";
    src: url("../fonts/BLACKJAR.eot?") format("eot"), url("../fonts/BLACKJAR.woff") format("woff"), url("../fonts/BLACKJAR.ttf") format("truetype"), url("../fonts/BLACKJAR.svg#BlackJackRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: normal;
}

ol,
ul {
    list-style: none
}

li {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


a,
a:hover {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

.reset {
    content: "";
    display: block;
    float: none;
    clear: both;
}

.line {
    display: block;
    width: 100%;
}

ol,
ul {
    list-style: none;
}

html {
    margin: 0;
    padding: 0;

    height: 100%;
}

b,
strong {
    font-weight: 600;
}

.wrapp-editor-cms .font-signature,
.font-signature {
    font-family: "bisousregular";
}

.flexslider {
    position: relative;
}

.flex-prev.flex-disabled,
.flex-next.flex-disabled {
    opacity: 0;
}

/*////////////////////////
STRUCTURE
////////////////////////*/
#bodySite {
    width: 100%;
    min-height: 100%;
    background-color: #ffffff;
    color: #252624;
    font-family: helvetica, arial;
    font-size: 15px;
}

.touch #bodySite {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: helvetica, arial;
    font-family: 'Bebas Neue', cursive;
}

#wrappSite {
    width: 100%;
    /*
    height: auto;
    min-height: 100%;
    */
    overflow: visible;
    padding-top: 120px;

}

@media screen and (min-width: 540px) {
    #wrappSite {
        padding-top: 157px;
    }
}

@media screen and (min-width: 768px) {
    #wrappSite {
        padding-top: 200px;
    }
}

@media screen and (min-width: 960px) {
    #wrappSite {
        padding-top: 160px;
    }
}



#mainSection {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

#mainSection .mid {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.wrapp-page {
    height: 100%;
    width: 100%;
    background-image: url('../img/pattern.jpg');
    background-repeat: repeat;
    background-position: 50% 50%;
}

.mid .content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/*////////////////////////
FIN STRUCTURE
////////////////////////*/

/*////////////////////////
BUTTONS
////////////////////////*/
.btn-full {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.wrapp-call-to-action {
    width: 100%;
    max-width: 300px;
    text-align: center;
    box-sizing: border-box;

    padding: 6px 0;

    margin: 0 auto;
}

.wrapp-call-to-action {}

.wrapp-call-to-action.wrapp-call-to-action-more {
    float: right;
    box-sizing: border-box;
    padding: 0 10px;
    max-width: 220px;
    text-align: center;
}

.wrapp-call-to-action.wrapp-call-to-action-more .btn {
    position: relative;
    background: none;
    color: #000000;
    text-shadow: none;
    text-transform: none;
    box-shadow: none;
    padding: 0;
}

.wrapp-call-to-action.wrapp-call-to-action-more .btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 0;
    height: 100%;
    background-color: #000000;

    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.wrapp-call-to-action.wrapp-call-to-action-orange .btn {
    border-radius: 6px;
    background-color: #f10a14;
    border: #f10a14 1px solid;
    padding: 0 12px;
    color: #ffffff;
    line-height: 32px;
}

.wrapp-call-to-action.wrapp-call-to-action-orange:hover .btn {
    background-color: #ffffff;
    color: #f10a14;
}

.wrapp-call-to-action.wrapp-call-to-action-more:hover .btn:after {
    width: 100%;
}

.wrapp-call-to-action.wrapp-call-to-action-more .btn span {
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.wrapp-call-to-action.wrapp-call-to-action-more:hover .btn span {
    color: #ffffff;
}

.btn {
    position: relative;
    line-height: 32px;
    height: 32px;
    box-sizing: border-box;

    cursor: pointer;

    display: block;

    padding: 0 10px;
}

.btn.btn-xl {
    line-height: 40px;
    height: 40px;
}

.btn.btn-with-picto {
    padding-left: 44px;
    text-align: left;
}

.btn.btn-with-picto.btn-with-picto-right {
    padding-left: 8px;
    padding-right: 44px;
    text-align: center;
}

.btn.btn-purple {
    display: block;
    width: 100%;
    background-color: #8873ac;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(111, 157, 170, 0.6);

    color: #ffffff;

    background: -webkit-linear-gradient(15deg, #734e99, #b375bb);

    background: linear-gradient(75deg, #734e99, #b375bb);
    background-size: 100% 100%;

    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);

    text-transform: uppercase;

}

.btn.btn-purple:hover {
    -webkit-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;

    background-size: 200% 200%;

}

.btn.btn-green {
    background-color: #79b8a5;
    border-radius: 4px;

    color: #ffffff;

    text-transform: uppercase;

    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

}

.btn .fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    text-align: center;
    line-height: 32px;
}

.btn.btn-with-picto-right .fa {
    left: auto;
    right: 0;
}

.btn .fa:before {
    display: block;
    margin: 0 auto;
}

.btn.btn-with-picto-right.btn-xl .fa {
    line-height: 40px;
    font-size: 30px;
}

.btn.btn-green .fa {
    color: #518374;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

/*////////////////////////
FIN BUTTONS
////////////////////////*/

/*////////////////////////
HEADER
////////////////////////*/
#mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    background-color: #ffffff;
    padding: 0;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

}

.header-fix #mainHeader {
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

#mainHeader:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

@media screen and (max-width: 959px) {
    #mainHeader {}
}

/* MENU TOP */
#mainHeader #mainTop {
    width: 100%;
    min-height: 45px;
    line-height: 45px;
    background-color: #222222;
    color: #ffffff;
}

@media screen and (max-width: 959px) {
    #mainHeader #mainTop {
        min-height: 28px;
        line-height: 28px;
    }
}

#mainHeader .wrapp-navigation-top {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    min-height: 34px;
    margin: 0 auto;
    text-align: right;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 959px) {
    #mainHeader .wrapp-navigation-top {
        min-height: 28px;
    }
}

.header-fix #mainHeader .wrapp-navigation-top {
    margin-top: -42px;
}

#mainHeader .wrapp-navigation-top:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

#mainHeader .wrapp-navigation-top .zone-right {
    min-height: 28px;
}

@media screen and (min-width: 640px) {
    #mainHeader .wrapp-navigation-top .zone-left {
        float: left;
    }

    #mainHeader .wrapp-navigation-top .zone-right {
        float: right;
    }
}

@media screen and (max-width: 420px) {
    #mainHeader .wrapp-navigation-top .zone-left {
        float: none;
        width: 100%;
        text-align: center;
    }

    #mainHeader .wrapp-navigation-top .zone-left:after {
        content: "";
        clear: both;
        float: none;
        display: block;
    }

    #mainHeader .wrapp-navigation-top .zone-right {
        float: none;
        width: 100%;
        text-align: center;
    }
}

#mainHeader #mainTop a {
    color: #ffffff;
}

#mainHeader #mainTop .item-link-top,
#mainHeader #mainTop .spacer-link {
    float: left;
    display: block;
    height: 100%;
    min-height: 28px;
}

@media screen and (max-width: 420px) {

    #mainHeader #mainTop .item-link-top,
    #mainHeader #mainTop .spacer-link {
        float: none;
        display: inline-block;
    }
}

#mainHeader #mainTop .item-link-top a,
#mainHeader #mainTop .item-link-top i,
#mainHeader #mainTop .item-link-top .fa:before {
    display: block;
    height: 100%;
    min-height: 28px;
    line-height: 28px;
}

@media screen and (min-width: 960px) {

    #mainHeader #mainTop .item-link-top a,
    #mainHeader #mainTop .item-link-top i,
    #mainHeader #mainTop .item-link-top .fa:before {
        min-height: 42px;
        line-height: 42px;
    }
}

#mainHeader #mainTop .item-link-top h3 {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 0 14px;
    height: 100%;
    line-height: 45px;
}

@media screen and (max-width: 959px) {
    #mainHeader #mainTop .item-link-top h3 {
        line-height: 28px;
        min-height: 28px;
    }
}

#mainHeader #mainTop .item-link-top h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #ffffff;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    display: block;

}

#mainHeader #mainTop .item-link-top:hover h3:after {
    width: 100%;
}

#mainHeader #mainTop .item-link-top h3 {
    font-weight: 300;
    font-size: 15px;
}

#mainHeader #mainTop .item-link-top .fa {
    font-size: 17px;
}

#mainHeader #mainTop .item-link-top.item-link-top-label {
    position: relative;
}

#mainHeader #mainTop .item-link-top.item-link-top-label h6:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 4px;
    top: 0;
    border-style: solid;
    border-width: 17px 20px 17px 0;
    border-color: transparent #363636 transparent transparent;
    display: block;
}

#mainHeader #mainTop .item-link-top.item-link-top-label h6 {
    display: block;
    height: 100%;
    background-color: #363636;
}

#mainHeader #mainTop .item-link-top.item-link-top-label h6 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 20px;
    margin-left: 24px;
}

/*
<div class="wrapp-navigation-top">
    <div class="item-link-top item-link-top-yellowstar"><h3><a href="/coachs/yellowstar/"><span>YellowStaR</span></a></h3></div>
    <div class="item-link-top item-link-top-gotaga"><h3><a href="/coachs/gotaga/"><span>Gotaga</span></a></h3></div>
    <div class="item-link-top item-link-top-dayshi"><h3><a href="/coachs/dayshi/"><span>Dayshi</span></a></h3></div>
    <div class="item-link-top item-link-top-shox"><h3><a href="/coachs/shox/"><span>Shox</span></a></h3></div>
    <div class="item-link-top item-link-top-stephano"><h3><a href="/coachs/stephano/"><span>Stephano</span></a></h3></div>
    <div class="item-link-top item-link-top-brian"><h3><a href="/coachs/brian/"><span>Brian</span></a></h3></div>
    <div class="item-link-top item-link-top-label"><h6>Nos coachs</h6></div>
</div>
*/
/* FIN MENU TOP */

#mainHeader .mid {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}

#mainHeader .mid .content {
    position: relative;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

#mainHeader .mid .content:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

#mainHeader,
#mainHeader a {
    color: #222222;
}

#mainHeader .wrapp-logo-header {
    position: relative;
    z-index: 30;
    max-width: 240px;
    text-align: center;
    float: left;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 14px;
    box-sizing: border-box;
}

@media screen and (max-width: 959px) {
    #mainHeader .wrapp-logo-header {
        padding-right: 10px;
        max-width: none;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    #mainHeader .wrapp-logo-header {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    }
}

#mainHeader .wrapp-logo-header:after {
    content: "";
    position: absolute;
    margin-left: -33.5px;
    width: 67px;
    background-image: url('../img/ui/flag.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 95%;
    left: 71%;
    height: 6px;
    background-size: contain;
}

/**HEADER,NAV**/
#mainHeader .wrapp-logo-header:after {}

@media screen and (max-width: 959px) {
    #mainHeader .wrapp-logo-header:after {
        display: none;
    }
}

#mainHeader .mid:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #ffffff;
    display: block;
}

#mainHeader .wrapp-logo-header h1,
#mainHeader .wrapp-logo-header h2 {
    position: absolute;
    text-indent: -9999px;
}

#mainHeader .logo-rb {
    width: 100%;
    max-width: 275px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}

.header-fix #mainHeader .logo-rb {
    max-width: 168px;
}

@media screen and (max-width: 540px) {
    #mainHeader .logo-rb {
        max-width: 168px;
    }
}

/*/////////////////////////
FIN HEADER
/////////////////////////*/

/*///////////////////////////////
MAINFOOTER
///////////////////////////////*/
#mainFooter {
    width: 100%;
    background-color: #222222;
}

#mainFooter .mid {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    #mainFooter .mid {
        max-width: 1260px;
    }
}

@media screen and (max-width: 767px) {
    #mainFooter .mid {
        box-sizing: border-box;
        padding: 0 20px;
    }
}

#mainFooter .line-copyrights {
    padding: 48px 0 20px 0;
    color: #ffffff;
    box-sizing: border-box;

    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    #mainFooter .line-copyrights {
        padding: 18px 0 20px 0;
    }
}

#mainFooter .line-copyrights:after {
    content: "";
    clear: both;
    display: block;
    float: none;
}

#mainFooter .wrapp-links {
    float: right;
}

#mainFooter .line-copyrights a {
    color: #ffffff;
    padding: 0 8px;
}

#mainFooter .wrapp-links {
    font-size: 17px;
    line-height: 26px;
}

#mainFooter .wrapp-links a {
    font-size: 12px;
    line-height: 26px;
}

/*///////////////////////////////
FIN MAINFOOTER
///////////////////////////////*/

/*/////////////////////////
NO-TOUCH DEVICE NAVIGATION
/////////////////////////*/
#mainHeader #mainNav {
    width: 100%;
    text-align: right;
}

#mainHeader #mainNav:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

#mainHeader #mainNav {
    position: relative;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
}

.wrapp-main-nav {
    float: right;
}

@media screen and (min-width: 1160px) {
    #mainHeader #mainNav {
        padding: 0 28px 0 275px;
    }
}

@media screen and (max-width: 959px) {
    #mainHeader #mainNav {
        display: none;
        pointer-events: none;
    }
}

.wrapp-navigation-no-touch {
    width: 100%;
    padding-top: 58px;
    padding-bottom: 52px;
    padding-left: 0px;
    box-sizing: border-box;
}

@media screen and (min-width: 1160px) {
    .wrapp-navigation-no-touch {
        padding-left: 60px;
    }
}

.header-fix .wrapp-navigation-no-touch {
    padding-top: 32px;
}

@media screen and (max-width: 959px) {
    .wrapp-navigation-no-touch {
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .wrapp-navigation-no-touch:after {
        content: "";
        clear: both;
        float: none;
        display: block;
    }

    .header-fix .wrapp-navigation-no-touch {
        padding-top: 4px;
    }
}

@media screen and (max-width: 959px) {
    .wrapp-navigation-no-touch {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.wrapp-navigation-no-touch .item-link {
    float: left;
}

@media screen and (max-width: 959px) {
    .wrapp-navigation-no-touch .item-link {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .wrapp-navigation-no-touch .item-link {
        width: 100%;
        float: none;
        border-bottom: #efefef 1px solid;
        line-height: 48px;
    }
}

.wrapp-navigation-no-touch .item-link h2 {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .wrapp-navigation-no-touch .item-link h2 {
        text-align: left;
    }
}

.wrapp-navigation-no-touch .item-link h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 2;

    height: 10px;
    border-radius: 6px;

    background: -webkit-linear-gradient(15deg, #734e99, #b375bb);

    background: linear-gradient(75deg, #734e99, #b375bb);
    width: 0%;
    display: block;
    box-sizing: border-box;

    margin-top: 2px;

    opacity: 0;

    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

[data-currentsection="section-talents"] [data-nav="state-talents"] h2:before,
[data-currentsection="section-missions"] [data-nav="state-missions"] h2:before,
[data-currentsection="section-moyens"] [data-nav="state-moyens"] h2:before,
[data-currentsection="section-actualite"] [data-nav="state-actualite"] h2:before,
[data-currentsection="section-references"] [data-nav="state-references"] h2:before,
[data-currentsection="section-contact"] [data-nav="state-contact"] h2:before {

    width: calc(100% - 40px);
    opacity: 1;

}

.wrapp-navigation-no-touch .item-link h2 a {
    position: relative;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#mainHeader .item-link:hover h2 a {
    color: #f26522;
}

@media screen and (min-width: 1020px) {
    .wrapp-navigation-no-touch .item-link h2 a {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1080px) {
    .wrapp-navigation-no-touch .item-link h2 a {
        padding: 0 20px;
    }
}

@media screen and (max-width: 820px) {
    .wrapp-navigation-no-touch .item-link h2 a {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .wrapp-navigation-no-touch .item-link h2 a {
        padding: 0 4px;
    }
}

@media screen and (max-width: 767px) {
    .wrapp-navigation-no-touch .item-link h2 a {
        padding: 0 20px;
    }

    .wrapp-navigation-no-touch .item-link h2 a:hover,
    .wrapp-navigation-no-touch .item-link.current h2 a {
        background-color: #f26522;
        color: #ffffff;
    }

    .wrapp-navigation-no-touch .item-link h2 a:hover span,
    .wrapp-navigation-no-touch .item-link.current h2 a span {
        color: #ffffff;
    }
}

.wrapp-navigation-no-touch .item-link h2 a span {}

/*/////////////////////////
FIN NO-TOUCH DEVICE NAVIGATION
/////////////////////////*/

/*/////////////////////////
RESPONSIVE NAVIGATION
/////////////////////////*/
.wrapp-navigation-small-screen {
    display: none;
}

@media screen and (max-width: 959px) {
    .wrapp-navigation-small-screen {
        display: block;
    }

}

@media screen and (max-width: 959px) {
    .wrapp-navigation-small-screen:after {

        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -33.5px;
        width: 67px;
        height: 25px;
        background-image: url('../img/ui/flag.jpg');
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    .header-fix .wrapp-navigation-small-screen:after {
        height: 8px;
    }
}

@media screen and (max-width: 959px) {
    .wrapp-navigation-small-screen #primaryNav {
        padding-bottom: 10px;
    }

    .wrapp-navigation-small-screen #primaryNav.open-state {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 480px) {

    .header-fix .wrapp-navigation-small-screen:after,
    .wrapp-navigation-small-screen:after {
        height: 10px;
    }
}

@media screen and (max-width: 767px) {
    #primaryNav {
        display: none;
    }

    #primaryNav.open-state {
        display: block;
    }
}

#btnMenu {
    position: absolute;
    top: 24px;
    right: 8px;
    z-index: 999900;
    width: 48px;
    height: 48px;
    color: #f26522;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

    display: none;

    cursor: pointer;

    pointer-events: all;
}

.header-fix #btnMenu {
    position: fixed;
    top: 10px;
}

@media only screen and (max-width: 767px) {

    .no-touch #btnMenu,
    .touch #btnMenu {
        display: block;
    }
}

#btnMenu.is-visible {
    color: #f26522;
    /*background-color: #eee2ce;*/
}

#btnMenu:hover {
    /*background-color: rgba(145,37,114,0.8);*/
}

#btnMenu.is-visible:hover {
    /*background-color: #eee2ce;*/
}

@media screen and (max-width: 540px) {
    #btnMenu {}
}

#btnMenu .menu-text {
    position: absolute;
    top: 38px;
    right: 0px;
    max-width: 50px;
    width: 100%;
    z-index: 2001;
    font-size: 7px;
    color: #f26522;
    text-transform: uppercase;
    text-align: center;
}

/*
@media screen and (max-width: 540px) {
    #btnMenu .menu-text {
        display:block;
        top: 30px;
        right: auto;
        left: 0;

    }
}
*/
#btnMenu .menu-icon {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 28px;
    height: 4px;
    border-radius: 2px;
    background-color: #f26522;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

/*
@media screen and (max-width: 540px) {
    #btnMenu .menu-icon {
        top: 16px;
        right: auto;
        left: 0;
    }
}
*/
#btnMenu .menu-icon::before,
#btnMenu .menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f26522;
    border-radius: 2px;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}

#btnMenu.is-visible .menu-icon::before,
#btnMenu.is-visible .menu-icon:after {
    /*background-color:#912572;*/
}

#btnMenu .menu-icon::before {
    top: -8px;
}

#btnMenu .menu-icon::after {
    top: 8px;
}

#btnMenu .menu-icon.is-clicked {
    background-color: transparent;
}

#btnMenu .menu-icon.is-clicked::before,
#btnMenu .menu-icon.is-clicked::after {
    background-color: #f26522;
}

#btnMenu.is-visible .menu-icon.is-clicked::before,
#btnMenu.is-visible .menu-icon.is-clicked::after {
    background-color: #f26522;

}

#btnMenu .menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#btnMenu .menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*/////////////////////////
FIN RESPONSIVE NAVIGATION
/////////////////////////*/

.wrapp-col {
    width: 100%;
}

.wrapp-col:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-col .col {
    width: 100%;
    margin-bottom: 24px;
}

@media only screen and (min-width: 960px) {
    .wrapp-col .col {
        width: 50%;
        float: left;
    }

    .wrapp-col.wrapp-col-3x .col {
        width: 33.3333333%;
    }

    .wrapp-col.wrapp-col-4x .col {
        width: 50%;
    }
}

@media only screen and (min-width: 960px) {
    .wrapp-col.wrapp-col-4x .col {
        width: 25%;
    }
}

.wrapp-two-col {
    width: 100%;
}

.wrapp-two-col:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-two-col .item-col {
    float: left;
    width: 50%;
}

.wrapp-line {
    width: 100%;
    margin: 0 auto;
}

.wrapp-line:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

/*///////////////////////////////
SECTION CLASSES GENERIC
///////////////////////////////*/
.main-section {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 40px 0;
}

.main-section.main-section-full {
    padding: 0;

}

.main-section-full:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-section {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    box-sizing: border-box;

    margin: 0 auto;
    padding: 0 20px;

    text-align: center;
}

.wrapp-section-full {
    max-width: none;
    padding: 0;
}

.wrapp-title-section {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 0 0 20px 0;
}

.wrapp-section.wrapp-section-full .wrapp-title-section {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.wrapp-title-section h2,
.wrapp-title-section h3 {
    font-size: 60px;
    font-weight: 900;
    vertical-align: text-top;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
}

.wrapp-title-section h2 span,
.wrapp-title-section h3 span {
    position: relative;
    font-weight: 300;
    font-size: 12px;
    padding-left: 10px;
    box-sizing: border-box;

    text-transform: none;
}

.wrapp-title-section h2 span:before,
.wrapp-title-section h3 span:before {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    height: 48px;
    width: 1px;
    background-color: #000000;
}

.wrapp-title-section h4,
.wrapp-title-section h5,
.wrapp-title-section h6 {
    position: absolute;
    width: 100%;
    top: 110px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
}

.spacer-section {
    text-align: center;
    box-sizing: border-box;
    padding: 100px 0;
}

.spacer-section .inner-spacer {
    width: 540px;
    height: 6px;
    opacity: 0.19;
    background-color: #000;
    background-image: -webkit-linear-gradient(15deg, #000 0%, #000 100%);
    background-image: linear-gradient(75deg, #000 0%, #000 100%);
    border-radius: 3px;
    margin: 0 auto;
}

.wrapp-content-section:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-call-to-action {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    margin: 0 auto;

    text-align: center;
    box-sizing: border-box;

    padding: 0 30px;
}

.wrapp-call-to-action.wrapp-call-to-action-white {}

.wrapp-call-to-action .btn {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

    background-color: #000000;
    color: #ffffff;

    text-transform: uppercase;

    font-weight: bold;
    font-size: 12px;
}

.wrapp-call-to-action .btn:hover,
.wrapp-call-to-action.wrapp-call-to-action-white .btn {
    background-color: #ffffff;
    color: #000000;
}

.wrapp-call-to-action.wrapp-call-to-action-white .btn:hover {
    background-color: #333333;
    color: #ffffff;
}

.wrapp-spacer-acco {
    margin: 5px auto;
    max-width: 540px;
}

.wrapp-spacer-acco img {
    display: block;
    width: 100%;
    height: auto;
}

.wrapp-spacer-acco .spacer-acco-top {
    margin-top: 30px;
}

.wrapp-spacer-acco .spacer-acco-bottom {
    margin-bottom: 30px;
}

/*///////////////////////////////
FIN SECTION CLASSES GENERIC
///////////////////////////////*/

/*///////////////////////////////
SECTION INTRO
///////////////////////////////*/
.main-section#sectionIntro {
    position: relative;
    z-index: 4;
    height: 100%;
    height: calc(100vw * 480 / 640);
    background-color: #eeeeee;
}

.main-section#sectionIntro .wrapp-mea {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-slider,
.section-slider .slides,
.section-slider .slides .mea {
    width: 100%;
    height: 100%;
}

.main-section#sectionIntro .wrapp-mea .flexslider-mea {
    position: relative;
    width: 100%;
    height: 100% !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-slider .slides .mea {
    position: relative;
}

.section-slider .slides .mea img {

    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.flexslider-mea .flex-direction-nav {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.flex-nav-prev,
.flex-nav-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 30px;
    height: 70px;
    margin-top: -35px;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.flex-nav-prev:hover,
.flex-nav-next:hover {
    background-color: rgba(51, 51, 51, 0.3);
}

@media only screen and (min-width: 1280px) {

    .flex-nav-prev,
    .flex-nav-next {}
}

.flex-nav-prev {
    left: 0px;
}

.flex-nav-next {
    right: 0px;
}

@media only screen and (min-width: 1280px) {
    .flex-nav-prev {
        left: 50px;
    }

    .flex-nav-next {
        right: 50px;
    }
}

.flex-nav-prev a,
.flex-nav-next a {
    color: #000000;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.flex-nav-prev:hover a,
.flex-nav-next:hover a {
    color: #ffffff;
}

.flex-nav-prev a i,
.flex-nav-next a i {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
}

.flex-nav-prev a i:before,
.flex-nav-next a i:before {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
}

.flexslider-mea .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    height: 32px;
    z-index: 150;
}

.flexslider-mea .flex-control-nav li {
    padding: 4px 0;
    margin: 0 8px;
    display: inline-block;
}

.flexslider-mea .flex-control-paging li a {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #fff;
    border: #797979 1px solid;
    text-indent: 9999px;
    display: inline-block;
}

.flexslider-mea .flex-control-paging li a.flex-active {
    background: #a31c1a;
    cursor: default;
}

.section-slider .slides .item-slide-video .wrapp-logo-intro-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 14;
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
    pointer-events: none;
}

.main-section#sectionIntro .jw-display-icon-container {
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
}

.jw-display-icon-container .jw-icon-display {}

@media only screen and (min-width: 1280px) {

    .main-section#sectionIntro .jw-display-icon-container,
    .section-slider .slides .item-slide-video .wrapp-logo-intro-video {
        width: 360px;
        height: 360px;
        margin-top: -180px;
        margin-left: -180px;
    }
}

@media only screen and (min-width: 1380px) {

    .main-section#sectionIntro .jw-display-icon-container,
    .section-slider .slides .item-slide-video .wrapp-logo-intro-video {
        width: 460px;
        height: 460px;
        margin-top: -230px;
        margin-left: -230px;
    }
}

/* Player */
#fullPlayerVideo {
    width: 100%;
    height: 100% !important;
}

#sectionIntro .video-container {
    position: relative;
}

#sectionIntro .video-container .jw-media:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.65);
}

#sectionIntro .video-container .jw-controls {
    z-index: 12;
}

.video-container,
.mediaplayer-content,
.video-object {
    width: 100%;
    height: 100%;
}

#mediaplayer-content {
    height: 100% !important;
}

#sectionIntro .jw-skin-gtab .jw-controlbar-right-group {
    display: none;
}

/*///////////////////////////////
FIN SECTION INTRO
///////////////////////////////*/

/*///////////////////////////////
SECTION RECETTES
///////////////////////////////*/
#sectionRecettes {
    position: relative;
    z-index: 4;
    width: 100%;
    background-color: #1f1e1e;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #ffffff;

}

#sectionRecettes .wrapp-section {
    max-width: none;
    padding: 0;
}

#sectionRecettes .col {
    padding: 40px 20px;
    box-sizing: border-box;
    min-height: 740px;

    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    #sectionRecettes .wrapp-col .col {
        width: 100%;
        float: none;
    }
}

@media only screen and (min-width: 960px) {
    #sectionRecettes .col {
        min-height: 740px;
    }

    #sectionRecettes .wrapp-col .col {
        width: 50%;
        float: left;
    }
}

#sectionRecettes .col1 {
    position: relative;
}

#sectionRecettes .col1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -33.5px;
    width: 67px;
    height: 25px;
    background-image: url('../img/ui/flag.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#sectionRecettes .col1 .inside-col {
    padding: 0 40px;
    box-sizing: border-box;
}

#sectionRecettes .col2 {
    position: relative;
    height: 100%;
    margin: 0 auto;
    /*background-image: url('../img/section-recettes/recette-star.jpg');*/
    background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 959px) {
    #sectionRecettes .col2 {
        display: none;
    }
}

#sectionRecettes .col2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 40px;
    height: 100%;
    background-image: url('../img/section-recettes/border-gold.png');
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 40px 100%;
}

#sectionRecettes .wrapp-edito {
    padding: 15px 0;
}

#sectionRecettes .wrapp-edito h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}

#sectionRecettes .wrapp-edito p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0 40px;
}

.wrapp-edito-recette {
    max-width: 640px;
    margin: 0 auto;
}

/*
<section id="sectionRecettes" class="main-section main-section-full wrapp-section-recettes" data-section="section-recettes">
    <div class="wrapp-section wrapp-recettes">
        <h2 class="title-signature">A vos Recettes !</h2>

        <div class="wrapp-col">
            <div class="col col1">
                <div class="wrapp-spacer-acco">
                    <div class="spacer-acco-top"></div>
                </div>

                <div class="wrapp-edito">
                    <h4>Pilons de Poulet braisées</h4>
                    <div class="wrapp-edito-recette">
                        <p>
                            Mensarum enim voragines et varias voluptatum
                            inlecebras, ne longius progrediar, praetermitto illuc transiturus quod quidam per ampla spatia urbis subversasque silices sine periculi metu properantes equos velut publicos signatis quod.
                        </p>
                        <p>
                            Dicitur calceis agitant, familiarium agmina tamquam
                            praedatorios globos post terga trahentes ne Sannione
                            quidem, ut ait comicus, domi relicto.
                        </p>
                    </div>
                    <div class="wrapp-mode-cuisson">
                        <span class="mode-cuisson-four"></span>
                        <span class="spacer-ou spacer-ou-horizontal">ou</span>
                        <span class="mode-cuisson-cocotte"></span>
                    </div>
                </div>




                <div class="wrapp-spacer-acco">
                    <div class="spacer-acco-bottom"></div>
                </div>

                <div class="wrapp-call-to-action wrapp-call-to-action-white">
                    <a href="/recettes/" class="btn">Toutes nos recettes</a>
                </div>


            </div>
            <div class="col col2">


            </div>
        </div>
    </div>
</section>

*/
/*///////////////////////////////
SECTION FIN RECETTES
///////////////////////////////*/

/*///////////////////////////////
SECTION FILIERE
///////////////////////////////*/
#sectionFiliere {
    padding-top: 40px;
    padding-bottom: 46px;
}

#sectionFiliere .wrapp-section.wrapp-filiere .col1 {
    height: 100%;
    min-height: 360px;
    background-image: url('../img/section-filiere/section-filiere_home.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 960px) {
    #sectionFiliere .wrapp-section.wrapp-filiere .col1 {
        min-height: 520px;
    }
}

@media only screen and (min-width: 1280px) {
    #sectionFiliere .wrapp-section.wrapp-filiere .col1 {
        width: 64%;
        background-size: auto;
    }

    #sectionFiliere .wrapp-section.wrapp-filiere .col2 {
        width: 36%;
    }
}

@media only screen and (max-width: 540px) {
    #sectionFiliere .wrapp-section.wrapp-filiere .col1 {
        min-height: 220px;
    }
}

#sectionFiliere .wrapp-section.wrapp-filiere .col {
    text-align: left;
}

#sectionFiliere .wrapp-section.wrapp-filiere .col2 {
    padding: 40px 2px 0 20px;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
    #sectionFiliere .wrapp-section.wrapp-filiere .col2 {
        padding: 40px 0 0 60px;
    }
}

#sectionFiliere .wrapp-section.wrapp-filiere .col h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}

#sectionFiliere .wrapp-section.wrapp-filiere .col p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 18px;
}

#sectionFiliere .wrapp-section.wrapp-filiere .col p:before {
    content: "";
    border-radius: 5px;
    width: 6px;
    height: 6px;
    background-color: #015593;
    display: inline-block;
    margin-bottom: 2px;
    text-align: justify;
    margin-right: 4px;
}

#sectionFiliere .wrapp-section.wrapp-filiere .col p:nth-child(2n):before {
    background-color: #d3232a;
}

/*///////////////////////////////
FIN SECTION FILIERE
///////////////////////////////*/

/*///////////////////////////////
SECTION FEED
///////////////////////////////*/
.section-feed {
    width: 100%;
    background-color: #ffffff;
}

.wrapp-feed {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    box-sizing: border-box;
    padding: 0 12px;
}

@media screen and (min-width: 1280px) {
    .wrapp-feed {
        max-width: 1260px;
    }
}

.wrapp-feed:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-feed .title-feed {
    color: #25418f;
    font-family: 'bisousregular';
    font-size: 40px;
    line-height: 80px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    display: block;
}

@media screen and (min-width: 768px) {
    .wrapp-feed .title-feed {
        float: left;
    }

    .section-feed {
        height: 80px;
    }
}

.wrapp-feed .title-feed strong {
    color: #d22229;
}

.wrapp-feed .newsticker {
    max-width: 1280px;
    margin: auto;
    max-height: 80px;
    overflow: hidden;
}

.wrapp-feed .newsticker .item-feed {
    color: #5c5c5c;
    background: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    padding: 0px 16px;
    line-height: 40px;
    list-style: none;
    font-size: 14px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .wrapp-feed .newsticker .item-feed {
        height: 80px;
        padding: 10px 16px 10px 16px;
        line-height: 60px;
        font-size: 17px;
    }
}

.wrapp-feed .newsticker .item-feed a {
    color: #5c5c5c;
}

.wrapp-feed .newsticker .item-feed .post-date {
    color: #d22229;
}

.wrapp-feed .newsticker .item-feed .post-author {
    color: #25418f;
}

.wrapp-feed .newsticker .state {
    font-size: inherit;
    margin: 0;
}

.wrapp-feed .newsticker span.hour {
    font-weight: 700;
}

/*///////////////////////////////
FIN SECTION FEED
///////////////////////////////*/

/*///////////////////////////////
SECTION MOSAIQUE
///////////////////////////////*/
.wrapp-section-mosaique {
    width: 100%;
    box-sizing: border-box;
}

.main-section.main-section-full.wrapp-section-mosaique {
    padding: 30px 0;
}

@media screen and (max-width: 960px) {
    .main-section.main-section-full.wrapp-section-mosaique {
        padding: 30px 20px;

    }
}

.wrapp-section-mosaique:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-grid {
    width: 100%;
    max-width: 960px;
    height: 100%;
    box-sizing: border-box;

    margin: 0 auto;
    padding: 0;
}

@media screen and (min-width: 1280px) {
    .wrapp-grid {
        max-width: 1260px;
    }
}

@media screen and (max-width: 959px) {
    .wrapp-grid {
        max-width: 768px;
    }
}

@media screen and (max-width: 767px) {
    .wrapp-grid {
        max-width: 640px;
    }
}

@media screen and (max-width: 639px) {
    .wrapp-grid {
        max-width: 480px;
    }
}

@media screen and (max-width: 479px) {
    .wrapp-grid {
        max-width: 360px;
    }
}

@media screen and (max-width: 359px) {
    .wrapp-grid {
        max-width: 280px;
    }
}

.box {
    width: 100%;
    max-width: 300px;
    height: 282px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    background-color: #ffffff;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}

@media screen and (min-width: 1280px) {
    .box {
        max-width: 400px;
        height: 375px;
    }
}

@media screen and (max-width: 959px) {
    .box {
        width: 100%;
        max-width: none;
        height: auto;
    }

    .box .widget {
        min-height: 380px;
    }

    .box .widget .wrapp-widget {
        height: 100%;
    }

    .box .widget .inside-widget {
        min-height: 380px;
    }

    .box.box2 {
        width: 100%;
    }
}

.box.box-banner {
    height: 70px;
}

.page-home .box.box-banner {
    height: 95px;
}

@media screen and (min-width: 1280px) {
    .box.box-banner {
        height: 95px;
    }
}

@media screen and (max-width: 960px) {
    .box.box-banner {
        width: 100%;
        max-width: none;
        height: 95px;
    }
}

.box.box-share {
    max-width: 640px;
    width: 100%;
    margin-right: 20px;
    height: auto;
}

@media screen and (min-width: 1280px) {
    .box.box-share {
        max-width: 840px;
        height: 94px;
    }
}

@media screen and (max-width: 960px) {
    .box.box-share {
        max-width: none;
        width: 100%;
        margin-right: 0px;
    }
}

.box.box-full {
    max-width: none;
    width: 100%;
    height: auto;
}

.box.box2 {
    max-width: none;
    height: 500px;
}

@media screen and (min-width: 1280px) {
    .box.box2 {
        max-width: 828px;
        height: calc(100% - 500 / 828);
    }
}

.box.box3 {
    height: 600px;
}

@media screen and (min-width: 1280px) {
    .box.box3 {
        height: 780px;
    }
}

@media screen and (max-width: 960px) {
    .wrapp-grid {
        width: 100%;
    }
}

/*///////////////////////////////
FIN SECTION MOSAIQUE
///////////////////////////////*/

.wrapp-section {
    position: relative;
    text-align: center;
}

h1.title-signature,
h2.title-signature {
    position: relative;
    display: inline-block;
    margin: 0 auto 10px auto;
    font-family: "bisousregular";
    font-size: 62px;
    text-align: center;
    padding-bottom: 26px;
    color: #222222;
    background-image: url('../img/ui/svg_under-signature-black.svg');
    background-position: right bottom;
    background-repeat: no-repeat;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

.wrapp-recettes h1.title-signature {
    background-position: 50% bottom;
}

h1.title-signature {
    font-size: 42px;
    line-height: 1;
    display: block;
    margin: 0;
}

@media screen and (min-width: 1280px) {
    h1.title-signature {
        font-size: 55px;
    }
}

@media screen and (max-width: 959px) {
    h1.title-signature {
        font-size: 38px;
        background-position: 50% bottom;
    }
}

@media screen and (max-width: 768px) {
    h1.title-signature {
        font-size: 30px;
    }
}

h1.title-signature.white,
h2.title-signature.white {
    color: #ffffff;
    background-image: url('../img/ui/svg_under-signature-white.svg');
    background-position: 50% bottom;

}

h1.title-signature.blue,
h2.title-signature.blue {
    color: #25418f;
    background-image: url('../img/ui/svg_under-signature-blue.svg');
    background-position: 50% bottom;
}

h1.title-signature.orange,
h2.title-signature.orange {
    color: #f10a14;
    background-image: url('../img/ui/svg_under-signature-orange.svg');
    background-position: 50% bottom;
}

/*///////////////////////////////
SECTION DISTRIBUTEURS
///////////////////////////////*/
.wrapp-section-distributeurs {
    position: relative;
    width: 100%;
    background-color: #151515;
    box-sizing: border-box;
}

.wrapp-section-distributeurs:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -33.5px;
    width: 67px;
    height: 25px;
    background-image: url('../img/ui/flag.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.wrapp-section-distributeurs .wrapp-distributeurs h2.title-signature {
    color: #ffffff;
    margin-bottom: 26px;
}

.wrapp-section-distributeurs .wrapp-section.wrapp-distributeurs {
    max-width: none;
    padding: 56px 0 0 0;
}

.wrapp-distributeurs .wrapp-map {
    position: relative;
    height: 746px;
    /*
    height: -webkit-calc(100vh - 140px);
    height: -moz-calc(100vh - 140px);
    height: calc(100vh - 140px);
    height: calc( 100vh - 140px);
    max-height: 746px;
    */
    background-color: #ffffff;
}

.wrapp-distributeurs .wrapp-map .wrapp-legend:before {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-distributeurs .wrapp-map .wrapp-legend {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    line-height: 48px;
    max-height: 260px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.wrapp-distributeurs .wrapp-map .wrapp-legend:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

@media screen and (min-width: 960px) {
    .wrapp-distributeurs .wrapp-map .wrapp-legend {
        position: absolute;
        max-width: 960px;
        height: 48px;
        bottom: 0;
        left: 0%;
        left: 50%;
        margin-left: -480px;
        border-radius: 10px 10px 0 0;
        float: none;
    }

    .wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend.item-legend8 {
        max-width: 70px;
        min-width: 70px;
    }
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend {
    width: 33.333333333%;
    max-width: 120px;
    max-width: 120px;
    position: relative;
    margin: 0;
    display: inline-block;
    float: none;
    text-align: center;
    min-width: 110px;
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend:first-child {
    margin-left: 0;
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend:last-child {
    margin-right: 0;
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend.item-legend8 strong {
    width: auto;
}

@media screen and (min-width: 960px) {
    .wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend {
        width: auto;
        margin: 0 4px;
        float: none;
        text-align: left;
    }
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend strong {
    position: relative;
    bottom: 0;
    padding-left: 5px;
    padding-top: 28px;
    font-size: 13px;
    width: 80px;
    display: inline-block;
    line-height: 13px;
    text-align: left;
    float: left;
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend.item-legend.two-line strong {
    padding-top: 15px;
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend:before {
    content: "";
    height: 48px;
    width: 26px;
    display: inline-block;
    float: left;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend1:before {
    background-image: url('/wp-content/themes/royalbernard/img/section-map/legend-carrefour.png');
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend2:before {
    background-image: url('/wp-content/themes/royalbernard/img/section-map/Auchan.png');
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend3:before {
    background-image: url('/wp-content/themes/royalbernard/img/section-map/legend-leclerc.png');
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend4:before {
    background-image: url('/wp-content/themes/royalbernard/img/section-map/Simply-Market.png');
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend5:before {
    background-image: url('/wp-content/themes/royalbernard/img/section-map/legend-intermarche.png');
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend6:before {
    background-image: url('/wp-content/themes/royalbernard/img/section-map/legend-superu.png');
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend7:before {
    background-image: url('../img/section-map/Casino.png');
}

.wrapp-distributeurs .wrapp-map .wrapp-legend .item-legend8:before {
    background-image: url('../img/section-map/Lidl.png');
}

/*///////////////////////////////
FIN SECTION DISTRIBUTEURS
///////////////////////////////*/

/*/////////////////////
SINGLE : ARTICLE
/////////////////////*/
.wrapp-single {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0px;
    max-width: 960px;

    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    .wrapp-single {
        max-width: 1280px;
        padding: 30px 20px;

    }
}

.wrapp-single .wrapp-header-article h1,
.wrapp-single .wrapp-header-article h2 {
    padding-top: 12px;
    background-position: 50% bottom;
}




.wrapp-line {
    width: 100%;
    box-sizing: border-box;
}

.wrapp-line:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-single .wrapp-meta-post {
    margin-bottom: 34px;
}

.wrapp-single .wrapp-meta-post a {
    text-decoration: none;
    color: #f26522;
    font-weight: bold;
    border-bottom: none;
}

.wrapp-single .wrapp-meta-post a:hover {}

.wrapp-article {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 40px;
}

@media screen and (min-width: 1280px) {
    .wrapp-article {
        max-width: 1280px;
    }
}

.wrapp-content-post {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;

    padding: 24px 16px 10px 16px;
}

.wrapp-content-post:before {
    content: "";
    float: left;
    width: 20px;
    height: 20px;
    background-image: url('../img/ui/content-arrow-left.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 6px;
}

/*/////////////////////
FIN SINGLE : ARTICLE
/////////////////////*/

/*/////////////////////
SINGLE : PRODUCT
/////////////////////*/
.wrapp-article.wrapp-article-produit {
    position: relative;
    padding-top: 40px;
}

.wrapp-article.wrapp-article-produit .wrapp-box-select {
    margin: 20px auto;
    text-align: center;
}


@media screen and (min-width: 1160px) {
    .wrapp-article.wrapp-article-produit .wrapp-box-select {
        float: right;
    }
}

.wrapp-header-product {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto 10px auto;
    font-family: "bisousregular";
    text-align: center;
    color: #222222;
    background-image: url('../img/ui/svg_under-signature-black.svg');
    background-position: 50% bottom;
    background-repeat: no-repeat;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    padding-bottom: 30px;
}

.wrapp-header-product h1.title-signature {
    background-image: none;
    padding-bottom: 0;
    margin: 0;
}

.wrapp-header-product h3 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    color: #f16623;
}

.zone-detail-product {
    text-align: left;
    box-sizing: border-box;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .zone-detail-product {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .zone-detail-product {
        max-width: 540px;
    }
}

.wrapp-line.wrapp-line-product {
    width: 100%;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .wrapp-line .item-col {
        float: left;
        width: 50%;
    }

    .wrapp-line .item-col {
        float: left;
        width: 50%;
    }
}

.zone-detail-product .wrapp-text {
    box-sizing: border-box;
}

.zone-detail-product .item-col1 .wrapp-text {
    padding-right: 20px;
}

.zone-detail-product .item-col1 .wrapp-pix {
    padding-right: 20px;
}

.zone-detail-product h3 {
    position: relative;
    color: #d3232a;
    padding-left: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.zone-detail-product h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/ui/title-arrow-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 22px;
    display: block;
}

.zone-detail-product .wrapp-text strong {
    font-weight: bold;
}

.zone-detail-product .wrapp-text p {
    font-size: 18px;
    line-height: 21px;
}

.zone-detail-product .wrapp-pix {
    width: 100%;

}

.wrapp-pix img {
    display: block;
    width: 100%;
    height: auto;
}

/*/////////////////////
FIN SINGLE : PRODUCT
/////////////////////*/

/*/////////////////////
SINGLE : RECETTES
/////////////////////*/
.wrapp-section-recette-single {
    position: relative;
    box-sizing: border-box;

    padding: 30px 0;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.wrapp-section-recette-single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.wrapp-section-widgets,
.wrapp-section-recette-single .wrapp-recettes {
    position: relative;
    z-index: 4;
}

.wrapp-header-recette {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 50px auto 10px auto;
}

.wrapp-header-recette .wrapp-box-select {
    margin: 0 auto 20px auto;
}

@media only screen and (min-width: 1280px) {
    .wrapp-header-recette .wrapp-box-select {
        position: absolute;
        top: 60px;
        right: 0;
        z-index: 40;
    }
}

.wrapp-section-recette-single .col1 .inside-col {
    max-width: 640px;
    margin: 0 auto;
}

@media only screen and (min-width: 960px) {
    .wrapp-section-recette-single .col1 .inside-col {
        padding-right: 40px;
        margin: 0;
    }
}

.wrapp-section-recette-single .flexslider-recette {
    width: 100%;
}

.wrapp-section-recette-single .flexslider-recette .item-pix {
    width: 100%;
}

.wrapp-section-recette-single .flexslider-recette .slides li img {
    border: #cccccc 1px solid;
    box-sizing: border-box;
    width: 100%;
}

.wrapp-section-recette-single .flexslider-recette .slides:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-section-recette-single .flexslider-recette .flex-control-thumbs {
    width: 100%;
    margin-top: 10px;
}

.wrapp-section-recette-single .flexslider-recette .flex-control-thumbs:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-section-recette-single .flexslider-recette .flex-control-thumbs li {
    float: left;
    width: 33.333333%;
}

.wrapp-section-recette-single .flexslider-recette .flex-control-thumbs li:nth-child(2) {
    text-align: center;
}

.wrapp-section-recette-single .flexslider-recette .flex-control-thumbs li:nth-child(3) {
    text-align: right;
}

.wrapp-section-recette-single .flexslider-recette .flex-control-thumbs li img {
    display: block;
    width: 96%;
    height: auto;
    border: #cccccc 1px solid;
}

.wrapp-section-recette-single .flexslider-recette .flex-control-thumbs li:nth-child(2) img {
    margin: 0 auto;
}

.wrapp-section-recette-single .flexslider-recette .flex-control-thumbs li:nth-child(3) img {
    margin: 0 0 0 auto;
}

.wrapp-section-recette-single .col2 .inside-col {
    max-width: 480px;
    margin: 0 auto;
}

@media only screen and (min-width: 960px) {
    .wrapp-section-recette-single .col2 .inside-col {
        padding-left: 40px;
        margin: 0;
    }
}

.wrapp-section-recette-single .wrapp-how-many-people {
    width: 100%;
    max-width: none;
    margin: 0 auto 18px auto;
    text-align: left;
}

.wrapp-section-recette-single .wrapp-list-ingredients {
    width: 100%;
    max-width: none;
    margin: 0 auto 18px auto;
    text-align: left;
}

.wrapp-section-recette-single .wrapp-list-ingredients .item-ingredient {
    background-image: url('../img/ui/puce-list-ingredient_black.png');
}

.wrapp-section-recette-single .wrapp-resume-recette {
    padding: 20px 0;
    box-sizing: border-box;
    text-align: left;
}

.wrapp-section-recette-single .wrapp-resume-recette p {
    margin-bottom: 20px;
}

/*/////////////////////
FIN SINGLE : RECETTES
/////////////////////*/

/*/////////////////////
SINGLE : VIDEOS
/////////////////////*/
.wrapp-single.wrapp-single-video {
    max-width: none;
    padding: 0;
}

.wrapp-article-video {
    position: relative;
    padding: 40px 0;
    max-width: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.wrapp-single.wrapp-single-video .wrapp-content-post {
    color: #ffffff;
}

.wrapp-article-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.wrapp-article-video .wrapp-header-article {
    position: relative;
    z-index: 5;
    text-align: center;
}

.wrapp-article-video .wrapp-header-article .wrapp-box-select {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10;
}

.zone-edito {
    position: relative;
    z-index: 5;
    max-width: 1280px;
    margin: 0 auto;
    /*color: #ffffff;*/

    padding: 20px 20px;
    box-sizing: border-box;
    text-align: left;

    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}

.zone-edito:empty {

    padding: 0;
    box-sizing: border-box;

    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0);
}

.zone-edito:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.item-vid {
    margin-bottom: 24px;
}

.item-vid h4 {
    height: 100%;
    max-height: 40px;
    overflow: hidden;
}

.item-vid a:hover {
    text-decoration: none;

}

.item-vid a h4 {
    color: #f16623;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

/*/////////////////////
FIN SINGLE : VIDEOS
/////////////////////*/

/*/////////////////////
TEMPLATE PAGE
/////////////////////*/
.wrapp-page-template {
    max-width: 960px;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
}

.wrapp-content-page {
    color: #000000;
    text-align: justify;
}

.wrapp-content-page:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

/*
@media screen and (min-width: 1280px) {
    .wrapp-content-page {
        width: 80%;
    }
}
*/
@media screen and (min-width: 1280px) {
    .wrapp-page-template {
        max-width: 1280px;
    }
}

.wrapp-page-template h1.title-signature,
.wrapp-page-template h2.title-signature {
    text-align: center;
    margin: 0 auto 30px auto;
    background-position: 50% bottom;
}


.wrapp-editor-cms {
    text-align: left;
    color: #000000
}

.wrapp-main-pix {
    margin-bottom: 24px;
}

.wrapp-editor-cms .wrapp-paragraphe {
    padding: 30px 0;
    box-sizing: border-box;
    margin-bottom: 40px;

    text-align: left;
}

.wrapp-editor-cms .wrapp-paragraphe h2 {}

.wrapp-editor-cms .wrapp-paragraphe .wrapp-text {
    font-size: 17px;
    line-height: 22px;
}

.wrapp-editor-cms .wrapp-paragraphe .wrapp-text p {}

.main-section.main-section-full.wrapp-section-recette-related {
    position: relative;
    padding: 30px 0;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.wrapp-section-recette-related:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.4);*/
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.wrapp-section-recette-related .wrapp-recettes {
    position: relative;
    z-index: 5;
}

.wrapp-section-recette-related .wrapp-recettes .wrapp-edito {
    padding: 20px 0;
}

.wrapp-head-pictos {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 38px auto;
}

.wrapp-head-pictos:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-head-pictos .item-picto {
    width: 33.33333333%;
    float: left;
    text-align: center;
}

.wrapp-head-pictos .item-picto .item-picto-pix {
    display: block;
    margin: 0 auto 4px auto;
}

.wrapp-head-pictos .item-picto .item-picto-label {
    text-transform: capitalize;
}

.wrapp-how-many-people {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 18px auto;
    text-align: left;
}

.wrapp-list-ingredients {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 18px auto;
    text-align: left;
}

.wrapp-list-ingredients:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-list-ingredients .item-ingredient {
    position: relative;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 16px;
    background-image: url('../img/ui/puce-list-ingredient.png');
    background-repeat: no-repeat;
    background-position: 0 4px;
}

@media screen and (min-width: 480px) {
    .wrapp-list-ingredients .item-ingredient {
        width: 50%;
        float: left;
    }
}

.wrapp-list-ingredients .item-ingredient {}

/*/////////////////////
FIN TEMPLATE PAGE
/////////////////////*/

/*/////////////////////
PAGE PRODUITS
/////////////////////*/
.wrapp-item {
    max-width: 960px;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    .wrapp-item {
        max-width: 1280px;
    }
}

.wrapp-item>section {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    min-height: 300px;
    background-color: rgba(255, 255, 255, 0.5);
}

body.is-ie .wrapp-item>section {
    min-height: 0;
}

.wrapp-item>section>.image {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
    display: block;
    position: relative;
    width: 36em;
}

.wrapp-item>section.item-product>.image {
    background-size: cover;
}

.wrapp-item>section.item-product.item-article>.image {
    background-size: contain;
}

.wrapp-item>section>.image img {
    border-radius: 0;
    display: block;
    width: 100%;
    height: auto;
}

.wrapp-item>section>.image:before {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    background: rgba(49, 36, 80, 0.9);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wrapp-item>section>.content {
    padding: 4em 5em 2em 5em;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50em;
    -ms-flex: 1;
}

.wrapp-item>section>.content>.inner {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
    opacity: 1;
}

.wrapp-item>section:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.wrapp-item>section:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
}

.wrapp-item>section.inactive>.image:before,
body.is-loading .wrapp-item>section>.image:before {
    opacity: 1;
}

.wrapp-item>section>.content>.inner .wrapp-resume {
    padding: 10px 0;
}

.wrapp-item>section.inactive>.content>.inner,
body.is-loading .wrapp-item>section>.content>.inner {
    -webkit-transform: translateX(-1em);
    transform: translateX(-1em);
    opacity: 0;
}

.wrapp-item>section>.content h1.title-signature,
.wrapp-item>section>.content h2.title-signature {
    font-size: 38px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-position: 50% bottom;
}

@media screen and (max-width: 1680px) {

    .wrapp-item>section>.content {
        padding: 1em 2em 3em 2em;
        box-sizing: border-box;
    }

}

@media screen and (max-width: 980px) {

    .wrapp-item>section {
        display: block;
    }

    .wrapp-item>section>.image {
        width: 100%;
        height: 50vh;
    }

    .wrapp-item>section>.content {
        width: 100%;
    }

    .wrapp-item>section.inactive>.content>.inner,
    body.is-loading .wrapp-item>section>.content>.inner {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }

}

@media screen and (max-width: 736px) {

    .wrapp-item>section>.image {
        height: 50vh;
        min-height: 15em;
    }

    .wrapp-item>section>.content {
        padding: 3em 2em 1em 2em;
    }

}

/*/////////////////////
FIN PAGE PRODUITS
/////////////////////*/

/*
UI FORM
*/
form {
    width: 100%;
    box-sizing: border-box;
}

form input {}

form {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    font-family: "Open Sans";
    font-weight: 400;
}

form .wrapp-col {
    max-width: 960px;
    text-align: left;
}

form .line {
    padding-bottom: 14px;
}

.line-input {
    position: relative;
    width: 100%;
}

.line-input:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="number"] {
    display: block;
    width: 100%;
    max-width: 220px;

    border: 0;

    padding: 0 12px 0 8px;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    height: 44px;
    line-height: 44px;

    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 1px 1px #e5e5e5, inset 0 2px 0 rgba(0, 0, 0, 0.13);
    box-sizing: border-box;

    font-size: 12px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="text"]:active,
input[type="email"]:active,
input[type="date"]:active,
input[type="password"]:active,
input[type="number"]:active {
    outline: none;
    box-shadow: none;

    color: #000000;
}

form textarea {
    width: 100%;
    display: block;
    color: #ffffff;
    border: #e5e5e5 2px solid;
    background-color: transparent;
    box-sizing: border-box;

    padding: 10px 16px;
    resize: none;
}

form.form-question textarea,
form.form-catalog textarea {
    height: 268px;
}

form textarea:focus,
form textarea:active {
    outline: none;
    box-shadow: none;

    color: #f7f7f7;
}

form .no-label label {
    display: none;
}

form .wrapp-call-to-action {
    text-align: center;
    max-width: none;
}

input[type="submit"] {
    margin: 0;
    padding: 0 24px;

    line-height: 44px;

    color: #ffffff;

    height: 44px;

    background-color: #f26522;
    border: 1px solid #eee;
    border-radius: 0px 8px 8px 0px;
    box-shadow: 0 1px 1px #e5e5e5, inset 0 2px 0 rgba(0, 0, 0, 0.13);
    box-sizing: border-box;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    text-transform: uppercase;

    font-size: 12px;
    font-weight: bold;

    cursor: pointer;
}

input[type="submit"]:hover {
    /*color:;
    background-color: ;*/
}

input[type="submit"]:focus,
input[type="submit"]:active {
    outline: none;
    box-shadow: none;

}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    font-size: 11px;
    color: #cccccc;
}

form input:-moz-placeholder,
form textarea:-moz-placeholder {
    font-size: 11px;
    color: #cccccc;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
    font-size: 11px;
    color: #cccccc;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    font-size: 11px;
    color: #cccccc;
}

.wrapp-alert-form {
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 4px;
}

#returnMessageNewsletter {
    position: fixed;
    top: -200px;
    left: 50%;
    z-index: 10000;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border-radius: 3px;
    line-height: 24px;
    color: #fff;
    background-color: #cd3333;
    max-width: 300px;
    margin-left: -150px;
    color: #ffffff;
    min-height: 40px;
}

#returnMessageNewsletter.in {
    top: 10px;
}

#returnMessageNewsletter .wrapp-message {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 20px 10px 40px;

}

#returnMessageNewsletter .wrapp-message p {
    line-height: 18px;
}

#returnMessageNewsletter .fa-warning {
    font-size: 30px;
    position: absolute;
    top: 10px;
    left: 6px;
    margin-top: 0;
}

/* SKIN CHECKBOX */
.label-checkbox,
.line-checkbox div div label {
    position: relative;
    font-size: 15px;
    margin-right: 20px;
    color: #ffffff;
    padding-left: 8px;
}

.line-checkbox {
    position: relative;
}

.line-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 20px;
    z-index: 1;
    padding: 0;
    margin: 0 !important;
    opacity: 0;
}

.label-checkbox:before,
.line-checkbox div div label:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 4;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.label-checkbox {
    z-index: 2;
    top: -3px;
    left: 20px;
    color: #000000;
    cursor: pointer;
}

.label-checkbox:after,
.line-checkbox div div label:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;
    z-index: 5;
    width: 10px;
    height: 10px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.line-checkbox.line-checkbox-nolabel label:nth-child(1) {
    display: none;
}

#contact_civility label,
#contact_action label {
    display: inline-block;
}

input[type="checkbox"]:hover+label.label-checkbox:after,
input[type="checkbox"]:checked+label.label-checkbox:after,
input[type="checkbox"]:checked+label.label-checkbox::after,
input[type="radio"]:checked+label:after,
input[type="radio"]:hover+label:after,
input[type="radio"]:checked+label:after,
input[type="radio"]:checked+label::after {
    background-color: #bace08;
}

.line-checkbox div label:nth-child(1) {
    float: left;
    margin-right: 20px;
}

.line-checkbox div div {
    float: left;
}

.line-checkbox:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-form-search {
    margin: 0;
    width: 100%;
    height: 44px;
    text-align: right;
}

.wrapp-form-search:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-form-search form {
    max-width: 390px;
    float: right;
}

.wrapp-form-search form:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-form-search input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
}

.wrapp-form-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
}

textarea {
    color: #000000;
}

/*
FIN UI FORM
*/

/*/////////////////////
FIN SINGLE : ARTICLE
/////////////////////*/

/*/////////////////////
PAGES : RECETTES
/////////////////////*/
.wrapp-single-bottom-full {
    width: 100%;
    margin-bottom: 60px;
}

.wrapp-single-bottom-full.wrapp-col:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-section-recettes-fans {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    box-sizing: border-box;
    padding-top: 120px;
    color: #000000;
    min-height: 640px;
    overflow: hidden;
}

.wrapp-section-recettes-fans:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url('../img/section-recettes/bg_section-recette-fans.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.wrapp-section-recettes-fans h2.title-signature {
    font-size: 40px;
}

@media screen and (min-width: 1280px) {
    .wrapp-section-recettes-fans {
        width: 50%;
        float: left;
    }
}

.wrapp-section-recettes-fans .wrapp-edito h4 {
    font-weight: bold;
    margin-bottom: 8px;
}

.wrapp-section-recettes-fans .wrapp-edito {
    font-size: 12px;
    line-height: 16px;
}

.wrapp-section-recettes-fans .wrapp-recettes-fans {
    position: relative;
    z-index: 4;
    margin: 0 auto 0 20px;
    max-width: 480px;
}

.wrapp-section-recettes-fans .wrapp-edito-recette {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 180px;
    max-width: 380px;
    margin: 0 auto 30px auto;
    padding-right: 30px;
}

.wrapp-section-recettes-fans .wrapp-edito-recette p {
    margin-bottom: 10px;
}

.wrapp-section-recettes-fans .wrapp-mode-cuisson {
    margin: 0 auto 24px auto;
}

.wrapp-section-recettes-fans-recruitment {
    position: relative;
    width: 100%;
    background-image: url('../img/section-recettes/bg_section-recette-fans-recruitment-over.png'), url('../img/section-recettes/bg_section-recette-fans-recruitment.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 180px auto, cover;
    background-position: left bottom, right bottom;
    box-sizing: border-box;
    padding-top: 60px;
    color: #ffffff;
    min-height: 640px;
}

.wrapp-section-recettes-fans-recruitment h2.title-signature {}

@media screen and (min-width: 1280px) {
    .wrapp-section-recettes-fans-recruitment {
        width: 50%;
        float: left;
    }
}

.wrapp-section-recettes-fans-recruitment .wrapp-edito {
    max-width: 480px;
    margin: 0 auto;
    padding: 40px 0;
}

/*/////////////////////
FIN PAGES : RECETTES
/////////////////////*/

/*/////////////////////
PAGES : RECETTES CATERGORY
/////////////////////*/
@media only screen and (min-width: 1280px) {
    .wrapp-header-recette.wrapp-header-recette-category .wrapp-box-select {
        position: absolute;
        top: 10px;
        right: 0;
    }

}

/*/////////////////////
FIN PAGES : RECETTES CATERGORY
/////////////////////*/

/*///////////////////////////////
SECTION RECHERCHE RECETTES
///////////////////////////////*/
.wrapp-section-recette-search {
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.17);
}

.main-section.main-section-full.wrapp-section-recette-search {
    padding: 20px 0 40px 0;
}

.wrapp-section-recette-search .wrapp-search {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;

}

.wrapp-input-search {}

.wrapp-input-search .wrapp-input {
    position: relative;
    max-width: 768px;
    margin: 0 auto 16px auto;
}

.wrapp-input-search .wrapp-input input[type="text"] {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding-right: 60px;
    border-radius: 6px;
}

.wrapp-input-search form input::-webkit-input-placeholder,
.wrapp-input-search form textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #cccccc;
}

.wrapp-input-search form input:-moz-placeholder,
.wrapp-input-search form textarea:-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
}

.wrapp-input-search form input::-moz-placeholder,
.wrapp-input-search form textarea::-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
}

.wrapp-input-search form input:-ms-input-placeholder,
.wrapp-input-search form textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #cccccc;
}

.wrapp-input-search .wrapp-input input[type="submit"] {
    position: absolute;
    top: 2px;
    right: 2px;
    box-sizing: border-box;
    border-radius: 6px;
    width: 54px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    padding: 0;
}

.wrapp-input-search:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-check-box {
    padding: 10px 0 0 0;

}

.wrapp-check-box:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-check-box .box-checkbox {
    display: inline-block;
    margin: 0 16px;
}

/*///////////////////////////////
FIN SECTION RECHERCHE RECETTES
///////////////////////////////*/

/*///////////////////////////////
SECTION RECETTES TOP10
///////////////////////////////*/
.wrapp-top-recettes {
    margin: 40px auto;
    box-sizing: border-box;
    padding: 30px 0 0 0;
    background-color: #000000;
    background-image: url('../img/section-recettes/bg_section-top10.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;

    color: #ffffff;

    text-align: center;
    margin-bottom: 60px;
}

.wrapp-top-recettes .wrapp-entete {
    max-width: 768px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}

.wrapp-top-recettes-slider .slides {
    padding: 140px 0 0 0;
}

.wrapp-top-recettes .flexslider-recettes {
    overflow: hidden;
}

.wrapp-top-recettes .flexslider-recettes .item-recette {
    position: relative;
    max-width: 330px;
}

.wrapp-top-recettes .flexslider-recettes .item-recette:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 140px;
    top: -140px;
    left: 0;
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.wrapp-top-recettes .flexslider-recettes .item-recette.item-recette1:before {
    background-image: url('../img/section-recettes/top10-1.png');
}

.wrapp-top-recettes .flexslider-recettes .item-recette.item-recette2:before {
    background-image: url('../img/section-recettes/top10-2.png');
}

.wrapp-top-recettes .flexslider-recettes .item-recette.item-recette3:before {
    background-image: url('../img/section-recettes/top10-3.png');
}

.wrapp-top-recettes .flexslider-recettes .item-recette.item-recette4:before {
    background-image: url('../img/section-recettes/top10-4.png');
}

.wrapp-top-recettes .flexslider-recettes .item-recette.item-recette5:before {
    background-image: url('../img/section-recettes/top10-5.png');
}

.wrapp-top-recettes .flexslider-recettes .item-recette.item-recette6:before {
    background-image: url('../img/section-recettes/top10-6.png');
}

.wrapp-top-recettes .flexslider-recettes .item-recette.item-recette7:before {
    background-image: url('../img/section-recettes/top10-7.png');
}

.wrapp-top-recettes .flexslider-recettes .item-recette.item-recette8:before {
    background-image: url('../img/section-recettes/top10-8.png');
}

.wrapp-top-recettes .flexslider-recettes .item-recette.item-recette9:before {
    background-image: url('../img/section-recettes/top10-9.png');
}

.wrapp-top-recettes .flexslider-recettes .item-recette.item-recette10:before {
    background-image: url('../img/section-recettes/top10-10.png');
}

.wrapp-top-recettes .flexslider-recettes .item-recette img {
    display: block;
    width: 100%;
    height: auto;
}

.flexslider-recettes .flex-nav-prev {
    top: 300px;
    left: 0;
}

.flexslider-recettes .flex-nav-next {
    top: 300px;
    right: 0;
}

.flexslider-recettes .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    height: 32px;
    z-index: 150;
}

.flexslider-recettes .flex-control-nav li {
    padding: 4px 0;
    margin: 0 8px;
    display: inline-block;
}

.flexslider-recettes .flex-control-paging li a {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #fff;
    border: #797979 1px solid;
    text-indent: 9999px;
    display: inline-block;
}

.flexslider-recettes .flex-control-paging li a.flex-active {
    background: #a31c1a;
    cursor: default;
}

/*///////////////////////////////
FIN SECTION RECETTES TOP10
///////////////////////////////*/

/*///////////////////////////////
SECTION RECETTES DU CHEF
///////////////////////////////*/
.wrapp-chief-recettes-slider {
    padding: 40px 0;
    text-align: center;
}

.wrapp-chief-recettes {
    padding: 20px 0;
}

.wrapp-chief-recettes .flexslider-recettes-chief {
    overflow: hidden;
    max-width: 1166px;
    margin: 0 auto;
}

.wrapp-chief-recettes .flexslider-recettes-chief .item-recette-chief {
    position: relative;
    max-width: 310px;
    margin: 0 40px;
    border: #c4c4c4 1px solid;
}

.wrapp-chief-recettes .flexslider-recettes-chief .item-recette-chief img {
    display: block;
    width: 100%;
    height: auto;
}

.wrapp-chief-recettes .flexslider-recettes-chief .item-recette-chief .wrapp-title-recette {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100px;
    background-image: url('../img/section-recettes/bg_head-recette-chief.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    text-align: center;
}

.wrapp-chief-recettes .flexslider-recettes-chief .item-recette-chief .wrapp-title-recette a {
    color: #000000;
}

.wrapp-chief-recettes .flexslider-recettes-chief .item-recette-chief .wrapp-title-recette {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 46px;
}

.wrapp-chief-recettes .flexslider-recettes-chief .item-recette-chief .wrapp-title-recette:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 5px;
    background-image: url('../img/ui/title-arrow-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    width: 28px;
    height: 26px;
    display: block;
}

.wrapp-chief-recettes .flexslider-recettes-chief .item-recette-chief .wrapp-title-recette:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 5px;
    background-image: url('../img/ui/title-arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    width: 28px;
    height: 26px;
    display: block;
}

.flexslider-recettes-chief .flex-nav-prev {
    background-color: transparent;
}

.flexslider-recettes-chief .flex-nav-next {
    background-color: transparent;
}

.flexslider-recettes-chief .flex-nav-prev a,
.flexslider-recettes-chief .flex-nav-next a {
    background-color: rgba(255, 255, 255, 0.6);
}

.flexslider-recettes-chief .flex-nav-prev:hover a,
.flexslider-recettes-chief .flex-nav-next:hover a {
    background-color: rgba(0, 0, 0, 0.6);
}

.flexslider-recettes-chief .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    height: 32px;
    z-index: 150;
}

.flexslider-recettes-chief .flex-control-nav li {
    padding: 4px 0;
    margin: 0 8px;
    display: inline-block;
}

.flexslider-recettes-chief .flex-control-paging li a {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #fff;
    border: #797979 1px solid;
    text-indent: 9999px;
    display: inline-block;
}

.flexslider-recettes-chief .flex-control-paging li a.flex-active {
    background: #a31c1a;
    cursor: default;
}

/*///////////////////////////////
FIN SECTION RECETTES DU CHEF
///////////////////////////////*/

/*///////////////////////////////
WIDGET
///////////////////////////////*/
.widget {}

.widget.widget300 {}

.widget .wrapp-widget {
    width: 100%;
    height: 100%;
}

.widget .inside-widget {
    position: relative;
    padding: 10px 10px;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.widget .wrapp-widget h3 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    padding: 0 46px;

}

.page-home .widget .wrapp-widget h3 {
    padding: 0 46px;
}

@media screen and (min-width: 1280px) {
    .widget .wrapp-widget h3 {
        font-size: 42px;
    }
}

.widget .wrapp-widget h3.arrow {
    line-height: 36px;
}

.widget .wrapp-widget h3.arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/ui/title-arrow-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 26px;
    display: block;
}

.widget .wrapp-widget h3.arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../img/ui/title-arrow-right.png');
    background-size: contain;
    width: 28px;
    height: 26px;
    display: block;
}

@media screen and (min-width: 1280px) {

    .widget .wrapp-widget h3.arrow:before,
    .widget .wrapp-widget h3.arrow:after {
        width: 38px;
        height: 36px;
    }
}

/* WIDGET : NOS PRODUITS */
.widget-products {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* FIN WIDGET : NOS PRODUITS */

/* WIDGET : RECETTES */

.widget-recette {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.widget-recette .wrapp-widget {
    width: 100%;
    height: 100%;
    background-image: url('../img/section-recettes/bg_head-recette-chief.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    text-align: center;
}

.widget-recette .wrapp-widget h3 {
    pointer-events: none;
}

/* FIN WIDGET : NOS RECETTES */


/* WIDGET : RECETTES DU MOMENT */
.widget-recette-moment {}

.widget.widget-recette-moment .inside-widget {
    padding: 40px 0 0 0;
    box-sizing: border-box;
}

.widget.widget-recette-moment .wrapp-widget h3.arrow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-image: url('../img/section-recettes/bg_head-recette-chief.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    text-align: center;
    padding: 10px 36px;
}

.widget.widget-recette-moment .wrapp-widget h3.arrow:before {
    left: 8px;
    top: 10px;
}

.widget.widget-recette-moment .wrapp-widget h3.arrow:after {
    right: 8px;
    top: 10px;
}

.widget-recette-moment .pix {
    position: absolute;
    left: 0;
    height: 33.333333%;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.widget-recette-moment .pix.pix1 {
    top: 0;
}

.widget-recette-moment .pix.pix2 {
    top: 33.33333333%;
}

.widget-recette-moment .pix.pix3 {
    top: 66.66666666%;
}

.widget-recette-moment .pix img {
    display: block;
    width: 100%;
    height: auto;
}

/* FIN WIDGET : RECETTES DU MOMENT */

/* WIDGET : REJOIGNEZ LA COMMUNAUTE */
.widget-join-community {
    height: 100%;
    box-sizing: border-box;
}

.page-home .widget-join-community {
    padding-top: 0;
}

.widget-join-community .inside-widget {
    background-image: url('../img/widget/bg_widget-join-community.png');
    background-repeat: no-repeat;
    background-position: 85% 0px;
    background-size: 140% auto;
}

@media screen and (max-width: 960px) {
    .widget-join-community .inside-widget {
        background-size: auto;
        background-position: 42% 0px;
    }
}

.page-home .widget-join-community .inside-widget {
    background-position: 85% 10px;
    background-size: auto;
}

.widget.widget-join-community .wrapp-widget h3 {
    font-size: 20px;
    line-height: 20px;
    text-shadow: none;
}

.wrapp-rezo {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.page-home .wrapp-rezo {
    padding: 10px 0;
}

.wrapp-rezo:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.widget .item-smo {
    /*float: left;*/
}

/* FIN WIDGET : REJOIGNEZ LA COMMUNAUTE */

/* WIDGET : NOTRE HISTOIRE */
.widget-story {
    width: 100%;
    height: 100%;
    background-image: url('../img/widget/bg_widget-histoire.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.widget-story .wrapp-widget {
    box-sizing: border-box;
    padding-top: 30px;
}

/* WIDGET : WEBTV */
.widget-webtv {
    width: 100%;
    height: 100%;
    background-image: url('../img/widget/bg_widget-webtv.png');
    background-repeat: no-repeat;
    background-position: 50% 244px;
    background-size: 250px auto;
}

@media screen and (min-width: 1280px) {
    .widget-webtv {
        background-position: 50% 324px;
        background-size: 300px auto;
    }
}

.widget-webtv .wrapp-widget {
    padding-top: 10px;
}

.widget-webtv .screen-tv {
    width: 100%;
    max-width: 310px;
    height: 180px;
    margin: 6px auto 0 auto;
    border-radius: 40px;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.4);
    background-size: cover;
}

@media screen and (min-width: 1280px) {
    .widget-webtv .screen-tv {
        height: 250px;
    }
}

/* FIN WIDGET : WEBTV */

/* WIDGET : COUPONS */
.widget-coupons {
    width: 100%;
    height: 100%;
    background-image: url('../img/widget/bg_widget-coupons-2.png'), url('../img/widget/bg_widget-coupons-1.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 200px 94px, -50px 82px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

@media screen and (min-width: 1280px) {
    .widget-coupons {
        background-position: 290px 234px, 100px 102px;
    }
}

.widget-coupons:hover {
    background-position: 180px 84px, -40px 92px;
}

@media screen and (min-width: 1280px) {
    .widget-coupons:hover {
        background-position: 250px 204px, 90px 94px;
    }
}

.widget-coupons .wrapp-widget {
    padding-top: 10px;
}

.widget-coupons .screen-tv {
    width: 100%;
    max-width: 310px;
    height: 250px;
    margin: 6px auto 0 auto;
    border-radius: 40px;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.4);
}

/* FIN WIDGET : COUPONS */

/* WIDGET : LE CLUB */
.widget-theclub {
    width: 100%;
    height: 100%;
    background-image: url('../img/widget/bg_widget-theclub-1.png'), url('../img/widget/bg_widget-theclub-2.png'), url('../img/widget/bg_widget-theclub-3.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 10px 102px, 30px 102px, 40px 102px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

@media screen and (max-width: 959px) {
    .widget-theclub {
        background-position: 40% 102px, 44% 102px, 48% 102px;
    }
}

.widget-theclub .wrapp-widget {
    padding-top: 10px;
}

/* FIN WIDGET : LE CLUB */

/* WIDGET : CONTEST */
.widget-contest {
    width: 100%;
    height: 100%;
    background-image: url('../img/widget/bg_widget-contest.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.widget-contest:hover {
    background-size: auto 110%;
}

.widget-contest .wrapp-widget {
    padding-top: 10px;
}

/* FIN WIDGET : CONTEST */

/* WIDGET : LES DERNIERS ARTICLES */
.wrapp-last-post {
    text-align: center;
    padding: 20px 0 40px 20px;
    box-sizing: border-box;
}

.wrapp-last-post .wrapp-last-related-post {
    position: relative;
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 0;
}

@media screen and (min-width: 1280px) {
    .wrapp-last-post .wrapp-last-related-post {
        max-width: 1280px;
    }
}

.wrapp-last-post .wrapp-last-related-post:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.item-post {
    width: 100%;
    max-width: 300px;
    margin: 0 10px;
}

@media screen and (min-width: 1280px) {
    .item-post {
        width: 100%;
        max-width: 300px;
    }
}

.item-post .inner-box-post {
    width: 100%;
}

.item-post .inner-box-post img {
    display: block;
    width: 100%;
    height: auto;
}

.flexslider-post .flex-direction-nav {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.wrapp-title-post {
    position: relative;
    width: 100%;
    height: 48px;
    overflow: hidden;
    background-color: #f26522;
    color: #ffffff;
    box-sizing: border-box;
}

.wrapp-title-post .box-title {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 8px 52px 8px 8px;
    font-size: 12px;
}

.wrapp-title-post .box-title a {
    color: #ffffff;
}

.wrapp-title-post .box-date {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: #da5618;
    text-align: center;
}

.wrapp-title-post .box-date:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "\f133";
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 26px;
}

.wrapp-title-post .box-date .line-day {
    position: absolute;
    top: 15px;
    width: 100%;
    display: block;
    font-size: 12px;
}

.wrapp-title-post .box-date .line-month {
    position: absolute;
    bottom: 1px;
    width: 100%;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
}

/* FIN WIDGET : LES DERNIERS ARTICLES */

/* WIDGET : SHARE PAGE */
.wrapp-share-smo {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;

    background-image: url('../img/widget/bg_widget-share.png');
    background-position: 100% -8px;
    background-size: auto 120%;
    background-repeat: no-repeat;
}

.wrapp-share-smo h4 {
    width: 75%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 8px auto 3px 0;
}

.wrapp-share-smo .wrapp-smo {
    padding: 0;
    margin: 0;
}

.wrapp-share-smo .wrapp-smo:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-share-smo .item-smo {
    box-sizing: border-box;
    margin-bottom: 4px;
    width: 24%;
    float: left;
}

@media screen and (max-width: 540px) {
    .wrapp-share-smo .item-smo {
        width: 100%;
        float: none;
        max-width: 480px;
        margin: 0 auto 4px auto;
    }
}

.wrapp-share-smo .item-smo a {
    display: block;
    width: 100%;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.wrapp-share-smo .item-smo.share-fb {
    padding: 0 0px 0 0;
}

@media screen and (max-width: 540px) {
    .wrapp-share-smo .item-smo.share-fb {
        padding: 0;
    }
}

.wrapp-share-smo .item-smo.share-fb a {
    background-color: #3b5998;
}

.wrapp-share-smo .item-smo.share-twitter {
    padding: 0 0px 0 0px;
}

@media screen and (max-width: 540px) {
    .wrapp-share-smo .item-smo.share-twitter {
        padding: 0;
    }
}

.wrapp-share-smo .item-smo.share-twitter a {
    background-color: #55acee;
}

.wrapp-share-smo .item-smo.share-google a {
    background-color: #b31217;
}

.wrapp-share-smo .item-smo.share-pinterest a {
    background-color: #cb2027;
}

.wrapp-share-smo .item-smo:hover a,
.wrapp-share-smo .item-smo a:hover,
.wrapp-share-smo .item-smo a {
    color: #ffffff;
}

/* FIN WIDGET : SHARE PAGE */

/* WIDGET : NEWSLETTER */
.wrapp-registration-newsletter {
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    padding: 10px;
}

@media screen and (max-width: 960px) {
    .wrapp-registration-newsletter {
        padding: 20px 10px;
    }
}

.wrapp-registration-newsletter .item-col1 {
    width: 60%;
}

.wrapp-registration-newsletter .item-col2 {
    width: 40%;
}

@media screen and (max-width: 960px) {

    .wrapp-registration-newsletter .item-col1,
    .wrapp-registration-newsletter .item-col2 {
        width: 100%;
    }
}

.wrapp-registration-newsletter .item-col1:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-registration-newsletter h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100px;
    float: left;
    margin-right: 16px;
}

@media screen and (max-width: 960px) {
    .wrapp-registration-newsletter h4 {
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

.wrapp-registration-newsletter .wrapp-pix-logo {
    float: left;
    max-width: 230px;
    padding-top: 20px;
}

@media screen and (max-width: 960px) {
    .wrapp-registration-newsletter .wrapp-pix-logo {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding-top: 0;
    }
}

.wrapp-registration-newsletter .wrapp-pix-logo img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 960px) {
    .wrapp-form-newsletter {
        max-width: 420px;
        margin: 0 auto;
    }
}

.wrapp-form-newsletter input[type="text"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22px;
}

@media screen and (min-width: 1280px) {
    .wrapp-form-newsletter input[type="text"] {
        max-width: 460px;
    }
}

.wrapp-form-newsletter input[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22px;
}

.wrapp-form-newsletter .line-input {
    height: 110px;
}

@media screen and (max-width: 960px) {
    .wrapp-form-newsletter .line-input {
        height: 80px;
    }
}

/* FIN WIDGET : NEWSLETTER */

/*///////////////////////////////
WIDGET
///////////////////////////////*/

/*///////////////////////////////
PAGE : SEARCH
///////////////////////////////*/
.wrapp-result {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

@media screen and (min-width: 1280px) {
    .wrapp-result {
        max-width: 1280px;
    }
}

.wrapp-result:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-result .item-post {
    float: left;
    margin-bottom: 30px;
    list-style: none;
}

.wrapp-result .wrapp-last-post {
    padding: 20px 0 40px 0;
}

/*///////////////////////////////
FIN PAGE : SEARCH
///////////////////////////////*/

/*///////////////////////////////
SMO
///////////////////////////////*/
.item-smo {
    display: inline-block;
    margin: 0 5px;
}

.item-smo-circle {
    box-sizing: border-box;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.item-smo a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.item-smo .fa {
    display: block;
    line-height: 36px;
    font-size: 20px;
}

.item-smo-facebook {
    background-color: #3b5998;
}

.item-smo-twitter {
    background-color: #00aced;
}

.item-smo-pinterest {
    background-color: #cb2027;
}

.item-smo-googpleplus {
    background-color: #dd4b39;
}

.item-smo-youtube {
    background-color: #b31217;
}

/*///////////////////////////////
FIN SMO
///////////////////////////////*/

/*
RESKIN : BOOTSTRAP
*/
button:focus,
button:active {
    outline: none !important;
    box-shadow: none;
}

.wrapp-box-select {}

.wrapp-box-select .btn-group .btn-orange {
    background-color: #f26522;
    color: #ffffff;

}

.wrapp-box-select .btn-group>.btn.btn-orange+.dropdown-toggle {
    background-color: #cf5014;
    color: #ffffff;
}

.wrapp-box-select .btn-group .font-signature {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
}

.wrapp-box-select .caret {
    border-top: 8px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.wrapp-box-select .dropdown-menu {
    border-radius: 0 0 6px 6px;
}

/*
RESKIN : BOOTSTRAP
*/

/*
RESKIN CONTACT FOMR 7
*/
.wpcf7-form {
    color: #000000;
    max-width: 768px;
    margin: 0 auto;
    padding: 0;
}

.wpcf7-form form {
    padding: 0;
    margin: 0 auto;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="number"] {
    display: block;
    width: 100%;
    max-width: none;

    border: 0;

    padding: 0 12px 0 8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 1px 1px #e5e5e5, inset 0 2px 0 rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
    font-size: 12px;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="password"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="text"]:active,
.wpcf7-form input[type="email"]:active,
.wpcf7-form input[type="date"]:active,
.wpcf7-form input[type="password"]:active,
.wpcf7-form input[type="number"]:active {
    outline: none;
    box-shadow: none;

    color: #000000;
}

form textarea {
    width: 100%;
    display: block;
    color: #ffffff;
    padding: 10px 16px;
    resize: none;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 1px 1px #e5e5e5, inset 0 2px 0 rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
}

.wrapp-form-newsletter .wpcf7-form input[type="submit"] {
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 8px;
    margin: 0 auto;
}

.wpcf7-form input[type="submit"] {
    border-radius: 4px;
    margin: 0 auto;
}

.wrapp-editor-cms p:after {
    content: "";
    float: none;
    clear: both;
    display: block;
}

.screen-reader-response {
    color: #ffffff;
    max-width: 768px;
    margin: 0 auto;
    box-sizing: border-box;

    padding: 12px 16px;

    border-radius: 8px;

    background-color: #b22021;

    margin-bottom: 24px;
}

.screen-reader-response:empty {
    padding: 0;
}

.wpcf7-not-valid-tip {
    color: #ffffff;
    max-width: 768px;
    margin: 4px auto;
    box-sizing: border-box;

    padding: 0px 6px;

    border-radius: 4px;

    background-color: #b22021;

    display: block;
}

/*
FIN RESKIN CONTACT FORM 7
*/