@charset "UTF-8";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea, form select {
  color: #303030;
  border: 1px solid #efefef;
  border-radius: 2px;
  padding: 8px;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="range"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="color"]:focus,
form textarea:focus, form select:focus {
  box-shadow: 0 1px 3px 0 rgba(70, 70, 70, 0.15);
  outline: none;
}
form input, form select {
  padding: 8px;
  border: 1px solid #efefef;
}
form label {
  width: 100%;
  font-family: "Fira Sans";
  font-size: 16px;
  font-weight: 400;
  color: #303030;
}
form .form-group input, form .form-group textarea {
  width: 100%;
}
form textarea {
  width: 100%;
}
form .required label:after {
  content: "*";
  display: inline-block;
  margin-left: 4px;
}
form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  background: #FF5722;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: -40px;
  right: 0;
  opacity: 0.75;
  padding: 4px;
  border-radius: 3px;
  line-height: 1em;
}
form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  font-size: 24px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #FF5722;
  opacity: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

#page input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  width: 16px;
  height: 16px;
  border: 1px solid #efefef;
  border-radius: 2px;
  margin: 0 8px 0 0;
  outline: none;
}
#page input[type="checkbox"]:focus {
  border: 1px solid #ddd;
}
#page input[type="checkbox"]:checked {
  background: #79c0ba;
  box-shadow: inset 0 0 0 4px #fdfdfd;
  border-color: #79c0ba;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #efefef;
}
table th, table td {
  padding: 10px;
}
table thead th {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  background-color: #fdfdfd;
  text-transform: uppercase;
}

.product_list {
  margin-bottom: 30px;
  position: relative;
}
.product_list .product_list_item {
  margin: 15px 0;
}
@media screen and (min-width: 1024px) {
  .product_list .product_list_item {
    padding: 0 15px;
  }
}
.product_list .product_list_item .product_list_item_content {
  border: 1px solid #efefef;
  padding-bottom: 15px;
  position: relative;
}
.product_list .product_list_item .product_list_item_content .onsale {
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 2;
  display: inline-block;
  background-color: #79c0ba;
  padding: 6px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
}
.product_list .product_list_item .product_list_item_content .product_list_item_title {
  /* Titre */
  margin: 0 0 15px 0;
  padding: 10px;
  text-align: center;
  background: #efefef;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  height: 48px;
  overflow-y: hidden;
  color: #303030;
  box-sizing: content-box;
  border-top: 5px solid #b2d588;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_list .product_list_item .product_list_item_content .star-rating {
  display: none;
}
.product_list .product_list_item .product_list_item_content .product_list_item_short_desc {
  /*description courte*/
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
  height: 60px;
  overflow-y: hidden;
  text-align: justify;
  word-break: break-word;
  color: #303030;
}
.product_list .product_list_item .product_list_item_content .product_list_item_price {
  /* Prix */
  text-align: center;
  margin-bottom: 15px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  color: #303030;
  text-align: center;
}

/* Responsive grille produits */
@media screen and (min-width: 600px) and (max-width: 799px) {
  .product_list .product_list_item .product_list_item_content .product_list_item_short_desc {
    margin-bottom: 5px;
    height: 80px;
  }
}
@media screen and (min-width: 400px) and (max-width: 599px) {
  .product_list .product_list_item {
    padding: 0 5px;
  }
  .product_list .product_list_item .product_list_item_content .product_list_item_title {
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
  }
  .product_list .product_list_item .product_list_item_content .product_list_item_short_desc {
    padding: 0 5px;
    height: 90px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 399px) {
  .product_list .product_list_item {
    width: 100%;
    padding: 0;
  }
  .product_list .product_list_item .product_list_item_content .product_list_item_title {
    height: auto;
    font-size: 16px;
    line-height: 20px;
  }
  .product_list .product_list_item .product_list_item_content .product_list_item_short_desc {
    margin-bottom: 10px;
    height: auto;
    font-size: 14px;
    line-height: 18px;
  }
  .product_list .product_list_item .product_list_item_content .product_list_item_price {
    font-size: 22px;
  }
  .product_list .product_list_item .product_list_item_content .product_list_item_button .btn {
    font-size: 16px;
    line-height: 1.25em;
  }
}
/* Layout */
#header {
  padding: 10px 0;
  margin: 0;
  height: 80px;
  border-bottom: 2px solid #303030;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 10;
  transition: height 200ms ease-in-out;
  /* Formulaire de recherche */
  /* S├®lecteur de langue */
}
@media screen and (min-width: 1024px) {
  #header.minimized {
    height: 50px;
  }
}
#header.minimized nav.header-menu ul#primary-menu > li > a {
  font-size: 16px;
}
#header.minimized nav.header-menu ul#primary-menu > li > a:hover:after {
  bottom: 0;
}
#header > .container {
  height: 100%;
  position: relative;
}
#header .site-branding {
  height: 100%;
}
#header .site-branding #header_logo_container {
  height: 100%;
}
#header .site-branding #header_logo_container #homepage_title {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1;
}
#header .site-branding #header_logo_container img.header_logo {
  display: block;
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
#header .site-branding #header_logo_container a {
  display: block;
  height: 100%;
}
#header #toggle_search_form {
  background: none;
  border: none;
  font-size: 18px;
  padding: 0;
  margin-left: 1em;
  transition: 0.2s all;
  outline: none;
}
#header #toggle_search_form:active, #header #toggle_search_form:hover {
  color: #b2d588;
}
#header #header_searchform_container {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  top: calc(100% + 12px);
  right: 0;
  min-width: 400px;
  height: auto;
}
#header .toggle_menu {
  display: none;
  outline: none;
}
#header #toggle_menu_button {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
}
#header nav.header-menu {
  height: 100%;
}
#header nav.header-menu > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header nav.header-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#header nav.header-menu ul#primary-menu {
  display: block;
  float: right;
  height: 100%;
  padding: 0;
}
#header nav.header-menu ul#primary-menu > li {
  padding: 0 5px;
  height: 100%;
  float: left;
  position: relative;
}
#header nav.header-menu ul#primary-menu > li a {
  display: block;
  height: 100%;
  line-height: 1em;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 300;
  color: #303030;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
#header nav.header-menu ul#primary-menu > li a:hover {
  text-decoration: none;
}
#header nav.header-menu ul#primary-menu > li a:hover:after {
  bottom: 6px;
}
#header nav.header-menu ul#primary-menu > li a:visited, #header nav.header-menu ul#primary-menu > li a:focus {
  color: inherit;
}
#header nav.header-menu ul#primary-menu > li.current_page_item > a, #header nav.header-menu ul#primary-menu > li.current_page_parent > a {
  color: #b2d588;
}
#header nav.header-menu ul#primary-menu > li > a {
  position: relative;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  transition: 200ms font-size ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#header nav.header-menu ul#primary-menu > li .sub-menu {
  padding: 5px;
  background: #fff;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  #header nav.header-menu ul#primary-menu > li .sub-menu {
    min-width: 240px;
  }
}
#header nav.header-menu ul#primary-menu > li .sub-menu li {
  padding: 5px;
}
#header nav.header-menu ul#primary-menu > li .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
#header nav.header-menu ul#primary-menu > li .sub-menu li a {
  padding: 5px;
  border-left: 4px solid transparent;
  transition: 0.3s all;
}
#header nav.header-menu ul#primary-menu > li .sub-menu li a:hover {
  border-color: #b2d588;
}
#header nav.header-menu ul#primary-menu > li .sub-menu li.current-menu-item > a {
  background: #fdfdfd;
  font-weight: 400;
}
#header nav.header-menu ul#primary-menu > li:hover .sub-menu, #header nav.header-menu ul#primary-menu > li.focus .sub-menu {
  left: auto;
}
#header #header_language_selector .wpml-ls {
  width: auto;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #303030;
}
#header #header_language_selector .wpml-ls > ul li a {
  font-size: 120%;
}
#header #header_language_selector .wpml-ls > ul > li > a {
  color: #303030;
  border: none;
}
#header #header_language_selector .wpml-ls > ul > li > a:after {
  color: #303030;
}
#header #header_language_selector .wpml-ls > ul > li:hover {
  border: 1px solid #efefef;
}
#header #header_language_selector .wpml-ls > ul > li:hover > a {
  background: none;
}
#header #header_language_selector .wpml-ls > ul > li:hover > .wpml-ls-sub-menu {
  border: 1px solid #efefef;
  border-top: 0;
  background: #fff;
}
#header #header_language_selector .wpml-ls > ul > li:hover > .wpml-ls-sub-menu > li {
  padding: 5px 0;
}
#header #header_language_selector .wpml-ls > ul > li:hover > .wpml-ls-sub-menu > li > a {
  border: none;
}

