html, body {
  height: auto;
}
.site-main {
  padding: 0;
}
html {
  font-size: 60%;
  overflow-y: initial;
  scroll-behavior: smooth;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  opacity: 1;
  transition: 1s opacity;
  overflow-x: hidden;
  position: relative;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.page {
  background-color: #f1f1f1;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
header {
  width: 100%;
  max-width: 1330px;
  margin: auto;
  justify-content: space-between;
  padding: 0 15px;
}
section {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
}
a {
  color: #006a6d;
  text-decoration: none !important;
}
a:hover {
  color: #00afaa;
}
a:visited {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0 !important;
}
*:focus {
  outline: none;
}
em {
  font-style: italic;
}
input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  width: 100%;
  padding: 10px 15px;
}
.no-label .gfield_label {
  display: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input, textarea {
  text-align: left;
}
.h100 {
  height: 100%;
}
img {
  max-width: 100%;
}
.hidden {
  display: none;
}
a.button {
  max-width: max-content;
  display: inline-block;
}
.wordpress-gdpr-privacy-settings-trigger img {
  height: 40px;
  width: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 99;
  background-color: #0b5642;
  cursor: pointer;
  border-radius: 100px;
  padding: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
#topBtn:hover {
  background-color: #3db549;
}
#topBtn i {
  color: white;
  vertical-align: middle;
  font-size: 20px;
}
.fa, .fa-solid, .fas, .far, .fal, .fab {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
  font-weight: 900 !important;
}
.g-5, .gx-5 {
  --bs-gutter-x: 5rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 4rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 3rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 2rem;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body * {
  font-family: "Poppins", sans-serif !important;
}
body, p {
  font-weight: 300;
}
.hero-description {
  font-weight: 400;
}
.hero-title, #bg-title, .h2-title {
  font-weight: 700;
}
.h3-title, .a-button, .menu-title {
  font-weight: 600;
}
.h2-title, .h3-title {
  color: #0b5642;
  text-transform: uppercase;
}
.h2-title {
  font-size: 4rem;
  margin-bottom: 5rem;
}
.h3-title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.a-button {
  padding: 1rem 1.5rem;
  color: #fff;
  background-color: #3db549;
  position: relative;
  transition: all 0.3s ease;
}
.a-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 2px);
  width: 8px;
  background-color: #3db549;
  transition: all 0.3s ease;
}
.a-button:hover {
  color: #fff;
  background-color: #0b5642;
}
.a-button:hover::after {
  background-color: #0b5642;
}
body .wrap-header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #fff;
}
body .wrap-header #masthead {
  padding: 3rem 0;
}
body .wrap-header #masthead .navbar {
  width: 100%;
}
body .wrap-header #masthead .banner-logo {
  width: 275px;
}
body .wrap-header #masthead .navbar-toggler {
  border-color: #fff;
}
body .wrap-header #masthead .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body .wrap-header #masthead #mainMenu {
  gap: 5rem;
}
body .wrap-header #masthead #mainMenu .navbar-nav.banner-links {
  gap: 5rem;
}
body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item {
  position: relative;
  /* Dropdown */
}
body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item > a {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.25px;
}
body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  list-style: none;
  padding: 0;
  width: calc(100% + 25px);
  border: 1px solid #bec1c2;
  z-index: 10;
}
body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item .sub-menu li {
  padding: 1.75rem;
  border-bottom: 1px solid #bec1c2;
}
body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item .sub-menu li a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #393e42;
}
body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item .sub-menu li a:hover {
  color: #3db549;
}
body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item:hover > .sub-menu {
  display: block;
}
body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item.header-btn > a {
  padding: 1.25rem;
  background-color: #3db549;
  position: relative;
}
body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item.header-btn > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 2px);
  width: 12px;
  background-color: #3db549;
}
body .wrap-header #masthead #mainMenu .banner-social {
  width: 20px;
}
footer#colophon {
  background-color: #fff;
  padding: 4rem 0;
}
footer#colophon .row-footer {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
footer#colophon .row-footer .border-side {
  border-right: 1px solid #393e42;
}
footer#colophon .row-footer .footer-socials-container {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.5rem;
}
footer#colophon .row-footer .footer-socials-container .social-title {
  font-size: large;
  font-weight: 500;
  margin-right: 0.5rem;
  color: #393e42;
}
footer#colophon .row-footer .footer-socials-container .social-logo {
  width: 20px;
}
footer#colophon .row-footer .footer-nav {
  display: flex;
  flex-direction: column;
}
footer#colophon .row-footer .footer-logo-container .footer-logo {
  width: 275px;
}
footer#colophon .row-footer .footer-section .footer-link {
  color: #393e42;
  font-weight: 600;
  font-size: 1.5rem;
}
footer#colophon .row-footer .footer-section .footer-link:hover {
  color: #0b5642;
}
footer#colophon .row-footer .footer-section:first-child {
  padding-right: 6rem;
}
footer#colophon .row-footer .footer-section:not(:first-child) {
  padding-left: 2rem;
  padding-right: 2rem;
}
footer#colophon .row-footer .footer-section:last-child {
  padding-left: 6rem;
  padding-right: 0rem;
}
#footer-bottom {
  background-color: #fff;
  padding-bottom: 1rem;
}
#footer-bottom .mention-legale-cursor {
  color: #aaacae;
}
#footer-bottom .mention-legale-cursor:hover {
  color: #393e42;
}
#hero {
  height: 70vh;
  background-image: url("../images/background.jpg");
  background-size: cover;
}
#hero .hero-container {
  height: 100%;
  display: flex;
}
#hero .hero-container .hero-texts {
  transform: translateY(6rem);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto 0;
}
#hero .hero-container .hero-texts .hero-title, #hero .hero-container .hero-texts .hero-description, #hero .hero-container .hero-texts .hero-btn {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
#hero .hero-container .hero-texts .hero-title {
  font-size: 6rem;
  line-height: 6rem;
}
#hero .hero-container .hero-texts .hero-description {
  font-size: 3rem;
  line-height: 3.5rem;
}
#hero .hero-container .hero-texts .hero-buttons {
  display: flex;
  gap: 1rem;
}
#hero .hero-container .hero-texts .hero-buttons .hero-btn {
  padding: 1rem;
  border: 2px solid #3db549;
  font-size: 1.75rem;
  transition: all 0.3s ease;
  font-weight: 700;
  letter-spacing: 0.25px;
}
#hero .hero-container .hero-texts .hero-buttons .hero-btn:hover {
  border-color: #0b5642;
}
#hero .hero-container .hero-texts .hero-buttons .green-btn {
  background-color: #3db549;
}
#hero .hero-container .hero-texts .hero-buttons .green-btn:hover {
  background-color: #0b5642;
}
#hero .hero-container .hero-texts .hero-buttons .transparent-btn {
  backdrop-filter: blur(2px);
}
.home #hero {
  height: 100vh;
}
.home #hero .hero-texts {
  transform: none;
}
body.home section:not(:first-child):not(.ff-slideshow) {
  max-width: 65%;
  padding: 10rem 0;
  margin: 0 auto;
}
body.home #hero {
  position: relative;
  z-index: 1;
}
body.home #bg-title {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  display: block;
  text-align: right;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  font-size: 50rem;
  line-height: 0.7;
  letter-spacing: -25px;
  color: #f1f1f1;
}
body.home #services {
  position: relative;
  overflow: visible;
}
body.home #services::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100vw;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
body.home #services .h2-title, body.home #services .services-accroche {
  text-align: start;
}
body.home #services .h2-title {
  margin-bottom: 2rem;
}
body.home #services .services-accroche {
  font-weight: 400;
  font-size: 3rem;
  color: #393e42;
  margin-bottom: 3rem;
  line-height: 1.25;
}
body.home #services .services-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 2rem;
}
body.home #services .services-container .service {
  background-color: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 1rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
