/* General */

:root {
  font-size: 62.5%;
  --blue-lagoon: #007593;
  --eastern-blue: #1596b6;
  --sushi: #95b331;
  --siren: #7a0235;
  --gallery: #eeeeee;
  --shakespeare: #4daed7;
  --orange-roughy: #c6601d;
  --lemon-ginger: #aeaf24;
  --curious-blue: #20a5dc;
  --topaz: #726f84;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  min-height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section,
.section {
  padding: 7rem 0;
  overflow: hidden;
}

hr {
  margin: 2rem 0;
}

/* Textes */

.justify {
  text-align: justify;
}

p,
.form-group,
ul {
  margin-bottom: 1.6rem;
}

/* Couleur fonds */

.bg-blue-lagoon {
  background: var(--blue-lagoon);
}

.bg-eastern-blue {
  background: var(--eastern-blue);
}

.bg-sushi {
  background: var(--sushi);
  height: 32.8rem;
}

.bg-siren {
  background: var(--siren);
}



/* Titres */

.title-1,
.title-2 {
  position: relative;
  font-size: 3rem;
  margin: 4rem 0 3rem;
  color: var(--blue-lagoon);
  font-weight: 800;
  text-transform: uppercase;
}

.title-1 {
  text-align: center;
  margin-bottom: 10rem;
}

.title-1::after {
  position: absolute;
  content: "";
  background: url(/media/img/triangles.jpg) no-repeat;
  background-size: contain;
  width: 61px;
  height: 39px;
  bottom: -70px;
  left: calc(50% - 30px);
}

.title-3 {
  font-size: 2.4rem;
  margin: 3rem 0 2rem;
  font-weight: 800;
}

.title-4 {
  font-size: 2rem;
  margin: 3rem 0 2rem;
  color: var(--blue-lagoon);
  font-weight: 600;
}

/* Boutons - Liens */

button,
button:focus {
  outline: 0 !important;
}

a {
  transition: 0.25s all ease-in-out;
  color: var(--eastern-blue);
}

a:hover {
  color: var(--eastern-blue);
}

.btn-read-more i {
  font-weight: 100;
}

/* Listes */
ul {
  padding-left: 2rem;
}

ul.list-dashed {
  list-style: none;
}

ul.list-dashed li::before {
  content: "-";
  position: relative;
  display: inline-block;
  margin-right: 1rem;
}

p+ul {
  margin-top: 0.5rem;
}

/* Formulaires */

#nav-container .feedback .alert {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
}

#login-form,
#login-form-mobile {
  padding: 1.8rem 0;
  color: #ffffff;
  text-transform: uppercase;
}

#login-form p,
#login-form-mobile p {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 0;
  white-space: nowrap;
}

#login-form label,
#login-form-mobile label {
  font-size: 1.6rem;
  font-weight: 100;
  margin: 0 1.6rem 0 0;
  line-height: 3.1rem;
}

#login-form a,
#login-form-mobile a {
  color: white;
}

#login-form input,
#login-form-mobile input {
  padding: 0 1rem;
  line-height: 3.1rem;
  border: 0;
  margin-right: 0.3rem;
}

#login-form input {
  max-width: 16rem;
}

#login-form button,
#login-form-mobile button {
  padding: 0 3rem;
  line-height: 3.1rem;
  background: var(--shakespeare);
  color: #ffffff;
  border: 0;
}

.input-container {
  position: relative;
  padding: 0.75rem 1rem;
  border: solid 1px var(--eastern-blue);
  margin-bottom: 2.5rem;
}

.input-container label {
  position: absolute;
  background: #ffffff;
  color: var(--blue-lagoon);
  font-weight: 600;
  padding: 0 1rem;
  left: 1rem;
  top: -1.5rem;
}

.custom-input {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
}

input {
  outline: 0;
}

.select2-container--default .select2-selection--single {
  border-radius: 3px;
  height: auto;
  outline: 0;
  border: solid 1px #d7d7d7;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  line-height: 3.6rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.6rem;
}

