@charset "UTF-8";
/*!
Theme Name: Theme Startup
Author: Team Startup
Description: Thème Startup basé sur http://underscores.me/
Version: 1.0.0
Text Domain: theme-startup
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  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;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Helpers */
/*--------------------------------

	Colours

*/
/*--------------------------------

	Typography

*/
/*--------------------------------

	Easing/Timing

*/
/*--------------------------------

	Transitions

*/
/*--------------------------------

	Perso projet


*/
/*--------------------------------

	Media Queries

	used for outputting content either between media query tags


*/
/*--------------------------------

	Form input placeholder text

	example:

	input,
	textarea {
		@include input-placeholder {
			color: $grey;
		}
	}

*/
/*--------------------------------

	Content margins

	for removing first/last child margins

*/
/*--------------------------------

	Colours

	background, colour, etc. match up with colour map in _variables.scss

	modify to suit per project

*/
.has-red-color {
  color: red !important;
}

.has-red-background-color {
  background-color: red !important;
}

.has-green-color {
  color: green !important;
}

.has-green-background-color {
  background-color: green !important;
}

.has-blue-color {
  color: blue !important;
}

.has-blue-background-color {
  background-color: blue !important;
}

.has-white-color {
  color: white !important;
}

.has-white-background-color {
  background-color: white !important;
}

/*--------------------------------

	Classes utilisables telles quelles dans fichier html

*/
.viewproduct {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
.viewproduct a {
  width: 100%;
  height: 100%;
  display: block;
  background: none !important;
}

.fit-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.fit-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Base */
/*--------------------------------

	Box sizing

*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------

	Basic document styling

*/
html {
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  background-color: #f8f7ee;
  color: #2b3235;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
body.open, body.open-filtre {
  overflow: hidden;
  height: 100vh;
}

#page {
  position: relative;
}

/*--------------------------------

	Text selection/highlighting

*/
::-moz-selection {
  background: #2b3235;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #2b3235;
  color: #fff;
  text-shadow: none;
}

/* core */
/*--------------------------------

	Anchor

*/
a {
  color: #e20613;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a:hover {
  text-decoration: none;
}
a:visited, a:active, a:focus {
  outline: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a img {
  border: none;
}

/*--------------------------------

	Button

*/
.entry-content .wp-block-buttons .wp-block-button__link, a.btn-full, .btn-full, a.btn-full-white, .btn-full-white, .wp-block-button.is-style-btn-full-white .wp-block-button__link, a.btn-full-red, a.forminator-button, .btn-full-red, button,
input[type=button],
input[type=reset],
input[type=submit], .forminator-button, .wp-block-button.is-style-btn-full-red .wp-block-button__link, a.btn-full-grey, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link, .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button:not([class*=is-style]) .wp-block-button__link, a.btn-empty, .btn-empty, a.btn-empty-white, .btn-empty-white, .wp-block-button.is-style-btn-empty-white .wp-block-button__link, a.btn-empty-red, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link, a.btn-empty-grey, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  clear: both;
  text-decoration: none;
  border: 1px solid;
  line-height: 1;
  outline: none;
  border-radius: 4px;
  padding: 24px 40px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}
.entry-content .wp-block-buttons .wp-block-button__link:hover, .btn-full:hover, .btn-full-white:hover, .wp-block-button.is-style-btn-full-white .wp-block-button__link:hover, .btn-full-red:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .forminator-button:hover, .wp-block-button.is-style-btn-full-red .wp-block-button__link:hover, .btn-full-grey:hover, .wp-block-button.is-style-btn-full-grey .wp-block-button__link:hover, .wp-block-button.is-style-default .wp-block-button__link:hover, .wp-block-button:not([class*=is-style]) .wp-block-button__link:hover, .btn-empty:hover, .btn-empty-white:hover, .wp-block-button.is-style-btn-empty-white .wp-block-button__link:hover, .btn-empty-red:hover, .wp-block-button.is-style-btn-empty-red .wp-block-button__link:hover, .btn-empty-grey:hover, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link:hover {
  text-decoration: none;
}

a.btn-empty, .btn-empty, a.btn-empty-white, .btn-empty-white, .wp-block-button.is-style-btn-empty-white .wp-block-button__link, a.btn-empty-red, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link, a.btn-empty-grey, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link {
  background-color: rgba(255, 255, 255, 0);
}
a.btn-empty-grey, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link {
  border-color: #2b3235;
  color: #2b3235;
}
a.btn-empty-grey:hover, .btn-empty-grey:hover, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link:hover {
  background: #2b3235;
  color: #fff;
}
a.btn-empty-red, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link {
  border-color: #e20613;
  color: #e20613;
}
a.btn-empty-red:hover, .btn-empty-red:hover, .wp-block-button.is-style-btn-empty-red .wp-block-button__link:hover {
  background: #e20613;
  color: #fff;
}
a.btn-empty-white, .btn-empty-white, .wp-block-button.is-style-btn-empty-white .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}
a.btn-empty-white:hover, .btn-empty-white:hover, .wp-block-button.is-style-btn-empty-white .wp-block-button__link:hover {
  background: #fff;
  color: #2b3235;
}
a.btn-full, .btn-full, a.btn-full-white, .btn-full-white, .wp-block-button.is-style-btn-full-white .wp-block-button__link, a.btn-full-red, a.forminator-button, .btn-full-red, button,
input[type=button],
input[type=reset],
input[type=submit], .forminator-button, .wp-block-button.is-style-btn-full-red .wp-block-button__link, a.btn-full-grey, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link, .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button:not([class*=is-style]) .wp-block-button__link {
  color: #fff;
}
a.btn-full-grey, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link, .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button:not([class*=is-style]) .wp-block-button__link {
  background: #2b3235;
  border-color: #2b3235;
}
a.btn-full-grey:hover, .btn-full-grey:hover, .wp-block-button.is-style-btn-full-grey .wp-block-button__link:hover, .wp-block-button.is-style-default .wp-block-button__link:hover, .wp-block-button:not([class*=is-style]) .wp-block-button__link:hover {
  background: #141719;
  border-color: #141719;
  color: #fff;
}
a.btn-full-red, a.forminator-button, .btn-full-red, button,
input[type=button],
input[type=reset],
input[type=submit], .forminator-button, .wp-block-button.is-style-btn-full-red .wp-block-button__link {
  background: #e20613;
  border-color: #e20613;
}
a.btn-full-red:hover, .btn-full-red:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .forminator-button:hover, .wp-block-button.is-style-btn-full-red .wp-block-button__link:hover {
  background: #941914;
  border-color: #941914;
}
a.btn-full-white, .btn-full-white, .wp-block-button.is-style-btn-full-white .wp-block-button__link {
  color: #2b3235;
  background: #fff;
  border-color: #fff;
}
a.btn-full-white:hover, .btn-full-white:hover, .wp-block-button.is-style-btn-full-white .wp-block-button__link:hover {
  background: #f8f7ee;
  border-color: #f8f7ee;
}

/***** Boutons gutenberg ******/
/* Default */
/* Avec class */
/***** Boutons spéciaux ******/
.forminator-button {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "Inter", sans-serif;
}

.go-back {
  text-align: center;
  margin-top: 90px;
}

/*--------------------------------

	Comportement des images dans le contenu des pages

*/
a img {
  border: none;
}

