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-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus {
  outline: none;
}
a,
a:hover,
a:active,
a:focus {
  outline: 0;
}
object,
embed {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
@media screen and (min-width: 768px) {
  body.admin-bar header {
    margin-top: 32px;
  }
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  text-align: center;
  margin: auto;
  display: block;
}
#wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 50px;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}
@media screen and (min-width: 768px) {
  body header {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
  }
}
body header section {
  background: #fff;
}
@media screen and (min-width: 768px) {
  body header section {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  body header section #logo {
    text-align: center;
  }
  body header section #logo img {
    margin: auto;
    height: 120px;
  }
}
body header section #menu #menu-mobile {
  height: 40px;
  line-height: 40px;
  margin: 0 -10px;
  position: relative;
}
body header section #menu #menu-mobile span {
  position: absolute;
  left: 20%;
  width: 60%;
  top: 0;
  display: block;
  text-align: center;
}
body header section #menu #menu-mobile button {
  background: #be1522;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
}
@media screen and (max-width: 767px) {
  body header section #menu ul {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    margin: 0 -15px;
  }
}
body header section #menu ul li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body header section #menu ul li {
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
  }
}
body header section #menu ul li a {
  padding: 10px 15px;
  font-size: 14px;
  color: #373d45;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  body header section #menu ul li a {
    font-size: 16px;
  }
}
body header section #menu ul li a:after {
  content: "";
  display: block;
  border-bottom: 2px solid #be1522;
  position: absolute;
  height: 1px;
  width: 0%;
  left: 50%;
  bottom: 6px;
  opacity: 0;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
body header section #menu ul li a:hover:after {
  opacity: 1;
  width: 50%;
  left: 25%;
}
body header section #menu ul li.current-menu-item a:after,
body header section #menu ul li.current-page-ancestor a:after {
  opacity: 1;
  width: 50%;
  left: 25%;
}
body main {
  font-size: 16px;
  line-height: 22px;
}
body main .fonce {
  color: #fff;
}
body main h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: 2px solid #be1522;
  margin-bottom: 15px;
}
body main p {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 15px;
}
body main h3.widget-title {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
}
body main ul {
  list-style-type: disc;
  padding-left: 25px;
}
body main ul li {
  font-size: 16px;
  line-height: 20px;
  padding-left: 5px;
}
body footer {
  padding: 45px 15px;
  text-align: center;
  font-size: 14px;
  color: #373d45;
}
body footer a {
  color: #373d45;
}
.home h2,
.page-id-40 h2,
.page-id-127 h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.home h3,
.page-id-40 h3,
.page-id-127 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.home #pg-32-0,
.page-id-40 #pg-32-0,
.page-id-127 #pg-32-0 {
  margin-bottom: 0;
}
.home #pg-32-2 .panel-grid-cell+.panel-grid-cell,
.home #pg-127-2 .panel-grid-cell+.panel-grid-cell,
.page-id-40 #pg-32-2 .panel-grid-cell+.panel-grid-cell,
.page-id-40 #pg-127-2 .panel-grid-cell+.panel-grid-cell,
.page-id-127 #pg-32-2 .panel-grid-cell+.panel-grid-cell,
.page-id-127 #pg-127-2 .panel-grid-cell+.panel-grid-cell {
  position: relative;
}
.home #pg-32-2 .panel-grid-cell+.panel-grid-cell:before,
.home #pg-127-2 .panel-grid-cell+.panel-grid-cell:before,
.page-id-40 #pg-32-2 .panel-grid-cell+.panel-grid-cell:before,
.page-id-40 #pg-127-2 .panel-grid-cell+.panel-grid-cell:before,
.page-id-127 #pg-32-2 .panel-grid-cell+.panel-grid-cell:before,
.page-id-127 #pg-127-2 .panel-grid-cell+.panel-grid-cell:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #DDD;
}
.home #pg-32-2 .produits img,
.home #pg-127-2 .produits img,
.page-id-40 #pg-32-2 .produits img,
.page-id-40 #pg-127-2 .produits img,
.page-id-127 #pg-32-2 .produits img,
.page-id-127 #pg-127-2 .produits img {
  max-width: 100%;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
