/**
 * Copyright © Raphaël Castello, 2023-2024
 * Web / contact :  www.sns.pm
 * Script name : api.css
 */
html {
  background-color: var(--bkg_html);
  font-size: 16px;
  scroll-behavior: initial;
}
/* ARCHITECTURE
Body (flex column)
  ⇊
	[
		⇉ header (row)
		⇉ main (flex)
		⇉ #HOME (display: flex-column)
		⇉ footer (display: flex-row)
	]
*/
body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-height: 100dvh;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  z-index: 1;
  line-height: 1.2;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  font-family: var(--current-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: var(--bkg_html);
  background: radial-gradient(circle, rgb(82 146 154 / 10%) 20%, rgb(220 186 137 / 42%) 100%);
  background-position: center;
  background-attachment: fixed;
}
/* HEADER */
header {
  top: -25vh;
  display: flex;
  padding: 0.4rem 0.8rem;
  margin: 0;
  z-index: 50;
  width: 100%;
  color: var(--text-dark-gray);
  background-color: rgb(211 212 207 / 0.05%);
  backdrop-filter: blur(1.5px);
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  box-shadow: 0px 2px 8px -2px rgb(0 0 0 / 14%);
  justify-content: space-between;
}
.header_fixed {
  background: rgb(211 212 207 / 86%);
  background: radial-gradient(circle, rgb(82 146 154 / 10%) 20%, rgb(220 212 201 / 42%) 100%);
  background-position: center;
  background-attachment: fixed;
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  transition: top 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}
/* LOGO + HOME LINK */
#logo_img_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  column-gap: 0.6rem;
}
header img#logo_header {
  width: clamp(40px, 4.5vw, 56px);
  height: auto;
  align-self: flex-start;
}
header a.website_title {
  color: var(--text-dark-gray);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 600;
  font-family: 'Poppins-500', system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0.08rem;
  word-spacing: -0.2rem;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  align-self: center;
  line-height: 1.1;
  text-shadow: -0.5px -0.5px 2px #fff;
}
#links_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  column-gap: clamp(1rem, 3vw, 6vw);
}
#links_header a {
  color: var(--dark-gray);
  text-decoration: none;
  font-size: clamp(1.1rem, 1.6vw, 1.28rem);
  font-weight: 400;
  word-spacing: -1px;
  position: relative;
}
/* effect : underline grow to bottom center */
#links_header a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: var(--dark-gray);
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
#links_header a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom center;
}
.menu_button, .menu_button i, #button-label {
  /* set transition for all : button + icon + text */
  transition: all 0.3s ease;
}
.menu_button {
  background: var(--bkg_buttons);
  border: none;
  border-radius: 8px;
  width: auto;
  height: 42px;
  margin: 0;
  padding: 0 0.8rem 0 0.6rem;
  display: flex;
  column-gap: 0.3rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-shadow: var(--box_shad_buttons);
}
.menu_button:hover {
  color: var(--dark-gray);
  box-shadow: var(--box_shad_buttons_hover);
  transition: all 0.3s ease;
}
.menu_button i {
  color: var(--text-dark-gray);
  font-size: 2rem;
  line-height: 0;
  align-self: center;
}
#button-label {
  font-size: 1.3rem;
  color: var(--text-dark-gray);
  align-self: center;
}
.menu_button:hover>i, .menu_button:hover>#button-label {
  color: var(--dark-gray);
}
/* end HEADER */
main {
  display: flex;
  margin: 0;
  color: var(--color-text);
  padding: 0;
  width: 100%;
  z-index: 10;
  max-width: 1280px;
  min-height: 100vh;
  flex-direction: column;
}
/* HOME - title + slogan BLOCK */
#HOME {
  width: 100%;
  min-height: 94vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-content: center;
}
/* HOME PAGE  */
h1.home_title {
  --animate-duration: 1.4s;
  background: #fff;
  text-shadow: 4px 4px 4px rgb(114 114 114 / 24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00000000;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: clamp(4vw, 7vw, 6rem);
  color: var(--white-dim);
  font-weight: 700;
  font-family: 'Poppins-500', system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0.5rem;
  word-spacing: -0.5rem;
}
.slogan {
  --animate-duration: 1s;
  text-align: center;
  margin: 0;
  padding: 0 12vw;
  font-family: var(--current-font);
  font-size: clamp(1rem, 2.6vw, 1.8rem);
  line-height: 1.4;
  color: var(--dark-gray);
}
.slogan>strong {
  font-weight: 400;
}
.slogan a {
  color: var(--color-text);
}
.scroll_invit {
  --animate-duration: 1.8s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  color: var(--orange);
}
.scroll_invit i {
  font-size: clamp(3em, 5em, 6vw);
}
/* HOME LINKS */
nav#services {
  margin: 5rem 0 20vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}
