@charset "UTF-8";
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
COLORS
******************/
/*****************
MIXINS
******************/
/*****************
RESPONSIVE
******************/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/* 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: #171C8F;
  font-family: "Oswald", sans-serif;
  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: #171C8F;
  color: #FFF;
  border: none;
  cursor: pointer;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background-color: #0A7594;
}

input, select, textarea {
  border: none;
  border-radius: 0;
}

input::placeholder {
  color: #2228D3;
  opacity: 0.8;
}

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;
  object-fit: cover;
}

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: "Oswald", sans-serif;
  font-size: 1em;
}

/* ACCESSIBILITÉ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  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: #171C8F;
}

/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
BASE
******************/
html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

/*****************
STRUCTURE GÉNÉRALE
******************/
.column_left {
  width: 40%;
  padding: 0 5% 0 10%;
}
.column_left h2 {
  margin-bottom: 30px;
}
.column_left p {
  margin: 10px 0;
}

.column_right {
  width: 60%;
  padding-right: 5%;
}

.slider_deroulant {
  overflow: hidden;
  width: 100%;
}

.track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 30px;
  will-change: transform;
}

/*****************
HERO - COMMUN
******************/
.hero_homepage,
.hero_produits,
.hero_fiche_technique,
.hero_glossaire,
.hero_search,
.hero_legals {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: -20px;
  background-color: #EEEEFC;
}
.hero_homepage .column_left,
.hero_produits .column_left,
.hero_fiche_technique .column_left,
.hero_glossaire .column_left,
.hero_search .column_left,
.hero_legals .column_left {
  padding-left: 10%;
}

/*****************
FONTS
******************/
h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-family: "Oswald", sans-serif;
}

p,
span,
#text {
  color: #030312;
  font-family: "Mako", sans-serif;
}
p,
span,
#text {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}

h1,
h1 span,
h2,
h2 span,
h2 .title_outline {
  color: #171C8F;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
h1,
h1 span,
h2,
h2 span,
h2 .title_outline {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
}

h3 {
  color: #171C8F;
  line-height: 1.2;
}

h1,
h2 {
  display: inline-block;
  background: linear-gradient(90deg, #0A7593 0%, #0C7193 15%, #146396 30%, #21539B 45%, #2B419E 60%, #0444A0 75%, #2C34A2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
h1 .surlignage,
h2 .surlignage {
  display: inline;
  color: #2228D3;
  -webkit-text-fill-color: #2228D3;
  background: linear-gradient(90deg, #E0E0E0 0%, #EFF1F3 50%, #EEEFFC 100%);
  background-repeat: no-repeat;
  background-size: 100% 20px;
  background-position: 0 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
h1 .highlight-line,
h2 .highlight-line {
  position: relative;
  display: inline-block;
  color: #2228D3;
}
h1 .highlight-line::after,
h2 .highlight-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, #E0E0E0 0%, #EFF1F3 50%, #EEEFFC 100%);
  z-index: -1;
}

@media (max-width: 1024px) {
  p,
  span,
  #text {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
  }
  h1,
  h1 span,
  h2,
  h2 span,
  h2 .title_outline {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
  }
}
@media (max-width: 412px) {
  h1,
  h1 span,
  h2,
  h2 span,
  h2 .title_outline {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
  }
}
/*****************
BUTTONS
******************/
.button_primary {
  background: #171C8F;
  color: #EEEEFC;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  border: none;
  width: fit-content;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.button_primary .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
  transform-style: preserve-3d;
}
.button_primary .face {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.button_primary .front {
  opacity: 1;
}
.button_primary .back {
  transform: translateY(-50px);
  opacity: 0;
}
.button_primary:hover {
  background: #2228D3;
}
.button_primary:hover .inner {
  transform: translateY(50px);
}
.button_primary:hover .inner .front {
  opacity: 0;
}
.button_primary:hover .inner .back {
  opacity: 1;
}

.button_secondary {
  background: #EFF1F3;
  color: #171C8F;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  border: none;
  width: fit-content;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.button_secondary .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
  transform-style: preserve-3d;
}
.button_secondary .face {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.button_secondary .front {
  opacity: 1;
}
.button_secondary .back {
  transform: translateY(-50px);
  opacity: 0;
}
.button_secondary:hover {
  background: #2228D3;
}
.button_secondary:hover {
  color: #EEEEFC;
}
.button_secondary:hover .inner {
  transform: translateY(50px);
}
.button_secondary:hover .inner .front {
  opacity: 0;
}
.button_secondary:hover .inner .back {
  opacity: 1;
}

.button_tertiary {
  color: #030312;
  display: inline-block;
  border: none;
  width: fit-content;
  background-color: transparent;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  transition: text-decoration 0.2s ease-in-out;
  position: relative;
  text-decoration: none;
}
.button_tertiary:hover {
  background-color: transparent;
}
.button_tertiary:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0A7593 0%, #0C7193 15%, #146396 30%, #21539B 45%, #2B419E 60%, #0444A0 75%, #2C34A2 100%);
}
@media (max-width: 1024px) {
  .button_tertiary:hover {
    background-color: transparent;
  }
  .button_tertiary:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0A7593 0%, #0C7193 15%, #146396 30%, #21539B 45%, #2B419E 60%, #0444A0 75%, #2C34A2 100%);
  }
}

.button_quaternary {
  background: #2228D3;
  color: #FFF;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  border: none;
  width: fit-content;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.button_quaternary .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
  transform-style: preserve-3d;
}
.button_quaternary .face {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.button_quaternary .front {
  opacity: 1;
}
.button_quaternary .back {
  transform: translateY(-50px);
  opacity: 0;
}
.button_quaternary:hover {
  background: #EEEEFC;
}
.button_quaternary:hover {
  color: #171C8F;
}
.button_quaternary:hover .inner {
  transform: translateY(50px);
}
.button_quaternary:hover .inner .front {
  opacity: 0;
}
.button_quaternary:hover .inner .back {
  opacity: 1;
}

/*****************
CTA
******************/
.cta_others,
.cta_devis {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 60px 0;
  background-color: #171C8F;
  text-align: center;
}
.cta_others h2,
.cta_devis h2 {
  margin-bottom: 30px;
  padding: 0 10%;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  color: #FFF;
  -webkit-text-fill-color: #FFF;
}
.cta_others p,
.cta_devis p {
  padding: 0 25%;
  margin-bottom: 45px;
  color: #FFF;
  text-align: center;
}
.cta_others .iconographie,
.cta_devis .iconographie {
  width: 100%;
}
.cta_others .iconographie .icon-rings,
.cta_devis .iconographie .icon-rings {
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.cta_others .buttons_cta,
.cta_devis .buttons_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 15px;
  font-weight: 400;
}
@media (max-width: 800px) {
  .cta_others p,
  .cta_devis p {
    padding: 0 5%;
  }
}
@media (max-width: 412px) {
  .cta_others .buttons_cta,
  .cta_devis .buttons_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
    margin-top: 15px;
    font-weight: 400;
  }
}

/*****************
FORMS
******************/
input:focus,
textarea:focus,
select:focus {
  border-color: #EEEEFC;
  box-shadow: 0 0 3px #EEEEFC;
  outline: none;
}

/*****************
ICONOGRAPHIES
******************/
.iconographie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.iconographie img {
  position: absolute;
}
.iconographie .icon-rings {
  opacity: 0.08;
  object-fit: contain;
  z-index: -1;
}
.iconographie .icon-arrow {
  object-fit: contain;
}

/*****************
PRODUITS
******************/
.card h2,
.produit_title,
.pdf_title,
.product_card a .product_title {
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  color: #2228D3;
  -webkit-text-fill-color: #2228D3;
  font-size: 2rem;
  font-weight: 400;
}

/*****************
CARROUSELS
******************/
.carousel_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.carousel_wrapper .manual_track {
  display: flex;
  gap: 30px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  scrollbar-width: none;
}
.carousel_wrapper .manual_track::-webkit-scrollbar {
  display: none;
}
.carousel_wrapper .manual_track.is-grabbing {
  cursor: grabbing;
}
.carousel_wrapper .manual_track a:last-child {
  margin-right: 30px;
}
.carousel_wrapper .manual_track .produit_card {
  flex: 0 0 auto;
  width: 200px;
  text-align: center;
}
.carousel_wrapper .manual_track .produit_card .produit_image_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 15px;
  width: 100%;
  height: 260px;
  background: #EFF1F3;
  border-radius: 10px;
}
.carousel_wrapper .manual_track .produit_card .produit_image_wrapper img {
  max-width: 100%;
  max-height: 170px;
  object-fit: contain;
  transition: max-height 0.3s ease;
}
.carousel_wrapper .manual_track .produit_card .produit_image_wrapper img:hover {
  max-height: 200px;
}
.carousel_wrapper .manual_track .produit_card .produit_title {
  margin-top: 10px;
}
.carousel_wrapper .manual_track .timeline_card {
  flex: 0 0 auto;
  width: 400px;
  margin-top: 15vh;
}
.carousel_wrapper .manual_track .timeline_card img {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  object-fit: cover;
}
.carousel_wrapper .manual_track .timeline_card .timeline_title {
  padding: 0 2% 0 5%;
  margin: 30px 0 15px;
  color: #2228D3;
  font-size: 2rem;
}
.carousel_wrapper .manual_track .timeline_card .timeline_excerpt {
  padding: 0 2% 0 5%;
  color: #171C8F;
}
.carousel_wrapper .manual_track .timeline_card:last-child {
  margin-right: 30px;
}
.carousel_wrapper .manual_track .services_card {
  flex: 0 0 auto;
  width: 300px;
}
.carousel_wrapper .manual_track .services_card .produit_image_wrapper {
  width: 100%;
}
.carousel_wrapper .manual_track .services_card .produit_image_wrapper img {
  width: 100%;
  height: 200px;
}
.carousel_wrapper .manual_track .services_card .produit_title {
  width: 100%;
  margin: 30px 0 15px;
  font-size: 2rem;
}
.carousel_wrapper .manual_track .services_card .produit_excerpt {
  width: 100%;
  margin-top: 10px;
  color: #171C8F;
}
.carousel_wrapper .manual_track:last-child {
  margin-right: 30px;
}
.carousel_wrapper .carousel_controls {
  display: flex;
  justify-content: right;
  gap: 15px;
  margin-top: 20px;
  padding-right: 10%;
  width: 100%;
}
.carousel_wrapper .carousel_controls .carousel_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EEEEFC;
  color: #171C8F;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.carousel_wrapper .carousel_controls .carousel_btn:hover {
  background: #2228D3;
  color: #FFF;
}

@media (max-width: 1024px) {
  .carousel_wrapper {
    margin-top: -120px;
  }
  .carousel_wrapper .manual_track .timeline_card {
    width: 350px;
  }
  .carousel_wrapper .manual_track .timeline_card img {
    height: 180px;
  }
  .carousel_wrapper .manual_track .timeline_card .timeline_excerpt {
    margin: 0;
  }
}
@media (max-width: 800px) {
  .carousel_wrapper {
    margin-top: -120px;
  }
  .carousel_wrapper .manual_track .timeline_card {
    width: 250px;
  }
  .carousel_wrapper .manual_track .timeline_card img {
    height: 180px;
  }
}
/*****************
PAGINATION
******************/
.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px 0;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pagination .page-numbers span,
.pagination .page-numbers a {
  margin: 0 15px;
  width: fit-content;
  font-size: 20px;
  color: #171C8F;
  text-decoration: none;
  position: relative;
}
.pagination .page-numbers span.current {
  margin: 0;
  padding: 10px 15px;
  background-color: #EEEEFC;
  color: #2228D3;
  font-size: 22px;
}
.pagination .page-numbers a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0A7593 0%, #0C7193 15%, #146396 30%, #21539B 45%, #2B419E 60%, #0444A0 75%, #2C34A2 100%);
}

