@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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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-black-color {
  color: #29221b !important;
}

.has-black-background-color {
  background-color: #29221b !important;
}

.has-grey-color {
  color: #575547 !important;
}

.has-grey-background-color {
  background-color: #575547 !important;
}

.has-light-grey-color {
  color: #EDEDEE !important;
}

.has-light-grey-background-color {
  background-color: #EDEDEE !important;
}

.has-orange-color {
  color: #ec6608 !important;
}

.has-orange-background-color {
  background-color: #ec6608 !important;
}

.has-beige-color {
  color: #d6d1b1 !important;
}

.has-beige-background-color {
  background-color: #d6d1b1 !important;
}

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

.has-white-background-color {
  background-color: #fff !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%;
  margin-top: 0 !important;
}

body {
  background-color: #fff;
  color: #29221b;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #575547;
}
body.open, body.open-filtre {
  overflow: hidden;
  height: 100vh;
}

#page {
  position: relative;
  overflow: hidden;
}

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

	Text selection/highlighting

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

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

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

	Anchor

*/
a {
  -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: #ec6608;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #575547;
}
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, a.btn-full-white, a.btn-full-beige, a.btn-full-orange, a.btn-full-grey, a.btn-full-black, .btn-full, .btn-full-white, .wp-block-button.is-style-btn-full-white .wp-block-button__link, .btn-full-beige, .wp-block-button.is-style-btn-full-beige .wp-block-button__link, .btn-full-orange, button,
input[type=button],
input[type=reset],
input[type=submit], .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button:not([class*=is-style]) .wp-block-button__link, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link, .btn-full-black, .wp-block-button.is-style-btn-full-black .wp-block-button__link, a.btn-empty, a.btn-empty-white, a.btn-empty-beige, a.btn-empty-orange, a.btn-empty-grey, a.btn-empty-black, .btn-empty, .btn-empty-white, .wp-block-button.is-style-btn-empty-white .wp-block-button__link, .btn-empty-beige, .wp-block-button.is-style-btn-empty-beige .wp-block-button__link, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .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: 15px 24px;
  font-size: 16px;
  font-weight: bold;
}
.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-beige:hover, .wp-block-button.is-style-btn-full-beige .wp-block-button__link:hover, .btn-full-orange:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]: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-full-grey:hover, .wp-block-button.is-style-btn-full-grey .wp-block-button__link:hover, .btn-full-black:hover, .wp-block-button.is-style-btn-full-black .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-beige:hover, .wp-block-button.is-style-btn-empty-beige .wp-block-button__link:hover, .btn-empty-orange:hover, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link:hover, .btn-empty-grey:hover, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link:hover, .btn-empty-black:hover, .wp-block-button.is-style-btn-empty-black .wp-block-button__link:hover {
  text-decoration: none;
}

