@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: "Prompt";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/Prompt-Light.woff2") format("opentype");
}
@font-face {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/Prompt-Regular.woff2") format("opentype");
}
@font-face {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/Prompt-Bold.woff2") format("opentype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/Raleway-Regular.woff2") format("opentype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/Raleway-Bold.woff2") format("opentype");
}
/* VARIABLES */
html, body, #responsive-menu #responsive-menu-inner #mobile-menu, #content_repeater .line_galerie .container, #content_repeater .line_pictos .container {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* GLOBAL */
html {
  font-family: "Raleway", "Arial", sans-serif;
  color: #0c2948;
  font-size: 16px;
}
a {
  color: #cda04f;
  text-decoration: none;
  transition: 0.2s;
}
h1, .h1 {
  font-family: "Prompt", "Tahoma", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2em;
  font-variation-settings: "wdth" 140;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 660px) {
  h1, .h1 {
    font-size: 30px;
  }
}
.home h1 {
  font-size: 60px;
  font-weight: 300;
  font-variation-settings: "wdth" 140;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .home h1 {
    font-size: 50px;
  }
}
@media (max-width: 660px) {
  .home h1 {
    font-size: 35px;
  }
}
h2, .h2 {
  font-family: "Prompt", "Tahoma", sans-serif;
  font-size: 48px;
  font-weight: 500;
  font-variation-settings: "wdth" 140;
  line-height: 1em;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 35px;
  }
}
/*.entry-content {
	h2 {
		&:after {
			content: "";
			display: block;
			background-color: $gold;
			width: 80px;
			height: 3px;
			margin-top: 8px;
		}
	}
	img {
		border-radius: 15px;
		box-shadow: $shadow;
		@include mobile {
			width: 100%;
			margin: 20px 0;
		}
	}
}*/
.title {
  position: relative;
  font-variation-settings: "wdth" 140;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.title span {
  display: block;
  text-align: left;
  color: #0c2948;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
.title span::after {
  content: "";
  background-color: #cda04f;
  height: 3px;
  width: 51px;
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.title h2 {
  margin: 0;
}
.title h2 strong {
  color: #cda04f;
  font-weight: 500;
}
h3, .h3 {
  font-family: "Prompt", "Tahoma", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  font-variation-settings: "wdth" 140;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 25px;
  }
}
h4, .h4 {
  font-family: "Prompt", "Tahoma", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
}
h5, .h5 {
  font-family: "Prompt", "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(205, 160, 79, 0.8);
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0;
}
blockquote p {
  color: #0c2948;
  font-style: italic;
  text-align: left;
  font-size: 15px;
  margin: 0;
}
blockquote a:not(.btn) {
  color: #0c2948 !important;
  transition: all 300ms;
  font-weight: 600;
}
blockquote a:not(.btn):hover {
  opacity: 0.7;
  transition: all 300ms;
}
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.big {
  width: 100%;
}
.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;
}
p[style="text-align: center;"] .btn {
  margin: 10px auto;
}
.btn {
  margin-top: 10px;
  width: fit-content;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #0c2948;
  color: #0c2948;
  font-size: 16px;
  text-align: left;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  font-weight: 400;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
}
.btn::after {
  content: "";
  background-image: url(assets/img/small-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 10px;
  background-position: center;
  transition: all 300ms;
}
.btn:hover {
  background-color: #cda04f;
  color: #ffffff;
  border-color: #cda04f;
  font-size: 18px;
  background-position: center right 20px;
  box-shadow: 0px 0px 20px #cda04f;
  transition: all 300ms;
}
.btn:hover:after {
  filter: brightness(0) invert(1);
  transform: rotate(-34deg);
  transition: all 300ms;
  margin-bottom: 2px;
}
.btn_small {
  color: #cda04f;
  font-weight: 400;
  background-image: url(assets/img/small-arrow-gold.svg);
  background-size: 20px;
  padding-right: 40px;
  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: #cda04f;
}
.slick-dots li button {
  background-color: rgba(12, 41, 72, 0.6);
  border: none;
  padding: 0;
  width: 18px;
  height: 4px;
  display: block;
  border-radius: 20px;
  font-size: 0;
  color: transparent;
}
.slick-vertical .slick-slide {
  height: 250px !important;
}
/* Fil d'ariane */
.breadcrumb {
  margin: 10px 0 0;
  background-color: #0c2948;
  padding: 6px 12px !important;
  width: fit-content;
  border-radius: 2px;
  flex-wrap: wrap;
}
.breadcrumb li {
  color: #ffffff;
  white-space: normal;
  font-size: 12px;
  display: inline !important;
}
.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: 12px;
}
.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: #cda04f;
}
.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: #0c2948;
  font-weight: 300;
  border: 0;
  border-bottom: 1px solid rgba(12, 41, 72, 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 #cda04f;
}
.wpcf7-form textarea {
  height: 70px;
}
.wpcf7-form input[type="submit"] {
  margin-top: 5px;
  background-color: #0c2948;
  border: 1px solid #0c2948;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 20px;
  border: 0;
  display: inline-block;
  position: relative;
  transition: 0.2s;
  font-size: 16px;
  font-weight: 400;
  width: initial;
  transition: 0.2s;
  white-space: normal;
}
@media (max-width: 660px) {
  .wpcf7-form input[type="submit"] {
    width: 100%;
    font-size: 14px;
  }
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #ffffff;
  font-weight: 700;
  border: 1px solid #0c2948;
  color: #0c2948;
}
::placeholder {
  font-size: 16px;
  color: rgba(12, 41, 72, 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: #cda04f;
}
.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: #cda04f;
  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: #0c2948;
}
/* Tarte au citron */
#tarteaucitronRoot div#tarteaucitronAlertBig {
  padding: 15px 0;
  background-color: #0c2948;
}
#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 3px 5px rgba(12, 41, 72, 0.2);
  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: #0c2948;
  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);
  background-color: #cda04f;
}
.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: 90%;
  z-index: 999;
  background-color: #0c2948;
  color: #ffffff;
  box-shadow: 0 3px 5px rgba(12, 41, 72, 0.2);
}
@media (max-width: 1450px) {
  #masthead {
    width: 100%;
  }
}
#masthead .wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  max-width: 95%;
}
#masthead .wrapper #logo {
  width: 300px;
}
#masthead .wrapper #logo img {
  width: 100%;
}
@media (max-width: 660px) {
  #masthead .wrapper #logo {
    padding: 16px 0;
  }
}
#masthead .wrapper > div {
  width: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 1450px) {
  #masthead .wrapper > div {
    width: 80%;
  }
}
@media (max-width: 1450px) {
  #masthead .wrapper > div {
    align-items: center;
  }
}
#masthead .wrapper > div > .menu .top_menu {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  gap: 8px;
  margin-right: 0;
  margin-left: auto;
  padding: 6px 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1450px) {
  #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: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
#masthead .wrapper > div > .menu .top_menu li:not(.logos) {
  margin: 0 6px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
#masthead .wrapper > div > .menu .top_menu li:not(.logos).adress {
  background-image: url(assets/img/gps.svg);
}
@media (max-width: 1530px) {
  #masthead .wrapper > div > .menu .top_menu li:not(.logos).adress {
    display: none;
  }
}
#masthead .wrapper > div > .menu .top_menu li:not(.logos).tel {
  background-image: url(assets/img/tel.svg);
}
#masthead .wrapper > div > .menu .top_menu li:not(.logos).tel a:hover {
  color: #cda04f;
}
#masthead .wrapper > div > .menu .top_menu li:not(.logos).guide {
  padding-left: 0px;
}
#masthead .wrapper > div > .menu .top_menu li:not(.logos).guide a {
  color: #cda04f;
  font-weight: 700;
  border: 2px solid #cda04f;
  border-radius: 5px;
  padding: 3px 7px;
}
#masthead .wrapper > div > .menu .top_menu .logos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
#masthead .wrapper > div > .menu .top_menu .logos img {
  background-color: #ffffff;
  padding: 4px;
  border-radius: 3px;
  box-sizing: border-box;
  max-height: 30px;
  object-fit: contain;
  width: fit-content;
  height: fit-content;
}
#masthead .wrapper > div > .menu #site-navigation {
  padding: 20px 0 0px 0;
}
@media (max-width: 1450px) {
  #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;
  gap: 35px;
  justify-content: end;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li {
  list-style: none;
  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: #cda04f !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 {
  color: #ffffff;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li a:hover {
  color: #cda04f;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li .sub-menu {
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(12, 41, 72, 0.2);
  transition: 0.3s ease;
  transform-origin: 0 0;
  transform: scale(0);
  opacity: 0;
  border-radius: 0 0 5px 5px;
}
#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: #0c2948;
  text-transform: initial;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li .sub-menu li a:hover {
  color: #cda04f;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li .sub-menu li .sub-menu {
  left: 111%;
  top: -15px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.solutions > .sub-menu {
  width: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
  padding: 30px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.solutions > .sub-menu > li {
  margin: 0;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.solutions > .sub-menu > li:nth-of-type(odd) {
  border-right: 1px solid #cda04f;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.solutions > .sub-menu > li a {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 200px;
  padding-right: 30px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.solutions > .sub-menu > li a img {
  width: 30px;
  object-fit: contain;
  height: 30px;
  background-color: #0c2948;
  padding: 10px;
  border-radius: 5px;
  transition: all 300ms;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.solutions > .sub-menu > li:hover a img, #masthead .wrapper > div > .menu #site-navigation #primary-menu li.solutions > .sub-menu > li.current-menu-item a img {
  background-color: #cda04f;
  transition: all 300ms;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu {
  position: initial;
  cursor: pointer;
  display: block;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu {
  width: 100%;
  display: flex;
  gap: 30px;
  flex-direction: row;
  align-items: stretch;
  padding: 30px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu .megamenu-row {
  display: flex;
  gap: 24px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu .megamenu-row .megamenu-col {
  flex: 1 1 250px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu .megamenu-row .megamenu-col.megamenu-col--image img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu .megamenu-row .megamenu-col.megamenu-col--links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0 8px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu .megamenu-row .megamenu-col.megamenu-col--links > li {
  margin: 0;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu .megamenu-row .megamenu-col.megamenu-col--links > li > a {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu .megamenu-row .megamenu-col.megamenu-col--links > li .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: baseline;
  position: relative;
  left: 0;
  box-shadow: none;
  top: 0;
  padding: 0 0 0 0px;
  width: auto;
  opacity: 1;
  transform: scale(1);
  transition: all 300ms;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu .megamenu-row .megamenu-col.megamenu-col--links > li .sub-menu li {
  margin: 0;
  line-height: normal;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu > li .sub-menu {
  opacity: 1;
  transform: scale(1);
  position: relative;
  left: 0;
  box-shadow: none;
  top: 0;
  flex-direction: column;
  padding: 0;
  gap: 8px;
  display: flex;
  height: 100%;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu > li .sub-menu li {
  margin: 0;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu > li .sub-menu li.btn {
  padding: 13px 60px 13px 30px;
  cursor: pointer;
  margin: auto 0 0 0;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu > li .sub-menu li.btn a {
  font-weight: bold;
  color: #ffffff !important;
}
#masthead .wrapper > div > .menu #site-navigation #primary-menu li.megamenu > .sub-menu > li .sub-menu li:last-of-type:not(.btn, .col-img) {
  margin-bottom: 8px;
}
#masthead .wrapper > div .devis_menu {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  width: 160px;
  background-color: #cda04f;
  background-image: url(assets/img/devis.svg);
  background-size: 58px;
  background-repeat: no-repeat;
  background-position: center top 14px;
  padding-top: 80px;
  position: relative;
}
@media (max-width: 660px) {
  #masthead .wrapper > div .devis_menu {
    display: none;
  }
}
#masthead .wrapper > div .devis_menu:hover {
  background-color: #cda04f;
  background-position: center top 12px;
}
#masthead .wrapper > div .devis_menu:hover:after {
  background-color: #cda04f;
}
#masthead .wrapper > div .devis_menu:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  background-color: #cda04f;
  width: 100%;
  height: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: 0.2s;
}
/*--------------------------------------------------------------
MENU MOBILE
--------------------------------------------------------------*/
#reponsive-menu-trigger-container {
  flex-flow: row-reverse;
  align-items: center;
  display: none;
}
@media (max-width: 1450px) {
  #reponsive-menu-trigger-container {
    display: flex;
    margin: 14px 0;
  }
}
@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: 1450px) {
  #responsive-menu {
    display: block;
  }
}
#responsive-menu #responsive-menu-inner {
  width: 70%;
  max-width: 400px;
  background-color: #0c2948;
  box-sizing: border-box;
  height: 100vh;
  padding: 20px 0;
}
#responsive-menu #responsive-menu-inner #logo_responsive img {
  padding: 20px;
  width: 175px;
}
#responsive-menu #responsive-menu-inner .top_menu {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 24px;
  padding: 10px 15px;
}
#responsive-menu #responsive-menu-inner .top_menu li, #responsive-menu #responsive-menu-inner .top_menu a {
  list-style: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
#responsive-menu #responsive-menu-inner .top_menu li {
  margin: 0 6px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left center;
}
#responsive-menu #responsive-menu-inner .top_menu li.adress {
  background-image: url(assets/img/gps.svg);
}
#responsive-menu #responsive-menu-inner .top_menu li.tel {
  background-image: url(assets/img/tel.svg);
}
#responsive-menu #responsive-menu-inner .top_menu li.tel a:hover {
  color: #cda04f;
}
#responsive-menu #responsive-menu-inner .top_menu li.guide {
  padding-left: 0px;
}
#responsive-menu #responsive-menu-inner .top_menu li.guide a {
  color: #cda04f;
  font-weight: 700;
  border: 2px solid #cda04f;
  border-radius: 5px;
  padding: 3px 7px;
}
#responsive-menu #responsive-menu-inner .top_menu .logos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 0;
}
#responsive-menu #responsive-menu-inner .top_menu .logos img {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 6px;
  box-sizing: border-box;
  max-height: 60px;
  object-fit: contain;
  width: fit-content;
  height: fit-content;
}
#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 li.solutions.active > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#responsive-menu #responsive-menu-inner #mobile-menu li.solutions.active > .sub-menu > li a {
  display: flex;
  gap: 16px;
  align-items: center;
}
#responsive-menu #responsive-menu-inner #mobile-menu li.solutions.active > .sub-menu > li a img {
  width: 24px;
  object-fit: contain;
  height: 24px;
}
#responsive-menu #responsive-menu-inner #mobile-menu li.megamenu .megamenu-col--image {
  display: none;
}
#responsive-menu #responsive-menu-inner #mobile-menu li.megamenu > .sub-menu .megamenu-row .megamenu-col--links > li > a {
  text-transform: uppercase;
  color: #cda04f;
}
#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: #cda04f;
}
#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;
}
@media (max-width: 1200px) {
  #header_home {
    padding: 140px 0 170px 0;
    height: auto;
  }
}
#header_home .content {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 660px) {
  #header_home .content {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