.select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
}

.select2-search select2-search--inline {
  line-height: 0;
}

.select2-search__field {
  margin-top: 0 !important;
}

.select2-selection__choice {
  margin: 0.5rem;
}

.alert {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  padding-right: 2rem;
}

.alert {
  display: flex;
  align-items: center;
}

.alert i:not(.alert__close-btn) {
  font-size: 1.6rem;
}

.alert__close-btn {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 1.5rem;
  cursor: pointer;
}

.alert ul {
  padding-left: 2rem;
}

.alert.text-siren {
  background: #dec0cc;
  border: solid 1px #7902334d;
}

.alert.text-sushi {
  background: #e4eccb;
  border: solid 1px #96b4314d;
}

.legend {
  font-size: 1.4rem;
}

/* Loader */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

/*EDITO*/
.half-half-image-text {
  padding-bottom: 8rem;
}

.half-half-image-text h2 {
  color: #770535;
}

.half-half-image-text img {
  border-radius: 10px;
}

/* Navigation */

#nav-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  opacity: 1;
  transition: 0.5s all cubic-bezier(0.8, 0.27, 0, 0.58);
}

#nav-container.hidden {
  top: -19.3rem;
  opacity: 0;
  visibility: hidden;
}

nav#main-nav #hexagon-logo {
  position: absolute;
  bottom: -174px;
  left: calc(50% - 101px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all ease-in;
}

.scrollTop nav#main-nav:not(.open) #hexagon-logo {
  visibility: visible;
  opacity: 1;
}

nav#main-nav {
  position: relative;
  padding: 3.8rem 0;
  font-size: 1.6rem;
  text-align: center;
  background: #ffffff;
  visibility: visible;
  opacity: 1;
  transition: 0.5s opacity ease-in;
  border-bottom: solid 1px #f6f6f6;
}

nav#main-nav .nav__items {
  position: relative;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

nav#main-nav #logo {
  position: absolute;
  left: 4.5rem;
  top: calc(12.5rem / 2 - 8.1rem / 2);
  font-size: 1.6rem;
  text-align: center;
}

nav#main-nav #logo:hover {
  transform: scale(0.975);
}

.scrollTop nav#main-nav #logo {
  opacity: 1;
  visibility: visible;
}

nav#main-nav a:hover {
  text-decoration: none;
}

/* Sous-menu niveau 1 */

nav#main-nav .nav__items-1 ul {
  justify-content: space-between;
  z-index: 600;
}

nav#main-nav .nav__items-1 ul>.nav__item {
  position: relative;
  padding: 0;
  z-index: 200;
}

nav#main-nav .nav__items-1 .nav__item a {
  display: block;
  padding: 1.2rem 15px;
  font-weight: 600;
}

nav#main-nav hr {
  /* Barre défilante */
  transition: all 0.75s cubic-bezier(0.48, -0.33, 0.34, 1.28);
  width: 5rem;
  height: 0;
  margin: 0;
  border-top: solid 1px var(--eastern-blue);
  z-index: 500;
  background: #ffffff;
}

nav#main-nav a {
  height: 100%;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

/* Sous-menus niveau 2 */

nav#main-nav .nav__items-2 {
  /* Sous-menu caché */
  position: absolute;
  left: 0;
  right: 0;
  top: 4.8rem;
  background: #ffffff;
  border: solid 1px #f6f6f6;
  box-shadow: 0 0 5px #00000010;
  text-align: left;
  padding: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  z-index: 300;
}

nav#main-nav #main-nav__item-2 .nav__items {
  /* Rubrique 2 : Services */
  left: -16rem;
  right: -16rem;
}

nav#main-nav #main-nav__item-4 .nav__items {
  /* Rubrique 4 : Clients */
  left: -5rem;
  right: -5rem;
}