.no-photo:empty {
  background: url("/images/commun/no-photo.jpg") no-repeat scroll center;
  opacity: 0.4;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

/*--------------------------------

	Liste

*/
.entry-content ul:not(.blocks-gallery-grid):not(.rslides) {
  padding: 0;
  margin: 30px 0 30px 22px;
}
.entry-content ul:not(.blocks-gallery-grid):not(.rslides) li {
  list-style: square;
  margin-bottom: 0;
}
.entry-content ul:not(.blocks-gallery-grid):not(.rslides) li::marker {
  color: #e20613;
  font-size: 26px;
}
.entry-content ol {
  margin: 30px 0 30px 15px;
  padding: 0;
}
.entry-content ol li {
  list-style: decimal;
  line-height: 1.3;
  margin-bottom: 10px;
}

/*--------------------------------

	Logo

*/
.site-branding > p {
  margin: 0;
}
.site-branding .site-title a {
  width: 165px;
  height: 50px;
  display: block;
  text-indent: -99999px;
  background: url(/wp-content/themes/theme-startup/images/logo/logo-hallou-escaliers.svg) no-repeat center;
  background-size: 100%;
}
.site-branding .site-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*--------------------------------

	Table

*/
.entry-content .wp-block-table.is-style-stripes {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.entry-content .wp-block-table.is-style-stripes table {
  margin: 0;
}
.entry-content .wp-block-table.is-style-stripes thead {
  border: none;
  background-color: #000;
  color: white;
}
.entry-content .wp-block-table.is-style-stripes thead th {
  padding: 10px 20px;
  font-weight: 400;
  line-height: 1.5;
}
.entry-content .wp-block-table.is-style-stripes tbody {
  background: #fff;
}
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background: none;
}
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(2n+2) {
  background-color: #f3f3f3;
}
.entry-content .wp-block-table.is-style-stripes tbody tr td {
  line-height: 1.5;
  padding: 10px 20px;
}

/*--------------------------------

	Règles typographiques

*/
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/theme-startup/assets/fonts/Inter-Regular.woff2") format("woff2"), url("/wp-content/themes/theme-startup/assets/fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/theme-startup/assets/fonts/Inter-SemiBold.woff2") format("woff2"), url("/wp-content/themes/theme-startup/assets/fonts/Inter-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("/wp-content/themes/theme-startup/assets/fonts/Cormorant-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/theme-startup/assets/fonts/Cormorant-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.single-produits .produit-custom-content .left > p,
.h6 {
  display: block;
  font-weight: bold;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 30px;
  margin: 40px 0 20px;
  line-height: 1.1;
}
@media only screen and (min-width: 48em) {
  h1,
  .h1 {
    font-size: 44px;
    margin: 60px 0 30px;
  }
}
@media only screen and (min-width: 78em) {
  h1,
  .h1 {
    font-size: 60px;
    margin: 90px 0 40px;
  }
}

h2,
.h2 {
  font-size: 26px;
  line-height: 1.1;
  margin: 40px 0 20px;
}
@media only screen and (min-width: 48em) {
  h2,
  .h2 {
    font-size: 32px;
    margin: 60px 0 30px;
  }
}
@media only screen and (min-width: 78em) {
  h2,
  .h2 {
    font-size: 44px;
    margin: 90px 0 40px;
  }
}

h3,
.h3 {
  font-family: "Cormorant", serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.1;
  margin: 30px 0 20px;
}
@media only screen and (min-width: 48em) {
  h3,
  .h3 {
    font-size: 40px;
    margin: 40px 0 20px;
  }
}
@media only screen and (min-width: 78em) {
  h3,
  .h3 {
    font-size: 48px;
    margin: 60px 0 30px;
  }
}

h4,
.h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  margin: 30px 0 20px;
}
@media only screen and (min-width: 78em) {
  h4,
  .h4 {
    font-size: 24px;
    margin: 60px 0 30px;
  }
}

h5,
.h5,
.single-produits .produit-custom-content .left > p {
  font-size: 18px;
  margin: 30px 0 20px;
}
@media only screen and (min-width: 78em) {
  h5,
  .h5,
  .single-produits .produit-custom-content .left > p {
    font-size: 24px;
    margin: 60px 0 30px;
  }
}

h6,
.h6 {
  font-size: 16px;
  margin: 30px 0 20px;
}
@media only screen and (min-width: 78em) {
  h6,
  .h6 {
    font-size: 18px;
    margin: 60px 0 30px;
  }
}

p, ul, ol,
.blockquote, .button-wrapper, .media, .table-wrapper {
  margin-top: 30px;
}
p:first-child, ul:first-child, ol:first-child,
.blockquote:first-child, .button-wrapper:first-child, .media:first-child, .table-wrapper:first-child {
  margin-top: 0;
}

p {
  margin: 20px 0;
}

ol,
ul {
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

.exergue {
  font-size: 18px;
  margin: 50px 0;
}

/* Layout */
/* Header */
#bandeau {
  background: #e20613;
  text-align: center;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 10px 20px;
  font-size: 14px;
}
#bandeau > p {
  margin: 0;
  font-weight: bold;
}
#bandeau > a {
  font-size: 12px;
  padding: 8px 12px;
}

