* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }

  body{
	font-family: 'Montserrat', sans-serif;
  }

  .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  }

  /****************** header ******************/

  #header {
	position:fixed;
	width:100%;
	z-index:99;
  }

  .button-primary {
	color:#a1a1a1;
	padding:0 10px;
	border:0;
	box-shadow:none;
	appearance: none;
	height:40px;
	transition: all 200ms ease-out;
	cursor:pointer;
	outline:none;
	display:flex;
	align-items: center;
	font-weight: 400;
	text-decoration: none;
	font-size:15px;

  }

  .button-primary:hover, .button-primary:focus{
	color:#FDCE20;
  }

  .button-primary i {
	margin-right:5px;
  }

  .pre-header {
	background-color:#383838;

  }

  .pre-header > div {
	display:flex;
	justify-content: space-between;
	align-items: center;
  }

  .pre-header__coords {
	display:flex;
  }

  .pre-header__account {
	display:flex;
  }

  #main-header {
	display:flex;
	padding-bottom: 15px;
  }

  #main-header_1 {
	display:flex;
	align-items: center;
	padding-top:15px;
	padding-bottom: 15px;
	background-color: #FDCE20;
	width:75%;
  }

  #main-header_2 {
	display:flex;
	padding-top:15px;
	padding-bottom: 15px;
	background-color: white;
	border: 2px solid #FDCE20;
	width:25%;

  }

  .main-header__menu {
	text-transform: uppercase;
	display: flex;
  }

  .main-header__search input {
	background: #fff;
	font: inherit;
	border: 0;
	outline: 0;
	padding: 2px 6px;
	margin-left:20px;
  }

  ::-webkit-input-placeholder {
	font-style: italic;
  }
  :-moz-placeholder {
	font-style: italic;
  }
  ::-moz-placeholder {
	font-style: italic;
  }
  :-ms-input-placeholder {
	font-style: italic;
  }


  .main-header__menu a {
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
	transition: 200ms ease-in-out;
	color:black;
	text-decoration: none;
  }

  .main-header__menu a:hover {
	font-weight: bold;
  }

  .logo {
	display: flex;
	padding-top:20px;
	padding-bottom: 20px;
	justify-content: center;
	background-color: white;
  }


  .logo img {
	height:120px;
	transition:ease-out 0.3s;
  }

  .bonjour, .connexion {
	display: flex;
	align-items: center;
  }

  .bonjour p {
	color:#a1a1a1
  }

  .bonjour a {
	color:#FDCE20;
	font-weight: bold;
  }



  /****************** homepage ******************/

  .homepage {
	padding-top:270px;

  }

  .banner {
	padding: 30px 0px;
  }

  .nosvinyles {
	display:flex;
	padding-top:20px;
  }

  .filter_text {
	width:15%;
	list-style: none;
  }

  .filter {
	padding-left:10px;
  }

  .filter ul {
	padding:10px 0px 5px 0px;
  }

  .filter li {
	padding-left:5px;
	padding-bottom: 2px;
	font-weight: 200;

  }

  .line {
	height:450px;
	width:1px;
	background-color: #383838;
	margin-right: 30px;
  }

  .grid {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	padding-bottom: 50px;
  }

  .articles h2 {
	padding-bottom: 20px;
  }

  .infos {
	display: flex;
	justify-content: space-between;

  }

  .article {
	max-width: 200px;
  }

  .article img {
	width:200px;
	height:200px;
  }

  .article span {
	font-size: 0.9rem;
  }

  .article .add_basket {
  text-align: right;
  font-size: 0.8rem;
  }


  .nom_article {
	  text-decoration: none;
	  color:black;
	  transition: 200ms ease-in-out;
  }

  .nom_article:hover {
	color:#FDCE20;
  }


  .basket {
	color:black;
	border:0;
	box-shadow:none;
	appearance: none;
	height:40px;
	transition: all 200ms ease-out;
	cursor:pointer;
	outline:none;
	display:flex;
	align-items: center;
	font-weight: 400;
	text-decoration: none;
	font-size:0.9rem;
  }

  .basket i {
	padding-left:5px;
  }

  .basket:hover, .basket:focus{
	color:#FDCE20;
  }


  .article .name_item p:nth-child(1) {
	font-weight: 600;
  }

  .article_details {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 50px;
	padding-top:30px;
	width:80%;
  }

