@charset "UTF-8";
/*
Theme Name: Theme Startup
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.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;
}

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

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

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

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

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

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 700;
}

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

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

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

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

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

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

::-ms-input-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;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 30px 0;
}

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

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 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;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

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

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "";
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

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

.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 .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

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

.js .nav-primary {
  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 {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

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

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

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

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

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

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

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 960px) {
  /* Genesis Menu
   --------------------------------------------- */
  .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 .sub-menu {
    margin: -46px 0 0 179px;
  }
  /* Site-Inner
  --------------------------------------------- */
  .site-inner {
    max-width: 1400px;
  }
  /* Content
  --------------------------------------------- */
  .content {
    float: left;
  }
  .sidebar-content .content {
    float: right;
  }
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* Sidebar
  --------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
  }
  .sidebar-content .sidebar {
    float: left;
  }
  /* 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;
  }
  /* Entry Misc.
  --------------------------------------------- */
  .after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
    margin-bottom: 60px;
  }
  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px;
  }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: 33.3333333333%;
  }
}
/* 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;
  }
  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: red !important;
}

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

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

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

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

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

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

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

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

	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 #ddd;
  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;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

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

a img {
  border: none;
}

a:focus {
  outline: none;
}

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

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

	Button

*/
a.btn-full, a.btn-full-red, a.btn-full-black, .btn-full, body.page-id-544 .em-view-container form .submit > input, a.btn-full-grey, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link, a.btn-full-orange, .btn-full-orange, .wp-block-button.is-style-btn-full-orange .wp-block-button__link, a.btn-full-green-light, .btn-full-green-light, .wp-block-button.is-style-btn-full-green-light .wp-block-button__link, a.btn-full-green, .btn-full-green, .wp-block-button.is-style-btn-full-green .wp-block-button__link, a.btn-full-blue-light, .btn-full-blue-light, .wp-block-button.is-style-btn-full-blue-light .wp-block-button__link, a.btn-full-blue, .page-creer-ma-fiche-commercant #geodirectory-add-post a#address_set_address_button,
.page-add-listing #geodirectory-add-post a#address_set_address_button, a.forminator-button, .btn-full-blue, .uwp-auth-modal .card-body .uwp_form button, .page-mon-compte input[name=uwp_account_submit],
.page-mon-compte input[name=uwp_change_submit], .page-creer-ma-fiche-commercant #geodirectory-add-post #address_set_address_button,
.page-add-listing #geodirectory-add-post #address_set_address_button, .page-creer-ma-fiche-commercant .gd-login-links .login-link,
.page-add-listing .gd-login-links .login-link, .forminator-button, .wp-block-button.is-style-btn-full-blue .wp-block-button__link, .wp-block-button .wp-block-button__link, .btn-full-red, input[type=submit], .wp-block-button.is-style-btn-full-red .wp-block-button__link, .btn-full-black, .wp-block-button.is-style-btn-full-black .wp-block-button__link, a.btn-empty, a.btn-empty-red, a.btn-empty-black, .btn-empty, a.btn-empty-grey, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link, a.btn-empty-orange, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link, a.btn-empty-green-light, .btn-empty-green-light, .wp-block-button.is-style-btn-empty-green-light .wp-block-button__link, a.btn-empty-green, .btn-empty-green, .wp-block-button.is-style-btn-empty-green .wp-block-button__link, a.btn-empty-blue-light, .btn-empty-blue-light, .page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit .geodir_button,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit .geodir_button, .wp-block-button.is-style-btn-empty-blue-light .wp-block-button__link, a.btn-empty-blue, .btn-empty-blue, .page-creer-ma-fiche-commercant .gd-login-links .register-link,
.page-add-listing .gd-login-links .register-link, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  clear: both;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
}

.btn-full:hover, body.page-id-544 .em-view-container form .submit > input:hover, .btn-full-grey:hover, .btn-full-orange:hover, .btn-full-green-light:hover, .btn-full-green:hover, .btn-full-blue-light:hover, .btn-full-blue:hover, .uwp-auth-modal .card-body .uwp_form button:hover, .page-mon-compte input[name=uwp_account_submit]:hover,
.page-mon-compte input[name=uwp_change_submit]:hover, .page-creer-ma-fiche-commercant #geodirectory-add-post #address_set_address_button:hover,
.page-add-listing #geodirectory-add-post #address_set_address_button:hover, .page-creer-ma-fiche-commercant .gd-login-links .login-link:hover,
.page-add-listing .gd-login-links .login-link:hover, .forminator-button:hover, .wp-block-button .wp-block-button__link:hover, .btn-full-red:hover, input[type=submit]:hover, .wp-block-button.is-style-btn-full-red .wp-block-button__link:hover, .btn-full-black:hover, .wp-block-button.is-style-btn-full-black .wp-block-button__link:hover, .btn-empty:hover, .btn-empty-grey:hover, .btn-empty-orange:hover, .btn-empty-green-light:hover, .btn-empty-green:hover, .btn-empty-blue-light:hover, .page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit .geodir_button:hover,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit .geodir_button:hover, .btn-empty-blue:hover, .page-creer-ma-fiche-commercant .gd-login-links .register-link:hover,
.page-add-listing .gd-login-links .register-link: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, a.btn-empty-red, a.btn-empty-black, .btn-empty, a.btn-empty-grey, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link, a.btn-empty-orange, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link, a.btn-empty-green-light, .btn-empty-green-light, .wp-block-button.is-style-btn-empty-green-light .wp-block-button__link, a.btn-empty-green, .btn-empty-green, .wp-block-button.is-style-btn-empty-green .wp-block-button__link, a.btn-empty-blue-light, .btn-empty-blue-light, .page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit .geodir_button,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit .geodir_button, .wp-block-button.is-style-btn-empty-blue-light .wp-block-button__link, a.btn-empty-blue, .btn-empty-blue, .page-creer-ma-fiche-commercant .gd-login-links .register-link,
.page-add-listing .gd-login-links .register-link, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link, .btn-empty-red, .wp-block-button.is-style-btn-empty-red .wp-block-button__link, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link {
  background-color: #fff;
  border: 1px solid #ddd;
}

a.btn-empty-black, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link {
  border-color: red;
  color: black;
}

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: red;
  color: red;
}

a.btn-empty-red:hover, .btn-empty-red:hover, .wp-block-button.is-style-btn-empty-red .wp-block-button__link:hover {
  background: white;
}

a.btn-full, a.btn-full-red, a.btn-full-black, .btn-full, body.page-id-544 .em-view-container form .submit > input, a.btn-full-grey, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link, a.btn-full-orange, .btn-full-orange, .wp-block-button.is-style-btn-full-orange .wp-block-button__link, a.btn-full-green-light, .btn-full-green-light, .wp-block-button.is-style-btn-full-green-light .wp-block-button__link, a.btn-full-green, .btn-full-green, .wp-block-button.is-style-btn-full-green .wp-block-button__link, a.btn-full-blue-light, .btn-full-blue-light, .wp-block-button.is-style-btn-full-blue-light .wp-block-button__link, a.btn-full-blue, .page-creer-ma-fiche-commercant #geodirectory-add-post a#address_set_address_button,
.page-add-listing #geodirectory-add-post a#address_set_address_button, a.forminator-button, .btn-full-blue, .uwp-auth-modal .card-body .uwp_form button, .page-mon-compte input[name=uwp_account_submit],
.page-mon-compte input[name=uwp_change_submit], .page-creer-ma-fiche-commercant #geodirectory-add-post #address_set_address_button,
.page-add-listing #geodirectory-add-post #address_set_address_button, .page-creer-ma-fiche-commercant .gd-login-links .login-link,
.page-add-listing .gd-login-links .login-link, .forminator-button, .wp-block-button.is-style-btn-full-blue .wp-block-button__link, .wp-block-button .wp-block-button__link, .btn-full-red, input[type=submit], .wp-block-button.is-style-btn-full-red .wp-block-button__link, .btn-full-black, .wp-block-button.is-style-btn-full-black .wp-block-button__link {
  color: #fff;
}

a.btn-full-black, .btn-full-black, .wp-block-button.is-style-btn-full-black .wp-block-button__link {
  background: black;
}

a.btn-full-black:hover, .btn-full-black:hover, .wp-block-button.is-style-btn-full-black .wp-block-button__link:hover {
  background: #333333;
  color: #fff;
}

a.btn-full-red, .btn-full-red, input[type=submit], .wp-block-button.is-style-btn-full-red .wp-block-button__link {
  background: red;
}

a.btn-full-red:hover, .btn-full-red:hover, input[type=submit]:hover, .wp-block-button.is-style-btn-full-red .wp-block-button__link:hover {
  background: #cc0000;
}

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

	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

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

	Table

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

	Règles typographiques

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

	Basic, low level typography

*/
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: 600;
}

small {
  font-size: 80%;
}

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

	Module

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

	Breadcrumb

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

	Form

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

form {
  margin: 0 auto 20px;
}

form label {
  font-weight: bold;
}

form input, form textarea {
  border-radius: 4px;
}

form textarea {
  height: 200px;
}

form .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}

form .consentRGPD .Consentement, form .consentRGPD .Consent {
  display: inline-block;
}

form .consentRGPD span.wpcf7-list-item {
  width: 100%;
}

form .consentRGPD .wpcf7-list-item-label {
  margin-left: 3px;
  font-weight: 400;
}

form .aide, form .formFooter {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: grey;
}

form .aide {
  margin-top: 5px;
}

form .formFooter {
  margin-top: 30px;
}

form input[type=submit] {
  width: auto;
}

.google-terms {
  font-style: italic;
  font-size: 12px;
}

.google-terms a {
  color: #736a62 !important;
  background: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

input[type=submit] {
  padding: 16px 35px 20px;
  line-height: 1;
  margin: 15px 0;
}

.search-form {
  margin: 40px auto 0;
  text-align: center;
}

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

	Navigation

*/
/* 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: #000000;
  border: 1px solid;
  border-color: #000000;
  background: #fff;
  background-image: none !important;
}

article .pagination ul li a:hover {
  background: rgba(64, 84, 97, 0.1);
  color: #444;
}

article .pagination ul li.active a {
  font-size: 18px;
  font-weight: bold;
  background: #000000;
  color: #fff;
}

article .pagination ul li.pagination-next a, article .pagination ul li.pagination-previous a {
  width: auto;
  border-radius: 30px;
}

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

	Layout

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

	Content

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

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

	Header

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

	Footer

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

	Blog

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

	Listing Billets

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

Billets

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

	Home

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

	Home

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

	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-bleu-fonce-color {
  color: #004a93 !important;
}

.has-bleu-fonce-background-color {
  background-color: #004a93 !important;
}

.has-bleu-clair-color {
  color: #2ea9b3 !important;
}

.has-bleu-clair-background-color {
  background-color: #2ea9b3 !important;
}

.has-vert-fonce-color {
  color: #48993d !important;
}

.has-vert-fonce-background-color {
  background-color: #48993d !important;
}

.has-vert-clair-color {
  color: #98bb59 !important;
}

.has-vert-clair-background-color {
  background-color: #98bb59 !important;
}

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

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

.has-gris-fonce-color {
  color: #0d1115 !important;
}

.has-gris-fonce-background-color {
  background-color: #0d1115 !important;
}

.has-poire-color {
  color: #d1d33a !important;
}

.has-poire-background-color {
  background-color: #d1d33a !important;
}

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

.has-blanc-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: 3px solid #ddd;
  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;
  color: #0d1115;
  font-family: "avenirnextregular", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  body {
    font-size: 18px;
  }
}
body.open {
  overflow: hidden;
  height: 100vh;
}

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

	Text selection/highlighting

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

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

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

	CORE

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

	Anchor

*/
a {
  color: #98bb59;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 700;
}
@media only screen and (min-width: 64em) {
  a:hover {
    text-decoration: underline;
  }
}
a img {
  border: none;
}

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

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

	Blocks

*/
/* Media Texte
--------------------------------------------- */
.entry-content .wp-block-media-text.is-style-rounded-media-text, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text {
  max-width: 800px;
  margin: 40px 0 80px;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-media-text.is-style-rounded-media-text, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text {
    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;
  }
}
.entry-content .wp-block-media-text.is-style-rounded-media-text .wp-block-media-text__media, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__media {
  max-width: 295px;
}
.entry-content .wp-block-media-text.is-style-rounded-media-text .wp-block-media-text__media > img, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__media > img {
  border-radius: 9999px !important;
  width: 295px !important;
  height: 295px !important;
  border: double 3px transparent;
  background-image: linear-gradient(white, white), linear-gradient(40deg, #ff64a8 0%, #ef6667 25%, #eebe63 75%, #fffaa9 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.entry-content .wp-block-media-text.is-style-rounded-media-text .wp-block-media-text__content, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content {
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-media-text.is-style-rounded-media-text .wp-block-media-text__content, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-media-text.is-style-rounded-media-text .wp-block-media-text__content, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content {
    padding-left: 70px;
  }
}
.entry-content .wp-block-media-text.is-style-rounded-media-text .wp-block-media-text__content > h3, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content > h3 {
  font-weight: 800;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-media-text.is-style-rounded-media-text .wp-block-media-text__content > h3, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content > h3 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 64em) {
  .entry-content .wp-block-media-text.is-style-rounded-media-text .wp-block-media-text__content > h3, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content > h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-media-text.is-style-rounded-media-text .wp-block-media-text__content > h3, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content > h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 90em) {
  .entry-content .wp-block-media-text.is-style-rounded-media-text .wp-block-media-text__content > h3, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content > h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-media-text.is-style-rounded-media-text .wp-block-media-text__content > p, .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content > p {
    max-width: 300px;
  }
}
.entry-content .wp-block-media-text.is-style-vertical-rounded-media-text {
  margin: 40px 0 80px !important;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text {
    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: 64em) {
  .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 64em) {
  .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content {
    text-align: center;
    padding: 0;
  }
  .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content > .wp-block-buttons {
    margin: 20px auto;
    display: block;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-media-text.is-style-vertical-rounded-media-text .wp-block-media-text__content > p {
    max-width: 445px;
    margin: 20px auto;
  }
}

/* Groupe - Mise en avant
--------------------------------------------- */
.wp-block-group.is-style-mise-en-avant.has-background {
  position: relative;
  padding: 50px 25px;
  border-radius: 0 50px 0 50px;
  margin-bottom: 3rem !important;
}
@media only screen and (min-width: 48em) {
  .wp-block-group.is-style-mise-en-avant.has-background {
    padding: 50px 75px;
  }
}
@media only screen and (min-width: 64em) {
  .wp-block-group.is-style-mise-en-avant.has-background {
    padding: 75px 100px;
    border-radius: 0 70px 0 70px;
    margin-bottom: 4rem !important;
  }
}
@media only screen and (min-width: 90em) {
  .wp-block-group.is-style-mise-en-avant.has-background {
    padding: 90px 150px;
    margin-bottom: 5rem !important;
  }
}
@media only screen and (min-width: 48em) {
  .wp-block-group.is-style-mise-en-avant.has-background.alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 64em) {
  .wp-block-group.is-style-mise-en-avant.has-background.alignwide {
    padding: 75px 200px !important;
    margin-left: -180px;
    margin-right: -180px;
  }
}
@media only screen and (min-width: 90em) {
  .wp-block-group.is-style-mise-en-avant.has-background.alignwide {
    padding: 90px 270px !important;
  }
}
.wp-block-group.is-style-mise-en-avant.has-background::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}
.wp-block-group.is-style-mise-en-avant.has-background > .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.is-style-mise-en-avant.has-background > .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: none;
}

/* LazyBlock - Custom Media Texte
--------------------------------------------- */
.custom-media-texte {
  max-width: 800px;
  margin: 40px 0;
}
.custom-media-texte-inner-image {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .custom-media-texte-inner-image {
    height: 200px;
  }
}
@media only screen and (min-width: 64em) {
  .custom-media-texte-inner-image {
    height: 280px;
  }
}
.custom-media-texte-inner-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0 !important;
}
.custom-media-texte-inner-content {
  background-color: #fff;
  -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.38);
          box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.38);
  border-radius: 20px;
  position: relative;
  top: -20px;
  padding: 40px 40px 80px;
  text-align: center;
}
.custom-media-texte-inner-content > h3 {
  font-weight: 800;
  margin-top: 0;
}
@media only screen and (min-width: 64em) {
  .custom-media-texte-inner-content > h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 78em) {
  .custom-media-texte-inner-content > h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 90em) {
  .custom-media-texte-inner-content > h3 {
    font-size: 38px;
  }
}
.custom-media-texte-inner-content .custom-media-texte-link {
  margin-top: 40px;
}
@media only screen and (min-width: 64em) {
  .custom-media-texte-inner-content .custom-media-texte-link > a {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 78em) {
  .custom-media-texte-inner-content .custom-media-texte-link > a {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 90em) {
  .custom-media-texte-inner-content .custom-media-texte-link > a {
    font-size: 18px;
  }
}

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

	Button

*/
a.btn-full, .btn-full, body.page-id-544 .em-view-container form .submit > input, a.btn-full-grey, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link, a.btn-full-orange, .btn-full-orange, .wp-block-button.is-style-btn-full-orange .wp-block-button__link, a.btn-full-green-light, .btn-full-green-light, .wp-block-button.is-style-btn-full-green-light .wp-block-button__link, a.btn-full-green, .btn-full-green, .wp-block-button.is-style-btn-full-green .wp-block-button__link, a.btn-full-blue-light, .btn-full-blue-light, .wp-block-button.is-style-btn-full-blue-light .wp-block-button__link, a.btn-full-blue, .page-creer-ma-fiche-commercant #geodirectory-add-post a#address_set_address_button,
.page-add-listing #geodirectory-add-post a#address_set_address_button, a.forminator-button, .btn-full-blue, .uwp-auth-modal .card-body .uwp_form button, .page-mon-compte input[name=uwp_account_submit],
.page-mon-compte input[name=uwp_change_submit], .page-creer-ma-fiche-commercant #geodirectory-add-post #address_set_address_button,
.page-add-listing #geodirectory-add-post #address_set_address_button, .page-creer-ma-fiche-commercant .gd-login-links .login-link,
.page-add-listing .gd-login-links .login-link, .forminator-button, .wp-block-button.is-style-btn-full-blue .wp-block-button__link, .wp-block-button .wp-block-button__link, a.btn-empty, .btn-empty, a.btn-empty-grey, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link, a.btn-empty-orange, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link, a.btn-empty-green-light, .btn-empty-green-light, .wp-block-button.is-style-btn-empty-green-light .wp-block-button__link, a.btn-empty-green, .btn-empty-green, .wp-block-button.is-style-btn-empty-green .wp-block-button__link, a.btn-empty-blue-light, .btn-empty-blue-light, .page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit .geodir_button,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit .geodir_button, .wp-block-button.is-style-btn-empty-blue-light .wp-block-button__link, a.btn-empty-blue, .btn-empty-blue, .page-creer-ma-fiche-commercant .gd-login-links .register-link,
.page-add-listing .gd-login-links .register-link, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.95px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  clear: both;
  text-decoration: none;
  border-radius: 50px;
  padding: 15px 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);
}
.btn-full:hover, body.page-id-544 .em-view-container form .submit > input:hover, .btn-full-grey:hover, .btn-full-orange:hover, .btn-full-green-light:hover, .btn-full-green:hover, .btn-full-blue-light:hover, .btn-full-blue:hover, .uwp-auth-modal .card-body .uwp_form button:hover, .page-mon-compte input[name=uwp_account_submit]:hover,
.page-mon-compte input[name=uwp_change_submit]:hover, .page-creer-ma-fiche-commercant #geodirectory-add-post #address_set_address_button:hover,
.page-add-listing #geodirectory-add-post #address_set_address_button:hover, .page-creer-ma-fiche-commercant .gd-login-links .login-link:hover,
.page-add-listing .gd-login-links .login-link:hover, .forminator-button:hover, .wp-block-button .wp-block-button__link:hover, .btn-empty:hover, .btn-empty-grey:hover, .btn-empty-orange:hover, .btn-empty-green-light:hover, .btn-empty-green:hover, .btn-empty-blue-light:hover, .page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit .geodir_button:hover,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit .geodir_button:hover, .btn-empty-blue:hover, .page-creer-ma-fiche-commercant .gd-login-links .register-link:hover,
.page-add-listing .gd-login-links .register-link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 64em) {
  a.btn-full, .btn-full, body.page-id-544 .em-view-container form .submit > input, a.btn-full-grey, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link, a.btn-full-orange, .btn-full-orange, .wp-block-button.is-style-btn-full-orange .wp-block-button__link, a.btn-full-green-light, .btn-full-green-light, .wp-block-button.is-style-btn-full-green-light .wp-block-button__link, a.btn-full-green, .btn-full-green, .wp-block-button.is-style-btn-full-green .wp-block-button__link, a.btn-full-blue-light, .btn-full-blue-light, .wp-block-button.is-style-btn-full-blue-light .wp-block-button__link, a.btn-full-blue, .page-creer-ma-fiche-commercant #geodirectory-add-post a#address_set_address_button,
.page-add-listing #geodirectory-add-post a#address_set_address_button, a.forminator-button, .btn-full-blue, .uwp-auth-modal .card-body .uwp_form button, .page-mon-compte input[name=uwp_account_submit],
.page-mon-compte input[name=uwp_change_submit], .page-creer-ma-fiche-commercant #geodirectory-add-post #address_set_address_button,
.page-add-listing #geodirectory-add-post #address_set_address_button, .page-creer-ma-fiche-commercant .gd-login-links .login-link,
.page-add-listing .gd-login-links .login-link, .forminator-button, .wp-block-button.is-style-btn-full-blue .wp-block-button__link, .wp-block-button .wp-block-button__link, a.btn-empty, .btn-empty, a.btn-empty-grey, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link, a.btn-empty-orange, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link, a.btn-empty-green-light, .btn-empty-green-light, .wp-block-button.is-style-btn-empty-green-light .wp-block-button__link, a.btn-empty-green, .btn-empty-green, .wp-block-button.is-style-btn-empty-green .wp-block-button__link, a.btn-empty-blue-light, .btn-empty-blue-light, .page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit .geodir_button,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit .geodir_button, .wp-block-button.is-style-btn-empty-blue-light .wp-block-button__link, a.btn-empty-blue, .btn-empty-blue, .page-creer-ma-fiche-commercant .gd-login-links .register-link,
.page-add-listing .gd-login-links .register-link, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link {
    font-size: 20px;
    padding: 20px 40px;
  }
}