a.btn-empty, a.btn-empty-white, a.btn-empty-beige, a.btn-empty-orange, a.btn-empty-grey, a.btn-empty-black, .btn-empty, .btn-empty-white, .wp-block-button.is-style-btn-empty-white .wp-block-button__link, .btn-empty-beige, .wp-block-button.is-style-btn-empty-beige .wp-block-button__link, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link {
  background-color: rgba(255, 255, 255, 0);
}
a.btn-empty-black, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link {
  border-color: #29221b;
  color: #29221b;
}
a.btn-empty-black:hover, .btn-empty-black:hover, .wp-block-button.is-style-btn-empty-black .wp-block-button__link:hover {
  background: rgba(41, 34, 27, 0.2);
  color: #29221b;
}
a.btn-empty-black.icon-triangle::after, .btn-empty-black.icon-triangle::after, .wp-block-button.is-style-btn-empty-black .icon-triangle.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .btn-empty-black.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .wp-block-button.is-style-btn-empty-black .wp-block-button__link::after, .wp-block-button.is-style-btn-empty-black .wp-block-button.icon-triangle.is-style-default .wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .btn-empty-black.wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button.is-style-btn-empty-black .wp-block-button__link::after, .wp-block-button.is-style-btn-empty-black .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button__link::after {
  border-color: transparent transparent transparent #ec6608;
}
a.btn-empty-grey, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link {
  border-color: #575547;
  color: #575547;
}
a.btn-empty-grey:hover, .btn-empty-grey:hover, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link:hover {
  background: rgba(87, 85, 71, 0.2);
  color: #575547;
}
a.btn-empty-grey.icon-triangle::after, .btn-empty-grey.icon-triangle::after, .wp-block-button.is-style-btn-empty-grey .icon-triangle.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .btn-empty-grey.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .wp-block-button.is-style-btn-empty-grey .wp-block-button__link::after, .wp-block-button.is-style-btn-empty-grey .wp-block-button.icon-triangle.is-style-default .wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .btn-empty-grey.wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button.is-style-btn-empty-grey .wp-block-button__link::after, .wp-block-button.is-style-btn-empty-grey .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button__link::after {
  border-color: transparent transparent transparent #575547;
}
a.btn-empty-orange, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link {
  border-color: #ec6608;
  color: #ec6608;
}
a.btn-empty-orange:hover, .btn-empty-orange:hover, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link:hover {
  background: rgba(236, 102, 8, 0.2);
  color: #ec6608;
}
a.btn-empty-orange.icon-triangle::after, .btn-empty-orange.icon-triangle::after, .wp-block-button.is-style-btn-empty-orange .icon-triangle.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .btn-empty-orange.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .wp-block-button.is-style-btn-empty-orange .wp-block-button__link::after, .wp-block-button.is-style-btn-empty-orange .wp-block-button.icon-triangle.is-style-default .wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .btn-empty-orange.wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button.is-style-btn-empty-orange .wp-block-button__link::after, .wp-block-button.is-style-btn-empty-orange .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button__link::after {
  border-color: transparent transparent transparent #ec6608;
}
a.btn-empty-beige, .btn-empty-beige, .wp-block-button.is-style-btn-empty-beige .wp-block-button__link {
  border-color: #d6d1b1;
  color: #29221b;
}
a.btn-empty-beige:hover, .btn-empty-beige:hover, .wp-block-button.is-style-btn-empty-beige .wp-block-button__link:hover {
  background: rgba(214, 209, 177, 0.2);
  color: #29221b;
}
a.btn-empty-beige.icon-triangle::after, .btn-empty-beige.icon-triangle::after, .wp-block-button.is-style-btn-empty-beige .icon-triangle.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .btn-empty-beige.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .wp-block-button.is-style-btn-empty-beige .wp-block-button__link::after, .wp-block-button.is-style-btn-empty-beige .wp-block-button.icon-triangle.is-style-default .wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .btn-empty-beige.wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button.is-style-btn-empty-beige .wp-block-button__link::after, .wp-block-button.is-style-btn-empty-beige .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button__link::after {
  border-color: transparent transparent transparent #29221b;
}
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: rgba(255, 255, 255, 0.2);
  color: #fff;
}
a.btn-full, a.btn-full-white, a.btn-full-beige, a.btn-full-orange, a.btn-full-grey, a.btn-full-black, .btn-full, .btn-full-white, .wp-block-button.is-style-btn-full-white .wp-block-button__link, .btn-full-beige, .wp-block-button.is-style-btn-full-beige .wp-block-button__link, .btn-full-orange, button,
input[type=button],
input[type=reset],
input[type=submit], .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button:not([class*=is-style]) .wp-block-button__link, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link, .btn-full-black, .wp-block-button.is-style-btn-full-black .wp-block-button__link {
  color: #fff;
}
a.btn-full-black, .btn-full-black, .wp-block-button.is-style-btn-full-black .wp-block-button__link {
  background: #29221b;
  border-color: #29221b;
}
a.btn-full-black:hover, .btn-full-black:hover, .wp-block-button.is-style-btn-full-black .wp-block-button__link:hover {
  background: #575547;
  border-color: #575547;
  color: #fff;
}
a.btn-full-black.icon-triangle::after, .btn-full-black.icon-triangle::after, .wp-block-button.is-style-btn-full-black .icon-triangle.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .btn-full-black.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .wp-block-button.is-style-btn-full-black .wp-block-button__link::after, .wp-block-button.is-style-btn-full-black .wp-block-button.icon-triangle.is-style-default .wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .btn-full-black.wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button.is-style-btn-full-black .wp-block-button__link::after, .wp-block-button.is-style-btn-full-black .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button__link::after {
  border-color: transparent transparent transparent #ec6608;
}
a.btn-full-grey, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link {
  background: #575547;
  border-color: #575547;
}
a.btn-full-grey:hover, .btn-full-grey:hover, .wp-block-button.is-style-btn-full-grey .wp-block-button__link:hover {
  background: #8f8b75;
  border-color: #8f8b75;
  color: #fff;
}
a.btn-full-orange, .btn-full-orange, button,
input[type=button],
input[type=reset],
input[type=submit], .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button:not([class*=is-style]) .wp-block-button__link {
  background: #ec6608;
  border-color: #ec6608;
}
a.btn-full-orange:hover, .btn-full-orange:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]: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: #bb5106;
  border-color: #bb5106;
}
a.btn-full-beige, .btn-full-beige, .wp-block-button.is-style-btn-full-beige .wp-block-button__link {
  background: #d6d1b1;
  border-color: #d6d1b1;
  color: #29221b;
}
a.btn-full-beige:hover, .btn-full-beige:hover, .wp-block-button.is-style-btn-full-beige .wp-block-button__link:hover {
  background: #c4bd90;
  border-color: #c4bd90;
}
a.btn-full-beige.icon-triangle::after, .btn-full-beige.icon-triangle::after, .wp-block-button.is-style-btn-full-beige .icon-triangle.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .btn-full-beige.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .wp-block-button.is-style-btn-full-beige .wp-block-button__link::after, .wp-block-button.is-style-btn-full-beige .wp-block-button.icon-triangle.is-style-default .wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .btn-full-beige.wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button.is-style-btn-full-beige .wp-block-button__link::after, .wp-block-button.is-style-btn-full-beige .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button__link::after {
  border-color: transparent transparent transparent #29221b;
}
a.btn-full-white, .btn-full-white, .wp-block-button.is-style-btn-full-white .wp-block-button__link {
  background: #fff;
  border-color: #fff;
  color: #29221b;
}
a.btn-full-white:hover, .btn-full-white:hover, .wp-block-button.is-style-btn-full-white .wp-block-button__link:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
a.btn-full-white.icon-triangle::after, .btn-full-white.icon-triangle::after, .wp-block-button.is-style-btn-full-white .icon-triangle.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .btn-full-white.wp-block-button__link::after, .wp-block-button.icon-triangle.is-style-default .wp-block-button.is-style-btn-full-white .wp-block-button__link::after, .wp-block-button.is-style-btn-full-white .wp-block-button.icon-triangle.is-style-default .wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .btn-full-white.wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button.is-style-btn-full-white .wp-block-button__link::after, .wp-block-button.is-style-btn-full-white .wp-block-button.icon-triangle:not([class*=is-style]) .wp-block-button__link::after {
  border-color: transparent transparent transparent #29221b;
}