nav#main-nav .nav__items-2>.nav__item a {
  /* Liens des sous-menus niveau 2 */
  position: relative;
  padding: 1rem 15px;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}

nav#main-nav .nav__items-2>.nav__item a::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0;
  left: calc(50% - 1rem);
  bottom: 0;
  border-bottom: solid 1px #e2e2e2;
}

nav#main-nav .nav__items-2>li:last-of-type a:after {
  display: none;
}

nav#main-nav .nav__items.nav__items-2 .nav__item.hover a,
nav#main-nav .nav__items.nav__items-2 .nav__item.active a {
  /* Liens des sous-menu niveau 2 actifs */
  color: var(--sushi);
}

/* Pagination */

.pagination-container {
  text-align: center;
  margin: 3rem 0;
}

.pagination {
  display: inline-flex;
  margin-bottom: 0;
  box-shadow: 0 0 10px #e1e1e1;
}

.page-link {
  padding: 1.25rem 1.75rem;
  color: var(--eastern-blue);
  font-weight: 600;
  border: 0;
}

.page-item.active .page-link {
  background: var(--eastern-blue);
  color: #ffffff;
}

.page-link:hover {
  color: var(--sushi);
  background: #f9f9f9;
  filter: none;
}

.page-link:focus {
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

/* Slider accueil */

.filter-background {
  padding: 3.5rem 3rem 9rem 5rem;
}

.filter-background::before {
  position: absolute;
  content: "";
  left: 0;
  width: 83.5%;
  background: transparent;
  top: 0;
  border-bottom: solid 480px var(--slide-admin);
  border-left: solid 0 transparent;
  border-right: solid 38vw transparent;
  opacity: 0.7;
}

header#home-slider {
  background: #c0c0c0;
}

header#home-slider .swiper-container {
  width: 100%;
  height: 48rem;
}

header#home-slider .title-2 {
  font-size: 4.8rem;
  line-height: 1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 32rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  transition: 0.5s all ease-in-out;
}

.swiper-button-prev {
  margin-left: 4rem;
  border-right: solid 4rem var(--blue-lagoon);
  border-bottom: solid 2.25rem transparent;
  border-top: solid 2.25rem transparent;
}

.swiper-button-prev:hover {
  border-right: solid 4rem #ffffff;
}

.swiper-button-next {
  margin-right: 4rem;
  border-left: solid 4rem var(--blue-lagoon);
  border-bottom: solid 2.25rem transparent;
  border-top: solid 2.25rem transparent;
}

.swiper-button-next:hover {
  border-left: solid 4rem #ffffff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.swiper-lazy-preloader {
  border: 4px solid var(--sushi);
  border-top-color: transparent;
}

/* Barres de progression */

.progress {
  font-size: 1.3rem;
  text-transform: uppercase;
  height: 2.5rem;
  font-weight: 600;
}

.progress-bar {
  background-color: var(--eastern-blue);
}

/* Accueil : Premier bloc de texte */

#home-block-1 .container-2 {
  font-weight: 400;
}

/* Accueil : Section certifications */

#certifications-section {
  padding: 10rem 0;
  background: url(/media/img/locaux.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#certifications-section .certification-logo {
  max-height: 9.6rem;
}

#certifications-section .trapezium {
  position: relative;
  padding: 3.5rem 3rem 9rem 5rem;
  margin-right: -15px;
}

#certifications-section .trapezium::before {
  position: absolute;
  content: "";
  left: -5vw;
  width: 0;
  background: transparent;
  top: 0;
  border-right: solid 5vw var(--sushi);
  border-top: solid 32.8rem transparent;
}

#certifications-section .title-2 {
  margin: 0 0 3.5rem;
  color: #ffffff;
}

/* Section actualités */

.bg-earth {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-y: bottom;
}

