@import "th100-panier.css?1759466018";
/****************/
/* CSS THEME 5 */
/****************/

@import url('https://fonts.googleapis.com/css?family=Lobster');

@font-face {
	
	font-family: 'Microsoft Himalaya';
	src: url('/font/MicrosoftHimalaya.eot') format('eot');
	src: url('/font/MicrosoftHimalaya.woff2') format('woff2'),
		 url('/font/MicrosoftHimalaya.woff') format('woff'),
		 url('/font/MicrosoftHimalaya.ttf') format('truetype'),
		 url('/font/MicrosoftHimalaya.svg') format('svg');
}
@font-face {
	
	font-family: 'Arimo';
	src: url('/font/Arimo-Regular.ttf') format('truetype');
}
.valider, #fromm button, .buttonwidthmax
{
	color:white;	
	background-color: #1b9c2d;
}

.widget_panier select
{
	border: dotted 1px #1b9c2d;
}

.widget_panier_compteur
{
	color: #1b9c2d;
}

a:hover, .aide_infos:hover
{
	color: #1b9c2d;
}

#logo, #logo a
{
	font-family: 'Microsoft Himalaya' !important;
	font-size: 30px;
	text-shadow: 0px 1px 1px #bdbdbd;
	font-weight: bold;
	text-decoration: none;
	color: #1b9c2d;
	
}

.bloc_contact h2 {
	color: #4a4a4a;
}

.produit
{
	background-color: #fcc831;
}

.resume_produit
{
	color: #4a4a4a;
}

.plus_de_photos
{
	color:white;
	background-color: transparent;
    border: 1px solid #00000010;
}

.plus_de_photos a
{
	color: #ffffff;
}

.btn_ajout_panier_b2c
{
	border: solid 1px #1b9c2d;
	color: #1b9c2d;
}
.cadres_panier_ajout p
{
	color: #1b9c2d;
}

.panier_plus, .widget_panier_plus
{
	background-color: #1b9c2d;
}

.panier_compteur p
{
	color: #1b9c2d;
}

.icones_panier:hover
{
	color: #1b9c2d;
}

/****************/
/* CSS Variable */
/****************/


@import "multitheme.css";

body {
  background-color: #f2f2f2;
  font-family: Calibri light, Helvetica Neue;
  color: #393939;
}

.btn:active {
  background-image: linear-gradient(#e2e2e2, #eee);
}

.espace_client {
  padding: 10px 0px;
}
.espace_client .btn {
  margin-left: auto;
}

.body-page {
  background-color: #f5f5f5;
  padding: 15px;
  border: 0.5px solid #e6e5e5;
}

.buttonwidthmax {
  color: grey;
}

.popupdevisgratuit {
  text-align: center;
}
#bloc_page {
  display: flex;
}

/* DEBUT SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
  margin-right: 3px;
  background-color: #cccbcb;
}

::-webkit-scrollbar-thumb {
  background-color: white;
}
/* FIN SCROLLBAR */

.shortlink {
  word-break: break-all;
}

/*BLOC CONTACT ET PANIER*/
#bloc_contact {
  position: relative;
  background-color: #f5f5f5;
  padding: var(--normal-padding);
  animation-duration: 4s;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 500;
  box-sizing: border-box;
}

#bloc_contact * {
  box-sizing: border-box;
}

.bloc_contact_ferme {
  width: 350px;
  margin-left: -410px;
}
.bloc_contact_ferme .hamburger-contenu {
  margin-right: -130px;
}
.bloc_contact_ouvert {
  width: 350px;
  margin-left: 0px;
}
.bloc_contact_ouvert .hamburger-contenu {
  background-color: transparent !important;
  margin-right: 0px;
}

.th5-bloc_follow
{
  display: flex;
  flex-direction: column;
  gap: var(--small-gap);
  position: sticky;
  top: 0;
}


.widget_panier
{
  padding: 0px;
  max-height: calc(100vh - 180px);
  overflow: auto;
}

#bloc_contact #content_widget_panier
{
  max-height: initial; 
}

.btn_bloc_contact {
  cursor: pointer;
  width: 100%;
  height: 30px;
  background: #e6e5e5;
  display: flex;
  margin-bottom: 2px;
}

.btn_bloc_contact p {
  margin: auto 0px;
  padding-left: 10px;
  font-size: 18px;
}

.valider,
#fromm button,
.buttonwidthmax {
  cursor: pointer;
  border: 0.5px solid #dcdcdc;
  border-radius: 3px;
  padding: 10px 15px;
  outline: none;
}
.valider {
  margin-top: 10px;
  float: right;
  width: fit-content;
}
.valider:focus,
#fromm button:focus {
  outline: none;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1) inset;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 2px 0px;
}

hr {
  border-top: 0.5px solid #cecece;
}

.widget_panier {
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.widget_panier h3 {
  margin-left: 3px;
  font-family: "Lobster", cursive;
}
.widget_panier .pastille {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: auto 2px auto 0px;
  display: inline-block;
}
.widget_panier .ecoptions {
  font-size: 14px;
}
.widget_panier_article {
  border-top: 4px #e6e5e5 solid;
  margin: 10px auto;
  padding: 5px;
  background-color: #efefef;
}
.widget_panier_structure {
  width: 96%;
  height: auto;
  display: flex;
  justify-content: space-between;
  user-select: none;
  margin: 2%;
}
.widget_panier select {
  width: 100%;
  margin-bottom: 5px;
}

.widget_panier_ajout {
  display: flex;
  flex-direction: column;
  width: 50%;
  user-select: none;
}

.trois_colonnes {
  flex: 1;
  height: 30px;
}

/* Sous total du panier : */
.widget_panier_structure_total {
  width: 96%;
  height: auto;
  user-select: none;
  margin: 2%;
}

.panier_ligne {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.panier_colonne_total {
  margin: 1px;
}

.quantite_flex {
  display: flex;
}

.quantite_flex p {
  outline: transparent;
  font-size: 18px;
  text-align: center;
}

.flex_options_article {
  display: flex;
  justify-content: space-between;
}

.options_article {
  background-color: #f5f5f5;
  width: 49%;
  padding: 2px;
  text-align: center;
  margin: auto 1px;
}

.selecteur_options_article,
.selecteur_options_article:active,
.selecteur_options_article:focus {
  width: 100%;
  background: #f9f9f9;
  padding: 2px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  cursor: pointer;
}

.widget_panier_compteur {
  width: 50%;
  background: white;
  height: 30px;
  line-height: 30px;
}
.widget_panier_compteur p {
  cursor: text;
}

.widget_prix p {
  font-size: 16px;
  text-align: center;
  background: #f5f5f5;
  padding: 2px;
  border: 0.5px solid #ececec;
  height: max-content;
}

.widget_panier_moins,
.widget_panier_plus {
  cursor: pointer !important;
  height: 15px;
  line-height: 15px;
}

.widget_resume_commande {
  width: 100%;
  background-color: white;
  display: flex;
  font-size: 16px;
}

label {
  text-decoration: none;
  font-size: 16px;
  padding: 0px;
}

.cadre_coordonnees,
#fromm input {
  width: 100%;
  box-sizing: border-box;
  border: 0.5px solid #e6e5e5 !important;
  background-color: #fafafa;
  outline: none;
  padding: 5px;
}

.coordonnee_gauche {
  width: 93% !important;
  border: 0.5px solid #e6e5e5 !important;
  background-color: #fafafa;
  outline: none;
  padding: 5px 2%;
  margin-right: 3%;
}

.coordonnee_droite {
  width: 93% !important;
  border: 0.5px solid #e6e5e5 !important;
  background-color: #fafafa;
  outline: none;
  padding: 5px 2%;
  margin: 0% 3% 0% 0%;
}

.cadre_coordonnees:focus,
.coordonnee_gauche:focus,
.coordonnee_droite:focus,
#fromm input:focus {
  background-color: white;
}

