@charset "UTF-8";
/*
Theme Name: Theme Startup
Theme URI: https://demo.studiopress.com/
Description: This is Theme Startup, based on the sample theme created for the Genesis Framework.
Author: Hélène Startup
Author URI: https://www.start-up.fr/

Version: 3.3.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

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

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

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

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

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  -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;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  word-wrap: break-word;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-responsive-menu {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .dashicons-before::before {
  -webkit-transition: none;
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 1248px) {
  /* Genesis Menu
  --------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px;
  }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
  /* Responsive Menu
  --------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px;
  }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
  /* Header Menu
  --------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }
  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }
  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%;
  }
  .one-third,
  .two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 23.0769230769%;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}
/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
/*--------------------------------

	HELPERS

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

	Colours

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

	Typography

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

	Other Styles

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

	Easing/Timing

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

	Transitions

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

	Grids

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

	Z-indexing

	use:

		instead of guessing or adding random z-indexes throughout the project (e.g. 100000, 999999, etc.), call the z-index function to generate a z-index from a stacked list of classes

	prerequisits:

		$z-indexes list must exist in variables file

	example:

		.box {
			z-index: z('box');
		}

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

	Photoshop letter spacing

	use:

		for simple conversion between Photoshop letter-spacing to ems

	prerequisits:

		$ls list must exist in variables file

	example:

		.awesome-heading {
			letter-spacing: ls('awesome-heading');
		}

		could generate (if "awesome-heading") is 2nd in the list:

		.awesome-heading {
			letter-spacing: -0.01em;
		}

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

	Map deep get

	Get values from anywhere in a variable list

	http://css-tricks.com/snippets/sass/deep-getset-maps/

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

	Strip unit

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

	Very simple number functions

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

	Photoshop letter spacing

	use:

		get the value of a particular breakpoint

	example:

		.box {
			width: breakpoint('phone-wide');
		}

		would generate:

		.box {
			width: 480px;
		}

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

	Colour map lookup, retrieving base value by default

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

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

.has-black-color {
  color: #000 !important;
}

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

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

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

.has-dark-grey-color {
  color: #20242d !important;
}

.has-dark-grey-background-color {
  background-color: #20242d !important;
}

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

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

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

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

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

	Perso projet


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

	Media Queries

	used for outputting content either between media query tags

	example: basic usage

	.element {
		width: 50%;

		@include mq('tablet-small') {
			width: 20%;
		}
	}

	example: using max-width

	.element {
		width: 50%;

		@include mq('tablet-small', 'max') {
			width: 20%;
		}
	}

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

	Margin / Padding Quick Resets

	example: top & bottom margin set to $spacing-unit
	.element {
		@include push--ends;
	}

	example: left & right padding set to $spacing-unit--small
	.element {
		@include soft--sides($spacing-unit--small);
	}

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

	Helper mixins

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

	Form input placeholder text

	example:

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

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

	Retina images

	example:

	.element {
		@include retina {
			background-image: url(../img/background@2x.png);
		}
	}

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

	Content margins

	for removing first/last child margins

	example: default
	.element {
		@include content-margins;
	}

	output:
	.element > *:first-child {
		margin-top: 0;
	}
	.element > *:last-child {
		margin-bottom: 0;
	}

	example: empty selector
	.element {
		@include content-margins('false');
	}

	output:
	.element:first-child {
		margin-top: 0;
	}
	.element:last-child {
		margin-bottom: 0;
	}

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

	Hide text

	example:

	.element {
		@include hide-text;
	}

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

	Responsive ratio

	Used for creating scalable elements that maintain the same ratio

	example:
	.element {
		@include responsive-ratio(400, 300);
	}

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

	Typography

	Text image replacement, with responsive ratio

	HTML:

	<h1 class="element">
		<span>Text to replace</span>
	</h1>

	example:
	.element {
		@include typography(200, 50, 'hello-world');
	}


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

	Colours

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

	modify to suit per project

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

	Misc

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

	Fluid Property

	http://www.adrenalinmedia.com.au/the-agency/insights/this-changes-everything-css-fluid-properties.aspx

	HTML:

	<h1 class="element">
		<span>Text to replace</span>
	</h1>

	example:
	h1 {
		@include fp(font-size, 50, 100); // 50px at 320, 100px at 1920;
	}

	output:
	h1 {
		font-size: calc(3.125vw + 40px); //This is the magic!
	}

	@media (max-width:320px){ //Clips the start to the min value
		font-size:50px;
	}

	@media (min-width:1920px){ //Clips the end to the max value
		font-size:100px;
	}


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

	Classes utilisables telles quelles dans fichier html

*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.block {
  display: block !important;
}

.i-block {
  display: inline-block !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-hidden {
  overflow: hidden !important;
}

.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;
}

.bloc {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #cad1da;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 48em) {
  .bloc {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.bold {
  font-weight: 700;
}

.valid {
  color: #24b35d;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.valid .icon-checked-white {
  border-radius: 100px;
  background: #24b35d;
  display: inline-block;
  padding: 0px 9px 2px;
  margin-right: 10px;
}

.f-right {
  float: right !important;
}

.f-left {
  float: left !important;
}

.f-none {
  float: none !important;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

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

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.rotate-0 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.rotate--90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.rotate--180 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.rotate--270 {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.icon-container, .icon-right, .icon-left {
  display: inline;
  position: relative;
}
.icon-container .icon, .icon-right .icon, .icon-left .icon {
  position: absolute;
  top: 25px;
}

.icon-left .icon {
  left: 20px;
}

.icon-right .icon {
  right: 20px;
}

.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 {
  font-size: 100%;
  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;
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
body.open {
  overflow: hidden;
  height: 100vh;
}

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

	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);
  font-weight: bold;
  color: #cf0812;
  text-decoration: underline;
}
a:hover {
  color: #000;
}
a img {
  border: none;
}

a:focus {
  outline: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

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

	Button

*/
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, .pres-accueil-text p:last-child a:first-child:last-child, .family-accueil-pres p:last-child a:first-child:last-child, .intro-accueil-text p:last-child a:first-child:last-child, button.forminator-button, input[type=submit], .wp-block-button.is-style-btn-full-black .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, .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-radius: 8px;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid;
  line-height: 1;
}
.btn-full:hover, .btn-full-red:hover, .wp-block-button.is-style-btn-full-red .wp-block-button__link:hover, .btn-full-black:hover, .pres-accueil-text p:last-child a:hover:first-child:last-child, .family-accueil-pres p:last-child a:hover:first-child:last-child, .intro-accueil-text p:last-child a:hover:first-child:last-child, button.forminator-button:hover, input[type=submit]:hover, .wp-block-button.is-style-btn-full-black .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, .wp-block-button.is-style-btn-empty-black .wp-block-button__link: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, .wp-block-button.is-style-btn-empty-black .wp-block-button__link {
  background-color: none;
}
a.btn-empty-black, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link {
  border-color: #000;
  color: #000;
}
a.btn-empty-black:hover, .btn-empty-black:hover, .wp-block-button.is-style-btn-empty-black .wp-block-button__link:hover {
  background: #cccccc;
}
a.btn-empty-red, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link {
  border-color: #cf0812;
  color: #cf0812;
}
a.btn-empty-red:hover, .btn-empty-red:hover, .wp-block-button.is-style-btn-empty-red .wp-block-button__link:hover {
  background: rgb(253.511627907, 216.488372093, 218.3488372093);
}
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, .pres-accueil-text p:last-child a:first-child:last-child, .family-accueil-pres p:last-child a:first-child:last-child, .intro-accueil-text p:last-child a:first-child:last-child, button.forminator-button, input[type=submit], .wp-block-button.is-style-btn-full-black .wp-block-button__link {
  color: #fff;
}
a.btn-full-black, .btn-full-black, .pres-accueil-text p:last-child a:first-child:last-child, .family-accueil-pres p:last-child a:first-child:last-child, .intro-accueil-text p:last-child a:first-child:last-child, button.forminator-button, input[type=submit], .wp-block-button.is-style-btn-full-black .wp-block-button__link {
  background: #000;
  border-color: #000;
}
a.btn-full-black:hover, .pres-accueil-text p:last-child a:hover:first-child:last-child, .family-accueil-pres p:last-child a:hover:first-child:last-child, .intro-accueil-text p:last-child a:hover:first-child:last-child, .btn-full-black:hover, button.forminator-button:hover, input[type=submit]:hover, .wp-block-button.is-style-btn-full-black .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: #cf0812;
  border-color: #cf0812;
}
a.btn-full-red:hover, .btn-full-red:hover, .wp-block-button.is-style-btn-full-red .wp-block-button__link:hover {
  background: rgb(157.8976744186, 6.1023255814, 13.7302325581);
  border-color: rgb(157.8976744186, 6.1023255814, 13.7302325581);
  color: #fff;
}

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

	Comportement des images dans le contenu des pages

