﻿			/* PLP marque */
			
			.plp-marque{
				margin-top: 100px;
			}
			
			.plp-marque h3{
				/*text-align: center;*/
				font-size: 24px;
				font-weight: 400;
				line-height: 40px;
				margin: 0 0 60px 0;
			}

			.plp-marque h1{
				/*text-align: center;*/
				font-size: 24px;
				font-weight: 400;
				line-height: 40px;
				margin: 0 0 60px 0;
			}
			
			.plp-marque hr{
				border-top: 1px solid #E1E2E6;
				margin: 0;
			}
			
			.plp-marque .container-fluid{
				margin-bottom: 60px;
			}
			
			.panel[data-facetfieldname="Brand"]{
				display: none;
			}

			@media (max-width: 992px) {
				
				.plp-marque {
					margin-top: 0px;
				}
				
				.plp-marque h3 {
					font-size: 22px;
					line-height: 32px;
					margin: 40px 0;
				}
				
				.plp-marque h1 {
					font-size: 22px;
					line-height: 32px;
					margin: 40px 0;
				}
			}
				
			@media (max-width: 768px){
				
				.plp-marque h3 {
					font-size: 20px;
					line-height: 30px;
				}
				
				.plp-marque h1 {
					font-size: 20px;
					line-height: 30px;
				}

			}