.widget_panier_coordonnees {
  width: 98%;
}
.panier_connexion {
  width: 98%;
  text-align: center;
  font-size: 14px;
  background-color: #efefef;
  color: #eb6e00;
  padding: 2%;
  margin-bottom: 15px;
}
.coordonnees_flex {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}

/*FIN BLOC CONTACT ET PANIER*/

#opcl {
  position: absolute;
  outline: none;
  right: 0px;
  background: #f2f2f2;
  border: none;
}

#bloc_contenu {
  width: 70%;
  margin: 0px auto;
  padding-left: 60px;
}

a {
  text-decoration: none;
  color: #393939;
  cursor: pointer;
}

ul {
  font-size: 16px;
  padding: 0px 15px;
}

header {
  display: flex;
  padding: 15px 0px 15px 0px;
  margin-bottom: 15px;
  background-color: white;
}

#logo,
#logo a {
  text-align: center;
  margin: 0px;
}
footer .logo {
  cursor: pointer;
  border: 1px solid #e6e5e5;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}
.columns div {
  flex: 1 1 260px;
  min-width: calc((100% - 100px) / 5);
  display: flex;
  max-width: fit-content;
}

.columns img {
  max-height: 200px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.imagealbumover img {
  display: block; /* Évite les espaces blancs sous l'image */
}

.imagealbumover {
  position: relative;
}
.imagealbumover span {
  display: none; /* On masque l'infobulle. */
}

.imagealbumover span {
  overflow: auto;
  position: absolute;
  z-index: 10;
}
.imagealbumover:hover {
  background: none; /* Correction d'un bug d'Internet Explorer. */
  z-index: 10; /* On dÃƒÂ©finit une valeur pour l'ordre d'affichage. */
  cursor: pointer;
}
.imagealbumover:hover span {
  display: inline-block; /* On affiche l'infobulle. */
  position: absolute;
  float: left;
  /*white-space: nowrap;  On change la valeur de la propriÃƒÂ©tÃƒÂ© white-space pour qu'il n'y ait pas de retour Ãƒ  la ligne non dÃƒÂ©sirÃƒÂ©. */
  top: 150px; /* On positionne notre infobulle. */
  left: -230px;
  background: rgba(255, 255, 255, 0.85);
  vertical-align: middle;
  text-align: center;
  z-index: 0;
}
.imagealbumover span img {
  max-width: 600px;
  max-height: 600px;
}

.hamburger-contenu {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: -100px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
}
.hamburger-inner {
  width: 20px;
  height: 2px;
  background-color: black;
  border-radius: 4px;
  margin: 2px;
}
nav {
  width: 70%;
  margin: auto;
  margin-top: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav .logo {
  cursor: pointer;
  max-width: 200px;
  width: 100%;
}
input,
select {
  background: #f2f2f2;
  border: none;
}
input:focus,
select:focus {
  outline: transparent;
  border: none;
}
h1 {
  font-size: 24px;
  margin: 0px;
}

h2 {
  font-size: 24px;
  font-family: "Lobster", cursive;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px solid #00000010;
  padding-bottom: 10px;
}

.form_contact {
  display: none;
  margin-bottom: 10px;
}
p {
  margin: 0px;
  font-size: 20px;
  text-align: justify;
}

.couverture {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  height: auto;
  padding: 20px 0px;
  box-sizing: border-box;
  display: flex;
  aspect-ratio: 21/9;
  border-radius: 5px;
}

#econeto-ai {
  position: relative;
}

body:has(#econeto-ai) .couverture {
  aspect-ratio: initial;
  padding: 50px 0px;
}

body:has(#econeto-ai) .couverture .th5imgcouv {
  position: absolute; /* Position absolute pour l'image */
  top: 0;
  left: 50%; /* Centrer l'image horizontalement */
  height: 100%; /* Prend toute la hauteur du conteneur parent */
  transform: translateX(-50%); /* Centrer l'image horizontalement */
  object-fit: cover; /* Couvre le conteneur tout en conservant le ratio d'aspect */
  z-index: -1; /* Place l'image en arrière-plan */
}

.couverture .th5imgcouv {
  position: absolute;
  width: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.encarts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.encarts .encarts_css {
  width: 40%;
  background: #fbfbfb;
  padding: 15px;
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 5px;
}

.trombinoscope {
  border-radius: 5px;
}

.trombinoscope .trbphoto img {
  clip-path: initial !important;
  border-radius: 5px;
}

.encarts_css:empty {
  display: none !important;
}

.encarts:has(.shortlink:nth-child(2)) .encarts_css {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.encarts .encarts_css iframe {
  width: 100%;
  max-width: initial;
}

.encarts .encarts_css:has(iframe:nth-child(3)) {
  width: 100%;
}

.encarts .encarts_css:has(iframe:nth-child(3)) p,
.encarts .encarts_css:has(.shortlink:nth-child(2)) p {
  width: 100%;
}

.encarts .encarts_css:has(iframe:nth-child(3)) iframe,
.encarts .encarts_css:has(.shortlink:nth-child(2)) .shortlink {
  width: calc(50% - 10px);
}

.encarts:has(.encarts_css:empty) .encarts_css a {
  width: calc(50% - 10px);
  gap: 10px;
}

.encarts a span {
  text-align: center;
}

.encarts:has(.encarts_css:empty) .encarts_css p {
  width: 100%;
}

.aide_infos,
.btn_nav_rubrique_g,
.btn_nav_rubrique_d,
.btn_fleches_rubrique {
  display: flex;
  cursor: pointer;
  border: 1px solid #e6e5e5;
  border-radius: 5px;
  padding: 10px 15px;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
  background-color: white;
}

.aide_infos p {
  margin: auto;
  text-align: center;
}

.produit {
  display: flex;
  margin-bottom: 30px;
  border-radius: 5px;
}

.pg {
  flex-direction: row-reverse;
}

.produit_cadre_photo {
  width: 50%;
  max-width: 50%;
  margin: auto;
}

.produit_cadre_photo img {
  max-width: 90%;
  margin: 5%;
  border-radius: 5px;
}

.produit_cadre_resume {
  width: 50%;
}

.resume_produit {
  display: flex;
  flex-direction: column;
  margin: 20%;
}

.bouton_produit {
  display: flex;
  justify-content: flex-end;
}

.plus_de_photos {
  cursor: pointer;
  width: fit-content;
  margin-top: 20px;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #00000010;
  transition: all 0.5s;
}

.plus_de_photos:hover {
  background-color: #00000020;
  transition: all 0.5s;
}

.plus_de_photos p {
  color: white;
}

.plus_de_photos p,
.plus_de_photos a {
  text-align: center;
}

footer {
  background: #f5f5f5;
  border-top: 0.5px solid #e6e5e5;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 0px 10px;
  box-sizing: border-box;
}

footer p {
  text-align: center;
  margin-top: 20px;
}

.mailimg {
  height: 25px;
  max-width: 100%;
  max-height: 100%;
}

#sponsor {
  font-weight: bold;
}

/* PAGE PRODUIT */

.titre {
  width: 50%;
  display: flex;
}

.titre h1 {
  color: #393939;
  font-family: lobster;
  text-align: center;
  font-size: 27px;
  margin: auto;
}
.encarts_css_conditions {
  width: 40%;
  background: #f5f5f5;
  border: 0.5px solid #e6e5e5;
  padding: 15px;
  margin: 15px auto;
}

.encarts_css_conditions p {
  margin: 0px !important;
  text-align: left;
}

.encart_nav_rubrique {
  justify-content: space-between;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.nav_rubrique {
  width: 25%;
}

.btn_fleches_rubrique {
  display: none;
}
.btn_nav_rubrique_g {
  cursor: pointer;
  float: left;
}

.btn_nav_rubrique_d {
  cursor: pointer;
  float: right;
}

/* DEBUT E-COMMERCE */
.ecommerce {
  display: flex;
  color: white;
  border: 0.5px solid #e6e5e5;
  color: #393939;
  margin-bottom: 50px;
}

.ecommerce h2 {
  margin-bottom: 0px;
  color: black;
  font-size: 24px;
  margin: 0px 10px 0px 0px;
  border: none;
}
.separateur_cate {
  display: none;
}

.ecommerce .cadre_photos_produit {
  width: 100%;
}

.ecommerce .autres_photos {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ecommerce .thumbnail {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.ecommerce .max {
  width: 100%;
  max-width: 100%;
  padding: 37% 0px 30% 0px;
}
.ecommerce .min {
  cursor: pointer;
}
.ecommerce .min,
.ecommerce .ghost {
  width: 24%;
  max-width: 24%;
  margin-top: 5px;
  padding: 8.88% 0px 12% 0px;
}

.ecommerce .infos_techniques {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
}

.ecommerce .contenu_infos_techniques {
  padding: 4% 5%;
  background-color: #f9f9f9;
}

.ecommerce .description_produit {
  font-size: 16px;
  margin: 20px 0px;
  max-height: 500px;
  overflow: auto;
  padding-right: 10px;
}

.ecommerce .description_produit::-webkit-scrollbar {
  padding-left: 5px;
}

.ecommerce .header_produit .prix {
  width: fit-content;
  margin-left: auto;
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 3px;
  border: 0.5px solid #ececec;
}

.ecommerce .prix p {
  font-size: 24px;
  text-align: center;
}

.ecommerce .euro {
  font-size: 16px;
}

.ecommerce .rating {
  width: 67px;
}

.ecommerce .rating a {
  float: right;
  color: #aaa;
  text-decoration: none;
  font-size: 1em;
  transition: color 0.4s;
}
.ecommerce .rating a:hover,
.ecommerce .rating a:focus,
.ecommerce .rating a:hover - a,
.ecommerce .rating a:focus - a {
  color: orange;
  cursor: pointer;
}

.ecommerce .ajout_panier_b2b {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 20px 0px;
}
.ecommerce .btn_ajout_panier_b2c {
  cursor: pointer;
  width: fit-content;
  margin: 10px auto;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #00000010;
}
.ecommerce .btn_ajout_panier_b2c p {
  text-align: center;
}

.ecommerce .cadres_panier_ajout {
  background: white;
  width: 30%;
}

.ecommerce .cadres_panier_ajout p {
  padding: 13px;
  text-align: center;
  font-size: 18px;
}

.ecommerce .panier_moins_plus p {
  color: #393939;
  font-size: 30px;
  font-weight: bold;
  padding: 5px;
}

.ecommerce .panier_moins_plus {
  display: flex;
  user-select: none;
}

.ecommerce .panier_compteur {
  width: 30%;
  background-color: white;
}

.ecommerce .panier_moins,
.ecommerce .widget_panier_moins {
  width: 100%;
  background-color: #e7e7e7;
  cursor: pointer;
}

.ecommerce .panier_plus,
.ecommerce .widget_panier_plus {
  width: 100%;
  cursor: pointer;
}

.ecommerce .panier_plus:active,
.ecommerce .widget_panier_plus:active {
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.3) inset;
}

.ecommerce .panier_moins:active,
.ecommerce .widget_panier_moins:active {
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1) inset;
}

.ecommerce .panier_compteur p {
  outline: transparent;
  cursor: text;
  font-size: 75px;
  font-weight: bold;
  text-align: center;
}
.ecommerce .flexv_spaceb {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ecommerce .share_networks {
  margin: 0 15%;
  display: flex;
  justify-content: space-between;
}
.ecommerce .share_networks a {
  display: none;
}
.ecommerce .share_networks img {
  width: 40px;
}
.ecommerce .flex_icones_panier {
  display: flex;
  justify-content: space-around;
  margin: 15px 0px 15px 0px;
  flex-wrap: wrap;
}

.ecommerce .icones_panier {
  cursor: pointer;
  display: flex;
}
.ecommerce .icones_panier a {
  text-align: center;
  display: flex;
}

.ecommerce .icones_panier img {
  width: 15px;
  margin: auto 5px auto 0px;
}

.ecommerce .icones_panier p {
  margin: auto;
}
.ecommerce .garanties {
  font-weight: bold;
  background-color: #f2f2f2;
  border: 0.5px solid #c7c7c7;
  padding: 5px;
  margin-top: 5px;
  margin-right: 1.5%;
}

/* FIN ECOMMERCE */

.ordre_menu {
  justify-content: center;
  display: flex;
}
.ordre_menu a {
  margin: auto;
}

.cadre_coordonnees {
  width: 100%;
}
.aftercharform {
  display: none;
}
.aftercharform,
.everytimecharform {
  margin: 4px 0px;
}

#formcontact .aide_infos {
  min-width: 300px;
  text-align: center;
  margin: auto;
  display: flex;
  background-color: #c0c0c0;
}

#formcontact .aide_infos a {
  margin: auto;
  color: white;
}
@media all and (max-width: 1900px) {
  nav {
    flex-direction: column-reverse;
  }

  .encarts:has(.shortlink:nth-child(2)) .encarts_css {
    flex-direction: column;
  }

  .encarts .encarts_css:has(iframe:nth-child(3)) iframe,
  .encarts .encarts_css:has(.shortlink:nth-child(2)) .shortlink {
    width: 100%;
  }
}

@media all and (max-width: 1500px) {
  #bloc_contenu {
    width: 80%;
  }
  nav {
    width: 80%;
  }
}

@media all and (max-width: 1200px) {
  #bloc_contenu {
    width: 90%;
  }
  nav {
    width: 90%;
  }
}
@media all and (max-width: 915px) {
  #bloc_contenu {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .ecommerce,
  .ecommerce:nth-child(2n),
  .ecommerce:nth-child(2n + 1) {
    flex-direction: column-reverse;
  }

  nav ul {
    flex-direction: column;
  }

  nav li {
    margin-top: 10px;
    text-align: center;
  }
  
  .encarts {
    flex-wrap: wrap;
  }

  #bloc_contact {
    position: absolute !important;
    padding: 5px;
    border: 1px solid #b4b4b4;
  }
  .bloc_contact_ferme {
    width: 350px;
    margin-left: -410px;
  }
  .bloc_contact_ouvert {
    width: calc(100% - 12px);
    margin-left: 0px;
  }

  .encarts_css {
    width: 100% !important;
    margin-bottom: 55px !important;
  }

  header {
    flex-direction: column;
    align-items: center;
  }

  #choix_langue {
    margin-top: 10px;
  }

  .columns img {
    width: 100%;
    height: auto;
  }
  .imagealbumover:hover span {
    display: none;
  }

  .resume_produit {
    padding: 15px;
    margin: 0px;
  }

  .texte_produit p {
    margin-top: 0px;
  }

  .bouton_produit {
    justify-content: center;
  }

  .flex_options_article {
    flex-direction: column;
  }

  .options_article {
    width: 100%;
    margin: 1px auto;
    flex-grow: 1;
  }

  .plus_de_photos {
    width: 50%;
    margin-top: 15px;
  }

  .cadres_panier_ajout {
    width: 40%;
  }

  footer {
    margin-top: 5px;
  }

  /*PAGE PRODUIT*/
  .titre {
    margin: auto;
    width: 100%;
  }

  .encarts_css_conditions {
    width: 90%;
  }

  .btn_nav_rubrique_g,
  .btn_nav_rubrique_d {
    display: none;
  }
  .btn_fleches_rubrique {
    display: flex;
    margin: initial;
  }

  .btn_fleches_rubrique:nth-of-type(2) {
    margin-left: auto;
  }

  .btn_fleches_rubrique img {
    margin: auto;
    height: 40px;
    padding: 5px;
  }

  .ecommerce {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .cadre_photos_produit,
  .infos_techniques {
    width: 100%;
  }

  .quantite_produits {
    width: 90%;
    padding: 5px;
    font-size: 18px;
  }
  .autres_photos {
    padding: 5px;
  }
  .max {
    width: calc(100% - 10px) !important;
    padding: auto !important;
    margin-top: 5px;
  }
}

