/*!
Theme Name: La Web Shop
Theme URI: http://www.lawebshop.ca/
Author: La Web Shop
Author URI: http://www.lawebshop.ca/
Description: Nous sommes une agence de développement Web engagée, audacieuse et créative. Nous voulons déployer votre marque sur le Web en vous créant des solutions sur mesure et une image distincte. La Web Shop, c’est une équipe de professionnels talentueux qui se lèvent chaque matin dans l’espoir de vous impressionner. Tout ça, juste après un bon café.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: la web shop, custom
Text Domain: la_web_shop
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    
}
html {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
.clear,
.container {
    zoom: 1;
}
.clear:before,
.clear:after,
.container:before,
.container:after {
    content: "";
    display: table;
}
.clear:after,
.container:after {
    clear: both;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.valign {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
body {
    color: #211d1e;
    font: 17px/26px "Raleway", Arial, Helvetica;
    background: white;
}
::selection {
    color: white;
    background: rgba(254, 136, 150, 0.8);
}
::-moz-selection {
    color: white;
    background: rgba(254, 136, 150, 0.8);
}
a {
    color: #fe8896;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: black;
    text-decoration: none;
}
.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container.articles {
    max-width: 1220px;
    text-align: center;
}
.container.articles h1 {
    font: 30px/36px "Futura";
    text-transform: uppercase;
}
.content {
    margin-top: 59px;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.left,
.right {
    width: 50%;
    float: left;
}
.padding {
    padding: 0 10px;
}
.section {
    margin: 50px 0;
}
.section.instagram {
    margin: 100px 0 50px 0;
}
.section.instagram .company_gallery {
    margin-top: 50px;
}
.section.instagram .company_gallery li {
    display: block;
    float: left;
    background: #f6f6f6;
    width: 20%;
    height: auto;
    background-size: cover;
}
.section.instagram p {
    width: 60%;
    float: left;
    text-align: left;
}
.section.instagram .titre {
    float: right;
    height: 40px;
}
.section.instagram .titre i {
    font-size: 30px;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.section.instagram .titre h1 {
    font-size: 20px;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    margin: 0 0 0 16px;
}
.section.instagram .titre h1 span {
    font-family: "FuturaMedium";
}
header {
    position: relative;
}
header .fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    text-align: right;
    padding: 10px;
    width: 100%;
    z-index: 9999;
    height: 46px;
}
header .fixed svg {
    position: absolute;
    top: 15px;
    left: 15px;
}
header .fixed a {
    color: white;
}
header .container.head #logo {
    text-align: center;
}
header .container.head #logo svg {
    width: 100%;
    max-width: 464px;
    margin: 0 auto;
}
header .container.head h1 {
    margin: 25px 0 50px 0;
}
header .container.head h1 .sitename {
    display: none;
}
header .container.head .blogue {
    margin: 35px auto 0 auto;
    background: black;
    font-size: 36px;
    font-family: "Style Script", serif;;
    width: 151px;
    text-align: center;
    padding: 15px 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .container.head .blogue:hover {
    background: #fe8896;
}
header .container.head .blogue a {
    color: white;
}
header .container .lien-externe {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
header .container .lien-externe:before {
    content: "\f100";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: black;
    top: 0;
    left: -15px;
    font-size: 11px;
}
header .container .lien-externe a {
    color: #211d1e;
}
header .container .lien-externe a:hover {
    color: #fe8896;
}
header .container .socials {
    float: right;
    margin-top: 20px;
}
header .container .socials li {
    float: left;
    margin: 0 7px 0 0;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #211d1e;
    text-align: center;
}
header .container .socials li:hover {
    background: #211d1e;
}
header .container .socials li:last-child {
    margin: 0;
}
header .container .socials li a {
    display: block;
    font-size: 16px;
    color: #211d1e;
}
header .container .socials li a:hover {
    color: white;
}
header .menu-header {
    border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    position: absolute;
    width: 100%;
}
header .menu-header.flottant {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
}
header .menu-header ul {
    float: left;
    line-height: 57px;
}
header .menu-header ul .menu {
    display: inline-block;
    float: none;
}
header .menu-header ul .home {
    padding: 0 30px 0 0 !important;
}
header .menu-header ul:before {
    content: "";
    position: absolute;
    top: -35px;
    font-family: "Gnyrwn971";
    font-size: 25px;
    color: #999;
}
header .menu-header ul li {
    display: inline-block;
    font: 600 15px/16px "Raleway";
    text-transform: uppercase;
    padding: 0 15px;
}
header .menu-header ul li a {
    color: #211d1e;
}
header .menu-header ul li a:hover {
    color: #fe8896;
}
header .menu-header ul li:first-child {
    padding: 0 15px 0 0;
}
header .menu-header form {
    width: 310px;
    float: right;
    position: relative;
}
header .menu-header form label {
    color: #999;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 18px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
header .menu-header form input {
    border: none;
    border-bottom: solid 3px #a7a7a7;
    height: 57px;
    margin: 0;
    display: block;
}
header .menu-header form .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
header .menu-header form input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
header .menu-header form input:focus ~ label,
header .menu-header form input:valid ~ label {
    top: -25px;
}
header .menu-header form .searchbutton {
    background: none;
    position: absolute;
    padding: 0;
    top: 0;
    right: 8px;
    bottom: 0;
}
.single-bloc {
    background: #f6f6f6;
    padding: 90px 0;
    margin: 20px 0;
    position: relative;
}
.single-bloc .category-article {
    position: absolute;
    top: -55px;
    right: 40px;
}
.single-bloc .header-single {
    margin: 0 0 70px 0;
}
.single-bloc .header-single h1 {
    padding: 0 25%;
}
.single-bloc .content-text {
    padding: 0 20%;
    text-align: left;
}
.single-bloc .content-text ul {
    font: 14px/22px "Raleway";
}
.single-bloc .content-text h1 {
    color: #211d1e;
    font-size: 16px !important;
    margin: 40px 0 15px 0;
    font-family: "Raleway";
    font-weight: bold;
    line-height: 16px;
}
.single-bloc .content-text h2,
.single-bloc .content-text h3,
.single-bloc .content-text h4,
.single-bloc .content-text h5,
.single-bloc .content-text h6 {
    font-size: 14px;
    font-weight: bold;
}
.single-bloc .content-text div {
    max-width: 720px;
}
.regroupement .group-image {
    float: left;
    width: 49%;
}
.regroupement .group-image p {
    text-align: left;
    padding: 10px 0 20px 0;
    font: 14px/22px "FuturaMedium";
}
.regroupement .group-image:nth-child(2n) {
    float: right;
}
.actions-zone {
    padding: 30px 0 0 0;
    border-top: solid 1px #dbdbdb;
    margin: 85px 0;
}
.open-mobile_menu.close {
    display: block;
    position: relative;
}
.open-mobile_menu.close:after {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: white;
    top: 0;
    right: 0;
    font-size: 25px;
}
.open-mobile_menu.open {
    display: block;
    position: relative;
}
.open-mobile_menu.open:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: white;
    top: 0;
    right: 0;
    font-size: 25px;
}
.mobile_menu {
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    overflow: auto;
    opacity: 0;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 30%;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
}
.mobile_menu.open {
    visibility: visible;
    opacity: 1;
    border-radius: 0;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.mobile_menu h1 {
    color: white;
    font-size: 20px;
}
.mobile_menu ul li {
    margin: 10px 0;
    border: solid 1px #fe8896;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
}
.mobile_menu ul li a {
    display: block;
    width: 100%;
}
.mobile_menu ul li a:hover {
    color: white;
}
.mobile_menu .valign {
    max-width: 500px;
    padding: 45px 25px;
    margin: 0 auto;
}
.button,
[type="submit"],
.NFI .NFI-button {
    display: inline-block;
    color: white;
    font: bold 13px "Raleway";
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    margin: 0;
    cursor: pointer;
    background: #211d1e;
    border: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.button:hover,
[type="submit"]:hover,
.NFI .NFI-button:hover {
    color: white;
    background: #fe8896;
}
.button.more,
.more[type="submit"],
.NFI .more.NFI-button {
    background: none;
    color: #211d1e;
    border: solid 1px #211d1e;
    font-size: 14px;
    padding: 20px 45px;
    margin: 50px 0 0 0;
}
.button.more:hover,
.more[type="submit"]:hover,
.NFI .more.NFI-button:hover {
    background: #211d1e;
    color: white;
}
.info {
    display: inline-block;
    font: 13px/31px "Raleway";
    color: #5c5c5c;
}
.info a {
    color: #5c5c5c;
}
.info span {
    font: 16px/31px "Style Script", serif;;
}
.info ul {
    display: inline-block;
}
.info ul li {
    display: inline-block;
}
.single-article {
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
    position: relative;
    padding: 0 10px;
    text-align: left;
}
.single-article h1 {
    font: normal 30px/36px "Futura";
    text-transform: uppercase;
    padding: 0 0 30px 0;
}
.single-article h1 a {
    color: #211d1e;
}
.single-article .box {
    width: 33%;
    float: left;
}
.single-article .box.one {
    width: 67%;
    position: absolute;
    height: 100%;
}
.single-article .box.one img {
    height: 100%;
    width: auto;
    max-width: none;
}
.single-article .box.last {
    position: relative;
    float: right;
}
.single-article .button,
.single-article [type="submit"],
.single-article .NFI .NFI-button,
.NFI .single-article .NFI-button {
    margin: 15px 0;
    padding: 16px 30px;
}
.single-article .contenu-single {
    padding: 30px;
    background: #f6f6f6;
    overflow: hidden;
    height: 100%;
}
.single-article .contenu-single p {
    font: 14px/22px "Raleway";
}
.post-list {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    text-align: left;
}
.post-list .post-list-row {
    display: table-row;
}
.post-list .post-list-row .post-list-single {
    display: table-cell;
    height: 100%;
    overflow: auto;
    background: #f6f6f6;
    width: 33.3333%;
    position: relative;
}
.post-list .post-list-row .post-list-single .button,
.post-list .post-list-row .post-list-single [type="submit"],
.post-list .post-list-row .post-list-single .NFI .NFI-button,
.NFI .post-list .post-list-row .post-list-single .NFI-button {
    padding: 15px 30px;
    margin: 15px 0;
}
.post-list .post-list-row .post-list-single .content-single {
    padding: 30px;
}
.post-list .post-list-row .post-list-single .content-single p {
    font: 14px/22px "Raleway";
}
.post-list .post-list-row .post-list-single h1 {
    font: normal 18px/22px "Futura";
    text-transform: uppercase;
    padding: 0 0 30px 0;
}
.post-list .post-list-row .post-list-single h1 a {
    color: #211d1e;
}
.article-list {
    width: 100%;
    text-align: left;
}
.article-list .article-single {
    opacity: 0;
    width: 33.3333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.article-list .article-single:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.article-list .article-single .button,
.article-list .article-single [type="submit"],
.article-list .article-single .NFI .NFI-button,
.NFI .article-list .article-single .NFI-button {
    padding: 15px 30px;
    margin: 15px 0;
}
.article-list .article-single .content-single {
    padding: 20px;
    background: #f6f6f6;
}
.article-list .article-single .content-single p {
    font: 14px/22px "Raleway";
}
.article-list .article-single h1 {
    font: normal 18px/22px "Futura";
    text-transform: uppercase;
    padding: 0 0 30px 0;
}
.article-list .article-single h1 a {
    color: #211d1e;
}
.category-article {
    font: 26px/28px "Gnyrwn971";
    text-align: right;
    margin: 0 0 30px 0;
    color: #fe8896;
}
.category-article ul {
    display: inline-block;
}
.category-article ul li {
    display: inline-block;
}
.category-article ul li:after {
    content: "/";
    margin-left: 10px;
}
.actions a {
    display: inline-block;
    font-size: 12px;
    color: #211d1e;
    font-weight: bold;
    line-height: 14px;
    font-family: "Raleway";
}
.actions a:last-child img {
    margin-left: 10px;
    margin-top: -1px;
}
.actions a img {
    display: inline-block;
    margin-top: -1px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
}
.last-article .title {
    margin: 0 0 20px 0;
}
.content-page.with_sidebar {
    width: 80%;
    float: left;
}
.content-page.with_sidebar .actions {
    position: relative !important;
    bottom: inherit !important;
    right: inherit !important;
}
.content-page.with_sidebar .titre-categ li a {
    color: #211d1e;
}
.sidebar {
    width: 20%;
    float: right;
    padding: 0 20px;
    font: 14px/22px "Raleway";
    color: #211d1e;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.sidebar h2 {
    text-transform: uppercase;
    margin: 25px 0 10px 0;
    font-weight: bold;
}
.sidebar h2:first-of-type {
    margin: 0 0 10px 0;
}
.quote {
    margin: 78px 60px 0 0;
}
.quote h2 {
    color: #fe8896;
    font: 70px/26px "Gnyrwn971";
    margin: 0 0 30px 0;
}
.quote h3 {
    color: #211d1e;
    font: 36px/16px "Gnyrwn971";
    text-align: center;
}
.tag-list {
    width: 33%;
    float: right;
    padding: 50px 0 0 40px;
    text-transform: uppercase;
    font: inherit;
    font-size: 12px;
}
.tag-list li {
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    background: #eeeeee;
    font-weight: bold;
}
.tag-list li a {
    color: #a7a7a7;
}
.tag-list li a:hover {
    color: #fe8896;
}
.comment.list {
    max-width: 66%;
    float: left;
}
.comments-title {
    font: 300 27px/27px "Gnyrwn971";
    margin: 0 0 25px 0;
}
.comments-area .comment-list {
    background: #fefefe;
}
.comments-area .comment-list .comment .comment .comment-body {
    margin: 10px 0 10px 50px;
}
.comments-area .comment-list .comment .comment .comment-body .comment-meta {
    background: url("images/share.png") no-repeat left 18px top 18px;
}
.comments-area .comment-list .comment:last-of-type {
    border: none;
}
.comments-area .comment-list .comment-body {
    text-align: left;
    border: solid 1px #dbdbdb;
    margin: 10px 0;
}
.comment-metadata {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}
.comment-metadata a {
    color: #5c5c5c;
}
.comment-metadata time {
    text-transform: none;
}
.edit-link {
    margin: 0 0 0 10px;
    font-weight: bold;
}
.edit-link a {
    color: #211d1e;
}
.comment-meta {
    padding: 10px 30px;
    border-bottom: solid 1px #dbdbdb;
    background: url("images/comments.png") no-repeat left 18px top 18px;
}
.comment-author.vcard {
    display: inline-block;
    font-size: 12px;
    color: #5c5c5c;
    text-transform: uppercase;
    margin-left: 25px;
}
.comment-author.vcard b {
    display: inline-block;
    text-transform: uppercase;
}
.comment-author.vcard img {
    display: none;
}
.comment-content {
    font-size: 14px;
    padding: 30px;
}
.comment-respond {
    text-align: left;
    margin: 50px 0 130px 0;
}
.comment-respond h3 {
    display: none;
}
.reply {
    padding: 0 30px 30px 30px;
    text-align: right;
}
.reply a {
    text-align: right;
    background: #000;
    color: white;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
}
.comment-form {
    position: relative;
}
.logged-in-as {
    position: absolute;
    right: 0;
    font-size: 10px;
}
.comment-form-comment label,
.comment-form-url label,
.comment-form-email label,
.comment-form-author label {
    text-transform: uppercase;
    font: inherit;
    font-size: 14px;
}
.comment-form-comment textarea,
.comment-form-comment input,
.comment-form-url textarea,
.comment-form-url input,
.comment-form-email textarea,
.comment-form-email input,
.comment-form-author textarea,
.comment-form-author input {
    border-color: #c1c1c1;
}
.comment-form-comment input,
.comment-form-url input,
.comment-form-email input,
.comment-form-author input {
    width: 70% !important;
}
.form-allowed-tags,
.comment-notes {
    font-size: 10px;
    color: #666;
    line-height: 10px;
    margin: 0 0 20px 0;
}
.error_404 {
    margin: 50px 0;
    text-align: center;
}
.error_404 .head-404 {
    height: 400px;
    background: url("images/404.jpg") no-repeat center;
}
.error_404 .text-404 {
    padding: 50px;
    background: #f3f3f3;
    margin: 20px 0 0 0;
}
.error_404 h2 {
    font: normal 30px "Futura";
    text-transform: uppercase;
}
.error_404 p {
    margin: 15px 0 0 0;
}
.error_404 a {
    margin: 30px 0 0 0;
}
.footer {
    background: 0;
    background: url("images/line.png") no-repeat center, #000;
    color: white;
    padding: 75px;
    position: relative;
}
.footer .lien-externe {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 0 15px;
}
.footer .lien-externe:before {
    content: "\f100";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    font-size: 11px;
}
.footer .lien-externe a {
    color: white;
}
.footer .lien-externe a:hover {
    color: #fe8896;
}
.footer .socials {
    float: right;
    margin: 20px 0 70px 0;
}
.footer .socials li {
    float: left;
    margin: 0 7px 0 0;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid white;
    text-align: center;
}
.footer .socials li:hover {
    background: white;
}
.footer .socials li a {
    display: block;
    font-size: 16px;
    color: white;
}
.footer .socials li a:hover {
    color: black;
}
.footer .left .menu-footer ul li {
    display: inline-block;
    font: 600 13px/16px "Raleway";
    padding: 0 10px;
    text-transform: uppercase;
}
.footer .left .menu-footer ul li:first-child {
    padding: 0 10px 0 0;
}
.footer .left .menu-footer ul li:last-child {
    padding: 0 0 0 10px;
}
.footer .left .menu-footer ul li a {
    color: white;
}
.footer .left .menu-footer ul li a:hover {
    color: #fe8896;
}
.footer .right {
    text-align: right;
}
.footer .right a {
    color: white;
}
.footer .right a:hover {
    color: #fe8896;
}
.footer .right .menu-magasin ul li {
    display: inline-block;
    font: 600 12px/30px "Raleway";
    padding: 0 6px;
}
.footer .right .menu-magasin ul li:first-child {
    padding: 0 10px 0 0;
}
.footer .right .menu-magasin ul li:last-child {
    padding: 0 0 0 10px;
}
.footer .right h1 {
    font: 300 22px/21px "Raleway";
    margin: 0 0 20px 0;
    text-transform: uppercase;
    clear: both;
}
.footer .right p {
    font: bold 13px/16px "Raleway";
    text-transform: uppercase;
}
.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #575757;
    font: 600 12px/23px "Raleway";
}
.copyright a {
    color: #7e7d7d;
}
.copyright a:hover {
    color: #fe8896;
}
.content-text > *:first-child {
    margin-top: 0;
}
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
    color: #222;
}
.content-text h1 {
    color: #fe8896;
    font: bold 28px/32px "Raleway";
    text-transform: uppercase;
    margin: 65px 0 50px;
}
.content-text h2 {
    font: 28px/32px "Raleway";
    text-transform: uppercase;
    margin: 60px 0 30px;
}
.content-text h3,
.content-text h4 {
    font: 300 24px/28px "Raleway";
    text-transform: uppercase;
    margin: 45px 0 25px;
}
.content-text h4 {
    font-weight: bold;
}
.content-text h5,
.content-text h6 {
    font: 600 19px/24px "Raleway";
    margin: 35px 0 15px;
}
.content-text h5 {
    text-transform: uppercase;
}
.content-text p {
    margin: 0 0 25px;
    font: 14px/22px "Raleway";
}
.content-text ol,
.content-text ul {
    list-style: disc;
    margin: 0 15px 25px 35px;
}
.content-text ol li,
.content-text ul li {
    margin: 0 0 5px;
}
.content-text ol {
    list-style: decimal;
}
.content-text hr {
    display: block;
    width: 100px;
    height: 1px;
    margin: 60px auto;
    clear: both;
    background: #fe8896;
    border: none;
}
.content-text img {
    border-radius: 2px;
}
.content-text .alignleft {
    float: left;
    max-width: 45%;
    margin: 5px 35px 15px 0;
}
.content-text .alignleft.wp-caption {
    margin-right: 25px;
}
.content-text .alignright {
    float: right;
    max-width: 45%;
    margin: 5px 0 15px 35px;
}
.content-text .alignright.wp-caption {
    margin-left: 25px;
}
.content-text .aligncenter {
    padding: 10px 0;
    margin: 0 auto 25px;
    clear: both;
}
.content-text .aligncenter.wp-caption {
    max-width: 100%;
}
.content-text .wp-caption p {
    color: #888;
    font: italic 14px/16px "Raleway";
    text-align: center;
    padding: 0 5px;
    margin: 10px 10px 20px 0;
}
blockquote {
    margin: 20px 40px;
}
p {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
b,
strong {
    font-weight: bold;
}
i,
em {
    font-style: italic;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.4em;
}
sub {
    bottom: -0.25em;
}
label {
    display: inline-block;
    color: black;
    font: bold 16px/20px "Raleway";
    cursor: pointer;
    margin: 0 0 10px;
}
input:not([type="submit"]),
textarea {
    display: block;
    width: 100%;
    height: 42px;
    color: black;
    font: 16px "Raleway";
    padding: 0 20px;
    margin: 0 0 15px;
    resize: none;
    outline: none;
    background: white;
    border: 1px solid #c1c1c1;
    border-radius: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input:not([type="submit"]):-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}
input:not([type="submit"])::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}
input:not([type="submit"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}
input:not([type="submit"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}
input:not([type="submit"]):hover,
textarea:hover {
    border-color: black;
}
input:not([type="submit"]):focus,
textarea:focus {
    border-color: #fe8896;
}
textarea {
    height: 165px;
    padding: 12px 20px;
}
[type="submit"] {
    float: right;
}
.wrapper_customSelect {
    width: 100%;
    color: black;
    margin: 0 0 15px;
    position: relative;
}
.wrapper_customSelect select {
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-appearance: menulist-button;
}
.wrapper_customSelect .customSelect {
    display: block;
    height: 42px;
    font: 16px/20px "Raleway";
    padding: 10px 45px 10px 20px;
    position: relative;
    z-index: 2;
    background: white;
    border: 1px solid #acacac;
    border-radius: 4px;
}
.wrapper_customSelect .customSelect:before {
    display: block;
    content: "\f107";
    color: #fe8896;
    font: 24px/24px "FontAwesome";
    margin-top: -12px;
    position: absolute;
    top: 50%;
    right: 20px;
}
.wrapper_customSelect .customSelect .customSelectInner {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.NFI {
    position: relative;
}
.NFI [type="file"] {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
}
.NFI .NFI-filename {
    padding-right: 140px;
}
.NFI .NFI-button {
    width: 130px;
    height: 32px;
    font: bold 12px/32px "Raleway";
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
}
.NFI:hover .NFI-filename {
    border-color: black;
}
.NFI:hover .NFI-button {
    background: black;
}
input[type="radio"],
input[type="checkbox"] {
    display: none;
}
.custom-radio,
.custom-checkbox {
    display: block;
    font: 16px/20px "Raleway";
    padding: 0 0 0 30px;
    margin: 0 0 20px 2px;
    position: relative;
    cursor: pointer;
}
input[type="radio"] + .custom-radio span,
input[type="checkbox"] + .custom-checkbox span {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    background: white;
    border: 1px solid #acacac;
}
input[type="radio"] + .custom-radio span:before,
input[type="checkbox"] + .custom-checkbox span:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fe8896;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:checked + .custom-radio span:before,
input[type="checkbox"]:checked + .custom-checkbox span:before {
    width: 6px;
    height: 6px;
}
input[type="radio"] + .custom-radio span {
    border-radius: 100%;
}
input[type="radio"] + .custom-radio span:before {
    border-radius: 100%;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-form br,
.screen-reader-response {
    display: none;
}
.wpcf7-spam-blocked,
.wpcf7-mail-sent-ng {
    clear: both !important;
}
.wpcf7-display-none {
    display: none;
}
.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.wpcf7-not-valid-tip {
    display: block;
    width: 17px;
    height: 16px;
    text-indent: -9999px;
    position: absolute;
    top: 15px;
    right: 18px;
}
.wpcf7-not-valid-tip:before {
    display: block;
    content: "\f00d";
    color: #d81515;
    font: 22px/16px "FontAwesome";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.wpcf7-response-output {
    text-align: center;
    padding: 10px 20px;
    margin: 0 0 30px;
    clear: both;
    background: #f0a6a7;
    border: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: white;
    background: #9cd774;
}
@media all and (max-width: 1200px) {
    .menu-padding {
        padding: 0 20px;
    }
    .container.head {
        padding: 0 20px;
    }
    .container.head .lien-externe {
        left: 35px;
    }
}
@media all and (max-width: 1024px) {
    .content {
        margin-top: 0;
    }
    header {
        margin: 85px 0 10px 0;
    }
    header .menu-header {
        display: none;
    }
    header .lien-externe {
        display: none;
    }
    header .container .socials {
        float: none;
        margin: 20px auto 50px auto;
        text-align: center;
    }
    header .container .socials li {
        display: inline-block;
        float: none;
    }
    header .container.head h1 {
        margin: 0;
    }
    .single-bloc .header-single h1 {
        padding: 0 10%;
    }
    .single-bloc .category-article {
        position: relative;
        top: inherit;
        right: inherit;
        text-align: center;
    }
    .single-bloc .content-text {
        padding: 0 10%;
    }
    .single-article .box {
        width: 100%;
        float: none;
    }
    .single-article .box.one {
        width: 100%;
        position: relative;
        height: 450px;
    }
    .single-article .box.one img {
        width: 100%;
        height: auto;
    }
    .single-article .box.last {
        position: relative;
        top: inherit;
        right: inherit;
    }
    .single-article .info {
        display: block;
    }
}
@media all and (max-width: 1000px) {
    .post-list .post-list-row .post-list-single .content-single .actions {
        position: relative;
        bottom: inherit;
        right: inherit;
    }
}
@media all and (max-width: 885px) {
    .comment-list {
        margin: 0 !important;
    }
    .section.instagram p {
        width: 100%;
        float: none;
        text-align: center;
        margin: 15px 0 0 0;
    }
    .section.instagram .titre {
        float: none;
    }
}
@media all and (max-width: 768px) {
    .sidebar {
        display: none;
    }
    .sidebar {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .content-page.with_sidebar {
        width: 100%;
    }
    .single-bloc {
        padding: 50px 0;
    }
    .post-list .post-list-row .post-list-single.home:last-of-type {
        display: none;
    }
    .footer {
        background-image: none;
    }
    .article-list .article-single {
        width: 50%;
    }
    .article-list .article-single h1 {
        text-align: left !important;
        margin: 0 !important;
    }
}
@media all and (max-width: 599px) {
    .article-list .article-single {
        width: 100%;
        padding: 10px 0;
    }
    .last-article h1 {
        text-align: center;
    }
    .padding {
        padding: 0 10px;
    }
    .comment.list {
        max-width: 100%;
    }
    .tag-list {
        width: 100%;
        padding: 0;
    }
    .content-page.with_sidebar h1 {
        text-align: center;
        margin: 0 0 20px 0;
    }
    .sidebar {
        display: block;
        text-align: center;
        margin: 30px 0;
    }
    .sidebar ul li {
        background: #dbdbdb;
        padding: 10px;
        margin: 10px 0;
    }
    .sidebar ul li a {
        color: #211d1e;
    }
    header {
        margin: 120px 0 10px 0;
    }
    header .container .socials {
        display: none;
    }
    header .menu-header {
        border-top: solid 1px #d8d8d8;
        border-bottom: solid 1px #d8d8d8;
    }
    header .menu-header ul {
        float: left;
        line-height: 57px;
    }
    header .menu-header ul li {
        display: inline-block;
        font: 600 15px/16px "Raleway";
        text-transform: uppercase;
        padding: 0 15px;
    }
    header .menu-header ul li:first-child {
        padding: 0 15px 0 0;
    }
    header .menu-header form {
        width: 310px;
        float: right;
        position: relative;
    }
    header .menu-header form input {
        border: none;
        border-bottom: solid 3px #a7a7a7;
        height: 57px;
        margin: 0;
    }
    header .menu-header form .searchbutton {
        background: none;
        position: absolute;
        padding: 0;
        top: 0;
        right: 8px;
        bottom: 0;
    }
    .section {
        margin: 50px 0;
    }
    .section.instagram .company_gallery {
        margin-top: 50px;
    }
    .section.instagram .company_gallery li {
        width: 50%;
    }
    .category-article {
        text-align: center;
    }
    .single-article {
        margin: 0 0 15px 0;
        position: relative;
        padding: 0;
        text-align: center;
    }
    .single-article .box {
        width: 100%;
        float: none;
    }
    .single-article .box.one {
        width: 100%;
        position: relative;
        height: 296px;
    }
    .single-article .box.last {
        position: relative;
        height: 100%;
        right: 0;
    }
    .single-article .button,
    .single-article [type="submit"],
    .single-article .NFI .NFI-button,
    .NFI .single-article .NFI-button {
        left: 0;
        padding: 15px 0;
        width: 100%;
        margin: 15px 0;
    }
    .single-article .contenu-single {
        padding: 15px 10px;
    }
    .single-article h1 {
        font: normal 18px/22px "Futura" !important;
        padding: 0 0 30px 0;
    }
    .single-article h1 a {
        color: #211d1e;
    }
    .post-list {
        display: block;
        width: 100%;
    }
    .post-list .post-list-row {
        display: block;
    }
    .post-list .post-list-row .post-list-single {
        display: block;
        height: auto;
        width: 100%;
        margin: 15px auto;
        text-align: center;
    }
    .post-list .post-list-row .post-list-single.home:last-of-type {
        display: block;
    }
    .post-list .post-list-row .post-list-single:last-of-type {
        display: block;
    }
    .post-list .post-list-row .post-list-single .content-single {
        padding: 20px 10px;
    }
    .post-list .post-list-row .post-list-single .button,
    .post-list .post-list-row .post-list-single [type="submit"],
    .post-list .post-list-row .post-list-single .NFI .NFI-button,
    .NFI .post-list .post-list-row .post-list-single .NFI-button {
        left: 0;
        padding: 15px 0;
        width: 100%;
        margin: 15px 0;
    }
    .post-list .post-list-row .post-list-single:first-of-type {
        margin: 0 auto 15px auto;
    }
    .post-list .post-list-row .post-list-single:last-of-type {
        margin: 15px auto 0 auto;
    }
    .left,
    .right {
        width: 100%;
        float: none;
    }
    .footer {
        background-image: none;
        text-align: center;
        padding: 75px 20px;
    }
    .footer .lien-externe {
        border: solid 1px white;
        padding: 10px 0;
        margin: 0 0 50px 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .footer .lien-externe:hover {
        background: #fe8896;
        border-color: #fe8896;
    }
    .footer .lien-externe:hover a {
        color: white;
    }
    .footer .lien-externe:hover a:hover {
        color: white;
    }
    .footer .lien-externe:before {
        content: "";
    }
    .footer .lien-externe a {
        color: white;
    }
    .footer .lien-externe a:hover {
        color: #fe8896;
    }
    .footer .socials {
        float: none;
        margin: 20px auto 70px auto;
    }
    .footer .socials li {
        display: inline-block;
        float: none;
    }
    .footer .right {
        text-align: center;
    }
    .footer .right .menu-magasin ul li {
        display: inline-block;
        font: 600 12px/16px "Raleway";
        padding: 0 5px;
    }
    .footer .right .menu-magasin ul li:first-child {
        padding: 0;
    }
    .footer .right .menu-magasin ul li:last-child {
        padding: 0;
    }
    .footer .left {
        text-align: center;
    }
    .footer .left .menu-footer {
        margin: 0 0 70px 0;
    }
    .footer .left .menu-footer ul li {
        display: block;
        font: 600 13px/20px "Raleway";
        padding: 0;
    }
    .footer .left .menu-footer ul li:first-child {
        padding: 0;
    }
    .footer .left .menu-footer ul li:last-child {
        padding: 0;
    }
    .single-bloc {
        padding: 20px 15px;
    }
    .single-bloc .header-single {
        margin: 0 0 40px 0;
    }
    .single-bloc .header-single h1 {
        padding: 0;
        font-size: 18px;
        line-height: 22px;
    }
    .single-bloc .content-text {
        padding: 0;
    }
    .single-bloc .content-text p:last-child {
        margin: 0;
    }
    .copyright {
        position: relative;
        text-align: center;
        margin: 70px 0 0 0;
    }
    .comment-form-comment input,
    .comment-form-url input,
    .comment-form-email input,
    .comment-form-author input {
        width: 100% !important;
    }
    .comment-metadata {
        float: none;
        margin-left: 25px;
    }
}
@font-face {
    font-family: "Gnyrwn971";
    src: url("fonts/gnyrwn971-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gnyrwn971-webfont.woff") format("woff"), url("fonts/gnyrwn971-webfont.ttf") format("truetype"),
        url("fonts/gnyrwn971-webfont.svg#Gnyrwn971") format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Futura";
    src: url("fonts/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaStd-Bold.woff") format("woff"), url("fonts/FuturaStd-Bold.ttf") format("truetype"), url("fonts/FuturaStd-Bold.svg#FuturaStd-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FuturaMedium";
    src: url("fonts/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaStd-Medium.woff") format("woff"), url("fonts/FuturaStd-Medium.ttf") format("truetype"),
        url("fonts/FuturaStd-Medium.svg#FuturaStd-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*! 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;
}
.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("images/fancybox/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("images/fancybox/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("images/fancybox/blank.gif");
    -webkit-tap-highlight-color: transparent;
    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("images/fancybox/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("images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url("images/fancybox/fancybox_loading@2x.gif");
        background-size: 24px 24px;
    }
}