/*****************
ANIMATIONS
******************/
#progress_bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background-color: #EEEEFC;
  z-index: 2000;
  overflow: hidden;
}
#progress_bar .progress_fill {
  width: 0%;
  height: 100%;
  background-color: #E0E0E0;
  transition: width 0.15s linear;
}

/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
header {
  height: 90px;
}
header .site_header {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0% 10% 0% 10%;
  top: 0;
  margin-top: 0px;
  width: 100%;
  height: 70px;
  background-color: #FFF;
  border-bottom: 2px solid rgba(34, 40, 211, 0.1);
  z-index: 1000;
  font-family: "Oswald", sans-serif;
}
header .site_header .logo_sichim {
  width: 15%;
}
header .site_header .menu_sichim {
  width: 85%;
}
header .site_header .menu_sichim #menu {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header .site_header .menu_sichim #menu li {
  margin: 0px 20px 0px 20px;
}
header .site_header .menu_sichim #menu li a,
header .site_header .menu_sichim #menu li p,
header .site_header .menu_sichim #menu li a > ul {
  color: #030312;
  display: inline-block;
  border: none;
  width: fit-content;
  background-color: transparent;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  transition: text-decoration 0.2s ease-in-out;
  position: relative;
  text-decoration: none;
}
header .site_header .menu_sichim #menu li a:hover,
header .site_header .menu_sichim #menu li p:hover,
header .site_header .menu_sichim #menu li a > ul:hover {
  background-color: transparent;
}
header .site_header .menu_sichim #menu li a:hover::after,
header .site_header .menu_sichim #menu li p:hover::after,
header .site_header .menu_sichim #menu li a > ul:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0A7593 0%, #0C7193 15%, #146396 30%, #21539B 45%, #2B419E 60%, #0444A0 75%, #2C34A2 100%);
}
@media (max-width: 1024px) {
  header .site_header .menu_sichim #menu li a:hover,
  header .site_header .menu_sichim #menu li p:hover,
  header .site_header .menu_sichim #menu li a > ul:hover {
    background-color: transparent;
  }
  header .site_header .menu_sichim #menu li a:hover::after,
  header .site_header .menu_sichim #menu li p:hover::after,
  header .site_header .menu_sichim #menu li a > ul:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0A7593 0%, #0C7193 15%, #146396 30%, #21539B 45%, #2B419E 60%, #0444A0 75%, #2C34A2 100%);
  }
}
header .site_header .menu_sichim #menu li a,
header .site_header .menu_sichim #menu li p,
header .site_header .menu_sichim #menu li a > ul {
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  text-transform: uppercase;
}
header .site_header .menu_sichim #menu li .sub-menu {
  position: absolute;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 60px;
  top: 100%;
  left: 0;
  padding: 0% 10% 0% 10%;
  margin-left: 0;
  background-color: #EFF1F3;
  z-index: 1000;
}
header .site_header .menu_sichim #menu li .sub-menu li a {
  margin: 0px 5px 0px 5px;
  color: #2228D3;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: none;
}
header .site_header .menu_sichim #menu #menu-item-1052 > a::after,
header .site_header .menu_sichim #menu #menu-item-99 > a::after,
header .site_header .menu_sichim #menu #menu-item-100 > a::after,
header .site_header .menu_sichim #menu #menu-item-101 > a::after,
header .site_header .menu_sichim #menu #menu-item-102 > a::after,
header .site_header .menu_sichim #menu #menu-item-104 > a::after,
header .site_header .menu_sichim #menu #menu-item-105 > a::after,
header .site_header .menu_sichim #menu #menu-item-502 > a::after,
header .site_header .menu_sichim #menu #menu-item-503 > a::after,
header .site_header .menu_sichim #menu #menu-item-785 > a::after {
  bottom: -20px;
}
header .site_header .menu_sichim #menu #menu-item-1052 > a:hover::after,
header .site_header .menu_sichim #menu #menu-item-99 > a:hover::after,
header .site_header .menu_sichim #menu #menu-item-100 > a:hover::after,
header .site_header .menu_sichim #menu #menu-item-101 > a:hover::after,
header .site_header .menu_sichim #menu #menu-item-102 > a:hover::after,
header .site_header .menu_sichim #menu #menu-item-104 > a:hover::after,
header .site_header .menu_sichim #menu #menu-item-105 > a:hover::after,
header .site_header .menu_sichim #menu #menu-item-502 > a:hover::after,
header .site_header .menu_sichim #menu #menu-item-503 > a:hover::after,
header .site_header .menu_sichim #menu #menu-item-785 > a:hover::after {
  transform: scaleX(1);
}
header .site_header .menu_sichim #menu li:hover p .material-symbols-outlined {
  text-decoration: none !important;
}
header .site_header .menu_sichim #menu .menu-item-has-children > p {
  position: relative;
  display: flex;
  align-items: center;
}
header .site_header .menu_sichim #menu .menu-item-has-children p::after {
  content: "";
  display: inline-block;
}
header .site_header .menu_sichim #menu .menu-item-has-children p .material-symbols-outlined {
  font-size: 2rem;
  margin-left: 5px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