.ajouter_panier {
	  display: flex;
	  align-items: center;
	  padding-top:30px;
  }

  .ajouter_panier h3 {
	  font-size: 1.5rem;
	  font-weight: 500;
  }

  .ajouter_panier a {
	  margin-left:30px;
	  text-decoration: none;
  }

  #trait_article {
	height:1px;
	width: 70%;
	background-color: #d6d4d4;
	margin-top:50px;
	margin-bottom: 50px;
}

  .article_details img {
	margin-left:30px;
	margin-right: 30px;
	width:400px;
	height: 400px;
  }

  .details {
	padding-top:20px;
}

  .details p:nth-child(1) {
	font-weight: 600;
	padding-bottom: 10px;
  }

  .details p:nth-child(2) {
	text-align: justify;
	font-size: 0.9rem;
  }

  .dumemeartiste nav {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	padding-top:30px;
  }

  /****************** main footer ******************/

  .payments {
	text-align: center;
	justify-content: center;
	padding-top:60px;
  }

  .payments img {
	height: 40px;
  }

  .main-footer {
	padding-top:50px;
	display: flex;
	padding-top:50px;
	padding-bottom:50px;
	color:white;
	justify-content: space-evenly;
  }

  .menu-footer {
	display: flex;
  }

  .menu-footer li {
	padding-right : 5rem;
  }

  .menu-footer ul{
	list-style: none;
	line-height: 2rem;
  }

  .menu-footer p {
	padding-bottom: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color:white;
  }

  .menu-footer a{
	text-decoration: none;
	color:white;
	font-size: 0.8rem;
	transition:ease-in-out 200ms;
  }

  .menu-footer a:hover {
	color:#FDCE20;
  }

  .menu-footer div {
	padding-right: 60px;
  }

  .categ p {
  border-color: #FDCE20;
  display: inline-block;
  border-bottom: 2px solid #FDCE20;
  margin-bottom: -1px;
  padding: 7px 0;

  }

  .menu-footer .categ {
	border-color: #383838;
	cursor: initial;
	border-bottom: 1px solid #d6d4d4;
	text-transform: uppercase;
	margin-bottom: 16px;
  }

  .newssuivre {
	display:flex;
	justify-content: space-between;
  }

  .newsletter {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color:white;
	justify-content: center;
	padding-top: 20px;
	padding-right:50px;
  }

  .newsletter input {
	background: #fff;
	font: inherit;
	border: 0;
	outline: 0;
	padding: 10px 20px;
	margin-left:20px;
  }

  .newsletter a {
	background-color: #FDCE20;
	color:black;
	padding: 10px 10px;
	text-decoration: none;
  }

  .reseaux {
	display: flex;
	color:white;
	justify-content: center;
	padding-top: 20px;
  }

  .reseaux a {
	text-decoration: none;
	color:white;
	padding:0 6px;
	transition: ease-in-out 300ms;
  }

  .reseaux a:hover {
	color:#FDCE20;
  }

  .sub-footer {
	display: flex;
  }

  .sub-footer__copyright {
	display: flex;
	align-items: center;
	padding-top:25px;
	padding-bottom:25px;
	font-size: 0.8rem;
	justify-content: center;
  }

  .gris {
	background-color: #383838;
	height:500px;
  }

	/***404****/

 .erreur {
     display: flex;
     align-items: center;
     justify-content: center;
     padding-top:200px;
 }

 .erreur img {
     height:500px;
 }

 .erreur nav {
     position: absolute;
     padding-right:800px;
     font-size: 1.5rem;
     padding-bottom: 300px;
 }

 .erreur nav p {
     max-width: 300px;
     padding-bottom: 20px;
 }

/*****************espace client**********************/



#traitnoir {
	height:1px;
	background-color: black;
	margin-top:10px;
	margin-bottom: 50px;
}

#traitnoirb {
	height:1px;
	background-color: black;
	margin-top:10px;
	margin-bottom: 50px;
}

.espaceclient {
	display:flex;
	color:black;
	padding-bottom: 30px;
}

.espaceclient button {
	margin-top:40px;
}

.infoperso {
	line-height: 40px;
	text-align: center;
	width:50%;
}

.infoperso > div > nav:nth-child(1) {
	color:#555;
	font-weight: 200;
}

.infoperso > p {
	text-transform: uppercase;
	font-weight: 500;
}

.infoperso div {
	display: flex;
	justify-content: center;

}

.infoperso nav:nth-child(1) p {
	text-align: right;
	padding-right: 30px;
}

.infoperso nav:nth-child(2) {
	text-align: left;
}