#header_home .content h1 {
  margin: 0 0 25px 0;
}
#header_home .content p {
  font-style: italic;
  font-weight: 300;
}
#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(100.31deg, rgba(12, 41, 72, 0.7) 44.01%, rgba(12, 41, 72, 0.15) 72.14%, rgba(249, 248, 247, 0) 105.91%);
  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: 60%;
  /*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%;
  }
}
#header_home .wrapper .left .cibles {
  margin-top: 30px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#header_home .wrapper .left .cibles.slick-initialized {
  opacity: 1;
}
@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: 30px;
}
#header_home .wrapper .left .cibles .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
}
#header_home .wrapper .left .cibles .slick-dots li.slick-active button {
  background-color: #cda04f;
}
#header_home .wrapper .left .cibles .inner {
  color: #ffffff;
  transition: 0.2s;
  margin: 0 11px;
  box-sizing: border-box;
  position: relative;
  padding: 10px 0 0;
}
@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 h2, #header_home .wrapper .left .cibles .inner.slick-current h2 {
  color: #cda04f;
}
#header_home .wrapper .left .cibles .inner h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  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;
  padding-right: 40px;
}
@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: 20px;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  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(12, 41, 72, 0.8);
  box-shadow: 0 3px 5px rgba(12, 41, 72, 0.2);
  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: #cda04f;
  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: 0 3px 5px rgba(12, 41, 72, 0.2);
  padding: 32px 55px;
  box-sizing: border-box;
  transition: 0.2s;
  border-radius: 5px;
  position: relative;
  max-width: 100%;
}
#cta_blocrappel * {
  z-index: 2;
}
#cta_blocrappel::after {
  content: "";
  width: 270px;
  height: 272px;
  position: absolute;
  bottom: -2px;
  right: 19px;
  z-index: 0;
  background-image: url(assets/img/logo-2ats-small.svg);
  opacity: 0.1;
}
@media (max-width: 1200px) {
  #cta_blocrappel {
    padding: 30px;
  }
}
#cta_blocrappel > p {
  font-size: 25px;
  font-family: "Prompt", "Tahoma", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
  font-variation-settings: "wdth" 140;
}
@media (max-width: 1200px) {
  #cta_blocrappel > p {
    font-size: 20px;
  }
}
#cta_blocrappel > p strong:last-of-type {
  color: #cda04f;
}
#cta_blocrappel .wpcf7 {
  /*.wpcf7-not-valid-tip {
            color: $black!important;
        }*/
}
#cta_blocrappel .wpcf7 textarea {
  height: 50px;
}
#cta_blocrappel .wpcf7 .mention a {
  color: rgba(12, 41, 72, 0.7);
  font-weight: 700;
}
#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 auto !important;
  box-shadow: none;
  display: flex;
  gap: 30px 0;
  align-items: center;
  justify-content: space-between;
  padding: 32px 55px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(12, 41, 72, 0.2);
  flex-direction: column;
  border: 1px solid rgba(12, 41, 72, 0.1);
}
@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: center;
  width: 80%;
  margin: 0;
}
@media (max-width: 900px) {
  .cta_blocrappel > p {
    width: 100%;
    text-align: center;
  }
}
.cta_blocrappel .wpcf7 {
  width: 100%;
}
@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;
  gap: 30px 50px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  section#home_sec1 {
    flex-flow: column-reverse wrap;
  }
}
section#home_sec1 > div {
  flex: 1 1 500px;
}
@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;
  min-height: 700px;
  flex: 1 1 500px;
  display: flex;
  border-radius: 5px;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  section#home_sec1 .img {
    margin-top: 30px;
    min-height: 350px;
  }
}
section#home_sec1 .txt {
  text-align: left;
  margin-top: 30px;
}
section#home_sec1 .txt h3 {
  font-family: "Raleway", "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/marker-2ats.svg);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