header .site_header .menu_sichim #menu .material-symbols-outlined.rotated {
  transform: rotate(180deg);
}
header .site_header .button_search {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header .site_header .button_search span {
  color: #2228D3;
  font-weight: bold;
  cursor: pointer;
}
header .site_header .button_search #search {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 100%;
  left: 0;
  background-color: #EEEEFC;
  text-align: center;
}
header .site_header .button_search #search.active {
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
header .site_header .mobile_menu {
  display: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  header .site_header {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  header .site_header .logo_sichim {
    width: 40%;
  }
  header .site_header .menu_sichim {
    position: absolute;
    display: none;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 999;
    background-color: #EEEEFC;
  }
  header .site_header .menu_sichim.open {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
  }
  header .site_header .menu_sichim #menu {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    margin-left: 25vw;
  }
  header .site_header .menu_sichim #menu #menu-item-1052 a {
    margin-top: 0;
  }
  header .site_header .menu_sichim #menu li a,
  header .site_header .menu_sichim #menu li p {
    margin: 30px 0;
    font-size: 2.2rem;
  }
  header .site_header .menu_sichim #menu li .sub-menu {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 40vh;
    top: auto;
    left: 15px;
    background-color: #EEEEFC;
  }
  header .site_header .menu_sichim #menu li .sub-menu li a,
  header .site_header .menu_sichim #menu li .sub-menu li p {
    margin: 25px 0;
    font-size: 1.8rem;
  }
  header .site_header .button_search {
    justify-content: flex-end;
    width: 40%;
    order: 1;
  }
  header .site_header .mobile_menu {
    display: flex !important;
    order: 2;
    margin-top: -3px;
    margin-left: auto;
    color: #171C8F;
    font-size: 30px;
  }
}

/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
footer {
  position: relative;
  width: 100%;
  z-index: 900;
  bottom: 0;
}
footer .footer_sichim {
  display: flex;
  justify-content: top;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 150px;
  padding: 45px 10% 30px;
  width: 100%;
  background-color: #FFF;
}
footer .footer_sichim h3 {
  margin-bottom: 40px;
  color: #171C8F;
  text-transform: uppercase;
}
footer .footer_sichim h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
footer .footer_sichim .content_footer {
  width: 35%;
}
footer .footer_sichim .footer_menu_footer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 90px;
  width: 65%;
}
footer .footer_sichim .footer_menu_footer ul li a {
  color: #030312;
  font-family: "Oswald", sans-serif;
}
footer .footer_sichim .footer_menu_footer ul li a {
  font-size: 22px;
  font-weight: 400;
  line-height: 2.5;
}
@media (max-width: 1024px) {
  footer .footer_sichim {
    flex-direction: column;
    gap: 40px;
    padding: 15px 5%;
  }
  footer .footer_sichim .content_footer {
    display: none;
  }
  footer .footer_sichim .footer_menu_footer {
    width: 100%;
    gap: 120px;
  }
  footer .footer_sichim .footer_menu_footer .sichim {
    display: none;
  }
  footer .footer_sichim .footer_menu_footer ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.5;
  }
}
footer .sub_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 50px;
  padding: 0 10%;
  background-color: #2228D3;
  font-family: "Open Sans", sans-serif;
}
footer .sub_footer .footer_copyright,
footer .sub_footer .footer_agence {
  width: 50%;
}
footer .sub_footer .footer_agence {
  text-align: right;
}
footer .sub_footer p,
footer .sub_footer a {
  color: #FFF;
}
footer .sub_footer p,
footer .sub_footer a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
footer .sub_footer a {
  font-weight: 500;
}
@media (max-width: 800px) {
  footer .sub_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px 5%;
  }
  footer .sub_footer .footer_copyright,
  footer .sub_footer .footer_agence {
    width: 100%;
    text-align: center;
  }
}