@media all and (max-width: 600px) {
  .aide_infos {
    margin: auto;
    min-width: 100px;
    margin-bottom: 55px;
  }

  .produit {
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
  }

  .produit_cadre_photo {
    width: 100%;
    max-width: 100%;
  }

  .produit_cadre_photo img {
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }

  .produit_cadre_resume {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
}

/****************/
/* Multi-themes */
/****************/

html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
}

:root {
  --color-main-p: white;
  --color-second: #79477a;
  --color-second-p: white;
  --bg-black: #00000005;

  --padding-full: 90px 15vw;
  --padding-halfl: 90px 5vw 90px 15vw;
  --padding-halfr: 90px 15vw 90px 5vw;
  --padding-page: 3%;
  --big-padding: 30px;
  --normal-padding: 20px;
  --small-padding: 10px;

  --enormous-gap: 5%;
  --big-gap: 35px;
  --normal-gap: 15px;
  --small-gap: 5px;

  --big-bradius : 10px;
  --small-bradius : 3px;

  --rub-box-shadow: inset 0px 30px 200px white;

  --items-box-shadow: 9px 15px 40px #0000000d;
  --rub-border: 1.5px solid #ffffff61;

  --h1: 1.8rem;
  --h2: 1.5rem;
  --h3: 1.3rem;
  --big-p: 1.2rem;
  --normal-p: 1.025rem;
  --small-p: 0.8rem;
}

