@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: "Montserrat";
  font-style: normal;
  font-weight: 400;
  /*font-display: optional;*/
  src: url("assets/fonts/Montserrat-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  /*font-display: optional;*/
  src: url("assets/fonts/Montserrat-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "AdventPro";
  font-style: normal;
  font-weight: 400;
  /*font-display: optional;*/
  src: url("assets/fonts/AdventPro-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "AdventPro";
  font-style: normal;
  font-weight: 700;
  /*font-display: optional;*/
  src: url("assets/fonts/AdventPro-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: "Montserrat", "Arial", sans-serif;
  color: #212121;
  font-size: 16px;
}
a {
  color: #03c41d;
  text-decoration: none;
  transition: 0.2s;
}
h1, .h1 {
  font-family: "AdventPro", "Tahoma", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1em;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 660px) {
  h1, .h1 {
    font-size: 30px;
  }
}
.home h1 {
  font-size: 60px;
}
@media (max-width: 1200px) {
  .home h1 {
    font-size: 50px;
  }
}
@media (max-width: 660px) {
  .home h1 {
    font-size: 35px;
  }
}
h2, .h2 {
  font-family: "AdventPro", "Tahoma", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 35px;
  }
}
/*.entry-content {
	h2 {
		&:after {
			content: "";
			display: block;
			background-color: $green;
			width: 80px;
			height: 3px;
			margin-top: 8px;
		}
	}
	img {
		border-radius: 15px;
		box-shadow: $shadow;
		@include mobile {
			width: 100%;
			margin: 20px 0;
		}
	}
}*/
.title {
  position: relative;
  margin-bottom: 30px;
  /*&:after {
		content: "";
		background-color: $light_grey;
		width: 1px ;
		height: 120%;
		position: absolute;
		top: -30px;
		left: -30px;
	}
	&:before {
		content: "";
		background-color: $light_grey;
		width: 100%;
		height: 1px;
		position: absolute;
		top: -30px;
		left: -30px;
	}*/
}
.title span {
  display: block;
  text-align: left;
  color: #03c41d;
  font-family: "AdventPro", "Tahoma", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.title h2 {
  margin: 0;
}
h3, .h3 {
  font-family: "AdventPro", "Tahoma", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 25px;
  }
}
h4, .h4 {
  font-family: "AdventPro", "Tahoma", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
}
h5, .h5 {
  font-family: "AdventPro", "Tahoma", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
p {
  line-height: 1.5em;
}
li {
  line-height: 1.3em;
}
blockquote {
  background-color: rgba(3, 196, 29, 0.1);
  padding: 20px;
  margin: 20px 0;
  border: 1px solid rgba(3, 196, 29, 0.7);
}
blockquote p {
  color: #03c41d;
  font-style: italic;
  text-align: left;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* WORDPRESS */
.admin-bar #masthead {
  top: var(--wp-admin--admin-bar--height);
}
.gallery {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1200px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 660px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery figure {
  margin: 0;
  text-align: center;
}
.gallery a {
  display: block;
}
.gallery img {
  object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 5px;
}
@media (max-width: 660px) {
  .gallery img {
    height: 150px;
  }
}
.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: 1365px;
  max-width: 90%;
  margin: 0 auto;
}
.wrapper.margin {
  margin-top: 90px;
  margin-bottom: 90px;
}
.wrapper.medium {
  width: 1120px;
}
.wrapper.small {
  width: 800px;
}
.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 {
  margin: 10px 0;
  display: inline-block;
  background-color: #ffcd6e;
  text-align: left;
  padding: 17px 60px 17px 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "AdventPro", "Tahoma", sans-serif;
  background-image: url(assets/img/small-arrow-white.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center right 16px;
}
.btn:hover {
  background-color: #03c41d;
  padding-right: 70px;
  background-position: center right 20px;
}
.btn_small {
  color: #03c41d;
  font-weight: 700;
  font-size: 14px;
  background-image: url(assets/img/small-arrow-green.svg);
  background-size: 15px;
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  display: inline-block;
}
section {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
@media (max-width: 660px) {
  section {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
/* Slick */
.slick-prev, .slick-next {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  cursor: pointer;
  /*background-image: url(assets/img/arrow_left_black.svg);*/
  transform: translateY(-50%) rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  border: 0;
  color: transparent;
  background-color: transparent;
}
.slick-next {
  right: 0;
  left: auto;
  transform: translateY(-50%) rotate(0);
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}
.slick-dots li {
  margin: 0 3px;
}
.slick-dots li.slick-active button {
  background-color: #03c41d;
}
.slick-dots li button {
  background-color: transparent;
  border: 1px solid #03c41d;
  padding: 0;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}
.slick-vertical .slick-slide {
  height: 250px !important;
}
/* Fil d'ariane */
.breadcrumb {
  margin: 10px 0 0;
  background-color: #03c41d;
  padding: 4px 9px !important;
  width: fit-content;
}
.breadcrumb li {
  color: #ffffff;
  font-size: 12px;
}
.breadcrumb li a {
  color: #ffffff;
}
.breadcrumb .active {
  color: #ffffff;
  font-weight: 700;
}
/* Form */
.wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  position: relative;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .mention p {
  text-align: center;
}
.wpcf7-form small {
  font-size: 67%;
}
.wpcf7-form .third {
  width: 33%;
  margin: 8px 0;
}
@media (max-width: 660px) {
  .wpcf7-form .third {
    width: 100%;
    margin: 5px 0;
  }
}
.wpcf7-form .mid {
  width: 48.9%;
  margin: 8px 0;
}
@media (max-width: 660px) {
  .wpcf7-form .mid {
    width: 100%;
  }
}
.wpcf7-form .full {
  width: 100%;
  margin: 8px 0;
}
.wpcf7-form .full small {
  line-height: 18px;
  display: block;
}
.wpcf7-form .submit {
  width: 100%;
  text-align: center;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  margin: 0;
  height: auto;
  width: auto;
  border-radius: 10px;
  z-index: 100;
}
.wpcf7-form .wpcf7-spinner:before {
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  transform-origin: 20px 20px;
  background-color: #03c41d;
}
.wpcf7-form .select label {
  display: block;
}
.wpcf7-form .select select {
  width: 100%;
}
.wpcf7-form label {
  text-transform: uppercase;
  font-size: 12px;
  color: #c3c3c3;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form .intl-tel-input, .wpcf7-form select {
  width: 100%;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  color: #212121;
  font-weight: 300;
  font-family: "AdventPro", "Tahoma", sans-serif;
  border: 0;
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
  font-size: 16px;
  background-color: transparent;
  padding: 0 0 5px;
  box-sizing: border-box;
  outline: none;
  transition: 0.2s;
}
.wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
  border-bottom: 1px solid #03c41d;
}
.wpcf7-form textarea {
  height: 120px;
}
.wpcf7-form input[type="submit"] {
  margin-top: 15px;
  background-color: #ffcd6e;
  color: #ffffff;
  font-family: "AdventPro", "Tahoma", sans-serif;
  text-transform: uppercase;
  padding: 14px 40px;
  border: 0;
  display: inline-block;
  position: relative;
  transition: 0.2s;
  font-size: 16px;
  font-weight: 700;
  width: initial;
  transition: 0.2s;
}
@media (max-width: 660px) {
  .wpcf7-form input[type="submit"] {
    width: 100%;
    font-size: 14px;
  }
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #03c41d;
}
::placeholder {
  font-size: 16px;
  color: rgba(33, 33, 33, 0.43);
}
.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  padding: 12px 16px !important;
  color: #ffffff;
  border-radius: 5px;
  margin: 15px 0 0 0 !important;
  width: 100% !important;
  font-weight: 700 !important;
  box-sizing: border-box !important;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  text-transform: initial;
  margin-top: 5px;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #03c41d;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #dc3232;
}
#telechargement {
  text-align: center;
  width: 100%;
  display: none;
}
#telechargement h3 {
  text-transform: initial;
}
#telechargement .flex p {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 660px) {
  #telechargement .flex p {
    flex-flow: column;
    justify-content: center;
  }
}
#telechargement .flex a {
  display: block;
  background-color: #03c41d;
  border-radius: 5px;
  padding: 25px;
  width: 32%;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url(assets/img/download.svg);
  background-repeat: no-repeat;
  background-position: left 90px center;
  background-size: 30px;
}
@media (max-width: 900px) {
  #telechargement .flex a {
    background-position: left 10px center;
  }
}
@media (max-width: 660px) {
  #telechargement .flex a {
    width: 100%;
    margin: 5px;
  }
}
#telechargement .flex a:hover {
  background-color: #212121;
}
/* Tarte au citron */
#tarteaucitronRoot div#tarteaucitronAlertBig {
  padding: 15px 0;
  background-color: #212121;
}
#tarteaucitronRoot div#tarteaucitronAlertBig br {
  display: none;
}
#tarteaucitronRoot div#tarteaucitronAlertBig, #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow {
  box-shadow: none;
  border-radius: 0 !important;
}
/*--------------------------------------------------------------
MENU
--------------------------------------------------------------*/
.responsive_cta {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.1);
  width: 100%;
  padding: 0;
  margin: 0;
  display: none;
  align-items: stretch;
}
@media (max-width: 660px) {
  .responsive_cta {
    display: flex;
  }
}
.responsive_cta li {
  list-style: none;
  flex: 1;
}
.responsive_cta li a {
  padding: 40px 10px 15px;
  background-color: #ffcd6e;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 13px;
  background-position: top 15px center;
  background-repeat: no-repeat;
  background-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.responsive_cta li.devis a {
  background-image: url(assets/img/edit.svg);
}
.responsive_cta li.tel a {
  background-image: url(assets/img/tel.svg);
}
.responsive_cta li.user a {
  background-image: url(assets/img/user-white.svg);
}
#masthead {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 81.5%;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.1);
}
#masthead .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 95%;
}
#masthead .wrapper #logo {
  width: 200px;
}
#masthead .wrapper > div {
  width: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  /*.devis_menu {
                color: $white;
                font-weight: $bold;
                text-align: center;
                text-transform: uppercase;
                width: 173px;
                background-color: $red;
                margin-left: 20px;
                background-image: url(assets/img/devis-en-ligne.svg);
                background-size: 45px;
                background-repeat: no-repeat;
                background-position: center top 10px;
                padding-top: 65px;
                position: relative;
                @include mobile {
                    display: none;
                }
                &:hover {
                    background-color: $green;
                    background-position: center top 12px;
                    &:after {
                        background-color: $green;
                    }
                }
                &:after {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 0;
                    z-index: -1;
                    background-color: $red;
                    width: 100%;
                    height: 20px;
                    border-bottom-left-radius: 5px;
                    border-bottom-right-radius: 5px;
                    transition: 0.2s;
                }
            }*/
}
@media (max-width: 1450px) {
  #masthead .wrapper > div {
    width: 80%;
  }
}
#masthead .wrapper > div > .menu .top_menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  padding: 10px 0 10px;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 900px) {
  #masthead .wrapper > div > .menu .top_menu {
    display: none;
  }
}
#masthead .wrapper > div > .menu .top_menu li, #masthead .wrapper > div > .menu .top_menu a {
  list-style: none;
  color: #212121;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "AdventPro", "Tahoma", sans-serif;
  font-weight: 300;
}
#masthead .wrapper > div > .menu .top_menu li {
  margin: 0 6px;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: left center;
}
#masthead .wrapper > div > .menu .top_menu li.adress {
  background-image: url(assets/img/gps.svg);
}
#masthead .wrapper > div > .menu .top_menu li.tel {
  background-image: url(assets/img/tel.svg);
  background-size: 13px;
  padding-left: 17px;
}
#masthead .wrapper > div > .menu .top_menu li.tel a:hover {
  color: #03c41d;
}
#masthead .wrapper > div > .menu .top_menu li.user {
  background-image: url(assets/img/user.svg);
  background-size: 13px;
  padding-left: 17px;
}
#masthead .wrapper > div > .menu .top_menu li.user a {
  color: #03c41d;
  font-weight: 700;
}
#masthead .wrapper > div > .menu .top_menu li.guide {
  background-image: url(assets/img/search-green.svg);
  background-size: 15px;
  padding-left: 20px;
}
#masthead .wrapper > div > .menu .top_menu li.guide a {
  color: #03c41d;
  font-weight: 700;
}
#masthead .wrapper > div > .menu #site-navigation {
  padding: 25px 0 0 0;
}
@media (max-width: 1200px) {
  #masthead .wrapper > div > .menu #site-navigation {
    display: none;
  }
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li {
  list-style: none;
  margin: 0 15px;
  position: relative;
  padding-bottom: 14px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li:last-child {
  margin-right: 0;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.current-menu-ancestor > a, #masthead .wrapper > div > .menu #site-navigation #primary-menu li.current-menu-item > a {
  color: #03c41d !important;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li:hover > .sub-menu {
  transform: scale(1);
  opacity: 1;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li a {
  font-family: "AdventPro", "Tahoma", sans-serif;
  color: #212121;
  text-transform: uppercase;
  font-size: 17px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li a:hover {
  color: #03c41d;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li .sub-menu {
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.1);
  transition: 0.3s ease;
  transform-origin: 0 0;
  transform: scale(0);
  opacity: 0;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li .sub-menu li {
  margin: 5px 10px;
  padding: 0;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li .sub-menu li a {
  color: #212121;
  text-transform: initial;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li .sub-menu li a:hover {
  color: #03c41d;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li .sub-menu li .sub-menu {
  left: 111%;
  top: -15px;
}
/*--------------------------------------------------------------
MENU MOBILE
--------------------------------------------------------------*/
#reponsive-menu-trigger-container {
  flex-flow: row-reverse;
  align-items: center;
  display: none;
}
@media (max-width: 1200px) {
  #reponsive-menu-trigger-container {
    display: flex;
    margin: 14px 0;
  }
}
@media (max-width: 900px) {
  #reponsive-menu-trigger-container {
    margin: 26px 0 0 14px;
  }
}
@media (max-width: 660px) {
  #reponsive-menu-trigger-container {
    margin: 14px 0;
  }
}
#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: #ffffff;
  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: 1200px) {
  #responsive-menu {
    display: block;
  }
}
#responsive-menu #responsive-menu-inner {
  width: 70%;
  max-width: 400px;
  background-color: #212121;
  box-sizing: border-box;
  height: 100%;
  padding: 20px 0;
  overflow-y: auto;
}
#responsive-menu #responsive-menu-inner #logo_responsive img {
  padding: 20px;
  width: 175px;
}
#responsive-menu #responsive-menu-inner #mobile-menu a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
}
#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 {
  padding: 4px 15px;
  display: block;
  box-sizing: border-box;
  text-transform: initial;
  font-weight: initial;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu .sub-menu a {
  text-transform: initial;
}
#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: #03c41d;
}
#responsive-menu.active {
  right: 0;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .parallax {
    top: initial !important;
    left: initial !important;
    transform: translate(0) !important;
  }
}
#header_home {
  height: 800px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
}
#header_home .content {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 660px) {
  #header_home .content {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