/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
HERO
******************/
.hero_legals {
  height: 250px;
  justify-content: flex-start;
  padding-left: 10%;
}

/*****************
CONTENT
******************/
.content_legals {
  padding: 45px 10% 60px;
}
.content_legals .article_section {
  margin: 30px 0;
}
.content_legals .article_section h2 {
  margin: 10px 0;
  font-size: 3.2rem;
}
.content_legals .article_section p {
  margin: 10px 0;
}

/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
.form_page {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: -25px;
  background-color: #EEEEFC;
}
.form_page .column_left,
.form_page .column_right {
  width: 50%;
}
.form_page .column_left {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 90vh;
}
.form_page .column_right {
  position: relative;
}
.form_page .column_right .iconographie .icon-arrow {
  top: -5vh;
  right: 0;
}
.form_page .column_right .form {
  padding: 0 10%;
}
.form_page .column_right .form input::placeholder,
.form_page .column_right .form textarea::placeholder,
.form_page .column_right .form select {
  color: #171C8F;
}
.form_page .column_right .form p,
.form_page .column_right .form span {
  font-size: 1.8rem;
}
.form_page .column_right .form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.form_page .column_right .form .form-row > p {
  flex: 1;
  margin: 0;
}
.form_page .column_right .form .form-row > p input,
.form_page .column_right .form .form-row > p select {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 5px;
  font-size: 1.8rem;
  box-sizing: border-box;
}
.form_page .column_right .form .full_width_message {
  margin-bottom: 20px;
}
.form_page .column_right .form .full_width_message textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  max-height: 150px;
  box-sizing: border-box;
}
.form_page .column_right .form p {
  margin-bottom: 15px;
}
.form_page .column_right .form button,
.form_page .column_right .form input[type=button],
.form_page .column_right .form input[type=reset],
.form_page .column_right .form input[type=submit] {
  padding: 10px 25px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  border: none;
  width: fit-content;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.form_page .column_right .form button:hover,
.form_page .column_right .form input[type=button]:hover,
.form_page .column_right .form input[type=reset]:hover,
.form_page .column_right .form input[type=submit]:hover {
  background-color: #2228D3;
}
.form_page .column_right .form .consentement {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: -30px;
  font-size: 1.4rem;
}
.form_page .column_right .form .consentement input[type=checkbox] {
  margin: 0;
}
.form_page .wpcf7-spinner {
  display: none;
}
@media (max-width: 800px) {
  .form_page .column_left {
    display: none;
  }
  .form_page .column_right {
    width: 100%;
    height: auto;
  }
  .form_page .column_right .form {
    margin: 60px 0;
  }
  .form_page .column_right .form .consentement {
    font-size: 1rem;
  }
}

/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
HERO
******************/
.hero_fiche_technique {
  height: 250px;
}
.hero_fiche_technique h1 {
  margin-top: -30px;
}
.hero_fiche_technique h1 span::after {
  width: 100%;
}

/*****************
FICHES TECHNIQUES
******************/
.fiche_technique_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 90px auto 60px;
  width: 70%;
  max-width: 1200px;
  justify-content: center;
  align-items: start;
  grid-auto-rows: auto;
}
.fiche_technique_grid .pdf_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
  margin: auto;
}
.fiche_technique_grid .pdf_card h2 {
  font-size: 2rem;
  margin: 10px 0 10px 10px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}
.fiche_technique_grid .pdf_card .product_card {
  padding: 15px;
  margin: 30px 0;
  width: 260px;
  min-height: 320px;
  background: #EFF1F3;
  border-radius: 5px;
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  text-align: center;
  padding-bottom: 60px !important;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.pagination .page-numbers span,
.pagination .page-numbers a {
  margin: 0 15px;
  font-size: 20px;
  color: #171C8F;
  text-decoration: none;
  position: relative;
}
.pagination .page-numbers span.current {
  margin: 0;
  padding: 10px;
  background-color: #EEEEFC;
  color: #2228D3;
  font-size: 24px;
  font-weight: 900;
}
.pagination .page-numbers a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0A7593 0%, #0C7193 15%, #146396 30%, #21539B 45%, #2B419E 60%, #0444A0 75%, #2C34A2 100%);
}

.no_result p {
  width: 100% !important;
  margin: -60px auto 30px;
  padding: 30px 20px;
  max-width: 800px;
  text-align: center;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  color: #171C8F;
  line-height: 1.6;
}

/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
SERVICES
******************/
.services_sichim {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 60px 0 90px;
}
.services_sichim .iconographie {
  width: 100%;
  text-align: center;
}
.services_sichim .iconographie .icon-rings {
  top: -15%;
  right: -25%;
  opacity: 1;
}
.services_sichim .iconographie .icon-arrow {
  bottom: -50%;
  height: 200px;
}
.services_sichim .column_left {
  width: 60%;
  padding-right: 10%;
}
.services_sichim .column_left h1 {
  margin-bottom: 30px;
}
.services_sichim .column_left p {
  margin-top: 10px;
}
.services_sichim .column_right {
  width: 40%;
}
.services_sichim .column_right img {
  width: 100%;
  height: 450px;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .services_sichim {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 60vh;
  }
  .services_sichim .column_left {
    width: 100%;
  }
  .services_sichim .column_right {
    display: none;
  }
}
@media (max-width: 768px) {
  .services_sichim .iconographie .icon-arrow {
    bottom: -20%;
  }
}
@media (max-width: 800px) {
  .services_sichim {
    height: 70vh;
  }
  .services_sichim .column_right .hero_slider {
    margin-top: 330px;
  }
}
@media (max-width: 320px) {
  .services_sichim {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
  }
}