.home #pg-32-2 .produits a,
.home #pg-127-2 .produits a,
.page-id-40 #pg-32-2 .produits a,
.page-id-40 #pg-127-2 .produits a,
.page-id-127 #pg-32-2 .produits a,
.page-id-127 #pg-127-2 .produits a {
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  color: #373d45;
}
.home #pg-32-2 .produits:hover img,
.home #pg-127-2 .produits:hover img,
.page-id-40 #pg-32-2 .produits:hover img,
.page-id-40 #pg-127-2 .produits:hover img,
.page-id-127 #pg-32-2 .produits:hover img,
.page-id-127 #pg-127-2 .produits:hover img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
}
.home #pg-32-2 .produits:hover a,
.home #pg-127-2 .produits:hover a,
.page-id-40 #pg-32-2 .produits:hover a,
.page-id-40 #pg-127-2 .produits:hover a,
.page-id-127 #pg-32-2 .produits:hover a,
.page-id-127 #pg-127-2 .produits:hover a {
  color: #8f1315;
}
.home #pg-32-2 .so-widget-sow-image h2,
.home #pg-32-2 .so-widget-sow-image h2 a,
.home #pg-32-2 .widget_sow-editor h2,
.home #pg-32-2 .widget_sow-editor h2 a,
.home #pg-127-2 .so-widget-sow-image h2,
.home #pg-127-2 .so-widget-sow-image h2 a,
.home #pg-127-2 .widget_sow-editor h2,
.home #pg-127-2 .widget_sow-editor h2 a,
.page-id-40 #pg-32-2 .so-widget-sow-image h2,
.page-id-40 #pg-32-2 .so-widget-sow-image h2 a,
.page-id-40 #pg-32-2 .widget_sow-editor h2,
.page-id-40 #pg-32-2 .widget_sow-editor h2 a,
.page-id-40 #pg-127-2 .so-widget-sow-image h2,
.page-id-40 #pg-127-2 .so-widget-sow-image h2 a,
.page-id-40 #pg-127-2 .widget_sow-editor h2,
.page-id-40 #pg-127-2 .widget_sow-editor h2 a,
.page-id-127 #pg-32-2 .so-widget-sow-image h2,
.page-id-127 #pg-32-2 .so-widget-sow-image h2 a,
.page-id-127 #pg-32-2 .widget_sow-editor h2,
.page-id-127 #pg-32-2 .widget_sow-editor h2 a,
.page-id-127 #pg-127-2 .so-widget-sow-image h2,
.page-id-127 #pg-127-2 .so-widget-sow-image h2 a,
.page-id-127 #pg-127-2 .widget_sow-editor h2,
.page-id-127 #pg-127-2 .widget_sow-editor h2 a {
  color: #373d45;
  text-decoration: none;
  font-family: 'Mr Dafoe', cursive;
  font-size: 32px;
  text-align: center;
}
.titre_rouge h3 {
  color: #be1522;
}
form .ninja-forms-required-items {
  font-style: italic;
  font-size: 12px;
}
form input[type=text] {
  padding: 5px;
}
form input[type=submit] {
  background: #be1522;
  color: #fff;
  border: none;
  padding: 10px 15px;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
form input[type=submit]:hover {
  background: #8f1315;
}
.idcomBox p {
  display: block;
  height: 120px;
}
.idcomBox .bouton {
  padding: 10px;
  background: #be1522;
  text-decoration: none;
  color: #fff;
  position: relative;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
.idcomBox .bouton:before {
  content: "";
  border: 1px solid #be1522;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.idcomBox .bouton:hover:before {
  transform: scale(1.3,1.6);
  -webkit-transform: scale(1.3,1.6);
  -moz-transform: scale(1.3,1.6);
  -o-transform: scale(1.3,1.6);
  border-color: rgba(255,0,0,0);
  transition: all 0.6s ease-in-out !important;
  -webkit-transition: all 0.6s ease-in-out !important;
  -moz-transition: all 0.6s ease-in-out !important;
  -o-transition: all 0.6s ease-in-out !important;
}
#bandeau h3 {
  text-align: center;
  color: #fff;
  background: #be1522;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #bandeau h3:after {
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    border: 22px solid transparent;
    border-left-color: #be1522;
    top: 0;
    right: 0;
    margin-right: -44px;
    z-index: 3;
  }
}
#bandeau .panel-grid-cell+.panel-grid-cell h3 {
  background: #8f1315;
}
#bandeau .panel-grid-cell+.panel-grid-cell h3:after {
  border-left-color: #8f1315;
}
#bandeau .panel-grid-cell+.panel-grid-cell+.panel-grid-cell h3 {
  background: #c78c4c;
}
#bandeau .panel-grid-cell+.panel-grid-cell+.panel-grid-cell h3:after {
  border-left-color: #c78c4c;
}
