@charset "UTF-8";
/*
Theme Name: Starter Template
Theme URI: http://underscores.me/
Author: Tokiz Digital
Author URI: https://www.tokiz.fr
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Starter Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* FONT FACE */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("assets/fonts/Poppins-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("assets/fonts/Poppins-Bold.ttf") format("opentype");
}
/* VARIABLES */
html, body, #responsive-menu #responsive-menu-inner #mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* GLOBAL */
html {
  font-family: "Poppins", Verdana;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  scroll-behavior: smooth;
}
a {
  color: #FFB300;
  text-decoration: none;
  transition: 0.2s;
}
h1, .h1 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2em;
}
@media (max-width: 1600px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 1450px) {
  h1, .h1 {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  h1, .h1 {
    font-size: 32px;
  }
}
h1 strong, .h1 strong {
  position: relative;
}
h1 strong:after, .h1 strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 15px;
  border-radius: 15px;
  background-color: #FFB300;
  z-index: -1;
}
@media (max-width: 1600px) {
  h1 strong:after, .h1 strong:after {
    height: 11px;
  }
}
h2, .h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}
@media (max-width: 1600px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  h2, .h2 {
    font-size: 30px;
  }
}
h2.center, .h2.center {
  text-align: center;
}
h2 strong, .h2 strong {
  position: relative;
}
h2 strong:after, .h2 strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 15px;
  border-radius: 15px;
  background-color: #FFB300;
  z-index: -1;
}
@media (max-width: 1600px) {
  h2 strong:after, .h2 strong:after {
    height: 11px;
  }
}
@media (max-width: 600px) {
  h2 strong:after, .h2 strong:after {
    height: 8px;
  }
}
h3, .h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}
@media (max-width: 600px) {
  h3, .h3 {
    font-size: 25px;
  }
}
blockquote {
  background-color: #000000;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0;
}
blockquote p {
  color: #ffffff;
  text-align: left;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* WORDPRESS */
.gallery {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1450px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery figure {
  margin: 0;
}
.gallery a {
  display: block;
}
.gallery img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
@media (max-width: 600px) {
  .gallery img {
    height: 200px;
  }
}
.alignnone, .alignleft, .wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright, .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.alignright {
  float: right;
}
.wp-caption .wp-caption-text, .gallery-item .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* CLASS */
.clear {
  clear: both;
}
.wrapper {
  width: 1432px;
  max-width: 90%;
  margin: 0 auto;
}
.wrapper.big {
  width: 1640px;
}
.wrapper.large {
  width: 1500px;
}
.wrapper.medium {
  width: 1080px;
}
.wrapper.meh {
  width: 900px;
}
.wrapper.small {
  width: 600px;
}
.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wrapper_btn {
  display: flex;
  margin-top: 37px;
}
.wrapper_btn.center {
  justify-content: center;
}
.wrapper_btn.left {
  justify-content: left;
}
.wrapper_btn.right {
  justify-content: right;
}
.btn, form input[type="submit"], .wpcf7-form input[type="submit"] {
  background-color: #FFB300;
  border: 1px solid #FFB300;
  border-radius: 40px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.7);
}
.btn:hover, form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover {
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(255, 179, 0, 0.9);
}
.btn.outline, form input.outline[type="submit"], .wpcf7-form input.outline[type="submit"] {
  background-color: transparent;
  box-shadow: initial;
}
.btn.outline:hover, form input.outline[type="submit"]:hover, .wpcf7-form input.outline[type="submit"]:hover {
  background-color: #FFB300;
  color: #000000;
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.7);
}
section {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
@media (max-width: 600px) {
  section {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
/* Slick */
.slick-prev, .slick-next {
  position: absolute;
  width: 29px;
  height: 20px;
  left: 0;
  bottom: -40px;
  cursor: pointer;
  background-image: url(assets/img/arrow.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  border: 0;
  color: transparent;
  background-color: transparent;
  transition: 0.2s;
  /*&:after {
		content: "";
		position: absolute;
		left: -9px;
		top: -2px;
		background-color: $orange;
		border-radius: 15px;
		height: 17px;
		width: 0;
		z-index: -1;
		opacity: 0;
		transition: 0.2s;
	}
	&:hover {
		&:after {
			opacity: 1;
			width: 28px;
		}
	}*/
}
.slick-prev:hover, .slick-next:hover {
  left: -5px;
  opacity: 0.7;
}
.slick-next {
  left: 70px;
  transform: rotate(0);
  /*&:after {
		right: -9px;
		left: auto;
	}*/
}
.slick-next:hover {
  left: 75px;
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots li.slick-active button {
  background-color: #FFB300;
  box-shadow: #FFB300;
}
.slick-dots li button {
  background-color: transparent;
  border: 1px solid #FFB300;
  padding: 0;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}
/* Fil d'ariane */
#breadcrumbs {
  font-size: 14px;
  margin: 10px 0 40px;
}
#breadcrumbs .breadcrumb_last {
  color: #000000;
}
/* Form */
form, .wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
form p, .wpcf7-form p {
  margin: 0;
}
form .rgpd, .wpcf7-form .rgpd {
  font-size: 12px !important;
}
form .mid, .wpcf7-form .mid {
  width: 47%;
  margin: 15px 0;
}
@media (max-width: 600px) {
  form .mid, .wpcf7-form .mid {
    width: 100%;
    margin: 7px 0;
  }
}
form .full, .wpcf7-form .full {
  width: 100%;
  margin: 15px 0;
}
@media (max-width: 600px) {
  form .full, .wpcf7-form .full {
    margin: 7px 0;
  }
}
form .submit, .wpcf7-form .submit {
  width: 100%;
  text-align: center;
  position: relative;
}
form .submit .wpcf7-spinner, .wpcf7-form .submit .wpcf7-spinner {
  display: none;
}
form .select label, .wpcf7-form .select label {
  display: block;
}
form .select select, .wpcf7-form .select select {
  width: 100%;
}
form label, .wpcf7-form label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
form .wpcf7-not-valid-tip, .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 10px;
  text-transform: initial;
  margin-top: 5px;
}
form input, form textarea, .wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
}
form input, form select, form textarea, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  color: #000000;
  border: 0;
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 10px 5px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #c3c3c3;
  outline: none;
  transition: 0.2s;
}
form input:focus, form select:focus, form textarea:focus, .wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
  border-color: #FFB300;
}
form textarea, .wpcf7-form textarea {
  height: 120px;
}
form input[type="submit"], .wpcf7-form input[type="submit"] {
  margin: 30px 0 15px;
  width: auto;
}
.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #00ab15;
}
/* Pagination */
.navigation {
  margin: 30px 0 0;
  width: 100%;
  text-align: center;
  grid-column: 1 / 4;
}
.navigation .nav-links .page-numbers {
  border: 2px solid #000000;
  padding: 5px 12px;
}
.navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
  border: 0;
  text-transform: uppercase;
  font-family: "Poppins", Verdana;
}
.navigation .nav-links .page-numbers.current {
  background-color: #000000;
  color: #ffffff;
}
/* FAQ*/
.wrapper_faq .faq {
  position: relative;
  border: 1px solid rgba(255, 179, 0, 0.4);
  border-radius: 15px;
  transition: 0.2s;
  margin-bottom: 10px;
  cursor: pointer;
}
.wrapper_faq .faq:hover {
  border: 1px solid #ffb300;
}
.wrapper_faq .faq .question {
  position: relative;
  padding: 25px 40px 25px 25px;
}
.wrapper_faq .faq .question h3 {
  font-size: 20px;
  color: #000000;
}
.wrapper_faq .faq .question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  color: #000000;
  background-color: #FFB300;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.wrapper_faq .faq .question > * {
  margin: 0;
}
.wrapper_faq .faq.active .question:after {
  content: "-";
  color: #FFB300;
  background-color: #000000;
}
.wrapper_faq .faq .reponse {
  display: none;
  padding: 0 20px 20px;
}
/**
 *  Style Formulaires : Global
 */
.formulaire-single {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
}
.formulaire-container {
  width: 100%;
  max-width: 900px;
  background-color: #000000;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .formulaire-container {
    padding: 25px;
  }
}
.formulaire-logo-container {
  text-align: center;
  margin-bottom: 30px;
}
.formulaire-logo-container .formulaire-logo {
  max-width: 300px;
  height: auto;
  border-radius: 8px;
}
.formulaire-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 48px;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .formulaire-title {
    font-size: 1.5rem;
  }
}
/**
 *  Interface Login
 */
.formulaire-password-container {
  background: #000000;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 26px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  color: #ffffff;
}
.formulaire-password-message {
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 1.6;
}
.formulaire-password-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.formulaire-password-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.formulaire-password-field label {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.formulaire-password-field input[type="password"] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 15px;
  color: #ffffff;
  font-size: 1rem;
  width: 320px;
}
.formulaire-password-field input[type="password"]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.formulaire-password-field input[type="password"]:focus {
  outline: none;
  border-color: #FFB300;
  background: rgba(255, 255, 255, 0.15);
}
/**
 *  Formulaire
 */
