@charset "UTF-8";
/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/
/******************************************************************
Stylesheet: base css
******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
/* line 8, ../scss/_base.scss */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-y: scroll;
}

/* line 14, ../scss/_base.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 21, ../scss/_base.scss */
p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -ms-word-break: keep-all;
  word-break: keep-all;
}

/* line 30, ../scss/_base.scss */
body {
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 37, ../scss/_base.scss */
.cf {
  overflow: hidden;
  *zoom: 1;
}

/* line 42, ../scss/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 47, ../scss/_base.scss */
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

/* line 52, ../scss/_base.scss */
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

/* line 57, ../scss/_base.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 63, ../scss/_base.scss */
iframe,
textarea {
  max-width: 100%;
}

/* line 69, ../scss/_base.scss */
ul.menu {
  padding: 0;
  margin: 0;
}

/* line 75, ../scss/_base.scss */
.alignwide {
  margin-left: -50px;
  margin-right: -50px;
}

/* line 80, ../scss/_base.scss */
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* line 85, ../scss/_base.scss */
.wp-block-image.alignfull {
  max-width: none;
  max-height: 300px;
  overflow: hidden;
}

/******************************************************************
Stylesheet: init css
******************************************************************/
/* line 6, ../scss/_init.scss */
a {
  display: block;
  text-decoration: none;
  width:max-content;
}

/* line 28, ../scss/_init.scss */
ul {
  padding-left: 15px;
}

/* line 32, ../scss/_init.scss */
ul li {
  position: relative;
  list-style: none;
}

/* line 37, ../scss/_init.scss */
ul li:before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  font-weight: 600;
  top: 6px;
  color: #7995a3;
  font-size: 9px;
  left: -12px;
}

/* line 48, ../scss/_init.scss */
ul.unstyled li:before,
ul.menu li:before,
li.widget:before,
.wp-block-gallery li:before {
  content: none;
}