.home_links {
  display: flex;
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 8px;
  color: var(--dark-gray);
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 400;
  background-color: var(--bkg_buttons);
  box-shadow: -4px -8px 14px var(--shad_dark) inset,
    4px 4px 14px var(--shad_light) inset,
    0px 0px 4px -2px var(--shad_gray);
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 0.8rem;
  transition: box-shadow 0.3s ease;
}
.home_links i {
  font-size: clamp(1.5rem, 2.2vw, 1.4rem);
}
.home_links:hover {
  box-shadow: 4px 8px 14px var(--shad_dark) inset,
    -4px -4px 14px var(--shad_light) inset,
    0px 0px 2px -2px var(--shad_gray);
  transition: box-shadow 0.3s ease;
}
#services a, #services span {
  text-decoration: none;
  color: var(--dark-gray);
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 400;
}
#services a>i, #services span>i {
  margin-right: 1rem;
}
/* end HOME PAGE  */
/* MAIN page */
.page {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.page_item {
  max-width: 80%;
  width: 100%;
  margin: 0 auto 10vh;
  padding: 0 2rem 3.6rem;
  background: var(--bkg_html);
  border-radius: 8px;
  box-shadow: var(--card);
}
.page_item_padding {
  padding: 3rem 2rem 3.4rem;
}
.page h1 {
  font-family: 'Poppins-500', system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.6rem, 3.4vw, 2.8rem);
  color: var(--color-title);
  font-weight: 400;
  margin: 7vmax 0 4vmax;
  text-align: center;
  max-width: 84%;
  width: 100%;
}
.page>p {
  max-width: 75%;
  margin: 2vh auto 8vh !important;
  font-weight: 400 !important;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem) !important;
}
.page>p em, em {
  font-style: normal;
  font-weight: 400;
}
.page h2 {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: var(--color-title);
  font-weight: 400;
  margin: 3.6rem 0 3rem;
  text-align: center;
}
.page h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--color-title);
  font-weight: 400;
  margin: 3rem 0 2rem;
  text-align: left;
}
.page p, .page address {
  font-family: var(--current-font);
  font-size: clamp(1.1rem, 1.8vw, 1.6rem);
  font-weight: 300;
  margin: 4vh 0 0;
  line-height: 1.4;
  color: var(--black);
}
.page address {
  font-style: normal;
  text-align: center;
  margin: 6vh auto 0;
  font-weight: 350;
}
.page a {
  margin: 0.75rem 0 0;
  color: var(--color-text);
  white-space: nowrap;
  text-decoration: var(--text-decoration);
  text-decoration-thickness: var(--decoration-thickness);
  text-underline-offset: var(--decoration-offset);
}
.page a:hover {
  text-decoration: none;
}
.page li::before {
  content: "-";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.page li {
  position: relative;
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  margin: 1rem 0 0 0;
  padding: 0 0 0 1rem;
  font-weight: 350;
}
.page .small {
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  font-weight: 320;
}
.page b {
  font-weight: 400;
}
.page p>strong {
  font-weight: 400;
}
.summary {
  margin: 3vh 0 0;
}
.summary li::before {
  display: none;
}
.summary li {
  padding: 0;
}
.summary a {
  white-space: inherit;
  line-height: 1.5em;
}
.toogle_trigger {
  font-weight: 400;
  font-style: italic;
  text-decoration: var(--text-decoration);
  text-decoration-thickness: var(--decoration-thickness);
  text-underline-offset: var(--decoration-offset);
  cursor: pointer;
}
.toogle_trigger:hover {
  text-decoration: none;
}
.point_right {
  transform: rotate(90deg);
  display: inline-block;
  margin: 0 0.2rem 0 0;
  vertical-align: text-bottom;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.toogle_block {
  display: none;
}
/* end MAIN */
/* particles JS */
#particles {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100vw;
  min-height: 100vh;
}
/* MENU */
#menu {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-width: 100vw;
  overflow-y: auto;
  margin: 0;
  background-image: url(../IMGS/fond_menu.webp);
  background-color: var(--bkg_menu);
  background-blend-mode: soft-light;
  box-shadow: -1px 0 16px -1px rgb(38 38 38 / 40%);
}
#menu nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  padding: 4vh 3vmax 10vh 3vmax;
}
#menu nav div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 0.8rem;
}
#menu i {
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
}
#menu a.nav_links, #menu span.nav_links {
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  font-weight: 300;
  color: #232323;
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: relative;
}
#menu a::before, #menu span.nav_links::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--black);
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
  transform-origin: left;
}
#menu a:hover::before, #menu span.nav_links:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/*  end MENU  */
/* Menu group */
.menu_group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin: 0 0 15vh;
}
.group_item {
  margin: 4vh 0 0;
  backdrop-filter: blur(4px);
  animation-duration: 1.8s;
  -webkit-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
}
.group_item .Card3D {
  width: 380px;
  max-width: 42vw;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
  border-radius: 8px;
  padding: 1.2rem 1.2rem;
  box-shadow: 1px 1px 8px -1px rgb(82 82 82 / 42%);
  transform-style: preserve-3d;
  transition: all 0.1s linear;
}
.Card3D {
  transform-style: preserve-3d;
  transition: all 0.1s linear;
}
.group_item_icons {
  align-self: center;
}
.group_item i {
  line-height: 0;
  font-size: 5rem;
  color: hsl(185 52% 43% / 1);
}
.group_item a {
  color: var(--color-text);
  font-size: clamp(1.3rem, 2vmax, 1.6rem);
  font-weight: 300;
  white-space: nowrap;
  text-decoration: none;
  margin: 0;
}
/* end Menu group */
/* section 404 */
section.not_found {
  width: 100%;
  height: 100%;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
}
/* END section 404 */
/* CREA WEB IMGS  */
#crea_web_gallery img {
  width: 100%;
  margin-bottom: -4px;
}
#crea_web_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6vmax;
  margin: 2vh auto 10vh;
  width: 100%;
  max-width: 94%;
  min-height: 100vh;
}
.conteneur_images {
  overflow: hidden;
  position: relative;
}
.conteneur_images:hover .legend_image {
  bottom: 0;
  transition: bottom 0.6s ease;
}
.conteneur_images:hover>img {
  /* zoom effect on hover imgs crea_bout */
  transform: scale(1.2);
  transform-origin: top;
  transition: transform 0.6s ease;
}
.legend_image {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0 1rem;
  white-space: break-spaces;
  text-align: center;
  align-content: center;
  bottom: -105%;
  left: 0;
  background: rgb(0 0 0 / 70%);
  color: var(--white-dim) !important;
  text-decoration: none;
  font-size: 1.1em;
  transition: bottom 0.4s ease;
}
/* depan PC */
#img_repa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 380px));
  gap: 1.5rem;
  margin: 6vh auto 2vh;
  justify-content: center;
  justify-items: stretch;
}
#img_repa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* crea_bout */
#crea_bout_imgs {
  margin: 7vh auto 0;
  display: flex;
  gap: 1.5rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#crea_bout_imgs img {
  width: 100%;
  margin-bottom: -5px;
}
#end_audit_seo {
  margin: 0 auto 10vh;
}
/* Form Contact */
form.form_contact {
  margin: 5vh auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}
