@font-face {
	font-family: 'Nunito';
	src: url('/font/nunito-light-webfont.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito';
	src: url('/font/nunito-regular-webfont.woff2') format('woff2');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito';
	src: url('/font/nunito-medium-webfont.woff2') format('woff2');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito';
	src: url('/font/Nunito-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito';
	src: url('/font/nunito-bold-webfont.woff2') format('woff2');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito';
	src: url('/font/Nunito-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito';
	src: url('/font/Nunito-Black.woff2') format('woff2');
	font-weight: 900;
	font-display: swap;
}

body {
	display: flex;
	flex-direction: column;
	padding: 0;
	font-family: 'Nunito', helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color : #212121;
	overflow-x : hidden;
	background: #ffffff;
}


header {
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
	padding: 0 2em;
}


.topbar {
    font-size: 14px;
    max-width: 1400px;
    margin: auto;
}

.topbar__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

.topbar__content img {
	margin: 0.5em;
}

.topbar__content__compte {
	display: flex;
	background: #FFECDB ;
	padding: 0.5em 1.5em;
    border-radius: 0 0 0.5em 0.5em;
}

.mail-qcd{
	display: flex;
	white-space: nowrap;
	height: auto;
	min-height: 0;
}

.mail-qcd:hover{
	cursor: pointer ;
	color: #F5942E;
}

.separateur {
	border-right: 1px solid #ccc;
    margin-right: 2em;
}

.topbar__content__compte__txt {
	padding: 0 1em;
	display: flex;
	flex-direction:column;
	justify-content: center;
}

/******************************** 
			MENU 
********************************/

.nav {
	margin: auto ;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em;
	max-width: 1400px;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 20px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}

.nav__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.nav__menu > li {
    margin: 0 0 0 2em;
    list-style: none;
}

.nav-link-panier, .nav-link-kk {
	display: none;
}

.nav-panier{
	display: initial;
	vertical-align: middle;
	margin: 0 1em 0 0;
	width: 10%;
}

.nav__link, .nav-link-qcd {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.nav__link, .nav-link-qcd a {
    text-decoration: none;
	color: #212121;
}

.nav__link:hover, .nav-link-qcd:hover{
    color: #F29644;
    text-decoration: underline;
}

.nav__logo {
	display: flex;
	align-items: center;
}

.nav__logo span {
    font-size: 28px;
    font-weight: 500;
}

.nav__logo img {
	padding: 0.5em 0;
	margin: 0;
}

/**************
 FIN MENU
 *****************/

/***** FIN HEADER ************/

/********TODO confirmation commande********/
.respons50 {
	width: 45%;
	float:left;
	overflow-x:scroll;
	display:block;
	height:500px;
}

/*TOTAL*/

.portnew {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	float: right;
	font-weight: 800;
	font-size: 16px;
	color: #41495b;
}


.paiementv2bouton {
	width: 90px!important;
	height:55px!important;
	border: none;
	cursor: pointer;
}

.detailVISA {
	background: url(../shop/image/detailVISA.jpg) 0 center no-repeat !important;
}

.detailCB {
	background: url(../shop/image/detailCB.jpg) 0 center no-repeat !important;
}

.detailMASTERCARD {
	background: url(../shop/image/detailMASTERCARD.jpg) 0 center no-repeat !important;
}

.montantpaypaimp {
	text-align: center;
	font-size: 18px;
	font-weight: 700
}

.montantpaypaimp span {
	color: #f0800e;
	font-weight: 800;
	font-size: 25px;
}

/********TODO*******/


.contenu {
	max-width:1200px ;
	margin: 1em auto;
	padding: 0.5em;
	background: #fff ;;
	width: 100%;
}

.contenu-home {
	margin: 1em auto;
	background: #fff ;
	width: 100vw;
}

.main-home {
	max-width: 1200px;
	margin: auto;
	padding: 0 1em;
}

.contenu_blog {
	flex-direction: column;
	display: flex;
}

.containerh1 {
	background: #FFECDB url("/image/kk-fond-blog.png");
	background-size: contain;
	height: 400px;
	min-height: 170px;
    width: 1240px;
    margin: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    border-radius:  20px 20px 0 0;
    padding: 6% 0;

}

.containerh1 h1 {
    width: 80%;
}

.main {
	margin: 0 auto 2em;
	padding: 0 1em;
	text-align: left ;
	background: #fff ;
}

.main_article-blog {
	max-width: 930px;
	padding: 3em 5em 2em 5em;
	margin: -19% auto auto;
	background-color: #ffffff;
    border-radius:  20px 20px 0 0;
}

.main_paragraphe {
	padding: 1em;
}
.breadcrumb {
}

.breadcrumb > div {
    max-width: 1400px;
    margin: 1em auto;
    padding: 0 0.5em;
}

.breadcrumb > div > ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.breadcrumb > div > ul > li {
    display: inline;
    font-size: 13px;
    margin: 0;
}

.ariane-qcd, .lien {
    color: #F0800E;
    text-decoration: underline;
    cursor: pointer;
}

.ariane-qcd:hover, .lien:hover {
    color: #ffb048;
}

h1 {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}

h2 {
	font-size: 19px;
	font-weight: 700;
	color: #212121;
	padding: 1em 0;
}

h2.chapo, p.chapo {
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	padding: 0 0 2.5em 0;
}

h2+h3 {
	padding-top : 0.5em;
}

h2+p {
	padding-top : 0.8em;
}

h3 {
	font-size: 17px ;
	font-weight: 700;
	padding: 1.6em 0 0.6em 0 ;
	color: #000;
}

h3+h4 {
	padding-top : 0.5em;
}
h4 {
	font-size: 20px ;
	padding: 2em 0 1em 0 ;
	color: #000;
}

strong {
	font-weight: 700;
}

.strong {
	font-weight: 700;
}

.small {
	font-size: 13px;
}

.astuce{
	background: #f8c99e;
    text-align: center;
    padding: 0.8em;
    margin: 2em 7em;
    border-left: 0.5em solid #4c4848;
}

.colonne {
	display: flex;
	flex-direction: column;
	height: fit-content;
}

.orange {
	color: #F29644;
}

.blanc {
	color:#FFFFFF
}

.red {
	color: red;
}

.green {
	color: #18CA94;
}

.bleu {
	color: blue;
}

.mauve {
	color: #933a90;
}

.background-gris {
	background-color: #F0F0F0!important;
}

.background-noir {
	background-color: #212121!important;
	color: #FFFFFF;
}

.background-black {
	background-color: #000;
}

.background-rouge {
	background-color: #FEAEA9;
	font-size: 16px;
    font-weight: 700;
    text-align: center;
	margin: auto auto 2em;
}

.background-orange {
	background-color: #FFECDB!important;
	padding: 1em!important;
	margin: 1em auto;
}

.background-orange_contenu {
	max-width: 1200px;
	margin: auto;
	padding: 1.5em;
}

.image-home img {
	margin: 0 auto;
}

.rectangle14 {
	border-radius: 14px;
	padding: 0.8em;
}

.radius14 {
	border-radius: 14px;
}

.rectangle30 {
	border-radius: 30px;
	padding: 0.8em;
}

.rectangle45 {
	border-radius: 45px;
}

.rectangle-compatible {
	font-size: 14px;
	max-width: fit-content;
	padding: 0.3em 1em!important;
}

.txt-center {
	text-align: center;
}

.txt-right-underlign {
	text-align: right;
	text-decoration: underline;
}

.no-gap {
	gap: 0!important;
}

.no-margin {
	margin: 0!important;
}

.no-padding {
	padding: 0;
}

/********** 
CATEGORIE KLAVKARR
**********/

.container_prod {
	display: flex;
	flex-direction: column;
	flex: 0!important ;
	gap: 2em;
	max-width: 360px;
	padding: 2em 0.8em 1em 0.8em!important;
	margin-bottom: 2em!important;
}

.container_prod__nom {
	display: flex;
	flex-direction: row;
	line-height: 1.6;
}

.container_prod__nom img {
	padding: 0 0.8em 0 0;
	margin: 0;
}

.container_prod__nom > div{
	display: flex;
	flex-direction: column;
}

.best-seller {
	max-width: fit-content;
    padding: 0.3em 1.1em;
    font-size: 15px;
    margin-top: -61px;
    margin-left: auto;
    margin-right: auto;
}

.title_prod, .title_prix {
	font-size: 21px!important;
	font-weight: 700;
}

.etoile {
	display: flex;
    margin: 1em 0 0.5em 0;
	align-items: center;
}

.etoile img {
    margin: 0 0.5em 0 0;
	padding: 0;
	height: fit-content;
}

.etoile a {
	color: #212121;
	text-decoration: none;
	display: contents;
}

.nb-avis {
	font-size: 14px;
}

.container_logiciel__compatible-boitier {
	display: flex;
	justify-content: center;
	gap: 3em;
	margin-top: 1em;
}

.container_logiciel__compatible-boitier > div {
	padding: 0;
	text-align: left;
}

.container_prod__logiciel{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.container_prod__logiciel img {
	padding: 0 0.8em 0 0;
	margin: 0;
}

.container_prod__logiciel span {
	font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
}

.compatible {
	font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
    border: 1px solid #DADADA;
    padding: 0.8em;
}

.margin-voyant {
	margin: 0 0 2em 0!important;
	width: auto!important;
}

.container_prod__fonction {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.yes, .no {
	display: flex;
	padding: 0.8em 0;
	margin: 0;
}

.no, .grey {
	color: #747474;
}

.yes::before ,.no::before {
  content: url('/image/check-ok.svg');
  width: 19px;
  height: 14px;
  display: block;
  margin-right: 0.4em;
  padding-top: 2px;
}

.yes::before {
  content: url('/image/check-ok.svg');
}

.no::before {
  content: url('/image/check-no.svg');
}

.reassurance {
	display: flex;
    justify-content: space-evenly;
	padding: 2em 1em;
}

.reassurance div {
	display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
}

.reassurance img {
	display: inline;
    vertical-align: middle;
    margin: 0.5em 1em 0.5em 0;
}

/***********************
 		FAQ
***********************/ 		

.faq {
}

.faq__detail {
    border-bottom: 1px solid #DADADA;
    margin: 20px 0 0 0;
    padding: 5px 0 20px 0;
	overflow: hidden;
}

.faq__summary:hover,
.faq__summary:active { 
    cursor: pointer; 
}

.faq__summary::-webkit-details-marker {
    display: none;
 }

.faq__summary { 
    position: relative;
    text-align: right;
    list-style: none;
}

.faq__summary:focus {
    font-weight: bold;
    outline: none;
}

.faq__detail[open] > .faq__summary { 
    font-weight: 700;
}

.faq__summary:after, .avis-loadmore:after {
    display: inline-block;
    content: url("/image/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    padding-bottom: 20px;
	padding-left: 15px;
  }
  
details[open] .faq__summary:after {
    display: inline-block;
    width: 18px;
    height: 10px;
    content: "";
    background-image: url("/image/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center right;
    transform:scaleY(-1);
}
  
.faq__question, h3.faq__question {
	font-size: 16px;
	font-weight: 700;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 90%;
    display: inline-block;
    margin: 5px 0;
    padding: 0;
}

.faq__text {
    line-height: 1.6;
    margin: 2em 0 0 0;
}

.hidden-lg { 
	display: block;
}
    
.visible-lg { 
	display: none;
}

/**************************
 		caroussel Image produit
 *************************/ 

.custom-slider { 
	display: none;
}

.slide-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

.slide-dot { 
	text-align: center;
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #EEEEEE;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover { 
	background-color: #F29644;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

/************************
 	FIN CAROUSSEL
 ************************/

.page-produit {
	max-width: 1100px;
	margin: auto;
}

.container-page-produit {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 15px;
}

.container-page-produit div {
	display: flex;
	align-items: center;
	margin: 0 0.5em 0 0;
}

.container-page-produit h1 {
	margin: 0 1em 0 0;
}

.page-produit-accroche {
	display: flex;
    flex-direction: column;
    align-items: flex-start!important;
    gap: 10px;
    line-height: 2;
	margin-bottom: 0!important;
}

.page-produit-accroche h2 {
	font-size: 16px;
    padding: 0;
}

.page-produit-contenu-colis img {
	padding: 0;
	margin: 0;
}

.caracteristique-tech {
	display: flex;
	flex-direction: column-reverse;
	max-width: 100%;
}

.caracteristique-tech__title {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin: 1em 0;
}

.caracteristique-tech__dot {
	height: auto;
	width: auto;
	margin: 0;
	color: #BBBBBB;
	background-color: #FFFFFF;
	border-radius: 0;
}

.caracteristique-tech__dot:hover {
    font-weight: 700;
    color: #212121;
    background-color: #FFFFFF;
}


/************************
 		AVIS CLIENT
 ************************/

.avis {
	display: flex;
    flex-direction: column;
    padding-bottom: 1.5em;
}

.avis-titre {
    display: flex;
    justify-content: flex-start;
    gap: 1em;
    font-weight: 600;
    padding-bottom: 0.2em;
    font-size: 15px;
}

.avis-titre div{
	margin: 0;
}

.avis-loadmore {
	color: #F29644;
    font-weight: 600;
}


figcaption{
    text-align: center;
    font-style: oblique;
    font-size: smaller;
   	margin: 1em;
}

ul {
	list-style-position: outside;
	margin: 1em 0 1em 2em;
	text-align: left;
}

ol { 
	list-style: decimal;
	margin: 1em 0 1em 2em;
}

ul > li, ol > li {
	margin: 0.5em;
}

p {
	font-size: 15px;
	margin-bottom: 0.6em ;
	color: #212121 ;
	text-align: left;
}

a {
	color: #F0800E ;
	text-decoration: underline;
}

a:hover {
    color: #ffb048;
}

button {
	height: 100%;
	width: 100%;
	min-height: 58px;
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
    line-height: 1.5;
    cursor: pointer;
	padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
	margin: 1em auto;
}

.btn-action-blog, .btn-action {
    background-color: #FFECDB;
    flex-direction: column;
    padding: 2em 1em;
}

.btn-action-blog {
	margin: 2em -6em;
}

.btn-action {
	margin: 2em auto;
}


.btn-orange {
	display: flex!important;
	align-items: center;
	justify-content: center!important;
	text-align: center!important;
	background-color: #F29644;
	width: 330px!important;
	max-width: 100%;
	height: 60px!important;
	color: #FFFFFF;
	border-radius: 14px;
}

.btn-orange:hover,.btn-noir:hover  {
	opacity: 50%;
}

.btn-orange a {
	color: #FFFFFF!important;
    text-decoration: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-noir {
	background-color: #0D0920;
	color: #F29644;
	border-radius: 14px;
	height: 60px!important;
}

.btn-noir button {
	text-align: center;
}

.btn-2lines {
	line-height: 1.5!important;
    text-align: center!important;
}

.btn-wizard {
	margin: 0.5em auto!important;
}

.titre-wizard {
	font-size: 18px;
	font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
	margin: 1em auto;
    display: block;
}

.textCenter {
	text-align: center !important;
}

#loading-screen {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100vh;
	Z-INDEX: 1;
	align-items: center;
	justify-content: center;
}

.container-flex {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	padding: 1.5em 0;
	justify-content: space-around;
	column-gap: 2em;
}

.container-flex > div {
    margin: 0;
    flex: 1 1 0;
}

.container-flex__item {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	max-width: 400px!important;
}

.container-flex__item a, .container-flex__item button {
	display: flex;
    flex-wrap:wrap;
	flex-direction: column;
    text-decoration: none!important;
	color: #212121!important;
    text-align: center;
    align-items: center;
	width: 100%;
	height: 100%;
    justify-content: space-around;
    font-size: 24px;
    padding-bottom: 1em;
   }

.container-flex__item:hover {
	opacity: 0.5;
	   }

.container-flex__item img {
 	margin-bottom: 0.5em;
    width: 100%;
    padding: 0;
   }

.container__double-modal {
	display: flex;
	justify-content: space-around;
	padding-bottom: 20px;
}

.double__modal {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 380px;
	border: #fee7d385 2px solid;
	border-radius: 14px;
	padding: 10px 0;
}

.col2 {
	column-gap: 6em;
	justify-content: space-around;
   }
   
.col2 > div {
    max-width: 300px;
}

.commentaire {
	padding: 0 1em!important;
}

/************************
 	TABLEAU
 ************************/

table {
	width: 100%;
    margin: 1em auto;
    font-size: 14px;
}

table th {
	border: 1px solid #DADADA;
	background: #F2F2F2;
	padding: 0.5em;
    text-align: center;
    font-weight: 700;
}

table td {
	border: 1px solid #DADADA;
	padding: 0.5em;
	vertical-align: middle;
}

table img {
	text-align: center;
}

table span {
	align-items: baseline;
	justify-content: space-around;
}

table a:link, table a:visited, table a:focus {
	color: #F0800E;
}

table a:hover {
	color: #ffb048;
	text-decoration: underline;
}

table th a, table th a:hover, table th a:link, table th a:visited, table th a:focus {
	color: #41495b;
	text-decoration: none;
	font-size: 16px;
}

table br {
	margin: 0;
	padding: 0;
}

.no_border {
	border: none;
	background: #ffffff;
}

.col-55 {
  width: 55%;
}

.col-15 {
  width: 15%;
}

.vehicule {
	max-width: 1000PX;
}

.vehicule td {
	width: 20% ;
	padding: 0.5em 2em;
}

/************************
 	FIN TABLEAU
 ************************/

/************************
 	liste-selection
 ************************/

.liste-selection {
    background-color: #FFECDB;
    padding: 2em;
    margin: 2em -80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

form {
	display: flex;
    justify-content: center;
    flex-direction: column;
	max-width: 100%;
}

.form_livraison > div {
	width: 100%;
}

.legend {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
select {
	width: 400px;
	max-width: 100%;
	background-color: #fff;
	background-image: url(/image/polygon.svg);
    background-repeat: no-repeat;
    background-position: center right 25px;
    padding: 0.8em;
    border: 1px solid #D6D6D6;
	border-radius: 14px;
  	cursor: pointer;
}

.liste-selection option {
  color: green;
   background-color: red;
}

/************************
 	FIN liste-selection
 ************************/


/************************
 	PAGE LOGICIEL
 ************************/

.container_logiciel {
	display: flex;
    padding: 0;
    width: auto;
}

.container_logiciel div {
	flex: 1 1 0;
}

.container_logiciel__desc {
	padding: 2em;
	gap: 1em;
	display: flex;
	flex-direction: column;
}

.container_logiciel__desc-prixnom {
	line-height: 1;
	width: 100%;
}

.container_logiciel__desc-prixnom img{
	flex-direction: row;
	gap: 1em;
	align-items: baseline;
}

.container_logiciel__desc-prix{
	display: flex;
	align-items: baseline;
	gap: 0.5em;
}

.container_logiciel__desc-prix div{
	flex: unset;
}

.container_logiciel__desc-logo{
	flex: unset!important;
}

.container_logiciel__desc-logo img{
	width: fit-content;
}

.container_logiciel__desc img {
    height: 100%;
    width: auto;
}

.container_logiciel__telechargement {
}

.telechargement {
	height: 50%;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.telechargement-txt {
	display: flex;
	align-items: end;
	justify-content: center;
}

.telechargement-mobile {
    border-bottom-right-radius: 30px;
	align-items: center;
	padding: 1em 0 0 0;
}

.telechargement-mobile-payant {
	border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
	margin-top: 2em;
	align-items: center;
	justify-content: center;
}

.telechargement-mobile-payant div{
    width: auto!important;
}

.telechargement-mobile img {
	display: inline;
	max-width: 49%;
}

.container_logiciel_payant {
	flex-direction: column;
	gap: 0;
}

.container_logiciel_payant div {
	height: auto;
}
/********************
     TUNNEL
********************/
.bandeau-shop {
	box-shadow: 0 -4px 4px -2px rgba(0, 0, 0, 0.1);
}

.bandeau-shop img {
	margin: 20px;
}

.bandeau-shop p {
	margin: 0 40px 0 0;
}

.bandeau-shop div {
	width: 200px!important;
}

#recaptcha-container {
	display:flex;
	justify-content: center;
	margin: 20px auto;
}

.form-tunnel {
	gap: 6em;
    margin-top: 6em;
    align-items: flex-start;
    max-width: 850px;
}

.form-tunnel__title {
	font-weight: 700;
    font-size: 18px;
    line-height: 2em;
    padding: 0.2em;
}

.form-tunnel__password {
	font-weight: 700;
    color: #F29644;
	padding: 0.7em;
}

.form-compte {
	max-width: fit-content;
}

.choix-pro-parti {
	margin-top: -27px;
}

.input-group {
	display: flex;
	flex-direction: column-reverse;
	justify-content: start;
}

.user-label,
.user-label-no-required{
  	transition: 0.5s;
    transform: translate(20px, 46px);
	font-size: 14px;
	color: #747474;
	width: fit-content;
}

.user-input {
	width: 330px;
	height: 58px;
	display: flex;
	border : 1px solid #D6D6D6;
	background-color: #fff;
	border-radius: 14px;
	padding: 0.7em;
	margin: 0.6em auto;
	color: #747474;
	word-wrap: break-word;
}

.user-input_autocomplete {
	position: relative;
	margin: 0.6em auto;
}

.user-input:focus {
	border-color: #F29644;
 	font-size: 16px;
	color: #212121;
}

.user-input:valid {
	background-color: #fff;
	color: #212121

}

.user-input:active+.user-label,
.user-input:focus+.user-label,
.user-input:valid+.user-label,
.user-input:active+.user-label-no-required,
.user-input:focus+.user-label-no-required,
.user-input:not(:placeholder-shown) + .user-label-no-required,
.user-input.filled+.user-label-no-required
{
	transform: translate(10px, 20px) scale(.9);
	background-color: #fff;
	padding: 0 5px;
	width: max-content;
	color: #F29644;
}

.user-input:valid+.user-label,
.user-input.filled+.user-label-no-required,
.user-input:not(:placeholder-shown) + .user-label-no-required
{
    color: #747474;
}

.form-tunnel__submit {
	margin-top: 1em!important;
}

input[type="submit"] {
	height: 100%;
	width: 100%;
}

input[type="submit"]:hover {
}

input[type="radio"], input[type="checkbox"] {
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 30px 0 10px;
    height: 20px;
    width: 20px;
    vertical-align: sub;
}

input:required:invalid {

}

.invalid {
	border-color: red !important;
}

.pro-fields {
      display: none;
 }

.form-tunnel__radio {
	display: flex;
    justify-content: space-around;
}

.form-contact {
	max-width: 330px;
	margin: auto;
}

#myBtn {
	margin-top: 36px;
}

.contact_ok {
	display: flex;
	justify-content: center;
	padding: 1em;
}

.contact_ok_content {
	background: #fff;
	width: 350px;
	min-height: 320px;
}

textarea {
	height: 400px!important;
	resize: both;
}

.etape-tunnel {
	font-size: 18px;
    font-weight: 400;
	color: darkgrey;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

.panier-cart {
	display: flex;
	justify-content: space-around;
	margin: 1em auto;
}

.panier-produit {
	display: flex;
	/*width: 100%;*/
	align-items: center;
	justify-content: center;
}

.panier_texte {
	font-size: 16px;
    font-weight: 700;
}

.panier-desc-produit {
	display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 1em;
	width: 100%;
	height: 100%;
}

.panier-desc-produit__info {
	align-items: center;
	justify-content: space-evenly;
	margin: 0;
}

.quantite-panier {
	display: flex;
	text-align: center;
    align-items: center;
}

.quantite-panier_texte {
    margin-right: 4em;
}

.quantite-panier_moins {
	font-size: 26px;
    /*color: #F29644;*/
    margin-right: 1em;
}

.quantite-panier_plus {
	font-size: 26px;
    /*color: #F29644;*/
    margin-left: 1em;
}

.quantite-panier_nombre {
	border-radius: 14px;
    background-color: #fff;
	padding: 0.5em 1em;
	height: fit-content;
}


.panier-recap {
	display: flex;
    flex-direction: column;
    gap: 2em;
    padding: 0 0 1em 1em;
}

.liste-deroulante {
	border: 1px solid #D6D6D6;
    background-image: url(/image/polygon.svg);
    background-repeat: no-repeat;
    background-position: center right 25px;
}

.panier-recap_port {
	display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D6D6D6;
    padding: 1em;
}

.panier-total {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 2em;
}

.panier-total_montant {
    font-size: 22px;
    font-weight: 700;
    color: #F29644;
    display: flex;
    gap: 8em;
    padding: 0 0.5em 1.5em 0;
}

.livraison-prix-quantite {
	display: contents;
}

.livraison {
	padding: 0;
	margin-bottom: 4em;
}

.livraison div {
    display: flex;
    flex-direction: column;
    font-size: 15px;
	width: 100%;
}

.livraison-ajout_adresse {
	flex-direction: row!important;
	justify-content: space-around;
	margin-bottom: 1.5em;
}

.livraison-ajout_adresse div {
	width: 100%;
	justify-content: center;
}

.livraison-quantite, .livraison-prix, .double__modal-desc {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.livraison-quantite span{
    font-weight: 400;
    padding: 1em;
}

.livraison-prix span{
    padding: 1em;
}

.double__modal-desc h2 {
	padding: 0;
}

.choix-livraison {
    margin: 1em auto;
    border: 1px solid #212121;
}

.choix-livraison div{
	display: flex;
    justify-content: space-between;
}

.choix-livraison span {
	padding:0.5em;
}

.choix-livraison span:nth-child(1) {
	width:25%;
}

.choix-livraison span:nth-child(2) {
	width:35%;
}

.choix-livraison span:nth-child(3) {
	width:25%;
}

.choix-livraison span:nth-child(4) {
	width:15%;
}

.separateur-orange {
	border: 1px solid #F29644;
	margin: 4em auto 2em auto;
}

.livraison-total {
	display: flex;
    max-width: 400px;
    flex-direction: column;
    margin: auto;
    gap: 1.5em;
}

.livraison-total div {
	display: flex;
    justify-content: space-between;
}

	/***************************
        PAGE PAIEMENT
    ***************************/

.paiement {
	max-width: 850px;
}

.content_paiement {
    width: 100% !important;
    display: flex;
	flex-direction: column;
	gap: 2em;
}

.content_paiement a {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    color: #212121;
    text-decoration: none;
}

.content_paiement img {
	margin-right: 30px;
	margin-left: 30px;
}

.content_paiement p {
	font-size: 16px;
	font-weight: 400;
	color: #797878;
}

.logo-carte {
	margin: 0!important;
	padding: 10px 0;
	max-width: 130px!important;
}

.content_paiement_1-badge {
	position: absolute;
	  top: 0;
	  right: 0;
	  background: #F29644;
	  color: #fff;
	  font-size: 14px;
	  font-weight: 400;
	  padding: 4px 10px;
	  border-top-right-radius: 8px;
	  border-bottom-left-radius: 8px;
}

.content_paiement_1, .content_paiement_2, .content_paiement_3, .content_paiement_4, .content_paiement_5 {
    width: 100%;
    height: 120px;
	border-radius: 14px;
    background-color: #ebebeb85;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 700;
	font-size: 22px;
	position: relative;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.content_paiement_1:hover, .content_paiement_2:hover, .content_paiement_3:hover, .content_paiement_4:hover, .content_paiement_5:hover,
.content_paiement_1.selected, .content_paiement_2.selected, .content_paiement_3.selected, .content_paiement_4.selected, .content_paiement_5.selected{
    background-color: #fff;
    border: 1px solid #ed6b05;
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.18);
}

.content_paiement-cadre {
	width: 80% !important;
	height: auto!important;
}

.content_paiement-cadre p{
	text-align: center;
}

.payment-info {
	margin-top: 50px;
}

.payment-cb {
	display: flex!important;
	flex-direction: row;
	justify-content: center;
	gap: 2em;
}

.paypal-button-container {
	margin: auto;
}


/************** 
  FIN TUNNEL
  ***************/

 
.article-complementaire {
	padding: 2em 0;
}

.container-flex-blog {
	flex-wrap: wrap;
	gap: 2em;
	padding: 1em;
	align-items: inherit;
	justify-content: center;
}

.container-flex-blog > div{
	flex: 40% 1 1!important;
	align-items: center;
	justify-content: center ;
	background-color: #EFAF75;
	border-radius: 0.625em;
	height: 200px;
	width: 500px;
	max-width: 100%;
}

.container-flex-blog a {
	font-size: 16px;
	color: #F29644;
	padding-bottom: 0;
	text-align: center;
	flex-direction: column;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.index-qcd {
	font-size: 16px;
	color: #F29644;
	text-align: left;
	cursor: pointer;
}

.container-flex-blog p {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
    margin-bottom: 0;
}

.container-flex-blog img {
	width: auto;
	padding: 0;
}

.container-flex-blog-article {
	justify-content: center;
}

.container-flex-blog-article > div {
	background-color: #FEE7D3;
	max-height: 100px;
	font-weight: 700;
}
/**************
  IMAGE BACKGROUND PAGE HOME BLOG
  ***************/
.img-fond1{
	background: no-repeat url("/image/mask-group1.png") bottom;
	background-size: cover;
}

.img-fond2{
	background: no-repeat url("/image/mask-group2.png");
	background-size: cover;
}

.img-fond3{
	background: no-repeat url("/image/mask-group3.png") bottom;
	background-size: cover;
}

.img-fond4{
	background: no-repeat url("/image/mask-group4.png");
	background-size: cover;
}

.img-fond5{
	background: no-repeat url("/image/mask-group5.png") center;
	background-size: cover;
}

.img-fond6{
	background: no-repeat url("/image/mask-group6.png") center;
	background-size: cover;
}

/**************
  FIN IMAGE
  ***************/

.bandeau-presse {
}

.bandeau-presse p {
	text-align: center;
	font-size: 19px;
	font-weight: 700;
}

.bandeau-presse > div {
	max-width: 1400px;
	margin: auto;
}

.container-flex-bandeau-presse {
	flex-wrap: wrap;
	flex-direction: row!important;
	padding: 1.5em 0;
}

.bandeau-presse > img {
	padding: 0;
	margin: 0;
}
.bandeau-presse > p {
	font-size: 26px;
    font-weight: 700;
    text-align: center;
}



/*************************
 MODULE RECHERCHE VEHICULE
 ****************/
.module-recherche-vehicule {
	max-width: 100%;
	max-height: 38.7%;
	min-height: 320px;
}

.tab {
    overflow: hidden;
}

.tab button {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
    float: left;
    border: 1px solid #FFECDB;
    border-bottom: none;
    cursor: pointer;
    width: 230px;
    height: 77px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 700;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #FFECDB;
}

.tab_marque {
    border-top-right-radius: 14px;      
}

.tab_immat {
    border-top-left-radius: 14px;      
}

/* Styles pour les contenus des onglets */
.tabcontent {
    display: none;
    background-color: #FFECDB;
    padding: 40px 20px;
	border-radius: 0 14px 14px 14px;
	border-top: none;
    margin-bottom: 50px;
}

.tab_immat__content{
	display: flex;
	margin: auto;
	max-width: 330px;
	gap: 0.5em;
	align-items: center;
}

.tab_immat__contenu{
    display: flex;
    justify-content: center;
    margin: 0.6em auto;
}

.tab_immat__contenu input {
   color: #DADADA
}

.tab_immat__contenu-left{
    width: 45px;
    height: 58px;
    border-radius: 14px 0 0 14px;
	background: #255B9B url(/image/etoile-rond.png) no-repeat top 5px right 9px;
}

.tab_immat__contenu-left span {
    font-family: Avenir Next Condensed;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 34px;
}

.tab_immat__contenu-right{
    width: 45px;
    height: 58px;
    border-radius: 14px 0 0 14px;
    rotate: 180deg;
    background: #255B9B;
}

.tab_immat__contenu-center {
    background: #fff;
    width: 180px;
	height: 58px;
    display: flex;
    justify-content: center;
}

.tab_immat__contenu-center input {
    font-family: Avenir Next Condensed;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0.065em;
    text-align: center;
    color: #DADADA;
	max-width: 180px;
}

.tab_immat__contenu-center input.input-focus, .tab_immat__contenu-center input.input-valid {
    color: #212121;
}

.opacity50 {
    opacity: 50%;
	cursor: initial!important;
}

.container_main-vehicle-compatible {
	max-width: 1000px;
	margin: auto;
}


/******************************
            POPUP MODAL
******************************/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
	overflow-x: hidden; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 15px 10px;
    border: 1px solid #888;
    border-radius: 20px;
    width: 35%; /* Could be more or less, depending on screen size */
    height: 85%;
}

.modal-recherche {
	width: 330px;
}

.modal-cgv {
	width: 45%;
	height: auto
}

#myModalModel .modal-content{
    width: 35%;
}
    
/*#myModalModel .recherche_marque{
    width: 90%;
}*/
    
ul.ui-autocomplete {
    z-index: 99999
}
    	
.recherche{
   display: block;
    margin: 0 auto;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 87%;
	color: #212121;
}

.recherche_model{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
}

.recherche_model li{
	padding: 0.9em!important;
	line-height: 1.2;
	border-bottom: 1px solid #BDBDBD4A;
}

.recherche input{
    padding: 0 0 13px 65px;
    text-align: left;
    background: url(/image/icone_idea.png) no-repeat;
    background-position-x: 5px;
	background-position-y: -3px;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #BDBDBD4A;
    font-weight: 400;
}

#myModalMarque .recherche ul li, #myModal .recherche ul li{
    list-style: none;
    margin: 0;
    padding: 0.9em 0;
	border-bottom: 1px solid #BDBDBD4A;
	font-size: 16px;
} 
    
#myModalModel .recherche ul li{
    list-style: none;
    margin: 0 0 1.2em 0;
}

.recherche span{
    vertical-align: sub;
}

.recherche ul{
    padding: 0;
    height: 100%;
    overflow: auto;
    margin: 0;
	cursor: pointer;
}
    
.recherche ul li a {
    text-decoration: none;
	display: block;
	color: #41495b;
}
    
.recherche ul li img {
    max-height: 50px;
	width: auto;
    margin: 0 6% 0 0;
    float: left;
    padding: 0;
}

.recherche-top {
	color: #979797;
}

.recherche-top img {
	width: 32px!important;
}

.close {
	padding: 0;
    margin-right: 7px;
    margin-bottom: -24px;
	transform: rotate(180deg);
	cursor: pointer;
	float: right;
}

.close img{
	margin: 0;
}

button.close {
	height: 0;
}


#btn_modal, #btn_modal_model{
    height: 120px;
    width: 500px;
    border-radius: 5px;
    font-size: 19px;
    border: 2px solid #F0800E;
    letter-spacing: 1px;
    background: none;
    display: flex;
	color: #41495b;
    align-items: center;
    justify-content: space-evenly;
}
    
#btn_modal::after, #btn_modal_model::after{
   	content: url(/image/polygon.svg);
	vertical-align: middle;
}
    
#btn_modal img, #btn_modal_model img {
    height: 65px;
    margin: 0; 
}
    
#btn_recherche, #btn_recherche_model{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:50px auto;
}

.liste-marque {
	gap: 2em 4em;
}

.liste-marque img {
	height: 50px;
    width: auto;
	margin: 0 3em;
}

.liste-marque span, .liste-marque a {
	font-size: 16px;
    text-align: center;
    color: #212121;
	font-weight: 600;
	flex-direction: column;
}

.liste-marque a {
	width: 100%;
}

.liste-voyant {
	display: flex;
	flex-direction: column;
	width: 350px;
	align-items: flex-start;
	margin: 3em auto;
}

.liste-voyant div {
	display: flex;
	align-items: center;
	font-weight: 700;
}

.liste-voyant img {
	margin: 1em;
	width: auto;
	height: 50px;
}

/******** Pop Up télécharger logiciel ********/
 .popup {
	 display: none; /* Masquer par défaut */
	 position: fixed;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 z-index: 1000;
 }
 
/******************************** 
			FOOTER 
********************************/

#footer {
	margin-top: 3em;
	padding: 0 1em;
}

#footer p {
	font-size: 14px;
	padding-right: 10px ;
	margin-bottom: 0.5em;
	text-align: left;
}

#footer img {
	margin: 0;
}

.footer__about {
	margin-bottom: 3em;
}

.footer__top {
	max-width: 1400px;
	margin: auto;
}

.footer__title {
	font-weight: 700;
	margin-top: 1.7em;
}

.footer__last {
	max-width: 1400px;
	margin: auto;
	padding: 0.875em;
}

.footer__last > div {
	margin: auto;
	display: flex;
    justify-content: space-around;
}
.footer__last span{
	font-size: 14px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.btn-link, .qcd {
    display: block;
	margin-bottom: 0;
    padding: 0;
    font-size: 16px!important;
    text-align: left;
	text-decoration: none;
	line-height: 2;
	cursor: pointer;
}

.btn-link a{
	text-decoration: none;
}

.btn-link:hover, .qcd:hover {
    box-shadow: none;
}

.footer__mail {
	height: 38px;
	float: left;
	padding: 5px 10px 10px 0;
}

.footer__flag {
	display: flex;
	margin: 30px 0;
}

.footer__flag img {
	margin: 10px 10px 0 0!important;
	width: 30px;
	height: 18px
}

.footer__social {
	display: flex;
	flex-direction: column;
}
.link-footer {
	font-size: 14px;
}

/* Style pour les buttons qui remplacent les liens dans le footer */
button.link-footer {
	height: auto;
	min-height: 0;
}

.link-footer:hover {
	color: #ffb048;
}

.btn-social {
	color: #212121;
	font-weight: 400;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.newseletter {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.newseletter-user-input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	max-width: 270px;
	width: 100%;
}

.newsletter-contenu-right {
	background-color: #F29644;
	padding: 0.7em;
	color: #fff;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
	border: 3px solid #F29644;
}

.newsletter-contenu-right:hover{
	opacity: 50%;
	cursor: pointer;
}

/************ JS Youtube ***************/
.youtube_wrapper {
	max-width: 640px;
	min-height: 250px;
	margin: 30px auto;
	padding: 0 20px;
}

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.95;
	margin: 0;
	display: inline;
	padding: 0;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: red;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 15px;
}
.youtube .play-button:hover {
	background-color: rgba(255, 0, 0, 0.7);
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
	z-index: 1;
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/************ FIN JS Youtube ***************/


/*********** CSS AJOUT ROMAIN *************/
#form_contact{
	display: block;
}
.hidden{
	display: none!important;
}
#autocomplete-list, #autocomplete-list-boitier {
	width: 330px;
	height: auto;
	background-color: #fff;
	margin: -0.2em auto;
	overflow-y: auto;
	color: #212121;
	position: absolute;
	z-index: 1;
	top: calc(100% - 20px);
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	max-height: 300px;
}

#autocomplete-list li, #autocomplete-list-boitier li {
	padding: 8px;
	cursor: pointer;
	transition: background-color 0.3s;
}

#autocomplete-list li:hover, #autocomplete-list-boitier li:hover {
	background-color: #f1f1f1;
}
.marque-item {
	display: flex;
	align-items: center;
}

