@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", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
}
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: 1366px) {
  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: 1366px) {
  .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 0;
}
#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;
}
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 {
  text-transform: uppercase;
  font-size: 12px;
  color: #c3c3c3;
}
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", sans-serif;
}
.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;
}
.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;
}
/*--------------------------------------------------------------
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: 1180px) {
  .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: 1180px) {
  .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: 1180px) {
  .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;
}
#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;
}
@media (max-width: 1600px) {
  #masthead > .wrapper #site-navigation {
    width: 88%;
  }
}
#masthead > .wrapper #site-navigation .menu-menu-principal-container {
  width: 60%;
  display: flex;
}
@media (max-width: 1600px) {
  #masthead > .wrapper #site-navigation .menu-menu-principal-container {
    width: 67%;
  }
}
@media (max-width: 1180px) {
  #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 25px;
  position: relative;
}
@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 {
  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: 17px;
  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: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  #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;
}
#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: 1180px) {
  #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: 1180px) {
  #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-top: 15px;
}
#responsive-menu #responsive-menu-inner .infos a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
#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;
  background-color: #FFB300;
  list-style: none;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu a {
  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: 500px;
  object-fit: cover;
}
@media (max-width: 600px) {
  #header_home video {
    height: 300px;
  }
}
#header_home .content {
  margin-bottom: 100px;
}
@media (max-width: 820px) {
  #header_home .content {
    margin-bottom: 29px;
  }
}
#header_home .content p {
  font-size: 19px;
}
#header_home .content p img {
  margin: 15px 0 0;
  display: block;
}
#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: 1180px) {
  #ctas_home {
    display: block;
  }
  #ctas_home .slick-arrow {
    display: none !important;
  }
  #ctas_home .slick-track {
    display: flex;
    align-items: stretch;
  }
}
#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: 1180px) {
  #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: 1180px) {
  #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;
}
@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;
  }
}
#ctas_home .inner.more a.plus:after {
  content: "+";
  background-color: #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: 0.4s;
}
section#home_sec1 {
  position: relative;
  margin-top: 160px !important;
  margin-bottom: 240px !important;
}
@media (max-width: 1180px) {
  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: 1180px) {
  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: 1180px) {
  section#home_sec1 > .wrapper {
    flex-flow: column;
  }
}
section#home_sec1 .content {
  width: 29%;
  margin-left: 6%;
}
@media (max-width: 1366px) {
  section#home_sec1 .content {
    margin-left: 0;
    width: 35%;
  }
}
@media (max-width: 1180px) {
  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: 1366px) {
  section#home_sec1 .equipe {
    bottom: -160px;
    padding-left: 5%;
  }
}
@media (max-width: 1180px) {
  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: 1180px) {
  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_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: 1180px) {
  section#home_sec3 .offres {
    flex-flow: column;
  }
}
section#home_sec3 .offres > * {
  width: 48%;
}
@media (max-width: 1180px) {
  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: 1180px) {
  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: 1180px) {
  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: 160px;
  object-fit: contain;
  height: 100px;
  filter: grayscale(1);
  transition: 0.2s;
}
section#home_sec5 ul.logos li.slick-slide img:hover {
  filter: grayscale(0);
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.site-content {
  padding-top: 185px;
}
@media (max-width: 820px) {
  .site-content {
    padding-top: 192px;
  }
}
#header_page #inner_header_page {
  text-align: center;
  width: 900px;
}
#header_page #inner_header_page .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;
}
#header_page #inner_header_page .fond_jaune ul {
  padding: 0;
}
#header_page #inner_header_page .fond_jaune ul li {
  list-style: none;
}
@media (max-width: 600px) {
  #header_page #inner_header_page .fond_jaune {
    background-size: 50px;
    padding: 57px 40px 20px 40px;
  }
  #header_page #inner_header_page .fond_jaune p {
    font-size: 14px;
  }
}
#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 {
  background: #fff1d1;
  background: linear-gradient(188deg, #fff1d1 0%, rgba(255, 241, 209, 0) 100%);
  padding-bottom: 70px;
}
#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: 1366px) {
  #forfait #wrapper_panel > div {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1180px) {
  #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 .fond_jaune {
  background-image: url(assets/img/communication.svg) !important;
}
section#equipe_sec1 {
  margin-top: 50px !important;
  width: 1245px;
}
section#equipe_sec1 iframe {
  width: 100%;
  height: 600px;
  border-radius: 20px;
}
@media (max-width: 820px) {
  section#equipe_sec1 iframe {
    height: 400px;
  }
}
@media (max-width: 600px) {
  section#equipe_sec1 iframe {
    height: 270px;
  }
}
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 .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;
}
@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;
  }
}
section#equipe_sec3 .right iframe {
  width: 540px;
  height: 304px;
  margin: 0 10px;
  border-radius: 20px;
}
@media (max-width: 600px) {
  section#equipe_sec3 .right iframe {
    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: 820px) {
  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: 20px;
  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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
body.error404 #inner_header_page h1 {
  font-weight: 700;
}
section.error-404 .page-content p {
  text-align: center;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#nos_actions h2 {
  text-align: center;
}
#nos_actions .actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  #nos_actions .actions {
    display: block;
  }
  #nos_actions .actions .slick-arrow {
    display: none !important;
  }
}
#nos_actions .actions .inner {
  width: 23%;
}
@media (max-width: 1180px) {
  #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: 1180px) {
  #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 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;
}