@media screen and (min-width: 1024px) {
  #header nav.header-menu ul#primary-menu > li > a:after {
    content: "";
    display: block;
    height: 2px;
    background: #b2d588;
    position: absolute;
    bottom: -4px;
    left: 4px;
    width: calc(100% - 8px);
    transition: 0.4s all ease;
  }
}
/* Responsive (header) */
@media screen and (max-width: 1023px) {
  #header {
    height: 64px;
    /* S├®lecteur de langue */
  }
  #header.minimized #toggle_menu_button {
    height: 100%;
  }
  #header .site-branding #header_logo_container {
    text-align: center;
  }
  #header .site-branding #header_logo_container a {
    display: inline-block;
  }
  #header .site-branding #header_logo_container a img.header_logo {
    margin-left: auto;
    margin-right: auto;
  }
  #header #toggle_menu_button {
    display: inline-block;
    padding: 8px 14px;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0 10px;
    transition: 200ms all ease-in-out;
    z-index: 11;
  }
  #header nav.header-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    padding-left: 50vw;
    padding-right: 0;
    background: rgba(50, 50, 50, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
    z-index: 12;
  }
  #header nav.header-menu > div {
    display: block;
    background: #fff;
    border-left: 8px solid #b2d588;
    padding: 15px;
  }
  #header nav.header-menu.visible_menu {
    visibility: visible;
    opacity: 1;
    height: 100vh;
  }
  #header nav.header-menu.visible_menu > div {
    overflow: scroll;
  }
  #header nav.header-menu.visible_menu #toggle_search_form {
    display: none;
  }
  #header nav.header-menu ul#primary-menu {
    float: none;
    width: 100%;
    height: auto;
  }
  #header nav.header-menu ul#primary-menu > li {
    float: none;
    padding: 8px;
    height: auto;
  }
  #header nav.header-menu ul#primary-menu > li > a {
    font-size: 18px !important;
  }
  #header nav.header-menu ul#primary-menu > li .sub-menu {
    position: static;
    box-shadow: none;
    float: none;
    margin: 10px 0 10px 10px;
    border-left: 1px solid #efefef;
    padding: 0;
  }
  #header nav.header-menu ul#primary-menu > li .sub-menu > li {
    margin-bottom: 0 !important;
  }
  #header nav.header-menu #toggle_menu_link {
    text-align: right;
    margin-bottom: 15px;
  }
  #header nav.header-menu #toggle_menu_link button {
    display: inline-block;
    border: none;
    background: none;
    color: #888;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1em;
    padding: 0;
  }
  #header #header_language_selector {
    margin-top: 30px;
  }
  #header #header_language_selector .wpml-ls {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  #header #header_language_selector .wpml-ls > ul > li {
    border: 1px solid #efefef;
  }
  #header #header_language_selector .wpml-ls ul li {
    padding: 5px;
  }
  #header #header_searchform_container {
    display: block !important;
    position: static;
    z-index: 11;
    box-shadow: none;
    margin-bottom: 15px;
    min-width: unset;
  }
}
@media screen and (max-width: 599px) {
  #header .site-branding #header_logo_container img.header_logo {
    max-width: 240px;
  }
  #header nav.header-menu {
    padding-left: 25vw;
  }
}
@media screen and (max-width: 479px) {
  #header #toggle_menu_button {
    font-size: 13px;
    padding: 6px 8px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 399px) {
  #header #toggle_menu_button {
    height: 32px !important;
    width: 32px;
    padding: 0;
    margin: 5px !important;
    background: #efefef;
    border-color: #303030;
  }
  #header #toggle_menu_button i {
    font-size: 18px;
  }
  #header #toggle_menu_button span {
    display: none;
  }
  #header nav.header-menu {
    padding-left: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
  #header .site-branding #header_logo_container a img.header_logo {
    margin-left: -20px !important;
  }
}
@media screen and (max-width: 319px) {
  #header .site-branding #header_logo_container {
    text-align: left;
  }
  #header .site-branding #header_logo_container img.header_logo {
    max-width: 200px;
  }
}
@media screen and (max-height: 600px) {
  #header nav.header-menu #toggle_menu_link {
    margin-bottom: 5px;
  }
  #header nav.header-menu ul#primary-menu > li {
    padding: 5px;
  }
  #header nav.header-menu ul#primary-menu > li .sub-menu {
    margin: 5px 0 10px 5px;
  }
  #header nav.header-menu ul#primary-menu > li .sub-menu > li {
    padding: 2px;
  }
  #header #header_searchform_container {
    margin-bottom: 5px;
  }
}
#footer {
  background-color: #303030;
  color: #fdfdfd;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s all;
}
#footer ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
#footer ul li {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#footer p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
#footer section.footer-widget {
  padding-top: 1em;
  padding-bottom: 1em;
  /* Texte de presentation */
  /* Resaux Sociaux */
}
#footer section.footer-widget .footer-widget-title {
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 1em;
  position: relative;
}
#footer section.footer-widget .footer-widget-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 24px;
  height: 4px;
  background: #b2d588;
}
#footer section.footer-widget.widget-first {
  padding-left: 140px;
  background-image: url(/wp-content/themes/becomweb/img/logo_carre.svg);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#footer section.footer-widget.widget-first p {
  font-size: 16px;
  text-align: justify;
}
#footer section.footer-widget#nav_menu-2 .footer-widget-title {
  display: none;
}
#footer section.footer-widget#nav_menu-2 ul[id^="menu-reseaux-sociaux"] {
  text-align: center;
}
#footer section.footer-widget#nav_menu-2 ul[id^="menu-reseaux-sociaux"] li {
  display: inline-block;
  margin: 0 15px;
}
#footer section.footer-widget#nav_menu-2 ul[id^="menu-reseaux-sociaux"] li a {
  font-size: 48px;
}
#footer section.footer-widget#nav_menu-2 ul[id^="menu-reseaux-sociaux"] li a:hover {
  color: #b2d588;
}
#footer section.footer-widget.footer_bottom_links {
  /* Liens de bas de page */
  padding-bottom: 0;
}
#footer section.footer-widget.footer_bottom_links ul {
  margin-bottom: 0;
  text-align: center;
}
#footer section.footer-widget.footer_bottom_links ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
}
#footer section.footer-widget.footer_bottom_links ul li:not(:last-child):after {
  font-family: "FontAwesome";
  content: "\f111";
  display: inline-block;
  margin: 0 0 0 4px;
  font-size: 6px;
  vertical-align: middle;
}
#footer section.footer-widget.footer_bottom_links ul li a:hover {
  color: #fdfdfd;
}
#footer section.footer-widget.widget_icl_lang_sel_widget {
  /* S├®lecteur de langue */
  clear: both;
  text-align: center;
  padding-bottom: 0;
}
#footer section.footer-widget.widget_icl_lang_sel_widget > div {
  padding: 0;
}

@media screen and (max-width: 1023px) {
  #footer section.footer-widget.widget-first {
    background-size: 125px auto;
  }
  #footer section.footer-widget#nav_menu-2 #menu-reseaux-sociaux li {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 599px) {
  #footer section.footer-widget.widget-first {
    background-image: none;
    padding-left: 10px;
  }
  #footer section.footer-widget.widget-even {
    clear: left;
  }
}
@media screen and (max-width: 319px) {
  #footer section.footer-widget {
    width: 100%;
  }
  #footer section.footer-widget#nav_menu-2 #menu-reseaux-sociaux li {
    width: auto;
    margin: 0 10px;
  }
}
/*** GENERALITES ***/
#wpadminbar {
  top: unset;
  bottom: 0;
  position: fixed !important;
}

html {
  margin-top: 0 !important;
}

body {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  color: #303030;
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 64px;
  }
}

#main {
  padding-bottom: 30px;
}

.hidden-all {
  display: none !important;
}

a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #3d3d3d;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.underlined {
  text-decoration: underline;
  color: inherit;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

#content .breadcrumb {
  background: none;
  margin: 20px 0;
  padding: 0;
}
#content .breadcrumb ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .breadcrumb ol li {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #79c0ba;
}
#content .breadcrumb ol li:not(:last-child):after {
  display: inline-block;
  margin: 0 6px;
  font-family: "FontAwesome";
  content: "\f0da";
  font-size: 16px;
  line-height: 1em;
}
#content .breadcrumb ol li span, #content .breadcrumb ol li a {
  color: inherit;
  font: inherit;
}
#content .breadcrumb ol li a:hover {
  transition: 0.2s all;
  color: #68b8b1;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  #content .breadcrumb {
    margin: 15px 0;
  }
  #content .breadcrumb ol li {
    font-size: 13px;
    line-height: 15px;
  }
  #content .breadcrumb ol li:not(:last-child):after {
    margin: 0 4px;
    font-size: 13px;
  }
}