.marque-item img {
	width: 40px;
	margin: 0 20px 0 0;
	padding: 0;
	height: auto;
}

.form_marque{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
/********** FIN CSS AJOUT ROMAIN **********/
#applePay {  
	width: 150px;
	height: 50px;
	border-radius: 5px;
	margin: 0 auto;
	background-image: -webkit-named-image(apple-pay-logo-white);
	background-position: 50% 50%;
	background-color: black;
	background-size: 60%;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}

#sub-section-payment5 {
	display: flex;
  	justify-content: center;
  	align-items: center;
}

.audio-player {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #212121;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-height: 30px;
	max-width: 400px;
}

.audio-player > span {
	color: #d7d7d7;
	font-size: 14px;
}

.play-pause {
	width: 30px;
	height: 24px!important;
	min-height: 24px;
	background: url('/image/play-icon.svg') center center no-repeat;
	background-size: contain;
	border: none;
	cursor: pointer;
}

.play-pause.playing {
	background: url('/image/pause-icon.svg') center center no-repeat;
	background-size: contain;
}

.progress-container {
	width: 100%;
	height: 10px;
	background: #d7d7d7;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.progress-bar {
	height: 100%;
	background: #fff;
	width: 0%; /* La largeur sera mise à jour dynamiquement */
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

.progress-indicator {
	width: 14px;
	height: 14px;
	background: #fff;
	border: 4px solid #8a8c8d;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/************ Styles pour les boutons de partage sur les réseaux sociaux *********/
.social-share-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 1.5em 0;
	justify-content: center;
}

.share-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	border-radius: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: opacity 0.3s;
	gap: 8px;
	min-width: 120px;
	height: auto;
	width: auto;
	min-height: auto;
	font-family: 'Nunito', helvetica, sans-serif;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.share-btn:hover {
	opacity: 0.8;
	color: #FFFFFF;
	text-decoration: none;
}

.share-btn svg {
	width: 20px;
	height: 20px;
}

.share-btn-facebook {
	background-color: #1877F2;
}

.share-btn-linkedin {
	background-color: #0077B5;
}

.share-btn-tiktok {
	background-color: #000000;
}

.share-btn-instagram {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.share-btn-whatsapp {
	background-color: #25D366;
}

.share-btn-sms {
	background-color: #53A853;
}


/* Style de la notification de copie */
.share-notification {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%) translateY(100px);
	background-color: #F29644;
	color: white;
	padding: 10px 20px;
	border-radius: 14px;
	z-index: 9999;
	opacity: 0;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	font-family: 'Nunito', helvetica, sans-serif;
	font-weight: 600;
}

.share-notification.show {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
}

/* Section de partage d'article */
.article-share-section {
	text-align: center;
	padding: 3em 0;
}

.article-share-section p {
	font-size: 18px;
	margin-bottom: 1em;
	text-align: center;
	color: #212121;
}


@media only screen and ( max-width : 1200px ){

	.liste-selection {
		margin: 2em -5em;
	}

}


@media ( max-width : 992px ) {
	.content_paiement {
		flex-direction: column;
		align-items: center;
	}

	.content_paiement_1, .content_paiement_2, .content_paiement_3, .content_paiement_4, .content_paiement_5 {
		margin-right: 0;
	}

}

@media only screen and (max-width: 768px) {

	.contenu {
		padding: 0;
	}

	/*p {
		font-size: 14px;
	}*/

	.topbar{
		display: none;
	}

	.topbar__content {
		flex-direction: row-reverse;
		justify-content: end;
	}

	.topbar__content__blocLangue .langueActive, .topbar__content__blocLangue .langueInactive a, .lang-qcd {
  		border-left: 1px solid #ccc;
  		border-right: none;
	}

	.nav__logo {
		margin: auto 10% auto auto;
	}

	.nav__menu {
		position: fixed;
		left: -100%;
		top: 0;
		flex-direction: column;
		background-color: #fff;
		width: 100%;
		transition: 0.3s;
		box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
		margin: 0;
		padding-top: 20%;
	}

	.nav__menu.active {
		left: 0;
		z-index: 2;
	}

	.nav__menu > li {
		padding: 1.2em 0;
		margin: 0;
		width: 90%;
		border-bottom: 1px solid #e9e7e7;
	}

	.nav-link-panier, .nav-link-kk {
		display: block;
	}

	.nav-link-panier{
		background: #FFECD8;
    	border-radius: 20px;
   		padding: 0.5em 1.5em!important;
   		margin-top: 19px!important;
   		border: none;
	}

	.nav__link, .nav-link-qcd {
	    font-size: 16px;
	}	

	.hamburger {
		display: block;
		cursor: pointer;
		position: absolute;
		margin: 1em;
		width: 54px;
		height: 54px;
		border-radius: 70px;
		overflow: hidden;
		background: #F29644;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
		padding: 12px;
	}

	.hamburger.active {
		z-index: 3;
		position: fixed;
		margin-left: 80%;
		margin-top: 2em;
		background-color: #FFFFFF;
	}

	.hamburger.active .bar:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active .bar:nth-child(1) {
		height: 2px;
		background-color: #000000;
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}

	.hamburger.active .bar:nth-child(3) {
		height: 2px;
		background-color: #000000;
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}

	.containerh1 {
		max-height: 300px;
	}
	
	.main_article-blog {
		padding: 3em 2em 2em 2em;
		margin: -19% 1em 0 1em;
	}

	h1 {
		font-size: 22px;
	}
	
	h2, h2.chapo, p.chapo {
		font-size: 16px;
	}

	h2.chapo, p.chapo {
		padding: 1em;
	}

	h3 {
		font-size: 15px;
	}
	
	ul {
		font-size: 15px;
	}

	.astuce {
  	  margin: 2em 1em;
	}

	.btn-action-blog {
		padding: 1em;
		margin: 2em -3em;
	}

	.btn-action {
		padding: 1em;
		margin: 2em -1em;
	}

	.btn-action-blog p {
		text-align: center;
	}

	.liste-selection {
		margin: 2em -3em;
	}
	
	.btn.btn-link {
		margin-bottom: 0.5em;
	}

	.article-complementaire {
		margin: 0.5em 0;
		padding: 0;
	}

	#footer p {
		margin-bottom: 0.5em;
	}

	#footer img {
	    margin: auto;
	}

	.footer__last {
		flex-direction: column;
	}

	.footer__last > div{
		flex-wrap: wrap;
	}

	.container-flex-footer {
		display: block!important;
	}
	.telechargement-mobile-payant, .telechargement-mobile {
		border-bottom-right-radius: 30px;
	    border-bottom-left-radius: 30px;
	    display: flex;
	    align-items: center;
	    padding: 1em;
	    margin-top: 2em;
	   	height: auto;	
	}

	.container_logiciel__compatible-boitier {
		flex-direction: column;
		gap: 0;
	}

	.margin-voyant {
		margin: 0 !important
	}

	.container_logiciel {
	    flex-direction: column;	
	}

	.container_logiciel__desc {
		padding: 2em 1em;
		gap: 2em;
	}

	.container_logiciel__desc-prix {
		margin-top: 0.5em;
		flex-direction: column;
	}
	.container_logiciel__desc-prix div {
		margin: 0;
	}

	.container_logiciel__desc-prix img{
		height: fit-content;
	}

	.container_logiciel__desc-logo {
		flex: 1 1 0!important;
		align-items: center;
	}

	.nb-avis {
		font-size: 12px;
	}

	.container__double-modal {
		flex-direction: column-reverse;
		gap: 100px;
		align-items: center;
	}

	.double__modal h2 {
		font-size: 19px;
	}

	.yes::before, .no::before {
		margin-right: 1.5em;
	}

	.vehicule td {
	    padding: 0.5em;
	}

	.respons50 {
		width: 100%!important;
	}

	.content_paiement-cadre {
		width: 100%!important;
	}

	.bandeau-shop {
		flex-direction: column;
	}

	.bandeau-shop img{
		margin: 0.6em;
	}
	.bandeau-shop p {
		margin: 0.6em auto;
	}
	.bandeau-shop div {
		width: 330px!important;
	}
	
}
@media only screen and ( max-width : 601px ){
	header {
		padding: 0;
	}

	.nav {
		padding: 0.5em;
	}
	
	.topbar__content__compte img {
		margin: 0 1.3em;
	}

	.separateur{
		margin: 0;
	}

	.topbar__content__compte__txt{
		display: none;
	}

	.main_article-blog {
		padding: 0.5em;
		margin: -16% 0.5em 0 0.5em;
	}

	.containerh1 {
    	max-height: 210px;
    	padding: 8% 0;
	}

	.reassurance {
		flex-direction: column;
		/*margin: 0 1em;*/
	}

	.colum-reverse {
		flex-direction: column-reverse!important;
	}

	.container-flex {
		align-items: center;
		flex-direction: column;
		padding: 1em 0;
	}

	.container-flex > div {
		margin-bottom: 2em;
		padding: 0;
		flex: content;
	}

	.container-flex-blog {
		align-items: center;
 	   	flex-direction: row;
 	   	padding: 0.5em 0;
	    gap: 1em;
	}

	.container-flex-blog > div {
		margin-bottom: 0;
		max-height: 170px;
	}

	.container-flex-blog p {
		text-align: left;
		font-size: 16px;
		font-weight: 600;
		padding: 0 1em;
	}

	.container-flex-blog-article {
		flex-direction: column;
		margin-bottom: 1em;
	}

	.container-flex-blog-article > div {
		max-width: none;
		width: 100%;
		height: auto;
		padding: 1.5em;
	}

	.page-produit-title {
		flex-direction: column;
		align-items: baseline!important;
	}

	.container-page-produit, .page-produit-contenu-colis {
		align-items: flex-start;
	}

	.container_prod__fonction {
		flex-direction: column;
	}

	.container_logiciel__desc > div {
		margin-bottom: 0;
	}

	.container_prod__logiciel-plus {
		margin-left: -1em!important;
		margin-right: -1em!important;
		border-radius: unset;
	}

	.panier-cart {
		flex-direction: column;
    	gap: 1em;
	}
 
	.panier-produit {
		flex-direction: row;
		justify-content: space-around;
	}

	.quantite-panier {
		justify-content: space-around;
	}

	.quantite-panier_moins, .quantite-panier_plus {
		margin: 0;
	}

	.panier-total_montant {
		justify-content: center;
	}

	.panier-produit img {
		margin: 0;
		padding: 0;
		width: 120px;
		height: fit-content;
	}

	.container-flex-panier {
	    flex-direction: column-reverse;
	    padding: 0;
	    margin-top: 3em;
	}

	.container-flex-panier div {
		width: 100%;
	}

	.livraison-prix-quantite {
		display: flex;
		justify-content: space-around;
	}

	.livraison-quantite, .livraison-prix {
		margin: 0 0 1em 0;
	}

	.livraison-quantite p, .livraison-prix p {
		margin: 0;
	}

	.livraison-quantite span, .livraison-prix span {
		padding: 0;
		font-size: 14px;
	}

	.form-tunnel {
		margin-top: 3em;
		gap: 0;
	}

	.form-tunnel div {
		margin-bottom: 0;
	}

	.tab button {
		width: auto;
		padding: 30px;
	}

	.liste-marque {
		flex-direction: row;
		gap: 1em;
	}

	.liste-marque div {
		margin-bottom: 1em;
	}	

	.liste-marque span {
    	width: 90px;
	}

	.btn-orange {
		max-width: 100%;
	}

	.container_logiciel__desc {
 	   gap: 1em;
	}

	.btn-action-blog {
		margin: 2em -1em;
	}

	.liste-selection {
		margin: 2em -1em;
	}
	.liste-marque img {
		margin: 0 1em;
	}

	.modal-cgv {
		width: 330px;
	}

	.social-share-buttons {
		gap: 8px;
	}

	.share-btn {
		min-width: calc(33% - 8px);
		padding: 8px;
		font-size: 12px;
	}

}

@media only screen and ( max-width : 400px ){
	.main {
		margin: 0;
	}

	.tab button {
		padding: 20px;
	}

	.tabcontent {
		padding: 40px 10px;
	}

	#div-recherche-plaque {
		width: 60px!important;
	}

	.tab_immat__contenu-left {
		background: #255B9B url(/image/etoile-rond.png) no-repeat top 5px right 10px;
	}

	/****** TODO *******
	.liste-deroulante, .user-input {
		width: 100%;
	}
	****** TODO *******/

	#autocomplete-list, #autocomplete-list-boitier {
		width: 100%;
	}

	.user-input_autocomplete {
		margin: 0.6em 0;
	}

	.form-tunnel div {
		width: 100%;
	}

	.panier-total_montant {
		gap: 6em;
	}

	.quantite-panier_texte {
		margin-right: 2.5em;
	}

	.panier-total_montant {
		padding: 0;
	}

	.reassurance img {
		margin-right: 0.2em;
	}



}