.form_contact label {
  font-family: var(--current-font);
  font-size: clamp(1.1rem, 1.8vw, 24px);
  font-weight: 300;
  margin: 0 0 0.5rem;
  display: inline-block;
  color: var(--color-text);
}
.form_contact input, .form_contact textarea {
  font-family: var(--current-font);
  background: var(--white-dim);
  font-weight: 400;
  border: 1px solid var(--color-text);
  border-radius: 4px;
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  color: var(--color-text);
  width: 100%;
  padding: 8px 16px;
}
.form_contact .texta,
.form_contact .check {
  grid-column-start: 1;
  grid-column-end: 3;
}
.form_contact textarea {
  resize: vertical;
}
.form_contact .check i {
  font-size: 1.2em;
}
.orange {
  color: var(--orange);
}
.green {
  color: var(--green);
}
.error_mail {
  display: none;
  margin: 10px 0 0 5px;
  max-width: 370px;
  font-size: 1.2rem;
}
.cont_btn_contact {
  margin: 1vh 0 0;
}
.hidden {
  visibility: hidden;
}
.rest_info {
  font-size: 0.7em;
}
#render_contact_info {
  display: none;
  grid-column-start: 1;
  grid-column-end: 3;
}
.form_contact button {
  background: var(--bkg_buttons);
  border: none;
  border-radius: 8px;
  font-size: clamp(1.1rem, 1.4vw, 22px);
  font-weight: 300;
  color: var(--text-dark-gray);
  padding: 0.6em 0.8em;
  display: flex;
  column-gap: 0.3rem;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  box-shadow: var(--box_shad_buttons);
}
.form_contact button:hover {
  color: var(--dark-gray);
  box-shadow: var(--box_shad_buttons_hover);
  transition: all 0.3s ease;
}
@keyframes spin_icon {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  display: none;
  font-size: 1.2em;
  line-height: 0;
}
.spinner_anim {
  animation-duration: 2s;
  animation-name: spin_icon;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* end Form Contact */
/* BLOCK IMG - TITLE  */
.block_img_title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2em;
}
.block_img_title img {
  width: clamp(150px, 20vw, 220px);
  transition: transform 0.3s ease;
  transform-style: preserve-3d;
}
.block_img_title h2 {
  text-align: left;
  margin: 0 !important;
}
/* ARTICLES  */
article {
  width: 100%;
}
#article {
  margin: 0 4vw 8vh;
  min-height: 100vh;
}
nav#nav_articles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 2vh auto var(--margin-bottom-articles);
}
.items_nav_articles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: var(--dark-gray);
  padding: 1em;
}
.items_nav_articles:nth-child(1) {
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 37%;
}
.items_nav_articles:nth-child(2) {
  text-align: center;
  width: -webkit-fill-available;
  border: 1px solid var(--black);
  width: 26%;
}
.items_nav_articles:nth-child(3) {
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 37%;
}
.items_nav_articles a, .items_nav_articles span.small {
  white-space: break-spaces;
  font-size: clamp(0.85em, 1.1em, 1.2em);
  font-weight: 400;
  color: var(--white-dim);
  text-decoration: none;
  margin: 0;
  line-height: 1.4;
}
.items_nav_articles a:hover {
  text-decoration: var(--text-decoration);
  text-decoration-thickness: var(--decoration-thickness);
  text-underline-offset: var(--decoration-offset);
  text-decoration-color: var(--white-dim);
}
.items_nav_articles i {
  font-size: clamp(2em, 3em, 6em);
  color: var(--white-dim);
}
.flex-arti-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background-color: var(--bkg_html);
  gap: 1.5rem;
  padding: 1.5rem 1.5rem;
  border-radius: 8px;
  margin-bottom: var(--margin-bottom-articles);
}
.flex-arti-top-titre {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 1.5rem;
}
.flex-arti-top-titre h1 {
  font-size: clamp(1.4em, 2.4vw, 36px);
  text-align: left;
  margin: 0;
  max-width: inherit;
}
.flex-arti-top-titre p {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.flex-arti-top-titre p em {
  font-size: 1.2rem;
  text-indent: 0.1rem;
}
#article article h2 {
  margin: 7vh 0 5vh !important;
  text-align: left !important;
}
#article article p:not(.flex-arti-top-titre p) {
  white-space: pre-line;
  background-color: var(--bkg_html);
  margin: 0 0 var(--margin-bottom-articles);
  line-height: inherit;
  padding: 1.5rem;
  border-radius: 8px;
  color: var(--black);
  font-size: clamp(1.1rem, 1.8vw, 22px);
}
#article pre {
  margin: 0 0 var(--margin-bottom-articles);
  border-radius: 8px;
}
#article code {
  display: block;
  background: var(--bkg_code);
  font-size: clamp(0.8em, 1.1em, 1.2em);
  color: var(--white-dim);
  padding: 60px 1vw 40px;
  word-break: break-word;
  white-space: pre-wrap;
  border-radius: 8px;
  position: relative;
}
.copy_code_btn {
  position: absolute;
  top: 7px;
  right: 8px;
  background: var(--bkg_menu);
  border: none;
  border-radius: 8px;
  color: var(--text-dark-gray);
  font-size: 1rem;
  padding: 0.6em 0.8em;
  line-height: 1.2;
  box-shadow: var(--box_shad_buttons);
  transition: all 0.3s;
}
.copy_code_btn:hover {
  color: var(--color-text);
  box-shadow: var(--box_shad_buttons_hover);
  transition: all 0.3s;
}
#article article .keywords p {
  white-space: normal !important;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
}
/* articles list */
#articles {
  margin: 0 4vw 8vh;
  min-height: 100vh;
}
#articles li::before {
  display: none;
}
#articles li {
  margin: 2vh 0 0 0;
  background: var(--dark-gray);
  padding: 1vmax 2vmax;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 6px;
}
#articles li a {
  margin: 0;
  white-space: normal;
  text-decoration: none;
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  font-weight: 300;
  color: var(--white-dim);
  line-height: 1.5em;
  align-self: center;
}
#articles li a:hover {
  text-decoration: var(--text-decoration);
  text-decoration-thickness: var(--decoration-thickness);
  text-underline-offset: var(--decoration-offset);
  text-decoration-color: var(--white-dim);
}
#articles li img {
  width: calc(2rem + 3vw);
  margin-right: 2vmax;
  cursor: pointer;
}
/* end  ARTICLES  */
/* TABLES TARIFS */
table#table_tarifs {
  margin: 0 auto 10vh;
  border-spacing: 0;
  width: 94%;
}
th, td {
  border: 1px solid var(--black);
}
/* round corner top left */
tr:first-child th:first-of-type {
  border-top-left-radius: 6px;
}
/* round corner bottom left */
tr:last-child th:first-of-type {
  border-bottom-left-radius: 6px;
}
/* round corner top right */
tr:first-child th:last-of-type {
  border-top-right-radius: 6px;
}
/* round corner bottom right */
tr:last-child th:last-of-type {
  border-bottom-right-radius: 6px;
}
th {
  text-align: center;
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  padding: 1.2rem;
  font-weight: 350;
  background: var(--dark-gray);
  color: var(--white-dim);
  border-bottom: 0;
}
th a {
  color: var(--white-dim) !important;
  text-decoration-color: var(--white-dim) !important;
}
tr:last-child th {
  border-bottom: 1px solid var(--black);
}
td {
  font-size: clamp(1.1rem, 1.4vw, 1.6rem);
  padding: 1.2rem;
  font-weight: 380;
  border-bottom: 0;
  background: var(--bkg_html);
}
th.td_two, td.td_two {
  border-left: 0;
  border-right: 0;
}
td.td_one, td.td_three {
  text-align: center;
}
/* end TABLES TARIFS */
/* FOOTER  */
footer {
  width: 100%;
  margin: 0;
  padding: 1.6rem 1rem 1.2rem;
  font-size: 1.1em;
  font-family: var(--current-font);
  background-color: var(--dark-gray);
  background-image: url(/IMGS/fond_menu.webp);
  background-blend-mode: multiply;
  color: var(--white-dim);
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
}
#footer_links, #hour_ip {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 1rem;
}
#footer_links div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 0.6rem;
}
#footer_links i {
  font-size: 1.2rem;
  line-height: 0;
}
footer a {
  position: relative;
  text-decoration: none;
  color: var(--white-dim);
}
footer a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--white-dim);
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
footer a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom center;
}
footer .copyright {
  letter-spacing: 0.5px;
  font-weight: 400;
}
/* DATE / HOUR */
.date_today {
  display: inline-block;
  margin: 0 0.2rem 0 0;
}
.date_today::first-letter {
  text-transform: uppercase;
}
.clock {
  font-size: 1rem;
  padding: 0;
}
/* end DATE / HOUR */
/* end FOOTER  */
/* TO TOP BTN  */
#to_top {
  z-index: 15;
  left: -100px;
  bottom: 8px;
  position: fixed;
  background: var(--bkg_html);
  border: none;
  border-radius: 8px;
  color: var(--text-dark-gray);
  box-shadow: var(--box_shad_buttons);
  font-size: 1.5em;
  width: 48px;
  height: 45px;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#to_top:hover {
  transition: all 0.3s ease;
  color: var(--dark-gray);
  box-shadow: var(--box_shad_buttons_hover);
}
/* TO TOP BTN  */
/**
 *********************************
 ********  Media queries  ********
 *********************************
 */
