@charset "utf-8";
/* CSS Document */
/* Copyright 2015 Propaganda Design Inc. */

/*-------------------------------------------------------------------
	Base
-------------------------------------------------------------------*/
*, *:before, *:after, input, textarea, select { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
body { font-family: 'Roboto', sans-serif; font-weight:300; /*font-size:12px; background:url(../images/common/bg.png) #f9fafb;*/ background:#f9fafb; -webkit-text-size-adjust: 100%;margin:0 0 0 0; font-size:16px; line-height:25px; color:#717376; }
.pointer-events, .pointer-events * { pointer-events: none !important; }
header { background:url(../images/common/bg-top.jpg) top center no-repeat #000; position:relative; }
header .wrapper { position:relative; }
section { }
footer { background:url(../images/common/bg-footer.jpg) center no-repeat #1f1f1f; padding:40px 0; }
.v-spacer-2 { width: 100%; clear: both; padding: 82px 60px;
}
.flex {  display: flex;}
.bg-texture {background:url(../images/common/bg-footer.jpg) center no-repeat #1f1f1f;  flex: 1;     background-size: cover; }
.bg-image {
    background-image      : url(../images/common/image-bg-ou-les-trouver.png);
    background-repeat     : no-repeat;
    background-size       : cover;
    flex                  : 1;
    background-position-x : right;
}

a {
    color  : #ce5429;
    cursor : pointer;
}

h1 {
    font-size      : 50px;
    line-height    : 48px;
    color          : #ce5429;
    text-transform : uppercase;
    font-weight    : 200;
    padding        : 0 25px 0 0;
    margin         : 0 0 9px 0;
}

.h1-alt {
    font-family    : 'Montserrat', sans-serif;
    text-align     : center;
    text-transform : initial;
    font-size      : 50px;
    line-height    : 56px;
    color          : #fff;
    padding        : 0 25px 0 0;
    margin         : 0 0 9px 0;
}

.h1-alt span {
    display     : block;
    text-shadow : 0 0 20px #00000099;
}

.h1-alt a {
    color           : #ffffff;
    text-decoration : underline;
}

h2, .h2-h3-inverted h3 {
    font-size      : 20px;
    line-height    : 22px;
    color          : #808284;
    text-transform : uppercase;
    font-weight    : 300;
    margin         : 0 0 7px 0;
}

.h2--award {
    float         : left;
    border-top    : 1px solid;
    border-bottom : 1px solid;
    padding       : 8px 0;
}

.h2-small {
    font-size : 18px !important;
    margin    : 0;
}

.h2-alt {
    font-family    : 'Montserrat', sans-serif;
    color          : #ce5429;
    font-size      : 22px;
    line-height    : 26px;
    text-transform : none;
}

.h2-middle {
    font-size : 38px;
}

h3, .h2-h3-inverted h2 {
    font-size      : 31px;
    line-height    : 34px;
    color          : #ce5429;
    text-transform : uppercase;
    font-weight    : 300;
    margin         : 0 0 20px 0;
}

h4 {
    font-size          : 15px;
    display            : inline-block;
    padding            : 10px;
    line-height        : 16px;
    color              : #fff;
    text-transform     : uppercase;
    font-weight        : 300;
    margin             : 25px 0 0 0;
    position           : relative;
    top                : 2px;
    z-index            : 0;
    background         : #717376;
    -webkit-box-shadow : 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow    : 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow         : 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

p, ul, label, ol {
    margin      : 0 0 12px 0;
    font-size   : 16px;
    line-height : 25px;
    color       : #717376;
}

.p-small {
    font-size   : 14px;
    line-height : 22px;
}

label {
    line-height : 18px;
}

ul > li:before {
    content : "•";
    padding : 0 12px 0 0;
    display : inline-block;
    float   : left;
}

ul ul {
    margin : 0 0 0 12px;
}

ul > li {
    margin : 4px 0 4px 0;
}
ul { margin:0 0 20px 12px; list-style:none; text-indent:-12px; }
ol { counter-reset:li; }
ol > li { position:relative; margin:0 0 6px 26px; padding:4px 8px; }
ol > li:before { content:counter(li); counter-increment:li; position:absolute; top:3px; left:-26px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; width:26px; height:26px; margin-right:8px; padding:1px 4px 4px 4px; color:#FFF; background:#c15327; text-align:center; -webkit-border-radius:26px; -moz-border-radius:26px; border-radius:26px; }
strong { font-weight:500; }
em { font-style:italic; }
hr { border:none; height:1px; background:#dcdcdc; margin:15px 0 15px 0; }
table { width:100%; }
label { display:block; margin:0 0 4px 0; color:#ce5429; font-weight:500; }
input, textarea, select { font-family: 'Roboto', sans-serif; }

input { }
input[type=text], input[type=number], input[type=password], textarea, select { -webkit-appearance:none; -moz-appearance:none; appearance:none; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; border:1px solid #CCC; display:block; width:100%; margin:0 0 20px 0; padding:10px 10px; }
input:focus, textarea:focus, input:hover, textarea:hover, select:focus, select:hover, button { outline:none; border:1px solid #999; }
textarea { resize:vertical; min-height:150px; }
input[type=submit], button { font-family: 'Roboto', sans-serif; font-weight:300; cursor:pointer; border:none; display:block; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
input[type='radio'] { opacity:0; float:left; width:16px; height:16px; cursor:default; padding:0; margin:0; position:absolute; }
input[type='radio'] + label:before { content:""; -webkit-border-radius:9px; -moz-border-radius:9px; border-radius:9px; display:inline-block; width:16px; height:16px; background:center #FFF; border:2px solid #3FA2D4; position:relative; top:3px; margin:0 5px 0 0; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
input[type='radio']:checked + label:before { background:url(../images/radio-white.png) no-repeat center #3FA2D4; }
input[type='checkbox'] { opacity:0; float:left; position:absolute; width:32px; height:32px; cursor:default; padding:0; margin:0; }
input[type='checkbox'] + label { margin:0 0 8px 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;   user-select: none;  }
input[type='checkbox'] + label:before { content:""; display:block; float:left; width:32px; height:32px;-webkit-border-radius:32px; -moz-border-radius:32px; border-radius:32px; background:center #FFF; border:2px solid #ce5429; position:relative; top:-9px; margin:0 10px 20px 0;-webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
input[type='checkbox']:checked + label:before { background:url(../images/common/cheese-check.png) no-repeat center #ce5429; }
input[type="text"]:disabled { background:#dddddd; }
input:disabled:hover, textarea:disabled:hover { border:1px solid #CCC; }
select { background:url(../images/common/form-select.png) no-repeat center right; text-indent:0; border:none; border:1px solid #ce5429;  font-size:14px; font-weight:300; color: #ce5429; }
select:hover, select:focus { background:url(../images/common/form-select.png) no-repeat center right; border:none; border:1px solid #ce5429; color:#ce5429; }
.select-commerce { width: 218px!important; }
::selection { background:#ce5429; color:#FFF; }
::-moz-selection { background:#ce5429; border:1px solid #ce5429; color:#FFF; }
::-webkit-input-placeholder { color:#999; }
:-moz-placeholder { color:#999; } 
::-moz-placeholder { color:#999; }
:-ms-input-placeholder { color:#999; }

/*-------------------------------------------------------------------
	Modules (ex.: .box)
-------------------------------------------------------------------*/



.nav-trigger { width: 30px; height: 22px; margin:12px 0 0 20px;  -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }
.nav-trigger span { display: block; position: absolute; height: 3px; width: 100%; background: #ffffff; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
.nav-trigger span:nth-child(1) { top: 0px; }
.nav-trigger span:nth-child(2),.nav-trigger span:nth-child(3) { top:9px; }
.nav-trigger span:nth-child(4) { top: 18px; }
.nav-trigger.open span:nth-child(1) { top: 9px; width: 0%; left: 50%; }
.nav-trigger.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.nav-trigger.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav-trigger.open span:nth-child(4) { top: 9px; width: 0%; left: 50%; }
.nav-bg { padding: 10px 8px 8px 8px; background-color: #77bc1f; position: relative; top: 10px; margin-left: 12px; } 
.hide { display:none;}

.navigation { z-index: 100; font-size: 0; float: right; margin: 135px 0 0 0; right: 0; position: absolute; }
.navigation ul li:before { content:""; padding:0; float:none; display:inline; }
.navigation > ul { z-index:1; margin:0; text-indent:0; font-size:0; }
.navigation > ul > li { display:inline-block; *display:inline; *zoom:1; vertical-align:top; margin:0; }
.navigation > ul > li > a { display:block; text-transform:uppercase; color:#FFF; font-size:15px; font-weight:300; padding:15px 12px; line-height:16px; border-top:3px solid transparent; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
.navigation > ul > li:hover > a, .navigation > ul > .is-selected >  a { background:#f9fafb; color:#2d2d2d; border-color:#ce5429; }
.navigation > ul > li > ul { zoom:1; filter:alpha(opacity=0); margin:0px 0 0 0; min-width:200px; z-index:3000; opacity:0; display:none; position:absolute; }
.navigation > ul > li > ul > li { margin:0; text-indent:0px; }
.navigation > ul > li > ul > li > a { padding:10px 12px; font-size:14px; background:#5a5b5b; color:#FFF; font-weight:400; display:block; }
.navigation > ul > li > ul > li:hover > a, .navigation > ul > li > ul > .is-selected > a { background:#ce5429; }
.navigation > ul > li:nth-last-child(2) > a.search { padding-top:0; padding-bottom:0;display:block; width:17px; height:16px; border:none; background:url(../images/common/icon-magnifier.png) right no-repeat; position:relative; top:16px; }
.navigation > ul > li:nth-last-child(2) > a:hover { background:url(../images/common/icon-magnifier.png) no-repeat right; border:none; }
.top { float:right; position:relative; top:12px; }
.search-field { background-color: #ffffff; background-image:url(../images/common/icon-loupe.png); background-repeat: no-repeat; background-position: right;  }


a.searchtop { display:none; }

.sub-navigation { text-indent: 0; margin: 0; line-height: 13px !important; position: absolute; top: 184px; right: 0; z-index: 200; text-align: right; -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.14);
box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.14);}
.sub-navigation li { display:block; margin: 0; }
.sub-navigation li:before { content:""; padding:0; float:none; display:inline; }
.sub-navigation >  li > a { font-size:16px; color:#707070; background: #f9fafb; padding:15px 15px;  display: block;}
.sub-navigation li a:hover, .sub-navigation .is-selected a { color:#fff; background-color:#ce5429;  }
.sub-navigation li:last-child a { }
/*.sub-navigation >  li > a.nav-hight-light {  background: #f5ddd4; color:#c25427; }
.sub-navigation >  li > a.nav-hight-light:hover {  color:#fff; background-color:#ce5429;  }*/

.footer-navigation { text-align:center; border-bottom:1px solid #626262; padding:50px 0 16px 0; }
.footer-navigation ul { font-size:0; margin:0; text-indent:0; }
.footer-navigation ul li:before { content:""; padding:0; float:none; display:inline; }
.footer-navigation ul li { display:inline; }
.footer-navigation ul li a { color:#8d8d8d; font-size:15px; padding:0 14px; font-weight:400; }


.footer-navigation ul li a:hover, .footer-navigation ul .is-selected > a { color:#ce5429; }
.footer-navigation-secondary { border:none; padding:16px 0 80px 0; }
.footer-navigation-secondary ul li a { font-size:13px; padding:0 10px; }
.is-static.navigation.is-static > ul > li > a, .is-static.navigation.is-static > ul > li > ul > li > a { text-transform:none; }
.lock {background-color: #fff;width: 31px;height: 31px;float: right;position: relative;top: -2px;left: -10px;     background-image: url(../images/common/lock.png); background-repeat: no-repeat; background-position: 8px 6px; }
.lock__mobile { top:-9px; }

.panier {  background-image: url(../images/common/petit-panier.png); background-repeat: no-repeat; display: block; height: 25px; width: 25px; float: left; position: relative; top: -3px; margin-right: 6px;}

.languages { text-indent:0; margin:0; text-align:right; }
.languages li { margin:0; display:inline-block; }

.languages li:before {
    content : "";
    padding : 0;
    float   : none;
    display : inline;
}

.languages .facebook {
    display         : block;
    width           : 24px;
    height          : 23px;
    position        : relative;
    top             : 5px;
    background      : url(../images/common/ico-fb.png) no-repeat;
    background-size : cover;
}

.languages .instagram {
    display         : block;
    width           : 24px;
    height          : 24px;
    position        : relative;
    top             : 5px;
    background      : url(../images/common/ico-insta.png) no-repeat;
    background-size : cover;
}

.languages .zone-commerciale {
    background          : #ce5429;
    padding             : 7px 10px;
    background-image    : url("../images/common/petit-camion.png");
    background-repeat   : no-repeat;
    background-position : right;
    padding-right       : 52px;
}

.languages li a {
    font-size      : 14px;
    color          : #fff;
    margin         : 0 4px;
    text-transform : uppercase;
}

.languages li:last-child a {
    margin-right : 0;
}

.btn {
    display            : inline-block;
    border             : none;
    cursor             : pointer;
    font-size          : 14px;
    line-height        : 14px;
    background         : #ce5429;
    padding            : 10px 12px;
    color              : #fff;
    -webkit-transition : all .3s ease;
    -moz-transition    : all .3s ease;
    -o-transition      : all .3s ease;
    transition         : all .3s ease;
    opacity            : 1;
    margin             : 0 5px 0 0;
    border-radius      : 5px;
}

.btn:hover {
    opacity : 0.8;
}

.btn-arrow:before {
    content           : "";
    background-image  : url(../images/common/arrow-left-white-small.png);
    background-repeat : no-repeat;
    width             : 28px;
    height            : 12px;
    display           : inline-block;
    position          : relative;
    top               : 1px;
}

.btn-light {
    display        : block;
    width          : 100%;
    margin         : 30px 0 0 0;
    text-align     : center;
    background     : none;
    font-size      : 18px;
    line-height    : 20px;
    text-transform : uppercase;
    border-bottom  : 1px dotted #ce5429;
    border-top     : 1px dotted #ce5429;
    color          : #ce5429;
}

.btn-cancel {
    background : #717376;
}

.btn-contest {
    text-align            : center;
    display               : block;
    font-size             : 18px;
    line-height           : 18px;
    padding               : 15px 26px;
    margin                : 40px auto;
    text-transform        : uppercase;
    -webkit-border-radius : 20px;
    -moz-border-radius    : 20px;
    border-radius         : 20px;
}

.btn-contest-grey {
    background : #ccc;
    color      : #ce5429;
}

.btn--slider {
    display            : inline-block;
    border             : none;
    cursor             : pointer;
    font-size          : 16px;
    line-height        : 14px;
    background         : #ce5429;
    padding            : 10px 16px;
    color              : #fff;
    -webkit-transition : all .3s ease;
    -moz-transition    : all .3s ease;
    -o-transition      : all .3s ease;
    transition         : all .3s ease;
    opacity            : 1;
    margin             : 40px 0 0 0;
    border-radius      : 5px;
}

.arrow-line {
    fill              : none;
    stroke            : #ffffff;
    stroke-miterlimit : 10;
}

.arrow-line-pointer {
    fill : #ffffff;
}

.btn--slider .svg-wrapper {
    width    : 22px;
    display  : inline-block;
    margin   : 4px 0 4px 14px;
    position : relative;
    top      : 2px;
}
.btn--slider:hover { opacity:0.8; }
.breadcrumbs { display:none; text-indent:0; margin:0 0 20px 0; font-size:0; line-height:18px; }
.breadcrumbs li:before { content:""; padding:0; float:none; display:inline; }
.breadcrumbs li:after { content:"/"; padding:0 4px; color:#bababa; }
.breadcrumbs li:last-child:after { content:""; padding:0; }
.breadcrumbs > li { font-size:14px; line-height:14px; font-weight:400; margin:0; display:inline-block; color:#bababa; }
.breadcrumbs > li:last-child { color:#ce5429; }

.breadcrumbs > li > a {
    color              : #bababa;
    font-weight        : 400;
    -webkit-transition : all .3s ease;
    -moz-transition    : all .3s ease;
    -o-transition      : all .3s ease;
    transition         : all .3s ease;
}

.breadcrumbs > li > a:hover {
    color : #ce5429;
}

.breadcrumbs-margin {
    margin : 20px 0 12px 0;
}

.card {
    background         : #fff;
    width              : 100%;
    display            : block;
    position           : relative;
    z-index            : 1;
    margin             : 0 0 80px 0;
    -webkit-box-shadow : 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow    : 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow         : 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.card-content {
    padding : 20px;
    display : block;
}

.card-content-map {
    padding : 14px;
}

.card-content p:last-child, .card-content ul:last-child {
    margin-bottom : 0;
}

.card-link {
    margin             : 0 0 40px 0;
    font-size          : 22px;
    text-transform     : uppercase;
    -webkit-transition : all .3s ease;
    -moz-transition    : all .3s ease;
    -o-transition      : all .3s ease;
    transition         : all .3s ease;
}

.card-link:hover, .card-link-hover {
    background            : #ce5429;
    -webkit-user-select   : none;
    user-select           : none;
    -webkit-touch-callout : none;
    -ms-transform         : scale(0.95);
    -webkit-transform     : scale(0.95);
    transform             : scale(0.95);
}

.card-link-no-over:hover, .card-link-no-over:hover p {
    background : #ffffff;
    color      : #717376 !important;
}

.card-link:active {
    -ms-transform     : scale(0.94);
    -webkit-transform : scale(0.94);
    transform         : scale(0.94);
}

.card-link a {
    -webkit-transition : all .3s ease;
    -moz-transition    : all .3s ease;
    -o-transition      : all .3s ease;
    transition         : all .3s ease;
}

.card-link a, .card-link h2, .card-link p {
    -webkit-transition : color .3s ease;
    -moz-transition    : color .3s ease;
    -o-transition      : color .3s ease;
    transition         : color .3s ease;
}

.more {
    display               : block;
    width                 : 2.75rem;
    height                : 2.75rem;
    margin                : .625rem auto;
    background            : #ce5429;
    -webkit-border-radius : 3.75rem;
    -moz-border-radius    : 3.75rem;
    border-radius         : 3.75rem;
    background-repeat     : no-repeat;
    background-position   : center;
}

.more-small {
    width           : 2rem;
    height          : 2rem;
    background-size : 36%;
}

.more-icon {
    background-image : url(../images/common/plus.png);
}

.card-link:hover a, .card-link:hover h2, .card-link:hover p {
    color : #fff;
}

.card-link:hover h2 {
    color : #ce5429;
}

.card-link-grey a {
    color          : #484848;
    text-transform : none;
    line-height    : 25px;
}

.card-link h2 {
    color : #ce5429;
}

.card-smaller {
    width   : 50%;
    float   : left;
    padding : 0 10px 0 0;
}

.card-smaller:nth-child(2n) {
    padding : 0 0 0 10px;
    float   : right;
}

.ico-qte {
    fill  : #cccccc;
    width : 60px;
}

.ico-pate-mole {
    width : 68px;
}

.ico-couteau-pate-mole {
    width : 82px;
}

.ico-belle {
    width         : 104px;
    margin-bottom : 11px;
}

.ico-couteau-belle {
    width : 75px;
}

.ico-louis-dor {
    width         : 84px;
    margin-bottom : 7px;
}

.ico-couteau-louis-dor {
    width : 84px;
}

.pop-up svg {
    display : block;
    margin  : 0 auto 1rem auto;
}

.image-plateau {
    display : block;
    margin  : 1rem auto 1.75rem auto;
}

.pics-plateau-section {
    margin  : 0 auto;
    display : block;
    width   : 100%;
}

.bg-sapin {
    background-image    : url(../images/common/sapin-gauche.png), url(../images/common/sapin-droite.png);
    background-repeat   : no-repeat, no-repeat;
    background-position : left top, right top;
    height              : 290px;
    z-index             : 1000;
    position            : relative;
}

.sapin-upper {
    z-index  : 100;
    position : relative;
    top      : -140px;
}

.bg-shadow {
    background-image  : url(../images/common/bg-shadow.png);
    background-repeat : repeat-x;
}

.phone {
    font-size    : 14px;
    margin-right : 10px;
}

.site-web {
    font-size        : 14px;
    background-color : #ce5429;
    margin           : 0 6px 0 0;
    position         : relative;
    top              : -4px;
    padding          : 3px 7px;
}

.site-web a {
    color          : #fff !important;
    text-transform : initial;
}

.fb-commerce {
    margin : 0;
}

.see-more, .see-less {
    background-color : #ce5429;
    color            : #fff;
    padding          : 3px 7px;
    margin           : 0 0 20px 0;
}

.see {
    display : table;
}

.technical-sheet {
    text-indent : 0;
    margin      : 25px 0 0 0;
}

.technical-sheet li:before {
    content : "";
    padding : 0;
    float   : none;
    display : inline;
}

.technical-sheet li {
    display     : block;
    float       : left;
    width       : 50%;
    padding     : 0 20px 0 0;
    font-size   : 14px;
    line-height : 19px;
    margin      : 0 0 30px 0;
}

.technical-sheet li:nth-child(2n) {
    padding : 0 0 0 20px;
}
.technical-sheet li:nth-child(2n+1) { clear:both; }
.technical-sheet > li > ul { margin:0; text-indent:0; }
.technical-sheet > li > ul > li { padding:0 10px 0 0; }
.technical-sheet > li > ul > li:nth-child(2n) { padding:0 0 0 10px !important; }
.technical-sheet-title { font-size:13px;color: #717376; line-height:16px; text-transform:uppercase; font-weight:500; border-top:1px solid #5a5b5b; border-bottom:1px solid #bbbcbb; margin:0 0 6px 0; padding:4px 0; }
.technical-sheet-award-title { padding-right:70px; }
.award-mini-title { font-size: 12px;white-space: nowrap; }
.technical-sheet-percentage { display:block; position:relative; width:100%; padding:0 0 5px 0;border-bottom:1px solid #bbbcbb; text-align:justify; -moz-text-align-last: justify; text-align-last: justify; }
.technical-sheet-percentage-line { /*width: 100%; height: 18px; border-bottom: 1px solid #e4e4e4; -webkit-transform: translateY(0px) translateX(0px) rotate(-14deg); position: absolute; bottom:14px; left: -3px;*/ background:url(../images/common/percentage-line.png); background-position:center center; width:100%; height:34px; position:absolute; top:-8px; }
.technical-sheet-percentage-bar { -moz-transform: rotate(-14deg); -o-transform: rotate(-14deg); -webkit-transform: rotate(-14deg); /*-webkit-transform-origin: 0% 0%;*/ -ms-transform: rotate(-14deg); transform: rotate(-14deg); background:#e4e4e4; height:1px;  position:absolute; margin:0;  bottom:15px; zoom: 1; width: calc(100%); }
.technical-sheet li:last-child, .technical-sheet li:nth-last-child(2) { margin:0; }
.technical-sheet-contest-logo { display:block; float:right; width:60px; height:60px; margin:-17px 0 0 0; background-size:cover; }
.technical-sheet-contest-logo-right { margin-top:5px; width:45px; height:45px; }
.nutrition-facts-table { border:1px solid #000; padding:5px 10px; margin:5px 0 0 0; }

.nutrition-facts { font-size:13px; line-height:22px; font-weight:400; background:#FFF; }
.nutrition-facts p { font-size:13px; line-height:16px; font-weight:400; margin:0; color:#000; }
.nutrition-facts table { padding:10px; }
.nutrition-facts h1 { color:#000; font-weight:500; font-size:20px; line-height:20px; margin:0 0 10px 0; }
.nutrition-facts h2 { color:#000; text-transform:none; font-weight:500; font-size:25px; line-height:30px; margin:0 0 0 0; }
.nutrition-facts-summary-table td { font-size:14px; line-height:18px; }
.nutrition-facts-summary-table td { padding:0; }
.nutrition-facts-summary-table tr { border:none; }
.nutrition-facts-link { color:#808285; display:block; font-size:12px; text-transform:uppercase; font-weight:400; position:relative; top:-6px; margin:0 0 20px 0; float:left; }
.nutrition-facts-link .nutrition-facts-icon { display:inline-block; background:url(../images/common/icon-nutrition_facts.png) no-repeat center #2c2c2c; margin:0 10px 0 0; width:21px; height:21px; position:relative; top:6px; }
.nutrition-facts table th { background:#FFF; padding:2px 0px; text-align:left; font-size:15px; color:#000; }
.nutrition-facts table td { background:#FFF; vertical-align:middle; padding:2px 0px; font-size:15px; }
.nutrition-facts table tr { border-bottom:1px solid #000; }
.nutrition-facts table tr:last-child { border:none; }
.nutrition-facts table td:nth-child(2) { text-align:right; font-weight:500; }
.print-link { color:#808285; display:block; font-size:12px; text-transform:uppercase; font-weight:400; position:relative; top:-6px; margin:0 0 20px 0; float:right; }
.print-link .print-icon { display:inline-block; background:url(../images/common/icon-print.png) no-repeat center #2c2c2c; margin:0 0 0 10px; width:21px; height:21px; position:relative; top:6px; }
.filters { background:#efefef; padding:30px 0; margin:10px 0 0 0; }
.intensities { display:block; width:94px; position:absolute; right:39px; z-index:1000; }
.intensity { display:block; width:94px; height:94px; background-repeat:no-repeat; position:absolute; display:none; }
.intensities li { margin:0; top:20px; right:0; z-index:1; }
.intensities li:nth-child(2) { right:83px; z-index:2; }
.intensities li:nth-child(3) { right:166px; z-index:3; }
.calories { font-weight: 700; font-size: 22px; border-bottom: 5px solid; display: inline-grid;  margin-bottom: 2px; padding-bottom: 5px; }
.note-bottom {    padding: 10px 0!important; font-size: 11px!important; }
.valeur-quotidienne { font-size:12px!important; }
.logo { display:block; width:157px; height: 184px; background:url(../images/common/logo.png) no-repeat center; background-size:contain; float:left; }
.logo::after { display: block; content: ""; background: url(../images/common/logo-subtitle.png); width: 116px; height: 36px; position: relative; left: 157px; top:18px;}
.logo-en::after { display: block; content: ""; background: url(../images/common/logo-subtitle-en.png); width: 116px; height: 40px; position: relative; left: 157px; top:18px;}
.logo-footer { display:block; width:157px; height:151px; background:url(../images/common/logo-footer.png); margin:0 auto; }
.logo-footer::after { display: block; content: ""; background: url(../images/common/logo-subtitle.png); width: 116px; height: 36px; position: relative; left: 157px; top:0; opacity: .8;}
.logo-footer-en::after { display: block; content: ""; background: url(../images/common/logo-subtitle-en.png); width: 116px; height: 40px; position: relative; left: 157px; top:0; opacity: .8;}
.slogan { display:block; width:106px; height:46px; background:url(../images/common/slogan.png); float:right; }
.slogan-en { display:block; width:103px; height:43px; background:url(../images/common/slogan-en.png); float:right; }
.filter-list { text-indent:0; margin:0; }
.filter-list li:before { content:""; padding:0; float:none; display:inline; }
.filter-list-stores li { display:inline-block; margin:0 18px 0 0; }
.ou {    margin: 0 20px 0 0!important; }
.km {position: relative; top:20px; } 
#map_canvas { height:500px; margin:0 0 50px 0; }
.store-name { font-size:20px; line-height:28px; color:#ce5429; text-transform:uppercase; font-weight:300; margin:0 0 5px 0; }
.store-address { font-size:16px; line-height:20px; color:#717376; margin:0; }
.livesearch-bar { display:none; width:30%; position:absolute; right:0; z-index:1000; margin:-3px 0 0 0; }
.livesearch-bar input { -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);    border: 1px solid #dfdfdf; margin:0 0 11px 0 !important; }
.livesearch { position:relative; top:-11px;}
.livesearch-bar-static .livesearch { top:0; }
#livesearch-inner { text-indent:0; margin:0; background:#5a5b5b; padding:0 0; }
#livesearch-inner li { line-height:3px; margin:0; }
#livesearch-inner li:before { content:""; padding:0; float:none; display:inline; }
#livesearch-inner li a { border-bottom:1px solid #7a7a7a; }
#livesearch-inner li a, #livesearch-inner li .no-results { display:table; width:100%; padding:10px 10px; color:#FFF; font-size:14px;line-height: 22px; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
#livesearch-inner li a:hover { background:#ce5429; }
.livesearch-picture { display:table-cell; width:40%; height:51px; background-repeat:no-repeat; background-position:center; background-size:contain; }
.livesearch-name { display:table-cell; vertical-align:middle;    line-height: 17px; padding:0 10px 0 10px; }
.livesearch-bar-static { position:relative !important; width:100% !important; margin:0 !important; }
.livesearch-bar-static input { width:100% !important; margin:0 !important;-webkit-box-shadow:none !important; -moz-box-shadow:none !important; box-shadow:none !important; background: url(../images/common/icon-magnifier-dark.png) right no-repeat; }
#zip_code_box, #hidden_link { display:none; }
.award-title { display:block; margin:0 0 20px 0; font-size:16px;color: #717376; }
.award-title:last-child { margin:0; }
.technical-sheet-awards { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap:40px; -webkit-column-gap: 40px; column-gap: 40px; margin:0; text-indent:0;  }
.technical-sheet-awards li:before { content:""; padding:0; float:none; display:inline; }
.technical-sheet-awards > li { display: inline-block; width: 100%;}
.technical-sheet-awards-full-width { -moz-column-count:1; -webkit-column-count: 1; column-count: 1; -moz-column-gap:0px; -webkit-column-gap: 0px; column-gap: 0px; }
.technical-sheet-awards-full-width > li  { margin:0 0 40px 0;   }
.technical-sheet-awards-full-width > li:last-child  { margin:0 0 0 0;   }
.etiquette { display:block; max-width:145px; max-height:145px; float:right; margin:0 0 10px 10px; }
.share { display:block; width:23px; height:19px; background:url(../images/common/icon-share.png); position:absolute; right:20px; top:10px; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; -o-transition:background .3s ease; transition:background .3s ease; }
.share:hover { background:url(../images/common/icon-share-over.png); }
.b-lazy { -webkit-transition: opacity 500ms ease-in-out; -moz-transition: opacity 500ms ease-in-out; -o-transition: opacity 500ms ease-in-out; transition: opacity 500ms ease-in-out;  max-width: 100%; opacity: 0; margin:0; padding:0; /*width:auto;*/ height:auto; display:block; width:100%;  }
.b-lazy.b-loaded { opacity: 1; }
.geolocalize {  background: url(../images/common/marker-icon.png) no-repeat right center; padding: 8px 46px 8px 10px; font-size: 14px; margin: 0;  display: block; color: #fff; background-color: #ce5429;}
.publication-logo { float:right; padding:0 0 20px 20px; }
.copyright { font-size:11px; line-height:15px; text-align:center; color:#8d8d8d; }
.employees img { display:block; width:100%; border-bottom:1px solid #bbbcbb; }
.employee-name { margin:0; padding:10px; font-size:13px; line-height:15px;text-transform: uppercase; color: #717376;     font-weight: 500; }
.employee-title { font-weight:400; text-transform:none; }
.employee-email { font-weight:400; text-transform:none; display:block; }
.employees {-moz-column-count:3; -webkit-column-count:3; column-count:3; -moz-column-gap:20px; -webkit-column-gap: 20px; column-gap: 20px;}
.employee { display: inline-block; background: #fff; margin: 0 0 20px 0; width: 100%; -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); position:relative; top:2px; margin-top:2px; }

.employe {  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); position:relative; top:2px; margin-top:2px;     display: inline-table;
    margin-bottom: 1rem; right: -2px; }

/*.flexslider .slides > li { width:100%; background-position:right bottom; background-repeat:no-repeat; display:block; }
.flexslider-titles, .flexslider-picture, .flexslider-pics { height:550px; }
.flexslider-titles { text-align:left;  display: table; width:100%;}
.flexslider-pics { text-align:center;  display: table; width:100%;}
.flexslider-title-wrapper {display: table-cell; vertical-align: middle; position: relative; overflow: hidden;}
.flexslider-title-wrapper-top {display: table-cell; vertical-align: middle; position: relative; overflow: hidden;}
.flexslider-title, .flexslider-title a {  font-size:29px; color:#FFF; width:100%;font-weight:200; line-height:40px;    }
.flexslider-title { }
.flexslider .slides img { width: auto!important; }
.flexslider-alt-title-01 { font-size: 36px; text-transform: uppercase;}
.flexslider-alt-title-02 {font-size: 20px; line-height: 30px; text-transform: uppercase;}
.flex-bg {background-position-x: 80%!important; }

.flexslider-subtitle {  font-size:28px; color:#bf5327; display:block; font-weight:300; font-style:italic; line-height:30px; }
.arrow-down { display:block; width:50px; height:50px; background:url(../images/common/arrow-down.png) no-repeat center #c25427;position:absolute; z-index:2; bottom:50px; left:50%; margin:0 0 0 -25px;-webkit-border-radius:40px;-moz-border-radius: 40px; border-radius: 40px;-webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
.arrow-down:hover { background-color:#FFF; background-image:url(../images/common/arrow-down-over.png); }*/

.flexslider .slides > li { width:100%; background-position:center; /*background-repeat:no-repeat;*/ display:block; }
.flexslider-titles, .flexslider-picture { height:550px; }
.flexslider-titles {  display: table; width:100%;}
.flexslider-title-wrapper {display: table-cell; vertical-align: middle; position: relative; overflow: hidden;}
.flexslider-title, .flexslider-title a {  font-size:44px; color:#FFF; width:100%;font-weight:200; line-height:54px;    }
.flexslider-title { }
.flexslider-subtitle { font-size: 32px; color: #ce5429; display: block; font-weight: 200; line-height: 40px; }
.flexslider-sub { font-size: 24px; color: #ffffff; display: block; font-weight: 200; line-height: 40px; padding-top:20px;  }
.flexslider-awards { margin-top: 135px;}
.flexslider-contest-logo {display: block; float: left; width: 70px; height: 100px; margin-left: 20px; margin-top: -12px; background-size: contain; background-repeat: no-repeat; }

.slider-image { background-position: center; height: 425px; background-size: cover; }
.slider-container {position: relative; height: 100%;}
.flexcontent {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;justify-content: center;-ms-flex-pack: center;height: 100%;flex-wrap: nowrap;}


.arrow-down { display:block; width:50px; height:50px; background:url(../images/common/arrow-down.png) no-repeat center #c25427;position:absolute; z-index:2; bottom:50px; left:50%; margin:0 0 0 -25px;-webkit-border-radius:40px;-moz-border-radius: 40px; border-radius: 40px;-webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
.arrow-down:hover { background-color:#FFF; background-image:url(../images/common/arrow-down-over.png); }


.technical-awards { -moz-column-count: 4; -webkit-column-count: 4; column-count: 4; -moz-column-gap:40px; -webkit-column-gap: 40px; column-gap: 40px; margin:0; text-indent:0;  }
.technical-awards > div { display: inline-block; width: 100%; position:relative; margin-top:2px; }
.filter-list-milk { text-align:center; margin:0 20px 0 0; }
.filter-list-milk a span { display:block; width:80px; height:80px; background:url(../images/common/ico-bg.jpg) no-repeat #ce552a; margin:0 auto; -webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px; /*-webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease;*/ }
.filter-list-milk-icon { display:block; width:100%; height:100%; background-repeat:no-repeat; background-position:center; }
.filter-list-milk a:hover span, .filter-list-milk .is-selected span { background:#ce552a; }
.filter-list-milk.is-smaller-circle a span { width:60px; height:60px; }
.filter-list-milk.is-smaller-circle .filter-list-milk-icon { background-size:50%; }
.is-smaller-circle { margin:0 10px 0 0; }
.ico-shop { background-image:url(../images/common/shop-icone.png); background-repeat: no-repeat; background-position: right;  }
.ico-panier { background-image:url(../images/common/panier-icone.png); background-repeat: no-repeat; background-position: right;  }
.pairing { display:block; margin:10px 0 0 0 !important; }
.pairing li { width:100%; padding:0 0 0 20px !important; margin:0 0 12px 0 !important; float:none !important; }
.pairing li:last-child { margin:0 !important; }
.pairing li:last-child { margin:0 !important; }
.pairing-icon { content:""; display:block; background-repeat:no-repeat; background-position:left 4px; min-height:22px !important; }
.pairing-icon-1 { background-image:url(../images/common/icon-pairing-red.png); }
.pairing-icon-2 { background-image:url(../images/common/icon-pairing-white.png); }
.technical-sheet > li > .pairing > li:nth-child(2n) { padding:0 0 0 20px !important; }
.error404-picture { display:block; margin:0 auto 30px auto; }
.order-table { margin:0 0 30px 0; }
.order-table input { margin:0; padding:6px; }
.order-table th { text-align:left; background:#717376; color: #FFF; padding:15px; font-size:16px; text-transform:uppercase; }
.order-table td { vertical-align:middle; padding:5px 15px; font-size:14px; cursor:default; border-bottom:1px solid #dedede;-webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; -moz-user-select: none;-khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;  }
.order-table td:last-child { text-align:right; width:70px; }
.order-table td:nth-last-child(3) { width:90px; }
.order-table td:nth-last-child(2) { width:90px; }
.order-table tr:hover td { background:#efefef; }
.special { display:inline-block; width:10px; height:10px; margin:0 6px 0 0; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
.special-promotion { background:#8BC24A; }
.special-unavailable { background:#F44236; }
.stamp:before { content:""; display:block; position:absolute; opacity:.3; background-repeat:no-repeat; width:100%; min-height:561px; background-position: -70px top; z-index: -1; }
.stamp-mild:before { background-image:url(../images/common/stamp-mild.png);  }
.stamp-medium:before { background-image:url(../images/common/stamp-medium.png);  }
.stamp-strong:before { background-image:url(../images/common/stamp-strong.png);  }
.pages { text-align:center; text-indent:0; margin:0; }
.pages li:before { content:""; padding:0; display:inline; float:none; }
.pages > li { font-family: 'Roboto Condensed', sans-serif; display:inline-block;  margin: 12px 0; font-size:16px; text-decoration:none; color:#999999; font-weight:400; }
.pages > li > a { font-family: 'Roboto Condensed', sans-serif; font-size:16px; text-decoration:none; color:#999999; margin:0 8px; }
.pages > li > a:hover, .pages > li > .selected { color:#ce5429; }
.arrow-left { display:block; width: 28px; height: 28px; border:1px solid #ce5429; background-image:url(../images/common/arrow-left.png); background-repeat:no-repeat; background-position:center;-webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; position:relative; top:8px;  }
.arrow-right { display:block; float:right; width: 28px; height: 28px; border:1px solid #ce5429; background-image:url(../images/common/arrow-right.png); background-repeat:no-repeat; background-position:center;-webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; position:relative; top:8px; }
.arrow-left:hover, .arrow-right:hover { background-color:#ce5429; }
.arrow-left:hover { background-image:url(../images/common/arrow-left-white.png); }
.arrow-right:hover { background-image:url(../images/common/arrow-right-white.png); }
.archives { text-indent:0; margin:20px 0 0 0; font-size:18px; cursor:pointer; }
.archives > li { margin:0 0 15px 0; }
.archives > li:before { content:""; padding:0; background-image:url(../images/common/accordion-arrow.png); background-position:center; background-repeat:no-repeat; display:block; width:16px; height:16px; margin:0 6px 0 0;position:relative; top:3px; }
.archives .is-active { display:block; color:#000; }
.archives > .is-active:before { background-image:url(../images/common/accordion-arrow-down.png);  }
.archives > li > ul { margin:0 0 0 23px; display:none; text-indent:0; }
.archives > li:last-child { margin-bottom:0; }
.archives > li > ul > li:before { content:""; padding:0; display:inline; float: none; }
.archives > li > ul > li > a { font-size:16px; display:block; width:100%; }
.archives > li > ul > .is-selected > a { text-decoration:underline; }
.files { position:relative; top:10px; }
.fb-page { margin:60px 0 20px 0; }
.special-title { padding:50px 0; background:url(../images/common/bg-contest.jpg) no-repeat center #000; background-size:cover; margin:0 0 0 0; }
.special-title h1 { margin:0; text-align:center; }
.special-title .special-subtitle { color:#FFF; display:block; font-size:18px; text-transform:none; font-weight:300; }
.step { display:block; margin:40px auto 30px auto; text-align:center; font-size:28px; color:#ce5429; text-transform:uppercase; }
.step-no { display:block; width:36px; height:36px;-webkit-border-radius:36px; -moz-border-radius:36px; border-radius:36px; text-align:center; color:#FFF; font-size:21px; padding:8px 0 0 0; font-weight:100; margin:0 auto 10px auto; background:#ce5429; }
.cheese_choice_picture { display:block; width:160px; height:160px; background-color:#e0e0e0;-webkit-border-radius:160px; -moz-border-radius:160px; border-radius:160px; margin:0 auto 10px auto; text-align:center; background-size:180%; background-repeat:no-repeat; background-position:center; position:relative; z-index:10000;-webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease;-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); cursor:pointer;}
.beer_choice_picture { background-size:cover; }
.cheese_choice_check  { height:36px; width:36px; display:block; position:absolute; right:0; z-index:10001; }
.cheese_choice_name { font-size:15px; line-height:17px; font-weight:500; text-align:center; color:#ce5429; text-transform:uppercase; display:block; }
.cheese_choice_name_final { width:80%; margin:0 auto; }
.cheese_choice_type { font-style:italic; text-align:center; display:block; margin:0 0 10px 0; font-weight:300; }
.cheese_choice_flavours { text-align:center; font-size:14px; display:block; line-height:17px; color:#9e9e9e; }
input[type='radio'].cheese_choice_radio { opacity:0; float:none; position:absolute; left:50%; margin:0 0 0 -80px;; text-align:center; width:160px; height:160px; cursor:default; padding:0;}
input[type='radio'].cheese_choice_radio + label { background:none; height:auto; width:160px;padding:0 0 0 0; display:block; margin:0 auto 30px auto;  }
input[type='radio'].cheese_choice_radio:checked + label { position:relative; }
input[type='radio'].cheese_choice_radio:checked + label .cheese_choice_check { background-color:#ce5429; background-image:url(../images/common/cheese-check.png); background-repeat:no-repeat; background-position:center;-webkit-border-radius:36px; -moz-border-radius:36px; border-radius:36px; padding:0 0 0 0; display:block; margin:0 0 0 0;  }
input[type='radio'].cheese_choice_radio + label:before { content:""; background:none; border:none; }
.cheese_choice_picture:hover { -ms-transform: scale(0.95); -webkit-transform: scale(0.95);transform: scale(0.95); }
.contest-choices .cheese_choice_picture { float:left; }
.contest-choices { margin:0 auto; text-align:center; }
.chosen { width:160px; display:inline-block; margin:0 auto; text-align:center; }
.chosen:nth-child(1) { position:relative; left:20px; z-index:3; }
.chosen:nth-child(2) { position:relative; right:20px; z-index:2; }
.chosen:nth-child(2) .cheese_choice_picture { background-color:#c1c1c1; }
.appreciation { background:#e0e0e0;-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;  width:300px; margin:40px auto; padding:20px 20px 15px 20px; text-align:center; }
.appreciation-level { display:inline-block; cursor:default; width:28px; height:25px; margin:0 10px; background:url(../images/common/hearth-empty.png);-webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; }
.is-appreciated { background:url(../images/common/hearth.png); }
.contest-prize {  margin:0 0 40px 0;  }
.contest-prize-title { background:#ce5429; width:100%; display:block; font-size:24px; color:#FFF; text-align:center; font-weight:100; padding:15px 0;-webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; opacity:1; cursor:pointer; }
.contest-prize-title:focus { outline:none;  }
.contest-prize-title:hover, .contest-prize-title.ui-state-active {opacity:0.8; }
.contest-prize-content { background:#ce5429; padding:20px 0; display:none; }
.contest-prize-content p, .contest-prize-content ul { color:#FFF; }
.contest-prize-content ul { margin-bottom:0; }
.share-contest { text-align:left; display:inline-block; font-size:16px; margin:10px 0 0 0; color:#49639e; font-weight:400; }
.share-contest:before { content:""; display:block; float:left; width:23px; height:19px; background:url(../images/common/icon-share.png); -webkit-transition:background .3s ease; -moz-transition:background .3s ease; -o-transition:background .3s ease; transition:background .3s ease; margin:0 10px 0 0; position:relative; top:-3px; }
.share-contest:hover:before { background:url(../images/common/icon-share-over.png); }
.contest-facebook { display:block; margin:0 auto; cursor:pointer; }
.iga { margin:0 0 40px 0; }
.iga:after { content:""; display:inline-block; background:url(../images/common/logo-iga.png) no-repeat center; background-size:contain; width:140px; height:17px; position:relative; top:3px; margin:0 0 0 5px; }
.is-print { display:none; }

.employee-poste { display:block; font-weight:400; }
div#fancy_print { background: url(../images/common/icon-print.png) no-repeat center #2c2c2c; cursor: pointer; width: 24px; height: 24px; position: absolute; right: -65px; top: 2px; z-index: 9999; display: block; }
#add-people, .remove-people { display:block; margin:0 auto; width:26px; height:26px; font-size:22px; line-height:21px; text-align:center; font-weight:700; border:3px solid #ce5429; -webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; padding:0 0 10px 0; }
#add-people:hover, .remove-people:hover { background:#ce5429; color:#FFF; }
.cluster { padding-top:20px !important; }
.video, .video-overlay { height:170px; overflow:hidden; background-size: cover; }
.video video { width:100%; z-index:2; }
.video .flexslider-titles { position:absolute; z-index:3; height: 170px; }
.video .flexslider-title { display:block; margin:0 auto; float: left; width: 80%; font-size: 31px; line-height: 35px; padding: 17px 20px 0 20px; }
.video .flexslider-title-wrapper .flexslider-video-link {text-align: center; display: block; overflow: hidden; width: 100%; max-width: 980px; margin: 0 auto;}
.video-overlay { background:#000; width:100%; display: table; position:absolute; z-index:1; opacity:0.6; }
.video-play { float: left; display: block; width: 101px;}
.video-gallery { width: 100%; display: block; margin: 0 0 30px 0; }
.fancybox-title p { margin: 0; padding: 0;}

input[type="checkbox"].checkbox-card + label::before  { top: -6px; }
.card-card { margin: 0 0 2em 0;}
.sticky-bottom { position: fixed; opacity: 0.95; bottom: 0; z-index: 1000; background: #ce5429; left: 0; width: 100%; padding: 20px; text-align: right;}
.sticky-bottom .btn { background:#FFF; color: #ce5429; font-size: 20px; padding: 20px;}
.card-card .card-content { padding: 0; }
.card-card .card-content label { padding: 20px;}
.print-options { display: none; background: #2c2c2c; position: absolute;right: 0; top: 27px; min-width: 180px; }
.print-options a, .print-options button { text-transform:uppercase; background: #2c2c2c; text-align: left; font-size: 12px; line-height: 12px; color: #FFF; padding: 9px 9px; display: block;}
.credits { color: #000; width: 100%; position: relative; top: -25px; margin-bottom: 15px;}
.tag { display: inline-block;  height: 22px; position: relative; top: 1px;}
.tag-name { display: inline-block; position: relative; top: -4px; padding: 0 0 0 3px;}

.pop-up-accueil { background:none!important; min-width: 550px; }
.pop-up-accueil div.fancybox-skin {     background: url(../images/common/pop_back.jpg) no-repeat 0 0 #ffffff; position: relative; border:#ce5429 solid 4px!important; color: #444; text-shadow: none; -webkit-border-radius:25px; -moz-border-radius: 25px; border-radius:25px; }
.pop-up-accueil div.fancybox-inner{  width:100%!important; overflow:visible!important; height: auto!important; }
.pop-up-accueil a.fancybox-close { top: 0!important; right: 0!important; background: url(../images/common/close_btn.png) no-repeat; margin: 12px -4px 0 0;  }
.pop-titre { font-size: 24px; line-height: 10px; color: #ffffff; font-weight: 600;  margin-bottom: 15px; }
.pop-sub-titre { margin-top: 5px; }
.pop-camion { float: right; margin-right:2rem; width: 118px; }
.pop-marquer { width: 50px; position: relative; top: -26px; right: 30px;}
.pop-text { text-align: center; margin: 1rem;}
.pop-text-small { text-align: center; font-size: 14px; margin: -1rem 1rem 0 1rem;}
.pop-field { width: 25%!important; display: inline!important;}
.pop-form { text-align: center; height: 45px; }
.pop-position { position: relative; top: -52px; left: -14px; }
.pop-text-size { font-size: 14px;  }
.pop-zip { margin: 13px 0 0 0; display: block; }
.pop-special-color { color: #e4e4e4;}
.instagram-liens { display: block;
    text-align: center;
    padding: 1rem 1rem 0.5rem 1rem;
    font-weight: 700;
    font-size: 1.35rem; }
.instagram-logo { width: 150px; display: block; margin: 0 auto 10px auto;}
/*.cardboards {display: none;}*/

/*.flexslider-video-link {
   position: absolute;
    left: 100%;
    width: 100px;
    height: 100px;
   -webkit-animation: slide 1.5s forwards;
    -webkit-animation-delay: 1s;
    animation: slide 1.5s forwards;
    animation-delay: 1s;
	
	transform: translate(0, -50%);
}

@-webkit-keyframes slide {
    100% { left: 50%;transform: translate(-50%, -50%); }
}

@keyframes slide {
    100% {left: 50%;transform: translate(-50%, -50%); }
}*/
/*-------------------------------------------------------------------
	States (ex.: .is-collapsed)
-------------------------------------------------------------------*/
.app-msg { padding:15px; font-size:16px; color:#FFF; line-height:20px; }
.app-msg > p { display:block; clear:both; line-height:22px; }
.app-msg > p > .msg-icon { width:23px; height:23px; display:block; float:left; margin:0 5px 9px 0; }
.app-msg strong { font-weight:bold; }
.msg { padding:15px; font-size:16px; color:#FFF; line-height:20px; margin:0 0 10px 0; }
.msg > p { display:block; clear:both; line-height:22px; color:#FFF !important; margin-bottom:0; }
.msg > p > .msg-icon { width:23px; height:23px; display:block; float:left; margin:0 5px 9px 0; }
.msg strong { font-weight:bold; }
.is-success { background:#8BC24A; }
.is-success > p > .msg-icon { background:url(../images/common/icon-success.png); }
.is-failure { background:#F44236; }
.is-failure > p > .msg-icon { background:url(../images/common/icon-error.png); }
.is-error { border:1px solid #F44236 !important; color:#F44236; }
.is-error::-webkit-input-placeholder { color:#F44236; }
.is-error:-moz-placeholder { color:#F44236; }
.is-error::-moz-placeholder { color:#F44236; }
.is-error:-ms-input-placeholder { color:#F44236; }
label.is-error { border:none !important; margin: -18px 0 10px 0 !important; font-size:13px; line-height:13px; }
.is-successful:not(select) { border:1px solid #8BC24A !important; color:#8BC24A; }
.is-successful::-webkit-input-placeholder { color:#8BC24A; }
.is-successful:-moz-placeholder { color:#8BC24A; }
.is-successful::-moz-placeholder { color:#8BC24A; }
.is-successful:-ms-input-placeholder { color:#8BC24A; }
.is-full-width { width:100%; display:block; }
.is-smaller { font-size:22px; line-height:30px; font-weight:300; }
.is-small { font-size:30px; line-height:42px; font-weight:200; }
img.is-full-width { position:relative; top:-1px; }
.is-indented th { padding-left:25px !important; }
.is-thicker { height:3px; }
.is-overflow-visible { overflow: visible; }
.is-overflow-visible > div { position:relative; }
.is-static { display:none; }
.is-center { text-align: center; }

.is-center-margin {
    margin : 0 auto;
}

.is-strong {
    font-weight : 600;
}

.is-inline-block > li {
    display : inline-block;
}
.is-text-centered { text-align:center; }
.is-text-left { text-align:left; }
.is-uppercase, .is-uppercase p { text-transform:uppercase; }
.is-required:after { content:" *"; font-size:11px; color:#F44236; vertical-align:super; }
.has-12-bottom-margin-p p { margin-bottom:12px; } 
.has-12-bottom-margin-p p strong { font-weight:700; }
.is-static-position > div { position:static !important; }
.is-white-content p, .is-white-content h2, .is-white { color:#FFF; }
.is-float-left { float:left; }
.last-row-is-highlighted td:last-child { background:#52a2ff; }
.has-rounded-corners { -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.has-box-shadow { -webkit-box-shadow:4px 4px 0px 0px rgba(0,0,0,0.75); -moz-box-shadow:4px 4px 0px 0px rgba(0,0,0,0.75); box-shadow:4px 4px 0px 0px rgba(0,0,0,0.75); margin-bottom:4px; }
.has-blue-bg { background:#2095F2;}
.has-grey-bg { background:#9fa0a0; }
.has-dark-grey-bg { background:#2c2c2c; }
.has-smaller-text { border-bottom:1px solid #000; }
.has-smaller-text td { font-size:10px; font-weight:500; padding:0 0 4px 0; }
.has-red-bg { background:#9e2938; }
.has-yellow-bg { background:#FEC107; }
.has-green-bg { background:#5baf8c; }
.has-orange-bg { background:#d79442; }

.has-dark-orange-bg {
    background : #ce5429;
}

.has-no-bullets {
    text-indent : 0;
    margin      : 0;
}

.has-no-bullets li:before {
    content : "";
    padding : 0;
    float   : none;
    display : inline;
}

.has-bold-bottom-hr {
    border-width : 3px;
}

.has-25-top-margin {
    margin-top : 25px;
}

.has-no-bottom-padding {
    padding-bottom : 0;
}

.has-no-padding {
    padding : 0 10px 0 0 !important;
}

.has-no-top-margin {
    margin-top : 0;
}

.has-10-top-margin {
    margin-top : 10px;
}

.has-40-top-margin {
    margin-top : 40px;
}

.has-1-rem-y-padding {
    padding : 0 1rem;
}

.has-2-rem-y-padding {
    padding : 0 2rem;
}

.has-40-top-padding {
    padding-top : 40px;
}

.has-80-top-padding {
    padding-top : 80px;
}

.has-20-bottom-margin {
    margin-bottom : 20px;
}

.has-40-bottom-margin {
    margin-bottom : 40px;
}

.has-60-bottom-margin {
    margin-bottom : 60px;
}

.is-relative {
    position : relative;
}

.is-float-right {
    float        : right;
    margin-right : 0;
}

.is-planning-tag {
    position : absolute;
    top      : -35px;
    margin   : 0;
}

.has-10-bottom-margin {
    margin-bottom : 10px;
}

.has-no-margin-top {
    margin-top : 0 !important;
}

.has-20-top-margin {
    margin-top : 20px;
}

.has-30-top-margin {
    margin-top : 30px;
}

.has-20-bottom-margin {
    margin-bottom : 20px;
}

.has-40-bottom-padding {
    padding-bottom : 40px;
}

.has-40-top-padding {
    padding-top : 40px;
}

.has-no-bottom-margin {
    margin-bottom : 0 !important;
}

.display-table {
    display : table;
}

.is-mandatory:after {
    content : "*";
    padding : 0 0 0 4px;
}

.has-no-shadow {
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    box-shadow         : none;
}

.has-more-content-icon {
    display     : inline-block;
    width       : 50px;
    height      : 50px;
    background  : url(../images/common/arrow-right.png) #fff center no-repeat;
    border-left : 2px solid #f3f3f3;
    position    : absolute;
    right       : 0;
    top         : 0;
}

.has-more-content-icon-back {
    width        : 49px;
    height       : 49px;
    background   : url(../images/common/arrow-left.png) #f3f3f3 center no-repeat;
    border-right : 2px solid #fff;
    left         : 0;
}

.navigation > ul > li > .is-hover {
    zoom    : 1;
    filter  : alpha(opacity=100);
    opacity : 1;
    display : block;
}

.dont-break-out {
    overflow-wrap   : break-word;
    word-wrap       : break-word;
    -ms-word-break  : break-all;
    word-break      : break-all;
    word-break      : break-word;
    -ms-hyphens     : auto;
    -moz-hyphens    : auto;
    -webkit-hyphens : auto;
    hyphens         : auto;
}

.is-right {
    float : right;
}

.is-orange, .is-orange p {
    color : #ce5429;
}

.is-white, .is-white p {
    color : #fff;
}

.is-inline-block-div {
    display : inline-block;
    width   : 15px;
    height  : 22px;
}

.inline-block {
    display : inline-block;
}

.is-block {
    display : block;
}

.is-gold {
    color : #e9c446;
}

.is-red {
    color : #ff0000;
}

.is-blue {
    color : blue;
}

.is-silver {
    color : #d3e2e8;
}

.is-bronze {
    color : #c39a44;
}

.white {
    color : #ffffff;
}

.bg-black {
    background-color : #000;
}

.bg-white {
    background-color : #ffffff;
}

.bg-gray {
    background-color : #f9fafb;
}

.is-no-border {
    border : none !important;
}

.border-bottom {
    border-bottom : 5px solid #000 !important;
}

.border-left {
    border-left : 1px dashed #c1c1c1;
}

.border-right {
    border-right : 1px dashed #c1c1c1;
}

.no-corner {
    border-radius : 0;
}

.r1 {
    -webkit-border-radius : 0.5em !important;
    -moz-border-radius    : 0.5em !important;
    border-radius         : 0.5em !important;
}

.no-upper {
    text-transform : none;
}