/* Boutons */
a.btn, button.btn, input.btn, span.btn {
  display: inline-block;
  padding: 8px 14px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  position: relative;
  transition: 0.4s all;
  white-space: normal;
  border-radius: 0;
}
a.btn.small_btn, button.btn.small_btn, input.btn.small_btn, span.btn.small_btn {
  padding: 5px 10px;
  font-size: 15px;
}
a.btn.big_btn, button.btn.big_btn, input.btn.big_btn, span.btn.big_btn {
  padding: 12px 20px;
  font-size: 20px;
}
a.btn:hover, a.btn:focus, button.btn:hover, button.btn:focus, input.btn:hover, input.btn:focus, span.btn:hover, span.btn:focus {
  outline: none;
  text-decoration: none;
}
a.btn.blue_btn, button.btn.blue_btn, input.btn.blue_btn, span.btn.blue_btn {
  background-color: #79c0ba;
  border: 2px solid #79c0ba;
  color: #fff;
}
a.btn.blue_btn:hover, button.btn.blue_btn:hover, input.btn.blue_btn:hover, span.btn.blue_btn:hover {
  background-color: #fff;
  color: #79c0ba;
}
a.btn.green_btn, button.btn.green_btn, input.btn.green_btn, span.btn.green_btn {
  background-color: #b2d588;
  border: 2px solid #b2d588;
  color: #fff;
}
a.btn.green_btn:hover, button.btn.green_btn:hover, input.btn.green_btn:hover, span.btn.green_btn:hover {
  background-color: #fff;
  color: #b2d588;
}
a.btn.dark_btn, button.btn.dark_btn, input.btn.dark_btn, span.btn.dark_btn {
  background-color: #303030;
  border: 2px solid #303030;
  color: #fff;
}
a.btn.dark_btn:hover, button.btn.dark_btn:hover, input.btn.dark_btn:hover, span.btn.dark_btn:hover {
  background-color: #fff;
  color: #303030;
}
a.btn.white_btn, button.btn.white_btn, input.btn.white_btn, span.btn.white_btn {
  background-color: #fff;
  border: 2px solid #303030;
  color: #303030;
}
a.btn.white_btn:hover, button.btn.white_btn:hover, input.btn.white_btn:hover, span.btn.white_btn:hover {
  background-color: #303030;
  color: #fff;
}
a.btn.grey_btn, button.btn.grey_btn, input.btn.grey_btn, span.btn.grey_btn {
  background-color: #888;
  border: 2px solid #888;
  color: #fff;
}
a.btn.grey_btn:hover, button.btn.grey_btn:hover, input.btn.grey_btn:hover, span.btn.grey_btn:hover {
  background-color: #fff;
  color: #303030;
}
a.btn.blue_on_hover:hover, button.btn.blue_on_hover:hover, input.btn.blue_on_hover:hover, span.btn.blue_on_hover:hover {
  background-color: #79c0ba;
  border: 2px solid #79c0ba;
  color: #fff;
}
a.btn.green_on_hover:hover, button.btn.green_on_hover:hover, input.btn.green_on_hover:hover, span.btn.green_on_hover:hover {
  background-color: #b2d588;
  border: 2px solid #b2d588;
  color: #fff;
}

/* Modals */
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-header {
  background-color: #303030;
  position: relative;
  padding: 10px 15px;
  position: relative;
}
.modal .modal-content .modal-header .modal-title {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  padding-right: 30px;
}
.modal .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: 30px;
  margin: 0;
  position: absolute;
  top: 7px;
  right: 15px;
}
.modal.success_modal .modal-content .modal-header {
  background-color: #8BC34A;
}
.modal.warning_modal .modal-content .modal-header {
  background-color: #FF5722;
}

/*** PAGES ***/
/* Homepage */
#homepage_slider {
  overflow-x: hidden;
}
#homepage_slider .metaslider ul.slides li .caption-wrap {
  background: none;
  opacity: 1;
  width: auto;
}
#homepage_slider .metaslider ul.slides li .caption-wrap .caption {
  display: inline-block;
  padding: 20px;
  background: rgba(48, 48, 48, 0.7);
  text-align: center;
}
#homepage_slider .metaslider ul.slides li .caption-wrap .caption h2 {
  margin: 0 0 20px 0;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#homepage_slider .metaslider ul.slides li .caption-wrap .caption p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}
#homepage_slider .metaslider ol.flex-control-nav {
  background: #efefef;
  bottom: -30px;
  line-height: 12px;
  padding: 9px 0;
}
#homepage_slider .metaslider ol.flex-control-nav li a {
  background: #303030;
}
#homepage_slider .metaslider ol.flex-control-nav li a.flex-active {
  background: #b2d588;
}

#homepage_content #homepage_intro {
  text-align: center;
  margin: 1.5rem 0 3rem 0;
}
#homepage_content #homepage_intro p {
  margin: 0.75rem 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