@media all and (max-width: 2160px) 
{
  :root 
  {
    --padding-full: 90px 10vw;
    --padding-halfl: 90px 5vw 90px 10vw;
    --padding-halfr: 90px 10vw 90px 5vw;
  }   
}


@media all and (max-width: 1980px) 
{
  :root 
  {
    --big-padding: 20px;
    --normal-padding: 10px;
    --small-padding: 5px;

    --big-gap: 25px;
    --normal-gap: 10px;
    --small-gap: 5px;
  }   
}


@media all and (max-width: 1400px) 
{
  :root 
  {
    --padding-full: 70px 5vw;
    --padding-halfl: 70px 2.5vw 70px 5vw;
    --padding-halfr: 70px 5vw 70px 2.5vw;
    --big-gap: 15px;
  } 
}

@media all and (max-width: 900px) 
{
  :root 
  {
    --padding-full: 50px 2.5vw;
    --padding-halfl: 0px 0vw;
    --padding-halfr: 0px 0vw;
  }

  .halfrub:has(.parthalfpic)
  {
    --padding-halfl: 35px 2.5vw;
    --padding-halfr: 35px 2.5vw;
  }
}

.error
{
  display: flex;
  width: 100%;
  background-color: #d13636;
  box-shadow: inset 0em -1em 2em 0px #a22020;
  border-radius: var(--small-bradius);
}

.error .part_a
{
  width: 100px;
  background-color: #d13636;
  box-shadow: inset 0em -1em 2em 0px #a22020;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  padding: var(--normal-padding);
}

.error .part_b
{
  padding: 10px 15px;
  color: white;
}

.error img
{
  height: 25px;
  margin: auto;
  user-select: none;
}

.error p 
{
  padding: 0px !important;
  margin: auto 0px !important;
}