.formulaire-form {
  display: block;
}
.formulaire-tabs {
  display: flex;
  overflow-x: auto;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  gap: 5px;
}
.formulaire-tabs::-webkit-scrollbar {
  height: 8px;
}
.formulaire-tabs::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.formulaire-tabs::-webkit-scrollbar-thumb {
  background: #FFB300;
  border-radius: 4px;
}
.formulaire-tabs::-webkit-scrollbar-thumb:hover {
  background: #ffc233;
}
.formulaire-tabs .formulaire-tab-button {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 24px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}
.formulaire-tabs .formulaire-tab-button:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.formulaire-tabs .formulaire-tab-button.active {
  color: #000000;
  background: #FFB300;
  font-weight: 600;
}
.formulaire-tabs-content .formulaire-tab-content {
  display: none;
}
.formulaire-tabs-content .formulaire-tab-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.formulaire-questions-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.formulaire-question-wrapper {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
}
.formulaire-question-wrapper:hover {
  background: rgba(255, 255, 255, 0.1);
}
.formulaire-question {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.formulaire-question label {
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
}
.formulaire-question .formulaire-question-example {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}
.formulaire-question .formulaire-question-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #ffffff;
  padding: 12px 15px;
  font-family: inherit;
  font-size: 1rem;
  resize: vertical;
  transition: all 0.3s ease;
  width: 100%;
}
.formulaire-question .formulaire-question-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.formulaire-question .formulaire-question-input:focus {
  outline: none;
  border-color: #FFB300;
  background: rgba(255, 255, 255, 0.15);
}
.formulaire-submit-container {
  margin-top: 40px;
  text-align: center;
}
.formulaire-submit-container:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.formulaire-message {
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
}
.formulaire-message.formulaire-message-success {
  background: rgba(0, 200, 83, 0.2);
  color: #00c853;
  border: 1px solid #00c853;
}
.formulaire-message.formulaire-message-error {
  background: rgba(244, 67, 54, 0.2);
  color: #f44336;
  border: 1px solid #f44336;
}
.formulaire-empty {
  text-align: center;
  padding: 40px 20px;
  color: rgba(255, 255, 255, 0.7);
}
.formulaire-empty p {
  font-size: 1.1rem;
  line-height: 1.6;
  font-style: italic;
}
/*--------------------------------------------------------------
MENU
--------------------------------------------------------------*/
.btn_flottant {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 999;
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.7);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media (max-width: 1366px) {
  .btn_flottant {
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: stretch;
    box-shadow: none;
  }
}
.btn_flottant a {
  display: block;
  background-color: #FFB300;
  padding: 30px 10px 10px 10px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  text-align: center;
}
@media (max-width: 1366px) {
  .btn_flottant a {
    width: 34%;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .btn_flottant a {
    width: 50%;
  }
}
.btn_flottant a:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 600px) {
  .btn_flottant a:hover {
    background-color: #000000;
    color: #FFB300;
  }
}
.btn_flottant a:last-child {
  border-bottom-left-radius: 20px;
}
@media (max-width: 1366px) {
  .btn_flottant a:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
}
.btn_flottant a:first-child {
  border-top-left-radius: 20px;
}
.btn_flottant a.tel {
  background-image: url(assets/img/tel.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 9px center;
}
@media (max-width: 600px) {
  .btn_flottant a.tel {
    display: none;
  }
}
.btn_flottant a.tel.mobile {
  display: none;
}
@media (max-width: 600px) {
  .btn_flottant a.tel.mobile {
    display: block;
    border-top-left-radius: 20px;
  }
}
.btn_flottant a.avis {
  background-image: url(assets/img/rate.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 9px center;
}
@media (max-width: 600px) {
  .btn_flottant a.avis {
    display: none;
  }
}
.btn_flottant a.search {
  background-image: url(assets/img/search.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 9px center;
}
#masthead {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
#masthead.scrollPlus {
  background-color: #ffffff;
}
#masthead.scrollPlus .top_menu {
  padding: 0 20px;
}
#masthead.scrollPlus .top_menu p {
  padding: 8px 0 8px 87px;
}
@media (max-width: 600px) {
  #masthead.scrollPlus .top_menu p {
    padding-left: 0;
  }
}
#masthead.scrollPlus .top_menu p, #masthead.scrollPlus .top_menu a {
  font-size: 13px;
}
#masthead.scrollPlus > .wrapper {
  padding-bottom: 10px;
}
#masthead.scrollPlus > .wrapper #logo {
  width: 120px;
}
#masthead.scrollPlus > .wrapper #primary-menu li a {
  font-size: 15px !important;
}
@media (max-width: 1600px) {
  #masthead.scrollPlus > .wrapper #primary-menu li a {
    font-size: 14px !important;
  }
}
#masthead.scrollPlus > .wrapper .ctas .btn, #masthead.scrollPlus > .wrapper .ctas form input[type="submit"], form #masthead.scrollPlus > .wrapper .ctas input[type="submit"], #masthead.scrollPlus > .wrapper .ctas .wpcf7-form input[type="submit"], .wpcf7-form #masthead.scrollPlus > .wrapper .ctas input[type="submit"] {
  font-size: 15px;
}
#masthead .top_menu {
  background-color: #ffde00;
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: center;
  transition: 0.2s;
  position: relative;
  /*&:after {
            content: "";
            background-image: url(assets/img/marketing.svg);
            background-repeat: repeat-x;
            background-position: center center;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0.2;
            background-size: 20px;
        }*/
}
#masthead .top_menu p {
  width: fit-content;
  margin: 0 auto;
  padding: 8px 0 8px 87px;
  font-size: 16px;
  display: inline-block;
  background-image: url(assets/img/crss.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 77px;
  transition: 0.2s;
}
@media (max-width: 1600px) {
  #masthead .top_menu p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  #masthead .top_menu p {
    background-image: none;
    padding-left: 0;
  }
}
#masthead .top_menu p a {
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 1600px) {
  #masthead .top_menu p a {
    font-size: 14px;
  }
}
#masthead .top_menu p a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
#masthead > .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 179, 0, 0.3);
  padding-bottom: 0px;
}
#masthead > .wrapper > #logo {
  width: 185px;
}
@media (max-width: 1600px) {
  #masthead > .wrapper > #logo {
    width: 140px;
  }
}
#masthead > .wrapper #site-navigation {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  #masthead > .wrapper #site-navigation {
    width: 88%;
  }
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container {
  width: 80%;
  display: flex;
}
@media (max-width: 1366px) {
  #masthead > .wrapper #site-navigation .menu-menu-principal-container {
    display: none;
  }
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li {
  list-style: none;
  padding: 0 20px;
  position: relative;
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  width: 240px;
  background-color: #ffffff;
  position: absolute;
  left: 16px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li .sub-menu li {
  padding: 0 15px;
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li .sub-menu li:after {
  content: none;
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li .sub-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li .sub-menu li:hover .sub-menu {
  top: 0;
  left: 100%;
  opacity: 1;
  visibility: visible;
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li .sub-menu li a {
  display: block;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  #masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li {
    padding: 0 17px;
  }
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li.current-menu-item > a, #masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li.current-menu-ancestor > a {
  color: #FFB300;
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li:after {
  content: "";
  background-color: transparent;
  border: 1px solid #FFB300;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 97%;
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li:last-child:after {
  content: none;
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li a {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1600px) {
  #masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li a {
    font-size: 15px;
  }
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container #primary-menu li a:hover {
  color: #FFB300;
}
#masthead > .wrapper #site-navigation .ctas {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1450px) {
  #masthead > .wrapper #site-navigation .ctas {
    width: auto;
  }
}
@media (max-width: 1366px) {
  #masthead > .wrapper #site-navigation .ctas {
    width: 100%;
  }
}
#masthead > .wrapper #site-navigation .ctas ul {
  padding: 0;
  margin: 0 8px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1450px) {
  #masthead > .wrapper #site-navigation .ctas ul {
    display: none;
  }
}
#masthead > .wrapper #site-navigation .ctas ul li {
  list-style: none;
  margin: 0 3px;
}
#masthead > .wrapper #site-navigation .ctas ul li a.insta, #masthead > .wrapper #site-navigation .ctas ul li a.fb {
  display: block;
  background-color: #FFB300;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
}
#masthead > .wrapper #site-navigation .ctas ul li a.insta:hover, #masthead > .wrapper #site-navigation .ctas ul li a.fb:hover {
  transform: rotate(360deg);
}
#masthead > .wrapper #site-navigation .ctas ul li .insta {
  background-image: url(assets/img/insta.svg);
}
#masthead > .wrapper #site-navigation .ctas ul li .fb {
  background-image: url(assets/img/fb.svg);
}
#masthead > .wrapper #site-navigation .ctas .user {
  background-image: url(assets/img/compte.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: left 19px center;
  padding-left: 50px;
  margin-right: 12px;
  display: none;
}
@media (max-width: 1600px) {
  #masthead > .wrapper #site-navigation .ctas .user {
    font-size: 0;
    background-size: 26px;
    background-position: center center;
    padding: 0;
    margin-right: 11px;
    width: 45px;
    height: 44px;
  }
}
#masthead > .wrapper #site-navigation .ctas .tel {
  background-image: url(assets/img/tel.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: left 19px center;
  padding-left: 50px;
}
@media (max-width: 600px) {
  #masthead > .wrapper #site-navigation .ctas .tel {
    display: none;
  }
}
/*.mobile.tel {
    @include mobile {
        display: block;
    }
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 999;
    background-image: url(assets/img/tel.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: top 10px center;
    background-color: $orange;
    padding: 35px 10px 10px;
    color: $black;
    font-weight: $bold;
    text-align: center;
    box-shadow: $shadow_orange;
}*/
/*--------------------------------------------------------------
MENU MOBILE
--------------------------------------------------------------*/
#reponsive-menu-trigger-container {
  flex-flow: row-reverse;
  align-items: center;
  display: none;
}
@media (max-width: 1366px) {
  #reponsive-menu-trigger-container {
    display: flex;
    margin-left: 13px;
  }
}
#reponsive-menu-trigger-container #responsive-menu-trigger {
  height: 30px;
  width: 42px;
  flex-flow: column;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
}
#reponsive-menu-trigger-container #responsive-menu-trigger span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #FFB300;
  transition: 0.2s;
  position: relative;
}
#reponsive-menu-trigger-container #responsive-menu-trigger span span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span {
  background-color: transparent;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span:first-child {
  transform: translateY(15px);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span:last-child {
  transform: translateY(-15px);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span {
  opacity: 1;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span:first-child {
  transform: rotate(45deg);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span:last-child {
  transform: rotate(-45deg);
}
/* Menu */
#responsive-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  transition: 0.2s;
  z-index: 1000;
}
@media (max-width: 1366px) {
  #responsive-menu {
    display: block;
  }
}
#responsive-menu .close {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(assets/img/close.svg);
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: 0.3s;
}
#responsive-menu .close:hover {
  transform: rotate(360deg);
}
#responsive-menu #responsive-menu-inner {
  width: 100%;
  background-color: #000000;
  box-sizing: border-box;
  height: 100%;
  padding: 20px 0;
  overflow-y: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#responsive-menu #responsive-menu-inner #logo_white {
  text-align: center;
  margin-bottom: 20px;
}
#responsive-menu #responsive-menu-inner .btn.tel, #responsive-menu #responsive-menu-inner form input.tel[type="submit"], form #responsive-menu #responsive-menu-inner input.tel[type="submit"], #responsive-menu #responsive-menu-inner .wpcf7-form input.tel[type="submit"], .wpcf7-form #responsive-menu #responsive-menu-inner input.tel[type="submit"] {
  background-image: url(assets/img/tel.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: left 19px center;
  padding-left: 50px;
  margin-top: 20px;
}
#responsive-menu #responsive-menu-inner .infos {
  text-align: center;
  color: #ffffff;
  margin: 15px;
}
#responsive-menu #responsive-menu-inner .infos a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 600px) {
  #responsive-menu #responsive-menu-inner .infos a {
    font-size: 14px;
  }
}
#responsive-menu #responsive-menu-inner #mobile-menu {
  text-align: center;
}
#responsive-menu #responsive-menu-inner #mobile-menu a {
  color: #ffffff;
  font-size: 21px;
  padding: 10px 15px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu {
  display: none;
  padding: 4px 0 12px 10px;
  margin: 0;
  list-style: none;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu a {
  font-size: 14px;
  padding: 4px 15px;
  display: block;
  box-sizing: border-box;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children > a:after {
  position: absolute;
  content: "▼";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #ffffff;
  font-size: 12px;
  transition: 0.2s;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children.active > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children.active > .sub-menu {
  display: block;
}
#responsive-menu #responsive-menu-inner #mobile-menu .current-menu-item > a, #responsive-menu #responsive-menu-inner #mobile-menu .current-menu-ancestor > a {
  color: #FFB300;
}
#responsive-menu.active {
  right: 0;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
body.home {
  position: relative;
}
body.home:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(assets/img/trait_header.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 100%;
  height: 1400px;
  z-index: -1;
}
#header_home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*.vid {
        background-color: grey;
        height: 550px;
        @include mobile {
            height: 300px;
        }
    }*/
  /*.img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 550px;
        filter: grayscale(1);
        border-radius: 20px;
    }*/
}
@media (max-width: 820px) {
  #header_home {
    flex-flow: column-reverse;
  }
}
#header_home > * {
  width: 47%;
}
@media (max-width: 820px) {
  #header_home > * {
    width: 100%;
  }
}
#header_home video {
  border-radius: 20px;
  height: 379px;
  object-fit: contain;
  background-color: #ffffff;
}
@media (max-width: 600px) {
  #header_home video {
    height: 217px;
  }
}
#header_home .content {
  margin-bottom: 100px;
}
@media (max-width: 820px) {
  #header_home .content {
    margin-bottom: 29px;
  }
}
#header_home .content .anchor {
  display: inline-block;
}
#header_home .content p {
  font-size: 19px;
}
#header_home .content p img {
  margin: 15px 0 0;
  display: block;
}
.entry-content .content #contact_sec2 {
  margin: 30px 0 30px !important;
}
.entry-content .content #contact_sec2 .inner h3 {
  font-size: 18px;
}
.entry-content .content #contact_sec2 .inner iframe {
  height: 227px;
}
.entry-content .content .get-website-container {
  max-width: 100%;
  width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}
.entry-content .content .wpcf7 {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  max-width: 100%;
  width: 600px;
  margin: 0 auto;
}
.entry-content .content .wpcf7 form h3 {
  font-weight: 400;
  text-align: center;
  margin: 0;
  font-size: 20px;
}
.entry-content .content .wpcf7 form input[type="submit"] {
  font-size: 13px;
  margin-top: 20px;
}
body.single-post .btn_flottant {
  display: none;
}
.realisations_audit {
  background-color: #000000;
  padding: 70px 0 30px;
}
.realisations_audit .get-website-container {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #FFB300;
  padding: 35px 58px 45px;
  box-shadow: 0 0 40px rgba(255, 179, 0, 0.8);
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .realisations_audit .get-website-container {
    padding: 30px;
  }
}
.realisations_audit .get-website-container h2 {
  color: #000000;
  font-size: 26px;
}
@media (max-width: 600px) {
  .realisations_audit .get-website-container h2 {
    font-size: 18px;
    margin-top: 0 !important;
  }
}
.realisations_audit .get-website-container input[type="text"] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  color: #000000;
}
.realisations_audit .get-website-container input[type="text"]:focus {
  border-bottom: 1px solid black;
}
.realisations_audit .get-website-container input[type="text"]::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.realisations_audit .get-website-container .btn, .realisations_audit .get-website-container form input[type="submit"], form .realisations_audit .get-website-container input[type="submit"], .realisations_audit .get-website-container .wpcf7-form input[type="submit"], .wpcf7-form .realisations_audit .get-website-container input[type="submit"] {
  background-color: #000000;
  color: #ffffff;
  padding: 17px 35px;
  font-size: 14px;
}
.realisations_audit .get-website-container .btn:hover, .realisations_audit .get-website-container form input[type="submit"]:hover, form .realisations_audit .get-website-container input[type="submit"]:hover, .realisations_audit .get-website-container .wpcf7-form input[type="submit"]:hover, .wpcf7-form .realisations_audit .get-website-container input[type="submit"]:hover {
  background-color: #ffffff;
  color: #000000;
}
.get-website-container {
  background-color: #000000;
  border-radius: 15px;
  padding: 12px 36px 25px;
  flex-flow: row wrap;
  justify-content: space-between;
}
.get-website-container h2 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  width: 100%;
}
.get-website-container input[type="text"] {
  width: 55%;
  color: #ffffff;
  font-size: 14px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 10px 5px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #c3c3c3;
  outline: none;
  transition: 0.2s;
}
@media (max-width: 1450px) {
  .get-website-container input[type="text"] {
    width: 50%;
  }
}
@media (max-width: 1366px) {
  .get-website-container input[type="text"] {
    width: 100%;
  }
}
.get-website-container input[type="text"]:focus {
  border-color: #FFB300;
}
.get-website-container .btn, .get-website-container form input[type="submit"], form .get-website-container input[type="submit"], .get-website-container .wpcf7-form input[type="submit"], .wpcf7-form .get-website-container input[type="submit"] {
  font-size: 13px;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .get-website-container .btn, .get-website-container form input[type="submit"], form .get-website-container input[type="submit"], .get-website-container .wpcf7-form input[type="submit"], .wpcf7-form .get-website-container input[type="submit"] {
    width: 100%;
    margin-top: 10px;
  }
}
.get-website-container .btn:hover, .get-website-container form input[type="submit"]:hover, form .get-website-container input[type="submit"]:hover, .get-website-container .wpcf7-form input[type="submit"]:hover, .wpcf7-form .get-website-container input[type="submit"]:hover {
  color: #000000;
}
.get-website-container .disabled {
  pointer-events: none;
}
#ctas_home {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  width: 1311px;
  margin-top: -64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  #ctas_home {
    display: block;
  }
  #ctas_home .slick-arrow {
    display: none !important;
  }
  #ctas_home .slick-track {
    display: flex;
    align-items: stretch;
  }
}
@media (max-width: 600px) {
  #ctas_home {
    margin-top: 20px;
  }
}
#ctas_home .inner {
  position: relative;
  width: 18%;
  padding: 33px 10px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.2s;
  border-radius: 15px;
}
@media (max-width: 1366px) {
  #ctas_home .inner {
    background-color: rgba(255, 179, 0, 0.15);
    margin: 0 5px;
    min-height: 173px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}