#homepage_content #homepage_blocks .homepage_block {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_picture {
  width: 50%;
  position: relative;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_picture > a {
  display: block;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_picture .homepage_block_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_picture .homepage_block_title h2 {
  text-align: center;
  margin: 0;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(75, 75, 75, 0.65);
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_picture .homepage_block_title img.homepage_block_pictogram {
  width: 120px;
  height: auto;
  margin-top: 24px;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_picture p {
  margin: 0;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_text {
  width: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 15px 12px 15px;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_text p:last-child {
  margin: 0;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_text a {
  color: inherit;
  font-weight: 600;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_text a:before, #homepage_content #homepage_blocks .homepage_block .homepage_block_text a:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  transition: 0.3s all;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  top: -1px;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_text a:hover {
  text-decoration: none;
}
#homepage_content #homepage_blocks .homepage_block .homepage_block_text a:hover:before, #homepage_content #homepage_blocks .homepage_block .homepage_block_text a:hover:after {
  border-radius: 50%;
}
#homepage_content #homepage_blocks .homepage_block:nth-child(1) {
  /* Site */
  background-color: #b2d588;
}
#homepage_content #homepage_blocks .homepage_block:nth-child(1) .homepage_block_title {
  background-color: rgba(178, 213, 136, 0.65);
}
#homepage_content #homepage_blocks .homepage_block:nth-child(2) {
  /* E-Commerce */
  background-color: #79c0ba;
}
#homepage_content #homepage_blocks .homepage_block:nth-child(2) .homepage_block_picture {
  order: 2;
}
#homepage_content #homepage_blocks .homepage_block:nth-child(2) .homepage_block_picture .homepage_block_title {
  background-color: rgba(121, 192, 186, 0.65);
}
#homepage_content #homepage_blocks .homepage_block:nth-child(2) .homepage_block_text {
  order: 1;
}
#homepage_content #homepage_blocks .homepage_block:nth-child(3) {
  /* E-Commerce */
  background-color: #303030;
}
#homepage_content #homepage_blocks .homepage_block:nth-child(3) .homepage_block_title {
  background-color: rgba(48, 48, 48, 0.65);
}
#homepage_content #homepage_widget_area {
  /* Widgets produits et actus */
  margin-top: 32px;
}
@media screen and (max-width: 1365px) {
  #homepage_content #homepage_widget_area {
    margin-left: unset;
    margin-right: unset;
  }
}
#homepage_content #homepage_widget_area ul {
  margin: 0 0 2rem 0;
  padding: 0;
}
#homepage_content #homepage_widget_area .homepage-widget-title {
  margin: 2.5em 0 1em 0;
  text-align: center;
  line-height: 1em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #303030;
  position: relative;
}
#homepage_content #homepage_widget_area .homepage-widget-title:before {
  color: #fff;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  position: absolute;
  top: -2.25em;
  left: calc(50% - 1em);
}
#homepage_content #homepage_widget_area .homepage-widget-title:after {
  content: "";
  position: absolute;
  top: -1.25em;
  left: 0.5em;
  height: 1px;
  width: calc(100% - 1em);
  display: block;
  background-color: #efefef;
  z-index: -200;
}
@media screen and (max-width: 479px) {
  #homepage_content #homepage_widget_area .homepage-widget-title {
    font-size: 25.6px;
  }
}
#homepage_content #homepage_widget_area a {
  text-decoration: none;
}
#homepage_content #homepage_widget_area .widget_products {
  /* Liste des modules */
  margin-bottom: 128px;
}
@media screen and (max-width: 479px) {
  #homepage_content #homepage_widget_area .widget_products {
    margin-bottom: 100px;
  }
}
#homepage_content #homepage_widget_area .widget_products .homepage-widget-title:before {
  background-color: #b2d588;
  content: "\f291";
}
#homepage_content #homepage_widget_area .widget_products .product_list_widget {
  overflow: hidden;
}
#homepage_content #homepage_widget_area .widget_products .product_list_widget li {
  list-style-type: none;
  text-align: center;
}
#homepage_content #homepage_widget_area .widget_products .product_list_widget li .product_image {
  border: 1px solid #efefef;
}
#homepage_content #homepage_widget_area .widget_products .product_list_widget li .product_infos {
  background-color: #efefef;
  padding: 10px 15px 15px 15px;
}
#homepage_content #homepage_widget_area .widget_products .product_list_widget li .product_infos .product_title {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  height: 24px;
  margin: 0.75em 0;
  color: #303030;
}
#homepage_content #homepage_widget_area .widget_products .product_list_widget li .product_infos .product_short_desc {
  height: 36px;
  line-height: 18px;
  font-weight: 200;
  margin: 0 0 1.25em;
}
#homepage_content #homepage_widget_area .widget_products .product_list_widget li .product_infos .product_price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1em;
}
#homepage_content #homepage_widget_area .widget_products .product_list_widget li .product_infos .product_price > span {
  background-color: #b2d588;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
}
#homepage_content #homepage_widget_area .widget_products .product_list_widget li .product_infos .product_link {
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #303030;
  color: #303030;
  transition: 0.4s all;
}
#homepage_content #homepage_widget_area .widget_products .product_list_widget li .product_infos .product_link a {
  font-weight: 300;
  font-size: 16px;
}
#homepage_content #homepage_widget_area .widget_products .product_list_widget li .product_infos .product_link:hover {
  background-color: #303030;
  color: #fff;
}
#homepage_content #homepage_widget_area .widget_products .wc_widget_shop_page_link {
  margin-top: 24px;
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 {
  /* Derni├¿res actus */
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 .homepage-widget-title:before {
  background-color: #79c0ba;
  content: "\f09e";
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  #homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item:last-child {
    margin-bottom: 0;
  }
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_title {
  margin: 0;
  padding: 10px 5px;
  text-transform: uppercase;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border: 1px solid #efefef;
  border-top: 4px solid #79c0ba;
  border-bottom: none;
  font-size: 16px;
  line-height: 20px;
  height: 60px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  #homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_title {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  #homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_title {
    height: auto;
  }
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_title a {
  color: #79c0ba;
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_title a:hover {
  color: #68b8b1;
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_image {
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_infos {
  padding: 15px 5px 20px 5px;
  border: 1px solid #efefef;
  border-top: none;
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_infos .bcw_news_description {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25em;
  height: 6.25em;
  overflow-y: hidden;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_infos .bcw_news_description {
    height: 5em;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  #homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_infos .bcw_news_description {
    height: auto;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_infos .bcw_news_link a {
  display: inline-block;
  padding: 8px 12px;
  background-color: #79c0ba;
  border: 2px solid #79c0ba;
  color: #fff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  transition: 0.4s all;
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 .bcw_news_item .bcw_news_infos .bcw_news_link a:hover {
  background-color: #fff;
  color: #79c0ba;
}
#homepage_content #homepage_widget_area #bcw-ln-widget-2 .blog_page_link {
  margin-top: 24px;
}
@media screen and (max-width: 579px) {
  #homepage_content #homepage_widget_area #bcw-ln-widget-2 .blog_page_link .btn {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1em;
  }
}

@media screen and (max-width: 1023px) {
  #homepage_slider .metaslider ul.slides li .caption-wrap .caption {
    padding: 10px;
  }
  #homepage_slider .metaslider ul.slides li .caption-wrap .caption h2 {
    font-size: 23px;
    margin: 0 0 12px 0;
    letter-spacing: 1px;
  }
  #homepage_slider .metaslider ul.slides li .caption-wrap .caption p {
    font-size: 16px;
  }

  #homepage_content #homepage_intro {
    margin: 1rem 0 2rem 0;
  }
  #homepage_content #homepage_intro p {
    margin: 0.5rem;
    font-size: 16px;
    line-height: 22px;
  }
  #homepage_content #homepage_blocks .homepage_block {
    background-color: transparent !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_picture {
    align-self: flex-start;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_picture .homepage_block_title h2 {
    font-size: 22px;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_picture .homepage_block_title img.homepage_block_pictogram {
    width: 90px;
    margin-top: 15px;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_text {
    padding: 10px;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_text p {
    margin: 0 0 8px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_text p:nth-last-child(2) {
    margin: 0;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_text p:last-child {
    display: none;
  }
  #homepage_content #homepage_blocks .homepage_block:nth-child(1) .homepage_block_text {
    /* Site */
    background-color: #b2d588;
  }
  #homepage_content #homepage_blocks .homepage_block:nth-child(2) .homepage_block_text {
    /* E-Commerce */
    background-color: #79c0ba;
  }
  #homepage_content #homepage_blocks .homepage_block:nth-child(3) .homepage_block_text {
    /* E-Commerce */
    background-color: #303030;
  }
}
@media screen and (max-width: 799px) {
  #homepage_content #homepage_blocks .homepage_block {
    display: block;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_picture {
    width: 100%;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_text {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 799px) {
  #homepage_content #homepage_blocks .homepage_block .homepage_block_picture {
    max-height: 240px;
    overflow-y: hidden;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_picture > p:last-child {
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  #homepage_slider .metaslider .flexslider {
    margin-bottom: 15px;
  }
  #homepage_slider .metaslider ul.slides li .caption-wrap {
    position: static;
    width: 100%;
    background-color: #efefef;
    color: #303030;
  }
  #homepage_slider .metaslider ul.slides li .caption-wrap .caption {
    display: block;
    background: transparent;
  }
  #homepage_slider .metaslider ul.slides li .caption-wrap .caption h2 {
    font-size: 20px;
  }
  #homepage_slider .metaslider ul.slides li .caption-wrap .caption p {
    font-size: 15px;
    font-weight: 400;
  }
  #homepage_slider .metaslider ol.flex-control-nav {
    position: static;
    border-bottom: 2px solid #efefef;
    background: #fdfdfd;
  }
}
@media screen and (max-width: 399px) {
  #homepage_content #homepage_blocks .homepage_block .homepage_block_picture .homepage_block_title h2 {
    font-size: 20px;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_picture .homepage_block_title img.homepage_block_pictogram {
    width: 80px;
  }
}
@media screen and (max-width: 319px) {
  #homepage_content #homepage_blocks .homepage_block .homepage_block_picture .homepage_block_title h2 {
    font-size: 18px;
  }
  #homepage_content #homepage_blocks .homepage_block .homepage_block_picture .homepage_block_title img.homepage_block_pictogram {
    width: 60px;
  }
}
/* Pages de contenu - commun */
.page_header {
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}
.page_header .page_header_content {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-self: stretch;
  width: 100%;
}
.page_header .page_header_content .container {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
}
.page_header .page_header_title {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 0.25em 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page_header .page_header_excerpt {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1921px) {
  .page_header {
    min-height: 400px;
  }
}

@media screen and (max-width: 599px) {
  .page_header {
    min-height: 240px;
  }
  .page_header .page_header_title {
    font-size: 36px;
  }
  .page_header .page_header_excerpt {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 399px) {
  .page_header {
    min-height: 200px;
  }
  .page_header .page_header_title {
    font-size: 28px;
  }
  .page_header .page_header_excerpt {
    font-size: 18px;
    line-height: 22px;
  }
}
/* Hub Services */
#service_hub_container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#service_hub_container .service_section {
  margin-top: 20px;
  margin-bottom: 20px;
}
#service_hub_container .service_section p {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
text
#service_hub_container .service_section p:not(:last-child) {
  margin-bottom: 0.5em;
}
#service_hub_container .service_section .service_section_content {
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1366px) {
  #service_hub_container .service_section .service_section_content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#service_hub_container .service_section .service_section_title {
  margin: 2.5em 0 1em 0;
  text-align: center;
  line-height: 1em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #303030;
  position: relative;
  padding: 0 10px;
}
#service_hub_container .service_section .service_section_title:before {
  color: #fff;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  position: absolute;
  top: -2.25em;
  left: calc(50% - 1em);
}
#service_hub_container .service_section .service_section_title:after {
  content: "";
  position: absolute;
  top: -1.25em;
  left: 0.5em;
  height: 1px;
  width: calc(100% - 1em);
  display: block;
  background-color: #efefef;
  z-index: -200;
}
@media screen and (max-width: 479px) {
  #service_hub_container .service_section .service_section_title {
    font-size: 22.4px;
  }
}
#service_hub_container .service_section .service_section_title:before {
  content: "";
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
#service_hub_container .service_section .service_section_button {
  margin-top: 30px;
  text-align: center;
}
#service_hub_container .service_section#service_section_site .service_section_title:before {
  background-color: #79c0ba;
  background-image: url("/wp-content/themes/becomweb/img/pictos/site.svg");
}
#service_hub_container .service_section#service_section_ecommerce .service_section_title:before {
  background-color: #b2d588;
  background-image: url("/wp-content/themes/becomweb/img/pictos/ecommerce.svg");
}
#service_hub_container .service_section#service_section_admin .service_section_title:before {
  background-color: #888;
  background-image: url("/wp-content/themes/becomweb/img/pictos/webmastering.svg");
}
#service_hub_container .service_section#service_section_app .service_section_title:before {
  background-color: #303030;
  background-image: url("/wp-content/themes/becomweb/img/pictos/webapp.svg");
}