*/
a img {
  border: none;
}

.custom-object-fit {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.custom-object-fit img {
  opacity: 0;
}

.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 {
  padding: 0;
  margin: 30px 0;
}
.entry-content ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.entry-content ul li::before {
  content: "•";
  color: #cf0812;
  left: 0;
  top: 0;
  position: absolute;
}

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

	Logo

*/
.title-area {
  position: absolute;
  left: 30px;
  top: 57px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 78em) {
  .title-area {
    position: relative;
    left: auto;
    top: auto;
  }
}

.site-title {
  margin: 0;
}
.site-title a {
  width: 175px;
  height: 41.7px;
  display: block;
  text-indent: -99999px;
  background: url("/wp-content/themes/theme-startup/images/logo/Logo-LOC&LEV.png") no-repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 78em) {
  .site-title a {
    width: 275px;
    height: 66px;
  }
}

.header-linkedin {
  margin-left: 15px;
}
@media only screen and (min-width: 78em) {
  .header-linkedin {
    margin-left: 30px;
  }
}
.header-linkedin a {
  width: 25px;
  height: 25px;
  display: block;
  background: url("/wp-content/themes/theme-startup/images/icon/social-linkedin.svg") no-repeat center;
  background-size: 100%;
  text-indent: -9999px;
}

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

	Table

*/
table thead td {
  font-weight: bold;
}

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

	Règles typographiques

*/
@font-face {
  font-family: "milkshakeregular";
  src: url("/wp-content/themes/theme-startup/images/fonts/milkshake_400.woff2") format("woff2"), url("/wp-content/themes/theme-startup/images/fonts/milkshake_400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------

	Basic, low level typography

*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  margin: 40px 0 15px;
}
@media only screen and (min-width: 64em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 60px 0 30px;
  }
}

h1,
.h1 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.14;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 78em) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 1.08;
  }
}

h2,
.h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin: 80px 0 30px;
}
h2 strong,
.h2 strong {
  display: block;
  font-family: "milkshakeregular", "Times", sans-serif;
  font-weight: 400;
  text-align: center;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  font-size: 30px;
  text-transform: none;
  color: #cf0812;
}
@media only screen and (min-width: 78em) {
  h2,
  .h2 {
    font-size: 45px;
  }
  h2 strong,
  .h2 strong {
    font-size: 45px;
    margin-top: -5px;
  }
}
@media only screen and (min-width: 90em) {
  h2,
  .h2 {
    margin: 80px 0 50px;
  }
}

