@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald-light-webfont.eot");
    src: url("../fonts/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-light-webfont.woff2") format("woff2"), url("../fonts/oswald-light-webfont.woff") format("woff"),
        url("../fonts/oswald-light-webfont.ttf") format("truetype"), url("../fonts/oswald-light-webfont.svg#oswaldlight") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald-regular-webfont.eot");
    src: url("../fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald-regular-webfont.woff") format("woff"),
        url("../fonts/oswald-regular-webfont.ttf") format("truetype"), url("../fonts/oswald-regular-webfont.svg#oswald_regularregular") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans-light-webfont.eot");
    src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff"),
        url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans-semibold-webfont.eot");
    src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"),
        url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    margin: 0;
    padding: 0;
}
body,
figure {
    margin: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
    border: 0;
    padding: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
html,
body {
    min-width: 1000px;
}
@media only screen and (max-width: 736px) {
    html,
    body {
        min-width: 100%;
    }
}
body {
    background: #f0f0f0;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
}
@media only screen and (max-width: 736px) {
    body {
        padding-top: 50px;
    }
}
strong {
    font-weight: 600;
}
h1,
h2,
h3 {
    color: #333333;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
}
h1 a,
h2 a,
h3 a {
    color: #333333;
    text-decoration: none;
}
a {
    outline: 0 !important;
    outline: none !important;
    cursor: pointer;
}
.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.inner:before,
.inner:after {
    content: " ";
    display: table;
}
.inner:after {
    clear: both;
}
@media only screen and (max-width: 736px) {
    .inner {
        width: 100%;
    }
}
.content {
    width: 660px;
    float: left;
    margin-right: 20px;
}
@media only screen and (max-width: 736px) {
    .content {
        width: 100%;
    }
}
.button,
.button-action {
    display: inline-block;
    background: #444444;
    border: 1px solid #444444;
    color: #fff;
    padding: 4px 10px;
    text-transform: none;
    font-size: 14px;
    font-family: "Oswald";
    text-decoration: none;
    font-weight: 300;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.button.witharrow:after,
.button-action.witharrow:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 11px;
    position: relative;
    margin-left: 5px;
}
.button:hover,
.button-action:hover {
    background: #cc1c0d;
    border-color: #cc1c0d;
}
.wp-pagenavi {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    background: #fff;
    color: #333333;
    padding: 2px 5px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000;
}
.wp-pagenavi span.current {
    background-color: #333;
    background-image: -moz-linear-gradient(top, #555, #333);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#333));
    background-image: -webkit-linear-gradient(top, #555, #333);
    background-image: -o-linear-gradient(top, #555, #333);
    background-image: linear-gradient(to bottom, #555, #333);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=0);
    color: #fff;
}
.text-linked a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.text-linked a:hover {
    color: #000;
}
.encadre {
    padding: 10px 15px;
    border: 1px solid #bbb;
    margin: 15px 0;
}
div.myrandompub {
    display: none;
}
summary::-webkit-details-marker {
    display: none;
}
details[open] summary::-webkit-details-marker {
    display: none;
}
.go-fancybox-devis-middle {
    display: block;
    text-align: right;
    cursor: pointer;
}
.go-fancybox-devis-middle img {
    width: 75% !important;
    height: auto;
    margin: 20px 0;
}
@media only screen and (max-width: 736px) {
    .go-fancybox-devis-middle img {
        width: 100% !important;
    }
}
.gsc-input {
    font-size: 15px !important;
}
.gsc-webResult .gsc-result {
    padding: 25px 0 20px 100px;
    margin: 10px 0;
    position: relative;
}
.gs-result a {
    position: absolute;
    top: 0;
    left: 0;
}
.gsc-url-top {
    padding: 0 !important;
}
.gsc-result .gs-title {
    padding-left: 100px;
    height: auto;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    width: 0 !important;
}
.gsc-orderby {
    display: none;
}
header.main-header {
    width: 100%;
    background-color: #fff;
    position: relative;
    min-width: 1000px;
}
@media only screen and (max-width: 736px) {
    header.main-header {
        margin-bottom: 10px;
        min-width: 100%;
        top: 0;
        position: fixed;
        z-index: 99999999;
    }
}
header.main-header .inner {
    padding: 5px 0 2px;
}
@media only screen and (max-width: 736px) {
    header.main-header .inner {
        padding-left: 52px;
        box-sizing: border-box;
        box-shadow: 0 3px 2px -2px #808080;
        min-height: 42px;
    }
}
header.main-header .inner figure {
    margin-top: 2px;
    float: left;
}
@media only screen and (max-width: 736px) {
    header.main-header .inner figure {
        top: 50%;
        margin-top: 5px;
        width: 33%;
    }
}
@media only screen and (max-width: 736px) {
    header.main-header .inner figure img {
        width: 100%;
        height: auto;
    }
}
header.main-header .inner .right {
    width: 225px;
    float: right;
}
@media only screen and (max-width: 736px) {
    header.main-header .inner .right {
        display: none;
    }
}
header.main-header .inner .right .social {
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
}
header.main-header .inner .right .social:before,
header.main-header .inner .right .social:after {
    content: " ";
    display: table;
}
header.main-header .inner .right .social:after {
    clear: both;
}
header.main-header .inner .right .social li {
    float: left;
    margin-left: 20px;
    line-height: 0;
}
header.main-header .inner .right .social li a {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #b8b8b8;
    text-decoration: none;
    font-size: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.main-header .inner .right .social li a:hover {
    color: #333;
}
@media only screen and (max-width: 736px) {
    header.main-header .inner .right .social li a {
        font-size: 20px;
    }
}
header.main-header .inner .right .social li:first-child a {
    top: 2px;
    position: relative;
    font-size: 25px;
}
header.main-header .inner .right .social li:nth-child(2) {
    border-left: 2px solid #eee;
    padding-left: 20px;
}
header.main-header .btn-mobile-menu {
    background: transparent;
    color: #fff;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    padding: 21px 25px;
    text-decoration: none;
    overflow: hidden;
    font-size: 0;
}
header.main-header .btn-mobile-menu:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 23px;
    position: absolute;
    top: 10px;
    left: 15px;
}
header.main-header .btn-mobile-menu.open:before {
    content: "\f00d";
}
@media only screen and (max-width: 736px) {
    header.main-header .btn-mobile-menu {
        display: block;
    }
}
header.main-header #menu {
    background: #353535;
    height: 33px;
    border-bottom: 33px solid #f0f0f0;
    min-width: 1000px;
}
@media only screen and (max-width: 736px) {
    header.main-header #menu {
        min-width: 100%;
        display: block;
        border: none;
        width: 100%;
        position: absolute;
        z-index: 999999;
        top: 42px;
        left: -100%;
        height: auto;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        -ms-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        transition: width 0.3s ease;
    }
}
header.main-header #menu.border-grey {
    border-color: #dedede;
}
header.main-header #menu .inner {
    padding: 0;
}
header.main-header #menu ul {
    position: relative;
}
header.main-header #menu ul:before,
header.main-header #menu ul:after {
    content: " ";
    display: table;
}
header.main-header #menu ul:after {
    clear: both;
}
header.main-header #menu ul li {
    float: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 736px) {
    header.main-header #menu ul li {
        display: block;
        float: none;
    }
}
header.main-header #menu ul li a,
header.main-header #menu ul li span {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #dedede;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    padding: 0 10px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.main-header #menu ul li a span,
header.main-header #menu ul li span span {
    padding: 0;
}
@media only screen and (max-width: 736px) {
    header.main-header #menu ul li a,
    header.main-header #menu ul li span {
        height: auto;
        line-height: normal;
        padding: 10px;
        display: block;
    }
}
header.main-header #menu ul li.home {
    background: #cc1c0d !important;
}
header.main-header #menu ul li.home a,
header.main-header #menu ul li.home span {
    font-family: FontAwesome;
    color: #fff !important;
}
header.main-header #menu ul li:nth-child(2) a,
header.main-header #menu ul li:nth-child(3) a,
header.main-header #menu ul li:nth-child(2) span,
header.main-header #menu ul li:nth-child(3) span {
    color: #fff;
}
header.main-header #menu ul li.current-menu-parent,
header.main-header #menu ul li.current-menu,
header.main-header #menu ul li:hover {
    background: #dedede;
}
header.main-header #menu ul li.current-menu-parent a,
header.main-header #menu ul li.current-menu a,
header.main-header #menu ul li:hover a,
header.main-header #menu ul li.current-menu-parent span,
header.main-header #menu ul li.current-menu span,
header.main-header #menu ul li:hover span {
    color: #353535;
}
header.main-header #menu ul li.current-menu-parent .sub-menu,
header.main-header #menu ul li.current-menu .sub-menu,
header.main-header #menu ul li:hover .sub-menu {
    display: block;
}
header.main-header #menu ul li:hover .sub-menu {
    z-index: 99999999;
}
header.main-header #menu ul li.menu-item-has-children a {
    position: relative;
}
@media only screen and (max-width: 736px) {
    header.main-header #menu ul li.menu-item-has-children a:before {
        content: "\f078";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #fff;
        font-size: 16px;
        position: absolute;
        top: 13px;
        right: 10px;
    }
}
@media only screen and (max-width: 736px) {
    header.main-header #menu ul li.menu-item-has-children .sub-menu a:before {
        display: none;
    }
}
header.main-header #menu ul li.menu-item-has-children.current-menu a:before {
    color: #353535;
}
header.main-header #menu ul.sub-menu {
    position: absolute;
    top: 33px;
    left: 33px;
    display: none;
    background: #dedede;
    width: 100%;
}
@media only screen and (max-width: 736px) {
    header.main-header #menu ul.sub-menu {
        position: relative;
        top: auto;
        left: auto;
    }
}
header.main-header #menu ul.sub-menu li {
    padding: 0 10px;
    height: 33px;
    display: inline-block;
    line-height: 33px;
}
@media only screen and (max-width: 736px) {
    header.main-header #menu ul.sub-menu li {
        height: auto;
        line-height: normal;
        padding: 0;
        display: block;
    }
}
header.main-header #menu ul.sub-menu li a,
header.main-header #menu ul.sub-menu li span {
    color: #353535;
    font-family: "Open Sans", serif;
    font-size: 14px;
    text-transform: none;
    padding: 0;
    height: auto;
    line-height: normal;
}
@media only screen and (max-width: 736px) {
    header.main-header #menu ul.sub-menu li a,
    header.main-header #menu ul.sub-menu li span {
        height: auto;
        line-height: normal;
        padding: 5px 10px;
        display: block;
    }
}
header.main-header #menu ul.sub-menu li:hover a,
header.main-header #menu ul.sub-menu li:hover span {
    color: #cc1c0d;
    font-weight: bold;
}
header.main-header #menu ul.sub-menu li.current-menu a,
header.main-header #menu ul.sub-menu li.current-page-ancestor a,
header.main-header #menu ul.sub-menu li.current-menu span,
header.main-header #menu ul.sub-menu li.current-page-ancestor span {
    color: #cc1c0d;
    font-weight: bold;
    border-bottom: 2px solid #cc1c0d;
}
@media only screen and (max-width: 736px) {
    header.main-header #menu ul.sub-menu li.current-menu a,
    header.main-header #menu ul.sub-menu li.current-page-ancestor a,
    header.main-header #menu ul.sub-menu li.current-menu span,
    header.main-header #menu ul.sub-menu li.current-page-ancestor span {
        border: none;
    }
}
@media only screen and (max-width: 736px) {
    header.main-header #menu ul.sub-menu li.current-menu a span,
    header.main-header #menu ul.sub-menu li.current-page-ancestor a span {
        padding: 0;
    }
}
header.main-header .go-fancybox-devis-header {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 140px;
    height: 29px;
}
header.main-header .go-fancybox-devis-header img {
    width: 140px;
    height: auto;
}
@media only screen and (max-width: 736px) {
    header.main-header .go-fancybox-devis-header {
        display: block;
    }
}
.breadcrumbs {
    font-size: 13px;
    color: #333333;
    margin: 10px 0 5px;
}
@media only screen and (max-width: 736px) {
    .breadcrumbs {
        display: none;
    }
}
.breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs ol:before,
.breadcrumbs ol:after {
    content: " ";
    display: table;
}
.breadcrumbs ol:after {
    clear: both;
}
.breadcrumbs ol li {
    float: left;
}
.breadcrumbs ol li a {
    color: #999999;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.breadcrumbs ol li a:hover {
    color: #333333;
}
.breadcrumbs ol li:after {
    content: ">";
    padding: 0 5px;
    color: #333333;
}
.breadcrumbs ol li:last-child:after {
    content: "";
}
.home:before,
.home:after {
    content: " ";
    display: table;
}
.home:after {
    clear: both;
}
.home h1 {
    color: #000;
    text-transform: none;
    font-size: 25px;
    margin: 10px 0;
}
@media only screen and (max-width: 736px) {
    .home h1 {
        font-size: 20px;
        margin: 10px 15px;
    }
}
.home .alaune {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.home .alaune h2 {
    margin-bottom: 10px;
    margin-left: 20px;
}
.home .alaune .slider-home:before,
.home .alaune .slider-home:after {
    content: " ";
    display: table;
}
.home .alaune .slider-home:after {
    clear: both;
}
.home .alaune .slider-home .slides {
    width: 740px;
    height: 335px;
    display: block;
    overflow: hidden;
    float: left;
}
.home .alaune .slider-home .slides:before,
.home .alaune .slider-home .slides:after {
    content: " ";
    display: table;
}
.home .alaune .slider-home .slides:after {
    clear: both;
}
@media only screen and (max-width: 736px) {
    .home .alaune .slider-home .slides {
        width: 100%;
        height: 180px;
    }
}
.home .alaune .slider-home .slides li {
    position: relative;
    text-align: center;
}
@media only screen and (max-width: 736px) {
    .home .alaune .slider-home .slides li {
        height: 180px;
        overflow: hidden;
    }
}
.home .alaune .slider-home .slides li a {
    color: #333333;
    text-decoration: none;
}
.home .alaune .slider-home .slides li img {
    height: 335px;
    width: auto;
}
@media only screen and (max-width: 736px) {
    .home .alaune .slider-home .slides li img {
        width: 100%;
        height: auto;
    }
}
.home .alaune .slider-home .slides li .legend {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    height: 85px;
}
@media only screen and (max-width: 736px) {
    .home .alaune .slider-home .slides li .legend {
        height: auto;
    }
}
.home .alaune .slider-home .slides li .legend .cent {
    display: table-cell;
    vertical-align: middle;
    height: 85px;
    width: 100%;
    box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
    .home .alaune .slider-home .slides li .legend .cent {
        height: auto;
        padding: 5px 15px;
    }
}
.home .alaune .slider-home .slides li .legend strong {
    text-transform: none;
    width: 100%;
    color: #fff;
    font-size: 16px;
    display: block;
    font-family: "Oswald";
    margin-left: 15px;
    font-weight: 400;
}
@media only screen and (max-width: 736px) {
    .home .alaune .slider-home .slides li .legend strong {
        font-size: 18px;
        margin: 0;
    }
}
.home .alaune .slider-home .slides li .legend .button {
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    top: 27px;
    right: 15px;
    background: none;
    border: none;
    position: absolute;
}
@media only screen and (max-width: 736px) {
    .home .alaune .slider-home .slides li .legend .button {
        display: none;
    }
}
.home .alaune .slider-home .slides li .legend .button .fa {
    font-size: 11px;
    margin-left: 5px;
    top: -1px;
    position: relative;
}
.home .alaune .slider-home .slides li .legend .button:hover {
    color: #eee;
}
.home .alaune .slider-home .custom-control-nav {
    width: 255px;
    float: right;
}
.home .alaune .slider-home .custom-control-nav:before,
.home .alaune .slider-home .custom-control-nav:after {
    content: " ";
    display: table;
}
.home .alaune .slider-home .custom-control-nav:after {
    clear: both;
}
@media only screen and (max-width: 736px) {
    .home .alaune .slider-home .custom-control-nav {
        display: none;
    }
}
.home .alaune .slider-home .custom-control-nav li {
    width: 251px;
    float: left;
    background: #fff;
    border: 2px solid #fff;
    margin: 0.14em 0;
    cursor: pointer;
}
.home .alaune .slider-home .custom-control-nav li:before,
.home .alaune .slider-home .custom-control-nav li:after {
    content: " ";
    display: table;
}
.home .alaune .slider-home .custom-control-nav li:after {
    clear: both;
}
.home .alaune .slider-home .custom-control-nav li:first-child {
    margin-top: 0;
}
.home .alaune .slider-home .custom-control-nav li:last-child {
    margin-bottom: 0;
}
.home .alaune .slider-home .custom-control-nav li .thumb-img {
    width: 110px;
    height: 60px;
    overflow: hidden;
    display: block;
    float: left;
}
.home .alaune .slider-home .custom-control-nav li .thumb-legend {
    font-size: 14px;
    text-align: right;
    font-family: "Oswald";
    font-weight: 300;
    width: 120px;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    line-height: 15px;
}
.home .alaune .slider-home .custom-control-nav .flex-active {
    border: 2px solid #cc1c0d;
    position: relative;
}
.home .alaune .slider-home .custom-control-nav .flex-active:after {
    left: -28px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 13px;
    margin-top: -13px;
    z-index: 9999;
}
.home .guide-sticky {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    background: #fff;
    height: 515px;
    position: relative;
}
@media only screen and (max-width: 736px) {
    .home .guide-sticky {
        width: 100%;
        height: auto;
        padding-bottom: 25px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.home .guide-sticky h2 {
    margin: 10px 15px;
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 10px;
}
.home .guide-sticky h2 .fa {
    color: #b8b8b8;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.home .guide-sticky article {
    padding: 10px 15px;
    border-bottom: 1px solid #b3b3b3;
}
.home .guide-sticky article:before,
.home .guide-sticky article:after {
    content: " ";
    display: table;
}
.home .guide-sticky article:after {
    clear: both;
}
.home .guide-sticky article:last-child {
    border: none;
}
.home .guide-sticky article figure {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
}
@media only screen and (max-width: 736px) {
    .home .guide-sticky article figure {
        width: 12%;
        height: 12%;
        margin-right: 4%;
    }
}
.home .guide-sticky article figure img {
    width: 100%;
    height: auto;
}
.home .guide-sticky article a {
    color: #333333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.home .guide-sticky article a:hover {
    color: #cc1c0d;
}
.home .guide-sticky article .desc {
    width: 200px;
    float: right;
    margin-top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 736px) {
    .home .guide-sticky article .desc {
        width: 84%;
    }
}
.home .guide-sticky article .desc h3 {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    display: block;
    font-family: "Oswald";
}
.home .guide-sticky article .desc p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.home .guide-sticky article .desc:hover strong {
    color: #cc1c0d;
}
.home .guide-sticky article .desc:hover p {
    color: #333333;
}
.home .guide-sticky .button-action {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
}
.home .news {
    width: 48.5%;
    float: left;
    background: #fff;
    position: relative;
    height: 515px;
}
@media only screen and (max-width: 736px) {
    .home .news {
        width: 100%;
        height: auto;
        padding-bottom: 25px;
    }
}
.home .news h2 {
    margin: 10px 15px;
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 10px;
}
.home .news h2 .fa {
    color: #b8b8b8;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.home .news article {
    background: #fff;
    padding: 7px 15px;
}
.home .news article:nth-child(2n) {
    background: #f7f7f7;
}
.home .news article a,
.home .news article h3 {
    color: #4c4c4c;
    font-size: 14px;
    text-decoration: none;
    display: block;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
}
.home .news article a:hover,
.home .news article h3:hover {
    color: #cc1c0d;
}
.home .news .button-action {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
}
.home .shop {
    width: 100%;
    float: left;
    margin-top: 20px;
    box-sizing: border-box;
    background: #fff;
    padding: 15px 15px 0;
}
.home .shop:before,
.home .shop:after {
    content: " ";
    display: table;
}
.home .shop:after {
    clear: both;
}
.home .shop h2 {
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 10px;
}
.home .shop h2 .fa {
    color: #b8b8b8;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.home .shop article {
    float: left;
    width: 305px;
    box-sizing: border-box;
    border-top: 1px solid #b3b3b3;
    padding: 5px 40px 5px 0;
    position: relative;
}
.home .shop article:before,
.home .shop article:after {
    content: " ";
    display: table;
}
.home .shop article:after {
    clear: both;
}
@media only screen and (max-width: 736px) {
    .home .shop article {
        width: 100%;
        padding: 5px 35px 5px 0;
    }
}
.home .shop article:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #898989;
    font-size: 16px;
    position: absolute;
    top: 26px;
    right: 10px;
}
.home .shop article.right {
    margin-left: 20px;
}
@media only screen and (max-width: 736px) {
    .home .shop article.right {
        margin-left: 0;
    }
}
.home .shop article:nth-child(1),
.home .shop article:nth-child(2) {
    border: none;
}
.home .shop article figure {
    width: 50px;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
@media only screen and (max-width: 736px) {
    .home .shop article figure {
        width: 12%;
        margin-right: 4%;
    }
}
.home .shop article figure img {
    width: 100%;
    height: auto;
}
.home .shop article a {
    color: #4c4c4c;
}
.home .shop article .desc {
    float: left;
    width: 200px;
}
@media only screen and (max-width: 736px) {
    .home .shop article .desc {
        width: 84%;
    }
}
.home .shop article .desc h3 {
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.home .shop article .desc p {
    font-size: 14px;
}
.home .shop article .desc:hover h3 {
    color: #cc1c0d;
}
.home .shop .button-action {
    width: 100%;
    margin: 10px 0 0 -15px;
    padding-right: 18px;
}
@media only screen and (max-width: 736px) {
    .home .slider-products {
        margin-bottom: 20px;
    }
}
.slider-products {
    width: 100%;
    float: left;
    margin-top: 20px;
    box-sizing: border-box;
    background: #fff;
    padding: 15px 15px 0;
}
.slider-products:before,
.slider-products:after {
    content: " ";
    display: table;
}
.slider-products:after {
    clear: both;
}
@media only screen and (max-width: 736px) {
    .slider-products {
        margin-bottom: 0;
    }
}
.slider-products h2,
.slider-products .ptitle {
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.slider-products h2 .fa,
.slider-products .ptitle .fa {
    color: #b8b8b8;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.slider-products .int {
    width: 580px;
    position: relative;
    margin: 0 auto;
}
@media only screen and (max-width: 736px) {
    .slider-products .int {
        width: 87%;
    }
}
.slider-products .int ul:before,
.slider-products .int ul:after {
    content: " ";
    display: table;
}
.slider-products .int ul:after {
    clear: both;
}
.slider-products .int ul li {
    text-align: center;
    width: 181px;
    margin: 0;
    cursor: pointer;
    float: left;
    border: 1px solid #fff;
    padding: 5px;
}
.slider-products .int ul li:hover {
    border-color: #ccc;
    background: #eeeeee;
}
.slider-products .int ul li .border {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 5px;
}
.slider-products .int ul li .border img {
    width: 100%;
    height: auto;
}
.slider-products .int ul li a {
    color: #000;
    text-decoration: none;
}
.slider-products .int ul li h3,
.slider-products .int ul li .h3title {
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    height: 45px;
    overflow: hidden;
}
.slider-products .int ul li figure {
    width: 100%;
    height: 130px;
    overflow: hidden;
}
.slider-products .int ul li figure img {
    width: 100%;
    margin: 5px 0;
}
.slider-products .int ul li .brand {
    display: block;
    margin-top: 5px;
    color: #000;
}
.slider-products .int ul li .price {
    display: block;
    font-weight: 700;
    color: #000;
}
.slider-products .int ul li .button {
    display: inline-block;
    background: #cc1c0d;
    border: 1px solid #cc1c0d;
    color: #fff;
    padding: 4px 10px;
    text-transform: none;
    font-size: 14px;
    font-family: "Oswald";
    text-decoration: none;
    font-weight: 300;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    margin-top: 0;
    float: none !important;
}
.slider-products .int ul li .button:before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.slider-products .int .flex-direction-nav li:hover {
    background-color: #fff;
    border: none;
}
.slider-products .button-action {
    width: 100%;
    margin: 10px 0 0 -15px;
    padding-right: 18px;
}
.page-id-24173 .wysiwyg {
    top: -25px;
    position: relative;
}
article.single {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
}
article.single header h1 {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 8px;
}
article.single header img {
    max-width: 100%;
    height: auto;
}
article.single header p {
    margin-bottom: 15px;
}
article.single header .thb {
    margin-bottom: 20px;
}
article.single .wysiwyg {
    position: relative;
    color: #000;
}
article.single .wysiwyg h1,
article.single .wysiwyg h2,
article.single .wysiwyg h3,
article.single .wysiwyg h4,
article.single .wysiwyg h5,
article.single .wysiwyg h6 {
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    color: #cc1c0d;
    font-weight: bold;
}
article.single .wysiwyg h2 {
    margin: 0 0 10px;
}
article.single .wysiwyg h3 {
    font-size: 17px;
    margin: 0 0 5px;
}
article.single .wysiwyg img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 736px) {
    article.single .wysiwyg iframe,
    article.single .wysiwyg img {
        width: 100%;
        height: auto;
    }
}
article.single .wysiwyg p {
    padding: 0 0 10px 0;
}
article.single .wysiwyg ul {
    margin-bottom: 10px;
}
article.single .wysiwyg ul li {
    list-style: square outside;
    margin-left: 30px;
}
article.single .wysiwyg strong {
    font-weight: bold;
    color: #000;
}
article.single .wysiwyg i {
    font-style: italic;
}
article.single .wysiwyg a {
    color: #cc1c0d;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
article.single .wysiwyg a:hover {
    color: #000;
}
article.single .wysiwyg footer.details {
    font-size: 11px;
    color: #666666;
    padding: 5px 0;
}
article.single .wysiwyg footer.details a {
    color: #666666;
    text-decoration: none;
}
article.single #sommaire-article {
    margin-bottom: 25px;
    margin-top: 15px;
    line-height: 30px;
}
article.single #sommaire-article a {
    display: block;
    text-decoration: none;
    margin-left: 50px;
    color: #cc1c0d;
    font-weight: bold;
    position: relative;
}
article.single #sommaire-article a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 12px;
    position: absolute;
    top: 1px;
    left: -15px;
}
article.single #sommaire-article a span {
    display: none;
}
article.single #sommaire-article .title_lvl3 {
    display: none;
}
article.single.guide-achat img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
article.single.guide-achat .wysiwyg h3 {
    font-size: 16px;
}
@media only screen and (max-width: 736px) {
    article.single.guide-achat .wysiwyg img,
    article.single.guide-achat .wysiwyg iframe {
        width: 100%;
        height: auto;
    }
}
article.single.product {
    margin-bottom: 0;
}
article.single.product header:before,
article.single.product header:after {
    content: " ";
    display: table;
}
article.single.product header:after {
    clear: both;
}
article.single.product header h1 {
    padding-bottom: 10px;
    border: none;
    width: 100%;
    float: left;
    border-bottom: 2px solid #cc1c0d;
    margin-bottom: 15px;
}
article.single.product header figure {
    width: 215px;
    float: left;
    margin-right: 20px;
}
article.single.product header figure img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 736px) {
    article.single.product header figure {
        width: 20%;
        margin-right: 3%;
    }
}
article.single.product header .details {
    width: 395px;
    float: left;
}
@media only screen and (max-width: 736px) {
    article.single.product header .details {
        width: 77%;
    }
}
article.single.product header .details h2 {
    font-family: "Open Sans", serif;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    padding-bottom: 5px;
    color: #cc1c0d;
}
article.single.product header .details .price {
    font-weight: 600;
    font-size: 20px;
    color: #cc1c0d;
    float: left;
    display: inline-block;
    margin-top: 20px;
}
article.single.product header .details .price a {
    margin-left: 40px;
}
article.single.product header .details .price .button-action {
    margin-top: 20px;
    background: #cc1c0d;
    border-color: #cc1c0d;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
article.single.product header .details .price .button-action:hover {
    background: #333;
    border-color: #333;
}
article.single.product .resume {
    margin-top: 40px;
}
article.single.product .resume .brand {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    display: table;
}
article.single.product .resume .brand:before,
article.single.product .resume .brand:after {
    content: " ";
    display: table;
}
article.single.product .resume .brand:after {
    clear: both;
}
article.single.product .resume .brand .img {
    display: table-cell;
    width: 130px;
    text-align: center;
    border-right: 1px solid #cc1c0d;
    padding-right: 25px;
}
article.single.product .resume .brand .img h2 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
}
article.single.product .resume .brand .text {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 405px;
    padding-top: 10px;
    padding-left: 25px;
}
article.single.product .resume .brand .text strong {
    color: #cc1c0d;
}
article.single.product .resume .brand .text p {
    font-size: 13px;
}
article.single.product .resume .brand .text .button-action {
    margin-top: 15px;
}
article.single.product .clear {
    margin-top: 15px;
}
article.single.product .clear:before,
article.single.product .clear:after {
    content: " ";
    display: table;
}
article.single.product .clear:after {
    clear: both;
}
article.single.product .clear .bx {
    width: 303px;
    float: left;
    margin-right: 20px;
    border: 1px solid #dbdbdb;
}
@media only screen and (max-width: 736px) {
    article.single.product .clear .bx {
        width: 100%;
        margin: 10px 0;
    }
}
article.single.product .clear .bx h2 {
    font-family: "Oswald";
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 15px;
    border-bottom: 2px solid #cc1c0d;
}
article.single.product .clear .bx h2 .fa {
    top: -2px;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
}
article.single.product .clear .bx ul {
    padding: 5px 20px 15px 20px;
}
article.single.product .clear .bx ul li {
    position: relative;
    padding-left: 15px;
    padding-top: 8px;
}
article.single.product .clear .bx ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333333;
    font-size: 12px;
    position: absolute;
    top: 12px;
    left: 0;
}
article.single.product .clear .bx.inconv {
    margin-right: 0;
}
article.single.product .clear .bx.inconv ul li:before {
    content: "\f00d";
}
article.single.product .ccl {
    margin-top: 20px;
}
article.single.product .tableau-caract {
    border: none;
    width: 100%;
    margin: 20px 0;
}
article.single.product .tableau-caract tr,
article.single.product .tableau-caract th,
article.single.product .tableau-caract td {
    border: 1px solid #cccccc;
}
article.single.product .tableau-caract tr.first,
article.single.product .tableau-caract th.first,
article.single.product .tableau-caract td.first {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    background: none !important;
}
article.single.product .tableau-caract th {
    background: #f8f8f8;
    font-size: 12px;
    font-family: "Open Sans", serif;
    text-align: left;
    color: #333333;
    padding: 7px;
    font-weight: 700;
}
article.single.product .tableau-caract .thh {
    width: 170px !important;
}
article.single.product .tableau-caract .tdcenter td {
    text-align: center;
}
article.single.product .tableau-caract td {
    padding: 7px;
    font-size: 13px !important;
}
article.single.product .tableau-caract td a {
    color: #111;
    text-decoration: none;
}
article.single.product .tableau-caract td a:hover {
    text-decoration: underline;
}
article.single.product .tableau-caract td .button {
    background: #ffd900;
    color: #333333;
    font-size: 14px;
    font-family: "Oswald", serif;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    padding: 0 25px 0 15px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    margin-top: 7px;
}
article.single.product .tableau-caract td .button span {
    width: 6px;
    height: 10px;
    background: url(../img/arrow-button.png) no-repeat 0 0;
    position: absolute;
    top: 11px;
    right: 11px;
}
article.single.product .tableau-caract td .button:hover {
    color: #000;
    background-color: #ffd900;
    background-image: -moz-linear-gradient(top, #ffc300, #ffd900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc300), to(#ffd900));
    background-image: -webkit-linear-gradient(top, #ffc300, #ffd900);
    background-image: -o-linear-gradient(top, #ffc300, #ffd900);
    background-image: linear-gradient(to bottom, #ffc300, #ffd900);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc300', endColorstr='#ffffd900', GradientType=0);
}
article.single.product .tableau-caract .titles th {
    font-family: "Oswald", serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    background: #fff;
    width: auto;
}
article.single.product .tableau-caract .relative {
    position: relative;
    text-align: left;
    padding: 0 20px 0 0;
}
article.single.product .tableau-caract .erase,
article.single.product .tableau-caract .delete {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 10px 0 0 10px;
    background: url(../img/comparators-close.png) center center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 7px;
}
article.single.product .tableau-caract tr:nth-child(even) {
    background: #f8f8f8;
}
article.single.product .tableau-caract .entire td,
article.single.product .tableau-caract .entire th {
    border: none;
    text-transform: uppercase;
    background: #e2e2e5;
}
article.single.actualites .attachment-thumb-guide {
    margin: 10px auto 20px;
}
.related-post {
    background: #fff;
    padding: 15px 15px 5px;
    margin-bottom: 20px;
}
.related-post:before,
.related-post:after {
    content: " ";
    display: table;
}
.related-post:after {
    clear: both;
}
.related-post h2,
.related-post header,
.related-post .ptitle {
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 8px;
    font-family: "Oswald";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.related-post h2 .fa,
.related-post header .fa,
.related-post .ptitle .fa {
    color: #b8b8b8;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.related-post ul {
    margin-top: 10px;
}
.related-post ul li {
    border-top: 1px solid #dddddd;
}
.related-post ul li a {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 18px;
    font-family: "Oswald";
    padding: 10px;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.related-post ul li a:hover {
    color: #cc1c0d;
}
.related-post ul li:first-child {
    border: none;
}
.related-post.listing {
    border: none;
}
.related-post.listing section {
    padding: 15px 0;
}
.related-post.listing section h3 {
    font-size: 17px;
    text-transform: none;
}
.single-post .related-post.listing {
    margin-top: 15px;
}
.single-post .related-post.listing section strong,
.single-post .related-post.listing section summary {
    color: #333;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-post .related-post.listing section strong a,
.single-post .related-post.listing section summary a {
    color: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-post .related-post.listing section .button-action {
    right: 0;
}
.single-post .related-post.listing section:hover strong a,
.single-post .related-post.listing section:hover summary a {
    color: #cc1c0d;
}
.single-societes .slider-products {
    margin-bottom: 20px;
}
section.related-product {
    background: #fff;
    padding: 15px;
}
section.related-product:before,
section.related-product:after {
    content: " ";
    display: table;
}
section.related-product:after {
    clear: both;
}
section.related-product h2,
section.related-product .ptitle {
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 10px;
}
section.related-product h2 .fa,
section.related-product .ptitle .fa {
    color: #b8b8b8;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
section.related-product .int {
    width: 580px;
    position: relative;
    margin: 0 auto;
}
@media only screen and (max-width: 736px) {
    section.related-product .int {
        width: 87%;
    }
}
section.related-product .int ul:before,
section.related-product .int ul:after {
    content: " ";
    display: table;
}
section.related-product .int ul:after {
    clear: both;
}
section.related-product li,
section.related-product section {
    text-align: center;
    width: 120px;
    margin: 0 0 10px;
    cursor: pointer;
    float: left;
    border: 1px solid #fff;
    padding: 5px;
}
section.related-product li:hover,
section.related-product section:hover {
    border-color: #ccc;
    background: #eeeeee;
}
section.related-product li .border,
section.related-product section .border {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 5px;
}
section.related-product li .border img,
section.related-product section .border img {
    width: 100%;
    height: auto;
}
section.related-product li a,
section.related-product section a {
    color: #000;
    text-decoration: none;
}
section.related-product li h3,
section.related-product section h3 {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    height: 45px;
}
section.related-product li figure,
section.related-product section figure {
    width: 100%;
    overflow: hidden;
}
section.related-product li figure img,
section.related-product section figure img {
    width: 134px;
    height: 102px;
    margin: 5px 0;
}
section.related-product li .brand,
section.related-product section .brand {
    display: block;
    margin-top: 5px;
}
@media only screen and (max-width: 736px) {
    section.related-product li .brand,
    section.related-product section .brand {
        font-size: 12px;
    }
}
section.related-product li .price,
section.related-product section .price {
    display: block;
    font-weight: 700;
}
section.related-product li .button,
section.related-product section .button {
    display: inline-block;
    background: #cc1c0d;
    border: 1px solid #cc1c0d;
    color: #fff;
    padding: 4px 10px;
    text-transform: none;
    font-size: 14px;
    font-family: "Oswald";
    text-decoration: none;
    font-weight: 300;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
section.related-product li .button:before,
section.related-product section .button:before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.calltoaction {
    margin-bottom: 20px;
    height: 160px;
}
@media only screen and (max-width: 736px) {
    .calltoaction {
        height: auto;
    }
}
.calltoaction img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.page404 {
    margin-bottom: 20px;
}
.page404 header {
    margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
    .page404 header {
        padding: 0 15px;
    }
}
.page404 header h1 {
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: none;
}
@media only screen and (max-width: 736px) {
    .page404 header h1 {
        font-size: 22px;
    }
}
.page404 header a {
    color: #000;
    font-weight: bold;
}
.page404 header p {
    padding-bottom: 10px;
}
.page404 .listing {
    border: none;
}
@media only screen and (max-width: 736px) {
    .page404 .listing section {
        padding: 15px;
    }
}
.page404 .listing section:hover h3 a {
    color: #cc1c0d;
}
.page404 .listing h2.title {
    background-color: #cc1c0d;
    color: #fff;
    display: block;
    font-size: 25px;
    padding: 5px 15px;
    text-transform: none;
}
.page404 .listing h3 {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}
.comments {
    background: #fff;
    padding: 15px;
    margin-top: 20px;
}
.comments:before,
.comments:after {
    content: " ";
    display: table;
}
.comments:after {
    clear: both;
}
.comments h3 {
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 10px;
}
.comments h3 span {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 15px;
}
.comments h3 .fa {
    color: #b8b8b8;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.comments a {
    color: #cc1c0d;
    text-decoration: none;
}
.comments #commentform:before,
.comments #commentform:after {
    content: " ";
    display: table;
}
.comments #commentform:after {
    clear: both;
}
.comments #commentform p {
    padding: 5px 0;
}
.comments #commentform label {
    width: 126px;
    display: inline-block;
    font-weight: 600;
}
.comments #commentform label span {
    color: #cc1c0d;
    font-weight: normal;
}
.comments #commentform input[type="text"],
.comments #commentform textarea {
    height: 25px;
    line-height: 25px;
    border: 1px solid #e6e6e6;
    background: #fff;
    width: 478px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
}
.comments #commentform input[type="text"].error,
.comments #commentform textarea.error {
    border-color: #cc1c0d;
}
.comments #commentform textarea {
    height: 100px;
}
.comments #commentform .button-action {
    margin-top: 10px;
    float: right;
    position: relative;
    bottom: auto;
    right: auto;
}
.comments .commentlist {
    padding: 0;
    margin: 50px 0 0 0;
}
.comments .commentlist article {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
    margin-bottom: 30px;
}
.comments .commentlist article figure {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
.comments .commentlist article figure img {
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
.comments .commentlist article footer {
    font-size: 13px;
}
.comments .commentlist article span a {
    font-weight: 600;
}
.comments .commentlist .children {
    margin-left: 40px;
}
@media only screen and (max-width: 736px) {
    article.comparator {
        padding: 0 15px;
    }
}
article.comparator header {
    margin-bottom: 20px;
}
article.comparator header h1 {
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: none;
}
@media only screen and (max-width: 736px) {
    article.comparator header h1 {
        font-size: 22px;
    }
}
article.comparator .wysiwyg {
    margin-right: 15px;
}
@media only screen and (max-width: 736px) {
    article.comparator .wysiwyg {
        margin-bottom: 20px;
    }
}
article.comparator .wysiwyg figure {
    float: right;
    margin-left: 25px;
    width: 320px;
    height: 210px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 736px) {
    article.comparator .wysiwyg figure {
        width: 150px;
        height: auto;
        margin-left: 15px;
    }
}
article.comparator .wysiwyg figure img {
    width: 100%;
    height: auto;
}
article.comparator .wysiwyg p {
    font-size: 15px;
}
.comparator-tabs {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
}
.comparator-tabs:before,
.comparator-tabs:after {
    content: " ";
    display: table;
}
.comparator-tabs:after {
    clear: both;
}
.comparator-tabs .button.fancybox {
    position: absolute;
    top: 20px;
    right: 15px;
}
.comparator-tabs header {
    background: #444;
}
.comparator-tabs header h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
    padding: 5px 15px;
    color: #fff;
}
.comparator-tabs .filters {
    z-index: 999;
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid #7c7c7c;
}
.comparator-tabs .filters:before,
.comparator-tabs .filters:after {
    content: " ";
    display: table;
}
.comparator-tabs .filters:after {
    clear: both;
}
@media only screen and (max-width: 736px) {
    .comparator-tabs .filters {
        padding: 0;
    }
}
.comparator-tabs .filters li {
    border: none;
    margin: 0 0 -1px 1px;
    float: left;
}
@media only screen and (max-width: 736px) {
    .comparator-tabs .filters li {
        float: none;
    }
}
.comparator-tabs .filters li a,
.comparator-tabs .filters li span {
    border: none;
    background: #7c7c7c;
    font-family: "Oswald", serif;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #7c7c7c;
    border-right: 1px solid #7c7c7c;
    border-bottom: 1px solid #7c7c7c;
    display: block;
    line-height: 30px;
    padding: 0 15px;
    text-decoration: none;
}
@media only screen and (max-width: 736px) {
    .comparator-tabs .filters li a,
    .comparator-tabs .filters li span {
        font-size: 15px;
        padding: 0 10px;
    }
}
.comparator-tabs .filters li a:before,
.comparator-tabs .filters li span:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 17px;
    position: relative;
    margin-right: 7px;
    top: -2px;
}
.comparator-tabs .filters li a:hover,
.comparator-tabs .filters li span:hover {
    color: #333333;
}
.comparator-tabs .filters li a.active,
.comparator-tabs .filters li span.active,
.comparator-tabs .filters li a:focus,
.comparator-tabs .filters li span:focus {
    background: #fff;
    color: #cc1c0d;
    border-bottom: 1px solid #fff;
}
.comparator-tabs .filters li span {
    background: #fff;
    color: #cc1c0d;
    border-bottom: 1px solid #fff;
}
.comparator-tabs .caracteristics {
    display: none;
    padding: 0 15px 20px;
}
.comparator-tabs .caracteristics#comparator1 {
    display: block;
}
.comparator-tabs .caracteristics p {
    padding: 10px 0 20px;
}
.comparator-tabs .caracteristics .big-table {
    width: 100%;
    position: relative;
    border-top: none;
    border-left: 1px solid #cccccc;
    border-bottom: none;
    border-right: none;
}
.comparator-tabs .caracteristics .big-table:before,
.comparator-tabs .caracteristics .big-table:after {
    content: " ";
    display: table;
}
.comparator-tabs .caracteristics .big-table:after {
    clear: both;
}
@media only screen and (max-width: 736px) {
    .comparator-tabs .caracteristics .big-table {
        border: none;
    }
}
.comparator-tabs .caracteristics .big-table .table {
    display: table;
    float: left;
    width: 200px;
    border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 736px) {
    .comparator-tabs .caracteristics .big-table .table {
        width: 100%;
        margin-bottom: 35px;
        display: block;
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }
    .comparator-tabs .caracteristics .big-table .table:before,
    .comparator-tabs .caracteristics .big-table .table:after {
        content: " ";
        display: table;
    }
    .comparator-tabs .caracteristics .big-table .table:after {
        clear: both;
    }
}
.comparator-tabs .caracteristics .big-table .table .row {
    border-bottom: 1px solid #cccccc;
    width: 200px;
}
@media only screen and (max-width: 736px) {
    .comparator-tabs .caracteristics .big-table .table .row {
        width: 100%;
        display: table;
    }
}
.comparator-tabs .caracteristics .big-table .table .row .cell {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 200px;
    padding: 7px 12px;
    height: 30px;
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
}
@media only screen and (max-width: 736px) {
    .comparator-tabs .caracteristics .big-table .table .row .cell {
        width: 55%;
    }
}
.comparator-tabs .caracteristics .big-table .table .row .cell.title {
    display: none;
    background: #f8f8f8;
    font-size: 12px;
    font-family: "Open Sans", serif;
    text-align: left;
    color: #333333;
    font-weight: 700;
    width: 170px;
    border-right: none;
}
@media only screen and (max-width: 736px) {
    .comparator-tabs .caracteristics .big-table .table .row .cell.title {
        display: table-cell;
        width: 45%;
    }
}
.comparator-tabs .caracteristics .big-table .table .row .cell.name-product {
    font-family: "Oswald", serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    background: #fff;
    color: #cc1c0d;
}
.comparator-tabs .caracteristics .big-table .table .row .cell.name-product a {
    color: #cc1c0d;
    text-decoration: none;
}
.comparator-tabs .caracteristics .big-table .table .row .cell.centermytext {
    text-align: center;
}
.comparator-tabs .caracteristics .big-table .table .row .cell.apercu img {
    width: 170px;
    height: 119px;
}
.comparator-tabs .caracteristics .big-table .table .row .cell .button-action {
    background: #cc1c0d;
    color: #fff;
    border-color: #cc1c0d;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comparator-tabs .caracteristics .big-table .table .row .cell .button-action:before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.comparator-tabs .caracteristics .big-table .table .row .cell .button-action:hover {
    background: #333;
    border-color: #333;
    text-decoration: none;
}
.comparator-tabs .caracteristics .big-table .table.n1 .row {
    width: 370px;
}
@media only screen and (max-width: 736px) {
    .comparator-tabs .caracteristics .big-table .table.n1 .row {
        width: 100%;
    }
}
.comparator-tabs .caracteristics .big-table .table.n1 .row .cell.title {
    display: table-cell;
}
.society .descript {
    background: #fff;
    padding: 15px;
}
.society .descript header h1 {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 8px;
}
.society .descript header h1:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    position: relative;
    margin-right: 10px;
    top: -2px;
}
.society .descript .clear:before,
.society .descript .clear:after {
    content: " ";
    display: table;
}
.society .descript .clear:after {
    clear: both;
}
.society .descript .clear figure {
    width: 215px;
    float: left;
    margin-right: 20px;
}
@media only screen and (max-width: 736px) {
    .society .descript .clear figure {
        width: 20%;
        margin-right: 3%;
    }
}
@media only screen and (max-width: 736px) {
    .society .descript .clear figure img {
        width: 100%;
        height: auto;
    }
}
.society .descript .clear .inf {
    width: 395px;
    float: left;
}
@media only screen and (max-width: 736px) {
    .society .descript .clear .inf {
        width: 77%;
    }
}
.society .descript .clear .inf .btn {
    background: #cc1c0d;
    color: #fff;
    padding: 4px 10px 5px;
    font-weight: bold;
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.society .descript .clear .inf .btn:before {
    content: "\f003";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 13px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.society .bx {
    background: #fff;
    margin: 20px 0;
    padding: 15px;
}
.society .bx h2 {
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.society .bx h2 .fa {
    color: #b8b8b8;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.society .bx .wysiwyg h2 {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 20px;
    color: #cc1c0d;
    text-transform: none;
    font-weight: 400;
}
.society .bx .wysiwyg h3 {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 17px;
    color: #cc1c0d;
    text-transform: none;
    font-weight: 400;
}
.society .bx .wysiwyg ul {
    margin-bottom: 10px;
}
.society .bx .wysiwyg ul li {
    list-style: square outside;
    margin-left: 30px;
}
.society .bx .wysiwyg p {
    padding: 5px 0;
}
.society .bx .wysiwyg img {
    max-width: 100%;
    height: auto;
}
.society .bx .wysiwyg a {
    color: #000;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.society .bx .wysiwyg a:hover {
    color: #cc1c0d;
}
.society #coord {
    background: #fff;
    margin: 20px 0;
    padding: 15px;
}
.society #coord h2 {
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.society #coord h2 .fa {
    color: #b8b8b8;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.society #coord ul li {
    color: #000;
    line-height: 33px;
}
.society #coord ul li span {
    color: #888;
    font-weight: 400;
    display: inline-block;
    width: 120px;
}
.society #coord ul li a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.society #coord ul li a:hover {
    color: #cc1c0d;
}
.society .video {
    background: #fff;
    margin: 0 0 20px 0;
    padding: 15px;
    position: relative;
}
.society .video h2 {
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.society .video h2 .fa {
    color: #b8b8b8;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.society .video ul li:before,
.society .video ul li:after {
    content: " ";
    display: table;
}
.society .video ul li:after {
    clear: both;
}
.society .video ul li .vid {
    width: 300px;
    height: 185px;
    display: block;
    float: left;
    margin-right: 20px;
}
.society .video ul li .vid iframe,
.society .video ul li .vid object,
.society .video ul li .vid video {
    width: 300px;
    height: 185px;
}
.society .video ul li .inf {
    width: 310px;
    float: left;
}
.society .video .flex-direction-nav {
    position: absolute;
    top: 10px;
    right: 15px;
}
.society .video .flex-direction-nav .flex-prev {
    position: absolute;
    right: 0;
    top: 10px;
    left: auto;
    font-size: 14px;
    color: #000;
    text-align: right;
    text-decoration: none;
    width: 150px;
    height: auto;
    margin: 0;
}
.society .video .flex-direction-nav .flex-prev:after {
    content: " »";
}
.society .video .flex-direction-nav .flex-prev:hover {
    text-decoration: underline;
}
.society .video .flex-direction-nav .flex-next {
    display: none;
}
.home-news {
    background: #fff;
    margin-bottom: 20px;
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.home-news header {
    padding: 15px;
}
.home-news header h1 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #cc1c0d;
}
.home-news header h1:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    top: -2px;
}
.home-news header p {
    margin: 15px 0;
}
.home-news .listing {
    border: none;
}
@media only screen and (max-width: 736px) {
    .home-news .listing section,
    .home-news .listing article {
        padding: 15px;
    }
}
.home-news .listing section .details h2,
.home-news .listing article .details h2 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #333;
    display: block;
    font-family: "Oswald";
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}
.home-news .listing section .details a,
.home-news .listing article .details a {
    color: #333;
}
.home-news .listing section img,
.home-news .listing article img {
    margin-top: 5px;
}
.home-news .listing section p,
.home-news .listing article p {
    padding-bottom: 4px;
}
.home-news .listing section:nth-child(even),
.home-news .listing article:nth-child(even) {
    background: #f7f7f7;
}
@media only screen and (max-width: 736px) {
    .home-news .listing section .button-action,
    .home-news .listing article .button-action {
        display: none;
    }
}
.home-news .listing section:hover .details a,
.home-news .listing article:hover .details a,
.home-news .listing section:hover .details strong,
.home-news .listing article:hover .details strong {
    color: #cc1c0d;
}
.listing {
    border: 1px solid #e6e6e6;
    border-top: none;
}
.listing:before,
.listing:after {
    content: " ";
    display: table;
}
.listing:after {
    clear: both;
}
.listing section,
.listing article {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    padding: 15px;
    cursor: pointer;
    position: relative;
}
.listing section:before,
.listing article:before,
.listing section:after,
.listing article:after {
    content: " ";
    display: table;
}
.listing section:after,
.listing article:after {
    clear: both;
}
@media only screen and (max-width: 736px) {
    .listing section,
    .listing article {
        padding: 0 15px;
    }
}
.listing section figure,
.listing article figure {
    width: 80px;
    min-height: 10px;
    float: left;
    display: block;
    margin-right: 20px;
}
.listing section figure img,
.listing article figure img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 736px) {
    .listing section figure,
    .listing article figure {
        display: none;
    }
}
.listing section:hover a,
.listing article:hover a {
    color: #cc1c0d;
}
.listing section a,
.listing article a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.listing section .details,
.listing article .details {
    float: right;
    width: 530px;
    position: relative;
}
@media only screen and (max-width: 736px) {
    .listing section .details,
    .listing article .details {
        width: 100%;
        padding-bottom: 0;
    }
}
.listing section .details h2,
.listing article .details h2 {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.listing section .details p,
.listing article .details p {
    color: #000;
    font-size: 13px;
    display: inline;
}
.listing section .button-action,
.listing article .button-action {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
@media only screen and (max-width: 736px) {
    .listing section .button-action,
    .listing article .button-action {
        display: none;
    }
}
.listing.big section figure,
.listing.big article figure {
    width: 125px;
}
@media only screen and (max-width: 736px) {
    .listing.big section figure,
    .listing.big article figure {
        display: block;
        width: 25%;
        margin-right: 3%;
    }
}
@media only screen and (max-width: 736px) {
    .listing.big section figure img,
    .listing.big article figure img {
        width: 100%;
        height: auto;
        margin-top: 5px;
    }
}
.listing.big section .details,
.listing.big article .details {
    width: 485px;
}
@media only screen and (max-width: 736px) {
    .listing.big section .details,
    .listing.big article .details {
        width: 72%;
    }
}
.listing.big section .details h2,
.listing.big article .details h2 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.listing.big section .details p,
.listing.big article .details p {
    font-size: 14px;
}
.listing.big section:hover h2,
.listing.big article:hover h2 {
    color: #cc1c0d;
}
.sections-blocs:before,
.sections-blocs:after {
    content: " ";
    display: table;
}
.sections-blocs:after {
    clear: both;
}
.sections-blocs header {
    margin-bottom: 30px;
}
.sections-blocs header h1 {
    font-size: 30px;
    text-transform: none;
    margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
    .sections-blocs header h1 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 736px) {
    .sections-blocs header {
        padding: 0 15px;
    }
}
.sections-blocs img {
    float: right;
    margin-left: 20px;
}
@media only screen and (max-width: 736px) {
    .sections-blocs img {
        width: 150px;
        height: auto;
        margin-left: 15px;
    }
}
.sections-blocs .img {
    margin-top: 20px;
}
.sections-blocs .img:before,
.sections-blocs .img:after {
    content: " ";
    display: table;
}
.sections-blocs .img:after {
    clear: both;
}
.sections-blocs .img img {
    float: left;
    width: 220px;
    height: auto;
    margin: 0;
}
@media only screen and (max-width: 736px) {
    .sections-blocs .img img {
        width: 150px;
    }
}
.sections-blocs .img.right img {
    margin-left: 20px;
    float: right;
}
@media only screen and (max-width: 736px) {
    .sections-blocs .img.right img {
        margin-left: 15px;
    }
}
.sections-blocs .img.left img {
    margin-right: 20px;
    float: left;
}
@media only screen and (max-width: 736px) {
    .sections-blocs .img.left img {
        margin-right: 15px;
    }
}
.sections-blocs .bloc {
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    float: left;
    box-sizing: border-box;
    color: #000000;
}
.sections-blocs .bloc h2.title {
    font-size: 24px;
    text-transform: none;
    margin: 0 -15px 15px;
    background-color: #cc1c0d;
    color: #fff;
    display: block;
    padding: 5px 15px 5px 40px;
}
.sections-blocs .bloc h2.title a {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
}
.sections-blocs .bloc h2.title a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 9px;
    left: -23px;
}
.sections-blocs .bloc h3.title {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 15px;
    color: #333333;
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.sections-blocs .bloc h3.title:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333333;
    font-size: 15px;
    position: absolute;
    top: 11px;
    left: 0;
}
.sections-blocs .bloc.floated {
    width: 48.5%;
}
@media only screen and (max-width: 736px) {
    .sections-blocs .bloc.floated {
        width: 100%;
    }
}
.sections-blocs .bloc.floated img {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 736px) {
    .sections-blocs .bloc.floated img {
        width: 150px;
        margin: 0 0 15px 15px;
    }
}
.sections-blocs .bloc.floated.left {
    margin-right: 3%;
}
@media only screen and (max-width: 736px) {
    .sections-blocs .bloc.floated.left {
        margin-right: 0;
    }
}
.sections-blocs .bloc .related-product {
    padding: 0;
    margin-top: 30px;
}
.sections-blocs .bloc .related-product article .button,
.sections-blocs .bloc .related-product section .button {
    margin-top: 0;
}
.sections-blocs .bloc .listing {
    margin-top: 30px;
}
@media only screen and (max-width: 736px) {
    .sections-blocs .bloc .listing article {
        padding: 15px 0;
    }
}
.sections-blocs .bloc .listing article .details {
    width: 498px;
}
@media only screen and (max-width: 736px) {
    .sections-blocs .bloc .listing article .details {
        width: 100%;
    }
}
.sections-blocs .bloc .listing article .details h3 {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sections-blocs .bloc .listing article .details h3 a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sections-blocs .bloc .listing article:hover .details h3 a {
    color: #cc1c0d;
}
.sections-blocs .bloc .listing article .button-action {
    right: 0;
}
@media only screen and (max-width: 736px) {
    .sections-blocs .bloc .listing article .button-action {
        display: none;
    }
}
.sections-blocs .bloc .button {
    margin-top: 20px;
    display: inline-block;
}
@media only screen and (max-width: 736px) {
    .sections-blocs .bloc .button {
        display: none;
    }
}
.sections-blocs .bloc.float-btn-right .button {
    float: right;
}
.page-template-cocon-produits .related-product {
    padding-top: 0;
}
.page-template-cocon-produits .related-product h2 {
    background-color: #cc1c0d;
    color: #fff;
    display: block;
    font-size: 25px;
    margin: 0 -15px 15px;
    padding: 5px 20px;
    text-transform: none;
}
.page-template-cocon-produits .related-product article,
.page-template-cocon-produits .related-product section {
    width: 198px;
}
@media only screen and (max-width: 736px) {
    .page-template-cocon-produits .related-product article,
    .page-template-cocon-produits .related-product section {
        width: 50%;
        box-sizing: border-box;
    }
}
.page-template-cocon-produits .related-product article h3,
.page-template-cocon-produits .related-product section h3 {
    font-size: 13px;
}
.page-template-cocon-produits .related-product article figure,
.page-template-cocon-produits .related-product section figure {
    width: 100%;
    height: 130px;
    overflow: hidden;
    display: block;
    text-align: center;
}
@media only screen and (max-width: 736px) {
    .page-template-cocon-produits .related-product article figure,
    .page-template-cocon-produits .related-product section figure {
        width: 98%;
    }
}
@media only screen and (max-width: 736px) {
    .page-template-cocon-produits .related-product article figure img,
    .page-template-cocon-produits .related-product section figure img {
        height: 100% !important;
        width: auto !important;
    }
}
.page-template-cocon-fiche-produit .slider-products {
    margin-bottom: 20px;
}
.page-template-auxillaire-dossiers .listing {
    border: none;
    border-top: 2px solid #cc1c0d;
    padding-top: 20px;
    margin-top: 20px;
}
@media only screen and (max-width: 736px) {
    .page-template-auxillaire-dossiers .listing {
        padding-top: 15px;
        margin-top: 15px;
    }
}
.page-template-auxillaire-dossiers .listing article h3,
.page-template-auxillaire-dossiers .listing section h3 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.page-template-auxillaire-dossiers .listing article:first-child,
.page-template-auxillaire-dossiers .listing section:first-child {
    border: none;
    padding-top: 0;
}
.page-template-auxillaire-dossiers .listing article:last-child,
.page-template-auxillaire-dossiers .listing section:last-child {
    padding-bottom: 0;
}
.page-template-auxillaire-dossiers .listing article:last-child .button-action,
.page-template-auxillaire-dossiers .listing section:last-child .button-action {
    bottom: 0;
}
.page-template-auxillaire-dossiers .listing article:hover h3,
.page-template-auxillaire-dossiers .listing section:hover h3 {
    color: #cc1c0d;
}
@media only screen and (max-width: 736px) {
    .page-template-auxillaire-guides-achat .sections-blocs {
        margin-bottom: 0;
    }
}
.page-template-auxillaire-guides-achat .sections-blocs section .bloc {
    margin-bottom: 0;
}
.page-template-auxillaire-guides-achat .sections-blocs section .bloc h2.title {
    background: #444444;
}
.page-template-auxillaire-guides-achat .sections-blocs section .bloc .title a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
}
.page-template-auxillaire-guides-achat .sections-blocs section .bloc .title:hover a {
    color: #cc1c0d;
}
.page-template-auxillaire-guides-achat .sections-blocs section .bloc.toply {
    margin-top: 30px;
}
.page-template-auxillaire-guides-achat .sections-blocs section .bloc h3 {
    margin-top: 20px;
}
.page-template-cocon-comparatif .related-post {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-template-cocon-guide-achat-intermediaire .sections-blocs section .bloc h3,
.page-template-cocon-comparatif-intermediaire .sections-blocs section .bloc h3 {
    margin-top: 20px;
}
.page-template-cocon-guide-achat-intermediaire .sections-blocs section .bloc .button:before,
.page-template-cocon-comparatif-intermediaire .sections-blocs section .bloc .button:before {
    content: "\f0c5";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-right: 7px;
}
.page-template-cocon-guide-achat-intermediaire .sections-blocs section .bloc .button:after,
.page-template-cocon-comparatif-intermediaire .sections-blocs section .bloc .button:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 11px;
    position: relative;
    margin-left: 5px;
}
.page-template-super-cocon .sections-blocs section .bloc .button:before {
    content: "\f022";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-right: 7px;
}
.page-template-super-cocon .sections-blocs section .bloc .button:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 11px;
    position: relative;
    margin-left: 5px;
}
.page-template-cocon .sections-blocs section .bloc .button:before {
    content: "\f0c5";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-right: 7px;
}
.page-template-cocon .sections-blocs section .bloc .button:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 11px;
    position: relative;
    margin-left: 5px;
}
.page-template-cocon .sections-blocs section .listing {
    border: none;
    border-top: 2px solid #cc1c0d;
    padding-top: 20px;
    margin-top: 20px;
}
.page-template-cocon .sections-blocs section .listing article:first-child {
    border: none;
    padding-top: 0;
}
.page-template-cocon .sections-blocs section .listing article:last-child {
    padding-bottom: 0;
}
.page-template-cocon .sections-blocs section .listing article:last-child .button-action {
    bottom: 0;
}
.archives.societes {
    background: #fff;
    margin-bottom: 20px;
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.archives.societes header {
    padding: 15px;
}
.archives.societes header h1 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #cc1c0d;
}
.archives.societes header h1:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    top: -2px;
}
.archives.societes header p {
    margin: 15px 0;
}
.archives.societes .listing {
    border: none;
}
@media only screen and (max-width: 736px) {
    .archives.societes .listing section {
        padding: 15px;
    }
}
.archives.societes .listing section.no-selected {
    display: none;
}
.archives.societes .listing section .details {
    padding-bottom: 35px;
}
@media only screen and (max-width: 736px) {
    .archives.societes .listing section .details {
        padding: 0;
        width: 77%;
    }
}
.archives.societes .listing section .details strong {
    font-size: 17px;
    font-family: "Oswald";
    font-weight: 400;
    text-transform: none;
    display: block;
    color: #333333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.archives.societes .listing section figure {
    text-align: center;
}
.archives.societes .listing section figure img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 736px) {
    .archives.societes .listing section figure {
        display: block;
        width: 20%;
        margin-right: 3%;
    }
}
.archives.societes .listing section .button-action {
    bottom: 12px;
}
@media only screen and (max-width: 736px) {
    .archives.societes .listing section .button-action {
        display: none;
    }
}
.archives.societes .listing section:hover .details strong {
    color: #cc1c0d;
}
@media only screen and (max-width: 736px) {
    .archives.dossiers,
    .archives.products {
        margin-bottom: 20px;
    }
}
.archives.dossiers header,
.archives.products header {
    margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
    .archives.dossiers header,
    .archives.products header {
        padding: 0 15px;
    }
}
.archives.dossiers header h1,
.archives.products header h1 {
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: none;
}
@media only screen and (max-width: 736px) {
    .archives.dossiers header h1,
    .archives.products header h1 {
        font-size: 22px;
    }
}
.archives.dossiers .listing,
.archives.products .listing {
    border: none;
}
@media only screen and (max-width: 736px) {
    .archives.dossiers .listing article,
    .archives.products .listing article,
    .archives.dossiers .listing section,
    .archives.products .listing section {
        padding: 15px;
    }
}
.archives.dossiers .listing article figure,
.archives.products .listing article figure,
.archives.dossiers .listing section figure,
.archives.products .listing section figure {
    text-align: center;
}
.archives.dossiers .listing article:nth-child(even),
.archives.products .listing article:nth-child(even),
.archives.dossiers .listing section:nth-child(even),
.archives.products .listing section:nth-child(even) {
    background: #f7f7f7;
}
.page-classic {
    margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
    .page-classic {
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
}
.page-classic header {
    margin-bottom: 30px;
}
.page-classic header h1 {
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: none;
}
@media only screen and (max-width: 736px) {
    .page-classic header h1 {
        font-size: 22px;
    }
}
.page-classic .wysiwyg h2 {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #333333;
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.page-classic .wysiwyg h2:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333333;
    font-size: 15px;
    position: absolute;
    top: 11px;
    left: 0;
}
.page-classic .wysiwyg h3 {
    font-size: 18px;
    text-transform: none;
}
.page-classic .wysiwyg a {
    color: #000;
    text-decoration: none;
}
.page-classic .wysiwyg a:hover {
    color: #cc1c0d;
}
.page-classic .wysiwyg #cse-search-results iframe {
    width: 100% !important;
    height: 1160px !important;
}
.page-classic h2.title {
    background-color: #cc1c0d;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 5px 15px;
    text-transform: none;
    margin-bottom: 0;
}
.page-classic h2.title:before {
    content: "";
}
.page-classic #contact-form {
    background: #fff;
    padding: 20px;
}
.page-classic #contact-form:before,
.page-classic #contact-form:after {
    content: " ";
    display: table;
}
.page-classic #contact-form:after {
    clear: both;
}
.page-classic #contact-form ul li {
    margin-bottom: 8px;
}
.page-classic #contact-form ul li:before,
.page-classic #contact-form ul li:after {
    content: " ";
    display: table;
}
.page-classic #contact-form ul li:after {
    clear: both;
}
.page-classic #contact-form ul li input,
.page-classic #contact-form ul li textarea {
    width: 100%;
    background: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
}
.page-classic #contact-form ul li input.error,
.page-classic #contact-form ul li textarea.error {
    border-color: #cc1c0d;
}
.page-classic #contact-form ul li textarea {
    height: 120px;
}
.page-classic #contact-form ul li .new-select {
    background: url(../img/select.png) no-repeat right 10px center #fff;
    border: 1px solid #dbdbdb;
    margin: 0;
    padding: 5px 35px 5px 0;
    position: relative;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.page-classic #contact-form ul li .new-select select {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
}
.page-classic #contact-form ul li span.select {
    background: #fff;
    width: 100%;
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding-left: 10px;
    display: block;
    color: #9b9a9a;
    font-size: 14px;
}
.page-classic #contact-form ul li input[type="submit"] {
    background: #cc1c0d;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 15px 0 15px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    width: auto;
    float: right;
}
.page-classic #contact-form .sendok {
    display: none;
}
aside.sidebar {
    width: 320px;
    float: left;
}
aside.sidebar.fix {
    position: fixed;
}
@media only screen and (max-width: 736px) {
    aside.sidebar {
        width: 100%;
    }
}
aside.sidebar .widget {
    background: #fff;
    margin: 0 0 20px 0;
    border: 1px solid #ccc;
}
aside.sidebar .widget.menu {
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}
aside.sidebar .widget.menu header {
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 8px;
    font-family: "Oswald";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 15px;
}
aside.sidebar .widget.menu p {
    font-weight: 400;
    padding: 0 15px 15px;
}
aside.sidebar .widget.menu .all-checked {
    position: relative;
    background: #444;
    color: #fff;
    cursor: pointer;
    padding: 4px 0 5px 35px;
    display: block;
    font-weight: 300;
    font-size: 14px;
    font-family: "Oswald";
}
aside.sidebar .widget.menu .all-checked:before {
    content: "\f046";
    font-size: 17px;
    bottom: 5px;
    left: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    position: absolute;
}
aside.sidebar .widget.menu .all-checked.active:before {
    content: "\f096";
}
aside.sidebar .widget.menu ul {
    padding: 0 15px;
}
aside.sidebar .widget.menu ul li {
    border-top: 1px solid #ccc;
    padding: 5px 0 5px 15px;
    color: #333333;
    font-size: 14px;
    font-family: "Oswald", serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
aside.sidebar .widget.menu ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #cc1c0d;
    font-size: 12px;
    position: absolute;
    top: 9px;
    left: 0;
}
aside.sidebar .widget.menu ul li.current-menu-item {
    background-color: #333;
    background-position: 10px 10px;
    padding-left: 25px;
    color: #fff;
}
aside.sidebar .widget.menu ul li.current-menu-item a {
    color: #fff;
}
aside.sidebar .widget.menu ul li.current-menu-item:before {
    left: 10px;
}
aside.sidebar .widget.menu ul li a {
    color: #333333;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
aside.sidebar .widget.menu ul li a:hover {
    color: #cc1c0d;
}
aside.sidebar .widget.menu ul li.sub {
    margin-left: 15px;
    text-transform: none;
}
aside.sidebar .widget.menu ul ul {
    padding-top: 5px;
}
aside.sidebar .widget.menu ul ul li {
    font-size: 12px;
    border: none;
}
aside.sidebar .widget.menu ul.filters-society li:before,
aside.sidebar .widget.menu ul.filters-society-nojs li:before {
    content: "";
}
aside.sidebar .widget.menu ul.filters-society li a,
aside.sidebar .widget.menu ul.filters-society-nojs li a,
aside.sidebar .widget.menu ul.filters-society li span,
aside.sidebar .widget.menu ul.filters-society-nojs li span {
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
aside.sidebar .widget.menu ul.filters-society li a:hover,
aside.sidebar .widget.menu ul.filters-society-nojs li a:hover,
aside.sidebar .widget.menu ul.filters-society li span:hover,
aside.sidebar .widget.menu ul.filters-society-nojs li span:hover {
    color: #cc1c0d;
}
aside.sidebar .widget.menu ul.filters-society li a:before,
aside.sidebar .widget.menu ul.filters-society-nojs li a:before,
aside.sidebar .widget.menu ul.filters-society li span:before,
aside.sidebar .widget.menu ul.filters-society-nojs li span:before {
    content: "\f096";
    font-size: 17px;
    top: 7px;
    left: -5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #cc1c0d;
    position: absolute;
}
aside.sidebar .widget.menu ul.filters-society li a.active:before,
aside.sidebar .widget.menu ul.filters-society-nojs li a.active:before,
aside.sidebar .widget.menu ul.filters-society li span.active:before,
aside.sidebar .widget.menu ul.filters-society-nojs li span.active:before {
    content: "\f046";
}
aaside.sidebar .widget.menu ul.filters-society li.active:before,
aaside.sidebar .widget.menu ul.filters-society-nojs li.active:before {
    content: "\f046";
}
aside.sidebar .widget.annuaire {
    padding: 10px 15px 15px 15px;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}
aside.sidebar .widget.annuaire span {
    display: none;
}
aside.sidebar .widget.annuaire header {
    font-family: "Oswald";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffd800;
    margin-bottom: 10px;
}
aside.sidebar .widget.annuaire form input[type="text"] {
    width: 93%;
    background: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
    display: block !important;
}
aside.sidebar .widget.annuaire form input[type="submit"] {
    border: none;
    background: #ffd800;
    padding: 0 10px;
    line-height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "Oswald";
    font-weight: 300;
    position: relative;
}
aside.sidebar .widget.annuaire form .checkcheck {
    margin-bottom: 10px;
}
aside.sidebar .widget.annuaire form .checkcheck label {
    font-size: 11px;
    margin-left: 8px;
}
aside.sidebar .widget.annuaire form .error {
    color: #cc1c0d;
    font-size: 11px;
    font-style: italic;
    margin-top: 10px;
}
aside.sidebar .widget.pub {
    background: #fff;
    text-align: center;
    padding: 9px 9px 6px 9px;
}
aside.sidebar .widget.classic header {
    font-family: "Oswald";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 15px;
    border-bottom: 2px solid #cc1c0d;
    padding-bottom: 8px;
}
aside.sidebar .widget.classic header .fa {
    color: #b8b8b8;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
aside.sidebar .widget.classic.white header a {
    color: #333333;
    text-decoration: none;
}
aside.sidebar .widget.comparators p {
    font-weight: 400;
    padding: 10px 15px;
}
aside.sidebar .widget.comparators ul {
    margin: 0 15px 10px;
}
aside.sidebar .widget.comparators ul li {
    border-top: 1px solid #ccc;
    padding: 5px 0 5px 15px;
    color: #333333;
    font-size: 14px;
    font-family: "Oswald", serif;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
aside.sidebar .widget.comparators ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #cc1c0d;
    font-size: 12px;
    position: absolute;
    top: 9px;
    left: 0;
}
aside.sidebar .widget.comparators ul li a {
    color: #333333;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
aside.sidebar .widget.comparators ul li a:hover {
    color: #cc1c0d;
}
aside.sidebar .widget.comparators ul li:first-child {
    border-top: none;
}
aside.sidebar .widget.livre span {
    display: block;
    height: 251px;
    background: url(../img/bg-livreblanc.jpg) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
@media only screen and (max-width: 736px) {
    aside.sidebar .widget.livre span {
        height: 325px;
    }
}
aside.sidebar .widget.steps {
    padding: 15px;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}
aside.sidebar .widget.steps h3 {
    border-bottom: 2px solid #ffd800;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
aside.sidebar .widget.steps p {
    font-weight: 400;
    padding: 10px 0;
}
aside.sidebar .widget.steps ul li {
    padding: 5px 0 5px 45px;
    position: relative;
    min-height: 30px;
}
aside.sidebar .widget.steps ul li span {
    background: #ffd900;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #333333;
    font-family: "Oswald", serif;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    text-shadow: 0 1px 0 #ffffff;
}
aside.sidebar .widget.advant {
    padding: 15px;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}
aside.sidebar .widget.advant h3 {
    border-bottom: 2px solid #ffd800;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
aside.sidebar .widget.advant p {
    font-weight: 400;
    padding: 10px 0;
}
aside.sidebar .widget.advant ul li {
    padding: 5px 0 5px 15px;
    background: url(../img/arrow-list-yellow.png) no-repeat 0 center;
    font-weight: 600;
}
aside.sidebar .widget.fabricants {
    padding: 15px;
}
aside.sidebar .widget.fabricants h3 {
    border-bottom: 2px solid #cbcbcb;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
aside.sidebar .widget.fabricants ul:before,
aside.sidebar .widget.fabricants ul:after {
    content: " ";
    display: table;
}
aside.sidebar .widget.fabricants ul:after {
    clear: both;
}
aside.sidebar .widget.fabricants ul li {
    float: left;
    width: 100px;
    height: 50px;
    margin: 22px;
    text-align: center;
}
aside.sidebar .widget.devis-comparatif {
    background: none;
    border: none;
}
aside.sidebar .widget.devis-comparatif img {
    width: 100%;
    height: auto;
    cursor: pointer;
} /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
    position: relative;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../img/fancybox_sprite.png");
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../img/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../img/blank.gif");
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../img/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("../img/fancybox_sprite@2x.png");
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url("../img/fancybox_loading@2x.gif");
        background-size: 24px 24px;
    }
}
.overlay {
    display: none;
}
.overlay .form-sidebar {
    margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
    .overlay.overlay-devis .form-sidebar.form-court {
        padding-top: 150px;
    }
}
.overlay .brd {
    border: 1px solid #e6e6e6;
    background: #fafafa;
}
.overlay .brd h3,
.overlay .brd strong {
    font-family: "Oswald";
    font-size: 17px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    color: #fff;
    background-color: #333333;
    border-bottom: 2px solid #cc1c0d;
    padding: 8px 0 7px 10px;
}
.overlay .brd p {
    padding: 10px 15px;
    font-size: 13px;
}
.overlay .brd p span {
    text-transform: lowercase;
}
.overlay .brd form p {
    padding: 5px 15px;
}
.overlay .brd form input[type="text"],
.overlay .brd form input[type="email"],
.overlay .brd form input[type="tel"],
.overlay .brd form input[type="number"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #cccccc;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
    font-size: 13px;
}
.overlay .brd form input[type="text"].error,
.overlay .brd form input[type="email"].error,
.overlay .brd form input[type="tel"].error,
.overlay .brd form input[type="number"].error {
    outline: 2px solid #cc1c0d;
}
.overlay .brd form label {
    display: block;
    font-weight: bold;
    color: #333333;
    font-size: 13px;
    margin: 0 0 5px;
}
.overlay .brd form label.requi {
    color: #cc1c0d;
}
.overlay .brd form .button {
    background: #ffd900;
    color: #333333;
    font-size: 14px;
    font-family: "Oswald", serif;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
}
.form-sidebar {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.form-sidebar.form-court {
    background: url(../img/bg-devis.jpg) #9c9c9c top center no-repeat;
    background-size: 100% auto;
    padding-top: 150px;
}
@media only screen and (max-width: 736px) {
    .form-sidebar.form-court {
        padding-top: 185px;
    }
}
.form-sidebar.form-court .placelabel {
    margin-top: 55px;
}
.form-sidebar.form-court .form-sender {
    background: none;
    padding-top: 0;
}
.form-sidebar.form-court .form-sender fieldset p {
    background: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #000;
}
.form-sidebar.form-court .form-sender fieldset input[type="submit"] {
    background-image: none;
    padding: 10px 45px;
}
.form-sidebar .form-sender {
    padding: 20px;
    background: #fffce8;
}
.form-sidebar .form-sender fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
.form-sidebar .form-sender fieldset p {
    background-color: #666;
    background-image: none;
    color: #fff;
    font-family: "Oswald";
    font-size: 17px;
    font-weight: normal;
    margin: -20px -17px 20px -20px;
    padding: 7px 15px;
    height: auto;
    line-height: normal;
}
.form-sidebar .form-sender fieldset p.dec-deux {
    margin-top: 20px;
}
.form-sidebar .form-sender fieldset ul li {
    margin-bottom: 10px;
}
.form-sidebar .form-sender fieldset ul li input[type="text"],
.form-sidebar .form-sender fieldset ul li input[type="email"],
.form-sidebar .form-sender fieldset ul li input[type="tel"],
.form-sidebar .form-sender fieldset ul li input[type="number"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #cccccc;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
    font-size: 13px;
}
.form-sidebar .form-sender fieldset ul li input[type="text"].error,
.form-sidebar .form-sender fieldset ul li input[type="email"].error,
.form-sidebar .form-sender fieldset ul li input[type="tel"].error,
.form-sidebar .form-sender fieldset ul li input[type="number"].error {
    outline: 2px solid #cc1c0d;
}
.form-sidebar .form-sender fieldset ul li label {
    display: block;
    font-weight: bold;
    color: #333333;
    font-size: 13px;
    margin: 9px;
}
.form-sidebar .form-sender fieldset ul li .new-select {
    background: url(../img/select.png) no-repeat right 10px center #fff;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0 25px 0 0;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
}
.form-sidebar .form-sender fieldset ul li .new-select select {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
}
.form-sidebar .form-sender fieldset ul li span.select {
    background: #fff;
    width: 90%;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding-left: 10px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
}
.form-sidebar .form-sender fieldset ul li .dobble:before,
.form-sidebar .form-sender fieldset ul li .dobble:after {
    content: " ";
    display: table;
}
.form-sidebar .form-sender fieldset ul li .dobble:after {
    clear: both;
}
.form-sidebar .form-sender fieldset ul li .dobble label {
    margin-top: 0;
}
.form-sidebar .form-sender fieldset ul li .dobble .left {
    width: 60%;
    float: left;
}
.form-sidebar .form-sender fieldset ul li .dobble .left input[type="text"],
.form-sidebar .form-sender fieldset ul li .dobble .left input[type="tel"] {
    width: 90%;
}
.form-sidebar .form-sender fieldset ul li .dobble .right {
    width: 40%;
    float: right;
}
.form-sidebar .form-sender fieldset ul li .dobble .right input[type="text"],
.form-sidebar .form-sender fieldset ul li .dobble .right input[type="number"] {
    width: 100%;
}
.form-sidebar .form-sender fieldset input[type="submit"] {
    background: url(../img/eps-arrow.png) 244px center no-repeat #cc1c0d;
    text-align: center;
    font-weight: bold;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    padding: 10px 73px 10px 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin-top: 15px;
}
.form-sidebar .sendok {
    display: none;
    font-weight: bold;
    padding: 20px;
}
.landing-page-clear header {
    background: url(../img/lp-barrecolor.jpg) no-repeat top center #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.landing-page-clear header .inner {
    width: 95%;
}
.landing-page-clear header .inner:before,
.landing-page-clear header .inner:after {
    content: " ";
    display: table;
}
.landing-page-clear header .inner:after {
    clear: both;
}
.landing-page-clear header .inner #logo {
    position: absolute;
    top: 12px;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    padding: 49px 0 0 218px;
    background: url(../img/lp-clear-logo.png);
}
.landing-page-clear header .inner .advertising {
    display: block;
    color: #636568;
    font-size: 14px;
    width: 100%;
    font-style: italic;
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
}
.landing-page-clear .turquoise {
    width: 100%;
    display: block;
}
.landing-page-clear .turquoise .text {
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    float: left;
    text-align: center;
    min-height: 200px;
    padding-top: 276px;
}
.landing-page-clear .turquoise .text h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}
.landing-page-clear .turquoise .text h2 {
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-transform: none;
}
.landing-page-clear .turquoise .form-lp {
    width: 40%;
    min-height: 476px;
    float: left;
    background: #2e8383;
}
.landing-page-clear .turquoise .form-lp h3 {
    color: #fff;
    background: #9cd4d5;
    padding: 15px 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 22px;
}
.landing-page-clear .turquoise .form-lp p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.landing-page-clear .turquoise .form-lp .form-sender fieldset {
    border: none;
    padding: 0;
    margin: 0 auto;
    width: 75%;
}
.landing-page-clear .turquoise .form-lp .form-sender ul li {
    margin-bottom: 15px;
}
.landing-page-clear .turquoise .form-lp .form-sender ul li input[type="text"],
.landing-page-clear .turquoise .form-lp .form-sender ul li input[type="email"],
.landing-page-clear .turquoise .form-lp .form-sender ul li input[type="tel"],
.landing-page-clear .turquoise .form-lp .form-sender ul li input[type="number"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #399594;
    border: 1px solid #399594;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}
.landing-page-clear .turquoise .form-lp .form-sender ul li input[type="text"].error,
.landing-page-clear .turquoise .form-lp .form-sender ul li input[type="email"].error,
.landing-page-clear .turquoise .form-lp .form-sender ul li input[type="tel"].error,
.landing-page-clear .turquoise .form-lp .form-sender ul li input[type="number"].error {
    border: 2px solid #cc1c0d;
}
.landing-page-clear .turquoise .form-lp .form-sender ul li input:-moz-placeholder {
    color: #fff;
}
.landing-page-clear .turquoise .form-lp .form-sender ul li input::-webkit-input-placeholder {
    color: #fff;
}
.landing-page-clear .turquoise .form-lp .form-sender ul li input.placeholder {
    color: #fff;
}
.landing-page-clear .turquoise .form-lp .form-sender ul li .dobble:before,
.landing-page-clear .turquoise .form-lp .form-sender ul li .dobble:after {
    content: " ";
    display: table;
}
.landing-page-clear .turquoise .form-lp .form-sender ul li .dobble:after {
    clear: both;
}
.landing-page-clear .turquoise .form-lp .form-sender ul li .dobble label {
    margin-top: 0;
}
.landing-page-clear .turquoise .form-lp .form-sender ul li .dobble .left {
    width: 48%;
    float: left;
}
.landing-page-clear .turquoise .form-lp .form-sender ul li .dobble .right {
    width: 48%;
    float: right;
}
.landing-page-clear .turquoise .form-lp .form-sender input[type="submit"] {
    background: #6eb5b5;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 21px;
    padding: 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 15px auto;
    text-decoration: none;
    text-transform: uppercase;
}
.landing-page-clear .turquoise .form-lp .form-sender .free {
    color: #76c4c4;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.landing-page-clear .turquoise .form-lp .sendok {
    display: none;
}
.landing-page-clear .badges {
    background: #fff;
    text-align: center;
}
.landing-page-clear .badges li {
    display: inline-block;
    margin: 0 50px;
    padding: 30px 0;
    height: 48px;
}
.landing-page-clear .badges li img {
    opacity: 0.8;
}
.landing-page-clear .slogan {
    color: #aeaeb2;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 0 10px;
    background: url(../img/lp-clear-slogan.jpg) top center no-repeat #636568;
    text-align: center;
    font-weight: bold;
}
.landing-page-clear .copyright {
    color: #636568;
    font-size: 12px;
    text-align: center;
    margin: 20px 0;
    font-style: italic;
}
.landing-simple {
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.landing-simple header {
    padding: 15px;
    background: #fff;
}
.landing-simple header h1 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #cc1c0d;
}
.landing-simple header p {
    margin: 15px 0;
}
.landing-simple .guide-sticky {
    background: #fff;
    padding: 15px;
}
.landing-simple .guide-sticky:before,
.landing-simple .guide-sticky:after {
    content: " ";
    display: table;
}
.landing-simple .guide-sticky:after {
    clear: both;
}
.landing-simple .guide-sticky h2 {
    font-size: 19px;
    text-transform: none;
    margin-bottom: 15px;
    color: #333333;
    padding-left: 20px;
    position: relative;
}
.landing-simple .guide-sticky h2:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333333;
    font-size: 15px;
    position: absolute;
    top: 11px;
    left: 0;
}
.landing-simple .guide-sticky h3 {
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
}
.landing-simple .guide-sticky .button-action {
    margin-top: 20px;
    display: inline-block;
    float: right;
}
.landing-simple .listing {
    padding-top: 20px;
    background: #fff;
    border: none;
}
.landing-simple .listing article .details h3 {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}
.landing-simple .conseil {
    background: #fff;
    padding: 15px;
    margin-top: 20px;
}
.landing-simple .conseil h2 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #cc1c0d;
    margin-bottom: 15px;
}
.landing-page header {
    background: url(../img/lp-barrecolor.jpg) no-repeat bottom center #fff;
    margin-bottom: 20px;
}
.landing-page header .inner {
    padding: 15px 0;
}
.landing-page header .inner:before,
.landing-page header .inner:after {
    content: " ";
    display: table;
}
.landing-page header .inner:after {
    clear: both;
}
.landing-page header .inner #logo {
    float: left;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    padding: 61px 0 0 279px;
    background: url(../img/lp-logo.png);
}
.landing-page header .inner .advertising {
    padding: 26px 0 0 527px;
    height: 0;
    width: 0;
    overflow: hidden;
    display: block;
    background: url(../img/lp-pub.jpg);
    float: right;
    margin-top: 17px;
}
.landing-page .protection {
    width: 1003px;
    height: 584px;
    display: block;
    background: url(../img/lp-bg.jpg);
}
.landing-page .protection h1 {
    color: #fff;
    font-size: 38px;
    text-transform: none;
    padding: 7px 0 0 26px;
}
.landing-page .protection .callto {
    background: url(../img/eps-arrow.png) right 20px center no-repeat #cc1c0d;
    text-align: center;
    font-weight: 700;
    border: none;
    box-shadow: none;
    display: block;
    width: 400px;
    font-size: 23px;
    color: #fff;
    padding: 12px 50px 12px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 357px 0 27px 110px;
    font-family: "Open Sans";
}
.landing-page .protection .slouf {
    color: #c6c6c6;
    text-shadow: 2px 2px 1px #000;
    font-size: 22px;
    text-align: center;
    width: 670px;
    font-family: "Oswald", sans-serif;
}
.landing-page .protection .slouf strong {
    font-size: 27px;
    display: block;
    color: #fff;
    text-shadow: none;
}
.landing-page .protection .form-lp {
    background: url(../img/lp-form.png);
    width: 296px;
    height: 556px;
    position: absolute;
    top: 15px;
    right: 30px;
    display: block;
    text-align: left;
    font-family: "Open Sans";
}
.landing-page .protection .form-lp h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    text-transform: none;
    line-height: 33px;
    padding-top: 35px;
    margin-bottom: 10px;
}
.landing-page .protection .form-lp h2 span {
    font-size: 15px;
    display: block;
    margin-top: -8px;
}
.landing-page .protection .form-lp fieldset {
    padding: 0 20px;
    margin: 0;
    border: none;
    text-shadow: none;
}
.landing-page .protection .form-lp fieldset ul li {
    margin-bottom: 10px;
}
.landing-page .protection .form-lp fieldset ul li input[type="text"],
.landing-page .protection .form-lp fieldset ul li input[type="email"],
.landing-page .protection .form-lp fieldset ul li input[type="tel"],
.landing-page .protection .form-lp fieldset ul li input[type="number"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #cccccc;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    width: 234px;
    color: #333333;
    font-size: 13px;
}
.landing-page .protection .form-lp fieldset ul li input[type="text"].error,
.landing-page .protection .form-lp fieldset ul li input[type="email"].error,
.landing-page .protection .form-lp fieldset ul li input[type="tel"].error,
.landing-page .protection .form-lp fieldset ul li input[type="number"].error {
    border-color: #cc1c0d;
}
.landing-page .protection .form-lp fieldset ul li label {
    display: block;
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    margin: 10px 0 0 0;
}
.landing-page .protection .form-lp fieldset ul li .new-select {
    background: url(../img/select.png) no-repeat 234px center #fff;
    border: 1px solid #ccc;
    margin: 7px 0 0 0;
    padding: 0 25px 0 0;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    height: 25px;
}
.landing-page .protection .form-lp fieldset ul li .new-select select {
    position: absolute;
    width: 100%;
    height: 25px;
    top: 0;
    left: 0;
    font-size: 12px;
}
.landing-page .protection .form-lp fieldset ul li span.select {
    background: #fff;
    width: 218px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding-left: 10px;
    display: block;
    color: #333;
    font-size: 14px;
}
.landing-page .protection .form-lp fieldset ul li .dobble:before,
.landing-page .protection .form-lp fieldset ul li .dobble:after {
    content: " ";
    display: table;
}
.landing-page .protection .form-lp fieldset ul li .dobble:after {
    clear: both;
}
.landing-page .protection .form-lp fieldset ul li .dobble label {
    margin-top: 0;
}
.landing-page .protection .form-lp fieldset ul li .dobble .left {
    width: 120px;
    float: left;
}
.landing-page .protection .form-lp fieldset ul li .dobble .left input[type="text"],
.landing-page .protection .form-lp fieldset ul li .dobble .left input[type="tel"] {
    width: 110px;
}
.landing-page .protection .form-lp fieldset ul li .dobble .right {
    width: 100px;
    float: right;
}
.landing-page .protection .form-lp fieldset ul li .dobble .right input[type="text"],
.landing-page .protection .form-lp fieldset ul li .dobble .right input[type="number"] {
    width: 78px;
}
.landing-page .protection .form-lp fieldset .suivisend {
    background: #cc1c0d;
    text-align: center;
    font-weight: bold;
    border: none;
    box-shadow: none;
    display: block;
    width: 160px;
    font-size: 17px;
    color: #fff;
    padding: 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 25px auto 0;
    text-decoration: none;
}
.landing-page .protection .form-lp .sendok {
    color: #fff;
    font-weight: bold;
    padding: 20px;
    display: none;
    font-size: 13px;
    text-shadow: none;
}
.landing-page .badges {
    text-align: center;
    margin: 30px auto;
}
.landing-page .badges:before,
.landing-page .badges:after {
    content: " ";
    display: table;
}
.landing-page .badges:after {
    clear: both;
}
.landing-page .badges li {
    padding-top: 80px;
    font-size: 14px;
    color: #353535;
    text-align: center;
    width: 333px;
    float: left;
}
.landing-page .badges li span {
    color: #cc1c0d;
    font-weight: bold;
    text-transform: uppercase;
}
.landing-page .badges li.bestprices {
    background: url(../img/lp-badge-bestprices.png) top center no-repeat;
}
.landing-page .badges li.free {
    background: url(../img/lp-badge-free.png) top center no-repeat;
}
.landing-page .badges li.private {
    background: url(../img/lp-badge-private.png) top center no-repeat;
}
.landing-page .copyright {
    color: #2d2d2d;
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
}
#footer {
    background: #333333;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    margin-top: 30px;
    font-size: 12px;
    color: #898989;
}
@media only screen and (max-width: 736px) {
    #footer {
        padding: 5px 0;
    }
}
#footer figure {
    width: 208px;
    float: left;
    margin-right: 15px;
}
#footer figure figcaption {
    display: none;
}
@media only screen and (max-width: 736px) {
    #footer figure {
        display: none;
    }
}
#footer span.copy {
    float: left;
    margin-top: 7px;
}
@media only screen and (max-width: 736px) {
    #footer span.copy {
        display: none;
    }
}
#footer nav {
    float: left;
    margin-top: 7px;
}
@media only screen and (max-width: 736px) {
    #footer nav {
        float: none;
        text-align: center;
        margin-top: 0;
    }
}
#footer nav ul li {
    float: left;
    list-style: none;
}
@media only screen and (max-width: 736px) {
    #footer nav ul li {
        float: none;
        display: inline;
    }
}
#footer nav ul li a {
    color: #898989;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#footer nav ul li a:before {
    content: "- ";
    margin-left: 5px;
}
#footer nav ul li a:hover {
    color: #a0a0a0;
}
@media only screen and (max-width: 736px) {
    #footer nav ul li:first-child a:before {
        content: "";
    }
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.flexslider {
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1;
    margin: 0 0 60px;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
* html .slides {
    height: 1%;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: -20px 0 0;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}
.slider-products .flex-direction-nav a {
    font-family: FontAwesome;
    display: block;
    width: 13px;
    height: 20px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0;
    margin: -20px 0 0;
}
.slider-products .flex-direction-nav .flex-prev {
    left: -30px;
}
.slider-products .flex-direction-nav .flex-next {
    right: -30px;
}
.slider-products .flex-direction-nav .flex-prev:before {
    content: "\f053";
    display: block;
    font-size: 18px;
}
.slider-products .flex-direction-nav .flex-next:before {
    content: "\f054";
    display: block;
    font-size: 18px;
}
.slider-products .flex-disabled {
    opacity: 0.1 !important;
    filter: alpha(opacity=1);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: "\f004";
}
.flex-pauseplay a.flex-play:before {
    content: "\f003";
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    zoom: 1;
    display: inline;
    margin: 0 6px;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-thumbs {
    position: static;
    overflow: hidden;
    margin: 0;
}
.flex-control-thumbs li {
    width: 123px;
    float: left;
    border: 2px solid #fff;
    margin: 0 3px;
}
.flex-control-thumbs li:first-child {
    margin-left: 0;
}
.flex-control-thumbs li:last-child {
    margin-right: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    cursor: pointer;
}
html[xmlns] .slides,
.no-js .slides > li:first-child {
    display: block;
}
.flex-direction-nav,
.push .flex-direction-nav {
    height: 0;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover,
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-control-paging li a.flex-active,
.flex-control-thumbs .flex-active {
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

header #banner {
    text-align: center;
    max-height: 90px;
}