#header_home .content h1 {
  margin: 0 0 25px 0;
}
#header_home .wrapper_backgrounds {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 800px;
}
#header_home .wrapper_backgrounds .background {
  /* position: absolute!important;
            top: 0!important;
            right: 0!important;*/
  height: 800px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative;
}
#header_home .wrapper_backgrounds .background:after {
  content: "";
  background: linear-gradient(to right, #212121 0%, rgba(33, 33, 33, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#header_home .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 900px) {
  #header_home .wrapper {
    flex-flow: row wrap;
  }
}
#header_home .wrapper .left {
  width: 46%;
  /*background-color: rgba($white, 0.6);
            padding: 50px;
            box-sizing: border-box;
            backdrop-filter: blur(4px);*/
  color: #ffffff;
}
@media (max-width: 900px) {
  #header_home .wrapper .left {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #header_home .wrapper .left .cibles {
    margin-right: 30px;
  }
}
@media (max-width: 900px) {
  #header_home .wrapper .left .cibles {
    margin-right: 0;
  }
}
#header_home .wrapper .left .cibles .slick-arrow {
  display: none !important;
}
#header_home .wrapper .left .cibles .slick-dots {
  margin-top: 40px;
}
#header_home .wrapper .left .cibles .slick-dots li button {
  background-color: transparent;
  border: 1px solid #ffffff;
}
#header_home .wrapper .left .cibles .slick-dots li.slick-active button {
  background-color: #03c41d;
  border-color: #03c41d;
}
#header_home .wrapper .left .cibles .inner {
  color: #ffffff;
  transition: 0.2s;
  margin: 0 11px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 660px) {
  #header_home .wrapper .left .cibles .inner {
    padding: 20px;
  }
}
#header_home .wrapper .left .cibles .inner.slick-cloned {
  opacity: 0;
  pointer-events: none;
}
#header_home .wrapper .left .cibles .inner:first-child {
  margin-left: 0;
}
#header_home .wrapper .left .cibles .inner:hover, #header_home .wrapper .left .cibles .inner.slick-current {
  color: #03c41d;
}
#header_home .wrapper .left .cibles .inner:hover .arrow, #header_home .wrapper .left .cibles .inner.slick-current .arrow {
  background-image: url(assets/img/arrow-green.svg);
}
#header_home .wrapper .left .cibles .inner h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media (max-width: 660px) {
  #header_home .wrapper .left .cibles .inner h2 {
    font-size: 21px;
  }
}
#header_home .wrapper .left .cibles .inner p {
  margin: 0;
  text-align: left;
}
@media (max-width: 660px) {
  #header_home .wrapper .left .cibles .inner p {
    font-size: 13px;
  }
}
#header_home .wrapper .left .cibles .inner .arrow {
  background-image: url(assets/img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 24px;
  transition: 0.2s;
}
#header_home .wrapper .video {
  width: 100%;
  max-width: 447px;
}
@media (max-width: 1200px) {
  #header_home .wrapper .video {
    max-width: 383px;
  }
}
@media (max-width: 900px) {
  #header_home .wrapper .video {
    display: none;
  }
}
#header_home .wrapper .video .inner {
  background-color: rgba(33, 33, 33, 0.8);
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.1);
  padding: 30px 40px;
  box-sizing: border-box;
  width: 100%;
}
#header_home .wrapper .video .inner .mejs-container {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#header_home .wrapper .video .inner .mejs-container .mejs-controls {
  display: none;
}
#header_home .wrapper .video .inner h3 {
  margin: 26px 0 8px;
  color: #03c41d;
  text-transform: uppercase;
  font-size: 17px;
}
#header_home .wrapper .video .inner p {
  margin: 0;
  color: #ffffff;
}
#header_home .wrapper .video .inner .btn {
  font-size: 14px;
  margin: 0 auto;
  display: flex;
  width: fit-content;
}
#cta_blocrappel {
  margin-top: -100px;
  background-color: #ffffff;
  box-shadow: 5px 20px 22px rgba(33, 33, 33, 0.1);
  padding: 32px 55px;
  box-sizing: border-box;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  #cta_blocrappel {
    padding: 30px;
  }
}
#cta_blocrappel > p {
  font-size: 25px;
  font-family: "AdventPro", "Tahoma", sans-serif;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  #cta_blocrappel > p {
    font-size: 20px;
  }
}
#cta_blocrappel .wpcf7 {
  /*.wpcf7-not-valid-tip {
            color: $black!important;
        }*/
}
#cta_blocrappel .wpcf7 input[type="submit"] {
  background-color: #212121;
  border: 0;
}
#cta_blocrappel .wpcf7 input[type="submit"]:hover {
  background-color: #03c41d;
  border: 0;
}
#cta_blocrappel .wpcf7 textarea {
  height: 80px;
}
#cta_blocrappel .wpcf7 .mention a {
  color: #212121;
  border-bottom: 1px solid #212121;
}
#cta_blocrappel .wpcf7-form.invalid .wpcf7-response-output {
  background-color: #e7e7e7;
  color: #dc3232;
}
#cta_blocrappel .wpcf7-response-output {
  font-size: 14px;
  text-align: center;
  background-color: #55B556;
  color: #ffffff;
}
.cta_blocrappel {
  top: initial !important;
  left: initial !important;
  transform: translate(0) !important;
  width: 100%;
  max-width: initial;
  margin: 25px 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 55px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.1);
  border: 1px solid #f2f2f2;
}
@media (max-width: 900px) {
  .cta_blocrappel {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 25px;
  }
}
.cta_blocrappel > p {
  font-size: 23px;
  text-align: left;
  width: 37%;
  margin: 0;
}
@media (max-width: 900px) {
  .cta_blocrappel > p {
    width: 100%;
    text-align: center;
  }
}
.cta_blocrappel .wpcf7 {
  width: 60%;
}
@media (max-width: 900px) {
  .cta_blocrappel .wpcf7 {
    width: 100%;
    margin-top: 20px;
  }
  .cta_blocrappel .wpcf7 input {
    width: 100%;
  }
}
section#home_sec1 {
  margin-top: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  section#home_sec1 {
    flex-flow: column-reverse wrap;
  }
}
section#home_sec1 > div {
  width: 42%;
}
@media (max-width: 900px) {
  section#home_sec1 > div {
    width: 100%;
  }
}
section#home_sec1 .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 700px;
  width: 53%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  section#home_sec1 .img {
    margin-top: 30px;
    height: 350px;
  }
}
section#home_sec1 .txt {
  text-align: left;
  margin-top: 30px;
}
section#home_sec1 .txt h3 {
  font-family: "Montserrat", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
