:root {
  --background-main: #0a4677;
  --color-main: #0a4677;
  --btn-yellow: #f3b200;
  --btn-orange: #ff5316;
  --red: #ed1b24;
  --color-gray: color: rgba(193, 190, 190);
}
[x-cloak] {
  display: none !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 340px) {
  body {
    font-size: 1.1rem;
  }
}
@media (min-width: 600px) {
  body {
    font-size: 1.2rem;
  }
}
body,
html {
  height: 100%;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.header-home {
  background-image: url("../images/hero/home-hero-508-800.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(222, 220, 220);
  background-attachment: fixed;
  min-height: 100vh;
}
@media (min-width: 980px) {
  .header-home {
    background-position: center left;
    background-image: url("../images/hero/home-hero-1280-800.webp");
  }
}
@media (min-width: 1240px) {
  .header-home {
    background-image: url("../images/hero/home-hero-1600-1346.webp");
  }
}
@media (min-width: 1600px) {
  .header-home {
    background-image: url("../images/hero/home-hero-resized.webp");
  }
}
.header-page h1:after {
  border-bottom: none;
}
section {
  padding: 4rem 1rem;
}
section:last-child {
  padding: 4rem 0rem;
}
@media (min-width: 450px) {
  section:last-child {
    padding: 4rem 1rem;
  }
}
@media (min-width: 1100px) {
  section {
    padding: 7rem 1rem;
  }
}
.my-container {
  margin: 0 auto;
  width: 100%;
  max-width: 80rem;
}
.container-page {
  padding-inline: 1rem;
}
@media (min-width: 1366px) {
  .container-page {
    padding-inline: 2rem;
  }
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.hero-template-page {
  padding: 2rem 1rem;
}
.wrapper-page {
  padding: 1rem;
}
h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3.1rem;
  color: var(--color-main);
  text-transform: uppercase;
  text-align: center;
  max-width: 40ch;
  margin: 0 auto 3.5rem;
}
@media (min-width: 450px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  h2,
  .h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1800px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}
.none {
  display: none;
}
h2:after,
.h2:after {
  content: "";
  display: block;
  width: 150px;
  border-bottom: 3px solid var(--red);
  margin: 1.3rem auto 0;
  text-align: center;
}
@media (min-width: 880px) {
  #about-text h2:after {
    margin: 1.3rem 0 0;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
.marine {
  color: var(--color-main);
}
.marine strong {
  font-weight: 800;
}
.clear-blue {
  background: #e6e8ea;
}
.gris-clair {
  color: var(--color-gray);
}
.btn {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
  transition:
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (min-width: 340px) {
  .btn {
    font-size: 1rem;
  }
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-orange {
  color: #fff;
  background: linear-gradient(224.47deg, var(--btn-orange) 0%, #ee6f42 99.09%);
  border-color: var(--btn-orange);
}
.btn-red {
  color: #fff;
  background: linear-gradient(224.47deg, #ed1b24, #cb1219 99.09%);
  border-color: var(--red);
}
.btn-red:hover {
  background: linear-gradient(224.47deg, #ed1b24, #a90d13 99.09%);
  box-shadow:
    0 12px 16px #0000003d,
    0 17px 50px #00000030;
}
.btn-orange:hover {
  background: linear-gradient(224.47deg, #aa360d, #ee6f42 99.09%);
  border-color: #c53a09;
  box-shadow: #ee6f44 0 7px 20px;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-marine {
  color: var(--color-main);
  background-color: #fff;
  border: 2px solid var(--color-main);
}
a.btn-outline-marine:hover {
  color: #fff;
  background-color: var(--color-main);
  border-color: var(--color-main);
}
.alert {
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  z-index: 2;
  border-radius: 0.375rem;
  text-align: left;
  width: 100%;
}
.alert-danger {
  color: #ff5861 !important;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger img {
  vertical-align: top;
  margin-top: 0.3rem;
}
.alert-success {
  color: #000;
  background-color: #00a96e;
  border-color: #00a96e;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}
.fs-9 {
  font-size: 0.9rem;
}
.fs-s {
  font-size: 0.7rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
header nav {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: rgba(0, 0, 0, 0.176) 0px 1rem 3rem;
  margin: 0;
  padding: 0;
  height: auto;
  position: relative;
}
.nav-pc {
  margin-inline: auto;
  padding: 0.3rem 1rem;
}
@media (min-width: 1366px) {
  .nav-pc {
    padding: 0.3rem 2rem;
  }
}
.nav-pc-wrapper {
  display: flex;
  justify-content: space-between;
}
.logo,
.logo img {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .logo img {
    width: 70px;
    height: auto;
  }
}
.nav-pc-menu {
  display: none;
}
.relative {
  position: relative;
}
.hamburger {
  display: flex;
  align-items: center;
}
.hamburger button {
  padding: 0.5rem;
  border-radius: 0.375rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.hamburger svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.hidden {
  display: none;
}
.inline-flex {
  display: inline-flex;
}
.block {
  display: block;
}
.toggle-menu-wrapper {
  position: absolute;
  z-index: 50;
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  box-shadow:
    0 10px 15px -3px #0000001a,
    0 4px 6px -4px #0000001a;
  width: 12rem;
  inset-inline-end: 0px;
}
.toggle-menu {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #fff;
  border-radius: 0.375rem;
}
.toggle-menu a {
  color: #374151;
  line-height: 1.25rem;
  font-size: 0.875rem;
  text-align: start;
  padding: 0.5rem 1rem;
  width: 100%;
  display: block;
  transition-duration: 0.15s;
}
.telephone {
  display: inline-flex;
  align-items: center;
}
.telephone a:last-child {
  padding: 0.5rem 0.7rem;
}
@media (max-width: 1170px) {
  .telephone {
    margin-left: auto;
    margin-right: 1rem;
  }
}
@media (max-width: 599px) {
  .telephone a:first-child {
    display: none;
  }
}
@media (min-width: 600px) {
  .telephone a:last-child {
    display: none;
  }
}
.menu-mobile {
  padding: 1.3rem 0;
  background: #ffffffbf;
  transition: 0.25s;
}
.menu-mobile li a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-align: start;
  padding-inline-start: 0.75rem;
  padding-inline-end: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-color: transparent;
  border-left-width: 4px;
  width: 100%;
  display: block;
  transition-duration: 0.15s;
}
.menu-mobile li a.active {
  color: var(--btn-orange);
}
@media (min-width: 1170px) {
  ul.nav-pc-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 2rem;
    flex-grow: 1;
    margin-right: 2rem;
  }
  ul.nav-pc-menu a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: inherit;
    font-weight: 500;
    padding: 0.25rem 0.25rem 0;
    transition: all 0.15s;
    text-transform: uppercase;
    border: 2px solid transparent;
  }
  .nav-pc-menu a.active {
    color: var(--color-main);
    font-weight: 700;
  }
  ul.nav-pc-menu a:hover {
    color: var(--red);
  }
  .hamburger {
    display: none;
  }
  .ml-1 {
    margin-left: 0.25rem;
  }
}
header #hero-home2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 92px);
}
#hero-home-text {
  display: grid;
  background-color: #ffffffbf;
  padding: 2rem 1rem;
}
@media (min-width: 400px) {
  #hero-home-text {
    padding: 1.5rem;
  }
}
#hero-home-text h1 {
  padding-bottom: 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: left;
  text-wrap: balance;
  max-width: 30ch;
}
#hero-home-text:first-child p {
  max-width: 60ch;
  font-size: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 340px) {
  #hero-home-text:first-child p {
    font-weight: 500;
  }
}
@media (min-width: 340px) {
  #hero-home-text h1 {
    font-size: 1.8rem;
  }
  #hero-home-text:first-child p {
    font-size: 1.1rem;
  }
}
@media (min-width: 600px) {
  #hero-home-text:first-child p {
    font-size: 1.3rem;
    max-width: 45ch;
  }
}
@media (min-width: 850px) {
  #hero-home-text h1 {
    font-size: 2rem;
  }
  #hero-home-text:first-child p {
    max-width: 40ch;
  }
}
@media (min-width: 1024px) {
  header #hero-home2 {
    justify-content: end;
  }
  #hero-home-text h1 {
    font-size: 2.4rem;
  }
  #hero-home-text:first-child p {
    max-width: 50ch;
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  #hero-home-text h1 {
    font-size: 2.5rem;
  }
  #hero-home-text:first-child p {
    max-width: 50ch;
    font-size: 1.2rem;
  }
}
@media (min-width: 1500px) {
  #hero-home-text h1 {
    font-size: 3rem;
  }
  #hero-home-text:first-child p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1800px) {
  #hero-home-text h1 {
    font-size: 3rem;
  }
  #hero-home-text:first-child p {
    max-width: 50ch;
    font-size: 1.7rem;
  }
}
#hero-home-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
}
#hero-home-btns a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-marine {
  color: #fff;
  background-color: var(--color-main);
  border-color: var(--color-main);
}
#icon-email-blue {
  display: none;
}
a.btn-marine:hover {
  color: #fff;
  background-color: #0c5189;
  box-shadow:
    0 12px 16px #0000003d,
    0 17px 50px #00000030;
}
#hero-home-btns a:last-child {
  font-size: 1.1rem;
}
#top-banner {
  background-color: #e7e9eb;
}
ul#header-plus {
  list-style: none;
  display: grid;
  margin: auto;
  gap: 3em;
  align-items: start;
  padding: 2rem 1rem;
}
@media (min-width: 670px) {
  ul#header-plus {
    grid-template-columns: repeat(3, 1fr);
  }
}
ul#header-plus li {
  text-align: center;
}
#about {
  display: grid;
  gap: 2rem;
  justify-content: center;
}
@media (min-width: 900px) {
  #about {
    grid-template-columns: repeat(auto-fill, minmax(410px, 1fr));
    justify-items: center;
  }
}
@media (max-width: 899px) {
  #about-img {
    order: 2;
  }
}
@media (min-width: 900px) {
  #about-text h2 {
    text-align: left;
    margin: 0 0 3.1rem;
  }
  #about-img {
    justify-self: end;
  }
}
#about-img img {
  height: auto;
}
#about-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (min-width: 900px) {
  #about-text {
    justify-self: start;
  }
}
@media (min-width: 800px) {
  #about-img img {
    box-shadow: 20px 20px 10px #00000030;
  }
}
#about p {
  max-width: 600px;
}
@media (min-width: 1250px) {
  #about {
    gap: 2rem;
  }
}
@media (min-width: 1130px) {
  #about {
    grid-template-columns: minmax(500px, 750px) minmax(500px, 750px);
    justify-content: center;
    gap: 2rem;
  }
}
@media (min-width: 1400px) {
  #about {
    grid-auto-columns: 650px 600px;
    gap: 3rem;
  }
}
@media (min-width: 1550px) {
  #about {
    grid-auto-columns: auto 600px;
  }
}
#logos-pro {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
#banner-contact-section {
  background: #315ced;
  color: #fff;
}
#banner-contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#banner-contact-text {
  font-size: 2.2rem;
  font-weight: 700;
  max-width: 38ch;
}
#banner-contact-buttons {
  display: flex;
  gap: 1rem;
}
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 1.19rem 2.62rem;
}
.btn-orange-banner {
  color: #fff;
  background: linear-gradient(224.47deg, var(--btn-orange) 0%, #ee6f42 99.09%);
  border-color: var(--btn-orange);
  padding: 1.19rem 2.62rem;
}
#footer-wrapper {
  display: grid;
  margin-bottom: 4rem;
  gap: 2rem;
}
@media (min-width: 730px) {
  #footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 1rem;
    justify-items: center;
  }
}
@media (min-width: 1200px) {
  #footer-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
footer {
  padding: 5rem 1rem 3rem;
  margin-top: auto;
  background: #072440;
  color: #fff;
}
.footer-logo {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}
@media (min-width: 730px) {
  .footer-logo p {
    max-width: 360px;
  }
}
#footer-wrapper h3 {
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
#footer-wrapper h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: var(--red);
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
ul.footer-menu {
  list-style: none;
  display: grid;
  flex-wrap: wrap;
  gap: 0.7rem;
}
ul.footer-menu a {
  text-transform: capitalize;
  transition: 0.25s;
}
ul.footer-menu a:hover {
  color: var(--red);
}
ul#horaires {
  list-style: none;
}
#footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid #fff;
  text-align: center;
}
#footer-bottom ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
#footer-bottom a {
  transition: 0.25s;
}
#footer-bottom a:hover {
  color: var(--red);
}
.page-mentions-legales {
  margin-bottom: 3rem;
}
.container-header {
  background: var(--color-main);
  padding: 3rem 1rem;
  margin-bottom: 3rem;
}
.container-header h1 {
  color: #fff;
}
p.above-title {
  text-align: center;
}
.header-page ul.nav-pc-menu a {
  color: inherit;
}
.header-page ul.nav-pc-menu a.active,
.header-page ul.menu-mobile a.active {
  color: var(--btn-orange);
}
.header-page ul.menu-mobile {
  background: #fff;
}
.header-page ul.menu-mobile a {
  color: #444;
}
.page-mentions-legales .row {
  display: grid;
  gap: 1.125rem;
}
.page-mentions-legales h1 {
  margin-top: 3rem;
}
.page-mentions-legales h1:after {
  border-bottom: none;
}
.page-mentions-legales h2 {
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  padding: 2rem 0 0;
  margin-inline: 0;
  margin-bottom: 1rem;
  font-size: 1.625rem;
}
.page-mentions-legales ul {
  list-style: none;
}
.page-mentions-legales a.link-color {
  color: #3392ff;
}
@media (min-width: 62em) {
  .page-mentions-legales h2 {
    font-size: 2rem;
  }
}
.hero-template-page h1 {
  text-align: center;
}
.hero-template-page h1.h2:before {
  display: none;
}
.page-mentions-legales h2:before,
.h2:before {
  margin: 0 0 1.3rem;
}
.page-mentions-legales h2:after {
  margin: 1.3rem 0 0;
}
footer .grid_center {
  justify-content: center;
  gap: 1.125rem;
}
.page-cgv {
  padding-bottom: 3rem;
}
.page-cgv h2 {
  margin: 0;
  text-align: left;
  margin-bottom: 1.5rem;
}
.page-cgv h2:after {
  border-bottom: none;
}
.page-cgv .row {
  margin-bottom: 1.5rem;
}
.page-cgv p {
  margin-bottom: 1.125rem;
}
.page-cgv ul {
  list-style: none;
  margin: -1rem 0 1.125rem 1.125rem;
}
#contact-section {
  background: #e8e8e8;
}
#contact-wrapper .h2:before {
  margin: 0 auto 1.3rem;
}
#contact-wrapper .h2 {
  text-align: left;
  color: inherit;
  font-size: 1.3rem;
  margin: 0 0 2rem;
}
@media (min-width: 500px) {
  #contact-wrapper .h2 {
    font-size: 1.5rem;
  }
}
#contact-intro-page {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-inline: auto;
  margin: 0 0 4rem;
}
#contact-wrapper .h2:after {
  display: none;
}
.cols-2 {
  display: grid;
  grid-gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 1000px) {
  .cols-2 {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
}
@media (min-width: 1120px) {
  #contact-wrapper h2:before {
    margin: 0 0 1.3rem;
  }
}
.wrapper-page h2 {
  text-align: left;
}
.wrapper-page h2#contact-intro {
  text-align: center;
}
.wrapper-page h2:after {
  margin: 1.3rem 0 0;
}
.wrapper-page h2#contact-intro:after {
  margin: 1.3rem auto 0;
}
#coordonnees h3.h2:after {
  display: none;
}
#coordonnees ul li {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
#coordonnees ul img {
  align-self: self-start;
  margin-top: 0.2rem;
}
.form-group {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 1rem;
}
label {
  color: #4b5563;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid #c5c8cc;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.375rem;
  font-family: Roboto, sans-serif;
}
input::placeholder,
textarea::placeholder {
  color: #c1bebe;
  font-family: Roboto, sans-serif;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #ed1b24;
  box-shadow: 1px 1px 8px 1px #ed1b24;
}
.red {
  color: #c23409;
}
form#contact button {
  margin-top: 1.5rem;
  cursor: pointer;
  transition: 0.15s;
}
form#contact button:hover {
  background-color: #cb5228;
  border-color: #cb5228;
}
#contact-infos {
  font-size: 0.8em;
  margin: 2rem 0;
  color: #bebaba;
}
#carte {
  margin-bottom: 3rem;
}
#services h2 {
  max-width: 40ch;
}
#intro-services {
  max-width: 1000px;
  margin-inline: auto;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  text-align: center;
}
#prestations-wrapper {
  display: grid;
  margin-inline: auto;
  grid-gap: 2rem 1rem;
  justify-content: center;
}
@media (min-width: 700px) {
  #prestations-wrapper {
    grid-template-columns: repeat(2, 50%);
  }
}
.prestation-card {
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.prestation-card img {
  box-shadow:
    0 4px 8px #0003,
    0 6px 20px #00000030;
  margin-bottom: 0.9rem;
}
.prestation-card h3 {
  font-size: 1.3rem;
  color: var(--color-main);
}
@media (min-width: 500px) {
  .prestation-card h3 {
    font-size: 1.5rem;
  }
}
.prestation-card p {
  color: #3e3e3e;
  margin-bottom: 1.5rem;
}
button.details {
  display: flex;
  gap: 0.3rem;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  color: var(--red);
  text-transform: uppercase;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 0.25rem;
}
@media (min-width: 414px) and (max-width: 1130px) {
  button.details,
  .prestation-card h3,
  .prestation-card ul,
  .prestation-card p {
    padding-left: 10px;
  }
}
button.details img {
  box-shadow: none;
  margin-bottom: 0;
}
button.details:hover {
  border-color: var(--red);
}
#arrow-right-color {
  display: none;
}
button.details:hover #arrow-right {
  display: block;
  transform: translate(4px);
}
button.details-color {
  border-color: #444;
  padding: 0.25rem 0.5rem;
  margin-left: 10px;
  margin-top: 1.2rem;
  margin: 1.2rem 0 1rem 10px;
  cursor: pointer;
  transition: 0.25s;
}
button.details-color:hover {
  background: #444;
  color: #fff;
}
ul.prestations {
  list-style-type: none;
  padding: 1rem 0 0 1rem;
  max-height: 433px;
  background: #fff;
}
@media (min-width: 1130px) {
  ul.prestations {
    width: auto;
  }
}
ul.prestations li {
  background-image: url(/build/assets/menu-item-mH2cWQ_a.svg);
  background-repeat: no-repeat;
  background-position: 1px 5px;
  padding-left: 1.8rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 820px) {
  #prestations-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 1rem;
  }
}
@media (min-width: 1220px) {
  #prestations-wrapper {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
    grid-gap: 3rem 2rem;
  }
}
@media (min-width: 1620px) {
  #prestations-wrapper {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    grid-gap: 3rem 1.5rem;
  }
}
#realisations {
  position: relative;
}
#realisations h2 {
  text-align: center;
}
#realisations-wrapper {
  display: grid;
  grid-gap: 2rem 1rem;
  justify-items: center;
}
@media (min-width: 480px) {
  #realisations-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 3rem 1rem;
  }
}
@media (min-width: 780px) {
  #realisations-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px 1rem;
  }
}
@media (min-width: 1160px) {
  #realisations-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.realisation-card {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.realisation-card img:first-child,
.realisation-card img:last-child {
  height: auto;
  transition: transform 0.2s;
}
.see-more {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.realisation-card:hover .see-more {
  display: block;
}
.realisation-card:hover img:first-child {
  transform: scale(1.1);
}
.realisation-card img:first-child {
  box-shadow:
    0 4px 8px #0003,
    0 6px 20px #00000030;
}
.realisation-card button,
.realisation-card p {
  border: none;
  align-self: start;
}
.realisation-card p {
  text-align: center;
  font-size: 0.9rem;
  padding: 10px;
  line-height: 1.3;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  background: #00000080;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000e6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.popup-image {
  padding-top: 1rem;
  max-width: 80%;
  overflow: hidden;
}
.realisation-card:hover .popup img {
  transform: none;
}
.wrapper-error-page {
  text-align: center;
  margin-top: 4rem;
}
.error-name {
  font-weight: 600;
  font-size: 1.3rem;
}
p.error-text {
  margin-top: 1.5rem;
  line-height: 1.75rem;
}
.wrapper-error-page .error-buttons {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.wrapper-error-page .error-buttons a:last-child {
  font-weight: 600;
}
#top {
  position: fixed;
  right: 1.3rem;
  bottom: 2rem;
  background-color: transparent;
  border: none;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
#caret-up {
  height: 30px;
  background: var(--red);
  transition: 0.35s;
}
#caret-up {
  height: 45px;
}
@media (min-width: 900px) {
  #caret-up {
    height: 50px;
  }
}
button#top:hover #caret-up {
  background: linear-gradient(224.47deg, #ed1b24, #cb1219 99.09%);
}
#avis-clients-wrapper {
  display: grid;
  grid-gap: 1rem;
  justify-items: center;
}
@media (min-width: 900px) {
  #avis-clients-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 1rem;
  }
}
@media (min-width: 1250px) {
  #avis-clients-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.avis-client {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 550px;
  margin-inline: auto;
}
.avis-client div {
  border: 2px solid #edeff7;
  border-radius: 100%;
  padding: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #0073e6;
  height: 70px;
  width: 70px;
}
.avis-client img {
  text-align: center;
}
.avis-client p {
  text-wrap: wrap;
  overflow-wrap: break-word;
}
.avis-client p:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
}
.slider-1 {
  max-width: 555px;
  margin: 0 auto;
  overflow: hidden;
}
.slider-1 .slider {
  animation: slider-1 19s infinite ease-in-out;
  display: flex;
}
@media (min-width: 591px) {
  .slider-1 .slider {
    gap: 0.5rem;
  }
}
@media (min-width: 1300px) {
  .slider-1 .slider {
    gap: 1rem;
  }
}
.slider-1 .avis-client {
  flex-shrink: 0;
  width: 100%;
  padding: 0 3px;
}
@keyframes slider-1 {
  0%,
  30% {
    transform: translate(0);
  }
  33%,
  66% {
    transform: translate(-100%);
  }
  69%,
  to {
    transform: translate(-200%);
  }
}
@media (min-width: 950px) {
  .slider-1 {
    max-width: 100%;
  }
  .slider-1 .avis-client {
    flex-shrink: 0;
    width: 49%;
  }
  @keyframes slider-1 {
    0%,
    30% {
      transform: translate(0);
    }
    33%,
    66% {
      transform: translate(-50%);
    }
    69%,
    to {
      transform: translate(0);
    }
  }
}
@media (min-width: 1145px) {
  .slider-1 .slider {
    animation: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
  .slider-1 .avis-client {
    width: 100%;
  }
}
#services-grid article {
  display: flex;
  flex-direction: column;
}
#services-grid header img {
  height: auto;
}
.services-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 0;
  margin-bottom: 2rem;
  max-width: 650px;
  margin-inline: auto;
}
@media (min-width: 360px) {
  .services-content {
    padding: 1rem;
  }
}
@media (min-width: 1130px) {
  .services-content {
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
@media (min-width: 1366px) {
  .services-content {
    padding: 0 41px;
    background: #eaeded;
  }
}
.service-image {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
}
.wrapper-ul {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1130px) {
  .wrapper-ul {
    padding-bottom: 0;
  }
}
#services-grid h3 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 400px) {
  #services-grid h3 {
    font-size: 1.5rem;
  }
}
.wrapper-ul div {
  padding: 0 0 0 2rem;
  background: #fff;
}
@media (min-width: 825px) {
  #services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    grid-gap: 2rem 1rem;
  }
  #services-grid article {
    min-width: 385px;
  }
  #services-grid h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1152px) {
  #services-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  #services-grid article {
    display: grid;
    grid-template-columns: minmax(500px, 650px) minmax(500px, 650px);
    max-width: 1300px;
    margin-inline: auto;
  }
  #services-grid article:nth-child(2) .service-image,
  #services-grid article:nth-child(4) .service-image {
    order: 2;
  }
  #services-grid h3 {
    font-size: 1.8rem;
  }
  .service-image {
    max-width: auto;
  }
}
@media (min-width: 1400px) {
  #services-grid h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
#services-grid p {
  max-width: 600px;
  margin-bottom: 1rem;
  color: #636161;
}
.field-hint {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.78rem;
  color: #6b5e52;
  line-height: 1.4;
}
#contact-me label {
  padding-left: 0.2rem;
}