h3,
.h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #cf0812;
}
@media only screen and (min-width: 78em) {
  h3,
  .h3 {
    font-size: 40px;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (min-width: 78em) {
  h4,
  .h4 {
    font-size: 25px;
  }
}

h5, .h5 {
  font-size: 16px;
  font-weight: bold;
  color: #cf0812;
  text-transform: uppercase;
}
@media only screen and (min-width: 78em) {
  h5, .h5 {
    font-size: 22px;
  }
}

h6, .h6 {
  font-size: 14px;
  font-weight: bold;
  color: #cad1da;
  text-transform: uppercase;
}
@media only screen and (min-width: 78em) {
  h6, .h6 {
    font-size: 20px;
  }
}

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%;
}

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

	Module

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

	Breadcrumb

*/
.breadcrumb {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px;
}
@media only screen and (min-width: 78em) {
  .breadcrumb {
    margin-bottom: 10px;
  }
}
.breadcrumb a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb .separator {
  margin: 0 7px;
}

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

	Form

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

input, textarea {
  border-radius: 4px;
}
input.placeholder, textarea.placeholder {
  color: #cad1da;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #cad1da;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cad1da;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cad1da;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cad1da;
  opacity: 1;
}

textarea {
  height: 200px;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

/********** 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 p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

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

button.forminator-button, input[type=submit] {
  margin: 0;
}

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

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

/* Lite Light - Lightweight Lightbox Utility Styles */
.lite-light {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s;
  transition: opacity 0.25s ease, visibility 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.lite-light.lite-light-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.lite-light {
  /* Loading spinner - visible behind the image during transitions */
}
.lite-light::after {
  -webkit-animation: lite-light-spin 0.8s linear infinite;
          animation: lite-light-spin 0.8s linear infinite;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  border-top-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 36px;
  position: absolute;
  width: 36px;
}
.lite-light .lite-light-prev {
  left: 10px;
  position: absolute;
}
.lite-light .lite-light-next {
  position: absolute;
  right: 10px;
}
.lite-light img {
  background-color: #fff;
  max-height: 90%;
  max-width: 90%;
  padding: 7px;
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  z-index: 1;
}

/* Navigation Button Touch Targets */
.lite-light-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  min-width: 44px;
}
.lite-light-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

/* Navigation Arrows */
.lite-light-arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lite-light-arrow:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lite-light-arrow.lite-light-right {
  margin-right: 10px;
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}
.lite-light-arrow.lite-light-right:hover {
  -webkit-transform: scale(1.05) rotate(-45deg);
          transform: scale(1.05) rotate(-45deg);
}
.lite-light-arrow.lite-light-left {
  margin-left: 10px;
  -webkit-transform: scale(1) rotate(135deg);
          transform: scale(1) rotate(135deg);
}
.lite-light-arrow.lite-light-left:hover {
  -webkit-transform: scale(1.05) rotate(135deg);
          transform: scale(1.05) rotate(135deg);
}

/* Close Button */
.lite-light-close.lite-light-button {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: none;
  border: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: white;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 21.5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: auto;
  min-width: auto;
  padding: 11px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 22px;
}
.lite-light-close.lite-light-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lite-light-close .lite-light-bar {
  background-color: #fff;
  display: block;
  height: 1px;
  width: 100%;
}
.lite-light-close .lite-light-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 30px;
}
.lite-light-close .lite-light-bar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 30px;
}

/* Animation keyframes for fading */
@-webkit-keyframes lite-light-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lite-light-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes lite-light-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lite-light-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes lite-light-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lite-light-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Animation classes */
.lite-light-fade-in {
  -webkit-animation: lite-light-fade-in 0.15s ease-in-out forwards;
          animation: lite-light-fade-in 0.15s ease-in-out forwards;
}

.lite-light-fade-out {
  -webkit-animation: lite-light-fade-out 0.15s ease-in-out forwards;
          animation: lite-light-fade-out 0.15s ease-in-out forwards;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
  .lite-light .lite-light-prev,
  .lite-light .lite-light-next {
    display: none;
  }
  .lite-light img {
    max-height: 80vh;
    max-width: 90%;
    padding: 5px;
  }
  .lite-light .lite-light-close {
    right: 14px;
    top: 14px;
  }
}
/* Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) {
  .lite-light {
    -webkit-transition: none;
    transition: none;
  }
  .lite-light-fade-in,
  .lite-light-fade-out {
    -webkit-animation-duration: 0.01s;
            animation-duration: 0.01s;
  }
  .lite-light::after {
    -webkit-animation: none;
            animation: none;
  }
}
/* Mobile Safari Fixes */
@supports (-webkit-touch-callout: none) {
  .lite-light img {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateZ(0);
  }
}
img[data-lightbox] {
  cursor: pointer;
}

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

	Navigation

*/
.site-header .menu-toggle {
  height: 85px;
  margin: 0;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  text-indent: -9999px;
  outline: none;
}
.site-header .menu-toggle::before {
  width: 30px;
  height: 26px;
  font-size: 37px;
  text-indent: 0;
  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;
  margin: 0;
}
.site-header .menu-toggle:focus, .site-header .menu-toggle:active, .site-header .menu-toggle:hover {
  color: #000;
}
@media only screen and (min-width: 78em) {
  .site-header .menu-toggle {
    display: none;
  }
}