section#home_sec2_3 {
  position: relative;
}
section#home_sec2 .services {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 900px) {
  section#home_sec2 .services {
    flex-direction: column;
  }
}
@media (max-width: 1450px) {
  section#home_sec2 .services {
    flex-wrap: wrap;
  }
}
section#home_sec2 .services .service {
  flex: 1 1 400px;
  background-size: cover;
  background-position: center;
  height: 650px;
  display: flex;
  align-items: end;
  position: relative;
}
@media (max-width: 1450px) {
  section#home_sec2 .services .service {
    height: 400px;
  }
}
@media (max-width: 900px) {
  section#home_sec2 .services .service {
    height: auto;
    flex: auto;
  }
}
section#home_sec2 .services .service .card_content {
  background-color: rgba(12, 41, 72, 0.8);
  padding: 35px 50px;
  color: #ffffff;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 30px;
  transition: all 500ms ease-in-out;
}
section#home_sec2 .services .service .card_content h3 {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 35px 50px;
  font-size: 25px;
  transition: all 300ms;
  word-break: break-word;
  margin: 0;
}
@media (max-width: 900px) {
  section#home_sec2 .services .service .card_content h3 {
    position: relative;
    padding: 0;
  }
}
section#home_sec2 .services .service .card_content h3::after {
  content: "";
  background-color: #ffffff;
  height: 3px;
  width: 51px;
  border-radius: 10px;
  position: absolute;
  bottom: 29px;
  left: 50px;
}
@media (max-width: 900px) {
  section#home_sec2 .services .service .card_content h3::after {
    left: 0;
    bottom: -6px;
  }
}
section#home_sec2 .services .service .card_content::after {
  content: "";
  background-image: url(assets/img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  position: absolute;
  bottom: 24px;
  right: 30px;
  width: 20px;
  height: 11px;
  transition: all 300ms;
  opacity: 0.8;
}
section#home_sec2 .services .service:hover .card_content {
  min-height: 0;
  transition: all 500ms ease-in-ou;
}
section#home_sec2 .services .service:hover .card_content:after {
  right: 24px;
  transition: all 300ms;
  opacity: 1;
}
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;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
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;
  gap: 30px 0;
}
@media (max-width: 900px) {
  section#home_sec3 .wrapper {
    flex-flow: column-reverse wrap;
  }
}
section#home_sec3 .wrapper .left {
  width: 42%;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 900px) {
  section#home_sec3 .wrapper .left {
    width: 100%;
    margin-top: 20px;
    color: #0c2948;
    text-align: start;
  }
}
section#home_sec3 .wrapper .left h3 {
  margin: 0 0 10px;
  font-size: 25px;
  text-transform: initial;
}
section#home_sec3 .wrapper .left a {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  background-image: url(assets/img/arrow-white.svg);
  background-size: 20px;
  padding-right: 46px;
  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;
  display: flex;
  gap: 13px;
  transition: 0.2s;
}
section#home_sec3 .wrapper .right .container .inner span {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 5px;
  display: block;
  background-color: #cda04f;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: 41px;
  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 {
  margin: 30px 0 0 0;
}
section#home_sec4 .slick-dots {
  justify-content: center;
}
section#home_sec4 .slick-dots li a {
  color: #0c2948;
  display: block;
  margin: 5px;
}
section#home_sec4 .title {
  box-sizing: border-box;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