section#home_sec1 .txt ul {
  padding: 0;
  margin: 10px 0;
}
section#home_sec1 .txt ul li {
  list-style: none;
  padding-left: 29px;
  margin: 0 0 10px 0;
  background-image: url(assets/img/yes.svg);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
section#home_sec2_3 {
  position: relative;
}
section#home_sec2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(3, 196, 29, 0.1);
  padding: 72px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  section#home_sec2 {
    height: 560px;
  }
}
@media (max-width: 660px) {
  section#home_sec2 {
    padding: 30px;
    height: 694px;
  }
}
section#home_sec2 #wrapper_panel {
  position: relative;
  width: 100%;
  height: 220px;
  text-align: center;
}
section#home_sec2 #wrapper_panel > div {
  width: 100%;
  position: absolute;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1;
}
section#home_sec2 #wrapper_panel > div h3 {
  margin-top: 0;
}
section#home_sec2 #wrapper_panel > div.active {
  top: 0;
  visibility: visible;
  opacity: 1;
}
section#home_sec2 #tab_panel {
  width: 100%;
  text-align: center;
}
section#home_sec2 #tab_panel .title {
  text-align: center;
}
section#home_sec2 #tab_panel .title span {
  text-align: center;
}
section#home_sec2 #tab_panel ul {
  padding: 0;
  margin: 0 0 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