a.btn-empty, .btn-empty, a.btn-empty-grey, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link, a.btn-empty-orange, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link, a.btn-empty-green-light, .btn-empty-green-light, .wp-block-button.is-style-btn-empty-green-light .wp-block-button__link, a.btn-empty-green, .btn-empty-green, .wp-block-button.is-style-btn-empty-green .wp-block-button__link, a.btn-empty-blue-light, .btn-empty-blue-light, .page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit .geodir_button,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit .geodir_button, .wp-block-button.is-style-btn-empty-blue-light .wp-block-button__link, a.btn-empty-blue, .btn-empty-blue, .page-creer-ma-fiche-commercant .gd-login-links .register-link,
.page-add-listing .gd-login-links .register-link, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link {
  background-color: transparent;
  border: 3px solid #ddd;
}
a.btn-empty:hover, .btn-empty:hover, .btn-empty-grey:hover, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link:hover, .btn-empty-orange:hover, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link:hover, .btn-empty-green-light:hover, .wp-block-button.is-style-btn-empty-green-light .wp-block-button__link:hover, .btn-empty-green:hover, .wp-block-button.is-style-btn-empty-green .wp-block-button__link:hover, .btn-empty-blue-light:hover, .page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit .geodir_button:hover,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit .geodir_button:hover, .wp-block-button.is-style-btn-empty-blue-light .wp-block-button__link:hover, .btn-empty-blue:hover, .page-creer-ma-fiche-commercant .gd-login-links .register-link:hover,
.page-add-listing .gd-login-links .register-link:hover, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link:hover {
  color: #fff;
}
a.btn-empty-blue, .btn-empty-blue, .page-creer-ma-fiche-commercant .gd-login-links .register-link,
.page-add-listing .gd-login-links .register-link, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link {
  border-color: #004a93;
  color: #004a93;
}
a.btn-empty-blue:hover, .btn-empty-blue:hover, .page-creer-ma-fiche-commercant .gd-login-links .register-link:hover,
.page-add-listing .gd-login-links .register-link:hover, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link:hover {
  background-color: #004a93;
}
a.btn-empty-blue-light, .btn-empty-blue-light, .page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit .geodir_button,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit .geodir_button, .wp-block-button.is-style-btn-empty-blue-light .wp-block-button__link {
  border-color: #2ea9b3;
  color: #2ea9b3;
}
a.btn-empty-blue-light:hover, .btn-empty-blue-light:hover, .page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit .geodir_button:hover,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit .geodir_button:hover, .wp-block-button.is-style-btn-empty-blue-light .wp-block-button__link:hover {
  background-color: #2ea9b3;
}
a.btn-empty-green, .btn-empty-green, .wp-block-button.is-style-btn-empty-green .wp-block-button__link {
  border-color: #48993d;
  color: #48993d;
}
a.btn-empty-green:hover, .btn-empty-green:hover, .wp-block-button.is-style-btn-empty-green .wp-block-button__link:hover {
  background-color: #48993d;
}
a.btn-empty-green-light, .btn-empty-green-light, .wp-block-button.is-style-btn-empty-green-light .wp-block-button__link {
  border-color: #98bb59;
  color: #98bb59;
}
a.btn-empty-green-light:hover, .btn-empty-green-light:hover, .wp-block-button.is-style-btn-empty-green-light .wp-block-button__link:hover {
  background-color: #98bb59;
}
a.btn-empty-orange, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link {
  border-color: #d56900;
  color: #d56900;
}
a.btn-empty-orange:hover, .btn-empty-orange:hover, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link:hover {
  background-color: #d56900;
}
a.btn-empty-grey, .btn-empty-grey, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link {
  border-color: #0d1115;
  color: #0d1115;
}
a.btn-empty-grey:hover, .btn-empty-grey:hover, .wp-block-button.is-style-btn-empty-grey .wp-block-button__link:hover {
  background-color: #0d1115;
}
a.btn-full, .btn-full, body.page-id-544 .em-view-container form .submit > input, a.btn-full-grey, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link, a.btn-full-orange, .btn-full-orange, .wp-block-button.is-style-btn-full-orange .wp-block-button__link, a.btn-full-green-light, .btn-full-green-light, .wp-block-button.is-style-btn-full-green-light .wp-block-button__link, a.btn-full-green, .btn-full-green, .wp-block-button.is-style-btn-full-green .wp-block-button__link, a.btn-full-blue-light, .btn-full-blue-light, .wp-block-button.is-style-btn-full-blue-light .wp-block-button__link, a.btn-full-blue, .page-creer-ma-fiche-commercant #geodirectory-add-post a#address_set_address_button,
.page-add-listing #geodirectory-add-post a#address_set_address_button, a.forminator-button, .btn-full-blue, .uwp-auth-modal .card-body .uwp_form button, .page-mon-compte input[name=uwp_account_submit],
.page-mon-compte input[name=uwp_change_submit], .page-creer-ma-fiche-commercant #geodirectory-add-post #address_set_address_button,
.page-add-listing #geodirectory-add-post #address_set_address_button, .page-creer-ma-fiche-commercant .gd-login-links .login-link,
.page-add-listing .gd-login-links .login-link, .forminator-button, .wp-block-button.is-style-btn-full-blue .wp-block-button__link, .wp-block-button .wp-block-button__link {
  color: #fff;
}
a.btn-full-blue, .page-creer-ma-fiche-commercant #geodirectory-add-post a#address_set_address_button,
.page-add-listing #geodirectory-add-post a#address_set_address_button, a.forminator-button, .btn-full-blue, .uwp-auth-modal .card-body .uwp_form button, .page-mon-compte input[name=uwp_account_submit],
.page-mon-compte input[name=uwp_change_submit], .page-creer-ma-fiche-commercant #geodirectory-add-post #address_set_address_button,
.page-add-listing #geodirectory-add-post #address_set_address_button, .page-creer-ma-fiche-commercant .gd-login-links .login-link,
.page-add-listing .gd-login-links .login-link, .forminator-button, .wp-block-button.is-style-btn-full-blue .wp-block-button__link, .wp-block-button .wp-block-button__link {
  background: #004a93;
}
a.btn-full-blue:hover, .btn-full-blue:hover, .uwp-auth-modal .card-body .uwp_form button:hover, .page-mon-compte input[name=uwp_account_submit]:hover,
.page-mon-compte input[name=uwp_change_submit]:hover, .page-creer-ma-fiche-commercant #geodirectory-add-post #address_set_address_button:hover,
.page-add-listing #geodirectory-add-post #address_set_address_button:hover, .page-creer-ma-fiche-commercant .gd-login-links .login-link:hover,
.page-add-listing .gd-login-links .login-link:hover, .forminator-button:hover, .wp-block-button .wp-block-button__link:hover {
  background: #0064c6;
  color: #fff;
}
a.btn-full-blue-light, .btn-full-blue-light, .wp-block-button.is-style-btn-full-blue-light .wp-block-button__link {
  background: #2ea9b3;
}
a.btn-full-blue-light:hover, .btn-full-blue-light:hover, .wp-block-button.is-style-btn-full-blue-light .wp-block-button__link:hover {
  background: #45c5cf;
  color: #fff;
}
a.btn-full-green, .btn-full-green, .wp-block-button.is-style-btn-full-green .wp-block-button__link {
  background: #48993d;
}
a.btn-full-green:hover, .btn-full-green:hover, .wp-block-button.is-style-btn-full-green .wp-block-button__link:hover {
  background: #5cb950;
  color: #fff;
}
a.btn-full-green-light, .btn-full-green-light, .wp-block-button.is-style-btn-full-green-light .wp-block-button__link {
  background: #98bb59;
}
a.btn-full-green-light:hover, .btn-full-green-light:hover, .wp-block-button.is-style-btn-full-green-light .wp-block-button__link:hover {
  background: #aeca7d;
  color: #fff;
}
a.btn-full-orange, .btn-full-orange, .wp-block-button.is-style-btn-full-orange .wp-block-button__link {
  background: #d56900;
}
a.btn-full-orange:hover, .btn-full-orange:hover, .wp-block-button.is-style-btn-full-orange .wp-block-button__link:hover {
  background: #ff8209;
  color: #fff;
}
a.btn-full-grey, .btn-full-grey, .wp-block-button.is-style-btn-full-grey .wp-block-button__link {
  background: #0d1115;
}
a.btn-full-grey:hover, .btn-full-grey:hover, .wp-block-button.is-style-btn-full-grey .wp-block-button__link:hover {
  background: #212b35;
}
a.btn-plus, .btn-plus, .wp-block-button.is-style-btn-plus .wp-block-button__link,
.home-recents-posts-agenda-btn .btn-full-green,
.home-recents-posts-agenda-btn .wp-block-button.is-style-btn-full-green .wp-block-button__link,
.wp-block-button.is-style-btn-full-green .home-recents-posts-agenda-btn .wp-block-button__link,
.home-rubriques-items-item-content-liens-secondaire .btn-full-green-light,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-green-light .wp-block-button__link,
.wp-block-button.is-style-btn-full-green-light .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link,
.home-rubriques-items-item-content-liens-secondaire .btn-full-orange,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-orange .wp-block-button__link,
.wp-block-button.is-style-btn-full-orange .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link,
.home-rubriques-items-item-content-liens-secondaire .btn-full-blue-light,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-blue-light .wp-block-button__link,
.wp-block-button.is-style-btn-full-blue-light .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link {
  position: relative;
  padding-left: 65px;
}
a.btn-plus::before, .btn-plus::before, .wp-block-button.is-style-btn-plus .wp-block-button__link::before,
.home-recents-posts-agenda-btn .btn-full-green::before,
.home-recents-posts-agenda-btn .wp-block-button.is-style-btn-full-green .wp-block-button__link::before,
.wp-block-button.is-style-btn-full-green .home-recents-posts-agenda-btn .wp-block-button__link::before,
.home-rubriques-items-item-content-liens-secondaire .btn-full-green-light::before,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-green-light .wp-block-button__link::before,
.wp-block-button.is-style-btn-full-green-light .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link::before,
.home-rubriques-items-item-content-liens-secondaire .btn-full-orange::before,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-orange .wp-block-button__link::before,
.wp-block-button.is-style-btn-full-orange .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link::before,
.home-rubriques-items-item-content-liens-secondaire .btn-full-blue-light::before,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-blue-light .wp-block-button__link::before,
.wp-block-button.is-style-btn-full-blue-light .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link::before {
  content: "\f543";
  font-family: "dashicons";
  font-size: 25px;
  position: absolute;
  top: 12px;
  left: 25px;
  display: inline-block;
}
@media only screen and (min-width: 64em) {
  a.btn-plus::before, .btn-plus::before, .wp-block-button.is-style-btn-plus .wp-block-button__link::before,
.home-recents-posts-agenda-btn .btn-full-green::before,
.home-recents-posts-agenda-btn .wp-block-button.is-style-btn-full-green .wp-block-button__link::before,
.wp-block-button.is-style-btn-full-green .home-recents-posts-agenda-btn .wp-block-button__link::before,
.home-rubriques-items-item-content-liens-secondaire .btn-full-green-light::before,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-green-light .wp-block-button__link::before,
.wp-block-button.is-style-btn-full-green-light .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link::before,
.home-rubriques-items-item-content-liens-secondaire .btn-full-orange::before,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-orange .wp-block-button__link::before,
.wp-block-button.is-style-btn-full-orange .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link::before,
.home-rubriques-items-item-content-liens-secondaire .btn-full-blue-light::before,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-blue-light .wp-block-button__link::before,
.wp-block-button.is-style-btn-full-blue-light .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link::before {
    top: 18px;
  }
}
a.btn-plus:hover, .btn-plus:hover, .wp-block-button.is-style-btn-plus .wp-block-button__link:hover,
.home-recents-posts-agenda-btn .btn-full-green:hover,
.home-recents-posts-agenda-btn .wp-block-button.is-style-btn-full-green .wp-block-button__link:hover,
.wp-block-button.is-style-btn-full-green .home-recents-posts-agenda-btn .wp-block-button__link:hover,
.home-rubriques-items-item-content-liens-secondaire .btn-full-green-light:hover,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-green-light .wp-block-button__link:hover,
.wp-block-button.is-style-btn-full-green-light .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link:hover,
.home-rubriques-items-item-content-liens-secondaire .btn-full-orange:hover,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-orange .wp-block-button__link:hover,
.wp-block-button.is-style-btn-full-orange .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link:hover,
.home-rubriques-items-item-content-liens-secondaire .btn-full-blue-light:hover,
.home-rubriques-items-item-content-liens-secondaire .wp-block-button.is-style-btn-full-blue-light .wp-block-button__link:hover,
.wp-block-button.is-style-btn-full-blue-light .home-rubriques-items-item-content-liens-secondaire .wp-block-button__link:hover {
  opacity: 0.8;
}

.wp-block-buttons {
  margin: 0;
}
.wp-block-buttons .wp-block-button {
  margin: 20px 0 !important;
}

.wp-block-file a.wp-block-file__button {
  background-color: #004a93;
}

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

	Fonts

*/
@font-face {
  font-family: "avenirnextheavy";
  src: url("/wp-content/themes/theme-startup/assets/fonts/AvenirNextLTPro-Heavy.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenirnextbold";
  src: url("/wp-content/themes/theme-startup/assets/fonts/AvenirNextLTPro-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenirnextdemi";
  src: url("/wp-content/themes/theme-startup/assets/fonts/AvenirNextLTPro-Demi.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenirnextregular";
  src: url("/wp-content/themes/theme-startup/assets/fonts/AvenirNextLTPro-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------

	Comportement des images dans le contenu des pages

*/
img {
  border-radius: 20px !important;
}
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-left: 15px;
}

.entry-content ul.is-style-list-arrow {
  padding-left: 0;
}
.entry-content ul.is-style-list-arrow > li {
  font-family: "Exo 2", sans-serif;
  color: #004a93;
  font-size: 18px;
  line-height: 1.5;
  list-style: none;
}
@media only screen and (min-width: 64em) {
  .entry-content ul.is-style-list-arrow > li {
    font-size: 20px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content ul.is-style-list-arrow > li {
    font-size: 22px;
  }
}
.entry-content ul.is-style-list-arrow > li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 64em) {
  .entry-content ul.is-style-list-arrow > li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content ul.is-style-list-arrow > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.entry-content ul.is-style-list-arrow > li:before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/list-arrow.svg") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  position: relative;
  top: 5px;
}
.entry-content ul.is-style-list-arrow > li > strong {
  font-family: "Exo 2", sans-serif;
}

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

	Logo

*/
.title-area {
  position: relative;
}
@media only screen and (min-width: 64em) {
  .title-area {
    position: relative;
    left: auto;
    top: auto;
  }
}

.site-title {
  margin: 0;
}
.site-title a {
  width: 152px;
  height: 86px;
  display: block;
  text-indent: -99999px;
  background: url("/wp-content/themes/theme-startup/images/logo/logo-saint-germain-en-cogles.svg") no-repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 64em) {
  .site-title a {
    background: url("/wp-content/themes/theme-startup/images/logo/logo-saint-germain-en-cogles-patch.svg") no-repeat center;
  }
}
@media only screen and (min-width: 78em) {
  .site-title a {
    width: 212px;
    height: 120px;
  }
}

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

	Table

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

	Règles typographiques

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

	Basic, low level typography

*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #004a93;
  display: block;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

h1,
.h1 {
  font-weight: 800;
  font-size: 48px;
}
@media only screen and (min-width: 64em) {
  h1,
.h1 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 78em) {
  h1,
.h1 {
    font-size: 56px;
  }
}

h2,
.h2 {
  font-weight: 800;
  font-size: 44px;
  margin: 40px 0 20px;
  padding-left: 40px;
}
h2:before,
.h2:before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/forms/half-circle-blue.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 25px;
  height: 55px;
  position: relative;
  top: 60px;
  left: -40px;
}
@media only screen and (min-width: 48em) {
  h2:before,
.h2:before {
    left: -50px;
  }
}
@media only screen and (min-width: 78em) {
  h2:before,
.h2:before {
    left: -60px;
  }
}
@media only screen and (min-width: 48em) {
  h2,
.h2 {
    margin: 50px 0 25px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 64em) {
  h2,
.h2 {
    font-size: 46px;
    margin: 60px 0 30px;
  }
}
@media only screen and (min-width: 78em) {
  h2,
.h2 {
    font-size: 48px;
    padding-left: 60px;
  }
}

h3,
.h3 {
  font-size: 30px;
  margin: 40px 0 20px;
}
@media only screen and (min-width: 48em) {
  h3,
.h3 {
    margin: 50px 0 25px;
  }
}
@media only screen and (min-width: 64em) {
  h3,
.h3 {
    font-size: 34px;
    margin: 60px 0 30px;
  }
}
@media only screen and (min-width: 78em) {
  h3,
.h3 {
    font-size: 38px;
  }
}

h4,
.h4 {
  color: #0d1115;
  font-size: 28px;
  margin: 30px 0 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  h4,
.h4 {
    margin: 40px 0 20px;
  }
}
@media only screen and (min-width: 64em) {
  h4,
.h4 {
    font-size: 32px;
    margin: 50px 0 25px;
  }
}
@media only screen and (min-width: 78em) {
  h4,
.h4 {
    font-size: 36px;
  }
}

h5,
.h5 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 25px 0 12.5px;
}
@media only screen and (min-width: 48em) {
  h5,
.h5 {
    margin: 30px 0 15px;
  }
}
@media only screen and (min-width: 64em) {
  h5,
.h5 {
    font-size: 28px;
    margin: 35px 0 17.5px;
  }
}
@media only screen and (min-width: 78em) {
  h5,
.h5 {
    font-size: 32px;
  }
}

h6,
.h6 {
  color: #0d1115;
  font-size: 20px;
  margin: 25px 0 12.5px;
}
@media only screen and (min-width: 48em) {
  h6,
.h6 {
    margin: 30px 0 15px;
  }
}
@media only screen and (min-width: 64em) {
  h6,
.h6 {
    font-size: 24px;
    margin: 35px 0 17.5px;
  }
}
@media only screen and (min-width: 78em) {
  h6,
.h6 {
    font-size: 28px;
  }
}

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-family: "avenirnextdemi", sans-serif;
}

small {
  font-size: 80%;
}

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

	Module

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

	Breadcrumb

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

	Form

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

form {
  margin: 0 auto 20px;
}
form label {
  font-weight: bold;
}
form input, form textarea {
  border-radius: 4px;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #c9c9c9;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #c9c9c9;
}
form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #c9c9c9;
}
form input::placeholder, form textarea::placeholder {
  color: #c9c9c9;
}
form textarea {
  height: 200px;
}
form .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}
form .consentRGPD .Consentement, form .consentRGPD .Consent {
  display: inline-block;
}
form .consentRGPD span.wpcf7-list-item {
  width: 100%;
}
form .consentRGPD .wpcf7-list-item-label {
  margin-left: 3px;
  font-weight: 400;
}
form .aide, form .formFooter {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: grey;
}
form .aide {
  margin-top: 5px;
}
form .formFooter {
  margin-top: 30px;
}
form input[type=submit] {
  width: auto;
}