/* line 56, ../scss/_init.scss */
:not(li) > ul > li > ul > li::before {
  content: "\f111";
  font-size: 6px;
  top: 8px;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../scss/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../scss/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../scss/_normalize.scss */
td,
th {
  padding: 0;
}

/******************************************************************
Stylesheet: mixins
******************************************************************/
/* gestion des colonnes */
/******************************************************************
Stylesheet: mixins
******************************************************************/
/* line 5, ../scss/_grid-flex.scss */
.row > * {
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 11, ../scss/_grid-flex.scss */
.row > ul {
  padding-left: 55px;
}

/* line 15, ../scss/_grid-flex.scss */
header .row,
footer .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 20, ../scss/_grid-flex.scss */
.col_1_4 {
  width: 25%;
}
@media (max-width: 767px) {
  /* line 20, ../scss/_grid-flex.scss */
  .col_1_4 {
    width: 100%;
  }
}

/* line 27, ../scss/_grid-flex.scss */
.col_2_4 {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 27, ../scss/_grid-flex.scss */
  .col_2_4 {
    width: 100%;
  }
}

/* line 34, ../scss/_grid-flex.scss */
.col_3_4 {
  width: 75%;
}
@media (max-width: 767px) {
  /* line 34, ../scss/_grid-flex.scss */
  .col_3_4 {
    width: 100%;
  }
}

/* line 41, ../scss/_grid-flex.scss */
.col_1_3 {
  width: 33.33%;
}
@media (max-width: 767px) {
  /* line 41, ../scss/_grid-flex.scss */
  .col_1_3 {
    width: 100%;
  }
}

/* line 48, ../scss/_grid-flex.scss */
.col_2_3 {
  width: 66.67%;
}
@media (max-width: 767px) {
  /* line 48, ../scss/_grid-flex.scss */
  .col_2_3 {
    width: 100%;
  }
}

/* line 55, ../scss/_grid-flex.scss */
.col_1_2 {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 55, ../scss/_grid-flex.scss */
  .col_1_2 {
    width: 100%;
  }
}

/* line 62, ../scss/_grid-flex.scss */
.col_1_1 {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 62, ../scss/_grid-flex.scss */
  .col_1_1 {
    width: 100%;
  }
}

/******************************************************************
Stylesheet: layout css
******************************************************************/
/* line 5, ../scss/_globallayout.scss */
html,
body {
  margin: 0;
  padding: 0;
}

/* line 11, ../scss/_globallayout.scss */
html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* line 16, ../scss/_globallayout.scss */
.wrap {
  margin: 0 auto;
  max-width: 1184px;
}

/* line 21, ../scss/_globallayout.scss */
.site {
  position: relative;
}

/* line 25, ../scss/_globallayout.scss */
.site-content {
  padding-bottom: 80px;
}

/* line 29, ../scss/_globallayout.scss */
.product-layout {
  display: flex;
  padding: 0 118px;
  justify-content: space-between;
  background-color: #fff;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 29, ../scss/_globallayout.scss */
  .product-layout {
    flex-direction: column;
    padding: 0;
  }
}
/* line 41, ../scss/_globallayout.scss */
.product-layout .product-aside {
  width: 280px;
}
@media (max-width: 767px) {
  /* line 41, ../scss/_globallayout.scss */
  .product-layout .product-aside {
    width: 100%;
  }
}
/* line 49, ../scss/_globallayout.scss */
.product-layout .product-main {
  width: calc(100% - 310px);
}
@media (max-width: 767px) {
  /* line 49, ../scss/_globallayout.scss */
  .product-layout .product-main {
    width: 100%;
  }
}

/* line 59, ../scss/_globallayout.scss */
.header-product.alignfull .row {
  max-width: 966px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  /* line 66, ../scss/_globallayout.scss */
  .product-layout {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 71, ../scss/_globallayout.scss */
  .header-product-title h1:before {
    content: none;
  }
}
/******************************************************************
Stylesheet: variables css
******************************************************************/
/******************************************************************
Stylesheet: Header
******************************************************************/
/* line 5, ../scss/_header.scss */
.section-header {
  padding-bottom: 0;
}

/* line 11, ../scss/_header.scss */
.home .section-header {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 17, ../scss/_header.scss */
.header-logo {
  width: 20%;
}
@media (max-width: 767px) {
  /* line 17, ../scss/_header.scss */
  .header-logo {
    width: 100%;
  }
}
/* line 24, ../scss/_header.scss */
.header-logo a {
  height: 100%;
  min-width: 150px;
}
/* line 28, ../scss/_header.scss */
.header-logo a img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  /* line 35, ../scss/_header.scss */
  .section-header-sticky .col.header-logo {
    width: 60%;
  }
}
/* line 41, ../scss/_header.scss */
.header-menu {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 49, ../scss/_header.scss */
.menu-menu-principal-container {
  width: 100%;
}

/* line 54, ../scss/_header.scss */
.header-menu .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
/* line 59, ../scss/_header.scss */
.header-menu .menu li {
  text-align: center;
}
/* line 62, ../scss/_header.scss */
.header-menu .menu li a {
  color: #4c4541;
  font-size: 15px;
  line-height: 20px;
  padding: 48px 8px 40px;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 70, ../scss/_header.scss */
.header-menu .menu li a:hover {
  position: relative;
}
/* line 73, ../scss/_header.scss */
.header-menu .menu li a:hover:after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #7995a3;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 87, ../scss/_header.scss */
.header-menu .menu .nav-main-span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 93, ../scss/_header.scss */
.menu li.current-menu-item a {
  position: relative;
}
@media (max-width: 767px) {
  /* line 93, ../scss/_header.scss */
  .menu li.current-menu-item a {
    color: #7995a3;
  }
}
/* line 100, ../scss/_header.scss */
.menu li.current-menu-item a:after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #7995a3;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  /* line 100, ../scss/_header.scss */
  .menu li.current-menu-item a:after {
    content: none;
  }
}

/* line 115, ../scss/_header.scss */
.user-btn {
  border: 1px solid #f3f1f1;
  padding: 40px 32px;
}
@media (max-width: 767px) {
  /* line 115, ../scss/_header.scss */
  .user-btn {
    border: none;
  }
}
/* line 123, ../scss/_header.scss */
.user-btn .fa-user {
  color: #c5685c;
  font-size: 20px;
}

/*Sous menu*/
/* line 131, ../scss/_header.scss */
.header-menu .menu-menu-principal-container ul.sub-menu {
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 0;
  background-color: #fff;
}
/* line 139, ../scss/_header.scss */
.header-menu .menu-menu-principal-container ul.sub-menu li {
  margin: 0;
  text-align: left;
}

/* line 146, ../scss/_header.scss */
.header-menu .menu-menu-principal-container ul li:hover > ul {
  display: inherit;
  list-style: none;
}

/* line 151, ../scss/_header.scss */
.header-menu li .sub-menu {
  moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 158, ../scss/_header.scss */
.header-menu li:hover .sub-menu {
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*Sticky header*/
/* line 165, ../scss/_header.scss */
.section-header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 20;
  opacity: 0;
  transform-origin: top;
  transform: scale(1, 0);
  transition: 0.2s;
  box-shadow: 0px 2px 10px 0px rgba(35, 31, 32, 0.25);
}
/* line 177, ../scss/_header.scss */
.section-header-sticky .menu-menu-principal-container,
.section-header-sticky .menu {
  height: 100%;
}
/* line 182, ../scss/_header.scss */
.section-header-sticky .header-menu {
  width: auto;
  flex: 1;
}
/* line 187, ../scss/_header.scss */
.section-header-sticky .header-menu .menu li a {
  color: #4c4541;
}
@media (max-width: 767px) {
  /* line 192, ../scss/_header.scss */
  .section-header-sticky .navbar {
    height: 80px;
  }
}

/* line 198, ../scss/_header.scss */
.section-header-sticky.active {
  opacity: 1;
  display: block;
  transform: scale(1, 1);
}

/*Menu burger*/
/* line 205, ../scss/_header.scss */
.site-menuburger-wrapper {
  color: #c5685c;
}

/* line 209, ../scss/_header.scss */
.site-menuburger-wrapper.sticky,
.site-aside {
  z-index: 26;
  color: #c5685c;
}

/* line 215, ../scss/_header.scss */
.site-menuburger-wrapper.sticky {
  top: 16px;
}

/* line 219, ../scss/_header.scss */
.site-menuburger-close {
  color: #c5685c;
  padding-left: 24px;
}

/* line 225, ../scss/_header.scss */
.aside-menu .menu {
  padding-top: 25px;
}
/* line 229, ../scss/_header.scss */
.aside-menu .sub-menu {
  margin-top: 10px;
}
/* line 233, ../scss/_header.scss */
.aside-menu a {
  padding-left: 24px;
  color: #4c4541;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 239, ../scss/_header.scss */
.aside-menu a:hover {
  color: #444;
  text-decoration: underline;
}

/******************************************************************
Stylesheet: footer
******************************************************************/
/* line 4, ../scss/_footer.scss */
.site-footer {
  background-color: #8b827d;
  padding: 24px 0;
  z-index: 10;
  position: relative;
  color: #fff;
  font-size: 15px;
}
/* line 13, ../scss/_footer.scss */
.site-footer a,
.site-footer a:visited,
.site-footer a:active,
.site-footer a:focus,
.site-footer a:hover {
  color: #fff;
  display: inline;
}
/* line 22, ../scss/_footer.scss */
.site-footer h4 {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
/* line 28, ../scss/_footer.scss */
.site-footer p {
  font-size: 15px;
}
/* line 32, ../scss/_footer.scss */
.site-footer .contact p {
  font-size: 18px;
  text-transform: uppercase;
}
/* line 37, ../scss/_footer.scss */
.site-footer .social {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
/* line 44, ../scss/_footer.scss */
.site-footer .social span {
  margin-right: 8px;
  font-size: 30px;
}
/* line 51, ../scss/_footer.scss */
.site-footer .row {
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  /* line 51, ../scss/_footer.scss */
  .site-footer .row {
    text-align: center;
  }
}

/* line 63, ../scss/_footer.scss */
.footer-menu {
  width: 100%;
}

/* line 67, ../scss/_footer.scss */
.footer-menu .menu {
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
/* line 72, ../scss/_footer.scss */
.footer-menu .menu li {
  text-align: center;
}
/* line 75, ../scss/_footer.scss */
.footer-menu .menu li a {
  height: 100%;
  color: #444;
  font-size: 16px;
  line-height: 16px;
  padding: 8px;
}
/* line 82, ../scss/_footer.scss */
.footer-menu .menu li a:hover {
  color: #444;
}
/* line 89, ../scss/_footer.scss */
.footer-menu .menu .nav-main-span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 96, ../scss/_footer.scss */
.logo-qualiopi {
  background-color: #fff;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -72px;
}
@media (max-width: 767px) {
  /* line 96, ../scss/_footer.scss */
  .logo-qualiopi {
    margin-top: 0;
  }
}

/******************************************************************
Stylesheet: global css
******************************************************************/
/******************************************************************
Stylesheet: mixins
******************************************************************/
/* line 6, ../scss/_global.scss */
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #6c504b;
}

/* line 13, ../scss/_global.scss */
body.home {
  background-color: rgba(137, 121, 116, 0.1);
}

/* line 24, ../scss/_global.scss */
a {
  color: #7995a3;
}

/* line 28, ../scss/_global.scss */
p a {
  text-decoration: underline;
}

/*Styles de bases*/
/* line 35, ../scss/_global.scss */
.page-id-1454 .site-content,
.membre-template-default .site-content,
.page-id-1577 .site-content {
  background-color: rgba(137, 121, 116, 0.1);
}

/*Titres*/
/* line 42, ../scss/_global.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6c504b;
  margin: 0 0 16px 0;
}

/* line 53, ../scss/_global.scss */
.header-product-title h1 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 300;
  color: #fff;
  position: relative;
  padding-left: 24px;
}
/* line 61, ../scss/_global.scss */
.header-product-title h1 span {
  font-weight: 600;
}
/* line 65, ../scss/_global.scss */
.header-product-title h1:before {
  content: url(/wp-content/uploads/2020/10/bubble2.png);
  position: absolute;
  top: 9px;
  left: -60px;
}
@media (max-width: 767px) {
  /* line 65, ../scss/_global.scss */
  .header-product-title h1:before {
    content: none;
  }
}
@media (max-width: 767px) {
  /* line 53, ../scss/_global.scss */
  .header-product-title h1 {
    font-size: 38px;
    line-height: 44px;
  }
}

/* line 81, ../scss/_global.scss */
.site-name {
  position: absolute;
  left: -10000px;
}

/* line 85, ../scss/_global.scss */
.single-membre .header-product-title h1:before {
  left: -86px;
}

/* line 89, ../scss/_global.scss */
.single-formation h2,
.single-membre h2,
.page-template-default h2 {
  color: #7995a3;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

/* line 98, ../scss/_global.scss */
.single-membre h2 {
  color: #d8bb7f;
}

/* line 102, ../scss/_global.scss */
.product-layout p,
.product-layout li {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}

/*Home*/
/* line 111, ../scss/_global.scss */
.home .main-content {
  background: url(/wp-content/uploads/2020/10/fleur-multicolore-full.png) no-repeat 88% 10%;
  background-size: auto;
}
@media (max-width: 767px) {
  /* line 111, ../scss/_global.scss */
  .home .main-content {
    background: none;
  }
}

/* line 122, ../scss/_global.scss */
#kt-info-box_e138f8-06 .kt-blocks-info-box-link-wrap,
#kt-info-box_0816d8-0f .kt-blocks-info-box-link-wrap,
#kt-info-box_14129f-25 .kt-blocks-info-box-link-wrap {
  height: 244px;
  width: 244px;
  padding-top: 60px;
  margin: 0 auto;
}
/* line 130, ../scss/_global.scss */
#kt-info-box_e138f8-06 .kt-blocks-info-box-link-wrap .kt-blocks-info-box-text,
#kt-info-box_0816d8-0f .kt-blocks-info-box-link-wrap .kt-blocks-info-box-text,
#kt-info-box_14129f-25 .kt-blocks-info-box-link-wrap .kt-blocks-info-box-text {
  margin-top: 20px;
}

/*Page g├®n├®rique*/
/* line 137, ../scss/_global.scss */
.heading-page {
  position: relative;
}
/* line 140, ../scss/_global.scss */
.heading-page:before {
  content: url(/wp-content/uploads/2020/10/bubble2.png);
  position: absolute;
  top: 9px;
  left: -68px;
}
@media (max-width: 767px) {
  /* line 140, ../scss/_global.scss */
  .heading-page:before {
    content: none;
  }
}

/* line 156, ../scss/_global.scss */
.cartouche p {
  font-weight: 300;
}

/*Contact form*/
/* line 163, ../scss/_global.scss */
form.wpcf7-form {
  max-width: 650px;
  padding-left: 32px;
}
@media (max-width: 767px) {
  /* line 163, ../scss/_global.scss */
  form.wpcf7-form {
    padding-left: 0;
  }
}

/* line 172, ../scss/_global.scss */
.wpcf7-form label {
  font-weight: 600;
  margin-right: 16px;
  margin-top: 8px;
  flex: 1;
  color: #444;
}

/* line 180, ../scss/_global.scss */
.wpcf7-form p {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 180, ../scss/_global.scss */
  .wpcf7-form p {
    display: inherit;
  }
}

/* line 190, ../scss/_global.scss */
.wpcf7-form .wpcf7-form-control-wrap {
  width: 78%;
}

/* line 194, ../scss/_global.scss */
.wpcf7-form input:not([type=submit]) {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 8px;
}

/* line 200, ../scss/_global.scss */
.wpcf7-form textarea {
  margin-top: 16px;
  border: 1px solid #e6e6e6;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 200, ../scss/_global.scss */
  .wpcf7-form textarea {
    margin-top: 0;
  }
}

/* line 210, ../scss/_global.scss */
input.wpcf7-form-control.wpcf7-submit {
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  background-color: #444;
  padding: 14px 30px;
}
/* line 218, ../scss/_global.scss */
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #666666;
}

/* Navigation de la page des articles */
/* line 226, ../scss/_global.scss */
.nav-pagination a {
  display: inline-block;
}

/*Fiche produit*/
/* line 233, ../scss/_global.scss */
.single-formation .site-content {
  background-color: rgba(137, 121, 116, 0.1);
}

/* line 237, ../scss/_global.scss */
.formation-template-default,
.membre-template-default {
  font-size: 14px;
}
/* line 241, ../scss/_global.scss */
.formation-template-default a,
.membre-template-default a {
  display: inline;
}

/* line 246, ../scss/_global.scss */
.product-layout ul li {
  font-size: 14px;
  line-height: 1.8;
}

/* line 251, ../scss/_global.scss */
.product-section {
  margin-bottom: 32px;
  padding-top: 18px;
}

/* line 256, ../scss/_global.scss */
.header-product {
  margin-bottom: 96px;
  padding-top: 56px;
  padding-bottom: 0;
  background-color: #7995a3;
}
/* line 262, ../scss/_global.scss */
.header-product.formateurs {
  background-color: #d8bb7f;
}

/* line 267, ../scss/_global.scss */
.ariane {
  color: #fff;
  font-weight: 300;
  padding-left: 10px;
}

/* line 273, ../scss/_global.scss */
.desc-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 273, ../scss/_global.scss */
  .desc-container {
    display: block;
  }
}
/* line 281, ../scss/_global.scss */
.desc-container .desc-cartouche {
  background-color: #fff;
  padding: 24px;
  flex-basis: 856px;
  overflow: hidden;
}
/* line 287, ../scss/_global.scss */
.desc-container .desc-cartouche p {
  color: #7995a3;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 287, ../scss/_global.scss */
  .desc-container .desc-cartouche p {
    font-size: 24px;
    line-height: 26px;
  }
}
/* line 300, ../scss/_global.scss */
.desc-container .desc-cartouche.formateurs {
  background-color: #b7893f;
  flex-basis: inherit;
  padding: 24px 147px 30px 24px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 300, ../scss/_global.scss */
  .desc-container .desc-cartouche.formateurs {
    padding: 24px;
  }
}
/* line 310, ../scss/_global.scss */
.desc-container .desc-cartouche.formateurs:after {
  content: url(/wp-content/uploads/2020/10/shape-cartouche.png);
  position: absolute;
  top: 0;
  right: 0;
  width: 249px;
  height: 140px;
}
@media (max-width: 767px) {
  /* line 310, ../scss/_global.scss */
  .desc-container .desc-cartouche.formateurs:after {
    opacity: 0.4;
  }
}
/* line 323, ../scss/_global.scss */
.desc-container .desc-cartouche.formateurs p {
  color: #fff;
  font-weight: 700;
}
/* line 330, ../scss/_global.scss */
.desc-container .pdf-btn {
  flex-basis: 80px;
}

/* line 336, ../scss/_global.scss */
.mbs {
  margin-bottom: 8px;
}

/* line 340, ../scss/_global.scss */
.logo-formateur {
  max-width: 200px;
  max-height: 200px;
  margin-left: 80px;
}

/* line 347, ../scss/_global.scss */
.code-form {
  background-color: #b0aa8f;
  color: #fff;
  font-size: 14px;
  padding: 11px 10px;
  text-align: center;
}

/* line 356, ../scss/_global.scss */
.product-section-aside {
  text-align: center;
  margin-top: 32px;
}
/* line 361, ../scss/_global.scss */
.product-section-aside .aside-head {
  background-color: #3f9ac7;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 369, ../scss/_global.scss */
.product-section-aside .aside-main {
  background-color: #f3f1f1;
  padding: 20px;
}
/* line 373, ../scss/_global.scss */
.product-section-aside .aside-main .aside-sstitle {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  margin-bottom: 24px;
}
/* line 381, ../scss/_global.scss */
.product-section-aside .aside-main .aside-sstitle:after {
  content: "---";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 4px);
}
/* line 390, ../scss/_global.scss */
.product-section-aside .aside-main .aside-time {
  text-align: left;
  position: relative;
  margin-bottom: 24px;
}
/* line 395, ../scss/_global.scss */
.product-section-aside .aside-main .aside-time span {
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: 300;
}
/* line 401, ../scss/_global.scss */
.product-section-aside .aside-main .aside-time span:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 411, ../scss/_global.scss */
.product-section-aside .aside-main .aside-time:after {
  content: "---";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 4px);
  font-weight: 300;
}
/* line 421, ../scss/_global.scss */
.product-section-aside .aside-main .aside-inter {
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
}
/* line 426, ../scss/_global.scss */
.product-section-aside .aside-main .aside-inter .aside-tarif {
  color: #3f9ac7;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 16px;
}
/* line 433, ../scss/_global.scss */
.product-section-aside .aside-main .aside-inter .aside-date-inter {
  font-weight: 300;
}
/* line 437, ../scss/_global.scss */
.product-section-aside .aside-main .aside-inter:after {
  content: "---";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 4px);
  font-weight: 300;
}
/* line 447, ../scss/_global.scss */
.product-section-aside .aside-main .aside-intra {
  font-size: 15px;
  margin-top: 16px;
}
/* line 454, ../scss/_global.scss */
.product-section-aside .prod-devis {
  color: #8a9ea8;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  border: 5px solid #8a9ea8;
  background-color: #ffffff;
  padding: 20px 44px;
  margin-top: 16px;
}

/*Vignettes*/
/* line 469, ../scss/_global.scss */
.card-layout {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

/* line 475, ../scss/_global.scss */
.card-item {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  width: 280px;
  margin-top: 24px;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  position: relative;
  border:1px solid lightgrey;
  padding:4px;
}

.card-item:hover {
    box-shadow:5px 5px 5px lightgrey;
}

@media (max-width: 767px) {
  /* line 475, ../scss/_global.scss */
  .card-item {
    width: 100%;
  }
}
/* line 488, ../scss/_global.scss */
.card-item .card-header {
  text-align: center;
  background-color: #d8bb7f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 18px 20px 52px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 497, ../scss/_global.scss */
.card-item .card-header em {
  text-transform: initial;
}
/* line 502, ../scss/_global.scss */
.card-item .card-header-thumb {
  margin-top: -60px;
}

/* line 510, ../scss/_global.scss */
.card-item .card-main {
  font-weight: 300;
  padding: 16px 20px;
  background-color: #fff;
}
/* line 517, ../scss/_global.scss */
.card-item .card-form-desc {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.35;
  margin-top: 10px;
}
/* line 523, ../scss/_global.scss */
.card-item .card-form-desc:after {
  content: "---";
  position: absolute;
  bottom: -18px;
  left: calc(50% - 10px);
  font-weight: 300;
}
/* line 532, ../scss/_global.scss */
.card-item .card-form-link {
  position: absolute;
  right: 10px;
  bottom: 32px;
}
/* line 537, ../scss/_global.scss */
.card-item .card-form-link i {
  font-size: 30px;
  color: #d8bb7f;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 546, ../scss/_global.scss */
.card-item:hover .card-header {
  background-color: #B7893F;
}
/* line 549, ../scss/_global.scss */
.card-item:hover .card-form-link i {
  color: #B7893F;
}

/* line 553, ../scss/_global.scss */
.card-item-link-wrapper {
  height: 100%;
  color: inherit;
}

/* line 558, ../scss/_global.scss */
.page-id-1454 .card-item {
  width: 310px;
}

/* line 564, ../scss/_global.scss */
.card-layout.thematique a:hover section {
  box-shadow: 0px 0px 15px 3px #00000017;
}

/* line 568, ../scss/_global.scss */
.card-layout.thematique .card-item {
  padding: 30px 20px 40px;
}

/*Vignettes sous-cat├®gories*/
/* line 574, ../scss/_global.scss */
.formations-detail-wrapper.formations-detail-wrapper-opened {
  width: 100%;
}
/* line 577, ../scss/_global.scss */
.formations-detail-wrapper.formations-detail-wrapper-opened ul {
  padding-left: 0;
}

/* line 584, ../scss/_global.scss */
.list-cat-layout {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 584, ../scss/_global.scss */
  .list-cat-layout {
    margin-right: 0;
  }
}
/* line 595, ../scss/_global.scss */
.list-cat-layout li:before {
  content: none;
}
/* line 599, ../scss/_global.scss */
.list-cat-layout .card-item {
  position: relative;
  padding: 12px;
  margin-top: 8px;
}
/* line 605, ../scss/_global.scss */
.list-cat-layout a:hover section {
  box-shadow: 0px 0px 15px 3px #00000017;
}
/* line 610, ../scss/_global.scss */
.list-cat-layout .list-cat {
  width: 48%;
  background-color: #fff;
}
@media (max-width: 767px) {
  /* line 610, ../scss/_global.scss */
  .list-cat-layout .list-cat {
    width: 100%;
  }
}

/* line 620, ../scss/_global.scss */
.card-layout.thematique section.card-item.list {
  width: 100%;
  margin-left: 0;
  padding: 20px 20px 20px 40px;
}
/* line 625, ../scss/_global.scss */
.card-layout.thematique section.card-item.list h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #d8bb7f;
  margin-bottom: 4px;
  position: relative;
}
/* line 633, ../scss/_global.scss */
.card-layout.thematique section.card-item.list h4:before {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  position: absolute;
  top: calc(50% - 14px);
  left: -30px;
  color: #d8bb7f;
  font-weight: 400;
}
/* line 646, ../scss/_global.scss */
.card-layout.thematique section.card-item.list .meta-item {
  color: #6c504b;
}
/* line 649, ../scss/_global.scss */
.card-layout.thematique section.card-item.list .meta-item span {
  margin-right: 6px;
}

/* line 659, ../scss/_global.scss */
.single-membre .card-layout.thematique section.card-item.list h4:before {
  left: -40px;
}

/* line 664, ../scss/_global.scss */
.list-cat .title-cat {
  background-color: #d8bb7f;
  padding: 16px 16px 24px;
}
@media (max-width: 767px) {
  /* line 664, ../scss/_global.scss */
  .list-cat .title-cat {
    padding: 16px 16px 1px;
  }
}
/* line 672, ../scss/_global.scss */
.list-cat .title-cat h3 {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 672, ../scss/_global.scss */
  .list-cat .title-cat h3 {
    font-size: 24px;
  }
}

/* line 686, ../scss/_global.scss */
.page-id-1577 .header-product {
  padding-bottom: 56px;
  margin-bottom: 46px;
}

/* line 692, ../scss/_global.scss */
.page-id-1577 .header-product {
  background-color: #7995a3;
}

/* line 697, ../scss/_global.scss */
.page-id-1577 .header-product-title h1 {
  font-weight: 700;
  padding-left: 0;
}

/* line 702, ../scss/_global.scss */
.page-id-1577 .header-product-title h1:before {
  content: url(/wp-content/uploads/2020/10/bubble3.png);
  top: 0px;
  left: -53px;
  transform: rotate(-737deg);
}
@media (max-width: 767px) {
  /* line 702, ../scss/_global.scss */
  .page-id-1577 .header-product-title h1:before {
    content: none;
  }
}

/* line 713, ../scss/_global.scss */
.page-id-1577 .card-layout.thematique {
  justify-content: flex-start;
}

/* line 717, ../scss/_global.scss */
.page-id-1577 .card-item.formations-item-wrapper {
  background-color: #7995a3;
}

/* line 721, ../scss/_global.scss */
.page-id-1577 .card-item.formations-item-wrapper:hover {
  background-color: #3f9ac7;
}

/* line 725, ../scss/_global.scss */
.page-id-1577 .card-item.formations-item-wrapper h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 725, ../scss/_global.scss */
  .page-id-1577 .card-item.formations-item-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

/* line 739, ../scss/_global.scss */
.page-id-1577 .card-item {
  text-align: left;
}

/* line 743, ../scss/_global.scss */
.page-id-1577 .card-layout.thematique .card-item {
  flex-basis: 300px;
  padding: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 743, ../scss/_global.scss */
  .page-id-1577 .card-layout.thematique .card-item {
    flex-basis: 100%;
    margin-right: 0;
  }
}

/*Search*/
/* line 759, ../scss/_global.scss */
.search-bar {
  margin-bottom: 32px;
  border: 10px solid #d7d3c5;
  background-color: #fff;
}

/* line 766, ../scss/_global.scss */
.search-title h3 {
  margin: 0;
}

/* line 770, ../scss/_global.scss */
.search-container {
  padding: 20px 80px 28px 100px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 770, ../scss/_global.scss */
  .search-container {
    padding: 24px 10px 40px 10px;
  }
}
/* line 778, ../scss/_global.scss */
.search-container input::placeholder {
  font-size: 30px;
  color: #8b827d;
}
/* line 782, ../scss/_global.scss */
.search-container form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 787, ../scss/_global.scss */
.search-container input[type="submit"] {
  position: relative;
  opacity: 0;
  height: 72px;
  width: 72px;
}

/* line 795, ../scss/_global.scss */
.search-box {
  flex: 1;
}
/* line 798, ../scss/_global.scss */
.search-box .search-proj {
  width: 100%;
  font-size: 30px;
  height: 40px;
  border: none;
  border-bottom: 1px solid;
  padding-top: 40px;
  padding-bottom: 20px;
}
/* line 807, ../scss/_global.scss */
.search-box .search-proj:focus {
  outline: 0;
}

/* line 812, ../scss/_global.scss */
.search-btn {
  width: 72px;
  height: 72px;
  position: relative;
}
/* line 817, ../scss/_global.scss */
.search-btn i {
  display: block;
  position: absolute;
  right: 0;
  font-size: 40px;
  font-weight: 600;
  color: #8b827d;
  padding: 16px;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 831, ../scss/_global.scss */
.search-btn:hover i {
  background-color: #4c4541;
  color: #fff;
}

/* line 837, ../scss/_global.scss */
.catalogue-search-bar {
  position: relative;
  bottom: -60px;
}

/* line 842, ../scss/_global.scss */
.fa-arrow-alt-circle-right {
  margin-right: 4px;
}

/*Intranet*/
/* line 849, ../scss/_global.scss */
.btn-list-priv {
  display: flex;
  justify-content:space-between;
  margin: 16px 0;
  align-items: center;
}
/* line 854, ../scss/_global.scss */
.btn-list-priv a {
  border: 1px solid;
  border-radius: 25px;
  padding: 0px 6px;
  margin-right: 6px;
  font-size: 14px;
}

/*Star rating*/
/* line 867, ../scss/_global.scss */
.star-ratings {
  unicode-bidi: bidi-override;
  color: #ccc;
  font-size: 24px;
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 875, ../scss/_global.scss */
.star-ratings .fill-ratings {
  color: #3F9AC7;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* line 886, ../scss/_global.scss */
.star-ratings .fill-ratings span {
  display: inline-block;
}
/* line 891, ../scss/_global.scss */
.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}

/*Responsive*/
@media (max-width: 1140px) {
  /* line 903, ../scss/_global.scss */
  .search-container input::placeholder {
    font-size: 20px;
  }
}
@media (max-width: 468px) {
  /* line 911, ../scss/_global.scss */
  .search-container {
    padding: 0;
  }

  /* line 915, ../scss/_global.scss */
  .search-bar {
    padding-left: 0;
  }

  /* line 919, ../scss/_global.scss */
  .search-box .search-proj {
    border-bottom: none;
    height: inherit;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  /* line 926, ../scss/_global.scss */
  .search-container input::placeholder {
    font-size: 18px;
  }
}
/*Single membre*/
/* line 935, ../scss/_global.scss */
.single-membre .header-product {
  background-color: #d8bb7f;
}

/* line 940, ../scss/_global.scss */
.single-membre .header-product-title h1 {
  font-weight: 700;
  padding-left: 0;
}

/* line 945, ../scss/_global.scss */
.single-membre .desc-container .desc-cartouche p {
  color: #d8bb7f;
}

/* line 949, ../scss/_global.scss */
.single-membre .desc-container {
  justify-content: center;
}

/* line 954, ../scss/_global.scss */
.single-membre .desc-cartouche {
  flex-basis: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 5px 24px;
}
@media (max-width: 767px) {
  /* line 954, ../scss/_global.scss */
  .single-membre .desc-cartouche {
    flex-direction: column-reverse;
  }
}

/* line 966, ../scss/_global.scss */
.single-membre .thumb-form {
  background-color: #d8bb7f;
  width: 127px;
  height: 106px;
}

/* line 972, ../scss/_global.scss */
.single-membre .thumb-form img {
  position: relative;
  left: -60px;
}

/* line 977, ../scss/_global.scss */
.single-membre .item-name-biz {
  display: inline-block;
  font-size: 20px;
  background-color: #c1665b;
  color: #fff;
  padding: 1px 3px;
  margin-top: 6px;
  font-weight: 300;
}

/* line 987, ../scss/_global.scss */
.single-formation h2 {
  color: #7995a3;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

/* line 994, ../scss/_global.scss */
.single-membre .card-layout {
  justify-content: flex-start;
}
/* line 997, ../scss/_global.scss */
.single-membre .card-layout ul {
  padding: 0;
}

/* line 1003, ../scss/_global.scss */
.single-membre .list-cat {
  width: 100%;
}
/* line 1006, ../scss/_global.scss */
.single-membre .list-cat ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1011, ../scss/_global.scss */
.single-membre .list-cat ul li {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 1011, ../scss/_global.scss */
  .single-membre .list-cat ul li {
    width: 100%;
  }
}

/* line 1021, ../scss/_global.scss */
.single-membre ul li::before {
  content: none;
}

/* line 1026, ../scss/_global.scss */
.single-membre .title-cat {
  padding: 6px 22px;
}

/* line 1030, ../scss/_global.scss */
.single-membre .title-cat + ul {
  padding-left: 0;
}

/* line 1035, ../scss/_global.scss */
.single-membre .title-cat h3 {
  font-size: 18px;
  text-transform: initial;
  margin-bottom: 0;
  position: relative;
}

/* line 1042, ../scss/_global.scss */
.single-membre .title-cat h3::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  font-weight: 600;
  top: 10px;
  color: #fff;
  font-size: 9px;
  left: -12px;
}

/* line 1053, ../scss/_global.scss */
.single-membre .card-item {
  margin-top: 0;
  text-align: left;
}

/* line 1058, ../scss/_global.scss */
.single-membre .format {
  text-transform: uppercase;
  font-weight: 700;
}

/* line 1064, ../scss/_global.scss */
.single-membre .aside-name-biz {
  background-color: #c1665b;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 20px;
}

/* line 1072, ../scss/_global.scss */
.single-membre .logo-formateur {
  margin: 0 auto;
}

/* line 1076, ../scss/_global.scss */
.single-membre .site-membre {
  background-color: #f3f1f1;
  padding: 16px 20px 10px;
  margin-top: 24px;
  position: relative;
}

/* line 1083, ../scss/_global.scss */
.single-membre .site-membre::before {
  content: "\f109";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  position: absolute;
  top: -26px;
  left: calc(50% - 20px);
  font-weight: 600;
  background-color: #c1665b;
  color: #fff;
  padding: 12px 10px;
  border-radius: 100px;
}

/* line 1098, ../scss/_global.scss */
.single-membre .site-membre a {
  color: #c1665b;
  font-weight: 700;
}

/* line 1104, ../scss/_global.scss */
.single-membre .aside-membre-title {
  background-color: #dda93d;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-top: 44px;
  padding: 24px;
}

/* line 1113, ../scss/_global.scss */
.single-membre .aside-membre-contact {
  text-align: left;
  font-weight: 300;
  margin-bottom: 12px;
}

/* line 1119, ../scss/_global.scss */
.single-membre hr {
  position: relative;
  height: 10px;
  border-color: transparent;
}

/* line 1125, ../scss/_global.scss */
.single-membre hr:after {
  content: "---";
  position: absolute;
  bottom: 0;
  left: calc(50% - 4px);
  color: #6c504b;
  font-weight: 300;
}

/* line 1134, ../scss/_global.scss */
.single-membre .social-member a {
  color: #6c504b;
}

/* line 1138, ../scss/_global.scss */
.single-membre .social-member span {
  margin-left: 12px;
}

/* line 1142, ../scss/_global.scss */
.single-membre .call-membre {
  border: 5px solid #d8bb7f;
  background-color: #ffffff;
  color: #d8bb7f;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 16px;
  margin-top: 24px;
}

/* line 1154, ../scss/_global.scss */
.taxo-container {
  display: flex;
  flex-flow: row wrap;
  margin-top: 8px;
}

/* line 1160, ../scss/_global.scss */
.single-membre .taxonomy {
  display: inline-block;
  background-color: #b0aa8f;
  font-size: 18px;
  font-weight: 300;
  padding: 4px 12px;
  color: #fff;
  margin: 4px;
}