@media screen and (max-width: 599px) {
  #service_hub_container .service_section {
    padding-left: 0;
    padding-right: 0;
  }
  #service_hub_container .service_section p {
    font-size: 16px;
    line-height: 20px;
  }
  #service_hub_container .service_section .service_section_button {
    margin-top: 20px;
  }
  #service_hub_container .service_section .service_section_button .btn {
    line-height: 1.25em;
  }
}
/* Pages service */
.service_page .service_page_section {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .service_page .service_page_section {
    display: flex;
    align-items: center;
  }
}
.service_page .service_page_section.service_page_intro {
  display: block;
}
.service_page .service_page_title {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 0.75em;
  padding: 0;
}
.service_page ul {
  margin-left: 0;
  padding-left: 10px;
}
.service_page ul li {
  list-style-type: none;
}
.service_page ul li:before {
  content: "";
  background-color: #303030;
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 1rem;
  border-radius: 50%;
  margin-right: 10px;
}
.service_page p, .service_page li {
  font-size: 15px;
  line-height: 20px;
}
.service_page p:not(:last-child), .service_page li:not(:last-child) {
  margin-bottom: 0.5em;
}
.service_page .service_page_button {
  margin-top: 30px;
}
.service_page#service_page_website {
  /* creation site web */
}
.service_page#service_page_website ul li:before {
  background-color: #79c0ba;
}
.service_page#service_page_website #service_page_website_intro p {
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  color: #888;
  margin-bottom: 1.5em;
}
.service_page#service_page_website #service_page_website_intro ul {
  display: flex;
  align-items: flex-start;
}
.service_page#service_page_website #service_page_website_intro ul li {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px;
}
.service_page#service_page_website #service_page_website_intro ul li i {
  font-size: 40px;
  padding: 12px;
  color: #fff;
  background-color: #79c0ba;
  align-self: center;
  margin-bottom: 12px;
}
.service_page#service_page_website #service_page_website_intro ul li span strong {
  display: block;
}
.service_page#service_page_website #service_page_website_intro ul li:before {
  display: none;
}
.service_page#service_page_website #service_page_website_intro:after {
  display: block;
  content: "...";
  font-size: 64px;
  color: #79c0ba;
  text-align: center;
  margin-top: -0.5em;
  line-height: 1em;
}
.service_page#service_page_website {
  /* creation site web */
}
.service_page#service_page_website ul li:before {
  background-color: #888;
}