/**
 * max-width: 993px
 */
@media all and (max-width: 993px) {
  #links_header {
    display: none;
  }
  form.form_contact {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    grid-row-gap: 1em;
  }
  .form_contact .check {
    align-self: start;
  }
  .page_item {
    max-width: 94%;
    padding: 0 1rem 2rem;
  }
  .page_item_padding {
    padding: 1rem 1rem 2rem !important;
  }
  #crea_web_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  footer {
    padding: 3rem 1rem 4rem;
    flex-direction: column;
    gap: 2rem;
  }
  #footer_links, #hour_ip {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 0.9rem;
  }
  footer div:nth-child(2) {
    order: 2;
  }
  #hour_ip {
    row-gap: 0.4rem;
    text-align: center;
  }
}
/**
 * END max-width: 993px
 */
/**
 * all and max-width: 768px
 *
 */
@media all and (max-width: 768px) {
  header {
    padding: 0.4rem 0.4rem;
  }
  #logo_img_header {
    column-gap: 0.25rem;
  }
  header a.website_title {
    text-shadow: -0.5px -0.5px 1px #fff;
  }
  h1.home_title {
    letter-spacing: 3.5px;
    word-spacing: -0.6rem;
    font-size: 2.2rem;
    text-shadow: 3px 2px 2px rgb(138 138 138 / 22%);
  }
  #HOME {
    height: 90vh;
    min-height: 90vh;
  }
  .slogan {
    padding: 0 10vw;
    font-family: var(--current-font);
    font-size: 1rem;
    line-height: 1.2;
    color: var(--dark-gray);
    text-wrap-style: unset;
  }
  .page h1 {
    max-width: 88%;
  }
  .page h2, .page h3 {
    margin: 2rem 0;
  }
  .page>p {
    max-width: 85%;
    text-align: start;
  }
  .page a {
    white-space: break-spaces;
  }
  .page li {
    padding: 0 0 0 0.8rem;
  }
  .menu_button {
    width: 42px;
    padding: 0;
  }
  #button-label {
    display: none;
  }
  #menu .nav_links {
    white-space: normal;
  }
  #menu a::before, #menu span.nav_links::before {
    display: none;
  }
  /* CREA WEB menu group */
  .menu_group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: unset;
    justify-content: unset;
    align-items: unset;
    width: 90%;
    margin: 0 auto 15vh;
  }
  #crea_web_gallery {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  /* WIKI SERVICES */
  nav#services {
    padding: 0 0 10vh;
    gap: 2rem;
  }
  #services ul {
    gap: 2rem;
  }
  #services li {
    width: 100%;
  }
  .home_links {
    width: auto;
    max-width: 80vw;
    margin: 0 auto;
  }
  #services a, #services span {
    text-align: left;
    font-size: 1.1rem;
  }
  .block_img_title img {
    order: 2;
  }
  /* CREA WEB */
  .group_item .Card3D {
    width: 100%;
    max-width: none;
  }
  .group_item i {
    font-size: 4rem;
  }
  /* TARIFS */
  th, td {
    display: block;
  }
  tr:first-child {
    display: none;
  }
  tr:nth-child(2) th:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  td.td_two {
    border-left: 1px solid var(--color-text);
    border-right: 1px solid var(--color-text);
  }
  /* ARTICLES */
  #articles li {
    flex-direction: column;
    padding: 1.5em 1em 1.4em;
    gap: 1em;
  }
  #articles li img {
    width: 82%;
    margin: 0 !important;
  }
  #articles li a {
    font-size: 1.2em;
  }
  #article {
    overflow-x: scroll;
  }
  nav#nav_articles {
    flex-direction: column;
    max-width: inherit;
  }
  .items_nav_articles {
    border: 1px solid var(--black);
    width: 100% !important;
  }
  .items_nav_articles:not(.items_nav_articles:last-child) {
    margin: 0 0 1vh;
  }
  .items_nav_articles:nth-child(2) {
    border-radius: 6px;
  }
  .flex-arti-top {
    flex-direction: column;
    padding: 1em;
  }
  img.logo_article {
    width: 100%;
  }
  .flex-arti-top-titre {
    row-gap: 1em;
  }
  .flex-arti-top-titre h1 {
    font-size: 1.2em;
  }
  .flex-arti-top-titre p em {
    font-size: 0.8em;
  }
  #article article p:not(.flex-arti-top-titre p) {
    padding: 1em;
    font-size: 1em;
  }
  .block_img_title {
    flex-direction: column;
    gap: 1rem;
  }
  .block_img_title h2 {
    margin: 0.7rem 0 0 !important;
  }
  .block_img_title img {
    width: 100%;
  }
  #article code {
    width: max-content;
    padding: 68px 1em 30px;
    font-size: 0.8em;
  }
  .copy_code_btn {
    right: inherit;
    left: 8px;
  }
  img.samples {
    width: 100%;
  }
  footer {
    font-size: 1rem;
  }
  #to_top {
    font-size: 1.4rem;
    width: 40px;
    height: 38px;
  }
}
/**
 * END all and max-width: 768px
 */
/**
 * END Media queries
 */
