@charset "UTF-8";
/*
Theme Name: Annonceur
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Annonceur a confié le développement de son site à l'agence ComKani.
Version: 1.0.0
Text Domain: domaine
*/
/*--------- STYLE IMPORTS ---------*/
/*--------- CONTAINER ---------*/
/*--------- COLUMNS ---------*/
.column-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.column-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.column-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.column-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.column-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.column-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.column-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.column-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.column-auto {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

@media (min-width: 576px) {
  .column-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .column-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .column-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .column-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .column-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.column-offset-1 {
  margin-left: 8.3333333333%;
}

.column-offset-2 {
  margin-left: 16.6666666667%;
}

.column-offset-3 {
  margin-left: 25%;
}

.column-offset-4 {
  margin-left: 33.3333333333%;
}

.column-offset-5 {
  margin-left: 41.6666666667%;
}

.column-offset-6 {
  margin-left: 50%;
}

/* RESET
------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* TYPOGRAPHIE */
body, button, input, select, optgroup, textarea {
  color: var(--cl-primary);
  font-family: var(--ft-primary);
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: none;
}

dfn, cite, em, i {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

/* LIENS */
a, a:visited, a:hover, a:focus, a:active {
  outline: 0;
  background-color: transparent;
  text-decoration: none;
}

/* FORMULAIRES */
button, input[type=button], input[type=reset], input[type=submit] {
  background-color: var(--cl-primary);
  color: var(--cl-white);
  border: none;
  cursor: pointer;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background-color: var(--cl-secondary);
}

input, select, textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
}

input:focus, textarea:focus, select:focus {
  border-color: #5c7aff;
  box-shadow: 0 0 3px #5c7aff;
  outline: none;
}

/* ÉLÉMENTS DIVERS */
img, embed, iframe, object {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #ddd;
}

pre, code {
  font-family: var(--ft-primary);
  font-size: 1em;
}

/* ACCESSIBILITÉ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* CUSTOM CONTAINER (Évite les conflits avec Bootstrap) */
.custom-container, main {
  margin: 0 auto;
  color: var(--color-principale);
}

/*--------- BODY ---------*/
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
}

/*--------- FONTS ---------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
#text_h1 {
  line-height: 3rem;
}

h1,
h2,
h4,
h1 span,
.services_title,
#text_h1,
#text_h2,
#chiffres {
  font-family: "Roboto Condensed", sans-serif;
}

h3,
h4,
p,
li,
span,
.text,
.nom_menu,
#text_scroll,
#text_up,
.telephone,
h3.title_legals,
p.text_copyright,
#menu_footer li a {
  font-family: "Open Sans", sans-serif;
}

h3,
h4,
h1 span,
.services_title,
#text_h1,
#text_p,
.telephone,
#chiffres,
h3.title_legals,
p.text_copyright {
  color: #43BFEF;
}

h1,
h2,
h4,
p,
li,
span,
.text,
.nom_menu,
#text_scroll,
#text_up,
p#texte,
#menu_footer li a {
  color: #0B121E;
}

h1,
h1 span {
  margin: 60px 0 40px;
  font-weight: 700;
}

h1,
h1 span {
  font-size: 5.6rem;
  line-height: 5.8rem;
}

h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 4.2rem;
}

h3 {
  font-size: 3.2rem;
}

p.nom_menu,
.telephone {
  font-size: 2rem;
  font-weight: 900;
}

h4,
p,
li,
#text_scroll,
#text_up {
  font-size: 1.8rem;
}

#chiffres {
  font-size: 5.2rem;
  font-weight: 900;
}

#text_scroll,
#text_up {
  font-weight: 600;
}

p,
li,
h4 {
  font-weight: 400;
}

h5.title_legals, p.text_copyright {
  font-size: 1.4rem;
}

h1,
h1 span,
h2,
p.nom_menu,
#text_scroll,
#text_up {
  text-transform: uppercase;
}

/*--------- LINKS ---------*/
a {
  color: #43BFEF;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: #0B121E;
}

/*--------- IMAGES ---------*/
img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/*--------- BUTTON ---------*/
.button_primary {
  padding: 5px 20px;
  border: none;
  background-color: #43BFEF;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 5px;
  gap: 0;
  overflow: hidden;
  transition: gap 0.35s ease;
}
.button_primary p {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.button_primary .arrow {
  opacity: 0;
  width: 0;
  font-size: 3.4rem;
  color: #FFF;
  transform: translateX(-10px) scale(0.95);
  transition: width 0.4s ease-in-out, opacity 0.25s ease-in-out, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 0;
  white-space: nowrap;
}
.button_primary:hover {
  gap: 10px;
  background-color: #0B121E !important;
}
.button_primary:hover p {
  transform: translateX(-5px);
}
.button_primary:hover .arrow {
  width: auto;
  opacity: 1;
  transform: translateX(0) scale(1);
  margin-left: 5px;
}

.button_secondary {
  padding: 5px 20px;
  border: none;
  background-color: #ECF9FD;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  gap: 0;
  overflow: hidden;
  transition: gap 0.35s ease;
}
.button_secondary p {
  color: #43BFEF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.button_secondary .arrow {
  opacity: 0;
  width: 0;
  font-size: 3.4rem;
  color: #43BFEF;
  transform: translateX(-10px) scale(0.95);
  transition: width 0.4s ease-in-out, opacity 0.25s ease-in-out, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 0;
  white-space: nowrap;
}
.button_secondary:hover {
  gap: 10px;
  background-color: #ECF9FD !important;
}
.button_secondary:hover p {
  transform: translateX(-5px);
}
.button_secondary:hover .arrow {
  width: auto;
  opacity: 1;
  transform: translateX(0) scale(1);
  margin-left: 5px;
}

/*--------- VIDEO ---------*/
video {
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

video::before {
  position: absolute;
  display: none;
  content: "Lecture protégée";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}

video.on-blur {
  filter: blur(4px);
  pointer-events: none;
}

/*--------- HEADER ---------*/
header .content_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  padding: 20px 10%;
  background-color: #ECF9FD;
  z-index: 1000;
}
header .content_head .toggle_header {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
header .content_head .toggle_header span#toggler {
  color: #43BFEF;
  font-size: 4.6rem;
  font-weight: 500;
}
header .content_head .toggle_header span#toggler:focus-within {
  outline: none;
  box-shadow: none;
}
header .content_head a {
  display: flex;
  align-items: center;
}
header .content_head a img {
  width: 120px;
}
header .menu_cvc {
  position: fixed;
  z-index: 1000;
  height: 100vh;
  width: 50%;
  background-color: #43BFEF;
  padding: 25px 0 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}
header .menu_cvc.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
header .menu_cvc.active .open span#toggler {
  transform: rotate(0deg);
}
header .menu_cvc .open {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
header .menu_cvc .open span#toggler {
  color: #ECF9FD;
  font-size: 5rem;
  font-weight: 500;
  transition: transform 0.4s ease;
  transform: rotate(-45deg);
}
header .menu_cvc .open span#toggler:focus-within {
  outline: none;
  box-shadow: none;
}
header .menu_cvc .open .nom_menu {
  color: #ECF9FD;
}
header .menu_cvc .site_header_menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
header .menu_cvc .site_header_menu li {
  transition: transform 0.4s ease;
}
header .menu_cvc .site_header_menu li a {
  color: #ECF9FD;
  font-family: "Open Sans", sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 40px;
}
header .menu_cvc .site_header_menu li a .arrow {
  opacity: 0;
  font-size: 4.2rem;
  color: #ECF9FD;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
header .menu_cvc .site_header_menu li .sub-menu {
  display: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: 10px;
  padding-left: 20px;
  flex-direction: column;
  gap: 10px;
}
header .menu_cvc .site_header_menu li .sub-menu a {
  font-size: 2.4rem;
  font-weight: 900;
  color: #ECF9FD;
}
header .menu_cvc .site_header_menu li:hover {
  transform: translateX(-10px);
}
header .menu_cvc .site_header_menu li:hover > a .arrow {
  opacity: 1;
  transform: translateX(0) scale(1);
}
header .menu_cvc .site_header_menu li:hover > .sub-menu {
  display: flex;
  max-height: 500px;
  opacity: 1;
}
header .menu_cvc .social_media {
  display: flex;
  gap: 40px;
}
header .menu_cvc .social_media a {
  width: 30px;
  height: 30px;
  transition: opacity 0.3s ease, background-color 0.4s ease, border-radius 0.4s ease;
}
header .menu_cvc .social_media a img {
  width: 25px;
}
header .menu_cvc .social_media a:hover {
  background-color: #ECF9FD;
  border-radius: 5px;
  opacity: 1;
}

@media (max-width: 1024px) {
  header .menu_cvc {
    width: 100%;
  }
  header .menu_cvc .site_header_menu li a {
    font-size: 3rem;
  }
  header .menu_cvc .site_header_menu li a .arrow {
    font-size: 3.6rem;
  }
}
@media (max-width: 500px) {
  header .menu_cvc.active {
    gap: 50px;
  }
}
/*--------- FOOTER ---------*/
.footer_1 {
  background-color: #FFF;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
}
.footer_1 .footer_text {
  width: 400px;
}
.footer_1 .footer_menu {
  display: flex;
  gap: 80px;
}
.footer_1 .footer_menu .footer_apropos,
.footer_1 .footer_menu .footer_infos {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer_1 .footer_menu .footer_apropos #menu_footer,
.footer_1 .footer_menu .footer_infos #menu_footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.footer_1 .footer_menu .footer_apropos #menu_footer li a,
.footer_1 .footer_menu .footer_infos #menu_footer li a {
  font-size: 1.8rem;
  font-weight: normal;
}

.footer_2 {
  background-color: #ECF9FD;
  width: 100%;
  height: 50px;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_2 .text_copyright a {
  font-weight: normal;
}
.footer_2 .text_copyright a:hover {
  color: #43BFEF;
}

@media (max-width: 1024px) {
  .footer_1 {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    min-height: 400px;
  }
  .footer_1 .footer_text {
    width: 400px;
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  .footer_1 .footer_text {
    width: auto;
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer_1 .footer_menu {
    gap: 100px;
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  .footer_1 .footer_menu {
    gap: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .footer_1 .footer_menu .footer_apropos,
  .footer_1 .footer_menu .footer_infos {
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .footer_1 .footer_menu .footer_apropos h3,
  .footer_1 .footer_menu .footer_infos h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .footer_1 .footer_menu .footer_apropos h3,
  .footer_1 .footer_menu .footer_infos h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .footer_1 .footer_menu .footer_apropos #menu_footer li,
  .footer_1 .footer_menu .footer_infos #menu_footer li {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .footer_2 {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .footer_2 {
    height: 70px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .footer_2 p {
    line-height: normal;
  }
}
@media (max-width: 500px) {
  .footer_1 {
    min-height: auto;
  }
  .footer_1 .footer_text {
    display: none;
  }
}
/*--------- HOMEPAGE ---------*/
.content_homepage {
  background-color: #ECF9FD;
  width: 100%;
  padding: 30px 10% 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.content_homepage h1 {
  width: 600px;
  text-align: center;
}
.content_homepage .content_hero {
  display: flex;
  gap: 30px;
}
.content_homepage .scroll {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: rotate(-90deg);
  transition: opacity 0.4s ease;
  position: absolute;
  right: 0;
  opacity: 1;
  pointer-events: auto;
  min-width: 150px;
}
.content_homepage .scroll span.down,
.content_homepage .scroll span.up {
  transform: rotate(90deg);
  color: #43BFEF;
  font-size: 3.6rem;
  transition: opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.content_homepage .scroll #text_scroll,
.content_homepage .scroll #text_up {
  cursor: pointer;
}
.content_homepage .scroll.fixed {
  position: fixed;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 1000;
}
.content_homepage .scroll span.down:focus-within,
.content_homepage .scroll span.up:focus-within,
.content_homepage .scroll #text_scroll:focus-within {
  outline: none;
  box-shadow: none;
}
.content_homepage .scroll.on-light span.down,
.content_homepage .scroll.on-light span.up {
  color: #FFF;
}

/*--------- SERVICES ---------*/
.content_services {
  background-color: #FFF;
  padding: 20px 10% 5%;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.content_services .services {
  position: relative;
  margin-top: -15%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content_services .services .chauffage .img-wrapper,
.content_services .services .plomberie .img-wrapper {
  height: 500px;
}
.content_services .services .climatisation .img-wrapper,
.content_services .services .ventilation .img-wrapper {
  height: 550px;
}
.content_services .services .service {
  flex: 1 1 calc(25% - 15px);
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.content_services .services .service .img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.content_services .services .service .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.content_services .services .service .img-wrapper .overlay {
  position: absolute;
  inset: 0;
  background-color: #43BFEF;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.content_services .services .service h3 {
  text-align: center;
  margin-top: 30px;
  transition: color 0.3s ease;
  z-index: 2;
}
.content_services .services .service:hover .overlay {
  opacity: 0.7;
}
.content_services .services .service:hover h3 {
  color: #0B121E;
}
.content_services .services .service:hover .img-wrapper img {
  transform: scale(1.05);
}
.content_services .infos_services {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
.content_services .infos_services .titles_services {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.content_services .infos_services .titles_services .title_intro {
  width: 40%;
}
.content_services .infos_services .titles_services .title_main {
  width: 80%;
}
.content_services .infos_services .stats_services {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 15%;
  gap: 40px;
  flex-wrap: wrap;
}
.content_services .infos_services .stats_services .chiffres {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 120px;
  white-space: wrap;
  margin-top: 45px;
}
.content_services .infos_services .stats_services .chiffres p {
  text-align: center;
}
.content_services .more_service {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-bottom: 20px;
  margin-top: 80px;
}
.content_services .more_service .content_more_services {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content_services .more_service .video_more_service {
  position: relative;
  width: 100%;
  min-width: 600px;
}
.content_services .more_service .video_more_service video {
  width: 100%;
  display: block;
}
.content_services .more_service .video_more_service .btnplay {
  position: absolute;
  left: 45%;
  top: 40%;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.content_services .more_service .video_more_service .btnplay img {
  width: 80px;
  height: auto;
  pointer-events: none;
}

.content_clients {
  background-color: #ECF9FD;
  width: 100%;
  padding: 5% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.content_clients .clients {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  width: 100%;
}
.content_clients .clients .title_clients {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content_clients .clients .logos_clients {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content_clients .clients .logos_clients .ligne {
  display: flex;
  gap: 30px;
}
.content_clients .stats_clients {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 23%;
  gap: 40px;
  flex-wrap: wrap;
}
.content_clients .stats_clients .chiffres {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 120px;
  white-space: wrap;
  margin-top: 45px;
}
.content_clients .stats_clients .chiffres p {
  text-align: center;
}

.cta {
  background-color: #43BFEF;
  padding: 5% 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.cta .cta_content {
  display: flex;
  flex-direction: column;
}
.cta .cta_content h2,
.cta .cta_content p {
  color: #FFF;
  text-align: center;
}

.realisation_part {
  padding: 5% 10%;
  background-color: #ECF9FD;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.realisation_part .realisation_container {
  display: flex;
  flex-direction: row;
}
.realisation_part .realisation_container .title_realisations {
  width: 40%;
}
.realisation_part .realisation_container .slider-wrapper {
  width: 60%;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.realisation_part .realisation_container .slider-wrapper .slider-btn {
  background: #43BFEF;
  border: none;
  padding: 5px;
  z-index: 10;
  cursor: pointer;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.realisation_part .realisation_container .slider-wrapper .slider-btn span {
  font-size: 2.6rem;
  color: #FFF;
}
@media (max-width: 768px) {
  .realisation_part .realisation_container .slider-wrapper .slider-btn {
    display: flex;
  }
}
.realisation_part .realisation_container .slider-wrapper .slider-container {
  overflow: hidden;
  flex: 1;
}
.realisation_part .realisation_container .slider-wrapper .slider-container .auto-slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}
.realisation_part .realisation_container .slider-wrapper .slider-container .auto-slider .realisation-item {
  flex: 0 0 auto;
  width: 300px;
  position: relative;
  text-align: center;
  scroll-snap-align: start;
}
.realisation_part .realisation_container .slider-wrapper .slider-container .auto-slider .realisation-item .img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.realisation_part .realisation_container .slider-wrapper .slider-container .auto-slider .realisation-item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.realisation_part .realisation_container .slider-wrapper .slider-container .auto-slider .realisation-item .img-wrapper .overlay {
  position: absolute;
  inset: 0;
  background-color: #43BFEF;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.realisation_part .realisation_container .slider-wrapper .slider-container .auto-slider .realisation-item h3 {
  margin-top: 15px;
  transition: color 0.3s ease;
}
.realisation_part .realisation_container .slider-wrapper .slider-container .auto-slider .realisation-item:hover .overlay {
  opacity: 0.7;
}
.realisation_part .realisation_container .slider-wrapper .slider-container .auto-slider .realisation-item:hover h3 {
  color: #0B121E;
}
.realisation_part .realisation_container .slider-wrapper .slider-container .auto-slider .realisation-item:hover .img_wrapper img {
  transform: scale(1.1);
}
.realisation_part .realisation_container .slider-wrapper .slider-container .auto-slider::-webkit-scrollbar {
  display: none;
}
.realisation_part .button_realisation {
  display: flex;
  justify-content: center;
}
.realisation_part .popup {
  position: fixed;
  inset: 0;
  background: rgba(67, 191, 239, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.realisation_part .popup.hidden {
  display: none;
}
.realisation_part .popup #popup-close {
  position: absolute;
  top: 12%;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}
.realisation_part .popup #popup-close span {
  color: #FFF;
  font-size: 3rem;
}
.realisation_part .popup #prev,
.realisation_part .popup #next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}
.realisation_part .popup #prev span,
.realisation_part .popup #next span {
  color: #FFF;
  font-size: 3.8rem;
}
.realisation_part .popup #prev {
  left: 20px;
}
.realisation_part .popup #next {
  right: 20px;
}
.realisation_part .popup .popup-content {
  position: relative;
  padding: 40px;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  text-align: center;
}
.realisation_part .popup .popup-content #slider {
  position: relative;
}
.realisation_part .popup .popup-content #slider #slider-images {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.realisation_part .popup .popup-content #slider #slider-images img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 6px;
}

/*--------- 404 ---------*/
.error_page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
}

.error_page .column_right {
  float: left;
  width: 50%;
  padding: 0 5% 0 10%;
}

.error_page .column_left {
  float: left;
  width: 50%;
  padding: 0 10%;
}

.error_page .column_left img {
  margin-top: 15%;
  height: 50%;
}

.title_error {
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 1024px) {
  .hero .scroll {
    display: none !important;
  }
  .content_services {
    gap: 60px;
  }
  .content_services .services .service h3 {
    font-size: 2.4rem;
  }
  .content_services .infos_services .stats_services {
    margin: 0;
  }
  .content_services .more_service {
    flex-direction: column;
  }
  .content_services .more_service .video_more_service {
    min-width: auto;
  }
  .content_services .more_service .video_more_service .btnplay img {
    width: 70px;
  }
  .content_clients .clients {
    flex-direction: column;
  }
  .content_clients .clients .title_clients,
  .content_clients .clients .logos_clients {
    width: 100%;
  }
  .content_clients .clients .logos_clients .ligne img {
    width: 140px;
  }
  .content_clients .stats_clients {
    gap: 20px;
    margin-left: 0;
  }
  .content_clients .stats_clients p {
    font-size: 1.6rem;
  }
  .legales_container .subpart .tableau {
    overflow-x: auto;
  }
  .legales_container .subpart .tableau table {
    width: 100%;
    border-collapse: collapse;
  }
  .accordion_services .services {
    flex-direction: column;
    margin-top: 0 !important;
  }
  .accordion_services .services .title_service, .accordion_services .services .accordion {
    width: 100% !important;
  }
  .avis {
    gap: 20px !important;
  }
  .avis .slider_container .slider_track .slide {
    width: 250px;
  }
  .avis .slider_container .slider_track .slide .avis_card {
    justify-content: center;
  }
  .content_service_unique {
    padding-bottom: 40% !important;
  }
  .paragraphe {
    flex-direction: column !important;
    align-items: center;
    text-align: left;
    margin-top: -45% !important;
  }
  .paragraphe .image_service_unique,
  .paragraphe .content {
    width: 100% !important;
  }
  .paragraphe .content {
    text-align: left;
  }
  .realisation .filtre-wrapper {
    width: 100%;
    position: relative;
  }
  .realisation .filtre-wrapper .filtre {
    display: flex;
    align-items: center;
    gap: 40px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .realisation .filtre-wrapper .filtre::-webkit-scrollbar {
    display: none;
  }
  .realisation_part .realisation_container {
    flex-direction: column;
    gap: 30px;
  }
  .realisation_part .realisation_container .title_realisations,
  .realisation_part .realisation_container .slider-wrapper {
    width: 100%;
  }
  .realisation_part .realisation_container .title_realisations {
    padding: 10% 10% 0 !important;
  }
  .realisation_part .realisation_container .slider-wrapper {
    padding: 0 3% 0 !important;
  }
  .bandeau_chiffres {
    padding: 15px 5% !important;
  }
  .cta {
    padding: 10% 10%;
  }
}
@media (max-width: 786px) {
  h1,
  #text_h1 {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
  h2,
  #text_h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  h3 {
    font-size: 2.6rem;
  }
  p {
    font-size: 1.8rem;
  }
  header .content_head {
    flex-direction: row-reverse;
  }
  header .telephone {
    font-size: 2.2rem;
    display: none;
  }
  header .submenu-open > .sub-menu {
    display: flex !important;
    max-height: 500px;
    opacity: 1;
  }
  .content_homepage {
    padding-bottom: 10%;
  }
  .hero h1 {
    width: 100% !important;
    margin: 0;
    margin-top: 50px;
  }
  .hero p.nom_menu {
    display: none;
  }
  .content_services {
    gap: 60px;
  }
  .content_services .services {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    align-items: normal;
  }
  .content_services .services .service {
    flex: 1;
    padding: 20px 0;
  }
  .content_services .services .service .img-wrapper {
    height: 400px;
  }
  .content_services .services .service h3 {
    margin-top: 20px;
  }
  .content_services .infos_services {
    margin-top: 20px !important;
  }
  .content_services .infos_services .titles_services {
    display: flex;
    flex-direction: column;
  }
  .content_services .infos_services .titles_services .title_intro,
  .content_services .infos_services .titles_services .title_main {
    width: 100%;
    margin-bottom: 20px;
  }
  .content_services .infos_services .stats_services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 0;
  }
  .content_services .infos_services .stats_services p {
    font-size: 1.6rem;
  }
  .content_services .more_service {
    margin-top: 60px !important;
  }
  .content_clients .clients .logos_clients .ligne {
    overflow-x: auto;
  }
  .content_clients .clients .logos_clients .ligne .img {
    width: 100%;
  }
  .content_clients .stats_clients {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 20px;
    width: 100%;
  }
  .stats_clients.has-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "item1 item2" "item3 item3";
    justify-items: center;
  }
  .stats_clients.has-3 .chiffres:nth-child(1) {
    grid-area: item1;
  }
  .stats_clients.has-3 .chiffres:nth-child(2) {
    grid-area: item2;
  }
  .stats_clients.has-3 .chiffres:nth-child(3) {
    grid-area: item3;
    grid-column: 1/-1;
    justify-self: center;
  }
  .bandeau_chiffres .slider_container .slider_chiffres {
    gap: 20px !important;
  }
  .bandeau_chiffres .slider_container .slider_chiffres .chiffres #chiffres {
    font-size: 3.6rem;
  }
  .bandeau_chiffres .slider_container .slider_chiffres .chiffres p {
    font-size: 1.6rem;
  }
  .content_equipe {
    padding: 0 !important;
    gap: 60px !important;
  }
  .content_equipe .infos_entreprise {
    flex-direction: column;
    margin-top: 20px;
    padding: 5% 10% 0 !important;
  }
  .content_equipe .infos_entreprise .title_main,
  .content_equipe .infos_entreprise .image_entreprise {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .content_equipe .team_company {
    flex-direction: column;
  }
  .content_equipe .team_company .title_intro,
  .content_equipe .team_company .slider-wrapper {
    width: 100% !important;
  }
  .content_equipe .team_company .title_intro {
    padding: 5% 10% 0 !important;
  }
  .content_equipe .team_company .slider-wrapper {
    padding: 0 3% 10% !important;
  }
  .content_equipe .team_company .slider-wrapper .overlay a img {
    width: 35px !important;
    height: 35px !important;
  }
  .accordion_services {
    gap: 60px !important;
  }
  .accordion_services .services .accordion .accordion_item .accordion_header {
    font-size: 3rem !important;
  }
  .content_realisations {
    padding: 30px 10% 30% !important;
  }
  .realisation .filtre {
    margin-top: -25% !important;
  }
  .realisation_part {
    padding: 0 0 10% !important;
  }
}
@media (max-width: 500px) {
  .content_services .infos_services {
    margin-top: 0;
  }
  .content_services .more_service {
    margin-top: 60px;
  }
  .content_services .more_service .video_more_service {
    min-width: auto;
  }
  .content_services .more_service .video_more_service .btnplay {
    left: 42%;
  }
  .content_services .more_service .video_more_service .btnplay img {
    width: 50px;
  }
  .stats_services {
    margin-left: 0;
    gap: 40px;
  }
  .stats_services .chiffres {
    width: calc(50% - 10px);
  }
  .content_clients .stats_clients {
    margin-left: 0;
    gap: 20px;
  }
  .content_clients .stats_clients .chiffres {
    width: calc(50% - 10px);
  }
  .content_realisations {
    padding: 30px 10% 30% !important;
  }
  .realisation .filtre {
    margin-top: -20% !important;
  }
}
@media (max-width: 400px) {
  .content_services .more_service .video_more_service .btnplay {
    left: 42%;
  }
  .realisation .popup #popup-close,
  .realisation_part .popup #popup-close {
    top: 15% !important;
  }
  .accordion_services .services .accordion .accordion_item .accordion_header {
    font-size: 2.6rem !important;
  }
}
.mentions_legales {
  padding: 50px 10%;
  background-color: #FFF;
}

.cookies {
  padding: 5% 10%;
  background-color: #FFF;
}

.legales_container {
  padding: 60px 10% 30px;
  background-color: #ECF9FD;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.legales_container .legales_part h3 {
  margin-bottom: 20px;
}
.legales_container ul {
  margin: 10px 0;
}
.legales_container ul li {
  list-style: disc;
  margin-left: 30px;
  margin-top: 10px;
  font-size: 1.8rem;
}
.legales_container .subpart {
  margin-left: 20px;
  padding: 20px 0;
}
.legales_container .subpart table {
  margin-top: 20px;
}
.legales_container .subpart table th {
  text-transform: uppercase;
  color: #43BFEF;
  padding: 5px;
  font-family: "Roboto Condensed", sans-serif;
}
.legales_container .subpart table tr td {
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  white-space: pre-wrap;
}

.content_company {
  background-color: #ECF9FD;
  width: 100%;
  padding: 30px 10% 5%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.content_company h1 {
  width: 600px;
  text-align: center;
}
.content_company .scroll {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: rotate(-90deg);
  transition: opacity 0.4s ease;
  position: absolute;
  right: 0;
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
  min-width: 150px;
}
.content_company .scroll span.down,
.content_company .scroll span.up {
  transform: rotate(90deg);
  color: #43BFEF;
  font-size: 3.6rem;
  transition: opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.content_company .scroll #text_scroll,
.content_company .scroll #text_up {
  cursor: pointer;
}
.content_company .scroll.fixed {
  position: fixed;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 1000;
}
.content_company .scroll span.down:focus-within,
.content_company .scroll span.up:focus-within,
.content_company .scroll #text_scroll:focus-within {
  outline: none;
  box-shadow: none;
}
.content_company .scroll.on-light span.down,
.content_company .scroll.on-light span.up {
  color: #FFF;
}

.bandeau_chiffres {
  background-color: #43BFEF;
  padding: 15px 10%;
}
.bandeau_chiffres .slider_container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bandeau_chiffres .slider_container .slider_chiffres {
  display: flex;
  gap: 80px;
  flex-wrap: nowrap;
  min-width: 100%;
}
.bandeau_chiffres .slider_container .slider_chiffres .chiffres {
  flex: 0 0 auto;
  text-align: center;
  width: 150px;
}
.bandeau_chiffres .slider_container .slider_chiffres .chiffres p,
.bandeau_chiffres .slider_container .slider_chiffres .chiffres #chiffres {
  color: #FFF;
}
.bandeau_chiffres .slider_container .slider_chiffres .chiffres p {
  line-height: normal;
}

.content_equipe {
  background-color: #FFF;
  padding: 5% 10% 5%;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.content_equipe .infos_entreprise {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
}
.content_equipe .infos_entreprise .title_main {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content_equipe .infos_entreprise .image_entreprise {
  width: 50%;
}
.content_equipe .team_company {
  display: flex;
  gap: 40px;
}
.content_equipe .team_company .title_intro {
  width: 40%;
}
.content_equipe .team_company .slider-wrapper {
  width: 60%;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.content_equipe .team_company .slider-wrapper .slider-btn {
  background: #43BFEF;
  border: none;
  padding: 5px;
  z-index: 10;
  cursor: pointer;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.content_equipe .team_company .slider-wrapper .slider-btn span {
  font-size: 2.6rem;
  color: #FFF;
}
@media (max-width: 768px) {
  .content_equipe .team_company .slider-wrapper .slider-btn {
    display: flex;
  }
}
.content_equipe .team_company .slider-wrapper .slider-container {
  overflow: hidden;
  flex: 1;
}
.content_equipe .team_company .slider-wrapper .slider-container .auto-slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: center;
  overflow-x: scroll;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.content_equipe .team_company .slider-wrapper .slider-container .auto-slider::-webkit-scrollbar {
  display: none;
}
.content_equipe .team_company .slider-wrapper .slider-container .auto-slider .equipe {
  flex: 0 0 300px;
  width: 300px;
}
.content_equipe .team_company .slider-wrapper .slider-container .auto-slider .equipe .img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.content_equipe .team_company .slider-wrapper .slider-container .auto-slider .equipe .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.content_equipe .team_company .slider-wrapper .slider-container .auto-slider .equipe .img-wrapper .overlay {
  position: absolute;
  inset: 0;
  background-color: #43BFEF;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_equipe .team_company .slider-wrapper .slider-container .auto-slider .equipe .img-wrapper .overlay a img {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.content_equipe .team_company .slider-wrapper .slider-container .auto-slider .equipe h3 {
  text-align: center;
  margin-top: 30px;
  transition: color 0.3s ease;
  z-index: 2;
}
.content_equipe .team_company .slider-wrapper .slider-container .auto-slider .equipe:hover .overlay {
  opacity: 0.7;
}
.content_equipe .team_company .slider-wrapper .slider-container .auto-slider .equipe:hover h3 {
  color: #0B121E;
}
.content_equipe .team_company .slider-wrapper .slider-container .auto-slider .equipe:hover .img-wrapper img {
  transform: scale(1.05);
}

.content_hero_services {
  background-color: #ECF9FD;
  width: 100%;
  padding: 30px 10% 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.content_hero_services .content_hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.content_hero_services .content_hero h1 {
  width: 600px;
  text-align: center;
}
.content_hero_services .scroll {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: rotate(-90deg);
  transition: opacity 0.4s ease;
  position: absolute;
  right: 0;
  opacity: 1;
  pointer-events: auto;
  min-width: 150px;
}
.content_hero_services .scroll span.down,
.content_hero_services .scroll span.up {
  transform: rotate(90deg);
  color: #43BFEF;
  font-size: 3.6rem;
  transition: opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.content_hero_services .scroll #text_scroll, .content_hero_services .scroll #text_up {
  cursor: pointer;
}
.content_hero_services .scroll.fixed {
  position: fixed;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 998;
}
.content_hero_services .scroll span.down:focus-within,
.content_hero_services .scroll span.up:focus-within,
.content_hero_services .scroll #text_scroll:focus-within {
  outline: none;
  box-shadow: none;
}

.accordion_services {
  padding: 5% 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
}
.accordion_services .image_service {
  margin-top: -20%;
}
.accordion_services .services {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
.accordion_services .services .title_service {
  width: 40%;
}
.accordion_services .services .accordion {
  width: 60%;
}
.accordion_services .services .accordion .accordion_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion_services .services .accordion .accordion_item .accordion_header {
  background-color: #43BFEF;
  color: #FFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 800;
}
.accordion_services .services .accordion .accordion_item .accordion_header span {
  color: #FFF;
  font-size: 3.4rem;
  font-weight: 500;
}
.accordion_services .services .accordion .accordion_item .accordion_content {
  padding: 5% 0 10%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 40px;
  transition: max-height 0.4s ease, padding 0.4s ease;
  overflow: hidden;
  max-height: 1000px;
}
.accordion_services .services .accordion .accordion_item .accordion_content.is-collapsed {
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.accordion_services .services .accordion .accordion_item .accordion_content .texte_service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.accordion_services .services .accordion .accordion_item .accordion_content .image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.accordion_services .services .accordion .accordion_item .accordion_content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content_service_unique {
  background-color: #FFF;
  width: 100%;
  padding: 30px 10% 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.content_service_unique .content_hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.content_service_unique .content_hero h1 {
  width: 600px;
  text-align: center;
}
.content_service_unique .scroll {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: rotate(-90deg);
  transition: opacity 0.4s ease;
  position: absolute;
  right: 0;
  opacity: 1;
  pointer-events: auto;
  min-width: 150px;
}
.content_service_unique .scroll span.down,
.content_service_unique .scroll span.up {
  transform: rotate(90deg);
  color: #43BFEF;
  font-size: 3.6rem;
  transition: opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.content_service_unique .scroll #text_scroll, .content_service_unique .scroll #text_up {
  cursor: pointer;
}
.content_service_unique .scroll.fixed {
  position: fixed;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 1000;
}
.content_service_unique .scroll span.down:focus-within,
.content_service_unique .scroll span.up:focus-within,
.content_service_unique .scroll #text_scroll:focus-within {
  outline: none;
  box-shadow: none;
}
.content_service_unique .scroll.on-light span.down,
.content_service_unique .scroll.on-light span.up {
  color: #FFF;
}

.service_container {
  background-color: #ECF9FD;
  padding: 5% 10%;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.service_container .paragraphe {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: -15%;
}
.service_container .paragraphe .image_service_unique {
  width: 50%;
}
.service_container .paragraphe .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service_container .paragraphe .content.full-width {
  width: 100%;
}
.service_container .paragraphe-left {
  flex-direction: row-reverse;
  text-align: left;
}
.service_container .paragraphe-left .content {
  text-align: left;
}

.avis {
  padding: 5% 10%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.avis .slider_container {
  overflow: hidden;
  position: relative;
  cursor: grab;
}
.avis .slider_container .slider_track {
  display: flex;
  transition: transform 0.3 ease;
  will-change: transform;
}
.avis .slider_container .slider_track .slide {
  display: flex;
  justify-content: center;
  flex: 0 0 30%;
  padding: 0 10px;
  box-sizing: border-box;
}
.avis .slider_container .slider_track .slide .avis_card {
  padding: 20px;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.avis .slider_container .slider_track .slide .avis_card .avis-photo {
  display: flex;
  gap: 10px;
}
.avis .slider_container .slider_track .slide .avis_card .avis-photo img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.avis .slider_container .slider_track .slide .avis_card .avis-note {
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
}
.avis .slider_container .slider_track .slide .avis_card .avis-note .star {
  font-size: 2.4rem;
  transition: color 0.3 ease;
}
.avis .slider_container .slider_track .slide .avis_card .avis-note .full, .avis .slider_container .slider_track .slide .avis_card .avis-note .empty {
  color: #43BFEF;
}

.devis, .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 80px;
  background-color: #ECF9FD;
}
.devis .column_left, .devis .column_right, .contact .column_left, .contact .column_right {
  width: 50%;
}
.devis .column_left, .contact .column_left {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.devis .column_right h1, .contact .column_right h1 {
  padding: 0 10%;
  text-align: center;
  margin: 10px 0;
}
.devis .column_right .form, .contact .column_right .form {
  padding: 0 10%;
}
.devis .column_right .form p:not(:last-of-type), .contact .column_right .form p:not(:last-of-type) {
  margin-bottom: 15px;
}
.devis .column_right .form .form-row, .contact .column_right .form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.devis .column_right .form .form-row input, .contact .column_right .form .form-row input {
  width: 100%;
}
.devis .column_right .form .form-row p span .services-form, .contact .column_right .form .form-row p span .services-form {
  font-family: "Roboto Condensed", sans-serif;
  color: #43BFEF;
  text-transform: uppercase;
  font-weight: 700;
}
.devis .column_right .form .form-row p span .services-form option, .contact .column_right .form .form-row p span .services-form option {
  font-family: "Roboto Condensed", sans-serif;
  color: #43BFEF;
  text-transform: uppercase;
}
.devis .column_right .form .full_width_message, .contact .column_right .form .full_width_message {
  margin-bottom: 35px !important;
}
.devis .column_right .form .full_width_message input, .devis .column_right .form .full_width_message textarea, .contact .column_right .form .full_width_message input, .contact .column_right .form .full_width_message textarea {
  width: 100%;
}
.devis .column_right .form .consentement, .contact .column_right .form .consentement {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: -25px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .devis, .contact {
    flex-direction: column;
  }
  .devis .column_left, .devis .column_right, .contact .column_left, .contact .column_right {
    width: 100%;
  }
  .devis .column_left, .contact .column_left {
    min-height: 30vh;
  }
  .devis .column_right, .contact .column_right {
    padding: 5% 0;
  }
  .devis .column_right .submit_button, .contact .column_right .submit_button {
    display: flex;
    justify-content: center;
  }
  .devis .column_right .form-row p span .services-form option, .contact .column_right .form-row p span .services-form option {
    font-size: 1.2rem;
  }
}
.content_realisations {
  background-color: #ECF9FD;
  width: 100%;
  padding: 30px 10% 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.content_realisations .content_hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.content_realisations .content_hero h1 {
  width: 600px;
  text-align: center;
}
.content_realisations .scroll {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: rotate(-90deg);
  transition: opacity 0.4s ease;
  position: absolute;
  right: 0;
  opacity: 1;
  pointer-events: auto;
  min-width: 150px;
}
.content_realisations .scroll span.down,
.content_realisations .scroll span.up {
  transform: rotate(90deg);
  color: #43BFEF;
  font-size: 3.6rem;
  transition: opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.content_realisations .scroll #text_scroll,
.content_realisations .scroll #text_up {
  cursor: pointer;
}
.content_realisations .scroll.fixed {
  position: fixed;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 998;
}
.content_realisations .scroll span.down:focus-within,
.content_realisations .scroll span.up:focus-within,
.content_realisations .scroll #text_scroll:focus-within {
  outline: none;
  box-shadow: none;
}
.content_realisations .scroll.on-light span.down,
.content_realisations .scroll.on-light span.up {
  color: #FFF;
}

.realisation {
  padding: 5% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.realisation .filtre {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: -20%;
}
.realisation .filtre button {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #43BFEF;
  text-transform: uppercase;
}
.realisation .filtre .active {
  color: #0B121E;
}
.realisation .realisation-grid-wrapper {
  width: 100%;
}
.realisation .realisation-grid-wrapper .realisation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  width: 100%;
}
.realisation .realisation-grid-wrapper .realisation-grid .realisation-item {
  cursor: pointer;
  padding: 10px;
  text-align: center;
}
.realisation .realisation-grid-wrapper .realisation-grid .realisation-item .img_wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.realisation .realisation-grid-wrapper .realisation-grid .realisation-item .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.realisation .realisation-grid-wrapper .realisation-grid .realisation-item .img_wrapper .overlay {
  position: absolute;
  inset: 0;
  background-color: #43BFEF;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.realisation .realisation-grid-wrapper .realisation-grid .realisation-item h3 {
  margin-top: 25px;
}
.realisation .realisation-grid-wrapper .realisation-grid .realisation-item:hover .overlay {
  opacity: 0.7;
}
.realisation .realisation-grid-wrapper .realisation-grid .realisation-item:hover h3 {
  color: #0B121E;
}
.realisation .realisation-grid-wrapper .realisation-grid .realisation-item:hover .img_wrapper img {
  transform: scale(1.1);
}
.realisation .pagination-wrapper {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
}
.realisation .pagination-wrapper .page-numbers {
  font-size: 2.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
}
.realisation .pagination-wrapper .current {
  font-size: 2.2rem;
  font-family: "Roboto Condensed", sans-serif;
}
.realisation .popup {
  position: fixed;
  inset: 0;
  background: rgba(67, 191, 239, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.realisation .popup.hidden {
  display: none;
}
.realisation .popup #popup-close {
  position: absolute;
  top: 12%;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}
.realisation .popup #popup-close span {
  color: #FFF;
  font-size: 3rem;
}
.realisation .popup #prev,
.realisation .popup #next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}
.realisation .popup #prev span,
.realisation .popup #next span {
  color: #FFF;
  font-size: 3.8rem;
}
.realisation .popup #prev {
  left: 20px;
}
.realisation .popup #next {
  right: 20px;
}
.realisation .popup .popup-content {
  position: relative;
  padding: 40px;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  text-align: center;
}
.realisation .popup .popup-content #slider {
  position: relative;
}
.realisation .popup .popup-content #slider #slider-images {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.realisation .popup .popup-content #slider #slider-images img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 6px;
}/*# sourceMappingURL=style.css.map */