section#home_sec2 #tab_panel ul li {
  list-style: none;
  margin: 0 20px;
}
@media (max-width: 660px) {
  section#home_sec2 #tab_panel ul li {
    margin: 0 10px 0 0;
  }
}
section#home_sec2 #tab_panel ul li a {
  display: block;
  transition: 0.3s;
  font-family: "AdventPro", "Tahoma", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  color: #212121;
  border-bottom: 1px solid #212121;
}
section#home_sec3 {
  position: relative;
}
section#home_sec3 .leurre {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 900px) {
  section#home_sec3 .leurre {
    display: none;
  }
}
section#home_sec3 .leurre > div {
  width: 47%;
}
section#home_sec3 .leurre .img {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
section#home_sec3 .leurre .img:after {
  content: "";
  background: linear-gradient(to top, #212121 0%, rgba(33, 33, 33, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section#home_sec3 .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 900px) {
  section#home_sec3 .wrapper {
    flex-flow: column-reverse wrap;
  }
}
section#home_sec3 .wrapper .left {
  width: 42%;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 900px) {
  section#home_sec3 .wrapper .left {
    width: 100%;
    margin-top: 20px;
  }
}
section#home_sec3 .wrapper .left h3 {
  margin: 0 0 10px;
  font-size: 25px;
  text-transform: initial;
}
section#home_sec3 .wrapper .left a {
  color: #ffcd6e;
  font-weight: 700;
  font-size: 14px;
  background-image: url(assets/img/small-arrow-red.svg);
  background-size: 15px;
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
@media (max-width: 660px) {
  section#home_sec3 .wrapper .left a {
    margin-top: 11px;
    display: inline-block;
  }
}
section#home_sec3 .wrapper .left a:hover {
  background-position: right 0 center;
}
section#home_sec3 .wrapper .left p {
  margin: 0;
  font-size: 14px;
}
section#home_sec3 .wrapper .right {
  width: 49%;
  padding-top: 100px;
}
@media (max-width: 900px) {
  section#home_sec3 .wrapper .right {
    width: 100%;
    padding: 0;
  }
}
section#home_sec3 .wrapper .right .title:after, section#home_sec3 .wrapper .right .title:before {
  content: none;
}
section#home_sec3 .wrapper .right > p {
  width: 80%;
}
section#home_sec3 .wrapper .right .btn {
  margin-bottom: 0;
}
section#home_sec3 .wrapper .right .container {
  margin: 30px 0 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
@media (max-width: 660px) {
  section#home_sec3 .wrapper .right .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#home_sec3 .wrapper .right .container .inner {
  position: relative;
  padding-left: 70px;
  transition: 0.2s;
}
section#home_sec3 .wrapper .right .container .inner span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  background-color: #03c41d;
  padding: 5px;
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: center center;
}
section#home_sec3 .wrapper .right .container .inner h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
section#home_sec3 .wrapper .right .container .inner p {
  font-size: 14px;
  margin: 0;
}
section#home_sec4 {
  margin-top: 150px !important;
}
section#home_sec4 .slick-list {
  padding: 0 !important;
}
section#home_sec4 .slick-dots {
  justify-content: center;
}
section#home_sec4 .slick-dots li a {
  color: #212121;
  display: block;
  margin: 5px;
}
section#home_sec4 .container_tem {
  width: 100%;
}
section#home_sec4 .container_tem .inner {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  padding: 30px;
  margin: 36px 10px 20px;
  position: relative;
}
@media (max-width: 660px) {
  section#home_sec4 .container_tem .inner {
    margin: 36px 10px 36px 20px;
    padding: 30px;
  }
}
section#home_sec4 .container_tem .inner:after {
  content: "";
  background-image: url(assets/img/quote.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 51px;
  height: 37px;
  position: absolute;
  right: 21px;
  top: -15px;
}
section#home_sec4 .container_tem .inner .texte {
  width: 74%;
}
@media (max-width: 660px) {
  section#home_sec4 .container_tem .inner .texte {
    width: 100%;
  }
}
section#home_sec4 .container_tem .inner .texte p {
  margin: 20px 0 0;
  font-size: 14px;
}
section#home_sec4 .container_tem .inner .texte span {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "AdventPro", "Tahoma", sans-serif;
  font-size: 20px;
}
section#home_sec4 .container_tem .inner .photo {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 660px) {
  section#home_sec4 .container_tem .inner .photo {
    display: none;
  }
}
section#home_sec4 .container_tem .inner .nophoto {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
}
@media (max-width: 660px) {
  section#home_sec4 .container_tem .inner .nophoto {
    display: none;
  }
}
section#home_sec4 .title {
  box-sizing: border-box;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
section#home_sec4 .title span {
  display: block;
  text-align: center;
}
section#home_sec4 .title .btn {
  margin-bottom: 0;
}
section#home_sec5 {
  padding: 170px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section#home_sec5:after {
  content: "";
  background: linear-gradient(to bottom, #212121 0%, rgba(33, 33, 33, 0.3) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section#home_sec5 .wrapper_btn {
  position: relative;
  z-index: 1;
}
section#home_sec5 .wrapper {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
@media (max-width: 1200px) {
  section#home_sec5 .wrapper {
    flex-flow: column;
  }
}
section#home_sec5 .wrapper .title {
  max-width: 444px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