.bubble_help
{
  width: 100%;
  display: flex;
  background-color: #36d16f;
  box-shadow: inset 0em -1em 2em 0px #20a250;
  border-radius: var(--small-bradius);
}


.content_bubble_help
{
  margin: 15px;
}

.bubble_help img
{
  height: 25px;
  margin: auto;
  user-select: none;
}

.bubble_help .part_a, .bubble_help .part_b
{
  color: white;
  display: flex;
}

.bubble_help .part_b
{
  padding: 10px 15px;  
}

.bubble_help .part_a
{
  width: 100px;
  background-color: #36d16f;
  box-shadow: inset 0em -1em 2em 0px #20a250;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  padding: var(--normal-padding);
}

.bubble_help p
{
  margin: auto 0px;
  font-size: var(--small-p);
  text-align: left;
}

.btns 
{
  width: fit-content;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
  gap: var(--normal-gap);
}

.btns .btn
{
  border-radius: var(--small-bradius);
  cursor: pointer;
  user-select: none;
  display: flex;
  transition: background-image 0.5s ease;
  outline: none;
  background-image: linear-gradient(#eee, #e2e2e2);
  border: 0.5px solid #cdcdcd;
  padding: var(--normal-padding);
  height: fit-content;
}

.btn:has(img) p 
{
  margin: auto 0px !important;
}
.btn:has(img) img
{
  height: 25px;
  padding-right: 10px;
  margin: auto 10px auto 0px;
  border-right: 0.5px solid #C3C3C3;
}

#bloc_contact .big_btns, #bloc_contact .btn, #bloc_contact .btns_link a, #bloc_contact .icofavorite
{
  border-radius: var(--small-bradius);
  cursor: pointer;
  user-select: none;
  display: grid;
  transition: background-image 0.5s ease;
  outline: none;
  background-image: linear-gradient(#eee, #e2e2e2);
  border: 0.5px solid #cdcdcd;
  padding: var(--normal-padding);
}

#bloc_contact .big_btns:hover, .btns .btn:hover, #bloc_contact .btn:hover, #bloc_contact .btns_link a:hover, #bloc_contact .big_btns:active, #bloc_contact .btn:active, #bloc_contact .btns_link a:active
{
  background-image: linear-gradient(0deg, #d4d4d4 0%, #e5e5e5 100%);
  background-color: #f3f3f3;
  transition: background-image 0.5s ease;
}

#bloc_contact .btnnext
{
  background-image: none !important;
  background-color: #53a653;
  border: 0.5px solid #449c44;
  transition: background-image 0.5s ease;
}

#bloc_contact .btn, #bloc_contact .btns_link a
{
  padding: 5px 10px;
  font-size: var(--normal-p);
}

 .btn p, .big_btns p, .btn span, .big_btns span
{
  margin: auto;
  user-select: none;
  color: #393939;
}

input,
textarea {
  outline: none;
}

input[type="checkbox"] {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input[type="checkbox"]:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

/* DEBUT BODY BARRE */
/* Masquer par défaut */
.divraccourciagenda {
  position: fixed;
  background-color: white;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  margin-top: 10px !important;
  max-width: 300px;
  z-index: 500;
}

.divraccourciagenda a {
  margin: auto;
}

.body-barre {
  display: none;
}

.body-barre:has(.btnnav) {
  display: flex;
}

/* Appliquer des styles flex aux divs enfants */
.body-barre div {
  display: flex;
  margin: auto;
  gap: 10px;
  padding: 20px !important;
  flex-wrap: wrap;
}

.body-barre div:has(.msgokdlpdf) {
  flex-direction: column;
}
.body-barre .btnnav {
  padding: 10px 15px;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 3px;
  background-image: linear-gradient(#eee, #e2e2e2);
  border: 0.5px solid #cdcdcd;
  display: flex;
  user-select: none;
  font-size: 13px;
  width: fit-content;
  font-family: arial;
}


.body-barre .msgokdlpdf {
  margin: auto;
}

.body-barre button {
  border: none;
  background: none;
  cursor: pointer;
}

/* FIN BODY BARRE */

/* BLOC CONTACT */
#widget_moncompte
{
  display: grid;
  gap: var(--small-gap);
}

#widget_moncompte div 
{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#widget_moncompte .btn 
{
  width: fit-content;
  margin-left: auto;
}
/* FIN BLOC CONTACT */

/* DEBUT POP UP */
#fromm {
  color: grey;
  background-color: #fff;
  padding: 15px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  max-width: 300px;
  text-align: left;
  z-index: 501;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #888888;
  box-sizing: border-box;
  overflow: auto;
}

#frommrel {
  color: grey;
  background-color: #fff;
  padding: 5px 10px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 75px;
  text-align: center;
  display: none;
  z-index: 500;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #888888;
  box-sizing: border-box;
}

#fromm a {
  font-size: 10px;
}
#frommrel a {
  font-size: 10px;
  margin: auto;
  text-align: center;
}

/* FIN POP UP*/

.page_mentions .rubmentionscontent .flex {
  gap: 20px;
  flex-wrap: wrap;
}

/* DEBUT AI */
#econeto-ai {
  z-index: 499;
  width: 80%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  margin: auto;
  gap: 20px;
  padding: 20px 0px;
}

#econeto-ai::before {
  background-color: black;
  filter: blur(70px);
}

#econeto-ai * {
  margin: 0px;
  box-sizing: border-box;
  font-family: open Sans, Calibri light, Helvetica Neue Light;
  font-size: 17px;
  word-break: normal;
}

#econeto-ai span,
#econeto-ai p {
  font-size: 16px;
}

#econeto-ai .reponse {
  width: 100%;
  margin: auto;
  display: flex;
  gap: 10px;
  border-radius: 15px;
}

#econeto-ai .reponse img {
  height: 75px;
}

#econeto-ai #formulaire {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 15px;
  padding: 20px;
}

#econeto-ai form p {
  color: white;
  text-align: left;
  margin: auto 5px auto 0px;
}

#econeto-ai textarea {
  width: 100%;
  margin: 0px auto;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  height: 110px;
  overflow: auto;
  border: none;
}

#econeto-ai label {
  display: flex;
}

#econeto-ai p {
  white-space: normal;
}

#econeto-ai .smallp {
  font-size: 13px !important;
}

#econeto-ai .uploadimage2024 .futuristicbtn {
  width: 250px;
}

#econeto-ai .share_networks {
  margin: auto;
  display: flex;
  gap: 10px;
}

#econeto-ai .share_networks a:first-of-type {
  margin-left: auto;
}

#econeto-ai .share_networks img {
  height: 40px;
}

#econeto-ai .divacceptrgpd {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#econeto-ai .divacceptrgpd a {
  margin: auto !important;
  text-decoration: none;
  background: #0e153669;
  padding: 6px;
  border-radius: 5px;
  font-size: 10px !important;
}

#econeto-ai .divacceptrgpd span {
  margin: auto;
}

#econeto-ai .divacceptrgpd .labelp {
  flex-wrap: wrap;
  background: #0e153633;
  padding: 10px 5px;
  border-radius: 15px;
}

#econeto-ai .divacceptrgpd .smallp {
  width: calc(100% - 75px);
}

#econeto-ai .divacceptrgpd .privacylinks {
  margin-left: 75px;
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

#econeto-ai .divacceptrgpd input {
  max-width: 75px;
}

#econeto-ai .divacceptrgpd input[type="checkbox"] {
  cursor: pointer;
}

#econeto-ai .futuristicbtn {
  position: relative;
  width: 180px;
  height: 55px;
  display: inline-block;
  background: white;
  border-radius: 5px;
  cursor: pointer;
  margin-left: auto;
}

#econeto-ai .futuristicbtn i {
  position: absolute;
  inset: -2px;
  display: block;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #1d43ad, #0e1538, #0e1538, #4866f3);
  transition: background-image 2.5s ease;
}

#econeto-ai .futuristicbtn:hover i {
  background-image: linear-gradient(45deg, #4866f3, #0e1538, #0e1538, #1d43ad);
}

#econeto-ai .futuristicbtn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  color: white;
  border-radius: 3px;
  background-color: #0e1538a6;
  display: flex;
  letter-spacing: 2px;
  transition: all 2.5s ease;
}

#econeto-ai .futuristicbtn:hover span {
  background-color: #090e26a6;
  transition: all 2.5s ease;
}

#econeto-ai #presentation {
  color: white;
  border-radius: 15px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

#econeto-ai #presentation .logo {
  max-width: 100%;
  width: 400px;
}

#econeto-ai #presentation p {
  color: white;
}

#econeto-ai #presentation .deuxblocs {
  display: flex;
  gap: 20px;
}

#econeto-ai #presentation .deuxblocs div {
  width: 50%;
  background-color: #0e1536c7;
  padding: 20px;
  border-radius: 15px;
  list-style-type: none;
  margin: 0;
  display: flex;
  gap: 20px;
  flex: 1;
}

#econeto-ai #presentation .deuxblocs span {
  margin: auto;
}

#econeto-ai #presentation .deuxblocs div img {
  max-height: 100px;
  margin: auto;
}

#econeto-ai #formulaire .fifty {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#econeto-ai #formulaire .fifty .deuxchamps {
  display: flex;
  gap: 10px;
}

#econeto-ai #formulaire .fifty .deuxchamps label {
  width: 50%;
  gap: 5px;
}

#econeto-ai #formulaire {
  background-color: #0e1536c7;
}

#econeto-ai #formulaire input,
#econeto-ai #formulaire select {
  max-width: calc(100% - 150px);
}

#econeto-ai #formulaire p {
  width: 150px;
}

#econeto-ai #discussion {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#econeto-ai .reponse {
  display: flex;
}

#econeto-ai .reponse:has(pre[style*="display: none"]) {
  display: none;
}

#econeto-ai .reponse p {
  color: white;
}

#econeto-ai .reponse pre {
  width: 100%;
  border-radius: 15px;
  height: fit-content;
  padding: 20px;
  margin: auto auto 0px auto;
  background-color: #0e1536c7;
  color: white;
  white-space: normal;
  position: relative;
}

#econeto-ai select {
  cursor: pointer;
}

#econeto-ai .btn {
  cursor: pointer;
  border-radius: 15px;
  background-color: #00000030;
}

#econeto-ai #divformupload {
  width: 100%;
  margin: auto;
  border: 4px dashed #0e1536c7;
  padding: 50px 20px;
  margin-bottom: 20px;
  background: #0e15361f;
  border-radius: 15px;
}

@media all and (max-width: 2100px) {
  #econeto-ai p,
  #econeto-ai span 
  {
    font-size: 16px !important;
  }
}

@media (max-width: 1500px) {
  #cookie-customization ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) 
{

  #econeto-ai {
    width: 90%;
  }

  #econeto-ai * {
    font-size: 16px;
  }

  #econeto-ai #bigforminchat {
    padding: 0px !important;
  }

  #econeto-ai .smallp,
  #econeto-ai .divacceptrgpd a {
    font-size: 10px !important;
  }

  #econeto-ai:has(#presentation) {
    margin: 0px auto auto auto;
  }

  #econeto-ai #presentation .deuxblocs div img {
    max-height: 50px;
  }

  #econeto-ai #presentation .logo {
    max-width: 80%;
  }

  #econeto-ai .reponse img {
    height: 45px;
  }

  #econeto-ai .reponse pre {
    padding: 10px;
  }

  #econeto-ai .divacceptrgpd .labelp {
    flex-direction: column;
  }
  #econeto-ai .divacceptrgpd .smallp {
    width: 100%;
  }

  #econeto-ai .divacceptrgpd .privacylinks {
    margin-left: initial;
  }
}

@media (max-width: 700px) {
  #econeto-ai #bigforminchat {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  #fromm {
    width: 90%;
  }

  #econeto-ai {
    width: calc(100% - 10px);
  }

  #econeto-ai * {
    font-size: 14px;
  }

  #econeto-ai textarea,
  #econeto-ai label {
    flex-direction: column;
  }

  #econeto-ai #formulaire input,
  #econeto-ai #formulaire select {
    max-width: initial;
  }

  #econeto-ai #presentation .logo {
    margin: auto;
  }

  #econeto-ai #formulaire .fifty .deuxchamps {
    flex-direction: column;
  }

  #econeto-ai #formulaire .fifty .deuxchamps label {
    width: 100%;
  }

  #econeto-ai #presentation .deuxblocs {
    flex-direction: column;
  }

  #econeto-ai #presentation .deuxblocs div {
    width: 100%;
    max-width: initial;
  }
}

@media (max-width: 300px) {
  #econeto-ai #formulaire .fifty .deuxchamps {
    flex-direction: column;
  }
}

/* VIGNETTES */

#econeto-ai #bigforminchat {
  display: grid;
  gap: 20px;
  margin: auto;
  padding: 0px 10px;
  grid-template-columns: repeat(4, 1fr);
}

#econeto-ai #bigforminchat .vignette_chat {
  max-width: 300px;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.5s;
}

#econeto-ai #bigforminchat .vignette_chat:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

#econeto-ai #bigforminchat .vignette_chat img {
  max-height: 200px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

#econeto-ai #bigforminchat .cpcommune {
  display: flex;
  flex-wrap: wrap;
}

#econeto-ai #bigforminchat .vignette_chat .cpcommune img {
  height: 13px;
  margin: auto 10px auto 0px;
}

#econeto-ai #bigforminchat .cpcommune span:last-of-type {
  width: 100%;
}
/* FIN AI */
.shortlink {
  position: relative;
  display: flex;
  flex-direction: column;
}

.iframe-container {
  aspect-ratio: 16 / 9;
  overflow: hidden; /* Masquer les parties de l'iframe qui dépassent */
  position: relative; /* Assurer que les enfants sont positionnés correctement */
  width: 100%;
}

.shortlink div:not(.iframe-container) iframe {
  background-color: grey;
}

.shortlink iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: initial;
  width: 100%;
  height: 100%;
  border: none; /* Pas de bordure */
  pointer-events: none; /* Désactiver les interactions */
  transform-origin: 0 0;
}

iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  max-width: 50%;
}

/* Style spécifique pour les PDF */
.shortlink iframe[src$=".pdf"] {
  height: 600px; /* Ajuster la hauteur selon vos besoins */
  transform: none; /* Pas de mise à l'échelle pour les PDF */
  width: 100%; /* Largeur complète du conteneur */
}



/****************/
/* Cookies */
/****************/

.alertcookie {
  text-align: center;
  padding: 2px;
}

#cookie-customization button,
#open-cookie-settings {
  padding: 10px 15px;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 3px;
  background-image: linear-gradient(#eee, #e2e2e2);
  border: 0.5px solid #cdcdcd;
  display: flex;
  user-select: none;
  font-size: 13px;
  width: fit-content;
  font-family: arial;
}


#cookie-customization #save-preferences {
  margin-left: auto;
}

#open-cookie-settings p {
  margin: auto;
}

/* DEBUT COOKIES */
#cookie-consent-banner,
#cookie-customization {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  padding: 15px;
  z-index: 1000;
  box-sizing: border-box;
  z-index: 5000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#cookie-consent-banner h3,
#cookie-customization h3 {
  text-align: left;
  width: 100%;
  font-size: 23px;
  margin: 0px !important;
}

.cookie-consent-container p,
#cookie-customization p,
#cookie-customization span {
  padding: 0;
  color: white;
  text-align: left;
}

#reopen-customization {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500 !important;
}

#cookie-customization .cookie-customization-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1100px;
  margin: auto;
}

#cookie-customization .cookie-customization-container h3,
#cookie-customization .cookie-customization-container p {
  width: 100%;
  color: white;
}

#cookie-customization ul {
  width: fit-content;
  margin: 0px auto;
  list-style-type: none;
  gap: 10px;
  padding: 0px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
}

#cookie-customization ul li {
  max-width: 350px;
  background-color: #00000070;
  padding: 10px 15px;
}

#cookie-customization label {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

#cookie-customization label p {
  margin: auto;
  color: white;
}

#cookie-customization button p {
  margin: auto;
  color: black !important;
}

#cookie-customization a {
  color: white;
  text-decoration: underline;
}

.cookie-consent-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cookie-consent-container div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-consent-container a {
  color: #fff;
  text-decoration: underline;
}

.cookie-consent-container button {
  background-color: #007bff;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}

.cookie-consent-container button:hover {
  background-color: #0056b3;
}

.cookie-consent-container button p {
  margin: auto;
}

.forcustomcookie {
  cursor: pointer;
}
/* FIN COOKIES */


@media all and (max-width: 2100px) 
{
    #cookie-customization a {
    font-size: 17px !important;
  }
}

@media (max-width: 900px)
{
    .cookie-consent-container p,
  #cookie-customization p,
  #cookie-customization span {
    font-size: 14px !important;
  }

  #cookie-customization .detailstypecookie {
    display: none;
  }

  #cookie-customization ul {
    grid-template-columns: repeat(2, 1fr);
  }

  #open-cookie-settings {
    display: none;
  }

  .cookie-consent-container pre {
    font-size: 12px;
  }
}

@media (max-width: 600px)
{
    #cookie-customization ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Début widget devis */


@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.a4 *, .a4before * {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-size: 18px !important;
  transition: all 1s ease;
}

.a4before {
  width: 50%;
  max-width: 850px;
  margin: 45px auto 15px auto;
}

.a4before .slogandoc {
    color: #A6B9C6;
    margin: 5px 0px 15px 0px;
}

.a4 {
  width: 50%;
  max-width: 850px;
  margin: 30px auto 30px auto;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.a4 .a4ctn {
  padding: 0px 20px 20px 20px;
}

.a4 .bandeau {
  width: 100%;
  padding: 15px;
  background-color: #fbfbfb;
  border-radius: 3px;
  
}

.a4before h1 {
  margin: 0px;
  margin-left: auto;
  font-size: 24px !important;;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  user-select: none;
  color: #1a73e8;
  text-shadow: none;
  text-transform: none;
  text-align: left;
  word-break: break-word;
}

.a4 input[type=number]::-webkit-inner-spin-button,
.a4 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.a4 input[type=number] {
  -moz-appearance: textfield;
}

.a4 input::placeholder,
.a4 textarea::placeholder {
  color: #E6E6E6 !important;
  opacity: 1;
}

.a4 input, .a4 textarea {
  border-radius: 3px;
  border: #dee2e6 1px solid;
  font-size: 16px;
  color: #222;
  outline: none;
  font-family: 'Roboto', sans-serif;
  background-color: white;
}

.a4 input {
  height: 30px;
}
.a4 input[type=date] {
    width: fit-content!important;
}
.a4 textarea {
  resize: none;
}

.a4 input:hover, .a4 textarea:hover {
  border: #1a73e8 1px solid;
}

.a4 button {
  cursor: pointer;
  background-color: #1a73e8;
  color: white;
  font-weight: 500;
  padding: 10px 24px;
  border: none;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.2s ease-in-out;
}

.a4 button:hover {
  background-color: #1669c1;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transform: translateY(-1px);
}
.a4 .divcheckaddrfact {
    margin-top: 15px;
}
.a4 .divcheckaddrfact input[type="checkbox"] {
  display: none; /* On cache l'input natif */
}

.a4 .divcheckaddrfact .custom-checkbox {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.a4 .divcheckaddrfact input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #1a73e8;
  border-color: #1a73e8;
}

.a4 .divcheckaddrfact input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '✔';
  color: white;
  font-size: 21px;
  position: absolute;
  top: 0px;
  left: 6px;
}




.a4 body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
  background: #f2f2f2;
}

.a4 .a4 {
  width: 21cm;
  min-height: 29.7cm;
  margin: auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.a4 .top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.a4 .top-section label {
  width: 50%;
  margin: auto;
  opacity: 0.1;
}
.a4 .top-section:hover label {
  opacity: 1;
}
.a4 .top-section label p {
  text-align: center;
}
.a4 .top-section label .colonne input {
  margin:auto;
  font-size: 14px!important;
}

.a4 .top-section:not(:has(.logo, .logos)) .client-info {
  width: 100%;
}

.a4 .colonne {
  display: flex;
  gap: 5px;
}

.a4 .colonne input {
  width: 50%;
}

.a4 .logo {
  width: 50%;
}

.a4 .logo img {
  width: 100%;
}

.a4 .logos {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  max-width: 50%;
}

.a4 .logos img {
  height: 50px;
  cursor: pointer;
  border: 2px solid transparent;
}

.a4 .logos img.selected {
  border-color: blue;
}

.a4 .step-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0 0px;
}