#ctas_home .inner:hover {
  background-color: rgba(255, 179, 0, 0.15);
}
#ctas_home .inner:hover h3 {
  font-weight: 700;
}
#ctas_home .inner h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  transition: 0.2s;
}
@media (max-width: 600px) {
  #ctas_home .inner h3 {
    font-size: 16px;
  }
}
#ctas_home .inner i {
  background-color: #FFB300;
  text-transform: uppercase;
  font-style: inherit;
  font-weight: 700;
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 7px;
}
#ctas_home .inner span {
  display: block;
  margin: 0 auto 8px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 600px) {
  #ctas_home .inner span {
    width: 30px;
    height: 30px;
  }
}
#ctas_home .inner.more {
  width: 18%;
  display: flex;
  flex-flow: column;
  padding: 0;
  margin-left: 10px;
}
@media (max-width: 1366px) {
  #ctas_home .inner.more {
    background-color: rgba(255, 179, 0, 0);
  }
}
#ctas_home .inner.more:hover {
  background-color: transparent;
}
#ctas_home .inner.more a {
  padding: 20px;
  border-radius: 20px;
  color: #000000;
  font-weight: 700;
  background-color: rgba(255, 179, 0, 0.3);
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #ctas_home .inner.more a {
    display: none;
  }
}
#ctas_home .inner.more a:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.7);
}
#ctas_home .inner.more a:hover:after {
  transform: rotate(360deg);
}
#ctas_home .inner.more a h3 {
  font-weight: 700;
}
#ctas_home .inner.more a p {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}
#ctas_home .inner.more a.plus {
  margin-top: 10px;
  background-color: #ffb300;
  /*&:after {
                        content: "+";
                        background-color: $black;
                        border-radius: 50%;
                        width: 30px;
                        height: 30px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 18px;
                        color: $white;
                        position: absolute;
                        top: 5px;
                        left: 5px;
                        transition: 0.4s;
                    }*/
}
@media (max-width: 600px) {
  #ctas_home .inner.more a.plus {
    display: block;
    min-height: 173px;
    margin-top: 0;
    display: flex;
    align-items: center;
    padding: 20px 10px;
  }
}
section#home_sec1 {
  position: relative;
  margin-top: 160px !important;
  margin-bottom: 240px !important;
}
@media (max-width: 1366px) {
  section#home_sec1 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
@media (max-width: 600px) {
  section#home_sec1 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
section#home_sec1 .image {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 442px;
  width: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /*.btn_video {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -26px;
            z-index: 2;
            width: 53px;
            height: 53px;
            cursor: pointer;
            @include ipad {
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }
            &:hover {
                span:nth-child(1) {
                    width: 63px;
                    height: 63px;
                    box-shadow: $shadow;
                }
            }
            span {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                border-radius: 50%;
                cursor: pointer;
            }
            span:nth-child(1) {
                background-color:rgba($orange, 1);
                width: 53px;
                height: 53px;
                background-image: url(assets/img/play.svg);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 15px;
                z-index: 3;
                transition: 0.2s;
            }
            span:nth-child(2) {
                background-color:rgba($orange, 0.23);
                z-index: 2;
                animation: big 2s infinite;
                @keyframes big {
                    0% { 
                        width: 90px;
                        height: 90px;
                    }
                    50% { 
                        width: 123px;
                        height: 123px;
                    }
                    100% { 
                        width: 90px;
                        height: 90px;
                    }
                }
            }
            span:nth-child(3) {
                width: 125px;
                height: 125px;
                background-color:rgba($orange, 0.08);
                z-index: 1;
                animation: bigger 3s infinite;
                @keyframes bigger {
                    0% { 
                        width: 125px;
                        height: 125px;
                    }
                    50% { 
                        width: 135px;
                        height: 135px;
                    }
                    100% { 
                        width: 125px;
                        height: 125px;
                    }
                }
            }
        }*/
}
@media (max-width: 1366px) {
  section#home_sec1 .image {
    max-width: 90%;
    position: relative;
    top: initial;
    transform: initial;
    border-radius: 20px;
    width: 1640px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  section#home_sec1 .image {
    height: 300px;
  }
}
section#home_sec1 > .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  section#home_sec1 > .wrapper {
    flex-flow: column;
  }
}
section#home_sec1 .content {
  width: 29%;
  margin-left: 6%;
}
@media (max-width: 1450px) {
  section#home_sec1 .content {
    margin-left: 0;
    width: 35%;
  }
}
@media (max-width: 1366px) {
  section#home_sec1 .content {
    width: 100%;
  }
}
section#home_sec1 .equipe {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 57%;
  position: relative;
  z-index: 1;
  top: 112px;
}
@media (max-width: 1600px) {
  section#home_sec1 .equipe {
    max-width: 86%;
    position: absolute;
    top: initial;
    bottom: -166px;
    left: 0;
    width: 1640px;
    padding-left: 10%;
  }
}
@media (max-width: 1450px) {
  section#home_sec1 .equipe {
    bottom: -160px;
    padding-left: 5%;
  }
}
@media (max-width: 1366px) {
  section#home_sec1 .equipe {
    position: initial;
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-left: 0;
  }
  section#home_sec1 .equipe .slick-arrow {
    display: none !important;
  }
}
section#home_sec1 .equipe .inner {
  background-color: #FFB300;
  border-radius: 20px;
  padding: 16px;
  box-sizing: border-box;
  width: 17%;
  margin: 0 5px;
  transition: 0.3s;
  position: relative;
  top: 0;
}
@media (max-width: 1366px) {
  section#home_sec1 .equipe .inner {
    height: 100%;
    min-height: 138px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
section#home_sec1 .equipe .inner:hover {
  top: -10px;
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.7);
}
section#home_sec1 .equipe .inner span {
  display: block;
  font-size: 49px;
  font-weight: 700;
  text-align: left;
  line-height: 1em;
}
section#home_sec1 .equipe .inner h3 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
section#home_sec2 #google-business-reviews-rating .rating {
  text-align: center;
  font-size: 23px !important;
}
section#home_sec2 #google-business-reviews-rating .rating .count {
  font-size: 0.7em;
  vertical-align: middle;
}
section#home_sec2 #google-business-reviews-rating .listing {
  align-items: stretch;
  overflow: visible;
  gap: calc(0.9rem - 8px) calc(0.9rem - 2px);
}
section#home_sec2 #google-business-reviews-rating .listing li {
  align-content: flex-start;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}
section#home_sec2 #google-business-reviews-rating .listing li .review-meta .author-name {
  font-size: 14px;
  margin: 0;
}
section#home_sec2 #google-business-reviews-rating .listing li .review-meta .author-name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 170px;
}
section#home_sec2 #google-business-reviews-rating .listing li .review-meta .rating {
  line-height: 25px;
}
section#home_sec2 #google-business-reviews-rating .listing li .review-meta .relative-time-description {
  font-size: 12px;
  display: block;
  margin-top: 2px;
}
section#home_sec2 #google-business-reviews-rating .listing li .text {
  padding-inline-start: 0;
  font-size: 15px;
}
section#home_sec2 #google-business-reviews-rating .listing li .text .review-more-link {
  font-size: 13px;
  color: #000000;
  opacity: 0.5;
}
section#home_sec2 #google-business-reviews-rating .navigation .bullet {
  margin: 0 4px;
}
section#home_sec2 #google-business-reviews-rating .navigation .bullet a {
  border: none;
  background-color: #000000;
  width: 12px;
  height: 12px;
  box-shadow: none;
}
section#home_sec2 #google-business-reviews-rating .navigation .bullet.current a {
  background-color: #FFB300;
}
section#home_sec3 {
  padding: 70px 0 0;
  background: #fff1d1;
  background: linear-gradient(188deg, #fff1d1 0%, rgba(255, 241, 209, 0) 100%);
  position: relative;
}
@media (max-width: 600px) {
  section#home_sec3 {
    padding: 40px 0 0;
  }
}
section#home_sec3:after {
  content: "";
  background-image: url(assets/img/trait_bis.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
}
section#home_sec3 .offres {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  section#home_sec3 .offres {
    flex-flow: column;
  }
}
section#home_sec3 .offres > * {
  width: 48%;
}
@media (max-width: 1366px) {
  section#home_sec3 .offres > * {
    width: 100%;
  }
}
section#home_sec3 .offres .btn, section#home_sec3 .offres form input[type="submit"], form section#home_sec3 .offres input[type="submit"], section#home_sec3 .offres .wpcf7-form input[type="submit"], .wpcf7-form section#home_sec3 .offres input[type="submit"] {
  margin: 30px 0 0;
}
section#home_sec3 .offres .left .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
@media (max-width: 1366px) {
  section#home_sec3 .offres .left .container {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  section#home_sec3 .offres .left .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
section#home_sec3 .offres .left .container a {
  background-color: rgba(255, 179, 0, 0.1);
  text-transform: uppercase;
  color: #000000;
  line-height: 1em;
  padding: 18px 25px 18px 18px;
  border-radius: 15px;
  border: 1px solid #FFB300;
  font-weight: 700;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  transition: 0.2s;
}
@media (max-width: 1600px) {
  section#home_sec3 .offres .left .container a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  section#home_sec3 .offres .left .container a {
    font-size: 14px;
    padding: 15px;
  }
}
section#home_sec3 .offres .left .container a.active {
  color: #FFB300;
}
section#home_sec3 .offres .left .container a:last-child {
  background-color: #ffb300;
}
section#home_sec3 .offres .left .container a:last-child.active {
  color: #000000;
}
section#home_sec3 .offres .left .container a:after {
  content: "";
  background-image: url(assets/img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 25px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 4px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media (max-width: 600px) {
  section#home_sec3 .offres .left .container a:after {
    content: none;
  }
}
section#home_sec3 .offres .left .container a:hover {
  background-color: transparent;
  color: #FFB300;
}
section#home_sec3 .offres .left .container a:hover span {
  color: #000000;
}
section#home_sec3 .offres .left .container a:hover:after {
  transform: rotate(317deg);
}
section#home_sec3 .offres .left .container a span {
  display: block;
  text-transform: initial;
  font-size: 13px;
  font-weight: initial;
}
@media (max-width: 600px) {
  section#home_sec3 .offres .left .container a span {
    display: none;
  }
}
section#home_sec3 .offres .right {
  position: relative;
}
section#home_sec3 .offres .right > div.img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px;
  display: none;
  border-radius: 20px;
}
section#home_sec3 .offres .right > div.img.active {
  display: block;
}
section#home_sec3 .offres .right > div.img span {
  background-color: #FFB300;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding: 3px 7px;
  position: absolute;
  top: 10px;
  right: 10px;
}
section#home_sec3 .offres .right .form {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 17px 30px 30px;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
section#home_sec3 .offres .right .form .full, section#home_sec3 .offres .right .form .mid {
  margin: 7px 0;
}
section#home_sec3 .offres .right .form h3 {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 21px;
}
section#home_sec3 .offres .right .form input {
  font-size: 13px;
  margin-top: 12px;
}
section#home_sec3 .offres .right .form .rgpd {
  font-size: 11px;
}
section#home_sec3 .steps {
  margin-top: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  section#home_sec3 .steps {
    margin-top: 124px;
  }
}
section#home_sec3 .steps .container {
  position: relative;
  margin-top: 105px;
}
@media (max-width: 600px) {
  section#home_sec3 .steps .container {
    margin-top: 30px;
  }
}
section#home_sec3 .steps .container:after {
  content: "";
  background-color: #ffffff;
  border-radius: 50px;
  width: 20px;
  height: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
  section#home_sec3 .steps .container:after {
    content: none;
  }
}
section#home_sec3 .steps .container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 600px) {
  section#home_sec3 .steps .container > div {
    flex-flow: column;
    padding: 0;
  }
}
section#home_sec3 .steps .container > div:hover:after {
  height: 100%;
  bottom: initial;
  top: 0;
}
section#home_sec3 .steps .container > div:hover .img {
  opacity: 1;
}
section#home_sec3 .steps .container > div:hover .nb {
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.7);
}
section#home_sec3 .steps .container > div:after {
  content: "";
  background-color: #FFB300;
  border-radius: 50px;
  width: 6px;
  height: 0;
  position: absolute;
  top: initial;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: 0.4s;
}
@media (max-width: 600px) {
  section#home_sec3 .steps .container > div:after {
    content: none;
  }
}
section#home_sec3 .steps .container > div:nth-child(even) {
  flex-flow: row-reverse;
}
@media (max-width: 600px) {
  section#home_sec3 .steps .container > div:nth-child(even) {
    flex-flow: column;
  }
}
section#home_sec3 .steps .container > div:nth-child(even) .txt {
  text-align: right;
}
@media (max-width: 600px) {
  section#home_sec3 .steps .container > div:nth-child(even) .txt .nb {
    margin-left: 0;
    margin-right: 15px;
  }
}
section#home_sec3 .steps .container > div:nth-child(even) .img {
  justify-content: flex-start;
}
section#home_sec3 .steps .container > div .img {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  opacity: 0.2;
  transition: 0.2s;
}
@media (max-width: 600px) {
  section#home_sec3 .steps .container > div .img {
    width: 100%;
    justify-content: center !important;
  }
}
section#home_sec3 .steps .container > div .img span {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 130px;
  height: 130px;
}
@media (max-width: 600px) {
  section#home_sec3 .steps .container > div .img span {
    width: 100px;
    height: 100px;
  }
}
section#home_sec3 .steps .container > div .txt {
  width: 45%;
}
@media (max-width: 600px) {
  section#home_sec3 .steps .container > div .txt {
    width: 100%;
  }
}
section#home_sec3 .steps .container > div .txt h3 {
  margin: 0;
  font-size: 25px;
}
section#home_sec3 .steps .container > div .txt .nb {
  background-color: #FFB300;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  text-align: center;
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  display: inline-block;
  line-height: 1.8em;
  margin-bottom: 15px;
  position: relative;
  transition: 0.2s;
}
@media (max-width: 600px) {
  section#home_sec3 .steps .container > div .txt .nb {
    margin-left: 15px;
  }
}
section#home_sec3 .steps .container > div .txt .nb:after {
  content: "";
  background-color: rgba(255, 179, 0, 0.3);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