a.icon-triangle, .wp-block-button.icon-triangle.is-style-default a.wp-block-button__link, .wp-block-button.icon-triangle:not([class*=is-style]) a.wp-block-button__link {
  padding-right: 43px;
  position: relative;
}
a.icon-triangle::after, .wp-block-button.icon-triangle.is-style-default a.wp-block-button__link::after, .wp-block-button.icon-triangle:not([class*=is-style]) a.wp-block-button__link::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/***** Boutons gutenberg ******/
/* Default */
/* Avec class */
/*--------------------------------

	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;
}
.entry-content ul:not(.blocks-gallery-grid):not(.rslides) li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 27px;
  position: relative;
}
.entry-content ul:not(.blocks-gallery-grid):not(.rslides) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #ec6608;
}
.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 {
  position: absolute;
  left: 5.335%;
  top: 10px;
  z-index: 2;
}
@media only screen and (min-width: 78em) {
  .site-branding {
    position: relative;
    left: auto;
    top: auto;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 90em) {
  .site-branding {
    margin-right: 40px;
  }
}
.site-branding > p {
  margin: 0;
}
.site-branding .site-title a {
  width: 150px;
  height: 50px;
  display: block;
  text-indent: -99999px;
  background: url("/wp-content/themes/theme-startup/images/logo/logo-henry-freres.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: "Roboto";
  src: url("/wp-content/themes/theme-startup/assets/fonts/Roboto-Light.woff2") format("woff2"), url("/wp-content/themes/theme-startup/assets/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/theme-startup/assets/fonts/Roboto-Bold.woff2") format("woff2"), url("/wp-content/themes/theme-startup/assets/fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url("/wp-content/themes/theme-startup/assets/fonts/ITCAvantGardeStd-Bold.woff2") format("woff2"), url("/wp-content/themes/theme-startup/assets/fonts/ITCAvantGardeStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url("/wp-content/themes/theme-startup/assets/fonts/ITCAvantGardeStd-Bk.woff2") format("woff2"), url("/wp-content/themes/theme-startup/assets/fonts/ITCAvantGardeStd-Bk.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  margin: 50px 0 30px;
  line-height: 1;
  font-family: "ITC Avant Garde Gothic Std", Helvetica, sans-serif;
  font-weight: bold;
  color: #29221b;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 1.1;
}
@media only screen and (min-width: 78em) {
  h1,
.h1 {
    font-size: 56px;
  }
}
.entry-header h1,
.entry-header .h1 {
  color: #fff;
  max-width: 930px;
  margin: 0 auto;
}

h2,
.h2 {
  font-size: 28px;
  margin-top: 60px;
}
@media only screen and (min-width: 78em) {
  h2,
.h2 {
    font-size: 40px;
    margin: 90px 0 40px;
  }
}

h3,
.h3 {
  margin-top: 60px;
  font-size: 22px;
}
@media only screen and (min-width: 78em) {
  h3,
.h3 {
    margin: 90px 0 40px;
    font-size: 32px;
  }
}

h2 + h4, h2 + h3 {
  margin-top: 40px;
}

h4,
.h4 {
  margin: 60px 0 20px;
  font-family: "Roboto", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 78em) {
  h4,
.h4 {
    font-size: 24px;
    line-height: 1;
  }
}

h5,
.h5 {
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (min-width: 78em) {
  h5,
.h5 {
    font-size: 24px;
  }
}

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

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 */
.header {
  position: relative;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 0 5.335%;
}
@media only screen and (min-width: 78em) {
  .header {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 78em) {
  .header-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: 1410px;
    margin: 0 auto;
  }
}
.header-inner > .btn-header {
  display: none;
}
@media only screen and (min-width: 78em) {
  .header-inner > .btn-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-inner > .btn-header a:not(:last-child) {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 78em) {
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
main {
  overflow: hidden;
}

.entry-content {
  padding: 0 5.335%;
}
.entry-content-inner {
  max-width: 930px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Entry header
--------------------------------------------------------------*/
.entry-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #29221b;
  position: relative;
  padding: 10px 5.335% 40px;
  margin-bottom: 60px;
  margin-top: 70px;
}
@media only screen and (min-width: 78em) {
  .entry-header {
    margin-bottom: 90px;
    padding-bottom: 90px;
    margin-top: 67px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 90em) {
  .entry-header {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 103.125em) {
  .entry-header {
    margin-bottom: 120px;
  }
}
.entry-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(41, 34, 27, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.entry-header-inner {
  position: relative;
  z-index: 2;
  max-width: 1410px;
  margin: 0 auto;
}
.entry-header.with-desc {
  color: #fff;
}
@media only screen and (min-width: 78em) {
  .entry-header.with-desc .entry-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .entry-header.with-desc .entry-header-inner > nav {
    width: 100%;
  }
}
@media only screen and (min-width: 78em) {
  .entry-header.with-desc .entry-header-left {
    width: 50%;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 90em) {
  .entry-header.with-desc .entry-header-left {
    padding-right: 60px;
  }
}
.entry-header.with-desc .entry-header-right {
  margin-top: 20px;
}
@media only screen and (min-width: 78em) {
  .entry-header.with-desc .entry-header-right {
    width: 50%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 90em) {
  .entry-header.with-desc .entry-header-right {
    font-size: 18px;
  }
}
.entry-header.with-desc .entry-header-right .btn-more {
  margin-top: 30px;
}
@media only screen and (min-width: 90em) {
  .entry-header.with-desc .entry-header-right .btn-more {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.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: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 78em) {
  .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;
  }
}
@media only screen and (min-width: 103.125em) {
  .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: 120px;
    margin-bottom: 120px;
  }
}
.entry-content .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
@media only screen and (min-width: 48em) {
  .entry-content .alignwide {
    margin-left: calc(24.25% - 24.25vw);
    margin-right: calc(24.25% - 24.25vw);
    width: auto;
    max-width: 100vw;
  }
}
.entry-content .wp-block-gallery img {
  border-radius: 4px;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 16px;
  }
}
.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: 60px 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-column .wp-block-group {
  margin: 0;
}
.entry-content .wp-block-columns .wp-block-image {
  margin: 0;
}
.entry-content .wp-block-separator {
  width: 100% !important;
  border-color: #575547;
  border-width: 1px;
  margin: 60px 0;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-separator {
    margin: 90px 0;
  }
}

body.page-id-36 .entry-content iframe {
  width: 100% !important;
}
body.page-id-36 .entry-content a[href^="tel:"] {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #575547;
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  body.page-id-36 .entry-content a[href^="tel:"] {
    font-size: 20px;
  }
}
@media only screen and (min-width: 78em) {
  body.page-id-36 .entry-content a[href^="tel:"] {
    font-size: 24px;
  }
}
body.page-id-36 .entry-content a[href^="tel:"]::before {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-telephone-grey.svg");
  margin-right: 15px;
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
body.page-id-36 .entry-content p.adresse {
  margin: 30px 0;
}
@media only screen and (min-width: 78em) {
  body.page-id-36 .entry-content p.adresse {
    margin: 40px 0;
  }
}

@media only screen and (min-width: 48em) {
  .wp-block-columns.bloc-emploi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .wp-block-columns.bloc-emploi .wp-block-column {
    -ms-flex-preferred-size: 0% !important;
        flex-basis: 0% !important;
  }
}
@media only screen and (min-width: 78em) {
  .wp-block-columns.bloc-emploi .wp-block-column {
    -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-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
  .wp-block-columns.bloc-emploi .wp-block-column:hover {
    -ms-flex-preferred-size: 70% !important;
        flex-basis: 70% !important;
  }
  .wp-block-columns.bloc-emploi .wp-block-column:hover > div::after {
    opacity: 1;
  }
}
.wp-block-columns.bloc-emploi .wp-block-column > div {
  border-radius: 8px;
  padding: 70px 30px 40px;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .wp-block-columns.bloc-emploi .wp-block-column > div {
    padding: 100px 40px 40px;
  }
}
.wp-block-columns.bloc-emploi .wp-block-column > div::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -30px;
  width: 70px;
  height: 70px;
  background: no-repeat center;
}
.wp-block-columns.bloc-emploi .wp-block-column > div::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-open-orange-big.svg") no-repeat center;
  background-size: 20px;
}
@media only screen and (min-width: 78em) {
  .wp-block-columns.bloc-emploi .wp-block-column > div::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    right: 40px;
    bottom: 40px;
    top: auto;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.wp-block-columns.bloc-emploi .wp-block-column > div h3 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 78em) {
  .wp-block-columns.bloc-emploi .wp-block-column > div h3 {
    font-size: 24px;
  }
}
.wp-block-columns.bloc-emploi .wp-block-column > div p {
  margin: 15px 0 0;
  font-size: 18px;
}
@media only screen and (min-width: 78em) {
  .wp-block-columns.bloc-emploi .wp-block-column > div p {
    max-width: 250px;
  }
}
.wp-block-columns.bloc-emploi .wp-block-column > div .wp-block-buttons {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
.wp-block-columns.bloc-emploi .wp-block-column > div .wp-block-buttons .wp-block-button {
  width: 100%;
  height: 100%;
}
.wp-block-columns.bloc-emploi .wp-block-column > div .wp-block-buttons a {
  width: 100%;
  height: 100%;
  display: block;
  background: none !important;
  border: none;
}
.wp-block-columns.bloc-emploi .wp-block-column:first-child {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .wp-block-columns.bloc-emploi .wp-block-column:first-child {
    margin-bottom: 0;
  }
}
.wp-block-columns.bloc-emploi .wp-block-column:first-child > div::before {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-jobs.svg");
}
.wp-block-columns.bloc-emploi .wp-block-column:first-child > div::after {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-open-white-big.svg");
}
.wp-block-columns.bloc-emploi .wp-block-column:last-child > div::before {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-job-application.svg");
}

/* Sidebar */
/* Footer */
.footer {
  margin-top: 90px;
}
@media only screen and (min-width: 103.125em) {
  .footer {
    margin-top: 120px;
  }
}

.footer-middle {
  background: #29221b;
  padding: 90px 5.335% 60px;
}
@media only screen and (min-width: 78em) {
  .footer-middle {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 90em) {
  .footer-middle {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  body.category-actualites .footer-middle {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media only screen and (min-width: 103.125em) {
  .footer-middle {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 48em) {
  .footer-middle-inner {
    position: relative;
  }
}
@media only screen and (min-width: 78em) {
  .footer-middle-inner {
    max-width: 1410px;
    margin: 0 auto;
  }
  body:not(.page-id-100) .footer-middle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 78em) {
  body:not(.page-id-100) .footer-middle-news {
    width: calc(100% - 460px);
    margin-right: 60px;
    position: relative;
  }
}
@media only screen and (min-width: 90em) {
  body:not(.page-id-100) .footer-middle-news {
    width: calc(100% - 480px);
    margin-right: 80px;
  }
}
.footer-middle-subtitle {
  font-family: "ITC Avant Garde Gothic Std", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #ec6608;
  margin: 0;
}
@media only screen and (min-width: 78em) {
  .footer-middle-subtitle {
    font-size: 18px;
  }
}
.footer-middle-title {
  font-family: "ITC Avant Garde Gothic Std", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 15px 0 40px;
}
@media only screen and (min-width: 78em) {
  .footer-middle-title {
    font-size: 32px;
    margin: 20px 0 60px;
  }
}
.footer-middle .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  margin: 0 calc(-6% - 10px);
  padding: 0 5.335%;
}
@media only screen and (min-width: 64em) {
  .footer-middle .post-list {
    margin: 0 -15px;
    padding: 0;
    overflow: hidden;
  }
}
.footer-middle .post-list .post-resume {
  width: 300px;
  min-width: 300px;
  margin: 0 10px;
}
.footer-middle .post-list .post-resume:hover h2 {
  color: #ec6608;
}
@media only screen and (min-width: 64em) {
  .footer-middle .post-list .post-resume {
    width: calc(33.333% - 30px);
    margin: 0 15px;
    min-width: 0;
  }
}
@media only screen and (min-width: 78em) {
  body:not(.page-id-100) .footer-middle .post-list .post-resume {
    width: calc(50% - 30px);
  }
  body:not(.page-id-100) .footer-middle .post-list .post-resume:nth-child(3) {
    display: none;
  }
}
.footer-middle .post-list .post-resume h2 {
  color: #d6d1b1;
}
.footer-middle .post-list .post-resume h2::after {
  color: #fff;
}
.footer-middle .link-more {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (min-width: 48em) {
  .footer-middle .link-more {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
  }
}
.footer-middle-recrut {
  border-radius: 8px;
  background-color: #d6d1b1;
  padding: 40px 10%;
  margin: 60px 0 0;
  position: relative;
}
body.category-actualites .footer-middle-recrut {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .footer-middle-recrut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 64em) {
  .footer-middle-recrut {
    padding: 60px 90px;
  }
}
@media only screen and (min-width: 78em) {
  body:not(.page-id-100):not(.category-actualites) .footer-middle-recrut {
    width: 400px;
    margin: 0;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer-middle-recrut > p {
  font-family: "ITC Avant Garde Gothic Std", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #29221b;
}
@media only screen and (min-width: 48em) {
  .footer-middle-recrut > p {
    margin: 0;
  }
}
@media only screen and (min-width: 64em) {
  .footer-middle-recrut > p {
    font-size: 24px;
  }
}
body:not(.page-id-100):not(.category-actualites) .footer-middle-recrut > p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .footer-middle-recrut-right {
    max-width: 240px;
  }
}
@media only screen and (min-width: 64em) {
  .footer-middle-recrut-right {
    max-width: 327px;
    font-size: 18px;
  }
}
.footer-middle-recrut-right p:last-child {
  margin-bottom: 0;
  margin-top: 30px;
}
@media only screen and (min-width: 78em) {
  .footer-middle-recrut-right p:last-child {
    margin-top: 100px;
  }
  body.category-actualites .footer-middle-recrut-right p:last-child {
    margin-top: 30px;
  }
}

.footer-bottom {
  border-top: solid 1px #575547;
  background-color: #29221b;
  padding: 60px 5.335% 30px;
  color: #fff;
}
.footer-top + .footer-bottom {
  padding-top: 120px;
}
@media only screen and (min-width: 78em) {
  .footer-top + .footer-bottom {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 78em) {
  .footer-bottom-inner {
    max-width: 1410px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48em) {
  .footer-bottom .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
.footer-bottom .footer-link-left {
  margin-bottom: 60px;
}
@media only screen and (min-width: 48em) {
  .footer-bottom .footer-link-left {
    margin: 0;
  }
}
.footer-bottom .footer-link-left .logo-foot img {
  height: 60px;
}
.footer-bottom .footer-link-left .logo-foot img:not(:last-child) {
  margin-right: 50px;
}
.footer-bottom .footer-link-left .address {
  margin: 40px 0 30px;
}
.footer-bottom .footer-link-left .tel {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .footer-bottom .footer-link-left .tel {
    margin-bottom: 0;
  }
}
.footer-bottom .footer-link-left .tel a {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  .footer-bottom .footer-link-left .tel a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 78em) {
  .footer-bottom .footer-link-left .tel a {
    font-size: 24px;
    pointer-events: none;
  }
}
.footer-bottom .footer-link-left .tel a::before {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-telephone.svg");
  margin-right: 15px;
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  .footer-bottom .footer-link-left .link-project {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .footer-bottom .footer-link-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 64em) {
  .footer-bottom .footer-link-right {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 78em) {
  .footer-bottom .footer-link-right {
    margin: 0 -60px;
    padding-bottom: 75px;
  }
}
.footer-bottom .footer-link-right-item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .footer-bottom .footer-link-right-item {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 64em) {
  .footer-bottom .footer-link-right-item {
    margin: 0 30px;
  }
  .footer-bottom .footer-link-right-item:last-child {
    min-width: 154px;
  }
}
@media only screen and (min-width: 78em) {
  .footer-bottom .footer-link-right-item {
    margin: 0 60px;
  }
}
.footer-bottom .footer-link-right-item p {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "ITC Avant Garde Gothic Std", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.footer-bottom .footer-link-right-item p::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-triangle-empty-white.svg");
  margin-left: 8px;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 48em) {
  .footer-bottom .footer-link-right-item p::after {
    display: none;
  }
}
.footer-bottom .footer-link-right-item p.open::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-triangle-full-white.svg");
}
.footer-bottom .footer-link-right-item ul {
  display: none;
  margin: 20px 0 0;
}
@media only screen and (min-width: 48em) {
  .footer-bottom .footer-link-right-item ul {
    display: block;
  }
}
@media only screen and (min-width: 78em) {
  .footer-bottom .footer-link-right-item ul {
    margin-top: 24px;
    margin-bottom: -24px;
  }
}
.footer-bottom .footer-link-right-item ul li {
  margin-bottom: 15px;
  line-height: 1;
}
@media only screen and (min-width: 78em) {
  .footer-bottom .footer-link-right-item ul li {
    margin-bottom: 24px;
  }
}
.footer-bottom .footer-link-right-item ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.footer-bottom .footer-link-right-item ul li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 78em) {
  .footer-bottom .footer-link-right-item ul li a {
    font-size: 16px;
  }
}
.footer-bottom .footer-signature {
  margin-top: 60px;
  padding-top: 30px;
  border-top: solid 1px #575547;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 64em) {
  .footer-bottom .footer-signature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-bottom .footer-signature p {
    margin: 0;
  }
}
.footer-bottom .footer-signature a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom .footer-signature a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 64em) {
  .footer-bottom .footer-signature p:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer-bottom .footer-signature p:first-child a {
  font-weight: 400;
}
.footer-bottom .footer-signature p:first-child a:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin: 0 8px;
  width: 5px;
  height: 5px;
  background: #575547;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
.footer-bottom .footer-signature p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .footer-bottom .footer-signature p:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* Subfooter */
/* Module */
/* Navigation */
.menu-toggle {
  -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;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-menu.svg") no-repeat center;
  display: block;
  padding: 0;
  border: none;
  text-indent: -9999px;
  z-index: 1;
  position: relative;
  height: 70px;
  width: 100%;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-menu.svg") no-repeat calc(100% - 5.335%) center;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.9);
}
.menu-toggle:hover {
  background: url("/wp-content/themes/theme-startup/images/icon/icon-menu.svg") no-repeat calc(100% - 5.335%) center, rgba(255, 255, 255, 0.9);
}
.toggled .menu-toggle {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-close.svg");
}
@media only screen and (min-width: 78em) {
  .menu-toggle {
    display: none;
  }
}

.menu-menu-principal-container {
  position: absolute;
  width: 100vw;
  left: 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: 100vh;
  top: 0;
  background-color: #fff;
  padding-top: 85px;
  z-index: -1;
}
.toggled .menu-menu-principal-container {
  left: 0;
}
@media only screen and (min-width: 78em) {
  .menu-menu-principal-container {
    position: inherit;
    display: block;
    height: auto;
    padding: 0;
    top: auto;
    left: auto;
    overflow: visible;
    background: none;
    width: auto;
    height: auto;
    z-index: 1;
  }
}
.menu-menu-principal-container .btn-header {
  margin-top: 20px;
  padding: 0 5.335% 100px;
}
@media only screen and (min-width: 78em) {
  .menu-menu-principal-container .btn-header {
    display: none;
  }
}
.menu-menu-principal-container .btn-header a {
  display: block;
  width: 100%;
}
.menu-menu-principal-container .btn-header a:first-child {
  margin-bottom: 15px;
  font-size: 20px;
  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;
  padding: 13px 24px;
}
.menu-menu-principal-container .btn-header a:first-child::before {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-telephone-grey.svg");
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.menu-menu-principal-container .btn-header a:last-child {
  font-size: 22px;
  padding: 20px 0;
}
.menu-menu-principal-container .btn-header a:last-child::after {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
  display: inline-block;
  margin-left: 15px;
}

.main-navigation ul#primary-menu {
  display: block !important;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.main-navigation ul#primary-menu > li {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li {
    overflow: visible;
    position: inherit;
  }
}
.main-navigation ul#primary-menu > li > a {
  font-size: 26px;
  line-height: 1.5;
  color: #29221b;
  padding: 10px 5.335%;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li > a {
    font-size: 14px;
    padding: 23px 15px;
  }
}
@media only screen and (min-width: 90em) {
  .main-navigation ul#primary-menu > li > a {
    font-size: 16px;
    padding: 33px 15px;
  }
}
.main-navigation ul#primary-menu > li > a:hover {
  color: #ec6608;
}
.main-navigation ul#primary-menu > li.current-menu-ancestor > a, .main-navigation ul#primary-menu > li.current_page_item > a {
  color: #ec6608;
}
.main-navigation ul#primary-menu > li.current-menu-ancestor > button, .main-navigation ul#primary-menu > li.current_page_item > button {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-triangle-full-orange.svg");
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li.menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-navigation ul#primary-menu > li.menu-item-has-children > a::after {
    content: "";
    margin-left: 10px;
    width: 12px;
    height: 7px;
    background: url("/wp-content/themes/theme-startup/images/icon/icon-triangle-empty-black.svg") no-repeat center;
    margin-left: 5px;
  }
  .main-navigation ul#primary-menu > li.menu-item-has-children > a:hover::after {
    background-image: url("/wp-content/themes/theme-startup/images/icon/icon-triangle-full-orange.svg");
  }
  .main-navigation ul#primary-menu > li.menu-item-has-children.current-menu-ancestor > a::after, .main-navigation ul#primary-menu > li.menu-item-has-children.current_page_item > a::after {
    background-image: url("/wp-content/themes/theme-startup/images/icon/icon-triangle-empty-orange.svg");
  }
  .main-navigation ul#primary-menu > li.menu-item-has-children.current-menu-ancestor > a:hover::after, .main-navigation ul#primary-menu > li.menu-item-has-children.current_page_item > a:hover::after {
    background-image: url("/wp-content/themes/theme-startup/images/icon/icon-triangle-full-orange.svg");
  }
  .main-navigation ul#primary-menu > li.menu-item-has-children:hover > a::after {
    background-image: url("/wp-content/themes/theme-startup/images/icon/icon-triangle-full-orange.svg");
  }
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-navigation ul#primary-menu > li > button {
  position: absolute;
  right: 5.335%;
  top: 13px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-triangle-empty-black.svg") no-repeat center right;
  border: none;
  padding: 0;
}
@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;
  padding: 10px 5.335% 0;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: -20px;
    width: auto;
    z-index: -1;
    -webkit-animation: growDown 400ms ease-in-out forwards;
            animation: growDown 400ms ease-in-out forwards;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    background-color: #fff;
    padding: 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    padding: 110px 20px 20px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 10px 20px 0 rgba(27, 32, 41, 0.1);
            box-shadow: 0 10px 20px 0 rgba(27, 32, 41, 0.1);
    background-color: #fff;
    border-radius: 0 0 15px 15px;
  }
}
@media only screen and (min-width: 90em) {
  .main-navigation ul#primary-menu > li > .sub-menu {
    padding-bottom: 30px;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu > li {
  width: calc(50% - 10px);
  margin: 0 5px 20px;
  float: left;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li > .sub-menu > li {
    width: calc(16.667% - 20px);
    margin: 0 10px;
    float: none;
  }
}
@media only screen and (min-width: 120em) {
  .main-navigation ul#primary-menu > li > .sub-menu > li {
    width: 265px;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #575547;
  text-decoration: none;
}
@media only screen and (min-width: 90em) {
  .main-navigation ul#primary-menu > li > .sub-menu > li > a {
    font-size: 16px;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu > li > a span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li > .sub-menu > li > a span {
    text-align: left;
    padding: 0 22px 0 0;
    background: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-open-beige.svg") no-repeat right center;
  }
}
@media only screen and (min-width: 90em) {
  .main-navigation ul#primary-menu > li > .sub-menu > li > a span {
    padding-left: 10px;
    background-position: calc(100% - 10px) center;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu > li > a .fit-cover {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 90em) {
  .main-navigation ul#primary-menu > li > .sub-menu > li > a .fit-cover {
    height: 150px;
  }
}
@media only screen and (min-width: 103.125em) {
  .main-navigation ul#primary-menu > li > .sub-menu > li > a .fit-cover {
    height: 180px;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu > li > a .fit-cover img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li > .sub-menu > li > a:hover {
    color: #ec6608;
  }
  .main-navigation ul#primary-menu > li > .sub-menu > li > a:hover span {
    background-image: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-open-orange.svg");
  }
  .main-navigation ul#primary-menu > li > .sub-menu > li > a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.main-navigation ul#primary-menu > li > .sub-menu > li.current_page_item > a {
  color: #ec6608;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li > .sub-menu > li.current_page_item > a span {
    background-image: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-open-orange.svg");
  }
}

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

@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(1.05);
            transform: scaleY(1.05);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/* Breadcrumb */
nav > .breadcrumb {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-align: right;
  margin-bottom: 60px;
}
nav > .breadcrumb a {
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
nav > .breadcrumb a:hover {
  text-decoration: underline;
}
nav > .breadcrumb li:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #575547;
  border-radius: 50%;
  display: inline-block;
}
nav > .breadcrumb li:last-child {
  font-weight: bold;
}

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

	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: "Roboto", Helvetica, 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-guttenberg > form {
  display: block !important;
}

.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: #f50023;
  font-weight: bold;
  font-size: 14px;
}

