﻿/**
 * !
 * Theme Name: Agence Morgane
 * Theme URI: https://agencemorgane.com/
 * Author: Quentin Doublet - Agence Morgane
 * Author URI: https://agencemorgane.com/
 * Description: Thème enfant de Susty 
 * Version: 1.0
 * Template: susty-master
 *
 * @format
 */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@keyframes moveArrow {
  0% {
    transform: translate(-50%, 0);
  }
  75% {
    transform: translate(-50%, 1em);
  }
}
form .formCont,
form .formCheckBox {
  position: relative;
  margin-top: 1em;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea {
  -webkit-backface-visibility: hidden;
  background: #e1e1e1;
  border: none;
  border-bottom: solid 1px #333;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  margin-top: 1em;
  width: 100%;
}
form input[type="text"] + label,
form input[type="email"] + label,
form input[type="url"] + label,
form input[type="password"] + label,
form input[type="search"] + label,
form input[type="number"] + label,
form input[type="tel"] + label,
form input[type="range"] + label,
form input[type="date"] + label,
form input[type="month"] + label,
form input[type="week"] + label,
form input[type="time"] + label,
form input[type="datetime"] + label,
form input[type="datetime-local"] + label,
form input[type="color"] + label,
form textarea + label {
  position: absolute;
  top: 1em;
  left: 1em;
  color: #333;
  opacity: 0;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="range"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="color"]:focus,
form textarea:focus {
  border-color: #333;
  transition: all 0.4s;
}
form input[type="text"]:focus + label,
form input[type="email"]:focus + label,
form input[type="url"]:focus + label,
form input[type="password"]:focus + label,
form input[type="search"]:focus + label,
form input[type="number"]:focus + label,
form input[type="tel"]:focus + label,
form input[type="range"]:focus + label,
form input[type="date"]:focus + label,
form input[type="month"]:focus + label,
form input[type="week"]:focus + label,
form input[type="time"]:focus + label,
form input[type="datetime"]:focus + label,
form input[type="datetime-local"]:focus + label,
form input[type="color"]:focus + label,
form textarea:focus + label {
  transform: translate(-2em, -1.25em) scale(0.8);
  opacity: 1;
  transition: transform 0.4s;
}
form input[type="text"]:focus::placeholder,
form input[type="email"]:focus::placeholder,
form input[type="url"]:focus::placeholder,
form input[type="password"]:focus::placeholder,
form input[type="search"]:focus::placeholder,
form input[type="number"]:focus::placeholder,
form input[type="tel"]:focus::placeholder,
form input[type="range"]:focus::placeholder,
form input[type="date"]:focus::placeholder,
form input[type="month"]:focus::placeholder,
form input[type="week"]:focus::placeholder,
form input[type="time"]:focus::placeholder,
form input[type="datetime"]:focus::placeholder,
form input[type="datetime-local"]:focus::placeholder,
form input[type="color"]:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="number"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="range"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="week"]::placeholder,
form input[type="time"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="color"]::placeholder,
form textarea::placeholder {
  opacity: 1;
}
form .formCheckBox {
  font-size: 0.7rem;
}
form .formButton {
  margin: 1em;
  text-align: center;
}
form .contResponse {
  opacity: 0;
}
form.response .contResponse {
  margin: 2em 0;
  opacity: 1;
  transition-delay: 1s;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
}
form.response *:not(.contResponse) {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
@media print {
  header#masthead {
    display: none;
  }
  .screen-reader-text {
    display: none;
  }
  footer#footer {
    display: none;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/raleway-v19-latin-300.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-300.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-300.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-300.woff") format("woff"),
    url("fonts/raleway-v19-latin-300.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-300.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/raleway-v19-latin-regular.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/raleway-v19-latin-regular.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-regular.woff") format("woff"),
    url("fonts/raleway-v19-latin-regular.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-regular.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/raleway-v19-latin-500.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-500.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-500.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-500.woff") format("woff"),
    url("fonts/raleway-v19-latin-500.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-500.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/raleway-v19-latin-800.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-800.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-800.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-800.woff") format("woff"),
    url("fonts/raleway-v19-latin-800.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-800.svg#Raleway") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?x2zql7");
  src: url("fonts/icomoon.eot?x2zql7#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?x2zql7") format("truetype"),
    url("fonts/icomoon.woff?x2zql7") format("woff"),
    url("fonts/icomoon.svg?x2zql7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-morgane:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-location:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-linkedin2:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-envelop:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {
  .header {
    height: 100px;
  }
}
.header__top {
  width: 100%;
  height: 45px;
  background-color: #0b1e40;
  border-bottom: 2px solid #c51718;
}
@media (max-width: 900px) {
  .header__top {
    display: none;
  }
}
.header__list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__list a {
  margin-left: 30px;
  color: #fff;
  font-family: "century-gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 78px;
  position: relative;
}
@media (max-width: 900px) {
  .menu {
    display: none;
  }
}
.menu-logo {
  width: auto;
  left: 0;
  position: absolute;
  top: auto;
  left: 0%;
  bottom: 61.5px;
  transform: translateY(50%);
  height: auto;
  position: absolute;
}
@media (max-width: 900px) {
  .menu-logo {
    position: initial;
    transform: none;
    height: 110%;
  }
}
.menu-logo__link {
  display: block;
  width: auto;
  height: 100%;
}
.menu-logo__link img {
  width: auto;
  height: 100%;
}
.menu-header {
  height: 100%;
}
.menu-header__nav {
  height: 100%;
}
.menu-header__ul {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-header__li {
  margin-left: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-header__li a {
  color: #3c3c3c;
  font-family: "century-gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-header__li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  background-color: #f5f5f5;
  z-index: -1;
  border-bottom: 2px solid #c51718;
  width: 0px;
  transition: all ease-out 200ms;
}
.menu-header__li a:hover::before {
  width: 180px;
}
.menu-header .active a {
  font-weight: 600;
}
.sub-menu {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  padding-top: 40px;
  width: 220px;
  display: none;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
}
.sub-menu:hover {
  display: flex;
}
.sub-menu li {
  margin-left: 0;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}
.sub-menu li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a {
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .menu-item-has-children:hover .sub-menu {
    display: flex;
  }
}
.mobile-menu .sub-menu {
  display: none;
  position: initial;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: none;
  box-shadow: none;
  border-left: 1px solid #c51718;
  padding-top: 0;
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
}
.mobile-menu .sub-menu li {
  border-bottom: 0;
}
.mobile-menu .sub-menu li:first-of-type {
  padding-top: 0;
}
.mobile-menu .sub-menu.active {
  display: block;
}
.mobile-menu .arrow {
  transform: rotate(180deg);
  position: absolute;
  top: 21px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 7px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #000;
}
@media (min-width: 900px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 900px) {
  .mobile-menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mobile-menu__header {
    z-index: 2;
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu__burger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .mobile-menu__burger-icon .bar {
    height: 3px;
    background-color: #000;
    width: 100%;
    position: absolute;
    top: 0;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(2) {
    top: 10px;
    transform: translateY(-50%);
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(3) {
    top: 20px;
    transform: translateY(-100%);
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
  }
}
.mobile-menu__nav-container {
  transition: all ease-out 200ms;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
}
.mobile-menu__nav-container__ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu__nav-container__li {
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}
.mobile-menu__nav-container__li a {
  font-weight: 700;
}
.active-menu .mobile-menu__burger-icon .bar {
  transform: translateY(-50%) rotate(45deg) !important;
  top: 10px;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(2) {
  opacity: 0 !important;
  left: 5px !important;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg) !important;
  top: 10px !important;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__nav-container {
  transform: translateY(100%);
}
.footer {
  background-color: #0b1e40;
  padding: 50px;
  margin-top: 50px;
}
.footer p,
.footer a {
  color: #fff;
}
.footer__left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.footer__left p {
  font-family: "Century Gothic", sans-serif;
}

@media (max-width: 900px) {
  .footer__left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.footer__left .p {
  color: #fff !important;
}
.footer__left .p p {
  font-size: 16px;
  font-weight: 100;
  color: #fff;
}
.footer__left a {
  font-family: "century-gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 200ms ease-out;
}
.footer__left a:hover {
  color: #c51718;
}
.footer__nom {
  font-family: "century-gothic", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 900px) {
  .footer__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.footer__middle {
  width: 190px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 900px) {
  .footer__middle {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.footer__middle a {
  font-family: "century-gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  transition: all 200ms ease-out;
}
.footer__middle a:hover {
  color: #c51718;
}
.footer__right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: auto;
  justify-self: flex-start;
  margin-top: -80px;
}
@media (max-width: 900px) {
  .footer__right {
    margin-top: 0;
  }
}
.footer__right img {
  margin-bottom: 30px;
}
.footer__rs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.footer__rs a {
  display: block;
  transition: all 200ms ease-out;
  margin: 10px;
}
.footer__rs a i {
  color: #fff;
  font-size: 25px;
  transition: all 200ms ease-out;
}
.footer__rs a i:hover {
  color: #c51718;
}

.footer__copyright {
  background-color: #0b1e40;
}
.copyright {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  border-top: 1px solid white;
}
.copyright p,
.copyright a {
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  color: white !important;
}
.copyright a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  transition: all 200ms ease-out;
}

.copyright a:hover {
  color: #c51718;
}
@media (max-width: 900px) {
  .logo-footer {
    margin-bottom: 20px;
  }
}
.wpcf7-list-item {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 19px;
}
.mentions {
  line-height: 19px;
}
.error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error .btn {
  margin-top: 20px;
}
body {
  font-family: "calibri", sans-serif;
  color: #3c3c3c;
}
a {
  color: #3c3c3c;
}
.p {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 100;
  font-family: "calibri", sans-serif;
}
.p h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #3c3c3c;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 27px;
}
.p strong {
  font-weight: 700;
}
.p p {
  margin-bottom: 10px;
}
.p a {
  border-bottom: 1px solid;
}
.p ul {
  margin: 0px 0px 20px 15px;
}
.p li {
  margin-bottom: 5px;
  list-style: disc;
}
.p h1,
.p h2,
.p h3,
.p h4 {
  margin-bottom: 15px;
}
.p img {
  width: 100%;
  margin-bottom: 20px;
}
.useful-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.full-width {
  width: 100%;
}
.margin {
  margin-top: 70px;
}
@media (max-width: 900px) {
  .margin .margin {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#content {
  margin-top: 123px;
}
@media (max-width: 900px) {
  #content {
    margin-top: 100px;
  }
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #3c3c3c;
  position: relative;
  border: none;
  background-color: #c51718;
  padding: 15px 35px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  font-family: "century-gothic", sans-serif;
  color: #fff;
  transition: all 200ms ease-out;
  border: 3px solid #c51718;
}
.btn:hover {
  background-color: #fff;
  color: #c51718;
}
.h3 {
  font-family: "crete", serif;
  color: #c51718;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  position: relative;
  margin-bottom: 15px;
  line-height: 28px;
}
.h3::after {
  content: "";
  width: 31px;
  height: 2px;
  bottom: 6px;
  margin-left: 5px;
  position: absolute;
  margin-top: auto;
  background-color: #c51718;
}
.h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  color: #3c3c3c;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
.h1-modif {
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .h1-modif {
    font-size: 40px;
    line-height: 45px;
  }
}
.h2-modif {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.h2 {
  font-size: 47px;
  font-weight: 700;
  line-height: 54px;
  color: #3c3c3c;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
.h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .h4 {
    font-size: 28px;
    line-height: 34px;
  }
}
.h3-modif {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 30px;
}
.grey-bg {
  background-color: rgba(166, 166, 166, 0.2431372549);
}
.padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.slider {
  background: url(https://ixapack.enagrom.ovh/wp-content/uploads/2025/07/IMG_983.13.jpg)
    center no-repeat;
  background-size: cover;
  height: calc(90vh - 123px);
  border-bottom: 2px solid #c51718;
  position: relative;
}

.slider::after {
  content: url(https://ixapack.enagrom.ovh/wp-content/uploads/2025/07/Groupe-451-1.svg);
  position: absolute;
  right: 80px;
  bottom: 0;
  transform: translateY(40%);
  z-index: 2;
}

@media (max-width: 900px) {
  .slider {
    height: 700px;
  }

  .slider::after {
    right: 50px;
    width: 70px;
    height: 70px;
    content: "";
    background: url(https://ixapack.enagrom.ovh/wp-content/uploads/2025/07/Groupe-451-1.svg)
      center no-repeat;
    background-size: contain;
  }
}
.slider__container {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
}
.slider__text {
  width: 532px;
  background: hsla(0, 0%, 100%, 0.7764705882);
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.slider__text .p,
.slider__text .p p {
  font-weight: 500;
}
.slider-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider-bottom img {
  margin: 30px;
}
.img-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .img-text {
    flex-direction: column-reverse;
  }
}
.img-text__img {
  width: 508px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 444px;
}
@media (max-width: 900px) {
  .img-text__img {
    max-width: 100%;
    height: auto;
  }
}
.img-text__img img {
  height: 100%;
  width: 246px;
  border-bottom: 2px solid #c51718;
  object-fit: cover;
  aspect-ratio: 3/6;
}
@media (max-width: 900px) {
  .img-text__img img {
    max-width: 49%;
  }
}
.img-text__text {
  width: calc(100% - 508px);
  padding-left: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 900px) {
  .img-text__text {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.slider--long .slider__text {
  width: 600px;
}

.slider--short {
  height: 500px !important;
}
.list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 30px;
}
.list__a {
  width: 170px;
  height: 390px;
  margin: 5px;
  background: url(https://ixapack.enagrom.ovh/wp-content/uploads/2025/07/IMG_983.13.jpg)
    center no-repeat;
  flex-grow: 1;
  background-size: cover;
}
@media (max-width: 900px) {
  .list__a {
    flex-grow: 1;
  }
}
.list__titre {
  font-family: "century-gothic", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
}
.list__hide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 15px;
  transition: all 400ms ease-out;
  max-height: 0;
  opacity: 0;
}
.list__hide div {
  width: 31px;
  height: 3px;
  background-color: #c51718;
  margin-bottom: 15px;
}
.list__hide p {
  font-family: "calibri", sans-serif;
  font-size: 17px;
  color: #fff;
  line-height: 22px;
}
.list__text {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: all 200ms ease-out;
  background-color: rgba(68, 68, 68, 0.443);
}
.list__text:hover {
  background-color: rgba(197, 23, 23, 0.3058823529);
}
.list__text:hover .list__hide {
  max-height: 300px;
  opacity: 1;
}
.list--modif {
  flex-wrap: wrap;
}
.list--modif .list__a {
  width: 350px;
  aspect-ratio: 1/1;
  flex-grow: 1;
  max-width: 100%;
}
.list--modif .list__titre {
  text-transform: initial;
}
.list--modif .list__hide div {
  background-color: #fff;
}
.list--modif .list__text:hover {
  background-color: rgba(31, 31, 31, 0.698);
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.produits {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .produits {
    justify-content: center;
  }
}
.produits__a {
  width: 170px;
  padding: 20px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 900px) {
  .produits__a {
    padding: 10px;
    max-width: 50%;
    margin: 0;
  }
}
.produits__img {
  width: 102px;
  height: 102px;
  border-radius: 1000px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.produits__img::before {
  content: "";
  width: 106px;
  height: 106px;
  background-color: #c51718;
  border-radius: 1000px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: all 200ms ease-out;
}
.produits__img:hover::before {
  opacity: 1;
}
.produits__p {
  font-size: 14px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.banner {
  width: 100%;
  height: 360px;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.actus {
  width: 100%;
  position: relative;
  padding-top: 80px;
}
.actus::before {
  content: "";
  width: 100%;
  height: 60%;
  background-color: rgba(166, 166, 166, 0.2431372549);
  position: absolute;
  z-index: -1;
  top: 0;
}
@media (max-width: 900px) {
  .actus::before {
    left: 0;
  }
}
.actus__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.actus__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.actus__item {
  width: 455px;
  max-width: 100%;
  margin: 15px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {
  .actus__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.actus__img {
  width: 194px;
  border-bottom: 2px solid #c51718;
  min-height: 388px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .actus__img {
    width: 100%;
    aspect-ratio: 5/3;
    height: auto;
    object-fit: cover;
    min-height: auto;
  }
}
.actus__date {
  font-family: "calibri", sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #c51718;
  margin-bottom: 15px;
}
.actus__titre {
  font-family: "century-gothic", sans-serif;
  color: #3c3c3c;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.actus__text {
  width: calc(100% - 194px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 30px;
  text-align: left;
}
@media (max-width: 900px) {
  .actus__text {
    width: 100%;
  }
}
.valeurs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.valeurs__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.valeurs__item {
  width: 245px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  margin: 10px;
}
.valeurs__icon {
  margin-bottom: 20px;
  width: 92px;
  height: 92px;
  object-fit: contain;
}
.sub {
  font-family: "century-gothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #3c3c3c;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.sub::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  height: 2px;
  background-color: #c51718;
}
.text-center {
  text-align: center;
}
.ariane p,
.ariane a {
  font-family: "calibri", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.machines {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.machines__container {
  padding-top: 70px;
  padding-bottom: 70px;
  width: 100%;
}
@media (max-width: 900px) {
  .machines__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.machines__container:nth-child(2n),
.machines__container.gris {
  background-color: rgba(166, 166, 166, 0.2431372549);
}
.machines__container:nth-child(2n) .machines__cont,
.machines__container.gris .machines__cont {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .machines__container:nth-child(2n) .machines__cont,
  .machines__container.gris .machines__cont {
    flex-direction: column;
  }
}
.machines__container:nth-child(2n) .machines__cont .machines__text,
.machines__container.gris .machines__cont .machines__text {
  padding-left: 70px;
  padding-right: 0;
}
.machines__cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .machines__cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.machines__img {
  width: 50%;
  border-bottom: 2px solid #c51718;
  background-color: rgba(166, 166, 166, 0.3843137255);
}
@media (max-width: 900px) {
  .machines__img {
    width: 100%;
  }
}

.machines__imgcont {
  width: 50%;
  border-bottom: 2px solid #c51718;
  position: relative;
  background-color: rgba(166, 166, 166, 0.3843137255);
}

.machines_hover {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c51717b3;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 200ms ease-out;
}

@media (max-width: 900px) {
  .machines__imgcont {
    width: 100%;
  }
}

.machines__imgcont .machines__img {
  width: 100%;
  height: auto;
  border-bottom: none;
}

.machines__imgcont:hover .machines_hover {
  opacity: 1;
}

.machines__text {
  width: 50%;
  padding-right: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 900px) {
  .machines__text {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 30px;
  }
}
.start-gris .machines__container:nth-child(2n) {
  background-color: #fff;
}
.start-gris .machines__container:nth-child(2n) .machines__cont {
  flex-direction: row;
}
@media (max-width: 900px) {
  .start-gris .machines__container:nth-child(2n) .machines__cont {
    flex-direction: column;
  }
}
.start-gris .machines__container:nth-child(2n) .machines__cont .machines__text {
  padding-left: 0px;
  padding-right: 70px;
}
@media (max-width: 900px) {
  .start-gris
    .machines__container:nth-child(2n)
    .machines__cont
    .machines__text {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.start-gris .machines__container:nth-child(2n + 1) {
  background-color: rgba(166, 166, 166, 0.2431372549);
}
.start-gris .machines__container:nth-child(2n + 1) .machines__cont {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .start-gris .machines__container:nth-child(2n + 1) .machines__cont {
    flex-direction: column;
  }
}
.start-gris
  .machines__container:nth-child(2n + 1)
  .machines__cont
  .machines__text {
  padding-left: 70px;
  padding-right: 0;
}
@media (max-width: 900px) {
  .start-gris
    .machines__container:nth-child(2n + 1)
    .machines__cont
    .machines__text {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.machines--modif .machines__img {
  width: 50%;
  aspect-ratio: 5/4;
  object-fit: cover;
}
@media (max-width: 900px) {
  .machines--modif .machines__img {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .machines--modif.margin {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.avantages {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.avantages__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.avantages__item {
  width: 245px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  margin: 10px;
  flex-grow: 1;
}
@media (max-width: 900px) {
  .avantages__item {
    flex-grow: 1;
    max-width: 100%;
  }
}
.avantages__icon {
  margin-bottom: 20px;
  width: 61px;
  height: 61px;
  object-fit: contain;
}
.avantages__titre {
  font-family: "century-gothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #3c3c3c;
  margin-bottom: 30px;
  min-height: 70px;
  text-transform: uppercase;
}
.triple-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .triple-col {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.triple-col__item {
  width: 33.33%;
  padding: 10px;
}
@media (max-width: 900px) {
  .triple-col__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.text__img-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 900px) {
  .text__img-cont {
    width: 100%;
  }
}
.text__text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 70px;
  width: 50%;
}
@media (max-width: 900px) {
  .text__text {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
  }
}
.text__img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-height: 600px;
  object-fit: cover;
}
.text__triple {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text__a {
  width: calc(33% - 7px);
  pointer-events: none !important;
}
.text__a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 5/4;
}
.text--inverse {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .text--inverse {
    flex-direction: column-reverse;
  }
}
.text--inverse .text__text {
  padding-left: 0;
  padding-right: 70px;
}
@media (max-width: 900px) {
  .text--inverse .text__text {
    padding-right: 0;
  }
}
.video iframe {
  max-width: 100%;
}
.double-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.double-cont .h3 {
  margin-bottom: 30px;
}
.double-cont__container {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .double-cont__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.double-cont .bar {
  width: 2px;
  background-color: #c51718;
}
@media (max-width: 900px) {
  .double-cont .bar {
    display: none;
  }
}
.double-cont__item {
  width: calc(50% - 1px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-right: 50px;
}
@media (max-width: 900px) {
  .double-cont__item {
    width: 100%;
    padding-right: 0px;
  }
}
.double-cont__item:nth-of-type(2) {
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 900px) {
  .double-cont__item:nth-of-type(2) {
    padding-left: 0;
  }
}
.double-cont__img {
  width: 100%;
  aspect-ratio: 6/3;
  height: auto;
  object-fit: cover;
}
.chiffres {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.chiffres__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.chiffres__bar {
  height: 151px;
  width: 2px;
  background-color: #c51718;
  margin-top: auto;
  margin-bottom: auto;
}

.chiffres-sing .chiffres__bar:last-of-type {
  display: none;
}

@media (max-width: 850px) {
  .chiffres__bar:nth-of-type(2) {
    display: none;
  }
}
.chiffres__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex-direction: column;
  width: 260px;
  padding: 30px;
}
@media (max-width: 900px) {
  .chiffres__item {
    max-width: calc(50% - 2px);
    padding: 15px;
  }
}
.chiffres__item p {
  font-family: "calibri", sans-serif;
  font-size: 19px;
  font-weight: 100;
  line-height: 24px;
}
.chiffres__item h4 {
  font-family: "century-gothic", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
  color: #3c3c3c;
  margin-bottom: 10px;
}
.margin-30 {
  margin-top: 30px;
}
.chiffres--modif .chiffres__item {
  width: 270px;
}
.chiffres--modif .chiffres__item img {
  margin-bottom: 20px;
}
.chiffres--modif .h2-modif {
  margin-bottom: 15px;
}
.chiffres--modif .chiffres__bar {
  height: 380px;
}
.sing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 900px) {
  .sing {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.sing__img {
  width: 50%;
  height: auto;
}
@media (max-width: 900px) {
  .sing__img {
    width: 100%;
  }
}
.sing__text {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 70px;
}
@media (max-width: 900px) {
  .sing__text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.sing--inverse {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .sing--inverse {
    flex-direction: column-reverse;
  }
}
.sing--inverse .sing__text {
  padding-left: 0;
  padding-right: 70px;
}
@media (max-width: 900px) {
  .sing--inverse .sing__text {
    padding-right: 0px;
  }
}
.dots {
  padding-top: 20px;
}
.glider-dot {
  border: 1px solid #c51718;
  background-color: rgba(0, 0, 0, 0);
}
.glider-dot.active {
  background-color: #c51718;
}
.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.carousel .glider-slide {
  transition: transform 0.3s ease;
  transform: scale(0.85);
  transform-origin: center;
}
.carousel .glider-slide.center {
  transform: scale(1.05);
}
.carousel .glider-slide.center .carousel__titre {
  color: #c51718 !important;
}
.carousel__container {
  width: 100%;
  position: relative;
}
.carousel__item {
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.carousel__a {
  padding: 15px;
  background-color: rgba(166, 166, 166, 0.2431372549);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}
.carousel__img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 15px;
}
.carousel__titre {
  font-family: "calibri", sans-serif;
  font-size: 19px;
  line-height: 24px;
  font-weight: 800;
  color: #3c3c3c;
  transition: all 200ms ease-out;
}
.sav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .sav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.sav__text {
  width: 60%;
  padding-right: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 900px) {
  .sav__text {
    width: 100%;
  }
}
.sav__infos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 50px;
  border-left: 2px solid #c51718;
}
@media (max-width: 900px) {
  .sav__infos {
    flex-grow: 1;
    max-width: 100%;
    padding: 0;
    padding-top: 50px;
    border-left: 0;
    width: 100%;
  }
}
.sav__infos img {
  margin-bottom: 20px;
}
.sav__infos p {
  font-family: "calibri", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px;
  color: #c51718;
}
.sav__infos p a {
  color: #c51718 !important;
}
.sav__infos p strong {
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .margin.banner {
    padding-left: 0;
    padding-right: 0;
  }
}
.border-bottom {
  border-bottom: 2px solid #c51718;
}
.double-col {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 900px) {
  .double-col {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.double-col__col {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-right: 40px;
}
@media (max-width: 900px) {
  .double-col__col {
    width: 100%;
    padding-right: 0px;
  }
}
.double-col__col:nth-of-type(2) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 900px) {
  .double-col__col:nth-of-type(2) {
    padding-left: 0;
  }
}
.double-col__col img {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.projet {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.projet__item {
  width: 522px;
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 10px;
}
@media (max-width: 900px) {
  .projet__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.projet__item img {
  margin-right: 30px;
}
@media (max-width: 900px) {
  .projet__item img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.projet__text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: start;
}
.projet__text p {
  margin-bottom: 0;
}
.projet__titre {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 27px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.projet__titre::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3c3c3c;
}
.frise {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.frise__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.frise__fleche {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
.frise__text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.frise__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 20px;
  padding-bottom: 100px;
}
.frise__item .p {
  margin-bottom: 0;
}
.frise__date {
  font-family: "century-gothic", sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  color: #c51718;
  margin-bottom: 15px;
  font-weight: 700;
}
.frise__ligne1 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
}

@media (max-width: 700px) {
  .frise__ligne1 {
    flex-direction: column;
  }
}
.frise__ligne1 .frise__item {
  width: 33%;
}

.frise__bar {
  width: 100%;
  height: 2px;
  background-color: #000;
}

@media (max-width: 700px) {
  .frise__bar {
    display: none;
  }
}
.frise__ligne2 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
}
.frise-mobile {
  display: none;
  border-left: 2px solid black;
}

@media (max-width: 700px) {
  .frise__ligne2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .frise__item {
    position: relative;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }

  .frise__text {
    position: relative;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }

  .frise__item::before {
    content: "";
    width: 15px;
    z-index: 2;
    height: 15px;
    border-radius: 1000px;
    background-color: #c51718;
    left: 0;
    top: 45px;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .frise-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .frise__container {
    display: none !important;
  }
}

.frise__ligne2 .frise__fleche {
  bottom: auto;
  top: -5px;
  transform: translateX(-50%) rotate(180deg);
}
.frise__ligne2 .frise__item {
  width: 33%;
  flex-direction: column-reverse;
  padding-bottom: 0px;
  padding-top: 100px;
}
.ref {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.ref .glider1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.ref__logo {
  width: 100px;
  height: 80px;
  object-fit: contain;
  filter: saturate(0);
}
.gallery {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery li {
  width: 359px;
  height: 250px;
  padding: 10px;
}
.gallery a {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 700px) {
  .frise__item {
    width: 100%;
    height: auto;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}

.post-list {
  width: 70%;
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.post-list__single {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.post-list__single img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.post-list__single .h2 {
  margin-bottom: 20px;
}
.post-list__texte {
  font-family: "century-gothic", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  transition: all 200ms ease-out;
}
.post-list__date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c51718;
  width: 124px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "century-gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.post-list__article {
  width: calc(50% - 40px);
  aspect-ratio: 10/9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .post-list__article {
    width: 100%;
  }
}
.post-list__article:hover .post-list__texte {
  color: #a6a6a6 !important;
}
.post-list__article:hover .post-list__content {
  padding-bottom: 35px;
}
.post-list__article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6223623238) 0%,
    rgba(0, 0, 0, 0.448692856) 49%,
    rgba(0, 0, 0, 0.1461718476) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px;
  transition: all 200ms ease-out;
}
.post-list__img {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 20px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list__category {
  display: flex;
  margin-bottom: 20px;
}
.post-list__category a {
  margin-right: 10px;
  display: block;
}
.post-list .p {
  margin-bottom: 20px;
}
.sidebar {
  width: 30%;
  padding: 30px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar__category-posts ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -5px;
  flex-wrap: wrap;
}

.nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  width: 100%;
}

.page-numbers {
  padding-top: 0px !important;
}

.nav-links a,
.nav-links span {
  margin: 10px;
}

.screen-reader-text {
  display: none !important;
}
.sidebar__category-posts ul li a {
  background-color: #c51718;
  padding: 5px 10px;
  margin: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar div {
  margin-bottom: 20px;
}
.sidebar div h2 {
  margin-bottom: 10px;
}
.sidebar div a {
  margin-bottom: 10px;
  display: block;
}
.sidebar div:last-of-type {
  margin-bottom: 0;
  width: 100%;
}
.sidebar__archives-posts li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.search-form {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.search-form input[type="search"] {
  margin-top: 0;
}
.search-form span {
  display: none;
}
.search-form [type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #3c3c3c;
  position: relative;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.contact-page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-page iframe {
  width: 100%;
  aspect-ratio: 1/1;
}
.contact-page__form {
  width: 70%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-page__bloc {
  padding: 30px;
  width: 100%;
  background-color: rgba(128, 128, 128, 0.1490196078);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
}
.contact-page__bloc img {
  width: 90px !important;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.contact-page__bloc i {
  margin-right: 10px;
  font-size: 25px;
  color: #c51718;
}
.contact-page__infos {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-page__ligne {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 21px;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea,
form select {
  border: 1px solid;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin-top: 1em;
}
.offres {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.offres__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.offres__offre {
  width: 100%;
  background-color: rgba(166, 166, 166, 0.2431372549);
  padding: 20px 40px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 15px;
  border-bottom: 2px solid #c51718;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offres__offre .h2-modif {
  margin-bottom: 0;
}
.mentions-legales h1 {
  margin-bottom: 20px;
}
.mentions-legales h3 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mentions-legales p {
  margin-bottom: 6px;
}
@media (max-width: 900px) {
  .gallery {
    justify-content: center;
  }
  .margin,
  .margin-30,
  .margin-0 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-page {
    flex-direction: column-reverse;
  }
  .contact-page__form {
    width: 100%;
    padding-right: 0;
  }
  .contact-page__infos {
    width: 100%;
  }
  .home-page {
    flex-direction: column;
  }
  .home-page .post-list {
    width: 100%;
    padding-right: 0;
  }
  .home-page .sidebar {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .carousel .glider-slide.center {
    transform: scale(1);
  }
}

#breadcrumbs span a,
#breadcrumbs span {
  font-weight: 100;
}

.breadcrumb_last {
  font-weight: 700 !important;
}

.sub-machines__list-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  background-color: #f5f5f5;
  padding: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.sub-machines {
  background-color: #f5f5f5;
  display: none;
}

.sub-machines__full {
  width: 100%;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-machines__sub {
  padding: 8px 15px;
  border-radius: 4px;
  font-family: "century-gothic", sans-serif;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s;
}

.sub-machines__sub.active {
  color: #c51718;
}

.sub-machines__sub:hover {
  color: #c51718;
}

.sub-machines__list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

.sub-machines__machine {
  width: 165px;
  height: 388px;
  margin: 5px;
  position: relative;
  flex-grow: 1;
}

.sub-machines__machine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-machines__machine h4 {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "century-gothic", sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding: 10px;
  color: white;
  font-weight: 700;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: rgba(68, 68, 68, 0.443);
}

.sub-machines.visible {
  display: block;
}

.sub-machines__sub a {
  text-decoration: none;
  color: inherit;
  display: block;
}