section#home_sec3 .steps .container > div .txt .nb:before {
  content: "";
  background-color: rgba(255, 179, 0, 0.1);
  width: 83px;
  height: 83px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: bigger 3s infinite;
}
@keyframes bigger {
  0% {
    width: 63px;
    height: 63px;
  }
  50% {
    width: 90px;
    height: 90px;
  }
  100% {
    width: 63px;
    height: 63px;
  }
}
section#home_sec3 .steps .parrainage {
  background-color: rgba(255, 179, 0, 0.3);
  border-radius: 20px;
  padding: 70px 30px 30px;
  text-align: center;
  color: #000000;
  max-width: 530px;
  margin: 64px auto 0;
  background-image: url(assets/img/poignee-de-main.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: top 20px center;
  box-sizing: border-box;
}
section#home_sec3 .steps .parrainage h3 {
  margin: 0;
  font-size: 25px;
}
section#home_sec4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  section#home_sec4 {
    flex-flow: column;
  }
}
section#home_sec4 > div {
  width: 45%;
}
@media (max-width: 820px) {
  section#home_sec4 > div {
    width: 100%;
  }
}
section#home_sec4 > div h2 {
  margin-top: 0;
}
section#home_sec4 > div .tel a {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 3px solid #FFB300;
  background-image: url(assets/img/phone-orange.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 27px;
}
section#home_sec4 > div .tel p {
  margin: 5px;
}
section#home_sec4 > div ul {
  padding: 0;
  margin: 20px 0 0;
}
section#home_sec4 > div ul li {
  list-style: none;
  margin: 0 0 15px;
  background-image: url(assets/img/map.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
  box-sizing: border-box;
  line-height: 1.2em;
}
section#home_sec4 > div div.faq {
  margin-top: 15px;
  display: block;
  color: #FFB300;
  background-color: #fff9ec;
  border: 1px solid #FFB300;
  padding: 20px;
  border-radius: 20px;
}
section#home_sec4 > div div.faq a {
  border-bottom: 1px solid #FFB300;
}
section#home_sec4 .form {
  width: 48%;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 820px) {
  section#home_sec4 .form {
    width: 100%;
    margin-top: 30px;
  }
}
section#home_sec4 .form h3 {
  font-size: 21px;
  text-align: center;
  margin: 0 0 15px;
  font-weight: 400;
}
section#home_sec5 ul.logos {
  padding: 0;
  margin: 0;
}
section#home_sec5 ul.logos .slick-arrow {
  display: none !important;
}
section#home_sec5 ul.logos li.slick-slide {
  list-style: none;
  margin: 0 30px;
}
section#home_sec5 ul.logos li.slick-slide img {
  display: block;
  margin: 0 auto;
  width: 200px;
  object-fit: contain;
  height: 100px;
  filter: grayscale(1);
  transition: 0.2s;
}
section#home_sec5 ul.logos li.slick-slide img:hover {
  filter: grayscale(0);
}
section#home_actus.regions .archive_actus article {
  padding: 30px;
}
section#home_actus.regions .archive_actus article .texte {
  width: 100%;
}
section#home_actus h2 {
  text-align: center;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.site-content {
  padding-top: 185px;
}
@media (max-width: 820px) {
  .site-content {
    padding-top: 192px;
  }
}
.fond_jaune {
  max-width: 700px;
  margin: 25px auto 0;
  background-color: #FFB300;
  border-radius: 20px;
  padding: 70px 40px 20px 40px;
  box-sizing: border-box;
  background-image: url(assets/img/rocket.svg);
  background-position: top 15px center;
  background-size: 70px;
  background-repeat: no-repeat;
}
.fond_jaune ul {
  padding: 0;
}
.fond_jaune ul li {
  list-style: none;
}
@media (max-width: 600px) {
  .fond_jaune {
    background-size: 50px;
    padding: 57px 40px 20px 40px;
  }
  .fond_jaune p {
    font-size: 14px;
  }
}
#header_page #inner_header_page {
  text-align: center;
  width: 900px;
}
#header_page #inner_header_page h1 {
  margin-bottom: 0;
}
#header_page #inner_header_page .intro h2 {
  font-weight: 700;
  font-size: 26px;
}
#header_page #inner_header_page .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 35px;
}
@media (max-width: 820px) {
  #header_page #inner_header_page .flex {
    flex-flow: column;
  }
}
#header_page #inner_header_page .flex > div {
  width: 48%;
}
@media (max-width: 820px) {
  #header_page #inner_header_page .flex > div {
    width: 100%;
  }
}
#header_page #inner_header_page .flex .fond_jaune {
  max-width: initial;
  margin: 0;
}
@media (max-width: 820px) {
  #header_page #inner_header_page .flex .fond_jaune {
    margin-bottom: 15px;
  }
}
#header_page #inner_header_page .flex .form {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px 40px;
  box-sizing: border-box;
}
#header_page #inner_header_page .flex .form h3 {
  font-weight: 400;
  font-size: 21px;
  margin: 0;
}
.page-template-template-forfait #inner_header_page {
  width: initial !important;
}
.page-template-template-forfait #inner_header_page h1, .page-template-template-forfait #inner_header_page .intro {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
body .site {
  position: relative;
}
body .site:after {
  content: "";
  background-image: url(assets/img/trait_footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 751px;
}
/*--------------------------------------------------------------
TEMPLATE FORFAIT
--------------------------------------------------------------*/
#forfait_content_wrapper form h3 {
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
#forfait {
  position: relative;
  padding-bottom: 70px;
  padding-top: 170px;
  margin-top: 0 !important;
}
#forfait:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  top: 170px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff1d1;
  background: linear-gradient(188deg, #fff1d1 0%, rgba(255, 241, 209, 0) 100%);
}
#forfait ul.nav {
  padding: 0;
  margin: 0;
  position: relative;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#forfait ul.nav li {
  list-style: none;
  margin: 0 5px;
}
@media (max-width: 600px) {
  #forfait ul.nav li {
    width: 48%;
  }
}
#forfait ul.nav li a {
  display: block;
  font-size: 18px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #FFB300;
  padding: 15px;
  border-radius: 15px;
  color: #000000;
  font-weight: 700;
  width: 300px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #forfait ul.nav li a {
    width: auto;
    font-size: 14px;
    padding: 15px 10px;
  }
}
#forfait ul.nav li a.active {
  background-color: #FFB300;
}
#forfait #wrapper_panel > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}
@media (max-width: 1450px) {
  #forfait #wrapper_panel > div {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1366px) {
  #forfait #wrapper_panel > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  #forfait #wrapper_panel > div {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
#forfait #wrapper_panel > div.active {
  display: grid;
}
#forfait #wrapper_panel > div .inner {
  background-color: #ffffff;
  padding: 40px 20px;
  border: 1px solid #FFB300;
  border-radius: 20px;
}
@media (max-width: 600px) {
  #forfait #wrapper_panel > div .inner {
    padding: 15px;
  }
}
#forfait #wrapper_panel > div .inner h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #FFB300;
  text-align: center;
}
@media (max-width: 600px) {
  #forfait #wrapper_panel > div .inner h3 {
    margin-top: 10px;
    font-size: 16px;
  }
}
#forfait #wrapper_panel > div .inner > div ul {
  padding: 0;
  margin: 13px;
}
@media (max-width: 600px) {
  #forfait #wrapper_panel > div .inner > div ul {
    margin: 13px 0;
  }
}
#forfait #wrapper_panel > div .inner > div ul li {
  list-style: none;
  margin-bottom: 18px;
  line-height: 1.3em;
  background-image: url(assets/img/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
  padding-left: 25px;
}
@media (max-width: 600px) {
  #forfait #wrapper_panel > div .inner > div ul li {
    background-size: 10px;
    padding-left: 17px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#forfait #wrapper_panel > div .inner > div blockquote {
  background-color: rgba(255, 179, 0, 0.3);
}
#forfait #wrapper_panel > div .inner > div blockquote p {
  color: #000000;
  font-size: 15px;
  margin: 7px 0;
}
@media (max-width: 600px) {
  #forfait #wrapper_panel > div .inner > div blockquote p {
    font-size: 14px;
  }
}
#forfait #wrapper_panel > div .inner > div blockquote p strong {
  font-size: 17px;
}
@media (max-width: 600px) {
  #forfait #wrapper_panel > div .inner > div blockquote p strong {
    font-size: 14px;
  }
}
.page-template-template-equipe #inner_header_page .fond_jaune {
  display: none;
}
.page-template-template-equipe .fond_jaune {
  background-image: url(assets/img/communication.svg) !important;
  margin-bottom: 30px;
}
.page-template-template-equipe .fond_jaune h2 {
  font-size: 30px;
}
.page-template-template-equipe #contact_sec2 {
  display: block;
}
.page-template-template-equipe #contact_sec2 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 1366px) {
  .page-template-template-equipe #contact_sec2 .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .page-template-template-equipe #contact_sec2 .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#equipe_sec1 {
  margin-top: 50px !important;
  width: 1015px;
}
section#equipe_sec1 h2 {
  text-align: center;
}
section#equipe_sec1 video {
  height: auto;
  object-fit: cover;
}
video {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.2);
}
section#equipe_sec2 {
  position: relative;
}
section#equipe_sec2:after {
  content: "";
  background-image: url(assets/img/trait_2.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section#equipe_sec2 .wrapper {
  width: 854px;
}
section#equipe_sec2 .wrapper h2 {
  text-align: center;
}
section#equipe_sec2 .inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  section#equipe_sec2 .inner {
    flex-flow: column !important;
    margin-bottom: 40px;
  }
}
section#equipe_sec2 .inner:nth-child(even) {
  flex-flow: row-reverse;
}
section#equipe_sec2 .inner .left {
  width: 27%;
  background-color: #FFB300;
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 600px) {
  section#equipe_sec2 .inner .left {
    width: 100%;
    margin-bottom: 10px;
    flex-flow: row;
    align-items: center;
    justify-content: center;
  }
}
section#equipe_sec2 .inner .left .picto {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #000000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
}
section#equipe_sec2 .inner .left .nb {
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 600px) {
  section#equipe_sec2 .inner .left .nb {
    font-size: 70px;
    margin-right: 15px;
  }
}
section#equipe_sec2 .inner .left p {
  margin: 0;
  font-size: 20px;
}
@media (max-width: 600px) {
  section#equipe_sec2 .inner .left p {
    width: 60%;
  }
}
section#equipe_sec2 .inner .right {
  width: 71%;
  padding: 50px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: rgba(255, 179, 0, 0.3);
}
@media (max-width: 600px) {
  section#equipe_sec2 .inner .right {
    width: 100%;
    padding: 40px;
  }
}
section#equipe_sec2 .inner .right h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 23px;
}
@media (max-width: 600px) {
  section#equipe_sec2 .inner .right h3 {
    font-size: 20px;
  }
}
section#equipe_sec3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#equipe_sec3 .slick-track {
  padding: 40px 0;
}
@media (max-width: 600px) {
  section#equipe_sec3 .slick-track {
    padding: 13px 0;
  }
}
section#equipe_sec3 .slick-list {
  padding-left: 20px;
}
@media (max-width: 820px) {
  section#equipe_sec3 {
    flex-flow: column;
    padding-left: 5%;
    box-sizing: border-box;
  }
}
section#equipe_sec3 .left {
  width: 40%;
  padding-left: 15%;
  box-sizing: border-box;
}
@media (max-width: 820px) {
  section#equipe_sec3 .left {
    width: 100%;
    padding-left: 0;
    padding-right: 5%;
  }
}
section#equipe_sec3 .left .btn, section#equipe_sec3 .left form input[type="submit"], form section#equipe_sec3 .left input[type="submit"], section#equipe_sec3 .left .wpcf7-form input[type="submit"], .wpcf7-form section#equipe_sec3 .left input[type="submit"] {
  margin-top: 20px;
}
section#equipe_sec3 .right {
  width: 55%;
}
@media (max-width: 820px) {
  section#equipe_sec3 .right {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  section#equipe_sec3 .right {
    margin-top: 20px;
  }
}
section#equipe_sec3 .right video {
  width: 540px;
  height: auto;
  object-fit: cover;
  margin: 0 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  section#equipe_sec3 .right video {
    width: auto;
    height: 200px;
  }
}
main#contact #inner_header_page {
  text-align: left;
  max-width: initial;
  width: auto;
}
main#contact #inner_header_page h1 {
  margin: 0 0 15px;
}
#contact_sec1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  #contact_sec1 {
    flex-flow: column;
  }
}
#contact_sec1 .left {
  width: 43%;
}
@media (max-width: 820px) {
  #contact_sec1 .left {
    width: 100%;
    margin: 40px 0;
  }
}
@media (max-width: 600px) {
  #contact_sec1 .left {
    margin: 20px 0 30px;
  }
}
#contact_sec1 .left .tel a {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 3px solid #FFB300;
  background-image: url(assets/img/phone-orange.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 27px;
}
#contact_sec1 .left .tel p {
  margin: 5px;
}
#contact_sec1 .form {
  width: 48%;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 820px) {
  #contact_sec1 .form {
    width: 100%;
  }
}
#contact_sec1 .form h3 {
  font-size: 21px;
  text-align: center;
  margin: 0 0 15px;
  font-weight: 400;
}
section#contact_sec2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 1366px) {
  section#contact_sec2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  section#contact_sec2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#contact_sec2 .inner h3 {
  font-size: 21px;
  list-style: none;
  background-image: url(assets/img/map.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 33px;
}
section#contact_sec2 .inner iframe {
  border-radius: 20px;
  width: 100%;
  height: 280px;
}
section#sec_video_tem h2 {
  text-align: center;
}
section#sec_video_tem .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 820px) {
  section#sec_video_tem .inner {
    flex-flow: column;
    margin-bottom: 40px;
  }
}
section#sec_video_tem .inner:nth-child(odd) {
  flex-flow: row-reverse;
}
@media (max-width: 820px) {
  section#sec_video_tem .inner:nth-child(odd) {
    flex-flow: column;
  }
}
section#sec_video_tem .inner > * {
  width: 48%;
}
@media (max-width: 820px) {
  section#sec_video_tem .inner > * {
    width: 100%;
  }
}
section#sec_video_tem .inner video {
  border-radius: 20px;
}
section#sec_video_tem .inner .txt {
  padding: 70px 0;
  background-image: url(assets/img/quotee.svg);
  background-repeat: no-repeat;
  background-position: top 35px left;
  background-size: 52px;
}
@media (max-width: 820px) {
  section#sec_video_tem .inner .txt {
    padding-bottom: 30px;
  }
}
section#sec_video_tem .inner .txt p {
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 600px) {
  section#sec_video_tem .inner .txt p {
    font-size: 16px;
  }
}
section#sec_video_tem .inner .txt .id {
  display: block;
  font-weight: 700;
}
section#sec_video_tem .inner .txt .fonction {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
.page-template-template-equipe #contact_sec2 {
  margin-top: 30px !important;
}
/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.cats_filter {
  padding: 0;
  margin: 20px auto 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820px) {
  .cats_filter {
    flex-flow: row wrap;
  }
}
.cats_filter li {
  list-style: none;
}
.cats_filter li.current-cat a {
  background-color: #FFB300;
  color: #000000;
}
.cats_filter li.current-cat a:hover {
  color: #ffffff;
}
.cats_filter li a {
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid #FFB300;
  padding: 7px 15px;
  border-radius: 7px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
}
@media (max-width: 820px) {
  .cats_filter li a {
    margin: 5px;
  }
}
.cats_filter li a:hover {
  color: #FFB300;
}
body.author .archive_actus {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
body.author .archive_actus article {
  width: 48%;
  margin-bottom: 40px;
}
@media (max-width: 1450px) {
  body.author .archive_actus article {
    width: 100%;
  }
}
.archive_actus {
  margin: 30px auto 50px;
}
.archive_actus.no-slick {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 600px) {
  .archive_actus.no-slick {
    grid-template-columns: repeat(1, 1fr);
  }
}
.archive_actus.no-slick article {
  margin: 0;
}
.archive_actus .slick-arrow {
  display: none !important;
}
@media (max-width: 600px) {
  .archive_actus .slick-track {
    padding: 20px 0;
  }
}
.archive_actus article {
  position: relative;
  display: flex !important;
  margin: 0 10px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ffb300;
  background-color: rgba(255, 179, 0, 0.1);
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .archive_actus article {
    flex-flow: column-reverse;
    padding: 40px 20px 20px;
  }
}
.archive_actus article:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.archive_actus article .date {
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #FFB300;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 10px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  width: auto;
}
.archive_actus article .texte {
  width: 52%;
  font-size: 14px;
}
@media (max-width: 600px) {
  .archive_actus article .texte {
    width: 100%;
  }
}
.archive_actus article .texte .title {
  display: block;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.archive_actus article .texte .btn, .archive_actus article .texte form input[type="submit"], form .archive_actus article .texte input[type="submit"], .archive_actus article .texte .wpcf7-form input[type="submit"], .wpcf7-form .archive_actus article .texte input[type="submit"] {
  font-size: 13px;
  margin-top: 20px;
}
.archive_actus article .texte p {
  font-size: 14px;
}
.archive_actus article .image {
  width: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
  border-radius: 15px;
}
@media (max-width: 600px) {
  .archive_actus article .image {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
}
body.single-post article .entry-content span.date {
  z-index: 1;
  background-color: #FFB300;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  width: auto;
}
@media (max-width: 600px) {
  body.single-post article .entry-content span.date {
    left: 20px;
  }
}
body.single-post article .entry-content .image {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 600px) {
  body.single-post article .entry-content .image {
    height: 200px;
  }
}
body.single-post article .entry-content .image span.date {
  position: absolute;
  bottom: 0;
  left: 40px;
}
@media (max-width: 600px) {
  body.single-post article .entry-content .image span.date {
    left: 20px;
  }
}
body.single-post article .entry-content .content h2 {
  margin-top: 40px;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
body.error404 #inner_header_page h1 {
  font-weight: 700;
}
section.error-404 .page-content p {
  text-align: center;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#nos_actions {
  width: 1200px;
}
#nos_actions h2 {
  text-align: center;
}
#nos_actions .actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}
@media (max-width: 1366px) {
  #nos_actions .actions {
    display: block;
  }
  #nos_actions .actions .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 1366px) {
  #nos_actions .actions .inner {
    margin: 0 20px;
  }
}
@media (max-width: 600px) {
  #nos_actions .actions .inner {
    text-align: center;
  }
}
#nos_actions .actions .inner span {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #FFB300;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  #nos_actions .actions .inner span {
    margin: 0 auto 15px;
  }
}
#nos_actions .actions .inner h3 {
  margin: 0;
  font-size: 21px;
}
#nos_actions .actions .inner p {
  font-size: 14px;
  margin-top: 10px;
}
.footer_container_cta {
  max-width: 1080px;
  width: 90%;
  margin: 30px auto 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .footer_container_cta {
    flex-flow: column;
  }
}
.footer_container_cta > div {
  width: 48%;
}
@media (max-width: 600px) {
  .footer_container_cta > div {
    width: 100%;
    margin-bottom: 15px;
  }
}
.footer_container_cta .footer-bloc {
  background-color: #000000;
  padding: 35px 43px;
  border-radius: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .footer_container_cta .footer-bloc {
    padding: 30px;
  }
}
.footer_container_cta .footer-bloc .bloc-icon {
  display: block;
  background-image: url(assets/img/happy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .footer_container_cta .footer-bloc .bloc-icon {
    width: 50px;
    height: 50px;
  }
}
.footer_container_cta .footer-bloc .bloc-txt {
  color: #ffffff;
}
.footer_container_cta .footer-bloc .bloc-txt h3 {
  margin: 5px 0 0;
  font-size: 21px;
}
.footer_container_cta .footer-bloc .bloc-txt p {
  line-height: 1.2em;
  font-size: 14px;
}
.footer_container_cta .footer-bloc .bloc-txt .btn, .footer_container_cta .footer-bloc .bloc-txt form input[type="submit"], form .footer_container_cta .footer-bloc .bloc-txt input[type="submit"], .footer_container_cta .footer-bloc .bloc-txt .wpcf7-form input[type="submit"], .wpcf7-form .footer_container_cta .footer-bloc .bloc-txt input[type="submit"] {
  margin-top: 15px;
}
.footer_container_cta .footer-bloc.bis {
  background-color: #ffde00;
}
.footer_container_cta .footer-bloc.bis .bloc-icon {
  background-image: url(assets/img/seo_black.svg);
}
.footer_container_cta .footer-bloc.bis .bloc-txt {
  color: #000000;
}
.footer_container_cta .footer-bloc.bis .bloc-txt .btn, .footer_container_cta .footer-bloc.bis .bloc-txt form input[type="submit"], form .footer_container_cta .footer-bloc.bis .bloc-txt input[type="submit"], .footer_container_cta .footer-bloc.bis .bloc-txt .wpcf7-form input[type="submit"], .wpcf7-form .footer_container_cta .footer-bloc.bis .bloc-txt input[type="submit"] {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.footer_container_cta .footer-bloc.bis .bloc-txt .btn:hover, .footer_container_cta .footer-bloc.bis .bloc-txt form input[type="submit"]:hover, form .footer_container_cta .footer-bloc.bis .bloc-txt input[type="submit"]:hover, .footer_container_cta .footer-bloc.bis .bloc-txt .wpcf7-form input[type="submit"]:hover, .wpcf7-form .footer_container_cta .footer-bloc.bis .bloc-txt input[type="submit"]:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  color: #000000;
}
#colophon {
  border-top: 1px solid #FFB300;
  padding-top: 150px;
  margin-top: -154px;
}
@media (max-width: 1366px) {
  #colophon {
    padding-bottom: 59px;
  }
}
@media (max-width: 600px) {
  #colophon {
    padding-bottom: 69px;
  }
}
#colophon #copyright {
  background-color: #FFB300;
  text-align: center;
  margin: 25px 0 0;
  padding: 7px 20px;
  color: #000000;
  font-size: 11px;
}
#colophon #copyright a {
  color: #000000;
}
#colophon #footer-menus {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 820px) {
  #colophon #footer-menus {
    flex-flow: column;
  }
}
#colophon #footer-menus #logo {
  max-width: 278px;
}
@media (max-width: 820px) {
  #colophon #footer-menus #logo {
    margin: 0 auto 10px;
  }
}
#colophon #footer-menus .menu-pied-de-page-container {
  width: 70%;
}
@media (max-width: 820px) {
  #colophon #footer-menus .menu-pied-de-page-container {
    width: 100%;
  }
}
#colophon #footer-menus .menu-pied-de-page-container .menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 600px) {
  #colophon #footer-menus .menu-pied-de-page-container .menu {
    flex-flow: column;
  }
}
#colophon #footer-menus .menu-pied-de-page-container .menu li {
  list-style: none;
}
#colophon #footer-menus .menu-pied-de-page-container .menu li.certifs .sub-menu {
  display: flex;
  align-items: center;
}
#colophon #footer-menus .menu-pied-de-page-container .menu li.certifs .sub-menu .infomaniak a, #colophon #footer-menus .menu-pied-de-page-container .menu li.certifs .sub-menu .google a {
  cursor: default;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  border-radius: 50%;
  font-size: 0;
  background-image: url(assets/img/infomaniak.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #FFB300;
}
#colophon #footer-menus .menu-pied-de-page-container .menu li.certifs .sub-menu .google a {
  background-image: url(assets/img/google.png);
}
#colophon #footer-menus .menu-pied-de-page-container .menu li a {
  color: #000000;
}
#colophon #footer-menus .menu-pied-de-page-container .menu li a:hover {
  color: #FFB300;
}
#colophon #footer-menus .menu-pied-de-page-container .menu li .sub-menu {
  padding: 0;
  margin: 0;
}
#colophon #footer-menus .menu-pied-de-page-container .menu li .sub-menu > li.mail {
  background-image: url(assets/img/mail.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 20px;
}
#colophon #footer-menus .menu-pied-de-page-container .menu li .sub-menu > li.mail a {
  font-weight: 700;
}
#colophon #footer-menus .menu-pied-de-page-container .menu li .sub-menu > li.tel {
  background-image: url(assets/img/phone-orange.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 20px;
}
#colophon #footer-menus .menu-pied-de-page-container .menu li .sub-menu > li.tel a {
  font-weight: 700;
}
#colophon #footer-menus .menu-pied-de-page-container .menu li .sub-menu > li a {
  font-size: 14px;
}
#colophon #footer-menus .menu-pied-de-page-container .menu > li {
  width: 30%;
}
@media (max-width: 600px) {
  #colophon #footer-menus .menu-pied-de-page-container .menu > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#colophon #footer-menus .menu-pied-de-page-container .menu > li > a {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  cursor: default;
}
#colophon #footer-menus .menu-pied-de-page-container .menu > li > a:hover {
  color: #000000;
}
#colophon #footer-menus .menu-pied-de-page-container .menu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 7px;
  border-radius: 15px;
  background-color: #FFB300;
  z-index: -1;
}
/* Audit gratuit */
.popin-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 1000;
}
.popin-container .popin {
  background-color: white;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  max-width: 520px;
  width: 90%;
  position: relative;
  text-align: center;
}
@media (max-width: 600px) {
  .popin-container .popin {
    padding: 25px 20px 20px;
  }
}
.popin-container .popin .record-contact {
  display: block;
}
.popin-container .popin .record-contact .get-website-container {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  flex-flow: row nowrap;
  justify-content: initial;
}
.popin-container .popin .record-contact .okthanks {
  margin: 20px 0;
  color: green;
}
@media (max-width: 600px) {
  .popin-container .popin .record-contact .okthanks {
    font-size: 16px;
  }
}
.popin-container .popin .record-contact .okthanks .close {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #FFB300;
  margin-top: 10px;
  display: inline-block;
  transition: 0.2s;
}
.popin-container .popin .record-contact .okthanks .close:hover {
  color: #000000;
  border-color: #000000;
}
.popin-container .popin .record-contact .popin-title {
  font-size: 24px;
  line-height: 1.2em;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
@media (max-width: 600px) {
  .popin-container .popin .record-contact .popin-title {
    font-size: 20px;
  }
}
.popin-container .popin .record-contact span {
  font-size: 14px;
  margin-top: 12px;
  background-color: #FFB300;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 14px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 9px;
}
@media (max-width: 600px) {
  .popin-container .popin .record-contact span {
    font-size: 12px;
  }
}
.popin-container .popin .record-contact .get-website-container {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .popin-container .popin .record-contact .get-website-container {
    flex-flow: column;
  }
  .popin-container .popin .record-contact .get-website-container .get-website {
    margin-bottom: 11px;
  }
}
.popin-container .popin .record-contact .get-website-container input[type="submit"] {
  margin: 0 0 0 20px;
  font-size: 14px;
}
@media (max-width: 600px) {
  .popin-container .popin .record-contact .get-website-container input[type="submit"] {
    width: 100%;
    margin: 0;
  }
}
.get-website-container {
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: 0.2s;
}
.get-website-container.pulse {
  animation: pulse 800ms infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 179, 0, 0.8);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 222, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 222, 0, 0);
  }
}
.get-website-container .get-website {
  transition: all 200ms ease-in-out;
}
/*--------------------------------------------------------------
LANDING PAGE
--------------------------------------------------------------*/
.page-template-template-landingpagev2 #header_home .image {
  border-radius: 20px;
  height: 530px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-template-template-landingpagev2 .wrapper_faq h2 {
  text-align: center;
}
.page-template-template-landingpagev2 #landing_form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 1311px;
}
@media (max-width: 1024px) {
  .page-template-template-landingpagev2 #landing_form {
    flex-flow: column;
  }
}
.page-template-template-landingpagev2 #landing_form .txt {
  width: 30%;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-template-template-landingpagev2 #landing_form .txt {
    width: 100%;
  }
  .page-template-template-landingpagev2 #landing_form .txt img {
    margin: 0;
    max-width: 300px;
  }
}
.page-template-template-landingpagev2 #landing_form .txt h3 {
  margin: 0;
}
.page-template-template-landingpagev2 #landing_form .form {
  width: 60%;
  background-color: #000000;
  border-radius: 15px;
  padding: 12px 36px 25px;
  box-sizing: border-box;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .page-template-template-landingpagev2 #landing_form .form {
    width: 100%;
    margin-top: 20px;
  }
}
.page-template-template-landingpagev2 #landing_form .form h3 {
  text-align: center;
  font-size: 21px;
  margin: 0;
  font-weight: 400;
  line-height: 1.4em;
}
.page-template-template-landingpagev2 #landing_form .form h3 strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.page-template-template-landingpagev2 #landing_form .form .mid, .page-template-template-landingpagev2 #landing_form .form .full {
  margin: 8px 0;
}
.page-template-template-landingpagev2 #landing_form .form input, .page-template-template-landingpagev2 #landing_form .form textarea {
  color: #ffffff;
}
.page-template-template-landingpagev2 #landing_form .form input[type="submit"]:hover {
  color: #000000;
}
.page-template-template-landingpagev2 #landing_form .form textarea {
  height: 100px;
}
.page-template-template-landingpagev2 #sec_cause h2 {
  text-align: center;
}
.page-template-template-landingpagev2 #sec_cause .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 1024px) {
  .page-template-template-landingpagev2 #sec_cause .container {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}