.commandes {
	text-align: center;
	width:50%;
}

.commandes > p {
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 500;
}

.commandes > div {
	display: grid;
	padding-left: 20%;
}

.commandes div nav {
	padding-top: 20px;
}

.commandes nav p {
	text-align: left;
}

.commandes a:nth-child(1), .historique_commandes a:nth-child(1) {
	color:black;
	text-decoration: none;
	transition: 200ms ease-in-out;
}

.commandes a:hover, .historique_commandes a:hover {
	color:#FDCE20;

}

.commande_numero {
	font-weight: 600;
}

.commande_passee {
	font-size: 0.9rem;
	font-weight: 200;
}

.commande {
	padding-left: 20px;
	width:100%;
}

.historique_commandes {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	padding-bottom: 50px;
}


.espaceclient .button-24 {
	margin-top:20px;
	text-decoration: none;
}

.retour {
	padding-top:10px;
	font-size: 0.8rem;
}

.retour a {
	text-decoration: none;
	color:black;
	transition: 200ms ease-in-out;
}

.retour a:hover {
	color:#FDCE20;
}



.modifinfoperso {
	line-height: 60px;
	text-align: center;
}

.modifinfoperso > div > nav:nth-child(1) {
	color:#555;
	font-weight: 200;
}

.modifinfoperso div {
	display: flex;
	justify-content: center;

}

.modifinfoperso nav:nth-child(1) p {
	text-align: right;
	padding-right: 30px;
}

.modifinfoperso nav:nth-child(2) {
	text-align: left;
}

.modifinfoperso form input {
	border:none;
	background-color: #fafafa;
	padding:5px 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.button-modif {
	margin:20px 0px;
}


  /***********************panier****************************/


.panier {
	display:flex;
}

.panier_articles {
	width:60%;
}

.panier_article {
	display: flex;
	border: solid 1px #a1a1a1;
	padding : 10px 10px;
	margin-bottom: 15px;
	align-items: center;
}

.panier_article a {
	color:black;
	text-decoration: none;
}

.panier_article img {
	width:100px;
	height:100px;
  }

.panier_article .description {
	padding-left:20px;
}

.panier_article .description p:nth-child(1) {
	font-weight: 600;
}

.panier_article .description p:nth-child(2) {
	font-style: italic;
	font-size: 0.8rem;
	padding-bottom: 5px;
}

.panier_article .description p:nth-child(3) {
	font-size: 0.8rem;
}

.panier_article .quantite {
	display: flex;
	text-align: center;
	padding-left:10%;
}

.panier_article .quantite input {
	border: 1px solid #d6d4d4;
	width:70px;
	height: 40px;
	padding:10px 10px;
}

.panier_article .quantite nav {
	border: 1px solid #d6d4d4;
	width:30px;
	height: 20px;
}

.panier_article .prix {
	padding-left:10%;
	font-size: 1.1rem;
	font-weight: 400;

}

.panier_article .poubelle {
	padding-left: 5%;
}

.panier_total {
	width:40%;
	margin-left:10%;
	line-height: 40px;
}

.panier_total .recap {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30%;
	padding-top:10px;
}

.border {
	border: solid 1px #a1a1a1;
	padding : 40px 40px;
	align-items: center;
	margin-bottom: 15px;
}


.panier_total .total {
	padding-top: 30px;
}

.panier_total .commander {
	text-align: center;
	padding-top:20px;
}

.panier_total .commander a {
	text-decoration: none;
	color:black;
}

.panier_total .prixtotal {
	font-weight: 600;
	margin-left:30%;
}

#total {
	background-color: #a1a1a1;
	height:1px;
	width:40%;
	margin-top:20px;
	margin-left:55%;
}



  /*****************inscription/connexion**********************/

  .bold {
	font-weight: 600;
	font-size: 1.2rem;
  }

  .text {
	  padding-top:20px;
  }

  .text p:nth-child(2) {
	padding-top:10px;
  }

  .text a {
	color:black;
	transition: 200ms ease-in-out;
  }

  .text a:hover {
	color:#FDCE20;
  }

  .form_button {
	display: flex;
	justify-content: center;
}

  /* CSS */
  .button-24 {
  background: #FDCE20;
  border: 1px solid #FDCE20;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;

  }

  .button-24:hover,
  .button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #FDCE20;
  transition: 200ms ease-in-out;
  }

  .button-24:active {
  opacity: .5;
  }




  /* ==========================================================================
	 #FORM
	 ========================================================================== */

  .form {
	justify-content: center;
	display:flex;
	padding-top:50px;
	padding-bottom: 50px;
  }

  .form input[type='text'],  .form input[type='email'], .form input[type='date']  {
	outline: none;
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 400px;
	font-size: 14px;
	font-family: inherit;
	justify-content: center;
  }

  .input--style-4 {
	line-height: 50px;
	background: #fafafa;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 16px;
	color: #666;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }

  .input--style-4::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #666;
  }

  .input--style-4:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
	opacity: 1;
  }

  .input--style-4::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
	opacity: 1;
  }

  .input--style-4:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
  }

  .input--style-4:-ms-input-placeholder {
	/* Microsoft Edge */
	color: #666;
  }

  .label {
	font-size: 16px;
	color: #555;
	display: block;
	margin-bottom: 5px;
  }

  .radio-container {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 16px;
	color: #666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }

  .radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }

  .radio-container input:checked ~ .checkmark {
	background-color: #e5e5e5;
  }

  .radio-container input:checked ~ .checkmark:after {
	display: block;
  }

  .radio-container .checkmark:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #FDCE20;
  }

  .checkmark {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  }

  .checkbox {
	  display: flex;
  }

  .form input[type='checkbox'] {
	  margin-left:20px;
  }

  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }

  .input-group {
	position: relative;
	margin-bottom: 22px;
  }

  .input-group-icon {
	position: relative;
  }

  .input-icon {
	position: absolute;
	font-size: 18px;
	color: #999;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
  }

	.responsive_header{
    display: flex;
}

.cache_responsive{
  display: none;
}



/* responsive */
  @media screen and (max-width: 420px) {
		#header {
		position:relative;
		width:100%;

		}

		.homepage{
			padding-top: 0px;
		}

	#main-header {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}

	.container {
	max-width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	}

.header{
	max-width: 100%;
}

   .main-header__menu {
		max-width: 100%;
		padding-top:5px;
		line-height: 20px;
		display: grid;
		grid-column-gap: 10px;
		grid-row-gap: 7px;

	}

	  .main-header__menu a {
		padding-left: 15px;
		padding-right: 15px;
		text-decoration: none;
		transition: 200ms ease-in-out;
		color:black;
		text-decoration: none;
		box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
		background-color: #FDCE20;
		padding: 6px 60px 6px 60px;
		border-radius: 5px;
	  }

.nosvinyles{
	padding-top: 0px;
}

	.button-primary{
		height:50px;
		font-size: 2vw;
	}

	.pre-header{
		max-width: 420px;
	}

	.pre-header > div {
	display:flex;
	justify-content: space-between;
	align-items: center;
  }

  .pre-header__coords {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
  }

	#main-header_1 {
	width:100%;
	background-color: white;
	padding-top: 0px;
  }

	#main-header_2{
		border:none;
		display: none;
	}

	.button-primary{
		height:30px;
	}
	.tel{

	}
	.button-primary svg {
		height:15px;
		display:block;

	}
.logo_text{
display: none;
padding-bottom:0px;
}

.logo {
	max-width: 100%;
background-color: white;
padding-bottom: 0px;
}


	.logo img{
		padding-left: 24px;
		height: 70%;
	}

	    .responsive_header{
	        display: none;
	    }


	    .cache_responsive{
	      display: flex;
				padding:0px;
	    }

			.historique_commandes {
				display: grid;
				grid-template-columns: repeat(1, 1fr);
				grid-column-gap: 30px;
				grid-row-gap: 30px;
				padding-bottom: 20px;
			}
.retour{
	padding-bottom: 15px;
}

.erreur {
			 display:grid;
			 padding-top:280px;

	 }

	 .erreur img {
			 height:380px;
			 padding:0px 10px;
	 }

	 .erreur nav {
			 font-size: 1.2rem;
			 top:0;
			 padding: 120px 50px;
			 text-align: center;
	 }

	 .erreur nav p {
			 max-width: 400px;
	 }

.line{
	display: none;
}

			.grid {
			display:grid;
			max-width: 100%;
			grid-template-columns: repeat(2, 1fr);
			grid-column-gap: 25px;
			grid-row-gap: 20px;
			padding-bottom: 20px;
			padding-left: 25px;
			}

.espaceclient{
	display: inline-grid;
	text-align: center;
	justify-items:center;
	padding-bottom: 5px;
}

.espaceclient .button-24{
	margin: 0px 0px 40px 0px;

}