@media screen and (max-width: 1023px) {
  .service_page .service_page_title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0.5em;
  }
  .service_page .service_page_section .service_page_illustration {
    margin-top: 20px;
  }
  .service_page .service_page_section .service_page_illustration img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .service_page#service_page_website #service_page_website_intro ul {
    flex-wrap: wrap;
  }
  .service_page#service_page_website #service_page_website_intro ul li {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 319px) {
  .service_page#service_page_website #service_page_website_intro ul li {
    flex: 0 0 100%;
  }
}
/* Portfolio (realisations + partenaires) */
.portfolio_section {
  margin: 20px 0;
}
.portfolio_section .portfolio_section_intro {
  margin: 0 0 2em 0;
  text-align: center;
  position: relative;
}
.portfolio_section .portfolio_section_intro .portfolio_section_title {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #303030;
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0 30px;
  display: inline-block;
  background: #fff;
}
.portfolio_section .portfolio_section_intro p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #888;
  margin: 0;
}
.portfolio_section .portfolio_section_intro:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #efefef;
  z-index: -200;
}
.portfolio_section #works_container .portfolio_work {
  margin-bottom: 30px;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 0 10px 10px;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_cover {
  border-bottom: 5px solid #79c0ba;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_title {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1em;
  color: #303030;
  padding: 0.5em 0 0 0;
  margin: 0 0 0.5em 0;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_excerpt {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  height: 80px;
  overflow-y: hidden;
  text-align: justify;
}
@media screen and (min-width: 720px) and (max-width: 1279px) {
  .portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_excerpt {
    line-height: 18px;
    height: 90px;
  }
}
@media screen and (min-width: 600px) and (max-width: 719px) {
  .portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_excerpt {
    line-height: 20px;
    height: 120px;
  }
}
@media screen and (max-width: 599px) {
  .portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_excerpt {
    height: auto;
  }
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom {
  margin-top: 10px;
  padding-top: 10px;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom button {
  border-width: 1px;
  box-sizing: border-box;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom button a {
  color: inherit;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .modal-title {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal h4 {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal h4:before {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  background-color: #79c0ba;
  margin: 0.25em 10px 0.25em 0;
  vertical-align: bottom;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_description {
  font-size: 15px;
  text-align: justify;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_description h4 {
  margin-top: 10px;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_description p {
  margin-bottom: 5px;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_description p:last-child {
  margin-bottom: 0;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_url {
  margin-top: 20px;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel.carousel-fade .carousel-inner .item, .portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel.carousel-fade .carousel-inner .active.left, .portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel.carousel-fade .carousel-inner .active, .portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel.carousel-fade .carousel-inner .next.left, .portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel.carousel-fade .carousel-inner .next, .portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel.carousel-fade .carousel-inner .prev, .portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel.carousel-fade .carousel-inner .active.left, .portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel .carousel-control {
  width: auto;
  background: none;
  opacity: 0.75;
  z-index: 2;
  font-size: 32px;
  top: calc(25% + 0.5em);
  text-shadow: none;
  color: #888;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel .carousel-control.left {
  left: 10px;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel .carousel-control.right {
  right: 10px;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel .carousel-control:hover {
  opacity: 1;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel .carousel-indicators {
  position: static;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 6px solid #efefef;
  border-bottom: 2px solid #efefef;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel .carousel-indicators li {
  width: 20%;
  display: block;
  height: auto;
  border-style: solid;
  border-color: #efefef;
  border-width: 1px 1px 4px 1px;
  border-radius: 0;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_carousel .carousel-indicators li.active {
  border-color: #79c0ba;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_video p {
  color: #888;
  font-style: italic;
}
.portfolio_section #works_container .portfolio_work .portfolio_work_content .portfolio_work_bottom .work_modal .work_video video {
  margin-top: 20px;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.portfolio_section #partners_list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

/* Contact */
#contact_page_container #contact_page_intro {
  font-size: 16px;
  line-height: 24px;
}
#contact_page_container #contact_page_intro p {
  margin-bottom: 14px;
}
#contact_page_container #contact_form_container {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 2px solid #b2d588;
  border-bottom: 2px solid #b2d588;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
#contact_page_container #contact_form_container form {
  overflow: hidden;
  padding: 0 15px;
}
#contact_page_container #contact_form_container form .wpcf7-response-output {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
}

/* Boutique */
.shop_container .woocommerce-products-header h1 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #303030;
  margin: 0 0 20px 0;
  padding-left: 60px;
  position: relative;
}
.shop_container .woocommerce-products-header h1:before {
  color: #fff;
  background-color: #b2d588;
  content: "\f291";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.shop_container .woocommerce-products-header .page-description p {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 8px;
}
@media screen and (max-width: 479px) {
  .shop_container .woocommerce-products-header h1 {
    font-size: 25px;
    line-height: 30px;
    padding-left: 40px;
    margin: 0 0 12px 0;
  }
  .shop_container .woocommerce-products-header h1:before {
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .shop_container .woocommerce-products-header .page-description p {
    line-height: 20px;
    margin: 0 0 5px;
  }
}

/* BLOG */
/* Listes */
.blog_page_header {
  margin: 30px 0;
  padding: 0 10px;
}
.blog_page_header .blog_page_title {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #79c0ba;
  padding: 0;
  margin: 0.5em 0 0.25em;
}
.blog_page_header .blog_page_intro {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25em;
  color: #888;
  margin-bottom: 0;
}
.blog_page_header .blog_page_intro p {
  margin-bottom: 0;
}
.blog_page_header:after {
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  background-color: #efefef;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .blog_page_header .blog_page_title {
    font-size: 28px;
  }
  .blog_page_header .blog_page_intro {
    font-size: 18px;
  }
}

.blog_page_items .blog_list_item {
  margin-bottom: 30px;
}
.blog_page_items .blog_list_item .blog_list_item_content {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  border-top: 4px solid #79c0ba;
}
@media screen and (min-width: 600px) {
  .blog_page_items .blog_list_item .blog_list_item_content {
    display: flex;
  }
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_left {
  position: relative;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_left .blog_list_item_date {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  padding: 6px;
  background: #79c0ba;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_left .blog_list_item_date span {
  display: block;
  line-height: 1em;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_left .blog_list_item_date span:first-child {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_left .blog_list_item_image img {
    width: 100%;
  }
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_title {
  padding: 0;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin: 10px 0;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_title a {
  color: #79c0ba;
}
@media screen and (min-width: 1366px) {
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_title {
    font-size: 22px;
    line-height: 26px;
  }
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_category {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  color: #888;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1em;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_category a {
  font: inherit;
  color: inherit;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_category a:hover {
  color: #303030;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_excerpt {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1366px) {
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_excerpt {
    font-size: 15px;
    line-height: 20px;
  }
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_tags {
  margin-bottom: 8px;
  color: #ddd;
  font-size: 13px;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_tags span a {
  font: inherit;
  color: inherit;
  transition: 0.3s all;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_tags span a:hover {
  text-decoration: underline;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_tags span:first-child {
  margin-left: 3px;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_tags span:not(:last-child) {
  margin-right: 3px;
}
.blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_link {
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
  display: flex;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_title {
    font-size: 18px;
  }
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_tags {
    max-height: 1.25em;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1365px) {
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right {
    padding-bottom: 5px;
  }
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_title {
    margin: 5px 0 10px;
  }
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_category {
    margin-bottom: 6px;
  }
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_tags {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_excerpt {
    margin-bottom: 0 !important;
    max-height: 5em;
    overflow-y: hidden;
  }
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_tags,
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right .blog_list_item_link {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .blog_page_items .blog_list_item .blog_list_item_content .blog_list_item_right {
    padding-bottom: 15px;
  }
}

/* Article */
.single:not(.single-product) #primary {
  padding-top: 30px;
}

.blog_post_page_container .blog_post_page_header {
  margin: 0 0 30px;
  position: relative;
}
.blog_post_page_container .blog_post_page_header .blog_post_page_title {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #303030;
  padding: 0;
  margin: 0 0 0.25em;
  padding: 0 90px 0 0;
}
.blog_post_page_container .blog_post_page_header .blog_post_page_excerpt {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #888;
  text-align: justify;
}
.blog_post_page_container .blog_post_page_header .blog_post_page_excerpt p:last-child {
  margin-bottom: 0;
}
.blog_post_page_container .blog_post_page_header .blog_post_page_date {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 36px;
  color: #79c0ba;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.blog_post_page_container .blog_post_page_header:after {
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  background-color: #79c0ba;
  margin-top: 10px;
}
@media screen and (max-width: 479px) {
  .blog_post_page_container .blog_post_page_header .blog_post_page_title {
    font-size: 28px;
    padding: 30px 0 0 0;
  }
  .blog_post_page_container .blog_post_page_header .blog_post_page_date {
    font-size: 16px;
    line-height: 1em;
    top: 0;
  }
  .blog_post_page_container .blog_post_page_header .blog_post_page_excerpt {
    font-size: 15px;
    line-height: 20px;
  }
}
.blog_post_page_container .blog_post_page_content p {
  text-align: justify;
  margin-bottom: 1em;
}
.blog_post_page_container .blog_post_page_content h2 {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 1em 0;
  padding: 0 0 0 25px;
  position: relative;
}
.blog_post_page_container .blog_post_page_content h2:before {
  content: "\f0c8";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #79c0ba;
  position: absolute;
  top: 0;
  left: 0;
}
.blog_post_page_container .blog_post_page_content h3 {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  margin: 1em 0 0.75em;
  padding: 0 0 0.25em;
  border-bottom: 1px solid #efefef;
}
.blog_post_page_container .blog_post_page_content p, .blog_post_page_container .blog_post_page_content li {
  font-size: 16px;
  line-height: 24px;
}
.blog_post_page_container .blog_post_page_content img {
  max-width: 100%;
}
.blog_post_page_container .blog_post_page_content figure {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.blog_post_page_container .blog_post_page_content figure figcaption {
  padding: 1em 5px;
  margin: 0;
  background: #efefef;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
}
@media screen and (max-width: 599px) {
  .blog_post_page_container .blog_post_page_content figure figcaption {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
}
.blog_post_page_container .blog_post_page_content ul {
  margin-left: 0;
  margin-bottom: 15px;
  padding-left: 15px;
}
.blog_post_page_container .blog_post_page_content ul:not(.blocks-gallery-grid) li {
  list-style-type: none;
}
.blog_post_page_container .blog_post_page_content ul:not(.blocks-gallery-grid) li:before {
  content: "";
  background-color: #79c0ba;
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 1rem;
  border-radius: 50%;
  margin-right: 10px;
}
.blog_post_page_container .blog_post_page_content ul li {
  margin-bottom: 0.75em;
}
.blog_post_page_container .blog_post_page_content a:not(.btn) {
  color: #79c0ba;
  transition: 0.2s all;
}
.blog_post_page_container .blog_post_page_content a:not(.btn):hover {
  color: #68b8b1;
}
.blog_post_page_container .blog_post_page_content div[class^="wp-block-woocommerce"] .woocommerce.columns-1 .product_list_item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.blog_post_page_container .blog_post_page_content div[class^="wp-block-woocommerce"] .woocommerce.columns-1 .product_list_item .product_list_item_content .product_list_item_thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog_post_page_container .blog_post_page_content div[class^="wp-block-woocommerce"] .woocommerce.columns-1 .product_list_item .product_list_item_content .product_list_item_title,
.blog_post_page_container .blog_post_page_content div[class^="wp-block-woocommerce"] .woocommerce.columns-1 .product_list_item .product_list_item_content .product_list_item_short_desc {
  height: auto;
}
.blog_post_page_container .blog_post_page_content .wc-block-grid__products {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog_post_page_container .blog_post_page_content .wc-block-grid__products .wc-block-grid__product {
  flex: 0 0 auto;
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.blog_post_page_container .blog_post_page_content .wc-block-grid__products .wc-block-grid__product:before {
  display: none;
}
.blog_post_page_container .blog_post_page_content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
  margin: 0;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.blog_post_page_container .blog_post_page_content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image:before {
  display: inline-block;
  content: "Module";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  display: inline-block;
  background-color: #79c0ba;
  padding: 6px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
  z-index: 2;
}
.blog_post_page_container .blog_post_page_content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image:after {
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-family: "FontAwesome";
  content: "\f05a";
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(48, 48, 48, 0.6);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all;
}
.blog_post_page_container .blog_post_page_content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image:hover:after {
  visibility: visible;
  opacity: 1;
}
.blog_post_page_container .blog_post_page_content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  background: #efefef;
  color: #303030;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35em;
  border-top: 2px solid #79c0ba;
}
.blog_post_page_container .blog_post_page_content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
  margin: 10px 0;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  color: #79c0ba;
}
.blog_post_page_container .blog_post_page_content .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}
.blog_post_page_container .blog_post_page_content .wp-block-file:before {
  font-family: "FontAwesome";
  content: "\f019";
  display: inline-block;
  margin-right: 5px;
  color: #79c0ba;
}
.blog_post_page_container .blog_post_page_content .wp-block-file a:first-child {
  color: #888;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 600;
}
.blog_post_page_container .blog_post_page_content .wp-block-file a:first-child:hover {
  color: #303030;
}
.blog_post_page_container .blog_post_page_content .wp-block-file .wp-block-file__button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  position: relative;
  transition: 0.2s all;
  white-space: normal;
  border-radius: 0;
  background-color: #79c0ba;
  color: #fff;
}
.blog_post_page_container .blog_post_page_content .wp-block-file .wp-block-file__button:hover {
  color: #fdfdfd;
  background-color: #303030;
}
@media screen and (max-width: 479px) {
  .blog_post_page_container .blog_post_page_content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .blog_post_page_container .blog_post_page_content h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .blog_post_page_container .blog_post_page_content p, .blog_post_page_container .blog_post_page_content li {
    font-size: 15px;
    line-height: 22px;
  }
}
.blog_post_page_container .blog_post_page_footer {
  margin: 30px 0;
  padding: 15px;
  background: #efefef;
  font-size: 14px;
  color: #888;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  border-radius: 5px;
}
.blog_post_page_container .blog_post_page_footer a {
  color: inherit;
  font: inherit;
}
.blog_post_page_container .blog_post_page_footer a:hover {
  color: #303030;
}
.blog_post_page_container .blog_post_page_footer .blog_post_page_tags {
  /* Tags */
  margin-bottom: 10px;
}
.blog_post_page_container .blog_post_page_comments {
  border-top: 2px solid #79c0ba;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.blog_post_page_container .blog_post_page_comments .comment-reply-title, .blog_post_page_container .blog_post_page_comments .comments-title {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
  padding: 0;
  margin: 0 0 0.75em;
  color: #888;
}
.blog_post_page_container .blog_post_page_comments .comment-notes {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.blog_post_page_container .blog_post_page_comments .logged-in-as {
  padding: 6px;
  background: #efefef;
  float: right;
  margin-top: -20px;
  border-radius: 4px;
}
.blog_post_page_container .blog_post_page_comments .logged-in-as span {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.blog_post_page_container .blog_post_page_comments .logged-in-as a {
  padding: 4px;
  line-height: 1em;
}
@media screen and (max-width: 479px) {
  .blog_post_page_container .blog_post_page_comments .logged-in-as {
    padding: 3px;
    margin-top: -5px;
  }
  .blog_post_page_container .blog_post_page_comments .logged-in-as span {
    font-size: 14px;
  }
  .blog_post_page_container .blog_post_page_comments .logged-in-as a {
    padding: 2px;
  }
}
@media screen and (min-width: 480px) {
  .blog_post_page_container .blog_post_page_comments p[class^=comment-form] input {
    min-width: 320px;
  }
}
.blog_post_page_container .blog_post_page_comments textarea {
  clear: both;
  margin: 20px 0;
}
.blog_post_page_container .blog_post_page_comments .comment-form-cookies-consent {
  margin: 15px 0 30px;
}
.blog_post_page_container .blog_post_page_comments .comment-form-cookies-consent input[type="checkbox"] {
  min-width: unset;
}
.blog_post_page_container .blog_post_page_comments .comment-form-cookies-consent label {
  width: auto;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
}
.blog_post_page_container .blog_post_page_comments .form-submit {
  margin: 0 0 15px;
}
@media screen and (max-width: 479px) {
  .blog_post_page_container .blog_post_page_comments .form-submit {
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1.25em;
  }
}
.blog_post_page_container .blog_post_page_comments .comment-list {
  margin: 15px 0 30px;
  padding: 0;
  list-style-type: none;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-body {
  margin-bottom: 20px;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-author {
  margin-bottom: 5px;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-author:before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #79c0ba;
  margin-right: 4px;
  font-size: 18px;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-author .fn {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-author .says {
  display: none;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-metadata {
  margin-bottom: 5px;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-metadata a {
  color: #888;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-metadata a:hover {
  color: #303030;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-metadata .edit-link {
  margin-left: 20px;
  font-size: 90%;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-metadata .edit-link a.comment-edit-link {
  text-decoration: underline;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-metadata .edit-link a.comment-edit-link:hover {
  color: #303030;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-metadata .edit-link a.comment-edit-link:before {
  display: inline-block;
  content: "\f044";
  font-family: "FontAwesome";
  margin-right: 3px;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-awaiting-moderation {
  color: #FF5722;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-content {
  background: #fdfdfd;
  border-left: 5px solid #efefef;
  padding: 10px;
  margin-bottom: 15px;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .reply a {
  display: inline-block;
  margin-left: 5px;
  padding: 6px;
  background: #79c0ba;
  color: #fff;
  border: 1px solid #79c0ba;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1em;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .reply a:hover {
  background: #fff;
  color: #79c0ba;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment #cancel-comment-reply-link {
  margin-left: 15px;
  color: #FF5722;
  font-size: 90%;
  font-weight: normal;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment #cancel-comment-reply-link:before {
  font-family: "FontAwesome";
  content: "\f0e2";
  display: inline-block;
  margin-right: 3px;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.blog_post_page_container .blog_post_page_comments .comment-list .comment .children {
  margin-left: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 479px) {
  .blog_post_page_container .blog_post_page_comments .comment-list .comment .comment-content {
    padding: 5px;
    font-size: 14px;
    line-height: 16px;
  }
  .blog_post_page_container .blog_post_page_comments .comment-list .comment .children {
    margin-left: 5px;
    padding-left: 5px;
  }
}

.related_posts {
  /* Articles connexes */
  margin-top: 30px;
}
.related_posts .related_posts_title {
  text-align: center;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding: 1em 0 .75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.related_posts .related_posts_title span {
  display: inline-block;
  margin: 0 15px;
}
.related_posts .related_posts_title:before, .related_posts .related_posts_title:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #888;
  vertical-align: middle;
}
@media screen and (max-width: 399px) {
  .related_posts .related_posts_title {
    font-size: 22px;
  }
  .related_posts .related_posts_title span {
    margin: 0 10px;
  }
  .related_posts .related_posts_title:before, .related_posts .related_posts_title:after {
    width: 20px;
  }
}

/* Sidebar */
#sidebar .sidebar_block {
  padding-bottom: 20px;
  border: 1px solid #efefef;
}
#sidebar .sidebar_block:not(:last-child) {
  margin-bottom: 30px;
}
#sidebar .sidebar_block .sidebar_block_title {
  padding: 10px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  background: #efefef;
  color: #303030;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}
#sidebar .sidebar_block > * {
  margin-left: 10px;
  margin-right: 10px;
}
#sidebar .sidebar_block ul {
  padding: 0;
  list-style-type: none;
}
#sidebar .sidebar_block ul li {
  margin-bottom: 15px;
}
#sidebar .sidebar_block ul li:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
#sidebar .sidebar_block ul li a:hover {
  background-color: #fdfdfd;
}
#sidebar .sidebar_block ul li .bcw_news_item_header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
#sidebar .sidebar_block ul li .bcw_news_item_header .bcw_news_date {
  padding: 5px;
  background-color: #79c0ba;
  color: #fff;
  font-size: 12px;
  flex: 0 0 70px;
}
#sidebar .sidebar_block ul li .bcw_news_item_header .bcw_news_title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 10px;
  color: #303030;
  flex: 1 1 auto;
}
#sidebar .sidebar_block ul li .bcw_news_description {
  font-size: 13px;
  line-height: 18px;
  color: #888;
  text-align: justify;
}
#sidebar .sidebar_block.custom_dev_block {
  /* CTA dev custom */
  padding-bottom: 0;
}
#sidebar .sidebar_block.custom_dev_block .custom_dev_text {
  text-align: justify;
}
#sidebar .sidebar_block.custom_dev_block .custom_dev_btn {
  margin-top: 20px;
}
#sidebar .sidebar_block.custom_dev_block .custom_dev_illustration {
  margin-left: -10px;
  margin-right: -10px;
}
#sidebar .sidebar_block.widget_products {
  display: flex;
  flex-direction: column;
  width: auto;
}
#sidebar .sidebar_block.widget_products .product_list {
  margin-bottom: 0;
}
#sidebar .sidebar_block.widget_products .wc_widget_shop_page_link {
  order: 9;
}
#sidebar .sidebar_block.widget_products .owl-stage-outer {
  margin-left: 0;
  margin-right: 0;
}
#sidebar .sidebar_block.widget_products.owl-carousel .owl-nav button {
  top: 25%;
}
#sidebar .sidebar_block.widget_products.owl-carousel .owl-nav button.owl-prev {
  left: 5px;
}
#sidebar .sidebar_block.widget_products.owl-carousel .owl-nav button.owl-next {
  right: 5px;
}
#sidebar .sidebar_block.widget_products .wc_widget_shop_page_link {
  margin-top: 15px;
}
#sidebar .sidebar_block.widget_products .wc_widget_shop_page_link a {
  font-size: 15px;
  padding: 6px 10px;
}
#sidebar .sidebar_block.widget_products .product_list_item_content {
  position: relative;
}
#sidebar .sidebar_block.widget_products .product_list_item_content .onsale {
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 2;
  display: inline-block;
  background-color: #79c0ba;
  padding: 6px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
}
#sidebar .sidebar_block.widget_search {
  /* Recherche */
}
#sidebar .sidebar_block.widget_categories {
  /* Menu categories */
}
#sidebar .sidebar_block.widget_categories select {
  width: 100%;
  padding: 12px;
}
#sidebar .product_list_item {
  width: 100%;
  float: none;
}
#sidebar .product_list_item .product_list_item_title {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #303030;
  line-height: 1.25;
  max-height: 2.5em;
  margin: 0.5em 0;
  padding: 0;
}
#sidebar .product_list_item .product_list_item_title a {
  color: #303030;
}
#sidebar .product_list_item .product_list_item_title a:hover {
  color: #9ac862;
}
#sidebar .product_list_item .product_list_item_short_desc {
  color: #888;
  font-size: 13px;
  line-height: 1.25em;
  margin: 0;
}
#sidebar .product_list_item .product_list_item_short_desc a {
  color: inherit;
}
#sidebar .product_list_item .product_list_item_price {
  text-align: center;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #b2d588;
  margin-top: 8px;
}
#sidebar .product_list_item .product_list_item_button {
  display: none;
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  #sidebar .product_list_item .product_list_item_title {
    font-size: 16px;
  }
}
@media screen and (min-width: 480px) and (max-width: 799px) {
  #sidebar .product_list_item .product_list_item_title {
    height: 2.5em;
  }
  #sidebar .product_list_item .product_list_item_short_desc {
    height: 3.75em;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 479px) {
  #sidebar .product_list_item .product_list_item_title, #sidebar .product_list_item .product_list_item_short_desc {
    height: auto;
  }
}

/* Resultats de recherche */
.search_page_content {
  padding-bottom: 30px;
}
.search_page_content .blog_page_header {
  padding: 0;
}

#search_results_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#search_results_list li {
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#search_results_list li .search_result_right .search_result_text {
  padding-top: 10px;
}
#search_results_list li .search_result_right .search_result_text .search_result_post_date {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #888;
  margin-bottom: 6px;
}
#search_results_list li .search_result_right .search_result_text .search_result_title {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0.75em;
  padding: 0;
}
#search_results_list li .search_result_right .search_result_text .search_result_title a {
  color: #303030;
}
#search_results_list li .search_result_right .search_result_text .search_result_title a:hover {
  color: #79c0ba;
}
#search_results_list li .search_result_right .search_result_text .search_result_excerpt {
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
  color: #888;
  margin-bottom: 15px;
}
#search_results_list li .search_result_right .search_result_text .search_result_excerpt p:last-child {
  margin-bottom: 0;
}
#search_results_list li .search_result_right .search_result_text .search_result_link {
  padding-bottom: 4px;
  display: inline-block;
}
#search_results_list li .search_result_right .search_result_text .search_result_link:hover {
  border-bottom: 1px solid #888;
}
#search_results_list li .search_result_right .search_result_text .search_result_link a {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1px;
}
#search_results_list li .search_result_right .search_result_text .search_result_link a:hover {
  color: #303030;
}
#search_results_list li .search_result_right .search_result_post_type {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  background-color: #888;
  color: #fdfdfd;
}
#search_results_list li .search_result_right .search_result_post_type.post_type_post {
  background-color: #79c0ba;
}
#search_results_list li .search_result_right .search_result_post_type.post_type_product {
  background-color: #b2d588;
}
#search_results_list li .search_result_right .search_result_post_type span {
  display: inline-block;
}