.page-template-template-landingpagev2 #sec_cause .container .inner {
  padding: 30px;
  border-radius: 15px;
  border: 1px solid rgba(255, 179, 0, 0.8);
  transition: 0.2s;
}
@media (max-width: 600px) {
  .page-template-template-landingpagev2 #sec_cause .container .inner {
    padding: 20px;
  }
}
.page-template-template-landingpagev2 #sec_cause .container .inner:hover {
  border-color: #000000;
}
.page-template-template-landingpagev2 #sec_cause .container .inner:hover span {
  color: #000000;
}
.page-template-template-landingpagev2 #sec_cause .container .inner span {
  display: block;
  color: #FFB300;
  font-weight: 700;
  font-size: 65px;
  margin: 0;
  line-height: 1.3em;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .page-template-template-landingpagev2 #sec_cause .container .inner span {
    font-size: 45px;
  }
}
.page-template-template-landingpagev2 #sec_cause .container .inner p {
  margin: 0;
}
.page-template-template-landingpagev2 #sec_vitesse .test_perfs {
  background-color: #000000;
  border-radius: 15px;
  width: 60%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 12px 36px 25px;
  box-sizing: border-box;
  color: #ffffff;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .page-template-template-landingpagev2 #sec_vitesse .test_perfs {
    width: 100%;
  }
}
.page-template-template-landingpagev2 #sec_vitesse .test_perfs form .mid, .page-template-template-landingpagev2 #sec_vitesse .test_perfs form .full {
  margin: 8px 0;
}
.page-template-template-landingpagev2 #sec_vitesse .test_perfs form input, .page-template-template-landingpagev2 #sec_vitesse .test_perfs form textarea {
  color: #ffffff;
}
.page-template-template-landingpagev2 #sec_vitesse .test_perfs form input[type="submit"]:hover {
  color: #000000;
}
.page-template-template-landingpagev2 #sec_vitesse .test_perfs form h3 {
  text-align: center;
  font-size: 21px;
  margin: 0;
  font-weight: 400;
  line-height: 1.4em;
}
.page-template-template-landingpagev2 #sec_vitesse .test_perfs form h3 strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.page-template-template-landingpagev2 #sec_vitesse .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .page-template-template-landingpagev2 #sec_vitesse .flex {
    flex-flow: column;
  }
}
.page-template-template-landingpagev2 #sec_vitesse .flex > div {
  width: 40%;
}
.page-template-template-landingpagev2 #sec_vitesse .flex > div h2 {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .page-template-template-landingpagev2 #sec_vitesse .flex > div {
    width: 100%;
  }
}
.page-template-template-landingpagev2 #sec_vitesse .flex .right {
  width: 53%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 603px;
  height: 257px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 141px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .page-template-template-landingpagev2 #sec_vitesse .flex .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .page-template-template-landingpagev2 #sec_vitesse .flex .right {
    background-size: contain;
    height: 164px;
    border-radius: 15px;
  }
}
@media (max-width: 600px) {
  .page-template-template-landingpage .btn_flottant .tel.mobile, .page-template-template-landingpagev2 .btn_flottant .tel.mobile {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-template-template-landingpage .btn_flottant .tel, .page-template-template-landingpagev2 .btn_flottant .tel {
    display: block;
  }
}
.page-template-template-landingpage .site-content, .page-template-template-landingpagev2 .site-content {
  padding-top: 140px;
}
.page-template-template-landingpage #masthead.scrollPlus > .wrapper #logo, .page-template-template-landingpagev2 #masthead.scrollPlus > .wrapper #logo {
  width: 123px;
}
.page-template-template-landingpage #masthead > .wrapper, .page-template-template-landingpagev2 #masthead > .wrapper {
  justify-content: center;
}
.page-template-template-landingpage #masthead > .wrapper #logo, .page-template-template-landingpagev2 #masthead > .wrapper #logo {
  width: 163px;
  margin-top: 10px;
}
.page-template-template-landingpage .site:after, .page-template-template-landingpagev2 .site:after {
  content: none;
}
.page-template-template-landingpage #colophon, .page-template-template-landingpagev2 #colophon {
  border-top: 0;
}
.page-template-template-landingpage #nos_actions, .page-template-template-landingpage .footer_container_cta, .page-template-template-landingpage #footer-menus, .page-template-template-landingpage .top_menu, .page-template-template-landingpage #site-navigation, .page-template-template-landingpagev2 #nos_actions, .page-template-template-landingpagev2 .footer_container_cta, .page-template-template-landingpagev2 #footer-menus, .page-template-template-landingpagev2 .top_menu, .page-template-template-landingpagev2 #site-navigation {
  display: none !important;
}
.page-template-template-landingpage section#home_sec3 .steps, .page-template-template-landingpagev2 section#home_sec3 .steps {
  margin-top: 0;
}
.page-template-template-landingpage section#home_sec3 .steps .parrainage, .page-template-template-landingpagev2 section#home_sec3 .steps .parrainage {
  margin: 27px auto 0;
}
.page-template-template-landingpage section#home_sec3 .steps .parrainage h3, .page-template-template-landingpagev2 section#home_sec3 .steps .parrainage h3 {
  font-size: 20px;
}
.page-template-template-landingpage section#home_sec3 .steps .container, .page-template-template-landingpagev2 section#home_sec3 .steps .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 42px;
}
@media (max-width: 1450px) {
  .page-template-template-landingpage section#home_sec3 .steps .container, .page-template-template-landingpagev2 section#home_sec3 .steps .container {
    display: block;
  }
  .page-template-template-landingpage section#home_sec3 .steps .container .slick-arrow, .page-template-template-landingpagev2 section#home_sec3 .steps .container .slick-arrow {
    display: none !important;
  }
}
.page-template-template-landingpage section#home_sec3 .steps .container:after, .page-template-template-landingpagev2 section#home_sec3 .steps .container:after {
  content: none;
}
.page-template-template-landingpage section#home_sec3 .steps .container > div, .page-template-template-landingpagev2 section#home_sec3 .steps .container > div {
  display: block;
  width: 22%;
  padding: 0;
}
@media (max-width: 1450px) {
  .page-template-template-landingpage section#home_sec3 .steps .container > div, .page-template-template-landingpagev2 section#home_sec3 .steps .container > div {
    width: 100%;
  }
}
.page-template-template-landingpage section#home_sec3 .steps .container > div:after, .page-template-template-landingpagev2 section#home_sec3 .steps .container > div:after {
  content: none;
}
.page-template-template-landingpage section#home_sec3 .steps .container > div .img, .page-template-template-landingpage section#home_sec3 .steps .container > div .txt, .page-template-template-landingpagev2 section#home_sec3 .steps .container > div .img, .page-template-template-landingpagev2 section#home_sec3 .steps .container > div .txt {
  width: 100%;
}
.page-template-template-landingpage section#home_sec3 .steps .container > div .txt, .page-template-template-landingpagev2 section#home_sec3 .steps .container > div .txt {
  text-align: center !important;
}
.page-template-template-landingpage section#home_sec3 .steps .container > div .txt h3, .page-template-template-landingpagev2 section#home_sec3 .steps .container > div .txt h3 {
  font-size: 20px;
}
.page-template-template-landingpage section#home_sec3 .steps .container > div .img, .page-template-template-landingpagev2 section#home_sec3 .steps .container > div .img {
  justify-content: center;
  margin-bottom: 40px;
}
.page-template-template-landingpage section#home_sec3 .steps .container > div .img span, .page-template-template-landingpagev2 section#home_sec3 .steps .container > div .img span {
  width: 80px;
  height: 80px;
}
.page-template-template-landingpage section#home_sec3 .offres .left .container a, .page-template-template-landingpagev2 section#home_sec3 .offres .left .container a {
  font-size: 15px;
  padding: 13px 25px 13px 18px;
}
.page-template-template-landingpage section#sec_prix > .container, .page-template-template-landingpagev2 section#sec_prix > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  .page-template-template-landingpage section#sec_prix > .container, .page-template-template-landingpagev2 section#sec_prix > .container {
    flex-flow: column;
  }
}
.page-template-template-landingpage section#sec_prix > .container > div, .page-template-template-landingpagev2 section#sec_prix > .container > div {
  width: 37%;
}
@media (max-width: 1366px) {
  .page-template-template-landingpage section#sec_prix > .container > div, .page-template-template-landingpagev2 section#sec_prix > .container > div {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page-template-template-landingpage section#sec_prix > .container .flex, .page-template-template-landingpagev2 section#sec_prix > .container .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 58%;
}
@media (max-width: 1366px) {
  .page-template-template-landingpage section#sec_prix > .container .flex, .page-template-template-landingpagev2 section#sec_prix > .container .flex {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .page-template-template-landingpage section#sec_prix > .container .flex, .page-template-template-landingpagev2 section#sec_prix > .container .flex {
    flex-flow: column;
  }
}
.page-template-template-landingpage section#sec_prix > .container .flex > div, .page-template-template-landingpagev2 section#sec_prix > .container .flex > div {
  width: 49%;
  background-color: rgba(255, 179, 0, 0.15);
  border-radius: 20px;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .page-template-template-landingpage section#sec_prix > .container .flex > div, .page-template-template-landingpagev2 section#sec_prix > .container .flex > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .page-template-template-landingpage section#sec_prix > .container .flex > div:last-child, .page-template-template-landingpagev2 section#sec_prix > .container .flex > div:last-child {
    margin-bottom: 0;
  }
}
.page-template-template-landingpage section#sec_prix > .container .flex > div ul, .page-template-template-landingpagev2 section#sec_prix > .container .flex > div ul {
  padding: 0;
  margin: 15px 0;
}
.page-template-template-landingpage section#sec_prix > .container .flex > div ul li, .page-template-template-landingpagev2 section#sec_prix > .container .flex > div ul li {
  list-style: none;
  display: block;
  font-weight: 700;
  list-style: none;
  margin-bottom: 8px;
  line-height: 1.3em;
  background-image: url(assets/img/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
  padding-left: 25px;
}
.page-template-template-landingpage section#sec_prix > .container .flex > div:hover, .page-template-template-landingpagev2 section#sec_prix > .container .flex > div:hover {
  background-color: rgba(255, 179, 0, 0.3);
}
.page-template-template-landingpage section#sec_prix > .container .flex > div:hover span, .page-template-template-landingpagev2 section#sec_prix > .container .flex > div:hover span {
  background-color: #FFB300;
}
.page-template-template-landingpage section#sec_prix > .container .flex > div span, .page-template-template-landingpagev2 section#sec_prix > .container .flex > div span {
  background-color: #ffffff;
  font-weight: 700;
  border-radius: 7px;
  font-size: 16px;
  text-align: center;
  padding: 7px 15px;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  border: 1px solid #FFB300;
  transition: 0.2s;
}
.page-template-template-landingpage section#sec_prix .bottom, .page-template-template-landingpagev2 section#sec_prix .bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .page-template-template-landingpage section#sec_prix .bottom, .page-template-template-landingpagev2 section#sec_prix .bottom {
    flex-flow: column-reverse;
    margin-top: 0;
  }
}
.page-template-template-landingpage section#sec_prix .bottom > div, .page-template-template-landingpagev2 section#sec_prix .bottom > div {
  width: 47%;
}
@media (max-width: 820px) {
  .page-template-template-landingpage section#sec_prix .bottom > div, .page-template-template-landingpagev2 section#sec_prix .bottom > div {
    width: 100%;
  }
}
.page-template-template-landingpage section#sec_prix .bottom > div p a, .page-template-template-landingpagev2 section#sec_prix .bottom > div p a {
  text-transform: uppercase;
  border-bottom: 1px solid #FFB300;
}
.page-template-template-landingpage section#sec_prix .bottom > div p a:hover, .page-template-template-landingpagev2 section#sec_prix .bottom > div p a:hover {
  border-color: #000000;
  color: #000000;
}
.page-template-template-landingpage section#sec_prix .bottom .wpcf7, .page-template-template-landingpagev2 section#sec_prix .bottom .wpcf7 {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 25px 40px;
  box-sizing: border-box;
}
@media (max-width: 820px) {
  .page-template-template-landingpage section#sec_prix .bottom .wpcf7, .page-template-template-landingpagev2 section#sec_prix .bottom .wpcf7 {
    margin-top: 20px;
  }
}
.page-template-template-landingpage section#sec_prix .bottom .wpcf7 .full, .page-template-template-landingpagev2 section#sec_prix .bottom .wpcf7 .full {
  margin: 3px 0;
}
.page-template-template-landingpage section#sec_prix .bottom .wpcf7 .full h3, .page-template-template-landingpagev2 section#sec_prix .bottom .wpcf7 .full h3 {
  text-align: center;
  margin: 0;
}
.page-template-template-landingpage section#sec_prix .bottom .wpcf7 .full p, .page-template-template-landingpagev2 section#sec_prix .bottom .wpcf7 .full p {
  text-align: center;
}
.page-template-template-landingpage #ctas_home .inner.more, .page-template-template-landingpagev2 #ctas_home .inner.more {
  flex-flow: initial;
}
.page-template-template-landingpage #ctas_home .inner.more a, .page-template-template-landingpagev2 #ctas_home .inner.more a {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* REALISATIONS */
.header_page_realisations_archive {
  background-color: #000000;
  padding: 90px 0;
}
.header_page_realisations_archive > .inner {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header_page_realisations_archive > .inner {
    flex-flow: column;
  }
}
.header_page_realisations_archive > .inner h1 {
  margin: 0;
}
.header_page_realisations_archive > .inner .left {
  width: 47%;
}
@media (max-width: 1366px) {
  .header_page_realisations_archive > .inner .left {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .header_page_realisations_archive > .inner .left {
    width: 100%;
  }
}
.header_page_realisations_archive > .inner .right {
  width: 46%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1366px) {
  .header_page_realisations_archive > .inner .right {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .header_page_realisations_archive > .inner .right {
    width: 100%;
    margin-top: 40px;
  }
}
.header_page_realisations_archive > .inner .right .inner {
  background-color: #363636;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 30px;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .header_page_realisations_archive > .inner .right .inner {
    padding: 25px 15px;
  }
}
.header_page_realisations_archive > .inner .right .inner:hover {
  background-color: transparent;
  border-color: #FFB300;
}
.header_page_realisations_archive > .inner .right .inner span {
  display: block;
  font-weight: 700;
  color: #FFB300;
  line-height: 1em;
  font-size: 70px;
  transition: 0.2s;
}
@media (max-width: 1366px) {
  .header_page_realisations_archive > .inner .right .inner span {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .header_page_realisations_archive > .inner .right .inner span {
    font-size: 47px;
  }
}
.header_page_realisations_archive > .inner .right .inner p {
  color: #ffffff;
  font-size: 20px;
  margin: 0;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .header_page_realisations_archive > .inner .right .inner p {
    font-size: 18px;
    line-height: 1em;
  }
}
.header_page_realisations_archive > .inner .right .inner:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.header_page_realisations_archive > .inner .right .inner:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.header_page_realisations_archive > .inner .right .inner:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  flex-flow: column;
  align-self: center;
}
.realisation_sticky {
  background-color: #000000;
  padding-top: 70px;
}
.realisation_sticky h2 {
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.realisation_sticky h2:after {
  height: 11px;
}
.realisation_sticky .slick-arrow {
  display: none !important;
}
.realisation_sticky article.type-realisation {
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  border: 1px solid #FFB300;
  background-color: rgba(255, 179, 0, 0.27);
  padding: 40px;
  box-sizing: border-box;
  transition: 0.2s !important;
}
@media (max-width: 820px) {
  .realisation_sticky article.type-realisation {
    flex-flow: column;
  }
}
@media (max-width: 600px) {
  .realisation_sticky article.type-realisation {
    padding: 20px;
  }
}
.realisation_sticky article.type-realisation:hover {
  background-color: rgba(255, 179, 0, 0);
}
.realisation_sticky article.type-realisation:hover .btn, .realisation_sticky article.type-realisation:hover form input[type="submit"], form .realisation_sticky article.type-realisation:hover input[type="submit"], .realisation_sticky article.type-realisation:hover .wpcf7-form input[type="submit"], .wpcf7-form .realisation_sticky article.type-realisation:hover input[type="submit"] {
  background-color: #ffffff;
}
.realisation_sticky article.type-realisation .image {
  width: 48% !important;
  border-radius: 20px !important;
  flex-flow: column;
}
@media (max-width: 820px) {
  .realisation_sticky article.type-realisation .image {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .realisation_sticky article.type-realisation .image {
    height: 238px !important;
  }
}
.realisation_sticky article.type-realisation .image:after {
  border-radius: 20px !important;
}
.realisation_sticky article.type-realisation .image img {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .realisation_sticky article.type-realisation .image img {
    width: 150px !important;
  }
}
.realisation_sticky article.type-realisation .left {
  width: 48%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .realisation_sticky article.type-realisation .left {
    width: 100%;
  }
}
.realisation_sticky article.type-realisation .left .img_mockup {
  position: relative;
  width: 240px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 30px;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .realisation_sticky article.type-realisation .left .img_mockup {
    width: 200px;
    height: 120px;
  }
}
@media (max-width: 820px) {
  .realisation_sticky article.type-realisation .left .img_mockup {
    display: none;
  }
}
.realisation_sticky article.type-realisation .left .title {
  color: #ffffff;
  font-size: 28px;
  margin: 0;
}
@media (max-width: 1024px) {
  .realisation_sticky article.type-realisation .left .title {
    font-size: 22px;
    margin-top: 18px;
  }
}
@media (max-width: 600px) {
  .realisation_sticky article.type-realisation .left .title {
    font-size: 20px;
  }
}
.realisation_sticky article.type-realisation .left .eco_responsable_mention {
  font-size: 12px;
  padding: 9px 16px 9px 40px;
  margin-bottom: 2px;
  margin-top: 33px;
}
@media (max-width: 600px) {
  .realisation_sticky article.type-realisation .left .eco_responsable_mention {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.realisation_sticky article.type-realisation .left .eco_responsable_mention:after {
  width: 27px;
  height: 27px;
}
@media (max-width: 600px) {
  .realisation_sticky article.type-realisation .left .meta_realisation {
    display: flex;
  }
}
.filter-toggle {
  display: none;
  cursor: pointer;
  padding: 10px 24px;
  user-select: none;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.2s;
}
.filter-toggle .toggle-icon {
  cursor: pointer;
  color: #000000;
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  background-color: #ffb300;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .filter-toggle {
    display: flex;
  }
}
.search_realisation {
  background-color: #000000;
  padding-top: 80px;
}
@media (max-width: 600px) {
  .search_realisation {
    padding-top: 40px;
    display: none;
  }
}
.search_realisation .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #ffffff;
}
@media (max-width: 600px) {
  .search_realisation .wrapper {
    flex-flow: column;
  }
}
.search_realisation .wrapper .cat p, .search_realisation .wrapper .competence p {
  margin: 0;
  position: relative;
}
.search_realisation .wrapper .cat p:before, .search_realisation .wrapper .competence p:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.search_realisation .wrapper .cat p span, .search_realisation .wrapper .competence p span {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  background-color: #000000;
  padding: 10px 10px 10px 0;
  position: relative;
  z-index: 1;
}
.search_realisation .wrapper .cat {
  width: 58%;
}
@media (max-width: 820px) {
  .search_realisation .wrapper .cat {
    width: 49%;
  }
}
@media (max-width: 600px) {
  .search_realisation .wrapper .cat {
    width: 100%;
  }
}
.search_realisation .wrapper .cat .filters {
  margin-top: 15px;
}
.search_realisation .wrapper .cat .filters .filter-btn {
  appearance: none;
  background-color: transparent;
  border-radius: 10px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 24px;
  border: 1px solid #FFB300;
  display: inline-block;
  margin: 0 10px 10px 0;
  transition: 0.3s;
  text-align: left;
}
@media (max-width: 600px) {
  .search_realisation .wrapper .cat .filters .filter-btn {
    font-size: 12px;
    padding: 7px 15px;
    margin: 0 4px 4px 0;
  }
}
.search_realisation .wrapper .cat .filters .filter-btn:hover, .search_realisation .wrapper .cat .filters .filter-btn.active {
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.7);
  background-color: #FFB300;
}
.search_realisation .wrapper .competence {
  width: 38%;
}
@media (max-width: 820px) {
  .search_realisation .wrapper .competence {
    width: 49%;
  }
}
@media (max-width: 600px) {
  .search_realisation .wrapper .competence {
    width: 100%;
    margin-top: 17px;
  }
}
.search_realisation .wrapper .competence .filters {
  margin-top: 15px;
}
.search_realisation .wrapper .competence .filters .filter-btn {
  appearance: none;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  border: none;
  display: inline-block;
  transition: 0.3s;
  background-image: url(assets/img/tag-white.svg);
  background-position: left 2px center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
}
.search_realisation .wrapper .competence .filters .filter-btn:hover, .search_realisation .wrapper .competence .filters .filter-btn.active {
  color: #FFB300;
}
body.post-type-archive-realisation .site-content, body.tax-competence .site-content, body.tax-rubrique .site-content {
  padding-top: 150px;
}
body.post-type-archive-realisation .wrapper_realisations, body.tax-competence .wrapper_realisations, body.tax-rubrique .wrapper_realisations {
  padding: 90px 0;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 600px) {
  body.post-type-archive-realisation .wrapper_realisations, body.tax-competence .wrapper_realisations, body.tax-rubrique .wrapper_realisations {
    padding: 50px 0;
  }
}
body.post-type-archive-realisation .wrapper_realisations .wrapper, body.tax-competence .wrapper_realisations .wrapper, body.tax-rubrique .wrapper_realisations .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
@media (max-width: 1024px) {
  body.post-type-archive-realisation .wrapper_realisations .wrapper, body.tax-competence .wrapper_realisations .wrapper, body.tax-rubrique .wrapper_realisations .wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
}
@media (max-width: 600px) {
  body.post-type-archive-realisation .wrapper_realisations .wrapper, body.tax-competence .wrapper_realisations .wrapper, body.tax-rubrique .wrapper_realisations .wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 30px;
  }
}
body.post-type-archive-realisation .wrapper_realisations .wrapper p.none, body.tax-competence .wrapper_realisations .wrapper p.none, body.tax-rubrique .wrapper_realisations .wrapper p.none {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  grid-column: span 3;
}
body.post-type-archive-realisation article.type-realisation, body.tax-competence article.type-realisation, body.tax-rubrique article.type-realisation {
  position: relative;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
body.post-type-archive-realisation article.type-realisation.visible, body.tax-competence article.type-realisation.visible, body.tax-rubrique article.type-realisation.visible {
  opacity: 1;
  transform: translateY(0);
}
body.post-type-archive-realisation article.type-realisation:hover .image, body.tax-competence article.type-realisation:hover .image, body.tax-rubrique article.type-realisation:hover .image {
  box-shadow: 20px 20px 20px rgba(255, 179, 0, 0.1);
}
body.post-type-archive-realisation article.type-realisation:hover .image .img_mockup, body.tax-competence article.type-realisation:hover .image .img_mockup, body.tax-rubrique article.type-realisation:hover .image .img_mockup {
  opacity: 1;
  bottom: 50%;
}
body.post-type-archive-realisation article.type-realisation:hover .image .arrow:after, body.tax-competence article.type-realisation:hover .image .arrow:after, body.tax-rubrique article.type-realisation:hover .image .arrow:after {
  transform: translate(-50%, -50%) rotate(310deg);
}
body.post-type-archive-realisation article.type-realisation .image, body.tax-competence article.type-realisation .image, body.tax-rubrique article.type-realisation .image {
  position: relative;
  width: 100%;
  height: 368px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body.post-type-archive-realisation article.type-realisation .image, body.tax-competence article.type-realisation .image, body.tax-rubrique article.type-realisation .image {
    height: 274px;
  }
}
@media (max-width: 600px) {
  body.post-type-archive-realisation article.type-realisation .image, body.tax-competence article.type-realisation .image, body.tax-rubrique article.type-realisation .image {
    height: 200px;
  }
}
body.post-type-archive-realisation article.type-realisation .image:after, body.tax-competence article.type-realisation .image:after, body.tax-rubrique article.type-realisation .image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
  z-index: -1;
}
body.post-type-archive-realisation article.type-realisation .image .img_mockup, body.tax-competence article.type-realisation .image .img_mockup, body.tax-rubrique article.type-realisation .image .img_mockup {
  position: absolute;
  left: 50%;
  bottom: 40%;
  transform: translate(-50%, 50%);
  width: 80%;
  height: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body.post-type-archive-realisation article.type-realisation .image .img_mockup, body.tax-competence article.type-realisation .image .img_mockup, body.tax-rubrique article.type-realisation .image .img_mockup {
    display: none;
  }
}
body.post-type-archive-realisation article.type-realisation .image img, body.tax-competence article.type-realisation .image img, body.tax-rubrique article.type-realisation .image img {
  width: 200px;
}
@media (max-width: 1024px) {
  body.post-type-archive-realisation article.type-realisation .image img, body.tax-competence article.type-realisation .image img, body.tax-rubrique article.type-realisation .image img {
    width: 150px;
  }
}
@media (max-width: 600px) {
  body.post-type-archive-realisation article.type-realisation .image img, body.tax-competence article.type-realisation .image img, body.tax-rubrique article.type-realisation .image img {
    width: 100px;
  }
}
body.post-type-archive-realisation article.type-realisation .image .arrow, body.tax-competence article.type-realisation .image .arrow, body.tax-rubrique article.type-realisation .image .arrow {
  background-color: #FFB300;
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.7);
  width: 60px;
  height: 60px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-radius: 15px;
}
@media (max-width: 600px) {
  body.post-type-archive-realisation article.type-realisation .image .arrow, body.tax-competence article.type-realisation .image .arrow, body.tax-rubrique article.type-realisation .image .arrow {
    width: 35px;
    height: 35px;
    border-radius: 10px;
  }
}
body.post-type-archive-realisation article.type-realisation .image .arrow:after, body.tax-competence article.type-realisation .image .arrow:after, body.tax-rubrique article.type-realisation .image .arrow:after {
  content: "";
  background-image: url(assets/img/btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transition: 0.4s;
}
@media (max-width: 600px) {
  body.post-type-archive-realisation article.type-realisation .image .arrow:after, body.tax-competence article.type-realisation .image .arrow:after, body.tax-rubrique article.type-realisation .image .arrow:after {
    width: 20px;
    height: 20px;
  }
}
body.post-type-archive-realisation article.type-realisation .image .eco_responsable_mention, body.tax-competence article.type-realisation .image .eco_responsable_mention, body.tax-rubrique article.type-realisation .image .eco_responsable_mention {
  position: absolute;
  background-color: #60e985;
  color: #ffffff;
  left: 10px;
  top: 10px;
  font-size: 12px;
  padding: 9px 16px 9px 40px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 600px) {
  body.post-type-archive-realisation article.type-realisation .image .eco_responsable_mention, body.tax-competence article.type-realisation .image .eco_responsable_mention, body.tax-rubrique article.type-realisation .image .eco_responsable_mention {
    font-size: 10px;
    padding: 9px 10px 9px 30px;
  }
}
body.post-type-archive-realisation article.type-realisation .image .eco_responsable_mention:after, body.tax-competence article.type-realisation .image .eco_responsable_mention:after, body.tax-rubrique article.type-realisation .image .eco_responsable_mention:after {
  filter: brightness(0) invert(1);
  width: 27px;
  height: 27px;
}
@media (max-width: 600px) {
  body.post-type-archive-realisation article.type-realisation .image .eco_responsable_mention:after, body.tax-competence article.type-realisation .image .eco_responsable_mention:after, body.tax-rubrique article.type-realisation .image .eco_responsable_mention:after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 600px) {
  body.post-type-archive-realisation article.type-realisation .meta_realisation, body.tax-competence article.type-realisation .meta_realisation, body.tax-rubrique article.type-realisation .meta_realisation {
    display: none;
  }
}
@media (max-width: 1024px) {
  body.post-type-archive-realisation article.type-realisation .meta_realisation > div, body.tax-competence article.type-realisation .meta_realisation > div, body.tax-rubrique article.type-realisation .meta_realisation > div {
    width: 43%;
  }
}
.meta_realisation {
  display: flex;
  align-items: flex-start;
  margin-top: 14px;
}
@media (max-width: 1280px) {
  .meta_realisation {
    flex-flow: row wrap;
  }
}
@media (max-width: 600px) {
  .meta_realisation .competence {
    width: 100% !important;
  }
}
.meta_realisation .mise_en_ligne, .meta_realisation .cat, .meta_realisation .competence {
  margin-right: 20px;
}
@media (max-width: 1280px) {
  .meta_realisation .mise_en_ligne, .meta_realisation .cat, .meta_realisation .competence {
    width: 44%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .meta_realisation .mise_en_ligne, .meta_realisation .cat, .meta_realisation .competence {
    width: 23%;
  }
}
@media (max-width: 600px) {
  .meta_realisation .mise_en_ligne, .meta_realisation .cat, .meta_realisation .competence {
    width: 41%;
  }
}
.meta_realisation .mise_en_ligne p, .meta_realisation .cat p, .meta_realisation .competence p {
  background-color: #FFB300;
  margin: 0 0 7px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  width: fit-content;
  min-width: 123px;
}
.meta_realisation .mise_en_ligne span, .meta_realisation .cat span, .meta_realisation .competence span {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  display: block;
}
@media (max-width: 600px) {
  .meta_realisation .mise_en_ligne span, .meta_realisation .cat span, .meta_realisation .competence span {
    font-size: 15px;
  }
}
.meta_realisation .mise_en_ligne span a, .meta_realisation .cat span a, .meta_realisation .competence span a {
  color: #ffffff;
  display: inline-block;
}
.meta_realisation .mise_en_ligne span a:hover, .meta_realisation .cat span a:hover, .meta_realisation .competence span a:hover {
  color: #FFB300;
}
.meta_realisation .competence span {
  font-size: 13px;
  font-weight: 400;
}
.meta_realisation .mise_en_ligne p {
  background-image: url(assets/img/globe.svg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 20px;
}
.meta_realisation .cat p, .meta_realisation .competence p {
  background-image: url(assets/img/tag.svg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 20px;
}
.eco_responsable_mention {
  color: #60e985;
  border: 1px solid #60e985;
  border-radius: 40px;
  padding: 12px 21px 13px 56px;
  text-align: center;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}
.eco_responsable_mention:after {
  content: "";
  background-image: url(assets/img/eco.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.texte_site_eco {
  color: #60e985;
  border: 1px solid #60e985;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
  overflow: hidden;
}
.texte_site_eco p {
  margin-bottom: 0;
}
.texte_site_eco:after {
  content: "";
  background-image: url(assets/img/eco.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  right: -9px;
  top: -57px;
  width: 180px;
  height: 160px;
  opacity: 0.2;
}
.texte_site_eco span {
  font-size: 20px;
  text-align: left;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
body.single-realisation .site-content {
  padding-top: 150px;
}
body.single-realisation .image {
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 1024px) {
  body.single-realisation .image {
    height: 400px;
  }
}
@media (max-width: 600px) {
  body.single-realisation .image {
    height: 300px;
  }
}
body.single-realisation .image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
  z-index: -1;
}
body.single-realisation .image .logo {
  width: 250px;
  display: block;
  margin: 0 auto 100px;
}
@media (max-width: 600px) {
  body.single-realisation .image .logo {
    width: 150px;
  }
}
body.single-realisation .image .logo.nb {
  filter: grayscale(1);
}
body.single-realisation .image .realisations_audit {
  background-color: transparent;
  padding: 0;
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  body.single-realisation .image .realisations_audit {
    display: none;
  }
}
body.single-realisation .image .realisations_audit .get-website-container {
  max-width: 600px;
  width: 90%;
  padding: 12px 36px 25px;
  border-radius: 20px;
  box-sizing: border-box;
}
body.single-realisation .image .realisations_audit .get-website-container h2 {
  font-size: 20px;
}
body.single-realisation .image .realisations_audit .get-website-container .btn, body.single-realisation .image .realisations_audit .get-website-container form input[type="submit"], form body.single-realisation .image .realisations_audit .get-website-container input[type="submit"], body.single-realisation .image .realisations_audit .get-website-container .wpcf7-form input[type="submit"], .wpcf7-form body.single-realisation .image .realisations_audit .get-website-container input[type="submit"] {
  font-size: 13px;
  padding: 12px 30px;
}
body.single-realisation .head_infos {
  background-color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
body.single-realisation .head_infos .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  body.single-realisation .head_infos .wrapper {
    flex-flow: column;
  }
}
body.single-realisation .head_infos .wrapper .left {
  width: 55%;
}
@media (max-width: 1024px) {
  body.single-realisation .head_infos .wrapper .left {
    width: 100%;
  }
}
body.single-realisation .head_infos .wrapper .left h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 15px;
}
@media (max-width: 600px) {
  body.single-realisation .head_infos .wrapper .left h1 {
    font-size: 25px;
  }
}
body.single-realisation .head_infos .wrapper .left a {
  background-image: url(assets/img/nouvel-onglet.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right;
  padding-right: 29px;
}
body.single-realisation .head_infos .wrapper .left a:hover {
  color: #ffffff;
}
body.single-realisation .head_infos .wrapper .right {
  width: 40%;
  position: relative;
}
@media (max-width: 1024px) {
  body.single-realisation .head_infos .wrapper .right {
    width: 100%;
  }
}
body.single-realisation .head_infos .wrapper .right .meta_realisation {
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  body.single-realisation .head_infos .wrapper .right .meta_realisation {
    margin-bottom: 40px;
  }
}
body.single-realisation .head_infos .wrapper .right .img_mockup {
  position: absolute;
  left: 0;
  top: 100%;
}
@media (max-width: 1024px) {
  body.single-realisation .head_infos .wrapper .right .img_mockup {
    position: relative;
  }
}
body.single-realisation .head_infos .wrapper .right .img_mockup > .img {
  width: 100%;
  height: 900px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
body.single-realisation .head_infos .wrapper .right .img_mockup .realisations_audit {
  background-color: transparent;
  padding: 0;
}
body.single-realisation .head_infos .wrapper .right .img_mockup .realisations_audit .get-website-container {
  border-radius: 20px;
  padding: 12px 36px 25px;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
  margin-top: 30px;
}
body.single-realisation .head_infos .wrapper .right .img_mockup .realisations_audit .get-website-container h2 {
  font-size: 20px;
}
body.single-realisation .head_infos .wrapper .right .img_mockup .realisations_audit .get-website-container .btn, body.single-realisation .head_infos .wrapper .right .img_mockup .realisations_audit .get-website-container form input[type="submit"], form body.single-realisation .head_infos .wrapper .right .img_mockup .realisations_audit .get-website-container input[type="submit"], body.single-realisation .head_infos .wrapper .right .img_mockup .realisations_audit .get-website-container .wpcf7-form input[type="submit"], .wpcf7-form body.single-realisation .head_infos .wrapper .right .img_mockup .realisations_audit .get-website-container input[type="submit"] {
  font-size: 13px;
  padding: 12px 30px;
}
body.single-realisation .content {
  margin-top: 70px;
}
body.single-realisation .content > div {
  width: 50%;
}
@media (max-width: 1024px) {
  body.single-realisation .content > div {
    width: 100%;
  }
}
body.single-realisation .content > div h2 {
  margin-bottom: 0;
}
body.single-realisation .content > div form {
  margin-top: 20px;
  background-color: rgba(255, 179, 0, 0.2);
  border: 1px solid #FFB300;
  border-radius: 30px;
  padding: 40px;
}
body.single-realisation .content > div form .mid, body.single-realisation .content > div form .full {
  margin: 8px 0;
}
body.single-realisation .content > div form h3 {
  margin: 0;
  text-align: center;
  font-weight: 400;
}
body.single-realisation .content > div form h3 strong {
  color: 700;
  position: relative;
}
body.single-realisation .content > div form h3 strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 10px;
  border-radius: 15px;
  background-color: #FFB300;
  z-index: -1;
}
body.single-realisation .content > div form .wpcf7-submit {
  margin-bottom: 0;
}
body.single-realisation .slider-mockup {
  background-color: #292929;
  border-radius: 30px;
  padding: 70px 12%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-realisation .slider-mockup {
    padding: 70px;
  }
}
@media (max-width: 600px) {
  body.single-realisation .slider-mockup {
    padding: 30px;
    flex-flow: column;
  }
}
body.single-realisation .slider-mockup .slider-nav {
  max-width: 615px;
}
@media (max-width: 1024px) {
  body.single-realisation .slider-mockup .slider-nav {
    max-width: initial;
    width: 61%;
  }
}
@media (max-width: 600px) {
  body.single-realisation .slider-mockup .slider-nav {
    width: 100%;
  }
  body.single-realisation .slider-mockup .slider-nav .slick-dots {
    justify-content: center !important;
  }
}
body.single-realisation .slider-mockup .slider-nav .slick-dots {
  justify-content: flex-start;
}
body.single-realisation .slider-mockup .slider-nav img {
  border-radius: 10px;
  width: 190px;
  height: 360px;
  object-fit: cover;
  object-position: top;
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  body.single-realisation .slider-mockup .slider-nav img {
    width: 144px;
    height: 273px;
  }
}
@media (max-width: 600px) {
  body.single-realisation .slider-mockup .slider-nav img {
    width: 90px;
    height: 192px;
  }
}
body.single-realisation .slider-mockup .slider-for {
  width: 30%;
}
@media (max-width: 600px) {
  body.single-realisation .slider-mockup .slider-for {
    width: 100%;
  }
  body.single-realisation .slider-mockup .slider-for .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.single-realisation .slider-mockup .slider-for img {
  border-radius: 10px;
  width: 303px;
  height: 561px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1024px) {
  body.single-realisation .slider-mockup .slider-for img {
    width: 303px;
    height: 447px;
  }
}
@media (max-width: 600px) {
  body.single-realisation .slider-mockup .slider-for img {
    width: 195px;
    height: 379px;
  }
}
body.single-realisation .results {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  body.single-realisation .results {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
body.single-realisation .results .inner {
  margin-right: 70px;
}
@media (max-width: 600px) {
  body.single-realisation .results .inner {
    margin-right: 15px;
  }
}
body.single-realisation .results .inner:hover span {
  color: #FFB300;
}
body.single-realisation .results .inner span {
  font-size: 70px;
  font-weight: 700;
  -webkit-text-stroke: 1px #ffb300;
  line-height: 1em;
  transition: 0.2s;
}
@media (max-width: 600px) {
  body.single-realisation .results .inner span {
    font-size: 46px;
  }
}
body.single-realisation .results .inner p {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 600px) {
  body.single-realisation .results .inner p {
    font-size: 16px;
    line-height: 1em;
  }
}
body.single-realisation .content_bis {
  background: linear-gradient(180deg, black 0%, #3d3d3d 100%);
  padding-top: 17%;
  color: #ffffff;
  margin-top: -18%;
  position: relative;
  margin-bottom: 110px;
}
body.single-realisation .content_bis:after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 79px;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.single-realisation .content_bis .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  body.single-realisation .content_bis .wrapper {
    flex-flow: column;
  }
}
body.single-realisation .content_bis .wrapper .left {
  width: 47%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-realisation .content_bis .wrapper .left {
    width: 100%;
  }
}
body.single-realisation .content_bis .wrapper .left h2 {
  margin-top: 0;
}
body.single-realisation .content_bis .wrapper .left .results {
  margin-top: 40px;
}
body.single-realisation .content_bis .wrapper .left .results .inner span {
  color: transparent;
}
body.single-realisation .content_bis .wrapper .left .results .inner:hover span {
  color: #FFB300;
}
body.single-realisation .content_bis .wrapper .right {
  width: 44%;
}
@media (max-width: 1280px) {
  body.single-realisation .content_bis .wrapper .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  body.single-realisation .content_bis .wrapper .right {
    margin-top: 20px;
  }
}
body.single-realisation .content_bis .wrapper .right h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 28px;
}
body.single-realisation .content_bis .wrapper .right .fonctionnalites {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 17px;
}
@media (max-width: 600px) {
  body.single-realisation .content_bis .wrapper .right .fonctionnalites {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.single-realisation .content_bis .wrapper .right .fonctionnalites p {
  margin: 0;
  font-weight: 700;
  position: relative;
  padding-left: 43px;
  transition: 0.3s;
}
body.single-realisation .content_bis .wrapper .right .fonctionnalites p:after {
  content: "";
  background-color: #FFB300;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}
body.single-realisation .content_bis .wrapper .right .fonctionnalites p:before {
  content: "";
  background-color: rgba(255, 179, 0, 0.4);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.7);
}
body.single-realisation .content_bis .wrapper .right .fonctionnalites p:hover {
  color: #FFB300;
}
body.single-realisation .content_bis .wrapper .right .fonctionnalites p:hover:after {
  width: 13px;
  height: 13px;
  left: 11px;
}
body.single-realisation .content_bis .wrapper .right .btn, body.single-realisation .content_bis .wrapper .right form input[type="submit"], form body.single-realisation .content_bis .wrapper .right input[type="submit"], body.single-realisation .content_bis .wrapper .right .wpcf7-form input[type="submit"], .wpcf7-form body.single-realisation .content_bis .wrapper .right input[type="submit"] {
  background-image: url(assets/img/nouvel-onglet-black.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 17px;
  padding-right: 48px;
  display: inline-block;
  margin-top: 31px;
}
body.single-realisation .mockup_video {
  background-color: rgba(255, 179, 0, 0.2);
  border: 1px solid #ffb300;
  border-radius: 30px;
  padding: 80px;
  box-sizing: border-box;
  margin: 90px auto;
}
@media (max-width: 600px) {
  body.single-realisation .mockup_video {
    padding: 30px;
  }
}
body.single-realisation .mockup_video video {
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  max-width: 870px;
  margin: 0 auto;
}
body.single-realisation .tem {
  display: block !important;
  font-size: 23px;
  color: #ffffff;
  font-style: italic;
  position: relative;
  padding-left: 151px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  body.single-realisation .tem {
    font-size: 18px;
    padding-left: 0;
    padding-top: 27px;
  }
}
body.single-realisation .tem:before {
  content: "";
  background-image: url(assets/img/star.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 139px;
  top: -103px;
  position: absolute;
  width: 164px;
  height: 152px;
}
@media (max-width: 600px) {
  body.single-realisation .tem:before {
    width: 105px;
    height: 112px;
    left: -5px;
    top: -31px;
  }
}
body.single-realisation .tem:after {
  content: "";
  background-image: url(assets/img/quotee.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -38px;
  top: -58px;
  position: absolute;
  width: 163px;
  height: 128px;
  opacity: 0.3;
}
@media (max-width: 600px) {
  body.single-realisation .tem:after {
    width: 90px;
    height: 90px;
    left: 0;
  }
}
body.single-realisation .tem .id {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 18px;
  font-style: initial;
}
body.single-realisation .tem .id span {
  display: block;
  text-transform: uppercase;
  color: #FFB300;
  font-weight: 700;
  font-size: 14px;
}
body.single-realisation .tem a {
  background-image: url(assets/img/nouvel-onglet.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right;
  padding-right: 29px;
  display: inline-block;
  margin-top: 0;
  font-size: 16px;
  border-bottom: 1px solid #FFB300;
}
body.single-realisation .tem a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
body.single-realisation .prev_realisations {
  margin: 140px auto 40px;
  justify-content: center !important;
}
@media (max-width: 1280px) {
  body.single-realisation .prev_realisations {
    align-items: center !important;
  }
}
@media (max-width: 1024px) {
  body.single-realisation .prev_realisations {
    margin: 68px auto 40px;
  }
}
body.single-realisation .prev_realisations .btn, body.single-realisation .prev_realisations form input[type="submit"], form body.single-realisation .prev_realisations input[type="submit"], body.single-realisation .prev_realisations .wpcf7-form input[type="submit"], .wpcf7-form body.single-realisation .prev_realisations input[type="submit"] {
  position: relative;
  padding: 12px 30px 12px 50px;
}
body.single-realisation .prev_realisations .btn:before, body.single-realisation .prev_realisations form input[type="submit"]:before, form body.single-realisation .prev_realisations input[type="submit"]:before, body.single-realisation .prev_realisations .wpcf7-form input[type="submit"]:before, .wpcf7-form body.single-realisation .prev_realisations input[type="submit"]:before {
  content: "";
  background-image: url(assets/img/btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateY(-50%) rotate(-180deg);
  position: absolute;
  left: 18px;
  top: 50%;
  width: 25px;
  height: 25px;
}
body.single-realisation .navigation-articles {
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-realisation .navigation-articles {
    flex-flow: row nowrap !important;
  }
}
body.single-realisation .navigation-articles > div {
  width: 46%;
}
@media (max-width: 1024px) {
  body.single-realisation .navigation-articles > div {
    width: 49%;
  }
}
body.single-realisation .navigation-articles > div .next-post-container a {
  justify-content: flex-start;
  text-align: left;
}
body.single-realisation .navigation-articles > div .next-post-container a:after {
  background: linear-gradient(90deg, black 0%, #ffb300 100%);
}
body.single-realisation .navigation-articles > div a {
  position: relative;
  min-height: 170px;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 14px 14px 22px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
@media (max-width: 600px) {
  body.single-realisation .navigation-articles > div a {
    padding: 20px;
    min-height: 120px;
  }
}
body.single-realisation .navigation-articles > div a:after {
  content: "";
  background: linear-gradient(270deg, black 0%, #ffb300 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  border-radius: 30px;
  transition: 0.4s;
}
body.single-realisation .navigation-articles > div a:hover:after {
  opacity: 0.4;
}
body.single-realisation .navigation-articles > div a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
}
body.single-realisation .navigation-articles > div a h3.post-title {
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 28px;
}
@media (max-width: 1024px) {
  body.single-realisation .navigation-articles > div a h3.post-title {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  body.single-realisation .navigation-articles > div a h3.post-title {
    font-size: 18px;
    line-height: 1.1em;
  }
}
body.single-realisation .navigation-articles > div a h3.post-title i {
  font-size: 14px;
  display: block;
  font-style: initial;
  text-transform: uppercase;
  font-weight: initial;
}
@media (max-width: 600px) {
  body.single-realisation .navigation-articles > div a h3.post-title i {
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 10px;
  }
}
body.page-id-2721 #nos_actions {
  display: none;
}
@media (max-width: 1280px) {
  .qlwapp__container.qlwapp__container--bottom-right {
    bottom: 55px !important;
  }
  .qlwapp__container.qlwapp__container--bottom-right .qlwapp__button {
    margin-right: 4px !important;
  }
}