.google-terms {
  font-style: italic;
  font-size: 12px;
}
.google-terms a {
  color: #736a62 !important;
  background: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

input[type=submit] {
  padding: 16px 35px 20px;
  line-height: 1;
  margin: 15px 0;
}

.search-form {
  margin: 40px auto 0;
  text-align: center;
}

/* FORMINATOR
----------------------------------------------*/
.forminator-label {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "avenirnextregular", sans-serif;
  font-weight: normal;
  margin: 0 0 20px;
}
.forminator-required {
  color: #f50023;
  margin-right: 10px;
}
.forminator-input, .forminator-textarea {
  -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);
}
.forminator-input:focus, .forminator-input:active, .forminator-textarea:focus, .forminator-textarea:active {
  border-color: #2ea9b3;
}
.forminator-error-message {
  color: #f50023;
  font-size: 14px;
}
.forminator-radio {
  display: block;
}
.forminator-radio-label {
  margin-left: 10px;
}
.forminator-checkbox-label {
  margin: 0 30px 0 10px;
}
.forminator-button {
  display: block;
  margin: 0 auto;
}
.forminator-button:hover {
  background: #98bb59;
}
.forminator-response-message {
  display: none;
}

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

	Navigation

*/
.nav-primary ul.menu {
  margin-top: 45px;
}
@media only screen and (min-width: 64em) {
  .nav-primary ul.menu {
    margin: 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;
  }
}
.nav-primary ul.menu > li.menu-item {
  position: relative;
}
@media only screen and (min-width: 64em) {
  .nav-primary ul.menu > li.menu-item.current-page-ancestor > a, .nav-primary ul.menu > li.menu-item.current_page_item > a {
    color: #98bb59;
  }
}
.nav-primary ul.menu > li.menu-item > a {
  display: block;
  padding: 20px 0;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  color: #fff;
  padding-left: 5px;
}
@media only screen and (min-width: 30em) {
  .nav-primary ul.menu > li.menu-item > a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 64em) {
  .nav-primary ul.menu > li.menu-item > a {
    font-size: 16px;
    padding: 30.5px 7px;
  }
}
@media only screen and (min-width: 78em) {
  .nav-primary ul.menu > li.menu-item > a {
    padding: 46px 15px;
  }
}
@media only screen and (min-width: 90em) {
  .nav-primary ul.menu > li.menu-item > a {
    padding: 45px 15px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 103.125em) {
  .nav-primary ul.menu > li.menu-item > a {
    font-size: 20px;
    padding: 44px 20px;
  }
}
.nav-primary ul.menu > li.menu-item > a:hover {
  text-decoration: none;
}
.nav-primary ul.menu > li.menu-item .sub-menu-toggle {
  top: 10px;
  color: #0099cb;
}
@media only screen and (min-width: 64em) {
  .nav-primary ul.menu > li.menu-item .sub-menu-toggle {
    display: none;
  }
}
.nav-primary ul.menu > li.menu-item .sub-menu-toggle:hover, .nav-primary ul.menu > li.menu-item .sub-menu-toggle:focus {
  background-color: transparent;
  border: none;
}
.nav-primary ul.menu > li.menu-item ul.sub-menu {
  margin-bottom: 30px;
  border-top: 2px dotted #0099cb;
  padding-top: 30px;
}
@media only screen and (min-width: 64em) {
  .nav-primary ul.menu > li.menu-item ul.sub-menu {
    min-width: 100%;
    background: #004a93;
    width: calc(100% + 150px);
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    position: absolute;
    left: initial;
    max-width: none;
    border: none;
    border-radius: 15px;
    margin: 0;
    margin-top: -10px;
    padding: 20px;
    -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.23);
            box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.23);
  }
}
@media only screen and (min-width: 64em) {
  .nav-primary ul.menu > li.menu-item ul.sub-menu > li {
    width: 100%;
  }
}
.nav-primary ul.menu > li.menu-item ul.sub-menu > li > a {
  display: block;
  padding: 15px 0;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  letter-spacing: 0.88px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .nav-primary ul.menu > li.menu-item ul.sub-menu > li > a {
    padding: 10px 0;
    letter-spacing: 0;
    text-transform: initial;
  }
}
@media only screen and (min-width: 78em) {
  .nav-primary ul.menu > li.menu-item ul.sub-menu > li > a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 64em) {
  .nav-primary ul.menu > li.menu-item ul.sub-menu > li > a:hover {
    text-decoration: none;
    color: #98bb59;
  }
}
@media only screen and (min-width: 64em) {
  .nav-primary ul.menu > li.menu-item ul.sub-menu > li:not(:last-child) > a {
    border-bottom: 2px dotted #98bb59;
  }
}
@media only screen and (min-width: 64em) {
  .nav-primary ul.menu > li.menu-item ul.sub-menu > li.current-menu-item a {
    color: #98bb59;
  }
}

/* CSS Document */
.archive-pagination {
  margin-top: 100px;
  text-align: center;
}
.archive-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;
}
.archive-pagination ul li {
  margin: 0 5px !important;
  padding: 0 !important;
}
.archive-pagination ul li::before {
  display: none;
}
.archive-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: #004a93;
  border: 1px solid;
  border-color: #004a93;
  background: #fff;
  background-image: none !important;
  border-radius: 5px;
}
.archive-pagination ul li a:hover, .archive-pagination ul li a:focus {
  background: rgba(0, 74, 147, 0.1);
  color: #004a93;
}
.archive-pagination ul li.active a {
  font-size: 18px;
  font-weight: bold;
  background: #004a93;
  color: #fff;
}
.archive-pagination ul li.pagination-next a, .archive-pagination ul li.pagination-previous a {
  width: auto;
}

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

	Layout

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

	Content

*/
.site-inner {
  max-width: 1165px;
  padding: 50px 4%;
}
@media only screen and (min-width: 64em) {
  .site-inner {
    padding: 80px 4%;
  }
}
@media only screen and (min-width: 78em) {
  .site-inner {
    padding: 100px 0;
  }
}

.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-content > *:first-child {
  margin-top: 0 !important;
}
.entry-content > *:last-child {
  margin-bottom: 0 !important;
}

/* 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:not(.alignfull) {
  border-radius: 20px;
}

.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;
  }
}
.entry-content .wp-block-image .alignleft figcaption {
  display: block;
}
@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 .alignright figcaption {
  display: block;
}
.entry-content .wp-block-image.alignfull > img {
  border-radius: 0 !important;
}
.entry-content .wp-block-image figcaption {
  text-align: center;
  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;
  }
}
.entry-content .wp-block-image.is-style-rounded > img {
  border-radius: 9999px !important;
  width: 295px !important;
  height: 295px !important;
  border: double 3px transparent;
  background-image: linear-gradient(white, white), linear-gradient(40deg, #ff64a8 0%, #ef6667 25%, #eebe63 75%, #fffaa9 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.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 auto;
  opacity: 1;
  border-radius: 2.5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2ea9b3), to(#004a93));
  background-image: linear-gradient(90deg, #2ea9b3 0%, #004a93 100%);
  height: 4px;
  width: 50px;
  border: none;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-separator {
    margin: 75px auto;
  }
}
.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: #000000;
  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: #000000;
  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-gallery figcaption {
  border-radius: 0 0 20px 20px;
}
.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-columns  {
  display: block;
}
@media only screen and (min-width: 64em) {
  .entry-content .wp-block-columns  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.entry-content .wp-block-columns {
  display: block;
}
@media only screen and (min-width: 64em) {
  .entry-content .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

/* Gradients */
.has-light-green-to-dark-green-gradient-background {
  background: -webkit-gradient(linear, left top, left bottom, from(#bad676), to(#48993d));
  background: linear-gradient(180deg, #bad676 0%, #48993d);
}

.has-pink-to-orange-gradient-background {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff64a8), color-stop(25%, #ef6667), color-stop(75%, #eebe63), to(#fffaa9));
  background: linear-gradient(180deg, #ff64a8 0%, #ef6667 25%, #eebe63 75%, #fffaa9 100%);
}

.has-light-blue-to-dark-blue-gradient-background {
  background: -webkit-gradient(linear, left top, left bottom, from(#2ea9b3), to(#004a93));
  background: linear-gradient(180deg, #2ea9b3 0%, #004a93 100%);
}

/* Page Histoire et Patrimoine
--------------------------------------------- */
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-columns.column-histoire {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 103.125em) {
  .entry-content .wp-block-columns.column-histoire {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }
}
@media only screen and (min-width: 64em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-media-text:nth-child(2) {
    margin-top: 0;
  }
}
.entry-content .wp-block-columns.column-histoire .wp-block-column > *:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 64em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-button a {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-button a {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 90em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-button a {
    font-size: 18px;
  }
}
.entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire {
  margin: 40px 0 80px;
  max-width: 800px;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire {
    padding: 15px 60px;
  }
}
@media only screen and (min-width: 90em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire {
    padding: 15px 80px;
  }
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire .wp-block-media-text {
    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;
  }
}
.entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire .wp-block-media-text .wp-block-media-text__media {
  max-width: 120px;
  display: block;
  margin: 30px auto;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire .wp-block-media-text .wp-block-media-text__media {
    max-width: 168px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire .wp-block-media-text .wp-block-media-text__content {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire .wp-block-media-text .wp-block-media-text__content {
    text-align: left;
    padding-left: 0;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 64em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire .wp-block-media-text .wp-block-media-text__content {
    max-width: 480px;
  }
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire .wp-block-media-text .wp-block-media-text__content > h3 {
    margin: 0;
  }
}
@media only screen and (min-width: 64em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire .wp-block-media-text .wp-block-media-text__content > h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire .wp-block-media-text .wp-block-media-text__content > h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 90em) {
  .entry-content .wp-block-columns.column-histoire .wp-block-group.group-histoire .wp-block-media-text .wp-block-media-text__content > h3 {
    font-size: 38px;
  }
}

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

	Header

*/
/* SITE HEADER
--------------------------------------------- */
body.open {
  overflow-y: hidden;
}
body.open .site-header > .wrap .nav-primary {
  width: 85vw;
}
body.open .menu-toggle {
  position: fixed;
  right: 4%;
}

.site-header {
  background-color: rgba(244, 252, 255, 0.68);
  padding-top: 25px;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .site-header {
    padding-top: 40px;
  }
}
.site-header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -99999;
}
.site-header > .wrap {
  padding: 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
}
.site-header > .wrap .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#2596ac), to(#0a609a));
  background: linear-gradient(0deg, #2596ac 0%, #0a609a 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  float: none;
  width: 53px;
  height: 58px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
}
@media only screen and (min-width: 22.5em) {
  .site-header > .wrap .menu-toggle {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 30em) {
  .site-header > .wrap .menu-toggle {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap .menu-toggle {
    display: none;
    visibility: hidden;
  }
}
.site-header > .wrap .menu-toggle::before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/menu.svg") no-repeat;
  background-size: 100%;
  display: block;
  width: 30px;
  height: 25px;
  margin: 0 0 2px;
}
.site-header > .wrap .title-area {
  margin-right: auto;
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap .title-area {
    margin-right: initial;
    z-index: 1000;
  }
}
.site-header > .wrap .nav-primary {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 0;
  height: 100vh;
  position: fixed;
  background: #004a93;
  z-index: 999;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  min-height: 100%;
  overflow-y: scroll;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap .nav-primary {
    display: block;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    height: auto;
    position: relative;
    top: initial;
    left: initial;
    overflow-y: initial;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a609a), to(#2596ac));
    background: linear-gradient(to bottom, #0a609a, #2596ac);
    margin-left: -25px;
    padding-left: 30px;
    padding-right: 90px;
    border-radius: 0 20px 20px 0;
    margin-right: calc(4% + 160px);
  }
}
@media only screen and (min-width: 78em) {
  .site-header > .wrap .nav-primary {
    margin-left: -35px;
    padding-left: 50px;
    padding-right: 150px;
  }
}
@media only screen and (min-width: 90em) {
  .site-header > .wrap .nav-primary {
    padding-left: 100px;
    padding-right: 200px;
  }
}
@media only screen and (min-width: 103.125em) {
  .site-header > .wrap .nav-primary {
    padding-left: 150px;
    padding-right: 250px;
  }
}
@media only screen and (min-width: 120em) {
  .site-header > .wrap .nav-primary {
    padding-left: 200px;
    padding-right: 300px;
  }
}
.site-header > .wrap .nav-primary .wrap {
  padding: 40px 4% 0 8%;
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap .nav-primary .wrap {
    padding: 0;
  }
}
.site-header > .wrap .header-widget {
  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: 64em) {
  .site-header > .wrap .header-widget {
    position: absolute;
    right: 4%;
  }
}
.site-header > .wrap .header-widget > .widget {
  margin: 0;
}
.site-header > .wrap .header-widget > .widget:not(:last-child) {
  margin-right: 5px;
}
@media only screen and (min-width: 30em) {
  .site-header > .wrap .header-widget > .widget:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 90em) {
  .site-header > .wrap .header-widget > .widget:not(:last-child) {
    margin-right: 20px;
  }
}
.site-header > .wrap .header-widget #header-access > a#uci_link {
  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;
  text-indent: -99999px;
  position: relative;
  border: 1px solid #004a93;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  background-color: #fff;
}
@media only screen and (min-width: 22.5em) {
  .site-header > .wrap .header-widget #header-access > a#uci_link {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap .header-widget #header-access > a#uci_link {
    width: 48px;
    height: 48px;
  }
}
.site-header > .wrap .header-widget #header-access > a#uci_link::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-access.svg") no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 21px;
  display: block;
}
@media only screen and (min-width: 22.5em) {
  .site-header > .wrap .header-widget #header-access > a#uci_link::after {
    width: 30px;
    height: 26px;
  }
}
.site-header > .wrap .header-widget #header-access > a#uci_link > span {
  display: none;
}
.site-header > .wrap .header-widget #header-contact {
  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;
  position: relative;
  border: 1px solid #004a93;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #fff;
}
@media only screen and (min-width: 22.5em) {
  .site-header > .wrap .header-widget #header-contact {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap .header-widget #header-contact {
    width: 48px;
    height: 48px;
  }
}
.site-header > .wrap .header-widget #header-contact::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-tel.svg") no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 21px;
  display: block;
}
@media only screen and (min-width: 22.5em) {
  .site-header > .wrap .header-widget #header-contact::after {
    width: 30px;
    height: 26px;
  }
}
.site-header > .wrap #searchform {
  margin-left: 0;
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap #searchform {
    position: absolute;
    right: calc(4% + 110px);
    z-index: 1001;
    max-width: 160px;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 78em) {
  .site-header > .wrap #searchform {
    max-width: 220px;
  }
}
@media only screen and (min-width: 90em) {
  .site-header > .wrap #searchform {
    max-width: 250px;
    right: calc(4% + 120px);
    margin: 0 20px;
  }
}
@media only screen and (min-width: 103.125em) {
  .site-header > .wrap #searchform {
    max-width: 293px;
  }
}
.site-header > .wrap #searchform .btn-search {
  background: none;
  border-radius: 50px;
  width: 58px;
  height: 58px;
  border: 1px solid #2596ac;
  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 > .wrap #searchform .btn-search::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-search-white.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 20px;
  height: 26px;
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap #searchform .btn-search {
    display: none;
  }
}
.site-header > .wrap #searchform .searchform-box {
  display: none;
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap #searchform .searchform-box {
    display: block;
    margin: 0;
  }
}
.site-header > .wrap #searchform .searchform-box #searchbar {
  border: 1px solid #2596ac;
  border-radius: 50px;
  padding: 15px 20px;
  font-family: "Exo 2", sans-serif;
  color: #004a93;
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap #searchform .searchform-box #searchbar {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 78em) {
  .site-header > .wrap #searchform .searchform-box #searchbar {
    font-size: 16px;
  }
}
@media only screen and (min-width: 90em) {
  .site-header > .wrap #searchform .searchform-box #searchbar {
    font-size: 18px;
  }
}
.site-header > .wrap #searchform .searchform-box #searchbar::-webkit-input-placeholder {
  font-style: italic;
  font-size: 18px;
  opacity: 0.3;
  color: #004a93;
}
.site-header > .wrap #searchform .searchform-box #searchbar::-moz-placeholder {
  font-style: italic;
  font-size: 18px;
  opacity: 0.3;
  color: #004a93;
}
.site-header > .wrap #searchform .searchform-box #searchbar:-ms-input-placeholder {
  font-style: italic;
  font-size: 18px;
  opacity: 0.3;
  color: #004a93;
}
.site-header > .wrap #searchform .searchform-box #searchbar::-ms-input-placeholder {
  font-style: italic;
  font-size: 18px;
  opacity: 0.3;
  color: #004a93;
}
.site-header > .wrap #searchform .searchform-box #searchbar::placeholder {
  font-style: italic;
  font-size: 18px;
  opacity: 0.3;
  color: #004a93;
}
@media only screen and (min-width: 64em) {
  .site-header > .wrap #searchform .searchform-box #searchbar::-webkit-input-placeholder {
    font-size: 14px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar::-moz-placeholder {
    font-size: 14px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar:-ms-input-placeholder {
    font-size: 14px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar::-ms-input-placeholder {
    font-size: 14px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar::placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 78em) {
  .site-header > .wrap #searchform .searchform-box #searchbar::-webkit-input-placeholder {
    font-size: 16px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar::-moz-placeholder {
    font-size: 16px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar:-ms-input-placeholder {
    font-size: 16px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar::-ms-input-placeholder {
    font-size: 16px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar::placeholder {
    font-size: 16px;
  }
}
@media only screen and (min-width: 90em) {
  .site-header > .wrap #searchform .searchform-box #searchbar::-webkit-input-placeholder {
    font-size: 18px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar::-moz-placeholder {
    font-size: 18px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar:-ms-input-placeholder {
    font-size: 18px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar::-ms-input-placeholder {
    font-size: 18px;
  }
  .site-header > .wrap #searchform .searchform-box #searchbar::placeholder {
    font-size: 18px;
  }
}
.site-header > .wrap #searchform .searchform-box #searchsubmit {
  position: absolute;
  right: 17px;
  top: 14px;
  text-indent: -9999px;
  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: 64em) {
  .site-header > .wrap #searchform .searchform-box #searchsubmit {
    right: 15px;
    top: 6px;
  }
}
@media only screen and (min-width: 78em) {
  .site-header > .wrap #searchform .searchform-box #searchsubmit {
    top: 8px;
  }
}
@media only screen and (min-width: 90em) {
  .site-header > .wrap #searchform .searchform-box #searchsubmit {
    right: 20px;
  }
}
.site-header > .wrap #searchform .searchform-box #searchsubmit::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-search.svg") no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 26px;
  display: block;
}
.site-header > .wrap #searchform.open .searchform-box {
  display: block;
}
.site-header > .wrap #searchform.open .btn-search {
  background: -webkit-gradient(linear, left bottom, left top, from(#2596ac), to(#0a609a));
  background: linear-gradient(0deg, #2596ac 0%, #0a609a 100%);
}
.site-header .background-img {
  -webkit-filter: blur(7px);
          filter: blur(7px);
  z-index: -2;
  height: calc(100% - 30px);
  overflow: hidden;
}

/* ORANGE CONFORT+
--------------------------------------------- */
#uci_form {
  max-width: none;
}

/* BOX CONTACT
--------------------------------------------- */
.box-contact {
  display: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  padding: 5%;
  -webkit-animation: anim 0.4s ease-in-out;
          animation: anim 0.4s ease-in-out;
}
.box-contact.open {
  display: block;
}
@-webkit-keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.box-contact-inner {
  background-color: #f4fcff;
  -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.38);
          box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.38);
  position: relative;
  padding: 40px;
  border: 1px solid #0099cb;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 78em) {
  .box-contact-inner {
    padding: 80px;
  }
}
.box-contact-close {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  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;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #004a93;
  -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);
}
.box-contact-close:hover {
  background-color: #98bb59;
}
.box-contact-close:after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/close-white.svg") no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  display: block;
}
.box-contact-logo {
  width: 152px;
  height: 86px;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .box-contact-logo {
    width: 212px;
    height: 120px;
  }
}
@media only screen and (min-width: 64em) {
  .box-contact-wrapper {
    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;
  }
}
.box-contact-horaires {
  margin: 30px auto;
  max-width: 400px;
}
@media only screen and (min-width: 64em) {
  .box-contact-horaires {
    margin: 50px 0 20px;
  }
}
.box-contact-horaires > p.h3 {
  font-size: 22px;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .box-contact-horaires > p.h3 {
    text-align: left;
  }
}
@media only screen and (min-width: 78em) {
  .box-contact-horaires > p.h3 {
    font-size: 28px;
  }
}
.box-contact-horaires .menu-box-contact > li {
  color: #004a93;
  font-size: 12px;
}
@media only screen and (min-width: 30em) {
  .box-contact-horaires .menu-box-contact > li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 48em) {
  .box-contact-horaires .menu-box-contact > li {
    font-size: 16px;
  }
}
.box-contact-horaires .menu-box-contact > li > .jour {
  font-family: "avenirnextdemi", sans-serif;
}
.box-contact-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: 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: 64em) {
  .box-contact-infos {
    margin-left: 50px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 78em) {
  .box-contact-infos {
    margin-left: 100px;
  }
}
.box-contact-infos > a {
  font-size: 14px;
}
@media only screen and (min-width: 30em) {
  .box-contact-infos > a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 64em) {
  .box-contact-infos > a {
    font-size: 21px;
  }
}
.box-contact-infos > a:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 64em) {
  .box-contact-infos > a:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* HERO SECTION
--------------------------------------------- */
.hero-section {
  padding: 20px 0 80px;
  position: relative;
}
.hero-section-inner {
  max-width: 1440px;
  padding: 0 4%;
  margin: 0 auto;
}
@media only screen and (min-width: 78em) {
  .hero-section-inner {
    padding: 0;
  }
}
.hero-section-inner .breadcrumb {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #004a93;
  line-height: 1.25;
}
@media only screen and (min-width: 64em) {
  .hero-section-inner .breadcrumb {
    font-size: 18px;
  }
}
@media only screen and (min-width: 78em) {
  .hero-section-inner .breadcrumb {
    padding: 0 4%;
    font-size: 21px;
  }
}
@media only screen and (min-width: 103.125em) {
  .hero-section-inner .breadcrumb {
    padding: 0;
  }
}
.hero-section-inner .breadcrumb-link {
  color: #004a93;
  text-decoration: none;
  font-weight: 400;
}
.hero-section-inner .breadcrumb .separator {
  margin: 0 3px;
}
.hero-section-inner .breadcrumb .current-bread {
  color: #0d1115;
}
.hero-section-inner > h1.entry-title {
  text-align: center;
  max-width: 1165px;
  margin: 50px auto 0;
}

.background-img {
  width: 230px;
  height: 465px;
  position: absolute;
  right: 0;
  top: 30px;
  background-size: cover;
  z-index: -999999;
}
@media only screen and (min-width: 64em) {
  .background-img {
    width: 270px;
    height: 540px;
  }
}
@media only screen and (min-width: 90em) {
  .background-img {
    width: 310px;
    height: 615px;
  }
}
.background-img > img {
  border-radius: 0 !important;
  width: 100%;
}

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

	Footer

*/
.footer {
  background-color: rgba(244, 252, 255, 0.68);
}
.footer-wrap {
  padding: 45px 30px 75px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .footer-wrap {
    text-align: center;
  }
}
@media only screen and (min-width: 78em) {
  .footer-wrap {
    padding: 75px 4%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-item:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (min-width: 78em) {
  .footer-item:not(:last-child) {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 90em) {
  .footer-item:not(:last-child) {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 78em) {
  .footer-item:not(:first-child) {
    margin-top: 30px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 90em) {
  .footer-item:not(:first-child) {
    margin-top: 50px;
    padding-left: 20px;
  }
}
.footer-item:nth-child(1) > img {
  width: 200px;
  height: 113px;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 78em) {
  .footer-item:nth-child(1) > img {
    margin: 0;
  }
}
@media only screen and (min-width: 90em) {
  .footer-item:nth-child(1) > img {
    width: 240px;
    height: 120px;
  }
}
.footer-item:nth-child(1) .footer-item-horaires {
  margin-top: 40px;
  color: #004a93;
}
.footer-item:nth-child(1) .footer-item-horaires > p {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-item:nth-child(1) .footer-item-horaires > ul {
  margin: 0;
}
@media only screen and (min-width: 78em) {
  .footer-item:nth-child(1) .footer-item-horaires > ul > li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 90em) {
  .footer-item:nth-child(1) .footer-item-horaires > ul > li {
    font-size: 18px;
  }
}
.footer-item:nth-child(1) .footer-item-horaires > ul span {
  font-family: "avenirnextdemi", sans-serif;
}
.footer-item:nth-child(1) .footer-item-tel {
  margin: 40px 0 0;
}
.footer-item:nth-child(2) #footer_nav > li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 78em) {
  .footer-item:nth-child(2) #footer_nav > li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.footer-item:nth-child(2) #footer_nav > li > a {
  font-family: "Exo 2", sans-serif;
  color: #004a93;
  font-size: 22px;
  line-height: 1;
}
.footer-item:nth-child(2) #footer_nav > li > a:hover {
  color: #0099cb;
  text-decoration: none;
}
.footer-item:nth-child(2) #footer_nav > li ul.sub-menu {
  display: none;
  margin: 20px 0 30px;
  padding-left: 40px;
}
@media only screen and (min-width: 48em) {
  .footer-item:nth-child(2) #footer_nav > li ul.sub-menu {
    padding-left: 0;
  }
}
@media only screen and (min-width: 78em) {
  .footer-item:nth-child(2) #footer_nav > li ul.sub-menu {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 90em) {
  .footer-item:nth-child(2) #footer_nav > li ul.sub-menu {
    padding-left: 40px;
  }
}
.footer-item:nth-child(2) #footer_nav > li ul.sub-menu > li > a {
  color: #004a93;
  font-size: 14px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-item:nth-child(2) #footer_nav > li ul.sub-menu > li > a:hover {
  color: #0099cb;
  text-decoration: none;
}
.footer-item:nth-child(2) #footer_nav > li.parent {
  cursor: pointer;
}
.footer-item:nth-child(2) #footer_nav > li.parent > a {
  pointer-events: none;
}
.footer-item:nth-child(2) #footer_nav > li.parent > a::after {
  content: "\f347";
  font-family: "dashicons";
  color: #0099cb;
  font-size: 22px;
  line-height: 1;
  position: relative;
  top: 5px;
  left: 15px;
  display: inline-block;
  -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);
}
.footer-item:nth-child(2) #footer_nav > li.parent.open > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footer-item:nth-child(2) #footer_nav > li.parent.open ul.sub-menu {
  display: block;
}
.footer-item .footer-item-title {
  color: #004a93;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (min-width: 78em) {
  .footer-item .footer-item-title {
    margin-bottom: 20px;
  }
}
.footer-item .footer-item-list {
  margin: 0;
}
.footer-item .footer-item-list > li {
  padding: 10px 0;
  line-height: 1;
}
.footer-item .footer-item-list > li > a {
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  color: #004a93;
  line-height: 1.31;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}