.forminator-response-message.forminator-accessible,
.forminator-response-message.forminator-show {
  background: #575547;
  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: #f50023;
}

/* Pagination */
.navigation.pagination {
  margin-top: 60px;
}
@media only screen and (min-width: 48em) {
  .navigation.pagination {
    margin-top: 0;
  }
}
@media only screen and (min-width: 78em) {
  .navigation.pagination {
    margin-top: 30px;
  }
}
.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: #575547;
  border: 1px solid;
  border-color: #575547;
  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: #29221b;
}
.navigation.pagination .nav-links span {
  font-size: 18px;
  background: #575547;
  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: visible;
  display: block;
  margin: 0;
  padding: 0;
}
.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: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 90em) {
  .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.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;
  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 {
  position: absolute;
  right: 0;
  top: -9px;
  width: 40px;
  height: 20px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-right-black.svg") no-repeat center;
  padding: 0;
  border: none;
  text-indent: -9999px;
}
.slick-arrow:hover {
  background: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-right-black.svg") no-repeat center;
}
.slick-arrow.slick-prev {
  right: 60px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Blog */
/* Blog - listing */
@media only screen and (min-width: 48em) {
  .post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 90em) {
  .post-list {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.post-resume {
  position: relative;
  margin-bottom: 40px;
}
.post-resume:hover .post-resume-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.post-resume:hover h2 {
  color: #ec6608;
}
@media only screen and (min-width: 48em) {
  .post-resume {
    width: calc(50% - 30px);
    margin: 0 15px 60px;
  }
}
@media only screen and (min-width: 78em) {
  .post-resume {
    width: calc(33.333% - 30px);
  }
}
.post-resume-img {
  height: 200px;
  position: relative;
  background: url("/wp-content/themes/theme-startup/images/logo/logo-henry-freres.svg") no-repeat center, #29221b;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  .post-resume-img {
    height: 300px;
  }
}
.post-resume-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.post-resume-info {
  position: absolute;
  left: 15px;
  bottom: 15px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 12px;
  line-height: 1;
  color: #29221b;
  padding: 5px 10px 7px;
  margin: 0;
  max-width: calc(100% - 30px);
  width: auto;
}
@media only screen and (min-width: 64em) {
  .post-resume-info {
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    padding: 8.25px 15px;
  }
}
.post-resume-tag {
  font-weight: bold;
  text-transform: uppercase;
}
.post-resume-tag::after {
  content: "";
  background: #29221b;
  height: 12px;
  width: 1px;
  margin: 0 8px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.post-resume-tag span:not(:first-child) {
  display: none;
}
.post-resume h2 {
  font-size: 18px;
  margin: 20px 0 0;
  font-weight: 400;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media only screen and (min-width: 64em) {
  .post-resume h2 {
    font-size: 24px;
    margin-top: 30px;
  }
}
.post-resume h2::after {
  content: "Lire l’article";
  display: block;
  color: #d6d1b1;
  padding-left: 30px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-read.svg") no-repeat left center;
  font-size: 16px;
  margin-top: 15px;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* Blog - detail */
.go-back {
  clear: both;
  text-align: center;
  margin-top: 60px;
}

body.single-post .info {
  max-width: 930px;
  margin: 30px auto 0;
}
@media only screen and (min-width: 78em) {
  body.single-post .info {
    margin-top: 40px;
  }
}
body.single-post .post-resume-info {
  position: relative;
  bottom: auto;
  left: auto;
  display: inline-block;
}

/* Blocks */
/* Page menu */
.bloc-list {
  margin: 60px 0;
  padding-top: 30px;
  position: relative;
}
.bloc-list:not(.slick-slider) {
  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;
  padding-top: 0;
}
.bloc-list:not(.slick-slider) .bloc-list-item {
  margin-bottom: 30px;
  width: 100%;
  max-width: 300px;
  min-width: 0;
}
@media only screen and (min-width: 78em) {
  .bloc-list {
    margin-bottom: 90px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 90em) {
  .bloc-list {
    margin-bottom: 120px;
  }
}
.bloc-list-item {
  position: relative;
  width: 300px;
  min-width: 300px;
  margin-right: 20px;
}
.bloc-list-item:hover h2 {
  color: #ec6608;
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-open-orange.svg");
}
.bloc-list-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (min-width: 78em) {
  .bloc-list-item {
    width: 350px;
    min-width: 350px;
  }
}
.bloc-list-item-img {
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  background: url("/wp-content/themes/theme-startup/images/logo/logo-coudray-white.svg") no-repeat center, #29221b;
}
@media only screen and (min-width: 78em) {
  .bloc-list-item-img {
    height: 250px;
  }
}
.bloc-list-item-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.bloc-list-item h2 {
  margin: 20px 0 0;
  padding: 0 22px 0 10px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-open-beige.svg") no-repeat calc(100% - 10px) center;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (min-width: 78em) {
  .bloc-list-item h2 {
    font-size: 18px;
  }
}

/* Page */
/* Accueil */
body.home main {
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
body.home main.bg-black {
  background: #29221b;
  color: #fff;
}
body.home main.bg-black .pres-accueil-right h2, body.home main.bg-black .pres-accueil-left h2 {
  color: #fff;
}
body.home main.bg-black .pres-accueil-right .btn-more a {
  background: #fff;
  color: #29221b;
}
body.home main.bg-black .service-accueil-list-item h3 {
  color: #fff;
}
body.home main.bg-black .why-accueil-pres h2 {
  color: #fff;
}
body.home main.bg-black .why-accueil-pres .btn-more a.btn-empty-black, body.home main.bg-black .why-accueil-pres .btn-more .wp-block-button.is-style-btn-empty-black a.wp-block-button__link, .wp-block-button.is-style-btn-empty-black body.home main.bg-black .why-accueil-pres .btn-more a.wp-block-button__link {
  border-color: #fff;
  color: #fff;
}
body.home main.bg-black .why-accueil-pres .btn-more a.btn-empty-black:hover, body.home main.bg-black .why-accueil-pres .btn-more .wp-block-button.is-style-btn-empty-black a.wp-block-button__link:hover, .wp-block-button.is-style-btn-empty-black body.home main.bg-black .why-accueil-pres .btn-more a.wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.2);
}
body.home main.bg-white {
  background: #fff;
  color: #29221b;
}
body.home .entry-content {
  margin-top: 60px;
}
@media only screen and (min-width: 78em) {
  body.home .entry-content {
    margin-top: 120px;
  }
}

.diapo-accueil {
  position: relative;
}
.diapo-accueil ul.rslides {
  position: relative;
  height: 815px;
  z-index: 1;
}
.diapo-accueil ul.rslides::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 41, 0.2)), color-stop(55%, rgba(27, 32, 41, 0.8)));
  background-image: linear-gradient(to bottom, rgba(27, 32, 41, 0.2) 0%, rgba(27, 32, 41, 0.8) 55%);
  z-index: 9;
}
@media only screen and (min-width: 64em) {
  .diapo-accueil ul.rslides::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 32, 41, 0.2)), color-stop(75%, rgba(27, 32, 41, 0.8)));
    background-image: linear-gradient(to bottom, rgba(27, 32, 41, 0.2) 0%, rgba(27, 32, 41, 0.8) 75%);
  }
}
.diapo-accueil ul.rslides li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  -webkit-backface-visibility: hidden;
  height: 100%;
  position: relative;
  margin: 0;
}
.diapo-accueil-caption {
  z-index: 2;
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 100%;
  padding: 0 5.335% 60px;
}
@media only screen and (min-width: 78em) {
  .diapo-accueil-caption {
    padding: 0 90px 90px;
    max-width: 1590px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .diapo-accueil-caption-right {
    width: 330px;
  }
}
.diapo-accueil-caption h1 {
  color: #fff;
  margin: 0 0 40px;
}
@media only screen and (min-width: 78em) {
  .diapo-accueil-caption h1 {
    margin: 0;
    width: calc(100% - 330px);
    padding-right: 150px;
    font-size: 45px;
  }
}
@media only screen and (min-width: 103.125em) {
  .diapo-accueil-caption h1 {
    font-size: 56px;
  }
}
.diapo-accueil-caption .btn-more {
  margin: 30px 0 0;
}

.pres-accueil {
  padding: 60px 5.335% 40px;
}
@media only screen and (min-width: 78em) {
  .pres-accueil {
    padding: 120px 5.335% 90px;
  }
}
@media only screen and (min-width: 64em) {
  .pres-accueil-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: 78em) {
  .pres-accueil-inner {
    max-width: 1410px;
    margin: 0 auto;
  }
}
.pres-accueil-left > img {
  max-width: 235px;
}
@media only screen and (min-width: 64em) {
  .pres-accueil-left {
    width: 50%;
    padding-right: 20px;
    max-width: 570px;
  }
}
@media only screen and (min-width: 64em) {
  .pres-accueil-right {
    width: 50%;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 78em) {
  .pres-accueil-right {
    margin-top: 30px;
    max-width: 570px;
  }
}
.pres-accueil .libelle {
  font-family: "ITC Avant Garde Gothic Std", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #ec6608;
  margin: 30px 0 15px;
}
.pres-accueil .libelle:first-child {
  margin-top: 0;
}
.pres-accueil h2 {
  margin: 15px 0 20px;
  -webkit-transition: color 0 0.3s;
  transition: color 0 0.3s;
}
@media only screen and (min-width: 78em) {
  .pres-accueil h2 {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 78em) {
  .pres-accueil p {
    font-size: 18px;
  }
}
.pres-accueil .btn-more {
  margin: 30px 0 0;
}
@media only screen and (min-width: 78em) {
  .pres-accueil .btn-more {
    margin-top: 40px;
    font-size: 16px;
  }
}
.pres-accueil .btn-more a {
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.service-accueil {
  padding: 0 5.335% 40px;
}
.service-accueil-list {
  counter-reset: compteListe;
  padding-top: 300px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .service-accueil-list {
    padding: 30px 0;
  }
}
.service-accueil-list-item {
  position: relative;
  margin-bottom: 20px;
}
.service-accueil-list-item .viewproduct a {
  -webkit-transition: none;
  transition: none;
}
@media only screen and (min-width: 48em) {
  .service-accueil-list-item {
    width: 50%;
    margin: 0 0 20px auto;
  }
}
@media only screen and (min-width: 78em) {
  .service-accueil-list-item {
    margin-bottom: 29.5px;
    z-index: 2;
    width: 45%;
  }
  .service-accueil-list-item .service-accueil-list-item-inner:hover::after {
    opacity: 1;
  }
  .service-accueil-list-item .service-accueil-list-item-inner:hover h3, .service-accueil-list-item .service-accueil-list-item-inner:hover p, .service-accueil-list-item .service-accueil-list-item-inner:hover::before {
    color: #fff;
  }
}
@media only screen and (min-width: 103.125em) {
  .service-accueil-list-item {
    padding-left: 68px;
  }
}
.service-accueil-list-item-inner {
  padding: 0 0 20px 41px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  position: relative;
  border-bottom: 1px solid rgba(87, 85, 71, 0.1);
  z-index: 1;
}
@media only screen and (min-width: 78em) {
  .service-accueil-list-item-inner {
    max-width: 570px;
    padding: 0 0 29.5px 58px;
  }
}
.service-accueil-list-item-inner::before {
  counter-increment: compteListe 1;
  content: "0" counter(compteListe);
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-family: "ITC Avant Garde Gothic Std", Helvetica, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 78em) {
  .service-accueil-list-item-inner::before {
    font-size: 24px;
  }
}
@media only screen and (min-width: 78em) {
  .service-accueil-list-item-inner::after {
    content: "";
    background: #ec6608;
    position: absolute;
    left: -30px;
    top: -30px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 4px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity, 0.5s;
    transition: opacity, 0.5s;
  }
}
.service-accueil-list-item:nth-last-child(2) .service-accueil-list-item-inner {
  border-bottom: none;
  margin-bottom: 0;
}
.service-accueil-list-item h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 15px;
  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: 78em) {
  .service-accueil-list-item h3 {
    font-size: 24px;
    margin-top: 10px;
  }
}
.service-accueil-list-item h3::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-arrow-open-beige.svg");
  margin-left: 15px;
}
@media only screen and (min-width: 78em) {
  .service-accueil-list-item h3::after {
    display: none;
  }
}
.service-accueil-list-item p {
  margin: 15px 0 0;
}
@media only screen and (min-width: 78em) {
  .service-accueil-list-item p {
    margin-top: 10px;
  }
}
.service-accueil-list-item-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 240px;
  width: calc(100% + 20px);
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  margin-left: -6%;
}
@media only screen and (min-width: 48em) {
  .service-accueil-list-item-img {
    width: 50%;
    height: 100%;
  }
}
@media only screen and (min-width: 78em) {
  .service-accueil-list-item-img {
    width: 55%;
  }
}
.service-accueil-list-item:first-child + .service-accueil-list-item-img {
  opacity: 1;
}
.service-accueil-list-item:hover + .service-accueil-list-item-img {
  opacity: 1;
}
@media only screen and (min-width: 48em) {
  .service-accueil.two .service-accueil-list-item {
    margin: 0 0 20px;
  }
  .service-accueil.two .service-accueil-list-item-img {
    left: auto;
    right: -6%;
    margin-left: 0;
    border-radius: 8px 0 0 8px;
  }
}
@media only screen and (min-width: 90em) {
  .service-accueil.two {
    padding-bottom: 150px;
  }
}

.why-accueil {
  margin: 60px 0;
  padding: 0 5.335%;
}
@media only screen and (min-width: 78em) {
  .why-accueil {
    margin: 90px 0;
  }
}
@media only screen and (min-width: 90em) {
  .why-accueil {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 48em) {
  .why-accueil-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 78em) {
  .why-accueil-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 90em) {
  .why-accueil-inner {
    max-width: 1410px;
    margin: 0 auto;
  }
}
.why-accueil-img {
  margin-bottom: 60px;
}
@media only screen and (min-width: 48em) {
  .why-accueil-img {
    width: 50%;
    padding-right: 50px;
    margin: 0;
  }
}
@media only screen and (min-width: 78em) {
  .why-accueil-img {
    width: calc(100% - 570px);
    max-width: 740px;
  }
}
@media only screen and (min-width: 90em) {
  .why-accueil-img {
    max-width: 780px;
    padding-right: 90px;
  }
}
.why-accueil-img img {
  border-radius: 8px;
}
.why-accueil-img img:first-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .why-accueil-pres {
    width: 50%;
  }
}
@media only screen and (min-width: 78em) {
  .why-accueil-pres {
    width: 570px;
  }
}
.why-accueil-pres .libelle {
  font-family: "ITC Avant Garde Gothic Std", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #ec6608;
  margin: 30px 0 15px;
}
.why-accueil-pres .libelle:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 64em) {
  .why-accueil-pres .libelle {
    margin-top: 0;
  }
}
@media only screen and (min-width: 78em) {
  .why-accueil-pres .libelle {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.why-accueil-pres h2 {
  margin: 15px 0 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (min-width: 64em) {
  .why-accueil-pres h2 {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 90em) {
  .why-accueil-pres p {
    font-size: 18px;
  }
}
.why-accueil-pres .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -10px;
}
@media only screen and (min-width: 78em) {
  .why-accueil-pres .btn-more {
    margin-top: 30px;
  }
}
.why-accueil-pres .btn-more a {
  margin: 10px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.why-accueil .pt-list {
  margin-top: 60px;
}
@media only screen and (min-width: 78em) {
  .why-accueil .pt-list {
    margin-top: 90px;
  }
}
.why-accueil .pt-list-item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 78em) {
  .why-accueil .pt-list-item {
    padding-left: 70px;
    position: relative;
    margin-bottom: 40px;
  }
}
.why-accueil .pt-list-item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media only screen and (min-width: 78em) {
  .why-accueil .pt-list-item h3 {
    margin-bottom: 5px;
  }
}
.why-accueil .pt-list-item h3 img {
  margin-right: 20px;
}
@media only screen and (min-width: 78em) {
  .why-accueil .pt-list-item h3 img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.why-accueil .pt-list-item p {
  margin: 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 {
  position: relative;
}
body.search .search-result article::before {
  counter-increment: compteListe 1;
  content: counter(compteListe) ". ";
  display: inline;
  float: left;
  font-size: 20px;
  color: #29221b;
  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 {
    font-size: 25px;
  }
}
/*# sourceMappingURL=style.css.map */