#try_again_search form {
  max-width: 480px;
}

@media screen and (min-width: 600px) {
  #search_results_list li {
    display: flex;
    align-items: stretch;
  }
  #search_results_list li .search_result_right {
    display: flex;
  }
  #search_results_list li .search_result_right .search_result_text {
    flex: 0 0 calc(100% - 40px);
    padding-right: 20px;
  }
  #search_results_list li .search_result_right .search_result_post_type {
    flex: 1 1 100%;
    width: 40px;
    margin-right: -10px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  #search_results_list li .search_result_right .search_result_post_type span {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 599px) {
  #search_results_list li {
    position: relative;
  }
  #search_results_list li .search_result_right {
    position: static;
    padding-bottom: 10px;
  }
  #search_results_list li .search_result_right .search_result_post_type {
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #search_results_list li .search_result_right .search_result_post_type span {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
/* 404 */
.error404 #primary {
  min-height: 50vh;
  padding-bottom: 30px;
}
.error404 #primary h1 {
  text-align: center;
  font-size: 40px;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 48px;
  margin: 0;
  padding: 0 0 0.5em;
}
.error404 #primary h1 span {
  display: block;
}
.error404 #primary h1:after {
  content: "";
  height: 2px;
  display: inline-block;
  width: 120px;
  height: 2px;
  background-color: #79c0ba;
}
.error404 #primary .page-content {
  text-align: center;
}
.error404 #primary .page-content p {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #888;
}
.error404 #primary .page-content .searchform {
  margin: 40px 0;
}
@media screen and (min-width: 600px) {
  .error404 #primary .page-content .searchform {
    padding: 0 20%;
  }
}

/* Icons */
i.icon-green {
  color: #b2d588;
}
i.icon-big {
  font-size: 150%;
}

/* Divers */
/* Formulaire de recherche */
.searchform {
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchform * {
  transition: 0.3s all;
}
.searchform input {
  width: calc(100% - 40px);
  border-radius: 0;
}
.searchform input:focus {
  box-shadow: none;
  border-color: #79c0ba;
}
.searchform button {
  width: 40px;
  border-radius: 0;
  background: #79c0ba;
  color: #fff;
  border: none;
}
.searchform button:focus, .searchform button:hover {
  outline: none;
  background: #8ac8c3;
}

/* Carousels */
#page .owl-carousel .owl-nav button {
  position: absolute;
  opacity: 0.5;
  transition: opacity 0.3s;
  top: 50%;
}
#page .owl-carousel .owl-nav button:hover {
  opacity: 0.75;
}
#page .owl-carousel .owl-nav button i {
  color: #303030;
  font-size: 30px;
}
#page .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
#page .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
#page .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}
#page .owl-carousel .owl-dots button {
  width: 16px;
  height: 16px;
  background-color: #efefef;
  margin: 0 5px;
  transition: color .3s;
  border-radius: 50%;
}
#page .owl-carousel .owl-dots button:not(.active):hover {
  background-color: #303030;
}
#page .owl-carousel .owl-dots button.active {
  background-color: #b2d588;
}
#page .owl-carousel .owl-dots button:focus {
  outline: none;
}

/* Pagination */
.paginator {
  margin-top: 30px;
}
.paginator .pagination {
  margin: 0;
}
.paginator .pagination li a, .paginator .pagination li span {
  color: #888;
  border-radius: 0;
  border-color: #ddd;
  transition: 0.3s all;
}
.paginator .pagination li a:hover {
  background: none;
  color: #303030;
  border-color: #888;
}
.paginator .pagination li.active span {
  background-color: #79c0ba;
  color: #fff;
}

.nav-links {
  overflow: hidden;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.nav-links a {
  color: #888;
}
.nav-links a:hover {
  color: #303030;
}
.nav-links > :before,
.nav-links > :after {
  font-family: "FontAwesome";
  display: inline-block;
}
.nav-links .nav-previous:before {
  content: "\f100";
  margin-right: 5px;
}
.nav-links .nav-next:after {
  content: "\f101";
  margin-left: 5px;
}

/* Pages basiques (RGPD, mentions legales, CGV) */
.page-basic h1 {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 0.75em;
  line-height: 40px;
}
.page-basic h2 {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 1em 0;
}
.page-basic p {
  margin: 0 0 8px;
  text-align: justify;
  line-height: 18px;
}
.page-basic ul {
  margin-left: 0;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Commentaires */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

/* Galeries */
.gallery {
  margin: 20px 0;
}
.gallery .gallery-item {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery .gallery-caption {
  display: block;
}
@media screen and (min-width: 600px) {
  .gallery {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  .gallery .gallery-item img {
    width: 100%;
  }
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Alignements */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Infinite scroll */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

div#cookie-law-info-bar {
  /* Bandeau cookies */
  padding: 10px;
  font-size: 14px;
  line-height: 1.25em;
}
div#cookie-law-info-bar .cli-plugin-button {
  padding: 10px;
  margin-top: 0;
  margin-left: 10px;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  div#cookie-law-info-bar #cookie_bar_text {
    flex: 1;
    padding-right: 5px;
  }
  div#cookie-law-info-bar > span {
    /* Bandeau cookies */
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  div#cookie-law-info-bar .cli-plugin-button {
    display: block !important;
    margin-left: 0;
  }
  div#cookie-law-info-bar .cli-plugin-button:first-child {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