.footer-item:nth-child(4) .footer-item-title {
  margin-bottom: 20px;
}
.footer-item:nth-child(4) .footer-item-list {
  margin-bottom: 75px;
}
.footer-item:nth-child(4) .footer-item-social {
  display: inline-block;
  width: 62px;
  height: 62px;
}
.footer-item:nth-child(4) .footer-item-social:not(:last-of-type) {
  margin-right: 25px;
}
@media only screen and (min-width: 78em) {
  .footer-item:nth-child(4) .footer-item-social:not(:last-of-type) {
    margin-right: 20px;
  }
}
.footer-item:nth-child(4) .footer-item-label {
  margin: 35px auto 0;
  width: 236px;
}
@media only screen and (min-width: 78em) {
  .footer-item:nth-child(4) .footer-item-label {
    margin: 35px 0 0;
  }
}
.footer-item:nth-child(4) .footer-item-label > img {
  border-radius: 0 !important;
}
.footer-item:nth-child(4) .footer-item-labels {
  margin: 10px auto 0;
  width: 236px;
  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) {
  .footer-item:nth-child(4) .footer-item-labels {
    margin: 10px 0 0;
  }
}
.footer-item:nth-child(4) .footer-item-labels > img {
  border-radius: 0 !important;
  width: calc(60% - 5px);
}
.footer-item:nth-child(4) .footer-item-labels > img:nth-child(2) {
  margin-left: 10px;
  width: calc(40% - 5px);
}

.after-footer {
  background: -webkit-gradient(linear, left top, right top, from(#2ea9b3), to(#004a93));
  background: linear-gradient(to right, #2ea9b3, #004a93);
  padding: 70px 30px 30px;
}
@media only screen and (min-width: 78em) {
  .after-footer {
    padding: 45px 4% 35px;
  }
}
.after-footer-inner > 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.after-footer-inner > ul > li {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 64em) {
  .after-footer-inner > ul > li {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 78em) {
  .after-footer-inner > ul > li {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 90em) {
  .after-footer-inner > ul > li {
    padding: 0 50px;
  }
}
.after-footer-inner > ul > li:not(:last-child) {
  border-right: 1px solid #fff;
}
.after-footer-inner > ul > li > a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
}
@media only screen and (min-width: 64em) {
  .after-footer-inner > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 78em) {
  .after-footer-inner > ul > li > a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 90em) {
  .after-footer-inner > ul > li > a {
    font-size: 18px;
  }
}
.after-footer-inner > ul > li > a:hover {
  text-decoration: none;
  color: #98bb59;
}
.after-footer-inner .footer-credits {
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
  text-align: center;
  margin-top: 15px;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .after-footer-inner .footer-credits {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 78em) {
  .after-footer-inner .footer-credits {
    margin-top: 40px;
  }
}
.after-footer-inner .footer-credits > a {
  color: #fff;
  font-weight: 700;
}
.after-footer-inner .footer-credits > a:hover {
  text-decoration: none;
  color: #98bb59;
}

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

	Blog

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

	Listing Billets

*/
@media only screen and (min-width: 48em) {
  .blog-page .blog-list,
.blog-page .rando-list,
.home .blog-list,
.home .rando-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 78em) {
  .blog-page .blog-list,
.blog-page .rando-list,
.home .blog-list,
.home .rando-list {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 90em) {
  .blog-page .blog-list,
.blog-page .rando-list,
.home .blog-list,
.home .rando-list {
    grid-gap: 50px;
    margin-left: -130px;
    margin-right: -130px;
    padding: 0 4%;
  }
}
@media only screen and (min-width: 103.125em) {
  .blog-page .blog-list,
.blog-page .rando-list,
.home .blog-list,
.home .rando-list {
    margin-left: -180px;
    margin-right: -180px;
  }
}
.blog-page .blog-list-item,
.blog-page .rando-list-item,
.home .blog-list-item,
.home .rando-list-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.2);
          box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.2);
  background-color: rgba(255, 255, 255, 0.76);
  -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);
}
.blog-page .blog-list-item:hover,
.blog-page .rando-list-item:hover,
.home .blog-list-item:hover,
.home .rando-list-item:hover {
  -webkit-transform: scale(102%);
          transform: scale(102%);
  -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.35);
          box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.35);
}
.blog-page .blog-list-item:hover .blog-list-item-content-btn-more::after,
.blog-page .rando-list-item:hover .blog-list-item-content-btn-more::after,
.home .blog-list-item:hover .blog-list-item-content-btn-more::after,
.home .rando-list-item:hover .blog-list-item-content-btn-more::after {
  background-color: #98bb59;
}
.blog-page .blog-list-item:not(:last-child),
.blog-page .rando-list-item:not(:last-child),
.home .blog-list-item:not(:last-child),
.home .rando-list-item:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 48em) {
  .blog-page .blog-list-item:not(:last-child),
.blog-page .rando-list-item:not(:last-child),
.home .blog-list-item:not(:last-child),
.home .rando-list-item:not(:last-child) {
    margin: 0;
  }
}
.blog-page .blog-list-item-img,
.blog-page .rando-list-item-img,
.home .blog-list-item-img,
.home .rando-list-item-img {
  height: 120px;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  .blog-page .blog-list-item-img,
.blog-page .rando-list-item-img,
.home .blog-list-item-img,
.home .rando-list-item-img {
    height: 150px;
  }
}
@media only screen and (min-width: 90em) {
  .blog-page .blog-list-item-img,
.blog-page .rando-list-item-img,
.home .blog-list-item-img,
.home .rando-list-item-img {
    eight: 200px;
  }
}
.blog-page .blog-list-item-img > img,
.blog-page .rando-list-item-img > img,
.home .blog-list-item-img > img,
.home .rando-list-item-img > img {
  border-radius: 0 !important;
  -o-object-position: center;
     object-position: center;
}
.blog-page .blog-list-item-content-meta,
.blog-page .rando-list-item-content-meta,
.home .blog-list-item-content-meta,
.home .rando-list-item-content-meta {
  padding: 20px;
}
@media only screen and (min-width: 64em) {
  .blog-page .blog-list-item-content-meta,
.blog-page .rando-list-item-content-meta,
.home .blog-list-item-content-meta,
.home .rando-list-item-content-meta {
    margin-bottom: 15px;
  }
}
.blog-page .blog-list-item-content-meta-date,
.blog-page .rando-list-item-content-meta-date,
.home .blog-list-item-content-meta-date,
.home .rando-list-item-content-meta-date {
  font-size: 11px;
  opacity: 0.3;
  margin: 0;
}
.blog-page .blog-list-item-content-meta-tags,
.blog-page .rando-list-item-content-meta-tags,
.home .blog-list-item-content-meta-tags,
.home .rando-list-item-content-meta-tags {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-page .blog-list-item-content-meta-tags > span,
.blog-page .rando-list-item-content-meta-tags > span,
.home .blog-list-item-content-meta-tags > span,
.home .rando-list-item-content-meta-tags > span {
  background: #0099cb;
  color: #fff;
  padding: 5px 25px 3px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.88;
  text-decoration: none;
  pointer-events: none;
  display: inline-block;
  margin: 2px 5px;
  -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);
}
.blog-page .blog-list-item-content-title,
.blog-page .rando-list-item-content-title,
.home .blog-list-item-content-title,
.home .rando-list-item-content-title {
  margin-top: 0;
  padding: 0 20px;
  font-size: 26px;
}
@media only screen and (min-width: 48em) {
  .blog-page .blog-list-item-content-title,
.blog-page .rando-list-item-content-title,
.home .blog-list-item-content-title,
.home .rando-list-item-content-title {
    padding: 0 50px;
  }
}
.blog-page .blog-list-item-content-text,
.blog-page .rando-list-item-content-text,
.home .blog-list-item-content-text,
.home .rando-list-item-content-text {
  padding: 0 20px 50px;
}
@media only screen and (min-width: 48em) {
  .blog-page .blog-list-item-content-text,
.blog-page .rando-list-item-content-text,
.home .blog-list-item-content-text,
.home .rando-list-item-content-text {
    padding: 0 50px 80px;
  }
}
.blog-page .blog-list-item-content-btn-more,
.blog-page .rando-list-item-content-btn-more,
.home .blog-list-item-content-btn-more,
.home .rando-list-item-content-btn-more {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  text-align: right;
  position: absolute;
  bottom: 20px;
}
.blog-page .blog-list-item-content-btn-more::after,
.blog-page .rando-list-item-content-btn-more::after,
.home .blog-list-item-content-btn-more::after,
.home .rando-list-item-content-btn-more::after {
  content: "\f543";
  font-family: "dashicons";
  font-size: 22px;
  background-color: #0099cb;
  border-radius: 50px;
  padding: 7px;
  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);
}

.archive.category-actualites h1.entry-title {
  color: #0099cb;
}

.archive.category-conseils h1.entry-title {
  color: #d56900;
}
.archive.category-conseils .blog-list-item-content-meta-tags > span {
  background: #d56900;
}
.archive.category-conseils .blog-list-item-content-btn-more::after {
  background-color: #d56900;
}

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

Billets

*/
.single .site-inner {
  padding-top: 30px;
}
@media only screen and (min-width: 64em) {
  .single .site-inner {
    padding-top: 50px;
  }
}
.single .site-inner article {
  margin-bottom: 0;
}
.single .site-inner .entry-header {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .single .site-inner .entry-header {
    margin-bottom: 75px;
  }
}
.single .site-inner .entry-header .entry-time {
  font-size: 14px;
  opacity: 0.3;
}
.single .site-inner .entry-header .entry-tags {
  margin-top: 10px;
}
.single .site-inner .entry-header .entry-tags > a {
  background: #0099cb;
  color: #fff;
  padding: 5px 25px 3px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.88;
  text-decoration: none;
  pointer-events: none;
}
.single .site-inner .entry-header .entry-tags > a:not(:last-child) {
  margin-right: 10px;
}
.single .site-inner .entry-footer .back {
  text-align: center;
}
.single .site-inner .entry-footer .back > a {
  border-color: #0099cb;
  color: #0099cb;
  font-size: 16px;
  padding: 15px 30px;
}
.single .site-inner .entry-footer .back > a:hover {
  background-color: #0099cb;
  border-color: transparent;
  color: #fff;
}

.single.category-conseils .site-inner .entry-header .entry-tags > a {
  background-color: #d56900;
}
.single.category-conseils .site-inner .entry-footer .back > a {
  border-color: #d56900;
  color: #d56900;
}
.single.category-conseils .site-inner .entry-footer .back > a:hover {
  background-color: #d56900;
  color: #fff;
}

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

	Agenda

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

	Listing Billets