.site-header {
  position: sticky;
  top: -54px;
  z-index: 9999;
  border-bottom: 1px solid #2b3235;
  background: #f8f7ee;
  overflow: hidden;
}
body.open .site-header {
  overflow: visible;
}
.site-header-top {
  background: #2b3235;
  padding: 15px 4%;
}
@media only screen and (min-width: 78em) {
  .site-header-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1680px;
    margin: 0 auto;
  }
}
.site-header-top ul.header-rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header-top ul.header-rs li {
  width: 24px;
  height: 24px;
  margin: 0 6px;
}
.site-header-top ul.header-rs li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 78em) {
  .site-header-top ul#secondary-menu {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
}
@media only screen and (min-width: 78em) {
  .site-header-top ul#secondary-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header-top ul#secondary-menu li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  .site-header-top ul#secondary-menu li a:hover::after {
    width: 100%;
  }
}
.site-header-top ul#secondary-menu li.active a::after {
  width: 100%;
}
.site-header-inner {
  padding: 15px 4%;
}
@media only screen and (min-width: 78em) {
  .site-header-inner {
    padding: 30px 4%;
  }
}
@media only screen and (min-width: 78em) {
  .site-header-inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1680px;
    margin: 0 auto;
  }
}
.site-header-inner .site-branding {
  position: absolute;
}
@media only screen and (min-width: 78em) {
  .site-header-inner .site-branding {
    position: relative;
  }
}
.site-header-inner .btn-header {
  width: 100%;
  max-width: 375px;
}
@media only screen and (min-width: 78em) {
  .site-header-inner .btn-header {
    width: auto;
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
main {
  padding: 0 8%;
  overflow: hidden;
}

article, .post-type-archive-emploi .post-list {
  max-width: 930px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Entry header
--------------------------------------------------------------*/
.entry-header {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 4%;
  border-bottom: 1px solid #2b3235;
}
.entry-header-inner {
  max-width: 1680px;
  margin: 0 auto;
  border: solid #2b3235;
  border-width: 0 1px;
  padding: 60px 30px;
}
@media only screen and (min-width: 64em) {
  .entry-header-inner {
    padding: 60px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 90em) {
  .entry-header-inner {
    padding: 90px 120px 90px 90px;
  }
}
.entry-header-inner h1.entry-title {
  margin: 10px 0 0;
}
@media only screen and (min-width: 78em) {
  .entry-header-inner h1.entry-title {
    margin: 15px 0 0;
  }
}
.entry-header-inner .entry-header-desc > p {
  font-size: 14px;
  line-height: 1.5;
  margin: 40px 0 0;
}
@media only screen and (min-width: 78em) {
  .entry-header-inner .entry-header-desc > p {
    margin: 0;
    font-size: 16px;
    width: 100%;
    max-width: 650px;
    margin-left: 60px;
  }
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.entry-content {
  margin-top: 60px;
}
@media only screen and (min-width: 48em) {
  .entry-content {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content {
    margin-top: 120px;
  }
}
.entry-content .wp-block-gallery, .entry-content .wp-block-columns, .entry-content .wp-block-image, .entry-content .wp-block-cover, .entry-content .wp-block-verse, .entry-content .wp-block-media-text, .entry-content .wp-block-group {
  margin-top: 90px;
  margin-bottom: 90px;
}
.entry-content .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content .alignwide {
  margin-left: calc(10% - 10vw);
  margin-right: calc(10% - 10vw);
  width: auto;
  max-width: 100vw;
}
@media only screen and (min-width: 90em) {
  .entry-content .alignwide {
    margin-left: calc(0% - 10vw);
    margin-right: calc(0% - 10vw);
  }
}
.entry-content .wp-block-group > .wp-block-group__inner-container {
  max-width: 750px;
  margin: 0 auto;
}
.entry-content .wp-block-group.has-background {
  padding: 30px;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-group.has-background {
    padding: 50px;
  }
}
.entry-content .wp-block-group.has-background > .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.entry-content .wp-block-group.has-background > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-buttons {
  margin: 50px 0;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-columns {
    gap: 60px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .entry-content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
}
.entry-content .wp-block-columns .wp-block-image {
  margin: 0;
}

/* Sidebar */
/* Footer */
.site-footer {
  background: #2b3235;
  color: #fff;
  margin-top: 90px;
}
@media only screen and (min-width: 48em) {
  .site-footer {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 78em) {
  .site-footer {
    margin-top: 180px;
  }
}
.site-footer-exergue {
  padding: 90px 8%;
  text-align: center;
}
@media only screen and (min-width: 78em) {
  .site-footer-exergue {
    max-width: 930px;
    margin: 0 auto;
    padding: 90px 0;
  }
}
.site-footer-exergue > p.h5, .single-produits .produit-custom-content .left.site-footer-exergue > p {
  opacity: 0.4;
}
@media only screen and (min-width: 78em) {
  .site-footer-content {
    border: solid rgba(255, 255, 255, 0.4);
    border-width: 1px 0;
    padding: 0 4%;
  }
  .site-footer-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1680px;
    margin: 0 auto;
  }
}
.site-footer-contact {
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 1px 0;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .site-footer-contact {
    width: 50%;
    border: none;
  }
}
.site-footer-contact::before {
  content: "";
  background: url(/wp-content/themes/theme-startup/images/logo/logo-made-in-france.svg) no-repeat;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 40px;
  top: -50px;
}
@media only screen and (min-width: 78em) {
  .site-footer-contact::before {
    width: 150px;
    height: 150px;
    background-size: 100% 100%;
    right: 60px;
    top: -75px;
  }
}
.site-footer-contact-inner {
  margin: 0 4%;
  padding: 60px 8%;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 1px;
}
@media only screen and (min-width: 78em) {
  .site-footer-contact-inner {
    margin: 0;
    padding: 60px 60px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 103.125em) {
  .site-footer-contact-inner {
    padding: 60px 90px 90px;
  }
}
.site-footer-contact .left p.footer-address {
  margin: 40px 0;
}
.site-footer-contact .left .footer-tel {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}
.site-footer-contact .right {
  margin-top: 40px;
}
@media only screen and (min-width: 78em) {
  .site-footer-contact .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.site-footer-contact .right .footer-partenaire {
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 78em) {
  .site-footer-contact .right .footer-partenaire:hover {
    color: #e20613;
  }
}
.site-footer-contact .right ul.footer-rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer-contact .right ul.footer-rs li {
  margin: 0 7.5px;
}
.site-footer-contact .right ul.footer-rs li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 78em) {
  .site-footer-contact .right ul.footer-rs li:first-child {
    margin-left: 7.5px;
  }
  .site-footer-contact .right ul.footer-rs li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 48em) {
  .site-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 78em) {
  .site-footer-nav {
    width: 50%;
  }
}
.site-footer-nav .footer-nav-item {
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 0 1px;
}
@media only screen and (min-width: 48em) {
  .site-footer-nav .footer-nav-item {
    width: 50%;
  }
}
@media only screen and (min-width: 78em) {
  .site-footer-nav .footer-nav-item {
    border-width: 0 0 0 1px;
  }
}
@media only screen and (min-width: 48em) {
  .site-footer-nav .footer-nav-item:first-child .footer-nav-item-inner {
    margin: 0;
    margin-left: 8%;
  }
}
@media only screen and (min-width: 78em) {
  .site-footer-nav .footer-nav-item:first-child .footer-nav-item-inner {
    margin: 0;
  }
}
@media only screen and (min-width: 48em) {
  .site-footer-nav .footer-nav-item:last-child .footer-nav-item-inner {
    margin: 0;
    margin-right: 8%;
    border-left-width: 0;
  }
}
@media only screen and (min-width: 78em) {
  .site-footer-nav .footer-nav-item:last-child .footer-nav-item-inner {
    margin: 0;
  }
}
.site-footer-nav .footer-nav-item-inner {
  margin: 0 4%;
  padding: 40px 8%;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 1px;
}
@media only screen and (min-width: 48em) {
  .site-footer-nav .footer-nav-item-inner {
    height: 100%;
    padding: 40px 16%;
  }
}
@media only screen and (min-width: 78em) {
  .site-footer-nav .footer-nav-item-inner {
    border: none;
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 90em) {
  .site-footer-nav .footer-nav-item-inner {
    padding: 60px;
  }
}
@media only screen and (min-width: 103.125em) {
  .site-footer-nav .footer-nav-item-inner {
    padding: 60px 90px 90px;
  }
}
.site-footer-nav .footer-nav-item-inner .h6 {
  text-transform: uppercase;
}
.site-footer-nav .footer-nav-item-inner .nav-list li:not(:last-child) {
  margin-bottom: 10px;
}
.site-footer-nav .footer-nav-item-inner .nav-list li > a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
@media only screen and (min-width: 78em) {
  .site-footer-nav .footer-nav-item-inner .nav-list li > a:hover {
    text-decoration: underline;
  }
}
.site-footer-bottom {
  padding: 20px 4% 30px;
}
@media only screen and (min-width: 78em) {
  .site-footer-bottom {
    max-width: 1680px;
    margin: 0 auto;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer-bottom .site-footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 30px;
}
@media only screen and (min-width: 78em) {
  .site-footer-bottom .site-footer-legal {
    margin: 0;
    gap: 0 40px;
  }
}
.site-footer-bottom .site-footer-legal li a {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.4;
  color: #fff;
  line-height: 1.5;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 78em) {
  .site-footer-bottom .site-footer-legal li a:hover {
    opacity: 1;
  }
}
.site-footer-bottom .site-footer-signature > p {
  margin: 40px 0 0;
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
}
@media only screen and (min-width: 78em) {
  .site-footer-bottom .site-footer-signature > p {
    margin: 0;
  }
}
.site-footer-bottom .site-footer-signature > p > a {
  font-weight: normal;
  color: #fff;
}

/* Subfooter */
.associated-creation {
  margin-top: 120px;
}
@media only screen and (min-width: 78em) {
  .associated-creation {
    margin-top: 180px;
  }
}
.associated-creation .creation-head {
  margin-left: calc(10% - 10vw);
  margin-right: calc(10% - 10vw);
  width: auto;
  max-width: 100vw;
}
@media only screen and (min-width: 48em) {
  .associated-creation .creation-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 90em) {
  .associated-creation .creation-head {
    margin-left: calc(0% - 10vw);
    margin-right: calc(0% - 10vw);
  }
}
.associated-creation .creation-head > p.h2 {
  color: #941914;
}
@media only screen and (min-width: 48em) {
  .associated-creation .creation-head > p.h2 {
    margin-bottom: 0;
    width: calc(50% - 20px);
    max-width: 495px;
  }
}
.associated-creation .creation-list {
  margin-top: 90px;
}
@media only screen and (min-width: 48em) {
  .associated-creation .creation-list-inner {
    gap: 0;
  }
}
.associated-creation .creation-list .creation-resume {
  border-right: 1px solid #2b3235;
  padding-bottom: 40px;
}
.associated-creation .creation-list .creation-resume-img {
  height: 300px;
}
@media only screen and (min-width: 48em) {
  .associated-creation .creation-list .creation-resume-img {
    height: 250px;
  }
}
@media only screen and (min-width: 64em) {
  .associated-creation .creation-list .creation-resume-img {
    height: 325px;
  }
}
@media only screen and (min-width: 48em) {
  .associated-creation .creation-list .creation-resume:nth-child(2n) {
    border: none;
  }
}
@media only screen and (min-width: 78em) {
  .associated-creation .creation-list .creation-resume:nth-child(2n) {
    border-right: 1px solid #2b3235;
  }
}
.associated-creation .creation-list .creation-resume:nth-child(2n) .creation-resume-img {
  height: 375px;
}
@media only screen and (min-width: 78em) {
  .associated-creation .creation-list .creation-resume:nth-child(2n) .creation-resume-img {
    height: 450px;
  }
}
.associated-creation .creation-list .creation-resume:nth-child(4n) {
  border: none;
}
@media only screen and (min-width: 48em) {
  .associated-creation .creation-list .creation-resume:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (min-width: 78em) {
  .associated-creation .creation-list .creation-resume {
    padding-bottom: 0;
  }
  .associated-creation .creation-list .creation-resume:nth-child(n+3) {
    display: block;
    border: none;
  }
  .associated-creation .creation-list .creation-resume:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (min-width: 103.125em) {
  .associated-creation .creation-list .creation-resume:nth-child(n+3) {
    border-right: 1px solid #2b3235;
  }
  .associated-creation .creation-list .creation-resume:nth-child(n+4) {
    display: block;
    border: none;
  }
}
.associated-creation .creation-link {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (min-width: 48em) {
  .associated-creation .creation-link {
    margin: 0;
  }
}

.associated-produit, .latest-produit {
  margin-top: 120px;
}
@media only screen and (min-width: 78em) {
  .associated-produit, .latest-produit {
    margin-top: 180px;
  }
}
.associated-produit .produit-head, .latest-produit .produit-head {
  margin-left: calc(10% - 10vw);
  margin-right: calc(10% - 10vw);
  width: auto;
  max-width: 100vw;
}
@media only screen and (min-width: 48em) {
  .associated-produit .produit-head, .latest-produit .produit-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 78em) {
  .associated-produit .produit-head, .latest-produit .produit-head {
    margin-left: calc(0% - 10vw);
    margin-right: calc(0% - 10vw);
  }
}
.associated-produit .produit-head > p.h3, .latest-produit .produit-head > p.h3 {
  margin: 0;
}
.associated-produit .produit-head-arrows, .latest-produit .produit-head-arrows {
  position: relative;
  margin-top: 40px;
}
@media only screen and (min-width: 48em) {
  .associated-produit .produit-head-arrows, .latest-produit .produit-head-arrows {
    width: 106px;
    margin: 0;
  }
}
.associated-produit .produit-head-arrows .slick-arrow, .latest-produit .produit-head-arrows .slick-arrow {
  top: 0;
  left: 0;
}
@media only screen and (min-width: 48em) {
  .associated-produit .produit-head-arrows .slick-arrow, .latest-produit .produit-head-arrows .slick-arrow {
    width: 43px;
    height: 24px;
    background-size: 100%;
  }
}
.associated-produit .produit-head-arrows .slick-arrow.slick-next, .latest-produit .produit-head-arrows .slick-arrow.slick-next {
  left: 40px;
}
@media only screen and (min-width: 48em) {
  .associated-produit .produit-head-arrows .slick-arrow.slick-next, .latest-produit .produit-head-arrows .slick-arrow.slick-next {
    left: 63px;
  }
}
.associated-produit .produit-list, .latest-produit .produit-list {
  margin-top: 90px;
}
@media only screen and (min-width: 48em) {
  .associated-produit .produit-list, .latest-produit .produit-list {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 78em) {
  .associated-produit .produit-list, .latest-produit .produit-list {
    margin-top: 60px;
  }
}
.associated-produit .produit-list .produit-item, .latest-produit .produit-list .produit-item {
  border-right: 1px solid #2b3235;
  width: 300px;
}
@media only screen and (min-width: 48em) {
  .associated-produit .produit-list .produit-item, .latest-produit .produit-list .produit-item {
    margin: 0;
  }
}
@media only screen and (min-width: 78em) {
  .associated-produit .produit-list .produit-item, .latest-produit .produit-list .produit-item {
    width: 450px;
  }
}
.associated-produit .produit-list .produit-item-img, .latest-produit .produit-list .produit-item-img {
  height: 360px;
}
@media only screen and (min-width: 78em) {
  .associated-produit .produit-list .produit-item-img, .latest-produit .produit-list .produit-item-img {
    height: 520px;
  }
}
.associated-produit .produit-list .produit-item:nth-child(2n), .latest-produit .produit-list .produit-item:nth-child(2n) {
  border-right: 1px solid #2b3235;
}
.associated-produit .produit-list .produit-item:nth-child(3n), .latest-produit .produit-list .produit-item:nth-child(3n) {
  border-right: 1px solid #2b3235;
}
.associated-produit .produit-list .produit-item:last-child, .latest-produit .produit-list .produit-item:last-child {
  border: none;
}
.associated-produit .produit-link, .latest-produit .produit-link {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (min-width: 48em) {
  .associated-produit .produit-link, .latest-produit .produit-link {
    margin-top: 90px;
  }
}
.associated-produit .produit-link > button, .latest-produit .produit-link > button {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.associated-produit .produit-link > button:hover, .latest-produit .produit-link > button:hover {
  border-color: #2b3235;
}

/* Module */
/* Navigation */
.main-navigation {
  overflow: hidden;
}
@media only screen and (min-width: 78em) {
  .main-navigation {
    overflow: visible;
    width: auto;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 103.125em) {
  .main-navigation {
    margin-left: 60px;
  }
}

.menu-toggle {
  margin: 0 0 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border: none;
  padding: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-menu.svg") no-repeat center;
}
.menu-toggle:hover {
  background: url("/wp-content/themes/theme-startup/images/icon/icon-menu.svg") no-repeat center;
}
@media only screen and (min-width: 78em) {
  .menu-toggle {
    display: none;
  }
}

.toggled .menu-toggle {
  background: url("/wp-content/themes/theme-startup/images/icon/icon-close.svg") no-repeat center;
}

.menu-menu-principal-container {
  position: absolute;
  width: 100%;
  right: -100%;
  display: none;
  overflow: scroll;
  padding: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  height: calc(100vh - 135px);
  top: 135px;
  background-color: #f8f7ee;
  padding: 40px 8%;
}
.toggled .menu-menu-principal-container {
  right: 0;
}
@media only screen and (min-width: 78em) {
  .menu-menu-principal-container {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
    top: auto;
    right: auto;
    overflow: visible;
    background: none;
  }
}

.main-navigation ul#primary-menu {
  margin-top: 40px;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-navigation ul#primary-menu > li {
  position: relative;
}
.main-navigation ul#primary-menu > li:last-child {
  margin-bottom: 40px;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 90em) {
  .main-navigation ul#primary-menu > li {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 103.125em) {
  .main-navigation ul#primary-menu > li {
    padding: 20px;
  }
}
.main-navigation ul#primary-menu > li > a {
  padding: 20px 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
  color: #2b3235;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li > a {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-navigation ul#primary-menu > li > a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #2b3235;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  .main-navigation ul#primary-menu > li > a:hover::after {
    width: 100%;
  }
}
@media only screen and (min-width: 90em) {
  .main-navigation ul#primary-menu > li > a {
    font-size: 16px;
  }
}
.main-navigation ul#primary-menu > li > a:hover {
  text-decoration: none;
}
.main-navigation ul#primary-menu > li.current-menu-ancestor > a, .main-navigation ul#primary-menu > li.current_page_item > a, .main-navigation ul#primary-menu > li.current-menu-item > a {
  color: #e20613;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li.current-menu-ancestor > a, .main-navigation ul#primary-menu > li.current_page_item > a, .main-navigation ul#primary-menu > li.current-menu-item > a {
    color: #2b3235;
  }
  .main-navigation ul#primary-menu > li.current-menu-ancestor > a::after, .main-navigation ul#primary-menu > li.current_page_item > a::after, .main-navigation ul#primary-menu > li.current-menu-item > a::after {
    width: 100%;
  }
}
.main-navigation ul#primary-menu > li > button {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/theme-startup/images/commun/icon-chevron-down-black.svg") no-repeat center;
  border: none;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li > button {
    display: none;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu {
  display: none;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li > .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    z-index: -1;
    -webkit-animation: growDown 300ms ease-in-out forwards;
            animation: growDown 300ms ease-in-out forwards;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    background-color: #fff;
    padding: 20px;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu > li.current_page_item > a {
  color: orange;
}

.main-navigation ul#secondary-menu > li {
  position: relative;
}
.main-navigation ul#secondary-menu > li > a {
  padding: 15px 0;
  line-height: 1;
  font-size: 20px;
  font-weight: normal;
  color: rgba(43, 50, 53, 0.4);
}
.main-navigation ul#secondary-menu > li > a:hover {
  text-decoration: none;
}
.main-navigation ul#secondary-menu > li.active > a {
  color: #e20613;
}

@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/* Breadcrumb */
.entry-header-inner nav ol {
  font-size: 14px;
  line-height: 1.5;
  color: #2b3235;
}
.entry-header-inner nav ol li::after {
  content: "";
  margin: 0 8px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #e20613;
}
.entry-header-inner nav ol a, .entry-header-inner nav ol span {
  text-decoration: none;
  color: #2b3235;
}

/*--------------------------------

	Form

*/
label {
  font-weight: bold;
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
  font-family: "Inter", sans-serif;
  border-radius: 4px;
}

input.placeholder, textarea.placeholder {
  color: #ddd;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
}

textarea {
  height: 200px;
}

select {
  cursor: pointer;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
}
button:disabled, button:disabled:hover,
input[type=button]:disabled,
input[type=button]:disabled:hover,
input[type=reset]:disabled,
input[type=reset]:disabled:hover,
input[type=submit]:disabled,
input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

/********** FORMINATOR *************/
.forminator-row:empty {
  display: none !important;
}

/* Case à cocher unique */
label.forminator-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
label.forminator-checkbox input {
  margin-top: 5px;
  margin-right: 10px;
}

.forminator-checkbox-label {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.forminator-row-last {
  text-align: center;
}

/* Erreur */
.forminator-error-message {
  display: block;
  margin-top: 5px;
  color: #e20613;
  font-weight: bold;
  font-size: 14px;
}

.forminator-response-message.forminator-accessible,
.forminator-response-message.forminator-show {
  background: #444;
  padding: 15px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.forminator-response-message.forminator-accessible ul, .forminator-response-message.forminator-accessible p,
.forminator-response-message.forminator-show ul,
.forminator-response-message.forminator-show p {
  margin: 0;
}
.forminator-response-message.forminator-accessible.forminator-success,
.forminator-response-message.forminator-show.forminator-success {
  background: #24b35d;
}
.forminator-response-message.forminator-accessible.forminator-error,
.forminator-response-message.forminator-show.forminator-error {
  background: #e20613;
}

.forminator-required {
  color: #e20613;
}

/* Pagination */
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #000000;
  border: 1px solid;
  border-color: #000000;
  background: #fff;
  background-image: none !important;
  text-decoration: none;
  margin: 5px;
}
.navigation.pagination .nav-links a.next, .navigation.pagination .nav-links a.prev, .navigation.pagination .nav-links span.next, .navigation.pagination .nav-links span.prev {
  width: auto;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.navigation.pagination .nav-links a:hover, .navigation.pagination .nav-links span:hover {
  background: #ddd;
  color: #000000;
}
.navigation.pagination .nav-links span {
  font-size: 18px;
  background: #000000;
  color: #fff;
  line-height: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .slick-list {
    overflow: visible;
  }
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 20px 0 0;
  padding-right: 20px;
  width: 300px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slick-arrow {
  position: absolute;
  border: none;
  padding: 0;
  text-indent: -9999px;
  display: block;
  width: 30px;
  height: 16px;
  top: -40px;
  left: 4%;
}
.slick-arrow.slick-prev {
  background: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-grey.svg") no-repeat center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-arrow.slick-next {
  background: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-grey.svg") no-repeat center;
  left: calc(4% + 40px);
}

ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  width: 100%;
}
ul.slick-dots li {
  margin: 5px !important;
  list-style: none !important;
  height: 10px;
}
ul.slick-dots li button {
  width: 10px;
  height: 10px;
  opacity: 0.1;
  background-color: #2b3235;
  text-indent: -99999px;
  padding: 0;
}
ul.slick-dots li.slick-active button {
  opacity: 1;
}

/* Blog */
/* Blog & Créations - listing */
.post-list,
.creation-list {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 4%;
  margin-top: 60px;
}
@media only screen and (min-width: 48em) {
  .post-list,
  .creation-list {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 78em) {
  .post-list,
  .creation-list {
    margin-top: 120px;
  }
}
.post-list-inner,
.creation-list-inner {
  max-width: 1680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (min-width: 48em) {
  .post-list-inner,
  .creation-list-inner {
    gap: 60px 0;
  }
}
@media only screen and (min-width: 78em) {
  .post-list-inner,
  .creation-list-inner {
    gap: 0;
  }
}

.post-resume,
.creation-resume {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .post-resume,
  .creation-resume {
    width: 50%;
    padding: 0 20px;
  }
  .post-resume:nth-child(2n+1),
  .creation-resume:nth-child(2n+1) {
    border-right: 1px solid #2b3235;
  }
}
@media only screen and (min-width: 78em) {
  .post-resume,
  .creation-resume {
    width: 33.333%;
    border-right: 1px solid #2b3235;
  }
  .post-resume:nth-child(3n),
  .creation-resume:nth-child(3n) {
    border: none;
  }
  .post-resume:nth-child(2n) .post-resume-img,
  .post-resume:nth-child(2n) .creation-resume-img,
  .creation-resume:nth-child(2n) .post-resume-img,
  .creation-resume:nth-child(2n) .creation-resume-img {
    height: 450px;
  }
  .post-resume:hover .post-resume-img > img,
  .post-resume:hover .creation-resume-img > img,
  .creation-resume:hover .post-resume-img > img,
  .creation-resume:hover .creation-resume-img > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .post-resume:hover .post-resume-link, .post-resume:hover .post-resume-link a::after,
  .post-resume:hover .creation-resume-link, .post-resume:hover .creation-resume-link a::after,
  .creation-resume:hover .post-resume-link,
  .creation-resume:hover .post-resume-link a::after,
  .creation-resume:hover .creation-resume-link,
  .creation-resume:hover .creation-resume-link a::after {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 103.125em) {
  .post-resume,
  .creation-resume {
    width: 25%;
  }
  .post-resume:nth-child(3n),
  .creation-resume:nth-child(3n) {
    border-right: 1px solid #2b3235;
  }
  .post-resume:nth-child(4n),
  .creation-resume:nth-child(4n) {
    border: none;
  }
}
.post-resume-img,
.creation-resume-img {
  height: 250px;
  overflow: hidden;
}
.post-resume-img > img,
.creation-resume-img > img {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media only screen and (min-width: 64em) {
  .post-resume-img,
  .creation-resume-img {
    height: 325px;
  }
}
.post-resume-txt,
.creation-resume-txt {
  margin-top: 20px;
}
@media only screen and (min-width: 48em) {
  .post-resume-txt,
  .creation-resume-txt {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 78em) {
  .post-resume-txt,
  .creation-resume-txt {
    margin-top: 30px;
    padding-bottom: 90px;
    padding-right: 20px;
  }
}
.post-resume-date, .post-resume-lieu,
.creation-resume-date,
.creation-resume-lieu {
  font-size: 14px;
  opacity: 0.4;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.post-resume h5,
.creation-resume h5 {
  margin: 15px 0 10px;
}
.post-resume-desc,
.creation-resume-desc {
  margin: 0 0 30px;
}
.post-resume-link,
.creation-resume-link {
  visibility: hidden;
  opacity: 0;
  margin: 0;
}
.post-resume-link > a,
.creation-resume-link > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.85px;
  color: #2b3235;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.post-resume-link > a::after,
.creation-resume-link > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e20613;
  margin-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 78em) {
  .post-resume-link > a::after,
  .creation-resume-link > a::after {
    opacity: 0;
    visibility: hidden;
  }
}

/* Uniquement pour les créations */
.creation-resume-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creation-resume-lieu::before {
  content: "|";
  font-weight: normal;
  margin-right: 10px;
  padding-left: 10px;
}
.creation-resume-link {
  margin-top: 30px;
}

/* Blog & Créations - detail */
/* Blog */
.single-post .entry-header-title > .post-resume-date {
  margin-top: 20px;
}

/* Créations */
.single-nos-creations .entry-header-inner {
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .single-nos-creations .entry-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-nos-creations .entry-header-title {
  padding: 60px 30px 30px;
}
@media only screen and (min-width: 48em) {
  .single-nos-creations .entry-header-title {
    padding: 60px;
    max-width: 840px;
  }
}
@media only screen and (min-width: 78em) {
  .single-nos-creations .entry-header-title {
    padding: 60px 60px 180px 60px;
  }
}
@media only screen and (min-width: 90em) {
  .single-nos-creations .entry-header-title {
    padding: 90px 30px 180px 90px;
  }
}
@media only screen and (min-width: 103.125em) {
  .single-nos-creations .entry-header-title {
    padding-right: 0;
  }
}
.single-nos-creations .entry-header-infos {
  font-size: 14px;
  opacity: 0.4;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-nos-creations .entry-header-infos-date, .single-nos-creations .entry-header-infos-lieu {
  margin: 0;
}
.single-nos-creations .entry-header-infos-lieu::before {
  content: "|";
  font-weight: normal;
  margin-right: 10px;
  padding-left: 10px;
}
.single-nos-creations .entry-header-btn {
  margin-top: 30px;
}
@media only screen and (min-width: 78em) {
  .single-nos-creations .entry-header-btn {
    margin-top: 60px;
  }
}
.single-nos-creations .entry-header-img {
  height: 440px;
}
@media only screen and (min-width: 48em) {
  .single-nos-creations .entry-header-img {
    height: auto;
    max-width: 620px;
    max-height: 690px;
  }
}
@media only screen and (min-width: 90em) {
  .single-nos-creations .entry-content .creation-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 90em) {
  .single-nos-creations .entry-content .creation-content-details {
    width: calc(65% - 30px);
  }
}
.single-nos-creations .entry-content .creation-content-details > h3 {
  margin-top: 0;
}
.single-nos-creations .entry-content .creation-content-details ul {
  margin-top: 40px;
  margin-bottom: 0;
}
.single-nos-creations .entry-content .creation-content-details ul li {
  font-size: 18px;
  margin-bottom: 10px;
}
.single-nos-creations .entry-content .creation-content-details ul li > strong {
  text-transform: uppercase;
}
.single-nos-creations .entry-content .creation-content-desc {
  font-size: 20px;
  margin-top: 90px;
}
@media only screen and (min-width: 90em) {
  .single-nos-creations .entry-content .creation-content-desc {
    margin: 0;
    width: calc(35% - 30px);
    max-width: 530px;
  }
}
.single-nos-creations .entry-content .creation-btn {
  text-align: center;
  margin-top: 60px;
}

/* Page */
/* Accueil */
.accueil-intro {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 4%;
  border-bottom: 1px solid #2b3235;
}
.accueil-intro-inner {
  max-width: 1680px;
  margin: 0 auto;
  border: solid #2b3235;
  border-width: 0 1px;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .accueil-intro-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.accueil-intro-inner::after {
  content: url("/wp-content/themes/theme-startup/images/logo/logo-marque-bretagne.svg");
  width: 153px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 30px;
}
@media only screen and (min-width: 78em) {
  .accueil-intro-inner::after {
    top: 60px;
  }
}
.accueil-intro-inner .left {
  padding: 120px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 48em) {
  .accueil-intro-inner .left {
    padding: 120px 30px 30px 60px;
  }
}
@media only screen and (min-width: 64em) {
  .accueil-intro-inner .left {
    padding: 90px 30px 90px 60px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 78em) {
  .accueil-intro-inner .left {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 90em) {
  .accueil-intro-inner .left {
    padding: 180px 60px 90px 90px;
  }
}
.accueil-intro-inner .left .accueil-intro-title > h1 {
  margin: 0 0 30px;
}
@media only screen and (min-width: 64em) {
  .accueil-intro-inner .left .accueil-intro-title > h1 {
    margin-bottom: 40px;
  }
}
.accueil-intro-inner .left .accueil-intro-texte {
  margin-top: 90px;
  text-align: right;
  font-size: 18px;
  text-transform: uppercase;
  max-width: 245px;
}
@media only screen and (min-width: 64em) {
  .accueil-intro-inner .left .accueil-intro-texte {
    margin-top: 0;
  }
}
@media only screen and (min-width: 78em) {
  .accueil-intro-inner .left .accueil-intro-texte {
    max-width: 325px;
    font-size: 24px;
  }
}
.accueil-intro-inner .left .accueil-intro-texte > p {
  margin: 0;
}
.accueil-intro-inner .right {
  height: 380px;
}
@media only screen and (min-width: 48em) {
  .accueil-intro-inner .right {
    height: 650px;
  }
}
@media only screen and (min-width: 64em) {
  .accueil-intro-inner .right {
    width: 50%;
  }
}
@media only screen and (min-width: 78em) {
  .accueil-intro-inner .right {
    height: 780px;
  }
}
@media only screen and (min-width: 90em) {
  .accueil-intro-inner .right {
    height: 960px;
  }
}
.accueil-cat {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 4%;
  border-top: 1px solid #2b3235;
  margin-top: 90px;
}
@media only screen and (min-width: 48em) {
  .accueil-cat {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 78em) {
  .accueil-cat {
    margin-top: 180px;
  }
}
.accueil-cat-inner {
  max-width: 1680px;
  margin: 0 auto;
  border: solid #2b3235;
  border-width: 0 1px;
}
@media only screen and (min-width: 78em) {
  .accueil-cat-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.accueil-cat-sidebar {
  padding: 90px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media only screen and (min-width: 78em) {
  .accueil-cat-sidebar {
    max-width: 470px;
    border: solid #2b3235;
    border-width: 0 1px 0 0;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 90em) {
  .accueil-cat-sidebar {
    padding: 90px 60px 180px;
  }
}
@media only screen and (min-width: 103.125em) {
  .accueil-cat-sidebar {
    padding: 90px 90px 180px;
  }
}
.accueil-cat-sidebar h3 {
  margin: 0;
}
.accueil-cat-sidebar ul {
  margin: 0;
}
.accueil-cat-sidebar ul li:not(:last-child) {
  margin-bottom: 10px;
}
.accueil-cat-sidebar ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.85px;
  color: #2b3235;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #a5a7a3;
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0;
}
.accueil-cat-sidebar ul li a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e20613;
  margin-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 78em) {
  .accueil-cat-sidebar ul li a::after {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 78em) {
  .accueil-cat-sidebar ul li a:hover::after {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 48em) {
  .accueil-cat-raccourcis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 78em) {
  .accueil-cat-raccourcis {
    width: 100%;
  }
}
.accueil-cat-raccourcis-item {
  border: solid #2b3235;
  border-width: 1px 0;
}
@media only screen and (min-width: 48em) {
  .accueil-cat-raccourcis-item {
    width: 50%;
  }
}
@media only screen and (min-width: 78em) {
  .accueil-cat-raccourcis-item {
    border-top: none;
  }
}
@media only screen and (min-width: 48em) {
  .accueil-cat-raccourcis-item:first-child {
    border-right-width: 1px;
    border-bottom: none;
    padding-right: 20px;
  }
  .accueil-cat-raccourcis-item:first-child .accueil-cat-raccourcis-item-img {
    height: 400px;
  }
}
@media only screen and (min-width: 78em) {
  .accueil-cat-raccourcis-item:first-child .accueil-cat-raccourcis-item-img {
    height: 600px;
  }
}
@media only screen and (min-width: 90em) {
  .accueil-cat-raccourcis-item:first-child {
    padding-right: 40px;
  }
  .accueil-cat-raccourcis-item:first-child .accueil-cat-raccourcis-item-img {
    height: 700px;
  }
}
.accueil-cat-raccourcis-item:last-child {
  border-bottom: none;
}
.accueil-cat-raccourcis-item-img {
  height: 350px;
}
@media only screen and (min-width: 78em) {
  .accueil-cat-raccourcis-item-img {
    height: 500px;
  }
}
@media only screen and (min-width: 90em) {
  .accueil-cat-raccourcis-item-img {
    height: 600px;
  }
}
.accueil-cat-raccourcis-item-txt {
  padding: 40px 30px 90px;
}
@media only screen and (min-width: 90em) {
  .accueil-cat-raccourcis-item-txt {
    padding: 40px 40px 180px;
  }
}
.accueil-cat-raccourcis-item-txt > h2 {
  margin: 0;
}
.accueil-cat-raccourcis-item-txt .subtitle {
  font-size: 14px;
  margin: 5px 0 0;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 78em) {
  .accueil-cat-raccourcis-item-txt .subtitle {
    font-size: 18px;
    margin-top: 10px;
  }
}
.accueil-cat-raccourcis-item-txt > p:not(.subtitle) {
  margin: 40px 0;
}
.accueil-pres {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 8%;
  background-color: #941914;
}
.accueil-pres-inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 120px 0;
}
@media only screen and (min-width: 78em) {
  .accueil-pres-inner {
    padding: 180px 0;
  }
}
.accueil-pres-head {
  color: #ffb8bc;
}
@media only screen and (min-width: 64em) {
  .accueil-pres-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.accueil-pres-head .left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .accueil-pres-head .left {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 103.125em) {
  .accueil-pres-head .left {
    width: calc(50% - 90px);
    padding-left: 90px;
  }
}
.accueil-pres-head .left > h2 {
  margin: 0;
}
@media only screen and (min-width: 90em) {
  .accueil-pres-head .left > h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .accueil-pres-head .right {
    width: 50%;
    max-width: 540px;
  }
}
@media only screen and (min-width: 78em) {
  .accueil-pres-head .right {
    margin-left: 150px;
  }
}
.accueil-pres-head .right > p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 78em) {
  .accueil-pres-head .right > p {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.accueil-pres-content {
  margin-top: 90px;
  color: #fff;
}
@media only screen and (min-width: 78em) {
  .accueil-pres-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 150px;
  }
}
.accueil-pres-content video {
  width: 100%;
  background-color: #000;
}
@media only screen and (min-width: 78em) {
  .accueil-pres-content video {
    width: 50%;
    height: 100%;
  }
}
.accueil-pres-content-avantages {
  margin-top: 90px;
}
@media only screen and (min-width: 78em) {
  .accueil-pres-content-avantages {
    width: 50%;
    margin-left: 120px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 64em) {
  .accueil-pres-content-avantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.accueil-pres-content-avantages-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  .accueil-pres-content-avantages-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.accueil-pres-content-avantages-item .fit-contain {
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 64em) {
  .accueil-pres-content-avantages-item .fit-contain {
    max-width: 80px;
    height: 80px;
    width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .accueil-pres-content-avantages-item-txt {
    margin-left: 40px;
  }
}
.accueil-pres-content-avantages-item-txt > h4 {
  margin: 30px 0 20px;
}
@media only screen and (min-width: 64em) {
  .accueil-pres-content-avantages-item-txt > h4 {
    margin: 0 0 25px;
  }
}
.accueil-pres-content-avantages-item-txt > p {
  margin: 0;
}
.accueil-recrutement {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 4%;
  margin-top: 90px;
}
@media only screen and (min-width: 48em) {
  .accueil-recrutement {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 78em) {
  .accueil-recrutement {
    margin-top: 180px;
  }
}
.accueil-recrutement-inner {
  max-width: 1680px;
  margin: 0 auto;
  background: #941914;
}
@media only screen and (min-width: 64em) {
  .accueil-recrutement-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.accueil-recrutement-inner .left {
  height: 250px;
}
@media only screen and (min-width: 64em) {
  .accueil-recrutement-inner .left {
    height: auto;
    width: 50%;
  }
}
.accueil-recrutement-inner .right {
  padding: 60px 30px;
  color: #ffb8bc;
}
@media only screen and (min-width: 48em) {
  .accueil-recrutement-inner .right {
    padding: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .accueil-recrutement-inner .right {
    width: 50%;
  }
}
@media only screen and (min-width: 78em) {
  .accueil-recrutement-inner .right {
    padding: 90px 60px;
  }
}
@media only screen and (min-width: 90em) {
  .accueil-recrutement-inner .right {
    padding: 90px;
  }
}
@media only screen and (min-width: 103.125em) {
  .accueil-recrutement-inner .right {
    padding: 120px;
  }
}
.accueil-recrutement-inner .right > h2 {
  margin-top: 0;
}
@media only screen and (min-width: 90em) {
  .accueil-recrutement-inner .right > h2 {
    max-width: 500px;
  }
}
.accueil-recrutement-inner .right > p {
  font-size: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 78em) {
  .accueil-recrutement-inner .right > p {
    margin-bottom: 60px;
  }
}

.latest-produit .produit-list {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 4%;
}
@media only screen and (min-width: 78em) {
  .latest-produit .produit-list-inner {
    max-width: 1680px;
    margin: 0 auto;
  }
}

.home .associated-creation .creation-resume {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 78em) {
  .home .associated-creation .creation-resume:hover .creation-resume-link {
    visibility: visible;
    opacity: 1;
  }
}
.home .associated-creation .creation-resume-txt {
  padding-bottom: 0;
}
.home .associated-creation .creation-resume-link {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 78em) {
  .home .associated-creation .creation-resume-link {
    visibility: hidden;
    opacity: 0;
  }
}

/* Search */
body.search h2 {
  font-size: 20px;
  padding-left: 25px;
}
@media only screen and (min-width: 78em) {
  body.search h2 {
    font-size: 25px;
    padding-left: 35px;
  }
}
body.search .search-result {
  counter-reset: compteListe;
}
body.search .search-result article, body.search .search-result .post-type-archive-emploi .post-list, .post-type-archive-emploi body.search .search-result .post-list {
  position: relative;
}
body.search .search-result article::before, body.search .search-result .post-type-archive-emploi .post-list::before, .post-type-archive-emploi body.search .search-result .post-list::before {
  counter-increment: compteListe 1;
  content: counter(compteListe) ". ";
  display: inline;
  float: left;
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: -2px;
}
@media only screen and (min-width: 78em) {
  body.search .search-result article::before, body.search .search-result .post-type-archive-emploi .post-list::before, .post-type-archive-emploi body.search .search-result .post-list::before {
    font-size: 25px;
  }
}

/* Blocks */
/*--------------------------------

	Page menu

*/
.page-menu-block {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 4%;
}
.page-menu-block-inner {
  max-width: 1680px;
  margin: 0 auto;
}

.bloc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 90px;
}
@media only screen and (min-width: 78em) {
  .bloc-list {
    margin-bottom: 120px;
  }
}

.bloc-list-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 64em) {
  .bloc-list-item {
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 78em) {
  .bloc-list-item:hover h3 {
    color: #941914;
  }
  .bloc-list-item:hover .bloc-list-item-link a::after {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 90em) {
  .bloc-list-item {
    width: calc(33.333% - 40px);
  }
}
.bloc-list-item-img {
  width: calc(40% - 7.5px);
  height: 200px;
}
@media only screen and (min-width: 48em) {
  .bloc-list-item-img {
    width: calc(40% - 20px);
    height: 250px;
  }
}
@media only screen and (min-width: 64em) {
  .bloc-list-item-img {
    height: 200px;
  }
}
@media only screen and (min-width: 78em) {
  .bloc-list-item-img {
    width: calc(50% - 20px);
    height: 250px;
  }
}
@media only screen and (min-width: 90em) {
  .bloc-list-item-img {
    height: 315px;
  }
}
.bloc-list-item-txt {
  width: calc(60% - 7.5px);
}
@media only screen and (min-width: 48em) {
  .bloc-list-item-txt {
    width: calc(60% - 20px);
  }
}
@media only screen and (min-width: 78em) {
  .bloc-list-item-txt {
    width: calc(50% - 20px);
  }
}
.bloc-list-item-txt h3 {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bloc-list-item-link a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.85px;
  color: #2b3235;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bloc-list-item-link a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e20613;
  margin-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 78em) {
  .bloc-list-item-link a::after {
    opacity: 0;
    visibility: hidden;
  }
}

/* Produit */
/* Produits - listing */
.produit-list {
  margin-left: calc(10% - 10vw);
  margin-right: calc(10% - 10vw);
  width: auto;
  max-width: 100vw;
  margin-top: 60px;
}
@media only screen and (min-width: 48em) {
  .produit-list {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 78em) {
  .produit-list {
    margin-top: 120px;
    margin-left: calc(0% - 10vw);
    margin-right: calc(0% - 10vw);
  }
}
.produit-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (min-width: 48em) {
  .produit-list-inner {
    gap: 60px 0;
  }
}
@media only screen and (min-width: 78em) {
  .produit-list-inner {
    gap: 90px 0;
  }
}
.produit-list-inner .no-result {
  text-align: center;
  width: 100%;
}
.produit-list .produit-item {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .produit-list .produit-item {
    width: 50%;
    padding: 0 20px;
    border-right: 1px solid #2b3235;
  }
  .produit-list .produit-item:nth-child(2n) {
    border: none;
  }
}
@media only screen and (min-width: 78em) {
  .produit-list .produit-item {
    width: 33.333%;
  }
  .produit-list .produit-item:nth-child(2n) {
    border-right: 1px solid #2b3235;
  }
  .produit-list .produit-item:nth-child(3n) {
    border: none;
  }
  .produit-list .produit-item:hover .produit-item-img::after {
    opacity: 1;
  }
  .produit-list .produit-item:hover .produit-item-txt p.h5 > span::after, .produit-list .produit-item:hover .produit-item-txt .single-produits .produit-custom-content .left > p > span::after, .single-produits .produit-custom-content .produit-list .produit-item:hover .produit-item-txt .left > p > span::after {
    visibility: visible;
    opacity: 1;
  }
}
.produit-list .produit-item-img {
  position: relative;
  height: 360px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 64em) {
  .produit-list .produit-item-img {
    height: 450px;
  }
}
@media only screen and (min-width: 90em) {
  .produit-list .produit-item-img {
    height: 520px;
  }
}
.produit-list .produit-item-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  background: rgba(43, 50, 53, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 50, 53, 0.3)), color-stop(20%, rgba(43, 50, 53, 0)));
  background: linear-gradient(0deg, rgba(43, 50, 53, 0.3) 0%, rgba(43, 50, 53, 0) 20%);
}
.produit-list .produit-item-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  background: rgba(43, 50, 53, 0.3);
  opacity: 0;
}
.produit-list .produit-item-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
}
.produit-list .produit-item-tags > li {
  background: #fff;
  font-size: 14px;
  padding: 8px 10px;
  line-height: 1;
  border-radius: 50px;
}
.produit-list .produit-item-txt {
  margin-top: 20px;
  padding-bottom: 20px;
}
.produit-list .produit-item-txt-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.produit-list .produit-item-txt-cat > li {
  font-size: 14px;
  opacity: 0.4;
}
.produit-list .produit-item-txt-cat > li:not(.produit-ref)::after {
  content: "|";
  padding-left: 5px;
}
.produit-list .produit-item-txt .produit-ref {
  font-weight: bold;
}
.produit-list .produit-item-txt p.h5, .produit-list .produit-item-txt .single-produits .produit-custom-content .left > p, .single-produits .produit-custom-content .produit-list .produit-item-txt .left > p {
  margin: 5px 0 0;
}
.produit-list .produit-item-txt p.h5 > span, .produit-list .produit-item-txt .single-produits .produit-custom-content .left > p > span, .single-produits .produit-custom-content .produit-list .produit-item-txt .left > p > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.produit-list .produit-item-txt p.h5 > span::after, .produit-list .produit-item-txt .single-produits .produit-custom-content .left > p > span::after, .single-produits .produit-custom-content .produit-list .produit-item-txt .left > p > span::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background-color: #e20613;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 78em) {
  .produit-list .produit-item-txt p.h5 > span::after, .produit-list .produit-item-txt .single-produits .produit-custom-content .left > p > span::after, .single-produits .produit-custom-content .produit-list .produit-item-txt .left > p > span::after {
    visibility: hidden;
    opacity: 0;
  }
}

/* Produits - detail */
.single-produits .entry-header-inner {
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .single-produits .entry-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-produits .entry-header-title, .single-produits .entry-header-description {
  padding: 60px 30px 30px;
}
@media only screen and (min-width: 48em) {
  .single-produits .entry-header-title, .single-produits .entry-header-description {
    padding: 60px;
    max-width: 860px;
  }
}
@media only screen and (min-width: 78em) {
  .single-produits .entry-header-title, .single-produits .entry-header-description {
    padding: 60px 60px 180px 60px;
  }
}
@media only screen and (min-width: 90em) {
  .single-produits .entry-header-title, .single-produits .entry-header-description {
    padding: 90px 60px 180px 90px;
  }
}
@media only screen and (min-width: 103.125em) {
  .single-produits .entry-header-title, .single-produits .entry-header-description {
    padding-right: 0;
  }
}
.single-produits .entry-header h1 > span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  margin-top: 8px;
}
@media only screen and (min-width: 48em) {
  .single-produits .entry-header h1 > span {
    font-size: 28px;
  }
}
.single-produits .entry-header-ref {
  opacity: 0.4;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 0;
}
.single-produits .entry-header-description {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 48em) {
  .single-produits .entry-header-description {
    padding: 0;
  }
}
.single-produits .entry-header-description .entry-header-btn {
  margin-bottom: 60px;
}
@media only screen and (min-width: 48em) {
  .single-produits .entry-header-description .entry-header-btn {
    margin: 20px 0 30px;
  }
}
@media only screen and (min-width: 78em) {
  .single-produits .entry-header-description .entry-header-btn {
    margin: 40px 0 90px;
  }
}
.single-produits .entry-header-description > h5 {
  margin: 0;
}
@media only screen and (min-width: 78em) {
  .single-produits .entry-header-description > h5 {
    max-width: 760px;
  }
}
.single-produits .entry-header-img {
  position: relative;
  height: 440px;
}
@media only screen and (min-width: 48em) {
  .single-produits .entry-header-img {
    height: auto;
    max-width: 620px;
    max-height: 860px;
  }
}
@media only screen and (min-width: 78em) {
  .single-produits .entry-header-img {
    max-height: 1200px;
  }
}
.single-produits .entry-header-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
}
@media only screen and (min-width: 78em) {
  .single-produits .entry-header-tags {
    padding: 30px;
  }
}
.single-produits .entry-header-tags > li {
  background: #fff;
  font-size: 14px;
  padding: 8px 10px;
  line-height: 1;
  border-radius: 50px;
}
@media only screen and (min-width: 64em) {
  .single-produits .produit-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 64em) {
  .single-produits .produit-content .produit-details {
    width: calc(60% - 30px);
    max-width: 750px;
  }
}
@media only screen and (min-width: 90em) {
  .single-produits .produit-content .produit-details {
    width: calc(65% - 30px);
  }
}
.single-produits .produit-content .produit-details > h3 {
  margin: 0;
}
.single-produits .produit-content .produit-details-tabs {
  margin-top: 40px;
  border: 1px solid #2b3235;
}
.single-produits .produit-content .produit-details-tab-content {
  display: none;
}
.single-produits .produit-content .produit-details-tab.first .produit-details-tab-content {
  display: block;
}
.single-produits .produit-content .produit-details-tab.open .produit-details-tab-titre::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.single-produits .produit-content .produit-details-tab:not(:first-child) .produit-details-tab-titre {
  border-top: 1px solid #2b3235;
}
.single-produits .produit-content .produit-details-tab-titre {
  cursor: pointer;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 64em) {
  .single-produits .produit-content .produit-details-tab-titre {
    padding: 30px 40px;
  }
}
.single-produits .produit-content .produit-details-tab-titre::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-chevron.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-produits .produit-content .produit-details-tab-titre > p {
  margin: 0;
}
.single-produits .produit-content .produit-details-tab-content {
  padding: 0 20px 30px;
}
@media only screen and (min-width: 64em) {
  .single-produits .produit-content .produit-details-tab-content {
    padding: 0 40px 30px;
  }
}
.single-produits .produit-content .produit-details-tab-content > ul {
  margin-top: 0;
  margin-bottom: 0;
}
.single-produits .produit-content .produit-colonne {
  margin-top: 90px;
  padding: 0 4%;
}
@media only screen and (min-width: 64em) {
  .single-produits .produit-content .produit-colonne {
    padding: 0;
    margin: 0;
    width: calc(40% - 20px);
  }
}
@media only screen and (min-width: 90em) {
  .single-produits .produit-content .produit-colonne {
    width: calc(35% - 30px);
    max-width: 530px;
  }
}
.single-produits .produit-content .produit-colonne-texte {
  font-size: 20px;
}
.single-produits .produit-content .produit-colonne-avantages {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 64em) {
  .single-produits .produit-content .produit-colonne-avantages {
    margin-top: 90px;
    gap: 40px;
  }
}
.single-produits .produit-content .produit-colonne-avantages > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-produits .produit-content .produit-colonne-avantages-img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
@media only screen and (min-width: 64em) {
  .single-produits .produit-content .produit-colonne-avantages-img {
    margin-right: 20px;
  }
}
.single-produits .produit-content .produit-colonne-avantages h5 {
  margin: 0;
}
.single-produits .produit-custom {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #941914;
  color: #fff;
  padding: 90px 0 90px 4%;
  margin-top: 90px;
}
@media only screen and (min-width: 78em) {
  .single-produits .produit-custom {
    padding: 150px 0 150px 4%;
    margin-top: 180px;
  }
}
.single-produits .produit-custom-inner {
  max-width: 1680px;
  margin: 0 auto;
}
.single-produits .produit-custom-head {
  padding: 0 8% 0 4%;
}
@media only screen and (min-width: 48em) {
  .single-produits .produit-custom-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-produits .produit-custom-head > h3 {
  color: #ffb8bc;
  margin: 0;
}
.single-produits .produit-custom-head .galerie-arrows {
  position: relative;
  margin-top: 40px;
}
@media only screen and (min-width: 48em) {
  .single-produits .produit-custom-head .galerie-arrows {
    width: 106px;
    margin: 0;
  }
}
.single-produits .produit-custom-head .galerie-arrows .slick-arrow {
  top: 0;
  left: 0;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-white.svg") no-repeat center;
}
@media only screen and (min-width: 48em) {
  .single-produits .produit-custom-head .galerie-arrows .slick-arrow {
    width: 43px;
    height: 24px;
    background-size: 100%;
  }
}
.single-produits .produit-custom-head .galerie-arrows .slick-arrow.slick-next {
  left: 40px;
}
@media only screen and (min-width: 48em) {
  .single-produits .produit-custom-head .galerie-arrows .slick-arrow.slick-next {
    left: 63px;
  }
}
.single-produits .produit-custom-galerie {
  margin-top: 80px;
}
.single-produits .produit-custom-galerie #produit-custom-galerie {
  margin: 0;
}
.single-produits .produit-custom-galerie #produit-custom-galerie .slick-slide {
  width: 250px;
  padding-bottom: 40px;
}
.single-produits .produit-custom-galerie #produit-custom-galerie .slick-slide:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.single-produits .produit-custom-galerie #produit-custom-galerie .slick-slide > img {
  height: 300px;
}
.single-produits .produit-custom-galerie #produit-custom-galerie .slick-slide > p {
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 30px 0 0;
}
.single-produits .produit-custom-content {
  padding: 0 8% 0 4%;
  margin-top: 60px;
}
@media only screen and (min-width: 64em) {
  .single-produits .produit-custom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1680px;
    margin: 120px auto 0;
  }
}
@media only screen and (min-width: 64em) {
  .single-produits .produit-custom-content .left {
    max-width: 750px;
    width: calc(60% - 30px);
  }
}
.single-produits .produit-custom-content .left > p {
  margin-top: 0;
  color: #ffb8bc;
}
@media only screen and (min-width: 64em) {
  .single-produits .produit-custom-content .right {
    width: calc(40% - 30px);
  }
  .single-produits .produit-custom-content .right > div > * {
    margin-top: 0;
  }
  .single-produits .produit-custom-content .right > a.btn-full-white, .single-produits .produit-custom-content .wp-block-button.is-style-btn-full-white .right > a.wp-block-button__link, .wp-block-button.is-style-btn-full-white .single-produits .produit-custom-content .right > a.wp-block-button__link {
    margin-top: 40px;
  }
}
.single-produits .infos-btn {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 64em) {
  .single-produits .infos-btn {
    margin-top: 60px;
  }
}

/* Emploi */
/* Emploi - listing */
.post-type-archive-emploi .post-list {
  width: 100%;
  left: initial;
  right: initial;
  padding: 0;
  margin-top: 60px;
}
@media only screen and (min-width: 48em) {
  .post-type-archive-emploi .post-list {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 78em) {
  .post-type-archive-emploi .post-list {
    margin-top: 120px;
  }
}
.post-type-archive-emploi .post-resume-emploi {
  position: relative;
  width: 100%;
  border: 1px solid #2b3235;
  padding: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 48em) {
  .post-type-archive-emploi .post-resume-emploi {
    padding: 40px;
  }
}
@media only screen and (min-width: 78em) {
  .post-type-archive-emploi .post-resume-emploi {
    padding: 60px;
  }
  .post-type-archive-emploi .post-resume-emploi:not(:first-child) {
    margin-top: 40px;
  }
}
.post-type-archive-emploi .post-resume-emploi:hover {
  border-color: #e20613;
}
.post-type-archive-emploi .post-resume-emploi:hover > h4 {
  color: #e20613;
}
.post-type-archive-emploi .post-resume-emploi:hover > h4::after {
  visibility: visible;
  opacity: 1;
}
.post-type-archive-emploi .post-resume-emploi > h4 {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-type-archive-emploi .post-resume-emploi > h4::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-grey.svg");
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  opacity: 0;
  padding-left: 15px;
}
.post-type-archive-emploi .post-resume-emploi > p {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */