/*!
Theme Name: SymbiosePharma
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: symbiosepharma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html, body { overflow-x: clip; } /* ou hidden */


body {
  line-height: 1;
  overflow-x:hidden !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*////////////////////////////////////////////////////////*/

@font-face {
  font-family: "ApfelGrotezk";
  src: url("./font/ApfelGrotezk-Regular.woff2") format("woff2");

}

@font-face {
  font-family: "ApfelGrotezk";
  src: url("./font/ApfelGrotezk-Regular.woff2") format("woff2");
}



:root {
  --bg-color: #EFEDEA;
  --dark-grey: rgb(157, 155, 155);
  --medium-grey: #DADADA;
  --light-grey: #EFEDEA;
}

.insta-footer {
	padding-right: 2rem;
}
.logo-footer {
	width: 130px; 
	height: auto; 
	padding-left: 2rem;
}
h2 {
  font-family: "ApfelGrotezk";
  letter-spacing: -0.09rem;
  -webkit-text-stroke: 0.4px #EFEDEA;
}

h4 {
  font-family: "ApfelGrotezk";
  letter-spacing: -0.05rem;

}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: black;
  letter-spacing: -0.03rem;

}

p {
  letter-spacing: -0.03rem;

}

body {
  font-family: sans-serif;
  background-color: var(--bg-color);
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.btn-cta {
  width: fit-content;
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 100px;
  font-size: 0.88rem;
  gap: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}


.list-nav {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-family: "ApfelGrotezk", sans-serif;
}

.nav-container {
  width: 100%;
  background-color: var(--bg-color);
  padding-top: 2rem;
  padding-bottom: 1rem;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.footer-container {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.list-footer {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.list-footer li a {
  color: var(--dark-grey);
}

.box-footer p {
  color: var(--dark-grey);
}

.footer-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.container-hero {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.container-home-tag {
  width: 100%;
  overflow-x: scroll;
  overflow-y:hidden;
  height: fit-content;
  display: flex;
  justify-content: start;
  gap: 0.5rem;
  white-space: nowrap;
  scrollbar-width: none;
}

.container-home-tag::-webkit-scrollbar {
  display: none;
}

.tag-pastille-white {
  width: fit-content;
  height: fit-content;
  background-color: white;
  font-family: "ApfelGrotezk", sans-serif;
  display: flex;
  gap: 0.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius: 100px;
  letter-spacing: -0.338px;
  margin-bottom: 0.5rem;
}

.tag-pastille-grey {
  width: fit-content;
  height: fit-content;
  background-color: var(--medium-grey);
  font-family: "ApfelGrotezk", sans-serif;
  display: flex;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius: 100px;
  margin-bottom: 0.5rem;

}


.box-intro-cat {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.box-intro-cat h2 {
  font-size: 3rem;
  line-height: 1.5rem;
}

.box-intro-cat p {
  width: 60%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
  -webkit-text-stroke: 0.2px #EFEDEA;
  /* width and color */

}

.grey-one {
  color: var(--dark-grey);

}

.box-intro-cat button {
  width: fit-content;
  color: white;
  background-color: black;
  font-family: "ApfelGrotezk", sans-serif;
  -webkit-text-stroke: 0.2px black;
  /* width and color */
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius: 0.8rem;
}

.box-intro-cat button p {
  width: fit-content;
  font-size: 0.875rem;
}

.container-global-carte {
  width: 100%;
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;

}

.card-carte {
  width: 25rem;
  height: 25rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: linear-gradient(180deg, #FFF 0%, #DBD1C7 100%);


}

.lab-info {
  width: 100%;
  display: flex;
  flex-direction: row;

}

.lab-info p {
  background-color: var(--light-grey);
  padding: 1rem;
  border-radius: 100px;
}

.carte-name {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-family: "ApfelGrotezk", sans-serif;
  font-size: 1.5rem;
}

.card-carte button {
  border: none;
  background-color: rgba(117, 190, 218, 0);
}

.container-animation {
  width:50%;
  height: 100%;
  background-image: url(https://symbiose-pharma.fr/wp-content/uploads/2025/10/Hero-4.gif);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

.section-team {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.container-animation-contact {
  width: 80%;
  height: 80%;
  background-image: url(https://symbiose-pharma.fr/wp-content/uploads/2025/10/Contact-section-11.gif);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

.cache {
  width: 5%;
  height: 10%;
  background-color: var(--bg-color);
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
}

.container-atouts {
  width: 90%;
  background-color: white;
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  margin: 0rem 2rem 2rem 2rem;
  border-radius: 1.25rem;

}

.box-intro-atouts {
  margin-bottom: 2rem;

}

.box-intro-atouts h2 {
  font-size: 3rem;
}

.container-items-atouts {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
}

.items-atouts {
  width: 25%;
  padding-left: 1rem;
  padding-bottom: 1rem;
  ;
  padding-top: 2rem;
  padding-right: 2rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.box-icon-atouts {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  margin-bottom: 4rem;
  padding: 0;
}

.box-info-atouts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.box-info-atouts h3 {
  font-size: 1.6rem;
  font-family: "ApfelGrotezk", sans-serif;

}

.box-info-atouts p {
  font-weight: 400;
  font-size: 0.8rem;
}

.section-atouts {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-partners {
  margin-top: 3rem;
  padding-bottom: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
}

.section-contact {
  width: 100%;
  height: fit-content;
  background-color: white;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.section-contact h2 {
  font-size: 3rem;
  padding-top: 3rem;
  padding-left: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.section-contact h3 {
  font-size: 1.4rem;
  padding-top: 0.5rem;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  font-weight: 400;
}

.card-contact {
  width: 30%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2rem;
  padding-bottom: 2.5rem;
  border-radius: 1rem;
  justify-content: center;
  background-color: var(--light-grey);

}

.container-card-contact {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5rem;
  padding-top: 2rem;
  ;
  padding-left: 2rem;
  padding-right: 2rem;
  gap: 2rem
}

.item-card-contact {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}

.info-item-card-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.info-item-card-contact p {
  color: var(--dark-grey)
}

.info-item-card-contact h4 {
  font-size: 1.2rem;
  font-family: sans-serif;
}



.cache-2 {
  width: 100%;
  height: 20%;
  background-color: var(--bg-color);
  position: absolute;
  z-index: 50;
  bottom: 0;
  right: 0;
}

.section-partners {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.container-partenaire {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 3rem;
  ;
  padding-bottom: 3rem;
  overflow: auto;
  scrollbar-width: none;

}

.item-patenaire {
  width: 18rem;
  height: 12rem;
  filter: grayscale(1);
}

.btn-contact-cat {
  width: fit-content;
  background-color: black;
  color: white;
  text-decoration: none;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  gap: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: "ApfelGrotezk";
  -webkit-text-stroke: 0.2px black;
  /* width and color */

}

.title-cat-1 {
  font-size: 3rem;
  font-family: "ApfelGrotezk", sans-serif;
  -webkit-text-stroke: 0.2px var(--bg-color);
  /* width and color */

}

.title-cat-2 {
  color: var(--dark-grey);
  -webkit-text-stroke: 0.2px var(--bg-color);
  /* width and color */
  font-size: 1.3rem;
  font-family: "ApfelGrotezk", sans-serif;
  padding-top: 1rem;
}

.container-intro-cat {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  padding-top: 5rem;
}

.container-info-cat-1 {
  width: 33%;
  padding-left: 2.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

}

.container-img-cat-1 {
  padding-right: 1rem;
  transform: scale(0.9);
}

.search-bar-cat {
  width: 94%;
  background-color: var(--medium-grey);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.input-search {
  width: 90%;
  background-color: var(--medium-grey);
  border: none;
  height: 3rem;
  font-family: "ApfelGrotezk", sans-serif;
  font-size: 1.25rem;
  ;
  -webkit-text-stroke: 0.3px var(--medium-grey);
  /* width and color */
  outline: none;
}

.container-new {
  width: 94%;
  height: fit-content;
}

.title-new {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 3rem;
  margin-top: 3rem;
}

.img-card-new {
  width: 24vw;
  height: 35vh;
  border-radius: 1rem;
  margin-top: 2rem;
  display: flex;
  justify-content: end;
  padding-top: 1.5rem;
  padding-right: 1.3rem;
}
.img-card-new-2 {
  position: relative;
  width: 24vw;
  height: 35vh;
  border-radius: 1rem;
  margin-top: 2rem;
  display: flex;
  justify-content: end;

}

.img-card-new-2 img{
   width: 100%;
  height: 100%;
  object-fit: cover; /* l’image remplit la div */
  display: block;
    border-radius: 1rem;
}

.img-card-new-gamme {
  width: fit-content;
  height: 40vh;
  border-radius: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  padding-left: 1.3rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}


.info-card-home {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.01rem;
}

.info-card-home h4 {
  font-family: "ApfelGrotezk", sans-serif;
  font-size: 2rem;
  padding-bottom: 1rem;
}

.info-card-home p {
  font-size: 1rem;
  width: 100%;
}

.tag-card-new {
  background-color: #1CA4EE;
  height: fit-content;
  color: white;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-radius: 100px;
  font-family: "ApfelGrotezk", sans-serif;

}

.tag-card-new-2 {
  position: absolute;
    margin-top: 1.5rem;
  margin-right: 1.3rem;
  background-color: #1CA4EE;
  height: fit-content;
  color: white;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-radius: 100px;
  font-family: "ApfelGrotezk", sans-serif;

}

.tag-card-offre {
  background-color: #00A269;
  height: fit-content;
  color: white;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-radius: 100px;
  font-family: "ApfelGrotezk", sans-serif;
}
.tag-card-offre-2 {
    position: absolute;
    margin-top: 1.5rem;
  margin-right: 1.3rem;
  background-color: #1CA4EE;
  background-color: #00A269;
  height: fit-content;
  color: white;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-radius: 100px;
  font-family: "ApfelGrotezk", sans-serif;
}

.info-card-new {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  font-family: "ApfelGrotezk", sans-serif;
}

.title-card-new {
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
}

.desc-card-new {
  font-size: 1rem;
  color: var(--dark-grey);
}

.container-new-carou {
  width: 100%;
  height: fit-content;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  gap: 2rem;

}

.container-catalogue {
  width: 100%;
  height: fit-content;
  margin: 5rem;
  margin-bottom: 2rem;
}

.bloc-prez-cata {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.title-cata {
  font-size: 3rem;
  line-height: 1.5rem;
  font-family: "ApfelGrotezk", sans-serif;
  -webkit-text-stroke: 0.2px var(--bg-color);
  /* width and color */

}

.ref-cata {
  font-size: 1.5rem;
  font-family: "ApfelGrotezk", sans-serif;
  color: var(--dark-grey);
  -webkit-text-stroke: 0.3px var(--bg-color);
  /* width and color */

}

.bloc-action-cata {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.info-action-cata {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-family: "ApfelGrotezk", sans-serif;
  font-size: 0.875rem;
  background-color: var(--medium-grey);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 100px;
}

.container-card-cata {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 3rem;
}

.card-cata {
  width: 30%;
  height: fit-content;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  padding: 0.5rem;
}

.img-card-cata {
  width: 96%;
  height: 30vh;
  margin-top: 0.5rem;
  border-radius: 1rem;
}

.card-cata-2 {
  width: 30vw;
  height: fit-content;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  padding: 0.5rem;
}

.img-card-cata-2 {
  width: 96%;
  height: 30vh;
  margin-top: 0.5rem;
  border-radius: 1rem;
  background-color: hotpink;
}

.img-card-cata-2  img{
   width: 100%;
  height: 100%;
  object-fit: cover; /* l’image remplit la div */
  display: block;
    border-radius: 1rem;

}


.info-card-cata {
  width: 94%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;

}

.info-card-cata h5 {
  font-size: 1.5rem;
  font-weight: 400;
}

.info-card-cata p {
  width: 100%;
  font-size: 0.9rem;
  color: var(--dark-grey);
  font-weight: 400;
}

.container-btn-card-cata {
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.btn-card-cata {
  width: fit-content;
  background-color: black;
  color: white;
  text-decoration: none;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  gap: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: "ApfelGrotezk", sans-serif;
  -webkit-text-stroke: 0.2px black;
  /* width and color */
  font-size: 1rem;

}

.btn-card-plus {
  width: 3rem;
  height: 3rem;
  background-color: var(--light-grey);
  border: none;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 100;
}

.container-btn-cat-tar {
  width: 96%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

#card-gamme-1 {
  width: 38vw;
}

#card-gamme-2 {
  width: 30vw;
}

#card-gamme-3 {
  width: 20vw;
}

.container-dropdown-menus-on {
  width: 7.4rem;
  height: 7.5rem;
  background-color: var(--medium-grey);
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
  gap: 1rem;
  z-index: -1;
  top: 2.5rem;
  right: 2.3rem;
  border-radius: 0.7rem;
  padding: 1.2rem;
}

.container-dropdown-menus-off {
  display: none;
}

.menu-burger {
  display: none;
}

.logo {
  width: 150px;
  height: auto;
  padding-left: 2rem;
}

.dropdown-burger-on {
  display: none;
}

.dropdown-burger-off {
  display: none;
  }


@media (max-width: 890px) {
	.logo-footer {
		width: 130px; 
		height: auto; 
		padding-left: 0rem;
	}
	.insta-footer {
	padding-right: 0rem;
}

	.global-container {
		width:100vw;
		height: fit-content; 
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		overflow-x:hidden;
		
	}
	
  .btn-contact-cat {
    width: fit-content;
    background-color: black;
    color: white;
    text-decoration: none;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    gap: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-family: "ApfelGrotezk";
    -webkit-text-stroke: 0.2px black;
    /* width and color */
    margin-top: 2rem;

  }

  .title-cat-1 {
    font-size: 2rem;
    font-family: "ApfelGrotezk", sans-serif;
    -webkit-text-stroke: 0.2px var(--bg-color);
    /* width and color */

  }

  .title-cat-2 {
    color: var(--dark-grey);
    -webkit-text-stroke: 0.2px var(--bg-color);
    /* width and color */
    font-size: 1rem;
    font-family: "ApfelGrotezk", sans-serif;
    padding-top: 1rem;
  }

  .container-intro-cat {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 3rem;
  }

  .container-info-cat-1 {
    width: 80%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;

  }

  .container-info-cat-1 p {
    padding-left: 3rem;
    padding-right: 3rem;

  }

  .container-img-cat-1 {
    padding-right: 0;
    transform: scale(0.8);
  }

  .search-bar-cat {
    width: 85%;
    background-color: var(--medium-grey);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-left: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .title-new {
    width: 93%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 3rem;
    margin-top: 3rem;
  }

  .container-new {
    width: 94%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container-new-carou {
    width: 100%;
    height: fit-content;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    gap: 2rem;
    padding-left: 2rem;

  }

  .img-card-new-2 {
    width: 60vw;
    height: 30vh;
    border-radius: 1rem;
    margin-top: 2rem;
    display: flex;
    justify-content: end;

  }

  .title-cata {
    width: 90%;
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
    font-family: "ApfelGrotezk", sans-serif;
    -webkit-text-stroke: 0.2px var(--bg-color);
    /* width and color */
  }

  .bloc-prez-cata {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
  }

  .info-action-cata {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    font-family: "ApfelGrotezk", sans-serif;
    font-size: 0.8rem;
    background-color: var(--medium-grey);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: 100px;
  }

  /* .info-action-cata svg {
    transform: scale(1);
  } */

  .bloc-action-cata {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .card-cata-2 {
    width: 90%;
    height: fit-content;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    padding: 0.5rem;
  }

  .img-card-cata-2 {
    width: 96%;
    height: 40vh;
    margin-top: 0.5rem;
    border-radius: 1rem;
  }

  .title-new {
    font-size: 2.5rem;

  }

  #card-gamme-1 {
    width: 70vw;
    height: 50vh;
  }

  #card-gamme-2 {
    width: 70vw;
    height: 50vh;
  }

  #card-gamme-3 {
    width: 70vw;
    height: 50vh;

  }

  .info-card-home h4 {
    font-family: "ApfelGrotezk", sans-serif;
    font-size: 1.8rem;
    padding-bottom: 0.5rem;
  }

  .info-card-home p {
    font-size: 0.9rem;
    width: 100%;
  }

  .box-intro-cat h2 {
    font-size: 1.8rem;
    line-height: 0.5rem;
    text-align: center;
  }

  .box-intro-cat p {
    width: 90%;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
    -webkit-text-stroke: 0.2px #EFEDEA;
    /* width and color */

  }

  .box-intro-cat {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }

  .container-global-carte {
    width: 100%;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;

  }

  .card-carte {
    width: 20rem;
    height: 20rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: linear-gradient(180deg, #FFF 0%, #DBD1C7 100%);


  }

  .container-catalogue {
    margin: 0rem;
    padding-top: 2rem;
  }

  .box-intro-atouts h2 {
    font-size: 2rem;
  }

  .container-items-atouts {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }

  .items-atouts {
    width: 90%;
    height: 38vh;
    padding-left: 1.2rem;
    padding-bottom: 1.2rem;
    ;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

  }

  .container-atouts {
    width: 95%;
    background-color: white;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    margin: 0rem 1rem 1rem 1rem;
    border-radius: 1.25rem;

  }

  .title-partners {
    margin-top: 1rem;
    padding-bottom: 2rem;
    font-size: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .item-patenaire {
    width: 10rem;
    height: 10rem;
  }

  .section-contact h2 {
    font-size: 2.5rem;
    padding-top: 3rem;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .section-contact h3 {
    font-size: 1.2rem;
    padding-top: 0.5rem;
    padding-left: 0rem;
    padding-bottom: 1rem;
    font-weight: 400;
  }

  .section-contact {
    width: 100%;
    height: fit-content;
    background-color: white;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-card-contact {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5rem;
    padding-top: 2rem;
    ;
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 2rem
  }

  .box-info-atouts h3 {
    font-size: 1.8rem;
    font-family: "ApfelGrotezk", sans-serif;

  }

  .box-info-atouts p {
    font-weight: 400;
    font-size: 1.1rem;
  }

  .card-contact {
    width: 80%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
    border-radius: 1rem;
    justify-content: center;
    background-color: var(--light-grey);

  }

  .footer-container {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: fit-content;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .box-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-animation {
    width: 100%;
    height: 100%;
    background-image: url(https://symbiose-pharma.fr/wp-content/uploads/2025/10/Hero-mobile.gif);
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }

  .container-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
  }

  .section-team {
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	padding-bottom:4rem;
  }

  .container-animation-contact {
    width: 100%;
    height: 100%;
    background-image: url(https://symbiose-pharma.fr/wp-content/uploads/2025/10/Contact-section-11.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .list-nav {
    display: none;
  }

  .nav-container {
    width: 100%;
    background-color: var(--bg-color);
    padding-top: 2rem;
    padding-bottom: 1rem;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .menu-burger {
    width: fit-content;
    height: fit-content;
    display: flex;
    padding-right: 2rem;

  }

  .logo {
    width: 86px;
    height: auto;
    padding-left: 2rem;
  }

  .dropdown-burger-on {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    background-color: var(--bg-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    border-bottom-right-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;

  }

  .dropdown-burger-off {
    display: none;
  }

  .link-burger {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding-left: 2rem;

  }

  .cross-burger {
    width: 90%;
    height: 10vh;
    display: flex;
    justify-content: end;
    padding-right: 2rem;
    padding-top: 2rem;


  }

  .items-burger-menu {
    display: flex;
    gap: 1rem;
    font-size: 1.6rem;
    font-family: "ApfelGrotezk";
    padding-left: 1rem;
  }

  .cata-drop-picto svg {
    padding-right: 0.7rem;
  }

  .items-burger-menu-cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    font-family: "ApfelGrotezk";
    width: 82%;
    background-color: #D0CCC6;
    border-radius: 0.5rem;
    padding: 1rem;
  }

  .contenair-items-burger-menu-cat {
    gap: 0;
    padding-bottom: 2rem;
  }

  .box-item-sub-menu-burger-on {
    display: flex;
    align-items: end;
    gap: 1rem;
    font-size: 1.1rem;
    margin-left: 1.5rem;
  }

  .box-item-sub-menu-burger-off {
    display: none;

  }

  .ref-cata {
    font-size: 1.2rem;
    font-family: "ApfelGrotezk", sans-serif;
    color: var(--dark-grey);
    -webkit-text-stroke: 0.3px var(--bg-color);
    padding-bottom: 1rem;
    /* width and color */

  }

}