/*****************
CTA - PAGES
******************/
.cta_services_others_pages {
  margin: 260px 0 120px;
  text-align: center;
}
.cta_services_others_pages .content {
  padding: 0 15%;
  margin: 90px 0;
}
.cta_services_others_pages .content h2 {
  margin-bottom: 45px;
}
.cta_services_others_pages .services {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cta_services_others_pages .services .grid_services {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 40px;
}
.cta_services_others_pages .services .grid_services .service_block {
  background-color: #EEEEFC;
  border-radius: 5px;
  padding-bottom: 30px;
}
.cta_services_others_pages .services .grid_services .service_block img {
  width: 100%;
  height: 250px;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
}
.cta_services_others_pages .services .grid_services .service_block .sous_titre {
  margin-top: 15px;
  color: #2228D3;
}
.cta_services_others_pages .services .grid_services .service_block .sous_titre {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
.cta_services_others_pages .services .grid_services .service_block h3 {
  margin: 15px 0 20px;
  padding: 0 20%;
}
.cta_services_others_pages .services .grid_services .service_block .button_tertiary {
  color: #030312;
  font-size: 1.6rem;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .cta_services_others_pages {
    margin: 260px 0 90px;
  }
  .cta_services_others_pages .grid_services {
    width: 100% !important;
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .cta_services_others_pages {
    margin: 180px 0 90px;
  }
  .cta_services_others_pages .services {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .cta_services_others_pages .services .grid_services {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 412px) {
  .cta_services_others_pages {
    margin: 160px 0 90px;
  }
}
@media (max-width: 390px) {
  .iconographie .icon-arrow {
    bottom: -40%;
    left: 40%;
  }
}
@media (max-width: 320px) {
  .cta_services_others_pages {
    margin: 200px 0 90px;
  }
  .cta_services_others_pages .iconographie .icon-arrow {
    bottom: -60%;
  }
}
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
EXPERTISES DU SERVICE
******************/
.expertise_service_sichim .content_service {
  display: block;
  padding: 0 10% 90px;
  margin: 90px 0;
  position: relative;
  z-index: 5;
}
.expertise_service_sichim .content_service h1 {
  margin-bottom: 30px;
}
.expertise_service_sichim .content_service p {
  margin-top: 10px;
}
.expertise_service_sichim .content_service .iconographie {
  width: 100%;
}
.expertise_service_sichim .content_service .iconographie .icon-rings {
  top: -10vh;
  right: -30vw;
  opacity: 1;
}
.expertise_service_sichim .content_service .iconographie .icon-arrow {
  bottom: -20vh;
  height: 250px;
}
.expertise_service_sichim img {
  display: block;
  margin-top: 30px;
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

/*****************
SERVICES
******************/
.service_sichim {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #EEEEFC;
}
.service_sichim .column_left {
  width: 60%;
}
.service_sichim .column_left p {
  margin-bottom: 75px;
}
.service_sichim .column_left .iconographie .icon-rings {
  top: 0;
  right: -20vw;
  opacity: 1;
}
.service_sichim .column_left .iconographie .icon-arrow {
  bottom: 0;
  left: 33vw;
  height: 75px;
  transform: rotate(-25deg);
}
.service_sichim .column_right {
  overflow: hidden;
  padding-right: 0;
}
.service_sichim .column_right .img_services {
  margin-top: 125px;
}
.service_sichim .column_right .img_services .carousel_wrapper .carousel_controls .carousel_btn {
  margin-bottom: 60px;
  background: #FFF;
  color: #171C8F;
}
.service_sichim .column_right .img_services .carousel_wrapper .carousel_controls .carousel_btn:hover {
  background: #2228D3;
  color: #FFF;
}

@media (max-width: 1024px) {
  .service_sichim {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .service_sichim .column_left,
  .service_sichim .column_right {
    width: 100%;
  }
  .service_sichim .column_left {
    margin-top: 90px;
  }
  .service_sichim .column_left .iconographie {
    display: none;
  }
  .service_sichim .column_right {
    padding-left: 5%;
    height: contain;
  }
}
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
EXPERTISES
******************/
.expertises_sichim {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 90px 0;
}
.expertises_sichim .column_left {
  width: 60%;
  padding-right: 10%;
}
.expertises_sichim .column_left h1 {
  margin-bottom: 30px;
}
.expertises_sichim .column_left p {
  margin-top: 10px;
}
.expertises_sichim .column_left .iconographie .icon-rings {
  bottom: 10%;
}
.expertises_sichim .column_left .iconographie .icon-arrow {
  bottom: -30%;
  left: 40%;
}
.expertises_sichim .column_right {
  width: 40%;
}
.expertises_sichim .column_right img {
  width: 100%;
  height: 450px;
  border-radius: 5px;
}

@media (max-width: 800px) {
  .expertises_sichim {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .expertises_sichim .column_left .iconographie .icon-arrow {
    bottom: -50% !important;
    left: 35%;
  }
}
@media (max-width: 1024px) {
  .expertises_sichim {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 45px 0;
  }
  .expertises_sichim .column_left {
    width: 100%;
  }
  .expertises_sichim .column_left .iconographie .icon-arrow {
    bottom: -60%;
    height: 120px;
    transform: rotate(90deg);
  }
  .expertises_sichim .column_right {
    display: none;
  }
}
@media (max-width: 768px) {
  .expertises_sichim {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 30vh;
  }
  .expertises_sichim .column_left {
    width: 100%;
  }
  .expertises_sichim .column_left .iconographie .icon-arrow {
    bottom: -65% !important;
    left: 35%;
  }
  .expertises_sichim .column_right {
    display: none;
  }
}
@media (max-width: 412px) {
  .expertises_sichim .column_left {
    margin-top: 160px;
  }
  .expertises_sichim .column_left .iconographie .icon-arrow {
    height: 100px;
    bottom: -100% !important;
  }
}
@media (max-width: 390px) {
  .expertises_sichim .column_left .iconographie .icon-arrow {
    bottom: -125% !important;
    left: 25%;
  }
}
@media (max-width: 320px) {
  .expertises_sichim .column_left {
    height: 90vh;
    margin-top: 220px;
  }
  .expertises_sichim .column_left .iconographie .icon-arrow {
    bottom: -210% !important;
    height: 100px;
  }
}
/*****************
CTA - PAGES
******************/
.cta_entreprise_others_pages {
  margin: 220px 0 120px;
  text-align: center;
}
.cta_entreprise_others_pages .content {
  padding: 0 15%;
  margin-bottom: 90px;
}
.cta_entreprise_others_pages .content h2 {
  margin-bottom: 45px;
}
.cta_entreprise_others_pages .services {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.cta_entreprise_others_pages .services .column_left,
.cta_entreprise_others_pages .services .column_right {
  padding: 0 0 30px 0;
  margin: 0 2%;
  width: 30%;
  background-color: #EEEEFC;
  border-radius: 5px;
}
.cta_entreprise_others_pages .services .column_left img,
.cta_entreprise_others_pages .services .column_right img {
  width: 100%;
  height: 250px;
  border-radius: 5px 5px 0 0;
}
.cta_entreprise_others_pages .services .column_left .sous_titre,
.cta_entreprise_others_pages .services .column_right .sous_titre {
  margin-top: 15px;
  color: #2228D3;
}
.cta_entreprise_others_pages .services .column_left .sous_titre,
.cta_entreprise_others_pages .services .column_right .sous_titre {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
.cta_entreprise_others_pages .services .column_left h3,
.cta_entreprise_others_pages .services .column_right h3 {
  margin: 15px 0 20px;
  padding: 0 15%;
}
.cta_entreprise_others_pages .services .column_left a,
.cta_entreprise_others_pages .services .column_right a {
  color: #030312;
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .cta_entreprise_others_pages {
    margin: 220px 0 45px;
  }
  .cta_entreprise_others_pages .content {
    padding: 0 5%;
    margin-bottom: 30px;
  }
  .cta_entreprise_others_pages .services .column_left,
  .cta_entreprise_others_pages .services .column_right {
    margin: 30px 5%;
    width: 100%;
  }
  .cta_entreprise_others_pages .services .column_left img,
  .cta_entreprise_others_pages .services .column_right img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .cta_entreprise_others_pages {
    margin: 240px 0 45px;
  }
  .cta_entreprise_others_pages .services {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .cta_entreprise_others_pages .services .column_left,
  .cta_entreprise_others_pages .services .column_right {
    width: 90%;
  }
}
@media (max-width: 412px) {
  .cta_entreprise_others_pages {
    margin: 360px 0 45px;
  }
  .cta_entreprise_others_pages .services .column_left,
  .cta_entreprise_others_pages .services .column_right {
    margin: 30px 5%;
    width: 90%;
  }
  .cta_entreprise_others_pages .services .column_left h3,
  .cta_entreprise_others_pages .services .column_right h3 {
    padding: 0 10%;
  }
}
@media (max-width: 320px) {
  .cta_entreprise_others_pages {
    margin: 420px 0 90px;
  }
}
/*****************
HISTOIRES
******************/
.histoire_sichim {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 60px;
  background-color: #EFF1F3;
}
.histoire_sichim .column_left {
  width: 50%;
  padding: 0 5% 0 10%;
}
.histoire_sichim .column_left h2 {
  margin: 60px 0 45px;
}
.histoire_sichim .column_left p {
  margin: 30px 0;
  padding-right: 5%;
}
.histoire_sichim .column_left .iconographie .icon-arrow {
  bottom: -10%;
  left: 65%;
  height: 75px;
  transform: rotate(-15deg);
}
.histoire_sichim .column_right {
  padding-right: 0;
  width: 50%;
  overflow: hidden;
  z-index: 100;
}

@media (max-width: 1024px) {
  .histoire_sichim {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .histoire_sichim .column_left,
  .histoire_sichim .column_right {
    width: 100%;
  }
  .histoire_sichim .column_left {
    margin-top: 90px;
  }
  .histoire_sichim .column_left .iconographie {
    display: none;
  }
  .histoire_sichim .column_right {
    padding-left: 5%;
    height: contain;
  }
}
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
HERO
******************/
.hero_homepage {
  position: relative;
  height: 600px;
}
.hero_homepage .column_left {
  width: 70%;
  padding-right: 10%;
}
.hero_homepage .column_left p {
  margin-bottom: 45px;
}
.hero_homepage .column_left .buttons_hero .button_tertiary {
  margin-left: 30px;
}
.hero_homepage .column_right {
  margin-right: 10%;
  width: 30%;
}
.hero_homepage .column_right .hero_slider {
  position: relative;
  margin-top: 200px;
  width: 450px;
  height: 550px;
  z-index: 100;
}
.hero_homepage .column_right .hero_slider .slides,
.hero_homepage .column_right .hero_slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero_homepage .column_right .hero_slider .slides {
  position: relative;
}
.hero_homepage .column_right .hero_slider .slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  border-radius: 5px;
  z-index: 0;
}
.hero_homepage .column_right .hero_slider .slide.active {
  opacity: 1;
  z-index: 1;
}
.hero_homepage .column_right .slide_content {
  position: relative;
  z-index: 2;
}
.hero_homepage .column_right .slide_content .categories {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0 0 20px;
}
.hero_homepage .column_right .slide_content .categories span {
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid var(#171C8F, #EEEEFC);
  background: rgba(238, 238, 252, 0.6);
  color: #171C8F;
  font-size: 1.4rem;
}
.hero_homepage .column_right .nav_dots {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
  top: 15%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 3;
}
.hero_homepage .column_right .nav_dots .dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.hero_homepage .column_right .nav_dots .dot.active {
  background-color: #171C8F;
}
.hero_homepage .column_right .iconographie .icon-rings {
  top: -10%;
  right: -20%;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 412px) {
  .hero_homepage {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 70vh;
  }
  .hero_homepage .column_left {
    width: 100%;
  }
  .hero_homepage .column_right {
    display: none;
  }
}
@media (max-width: 800px) {
  .hero_homepage {
    height: 80vh;
  }
  .hero_homepage .column_right {
    display: none;
  }
  .hero_homepage .column_left {
    width: 100%;
  }
  .hero_homepage .column_left .button_tertiary {
    display: none;
  }
}
@media (max-width: 320px) {
  .hero_homepage {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
  }
  .hero_homepage .column_left .button_primary {
    display: none;
  }
}

/*****************
SLIDER DEROULANT
******************/
.slider_deroulant {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 70%;
  height: 60px;
  overflow: hidden;
  background-color: #171C8F;
}
.slider_deroulant .track {
  gap: 60px;
}
.slider_deroulant .track p {
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.slider_deroulant .track .dot {
  color: #FFF;
  font-size: 30px;
}
@media (max-width: 800px) {
  .slider_deroulant {
    width: 100%;
  }
}

/*****************
GAMME DE PRODUITS
******************/
.gamme_homepage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 60px;
  padding: 120px 0;
  overflow: hidden;
}
.gamme_homepage .column_left .iconographie .icon-rings {
  top: -45px;
  left: 0px;
  height: 600px;
  opacity: 0.08;
}
.gamme_homepage .column_left .iconographie .icon-arrow {
  bottom: -25px;
  left: 25vw;
  height: 150px;
  transform: rotate(-5deg);
}
.gamme_homepage .column_right .img_gamme_produits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 40px 20px;
}
.gamme_homepage .column_right .img_gamme_produits .gamme_card {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.gamme_homepage .column_right .img_gamme_produits .gamme_card:nth-child(1) {
  grid-row: span 2;
}
.gamme_homepage .column_right .img_gamme_produits .gamme_card .highlight_overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  z-index: 1;
}
.gamme_homepage .column_right .img_gamme_produits .gamme_card .gamme_title,
.gamme_homepage .column_right .img_gamme_produits .gamme_card .icon {
  position: relative;
  z-index: 2;
}
.gamme_homepage .column_right .img_gamme_produits .gamme_card .gamme_title {
  max-width: 80%;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  text-transform: uppercase;
}
.gamme_homepage .column_right .img_gamme_produits .gamme_card .icon {
  width: 60px;
  height: auto;
  top: 40px;
  transition: all 0.1s ease;
}
.gamme_homepage .column_right .img_gamme_produits .gamme_card:hover .icon {
  width: auto;
  height: 60px;
  top: 0;
}
.gamme_homepage .column_right .img_gamme_produits .gamme_card:nth-child(1):hover .icon {
  height: 120px;
}
@media (max-width: 1024px) {
  .gamme_homepage {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 0;
    padding-bottom: 30px;
  }
  .gamme_homepage .column_left,
  .gamme_homepage .column_right {
    width: 100%;
  }
  .gamme_homepage .column_left .icon-arrow {
    display: none;
  }
  .gamme_homepage .column_right {
    padding: 0 5%;
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .gamme_homepage {
    padding: 75px 0;
  }
  .gamme_homepage .column_right .img_gamme_produits {
    grid-template-columns: repeat(1, 1fr);
  }
  .gamme_homepage .column_right .img_gamme_produits a {
    height: 220px;
  }
  .gamme_homepage .column_right .img_gamme_produits .gamme_card:nth-child(1) {
    grid-row: span 1;
  }
  .gamme_homepage .column_right .img_gamme_produits .gamme_card:nth-child(1):hover .icon {
    height: 90px;
  }
}

/*****************
ENGAGEMENTS
******************/
.engagements_homepage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 60px 15% 75px;
  margin-top: 90px;
  overflow: hidden;
  background-color: #EEEEFC;
  text-align: center;
}
.engagements_homepage .title_page {
  margin-bottom: 60px;
}
.engagements_homepage .icons_engagements {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 45px;
}
.engagements_homepage .engagement_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.engagements_homepage .engagement_item img {
  height: 75px;
  margin-bottom: 15px;
}
.engagements_homepage .engagement_item .engagement_label {
  padding: 0 15%;
  color: #030312;
  font-size: 1.6rem;
  font-weight: 600;
}
.engagements_homepage .iconographie {
  padding: 0 10%;
}
.engagements_homepage .iconographie .icon-arrow {
  top: 25vh;
  right: 5vw;
  height: 200px;
  transform: rotate(-5deg);
}
@media (max-width: 1024px) {
  .engagements_homepage {
    padding: 45px 5%;
  }
  .engagements_homepage .icons_engagements {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 45px;
  }
  .engagements_homepage .iconographie {
    display: none;
  }
}
@media (max-width: 412px) {
  .engagements_homepage {
    margin-top: 15px;
  }
  .engagements_homepage .icons_engagements {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*****************
NOUVEAUX PRODUITS
******************/
.nouveaux_produits_homepage {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 90px;
}
.nouveaux_produits_homepage .column_left h2 {
  margin-top: 90px;
}
.nouveaux_produits_homepage .column_left p {
  margin: 45px 0 15px;
}
.nouveaux_produits_homepage .column_right {
  overflow: hidden;
  padding-right: 0;
}
.nouveaux_produits_homepage .column_right .img_produits {
  margin-top: 75px;
}
@media (max-width: 1024px) {
  .nouveaux_produits_homepage {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .nouveaux_produits_homepage .column_left,
  .nouveaux_produits_homepage .column_right {
    width: 100%;
  }
  .nouveaux_produits_homepage .column_left .button_secondary {
    display: none;
  }
  .nouveaux_produits_homepage .column_right {
    padding: 0 5%;
  }
  .nouveaux_produits_homepage .column_right .carousel_wrapper .manual_track .produit_card .produit_image_wrapper {
    margin-top: 60px;
  }
}

/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
HERO
******************/
.hero_search {
  height: 250px;
}
.hero_search h1 {
  margin-top: -60px;
}
.hero_search h1 span::after {
  width: 100%;
}

/*****************
SEARCH GRID
******************/
.search_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 120px auto;
  width: 70%;
  max-width: 1200px;
  justify-content: center;
  align-items: start;
  grid-auto-rows: auto;
}
.search_grid .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
  margin: auto;
  min-height: 450px;
}
.search_grid .card h2 {
  font-size: 2rem;
  margin: 10px 0 10px 10px;
  text-align: left;
  color: #171C8F;
  font-weight: 400;
  text-transform: uppercase;
}
.search_grid .card .product_card {
  padding: 15px;
  margin: 30px 0;
  width: 260px;
  min-height: 320px;
  background: #EFF1F3;
  border-radius: 5px;
  text-align: center;
}

/*****************
NO RESULT
******************/
.no_result p {
  width: 100% !important;
  margin: -60px auto 30px;
  padding: 30px 20px;
  max-width: 800px;
  text-align: center;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  color: #171C8F;
  line-height: 1.6;
}

/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
HERO
******************/
.hero_produits {
  position: relative;
  height: 450px;
}
.hero_produits .column_left h1 span::after {
  width: 62%;
}
.hero_produits .column_left .iconographie .icon-rings {
  top: -30%;
  right: -30%;
  opacity: 1;
  z-index: 100;
}
.hero_produits .column_right {
  z-index: 200;
}
.hero_produits .column_right img {
  width: 220px;
}

@media (max-width: 1024px) {
  .hero_produits {
    height: 250px;
  }
  .hero_produits .column_left {
    width: 100%;
  }
  .hero_produits .column_right {
    display: none;
  }
}
/*****************
FILTRES
******************/
.product_filters {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #EFF1F3;
  font-family: "Mako", sans-serif;
  overflow-x: auto;
  white-space: nowrap;
}
.product_filters::-webkit-scrollbar {
  display: none;
}
.product_filters button {
  padding: 5px 30px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  color: #2228D3;
  background-color: #EFF1F3;
  border-right: 1px solid #2228D3;
  border-left: 1px solid #2228D3;
  cursor: pointer;
  flex-shrink: 0;
}
.product_filters button:hover {
  background-color: #171C8F;
  color: #EFF1F3;
}
.product_filters button.active {
  background-color: #2228D3;
  color: #EFF1F3;
}
.product_filters button:first-child {
  border-left: 2px solid #2228D3;
}
.product_filters button:last-child {
  border-right: 2px solid #2228D3;
}
.product_filters button img {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .product_filters {
    justify-content: flex-start;
  }
}

/*****************
PRODUCTS GIRD
******************/
.product_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 60px auto;
  width: 70%;
  max-width: 1200px;
  justify-content: center;
  align-items: start;
  grid-auto-rows: auto;
}
.product_grid .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
  margin: auto;
  min-height: 450px;
}
.product_grid .card h2 {
  font-size: 2rem;
  margin: 10px 0 10px 10px;
  text-align: left;
  color: #171C8F;
  font-weight: 400;
  text-transform: uppercase;
}
.product_grid .card p {
  font-size: 1.8rem;
  margin: 10px 0 30px;
  margin-left: 10px;
}
.product_grid .card button {
  margin-left: 10px;
}
.product_grid .card .product_card {
  padding: 15px;
  margin: 30px 0;
  width: 260px;
  height: 320px;
  background: #EFF1F3;
  border-radius: 5px;
  text-align: center;
}
.product_grid .card .product_card a img {
  margin-top: 30px;
  max-height: 200px;
}
.product_grid .card .product_card .infos_note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  max-height: 35px;
}
.product_grid .card .product_card .infos_note .note_produit {
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  color: #171C8F;
  font-size: 1.4rem;
}
.product_grid .card .product_card .infos_note .note_produit img {
  margin-left: 10px;
  width: 20px;
  height: auto;
}
.product_grid .card .product_card .infos_note .category_produit {
  text-align: right;
}
.product_grid .card .product_card .infos_note .category_produit img {
  width: auto;
  max-height: 35px;
}
.product_grid .iconographie .icon-arrow:nth-child(1) {
  top: 0;
  left: -20%;
  transform: rotate(90deg);
}
.product_grid .iconographie .icon-arrow:nth-child(2) {
  right: -20%;
  top: 40%;
  transform: scaleX(-1);
}
@media (max-width: 1024px) {
  .product_grid .iconographie {
    display: none;
  }
}
@media (max-width: 800px) {
  .product_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 360px) {
  .product_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.no_result {
  width: 100% !important;
  margin: 90px auto;
  padding: 30px 20px;
  max-width: 800px;
  text-align: center;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  color: #171C8F;
  line-height: 1.6;
}

/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*****************
PRODUCT SECTION
******************/
.produit_page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.produit_page .produit {
  display: flex;
  width: 100%;
  padding-bottom: 110px;
  border-bottom: 2px solid #EEEEFC;
  /*--------- PRODUCTS IMAGES ---------*/
  /*--------- INFOS PRODUIT ---------*/
  /*--------- PACKAGING ---------*/
  /*--------- BOUTONS ---------*/
}
.produit_page .produit .images {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 55%;
}
.produit_page .produit .images .img_principal {
  padding: 15px 45px 30px;
  flex-direction: column;
  width: 55%;
  background-color: #EFF1F3;
  border: 2px solid #2228D3;
  border-radius: 10px;
  position: relative;
}
.produit_page .produit .images .img_principal img {
  width: 300px;
  height: auto;
}
.produit_page .produit .images .img_principal .infos_note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.produit_page .produit .images .img_principal .infos_note .note_produit {
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  color: #171C8F;
  font-size: 1.8rem;
}
.produit_page .produit .images .img_principal .infos_note .note_produit img {
  margin-left: 10px;
  width: 20px;
  height: auto;
}
.produit_page .produit .images .img_principal .infos_note .category_produit {
  text-align: right;
}
.produit_page .produit .images .img_principal .infos_note .category_produit img {
  width: 35px;
}
.produit_page .produit .images .img_principal .zoom-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.produit_page .produit .images .img_principal .zoom-container img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 60px;
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.produit_page .produit .images .img_principal .zoom-container:hover img {
  transform: scale(2.5);
}
.produit_page .produit .images .galerie-produits {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 30px;
}
.produit_page .produit .images .galerie-produits img {
  width: 100%;
  height: 90px;
  border: 2px solid #2228D3;
  padding: 10px;
  border-radius: 10px;
  background-color: #EFF1F3;
  cursor: pointer;
}
.produit_page .produit .infos_produit {
  width: 50%;
  padding-right: 10%;
}
.produit_page .produit .infos_produit .title_page {
  margin: 60px 0 30px 0;
  color: #2228D3;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #2228D3;
}
.produit_page .produit .infos_produit .title_page {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
.produit_page .produit .infos_produit .infos h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 2;
}
.produit_page .produit .infos_produit .infos h2 {
  background: linear-gradient(90deg, #0A7593 0%, #0C7193 15%, #146396 30%, #21539B 45%, #2B419E 60%, #0444A0 75%, #2C34A2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.produit_page .produit .infos_produit .infos p {
  font-family: "Mako", sans-serif;
  color: #030312;
  margin: 15px 1.2px 15px 1.2px;
}
.produit_page .produit .conditionnement {
  display: flex;
  font-family: "Mako", sans-serif;
  margin: 45px 0px 45px 0px;
}
.produit_page .produit .conditionnement p {
  font-weight: normal;
  color: #2228D3;
  background-color: #EFF1F3;
  border-right: 1px solid #2228D3;
  padding: 5px 20px 5px 20px;
}
.produit_page .produit .conditionnement p:last-child {
  border-right: none;
}
.produit_page .produit .buttons_produits {
  margin-top: 20px;
  display: flex;
  gap: 45px;
}
.produit_page .produit .buttons_produits .button_secondary {
  background-color: #2228D3;
  color: #EFF1F3;
}
@media (max-width: 800px) {
  .produit_page .produit {
    flex-direction: column;
    padding-bottom: 45px;
    margin-bottom: 30px;
    border-bottom: 4px solid #EEEEFC;
  }
  .produit_page .produit .images,
  .produit_page .produit .infos_produit,
  .produit_page .produit .conditionnement,
  .produit_page .produit .buttons_produits {
    width: 100%;
  }
  .produit_page .produit .images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .produit_page .produit .images .img_principal {
    width: 80%;
  }
  .produit_page .produit .images .img_principal .infos_note .category_produit img {
    width: auto;
    max-height: 45px;
  }
  .produit_page .produit .images .galerie-produits {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding-right: 10%;
    margin-top: 30px;
  }
  .produit_page .produit .images .galerie-produits img {
    height: 120px;
    width: auto;
  }
  .produit_page .produit .infos_produit,
  .produit_page .produit .conditionnement,
  .produit_page .produit .buttons_produits {
    padding: 0 5%;
  }
}

/*****************
SIMILAR PRODUCTS
******************/
.produits_similaires {
  width: 100%;
  min-height: 70vh;
  background-color: #EEEEFC;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.produits_similaires h2 {
  color: #2228D3;
}
.produits_similaires h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
}
.produits_similaires h2::after {
  content: "";
  display: block;
  margin: -30px 0 30px 0;
  height: 20px;
  background: linear-gradient(90deg, #E0E0E0 0%, #EFF1F3 50%, #EEEFFC 100%);
}
.produits_similaires ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.produits_similaires ul li {
  width: auto;
}
.produits_similaires ul li a {
  position: relative;
  display: flex;
}
.produits_similaires ul li a .img_produits_similaires {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 200px;
  height: 250px;
  margin: auto;
  border: 2px solid #2228D3;
  border-radius: 10px;
  background-color: #EFF1F3;
}
.produits_similaires ul li a .img_produits_similaires img {
  width: auto;
  max-height: 200px;
}
.produits_similaires ul li a .img_produits_similaires .categorie {
  position: absolute;
  top: 0;
  right: 0;
}
.produits_similaires button {
  margin-top: 30px;
}
@media (max-width: 800px) {
  .produits_similaires {
    display: none;
  }
}

/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
/*
Theme Name: Si Chim
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Si Chim a confié le développement de son site e-commerce à l'agence ComKani.
Version: 1.0.0
Text Domain: chimiste, produits entretiens, fabrications, développement de produits d'entretien
*/
/*--------- STYLE IMPORTS ---------*/
.error_page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50vh;
}
.error_page .title_error {
  margin: 60px 0 30px;
  text-align: left;
}
.error_page .column_right,
.error_page .column_left {
  width: 50%;
}
.error_page .column_left {
  padding: 0 5% 0 10%;
}
.error_page .column_left .buttons_404 {
  margin-top: 30px;
}
.error_page .column_right img {
  height: 80vh;
  width: 100%;
  z-index: 800 !important;
}

/*# sourceMappingURL=style.css.map */