section#home_sec4 .title span {
  display: block;
  text-align: center;
}
section#home_sec4 .title span:after {
  left: 50%;
  transform: translateX(-50%);
}
section#home_sec4 .title .btn {
  margin-bottom: 0;
}
.container_tem {
  width: 100%;
}
.container_tem .inner {
  background-color: #ffffff;
  border: 1px solid rgba(12, 41, 72, 0.1);
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
@media (max-width: 660px) {
  .container_tem .inner {
    padding: 30px;
  }
}
.container_tem .inner:after {
  content: "";
  background-image: url(assets/img/quote.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 46px;
  height: 31px;
  position: absolute;
  right: 30px;
  top: -15px;
}
@media (max-width: 660px) {
  .container_tem .inner .texte {
    width: 100%;
  }
}
.container_tem .inner .texte p {
  margin: 20px 0 0;
  font-size: 14px;
}
.container_tem .inner .texte span {
  display: block;
  margin-top: 10px;
  font-weight: 700;
}
.container_tem .inner .texte .stars-rating {
  display: flex;
  margin: 16px 0 0 0;
  gap: 4px;
}
.container_tem .inner .texte .stars-rating svg {
  width: 16px;
}
.container_tem .inner .infos-auteur p {
  margin: 0px 0 0;
  font-size: 14px;
}
.container_tem .inner .btn {
  margin-top: 16px;
}
.container_tem .inner .photo {
  display: block;
  border-radius: 5px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 660px) {
  .container_tem .inner .photo {
    display: none;
  }
}
.container_tem .inner .nophoto {
  display: block;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: rgba(12, 41, 72, 0.1);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
}
@media (max-width: 660px) {
  .container_tem .inner .nophoto {
    display: none;
  }
}
.container_tem .slick-list {
  padding: 20px 0 20px 10px;
  margin: 0 -15px;
}
.container_tem .slick-list .slick-track {
  display: flex;
}
.container_tem .slick-list .slick-slide {
  margin: 0 15px;
  height: auto;
}
.archive .container_tem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  flex-wrap: wrap;
  margin: 100px auto 0;
}
section#home_sec5 {
  padding: 50px 0 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section#home_sec5:after {
  content: "";
  background-color: rgba(12, 41, 72, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section#home_sec5 .wrapper_btn {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
section#home_sec5 .wrapper_btn a {
  margin: 0;
}
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 span:after {
  left: 50%;
  transform: translateX(-50%);
}
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: 24px;
}
@media (max-width: 1200px) {
  section#home_sec5 .wrapper .title a {
    margin-top: 20px;
  }
}
section#home_sec5 .wrapper .steps {
  margin: 20px 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 150px;
}
@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: -25px;
  }
  section#home_sec5 .wrapper .steps .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.6);
  }
  section#home_sec5 .wrapper .steps .slick-dots li.slick-active button {
    background-color: #cda04f;
  }
  section#home_sec5 .wrapper .steps .slick-arrow {
    display: none !important;
  }
}
section#home_sec5 .wrapper .steps .slick-track {
  padding: 20px 0 0 0;
}
section#home_sec5 .wrapper .steps .step {
  box-sizing: border-box;
  position: relative;
  display: flex;
  gap: 43px;
  align-items: center;
}
section#home_sec5 .wrapper .steps .step:not(:last-of-type):after {
  content: "";
  background-image: url(assets/img/arrow-step.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -115px;
  width: 80px;
  height: 27px;
  transition: 0.2s;
}
@media (max-width: 660px) {
  section#home_sec5 .wrapper .steps .step:not(:last-of-type):after {
    display: none;
  }
}
@media (max-width: 660px) {
  section#home_sec5 .wrapper .steps .step {
    text-align: center;
  }
}
section#home_sec5 .wrapper .steps .step:hover .round {
  background-color: #cda04f;
}
section#home_sec5 .wrapper .steps .step:hover .round:after {
  background-color: rgba(205, 160, 79, 0.4);
}
section#home_sec5 .wrapper .steps .step:hover .round:before {
  background-color: rgba(205, 160, 79, 0.2);
  height: 55px;
  width: 55px;
}
section#home_sec5 .wrapper .steps .step div {
  aspect-ratio: 1;
  border-radius: 5px;
  width: 60px;
  min-width: 60px;
  position: relative;
  background-size: cover;
  background-position: center;
}
section#home_sec6 .title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: initial;
  flex-direction: row;
}
section#home_sec6 .title div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section#home_sec6 .title div .h2 {
  margin: 0;
}
section#home_sec6 .title .btn {
  margin-bottom: 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: #cda04f;
  color: #0c2948;
  padding: 3px 15px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
}
article.standard {
  position: relative;
  width: 100%;
  height: 100%;
}
article.standard:hover .image {
  width: 80%;
  border-radius: 5px;
}
article.standard:hover .bloc_texte {
  left: 30px;
}
article.standard:hover .bloc_texte > div {
  box-shadow: 5px 20px 22px rgba(12, 41, 72, 0.1);
}
article.standard:hover .bloc_texte > div h2 {
  color: #cda04f;
}
article.standard .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 84%;
  min-height: 440px;
  height: 100%;
  margin: 0 0 0 auto;
  transition: 0.2s;
  position: relative;
  border-radius: 5px;
}
article.standard .image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  background-color: rgba(12, 41, 72, 0.3);
}
@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;
  z-index: 1;
}
article.standard .bloc_texte > div {
  background-color: #ffffff;
  border: 1px solid rgba(12, 41, 72, 0.1);
  border-radius: 5px;
  padding: 40px;
  max-width: 536px;
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
  z-index: 1;
}
@media (max-width: 660px) {
  article.standard .bloc_texte > div {
    padding: 20px;
  }
}
article.standard .bloc_texte > div .title {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.2em;
  transition: 0.2s;
  margin: 0;
  font-weight: 700;
}
article.standard .bloc_texte > div .title:after, article.standard .bloc_texte > div .title:before {
  content: none;
}
@media (max-width: 660px) {
  article.standard .bloc_texte > div .title {
    font-size: 18px;
  }
}
article.standard .bloc_texte > div .btn_small {
  margin-top: 15px;
}
article.standard .bloc_texte > div p {
  font-size: 16px;
  margin-bottom: 0;
}
article.mini_actus {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(12, 41, 72, 0.1);
  border-radius: 5px;
  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: #0c2948;
}
article.mini_actus:hover p {
  color: #cda04f;
}
article.mini_actus:first-child {
  margin-top: 0;
}
article.mini_actus p {
  font-size: 18px;
  margin: 16px 0 8px;
  line-height: 1.2em;
  transition: 0.2s;
  font-weight: bold;
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
#header_page {
  padding: 160px 0 50px;
  position: relative;
}
@media (max-width: 660px) {
  #header_page {
    padding: 120px 0 30px;
  }
}
#header_page .wrapper {
  position: relative;
}
#header_page .wrapper #inner_header_page {
  max-width: 700px;
  width: 100%;
  box-sizing: border-box;
  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: 16px 0 32;
  font-size: 40px;
}
@media (max-width: 660px) {
  #header_page .wrapper #inner_header_page h1 {
    word-break: break-word;
  }
}
#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 .wrapper #inner_header_page .tags {
  display: flex;
  gap: 6px 8px;
  flex-wrap: wrap;
}
#header_page .wrapper #inner_header_page .tags p {
  margin: 0;
  padding: 3px 12px;
  border-radius: 2px;
  background-color: #cda04f;
  color: #0c2948;
  font-size: 13px;
  font-weight: 700;
}
#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(100.31deg, rgba(12, 41, 72, 0.8) 44.01%, rgba(12, 41, 72, 0.15) 72.14%, rgba(249, 248, 247, 0) 105.91%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#header_page.vousetes-header {
  margin-bottom: 200px;
}
#header_page.vousetes-header > .wrapper {
  display: flex;
  align-items: end;
  gap: 50px;
}
@media (max-width: 1200px) {
  #header_page.vousetes-header > .wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 660px) {
  #header_page.vousetes-header > .wrapper {
    gap: 20px;
  }
}
#header_page.vousetes-header > .wrapper #inner_header_page {
  width: 45%;
}
@media (max-width: 1200px) {
  #header_page.vousetes-header > .wrapper #inner_header_page {
    width: 100%;
  }
}
#header_page.vousetes-header > .wrapper h1 {
  font-size: 40px;
}
#header_page.vousetes-header > .wrapper #cta_blocrappel {
  width: 55%;
  margin: 0 0 -150px;
}
@media (max-width: 1200px) {
  #header_page.vousetes-header > .wrapper #cta_blocrappel {
    width: 100%;
  }
}
#header_page.vousetes-header > .wrapper #cta_blocrappel .mention a {
  color: #cda04f;
}
.cta_devis {
  display: block !important;
  background-color: #cda04f;
  padding: 40px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  background-image: url(assets/img/devis.svg);
  background-size: 172px;
  background-repeat: no-repeat;
  background-position: right 20px bottom -44px;
  /*&: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;
  display: block;
  font-size: 30px;
}
.cta_devis p {
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 17px;
  text-align: left;
}
.cta_contact {
  margin: 40px auto !important;
  background-color: rgba(12, 41, 72, 0.1);
  padding: 30px 40px 40px;
  text-align: center;
  border-radius: 5px;
}
.cta_contact .h3 {
  margin: 0 !important;
}
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;
  border-radius: 5px;
  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;
  border-radius: 5px;
  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: "Prompt", "Tahoma", sans-serif;
}
article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto > div:hover span {
  background-color: #0c2948;
}
article.page_de_contenus .entry-content section.pictogrammes .wrapper_picto > div span {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 5px;
  display: block;
  background-color: #cda04f;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: 41px;
  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;
  border-radius: 5px;
}
@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 3px 5px rgba(12, 41, 72, 0.2);
}
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(100.31deg, rgba(12, 41, 72, 0.8) 60%, rgba(12, 41, 72, 0.15) 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: #0c2948;
  height: 80%;
  z-index: -1;
  width: 100%;
  border-radius: 5px;
  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: #cda04f;
}
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;
  border-radius: 5px;
}
@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-radius: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(12, 41, 72, 0.1);
}
section#dl_plaquettes h3 {
  text-align: center;
  margin: 0 0 5px;
}
section#dl_plaquettes p {
  text-align: center;
}
/*--------------------------------------------------------------
Bloc Builder
--------------------------------------------------------------*/
#content_repeater .margin {
  margin: 90px auto;
}
#content_repeater .mb-no {
  margin-bottom: 0 !important;
}
#content_repeater .mt-no {
  margin-top: 0 !important;
}
#content_repeater .pb-no {
  padding-bottom: 30px !important;
}
#content_repeater .pt-no {
  padding-top: 0px !important;
}
#content_repeater .formulaire .container h2, #content_repeater .formulaire .container h3 {
  margin: 0;
}
#content_repeater .line_titre {
  margin: 90px auto 50px;
}
#content_repeater .line_titre h2.centre {
  text-align: center;
}
#content_repeater a:not(.btn) {
  text-decoration: underline;
  color: #cda04f !important;
}
#content_repeater a:not(.btn):hover {
  opacity: 0.8;
}
#content_repeater blockquote a:not(.btn) {
  color: #0c2948 !important;
  transition: all 300ms;
}
#content_repeater blockquote a:not(.btn):hover {
  opacity: 0.7;
  transition: all 300ms;
}
#content_repeater .line_simple.warning blockquote {
  font-size: 18px;
  padding: 20px 20px 20px 90px;
  background-image: url(assets/img/info.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center left 20px;
}
#content_repeater .line_simple.wrapper #home_sec5 {
  border-radius: 10px;
  overflow: hidden;
}
#content_repeater .line_simple form {
  display: flex;
  box-sizing: border-box;
}
#content_repeater .line_simple form .full:first-of-type {
  max-width: 600px;
  text-align: center;
  margin: auto;
}
#content_repeater .line_simple form .full:first-of-type h3 {
  margin: 0;
}
#content_repeater .line_simple form .full:first-of-type > p {
  margin-bottom: 30px;
  margin-top: 8px;
}
#content_repeater .line_bg_color .container, #content_repeater .line_bg_image .container {
  position: relative;
  z-index: 5;
}
#content_repeater .line_bg_color.line_width_wrapper, #content_repeater .line_bg_image.line_width_wrapper {
  padding-right: 40px;
  padding-left: 40px;
}
#content_repeater .line_bg_color.line_width_wrapper #home_sec5, #content_repeater .line_bg_image.line_width_wrapper #home_sec5 {
  border-radius: 5px;
}
#content_repeater .realisation_line h2 {
  text-align: center;
}
#content_repeater .realisation_line h2:after {
  margin: 14px auto;
}
#content_repeater .line_bg_image {
  position: relative;
  background-size: cover;
  background-position: center center;
}
#content_repeater .line_bg_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(100.31deg, rgba(12, 41, 72, 0.8) 60%, rgba(12, 41, 72, 0.15) 100%);
  z-index: 1;
}
#content_repeater .line_text_light *:not(.btn) {
  color: #ffffff;
}
#content_repeater .line_width_full {
  padding: 70px 0;
}
#content_repeater .line_width_full .container {
  width: 1365px;
  max-width: 90%;
  margin: 0 auto;
}
#content_repeater .line_width_full.wrapper {
  max-width: 100%;
  width: 100%;
}
#content_repeater .line_width_full.wrapper .container {
  max-width: 90%;
  width: 1365px;
}
#content_repeater .line_width_full.wrapper.medium .container {
  max-width: 90%;
  width: 900px;
}
#content_repeater .line_width_full.wrapper.small .container {
  max-width: 90%;
  width: 500px;
}
#content_repeater .line_image .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#content_repeater .line_image .container .img {
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  border-radius: 5px;
}
#content_repeater .line_image .container .text {
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#content_repeater .line_image .container .text > h2 {
  margin-top: 0;
}
#content_repeater .line_image .container .text .btn {
  margin-top: 10px;
}
#content_repeater .line_image .container.line_align_reverse {
  flex-flow: row-reverse nowrap;
}
#content_repeater .line_image .container.line_align_reverse .text {
  padding-left: 70px;
  padding-right: 0;
}
@media (max-width: 1200px) {
  #content_repeater .line_image .container {
    flex-flow: column;
  }
  #content_repeater .line_image .container .img {
    width: 100% !important;
    height: 80vw;
  }
  #content_repeater .line_image .container .text {
    width: 100%;
    padding: 0 0 40px 0;
  }
  #content_repeater .line_image .container.line_align_reverse {
    flex-flow: column-reverse;
  }
  #content_repeater .line_image .container.line_align_reverse .text {
    padding: 40px 0 0 0;
  }
}
#content_repeater .line_colonnes .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  gap: 30px;
}
#content_repeater .line_colonnes .container.has-img {
  padding: 0 50px 50px;
}
@media (max-width: 660px) {
  #content_repeater .line_colonnes .container.has-img {
    padding: 0 30px 30px;
  }
}
#content_repeater .line_colonnes .container.has-img:after {
  content: "";
  background-color: #0c2948;
  height: 80%;
  z-index: -1;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  #content_repeater .line_colonnes .container.has-img:after {
    height: 97%;
  }
}
#content_repeater .line_colonnes .container.has-img > div *:not(.btn) {
  color: #ffffff;
}
#content_repeater .line_colonnes .container > div {
  box-sizing: border-box;
  transition: 0.2s;
  position: relative;
  top: 0;
  flex: 1 1 350px;
}
#content_repeater .line_colonnes .container > div.img-no {
  border: 1px solid #cda04f;
  padding: 30px 20px 20px 20px;
  position: relative;
  border-radius: 5px;
  transition: 0.2s;
}
#content_repeater .line_colonnes .container > div p {
  margin-bottom: 0;
}
#content_repeater .line_colonnes .container > div:hover {
  top: -10px;
}
#content_repeater .line_colonnes .container > div img {
  border-radius: 5px;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  margin-bottom: 16px;
  width: 100%;
}
#content_repeater .line_colonnes .container > div h3 {
  text-transform: initial;
  margin: 0;
  font-size: 20px;
}
@media (max-width: 1200px) {
  #content_repeater .line_colonnes .container {
    flex-wrap: wrap;
  }
  #content_repeater .line_colonnes .container > div {
    flex: 1 1 350px;
  }
}
@media (max-width: 660px) {
  #content_repeater .line_colonnes .container > div {
    max-width: 100%;
  }
}
#content_repeater .line_galerie.slider-logos {
  margin: 30px 0 90px;
}
#content_repeater .line_galerie .gallery img {
  object-fit: contain;
  width: 100%;
  height: 60px;
  border-radius: 5px;
}
@media (max-width: 660px) {
  #content_repeater .line_galerie .gallery img {
    height: 40px;
  }
}
#content_repeater .line_galerie .gallery .slick-slide {
  margin: 0 15px;
}
#content_repeater .line_galerie .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
}
#content_repeater .line_galerie .container li {
  display: block;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
  position: relative;
  transition: 0.2s;
}
@media (max-width: 1450px) {
  #content_repeater .line_galerie .container li {
    margin-bottom: 1vw !important;
  }
}
#content_repeater .line_galerie .container li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
}
#content_repeater .line_galerie .container li a:after {
  content: "+";
  color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  font-weight: 700;
  font-size: 32px;
  transition: 0.2s;
}
#content_repeater .line_galerie .container li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 35%;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  opacity: 0;
  transition: 0.2s;
  text-overflow: ellipsis;
}
@media (max-width: 1450px) {
  #content_repeater .line_galerie .container li span {
    padding: 1vw;
  }
}
#content_repeater .line_galerie .container li:hover a {
  background-color: #0c2948;
}
#content_repeater .line_galerie .container li:hover a:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
#content_repeater .line_galerie .container li:hover span {
  opacity: 1;
}
#content_repeater .line_galerie .container.line_gal_lightbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
#content_repeater .line_galerie .container.line_gal_lightbox li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 350px;
  margin: 0;
}
@media (max-width: 660px) {
  #content_repeater .line_galerie .container.line_gal_lightbox li {
    height: 250px;
  }
}
#content_repeater .line_galerie .container.line_gal_1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
#content_repeater .line_galerie .container.line_gal_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#content_repeater .line_galerie .container.line_gal_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 660px) {
  #content_repeater .line_galerie .container.line_gal_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_galerie .container.line_gal_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  #content_repeater .line_galerie .container.line_gal_4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 660px) {
  #content_repeater .line_galerie .container.line_gal_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_galerie .container.line_gal_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
  #content_repeater .line_galerie .container.line_gal_5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 660px) {
  #content_repeater .line_galerie .container.line_gal_5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_galerie .container.line_gal_6, #content_repeater .line_galerie .container.line_gal_7, #content_repeater .line_galerie .container.line_gal_8, #content_repeater .line_galerie .container.line_gal_9, #content_repeater .line_galerie .container.line_gal_10 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1200px) {
  #content_repeater .line_galerie .container.line_gal_6, #content_repeater .line_galerie .container.line_gal_7, #content_repeater .line_galerie .container.line_gal_8, #content_repeater .line_galerie .container.line_gal_9, #content_repeater .line_galerie .container.line_gal_10 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 660px) {
  #content_repeater .line_galerie .container.line_gal_6, #content_repeater .line_galerie .container.line_gal_7, #content_repeater .line_galerie .container.line_gal_8, #content_repeater .line_galerie .container.line_gal_9, #content_repeater .line_galerie .container.line_gal_10 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_faq .container .faq {
  position: relative;
}
#content_repeater .line_faq .container .faq:after, #content_repeater .line_faq .container .faq:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cda04f;
  opacity: 0.4;
  transition: 0.2s;
}
#content_repeater .line_faq .container .faq:first-child:before {
  bottom: auto;
  top: 0;
}
#content_repeater .line_faq .container .faq:hover:after, #content_repeater .line_faq .container .faq.active:after {
  opacity: 1;
}
#content_repeater .line_faq .container .faq .question {
  padding: 23px 60px 23px 0;
  position: relative;
  cursor: pointer;
}
#content_repeater .line_faq .container .faq .question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 27px;
}
#content_repeater .line_faq .container .faq .question > * {
  margin: 0;
  text-transform: initial;
  font-size: 20px;
}
#content_repeater .line_faq .container .faq.active .question:after {
  content: "-";
}
#content_repeater .line_faq .container .faq .reponse {
  display: none;
  padding: 0 60px 10px 0;
}
@media (max-width: 660px) {
  #content_repeater .line_faq .container .faq .reponse {
    padding: 0 0 10px 0;
  }
}
#content_repeater .line_pictos .container {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}
#content_repeater .line_pictos .container li {
  display: block;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 5px;
  flex: 1 1 250px;
  border-radius: 5px;
  transition: 0.2s;
}
#content_repeater .line_pictos .container li:hover span {
  background-color: #0c2948;
}
@media (max-width: 1200px) {
  #content_repeater .line_pictos .container li {
    width: 43%;
  }
}
@media (max-width: 660px) {
  #content_repeater .line_pictos .container li {
    width: 100%;
    padding: 15px;
  }
}
#content_repeater .line_pictos .container li .h4 {
  font-size: 18px;
  margin-bottom: 0;
}
#content_repeater .line_pictos .container li span {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 5px;
  display: block;
  background-color: #cda04f;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: 41px;
  background-position: center center;
  transition: 0.2s;
}
#content_repeater .line_pictos .container li p {
  font-size: 14px;
}
#content_repeater .line_pictos .container.line_align_centre li {
  text-align: center;
}
#content_repeater .line_pictos .container.line_align_centre li span {
  margin: 0 auto;
}
#content_repeater .line_pictos .container.line_align_droite li {
  text-align: right;
}
#content_repeater .line_pictos .container.line_align_droite li span {
  margin: 0 0 0 auto;
}
#content_repeater .line_blocs .container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
#content_repeater .line_blocs .container > div:not(.shortcode) {
  background-color: rgba(0, 24, 55, 0.16);
  border-radius: 5px;
  transition: all 300ms;
  padding: 30px;
  width: calc(33% - 17px);
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  #content_repeater .line_blocs .container > div:not(.shortcode) {
    width: calc(50% - 15px);
  }
}
@media (max-width: 660px) {
  #content_repeater .line_blocs .container > div:not(.shortcode) {
    width: 100%;
  }
}
#content_repeater .line_blocs .container > div:not(.shortcode):hover {
  background-color: rgba(0, 24, 55, 0.03);
  transition: all 300ms;
  box-shadow: 0 3px 5px rgba(12, 41, 72, 0.2);
}
#content_repeater .line_blocs .container > div:not(.shortcode) h3 {
  margin-top: 0;
}
#content_repeater .line_blocs .container > div:not(.shortcode) p {
  margin-bottom: 0;
}
#content_repeater .line_blocs .container .shortcode {
  width: calc(33% - 17px);
}
@media (max-width: 1200px) {
  #content_repeater .line_blocs .container .shortcode {
    width: calc(50% - 15px);
  }
}
@media (max-width: 660px) {
  #content_repeater .line_blocs .container .shortcode {
    width: 100%;
  }
}
#content_repeater .line_blocs .container .shortcode .cta_devis {
  margin: 0;
  max-width: 100%;
  height: 100%;
}
#content_repeater .line_blocs .container .shortcode .btn:hover {
  background-color: #0c2948;
}
#content_repeater .line_cas .container .grid-cas-clients {
  display: flex;
  gap: 30px;
}
#content_repeater .line_cas .container .grid-cas-clients .card-cas-client {
  flex: 1 1 250px;
  padding: 30px;
  border-radius: 5px;
  background-color: rgba(12, 41, 72, 0.1);
  transition: all 300ms;
  position: relative;
  cursor: pointer;
}
#content_repeater .line_cas .container .grid-cas-clients .card-cas-client h3 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.4rem;
}
#content_repeater .line_cas .container .grid-cas-clients .card-cas-client:hover {
  background-color: #0c2948;
  transition: all 300ms;
  color: #ffffff;
}
#content_repeater .line_cas .container .grid-cas-clients .card-cas-client > a {
  font-size: 0;
}
/*--------------------------------------------------------------
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;
  border-radius: 0 5px 5px 0;
}
@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: 400;
  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%;
  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-gold.svg);
  display: block;
  color: #0c2948;
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 14px;
  padding-left: 33px;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: left top 2px;
}
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-gold.svg);
}
body.page-template-template-contact main#contact > div .flex .wpcf7 {
  width: 70%;
  background-color: #0c2948;
  padding: 30px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
}
body.page-template-template-contact main#contact > div .flex .wpcf7 input:not(.wpcf7-submit), body.page-template-template-contact main#contact > div .flex .wpcf7 select, body.page-template-template-contact main#contact > div .flex .wpcf7 textarea {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-template-template-contact main#contact > div .flex .wpcf7 input:not(.wpcf7-submit):focus, body.page-template-template-contact main#contact > div .flex .wpcf7 select:focus, body.page-template-template-contact main#contact > div .flex .wpcf7 textarea:focus {
  border-bottom: 1px solid #cda04f;
}
body.page-template-template-contact main#contact > div .flex .wpcf7 input:not(.wpcf7-submit)::placeholder, body.page-template-template-contact main#contact > div .flex .wpcf7 select::placeholder, body.page-template-template-contact main#contact > div .flex .wpcf7 textarea::placeholder {
  color: #ffffff;
}
body.page-template-template-contact main#contact > div .flex .wpcf7 input.wpcf7-submit {
  background-color: #ffffff;
  color: #0c2948;
}
body.page-template-template-contact main#contact > div .flex .wpcf7 input.wpcf7-submit:hover {
  background-color: #cda04f;
}
@media (max-width: 1200px) {
  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;
}
.archive.flex article {
  height: 440px;
}
#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-radius: 5px;
  border: 1px solid rgba(12, 41, 72, 0.1);
}
#secondary .form_side .h3 {
  margin: 0;
  text-align: center;
  font-size: 23px;
  font-family: "Raleway", "Arial", sans-serif;
}
#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: 20px 0 20px;
  background-color: #ffffff;
  border: 1px solid rgba(12, 41, 72, 0.1);
  padding: 30px 30px 30px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#secondary .brochure .img {
  background-image: url(assets/img/file.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 80px;
  height: 80px;
}
#secondary .brochure .h3 {
  font-size: 16px;
  margin: 0 0 0px;
  font-weight: 400;
  font-family: "Raleway", "Arial", sans-serif;
}
#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 {
  margin: 0;
}
#secondary .devis {
  background-color: #cda04f;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}
#secondary .devis .h3 {
  color: #ffffff;
  font-size: 25px;
  margin: 0;
  font-family: "Raleway", "Arial", sans-serif;
  text-transform: none;
}
#secondary .devis p {
  color: #ffffff;
  font-size: 14px;
  margin: 15px 0 0;
}
#secondary .devis a {
  margin-bottom: 0;
}
#secondary .devis a:hover {
  background-color: #0c2948;
}
#secondary .other {
  background-color: rgba(12, 41, 72, 0.1);
  padding: 30px;
  margin-top: 20px;
  position: relative;
  border-radius: 5px;
  border-radius: 5px;
}
#secondary .other .h3 {
  font-size: 25px;
  margin: 0;
  font-family: "Raleway", "Arial", sans-serif;
  text-transform: none;
}
#secondary .other article {
  margin: 20px 0 0;
  position: relative;
}
#secondary .other article:hover .h4 {
  color: #cda04f;
}
#secondary .other article .h4 {
  font-size: 18px;
  margin: 0 0 5px;
  font-family: "Raleway", "Arial", sans-serif;
  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: rgba(12, 41, 72, 0.1);
  padding: 9px;
  border-radius: 5px;
  box-sizing: border-box;
}
.navigation.pagination .nav-links .page-numbers {
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(12, 41, 72, 0.2);
  padding: 7px 13px;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #0c2948;
}
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
  background-color: #0c2948;
  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: #0c2948;
  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;
    word-break: break-word;
  }
}
body.single-post #inner_header_page .header_infos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
  gap: 10px 20px;
  margin: 21px 0 0;
  background-color: #ffffff;
  border-radius: 5px;
  color: #0c2948;
  padding: 4px 16px;
}
body.single-post #inner_header_page .header_infos .temps-lecture {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
}
body.single-post #inner_header_page .header_infos .auteur-article {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.single-post #inner_header_page .header_infos .auteur-article .auteur-avatar img {
  border-radius: 50%;
  width: 20px;
  margin-top: 4px;
  height: 20px;
}
body.single-post #inner_header_page .header_infos .auteur-article .auteur-nom {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
}
body.single-post #inner_header_page .header_infos .auteur-article .auteur-nom a {
  color: #cda04f;
}
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%;
  padding-top: 30px;
  margin: 0 0 35px;
}
body.single-post article .entry-content > div:first-child > .btn {
  margin-top: 50px;
}
body.single-post article .entry-content > div:first-child .nav_sommaire {
  background-color: #0c2948;
  padding: 20px;
  border-radius: 5px;
}
body.single-post article .entry-content > div:first-child .nav_sommaire.collapsed .sommaire-title .toggle-arrow {
  transform: rotate(90deg);
}
body.single-post article .entry-content > div:first-child .nav_sommaire .sommaire-title {
  list-style: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  display: block;
  color: #cda04f;
  border-bottom: 1px solid #cda04f;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
body.single-post article .entry-content > div:first-child .nav_sommaire .sommaire-title .toggle-arrow {
  background-image: url(assets/img/small-arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: 0.2s;
}
body.single-post article .entry-content > div:first-child .nav_sommaire .sommaire-content {
  display: none;
}
body.single-post article .entry-content > div:first-child .nav_sommaire .sommaire-content .sommaire-list {
  margin: 20px 0 5px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.single-post article .entry-content > div:first-child .nav_sommaire .sommaire-content .sommaire-list li {
  list-style: disc;
}
body.single-post article .entry-content > div:first-child .nav_sommaire .sommaire-content .sommaire-list li a {
  border: 0;
}
body.single-post article .entry-content > div:first-child .nav_sommaire .sommaire-content .sommaire-list li a:hover {
  color: #ffffff;
}
body.single-post article .entry-content > div:first-child .nav_sommaire .sommaire-content .sommaire-list li::marker {
  color: #ffffff;
}
body.single-post article .entry-content > div:first-child .nav_sommaire .sommaire-content .btn {
  margin-top: 20px;
}
body.single-post article .entry-content > div:first-child .resume {
  margin: 30px 0 30px 0px;
  background-color: #ffffff;
  border: 1px solid rgba(12, 41, 72, 0.1);
  padding: 20px;
  border-radius: 5px;
}
body.single-post article .entry-content > div:first-child .resume span {
  text-transform: uppercase;
  color: #cda04f;
  font-weight: 700;
  font-size: 0.8rem;
  display: block;
  border-bottom: 1px solid #cda04f;
  padding-bottom: 10px;
}
body.single-post article .entry-content > div:first-child .resume p {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  body.single-post article .entry-content > div:first-child .resume {
    margin-top: 30px;
  }
}
body.single-post article .entry-content > div:first-child h3 {
  margin: 30px 0 0;
}
body.single-post article .entry-content > div:first-child a:not(.btn, .btn_small) {
  color: #cda04f;
  transition: 300ms all;
}
body.single-post article .entry-content > div:first-child a:not(.btn, .btn_small):hover {
  color: #0c2948;
  transition: 300ms all;
}
body.single-post article .entry-content > div:first-child .avantages, body.single-post article .entry-content > div:first-child .inconveniants {
  padding: 20px 20px 20px 20px;
  margin: 30px 0;
  border-radius: 5px;
}
body.single-post article .entry-content > div:first-child .avantages {
  background-color: rgba(0, 128, 0, 0.2);
  color: green;
  border-left: 3px solid green;
}
body.single-post article .entry-content > div:first-child .inconveniants {
  background-color: rgba(255, 0, 0, 0.2);
  color: red;
  border-left: 3px solid red;
}
body.single-post article .entry-content > div:first-child img {
  border-radius: 5px;
}
body.single-post article .entry-content > div:first-child section#linked-items-section .linked-items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 900px) {
  body.single-post article .entry-content > div:first-child section#linked-items-section .linked-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 660px) {
  body.single-post article .entry-content > div:first-child section#linked-items-section .linked-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.single-post article .entry-content > div:first-child section#linked-items-section .linked-items article {
  position: relative;
  justify-content: start;
  margin: 9px !important;
}
body.single-post article .entry-content > div:first-child section#linked-items-section .linked-items article .btn {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 25px;
  height: 25px;
  padding: 0;
  align-items: center;
  margin: 0;
}
body.single-post article .entry-content > div:first-child section#linked-items-section .linked-items article .btn:after {
  width: 100%;
  font-size: 0.9rem;
  height: auto;
  background-color: transparent;
  color: #ffffff;
  align-items: center;
}
@media (max-width: 900px) {
  body.single-post article .entry-content > div:first-child section#linked-items-section .linked-items article .btn {
    width: 45px;
    height: 45px;
  }
}
body.single-post article .entry-content > div:first-child .conclusion {
  margin-top: 50px;
}
@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 {
  font-weight: 700;
}
body.single-post article .entry-content > div:first-child p a:hover {
  color: #0c2948;
}
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: #0c2948;
  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: #0c2948;
  font-size: 14px;
  padding: 0;
}
body.single-post article .entry-content > div:first-child #sources {
  border-radius: 10px;
  border: 1px solid #0c2948;
  padding: 20px;
}
@media (max-width: 660px) {
  body.single-post article .entry-content > div:first-child #sources {
    font-size: 0.8rem;
  }
}
body.single-post article .entry-content > div:first-child #sources span {
  display: block;
  text-transform: uppercase;
  color: #0c2948;
  font-size: 1rem;
  font-weight: 700;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.single-post article .entry-content > div:first-child #sources ul {
  padding-left: 15px;
}
body.single-post article .entry-content > div:first-child #sources ul li {
  list-style: none;
  position: relative;
  padding-left: 16px;
}
body.single-post article .entry-content > div:first-child #sources ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 8px;
  height: 8px;
  background: #0c2948;
  border-radius: 2px;
  border: 1px solid #0c2948;
}
body.single-post article .entry-content > div:first-child #sources p {
  margin-bottom: 0;
  margin-top: 2px;
}
body.single-post article .entry-content > div:first-child .wrapper_faq {
  margin-top: 46px;
}
body.single-post article .entry-content > div:first-child .wrapper_faq h2 {
  margin: 0 0 20px;
}
body.single-post article .entry-content > div:first-child .wrapper_faq .faq-item {
  border: 0;
  margin-bottom: 13px;
}
body.single-post article .entry-content > div:first-child .wrapper_faq .faq-item h3 {
  font-size: 17px;
  margin: 0;
  transition: 0.2s;
}
body.single-post article .entry-content > div:first-child .wrapper_faq .faq-item h3:hover {
  color: #0c2948;
}
@media (max-width: 660px) {
  body.single-post article .entry-content > div:first-child .wrapper_faq .faq-item h3 {
    font-size: 15px;
  }
}
body.single-post article .entry-content > div:first-child .wrapper_faq .faq-question {
  padding-right: 0;
  padding-left: 20px;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
}
body.single-post article .entry-content > div:first-child .wrapper_faq .faq-question:hover {
  color: #cda04f;
}
body.single-post article .entry-content > div:first-child .wrapper_faq .faq-question:before {
  content: "+";
  position: absolute;
  right: initial;
  left: 0;
  top: 0;
  padding-bottom: 0;
  width: 22px;
  height: 22px;
  color: #cda04f;
  transition: 0.2s;
  font-size: 1rem;
  display: flex;
  justify-content: center;
}
body.single-post article .entry-content > div:first-child .wrapper_faq .faq-question.active:before {
  content: "-";
}
body.single-post article .entry-content > div:first-child .wrapper_faq .faq-answer {
  padding: 8px 20px;
  display: none;
}
body.single-post article .entry-content > div:first-child .wrapper_faq .faq-answer li, body.single-post article .entry-content > div:first-child .wrapper_faq .faq-answer p {
  font-size: 14px;
}
body.single-post article .entry-content #secondary {
  margin-top: 63px;
}
.tableau-comparaison {
  margin: 40px auto;
}
@media (max-width: 900px) {
  .tableau-comparaison {
    overflow-y: scroll;
  }
}
.tableau-comparaison table {
  width: 100%;
  overflow: hidden;
  border: 1px inset rgba(12, 41, 72, 0.5);
  border-radius: 10px;
}
@media (max-width: 900px) {
  .tableau-comparaison table {
    width: 700px;
  }
}
.tableau-comparaison table thead {
  border-radius: 20px 20px 0 0;
  border: 1px inset rgba(12, 41, 72, 0.5);
}
.tableau-comparaison table thead tr th {
  background-color: #cda04f;
  padding: 10px 15px;
  font-size: 18px;
  border: 1px solid #efefef;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 900px) {
  .tableau-comparaison table thead tr th {
    font-size: 16px;
  }
}
.tableau-comparaison table tbody tr:nth-child(even) {
  background-color: #efefef;
}
.tableau-comparaison table tbody tr td {
  padding: 10px;
  border: 1px solid #efefef;
}
@media (max-width: 900px) {
  .tableau-comparaison table tbody tr td {
    font-size: 14px;
  }
}
.tableau-comparaison table tbody tr td:first-child {
  font-style: italic;
}
.tableau-comparaison table tbody tr td:first-child span {
  display: none;
}
body.author .wrapper_actus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 60px auto 0;
}
@media (max-width: 900px) {
  body.author .wrapper_actus {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.author .infos_auteur {
  margin-top: 17px;
}
body.author .infos_auteur span.role {
  font-weight: bold;
}
body.author .infos_auteur ul.rs {
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
}
body.author .infos_auteur ul.rs li a {
  width: 25px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
  margin: 0;
  display: flex;
}
body.author .infos_auteur ul.rs li a:hover {
  opacity: 0.7;
}
body.author .infos_auteur ul.rs li a.linkedin {
  background-image: url(assets/img/linkedin.svg);
}
body.author .infos_auteur ul.rs li a.facebook {
  background-image: url(assets/img/facebook.svg);
  width: 24px;
  height: 24px;
}
body.author .infos_auteur ul.rs li a.instagram {
  background-image: url(assets/img/instagram.svg);
  width: 27px;
  height: 27px;
}
body.author .infos_auteur ul.rs li a.youtube {
  background-image: url(assets/img/youtube.svg);
}
body.author section.competences .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 900px) {
  body.author section.competences .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 350px) {
  body.author section.competences .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.author section.competences .container .inner {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 10px;
}
body.author section.competences .container .inner span {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-bottom: 10px;
}
body.author section.competences .container .inner h2, body.author section.competences .container .inner h3, body.author section.competences .container .inner h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 16px;
}
body.author section.competences .container .inner p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#colophon {
  margin-top: 150px;
  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: #0c2948;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#colophon .wrapper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
  gap: 30px 50px;
}
@media (max-width: 900px) {
  #colophon .wrapper {
    padding: 0;
  }
}
@media (max-width: 660px) {
  #colophon .wrapper {
    flex-flow: row wrap;
    justify-content: center;
  }
}
#colophon .wrapper .first {
  flex: 1 1 150px;
}
@media (max-width: 1200px) {
  #colophon .wrapper .first {
    display: none;
  }
}
#colophon .wrapper .first .zone {
  color: #ffffff;
}
#colophon .wrapper .first .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
  flex-direction: column;
}
#colophon .wrapper .first .logos img {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 110px;
  max-height: 70px;
  object-fit: contain;
  width: fit-content;
  height: fit-content;
}
#colophon .wrapper .first .ctas a {
  display: flex;
  gap: 10px;
  padding: 20px 30px;
  position: relative;
  align-items: center;
  background-color: #ffffff;
  margin: 0 0 7px;
  border-radius: 5px;
  min-width: 330px;
  box-sizing: border-box;
}
#colophon .wrapper .first .ctas a:before {
  content: "";
  width: 47px;
  display: block;
  height: 47px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#colophon .wrapper .first .ctas a:hover {
  background-color: #0c2948;
}
#colophon .wrapper .first .ctas a:hover p {
  color: #cda04f;
}
#colophon .wrapper .first .ctas a:hover .arrow {
  right: 15px;
}
#colophon .wrapper .first .ctas a .arrow {
  background-image: url(assets/img/arrow-gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 23px;
  right: 25px;
  width: 22px;
  height: 10px;
  transition: 0.4s;
}
#colophon .wrapper .first .ctas a p {
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  color: #0c2948;
  line-height: 25px;
  transition: 0.2s;
}
#colophon .wrapper .first .ctas a p strong {
  display: block;
  font-size: 21px;
}
#colophon .wrapper .first .ctas a#audit:before {
  background-image: url(assets/img/search.svg);
}
#colophon .wrapper .first .ctas a#brochure:before {
  background-image: url(assets/img/file.svg);
}
#colophon .wrapper .middle {
  flex: 1 1 350px;
  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: "Prompt", "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 {
  flex: 1 1 100px;
}
#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: #cda04f;
}
#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;
}
#colophon .wrapper .tel:not(.wpcf7-form-control-wrap), #colophon .wrapper .adresse {
  display: block;
  color: #ffffff;
  margin: 13px 0;
  padding-left: 33px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: left top 2px;
}
#colophon .wrapper .tel:not(.wpcf7-form-control-wrap) span, #colophon .wrapper .adresse span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
#colophon .wrapper .tel:not(.wpcf7-form-control-wrap).tel, #colophon .wrapper .adresse.tel {
  background-image: url(assets/img/tel.svg);
}
#colophon .wrapper .tel:not(.wpcf7-form-control-wrap).adresse, #colophon .wrapper .adresse.adresse {
  background-image: url(assets/img/gps.svg);
}
#colophon .wrapper .contact {
  margin-top: -176px;
}
@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: #0c2948;
  box-shadow: 5px 20px 22px rgba(12, 41, 72, 0.1);
  color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  max-width: 308px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 660px) {
  #colophon .wrapper .contact .inner {
    max-width: initial;
  }
}
#colophon .wrapper .contact .inner .title {
  text-align: center;
  margin-bottom: 0;
}
#colophon .wrapper .contact .inner .title span {
  color: #cda04f;
  text-align: center;
  font-size: 14px;
}
#colophon .wrapper .contact .inner .title span:after {
  transform: translateX(-50%);
  left: 50%;
  height: 2px;
  bottom: -2px;
}
#colophon .wrapper .contact .inner .title .h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#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 .full {
  margin: 0;
  margin-bottom: 6px;
  width: 100%;
}
#colophon .wrapper .contact .inner .wpcf7-form .full input {
  width: 100%;
  padding: 12px 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2px;
}
#colophon .wrapper .contact .inner .wpcf7-form .full input:hover, #colophon .wrapper .contact .inner .wpcf7-form .full input:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
#colophon .wrapper .contact .inner .wpcf7-form .full input[type="submit"] {
  background-color: #cda04f;
  font-size: 14px;
  margin-top: 6px;
}
#colophon .wrapper .contact .inner .wpcf7-form .full input[type="submit"]:hover {
  background-color: #ffffff;
}
.copyright {
  margin: 10px 0 0px;
  color: #ffffff !important;
  font-size: 14px;
}
.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 {
  text-decoration: underline;
}
.ti-widget.ti-goog .ti-widget-container {
  margin-bottom: 0 !important;
}
.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 #cda04f;
  border-bottom: 1px solid #cda04f;
  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: rgba(12, 41, 72, 0.1);
  border: 1px solid rgba(12, 41, 72, 0.1);
  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;
}