.bg-earth .h2 {
  text-shadow: 0 0 10px #0f1b42;
  font-size: 5rem;
  margin-bottom: 4.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* HTML Editor */
.html-editor *,
.html-editor img {
  max-width: 100%;
}

.html-editor img {
  height: auto;
}

/* Transition & animations */
a,
a i,
.cta,
.item__cta {
  transition: 0.25s all ease-in-out;
}

.item-wrapper,
.h2,
.nav-main__item,
#bloc-nav-cta,
.solution-item figure,
.nav-main__items-2 {
  transition: 0.5s all ease-in-out;
}

#nav-main,
#nav-main__wrapper-main,
#nav-main__wrapper-2 {
  transition: 1s all ease-in-out;
}

.item-wrapper a:hover .item__cta::after,
.nav-main__link:hover:after {
  animation: line-width 1s infinite;
}

.cta:hover {
  animation: shake 0.5s infinite;
}

.nav-sm i:hover {
  animation: zoom-in-out 1s infinite;
}

/* Couleurs et fonds */
.bg-topaz {
  background-color: var(--topaz) !important;
}

.bg-orange-roughy {
  background-color: var(--orange-roughy) !important;
}

.bg-lemon-ginger {
  background-color: var(--lemon-ginger) !important;
}

.bg-curious-blue {
  background-color: var(--curious-blue) !important;
}

/* News */
.news-item {
  margin-bottom: -8.5rem;
}

.news-item article {
  max-height: calc(100% - 85px);
}

.news-item__date {
  display: inline-block;
  padding: 1rem 2rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

.item-wrapper-news {
  margin-left: 4rem;
  position: relative;
  top: -12.5rem;
}

.item-wrapper>a {
  text-decoration: none;
}

.item-wrapper-news:hover {
  transform: translateX(-4rem);
}

.item-wrapper__content {
  background-color: rgb(242 241 241);
  padding: 4rem;
  color: var(--topaz);
  font-size: 1.8rem;
}

.item__cta,
.nav-main__link {
  position: relative;
}

.item__cta {
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.item__cta::after,
.nav-main__link:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  width: 1rem;
  border-bottom: 2px solid;
  z-index: 1;
}

.nav-main__item.active>a,
.nav-main__items-2 .nav-main__item.active>a {
  color: var(--curious-blue);
}

a:hover .item__cta.after-orange-roughy {
  color: var(--orange-roughy);
}

.item__cta.after-orange-roughy::after {
  border-color: var(--orange-roughy);
}

a:hover .item__cta.after-curious-blue {
  color: var(--curious-blue);
}

.item__cta.after-curious-blue::after {
  border-color: var(--curious-blue);
}

a:hover .item__cta.after-lemon-ginger {
  color: var(--lemon-ginger);
}

.item__cta.after-lemon-ginger::after {
  border-color: var(--lemon-ginger);
}

a:hover .item__cta.after-eminence {
  color: var(--eminence);
}

.item__cta.after-eminence::after {
  border-color: var(--eminence);
}

.item-wrapper__content p {
  /* line-height: 2; */
  line-height: normal;
  font-size: 1.4rem;
  color: black;
}

.item-wrapper__content .h3 {
  font-size: 2rem;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}

#news-section .title-2 {
  margin: 0 0 6rem 0;
  text-align: center;
}

.news-list {
  padding: 0;
  list-style: none;
}

.news__item {
  margin: 1.5rem 0;
}

.news__item article {
  padding: 6.5rem 5rem;
  background: #f7f7f7;
}

.news__title {
  font-size: 2rem;
  font-weight: 700;
}

.news__category {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue-lagoon);
  margin-bottom: 0.5rem;
}

.news__short-description {
  margin: 1rem 0;
  font-weight: 300;
}

.news__item footer {
  margin-top: 2rem;
  text-align: right;
}

/* Realisation */

.realisation {
  margin-bottom: 2rem;
  padding: 5rem 0;
}

.date-realisation {
  font-size: larger;
  font-weight: 600;
  font-style: italic;
}

.cta-realisation {
  background-color: var(--eastern-blue);
  font-size: 14px;
  font-weight: 600;
}