*/
.page-agenda h2.event-list-month,
.event-page h2.event-list-month,
.home h2.event-list-month {
  font-size: 25px;
  font-family: "avenirnextbold", sans-serif;
  text-transform: capitalize;
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .page-agenda h2.event-list-month,
.event-page h2.event-list-month,
.home h2.event-list-month {
    font-size: 30px;
  }
}
@media only screen and (min-width: 90em) {
  .page-agenda h2.event-list-month,
.event-page h2.event-list-month,
.home h2.event-list-month {
    margin-left: -130px;
    margin-right: -130px;
    padding: 0 4%;
  }
}
@media only screen and (min-width: 103.125em) {
  .page-agenda h2.event-list-month,
.event-page h2.event-list-month,
.home h2.event-list-month {
    margin-left: -180px;
    margin-right: -180px;
  }
}
.page-agenda h2.event-list-month:first-of-type,
.event-page h2.event-list-month:first-of-type,
.home h2.event-list-month:first-of-type {
  margin-top: 0;
}
.page-agenda h2.event-list-month:not(:first-of-type),
.event-page h2.event-list-month:not(:first-of-type),
.home h2.event-list-month:not(:first-of-type) {
  margin-top: 75px;
}
@media only screen and (min-width: 64em) {
  .page-agenda h2.event-list-month:not(:first-of-type),
.event-page h2.event-list-month:not(:first-of-type),
.home h2.event-list-month:not(:first-of-type) {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 78em) {
  .page-agenda h2.event-list-month:not(:first-of-type),
.event-page h2.event-list-month:not(:first-of-type),
.home h2.event-list-month:not(:first-of-type) {
    margin-top: 125px;
  }
}
@inlude mq("desktop-wide") {
  .page-agenda h2.event-list-month:not(:first-of-type),
.event-page h2.event-list-month:not(:first-of-type),
.home h2.event-list-month:not(:first-of-type) {
    margin-top: 150px;
  }
}
.page-agenda h2.event-list-month::before,
.event-page h2.event-list-month::before,
.home h2.event-list-month::before {
  background: url("/wp-content/themes/theme-startup/images/forms/half-circle-green.svg") no-repeat;
  top: 45px;
  margin-right: 20px;
}
@media only screen and (min-width: 64em) {
  .page-agenda h2.event-list-month::before,
.event-page h2.event-list-month::before,
.home h2.event-list-month::before {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .page-agenda .event-list,
.event-page .event-list,
.home .event-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 78em) {
  .page-agenda .event-list,
.event-page .event-list,
.home .event-list {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 90em) {
  .page-agenda .event-list,
.event-page .event-list,
.home .event-list {
    grid-gap: 50px;
    margin-left: -130px;
    margin-right: -130px;
    padding: 0 4%;
  }
}
@media only screen and (min-width: 103.125em) {
  .page-agenda .event-list,
.event-page .event-list,
.home .event-list {
    margin-left: -180px;
    margin-right: -180px;
  }
}
.page-agenda .event-list-item,
.event-page .event-list-item,
.home .event-list-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.2);
          box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.2);
  background-color: rgba(255, 255, 255, 0.76);
  -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);
}
.page-agenda .event-list-item:hover,
.event-page .event-list-item:hover,
.home .event-list-item:hover {
  -webkit-transform: scale(102%);
          transform: scale(102%);
  -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.35);
          box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.35);
}
.page-agenda .event-list-item:hover .event-list-item-content-btn-more::after,
.event-page .event-list-item:hover .event-list-item-content-btn-more::after,
.home .event-list-item:hover .event-list-item-content-btn-more::after {
  background-color: #98bb59;
}
.page-agenda .event-list-item:not(:last-child),
.event-page .event-list-item:not(:last-child),
.home .event-list-item:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 48em) {
  .page-agenda .event-list-item:not(:last-child),
.event-page .event-list-item:not(:last-child),
.home .event-list-item:not(:last-child) {
    margin: 0;
  }
}
.page-agenda .event-list-item-date,
.event-page .event-list-item-date,
.home .event-list-item-date {
  position: absolute;
  left: 15px;
  background-color: #48993d;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 10px;
  text-align: center;
}
.page-agenda .event-list-item-date > span,
.event-page .event-list-item-date > span,
.home .event-list-item-date > span {
  display: block;
  font-family: "avenirnextbold", sans-serif;
  font-size: 26px;
  line-height: 0.9;
  letter-spacing: -2px;
}
.page-agenda .event-list-item-date > span:nth-child(2),
.event-page .event-list-item-date > span:nth-child(2),
.home .event-list-item-date > span:nth-child(2) {
  color: #d1d33a;
}
.page-agenda .event-list-item-date > span:nth-child(3),
.event-page .event-list-item-date > span:nth-child(3),
.home .event-list-item-date > span:nth-child(3) {
  color: #d1d33a;
  font-family: "avenirnextregular", sans-serif;
  font-size: 13px;
  margin-top: 5px;
  letter-spacing: 0;
}
.page-agenda .event-list-item-img,
.event-page .event-list-item-img,
.home .event-list-item-img {
  height: 120px;
  min-height: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  .page-agenda .event-list-item-img,
.event-page .event-list-item-img,
.home .event-list-item-img {
    height: 150px;
  }
}
@media only screen and (min-width: 90em) {
  .page-agenda .event-list-item-img,
.event-page .event-list-item-img,
.home .event-list-item-img {
    height: 200px;
  }
}
.page-agenda .event-list-item-img > img,
.event-page .event-list-item-img > img,
.home .event-list-item-img > img {
  border-radius: 0 !important;
  -o-object-position: center;
     object-position: center;
}
.page-agenda .event-list-item-content-meta,
.event-page .event-list-item-content-meta,
.home .event-list-item-content-meta {
  padding: 20px;
}
@media only screen and (min-width: 64em) {
  .page-agenda .event-list-item-content-meta,
.event-page .event-list-item-content-meta,
.home .event-list-item-content-meta {
    margin-bottom: 15px;
  }
}
.page-agenda .event-list-item-content-meta-tags,
.event-page .event-list-item-content-meta-tags,
.home .event-list-item-content-meta-tags {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-agenda .event-list-item-content-meta-tags > span,
.event-page .event-list-item-content-meta-tags > span,
.home .event-list-item-content-meta-tags > span {
  background: #48993d;
  color: #fff;
  padding: 5px 25px 3px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.88;
  text-decoration: none;
  pointer-events: none;
  display: inline-block;
  margin: 2px 5px;
  -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);
}
.page-agenda .event-list-item-content-meta-tags > span > a,
.event-page .event-list-item-content-meta-tags > span > a,
.home .event-list-item-content-meta-tags > span > a {
  color: #fff;
}
.page-agenda .event-list-item-content-title,
.event-page .event-list-item-content-title,
.home .event-list-item-content-title {
  margin-top: 0;
  padding: 0 20px;
  font-size: 26px;
}
@media only screen and (min-width: 48em) {
  .page-agenda .event-list-item-content-title,
.event-page .event-list-item-content-title,
.home .event-list-item-content-title {
    padding: 0 50px;
  }
}
.page-agenda .event-list-item-content-text,
.event-page .event-list-item-content-text,
.home .event-list-item-content-text {
  padding: 0 20px 50px;
}
@media only screen and (min-width: 48em) {
  .page-agenda .event-list-item-content-text,
.event-page .event-list-item-content-text,
.home .event-list-item-content-text {
    padding: 0 50px 80px;
  }
}
.page-agenda .event-list-item-content-btn-more,
.event-page .event-list-item-content-btn-more,
.home .event-list-item-content-btn-more {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  text-align: right;
  position: absolute;
  bottom: 20px;
}
.page-agenda .event-list-item-content-btn-more::after,
.event-page .event-list-item-content-btn-more::after,
.home .event-list-item-content-btn-more::after {
  content: "\f543";
  font-family: "dashicons";
  font-size: 22px;
  background-color: #48993d;
  border-radius: 50px;
  padding: 7px;
  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);
}

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

	Détail Billets