.a4 .step-title .number {
  background-color: #1a73e8;
  color: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}

.a4 .titrerub {
  display: flex;
  margin: 30px 0px 20px 0px;
}
.a4 .titrerub:first-of-type {
  margin: 15px 0px 20px 0px;
}

.a4 .titrerub p {
  margin: auto 0px;
}

.a4 label p {
  font-weight: normal;
  color: #004079;
  font-family: sans-serif;
  user-select: none;
}

.a4 .divcheckaddrfact label {
  display: flex;
  cursor: pointer;
}

.a4 .divcheckaddrfact label p {
  margin: auto 0px auto 0px;
  font-weight: 100;
  color: grey;
}

.a4 .divaddrfact {
  display: none;
}

.a4 .client-info textarea {
  margin-top: 5px;
  width: 100%;
  height: 40px;
}

.a4:has(.prestation) .startsuggestprestas {
    display: none;
}

.a4:not(:has(.prestation)) #btnaddpresta {
    display: none;
}

.a4:not(:has(.prestation)) .suitesimulateur {
    display: none;
}

.a4 .prestations {
  margin-top: 20px;
  min-height: inherit;
  width: 100%;
}

.a4 .prestation {
  border: 1px solid #f9f9f9;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 25px;
  background-color: #fbfbfb;
  transition: all 0.8s ease-in-out;
}
.a4 .divprestabtndel {
  text-align: right;
}
.a4 .divprestabtndel button,
#popup-photo-choice .divaddphoto button {
  background:none;
  border:none;
  color:#888;
  font-size:16px!important;
  cursor:pointer;
}
.a4 .prestation p, .a4 label p {
  margin: 20px 0px 7px 0px;
}

.a4 .prestation.dragged {
  opacity: 0.5;
  background-color: #eaf1fb;
  border: 2px dashed #1a73e8;
}

.a4 .prestation.drag-over {
  outline: 2px dashed #1a73e8;
  outline-offset: -4px;
  background-color: #f0f8ff;
}
.a4 .prestation.drag-over .dropzone {
  border: 2px dashed green;
}

.a4 .prestation .colonne {
  width: 100%;
  gap: 10px;
}

.a4 .prestation .colonne .half {
  width: 50%;
}

.a4 .prestation input, .a4 .prestation textarea {
  width: 100%;
}

.a4 .prestation textarea {
  height: 150px;
}

.a4 .dropzone {
  border: 2px dashed #efefef;
  padding: 10px;
  margin-top: 15px;
}
.a4 .dropzone p {
  text-align: center;
}

.a4 .dropzone:has(img) p {
  display: none;
}

.a4 .dropzone img {
  max-width: 200px;
  margin: 5px;
}

.a4 .photo-wrapper {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.a4 .photo-wrapper img {
  max-width: 200px;
  max-height: 100px;
  display: block;
  border-radius: 4px;
}

.a4 .close-photo {
  position: absolute;
  top: -8px;
  right: -8px;
  background: red;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.a4 .btnajouterpresta {
  margin: 0px 15px 15px auto;
}

.a4 .divmail {
  margin-top: 15px;
}

.a4 .divmail label {
  display: block;
  margin-bottom: 10px;
}

.a4 .divmail input[type="email"] {
  width: 300px;
  max-width: 90%;
  text-align: center;
}

.a4 .email-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.a4 .email-row input[type="email"] {
  width: 300px;
  max-width: 90%;
  padding: 8px;
  border-radius: 8px;
  font-size: 16px;
}

.a4 .email-row button {
  background-color: #28a745;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 8px;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.a4 .email-row button:hover {
  background-color: #218838;
}

.a4 .footer {
  display: flex;
}

.a4 .footer button {
  background-color: #28a745;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 8px;
  margin-right: 0px;
}

.a4 .footer button:hover {
  background-color: #218838;
}
.a4 .whodev {
  display: flex;
  margin: 35px auto 0px auto;
}
.a4 .whodev img {
  max-height: 15px;
}
.a4 .whodev p{
    display: flex;
    margin: auto;
  border: 1px solid #fbfbfb ;
  background-color: #fbfbfb;
  border-radius: 3px;
  padding: 5px;
}
.a4 .whodev a {
    display: flex;
    margin: auto 5px;
  text-decoration: underline;
  font-weight: bold;
  color: #1a73e8;
}
#popup-photo-choice {
display:none;
position:fixed;
top:0; left:0;
width:100vw;
height:100vh;
background:rgba(0,0,0,0.5);
z-index:9999;
justify-content:center;
align-items:center;
}
#popup-photo-choice .divactphoto button:first-of-type {
margin-bottom:15px;
}
#popup-photo-choice .divaddphoto {
background:#fff;
padding:20px;
border-radius:10px;
text-align:center;
width:300px;
}
#popup-photo-choice .divaddphoto p {
margin-bottom: 20px;
}
/* Fin widget devis */


@media all and (max-width: 2100px) 
{
    .a4, .a4before {
        width: 80%;
    }
}

@media all and (max-width: 1300px) 
{
    .a4, .a4before {
        width: 100%;
    }
}
@media (max-width: 900px)
{
    .a4 .logo {
        width: 100%;
    }
    .a4before .bandeau {
        margin: 0px 15px;
    }
    .a4before .slogandoc {
        margin-top: 15px;
        text-align: center;
    }
    .a4 {
        margin: 0px auto 30px auto;
    }
    .a4, .a4before {
        max-width: calc(100% - 10px);
    }
    .a4before h1 {
        font-size: 20px !important;
    }
    .a4 .top-section {
          display: block;
    }
    .a4 .client-info {
          width: 100%;
    }
    .a4 .a4ctn {
          padding: 0px 10px 20px 10px;
    }
    .a4 .divprestabtndel {
          margin-bottom: 30px;
    }
    .a4 .prestation {
          margin-bottom: 50px;
    }
    .a4 .prestations .prestation .colonne {
          display:block;
    }
    .a4 .prestations .prestation .colonne .half {
          width:100%;
    }
    .a4 input[type=date] {
          width: 100% !important;
    }
    #popup-photo-choice .divaddphoto {
        width: calc( 100% - 20px );
    }
}

@media (max-width: 600px)
{
}

.a4before h1 {
color: #fcc831;
}
.a4 .step-title .number,
.a4 button {
background-color: #fcc831;
}