.infoperso > p{
	line-height: 17px;
	text-align: center;
}

.commandes > div{
		padding-bottom: 15px;
}

.infoperso > div{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
	padding-bottom: 15px;
	justify-content: space-between;
}

.commandes > p {
	line-height: 17px;
	text-align: center;
}

.commandes > nav {
	text-align: center;
	display: inline-grid;
	justify-items:center;
}


.article {
		max-width: 200px;
		width: 100%;
		height: 100%;
}

  .article img {
	width:150px;
	height: 150px;
  }

	.basket {

  text-align: right;
  font-size: 0.7rem;
  }
	  .article span {
		font-size: 0.7rem;
	  }

	  .article .add_basket {
	  text-align: right;
	  font-size: 0.6rem;
	  }

		.article_details img {
		margin-left:10px;
		margin-right: 10px;
		width:340px;
		height:340px;
		margin-bottom: 20px;
		}

		.article_details {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		padding-bottom: 0px;
	  }

		.dumemeartiste nav {
		display:grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 15px;
		padding-top:15px;
		}


		  #trait_article{
				display: flex;
				align-items: center;
				margin-top: 30px;
				margin-bottom: 30px;
			}

			#traitnoir{
				margin-bottom: 15px;
			}

			#traitnoirb{
				margin-bottom: 35px;
			}

.infos{
	justify-content: left;
}




/*panier*/

.panier {
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 15px;
	padding-top:15px;
}

.panier_articles {
	width:90%;
}

.panier_article {
	display: flex;
	border: solid 1px #a1a1a1;
	padding : 10px 10px;
	margin-bottom: 15px;
	align-items: center;
}

.panier_article a {
	color:black;
	text-decoration: none;
}

.panier_article img {
	width:100px;
	height:100px;
  }

.panier_article .description {
	padding-left:20px;
}

.panier_article .description p:nth-child(1) {
	font-weight: 600;
	font-size : 0.8rem;
}

.panier_article .description p:nth-child(2) {
	font-style: italic;
	font-size: 0.7rem;
	padding-bottom: 5px;
}

.panier_article .description p:nth-child(3) {
	font-size: 0.7rem;
}

.panier_article .quantite {
	display: flex;
	text-align: center;
	padding left:0px;
}

.panier_article .quantite input {
	border: 1px solid #d6d4d4;
	width:30px;
	height: 40px;
	padding:5px 5px;
}

.panier_article .quantite nav {
	border: 1px solid #d6d4d4;
	width:20px;
	height: 20px;
}

.panier_article .prix {
	padding-left:2%;
	font-size: 0.8rem;
	font-weight: 400;

}

.panier_article .poubelle {
	padding-left: 2%;
}

.panier_total {
	width:80%;
	margin-left:10%;
	line-height: 40px;
}

.panier_total .recap {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30%;
	padding-top:10px;
	font-size: 0.9rem;
}

.panier_total .commander {
	text-align: center;
	padding-top:0px;
	padding-bottom: 10px;
}

  /********* footer *********/

	.payments{
		padding-top: 0px;
	}

	.main-footer{
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 0px;
	}

	.advantages-footer{
		display:block;
	}

	.menu-footer{
		flex-direction: column;
		text-align:center;

	}
	.menu-footer div{
		padding-right:0px;
	}

	.menu-footer a {
		font-size: 1rem;
	}
	.menu-footer ul li {
		line-height: 25px;
		padding-right: 0;
	}

.espace{
	padding-bottom: 20px;
}
	.menu-footer div p {
		font-size:1.2rem;
		text-align:center;
		padding-bottom:20px;
	}

	.noussuivre {
		float: none;
		padding-left: 5%;
	}

	.noussuivre svg {
		height: 30px;
		width: 30px;
	}

	.sub-footer__copyright{
		padding-top:10px;
		justify-content: center;
	}
	.sub-footer__payments{
		float: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.sub-footer__payments svg{
		width: 50px;
		height: 50px;
	}


	  .newssuivre, .newsletter {
		display: grid;
		align-items: center;
		text-transform: uppercase;
		color:white;
		justify-content: center;
		padding-bottom: 20px;
		padding : 20px 0px 20px 0px;
	  }

.newsletter p{
	padding-bottom: 10px;
}

.newsletter input, a{
	margin-left: 0px;
	text-align: center;
}
	.partners div {
		flex-wrap: wrap;
	}

	.gris {
		height:1050px;
	}

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



  }