body.home #services .services-container .service .service-image {
  height: 60px;
  margin: 2rem 0;
}
body.home #services .services-container .service .h3-title {
  text-align: center;
  margin: 2rem 0;
}
body.home #services .services-container .service .service-description {
  margin-bottom: 1rem;
  text-align: center;
}
body.home #services .services-container .service .a-button {
  margin-top: auto;
}
body.home #actualites {
  padding-top: 5rem;
  position: relative;
  overflow: visible;
  background: linear-gradient(180deg, white 50%, #f1f1f1 50%);
}
body.home #actualites::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, white 50%, #f1f1f1 50%);
  width: 100vw;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
body.home #actualites #ff-stream-1 {
  background-color: #00000000;
  padding: 0;
}
body.home #clients {
  max-width: 55%;
  background-color: #fff;
  position: relative;
  overflow: visible;
  padding: 10rem 0 15rem;
}
body.home #clients::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100vw;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
body.home #clients .h2-title {
  text-align: center;
  margin-bottom: 7.5rem;
}
body.home #clients .container-image-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 10px;
}
body.home #clients .container-image-slider .logo-item {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}
body.home #qui-sommes-nous {
  overflow: visible;
}
body.home #qui-sommes-nous .presentation-top {
  display: flex;
  gap: 10rem;
}
body.home #qui-sommes-nous .presentation-top .presentation-image-container {
  flex: 1;
  position: relative;
}
body.home #qui-sommes-nous .presentation-top .presentation-image-container .presentation-image {
  position: absolute;
  width: 85%;
  right: 0;
  transform: translateY(-130px);
}
body.home #qui-sommes-nous .presentation-top .presentation-image-container .second-image {
  display: none;
}
body.home #qui-sommes-nous .presentation-top .presentation-textes {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.home #qui-sommes-nous .presentation-top .presentation-textes h2.h2-title {
  margin-bottom: 2rem;
}
body.home #qui-sommes-nous .presentation-top .presentation-textes .presentation-description p {
  font-weight: 400;
  color: #393e42;
}
body.home #qui-sommes-nous .presentation-bottom {
  margin-top: 2rem;
}
body.home #qui-sommes-nous .presentation-bottom .presentation-stats {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  justify-content: center;
}
body.home #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item {
  border-right: 1px solid #0b5642;
  padding: 0 1.5rem;
  flex: 1;
}
body.home #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item:last-child {
  border: none;
}
body.home #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item p {
  margin: 0;
}
body.home #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item .stat-nombre {
  font-size: 5rem;
  font-weight: 800;
  text-align: center;
  color: #3db549;
  line-height: 1;
}
body.home #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item .stat-texte {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  color: #393e42;
}
body.home #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item .stat-texte, body.home #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item .stat-description {
  text-align: center;
}
body.home #contactez-nous {
  background-color: #0b5642;
  color: #fff;
  overflow: visible;
  position: relative;
}
body.home #contactez-nous::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #0b5642;
  z-index: -1;
}
body.home #contactez-nous .contact-top {
  display: flex;
  gap: 10rem;
  margin-bottom: 8rem;
}
body.home #contactez-nous .contact-top .contact-left {
  flex: 1;
  position: relative;
  overflow: visible;
}
body.home #contactez-nous .contact-top .contact-left .contact-form {
  background-color: #3db549;
  width: 85%;
  position: absolute;
  right: 0;
  padding: 4rem;
  border-radius: 1rem;
  transform: translateY(-130px);
}
body.home #contactez-nous .contact-top .contact-left .contact-form .h2-title {
  color: #fff;
  margin-bottom: 2rem;
}
body.home #contactez-nous .contact-top .contact-left .contact-form .gform_wrapper .gform_heading {
  display: none;
}
body.home #contactez-nous .contact-top .contact-left .contact-form .gform_wrapper .gform_fields {
  gap: 1rem !important;
}
body.home #contactez-nous .contact-top .contact-left .contact-form .gform_wrapper #gform_1 {
  position: relative;
}
body.home #contactez-nous .contact-top .contact-left .contact-form .gform_wrapper #gform_1 .gform_footer {
  justify-content: end;
  position: relative;
  width: calc(100% - 8px);
}
body.home #contactez-nous .contact-top .contact-left .contact-form .gform_wrapper #gform_1 .gform_footer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 2px);
  width: 8px;
  background-color: #0b5642;
  transition: all 0.3s ease;
}
body.home #contactez-nous .contact-top .contact-left .contact-form .gform_wrapper #gform_1 .gform_footer .gform_button {
  padding: 1rem 1.5rem;
  color: #fff;
  background-color: #0b5642;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 0px;
}
body.home #contactez-nous .contact-top .contact-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
body.home #contactez-nous .contact-top .contact-right .h3-title {
  color: #fff;
  margin-bottom: 1rem;
}
body.home #contactez-nous .contact-top .contact-right .contact-description p {
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
  margin: 0;
}
body.home #contactez-nous .contact-top .contact-right .contact-bot-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.home #contactez-nous .contact-top .contact-right .contact-bot-right .contact-icon {
  width: 15px;
}
body.home #contactez-nous .contact-top .contact-right .contact-bot-right .contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  grid-auto-flow: column;
}
body.home #contactez-nous .contact-top .contact-right .contact-bot-right .contact-item span, body.home #contactez-nous .contact-top .contact-right .contact-bot-right .contact-item p {
  font-weight: 400;
  color: #fff;
}
body.home #contactez-nous .contact-top .contact-right .contact-bot-right .contact-item span:hover, body.home #contactez-nous .contact-top .contact-right .contact-bot-right .contact-item p:hover {
  color: #3db549;
}
body.home #contactez-nous .contact-top .contact-right .contact-bot-right .contact-item a {
  justify-self: start;
}
body.home #contactez-nous .contact-bottom {
  position: relative;
}
body.home #contactez-nous .contact-bottom iframe {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
body.page-template-template-transport .menu-container {
  display: flex;
  justify-content: center;
  background-color: #fff;
}
body.page-template-template-transport .menu-container nav.menu-horizontal {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
body.page-template-template-transport .menu-container nav.menu-horizontal .menu-title {
  text-align: center;
  font-size: 2rem;
  color: #393e42;
  padding: 2rem 0;
  cursor: pointer;
}
body.page-template-template-transport .menu-container nav.menu-horizontal .active {
  border-bottom: 4px solid #3db549;
}
body.page-template-template-transport #rubriques {
  max-width: 65%;
  padding: 10rem 0;
  margin: 0 auto;
}
body.page-template-template-transport #rubriques .rubrique-item {
  display: none;
}
body.page-template-template-transport #rubriques .active {
  display: flex;
  gap: 10rem;
}
body.page-template-template-transport #rubriques .active .item-left {
  flex: 1;
  text-align: end;
}
body.page-template-template-transport #rubriques .active .item-left .item-img {
  max-height: 400px;
}
body.page-template-template-transport #rubriques .active .item-right {
  flex: 1;
  margin: auto 0;
}
body.page-template-template-transport #rubriques .active .item-right .h3-title {
  font-weight: 700;
}
body.page-template-template-transport #rubriques .active .item-right .item-description p {
  font-weight: 500;
  color: #393e42;
  margin-bottom: 3.5rem;
  font-size: 1.75rem;
}
body.page-template-template-service #contenu {
  max-width: 65%;
  padding: 10rem 0;
  margin: 0 auto;
  display: flex;
  gap: 10rem;
}
body.page-template-template-service #contenu .contenu-left {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}
body.page-template-template-service #contenu .contenu-left .item-img {
  max-height: 400px;
}
body.page-template-template-service #contenu .contenu-right {
  flex: 1;
  margin: auto 0;
}
body.page-template-template-service #contenu .contenu-right .h3-title {
  font-weight: 700;
}
body.page-template-template-service #contenu .contenu-right .item-description li {
  font-size: 1.75rem;
  font-weight: 500;
  color: #393e42;
}
body.page-template-template-service #contenu .contenu-right .item-description li:last-child {
  margin-bottom: 3.5rem;
}
body.page-template-template-service #contenu .contenu-right .buttons {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1280px) {
  body .wrap-header #masthead {
    max-width: 1080px;
  }
  body .wrap-header #masthead #mainMenu .navbar-nav.banner-links {
    gap: 4rem;
  }
  body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item > a {
    font-size: 1.5rem;
  }
  body .wrap-header #masthead .banner-logo {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  body .wrap-header #masthead #mainMenu .navbar-nav.banner-links {
    gap: 4rem;
  }
  body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item > a {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  body .wrap-header #masthead {
    width: 80%;
  }
  body .wrap-header #masthead #mainMenu .navbar-nav.banner-links {
    gap: 0rem;
    align-items: center;
    margin-top: 1rem;
  }
  body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item > a {
    font-size: 1.75rem;
  }
  body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item.header-btn > a {
    padding: 0;
    background-color: transparent;
  }
  body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item.header-btn > a::after {
    content: none;
  }
  body .wrap-header #masthead #mainMenu .social-container {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  body.page #hero .hero-container .hero-texts {
    width: 90%;
    margin: 0 auto;
  }
  body.page .a-button {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 480px) {
  body .wrap-header #masthead {
    padding: 1rem 0;
  }
  body .wrap-header #masthead #mainMenu .navbar-nav.banner-links .menu-item > a {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 1440px) {
  body.page section:not(:first-child):not(.ff-slideshow) {
    max-width: 85% !important;
  }
}
@media only screen and (max-width: 1280px) {
  body.page #hero .hero-texts {
    position: relative;
    transform: translateY(6rem);
  }
  body.page #hero .hero-texts .hero-title {
    font-size: 5rem;
    line-height: 5rem;
  }
  body.page #hero .hero-texts .hero-description {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  body.page #bg-title {
    font-size: 35rem;
  }
  body.page #services .services-accroche {
    font-size: 2.5rem;
  }
  body.page #services .services-container {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 2fr);
  }
  body.page #qui-sommes-nous .presentation-top .presentation-image-container .presentation-image {
    width: auto;
    transform: none;
    position: static;
  }
  body.page #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item .stat-nombre {
    font-size: 3.5rem;
  }
  body.page #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item .stat-texte {
    font-size: 1.75rem;
  }
  body.page #contactez-nous .contact-top .contact-left {
    flex: none;
    width: 60%;
  }
  body.page #contactez-nous .contact-top .contact-right .contact-description p {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  body.page-template-template-transport .menu-container nav.menu-horizontal .menu-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 768px) {
  body.home #bg-title {
    font-size: 25rem;
    letter-spacing: -15px;
  }
  body.home #qui-sommes-nous .presentation-top .presentation-image-container .presentation-image:first-child {
    margin-bottom: 2rem;
  }
  body.home #qui-sommes-nous .presentation-top .presentation-image-container .second-image {
    display: block;
  }
  body.home #qui-sommes-nous .presentation-top .presentation-textes h2.h2-title {
    margin-bottom: 0;
  }
  body.home #qui-sommes-nous .presentation-bottom .presentation-stats {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
  }
  body.home #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item {
    margin: 1.5rem 0;
  }
  body.home #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item:nth-child(3n) {
    border: none;
  }
  body.home #contactez-nous .contact-top {
    flex-direction: column;
    gap: 0;
  }
  body.home #contactez-nous .contact-top .contact-left {
    width: auto;
  }
  body.home #contactez-nous .contact-top .contact-left .contact-form {
    position: relative;
    margin: auto;
    width: 75%;
  }
  body.home #contactez-nous .contact-top .contact-right {
    flex-direction: row;
  }
  body.home #contactez-nous .contact-top .contact-right .contact-top-right {
    flex: 1;
  }
  body.home #contactez-nous .contact-top .contact-right .contact-top-right .contact-description p {
    font-size: 3rem;
    line-height: 3.75rem;
  }
  body.home #contactez-nous .contact-top .contact-right .contact-bot-right {
    flex: 1;
  }
  body.home #contactez-nous .contact-top .contact-right .contact-bot-right .contact-item span, body.home #contactez-nous .contact-top .contact-right .contact-bot-right .contact-item p {
    font-size: 2rem;
  }
  body.page-template-template-transport .menu-container nav.menu-horizontal {
    width: 95%;
    gap: 3rem;
  }
  body.page-template-template-transport .menu-container nav.menu-horizontal .menu-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  body.page #hero .hero-texts {
    padding: 0 2rem;
  }
  body.page #hero .hero-texts .hero-title {
    font-size: 3rem;
    line-height: 3rem;
  }
  body.page #hero .hero-texts .hero-description {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  body.page #hero .hero-texts .hero-title, body.page #hero .hero-texts .hero-description {
    margin-bottom: 2rem;
  }
  body.page #hero .hero-texts .hero-buttons .hero-btn {
    font-size: 1.25rem;
  }
  body.page #bg-title {
    font-size: 13rem;
    letter-spacing: -5px;
  }
  body.page section:not(:first-child):not(.ff-slideshow) {
    padding: 5rem 0;
  }
  body.page #services .services-accroche {
    font-size: 1.75rem;
  }
  body.page #services .services-container {
    grid-template-columns: repeat(1, 1fr);
  }
  body.page #services .services-container .service .service-description p {
    font-weight: 400;
  }
  body.page #clients {
    padding: 5rem 0;
  }
  body.page #qui-sommes-nous .presentation-image-container {
    display: none;
  }
  body.page #qui-sommes-nous .presentation-bottom .presentation-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  body.page #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item {
    border-right: 1px solid #0b5642;
  }
  body.page #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item:nth-child(3n) {
    border-right: 1px solid #0b5642;
  }
  body.page #qui-sommes-nous .presentation-bottom .presentation-stats .stat-item:nth-child(2n) {
    border: none;
  }
  body.page #contactez-nous .contact-top .contact-left .contact-form {
    margin: 0;
    width: 100%;
    transform: translateY(-75px);
  }
  body.page #contactez-nous .contact-top .contact-right {
    flex-direction: column;
  }
  body.page .h2-title {
    font-size: 3rem;
  }
  body.page .h3-title {
    font-size: 2.25rem;
  }
  body.page a.a-button {
    font-size: 1.5rem;
  }
  body.page-template-template-transport #hero {
    height: 100vh;
  }
  body.page-template-template-transport .menu-container nav.menu-horizontal {
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
  }
  body.page-template-template-transport .menu-container nav.menu-horizontal .menu-title:nth-child(-n + 2) {
    grid-column: span 3;
  }
  body.page-template-template-transport .menu-container nav.menu-horizontal .menu-title:nth-child(n + 3) {
    grid-column: span 2;
  }
  body.page-template-template-transport #rubriques {
    padding: 6rem 0;
  }
  body.page-template-template-transport #rubriques .rubrique-item {
    padding: 0 2rem;
  }
  body.page-template-template-transport #rubriques .rubrique-item .item-left {
    display: none;
  }
  body.page-template-template-service #hero {
    height: 100vh;
  }
  body.page-template-template-service #contenu {
    padding: 6rem 0;
  }
  body.page-template-template-service #contenu .contenu-left {
    display: none;
  }
  body.page-template-template-service #contenu .contenu-right {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 480px) {
  body.page footer#colophon .row-footer {
    flex-direction: column;
    gap: 3rem;
  }
  body.page footer#colophon .row-footer .footer-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
  }
  body.page footer#colophon .row-footer .footer-section.footer-socials-container .social-title {
    font-size: 2.25rem;
  }
  body.page footer#colophon .row-footer .footer-section.footer-socials-container .social-logo {
    width: 25px;
  }
  body.page footer#colophon .row-footer .footer-section.footer-nav.footer-second-nav {
    margin-top: -3rem;
  }
  body.page footer#colophon .row-footer .footer-section.footer-nav .footer-link {
    font-size: 1.75rem;
  }
}