*/
.event-page .site-inner {
  padding-bottom: 0;
}
.event-page .event-intro {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(72, 153, 61, 0.11);
  position: relative;
  top: -30px;
  padding: 30px 0;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro {
    top: -50px;
    padding: 50px 0 30px;
  }
}
.event-page .event-intro-inner {
  padding: 0 4%;
  max-width: 1165px;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 78em) {
  .event-page .event-intro-inner {
    padding: 0;
  }
}
.event-page .event-intro-left {
  margin-bottom: 50px;
}
@media only screen and (min-width: 48em) {
  .event-page .event-intro-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
.event-page .event-intro-left-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-page .event-intro-left-date-start, .event-page .event-intro-left-date-end {
  position: relative;
  top: -30px;
  background-color: #48993d;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 20px;
  text-align: center;
  margin: 0 20px;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-left-date-start, .event-page .event-intro-left-date-end {
    top: -50px;
    padding: 35px 22px;
    border-radius: 0 0 15px 15px;
  }
}
@media only screen and (min-width: 78em) {
  .event-page .event-intro-left-date-start, .event-page .event-intro-left-date-end {
    padding: 35px 25px;
  }
}
.event-page .event-intro-left-date-start > span, .event-page .event-intro-left-date-end > span {
  display: block;
  font-family: "avenirnextbold", sans-serif;
  font-size: 30px;
  line-height: 0.9;
  letter-spacing: -2px;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-left-date-start > span, .event-page .event-intro-left-date-end > span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 78em) {
  .event-page .event-intro-left-date-start > span, .event-page .event-intro-left-date-end > span {
    font-size: 40px;
  }
}
.event-page .event-intro-left-date-start > span:nth-child(2), .event-page .event-intro-left-date-end > span:nth-child(2) {
  color: #d1d33a;
}
.event-page .event-intro-left-date-start > span:nth-child(3), .event-page .event-intro-left-date-end > span:nth-child(3) {
  color: #d1d33a;
  font-family: "avenirnextregular", sans-serif;
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 0;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-left-date-start > span:nth-child(3), .event-page .event-intro-left-date-end > span:nth-child(3) {
    font-size: 18px;
  }
}
@media only screen and (min-width: 78em) {
  .event-page .event-intro-left-date-start > span:nth-child(3), .event-page .event-intro-left-date-end > span:nth-child(3) {
    font-size: 20px;
  }
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-left-date-start {
    margin-left: 0;
  }
}
.event-page .event-intro-left-date-end::before {
  content: "\f344";
  font-family: "dashicons";
  color: #0d1115;
  position: absolute;
  top: 40px;
  left: -28px;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-left-date-end::before {
    top: 65px;
  }
}
@media only screen and (min-width: 48em) {
  .event-page .event-intro-left-info {
    margin-left: 30px;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 78em) {
  .event-page .event-intro-left-info {
    margin-top: 0;
  }
}
.event-page .event-intro-left-info-horaires {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .event-page .event-intro-left-info-horaires {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.event-page .event-intro-left-info-horaires-start, .event-page .event-intro-left-info-horaires-end {
  font-family: "avenirnextbold", sans-serif;
  color: #48993d;
  font-size: 20px;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-left-info-horaires-start, .event-page .event-intro-left-info-horaires-end {
    font-size: 25px;
  }
}
.event-page .event-intro-left-info-horaires-sep {
  color: #48993d;
  margin: 0 10px;
  font-size: 18px;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-left-info-horaires-sep {
    font-size: 22px;
  }
}
.event-page .event-intro-left-info-adresse {
  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;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .event-page .event-intro-left-info-adresse {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left;
  }
}
@media only screen and (min-width: 48em) {
  .event-page .event-intro-left-info-adresse::before {
    content: "";
    background: url("/wp-content/themes/theme-startup/images/icons/icon-lieux.svg") no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 15px;
  }
}
.event-page .event-intro-left-info-adresse p {
  margin: 0;
  line-height: 1.35;
}
.event-page .event-intro-left-info-adresse p:last-child {
  font-family: "avenirnextdemi", sans-serif;
}
.event-page .event-intro-right-btn {
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-right-btn > a {
    font-size: 15px;
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 78em) {
  .event-page .event-intro-right-btn > a {
    font-size: 20px;
    padding: 20px 40px;
  }
}
.event-page .event-intro-right-share {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-right-share {
    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;
  }
}
.event-page .event-intro-right-share > p {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-right-share > p {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.event-page .event-intro-right-share > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
@media only screen and (min-width: 64em) {
  .event-page .event-intro-right-share > a:hover {
    -webkit-transform: scale(110%);
            transform: scale(110%);
  }
}
.event-page .event-content-tags {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-page .event-content-tags > span {
  background: #48993d;
  color: #fff;
  padding: 5px 25px 3px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.88;
  text-decoration: none;
  pointer-events: none;
  display: inline-block;
  margin: 0 0 50px;
  -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);
}
.event-page .event-content-tags > span > a {
  color: #fff;
}
@media only screen and (min-width: 78em) {
  .event-page .event-content-img {
    margin: 0 -180px;
  }
}
.event-page .event-content-img > img {
  height: 300px;
  margin: 50px 0;
}
@media only screen and (min-width: 48em) {
  .event-page .event-content-img > img {
    height: 350px;
  }
}
@media only screen and (min-width: 64em) {
  .event-page .event-content-img > img {
    height: 450px;
    margin: 75px 0;
  }
}
@media only screen and (min-width: 78em) {
  .event-page .event-content-img > img {
    height: 550px;
    margin: 100px 0;
  }
}
@media only screen and (min-width: 90em) {
  .event-page .event-content-img > img {
    height: 700px;
  }
}
.event-page .event-content-gallery .blocks-gallery-grid > li > img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 48em) {
  .event-page .event-content-gallery .blocks-gallery-grid > li > img {
    height: 300px;
  }
}
@media only screen and (min-width: 64em) {
  .event-page .event-content-gallery .blocks-gallery-grid > li > img {
    height: 450px;
  }
}
@media only screen and (min-width: 78em) {
  .event-page .event-content-gallery .blocks-gallery-grid > li > img {
    height: 500px;
  }
}
.event-page .event-content-btn {
  text-align: center;
}
.event-page .event-content-btn > a {
  margin-bottom: 20px;
}
@media only screen and (min-width: 30em) {
  .event-page .event-content-btn > a {
    margin: 0 10px 10px;
  }
}
.event-page .event-associated {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(72, 153, 61, 0.11);
  padding: 50px 0;
  margin-top: 50px;
}
@media only screen and (min-width: 48em) {
  .event-page .event-associated {
    padding: 100px 0;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 78em) {
  .event-page .event-associated {
    padding: 150px 0 100px;
    margin-top: 150px;
  }
}
.event-page .event-associated-inner {
  padding: 0 4%;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (min-width: 103.125em) {
  .event-page .event-associated-inner {
    padding: 0;
  }
}
.event-page .event-associated-inner .event-list-item:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 78em) {
  .event-page .event-associated-inner .event-list-item:nth-child(3) {
    display: block;
  }
}
.event-page .event-associated-inner-btn {
  margin-top: 50px;
  text-align: center;
  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: 48em) {
  .event-page .event-associated-inner-btn {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 78em) {
  .event-page .event-associated-inner-btn {
    margin-top: 150px;
  }
}
.event-page .event-associated-inner-btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-page .event-associated-inner-btn > a:hover::before {
  background: url("/wp-content/themes/theme-startup/images/icons/icon-arrow-white.svg") no-repeat;
  background-size: 100% 100%;
}
.event-page .event-associated-inner-btn > a::before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-arrow-green.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 64em) {
  .event-page .event-associated-inner-btn > a::before {
    width: 32px;
    height: 32px;
    margin-right: 25px;
  }
}

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

	Soumission d'évènement

*/
body.page-id-544 h1,
body.page-id-544 h2 {
  color: #48993d;
}
body.page-id-544 h3 {
  color: #98bb59;
}
body.page-id-544 .em-view-container form {
  max-width: none;
}
body.page-id-544 .em-view-container form input:focus,
body.page-id-544 .em-view-container form input:active {
  border-color: #98bb59;
}
body.page-id-544 .em-view-container form .event-form-name h3 {
  margin-top: 0 !important;
}
body.page-id-544 .em-view-container form .event-form-name .input {
  font-size: 12px;
  color: #a8a8a8;
}
body.page-id-544 .em-view-container form .event-form-name .input > input {
  margin-bottom: 15px;
}
body.page-id-544 .em-view-container form .event-form-when > #event-date-explanation {
  font-style: italic;
  color: #a8a8a8;
  font-size: 16px;
}
body.page-id-544 .em-view-container form .event-form-where .em-location-type {
  border: none;
}
body.page-id-544 .em-view-container form .event-form-where .em-location-type table {
  width: 100%;
}
body.page-id-544 .em-view-container form .event-form-where .em-location-type table tbody {
  border-bottom: none;
}
body.page-id-544 .em-view-container form .event-form-where .em-location-type table tr {
  border: none;
}
body.page-id-544 .em-view-container form .event-form-where .em-location-type table tr #em-location-search-tip {
  display: none;
}
body.page-id-544 .em-view-container form .event-form-where .em-location-type table tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-id-544 .em-view-container form .event-form-where .em-location-type table tr.em-location-data-state,
body.page-id-544 .em-view-container form .event-form-where .em-location-type table tr.em-location-data-region,
body.page-id-544 .em-view-container form .event-form-where .em-location-type table tr.em-location-data-url {
  display: none;
}
body.page-id-544 .em-view-container form .event-form-details button {
  border-radius: 0;
}
body.page-id-544 .em-view-container form .event-form-details button:hover {
  background-color: #f6f7f7;
  color: #0d1115;
}
body.page-id-544 .em-view-container form .event-form-details i {
  color: #000000;
}
body.page-id-544 .em-view-container form .event-form-details .event-extra-details {
  display: none;
}
body.page-id-544 .em-view-container form .submit {
  text-align: center;
  margin-top: 50px;
}
body.page-id-544 .em-view-container form .submit > input {
  background: #48993d;
}
body.page-id-544 .em-view-container form .submit > input:hover {
  background: #5cb950;
  color: #fff;
}

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

	Annuaire

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

	Archive annuaire

*/
.annuaire {
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .annuaire {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 78em) {
  .annuaire {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 90em) {
  .annuaire {
    margin-left: -130px;
    margin-right: -130px;
  }
}
@media only screen and (min-width: 103.125em) {
  .annuaire {
    margin-left: -180px;
    margin-right: -180px;
  }
}
.annuaire-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 64em) {
  .annuaire-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 800px;
  }
}
.annuaire-listing {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 50px;
}
@media only screen and (min-width: 64em) {
  .annuaire-listing {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
@media only screen and (min-width: 64em) {
  .annuaire-listing-inner {
    width: 100%;
    height: 800px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #fff;
    max-width: 660px;
    padding: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-radius: 20px;
    -webkit-box-shadow: 21px 14px 74px -19px rgba(0, 0, 0, 0.16);
            box-shadow: 21px 14px 74px -19px rgba(0, 0, 0, 0.16);
  }
  .annuaire-listing-inner::-webkit-scrollbar {
    display: none;
  }
}
.annuaire-listing-title {
  font-size: 21px;
  margin-top: 0;
}
.annuaire-listing-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
}
.annuaire-listing-tags .annuaire-tag {
  opacity: 0.5;
  font-size: 16px;
  letter-spacing: 0.95px;
  color: #004a93;
  line-height: 1;
  border: 1px solid #004a93;
  padding: 7px 10px 5px;
  margin: 0 10px 10px 0;
  border-radius: 50px;
  cursor: pointer;
  -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);
}
.annuaire-listing-tags .annuaire-tag:hover, .annuaire-listing-tags .annuaire-tag#current {
  background: #004a93;
  color: #fff;
  opacity: 1;
}
.annuaire-listing-items {
  display: none;
}
@media only screen and (min-width: 64em) {
  .annuaire-listing-items {
    padding-bottom: 30px;
  }
}
.annuaire-listing-items-all {
  display: block;
}
.annuaire-listing-items .geodir-post {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 64em) {
  .annuaire-listing-items .geodir-post:hover {
    -webkit-transform: scale(103%);
            transform: scale(103%);
  }
}
.annuaire-listing-btn-scroll {
  display: none;
}
@media only screen and (min-width: 64em) {
  .annuaire-listing-btn-scroll {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    z-index: 5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, #fff);
    width: 100%;
    max-width: 660px;
    left: 0;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px;
    border-radius: 20px;
  }
}
.annuaire-listing .listing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .annuaire-listing .listing-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.annuaire-listing .listing-item-img {
  width: 100%;
  min-width: 120px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 30em) {
  .annuaire-listing .listing-item-img {
    height: 200px;
  }
}
@media only screen and (min-width: 48em) {
  .annuaire-listing .listing-item-img {
    width: 120px;
    height: 120px;
  }
}
.annuaire-listing .listing-item-img .bsui .embed-responsive::before {
  padding-top: 100% !important;
}
.annuaire-listing .listing-item-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.annuaire-listing .listing-item-content {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .annuaire-listing .listing-item-content {
    margin-left: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.annuaire-listing .listing-item-content-text {
  font-family: "Exo 2", sans-serif;
}
.annuaire-listing .listing-item-content-text-title h3 {
  font-size: 21px;
  pointer-events: none;
  text-transform: capitalize;
}
.annuaire-listing .listing-item-content-text-title h3 a {
  color: #004a93;
}
.annuaire-listing .listing-item-content-text-address {
  color: #004a93;
}
.annuaire-listing .listing-item-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
@media only screen and (min-width: 48em) {
  .annuaire-listing .listing-item-content-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40px;
    position: absolute;
    right: 0;
  }
}
.annuaire-listing .listing-item-content-btn-tel, .annuaire-listing .listing-item-content-btn-web {
  width: 40px;
  height: 40px;
  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;
}
.annuaire-listing .listing-item-content-btn-tel::after, .annuaire-listing .listing-item-content-btn-web::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-annuaire-tel.svg") no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
}
.annuaire-listing .listing-item-content-btn-tel a, .annuaire-listing .listing-item-content-btn-web a {
  color: #fff;
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 8;
}
.annuaire-listing .listing-item-content-btn-web {
  margin-left: 7px;
}
@media only screen and (min-width: 48em) {
  .annuaire-listing .listing-item-content-btn-web {
    margin-left: 0;
    margin-top: 7px;
  }
}
.annuaire-listing .listing-item-content-btn-web::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-annuaire-web.svg") no-repeat;
  background-size: 100% 100%;
}
.annuaire-map {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 64em) {
  .annuaire-map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    border-radius: 20px;
  }
}
.annuaire-map #sticky_map_gd_map_canvas_directory {
  min-height: 400px !important;
}
@media only screen and (min-width: 64em) {
  .annuaire-map #sticky_map_gd_map_canvas_directory {
    min-height: 800px !important;
  }
}
.annuaire-map #gd_map_canvas_directory_wrapper {
  height: 400px !important;
}
@media only screen and (min-width: 64em) {
  .annuaire-map #gd_map_canvas_directory_wrapper {
    height: 800px !important;
  }
}
.annuaire-map #gd_map_canvas_directory {
  border-radius: 20px;
  height: 400px !important;
}
@media only screen and (min-width: 64em) {
  .annuaire-map #gd_map_canvas_directory {
    width: calc(100% - 620px) !important;
    height: 800px !important;
    margin-left: auto;
  }
}
.annuaire-map .leaflet-popup-content {
  width: 100% !important;
  padding: 20px;
  border: none;
  margin: 0;
  min-width: 280px;
}
@media only screen and (min-width: 48em) {
  .annuaire-map .leaflet-popup-content {
    min-width: 350px;
  }
}
@media only screen and (min-width: 90em) {
  .annuaire-map .leaflet-popup-content {
    min-width: 400px;
  }
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-post-title,
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble_image,
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-top {
  display: none;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-output-location-mapbubble > div > div {
  padding: 0;
  border: none;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-post-title {
  pointer-events: none !important;
  max-width: 240px;
}
@media only screen and (min-width: 48em) {
  .annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-post-title {
    max-width: none;
  }
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-post-title a {
  font-family: "Exo 2", sans-serif;
  color: #004a93;
  margin: 0;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-post_content {
  color: #0d1115;
  opacity: 0.8;
  font-size: 14px;
  margin-top: 10px;
  max-width: 240px;
}
@media only screen and (min-width: 48em) {
  .annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-post_content {
    padding: 0 20px;
    max-width: none;
  }
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-address {
  margin-top: 30px;
  color: #004a93;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  max-width: 240px;
}
@media only screen and (min-width: 48em) {
  .annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-address {
    padding: 0 20px;
    max-width: none;
  }
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-address::before {
  content: "Adresse";
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .sdel-60ddae7f,
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .sdel-c789f7ce {
  display: inline-block;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-phone {
  margin: 40px 0;
}
@media only screen and (min-width: 48em) {
  .annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-phone {
    padding-left: 20px;
  }
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-phone > a {
  color: #004a93;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  letter-spacing: 0.85px;
  text-decoration: none;
  border: 1px solid #004a93;
  border-radius: 50px;
  padding: 5px 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 48em) {
  .annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-phone > a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-phone > a:hover {
  color: #fff;
  border-color: transparent;
  background-color: #004a93;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-site_web {
  margin: 40px 0 40px 5px;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-site_web > a {
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  letter-spacing: 0.85px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 5px 8px;
  background-color: #004a93;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 48em) {
  .annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-site_web > a {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-field-site_web > a:hover {
  background-color: #0064c6;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-image-container {
  overflow: hidden;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .geodir-image-container img {
  border-radius: 10px !important;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .gd-badge-meta {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  margin-top: 20px;
  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;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .gd-badge-meta::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-arrow-blue.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.annuaire-map .leaflet-popup-content .geodir-bubble_desc > .geodir-bubble-meta-side .gd-badge-meta > a {
  margin: 0 !important;
  padding: 0 !important;
}
.annuaire-map .leaflet-popup .leaflet-popup-close-button {
  display: none;
}

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

	Single annuaire

*/
.single-gd_place .entry-header {
  display: none;
}
.single-gd_place .wp-block-columns .wp-block-column:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media only screen and (min-width: 64em) {
  .single-gd_place .wp-block-columns .wp-block-column:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.single-gd_place p.detailAddress {
  color: #004a93;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .single-gd_place p.detailAddress {
    text-align: left;
  }
}
.single-gd_place .geodir-field-address {
  font-family: "Exo 2", sans-serif;
  color: #004a93;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .single-gd_place .geodir-field-address {
    text-align: left;
  }
}
.single-gd_place .geodir-field-phone {
  width: 40px;
  height: 40px;
  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;
  text-indent: -9999px;
}
.single-gd_place .geodir-field-phone > a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.single-gd_place .geodir-field-phone::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-annuaire-tel.svg") no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
}
.single-gd_place .geodir-field-site_web {
  width: 40px;
  height: 40px;
  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;
  text-indent: -9999px;
  margin-left: 10px;
}
@media only screen and (min-width: 64em) {
  .single-gd_place .geodir-field-site_web {
    margin-top: 10px;
    margin-left: 0;
  }
}
.single-gd_place .geodir-field-site_web > a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.single-gd_place .geodir-field-site_web::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-annuaire-web.svg") no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
}
.single-gd_place .geodir-image-container .card {
  border: none;
  border-radius: 10px !important;
}
.single-gd_place .geodir-image-container .card img {
  border-radius: 10px !important;
}

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

	Modération de fiches annuaire

*/
.bsui .alert {
  border-radius: 50px;
}

/* FORMULAIRE CREATION DE FICHE COMMERCE
--------------------------------------------- */
.page-creer-ma-fiche-commercant .gd-login-links,
.page-add-listing .gd-login-links {
  text-align: center;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post,
.page-add-listing #geodirectory-add-post {
  max-width: none !important;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post .form-group[data-argument=post_tags],
.page-creer-ma-fiche-commercant #geodirectory-add-post .form-group[data-argument=default_category],
.page-creer-ma-fiche-commercant #geodirectory-add-post .form-group[data-argument=address_country],
.page-creer-ma-fiche-commercant #geodirectory-add-post .form-group[data-argument=address_region],
.page-creer-ma-fiche-commercant #geodirectory-add-post .form-group[data-argument=address_city],
.page-creer-ma-fiche-commercant #geodirectory-add-post .form-group[data-argument=address_zip],
.page-creer-ma-fiche-commercant #geodirectory-add-post .form-group[data-argument=address_latitude],
.page-creer-ma-fiche-commercant #geodirectory-add-post .form-group[data-argument=address_longitude],
.page-creer-ma-fiche-commercant #geodirectory-add-post .form-group[data-argument=address_mapview],
.page-add-listing #geodirectory-add-post .form-group[data-argument=post_tags],
.page-add-listing #geodirectory-add-post .form-group[data-argument=default_category],
.page-add-listing #geodirectory-add-post .form-group[data-argument=address_country],
.page-add-listing #geodirectory-add-post .form-group[data-argument=address_region],
.page-add-listing #geodirectory-add-post .form-group[data-argument=address_city],
.page-add-listing #geodirectory-add-post .form-group[data-argument=address_zip],
.page-add-listing #geodirectory-add-post .form-group[data-argument=address_latitude],
.page-add-listing #geodirectory-add-post .form-group[data-argument=address_longitude],
.page-add-listing #geodirectory-add-post .form-group[data-argument=address_mapview] {
  display: none !important;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit {
  text-align: center;
  margin-top: 50px;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post #geodir-add-listing-submit .geodir_preview_button,
.page-add-listing #geodirectory-add-post #geodir-add-listing-submit .geodir_preview_button {
  display: none;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post h3,
.page-add-listing #geodirectory-add-post h3 {
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  margin: 40px 0 20px;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .page-creer-ma-fiche-commercant #geodirectory-add-post h3,
.page-add-listing #geodirectory-add-post h3 {
    margin: 50px 0 25px;
  }
}
@media only screen and (min-width: 64em) {
  .page-creer-ma-fiche-commercant #geodirectory-add-post h3,
.page-add-listing #geodirectory-add-post h3 {
    font-size: 34px;
    margin: 60px 0 30px;
  }
}
@media only screen and (min-width: 78em) {
  .page-creer-ma-fiche-commercant #geodirectory-add-post h3,
.page-add-listing #geodirectory-add-post h3 {
    font-size: 38px;
  }
}
.page-creer-ma-fiche-commercant #geodirectory-add-post label > span,
.page-add-listing #geodirectory-add-post label > span {
  color: #dc3545 !important;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post input,
.page-add-listing #geodirectory-add-post input {
  color: #0d1115;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post .form-control:focus,
.page-creer-ma-fiche-commercant #geodirectory-add-post .form-control:active,
.page-add-listing #geodirectory-add-post .form-control:focus,
.page-add-listing #geodirectory-add-post .form-control:active {
  -webkit-box-shadow: 21px 14px 74px -19px rgba(0, 0, 0, 0.16);
          box-shadow: 21px 14px 74px -19px rgba(0, 0, 0, 0.16);
  border-color: #2ea9b3;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post #gd_placecategory_wrap li,
.page-add-listing #geodirectory-add-post #gd_placecategory_wrap li {
  list-style-type: none !important;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post #address_set_address_button,
.page-add-listing #geodirectory-add-post #address_set_address_button {
  margin: 50px auto 20px;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post #geodir_address_map_row > .form-group,
.page-add-listing #geodirectory-add-post #geodir_address_map_row > .form-group {
  text-align: center;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post #post_imagesdropbox,
.page-add-listing #geodirectory-add-post #post_imagesdropbox {
  padding: 70px 50px 50px !important;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post #post_imagesdropbox .geodir-dropbox-title,
.page-add-listing #geodirectory-add-post #post_imagesdropbox .geodir-dropbox-title {
  margin-bottom: 10px !important;
  font-weight: 700;
}
.page-creer-ma-fiche-commercant #geodirectory-add-post #post_imagesdropbox .geodir-dropbox-file-types,
.page-add-listing #geodirectory-add-post #post_imagesdropbox .geodir-dropbox-file-types {
  font-size: 14px;
  margin-top: 20px;
}

/* FORMULAIRE MODIFICATION DE FICHE
--------------------------------------------- */
.page-add-listing #geodirectory-add-post .form-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-add-listing #geodirectory-add-post .form-group .col-form-label {
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.page-add-listing #geodirectory-add-post .form-group .col-sm-10 {
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.page-add-listing #geodirectory-add-post #post_imagesplupload-browse-button {
  color: #fff !important;
}
.page-add-listing #geodirectory-add-post #post_imagesplupload-thumbs .thumb {
  border-radius: 10px;
}
.page-add-listing #geodirectory-add-post #post_imagesplupload-thumbs .thumb img {
  border-radius: 10px !important;
}

/* PROFIL
--------------------------------------------- */
.page-profile .uwp-profile-tabs nav {
  display: none;
}
.page-profile .btn-toolbar {
  display: none;
}
.page-profile .uwp-profile-cpt-loop {
  margin-top: 50px;
}
.page-profile .uwp-profile-cpt-loop .card {
  border-radius: 20px;
}
.page-profile .uwp-profile-cpt-loop .card .embed-responsive > img {
  border-radius: 20px 20px 0 0 !important;
}
.page-profile .uwp-profile-cpt-loop .card .card-body .card-title {
  pointer-events: none !important;
  font-family: "Exo 2", sans-serif;
  text-align: center;
  margin: 10px 0 30px;
}
.page-profile .uwp-profile-cpt-loop .card .card-body .card-text {
  font-size: 16px;
  padding: 0 10px 10px;
}
.page-profile .uwp-profile-cpt-loop .card .card-footer {
  border-radius: 0 0 20px 20px;
}
.page-profile .uwp-profile-cpt-loop .card .card-footer .col,
.page-profile .uwp-profile-cpt-loop .card .card-footer .dropdown {
  display: none;
}
.page-profile .uwp-profile-cpt-loop .card .card-footer .col-2 {
  max-width: none !important;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center !important;
}
.page-profile .uwp-profile-cpt-loop .card .card-footer .col-2 .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.page-profile .uwp-profile-cpt-loop .card .card-footer .dropdown-menu {
  display: block;
  position: relative;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.page-profile .uwp-profile-cpt-loop .card .card-footer .dropdown-menu .geodir-author-actions > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-profile .uwp-profile-cpt-loop .card .card-footer .dropdown-menu .geodir-author-actions > div > a {
  padding: 0 10px;
}
.page-profile .uwp-profile-cpt-loop .card .card-footer .dropdown-menu .geodir-author-actions > div > a:hover {
  color: #004a93;
  background: none;
}
.page-profile .uwp-profile-cpt-loop .card .card-footer .dropdown-menu .geodir-author-actions > div > a.status_link {
  display: none;
}
.page-profile .uwp-profile-cpt-loop .card .card-footer .dropdown-menu .geodir-author-actions > div > a:last-child:hover {
  color: red;
}
.page-profile .uwp-profile-cpt-loop .card .card-footer .dropdown-menu .geodir-author-actions > div > a > i {
  margin-right: 5px;
}
.page-profile .uwp_widgets {
  margin-bottom: 50px;
}
.page-profile .logged-in {
  text-align: center;
}
.page-profile .logged-in > a {
  color: #004a93;
}
.page-profile .post-edit-link {
  display: none;
}

/* MON COMPTE
--------------------------------------------- */
.page-mon-compte .bg-light {
  padding-bottom: 3rem !important;
}
.page-mon-compte .bg-light > div.d-flex:first-of-type {
  display: none !important;
}
.page-mon-compte .bg-light > div.d-flex ul > li > a:hover {
  color: #004a93 !important;
}
.page-mon-compte .bg-light > div.d-flex ul > li:last-child a:hover {
  color: red !important;
}
.page-mon-compte .bg-light .uwp-account-notifications,
.page-mon-compte .bg-light .uwp-account-privacy {
  display: none;
}
.page-mon-compte .pl-lg-4 {
  padding: 0 !important;
  padding-left: 50px !important;
}
.page-mon-compte .pl-lg-4 h3 {
  font-size: 30px;
  margin: 40px 0 20px;
  margin-top: 0 !important;
  font-family: "Exo 2", sans-serif;
}
@media only screen and (min-width: 48em) {
  .page-mon-compte .pl-lg-4 h3 {
    margin: 50px 0 25px;
  }
}
@media only screen and (min-width: 64em) {
  .page-mon-compte .pl-lg-4 h3 {
    font-size: 34px;
    margin: 60px 0 30px;
  }
}
@media only screen and (min-width: 78em) {
  .page-mon-compte .pl-lg-4 h3 {
    font-size: 38px;
  }
}
.page-mon-compte .pl-lg-4 .uwp-account-form {
  margin: 0;
}
.page-mon-compte .form-control:focus,
.page-mon-compte .form-control:active {
  -webkit-box-shadow: 21px 14px 74px -19px rgba(0, 0, 0, 0.16);
          box-shadow: 21px 14px 74px -19px rgba(0, 0, 0, 0.16);
  border-color: #2ea9b3;
}
.page-mon-compte input[name=uwp_account_submit],
.page-mon-compte input[name=uwp_change_submit] {
  width: auto !important;
  display: block;
  margin: 50px auto 0;
}
.page-mon-compte .post-edit-link {
  display: none;
}

/* POPUP CONNEXION/INSCRIPTION/MDP OUBLIE
--------------------------------------------- */
.uwp-auth-modal .card {
  border: 1px solid #0099cb !important;
  border-radius: 20px;
  padding: 30px !important;
  position: relative;
  -webkit-box-shadow: 21px 14px 74px -19px rgba(0, 0, 0, 0.16);
          box-shadow: 21px 14px 74px -19px rgba(0, 0, 0, 0.16);
}
.uwp-auth-modal .modal-header {
  padding: 20px;
}
.uwp-auth-modal .modal-header .modal-title {
  font-size: 30px;
  margin: 40px 0 20px;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  margin: 0 !important;
}
@media only screen and (min-width: 48em) {
  .uwp-auth-modal .modal-header .modal-title {
    margin: 50px 0 25px;
  }
}
@media only screen and (min-width: 64em) {
  .uwp-auth-modal .modal-header .modal-title {
    font-size: 34px;
    margin: 60px 0 30px;
  }
}
@media only screen and (min-width: 78em) {
  .uwp-auth-modal .modal-header .modal-title {
    font-size: 38px;
  }
}
.uwp-auth-modal .modal-header button.close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 50px;
  color: #fff;
  background: #004a93;
  border-radius: 50px;
  width: 50px;
  opacity: 1 !important;
  -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);
}
.uwp-auth-modal .modal-header button.close:hover {
  background: #98bb59;
}
.uwp-auth-modal .card-body {
  padding: 20px;
}
.uwp-auth-modal .card-body .form-control:focus,
.uwp-auth-modal .card-body .form-control:active {
  -webkit-box-shadow: 21px 14px 74px -19px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 21px 14px 74px -19px rgba(0, 0, 0, 0.16) !important;
  border-color: #2ea9b3 !important;
}
.uwp-auth-modal .card-body .uwp_form button {
  display: block;
  margin: 30px auto;
  width: auto;
}
.uwp-auth-modal .card-body .uwp_form button:hover {
  background: #98bb59 !important;
  border-color: transparent !important;
}
.uwp-auth-modal .card-body .uwp-footer-link > a {
  color: #004a93;
}

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

	Randonnees

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

	Archive Rando

*/
.archive-rando .site-header .background-img {
  height: calc(100% + 130px);
}
@media only screen and (min-width: 64em) {
  .archive-rando .site-header .background-img {
    height: calc(100% + 150px);
  }
}
@media only screen and (min-width: 90em) {
  .archive-rando .site-header .background-img {
    height: calc(100% + 270px);
  }
}
.archive-rando .background-img {
  width: 600px;
  height: 966px;
  right: 0;
  top: -130px;
  background: url(/wp-content/themes/theme-startup/images/forms/form-poire.svg);
  background-size: cover;
}
@media only screen and (min-width: 64em) {
  .archive-rando .background-img {
    width: 800px;
    height: 1290px;
    top: -150px;
  }
}
@media only screen and (min-width: 90em) {
  .archive-rando .background-img {
    width: 1198px;
    height: 1931px;
    top: -270px;
  }
}
.archive-rando .background-img > img {
  border-radius: 0 !important;
  width: 100%;
}
.archive-rando .rando-filters {
  margin-bottom: 40px;
}
@media only screen and (min-width: 64em) {
  .archive-rando .rando-filters {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 90em) {
  .archive-rando .rando-filters {
    margin-left: -130px;
    margin-right: -130px;
    padding: 0 4%;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 103.125em) {
  .archive-rando .rando-filters {
    margin-left: -180px;
    margin-right: -180px;
  }
}
@media only screen and (min-width: 48em) {
  .archive-rando .rando-filters .filters-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.archive-rando .rando-filters .filters-categories > div:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .archive-rando .rando-filters .filters-categories > div:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.archive-rando .rando-filters .filters-categories > div > button {
  border-radius: 50px;
  background-color: #98bb59;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-radius: 50px;
  background-color: #98bb59;
  border: 2px solid transparent;
  -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);
}
.archive-rando .rando-filters .filters-categories > div > button:focus, .archive-rando .rando-filters .filters-categories > div > button:active {
  outline: none;
}
.archive-rando .rando-filters .filters-categories > div > button:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
}
.archive-rando .rando-filters .filters-categories > div > button > p {
  margin: 0;
  padding-right: 25px;
  padding-left: 10px;
}
.archive-rando .rando-filters .filters-categories > div.inactive > button {
  background-color: transparent;
  border-color: #98bb59;
}
.archive-rando .rando-filters .filters-categories > div.inactive > button > p {
  color: #004a93;
}
.archive-rando .rando-filters .filters-categories > div.filters-categories-pied > button::before {
  background: url(/wp-content/themes/theme-startup/images/icons/icon-rando-pied.svg);
  background-size: 100% 100%;
}
.archive-rando .rando-filters .filters-categories > div.filters-categories-velo > button::before {
  background: url(/wp-content/themes/theme-startup/images/icons/icon-rando-velo.svg);
  background-size: 100% 100%;
}
.archive-rando .rando-filters .filters-categories > div.filters-categories-cheval > button::before {
  background: url(/wp-content/themes/theme-startup/images/icons/icon-rando-cheval.svg);
  background-size: 100% 100%;
}
.archive-rando .rando-list-item-content {
  padding-top: 20px;
  position: relative;
}
.archive-rando .rando-list-item-content-types {
  padding: 0 20px;
  position: absolute;
  top: -20px;
}
.archive-rando .rando-list-item-content-types > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
.archive-rando .rando-list-item-content-types > ul > li {
  list-style-type: none;
  text-indent: -9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-rando .rando-list-item-content-types > ul > li::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
}
.archive-rando .rando-list-item-content-types > ul > li.apied::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-rando-pied.svg") no-repeat;
  background-size: 100% 100%;
}
.archive-rando .rando-list-item-content-types > ul > li.avelo::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-rando-velo.svg") no-repeat;
  background-size: 100% 100%;
}
.archive-rando .rando-list-item-content-types > ul > li.acheval::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-rando-cheval.svg") no-repeat;
  background-size: 100% 100%;
}
.archive-rando .rando-list-item-content-types > ul > li:not(:last-child) {
  margin-right: 10px;
}
.archive-rando .rando-list-item-content-meta-tags > span {
  background: #98bb59;
}
.archive-rando .rando-list-item-content-text {
  padding: 0 20px;
}
@media only screen and (min-width: 48em) {
  .archive-rando .rando-list-item-content-text {
    padding: 0 50px;
  }
}
.archive-rando .rando-list-item-content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #98bb59;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  padding: 0 20px 30px;
}
@media only screen and (min-width: 48em) {
  .archive-rando .rando-list-item-content-info {
    padding: 0 50px 30px;
  }
}
.archive-rando .rando-list-item-content-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-rando .rando-list-item-content-info > div > p {
  margin: 0;
}
.archive-rando .rando-content {
  margin-top: 50px;
}
@media only screen and (min-width: 64em) {
  .archive-rando .rando-content {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 78em) {
  .archive-rando .rando-content {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 103.125em) {
  .archive-rando .rando-content {
    margin-top: 150px;
  }
}
.archive-rando .rando-content h3, .archive-rando .rando-content p, .archive-rando .rando-content .wp-block-buttons {
  position: relative;
  z-index: 2;
}

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

	Fiche Rando

*/
.single-post.category-circuits-de-randonnees .site-inner {
  padding-bottom: 0;
}
.single-post.category-circuits-de-randonnees .rando-header {
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .single-post.category-circuits-de-randonnees .rando-header {
    margin-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 78em) {
  .single-post.category-circuits-de-randonnees .rando-header {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 90em) {
  .single-post.category-circuits-de-randonnees .rando-header {
    margin-left: -130px;
    margin-right: -130px;
    padding: 4%;
  }
}
@media only screen and (min-width: 103.125em) {
  .single-post.category-circuits-de-randonnees .rando-header {
    margin-left: -180px;
    margin-right: -180px;
  }
}
@media only screen and (min-width: 64em) {
  .single-post.category-circuits-de-randonnees .rando-header-left {
    width: 500px;
  }
}
.single-post.category-circuits-de-randonnees .rando-header-left-point-depart {
  color: #98bb59;
  font-family: "Exo 2", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 48em) {
  .single-post.category-circuits-de-randonnees .rando-header-left-point-depart {
    font-size: 18px;
  }
}
.single-post.category-circuits-de-randonnees .rando-header-left-point-depart::before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-flag.svg") no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 48px;
  display: block;
  margin-right: 10px;
}
.single-post.category-circuits-de-randonnees .rando-header-left-point-depart > span {
  font-weight: 700;
  margin-left: 5px;
}
.single-post.category-circuits-de-randonnees .rando-header-left > h2 {
  margin-top: -55px;
}
@media only screen and (min-width: 103.125em) {
  .single-post.category-circuits-de-randonnees .rando-header-left > h2 {
    padding-left: 0;
  }
}
.single-post.category-circuits-de-randonnees .rando-header-left > h2::before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/forms/half-circle-light-green.svg") no-repeat;
  background-size: 100% 100%;
}
.single-post.category-circuits-de-randonnees .rando-header-left > h2 > span {
  font-weight: 400;
}
.single-post.category-circuits-de-randonnees .rando-header-left-info {
  margin: 50px 0;
}
@media only screen and (min-width: 48em) {
  .single-post.category-circuits-de-randonnees .rando-header-left-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-post.category-circuits-de-randonnees .rando-header-left-info-types > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
.single-post.category-circuits-de-randonnees .rando-header-left-info-types > ul > li {
  list-style-type: none;
  text-indent: -9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-post.category-circuits-de-randonnees .rando-header-left-info-types > ul > li::after {
  content: "";
  width: 54px;
  height: 54px;
  display: block;
}
.single-post.category-circuits-de-randonnees .rando-header-left-info-types > ul > li.apied::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-rando-pied.svg") no-repeat;
  background-size: 100% 100%;
}
.single-post.category-circuits-de-randonnees .rando-header-left-info-types > ul > li.avelo::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-rando-velo.svg") no-repeat;
  background-size: 100% 100%;
}
.single-post.category-circuits-de-randonnees .rando-header-left-info-types > ul > li.acheval::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-rando-cheval.svg") no-repeat;
  background-size: 100% 100%;
}
.single-post.category-circuits-de-randonnees .rando-header-left-info-types > ul > li:not(:last-child) {
  margin-right: 15px;
}
.single-post.category-circuits-de-randonnees .rando-header-left-info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #98bb59;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  margin-top: 30px;
}
@media only screen and (min-width: 48em) {
  .single-post.category-circuits-de-randonnees .rando-header-left-info-text {
    margin-top: 0;
    margin-left: 50px;
  }
}
.single-post.category-circuits-de-randonnees .rando-header-left-info-text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post.category-circuits-de-randonnees .rando-header-left-info-text > div > p {
  margin: 0;
}
.single-post.category-circuits-de-randonnees .rando-header-left-info-text-temps::before, .single-post.category-circuits-de-randonnees .rando-header-left-info-text-niveau::before {
  content: "|";
  display: inline-block;
  padding: 0 20px;
}
.single-post.category-circuits-de-randonnees .rando-header-left-link {
  margin-bottom: 50px;
}
.single-post.category-circuits-de-randonnees .rando-header-left-link > a {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  border: 3px solid #98bb59;
  border-radius: 50px;
  color: #98bb59;
  padding: 15px 35px;
  background: #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);
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.single-post.category-circuits-de-randonnees .rando-header-left-link > a:hover {
  -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.23);
          box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.23);
}
.single-post.category-circuits-de-randonnees .rando-header-left-link > a::before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-download-green.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 36px;
  height: 33px;
  margin-right: 30px;
}
.single-post.category-circuits-de-randonnees .rando-header-right {
  height: 350px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 64em) {
  .single-post.category-circuits-de-randonnees .rando-header-right {
    height: 450px;
    margin-left: 50px;
    width: 60%;
  }
}
@media only screen and (min-width: 78em) {
  .single-post.category-circuits-de-randonnees .rando-header-right {
    height: 550px;
  }
}
@media only screen and (min-width: 90em) {
  .single-post.category-circuits-de-randonnees .rando-header-right {
    height: 650px;
    width: 70%;
    margin-left: 75px;
  }
}
@media only screen and (min-width: 103.125em) {
  .single-post.category-circuits-de-randonnees .rando-header-right {
    margin-left: 100px;
  }
}
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro {
  border: none;
}
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-panel,
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-list-header,
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-list-footer {
  display: none;
}
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-map {
  height: 350px !important;
}
@media only screen and (min-width: 64em) {
  .single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-map {
    height: 450px !important;
  }
}
@media only screen and (min-width: 78em) {
  .single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-map {
    height: 550px !important;
  }
}
@media only screen and (min-width: 90em) {
  .single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-map {
    height: 650px !important;
  }
}
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-map .mmp-popup-name,
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-map .mmp-popup-location,
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-map .leaflet-popup-close-button {
  display: none;
}
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-map .leaflet-popup-content {
  width: 200px !important;
  margin: 10px;
}
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-map .leaflet-popup-content p,
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-map .leaflet-popup-content img {
  margin: 0 !important;
}
.single-post.category-circuits-de-randonnees .rando-header-right .maps-marker-pro .mmp-map .leaflet-popup-content img {
  border-radius: 5px !important;
}
@media only screen and (min-width: 48em) {
  .single-post.category-circuits-de-randonnees .rando-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 78em) {
  .single-post.category-circuits-de-randonnees .rando-list {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 90em) {
  .single-post.category-circuits-de-randonnees .rando-list {
    grid-gap: 50px;
    margin-left: -130px;
    margin-right: -130px;
    padding: 0 4%;
  }
}
@media only screen and (min-width: 103.125em) {
  .single-post.category-circuits-de-randonnees .rando-list {
    margin-left: -180px;
    margin-right: -180px;
  }
}
.single-post.category-circuits-de-randonnees .rando-list-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.2);
          box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.2);
  background-color: rgba(255, 255, 255, 0.76);
  -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);
}
.single-post.category-circuits-de-randonnees .rando-list-item:hover {
  -webkit-transform: scale(102%);
          transform: scale(102%);
  -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.35);
          box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.35);
}
.single-post.category-circuits-de-randonnees .rando-list-item:hover .event-list-item-content-btn-more::after {
  background-color: #98bb59;
}
.single-post.category-circuits-de-randonnees .rando-list-item:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 48em) {
  .single-post.category-circuits-de-randonnees .rando-list-item:not(:last-child) {
    margin: 0;
  }
}
.single-post.category-circuits-de-randonnees .rando-list-item-img {
  max-height: 120px;
  min-height: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  .single-post.category-circuits-de-randonnees .rando-list-item-img {
    max-height: 150px;
  }
}
@media only screen and (min-width: 90em) {
  .single-post.category-circuits-de-randonnees .rando-list-item-img {
    max-height: 200px;
  }
}
.single-post.category-circuits-de-randonnees .rando-list-item-img > img {
  border-radius: 0 !important;
}
.single-post.category-circuits-de-randonnees .rando-list-item-content-meta {
  padding: 20px;
}
@media only screen and (min-width: 64em) {
  .single-post.category-circuits-de-randonnees .rando-list-item-content-meta {
    margin-bottom: 15px;
  }
}
.single-post.category-circuits-de-randonnees .rando-list-item-content-meta-tags {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post.category-circuits-de-randonnees .rando-list-item-content-meta-tags > span {
  background: #98bb59;
  color: #fff;
  padding: 5px 25px 3px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.88;
  text-decoration: none;
  pointer-events: none;
  display: inline-block;
  margin: 2px 5px;
  -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);
}
.single-post.category-circuits-de-randonnees .rando-list-item-content-meta-tags > span > a {
  color: #fff;
}
.single-post.category-circuits-de-randonnees .rando-list-item-content-title {
  margin-top: 0;
  padding: 0 20px;
  font-size: 26px;
}
@media only screen and (min-width: 48em) {
  .single-post.category-circuits-de-randonnees .rando-list-item-content-title {
    padding: 0 50px;
  }
}
.single-post.category-circuits-de-randonnees .rando-list-item-content-text {
  ppadding: 0 20px;
}
@media only screen and (min-width: 48em) {
  .single-post.category-circuits-de-randonnees .rando-list-item-content-text {
    padding: 0 50px;
  }
}
.single-post.category-circuits-de-randonnees .rando-list-item-content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #98bb59;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  padding: 0 20px 30px;
}
@media only screen and (min-width: 48em) {
  .single-post.category-circuits-de-randonnees .rando-list-item-content-info {
    padding: 0 50px 30px;
  }
}
@media only screen and (min-width: 78em) {
  .single-post.category-circuits-de-randonnees .rando-list-item-content-info {
    padding: 10px 50px 40px;
  }
}
.single-post.category-circuits-de-randonnees .rando-list-item-content-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post.category-circuits-de-randonnees .rando-list-item-content-info > div > p {
  margin: 0;
}
.single-post.category-circuits-de-randonnees .rando-associated {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(72, 153, 61, 0.11);
  padding: 50px 0;
  margin-top: 50px;
}
@media only screen and (min-width: 48em) {
  .single-post.category-circuits-de-randonnees .rando-associated {
    padding: 100px 0;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 78em) {
  .single-post.category-circuits-de-randonnees .rando-associated {
    padding: 150px 0 100px;
    margin-top: 150px;
  }
}
.single-post.category-circuits-de-randonnees .rando-associated-inner {
  padding: 0 4%;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (min-width: 103.125em) {
  .single-post.category-circuits-de-randonnees .rando-associated-inner {
    padding: 0;
  }
}
.single-post.category-circuits-de-randonnees .rando-associated-inner .rando-list-item:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 78em) {
  .single-post.category-circuits-de-randonnees .rando-associated-inner .rando-list-item:nth-child(3) {
    display: block;
  }
}
.single-post.category-circuits-de-randonnees .rando-associated-inner-btn {
  margin-top: 50px;
  text-align: center;
  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: 48em) {
  .single-post.category-circuits-de-randonnees .rando-associated-inner-btn {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 78em) {
  .single-post.category-circuits-de-randonnees .rando-associated-inner-btn {
    margin-top: 150px;
  }
}
.single-post.category-circuits-de-randonnees .rando-associated-inner-btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post.category-circuits-de-randonnees .rando-associated-inner-btn > a:hover::before {
  background: url("/wp-content/themes/theme-startup/images/icons/icon-arrow-white.svg") no-repeat;
  background-size: 100% 100%;
}
.single-post.category-circuits-de-randonnees .rando-associated-inner-btn > a::before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-arrow-light-green.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 64em) {
  .single-post.category-circuits-de-randonnees .rando-associated-inner-btn > a::before {
    width: 32px;
    height: 32px;
    margin-right: 25px;
  }
}

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

	Home

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

	Home

*/
.home .site-header {
  background: none;
}
.home .site-inner {
  max-width: 1920px;
  padding-bottom: 0;
}
@media only screen and (min-width: 78em) {
  .home .site-inner {
    padding: 0 4%;
  }
}
.home .hero-section,
.home .background-img {
  display: none;
}
.home-intro {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media only screen and (min-width: 78em) {
  .home-intro {
    margin-top: 50px;
  }
}
.home-intro-inner {
  position: relative;
}
.home-intro-medias {
  position: absolute;
}
.home-intro-medias-mask-images {
  width: 400px;
  height: 355px;
}
@media only screen and (min-width: 64em) {
  .home-intro-medias-mask-images {
    width: 845px;
    height: 750px;
  }
}
.home-intro-medias-mask-images > ul {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-intro-medias-mask-images > ul > li {
  width: 100%;
  height: 100%;
}
.home-intro-medias-mask-images > ul > li > img {
  border-radius: 0 !important;
}
.home-intro-medias-mask svg {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 355px;
}
@media only screen and (min-width: 64em) {
  .home-intro-medias-mask svg {
    height: 750px;
  }
}
.home-intro-medias-mask svg#home-svg-desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .home-intro-medias-mask svg#home-svg-desktop {
    display: block;
  }
}
.home-intro-medias-mask svg rect {
  fill: white;
  -webkit-mask: url(#mask);
          mask: url(#mask);
}
.home-intro-medias-label {
  display: none;
  width: 280px;
  position: absolute;
  z-index: 4;
  bottom: 415px;
  left: 50px;
  -webkit-box-shadow: 0 24px 40px -21px rgba(0, 74, 147, 0.35);
          box-shadow: 0 24px 40px -21px rgba(0, 74, 147, 0.35);
}
@media only screen and (min-width: 78em) {
  .home-intro-medias-label {
    display: block;
  }
}
@media only screen and (min-width: 90em) {
  .home-intro-medias-label {
    bottom: 375px;
  }
}
@media only screen and (min-width: 120em) {
  .home-intro-medias-label {
    bottom: 305px;
  }
}
.home-intro-medias-label > img {
  border-radius: 0 !important;
}
.home-intro-medias-labels {
  display: none;
}
@media only screen and (min-width: 78em) {
  .home-intro-medias-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home-intro-medias-labels-label {
  display: block;
  width: 190px;
  position: relative;
  z-index: 4;
  bottom: 310px;
  left: 50px;
  -webkit-box-shadow: 0 24px 40px -21px rgba(0, 74, 147, 0.35);
          box-shadow: 0 24px 40px -21px rgba(0, 74, 147, 0.35);
}
@media only screen and (min-width: 90em) {
  .home-intro-medias-labels-label {
    bottom: 270px;
  }
}
@media only screen and (min-width: 120em) {
  .home-intro-medias-labels-label {
    bottom: 200px;
  }
}
.home-intro-medias-labels-label:nth-child(2) {
  width: 80px;
  left: 60px;
}
.home-intro-medias-labels-label > img {
  border-radius: 0 !important;
}
.home-intro-raccourci {
  padding: 0 4%;
  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;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 64em) {
  .home-intro-raccourci {
    padding-left: 25%;
  }
}
@media only screen and (min-width: 78em) {
  .home-intro-raccourci {
    padding-left: 30%;
  }
}
@media only screen and (min-width: 90em) {
  .home-intro-raccourci {
    padding-left: 35%;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 103.125em) {
  .home-intro-raccourci {
    padding-left: 25%;
  }
}
@media only screen and (min-width: 120em) {
  .home-intro-raccourci {
    padding-top: 50px;
  }
}
.home-intro-raccourci-titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64em) {
  .home-intro-raccourci-titre {
    margin-bottom: 30px;
  }
}
.home-intro-raccourci-titre > p {
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #004a93;
  border-radius: 50px;
  padding: 5px 40px;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .home-intro-raccourci-titre > p {
    padding: 10px 40px;
  }
}
.home-intro-raccourci-items {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 37.5em) {
  .home-intro-raccourci-items {
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 48em) {
  .home-intro-raccourci-items {
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 64em) {
  .home-intro-raccourci-items {
    grid-gap: 30px;
  }
}
@media only screen and (min-width: 90em) {
  .home-intro-raccourci-items {
    grid-gap: 40px;
  }
}
.home-intro-raccourci-items-item {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-5%, rgba(255, 255, 255, 0.95)), color-stop(50%, rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) -5%, rgba(255, 255, 255, 0.95) 50%);
  -webkit-box-shadow: 0 24px 40px -21px rgba(0, 74, 147, 0.35);
          box-shadow: 0 24px 40px -21px rgba(0, 74, 147, 0.35);
  border: 1px solid transparent;
  border-radius: 12px;
  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;
  -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);
  max-width: 160px;
  min-height: 160px;
}
@media only screen and (min-width: 78em) {
  .home-intro-raccourci-items-item {
    max-width: 210px;
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 120em) {
  .home-intro-raccourci-items-item {
    max-width: 230px;
    min-height: 190px;
  }
}
@media only screen and (min-width: 64em) {
  .home-intro-raccourci-items-item:hover {
    -webkit-transform: scale(105%);
            transform: scale(105%);
    -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.35);
            box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.35);
    border-color: #d56900;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-5%, #ffd7ce), color-stop(50%, rgba(255, 255, 255, 0.95)));
    background: linear-gradient(to bottom, #ffd7ce -5%, rgba(255, 255, 255, 0.95) 50%);
  }
}
.home-intro-raccourci-items-item-icone {
  width: 50px;
}
@media only screen and (min-width: 120em) {
  .home-intro-raccourci-items-item-icone {
    width: 70px;
  }
}
.home-intro-raccourci-items-item-icone > img {
  border-radius: 0 !important;
}
.home-intro-raccourci-items-item-texte > p {
  margin: 0;
  font-size: 12px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.75px;
  text-align: center;
  color: #004a93;
  text-transform: uppercase;
  margin-top: 20px;
}
@media only screen and (min-width: 78em) {
  .home-intro-raccourci-items-item-texte > p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 120em) {
  .home-intro-raccourci-items-item-texte > p {
    font-size: 16px;
  }
}
.home-intro-background-img {
  width: 225px;
  height: 448px;
  display: block;
  background: url("/wp-content/themes/theme-startup/images/forms/half-circle-gradient-green.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 310px;
  right: 0;
  z-index: 3;
  opacity: 0.8;
}
@media only screen and (min-width: 48em) {
  .home-intro-background-img {
    top: 0;
  }
}
@media only screen and (min-width: 64em) {
  .home-intro-background-img {
    width: 256px;
    height: 500px;
    top: 310px;
  }
}
@media only screen and (min-width: 78em) {
  .home-intro-background-img {
    width: 359px;
    height: 716px;
    top: 0;
  }
}
.home-flash-infos {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 5;
  margin-top: 50px;
  padding-right: 4%;
}
@media only screen and (min-width: 64em) {
  .home-flash-infos {
    margin-top: 110px;
  }
}
.home-flash-infos-item {
  border-radius: 0 20px 20px 0;
  -webkit-box-shadow: 0 11px 14px -7px rgba(13, 17, 21, 0.26);
          box-shadow: 0 11px 14px -7px rgba(13, 17, 21, 0.26);
  background-image: radial-gradient(circle at 20% 50%, #2ea9b3, #004a93 116%);
  padding: 30px;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .home-flash-infos-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4%;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64em) {
  .home-flash-infos-item {
    padding-left: 10%;
  }
}
@media only screen and (min-width: 78em) {
  .home-flash-infos-item {
    max-width: 975px;
  }
}
.home-flash-infos-item:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 78em) {
  .home-flash-infos-item:last-child {
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 90em) {
  .home-flash-infos-item:last-child {
    margin-bottom: -170px;
  }
}
@media only screen and (min-width: 48em) {
  .home-flash-infos-item-titre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 160px;
  }
}
@media only screen and (min-width: 48em) {
  .home-flash-infos-item-titre::after {
    content: "";
    margin-left: 20px;
    width: 1px;
    height: 25px;
    background-color: #fff;
  }
}
.home-flash-infos-item-titre > p {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48em) {
  .home-flash-infos-item-titre > p {
    margin-bottom: 0;
  }
}
.home-flash-infos-item-content > p {
  margin: 0;
  font-size: 15px;
  line-height: 1.61;
}
.home-flash-infos-item-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  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;
  position: absolute;
  top: -15px;
  right: -5px;
  background-color: #98bb59;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 48em) {
  .home-flash-infos-item-close {
    right: -15px;
  }
}
.home-flash-infos-item-close::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/close-white.svg") no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  display: block;
}
.home-alaune {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media only screen and (min-width: 48em) {
  .home-alaune {
    width: 100%;
    position: initial;
    margin: 0;
  }
}
@media only screen and (min-width: 64em) {
  .home-alaune {
    max-width: 1650px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 78em) {
  .home-alaune {
    position: relative;
    left: initial;
    right: initial;
    z-index: 10;
    margin-top: 130px;
  }
}
@media only screen and (min-width: 90em) {
  .home-alaune {
    margin-top: 200px;
  }
}
.home-alaune-inner {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .home-alaune-inner {
    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;
  }
}
.home-alaune > h2 {
  margin-bottom: 50px;
}
.home-alaune-image {
  height: 450px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .home-alaune-image {
    width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .home-alaune-image {
    height: 580px;
  }
}
.home-alaune-image::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/forms/half-circle-gradient-blue.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 168px;
  height: 334px;
  opacity: 0.8;
  position: absolute;
  bottom: -80px;
  right: 0;
}
@media only screen and (min-width: 48em) {
  .home-alaune-image::after {
    bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .home-alaune-image::after {
    bottom: 120px;
  }
}
.home-alaune-image > img {
  border-radius: 0 !important;
}
@media only screen and (min-width: 48em) {
  .home-alaune-image > img {
    border-radius: 20px !important;
  }
}
.home-alaune-bloc-texte {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 42px 28px -18px rgba(0, 0, 0, 0.24);
          box-shadow: 0 42px 28px -18px rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  margin: 0 4%;
  padding: 30px;
  position: relative;
  z-index: 2;
  margin-top: -50px;
}
@media only screen and (min-width: 48em) {
  .home-alaune-bloc-texte {
    padding: 30px 50px;
    margin: 0;
    position: absolute;
    max-width: 450px;
    right: 8%;
  }
}
@media only screen and (min-width: 64em) {
  .home-alaune-bloc-texte {
    max-width: 510px;
  }
}
.home-alaune-bloc-texte-titre > p {
  margin-bottom: 40px;
}
.home-alaune-bloc-texte-content > p {
  line-height: 1.5;
  color: rgba(13, 17, 31, 0.8);
  margin-bottom: 35px;
}
.home-recents-posts-inner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-inner {
    width: 100%;
    position: initial;
    margin: 0;
  }
}
@media only screen and (min-width: 78em) {
  .home-recents-posts-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1650px;
    margin: 0 auto;
  }
}
.home-recents-posts-agenda {
  -webkit-box-shadow: 0 17px 45px -22px rgba(0, 74, 147, 0.29);
          box-shadow: 0 17px 45px -22px rgba(0, 74, 147, 0.29);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(97%, rgba(239, 255, 236, 0.95)), color-stop(2%, #f5fff3));
  background-image: linear-gradient(to top, rgba(239, 255, 236, 0.95) 97%, #f5fff3 2%);
  padding-bottom: 50px;
  margin-top: 30px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-agenda {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 64em) {
  .home-recents-posts-agenda {
    border-radius: 50px;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 78em) {
  .home-recents-posts-agenda {
    border-radius: 70px;
    width: 40%;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 90em) {
  .home-recents-posts-agenda {
    margin-right: 80px;
    margin-top: 120px;
  }
}
@media only screen and (min-width: 103.125em) {
  .home-recents-posts-agenda {
    width: 45%;
    margin-right: 100px;
    margin-top: 150px;
  }
}
.home-recents-posts-agenda::before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/forms/circle-gradient-green.svg") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  display: block;
  width: 400px;
  height: 400px;
  bottom: 0;
  margin-left: -150px;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-agenda::before {
    width: 530px;
    height: 530px;
    margin-left: -300px;
    bottom: 70px;
  }
}
@media only screen and (min-width: 64em) {
  .home-recents-posts-agenda::before {
    bottom: -40px;
  }
}
@media only screen and (min-width: 120em) {
  .home-recents-posts-agenda::before {
    width: 600px;
    height: 600px;
    margin-left: -270px;
  }
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-agenda-titre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 78em) {
  .home-recents-posts-agenda-titre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 103.125em) {
  .home-recents-posts-agenda-titre {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.home-recents-posts-agenda-titre > h2 {
  margin-top: 0;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-agenda-titre > h2 {
    margin-bottom: 0;
  }
}
.home-recents-posts-agenda-titre > h2::before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/forms/half-circle-green.svg") no-repeat;
  background-size: 100% 100%;
}
.home-recents-posts-agenda-titre .home-recents-posts-agenda-btn {
  padding: 0 40px;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-agenda-titre .home-recents-posts-agenda-btn {
    margin-left: auto;
  }
}
@media only screen and (min-width: 78em) {
  .home-recents-posts-agenda-titre .home-recents-posts-agenda-btn {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 103.125em) {
  .home-recents-posts-agenda-titre .home-recents-posts-agenda-btn {
    margin-left: auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 78em) {
  .home-recents-posts-agenda-titre .home-recents-posts-agenda-btn > a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 103.125em) {
  .home-recents-posts-agenda-titre .home-recents-posts-agenda-btn > a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 120em) {
  .home-recents-posts-agenda-titre .home-recents-posts-agenda-btn > a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 103.125em) {
  .home-recents-posts-agenda-titre .home-recents-posts-agenda-btn > a::before {
    top: 16px;
  }
}
@media only screen and (min-width: 120em) {
  .home-recents-posts-agenda-titre .home-recents-posts-agenda-btn > a::before {
    top: 18px;
  }
}
.home-recents-posts-agenda-content {
  margin-top: 50px;
}
.home-recents-posts-agenda-content-subtitle {
  font-size: 20px;
  font-family: "avenirnextdemi", sans-serif;
  color: #48993d;
  padding-left: 4%;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-agenda-content-subtitle {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .home-recents-posts-agenda-content-subtitle {
    margin-bottom: 20px;
  }
}
.home-recents-posts-agenda-content .event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  -moz-appearance: menuimage;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 50px;
  padding: 10px 0 50px 4%;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-agenda-content .event-list {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .home-recents-posts-agenda-content .event-list {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 90em) {
  .home-recents-posts-agenda-content .event-list {
    margin: 0;
  }
}
.home-recents-posts-agenda-content .event-list-item {
  min-width: 240px;
  margin-right: 20px;
  white-space: normal;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 30em) {
  .home-recents-posts-agenda-content .event-list-item {
    min-width: 330px;
  }
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-agenda-content .event-list-item {
    min-width: 430px;
  }
}
@media only screen and (min-width: 78em) {
  .home-recents-posts-agenda-content .event-list-item {
    min-width: 340px;
  }
}
@media only screen and (min-width: 103.125em) {
  .home-recents-posts-agenda-content .event-list-item {
    min-width: 470px;
  }
}
.home-recents-posts-agenda-content .event-list-item-content-text {
  height: 80px;
  overflow: hidden;
  margin-bottom: 70px;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 64em) {
  .home-recents-posts-agenda-content .event-list-item-content-text {
    height: 90px;
  }
}
@media only screen and (min-width: 78em) {
  .home-recents-posts-agenda-content .event-list-item-content-text {
    height: 130px;
    margin-bottom: 60px;
    -webkit-line-clamp: 4;
  }
}
.home-recents-posts-agenda-content .home-recents-posts-agenda-btn {
  text-align: center;
}
.home-recents-posts-actus {
  position: relative;
  margin-top: 30px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .home-recents-posts-actus {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 90em) {
  .home-recents-posts-actus {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 103.125em) {
  .home-recents-posts-actus {
    margin-top: 150px;
  }
}
.home-recents-posts-actus::before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/forms/form-blue.svg") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -400px;
  display: block;
  width: 800px;
  height: 100%;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-actus::before {
    width: 1200px;
    left: -600px;
  }
}
@media only screen and (min-width: 78em) {
  .home-recents-posts-actus::before {
    width: 100vw;
    right: 0;
    top: -250px;
    left: initial;
    margin-right: -50vw;
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 120em) {
  .home-recents-posts-actus::before {
    margin-right: -40vw;
  }
}
.home-recents-posts-actus-titre {
  padding-right: 4%;
}
.home-recents-posts-actus-titre > h2 {
  margin: 0 0 50px;
}
.home-recents-posts-actus .blog-list {
  padding: 0 4%;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-actus .blog-list {
    padding: 0;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 90em) {
  .home-recents-posts-actus .blog-list {
    margin: 0;
    grid-gap: 30px;
  }
}
@media only screen and (min-width: 103.125em) {
  .home-recents-posts-actus .blog-list {
    grid-gap: 40px;
  }
}
.home-recents-posts-actus .blog-list-item {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.home-recents-posts-actus .blog-list-item::before, .home-recents-posts-actus .blog-list-item::after {
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .home-recents-posts-actus .blog-list-item:hover::before {
    content: "Lire l'article";
    width: 100%;
    height: 100%;
    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;
    position: absolute;
    background-color: rgba(0, 153, 203, 0.95);
    z-index: 1;
    padding-bottom: 35px;
  }
  .home-recents-posts-actus .blog-list-item:hover::after {
    content: "";
    background: url("/wp-content/themes/theme-startup/images/icons/icon-voir-plus.svg") no-repeat;
    background-size: 54px 54px;
    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;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-actus .blog-list-item:first-of-type {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.home-recents-posts-actus .blog-list-item:first-of-type .blog-list-item-content-text {
  height: 80px;
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-actus .blog-list-item:first-of-type .blog-list-item-content-text {
    height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
  }
}
.home-recents-posts-actus .blog-list-item:nth-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-actus .blog-list-item:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }
}
.home-recents-posts-actus .blog-list-item:nth-of-type(3) {
  display: none;
}
@media only screen and (min-width: 48em) {
  .home-recents-posts-actus .blog-list-item:nth-of-type(3) {
    display: block;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }
}
.home-recents-posts-actus .blog-list-item:nth-of-type(2) .blog-list-item-content-text, .home-recents-posts-actus .blog-list-item:nth-of-type(3) .blog-list-item-content-text {
  height: 80px;
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 64em) {
  .home-recents-posts-actus .blog-list-item:nth-of-type(2) .blog-list-item-content-text, .home-recents-posts-actus .blog-list-item:nth-of-type(3) .blog-list-item-content-text {
    height: 90px;
  }
}
.home-recents-posts-actus .blog-list-item:not(:first-of-type) .blog-list-item-img {
  display: none;
}
.home-recents-posts-actus-btn {
  text-align: center;
  margin-top: 40px;
}
.home-rubriques {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  -webkit-box-shadow: 0 17px 45px -22px rgba(0, 74, 147, 0.29);
          box-shadow: 0 17px 45px -22px rgba(0, 74, 147, 0.29);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 238, 243, 0.5)), to(#d2f8ff));
  background-image: linear-gradient(to bottom, rgba(226, 238, 243, 0.5), #d2f8ff);
  padding-bottom: 80px;
}
@media only screen and (min-width: 48em) {
  .home-rubriques {
    width: 100%;
    position: relative;
    right: 0;
    left: 0;
    margin: 0;
    border-radius: 20px 0 20px 0;
    margin-top: 30px;
    max-width: 1650px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 64em) {
  .home-rubriques {
    border-radius: 50px 0 50px 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 78em) {
  .home-rubriques {
    border-radius: 70px 0 70px 0;
    margin-top: 100px;
    padding-top: 20px;
  }
}
.home-rubriques::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/forms/form-gradient-blue.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
@media only screen and (min-width: 64em) {
  .home-rubriques::after {
    left: initial;
    right: -148px;
    width: 500px;
  }
}
.home-rubriques-inner > h2 {
  margin-top: 0;
}
.home-rubriques-items {
  padding: 0 4%;
  margin-top: 40px;
}
@media only screen and (min-width: 78em) {
  .home-rubriques-items {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 90em) {
  .home-rubriques-items {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 78em) {
  .home-rubriques-items-item {
    width: calc(33.3333% - 20px);
  }
}
.home-rubriques-items-item:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (min-width: 78em) {
  .home-rubriques-items-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.home-rubriques-items-item-img {
  height: 150px;
}
@media only screen and (min-width: 48em) {
  .home-rubriques-items-item-img {
    height: 200px;
  }
}
@media only screen and (min-width: 64em) {
  .home-rubriques-items-item-img {
    height: 250px;
  }
}
@media only screen and (min-width: 78em) {
  .home-rubriques-items-item-img {
    height: 180px;
  }
}
.home-rubriques-items-item-img > img {
  border-radius: 20px 20px 0 0 !important;
}
.home-rubriques-items-item-content {
  -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.38);
          box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.38);
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  top: -25px;
  text-align: center;
  padding: 20px 20px 50px;
}
@media only screen and (min-width: 48em) {
  .home-rubriques-items-item-content {
    padding: 40px 40px 50px;
  }
}
@media only screen and (min-width: 78em) {
  .home-rubriques-items-item-content {
    height: calc(100% - 180px);
  }
}
.home-rubriques-items-item-content > .h3 {
  margin: 0 0 20px;
}
@media only screen and (min-width: 78em) {
  .home-rubriques-items-item-content > .h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 90em) {
  .home-rubriques-items-item-content > .h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 103.125em) {
  .home-rubriques-items-item-content > .h3 {
    font-size: 36px;
  }
}
.home-rubriques-items-item-content > p:not(.h3) {
  color: rgba(13, 17, 21, 0.7);
  font-size: 18px;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  .home-rubriques-items-item-content-liens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 78em) {
  .home-rubriques-items-item-content-liens {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-rubriques-items-item-content-liens-principal {
  margin-top: 30px;
}
@media only screen and (min-width: 48em) {
  .home-rubriques-items-item-content-liens-principal {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 78em) {
  .home-rubriques-items-item-content-liens-principal {
    margin-right: 0;
  }
}
.home-rubriques-items-item-content-liens-principal > a {
  font-size: 18px;
}
.home-rubriques-items-item-content-liens-secondaire {
  margin-top: 15px;
}
@media only screen and (min-width: 48em) {
  .home-rubriques-items-item-content-liens-secondaire {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 78em) {
  .home-rubriques-items-item-content-liens-secondaire {
    margin-top: 20px;
  }
}
.home-rubriques-items-item-content-liens-secondaire > a {
  font-size: 16px;
}
.home-rubriques-items-item:nth-child(2) .home-rubriques-items-item-content > .h3::after {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-flower.svg") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.home-echo {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #004a93;
  padding: 50px 0 90px;
}
@media only screen and (min-width: 48em) {
  .home-echo {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 64em) {
  .home-echo {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 78em) {
  .home-echo {
    padding-bottom: 120px;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 90em) {
  .home-echo {
    padding: 100px 0 150px;
  }
}
.home-echo-inner {
  padding: 0 4%;
  color: #fff;
  max-width: 1650px;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .home-echo-inner {
    padding: 0 8%;
  }
}
@media only screen and (min-width: 78em) {
  .home-echo-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;
    padding-left: calc(4% + 25px);
    padding-right: calc(4% + 25px);
  }
}
@media only screen and (min-width: 103.125em) {
  .home-echo-inner {
    padding-left: calc(0% + 25px);
    padding-right: 4%;
  }
}
@media only screen and (min-width: 78em) {
  .home-echo-left {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 90em) {
  .home-echo-left {
    max-width: 610px;
  }
}
.home-echo-left > h2 {
  margin-top: 0;
  margin-left: -4%;
  margin-right: -4%;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .home-echo-left > h2 {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 64em) {
  .home-echo-left > h2::before {
    left: -100px;
  }
}
.home-echo-left-subtitle {
  font-size: 20px;
  line-height: 1.45;
  margin-top: 50px;
}
@media only screen and (min-width: 48em) {
  .home-echo-left-subtitle {
    padding-left: calc(50px - 4%);
  }
}
@media only screen and (min-width: 64em) {
  .home-echo-left-subtitle {
    padding-left: calc(100px - 4%);
    font-size: 24px;
    margin-top: 30px;
  }
}
.home-echo-left-description {
  font-size: 16px;
  margin: 30px 0;
}
@media only screen and (min-width: 48em) {
  .home-echo-left-description {
    padding-left: calc(50px - 4%);
  }
}
@media only screen and (min-width: 64em) {
  .home-echo-left-description {
    padding-left: calc(100px - 4%);
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 48em) {
  .home-echo-left-link {
    padding-left: calc(50px - 4%);
  }
}
@media only screen and (min-width: 64em) {
  .home-echo-left-link {
    padding-left: calc(100px - 4%);
  }
}
.home-echo-left-link > a {
  border-color: #5bf0fc;
  color: #5bf0fc;
}
.home-echo-left-link > a:hover {
  background-color: #5bf0fc;
  color: #004a93;
}
.home-echo-right {
  margin-top: 80px;
}
@media only screen and (min-width: 78em) {
  .home-echo-right {
    margin-top: 0;
    min-width: 430px;
  }
}
.home-echo-right-numero {
  display: none;
}
@media only screen and (min-width: 78em) {
  .home-echo-right-numero {
    display: block;
    text-align: right;
  }
  .home-echo-right-numero > p {
    font-style: italic;
    font-size: 14px;
  }
}
.home-echo-right-image {
  position: relative;
  overflow: hidden;
  max-width: 510px;
  margin: 0 auto;
}
.home-echo-right-image:hover .home-echo-right-image-link a::before,
.home-echo-right-image:hover .home-echo-right-image-link a::after {
  -webkit-transform: scale(105%);
          transform: scale(105%);
}
.home-echo-right-image > img {
  border-radius: 8px !important;
}
.home-echo-right-image-link > a {
  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;
}
.home-echo-right-image-link > a::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.38);
          box-shadow: 0 22px 44px -18px rgba(0, 74, 147, 0.38);
  border-radius: 50px;
  -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);
}
.home-echo-right-image-link > a::after {
  content: "";
  background: url(/wp-content/themes/theme-startup/images/icons/icon-search-file.svg) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  -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);
}
.home-echo-right-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-echo-right-btn > a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 10px 25px;
  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: 5px 10px;
}
.home-echo-right-btn > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.home-echo-right-btn > a:first-child::before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-feuilletage.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.home-echo-right-btn > a:nth-child(2)::before {
  content: "";
  background: url("/wp-content/themes/theme-startup/images/icons/icon-download-white.svg") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
/*# sourceMappingURL=style.css.map */