section#home_sec5 .wrapper .title span {
  color: #ffffff;
  text-align: center;
}
section#home_sec5 .wrapper .title .h2 {
  margin: 0;
}
@media (max-width: 1200px) {
  section#home_sec5 .wrapper .title .h2:after {
    margin: 8px auto 0;
  }
}
section#home_sec5 .wrapper .title:after, section#home_sec5 .wrapper .title:before {
  content: none;
}
section#home_sec5 .wrapper .title a {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  section#home_sec5 .wrapper .title a {
    margin-top: 20px;
  }
}
section#home_sec5 .wrapper .steps {
  margin: 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1200px) {
  section#home_sec5 .wrapper .steps {
    width: 100%;
    margin-top: 20px;
  }
  section#home_sec5 .wrapper .steps .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -43px;
  }
  section#home_sec5 .wrapper .steps .slick-arrow {
    display: none !important;
  }
}
section#home_sec5 .wrapper .steps .step {
  width: 30%;
  padding-left: 70px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 660px) {
  section#home_sec5 .wrapper .steps .step {
    text-align: center;
  }
}
section#home_sec5 .wrapper .steps .step:hover .round {
  background-color: #03c41d;
}
section#home_sec5 .wrapper .steps .step:hover .round:after {
  background-color: rgba(3, 196, 29, 0.4);
}
section#home_sec5 .wrapper .steps .step:hover .round:before {
  background-color: rgba(3, 196, 29, 0.2);
  height: 55px;
  width: 55px;
}
section#home_sec5 .wrapper .steps .step h3 {
  font-size: 22px;
  text-transform: initial;
  margin: 0;
  font-weight: initial;
}
@media (max-width: 660px) {
  section#home_sec5 .wrapper .steps .step h3 {
    font-size: 22px;
  }
}
section#home_sec5 .wrapper .steps .step h3 strong {
  display: block;
}
section#home_sec5 .wrapper .steps .step .nb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  z-index: -1;
  color: #ffffff;
  font-weight: 700;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 1.9em;
}
section#home_sec5 .wrapper .steps .step .nb:after {
  content: "";
  background-color: rgba(255, 205, 110, 0.5);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
