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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

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

.main-navigation li {
  position: relative;
}

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

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

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

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

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

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

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

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

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

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

	Colours

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

	Typography

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

	Easing/Timing

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

	Transitions

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

	Perso projet


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

	Media Queries

	used for outputting content either between media query tags


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

	Form input placeholder text

	example:

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

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

	Content margins

	for removing first/last child margins

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

	Colours

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

	modify to suit per project

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

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

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

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

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

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

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

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

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

	Classes utilisables telles quelles dans fichier html

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

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

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

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

	Box sizing

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

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

	Basic document styling

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

body {
  background-color: #fff;
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
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);
}
a:hover {
  text-decoration: underline;
}
a:visited, a:active, a:focus {
  outline: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a img {
  border: none;
}

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

	Button

*/
.entry-content .wp-block-buttons .wp-block-button__link, a.btn-full, .btn-full, a.btn-full-red, .btn-full-red, .wp-block-button.is-style-btn-full-red .wp-block-button__link, a.btn-full-black, .btn-full-black, 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, a.btn-empty, .btn-empty, a.btn-empty-red, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link, a.btn-empty-black, .btn-empty-black {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  clear: both;
  text-decoration: none;
  border: 1px solid;
  line-height: 1;
  outline: none;
  border-radius: 50px;
  padding: 15px 30px;
}
.entry-content .wp-block-buttons .wp-block-button__link:hover, .btn-full:hover, .btn-full-red:hover, .wp-block-button.is-style-btn-full-red .wp-block-button__link:hover, .btn-full-black: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-empty:hover, .btn-empty-red:hover, .wp-block-button.is-style-btn-empty-red .wp-block-button__link:hover, .btn-empty-black:hover {
  text-decoration: none;
}

a.btn-empty, .btn-empty, a.btn-empty-red, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link, a.btn-empty-black, .btn-empty-black {
  background-color: #fff;
}
a.btn-empty-black, .btn-empty-black {
  border-color: #000000;
  color: #000000;
}
a.btn-empty-black:hover, .btn-empty-black:hover {
  background: #cccccc;
  color: #000000;
}
a.btn-empty-red, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link {
  border-color: #f50023;
  color: #f50023;
}
a.btn-empty-red:hover, .btn-empty-red:hover, .wp-block-button.is-style-btn-empty-red .wp-block-button__link:hover {
  background: rgb(255, 194, 202.7142857143);
  color: #f50023;
}
a.btn-full, .btn-full, a.btn-full-red, .btn-full-red, .wp-block-button.is-style-btn-full-red .wp-block-button__link, a.btn-full-black, .btn-full-black, 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 {
  color: #fff;
}
a.btn-full-black, .btn-full-black, 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: #000000;
  border-color: #000000;
}
a.btn-full-black:hover, .btn-full-black: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: #333333;
  border-color: #333333;
  color: #fff;
}
a.btn-full-red, .btn-full-red, .wp-block-button.is-style-btn-full-red .wp-block-button__link {
  background: #f50023;
  border-color: #f50023;
}
a.btn-full-red:hover, .btn-full-red:hover, .wp-block-button.is-style-btn-full-red .wp-block-button__link:hover {
  background: rgb(194, 0, 27.7142857143);
  border-color: rgb(194, 0, 27.7142857143);
}

/***** 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 30px 15px;
}
.entry-content ul:not(.blocks-gallery-grid):not(.rslides) li {
  list-style: disc;
  margin-bottom: 15px;
}
.entry-content ol {
  margin: 30px 0 30px 15px;
  padding: 0;
}
.entry-content ol li {
  list-style: decimal;
  line-height: 1.3;
  margin-bottom: 10px;
}

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

	Logo

*/
.site-branding > p {
  margin: 0;
}
.site-branding .site-title a {
  width: 75px;
  height: 75px;
  display: block;
  text-indent: -99999px;
  background: url() 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

*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  margin: 50px 0 30px;
  line-height: 1.2;
}

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 */
.site-header {
  position: relative;
  z-index: 9999;
}

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

article {
  max-width: 780px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Entry header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: 50px;
  margin-bottom: 50px;
}
.entry-content .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content .alignwide {
  margin-left: calc(10% - 10vw);
  margin-right: calc(10% - 10vw);
  width: auto;
  max-width: 100vw;
}
.entry-content .wp-block-group > .wp-block-group__inner-container {
  max-width: 750px;
  margin: 0 auto;
}
.entry-content .wp-block-group.has-background {
  padding: 30px;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-group.has-background {
    padding: 50px;
  }
}
.entry-content .wp-block-group.has-background > .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.entry-content .wp-block-group.has-background > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-buttons {
  margin: 50px 0;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-columns {
    gap: 60px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .entry-content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
}
.entry-content .wp-block-columns .wp-block-image {
  margin: 0;
}

.wp-lightbox-overlay .scrim {
  background: rgba(0, 0, 0, 0.9) !important;
}

/* Sidebar */
/* Footer */
/* Subfooter */
/* Module */
/* Navigation */
.main-navigation {
  overflow: hidden;
}
@media only screen and (min-width: 78em) {
  .main-navigation {
    overflow: visible;
  }
}

.menu-toggle {
  margin: 20px 20px 20px auto;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.menu-toggle::before {
  content: "+";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.toggled .menu-toggle::before {
  background-image: "-";
}
@media only screen and (min-width: 78em) {
  .menu-toggle {
    display: none;
  }
}

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

@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-navigation ul#primary-menu > li {
  position: relative;
}
.main-navigation ul#primary-menu > li:last-child {
  margin-bottom: 60px;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li:last-child {
    margin-bottom: 0;
  }
}
.main-navigation ul#primary-menu > li > a {
  padding: 20px;
  line-height: 1;
}
.main-navigation ul#primary-menu > li > button {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/theme-startup/images/commun/icon-chevron-down-black.svg") no-repeat center;
  border: none;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li > button {
    display: none;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu {
  display: none;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .main-navigation ul#primary-menu > li > .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    z-index: -1;
    -webkit-animation: growDown 300ms ease-in-out forwards;
            animation: growDown 300ms ease-in-out forwards;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    background-color: #fff;
    padding: 20px;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu > li.current_page_item > a {
  color: orange;
}

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

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

	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: 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-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: #444;
  padding: 15px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.forminator-response-message.forminator-accessible ul, .forminator-response-message.forminator-accessible p,
.forminator-response-message.forminator-show ul,
.forminator-response-message.forminator-show p {
  margin: 0;
}
.forminator-response-message.forminator-accessible.forminator-success,
.forminator-response-message.forminator-show.forminator-success {
  background: #24b35d;
}
.forminator-response-message.forminator-accessible.forminator-error,
.forminator-response-message.forminator-show.forminator-error {
  background: #f50023;
}

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

/* Blocs */
/* Page menu */
.bloc-list .item {
  position: relative;
}

/* Blog */
/* Blog - listing */
.post-resume {
  position: relative;
}

/* Blog - detail */
/* Page */
/* Accueil */
/* 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: #000000;
  line-height: 1.2;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: -2px;
}
@media only screen and (min-width: 78em) {
  body.search .search-result article::before {
    font-size: 25px;
  }
}
/*# sourceMappingURL=style.css.map */