.cta-realisation:hover {
  background-color: white;
  color:var(--eastern-blue);
  font-size: 14px;
  font-weight: 600;
}


.btn-retour {
  padding: 1.85rem 3.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  background: var(--sushi);
  border: 0;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none !important;
}

.btn-retour:hover {
  color: #ffffff !important;
}

/* Pagination */
.pagination-container {
  text-align: center;
  margin: 3rem 0;
}

.pagination {
  display: inline-flex;
  margin-bottom: 0;
}

.page-link {
  padding: 0.5rem 1.25rem;
  color: var(--dove-gray);
  font-weight: 600;
  border: 0;
}

.page-item.active .page-link {
  background: var(--desert-storm-darker);
}

.page-link:hover {
  color: var(--alizarin-crimson);
  background: #f1f1f1;
}

.page-link:focus {
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

/* Section contact */

iframe.map {
  width: 100%;
  border: 0;
}

/* Section réalisations */

#missions section img {
  border-radius: 50%;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1724px) {

  nav#main-nav #logo,
  .scrollTop nav#main-nav #logo {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1199.98px) {
  main {
    margin-top: 5rem;
  }

  nav#main-nav #hexagon-logo {
    z-index: 0;
    width: 15rem;
    top: 5px;
    left: calc(100% / 2 - 15rem / 2);
  }

  nav#main-nav {
    background: var(--blue-lagoon);
    padding: 0;
    max-width: 100vw;
    border-bottom: 0;
  }

  nav#main-nav a,
  nav#main-nav .nav__items-1 a {
    color: #ffffff;
  }

  nav#main-nav a {
    font-size: 1.3rem;
    font-weight: 800;
  }

  nav#main-nav #main-nav__toggler {
    width: 30px;
    height: 30px;
    padding: 0.25rem;
  }

  nav#main-nav hr {
    display: none;
  }

  nav#main-nav .nav__items-1.hidden {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
  }

  nav#main-nav .nav__items-1 {
    height: calc(100vh - 5rem);
    transition: 1s all cubic-bezier(0.43, -0.01, 0.55, 0.98);
    overflow-y: auto;
    overflow-x: hidden;
  }

  nav#main-nav .nav__items-1 .nav__item.clicked a {
    color: var(--sushi);
  }

  nav#main-nav .nav__item.clicked .nav__items-2 {
    /* Sous-menu affiché */
    max-height: 40rem;
    opacity: 1;
    visibility: visible;
  }

  nav#main-nav .nav__items-1 ul>.nav__item,
  nav#main-nav .nav__item {
    padding: 1.1rem 15px;
  }

  nav#main-nav .nav__items-1 .nav__item a {
    font-size: 1.5rem;
    padding: 0;
    height: inherit;
  }

  nav#main-nav .nav__items-2 {
    position: relative;
    top: 1rem;
  }

  nav#main-nav #main-nav__item-2 .nav__items,
  nav#main-nav #main-nav__item-4 .nav__items {
    left: 0;
    right: 0;
  }

  nav#main-nav .nav__items-2>.nav__item a::after {
    bottom: -1.2rem;
  }

  nav#main-nav .nav__item.clicked .nav__items-2 .nav__item a {
    color: #000000;
  }

  nav#main-nav .nav__item.clicked .nav__items-2 .nav__item.hover a {
    color: var(--siren);
  }

  nav#main-nav #login-form-mobile {
    border-top: solid 1px #ffffff18;
  }

  nav#main-nav.open #hexagon-logo {
    visibility: hidden;
    opacity: 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    transform: scale(0.75);
  }

  .swiper-button-prev {
    margin-left: 0;
  }

  .swiper-button-next {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  nav#main-nav #hexagon-logo {
    width: 5.5rem;
    top: 3.4rem;
    left: calc(100% / 2 - 5.5rem / 2);
  }

  header#home-slider .swiper-container {
    height: 24rem;
  }

  .news-list {
    margin: -0.5rem -15px;
  }

  .news__item {
    margin: 0.5rem 0;
  }
}