section#home_sec6 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: initial;
}
section#home_sec6 .title .h2 {
  margin: 0;
}
@media (max-width: 660px) {
  section#home_sec6 .title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#home_sec6 .title .btn {
    margin-top: 20px;
  }
}
section#home_sec6 .title:before {
  width: 473px;
}
@media (max-width: 900px) {
  section#home_sec6 .title:before {
    width: 100%;
  }
}
section#home_sec6 .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  section#home_sec6 .flex {
    flex-flow: column;
  }
}
section#home_sec6 .flex .wrapper_actus {
  width: 63%;
}
@media (max-width: 1200px) {
  section#home_sec6 .flex .wrapper_actus {
    width: 100%;
  }
}
section#home_sec6 .flex .right {
  width: 36%;
}
@media (max-width: 1200px) {
  section#home_sec6 .flex .right {
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  section#home_sec6 .flex .right article {
    width: 32%;
  }
}
@media (max-width: 1200px) and (max-width: 900px) {
  section#home_sec6 .flex .right {
    flex-flow: column;
  }
}
@media (max-width: 1200px) and (max-width: 900px) {
  section#home_sec6 .flex .right article {
    width: 100%;
    margin: 0 0 10px;
  }
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
span.date {
  display: inline-block;
  background-color: #03c41d;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
}
article.standard {
  position: relative;
  width: 100%;
}
article.standard:hover .image {
  width: 73%;
}
article.standard:hover .bloc_texte {
  left: 30px;
}
article.standard:hover .bloc_texte > div {
  box-shadow: 5px 20px 22px rgba(33, 33, 33, 0.1);
}
article.standard:hover .bloc_texte > div h2 {
  color: #03c41d;
}
article.standard .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 70%;
  height: 440px;
  margin: 0 0 0 auto;
  transition: 0.2s;
}
@media (max-width: 660px) {
  article.standard .image {
    width: 100%;
    height: 200px;
  }
}
article.standard .bloc_texte {
  position: absolute;
  left: 0;
  bottom: 32px;
  display: flex;
  flex-flow: column;
  align-items: end;
  transition: 0.2s;
}
@media (max-width: 660px) {
  article.standard .bloc_texte {
    position: initial;
    width: 85%;
    margin: -78px auto 0;
  }
}
article.standard .bloc_texte .date {
  margin-bottom: 5px;
}
article.standard .bloc_texte > div {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 40px;
  max-width: 536px;
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 660px) {
  article.standard .bloc_texte > div {
    padding: 20px;
  }
}
article.standard .bloc_texte > div h2 {
  margin-top: 0;
  font-size: 25px;
  line-height: 1.2em;
  transition: 0.2s;
}
article.standard .bloc_texte > div h2:after, article.standard .bloc_texte > div h2:before {
  content: none;
}
@media (max-width: 660px) {
  article.standard .bloc_texte > div h2 {
    font-size: 18px;
  }
}
article.standard .bloc_texte > div .btn_small {
  margin-top: 15px;
}
article.standard .bloc_texte > div p {
  font-size: 14px;
}
article.mini_actus {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin: 9px;
  box-sizing: border-box;
  min-height: 140px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  transition: 0.2s;
}
article.mini_actus:hover {
  background-color: #f2f2f2;
}
article.mini_actus:hover h2 {
  color: #03c41d;
}
article.mini_actus:first-child {
  margin-top: 0;
}
article.mini_actus h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 7px 0;
  line-height: 1.2em;
  transition: 0.2s;
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
#header_page {
  padding: 130px 0 24px;
  position: relative;
}
#header_page .wrapper {
  position: relative;
}
#header_page .wrapper #inner_header_page {
  max-width: 700px;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 660px) {
  #header_page .wrapper #inner_header_page {
    padding: 20px;
  }
}
#header_page .wrapper #inner_header_page h1 {
  font-weight: 700;
  margin: 10px 0 0;
  font-size: 40px;
}
#header_page .wrapper #inner_header_page p.p {
  margin: 15px 0;
  font-weight: 400;
  font-size: 17px;
}
@media (max-width: 1200px) {
  #header_page .wrapper #inner_header_page p.p {
    font-size: 14px;
  }
}
#header_page .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
#header_page .bg:after {
  content: "";
  background: linear-gradient(to right, #212121 0%, rgba(33, 33, 33, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cta_devis {
  display: block !important;
  background-color: #212121;
  padding: 40px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  box-sizing: border-box;
  position: relative;
  /*&:after {
        content: "";
        background-image: url(assets/img/Screen_mockup.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 250px;
        height: 250px;
        left: -120px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }*/
}
.cta_devis h3 {
  color: #ffffff;
  margin: 0 0 15px;
  font-size: 30px;
}
.cta_devis p {
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 17px;
  text-align: left;
}
.cta_contact {
  margin: 40px auto;
  background-color: #f2f2f2;
  padding: 30px 40px 40px;
  text-align: center;
}
.cta_contact h3 {
  margin: 0;
}
article.page_de_contenus .cta_form {
  margin: 50px 0;
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
}
@media (max-width: 1200px) {
  article.page_de_contenus .cta_form {
    flex-flow: column !important;
  }
}
article.page_de_contenus .cta_form .left {
  width: 48%;
  background-image: url(https://2ats-dev.tokiz.fr/wp-content/uploads/2025/12/webaliser-_TPTXZd9mOo-unsplash-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  article.page_de_contenus .cta_form .left {
    display: none;
  }
}
article.page_de_contenus .cta_form .left .white {
  width: 100%;
  background-color: #ffffff;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
article.page_de_contenus .cta_form .right {
  width: 48% !important;
}
@media (max-width: 1200px) {
  article.page_de_contenus .cta_form .right {
    width: 100% !important;
  }
}
article.page_de_contenus .cta_form .right form {
  margin: 50px 0;
}
@media (max-width: 660px) {
  article.page_de_contenus .cta_form .right form {
    margin: 0;
  }
}
article.page_de_contenus .cta_form .right form div.margin h3 {
  margin: 0;
}
article.page_de_contenus .title {
  width: fit-content;
}
article.page_de_contenus .title::before {
  width: 110%;
}
article.page_de_contenus .entry-content #cta_blocrappel {
  margin-top: 50px;
}
article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 1200px) {
  article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 660px) {
  article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto {
    grid-template-columns: repeat(2, 1fr);
  }
}
article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto > div h2, article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto > div h3, article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto > div h4, article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto > div strong, article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto > div b {
  font-size: 23px;
  font-family: "AdventPro", "Tahoma", sans-serif;
}
article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto > div:hover span {
  background-color: #ffcd6e;
}
article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto > div span {
  display: block;
  background-color: #03c41d;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  transition: 0.2s;
}
article.page_de_contenus .entry-content section.image_texte > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  article.page_de_contenus .entry-content section.image_texte > div {
    flex-flow: column;
  }
}
article.page_de_contenus .entry-content section.image_texte > div > div {
  width: 46.5%;
}
@media (max-width: 1200px) {
  article.page_de_contenus .entry-content section.image_texte > div > div {
    width: 100%;
  }
}
article.page_de_contenus .entry-content section.image_texte .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 700px;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  article.page_de_contenus .entry-content section.image_texte .image {
    height: 500px;
    min-height: initial;
    margin: 20px 0;
  }
}
@media (max-width: 660px) {
  article.page_de_contenus .entry-content section.image_texte .image {
    height: 300px;
  }
}
article.page_de_contenus .entry-content section.image_texte .image:hover {
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.1);
}
article.page_de_contenus .entry-content section.image_texte .texte {
  text-align: left;
  margin-top: 30px;
}
article.page_de_contenus .entry-content section.image_texte .texte h3 {
  font-size: 24px;
}
article.page_de_contenus .entry-content section.texte_simple {
  padding: 130px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
article.page_de_contenus .entry-content section.texte_simple:after {
  content: "";
  background: linear-gradient(to right, #212121 0%, rgba(33, 33, 33, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
article.page_de_contenus .entry-content section.texte_simple .wrapper {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
article.page_de_contenus .entry-content section.texte_simple .title span {
  color: #ffffff;
}
article.page_de_contenus .entry-content section.colonnes {
  width: 1650px;
}
article.page_de_contenus .entry-content section.colonnes .container {
  position: relative;
  padding: 0 6% 40px;
}
article.page_de_contenus .entry-content section.colonnes .container:after {
  content: "";
  background-color: #212121;
  height: 80%;
  z-index: -1;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 660px) {
  article.page_de_contenus .entry-content section.colonnes .container:after {
    height: 87%;
  }
}
article.page_de_contenus .entry-content section.colonnes div.flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  article.page_de_contenus .entry-content section.colonnes div.flex {
    display: block;
  }
}
article.page_de_contenus .entry-content section.colonnes div.flex .slick-dots {
  justify-content: center;
}
article.page_de_contenus .entry-content section.colonnes div.flex .slick-dots li button {
  background-color: #ffffff;
}
article.page_de_contenus .entry-content section.colonnes div.flex .slick-dots li.slick-active button {
  background-color: #03c41d;
}
article.page_de_contenus .entry-content section.colonnes div.flex .inner {
  width: 31%;
  margin: 0 25px;
  transition: 0.3s;
  top: 0;
  position: relative;
}
@media (max-width: 1200px) {
  article.page_de_contenus .entry-content section.colonnes div.flex .inner {
    width: 45%;
  }
}
article.page_de_contenus .entry-content section.colonnes div.flex .inner:hover {
  top: -10px;
}
article.page_de_contenus .entry-content section.colonnes div.flex .inner .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 660px) {
  article.page_de_contenus .entry-content section.colonnes div.flex .inner .image {
    height: 150px;
  }
}
article.page_de_contenus .entry-content section.colonnes div.flex .inner .txt {
  color: #ffffff;
}
article.page_de_contenus .entry-content section.colonnes div.flex .inner .txt h2, article.page_de_contenus .entry-content section.colonnes div.flex .inner .txt h3 {
  font-size: 24px;
  text-transform: initial;
}
section#dl_plaquettes {
  background-color: #ffffff;
  padding: 40px;
  border: 1px solid #f2f2f2;
}
section#dl_plaquettes h3 {
  text-align: center;
  margin: 0 0 5px;
}
section#dl_plaquettes p {
  text-align: center;
}
/*--------------------------------------------------------------
TEMPLATE CONTACT
--------------------------------------------------------------*/
body.page-template-template-contact main#contact {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media (max-width: 1450px) {
  body.page-template-template-contact main#contact {
    justify-content: flex-start;
  }
}
body.page-template-template-contact main#contact .content {
  margin-bottom: 0 !important;
}
body.page-template-template-contact main#contact .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 40%;
  min-height: 800px;
}
@media (max-width: 1450px) {
  body.page-template-template-contact main#contact .img {
    width: 30%;
    margin-right: 60px;
  }
}
@media (max-width: 900px) {
  body.page-template-template-contact main#contact .img {
    display: none;
  }
}
body.page-template-template-contact main#contact > div {
  width: 57%;
}
@media (max-width: 1450px) {
  body.page-template-template-contact main#contact > div {
    width: 60%;
  }
}
@media (max-width: 900px) {
  body.page-template-template-contact main#contact > div {
    width: 1365px;
    max-width: 90%;
    margin: 17px auto;
  }
}
body.page-template-template-contact main#contact > div .title_c {
  border-radius: 15px;
  max-width: 700px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 183px;
  margin-bottom: 29px;
}
@media (max-width: 900px) {
  body.page-template-template-contact main#contact > div .title_c {
    margin-top: 150px;
  }
}
@media (max-width: 660px) {
  body.page-template-template-contact main#contact > div .title_c {
    margin-top: 80px;
  }
}
body.page-template-template-contact main#contact > div .title_c h1 {
  font-weight: 700;
  margin: 10px 0 0;
}
body.page-template-template-contact main#contact > div .title_c p.p {
  margin: 15px 0;
  font-weight: 700;
  font-size: 18px;
}
body.page-template-template-contact main#contact > div .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 776px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  body.page-template-template-contact main#contact > div .flex {
    flex-flow: column;
  }
}
@media (max-width: 660px) {
  body.page-template-template-contact main#contact > div .flex {
    margin-bottom: 0;
  }
}
body.page-template-template-contact main#contact > div .flex .infos {
  padding: 0;
  margin: 0;
  max-width: 270px;
  width: 100%;
  background-color: rgba(3, 196, 29, 0.1);
  padding: 20px 20px 3px;
  box-sizing: border-box;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  body.page-template-template-contact main#contact > div .flex .infos {
    margin-bottom: 15px;
  }
}
body.page-template-template-contact main#contact > div .flex .infos .tel, body.page-template-template-contact main#contact > div .flex .infos .adresse {
  background-image: url(assets/img/tel-green.svg);
  display: block;
  color: #212121;
  font-weight: 400;
  margin: 0 0 20px;
  padding-left: 33px;
  line-height: 1em;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: left center;
}
body.page-template-template-contact main#contact > div .flex .infos .tel span, body.page-template-template-contact main#contact > div .flex .infos .adresse span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
body.page-template-template-contact main#contact > div .flex .infos .adresse {
  background-image: url(assets/img/gps-green.svg);
}
body.page-template-template-contact main#contact > div .flex .wpcf7 {
  width: 62%;
}
@media (max-width: 1200px) {
  body.page-template-template-contact main#contact > div .flex .wpcf7 {
    width: 80%;
  }
}
@media (max-width: 900px) {
  body.page-template-template-contact main#contact > div .flex .wpcf7 {
    width: 100%;
  }
}
/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.archive.flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .archive.flex {
    flex-flow: row wrap;
  }
}
.archive.flex > div:first-child {
  width: 70%;
}
@media (max-width: 1200px) {
  .archive.flex > div:first-child {
    width: 100%;
  }
}
.archive.flex > div:first-child article {
  margin-bottom: 40px;
}
#secondary {
  max-width: 300px;
  width: 100%;
  margin-left: 30px;
}
@media (max-width: 1200px) {
  #secondary {
    max-width: 500px;
    margin: 40px auto 0;
  }
}
#secondary .form_side {
  margin: 0;
  padding: 30px;
  border: 1px solid #f2f2f2;
}
#secondary .form_side .h3 {
  margin: 0;
  text-align: center;
  font-size: 23px;
}
#secondary .form_side .sub {
  text-align: center;
  font-size: 14px;
}
#secondary .form_side form h2:after {
  content: none;
}
#secondary .form_side form input, #secondary .form_side form textarea {
  font-size: 12px;
}
#secondary .form_side form .submit {
  width: 100%;
}
#secondary .form_side form input[type="submit"] {
  font-size: 14px;
  width: 100%;
}
#secondary .brochure {
  margin: 70px 0 20px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 90px 30px 30px;
  text-align: center;
  position: relative;
}
#secondary .brochure .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -51px;
  /*background-image: url(assets/img/A4Mockup.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 150px;
  height: 150px;
}
#secondary .brochure .h3 {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 400;
}
#secondary .brochure .h3:after {
  content: none;
}
#secondary .brochure .h3 span {
  display: block;
  font-size: 25px;
  margin-bottom: 2px;
  margin-top: 7px;
  font-weight: 700;
}
#secondary .brochure a {
  padding: 11px 52px 11px 21px;
  margin-bottom: 0;
}
#secondary .devis {
  background-color: #03c41d;
  padding: 30px;
  margin-bottom: 20px;
}
#secondary .devis .h3 {
  color: #ffffff;
  font-size: 25px;
  margin: 0;
}
#secondary .devis p {
  color: #ffffff;
  font-size: 14px;
  margin: 15px 0 0;
}
#secondary .devis a {
  padding: 11px 52px 11px 21px;
  margin-bottom: 0;
  background-color: #ffffff;
  color: #212121;
  background-image: url(assets/img/small-arrow.svg);
}
#secondary .other {
  background-color: #f2f2f2;
  padding: 30px;
  margin-top: 20px;
  position: relative;
}
#secondary .other .h3 {
  font-size: 25px;
  margin: 0;
}
#secondary .other article {
  margin: 20px 0;
  position: relative;
}
#secondary .other article:hover .h4 {
  color: #03c41d;
}
#secondary .other article .h4 {
  font-size: 18px;
  margin: 0 0 5px;
  text-transform: uppercase;
  transition: 0.2s;
}
#secondary .other article p {
  margin: 0;
  font-size: 13px;
}
#secondary .other article .btn_small {
  margin-top: 10px;
}
.navigation.pagination {
  text-align: center;
  width: 100%;
  background-color: #f2f2f2;
  padding: 9px;
  border-radius: 5px;
  box-sizing: border-box;
}
.navigation.pagination .nav-links .page-numbers {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.1);
  padding: 7px 13px;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #212121;
}
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
  background-color: #212121;
  color: #ffffff;
}
.navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev {
  background-color: transparent;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #212121;
  box-shadow: none;
  margin: 0 18px;
}
body.single-post #inner_header_page h1 {
  font-size: 32px;
}
@media (max-width: 900px) {
  body.single-post #inner_header_page h1 {
    font-size: 30px;
  }
}
@media (max-width: 660px) {
  body.single-post #inner_header_page h1 {
    font-size: 25px;
  }
}
body.single-post article .entry-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  body.single-post article .entry-content {
    flex-flow: row wrap;
  }
}
body.single-post article .entry-content > div:first-child {
  width: 70%;
}
@media (max-width: 1200px) {
  body.single-post article .entry-content > div:first-child {
    width: 100%;
  }
}
@media (max-width: 660px) {
  body.single-post article .entry-content > div:first-child h2 {
    font-size: 24px;
  }
  body.single-post article .entry-content > div:first-child h3 {
    font-size: 20px;
  }
}
body.single-post article .entry-content > div:first-child p a {
  border-bottom: 1px solid #03c41d;
}
body.single-post article .entry-content > div:first-child .btn {
  border-bottom: 0;
}
body.single-post article .entry-content > div:first-child #cta_blocrappel {
  margin: initial;
  top: initial !important;
  left: initial !important;
  transform: translate(0) !important;
  width: 100%;
  max-width: initial;
  background-color: transparent;
  padding: 0;
  background-image: none;
  margin-top: 55px;
  box-shadow: none;
}
body.single-post article .entry-content > div:first-child #cta_blocrappel p {
  font-size: 23px;
}
body.single-post article .entry-content > div:first-child .entry-meta {
  margin: 34px 0 25px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}
body.single-post article .entry-content > div:first-child .entry-meta .date {
  background-color: transparent;
  color: #212121;
  font-size: 14px;
  padding: 0 0 0 20px;
  margin-right: 20px;
  background-image: url(assets/img/calendar.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  font-weight: 400;
  text-transform: initial;
}
body.single-post article .entry-content > div:first-child .entry-meta .cat {
  padding: 0 0 0 20px;
  background-image: url(assets/img/price-tag.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
}
body.single-post article .entry-content > div:first-child .entry-meta .cat a {
  color: #212121;
  font-size: 14px;
  padding: 0;
}
body.single-post article .entry-content #secondary {
  margin-top: 63px;
}
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#colophon {
  margin-top: 110px;
  position: relative;
  padding-bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  #colophon {
    padding-bottom: 80px;
  }
}
#colophon:after {
  content: "";
  background-color: #212121;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#colophon:before {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 106px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 900px) {
  #colophon:before {
    height: 42px;
  }
}
@media (max-width: 660px) {
  #colophon:before {
    content: none;
  }
}
#colophon .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  #colophon .wrapper {
    padding: 0;
  }
}
@media (max-width: 660px) {
  #colophon .wrapper {
    flex-flow: row wrap;
    justify-content: center;
  }
}
#colophon .wrapper .ctas {
  width: 25%;
}
@media (max-width: 1200px) {
  #colophon .wrapper .ctas {
    display: none;
  }
}
#colophon .wrapper .ctas a {
  display: block;
  padding: 20px 20px 20px 70px;
  position: relative;
  background-color: #ffffff;
  margin: 0 0 7px;
}
#colophon .wrapper .ctas a:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #03c41d;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 21px;
}
#colophon .wrapper .ctas a:hover p {
  color: #03c41d;
}
#colophon .wrapper .ctas a:hover .arrow {
  right: 15px;
}
#colophon .wrapper .ctas a .arrow {
  background-image: url(assets/img/arrow-green.svg);
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: center center;
  position: absolute;
  bottom: 23px;
  right: 25px;
  width: 48px;
  height: 24px;
  transition: 0.4s;
}
#colophon .wrapper .ctas a p {
  font-family: "AdventPro", "Tahoma", sans-serif;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  color: #212121;
  line-height: 21px;
  transition: 0.2s;
}
#colophon .wrapper .ctas a p strong {
  display: block;
  font-size: 21px;
}
#colophon .wrapper .ctas a#audit:after {
  background-image: url(assets/img/search.svg);
}
#colophon .wrapper .ctas a#brochure:after {
  background-image: url(assets/img/file.svg);
}
#colophon .wrapper .middle {
  width: 46%;
  position: relative;
}
@media (max-width: 1200px) {
  #colophon .wrapper .middle {
    width: 60%;
  }
}
@media (max-width: 660px) {
  #colophon .wrapper .middle {
    order: 2;
    margin-bottom: 20px;
    width: 100%;
    top: initial;
  }
}
#colophon .wrapper .middle ul {
  margin: 0;
  padding: 0;
}
#colophon .wrapper .middle #logo_footer {
  display: block;
  margin: 0 0 12px 30px;
  color: #ffffff;
  font-family: "AdventPro", "Tahoma", sans-serif;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 900px) {
  #colophon .wrapper .middle #logo_footer {
    margin: 0 0 15px 0;
  }
}
#colophon .wrapper .middle #footer-menu {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 900px) {
  #colophon .wrapper .middle #footer-menu {
    flex-flow: column;
  }
}
#colophon .wrapper .middle #footer-menu li {
  list-style: none;
}
#colophon .wrapper .middle #footer-menu li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin: 7px 0;
}
#colophon .wrapper .middle #footer-menu li a:hover {
  color: #03c41d;
}
#colophon .wrapper .middle #footer-menu > li {
  margin: 0 30px;
}
@media (max-width: 900px) {
  #colophon .wrapper .middle #footer-menu > li {
    margin: 0;
  }
}
#colophon .wrapper .middle #footer-menu > li > a {
  font-size: 16px;
  cursor: default;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 17px;
  color: #ffffff;
}
@media (max-width: 900px) {
  #colophon .wrapper .contact {
    margin-top: -73px;
  }
}
@media (max-width: 660px) {
  #colophon .wrapper .contact {
    order: 1;
    margin-bottom: 24px;
  }
}
#colophon .wrapper .contact .inner {
  transition: 0.2s;
  background-color: #212121;
  box-shadow: 5px 20px 22px rgba(33, 33, 33, 0.1);
  color: #ffffff;
  padding: 30px;
  max-width: 308px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 660px) {
  #colophon .wrapper .contact .inner {
    max-width: initial;
  }
}
#colophon .wrapper .contact .inner .titre {
  text-align: center;
}
#colophon .wrapper .contact .inner .titre span {
  text-transform: uppercase;
  color: #03c41d;
  font-size: 13px;
  font-family: "AdventPro", "Tahoma", sans-serif;
}
#colophon .wrapper .contact .inner .titre .h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
#colophon .wrapper .contact .inner .tel:not(.wpcf7-form-control-wrap), #colophon .wrapper .contact .inner .adresse {
  display: block;
  color: #ffffff;
  margin: 13px 0;
  padding-left: 33px;
  line-height: 1.1em;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: left center;
}
#colophon .wrapper .contact .inner .tel:not(.wpcf7-form-control-wrap) span, #colophon .wrapper .contact .inner .adresse span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
#colophon .wrapper .contact .inner .tel:not(.wpcf7-form-control-wrap).tel, #colophon .wrapper .contact .inner .adresse.tel {
  background-image: url(assets/img/tel-green.svg);
}
#colophon .wrapper .contact .inner .tel:not(.wpcf7-form-control-wrap).adresse, #colophon .wrapper .contact .inner .adresse.adresse {
  background-image: url(assets/img/gps-green.svg);
}
#colophon .wrapper .contact .inner .h4 {
  text-align: left;
  font-size: 18px;
}
#colophon .wrapper .contact .inner .wpcf7-form {
  display: block;
}
#colophon .wrapper .contact .inner .wpcf7-form br {
  display: none;
}
#colophon .wrapper .contact .inner .wpcf7-form small {
  font-size: 9px;
  line-height: 14px;
}
#colophon .wrapper .contact .inner .wpcf7-form .mid {
  margin: 0;
  width: 100%;
}
#colophon .wrapper .contact .inner .wpcf7-form .mid input {
  width: 100%;
  padding: 12px 15px;
  text-align: center;
  background-color: #ffffff;
}
#colophon .wrapper .contact .inner .wpcf7-form .mid input:hover, #colophon .wrapper .contact .inner .wpcf7-form .mid input:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
#colophon .wrapper .contact .inner .wpcf7-form .mid input[type="submit"] {
  background-color: #ffcd6e;
  font-size: 14px;
  margin-top: 6px;
}
#colophon .wrapper .contact .inner .wpcf7-form .mid input[type="submit"]:hover {
  background-color: #03c41d;
}
.copyright {
  margin: 20px 0;
  text-align: center;
  color: #ffffff;
  max-width: 308px;
  font-size: 12px;
}
.copyright.mobile {
  display: none;
}
@media (max-width: 660px) {
  .copyright.mobile {
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-size: 11px;
  }
}
@media (max-width: 660px) {
  .copyright.desktop {
    display: none;
  }
}
.copyright a {
  color: #ffffff;
}
@media (max-width: 900px) {
  .copyright a {
    color: #03c41d;
  }
}
@media (max-width: 900px) {
  .copyright {
    color: #212121;
  }
}
.ti-header {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 999;
}
@media (max-width: 900px) {
  .ti-header {
    display: none !important;
  }
}
.author-info {
  margin: 50px 0 20px;
  padding: 20px 0 20px 0;
  border-top: 1px solid #03c41d;
  border-bottom: 1px solid #03c41d;
  display: flex;
  align-items: center;
}
.author-info .author-avatar {
  margin-right: 20px;
}
.author-info .author-avatar img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  box-shadow: none !important;
}
@media (max-width: 660px) {
  .author-info .author-avatar img {
    width: 50px;
    height: 50px;
  }
}
.author-info .name h3 {
  margin: 0 0 10px;
  font-size: 18px !important;
}
.author-info .name h3:after {
  width: 78px !important;
  height: 9px !important;
}
.author-info .name p {
  font-size: 14px;
  margin: 0;
}
