@charset "UTF-8";
/* all */
@font-face {
  font-family: "Montserrat";
  src: url("https://utilec.fr/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  line-height: 1;
  letter-spacing: -0.5px;
  font-size: 0.9rem;
}

h2 {
  font-size: 1.5rem;
}
h2 span {
  font-size: 1.5rem;
}

/* Supprimer les liens hypertexte */
a {
  text-decoration: none;
  color: black;
}

/* Supprimer puces */
ul {
  list-style-type: none;
}

/* Supprimer scrollbar */
*::-webkit-scrollbar {
  display: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Opéra */
input::-o-inner-spin-button,
input::-o-outer-spin-button {
  -o-appearance: none;
  margin: 0;
}

/* Couleurs */
:root {
  --black-color: black;
  --white-color: white;
  --red-color: red;
  --grey-color: #aaaaaa;
  --green-color: #00b400;
  --purple-color: purple;
  --melpro-color: #008dc0;
}

textarea {
  resize: vertical;
}

.color-white {
  color: var(--white-color);
}
.color-black {
  color: var(--black-color);
}
.color-black-blue {
  color: var(--black-color);
  fill: var(--black-color);
}
.color-black-blue:hover {
  color: var(--melpro-color);
  fill: var(--melpro-color);
}
.color-blue {
  color: var(--melpro-color);
}
.color-blue-black {
  color: var(--melpro-color);
  fill: var(--melpro-color);
}
.color-blue-black:hover {
  color: var(--black-color);
  fill: var(--black-color);
}
.color-orange {
  color: orange;
}
.color-red {
  color: var(--red-color);
}

.font-blanc {
  background-color: var(--white-color);
}
.font-blue {
  background-color: var(--melpro-color);
}
.font-gris {
  background-color: var(--grey-color);
}

/* Mise en forme */
.align-center {
  text-align: center;
  margin: 5px 0;
}

/*acces*/
.acces {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100svh - 106px);
}
.acces_zone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.acces_zone_titre {
  width: 100%;
}
.acces_zone_titre_corps {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: calc(100% - 14px);
  margin: 0 7px;
}
.acces_zone_titre_corps_box {
  width: calc(50% - 40px);
  min-width: 300px;
}
.acces_zone_titre_corps_box_obligatoire {
  width: calc(100% - 10px);
  text-align: right;
  font-size: 0.8rem;
  margin: 3px;
}
.acces_zone_titre_corps_box2 {
  width: calc(100% - 40px);
  min-width: 300px;
  margin-top: 30px;
}
.acces_zone_titre_corps_box2_zone1 {
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 5px;
  margin: 25px 14px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.acces_zone_titre_corps_box2_zone2 {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  margin: 25px 14px;
}
.acces_zone_titre_corps_box2_obligatoire {
  width: calc(100% - 10px);
  text-align: right;
  font-size: 0.8rem;
  margin: 3px;
}
.acces_zone_titre_corps_petitebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 250px;
  margin: 10px;
  border-radius: 5px;
}
.acces_zone_titre_corps_petitebox_zone {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  height: 100%;
}
.acces_zone_titre_corps_petitebox_zone i {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}
.acces_zone_titre_corps_petitebox_zone p {
  text-align: center;
}
.acces_zone_titre_corps_grandebox {
  max-width: 100%;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.acces_zone_titre_corps_grandebox_zone {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  height: 100%;
}
.acces_zone_titre_corps_grandebox_zone i {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}
.acces_zone_titre_corps_grandebox_zone p {
  text-align: center;
}
.acces_input {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.acces_input i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
}
.acces_input select {
  width: 100%;
  height: 40px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  padding-left: 5px;
  margin: 5px 0;
}
.acces_input input[type=text] {
  width: 100%;
  height: 40px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  padding-left: 5px;
  margin: 5px 0;
}
.acces_input input[type=password] {
  width: 100%;
  height: 40px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  padding-left: 5px;
  margin: 5px 0;
}
.acces_input input[type=email] {
  width: 100%;
  height: 40px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  padding-left: 5px;
  margin: 5px 0;
}
.acces_input input[type=phone] {
  width: 100%;
  height: 40px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  padding-left: 5px;
  margin: 5px 0;
}
.acces_input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.acces_input textarea {
  width: 100%;
  height: 150px;
  border: 1px solid lightgrey;
  border-radius: 2px;
}

.accueil_entete {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 20px 0;
}
.accueil_entete_droite {
  width: 30%;
}
.accueil_entete_droite_lien {
  width: 100%;
}
.accueil_entete_droite_lien_video {
  width: 100%;
}
.accueil_entete_droite_lien_image {
  width: 100%;
}

/* Picto admin */
.admin {
  position: absolute;
  top: 0;
  right: 0;
}
.admin svg {
  width: 15px;
  height: 15px;
  fill: var(--purple-color);
}

.body {
  display: flex;
}
.body_fond {
  display: none;
  width: 100svw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.body_fond_bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: var(--white-color);
  height: 60px;
  width: 100svw;
}
.body_corps {
  display: flex;
  flex-direction: column;
  width: calc(100% - 300px);
}
.body_corps_corp {
  display: flex;
  flex-direction: row;
}
.body_corps_corp_menugauche {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 5px;
}
.body_corps_corp_gsmgauche {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.body_corps_corp_gsmgauche_logo {
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
}
.body_corps_corp_gsmgauche_logo svg {
  height: 30px;
  width: 30px;
  margin: 10px;
}

.border_box_anime {
  border: solid 1px transparent;
}
.border_box_anime:hover {
  border: solid 1px var(--melpro-color);
}
.border_box_anime:hover .imagefirst {
  max-width: 0px;
  opacity: 0;
}
.border_box_anime:hover .imageseconde {
  max-width: 100%;
  opacity: 1;
}

.border_box_shadow {
  border: solid 1px var(--melpro-color);
}

.bouton {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  border-radius: 3px;
  height: 25px;
  padding: 0 15px;
  margin: 0 5px;
}
.bouton:hover {
  background-color: white;
  color: black;
}
.bouton_onglet {
  font-weight: bold;
  color: var(--white-color);
  padding: 10px;
  margin: 2px;
  width: calc(100% - 4px);
  border: none;
  font-size: medium;
  height: 40px;
  /* overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bouton_onglet_noactif {
  font-size: 0.8rem;
}
.bouton_melpro {
  border: 1px solid var(--melpro-color);
  background-color: var(--melpro-color);
}
.bouton_vert {
  border: 1px solid var(--green-color);
  background-color: var(--green-color);
}
.bouton_black {
  border: 1px solid var(--black-color);
  background-color: var(--black-color);
}
.bouton_red {
  border: 1px solid var(--red-color);
  background-color: var(--red-color);
}
.bouton_produit {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}
.bouton_demande {
  font-size: 15px;
  border: 1px solid black;
  color: #fff;
  border-radius: 3px;
  background-color: black;
  height: 25px;
  width: calc(33% - 4px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bouton_demande_demande_i {
  height: 15px;
  width: 15px;
}
.bouton_demande:hover {
  background-color: white;
  color: black;
}
.bouton_demande:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.bouton_liste {
  font-size: 15px;
  border: 1px solid #019add;
  color: #fff;
  border-radius: 3px;
  background-color: #019add;
  height: 25px;
  width: calc(33% - 4px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bouton_liste_i {
  height: 15px;
  width: 15px;
}
.bouton_liste:hover {
  background-color: white;
  color: black;
}
.bouton_liste:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.bouton_panier {
  font-size: 15px;
  border: 1px solid #f44336;
  color: #fff;
  border-radius: 3px;
  background-color: #f44336;
  height: 25px;
  width: calc(33% - 4px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bouton_panier_i {
  height: 15px;
  width: 15px;
}
.bouton_panier:hover {
  background-color: white;
  color: black;
}
.bouton_panier:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.bouton_admin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.bouton_admin svg {
  width: 15px;
  height: 15px;
  margin: 0;
  fill: var(--purple-color);
}
.bouton_innactive {
  font-size: 0.8rem;
  border: 1px solid var(--grey-color);
  background-color: var(--grey-color);
}

.carouselentete {
  width: 60%;
}
.carouselentete_photos {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carouselentete_photo {
  max-width: 100%;
  max-height: 100%;
  /* object-fit: contain; */
  aspect-ratio: 2/1;
}

.carouselnouveaute {
  display: flex;
  flex-direction: column;
}
.carouselnouveaute_photos {
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carouselnouveaute_photo {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.carouseldossier {
  display: flex;
  flex-direction: column;
}
.carouseldossier_photos {
  width: 25%;
  height: 100%;
  margin: 0;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carouseldossier_photo {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.compte {
  max-height: calc(100svh - var(--hauteur-menu) - var(--hauteur-footer));
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-y: scroll;
}
.compte_connection {
  width: calc(100% - 10px);
  max-width: 500px;
  height: auto !important;
  padding: 10px;
  margin-top: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.compte_connection input {
  height: 40px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  padding-left: 5px;
  margin: 5px 0;
}
.compte_connection button {
  margin: 10px 0;
}
.compte_connection p {
  text-align: right;
  margin: 10px;
  color: black;
}
.compte_connection a {
  text-align: right;
  margin: 10px;
  color: var(--melpro-color);
  text-decoration: underline;
}

/* corps */
.corps {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  overflow-y: scroll;
}
.corps_fil {
  padding: 3px 10px;
}
.corps_fil a {
  font-size: 0.8rem;
}
.corps_fil svg {
  width: 10px;
  height: 10px;
  margin: 0;
  fill: lightgrey;
}

/*dossier*/
.dossier {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dossier_baniere {
  position: relative;
  width: 100%;
}
.dossier_baniere_image {
  width: 100%;
}
.dossier_baniere_card {
  position: absolute;
  top: 20px;
  left: calc(60% - 20px);
  max-width: calc(40% - 70px);
  max-height: calc(100% - 90px);
  background-color: rgba(255, 255, 255, 0.8588235294);
  padding: 20px 30px;
  overflow: hidden;
  font-size: 1.2rem;
}
.dossier_baniere_card_texte {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.dossier_corp {
  max-width: 1000px;
}
.dossier_corp_titre {
  font-size: 2.5rem;
  margin: 10px;
}
.dossier_corp_texte {
  font-size: 1.5rem;
  margin: 20px;
}
.dossier_corp_articles {
  display: flex;
}
.dossier_corp_articles_images {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 40px);
  margin: 20px;
}
.dossier_corp_articles_images_image {
  max-width: 100%;
  max-height: 100%;
}
.dossier_corp_articles_article {
  display: flex;
  flex-direction: column;
  width: calc(50% - 40px);
  margin: 20px;
}
.dossier_corp_articles_article_titre {
  font-size: 2rem;
  margin-bottom: 10px;
}
.dossier_corp_articles_article_texte {
  font-size: 1.2rem;
}
/*download*/
.download_titre {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.download_titre select { /* ?????????? */
  list-style: none;
  font-weight: bold;
  background-color: #019add;
  color: white;
  padding: 10px;
  margin: 10px;
  border: none;
  font-size: medium;
  width: 100%;
}
.download_titre_motcle {
  list-style: none;
  font-weight: bold;
  background-color: white;
  color: black;
  padding: 10px;
  margin: 10px;
  font-size: medium;
  width: 100%;
  border: solid 1px;
}
.download_titre_text {
  font-size: 1rem;
  width: 100%;
  text-align: center;
  margin: 10px;
}
.download_titre_text i {
  margin-right: 5px;
}
.download_titre_corps_result {
  width: 100%;
}
.download_titre_corps_result table {
  width: 100%;
  border-spacing: 0;
}
.download_titre_corps_result th, .download_titre_corps_result td {
  border: 1px solid var(--melpro-color);
  padding: 10px;
  text-align: center;
}
.download_titre_corps_result_entete {
  width: calc(100% - 6px);
}
.download_titre_corps_result_table {
  overflow-y: scroll;
  max-height: calc(100svh - 504px);
  width: 100%;
}
.download_titre_corps_result_table::-webkit-scrollbar {
  display: block;
  width: 6px;
}
.download_titre_corps_result_table::-webkit-scrollbar-track {
  background: var(--melpro-color);
  border-radius: 0px;
}
.download_titre_corps_result_table::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
  border: 2px solid var(--melpro-color);
}
.download_titre_corps_result_resultat {
  font-size: 1rem;
  margin: 10px;
}

/*espace pro*/
.espace_zone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.espace_zone_titre {
  width: 100%;
}
.espace_zone_titre_corps {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: calc(100% - 14px);
  max-width: 800px;
  margin: 0 7px;
}
.espace_zone_titre_corps_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.espace_zone_titre_corps_card_titre {
  margin-right: 5px;
  white-space: nowrap;
}
.espace_zone_titre_corps_card input {
  width: calc(100% - 10px);
  padding: 5px;
}
.espace_zone_titre_corps_card select {
  width: 100%;
  padding: 5px;
}
.espace_zone_titre_corps_card_resultat {
  width: calc(100% - 10px);
  padding: 5px;
}
.espace_zone_titre_corps_remember {
  display: flex;
  flex-direction: column;
}
.espace_zone_titre_user {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}
.espace_zone_titre_usergsm {
  display: none;
}
.espace_zone_titre_user::-webkit-scrollbar {
  display: block;
  height: 10px;
}
.espace_zone_titre_user::-webkit-scrollbar-track {
  background: black;
  border-radius: 20px;
}
.espace_zone_titre_user::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 20px;
  border: 3px solid black;
}
.espace_zone_titre_user_divcolumn {
  display: flex;
  flex-direction: column;
}
.espace_zone_titre_user_divtitre {
  display: flex;
  flex-direction: column;
  margin: 2px 2px 10px 2px;
  padding: 10px;
  align-items: center;
}
.espace_zone_titre_user_divrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.espace_zone_titre_user_texte {
  /* background-color: white; */
  margin: 2px 0;
  white-space: nowrap;
}
.espace_zone_titre_user_profil {
  border: solid 1px #000000;
}
.espace_zone_titre_user_profil1 {
  /* background: linear-gradient(to right, #ff0000ab, #ff000052); */
  border: solid 1px #000000;
}
.espace_zone_titre_user_profil2 {
  /* background: linear-gradient(to right, #ffa500ab, #ffa50052); */
  border: solid 1px #000000;
}
.espace_zone_titre_user_profil3 {
  /* background: linear-gradient(to right, #0000ffab, #0000ff52); */
  border: solid 1px #000000;
}
.espace_zone_titre_user_profil4 {
  /* background: linear-gradient(to right, #800080ab, #80008052); */
  border: solid 1px rgba(0, 0, 0, 0.8156862745);
}
.espace_zone_titre_user_profil5 {
  /* background: linear-gradient(to right, #ffff00ab, #ffff0052); */
  border: solid 1px rgba(0, 0, 0, 0.6274509804);
}
.espace_zone_titre_user_profil6 {
  /* background: linear-gradient(to right, #008000ab, #00800052); */
  border: solid 1px rgba(0, 0, 0, 0.4392156863);
}
.espace_zone_titre_user_profil7 {
  /* background: linear-gradient(to right, #808080ab, #80808052); */
  border: solid 1px rgba(0, 0, 0, 0.2509803922);
}
.espace_zone_titre_user_profil8 {
  /* background: linear-gradient(to right, #808080ab, #80808052); */
  border: solid 1px rgba(0, 0, 0, 0.062745098);
}

/*footer*/
.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer_zone {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer_zone_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin: 5px;
  margin-right: 0;
  padding-right: 5px;
  border-right: solid 1px black;
}
.footer_zone_1 a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.footer_zone_1 a svg {
  width: 30px;
  fill: var(--melpro-color);
}
.footer_zone_1 a svg:hover {
  fill: var(--black-color);
}
.footer_zone_1 a p {
  margin: 10px;
}
.footer_zone_2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 5px;
}
.footer_zone_2_liens {
  display: flex;
  justify-content: center;
  min-width: calc(25% - 20px);
  text-align: center;
}
.footer_zone_2_liensgsm {
  display: none;
  justify-content: center;
  min-width: calc(25% - 20px);
  text-align: center;
}
.footer_zone_3 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 5px;
  margin-left: 0;
  padding-left: 5px;
  min-width: 72px;
  max-width: 143px;
  border-left: solid 1px black;
}
.footer_zone_3_pictos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_zone_3_pictos a {
  width: 40px;
  text-align: center;
}
.footer_zone_3_pictos svg {
  width: 30px;
  fill: var(--black-color);
}
.footer_zone_3_pictos svg:hover {
  fill: var(--melpro-color);
}
.footer_copyright {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0;
}
.footer_copyright_blog {
  display: flex;
}

/*fleche haut*/
#haut {
  height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.haut {
  position: fixed;
  bottom: 10px;
  left: calc(100svw - 350px);
  z-index: 100;
  background-color: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border: solid 2px #000000;
  color: #000000;
}

/* header */
.header {
  display: flex;
  flex-direction: column;
}
.header_bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: var(--white-color);
  height: 60px;
}
.header_bar_menu {
  display: none;
  align-items: flex-start;
  justify-content: center;
}
.header_bar_menu svg {
  height: 30px;
  width: 30px;
  margin: 10px;
}
.header_bar_logo {
  height: calc(100% - 4px);
  padding: 2px;
  display: flex;
  align-items: center;
}
.header_bar_logo_melpro {
  max-height: 100%;
  width: 100%;
}
.header_bar_recherche {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.header_bar_recherche svg {
  height: 25px;
  width: 25px;
  margin: 5px;
  fill: var(--white-color);
}
.header_bar_recherche input {
  width: 100%;
  padding: 5px;
  height: 100%;
}
.header_bar_recherche_recherche {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 5px;
  max-width: 400px;
  flex-grow: 1;
  background-color: var(--melpro-color);
  border-radius: 5px 0 0 5px;
}
.header_bar_recherche_barcode {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 5px;
  max-width: 250px;
  flex-grow: 1;
  background-color: var(--melpro-color);
  border-radius: 5px 0 0 5px;
}
.header_bar_recherchegsm {
  display: none;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.header_bar_recherchegsm svg {
  height: 25px;
  width: 25px;
  margin: 5px;
  fill: var(--white-color);
}
.header_bar_recherchegsm input {
  width: 100%;
  padding: 5px;
  height: 100%;
}
.header_bar_recherchegsm_recherche {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 5px;
  width: 50%;
  flex-grow: 1;
  background-color: var(--melpro-color);
  border-radius: 5px 0 0 5px;
}
.header_bar_recherchegsm_barcode {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 5px;
  width: 50%;
  flex-grow: 1;
  background-color: var(--melpro-color);
  border-radius: 0 5px 5px 0;
}
.header_bar_lien {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 20px;
}
.header_bar_lien_melpro {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px;
  color: var(--melpro-color);
  border: solid 1px white;
  border-bottom: none;
  z-index: 3;
  background-color: white;
  cursor: pointer;
}
.header_bar_lien_melpro_connection_svg {
  height: 30px;
  width: 30px;
  margin: 5px;
  fill: var(--melpro-color);
}
.header_bar_lien_melpro_connection_p {
  color: var(--melpro-color);
}
.header_bar_lien_melpro_connected_svg {
  height: 30px;
  width: 30px;
  margin: 5px;
  fill: var(--grey-color);
}
.header_bar_lien_melpro_connected_p {
  color: var(--grey-color);
}
.header_bar_lien_melpro:hover {
  color: var(--black-color);
  fill: var(--black-color);
}
.header_bar_lien_melpro p {
  white-space: nowrap;
}
.header_bar_lien_melpro_menu {
  position: absolute;
  top: 59px;
  right: 0;
  z-index: 2;
  background-color: white;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  width: 250px;
  border: solid 1px black;
  border-radius: 5px 0 5px 5px;
  box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.6);
  padding: 10px;
  color: black;
  overflow-y: scroll;
}
.header_bar_lien_melpro_menuhover {
  max-height: calc(100svh - 90px - 132px);
  opacity: 1;
}
.header_bar_lien_melprohover {
  border: solid 1px black;
  border-bottom: none;
}
.header_bar_lien_black {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 10px;
  color: var(--black-color);
  fill: var(--black-color);
}
.header_bar_lien_black svg {
  height: 30px;
  width: 30px;
  margin: 5px;
  fill: var(--black-color);
}
.header_bar_lien_black:hover {
  color: var(--melpro-color);
  fill: var(--melpro-color);
}
.header_bar_lien_black p {
  white-space: nowrap;
}

.imagefirst {
  transition: max-width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  max-width: 100%;
  opacity: 1;
}

.imageseconde {
  transition: max-width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  max-width: 0px;
  opacity: 0;
}

.information_fond {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.information_boxshadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.information_card {
  display: flex;
  flex-direction: column;
  max-width: calc(100svw - 20px);
  background-color: white;
  border: solid 1px var(--melpro-color);
  border-radius: 5px;
  padding: 10px;
}
.information_card_bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5px 5px 10px 5px;
  padding: 0;
}
.information_card_bar_titre {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.information_card_bar_titre h2 {
  width: 100%;
  text-align: center;
  margin: 0 10px;
}
.information_card_bar_titre p {
  font-size: 1rem;
  margin-top: 5px;
}
.information_card_bar button {
  margin: 5px 0 5px 20px;
  padding: 5px;
  white-space: nowrap;
}
.information_card_bar button i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 30px;
}
.information_card_input {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.information_card_input i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
}
.information_card_input input {
  height: 40px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  padding-left: 5px;
}
.information_card_input input[type=text] {
  width: 100%;
  margin: 0 5px;
  font-size: medium;
}
.information_card_input input[type=password] {
  width: 100%;
  margin: 0 5px;
  font-size: medium;
}
.information_card_input input[type=email] {
  width: 100%;
  margin: 0 5px;
  font-size: medium;
}
.information_card_input input[type=phone] {
  width: 100%;
  margin: 0 5px;
  font-size: medium;
}
.information_card_input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.information_card_titre {
  margin: 20px 5px 0 5px;
}
.information_card textarea {
  width: calc(100% - 10px);
  height: 150px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  margin: 5px;
}
.information_card_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px;
}
.information_card_nav p {
  font-weight: bold;
  margin-right: 10px;
}
.information_card_obligatoire {
  width: calc(100% - 10px);
  text-align: right;
  font-size: 0.8rem;
  margin: 3px;
}

/* menu */
.menu_gauche {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  width: auto;
  height: calc(100svh - 60px);
  background-color: var(--white-color);
  overflow-y: scroll;
}
.menu_gauche1 {
  z-index: 201;
}
.menu_gauche2 {
  position: fixed;
  display: none;
  top: 60px;
  left: 295px;
  width: 299px;
  z-index: 202;
}
.menu_gauche3 {
  position: fixed;
  display: none;
  top: 60px;
  left: 595px;
  width: 299px;
  z-index: 203;
}
.menu_gauche4 {
  position: fixed;
  display: none;
  top: 60px;
  left: 895px;
  width: 299px;
  z-index: 204;
}
.menu_gauche5 {
  position: fixed;
  display: none;
  top: 60px;
  left: 1195px;
  width: 299px;
  z-index: 205;
}
.menu_gauchevide {
  width: 0px;
}
.menu_gauche_transparent {
  background: none !important;
}
.menu_gauche_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 40px;
}
.menu_gauche_card_categorie {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.menu_gauche_card_categorie img {
  width: 40px;
  height: 40px;
  margin: 2px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu_gauche_card_categorie svg {
  width: 30px;
  height: 30px;
  padding: 5px;
  margin: 5px;
  fill: var(--melpro-color);
}
.menu_gauche_card_categorie_titre {
  display: none;
  width: 223px;
  padding: 0 2px;
}
.menu_gauche_card_guest {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.menu_gauche_card_guest img {
  width: 40px;
  height: 40px;
  margin: 2px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu_gauche_card_guest svg {
  width: 30px;
  height: 30px;
  padding: 5px;
  margin: 5px;
  fill: var(--grey-color);
}
.menu_gauche_card_guest_titre {
  display: none;
  width: 223px;
  padding: 0 2px;
}
.menu_gauche_card_admin {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.menu_gauche_card_admin img {
  width: 40px;
  height: 40px;
  margin: 2px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu_gauche_card_admin svg {
  width: 30px;
  height: 30px;
  padding: 5px;
  margin: 5px;
  fill: var(--purple-color);
}
.menu_gauche_card_admin_titre {
  display: none;
  width: 223px;
  padding: 0 2px;
}
.menu_gauche_card i {
  display: flex;
  align-items: center;
  width: 15px;
  height: 40px;
  margin: 0 2px;
  cursor: pointer;
}
.menu_gauche_cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 40px;
  margin: 0 20px;
  border-bottom: solid 1px black;
}
.menu_gauche_cards_categorie {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
}
.menu_gauche_cards i {
  display: flex;
  align-items: center;
  width: 15px;
  height: 40px;
  margin: 0 2px;
  cursor: pointer;
}
.menu_bis {
  border-right: solid 1px black;
}
.menu_droite {
  display: flex;
  top: 0;
  right: 0;
  flex-direction: column;
  width: 300px;
  height: 100svh;
  background-color: rgba(0, 141, 192, 0.2862745098);
  box-shadow: 10px 0px 17px 10px rgba(0, 0, 0, 0.75);
}
.menu_droite_panier_details {
  background-color: transparent;
  color: black;
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
.menu_droite_panier_details_liste {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-bottom: dotted 1px #e9e9e9;
  padding: 2px;
  margin: 2px;
}
.menu_droite_espacepro_details_liste {
  padding: 5px;
  border-left: solid 3px var(--melpro-color);
  margin-bottom: 2px;
  margin-left: 2px;
}
.menu_droite_espacepro_details_liste_noir {
  padding: 5px;
  border-left: solid 3px var(--black-color);
  margin-bottom: 2px;
  margin-left: 2px;
}
.menu_droite_espacepro_details_liste_innactive {
  padding: 5px;
  border-left: solid 3px var(--grey-color);
  color: var(--grey-color);
  margin-bottom: 2px;
  margin-left: 2px;
}

.product_blade {
  display: flex;
  flex-direction: column;
}
.product_blade_zone {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 900px) {
  .product_blade_zone {
    flex-direction: column;
  }
}
/* product */
.product_cardsimple {
  position: relative;
  width: calc(20% - 30px);
  margin: 4px 14px;
  background-color: var(--white-color);
}
.product_card {
  position: relative;
  width: calc(20% - 30px);
  margin: 4px 14px;
  background-color: var(--white-color);
}
.product_list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  width: calc(100% - 30px);
  margin: 4px 14px;
  background-color: var(--white-color);
}
.product_tableau_tr {
  background: linear-gradient(135deg, transparent 0%, transparent 100%);
}
.product_tableau_tr:hover {
  background: linear-gradient(135deg, white 0%, lightgrey 100%);
}
.product_tableau_tr_img {
  width: 100px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_declinaison_zone {
  width: 100%;
  height: 360px;
  overflow-y: scroll;
}
.product_declinaison_zone table {
  width: 100%;
}
.product_declinaison_zone::-webkit-scrollbar {
  display: block;
  width: 6px;
}
.product_declinaison_zone::-webkit-scrollbar-track {
  background: var(--melpro-color);
  border-radius: 0px;
}
.product_declinaison_zone::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
  border: 2px solid var(--melpro-color);
}
.product_associe_zone {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 360px;
  overflow-y: scroll;
}
.product_associe_zone::-webkit-scrollbar {
  display: block;
  width: 6px;
}
.product_associe_zone::-webkit-scrollbar-track {
  background: var(--melpro-color);
  border-radius: 0px;
}
.product_associe_zone::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
  border: 2px solid var(--melpro-color);
}

#section {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% - 120px);
  height: calc(100svh - 60px);
  overflow-y: hidden;
  margin: 0 20px 0 100px;
}

/*espace pro*/
.espace_zone_titre_corps_menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.espace_zone_titre_corps_menu_date {
  width: 33%;
}

.espace_zone_titre_corps_menu_date p {
  width: 100%;
}

.espace_zone_titre_corps_menu_date input {
  width: calc(100% - 40px);
  margin-top: 2px;
}

.espace_zone_titre_corps_menu_actualiser {
  width: 33%;
  margin: 10px;
}

.espace_zone_titre_corps_card_reseau {
  height: 30px;
  display: flex;
}

.espace_zone_titre_corps_card_reseau i {
  margin-right: 10px;
  display: flex;
  height: 100%;
  align-items: center;
}

.espace_zone_titre_corps_card h3 {
  margin: 5px;
}

.espace_zone_titre_corps_card_entetes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 10px);
}

.espace_zone_titre_corps_card_entetes_entete {
  width: 33%;
  min-width: 300px;
}

.espace_zone_titre_corps_card_entetes_entete p {
  margin: 5px;
  white-space: nowrap;
}

.espace_zone_titre_corps_card_details {
  margin-top: 20px;
  display: none;
  width: 99%;
  margin-left: 1%;
}

.espace_zone_titre_corps_card_details_card {
  margin: 5px;
  border-top: solid 1px #019add;
  padding-top: 5px;
  width: calc(100% - 20px);
}

.espace_zone_titre_corps_card_details_card_titre {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.espace_zone_titre_corps_card_details_card_titre a {
  font-weight: bold;
}

.espace_zone_titre_corps_card_details_card_titre a p {
  white-space: wrap;
  max-width: 80svw;
}

.espace_zone_titre_corps_card_details_card_titre i {
  height: 16px;
  width: 16px;
  margin-left: 5px;
}

.espace_zone_titre_corps_card_details_card_detail {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.espace_zone_titre_corps_card_details_card_detail_zone {
  width: 33%;
  min-width: 300px;
}

.espace_zone_titre_corps_card_details_card_detail_zone p {
  margin: 5px;
  white-space: nowrap;
}

.espace_zone_titre_corps::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.espace_zone_titre_corps::-webkit-scrollbar-track {
  background: #019add;
}

.espace_zone_titre_corps::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 20px;
  border: 2px solid #019add;
}

/*espace pro*/
/* header */
.header_bar_lien_admin {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 10px;
  color: var(--purple-color);
  fill: var(--purple-color);
}

.header_bar_lien_admin:hover {
  color: var(--black-color);
  fill: var(--black-color);
}

.header_bar_lien_admin p {
  white-space: nowrap;
}

.header_bar_lien_connection {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 10px;
  color: var(--melpro-color);
  fill: var(--melpro-color);
}

.header_bar_lien_connection_bouton {
  white-space: nowrap;
  color: var(--melpro-color);
  fill: var(--melpro-color);
}

.header_bar_lien_connection_bouton:hover {
  color: var(--black-color);
  fill: var(--black-color);
}

.header_bar_lien_deconnection {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 10px;
}

.header_bar_lien_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  border: none;
  background-color: transparent;
  color: var(--red-color);
  fill: var(--red-color);
}

.header_bar_lien_button:hover {
  color: var(--black-color);
  fill: var(--black-color);
}

.header_bar_lien_button p {
  white-space: nowrap;
}

/* header */
/* menu_droite_espacepro */
.menu_droite_espacepro_details {
  background-color: white;
  color: black;
  max-height: calc(100svh - 90px - 132px);
  overflow-y: scroll;
  width: 100%;
}

.menu_droite_espacepro_details h3 {
  text-align: center;
  font-size: 1.1rem;
}

.menu_droite_espacepro_details span {
  font-size: 1.1rem;
}

.menu_droite_espacepro_details_titre {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.menu_droite_espacepro_details_titre span {
  margin-left: 5px;
  font-weight: bold;
  font-size: large;
}

.menu_droite_espacepro_details_titre svg {
  height: 20px;
  width: 20px;
  margin: 0;
  fill: var(--melpro-color);
}

.menu_droite_espacepro_details_deconnection {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.menu_droite_espacepro_details_deconnection span {
  margin-left: 5px;
  font-weight: bold;
  font-size: large;
}

.menu_droite_espacepro_details_deconnection svg {
  height: 20px;
  width: 20px;
  margin: 0;
  fill: var(--red-color);
}

/* menu_droite_espacepro */
/* menu_droite_chantiers */
.menu_droite_chantiers_details {
  background-color: white;
  color: black;
  max-height: calc(100svh - 90px - 132px);
  overflow-y: scroll;
  width: 100%;
}

.menu_droite_chantiers_details_liste {
  padding: 5px;
  border-left: solid 3px var(--melpro-color);
  border-bottom: dotted 1px #e9e9e9;
  margin-bottom: 2px;
  margin-left: 2px;
}

/* menu_droite_chantiers */
/* menu_droite_panier */
.menu_droite_panier_details_liste_quantite {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu_droite_panier_details_liste_quantite_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 2px;
}

.menu_droite_panier_details_liste_quantite_logo svg {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  fill: var(--black-color);
}

.menu_droite_panier_details_liste_quantite input {
  font-weight: bold;
  margin: 2px;
  border: none;
  width: 35px;
  text-align: center;
}

.menu_droite_panier_details_liste_lien {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: black;
  font-size: 0.8rem;
}

.menu_droite_panier_details_liste_lien img {
  max-height: 50px;
  max-width: 50px;
  cursor: pointer;
}

.menu_droite_panier_details_liste_trash {
  height: 30px;
  width: 30px;
  margin: 0;
  fill: var(--red-color);
}

/* menu_droite_panier */
/*categorie*/
.categorie_titre {
  display: flex;
  flex-direction: column;
  padding: 1px;
  margin: 5px 5px 10px 5px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.8rem;
  border-left: solid 3px var(--melpro-color);
}

.categorie_card {
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px;
  margin: 2px;
  width: calc(100% - 20px);
}

.categorie_card_image {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  padding: 5px;
  align-items: center;
}

.categorie_card_image a {
  width: 100%;
  height: 100%;
}

.categorie_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.categorie_card_description {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.categorie_card_description_titre {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 5px;
  display: flex;
  align-items: center;
  text-align: left;
  width: calc(100% - 10px);
}

.categorie_card_description_details {
  display: flex;
  flex-direction: column;
  padding: 5px;
  font-size: 0.8rem;
  width: 250px;
  max-width: calc(100% - 10px);
}

.categorie_card_description_details span {
  text-overflow: ellipsis;
  overflow: hidden;
}

.categorie2_card {
  width: calc(33.333333% - 20px);
  height: 247.5px;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
}

.categorie2_card_image {
  width: 100%;
  height: calc(100% - 10px - 74px - 72px);
}

.categorie2_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.categorie2_card_description {
  flex-direction: column;
}

.categorie2_card_description_details {
  width: calc(100% - 10px);
}

/*categorie*/
/*societe aide cgv mentions partenaires*/
.sommaire {
  width: 100%;
  display: flex;
  padding: 20px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sommaire_menu {
  width: -moz-fit-content;
  width: fit-content;
  min-width: calc(33.3333333333% - 16px);
  border-left: solid 3px var(--melpro-color);
  padding-left: 3px;
  margin: 2px 0 2px 10px;
}

.societe_card {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  margin: 25px 14px;
}

.societe_card a {
  white-space: normal;
}

.societe_card ul {
  padding: 20px;
}

.societe_card h2 {
  font-size: 1.5rem;
  line-height: 110%;
  padding: 0 5px 0 5px;
  background-color: white;
  transform: translateY(-20px);
}

.societe_card_obligatoire {
  width: calc(100% - 10px);
  text-align: right;
  font-size: 0.8rem;
  margin: 3px;
}

.societe_card p {
  text-align: justify;
}

.annonce {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  aspect-ratio: 3/1;
}

.annonce_gauche {
  position: relative;
  background-color: white;
  width: 33%;
  height: 100%;
  display: flex;
  align-items: center;
  border: solid 2px white;
}

.annonce_gauche_produits {
  position: absolute;
  text-align: center;
  padding: 10px;
  margin-left: 0;
  border: solid 2px white;
  opacity: 0;
  transition: 1s opacity;
}

.annonce_gauche_produits a {
  width: 100%;
}

.annonce_gauche_produits img {
  width: 100%;
}

.annonce_centre {
  text-align: center;
  margin-left: 0;
  border: solid 2px white;
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.annonce_centre_chaine p {
  margin: 5px;
}

.annonce_centre_chaine video {
  width: 100%;
}

.annonce_centre_marques p {
  margin: 5px;
}

.annonce_centre_marques_cards i {
  margin: 0;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  color: #019add;
}

.annonce_centre_marques_cards_card {
  position: absolute;
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1px;
  margin: 1px;
  opacity: 0;
  transition: 1s opacity;
}

.annonce_centre_marques_cards_card a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.annonce_centre_marques_cards_card img {
  max-width: 100%;
  max-height: 100%;
}

.annonce_droite {
  position: relative;
  background-color: white;
  width: 33%;
  height: 100%;
  display: flex;
  align-items: center;
  border: solid 2px white;
}

.annonce_droite_produits {
  position: absolute;
  text-align: center;
  padding: 10px;
  margin-left: 0;
  border: solid 2px white;
  opacity: 0;
  transition: 1s opacity;
}

.annonce_droite_produits a {
  width: 100%;
}

.annonce_droite_produits img {
  width: 100%;
}

.entete_titre {
  margin: 0 0 0 14px;
}

.selection_carrousel {
  position: relative;
  background-color: white;
  width: calc(100% - 14px);
  height: 370px;
  display: flex;
  align-items: flex-start;
  margin: 0 7px;
}

#carrousel_selection_gauche {
  top: 185px;
  left: -17px;
}

#carrousel_selection_droite {
  top: 185px;
  right: 3px;
}

.selection_carrousel_i {
  margin: 0 0 0 20px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  color: #019add;
}

.selection_carrousel_card {
  position: absolute;
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  margin: 7px;
  z-index: 0;
  opacity: 0;
  transition: 1s opacity;
  height: calc(100% - 20px);
  width: calc(20% - 20px);
  top: 0;
}

@media screen and (max-width: 1500px) {
  .selection_carrousel_card {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 1300px) {
  .selection_carrousel_card {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .selection_carrousel_card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 900px) {
  .selection_carrousel_card {
    width: calc(100% - 20px);
  }
}
.selection_carrousel_card_image {
  width: 100%;
  height: calc(100% - 10px - 74px - 72px);
  display: flex;
  justify-content: center;
  padding: 5px;
  align-items: center;
}

.selection_carrousel_card_image a {
  width: 100%;
  height: 100%;
}

.selection_carrousel_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.selection_carrousel_card_description {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.selection_carrousel_card_description_titre {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 5px;
}

.selection_carrousel_card_description_details {
  display: flex;
  flex-direction: column;
  padding: 5px;
  font-size: 0.8rem;
}

.selection_carrousel_card_description_details span {
  text-overflow: ellipsis;
  overflow: hidden;
}

.nouveaute_titre {
  margin: 20px 0 0 14px;
}

.nouveaute_carrousel {
  position: relative;
  background-color: white;
  width: calc(100% - 14px);
  height: 370px;
  display: flex;
  align-items: flex-start;
  margin: 0 7px;
}

#carrousel_nouveaute_gauche {
  top: 185px;
  left: -17px;
}

#carrousel_nouveaute_droite {
  top: 185px;
  right: 3px;
}

.nouveaute_carrousel_i {
  margin: 0 0 0 20px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  color: #019add;
}

.nouveaute_carrousel_card {
  position: absolute;
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  margin: 7px;
  z-index: 0;
  opacity: 0;
  transition: 1s opacity;
  height: calc(100% - 20px);
  width: calc(20% - 20px);
  top: 0;
}

@media screen and (max-width: 1500px) {
  .nouveaute_carrousel_card {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 1300px) {
  .nouveaute_carrousel_card {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .nouveaute_carrousel_card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 900px) {
  .nouveaute_carrousel_card {
    width: calc(100% - 20px);
  }
}
.nouveaute_carrousel_card_image {
  width: 100%;
  height: calc(100% - 10px - 74px - 72px);
  display: flex;
  justify-content: center;
  padding: 5px;
  align-items: center;
}

.nouveaute_carrousel_card_image a {
  width: 100%;
  height: 100%;
}

.nouveaute_carrousel_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nouveaute_carrousel_card_description {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.nouveaute_carrousel_card_description_titre {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 5px;
}

.nouveaute_carrousel_card_description_details {
  display: flex;
  flex-direction: column;
  padding: 5px;
  font-size: 0.8rem;
}

.nouveaute_carrousel_card_description_details span {
  text-overflow: ellipsis;
  overflow: hidden;
}

.gammes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 2px;
}

.gammes_titre {
  margin: 20px 0 10px 14px;
}

.gammes_zone {
  min-width: 300px;
  width: 20%;
  margin-bottom: 10px;
  padding-left: 3px;
}

.gammes_zone_categorie {
  background-color: white;
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.gammes_zone_categorie_titre {
  background-color: white;
  color: black;
  font-weight: bold;
  height: 50px;
  display: flex;
  align-items: center;
}

.gammes_zone_categorie_titre img {
  height: 40px;
  width: 40px;
}

.gammes_zone_categorie_titre a {
  margin-left: 10px;
  cursor: pointer;
  font-size: larger;
}

.gammes_zone_categorie_souscategories {
  padding: 5px;
}

.gammes_zone_categorie_souscategories_souscategorie {
  padding: 5px 0;
  font-size: small;
}

.gammes_zone_categorie_souscategories_souscategorie a {
  color: black;
}

/*partenaire*/
.partenaire {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 7px;
}

.partenaire_card {
  background-color: white;
  text-align: center;
  width: calc(14.2857142857% - 30px);
  min-width: 260px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px;
  margin: 7px;
}

.partenaire_card_entete {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partenaire_card_entete_titre {
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 0;
}

.partenaire_card_entete_image {
  width: 100%;
  height: 100px;
}

.partenaire_card_entete_image img {
  height: 100%;
}

.partenaire_card_entete_liens {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 20%;
  justify-content: space-around;
}

.partenaire_card_entete_liens_produit {
  display: flex;
  align-items: center;
  width: 50%;
  height: 25px;
  text-align: left;
  border-left: solid 3px #039de5;
  margin: 2px;
}

.partenaire_card_entete_liens_produit i {
  display: flex;
  align-items: center;
  height: 25px;
  margin: 2px;
}

.partenaire_card_entete_liens_pdf {
  display: flex;
  align-items: center;
  width: 50%;
  height: 25px;
  text-align: left;
  border-left: solid 3px #039de5;
  margin: 2px;
}

.partenaire_card_entete_liens_pdf i {
  display: flex;
  align-items: center;
  height: 25px;
  margin: 2px;
}

.partenaire_card_description {
  width: 100%;
  text-align: justify;
  height: 100%;
  overflow: hidden;
  padding-top: 10px;
  word-wrap: break-word;
  text-overflow: ellipsis;
  font-size: medium;
}

.partenaire_card-plus {
  height: auto !important;
  width: calc(100% - 30px) !important;
}

/*partenaire*/
/*animation carrousel*/
.active {
  z-index: 1;
  opacity: 1;
}

#error {
  margin: 5px;
  color: red;
}

#carrousel_marque {
  position: relative;
  background-color: white;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}

#carrousel_marque_gauche {
  left: -15px;
}

#carrousel_marque_droite {
  right: -14px;
}

/*animation carrousel*/
.details_panier_liste_produit_card_titre2 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#elec {
  display: none;
  flex-direction: column;
}

.elec {
  margin: 5px 20px;
}

.livraison {
  margin-left: 20px;
  width: calc(100% - 20px);
}

@media screen and (max-width: 1500px) {
  .product_cardsimple {
    width: calc(25% - 30px);
  }
  .product_card {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 1300px) {
  .product_cardsimple {
    width: calc(25% - 30px);
  }
  .product_card {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 1100px) {
  #section {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .acces_zone_titre_corps {
    width: 100%;
    margin: 0;
  }
  .acces_zone_titre_corps_box {
    width: 100%;
    min-width: 0px;
  }
  .acces_zone_titre_corps_box2 {
    width: 100%;
    min-width: 0px;
  }
  .acces_zone_titre_corps_box2_zone1 {
    padding: 0;
    margin: 0;
  }
  .acces_zone_titre_corps_box2_zone2 {
    padding: 0;
    margin: 0;
  }
  .acces_zone_titre_corps_petitebox {
    width: 100%;
    margin: 5px 0;
  }
  .acces_zone_titre_corps_grandebox {
    width: calc(100% - 2px);
    margin: 5px;
  }
  .accueil_entete {
    flex-direction: column;
  }
  .accueil_entete_dossier {
    width: 100%;
  }
  .body_corps {
    width: 100%;
  }
  .body_corps_corp_menugauche {
    display: none;
  }
  .body_corps_corp_gsmgauche_logo {
    display: flex;
  }
  .carouselentete {
    width: 100%;
    margin-bottom: 10px;
  }
  .dossier_baniere {
    display: flex;
    flex-direction: column-reverse;
  }
  .dossier_baniere_card {
    position: unset;
    background-color: transparent;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
  }
  .dossier_baniere_image {
    width: 170%;
  }
  .espace_zone_titre_corps_card {
    flex-direction: column;
    align-items: flex-start;
  }
  .espace_zone_titre_user {
    display: none;
  }
  .espace_zone_titre_user_gsm {
    display: flex;
  }
  .footer_copyright_blog {
    display: none;
  }
  .footer_zone_2 {
    display: none;
  }
  .footer_zone_3 {
    border-left: none;
  }
  .gammes_zone {
    width: 100%;
  }
  .header_bar_menu {
    display: flex;
  }
  .header_bar_recherche {
    display: none;
  }
  .header_bar_recherchegsm {
    display: flex;
  }
  .menu_droite {
    display: none;
  }
  .menu_gauche_card_categorie_titre {
    display: flex;
  }
  .product_cardsimple {
    width: calc(33.3333333333% - 30px);
  }
  .product_card {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 900px) {
  .product_cardsimple {
    width: calc(50% - 30px);
  }
  .product_card {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 700px) {
  .product_cardsimple {
    width: calc(100% - 30px);
  }
  .product_card {
    width: calc(100% - 30px);
  }
}/*# sourceMappingURL=menu.css.map */