.nav-primary {
  position: absolute;
  width: 100%;
  left: 0;
  top: 122px;
  display: none;
  overflow: scroll;
  padding: 0;
  height: calc(100vh - 122px);
  background: #000;
}
@media only screen and (min-width: 78em) {
  .nav-primary {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
    top: auto;
    overflow: visible;
    padding: 0 30px;
  }
  .nav-primary > .wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.nav-primary ul.genesis-nav-menu {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 78em) {
  .nav-primary ul.genesis-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.nav-primary ul.genesis-nav-menu > li.menu-item {
  position: relative;
}
@media only screen and (min-width: 78em) {
  .nav-primary ul.genesis-nav-menu > li.menu-item {
    float: none;
  }
}
.nav-primary ul.genesis-nav-menu > li.menu-item:last-child {
  margin-bottom: 60px;
}
@media only screen and (min-width: 78em) {
  .nav-primary ul.genesis-nav-menu > li.menu-item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 78em) {
  .nav-primary ul.genesis-nav-menu > li.menu-item:first-child > a::before {
    display: none;
  }
}
.nav-primary ul.genesis-nav-menu > li.menu-item > a {
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 30px 60px 30px 30px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid rgba(202, 209, 218, 0.4);
}
.nav-primary ul.genesis-nav-menu > li.menu-item > a:hover {
  background-color: #20242d;
}
@media only screen and (min-width: 78em) {
  .nav-primary ul.genesis-nav-menu > li.menu-item > a {
    font-size: 18px;
    padding: 26px 30px;
    border: none;
    border-left: 1px solid rgba(202, 209, 218, 0.4);
  }
}
.nav-primary ul.genesis-nav-menu > li.menu-item > a:hover {
  text-decoration: none;
}
.nav-primary ul.genesis-nav-menu > li.menu-item.current-menu-item > a {
  background-color: #20242d;
}
.nav-primary ul.genesis-nav-menu > li.menu-item:last-child > a {
  background: #cf0812;
  color: #fff;
}
.nav-primary ul.genesis-nav-menu > li.menu-item:last-child > a:hover {
  background: rgb(157.8976744186, 6.1023255814, 13.7302325581);
}
@media only screen and (min-width: 78em) {
  .nav-primary ul.genesis-nav-menu > li.menu-item:last-child {
    border: none;
  }
}
.nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu-toggle {
  position: absolute;
  right: 15px;
  top: 23px;
}
.nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu-toggle::before {
  color: #fff;
}
.nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu {
  padding: 0;
  background: #fff;
  padding: 15px 0;
}
@media only screen and (min-width: 78em) {
  .nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu {
    -webkit-box-shadow: 0 5px 20px 0 rgba(51, 51, 51, 0.15);
            box-shadow: 0 5px 20px 0 rgba(51, 51, 51, 0.15);
    padding: 0;
    width: 100%;
  }
}
.nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu li {
  padding: 0;
}
@media only screen and (min-width: 78em) {
  .nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu li {
    display: block;
  }
}
.nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu li a {
  padding: 8px 30px;
  font-weight: bold;
}
.nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu li a:hover, .nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu li a:focus, .nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu li a:active {
  color: #cf0812;
}
@media only screen and (min-width: 78em) {
  .nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu li a {
    padding: 20px 15px;
    display: block;
    width: 100%;
  }
}
.nav-primary ul.genesis-nav-menu > li.menu-item .sub-menu li.current-menu-item a {
  color: #cf0812;
}

/* CSS Document */
article .pagination {
  margin-top: 40px;
}
article .pagination ul {
  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;
  margin: 0;
  padding: 0;
}
article .pagination ul li {
  margin: 0 5px !important;
  padding: 0 !important;
}
article .pagination ul li::before {
  display: none;
}
article .pagination ul li a {
  padding: 6px 14px;
  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: #000;
  border: 1px solid;
  border-color: #000;
  background: #fff;
  background-image: none !important;
}
article .pagination ul li a:hover {
  background: rgba(64, 84, 97, 0.1);
  color: #798393;
}
article .pagination ul li.active a {
  font-size: 18px;
  font-weight: bold;
  background: #000;
  color: #fff;
}
article .pagination ul li.pagination-next a, article .pagination ul li.pagination-previous a {
  width: auto;
  border-radius: 30px;
}

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

	Layout

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

	Content

*/
.site-inner {
  padding: 0 8%;
  overflow: hidden;
}

.wp-block-columns.contact-colonnes {
  margin: 0 !important;
}
@media only screen and (min-width: 48em) {
  .wp-block-columns.contact-colonnes {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.wp-block-columns.contact-colonnes iframe {
  -webkit-box-shadow: 0 0 50px 0 rgba(68, 68, 68, 0.1);
          box-shadow: 0 0 50px 0 rgba(68, 68, 68, 0.1);
}

.entry-header {
  background-color: #20242d;
  margin: 0 -10%;
  padding: 50px 8% 100px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .entry-header {
    padding: 70px 8% 120px;
  }
}
@media only screen and (min-width: 64em) {
  .entry-header {
    padding: 70px 8% 140px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-header {
    margin-bottom: 50px;
  }
}
.entry-header::after {
  content: url("/wp-content/themes/theme-startup/images/shape/masque.svg");
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 120em) {
  .entry-header::after {
    content: "";
    background: url(/wp-content/themes/theme-startup/images/shape/masque.svg) no-repeat center bottom;
    background-size: 100%;
    height: 200px;
    width: 100%;
    bottom: -1px;
  }
}
.entry-header-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.entry-content {
  max-width: 990px;
  margin: 0 auto;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}

/* Gutenberg
--------------------------------------------- */
.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

/* Block: Shared Nesting Alignment Resets ---- */
[class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

[class*=__inner-container] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*=__inner-container] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

/* Block: Group ------------------------------ */
.wp-block-group.has-background {
  padding: 2rem;
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-group__inner-container {
  margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
  max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 700px) {
  body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* BLOCK: BASE MARGINS */
  .wp-block-archives:not(.alignwide):not(.alignfull),
  .wp-block-categories:not(.alignwide):not(.alignfull),
  .wp-block-code,
  .wp-block-columns:not(.alignwide):not(.alignfull),
  .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
  .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-media-text:not(.alignwide):not(.alignfull),
  .wp-block-preformatted,
  .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
  .wp-block-quote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-verse,
  .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  /* BLOCK: GROUP */
  .wp-block-group.has-background {
    padding: 4rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content > .alignwide:not(.wp-block-group),
  .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}
@media (min-width: 1000px) {
  /* BLOCK: GROUP */
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 8rem 4rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  .entry-content > .alignwide:not(.wp-block-group),
  .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
  /* BLOCK: GROUP */
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 8rem 6rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  /* Template: Full Width ------------------ */
  body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 0;
    padding-right: 0;
  }
}
.entry-content .wp-block-image,
.entry-content .wp-block-image.alignwide,
.entry-content .wp-block-cover,
.entry-content blockquote.wp-block-quote,
.entry-content .wp-block-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image.align {
    margin: 0;
  }
}
.entry-content .wp-block-image .alignleft, .entry-content .wp-block-image .alignright {
  display: block;
  float: none;
  text-align: center;
  margin: 30px 0;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image .alignleft, .entry-content .wp-block-image .alignright {
    display: inline-block;
    max-width: 380px;
  }
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image .alignleft {
    float: left;
    margin: 0 30px 30px 0;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-image .alignleft {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-image .alignright {
    float: right;
    margin: 0 0 30px 30px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-image .alignright {
    margin-left: 50px;
  }
}
.entry-content .wp-block-image figcaption {
  font-size: 14px;
  font-weight: 300;
  color: grey;
  margin: 15px 0 0;
  padding: 0 4%;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-image figcaption {
    max-width: 1000px;
    margin: 20px auto 0;
    padding: 0;
    text-align: left;
  }
}
.entry-content .wp-block-cover {
  min-height: 300px;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-cover {
    min-height: 450px;
  }
}
.entry-content .wp-block-cover__inner-container p {
  margin: 0;
}
.entry-content .wp-block-separator {
  margin: 50px 0;
  opacity: 0.5;
  border-radius: 2.5px;
  background: grey;
  height: 4px;
  width: 50px;
  border: none;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-separator {
    margin: 75px 0;
  }
}
.entry-content blockquote.wp-block-quote {
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .entry-content blockquote.wp-block-quote {
    padding-left: 35px;
    margin-left: 0;
    margin-right: 0;
  }
}
.entry-content blockquote.wp-block-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: grey;
  opacity: 0.5;
}
.entry-content blockquote.wp-block-quote p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.56;
  color: #000;
  font-weight: 400;
}
@media only screen and (min-width: 78em) {
  .entry-content blockquote.wp-block-quote p {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 35px;
  }
}
.entry-content blockquote.wp-block-quote cite {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-style: normal;
}
@media only screen and (min-width: 78em) {
  .entry-content blockquote.wp-block-quote cite {
    font-size: 20px;
    display: block;
    line-height: 1;
    margin: 0;
  }
}
.entry-content .wp-block-gallery {
  margin-bottom: 35px;
}
.entry-content .wp-block-gallery .blocks-gallery-grid {
  margin: 0;
}
.entry-content .wp-block-media-text {
  display: block;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-media-text {
    display: -ms-grid;
    display: grid;
  }
}
.entry-content .wp-block-media-text > *:first-child {
  margin-bottom: 30px;
}
.entry-content .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.entry-content .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-buttons {
  margin: 50px 0;
}

.site-container .entry-content .has-large-font-size {
  font-size: 30px;
}
@media only screen and (min-width: 78em) {
  .site-container .entry-content .has-large-font-size {
    font-size: 60px;
  }
}

.site-container .entry-content .wp-block-media-text .has-large-font-size {
  font-size: 20px;
}
@media only screen and (min-width: 78em) {
  .site-container .entry-content .wp-block-media-text .has-large-font-size {
    font-size: 30px;
  }
}

@media only screen and (min-width: 48em) {
  #genesis-content .entry-content > .alignwide:not(.wp-block-group), #genesis-content .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 75px;
    margin-top: 75px;
  }
}
@media only screen and (min-width: 90em) {
  #genesis-content .entry-content > .alignwide:not(.wp-block-group), #genesis-content .entry-content > .alignfull:not(.wp-block-group) {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.full-width-content .site-container .entry-content > .alignwide {
  margin-left: -10%;
  margin-right: -10%;
  max-width: 120%;
  width: auto;
}
@media only screen and (min-width: 1248px) {
  .full-width-content .site-container .entry-content > .alignwide {
    margin-left: -100px;
    margin-right: -100px;
    max-width: calc(100% + 200px);
  }
}

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

	Header

*/
.site-header {
  position: relative;
  z-index: 12;
}
.site-header-top {
  border-bottom: 1px solid #798393;
  text-align: center;
  padding: 6px 15px;
}
@media only screen and (min-width: 78em) {
  .site-header-top {
    padding: 0 30px;
  }
  .site-header-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 78em) {
  .site-header-top-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header-top-link a {
  text-decoration: none;
}
@media only screen and (min-width: 78em) {
  .site-header-top-link a {
    height: 100px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 1.71;
  }
  .site-header-top-link a:hover {
    background: #cad1da;
  }
}
.site-header-top-link a.contact {
  display: none;
}
@media only screen and (min-width: 78em) {
  .site-header-top-link a.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000;
    border-left: 1px solid #cad1da;
    border-right: 1px solid #cad1da;
  }
  .site-header-top-link a.contact::before {
    content: "";
    width: 21.7px;
    height: 21.7px;
    background: url("/wp-content/themes/theme-startup/images/icon/icon-contact.svg") no-repeat center;
    background-size: 100%;
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
}
.site-header-top-link a.tel {
  padding-left: 30px;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .site-header-top-link a.tel {
    border-right: 1px solid #cad1da;
  }
  .site-header-top-link a.tel:hover {
    color: #cf0812;
  }
}
.site-header-top-link a.tel::before {
  content: "";
  width: 21.7px;
  height: 21.7px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-telephone.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -1px;
}
@media only screen and (min-width: 78em) {
  .site-header-top-link a.tel::before {
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
}

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

	Footer

*/
.subfooter {
  padding: 50px 30px 20px;
  margin-top: 50px;
}
@media only screen and (min-width: 48em) {
  .subfooter {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 78em) {
  .subfooter {
    padding: 80px 30px;
  }
}
.subfooter ul {
  max-width: 315px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .subfooter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 100%;
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 78em) {
  .subfooter ul {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.subfooter ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .subfooter ul li {
    display: block;
    margin: 0 15px;
    max-width: 165px;
    text-align: center;
  }
}
.subfooter ul li a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  display: block;
  background: none !important;
}
.subfooter ul li img {
  width: 70px;
}
.subfooter ul li .subfooter-text {
  padding-left: 20px;
  width: calc(100% - 70px);
}
@media only screen and (min-width: 48em) {
  .subfooter ul li .subfooter-text {
    padding: 0;
    width: 100%;
  }
}
.subfooter ul li .subfooter-text .h4 {
  font-size: 18px;
  margin: 0 0 5px;
  line-height: 1;
}
@media only screen and (min-width: 48em) {
  .subfooter ul li .subfooter-text .h4 {
    margin: 20px 0 10px;
  }
}
.subfooter ul li .subfooter-text p:not(.h4) {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.site-footer a:not(.btn-full-red) {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.site-footer a:not(.btn-full-red):hover {
  text-decoration: underline;
}

.footer-top {
  background: #000;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .footer-top {
    text-align: left;
  }
  .footer-top-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: 64em) {
  .footer-top {
    padding: 80px 30px 70px;
  }
  .footer-top-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48em) {
  .footer-top-item:first-child {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.footer-top-item:first-child .h4 {
  margin-top: 0;
}
.footer-top .h4 {
  font-size: 18px;
  color: #fff;
  margin: 80px 0 30px;
}
@media only screen and (min-width: 48em) {
  .footer-top .h4 {
    margin-top: 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 78em) {
  .footer-top .h4 {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.footer-top ul {
  padding: 0;
  margin: 0;
}
.footer-top ul li {
  line-height: 1.4;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48em) {
  .footer-top ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 78em) {
  .footer-top ul li {
    font-size: 16px;
  }
}
.footer-top .tel a {
  font-weight: bold;
  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;
}
@media only screen and (min-width: 48em) {
  .footer-top .tel a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-top .tel a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 21.7px;
  height: 21.7px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-telephone-white.svg") no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.footer-top .linkedin {
  margin-bottom: 50px;
}
.footer-top .linkedin a {
  text-decoration: underline;
  font-size: 14px;
  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;
}
@media only screen and (min-width: 48em) {
  .footer-top .linkedin a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-top .linkedin a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/wp-content/themes/theme-startup/images/icon/social-linkedin-white.svg") no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.footer-bottom {
  background-color: #20242d;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.71;
}
@media only screen and (min-width: 78em) {
  .footer-bottom {
    padding: 23px 20px;
  }
}
.footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 78em) {
  .footer-bottom-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom p:first-child {
  font-size: 12px;
  margin-top: 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 78em) {
  .footer-bottom p:first-child {
    margin-top: 0;
    font-size: 14px;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

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

	Blog

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

	Listing Billets

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

Billets

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

	Catalog

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

	Catalog - Familles

*/
body.ru-location .entry-content {
  max-width: 1200px;
}

.list-family {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -14px;
}
.list-family-item {
  position: relative;
  border-radius: 8px;
  border: solid 2px #cad1da;
  background-color: #fff;
  width: 100%;
  max-width: 278px;
  margin: 0 14px 30px;
  -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);
}
.list-family-item-img {
  height: 240px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  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;
}
@media only screen and (min-width: 78em) {
  .list-family-item-img {
    height: 256px;
  }
}
.list-family-item-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 90%;
  height: 90%;
}
.list-family-item h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  text-align: center;
  -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);
  padding: 20px 30px 30px;
}
.list-family-item::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-plus-blanc.svg");
  position: absolute;
  bottom: -20px;
  right: -10px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.list-family-item:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #fff;
}
.list-family-item:hover h2 {
  color: #cf0812;
}
.list-family-item:hover::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-plus-rouge.svg");
}

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

	Catalog - Listing

*/
body.ru-gamme .site-inner {
  background: #cf0812;
  padding-bottom: 40px;
}
@media only screen and (min-width: 78em) {
  body.ru-gamme .site-inner {
    padding-bottom: 80px;
  }
}
body.ru-gamme .entry-header::after {
  content: url("/wp-content/themes/theme-startup/images/shape/masque-red.svg");
}
@media only screen and (min-width: 120em) {
  body.ru-gamme .entry-header::after {
    content: "";
    background-image: url("/wp-content/themes/theme-startup/images/shape/masque-red.svg");
  }
}
body.ru-gamme .subfooter {
  margin: 0;
}
body.ru-gamme .entry-content {
  max-width: 1200px;
}

.intro-archive {
  margin-bottom: 80px;
}
@media only screen and (min-width: 78em) {
  .intro-archive {
    max-width: 990px;
    margin: 0 auto 80px;
    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;
  }
  .intro-archive > * {
    width: 465px;
  }
}
@media only screen and (min-width: 90em) {
  .intro-archive {
    margin-bottom: 100px;
  }
}
.intro-archive-title > h2 {
  text-align: center;
  margin-top: 0;
}
@media only screen and (min-width: 78em) {
  .intro-archive-title > h2 {
    text-align: left;
    margin: 0;
  }
}
.intro-archive-desc p:last-child {
  margin-bottom: 0;
}
body.ru-gamme .intro-archive .intro-archive-title > h2 strong, body.ru-gamme .intro-archive .intro-archive-desc {
  color: #fff;
}

@media only screen and (min-width: 48em) {
  body.ru-gamme .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 78em) {
  body.ru-gamme .product-list {
    display: block;
  }
  body.ru-gamme .product-list .shortproduct {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.ru-gamme .product-list .shortproduct:hover::after {
    content: url(/wp-content/themes/theme-startup/images/icon/icon-plus-rouge-blanc.svg);
  }
  body.ru-gamme .product-list .shortproduct-img {
    height: 270px;
    width: 420px;
    position: relative;
    overflow: visible;
  }
  body.ru-gamme .product-list .shortproduct-img::after {
    content: "";
    background-color: #cad1da;
    position: absolute;
    height: calc(100% - 60px);
    top: 30px;
    right: -30px;
    width: 1px;
  }
  body.ru-gamme .product-list .shortproduct-txt {
    width: calc(100% - 420px);
    position: relative;
    padding: 40px 80px;
  }
  body.ru-gamme .product-list .shortproduct-txt::before {
    display: none;
  }
  body.ru-gamme .product-list .shortproduct-txt h3 {
    text-align: left;
    font-size: 25px;
    margin: 0 0 20px;
  }
  body.ru-gamme .product-list .shortproduct-txt p {
    font-size: 16px;
  }
}

.shortproduct {
  position: relative;
  border-radius: 8px;
  border: solid 2px #cad1da;
  background-color: #fff;
  max-width: 280px;
  margin: 0 auto 30px;
  -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);
}
.shortproduct-img {
  height: 240px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  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;
}
.shortproduct-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 90%;
  height: 90%;
}
.shortproduct-txt {
  padding: 20px 30px 30px;
}
.shortproduct-txt::before {
  content: "";
  width: 100%;
  margin: 0 auto 20px;
  height: 1px;
  background-color: #cad1da;
  display: block;
}
.shortproduct-txt h2, .shortproduct-txt h3, .shortproduct-txt .h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  text-align: center;
  -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);
}
.shortproduct-txt p {
  font-size: 14px;
  color: #798393;
}
.shortproduct-txt p:last-child {
  margin-bottom: 0;
}
.shortproduct::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-plus-blanc.svg");
  position: absolute;
  bottom: -20px;
  right: -10px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.shortproduct:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #fff;
}
.shortproduct:hover h2, .shortproduct:hover h3, .shortproduct:hover .h2 {
  color: #cf0812;
}
.shortproduct:hover::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-plus-rouge.svg");
}

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

	Catalog - Detail

*/
body.single-produit .entry-content {
  max-width: 100%;
}
body.single-produit .entry-content h2 {
  text-transform: none;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  body.single-produit .entry-content h2 {
    text-align: left;
    font-size: 30px;
  }
}
@media only screen and (min-width: 90em) {
  body.single-produit .entry-content h2 {
    font-size: 40px;
  }
}
body.single-produit .btn-more {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 0;
}
@media only screen and (min-width: 48em) {
  body.single-produit .btn-more {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body.single-produit .btn-more .btn-icon-download.btn-empty-black, body.single-produit .btn-more .wp-block-button.is-style-btn-empty-black .btn-icon-download.wp-block-button__link, .wp-block-button.is-style-btn-empty-black body.single-produit .btn-more .btn-icon-download.wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 18px 25px 17px 20px;
}
body.single-produit .btn-more .btn-icon-download.btn-empty-black::before, body.single-produit .btn-more .wp-block-button.is-style-btn-empty-black .btn-icon-download.wp-block-button__link::before, .wp-block-button.is-style-btn-empty-black body.single-produit .btn-more .btn-icon-download.wp-block-button__link::before {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-download.svg");
  margin-right: 15px;
}

.product-intro {
  margin: 0 -10px;
}
@media only screen and (min-width: 78em) {
  .product-intro-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
  .product-intro-right {
    width: 465px;
  }
}
.product-intro-left {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .product-intro-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 78em) {
  .product-intro-left {
    width: calc(100% - 465px);
    padding-right: 60px;
    margin: 0;
  }
}
.product-intro-left > img {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .product-intro-left > img {
    max-width: calc(100% - 105px);
    padding-left: 45px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
}
.product-intro .gallery-product {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 48em) {
  .product-intro .gallery-product {
    width: 105px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.product-intro .gallery-product li {
  margin: 0 10px 20px;
  padding: 0;
  width: calc(33.333% - 20px);
  height: 95px;
  max-width: 95px;
}
@media only screen and (min-width: 48em) {
  .product-intro .gallery-product li {
    height: 105px;
    width: 105px;
    max-width: 105px;
    margin: 0 0 20px;
  }
}
.product-intro .gallery-product li img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.product-intro .gallery-product li::before {
  display: none;
}
.product-intro .btn-more a:first-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 90em) {
  .product-intro .btn-more a:first-child {
    margin-bottom: 30px;
  }
}

.product-content {
  padding: 80px 20px;
  margin: 0 -10%;
  background-color: rgba(202, 209, 218, 0.4);
  position: relative;
}
@media only screen and (min-width: 48em) {
  .product-content {
    padding: 80px 30px;
  }
}
@media only screen and (min-width: 78em) {
  .product-content {
    padding: 100px 8% 80px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 90em) {
  .product-content {
    padding-top: 112.5px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 78em) {
  .product-content-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product-content::before {
  content: url("/wp-content/themes/theme-startup/images/shape/masque-white-left-top.svg");
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 120em) {
  .product-content::before {
    content: "";
    background: url("/wp-content/themes/theme-startup/images/shape/masque-white-left-top.svg") no-repeat center top;
    background-size: 100%;
    height: 200px;
    width: 100%;
  }
}
@media only screen and (min-width: 78em) {
  .product-content-carac {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    max-width: 570px;
  }
}
.product-content-carac > h2 {
  margin-top: 50px;
}
@media only screen and (min-width: 90em) {
  .product-content-carac > h2 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 78em) {
  .product-content-carac ul {
    margin-bottom: 0;
  }
}
.product-content-carac ul li {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  .product-content-carac ul li {
    font-size: 16px;
    padding: 10px 30px;
  }
}
.product-content-carac ul li::before {
  display: none;
}
.product-content-carac ul li:nth-of-type(2n+2) {
  background-color: #cad1da;
}
.product-content-carac ul li span {
  width: 50%;
}
.product-content-carac ul li span:first-child {
  padding-right: 15px;
}
.product-content-carac ul li span:last-child {
  font-weight: bold;
  padding-left: 15px;
  text-align: right;
}
.product-content-options {
  margin: 80px 0;
}
@media only screen and (min-width: 78em) {
  .product-content-options {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 90em) {
  .product-content-options .btn-more {
    margin-top: 80px !important;
  }
}
.product-content-options > h2 {
  margin: 0 0 10px;
}
@media only screen and (min-width: 78em) {
  .product-content-options > h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 90em) {
  .product-content-options > h2 {
    margin-bottom: 45px;
  }
}
.product-content-options .product-list {
  margin: 10px -20px 50px;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
}
@media only screen and (min-width: 48em) {
  .product-content-options .product-list {
    margin: 10px -30px 50px;
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 78em) {
  .product-content-options .product-list {
    margin: 0 -15px;
    padding: 0;
    overflow: visible;
  }
}
.product-content-options .product-list .shortproduct {
  min-width: 280px;
  margin: 0 15px;
}
@media only screen and (min-width: 78em) {
  .product-content-options .product-list .shortproduct {
    width: calc(25% - 30px);
    min-width: 0;
  }
}
.product-content-appli ul {
  margin-top: 20px;
}
.product-content-appli ul li {
  margin-bottom: 5px;
}
@media only screen and (min-width: 78em) {
  .product-content-appli {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 465px;
  }
  .product-content-appli > h2:first-child {
    margin-top: 50px !important;
  }
}
@media only screen and (min-width: 90em) {
  .product-content-appli > h2:first-child {
    margin-top: 80px !important;
  }
}
.product-content-appli .btn-more {
  margin-top: 30px !important;
}

.product-loc {
  text-align: center;
  margin: 50px 0;
}
@media only screen and (min-width: 90em) {
  .product-loc {
    margin: 100px 0;
  }
}
.product-loc p:first-child {
  font-weight: bold;
}

.product-associated {
  margin: 100px 0 0;
}
@media only screen and (min-width: 90em) {
  .product-associated {
    margin-top: 150px;
  }
}
.product-associated-inner > h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .product-associated-inner > h2 {
    text-align: center !important;
  }
}
.product-associated .product-list {
  margin: 20px -10% 0;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
}
@media only screen and (min-width: 48em) {
  .product-associated .product-list {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 78em) {
  .product-associated .product-list {
    padding: 20px 8%;
  }
}
.product-associated .product-list .shortproduct {
  min-width: 280px;
  margin: 0 15px;
}

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

	Home

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

	Home

*/
.ru-accueil .site-inner {
  padding: 0;
  width: 100%;
}
.ru-accueil .subfooter {
  margin-top: 0;
}

@media only screen and (min-width: 78em) {
  .intro-accueil {
    position: relative;
  }
  .intro-accueil::after {
    content: url(/wp-content/themes/theme-startup/images/shape/masque.svg);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -7px;
    z-index: 2;
  }
}
@media only screen and (min-width: 120em) {
  .intro-accueil::after {
    content: "";
    background: url(/wp-content/themes/theme-startup/images/shape/masque.svg) no-repeat center bottom;
    background-size: 100%;
    height: 113px;
    width: 100%;
    bottom: -1px;
  }
}
.intro-accueil-img {
  height: 230px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .intro-accueil-img {
    height: 300px;
  }
}
@media only screen and (min-width: 78em) {
  .intro-accueil-img {
    height: 600px;
  }
}
@media only screen and (min-width: 90em) {
  .intro-accueil-img {
    height: 700px;
  }
}
.intro-accueil-img::after {
  content: url(/wp-content/themes/theme-startup/images/shape/masque-red.svg);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
}
@media only screen and (min-width: 48em) {
  .intro-accueil-img::after {
    bottom: -7px;
  }
}
@media only screen and (min-width: 78em) {
  .intro-accueil-img::after {
    display: none;
  }
}
.intro-accueil-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.intro-accueil-text {
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .intro-accueil-text {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.intro-accueil-text-inner {
  background: #cf0812;
  padding: 0 20px 50px;
}
@media only screen and (min-width: 78em) {
  .intro-accueil-text-inner {
    max-width: 570px;
    padding: 50px 30px 155px;
    border-radius: 15px;
  }
}
.intro-accueil-text h1 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 78em) {
  .intro-accueil-text h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 90em) {
  .intro-accueil-text h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
.intro-accueil-text h1 strong {
  font-family: "milkshakeregular", "Times", sans-serif;
  color: #000;
  font-size: 30px;
  text-transform: none;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  font-weight: 400;
  display: block;
  margin-top: -5px;
}
@media only screen and (min-width: 78em) {
  .intro-accueil-text h1 strong {
    font-size: 35px;
  }
}
@media only screen and (min-width: 90em) {
  .intro-accueil-text h1 strong {
    font-size: 45px;
    margin-top: -17px;
  }
}
.intro-accueil-text p {
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .intro-accueil-text p {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}
.intro-accueil-text p:last-child {
  margin-bottom: 0;
  margin-top: 50px;
}
.family-accueil {
  margin: 80px 0 60px;
}
@media only screen and (min-width: 90em) {
  .family-accueil {
    margin-bottom: 100px;
  }
}
.family-accueil > h2 {
  text-align: center;
  color: #cad1da;
  font-size: 30px;
  margin-bottom: 50px;
}
.family-accueil > h2 strong {
  color: #000;
  font-size: 30px;
}
@media only screen and (min-width: 78em) {
  .family-accueil > h2 {
    margin: 60px 0 70px;
  }
  .family-accueil > h2, .family-accueil > h2 strong {
    font-size: 45px;
  }
  .family-accueil > h2 strong {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 90em) {
  .family-accueil > h2 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 78em) {
  .family-accueil .list-family {
    max-width: 1230px;
    margin: 0 auto;
  }
}
.family-accueil-pres {
  padding: 0 30px;
  margin-top: 50px;
}
@media only screen and (min-width: 48em) {
  .family-accueil-pres > * {
    width: 465px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 78em) {
  .family-accueil-pres {
    max-width: 990px;
    margin: 50px auto 0;
    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;
    padding: 0;
  }
  .family-accueil-pres > * {
    margin: 0;
  }
}
.family-accueil-pres h3 {
  color: #000;
  font-size: 25px;
  line-height: 1;
  margin: 0 0 30px;
}
@media only screen and (min-width: 48em) {
  .family-accueil-pres h3 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 78em) {
  .family-accueil-pres h3 {
    margin: 0;
    font-size: 40px;
  }
}
.family-accueil-pres p:last-child {
  text-align: center;
  margin: 50px 0 0;
}
@media only screen and (min-width: 78em) {
  .family-accueil-pres p:last-child {
    margin-top: 30px;
    text-align: left;
  }
}
.pres-accueil {
  background-color: rgba(202, 209, 218, 0.4);
  padding: 50px 20px 50px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .pres-accueil {
    padding: 85px 20px 190px;
  }
}
.pres-accueil::before {
  content: url(/wp-content/themes/theme-startup/images/shape/masque-white-left-top.svg);
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 120em) {
  .pres-accueil::before {
    content: "";
    background: url(/wp-content/themes/theme-startup/images/shape/masque-white-left-top.svg) no-repeat center top;
    background-size: 100%;
    height: 200px;
    width: 100%;
  }
}
@media only screen and (min-width: 78em) {
  .pres-accueil-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 48em) {
  .pres-accueil-text {
    max-width: 465px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 78em) {
  .pres-accueil-text {
    width: 465px;
    margin-left: -210px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 2;
    position: relative;
  }
}
.pres-accueil-text > h2 {
  font-size: 30px;
  color: #cf0812;
}
.pres-accueil-text > h2 strong {
  color: #000;
  font-size: 30px;
}
@media only screen and (min-width: 78em) {
  .pres-accueil-text > h2 {
    margin-bottom: 40px;
  }
  .pres-accueil-text > h2, .pres-accueil-text > h2 strong {
    font-size: 45px;
  }
  .pres-accueil-text > h2 strong {
    margin-top: -10px;
  }
}
.pres-accueil-text p:last-child {
  text-align: center;
  margin: 50px 0 0;
}
.pres-accueil-galery {
  padding: 0;
  margin: 80px 0 0;
}
@media only screen and (min-width: 48em) {
  .pres-accueil-galery {
    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;
  }
}
@media only screen and (min-width: 78em) {
  .pres-accueil-galery {
    width: 945px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
}
.pres-accueil-galery li {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 10px 30px 10px;
}
@media only screen and (min-width: 48em) {
  .pres-accueil-galery li {
    margin: 15px;
    width: calc(50% - 30px);
  }
  .pres-accueil-galery li img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 78em) {
  .pres-accueil-galery li {
    margin: 15px;
  }
  .pres-accueil-galery li:nth-child(1) {
    width: 360px;
    height: 231px;
    margin-left: 0;
  }
  .pres-accueil-galery li:nth-child(2) {
    width: 270px;
    height: 232px;
    margin-top: 196px;
  }
  .pres-accueil-galery li:nth-child(3) {
    width: 360px;
    height: 385px;
    margin-top: -165px;
    margin-left: 0;
  }
  .pres-accueil-galery li:nth-child(4) {
    width: 165px;
    height: 188px;
  }
  .pres-accueil-galery li:nth-child(5) {
    width: 360px;
    height: 290px;
    position: absolute;
    right: 0;
    bottom: -70px;
    margin: 0;
  }
}

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

	Page menu

*/
.bloc-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  margin-top: 40px;
}
@media only screen and (min-width: 78em) {
  .bloc-list {
    grid-gap: 20px;
    margin-top: 60px;
  }
}
.bloc-list-item {
  position: relative;
  border-radius: 8px;
  border: solid 2px #cad1da;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bloc-list-item h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  text-align: left;
  -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);
  padding: 20px 30px;
}
@media only screen and (min-width: 78em) {
  .bloc-list-item h2 {
    padding: 40px;
  }
}
.bloc-list-item::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-plus-blanc.svg");
  position: absolute;
  bottom: -20px;
  right: -10px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bloc-list-item:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #fff;
}
.bloc-list-item:hover h2 {
  color: #cf0812;
}
.bloc-list-item:hover::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-plus-rouge.svg");
}
/*# sourceMappingURL=style.css.map */