@media (max-width: 767.98px) {
  #news-section .title-2 {
    margin: 0 0 5.22rem;
  }

  .news__item article {
    padding: 3rem 15px;
  }

  .news__category {
    font-size: 1.56rem;
  }

  .news__title {
    font-size: 1.74rem;
  }

  #missions .col-image {
    padding: 0;
    margin-top: 14px;
  }
}

@media (max-width: 575.98px) {
  #index main #section-1 {
    padding: 6.09rem 0 3rem;
  }

  section,
  #certifications-section,
  footer#main-footer section {
    padding: 3rem 0;
  }

  .title-1,
  .title-2 {
    font-size: 2.6rem;
    margin: 3.48rem 0 2.6rem;
  }

  .title-1 {
    margin-bottom: 8.7rem;
  }

  .title-1::after {
    width: 53px;
    height: 34px;
    bottom: -60.9px;
  }

  .title-3 {
    font-size: 2.09rem;
    margin: 2.6rem 0 1.74rem;
  }

  .title-4 {
    font-size: 1.74rem;
    margin: 2.6rem 0 1.74rem;
  }

  #certifications-section {
    background-position-x: 10%;
  }

  #certifications-section .title-2 {
    margin: 0 0 3.04rem;
  }

  #certifications-section .trapezium {
    margin-right: 0;
    padding: 3rem;
    background: #95b33182;
  }

  #certifications-section .trapezium::before {
    display: none;
  }

  #contact-et-devis section {
    padding-bottom: 0;
  }

  iframe.map {
    position: relative;
    top: 0.5rem;
    margin: 0 -1.5rem 0;
    width: calc(100% + 3rem);
  }

  #missions section img {
    border-radius: 0;
  }

  #missions section>section {
    padding-bottom: 0;
  }
}

@media (max-height: 900px) and (min-width: 1200px) {
  header#home-slider .swiper-container {
    max-height: calc(100vh - 19.3rem);
  }

  header#home-slider .title-2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .news__item article {
    height: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1724px) {
  nav#main-nav {
    padding: 3rem 0;
  }

  nav#main-nav #logo,
  .scrollTop nav#main-nav #logo {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    top: 0;
    width: 18%;
    max-width: 274px;
  }

  nav#main-nav .container-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #nav-container .container-2 {
    max-width: 100%;
    padding: 0 5%;
  }

  #nav-container .nav__items-1 {
    padding: 0;
    flex: 0.95;
    transform: scale(0.9);
  }

  header#home-slider .title-2 {
    font-size: 4rem;
  }

  main {
    margin-top: 18.8rem;
  }
}

@media (min-width: 1200px) {
  .container-2 {
    padding: 0 7.5rem;
  }

  main {
    margin-top: 19.3rem;
  }

  nav#main-nav {
    display: flex;
    align-items: center;
    height: 12.5rem;
    padding: 0;
  }

  nav#main-nav .nav__item.hover .nav__items-2 {
    /* Sous-menu affiché */
    max-height: 40rem;
    opacity: 1;
    visibility: visible;
  }

  nav#main-nav .nav__item.hover a,
  nav#main-nav .nav__item.active a {
    color: var(--siren);
  }

  nav#main-nav .nav__items-1 .nav__item.hover .nav__items-2 .nav__item a,
  nav#main-nav .nav__items-1 .nav__item.active .nav__items-2 .nav__item a {
    /* Liens des sous-menu niveau 2 non actifs */
    color: #000000;
  }

  nav#main-nav .nav__items-1 .nav__item.hover .nav__items-2 .nav__item.hover a,
  nav#main-nav .nav__items-1 .nav__item.active .nav__items-2.active .nav__item a {
    /* Liens des sous-menu niveau 2 actifs */
    color: var(--sushi);
  }
}